@charset "UTF-8";
:root {
  --pri: #53ac00;
  --secon: #0a86cf;
  --white: #FFF;
  --white-dark: #F6F6F6;
  --black: #000;
  --red: #B91C1C;
  --red-light: #F0DADA;
  --green: #166534;
  --green-light: #ecfdf3;
  --orange: #92400e;
  --orange-light: #fef3c7;
  --link: #3b82f6;
  --act: var(--pri);
  --brown: #998d69;
  --brown-light: #d7caac;
  --brown-exlight: rgba(226, 223, 213, 0.88);
  --disabled: #808080;
  --gray: #555;
  --gray-light: var(--gray);
  --gray-exlight: rgba(0, 0, 0, 0.18);
}

/*-------------------------------------
リセットCSS
--------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, a, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

a:hover {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

ins {
  color: var(--black);
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input[type=submit],
input[type=button],
input[type=radio] select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration select::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
input[type=radio]::focus select::focus {
  outline-offset: -2px;
}

html {
  font-size: 62.5%;
}
@media (min-width: 1680px) {
  html {
    font-size: 63%;
  }
}
@media (min-width: 1900px) {
  html {
    font-size: 64%;
  }
}

body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--black);
  font-weight: 500;
  width: 100%;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", "Meiryo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body:after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

body.is--fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

html,
body {
  height: auto;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}

img,
video,
object,
picture {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
  vertical-align: bottom;
}

a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: var(--link);
  text-decoration: none;
}

button {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: var(--black);
  text-decoration: none;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", "Meiryo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-weight: 500;
}

input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul, ol, li,
dl, dt, dd,
table, tr, th, td,
small,
time,
a,
span,
div {
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

pre {
  color: var(--black);
  background: var(--gray);
}

.mainbg {
  display: block;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  height: calc(var(--vh2) * 100);
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  background-image: url("../img/common/bg--sp.jpg");
  background-size: cover;
  background-position: center;
  -webkit-filter: saturate(1.35) brightness(1.1) contrast(1.25);
          filter: saturate(1.35) brightness(1.1) contrast(1.25);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mainbg {
    background-image: url("../img/common/bg--sp@2x.jpg");
  }
}
@media (min-width: 1024px) {
  .mainbg {
    background-image: url("../img/common/bg--pc.jpg");
  }
}
@media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min-resolution: 192dpi), only screen and (min-width: 1024px) and (min-resolution: 2dppx) {
  .mainbg {
    background-image: url("../img/common/bg--pc@2x.jpg");
  }
}
.mainbg > div {
  position: absolute;
  inset: -20%;
  pointer-events: none;
  will-change: transform, opacity, filter;
}
.mainbg .bg-canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.8;
  -webkit-filter: saturate(1.6) brightness(1.25) contrast(1.1);
          filter: saturate(1.6) brightness(1.25) contrast(1.1);
}
.mainbg .bg-fog {
  opacity: var(--fog-a, 0.28);
  -webkit-transform: translate3d(var(--fog-x, 0px), var(--fog-y, 0px), 0);
          transform: translate3d(var(--fog-x, 0px), var(--fog-y, 0px), 0);
  -webkit-filter: blur(40px) saturate(1.15) brightness(1.05) contrast(1.05);
          filter: blur(40px) saturate(1.15) brightness(1.05) contrast(1.05);
  mix-blend-mode: screen;
  background: radial-gradient(closest-side at 18% 28%, rgba(255, 255, 255, 0.3), transparent 60%), radial-gradient(closest-side at 82% 22%, rgba(235, 245, 240, 0.22), transparent 62%), radial-gradient(closest-side at 70% 82%, rgba(255, 255, 255, 0.2), transparent 65%);
}
.mainbg .bg-light {
  opacity: var(--light-a, 0.22);
  -webkit-transform: translate3d(var(--light-x, 0px), var(--light-y, 0px), 0);
          transform: translate3d(var(--light-x, 0px), var(--light-y, 0px), 0);
  -webkit-filter: blur(30px) brightness(1.12) saturate(1.1);
          filter: blur(30px) brightness(1.12) saturate(1.1);
  mix-blend-mode: screen;
  background: radial-gradient(closest-side at 50% 6%, rgba(255, 255, 255, 0.35), transparent 48%), radial-gradient(closest-side at 88% 72%, rgba(255, 240, 210, 0.25), transparent 60%);
}

.bg-fog,
.bg-light {
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .bg-fog,
  .bg-light {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
}
.bg-fog {
  -webkit-animation: bgFogDrift 25s ease-in-out infinite alternate;
          animation: bgFogDrift 25s ease-in-out infinite alternate;
}

.bg-light {
  -webkit-animation: bgLightDrift 16s ease-in-out infinite alternate;
          animation: bgLightDrift 16s ease-in-out infinite alternate;
}

@-webkit-keyframes bgFogDrift {
  0% {
    -webkit-transform: translate3d(-30px, -18px, 0);
            transform: translate3d(-30px, -18px, 0);
  }
  25% {
    -webkit-transform: translate3d(18px, -10px, 0);
            transform: translate3d(18px, -10px, 0);
  }
  50% {
    -webkit-transform: translate3d(30px, 18px, 0);
            transform: translate3d(30px, 18px, 0);
  }
  75% {
    -webkit-transform: translate3d(-12px, 10px, 0);
            transform: translate3d(-12px, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(-30px, -18px, 0);
            transform: translate3d(-30px, -18px, 0);
  }
}

@keyframes bgFogDrift {
  0% {
    -webkit-transform: translate3d(-30px, -18px, 0);
            transform: translate3d(-30px, -18px, 0);
  }
  25% {
    -webkit-transform: translate3d(18px, -10px, 0);
            transform: translate3d(18px, -10px, 0);
  }
  50% {
    -webkit-transform: translate3d(30px, 18px, 0);
            transform: translate3d(30px, 18px, 0);
  }
  75% {
    -webkit-transform: translate3d(-12px, 10px, 0);
            transform: translate3d(-12px, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(-30px, -18px, 0);
            transform: translate3d(-30px, -18px, 0);
  }
}
@-webkit-keyframes bgLightDrift {
  0% {
    -webkit-transform: translate3d(20px, -18px, 0);
            transform: translate3d(20px, -18px, 0);
  }
  25% {
    -webkit-transform: translate3d(40px, 10px, 0);
            transform: translate3d(40px, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(10px, 30px, 0);
            transform: translate3d(10px, 30px, 0);
  }
  75% {
    -webkit-transform: translate3d(-35px, 6px, 0);
            transform: translate3d(-35px, 6px, 0);
  }
  100% {
    -webkit-transform: translate3d(20px, -18px, 0);
            transform: translate3d(20px, -18px, 0);
  }
}
@keyframes bgLightDrift {
  0% {
    -webkit-transform: translate3d(20px, -18px, 0);
            transform: translate3d(20px, -18px, 0);
  }
  25% {
    -webkit-transform: translate3d(40px, 10px, 0);
            transform: translate3d(40px, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(10px, 30px, 0);
            transform: translate3d(10px, 30px, 0);
  }
  75% {
    -webkit-transform: translate3d(-35px, 6px, 0);
            transform: translate3d(-35px, 6px, 0);
  }
  100% {
    -webkit-transform: translate3d(20px, -18px, 0);
            transform: translate3d(20px, -18px, 0);
  }
}
@media (min-width: 1024px) {
  .fv__col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
.fv__col2 .fvcol2left {
  padding-top: min(19.2vw, 14.4rem);
  padding-bottom: min(14.6666666667vw, 10rem);
}
@media (min-width: 1024px) {
  .fv__col2 .fvcol2left {
    padding-top: 0;
    padding-bottom: 0;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fv__col2 .fvcol2right {
  padding: min(12.8vw, 9.6rem) 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .fv__col2 .fvcol2right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
    padding: 0;
  }
}
.fv__col2 .fvcol2right:after {
  content: "";
  display: block;
  width: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  top: 0;
  left: 0;
  border-radius: 0 0 3px 3px;
}
@media (min-width: 1024px) {
  .fv__col2 .fvcol2right:after {
    border-radius: 0 6px 6px 0;
  }
}
.fv__col2 .fvcol2right .fvcol2right-inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .fv__col2 .fvcol2right .fvcol2right-inner {
    margin-top: 60px;
  }
}

.fv__simple {
  padding: min(10.6666666667vw, 6rem) 0;
  margin-top: 52px;
}
@media (min-width: 1024px) {
  .fv__simple {
    padding: 110px 0 100px;
    margin-top: 70px;
  }
}
.fv__simple .read {
  margin-top: 1.25em;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.6;
  text-align: center;
  max-width: 94%;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .fv__simple .read {
    margin-top: 2em;
  }
}
@media (min-width: 1024px) {
  .fv__simple .read {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .fv__simple .read {
    line-height: 1.6;
  }
}

.layout__wrapbox {
  padding: 12px 0;
}
@media (min-width: 1024px) {
  .layout__wrapbox {
    padding: 32px 0 38px;
  }
}

.layout__wrapbox-boder {
  width: calc(100% - 24px);
  margin-inline: auto;
  border-radius: 6px;
  border: solid 3px var(--white);
}
@media (min-width: 1024px) {
  .layout__wrapbox-boder {
    width: min(94%, 1380px);
    border-radius: 12px;
    border: solid 5px var(--white);
  }
}
@media (min-width: 1024px) {
  .layout__wrapbox-boder.height--pcfixed {
    height: 680px;
  }
}

.layout__fitcenter {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: left;
}

.layout__wrapbox-bg {
  background-color: var(--brown-exlight);
  padding-bottom: min(6.6666666667vw, 5rem);
  border-radius: 0 0 3px 3px;
}
@media (min-width: 1024px) {
  .layout__wrapbox-bg {
    border-radius: 0 0 6px 6px;
  }
}

.layout__memberinfo {
  padding-top: min(12vw, 9rem);
  padding-bottom: min(12vw, 9rem);
  background-color: rgba(255, 255, 255, 0.92);
}

.layout__normal {
  width: calc(100% - 24px);
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .layout__normal {
    width: min(94%, 1380px);
  }
}
.layout__normal.sp100vw {
  width: 100vw;
}
@media (min-width: 1024px) {
  .layout__normal.w1200 {
    width: min(94%, 1200px);
  }
}

.layout__memberinfo {
  background: rgba(255, 255, 255, 0.92);
}

.layout__whitebox {
  width: 94%;
  background: var(--white);
  margin-inline: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  font-size: clamp(14px, 2vw, 1.5rem);
  padding: 1.75em 0.85em;
}
@media (min-width: 1024px) {
  .layout__whitebox {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .layout__whitebox {
    width: min(86%, 1100px);
    padding: 3.6em 2.4em;
  }
}
.layout__whitebox + .layout__whitebox {
  margin-top: 2em;
}
.layout__whitebox.w-small {
  max-width: 52rem;
}

.layout__nobg {
  width: 94%;
  background: none;
  margin-inline: auto;
  font-size: clamp(14px, 2vw, 1.5rem);
  padding: 1.5em 0;
}
@media (min-width: 1024px) {
  .layout__nobg {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .layout__nobg {
    width: min(86%, 1100px);
    padding: 0 2.4em;
  }
}
.layout__nobg + .layout__nobg {
  margin-top: 2em;
}
.layout__nobg.w-small {
  max-width: 52rem;
}

.layout__namebox {
  font-size: clamp(14px, 2vw, 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4em 0;
  margin-inline: auto;
  padding: 2.2em 2.2em;
  width: min(100% - 46px, 72rem);
  background-color: rgba(255, 255, 255, 0.92);
  background-image: -webkit-gradient(linear, left top, right top, from(#00AAA3), color-stop(33%, #26A35B), color-stop(66%, #50AA00), to(#96C800));
  background-image: linear-gradient(90deg, #00AAA3 0%, #26A35B 33%, #50AA00 66%, #96C800 100%);
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1024px) {
  .layout__namebox {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .layout__namebox {
    margin-inline: auto;
    padding: 1.65em 2.2em;
  }
}
.layout__namebox .item {
  display: grid;
  grid-template-columns: 4em minmax(0, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 0.5rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.layout__namebox .label {
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .layout__namebox .label {
    line-height: 1.6;
  }
}
.layout__namebox .value {
  color: var(--white);
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .layout__namebox .value {
    line-height: 1.6;
  }
}

.layout__loginboxwrap {
  width: min(100% - 46px, 72rem);
  margin-inline: auto;
}

.layout__loginboxinner {
  width: min(100%, 480px);
  margin-inline: auto;
}

.layout__loginbox {
  font-size: clamp(14px, 2vw, 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4em;
  margin-inline: auto;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .layout__loginbox {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .layout__loginbox {
    gap: 1.2em;
  }
}
.layout__loginbox .inputbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.4em;
}
.layout__loginbox label {
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: var(--white);
}
@media (min-width: 1024px) {
  .layout__loginbox label {
    line-height: 1.6;
  }
}
.layout__loginbox input {
  width: 100%;
  padding: 0.8em 1em;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background-color: var(--white);
  line-height: 1.6;
  font: inherit;
}
@media (min-width: 1024px) {
  .layout__loginbox input {
    line-height: 1.6;
  }
}
.layout__loginbox input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.layout__loginbox input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.layout__loginbox input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.layout__loginbox input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.layout__loginbox input::placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.layout__loginbox input:focus-visible {
  outline: none;
  border-color: var(--pri);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.04);
}

.layout__scrollbox {
  font-size: clamp(13px, 1.8666666667vw, 1.4rem);
  padding: 1em 1.4em;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  max-height: 26rem;
  overflow-y: auto;
  line-height: 1.6;
  color: var(--white);
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .layout__scrollbox {
    font-size: clamp(13px, 1.0416666667vw, 1.5rem);
  }
}
@media (min-width: 1024px) {
  .layout__scrollbox {
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  .layout__scrollbox {
    padding: 1.6em 1.8em;
    width: 90%;
    max-height: 260px;
  }
}
.layout__scrollbox .ttl {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: clamp(17px, 2.5333333333vw, 1.9rem);
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .layout__scrollbox .ttl {
    font-size: clamp(18px, 1.5277777778vw, 2.2rem);
  }
}
@media (min-width: 1024px) {
  .layout__scrollbox .ttl {
    line-height: 1.4;
  }
}
.layout__scrollbox .ttlsmall {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.4;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
@media (min-width: 1024px) {
  .layout__scrollbox .ttlsmall {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .layout__scrollbox .ttlsmall {
    line-height: 1.4;
  }
}
.layout__scrollbox .ttlexsmall {
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .layout__scrollbox .ttlexsmall {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .layout__scrollbox .ttlexsmall {
    line-height: 1.4;
  }
}
.layout__scrollbox p {
  font-size: clamp(13px, 1.8666666667vw, 1.4rem);
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .layout__scrollbox p {
    font-size: clamp(13px, 1.0416666667vw, 1.5rem);
  }
}
@media (min-width: 1024px) {
  .layout__scrollbox p {
    line-height: 1.6;
  }
}
.layout__scrollbox p.read {
  margin-top: 0;
}
.layout__scrollbox p.mtsmall {
  margin-top: 0.5em;
}
.layout__scrollbox .numtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.75em;
}
.layout__scrollbox .numtext .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 1em;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .layout__scrollbox .numtext .num {
    line-height: 1.4;
  }
}
.layout__scrollbox .numtext .text {
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .layout__scrollbox .numtext .text {
    line-height: 1.4;
  }
}
.layout__scrollbox .numtext.lv2 {
  margin-left: 2em;
}
.layout__scrollbox p + p {
  margin-top: 1.5em;
}
.layout__scrollbox .numtext + .numtext {
  margin-top: 0.65em;
}
.layout__scrollbox a {
  text-decoration: underline;
  color: var(--pri);
}

.ttl__layout {
  text-align: center;
  color: var(--white);
  line-height: 1.2;
  font-size: min(6.4vw, 3.12rem);
  margin-bottom: 0.8em;
}
@media (min-width: 1024px) {
  .ttl__layout {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .ttl__layout {
    font-size: clamp(32px, 2.6388888889vw, 3.8rem);
  }
}
.ttl__layout .jp {
  display: block;
  font-weight: 700;
}
.ttl__layout .en {
  display: block;
  margin-top: 1em;
  letter-spacing: 0.18em;
  font-size: 0.42em;
}
.ttl__layout.black {
  color: var(--black);
}
.ttl__layout.mb0 {
  margin-bottom: 0;
}

.ttl__read {
  text-align: center;
  color: var(--white);
  line-height: 1.2;
  font-size: clamp(18px, 2.9333333333vw, 2.2rem);
  margin-bottom: 0.8em;
}
@media (min-width: 1024px) {
  .ttl__read {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .ttl__read {
    font-size: clamp(18px, 1.9444444444vw, 2.8rem);
  }
}
.ttl__read .ttl {
  display: block;
  font-weight: 700;
}
.ttl__read .read {
  display: block;
  margin-top: 1em;
  letter-spacing: 0.18em;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.6;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .ttl__read .read {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .ttl__read .read {
    line-height: 1.6;
  }
}
.ttl__read .read.black {
  color: var(--black);
}

.ttl__simple {
  font-size: min(4.8vw, 3.6rem);
  line-height: 1.4;
  margin-bottom: 1.4em;
}
@media (min-width: 1024px) {
  .ttl__simple {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .ttl__simple {
    font-size: clamp(24px, 1.9444444444vw, 2.8rem);
  }
}
.ttl__simple.center {
  text-align: center;
}

.ttl__normal {
  font-size: clamp(17px, 2.5333333333vw, 1.9rem);
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .ttl__normal {
    font-size: clamp(18px, 1.5277777778vw, 2.2rem);
  }
}
@media (min-width: 1024px) {
  .ttl__normal {
    line-height: 1.4;
  }
}

.ttl__middle {
  font-size: clamp(17px, 2.5333333333vw, 1.9rem);
  line-height: 1.2;
  background-image: -webkit-gradient(linear, left top, right top, from(#50AA00), to(#96C800));
  background-image: linear-gradient(90deg, #50AA00 0%, #96C800 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 1.5em;
  color: var(--white);
  border-radius: 10px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .ttl__middle {
    font-size: clamp(18px, 1.5277777778vw, 2.2rem);
  }
}
@media (min-width: 1024px) {
  .ttl__middle {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .ttl__middle {
    padding: 1.25em 1.75em;
  }
}
.ttl__middle.red {
  background: var(--red);
}

.ttl__middle2 {
  font-size: clamp(18px, 2.9333333333vw, 2.2rem);
  line-height: 1.2;
  font-weight: 700;
  color: var(--black);
  text-align: center;
  position: relative;
  padding-bottom: 1.4em;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .ttl__middle2 {
    font-size: clamp(18px, 1.9444444444vw, 2.8rem);
  }
}
@media (min-width: 1024px) {
  .ttl__middle2 {
    line-height: 1.2;
  }
}
.ttl__middle2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4rem;
  height: 0.35rem;
  border-radius: 999px;
  background-image: -webkit-gradient(linear, left top, right top, from(#50AA00), to(#96C800));
  background-image: linear-gradient(90deg, #50AA00 0%, #96C800 100%);
}
.ttl__middle2.red {
  color: var(--red);
}
.ttl__middle2.red::after {
  background: var(--red);
}

.ttl__small {
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .ttl__small {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .ttl__small {
    line-height: 1.4;
  }
}

.tag__normal {
  border-radius: 100px;
  color: var(--white);
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 0.85em 0.4em;
}
.tag__normal.pri {
  background: var(--pri);
}
.tag__normal.secon {
  background: var(--secon);
}
.tag__normal.gray {
  background: var(--gray);
}
.tag__normal.red {
  background: var(--red);
}
.tag__normal.green {
  background: var(--green);
}
.font__xs {
  font-size: clamp(11px, 1.6vw, 1.2rem) !important;
}
@media (min-width: 1024px) {
  .font__xs {
    font-size: clamp(11px, 0.9027777778vw, 1.3rem) !important;
  }
}

.font__s {
  font-size: clamp(13px, 1.8666666667vw, 1.4rem) !important;
}
@media (min-width: 1024px) {
  .font__s {
    font-size: clamp(13px, 1.0416666667vw, 1.5rem) !important;
  }
}

.font__n {
  font-size: clamp(14px, 2vw, 1.5rem) !important;
}
@media (min-width: 1024px) {
  .font__n {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem) !important;
  }
}

.font__l {
  font-size: clamp(17px, 2.5333333333vw, 1.9rem) !important;
}
@media (min-width: 1024px) {
  .font__l {
    font-size: clamp(18px, 1.5277777778vw, 2.2rem) !important;
  }
}

.font__xl {
  font-size: clamp(18px, 2.9333333333vw, 2.2rem) !important;
}
@media (min-width: 1024px) {
  .font__xl {
    font-size: clamp(18px, 1.9444444444vw, 2.8rem) !important;
  }
}

.font__pri {
  color: var(--pri) !important;
}

.font__white {
  color: var(--white) !important;
}

.font__black {
  color: var(--black) !important;
}

.font__red {
  color: var(--red) !important;
}

.font__red-light {
  color: var(--red-light) !important;
}

.font__green {
  color: var(--green) !important;
}

.font__green-light {
  color: var(--green-light) !important;
}

.font__orange {
  color: var(--orange) !important;
}

.font__orange-light {
  color: var(--orange-light) !important;
}

.font__link {
  color: var(--link) !important;
}

.font__act {
  color: var(--act) !important;
}

.font__brown {
  color: var(--brown) !important;
}

.font__brown-light {
  color: var(--brown-light) !important;
}

.font__brown-exlight {
  color: var(--brown-exlight) !important;
}

.font__disabled {
  color: var(--disabled) !important;
}

.font__gray {
  color: var(--gray) !important;
}

.font__gray-light {
  color: var(--gray-light) !important;
}

.font__gray-exlight {
  color: var(--gray-exlight) !important;
}

.btn__mypagewrap {
  width: min(80vw, 60rem);
  margin-inline: auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9em 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .btn__mypagewrap {
    width: 500px;
    gap: 1.5em 0;
  }
}

.btn__col2 {
  width: 100%;
  margin-inline: auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9em 1.5%;
}
.btn__col2 .col2left,
.btn__col2 .col2right {
  width: 48.5%;
}
@media (min-width: 1024px) {
  .btn__col2 .w-pc400 {
    width: 400px;
  }
}
.btn__col2 .w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn__col1 {
  width: 100%;
  margin-inline: auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9em 1.5%;
}
.btn__col1 .btn {
  width: min(70%, 420px);
}
.btn__col1 .positionright {
  position: relative;
  left: calc(50vw - 5em);
  top: 20px;
}
@media (min-width: 1024px) {
  .btn__col1 .positionright {
    left: min(47vw - 5em, 690px - 5em);
    top: 3rem;
  }
}

.btn__normal a,
.btn__normal button {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em;
  border-radius: 100px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.3s ease, color 0.2s ease, opacity 0.3s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background 0.3s ease, color 0.2s ease, opacity 0.3s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background 0.3s ease, transform 0.15s ease, box-shadow 0.15s ease, color 0.2s ease, opacity 0.3s ease;
  transition: background 0.3s ease, transform 0.15s ease, box-shadow 0.15s ease, color 0.2s ease, opacity 0.3s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  color: var(--white);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-size: clamp(13px, 1.8666666667vw, 1.4rem);
  min-width: 10em;
}
@media (min-width: 1024px) {
  .btn__normal a,
  .btn__normal button {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .btn__normal a,
  .btn__normal button {
    font-size: clamp(13px, 1.0416666667vw, 1.5rem);
  }
}
.btn__normal a.icon:before,
.btn__normal button.icon:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.28em solid transparent;
  border-bottom: 0.28em solid transparent;
  border-left: 0.49em solid var(--white);
}
.btn__normal a .text,
.btn__normal button .text {
  position: relative;
  z-index: 2;
}
.btn__normal a .bg,
.btn__normal button .bg {
  display: block;
  position: absolute;
  z-index: 1;
  width: 300%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#00AAA3), color-stop(33%, #26A35B), color-stop(66%, #50AA00), to(#96C800));
  background-image: linear-gradient(90deg, #00AAA3 0%, #26A35B 33%, #50AA00 66%, #96C800 100%);
  top: 0;
  left: -200%;
  -webkit-filter: saturate(100%);
          filter: saturate(100%);
  -webkit-transition: left 0.8s ease, -webkit-filter 1.2s ease;
  transition: left 0.8s ease, -webkit-filter 1.2s ease;
  transition: left 0.8s ease, filter 1.2s ease;
  transition: left 0.8s ease, filter 1.2s ease, -webkit-filter 1.2s ease;
}
.btn__normal.bg-white a,
.btn__normal.bg-white button {
  background-image: none;
  background-color: var(--white);
  color: var(--pri);
}
.btn__normal.bg-white a a:hover,
.btn__normal.bg-white button a:hover {
  color: var(--pri);
  color: var(--white);
}
.btn__normal.bg-pri a,
.btn__normal.bg-pri button {
  background-image: none;
  background-color: var(--pri);
  color: var(--white);
}
.btn__normal.bg-pri a:hover,
.btn__normal.bg-pri button:hover {
  background-color: var(--white);
  color: var(--pri);
}
.btn__normal.bg-gray a,
.btn__normal.bg-gray button {
  background-image: none;
  background-color: var(--gray);
}
.btn__normal.bg-gray a:hover,
.btn__normal.bg-gray button:hover {
  opacity: 0.7;
  background-color: var(--gray);
}
.btn__normal.bg-red a,
.btn__normal.bg-red button {
  background-image: none;
  background-color: var(--red);
}
.btn__normal.bg-red a:hover,
.btn__normal.bg-red button:hover {
  opacity: 0.7;
  background-color: var(--red);
}
.btn__normal.w70 {
  width: 70%;
}
.btn__normal.w420 {
  width: min(70%, 42rem);
}
.btn__normal.center {
  margin-inline: auto;
}
.btn__normal.fs-large a,
.btn__normal.fs-large button {
  font-size: clamp(17px, 2.5333333333vw, 1.9rem);
}
@media (min-width: 1024px) {
  .btn__normal.fs-large a,
  .btn__normal.fs-large button {
    font-size: clamp(18px, 1.5277777778vw, 2.2rem);
  }
}
.btn__normal.padding-large a,
.btn__normal.padding-large button {
  padding: 1.25em 1em;
}
.btn__normal a:hover,
.btn__normal button:hover {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  background: var(--pri);
  color: var(--white);
}
.btn__normal a:hover .bg,
.btn__normal button:hover .bg {
  left: 0%;
  -webkit-filter: saturate(180%);
          filter: saturate(180%);
}
.btn__normal.is--disabled {
  pointer-events: none;
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
}
.btn__normal.opacity96 {
  -webkit-filter: opacity(0.96);
          filter: opacity(0.96);
}
.btn__normal.badge-pdf .badge {
  position: absolute;
  left: 1.2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0.35em 0.7em;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: clamp(11px, 1.6vw, 1.2rem);
  color: var(--white);
  background-color: var(--red);
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
@media (min-width: 1024px) {
  .btn__normal.badge-pdf .badge {
    font-size: clamp(11px, 0.9027777778vw, 1.3rem);
  }
}

.btn__texticonwrap {
  margin-top: 16px;
  padding: 0;
  list-style: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn__texticonwrap.margin-inline {
  margin-inline: auto;
}

.btn__texticon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn__texticon a,
.btn__texticon button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.2em;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.6;
  color: var(--black);
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
@media (min-width: 1024px) {
  .btn__texticon a,
  .btn__texticon button {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .btn__texticon a,
  .btn__texticon button {
    line-height: 1.6;
  }
}
.btn__texticon a:before,
.btn__texticon button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.28em solid transparent;
  border-bottom: 0.28em solid transparent;
  border-left: 0.49em solid var(--pri);
}
.btn__texticon a:hover,
.btn__texticon button:hover {
  text-decoration: underline;
}

.btn__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn__text a,
.btn__text button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.2em;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.6;
  color: var(--black);
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
@media (min-width: 1024px) {
  .btn__text a,
  .btn__text button {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .btn__text a,
  .btn__text button {
    line-height: 1.6;
  }
}
.btn__text a:hover,
.btn__text button:hover {
  text-decoration: underline;
}
.btn__text a.white,
.btn__text button.white {
  color: var(--white);
}
.btn__text a.underline,
.btn__text button.underline {
  text-decoration: underline;
}
.btn__text a.small,
.btn__text button.small {
  font-size: clamp(13px, 1.8666666667vw, 1.4rem);
}
@media (min-width: 1024px) {
  .btn__text a.small,
  .btn__text button.small {
    font-size: clamp(13px, 1.0416666667vw, 1.5rem);
  }
}

.btn__tabui {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  width: 100%;
  max-width: 52rem;
  margin-inline: auto;
  padding: 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
@media (min-width: 1024px) {
  .btn__tabui {
    gap: 0.8rem;
    padding: 0.6rem;
  }
}
.btn__tabui .tabbtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  border-radius: 999px;
  padding: 0.85em 0.6em;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
  transition: background 0.2s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, color 0.2s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.4;
  font-weight: 700;
  color: var(--gray);
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .btn__tabui .tabbtn {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .btn__tabui .tabbtn {
    line-height: 1.4;
  }
}
.btn__tabui .tabbtn:hover {
  background: rgba(0, 0, 0, 0.1);
}
.btn__tabui .tabbtn:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.btn__tabui .tabbtn:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px var(--act);
          box-shadow: 0 0 0 2px var(--act);
}
.btn__tabui .tabbtn.is--active {
  background: var(--white);
  color: var(--pri);
  -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}

.list__normal {
  margin: 0;
  padding-left: 1.4em;
  font-size: clamp(14px, 2vw, 1.5rem);
}
@media (min-width: 1024px) {
  .list__normal {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
.list__normal li {
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .list__normal li {
    line-height: 1.6;
  }
}
.list__normal li + li {
  margin-top: 0.75em;
}

.list__ol {
  margin: 0;
  padding-left: 1.4em;
  font-size: clamp(14px, 2vw, 1.5rem);
}
@media (min-width: 1024px) {
  .list__ol {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
.list__ol li {
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .list__ol li {
    line-height: 1.6;
  }
}
.list__ol li + li {
  margin-top: 0.75em;
}

.list__dl {
  font-size: clamp(14px, 2vw, 1.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 0.4rem;
  padding: 1.25em 0.85em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
@media (min-width: 1024px) {
  .list__dl {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 667px) {
  .list__dl {
    padding: 1.75em 1em;
  }
}
.list__dl dt {
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-bottom: 0.25em;
}
@media (min-width: 1024px) {
  .list__dl dt {
    line-height: 1.6;
  }
}
@media (min-width: 667px) {
  .list__dl dt {
    margin-bottom: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.list__dl dt .badge {
  margin-left: 0.6em;
}
.list__dl dd {
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .list__dl dd {
    line-height: 1.6;
  }
}
@media (min-width: 667px) {
  .list__dl dd {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.list__dl dd .user_upload_img {
  max-height: 10rem;
}
.list__dl:last-child {
  border-bottom: none;
  padding-bottom: 2em;
}
.list__dl .radiowrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.6em;
     -moz-column-gap: 0.6em;
          column-gap: 0.6em;
  color: var(--black);
  line-height: 1.6;
  cursor: default;
  font-size: clamp(14px, 2vw, 1.5rem);
}
@media (min-width: 1024px) {
  .list__dl .radiowrap {
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  .list__dl .radiowrap {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
.list__dl .radioicon {
  position: relative;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 1px solid var(--brown);
  background-color: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list__dl .radioicon::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background-color: var(--brown);
  opacity: 0;
  -webkit-transition: opacity 0.18s ease-out, -webkit-transform 0.18s ease-out;
  transition: opacity 0.18s ease-out, -webkit-transform 0.18s ease-out;
  transition: opacity 0.18s ease-out, transform 0.18s ease-out;
  transition: opacity 0.18s ease-out, transform 0.18s ease-out, -webkit-transform 0.18s ease-out;
}
.list__dl .radiowrap.is--checked .radioicon::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.list__dl .textwrap {
  line-height: 1.6;
  margin-bottom: 1.25em;
}
@media (min-width: 1024px) {
  .list__dl .textwrap {
    line-height: 1.6;
  }
}

.table__scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  background: var(--white);
}

.table__normal {
  width: 100%;
  min-width: 64rem;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--white);
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
@media (min-width: 1024px) {
  .table__normal {
    border-radius: 8px;
  }
}
.table__normal th,
.table__normal td {
  padding: 0.9em 1.2em;
  text-align: left;
  vertical-align: middle;
  font-size: clamp(13px, 1.8666666667vw, 1.4rem);
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .table__normal th,
  .table__normal td {
    font-size: clamp(13px, 1.0416666667vw, 1.5rem);
  }
}
@media (min-width: 1024px) {
  .table__normal th,
  .table__normal td {
    line-height: 1.4;
  }
}
.table__normal .col-ttl {
  width: 40%;
  white-space: normal;
  overflow-wrap: anywhere;
}
@media (min-width: 1024px) {
  .table__normal .col-ttl {
    width: 50%;
  }
}
.table__normal thead {
  background-image: -webkit-gradient(linear, left top, right top, from(#50AA00), to(#96C800));
  background-image: linear-gradient(90deg, #50AA00 0%, #96C800 100%);
}
.table__normal thead th {
  font-weight: 600;
  color: var(--white);
  border-bottom: 1px solid var(--gray-exlight);
}
.table__normal thead th.align-right {
  text-align: right;
}
.table__normal tbody tr {
  background: var(--white);
  cursor: pointer;
}
.table__normal tbody tr:not(:last-child) td {
  border-bottom: 1px solid var(--gray-exlight);
}
.table__normal tbody tr:hover {
  background: rgba(0, 0, 0, 0.035);
  cursor: pointer;
}
.table__normal tbody td {
  color: var(--black);
}
.table__normal tbody td.align-right {
  text-align: right;
}
.table__normal .is--empty td {
  text-align: center;
  color: var(--gray);
  padding: 2em 1em;
  font-size: clamp(14px, 2vw, 1.5rem);
}
@media (min-width: 1024px) {
  .table__normal .is--empty td {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}

.hr__normal {
  width: 100%;
  height: 1px;
  display: block;
  margin: 1em 0;
}
.hr__normal.pri {
  background: var(--pri);
}
.hr__normal.bkack {
  background: var(--black);
}
.hr__normal.white {
  background: var(--white);
}
.hr__normal.opacity03 {
  opacity: 0.3;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  padding: 0;
  margin: 2.4rem 0 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .pagination__list {
    gap: 0.6rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.pagination__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__item > a,
.pagination__item > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 4.2rem;
  height: 4.2rem;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid var(--gray-exlight);
  background: var(--white);
  color: var(--gray);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.08s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.08s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.08s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.08s ease, -webkit-transform 0.08s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
@media (min-width: 1024px) {
  .pagination__item > a,
  .pagination__item > span {
    min-width: 3.6rem;
    height: 3.6rem;
    padding: 0 1.2rem;
    font-size: 1.4rem;
  }
}
.pagination__item > a:hover {
  border-color: var(--act);
  background: var(--act);
  color: var(--white);
}
.pagination__item > a:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.pagination__item > a:focus-visible {
  outline: 2px solid rgba(83, 172, 0, 0.35);
  outline-offset: 2px;
}
.pagination__item.is--active > span {
  border-color: var(--act);
  background: var(--act);
  color: var(--white);
}
.pagination__item.is--disabled > span {
  background: var(--white-dark);
  border-color: var(--gray-exlight);
  color: var(--disabled);
  cursor: not-allowed;
}
.pagination__item.is--disabled svg {
  opacity: 0.55;
}
.pagination__item svg {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
}
.pagination__item:first-child > a,
.pagination__item:first-child > span, .pagination__item:last-child > a,
.pagination__item:last-child > span {
  min-width: 4.2rem;
  height: 4.2rem;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  color: var(--black);
  -webkit-transition: color 0.2s ease, -webkit-transform 0.08s ease;
  transition: color 0.2s ease, -webkit-transform 0.08s ease;
  transition: color 0.2s ease, transform 0.08s ease;
  transition: color 0.2s ease, transform 0.08s ease, -webkit-transform 0.08s ease;
}
@media (min-width: 1024px) {
  .pagination__item:first-child > a,
  .pagination__item:first-child > span, .pagination__item:last-child > a,
  .pagination__item:last-child > span {
    min-width: 3.6rem;
    height: 3.6rem;
  }
}
.pagination__item:first-child > a:hover, .pagination__item:last-child > a:hover {
  background: transparent;
  border: none;
  color: var(--act);
}
.pagination__item:first-child > a:active, .pagination__item:last-child > a:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.pagination__item:first-child > a:focus-visible, .pagination__item:last-child > a:focus-visible {
  outline: 2px solid rgba(83, 172, 0, 0.35);
  outline-offset: 4px;
}
.pagination__item:first-child svg, .pagination__item:last-child svg {
  width: 3rem;
  height: 3rem;
}
@media (min-width: 1024px) {
  .pagination__item:first-child svg, .pagination__item:last-child svg {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.pagination__item:first-child.is--disabled > span, .pagination__item:last-child.is--disabled > span {
  color: var(--disabled);
  cursor: not-allowed;
}
.pagination__item:first-child.is--disabled svg, .pagination__item:last-child.is--disabled svg {
  opacity: 0.35;
}

.form__box {
  padding: 0 0.5em;
}
@media (min-width: 667px) {
  .form__box {
    padding: 0 1em;
  }
}
.form__box + .form__box {
  margin-top: 1.25em;
}
@media (min-width: 1024px) {
  .form__box + .form__box {
    margin-top: 2em;
  }
}

.form__check label {
  display: block;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.4;
  margin-bottom: 0.4em;
}
@media (min-width: 1024px) {
  .form__check label {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .form__check label {
    line-height: 1.4;
  }
}
.form__check label span {
  font-size: clamp(11px, 1.6vw, 1.2rem);
}
@media (min-width: 1024px) {
  .form__check label span {
    font-size: clamp(11px, 0.9027777778vw, 1.3rem);
  }
}
.form__check label span.is--required {
  color: var(--red);
}
.form__check .checklabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
.form__check .checkinput {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form__check .text {
  position: relative;
  padding-left: 1.5em;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .form__check .text {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .form__check .text {
    line-height: 1.6;
  }
}
.form__check .text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 1.1em;
  height: 1.1em;
  border: 1px solid var(--gray-exlight);
  border-radius: 2px;
  background: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.form__check .text:after {
  content: "";
  position: absolute;
  left: 0.38em;
  top: 0.45em;
  width: 0.4em;
  height: 0.65em;
  border-right: 2px solid var(--act);
  border-bottom: 2px solid var(--act);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.form__check .text.white {
  color: var(--white);
}
.form__check .checkinput:checked + .text:before {
  border-color: var(--act);
  background-color: var(--act);
}
.form__check .checkinput:checked + .text:after {
  opacity: 1;
  border-color: var(--white);
}
.form__check .checkinput:focus-visible + .text:before {
  -webkit-box-shadow: 0 0 0 2px var(--act);
          box-shadow: 0 0 0 2px var(--act);
}
.form__check .checkinput:disabled + .text {
  color: var(--disabled);
  cursor: not-allowed;
}
.form__check .checkinput:disabled + .text:before {
  border-color: var(--disabled);
  background: var(--brown-exlight);
}
.form__check .checkinput:disabled + .text:after {
  border-right-color: var(--disabled);
  border-bottom-color: var(--disabled);
}
.form__check.center {
  text-align: center;
}
.form__check.inner {
  padding: 0 1em;
}
.form__check + .form__check {
  margin-top: 0.35em;
}
@media (min-width: 1024px) {
  .form__check + .form__check {
    margin-top: 0.4em;
  }
}

.form__radio label {
  display: block;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.4;
  margin-bottom: 0.4em;
}
@media (min-width: 1024px) {
  .form__radio label {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .form__radio label {
    line-height: 1.4;
  }
}
.form__radio label span {
  font-size: clamp(11px, 1.6vw, 1.2rem);
}
@media (min-width: 1024px) {
  .form__radio label span {
    font-size: clamp(11px, 0.9027777778vw, 1.3rem);
  }
}
.form__radio label span.is--required {
  color: var(--red);
}
.form__radio .radiolabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
.form__radio .radioinput {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form__radio .text {
  position: relative;
  padding-left: 1.5em;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .form__radio .text {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .form__radio .text {
    line-height: 1.6;
  }
}
.form__radio .text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 1.1em;
  height: 1.1em;
  border: 1px solid var(--gray-exlight);
  border-radius: 50%;
  background: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.form__radio .text:after {
  content: "";
  position: absolute;
  left: 0.33em;
  top: 0.68em;
  width: 0.45em;
  height: 0.45em;
  border-radius: 50%;
  background: var(--act);
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.form__radio .text.white {
  color: var(--white);
}
.form__radio .radioinput:checked + .text:before {
  border-color: var(--act);
  background-color: var(--white);
}
.form__radio .radioinput:checked + .text:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.form__radio .radioinput:focus-visible + .text:before {
  -webkit-box-shadow: 0 0 0 2px var(--act);
          box-shadow: 0 0 0 2px var(--act);
}
.form__radio .radioinput:disabled + .text {
  color: var(--disabled);
  cursor: not-allowed;
}
.form__radio .radioinput:disabled + .text:before {
  border-color: var(--disabled);
  background: var(--brown-exlight);
}
.form__radio .radioinput:disabled + .text:after {
  background: var(--disabled);
}
.form__radio.center {
  text-align: center;
}
.form__radio.inner {
  padding: 0 1em;
}
.form__radio + .form__radio {
  margin-top: 0.35em;
}
@media (min-width: 1024px) {
  .form__radio + .form__radio {
    margin-top: 0.4em;
  }
}

.form__inputtext label {
  display: block;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.4;
  margin-bottom: 0.4em;
}
@media (min-width: 1024px) {
  .form__inputtext label {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .form__inputtext label {
    line-height: 1.4;
  }
}
.form__inputtext label span {
  font-size: clamp(11px, 1.6vw, 1.2rem);
}
@media (min-width: 1024px) {
  .form__inputtext label span {
    font-size: clamp(11px, 0.9027777778vw, 1.3rem);
  }
}
.form__inputtext label span.is--required {
  color: var(--red);
}
.form__inputtext input {
  height: 46px;
  display: block;
  width: 100%;
  padding: 0.6em 0.8em;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.6;
  color: var(--black);
  border: 1px solid var(--gray-exlight);
  border-radius: 4px;
  background: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media (min-width: 1024px) {
  .form__inputtext input {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .form__inputtext input {
    line-height: 1.6;
  }
}
.form__inputtext input::-webkit-input-placeholder {
  color: var(--gray-light);
}
.form__inputtext input::-moz-placeholder {
  color: var(--gray-light);
}
.form__inputtext input:-ms-input-placeholder {
  color: var(--gray-light);
}
.form__inputtext input::-ms-input-placeholder {
  color: var(--gray-light);
}
.form__inputtext input::placeholder {
  color: var(--gray-light);
}
.form__inputtext input:focus {
  outline: none;
  border-color: var(--act);
  -webkit-box-shadow: 0 0 0 2px var(--brown-exlight);
          box-shadow: 0 0 0 2px var(--brown-exlight);
}
.form__inputtext input:disabled {
  background: var(--brown-exlight);
  color: var(--disabled);
  cursor: not-allowed;
}
.form__inputtext.center {
  text-align: left;
}
.form__inputtext.center > label {
  text-align: left;
}
.form__inputtext.inner {
  padding: 0 1em;
}
.form__inputtext.red input:focus {
  border-color: var(--red);
}

.form__select {
  position: relative;
}
.form__select label {
  display: block;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.4;
  margin-bottom: 0.4em;
}
@media (min-width: 1024px) {
  .form__select label {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .form__select label {
    line-height: 1.4;
  }
}
.form__select label span {
  font-size: clamp(11px, 1.6vw, 1.2rem);
}
@media (min-width: 1024px) {
  .form__select label span {
    font-size: clamp(11px, 0.9027777778vw, 1.3rem);
  }
}
.form__select label span.is--required {
  color: var(--red);
}
.form__select select {
  display: block;
  height: 46px;
  width: 100%;
  padding: 0.85em 0.8em;
  padding-right: 2.6em;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.6;
  color: var(--black);
  border: 1px solid var(--gray-exlight);
  border-radius: 4px;
  background: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: none;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media (min-width: 1024px) {
  .form__select select {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .form__select select {
    line-height: 1.6;
  }
}
.form__select select:focus {
  outline: none;
  border-color: var(--act);
  -webkit-box-shadow: 0 0 0 2px var(--brown-exlight);
          box-shadow: 0 0 0 2px var(--brown-exlight);
}
.form__select select:disabled {
  background: var(--brown-exlight);
  color: var(--disabled);
  cursor: not-allowed;
}
.form__select.center {
  text-align: left;
}
.form__select.center > label {
  text-align: left;
}
.form__select.inner {
  padding: 0 1em;
}
.form__select.red select:focus {
  border-color: var(--red);
}

.form__textarea label {
  display: block;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.4;
  margin-bottom: 0.4em;
}
@media (min-width: 1024px) {
  .form__textarea label {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .form__textarea label {
    line-height: 1.4;
  }
}
.form__textarea label span {
  font-size: clamp(11px, 1.6vw, 1.2rem);
}
@media (min-width: 1024px) {
  .form__textarea label span {
    font-size: clamp(11px, 0.9027777778vw, 1.3rem);
  }
}
.form__textarea label span.is--required {
  color: var(--red);
}
.form__textarea textarea {
  display: block;
  width: 100%;
  padding: 0.6em 0.8em;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.6;
  color: var(--black);
  border: 1px solid var(--gray-exlight);
  border-radius: 4px;
  background: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  resize: vertical;
}
@media (min-width: 1024px) {
  .form__textarea textarea {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .form__textarea textarea {
    line-height: 1.6;
  }
}
.form__textarea textarea::-webkit-input-placeholder {
  color: var(--gray-light);
}
.form__textarea textarea::-moz-placeholder {
  color: var(--gray-light);
}
.form__textarea textarea:-ms-input-placeholder {
  color: var(--gray-light);
}
.form__textarea textarea::-ms-input-placeholder {
  color: var(--gray-light);
}
.form__textarea textarea::placeholder {
  color: var(--gray-light);
}
.form__textarea textarea:focus {
  outline: none;
  border-color: var(--act);
  -webkit-box-shadow: 0 0 0 2px var(--brown-exlight);
          box-shadow: 0 0 0 2px var(--brown-exlight);
}
.form__textarea textarea:disabled {
  background: var(--brown-exlight);
  color: var(--disabled);
  cursor: not-allowed;
}
.form__textarea.center {
  text-align: left;
}
.form__textarea.center > label {
  text-align: left;
}
.form__textarea.inner {
  padding: 0 1em;
}
.form__textarea.red textarea:focus {
  border-color: var(--red);
}

.form__inputfile label {
  display: block;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.4;
  margin-bottom: 0.4em;
}
@media (min-width: 1024px) {
  .form__inputfile label {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .form__inputfile label {
    line-height: 1.4;
  }
}
.form__inputfile label span {
  font-size: clamp(11px, 1.6vw, 1.2rem);
}
@media (min-width: 1024px) {
  .form__inputfile label span {
    font-size: clamp(11px, 0.9027777778vw, 1.3rem);
  }
}
.form__inputfile label span.is--required {
  color: var(--red);
}
.form__inputfile input[type=file] {
  display: block;
  width: 100%;
  padding: 0.4em 0.6em;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.6;
  color: var(--black);
  border: 1px solid var(--gray-exlight);
  border-radius: 4px;
  background: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media (min-width: 1024px) {
  .form__inputfile input[type=file] {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .form__inputfile input[type=file] {
    line-height: 1.6;
  }
}
.form__inputfile input[type=file]:focus {
  outline: none;
  border-color: var(--link);
  -webkit-box-shadow: 0 0 0 2px var(--gray-exlight);
          box-shadow: 0 0 0 2px var(--gray-exlight);
}
.form__inputfile input[type=file]:disabled {
  background: var(--disabled);
  cursor: not-allowed;
}
.form__inputfile input[type=file]::-webkit-file-upload-button {
  font-size: clamp(13px, 1.8666666667vw, 1.4rem);
  padding: 0.4em 0.9em;
  margin-right: 0.8em;
  border-radius: 4px;
  border: 1px solid var(--link);
  background: var(--link);
  color: var(--white);
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.form__inputfile input[type=file]::file-selector-button {
  font-size: clamp(13px, 1.8666666667vw, 1.4rem);
  padding: 0.4em 0.9em;
  margin-right: 0.8em;
  border-radius: 4px;
  border: 1px solid var(--link);
  background: var(--link);
  color: var(--white);
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
@media (min-width: 1024px) {
  .form__inputfile input[type=file]::-webkit-file-upload-button {
    font-size: clamp(13px, 1.0416666667vw, 1.5rem);
  }
  .form__inputfile input[type=file]::file-selector-button {
    font-size: clamp(13px, 1.0416666667vw, 1.5rem);
  }
}
.form__inputfile input[type=file]::-webkit-file-upload-button:hover {
  background: var(--white);
  border-color: var(--link);
  color: var(--link);
}
.form__inputfile input[type=file]::file-selector-button:hover {
  background: var(--white);
  border-color: var(--link);
  color: var(--link);
}
.form__inputfile input[type=file]::-webkit-file-upload-button {
  font-size: clamp(13px, 1.8666666667vw, 1.4rem);
  padding: 0.4em 0.9em;
  margin-right: 0.8em;
  border-radius: 4px;
  border: 1px solid var(--link);
  background: var(--link);
  color: var(--white);
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
@media (min-width: 1024px) {
  .form__inputfile input[type=file]::-webkit-file-upload-button {
    font-size: clamp(13px, 1.0416666667vw, 1.5rem);
  }
}
.form__inputfile input[type=file]::-webkit-file-upload-button:hover {
  background: var(--white);
  border-color: var(--link);
  color: var(--link);
}

.form__inputpassword {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.form__inputpassword input {
  padding-right: 3.2em !important;
}
.form__inputpassword .form__inputpassword-toggle {
  position: absolute;
  right: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.form__inputpassword .form__inputpassword-toggle:hover {
  color: var(--pri);
}
.form__inputpassword .form__inputpassword-toggle svg {
  width: 1.4em;
  height: 1.4em;
  display: block;
}

.ttl__middle + .form__box {
  margin-top: 1.25em;
}
@media (min-width: 1024px) {
  .ttl__middle + .form__box {
    margin-top: 2em;
  }
}

.validation__box {
  width: 94%;
  background: var(--red-light);
  margin-inline: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  font-size: clamp(14px, 2vw, 1.5rem);
  padding: 1.5em 0.85em;
  border: solid 1px var(--red);
  margin-bottom: 2em;
}
@media (min-width: 1024px) {
  .validation__box {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .validation__box {
    width: min(86%, 1100px);
    padding: 2.4em 2.4em 5.2em;
  }
}
.validation__box + .layout__whitebox {
  margin-top: 2em;
}
.validation__list {
  list-style-type: none;
  margin-top: 0.35em;
  font-size: clamp(13px, 1.8666666667vw, 1.4rem);
}
@media (min-width: 1024px) {
  .validation__list {
    margin-top: 0.4em;
  }
}
@media (min-width: 1024px) {
  .validation__list {
    font-size: clamp(13px, 1.0416666667vw, 1.5rem);
  }
}
.validation__list li {
  color: var(--red);
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .validation__list li {
    line-height: 1.4;
  }
}
.validation__list li + li {
  margin-top: 0.75em;
}

.modal__alert {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
}

.modal__alert.is--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal__alert .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal__alert .dialog {
  position: relative;
  max-width: 660px;
  width: 90%;
  background: var(--red-light);
  border: solid 1px var(--red);
  border-radius: 12px;
  padding: 24px 24px 20px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: -webkit-transform 0.75s ease;
  transition: -webkit-transform 0.75s ease;
  transition: transform 0.75s ease;
  transition: transform 0.75s ease, -webkit-transform 0.75s ease;
}
@media (min-width: 667px) {
  .modal__alert .dialog {
    padding: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.modal__alert.is--active .dialog {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.modal__alert .btn-close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .modal__alert .btn-close {
    top: 10px;
    right: 10px;
  }
}

.modal__alert .btn-close::before,
.modal__alert .btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #666;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.modal__alert .btn-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.modal__alert .btn-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__alert .alert-inner {
  position: relative;
}

.modal__alert .alert-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__alert .alert-textwrap {
  text-align: left;
}

.modal__alert .alert-title {
  font-size: clamp(17px, 2.5333333333vw, 1.9rem);
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0.75em;
  color: var(--red);
}
@media (min-width: 1024px) {
  .modal__alert .alert-title {
    font-size: clamp(18px, 1.5277777778vw, 2.2rem);
  }
}
@media (min-width: 1024px) {
  .modal__alert .alert-title {
    line-height: 1.4;
  }
}

.modal__alert .alert-text {
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.6;
  margin-bottom: 1.4em;
}
@media (min-width: 1024px) {
  .modal__alert .alert-text {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .modal__alert .alert-text {
    line-height: 1.6;
  }
}

.modal__alert .btn__normal {
  text-align: right;
}

.toast__normal {
  position: fixed;
  inset-inline: 0;
  top: 20px;
  z-index: 1000;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  pointer-events: none;
  -webkit-transition: opacity 0.65s ease, -webkit-transform 0.65s ease;
  transition: opacity 0.65s ease, -webkit-transform 0.65s ease;
  transition: opacity 0.65s ease, transform 0.65s ease;
  transition: opacity 0.65s ease, transform 0.65s ease, -webkit-transform 0.65s ease;
  font-size: clamp(17px, 2.5333333333vw, 1.9rem);
}
@media (min-width: 1024px) {
  .toast__normal {
    font-size: clamp(18px, 1.5277777778vw, 2.2rem);
  }
}
@media (min-width: 1024px) {
  .toast__normal {
    top: 28px;
  }
}
.toast__normal .inner-layout {
  margin: 0 12px;
  padding: 0.7em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75em;
  border-radius: 100px;
  background-color: var(--green-light);
  color: var(--green);
  border: 1px solid var(--green);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  width: min(96%, 1400px);
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .toast__normal .inner-layout {
    margin: 0 auto;
    padding: 0.8em 1.4em;
    border-radius: 100px;
  }
}
.toast__normal .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.toast__normal .icon {
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
}
.toast__normal .text {
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .toast__normal .text {
    line-height: 1.6;
  }
}
.toast__normal .btn-close {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  border: none;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.2s ease, transform 0.1s ease;
  transition: background-color 0.2s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
.toast__normal .btn-close span {
  position: absolute;
  width: 0.9em;
  height: 2px;
  background-color: currentColor;
  border-radius: 999px;
}
.toast__normal .btn-close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.toast__normal .btn-close span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.toast__normal .btn-close:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.toast__normal .btn-close:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.toast__normal.is--visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.toast__normal--success .inner-layout {
  background-color: var(--green-light);
  color: var(--green);
  border-color: var(--green);
}
.toast__normal--success .icon {
  mask: url("/assets/img/common/icon-success.svg") no-repeat center/1em;
  -webkit-mask: url("/assets/img/common/icon-success.svg") no-repeat center/1em;
  background-color: var(--green);
}

.toast__normal--error .inner-layout {
  background-color: var(--red-light);
  color: var(--red);
  border-color: var(--red);
}
.toast__normal--error .icon {
  mask: url("/assets/img/common/icon-error.svg") no-repeat center/1em;
  -webkit-mask: url("/assets/img/common/icon-error.svg") no-repeat center/1em;
  background-color: var(--red);
}

.toast__normal--warning .inner-layout {
  background-color: var(--orange-light);
  color: var(--orange);
  border-color: var(--orange);
}
.toast__normal--warning .icon {
  mask: url("/assets/img/common/icon-warning.svg") no-repeat center/1em;
  -webkit-mask: url("/assets/img/common/icon-warning.svg") no-repeat center/1em;
  background-color: var(--orange);
}

.message__box {
  padding: 1.2em 1.5em;
  border-radius: 6px;
  border: 1px solid var(--gray-exlight);
  background: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.6;
  margin: 1.2em 0;
  width: 94%;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .message__box {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .message__box {
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  .message__box {
    width: min(86%, 1100px);
  }
}
.message__box.w100 {
  width: 100%;
}
.message__box .message-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
  margin-bottom: 0.75em;
}
.message__box .message-icon {
  width: 1.4em;
  height: 1.4em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.message__box .message-ttl {
  font-size: clamp(17px, 2.5333333333vw, 1.9rem);
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .message__box .message-ttl {
    font-size: clamp(18px, 1.5277777778vw, 2.2rem);
  }
}
@media (min-width: 1024px) {
  .message__box .message-ttl {
    line-height: 1.4;
  }
}
.message__box .message-body {
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .message__box .message-body {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .message__box .message-body {
    line-height: 1.6;
  }
}
.message__box .message-body p {
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .message__box .message-body p {
    line-height: 1.6;
  }
}
.message__box .message-body p + p {
  margin-top: 0.3em;
}
.message__box .message-body a:hover {
  text-decoration: underline;
}
.message__box .message-meta {
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.2;
  margin-top: 0.3em;
}
@media (min-width: 1024px) {
  .message__box .message-meta {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .message__box .message-meta {
    line-height: 1.2;
  }
}
.message__box .messagebox__image {
  display: block;
  max-width: 100%;
  max-height: 10rem;
  height: auto;
  margin-top: 0.4em;
}
.message__box.is--normal {
  border-color: var(--gray);
  background: var(--white-dark);
  color: var(--gray);
}
.message__box.is--normal .message-ttl {
  color: var(--black);
}
.message__box.is--normal .message-icon {
  mask: url("../img/common/icon-success.svg") no-repeat center/100%;
  -webkit-mask: url("../img/common/icon-success.svg") no-repeat center/100%;
  background-color: var(--black);
}
.message__box.is--success {
  border-color: var(--green);
  background: var(--green-light);
  color: var(--green);
}
.message__box.is--success .message-ttl {
  color: var(--green);
}
.message__box.is--success .message-icon {
  mask: url("../img/common/icon-success.svg") no-repeat center/100%;
  -webkit-mask: url("../img/common/icon-success.svg") no-repeat center/100%;
  background-color: var(--green);
}
.message__box.is--error {
  border-color: var(--red);
  background: var(--red-light);
  color: var(--red);
}
.message__box.is--error .message-ttl {
  color: var(--red);
}
.message__box.is--error .message-icon {
  mask: url("../img/common/icon-error.svg") no-repeat center/100%;
  -webkit-mask: url("../img/common/icon-error.svg") no-repeat center/100%;
  background-color: var(--red);
}
.message__box.is--warning {
  border-color: var(--orange);
  background: var(--orange-light);
  color: var(--orange);
}
.message__box.is--warning .message-ttl {
  color: var(--orange);
}
.message__box.is--warning .message-icon {
  mask: url("../img/common/icon-warning.svg") no-repeat center/100%;
  -webkit-mask: url("../img/common/icon-warning.svg") no-repeat center/100%;
  background-color: var(--orange);
}

.searchfilter__layout {
  padding: 1.6em;
  border-radius: 8px;
  background: var(--white);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1.25em;
}
@media (min-width: 1024px) {
  .searchfilter__layout {
    margin-top: 2em;
  }
}
@media (min-width: 1024px) {
  .searchfilter__layout {
    padding: 2em;
  }
}
.searchfilter__layout form {
  margin: 0;
}

.searchfilter-title {
  font-size: clamp(17px, 2.5333333333vw, 1.9rem);
  line-height: 1.4;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 1.2em;
}
@media (min-width: 1024px) {
  .searchfilter-title {
    font-size: clamp(18px, 1.5277777778vw, 2.2rem);
  }
}
@media (min-width: 1024px) {
  .searchfilter-title {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .searchfilter-title {
    margin-bottom: 1.4em;
  }
}

.searchfilter-block {
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
}
.searchfilter-block:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.searchfilter-label {
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.4;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0.6em;
}
@media (min-width: 1024px) {
  .searchfilter-label {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .searchfilter-label {
    line-height: 1.4;
  }
}

.searchfilter-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6em 1.2em;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .searchfilter-checklist {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.searchfilter-checkitem label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(13px, 1.8666666667vw, 1.4rem);
  line-height: 1.4;
  color: var(--gray);
  cursor: pointer;
}
@media (min-width: 1024px) {
  .searchfilter-checkitem label {
    font-size: clamp(13px, 1.0416666667vw, 1.5rem);
  }
}
@media (min-width: 1024px) {
  .searchfilter-checkitem label {
    line-height: 1.4;
  }
}
.searchfilter-checkitem input[type=checkbox] {
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.4em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.searchfilter-checkitem span {
  display: inline-block;
}

.searchfilter-keyword {
  display: block;
  width: 100%;
  padding: 0.6em 0.8em;
  font-size: clamp(13px, 1.8666666667vw, 1.4rem);
  line-height: 1.6;
  color: var(--black);
  border: 1px solid var(--gray-exlight);
  border-radius: 4px;
  background: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media (min-width: 1024px) {
  .searchfilter-keyword {
    font-size: clamp(13px, 1.0416666667vw, 1.5rem);
  }
}
@media (min-width: 1024px) {
  .searchfilter-keyword {
    line-height: 1.6;
  }
}
.searchfilter-keyword::-webkit-input-placeholder {
  color: var(--gray-light);
}
.searchfilter-keyword::-moz-placeholder {
  color: var(--gray-light);
}
.searchfilter-keyword:-ms-input-placeholder {
  color: var(--gray-light);
}
.searchfilter-keyword::-ms-input-placeholder {
  color: var(--gray-light);
}
.searchfilter-keyword::placeholder {
  color: var(--gray-light);
}
.searchfilter-keyword:focus {
  outline: none;
  border-color: var(--act);
  -webkit-box-shadow: 0 0 0 2px rgba(83, 172, 0, 0.2);
          box-shadow: 0 0 0 2px rgba(83, 172, 0, 0.2);
}
.searchfilter-keyword:disabled {
  background: var(--brown-exlight);
  color: var(--disabled);
  cursor: not-allowed;
}

.searchfilter-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.8em;
  margin-top: 1.2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .searchfilter-actions {
    margin-top: 1.6em;
  }
}

.searchfilter-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em 1.4em;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: clamp(13px, 1.8666666667vw, 1.4rem);
  line-height: 1.4;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media (min-width: 1024px) {
  .searchfilter-btn {
    font-size: clamp(13px, 1.0416666667vw, 1.5rem);
  }
}
@media (min-width: 1024px) {
  .searchfilter-btn {
    line-height: 1.4;
  }
}
.searchfilter-btn:focus-visible {
  outline: 2px solid var(--act);
  outline-offset: 2px;
}

.searchfilter-btn--primary {
  background-color: var(--act);
  border-color: var(--act);
  color: var(--white);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1024px) {
  .searchfilter-btn--primary:hover {
    background-color: var(--green);
    border-color: var(--green);
  }
}
.searchfilter-btn--primary:disabled {
  background-color: var(--brown-exlight);
  border-color: var(--brown-exlight);
  color: var(--disabled);
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

.searchfilter-btn--ghost {
  background-color: transparent;
  border-color: transparent;
  color: var(--gray);
}
@media (min-width: 1024px) {
  .searchfilter-btn--ghost:hover {
    color: var(--black);
    background-color: rgba(0, 0, 0, 0.04);
  }
}

.memberbox__wrap {
  margin-top: 8.2em;
}
.memberbox__wrap .ttl__middle2 {
  margin-bottom: 1.5em;
}

.memberbox__layout {
  width: 94%;
  margin-inline: auto;
  background: var(--white);
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  font-size: clamp(14px, 2vw, 1.5rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
@media (min-width: 1024px) {
  .memberbox__layout {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .memberbox__layout {
    width: min(86%, 1100px);
  }
}
.memberbox__layout + .memberbox__layout {
  margin-top: 1.25em;
}
@media (min-width: 1024px) {
  .memberbox__layout + .memberbox__layout {
    margin-top: 2em;
  }
}
.memberbox__layout:hover .memberbox__icon {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

.memberbox__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
  padding: 1.4em 1.6em 1.2em;
  border-bottom: 1px solid var(--gray-exlight);
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.memberbox__header:focus-visible {
  outline: 2px solid var(--act);
  outline-offset: 2px;
}

.memberbox__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  font-size: clamp(17px, 2.5333333333vw, 1.9rem);
  line-height: 1.4;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0.5em;
}
@media (min-width: 1024px) {
  .memberbox__title {
    font-size: clamp(18px, 1.5277777778vw, 2.2rem);
  }
}
@media (min-width: 1024px) {
  .memberbox__title {
    line-height: 1.4;
  }
}

.memberbox__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.35em;
  font-size: clamp(11px, 1.6vw, 1.2rem);
  line-height: 1.4;
  color: var(--gray);
}
@media (min-width: 1024px) {
  .memberbox__meta {
    font-size: clamp(11px, 0.9027777778vw, 1.3rem);
  }
}
@media (min-width: 1024px) {
  .memberbox__meta {
    line-height: 1.4;
  }
}

.memberbox__meta-row .label {
  font-weight: 600;
  margin-right: 0.2em;
}
.memberbox__meta-row .value a {
  color: var(--link);
  text-decoration: underline;
}
.memberbox__meta-row .value a:hover {
  text-decoration: none;
}

.memberbox__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  margin-left: auto;
  margin-top: 0.2em;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.memberbox__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.6em;
  height: 0.6em;
  border-right: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.memberbox__layout.is--open .memberbox__icon::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.memberbox__body {
  padding: 1.8em 1.6em 2.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1024px) {
  .memberbox__body {
    padding: 2.4em 2.4em 2.8em;
  }
}

.js--acmenu-body.is--collapsed {
  display: none;
}

.memberbox__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6em;
  margin-bottom: 2.2em;
}
@media (min-width: 667px) {
  .memberbox__summary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.4em;
  }
}

.memberbox__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 667px) {
  .memberbox__logo {
    max-width: 260px;
  }
}
.memberbox__logo img {
  padding: 1.5em;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  border: 1px solid var(--gray-exlight);
  background: var(--white);
}

.memberbox__profile {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.memberbox__section {
  margin-top: 1.25em;
}
@media (min-width: 1024px) {
  .memberbox__section {
    margin-top: 2em;
  }
}

.memberbox__sectionbody {
  position: relative;
  padding: 1.2em 1.4em 1.4em;
}
.memberbox__sectionbody .ttl__small {
  margin-bottom: 0.5em;
}

.memberbox__subtitle {
  font-size: clamp(13px, 1.8666666667vw, 1.4rem);
  line-height: 1.4;
  font-weight: 600;
  margin-top: 0.4em;
  padding-left: 0.6em;
  border-left: 3px solid rgba(0, 0, 0, 0.08);
}
@media (min-width: 1024px) {
  .memberbox__subtitle {
    font-size: clamp(13px, 1.0416666667vw, 1.5rem);
  }
}
@media (min-width: 1024px) {
  .memberbox__subtitle {
    line-height: 1.4;
  }
}
.memberbox__subtitle:first-child {
  margin-top: 0;
}

.memberbox__text {
  font-size: clamp(13px, 1.8666666667vw, 1.4rem);
  line-height: 1.6;
  margin-top: 0.3em;
  padding-left: 0.4em;
}
@media (min-width: 1024px) {
  .memberbox__text {
    font-size: clamp(13px, 1.0416666667vw, 1.5rem);
  }
}
@media (min-width: 1024px) {
  .memberbox__text {
    line-height: 1.6;
  }
}

.memberbox__list {
  margin-bottom: 2em;
  padding-left: 1.4em;
  list-style: disc;
}
.memberbox__list li {
  font-size: clamp(13px, 1.8666666667vw, 1.4rem);
  line-height: 1.6;
  margin-top: 0.2em;
}
@media (min-width: 1024px) {
  .memberbox__list li {
    font-size: clamp(13px, 1.0416666667vw, 1.5rem);
  }
}
@media (min-width: 1024px) {
  .memberbox__list li {
    line-height: 1.6;
  }
}

.newsletter__layout {
  width: min(94%, 86rem);
  margin-inline: auto;
}

.mailview {
  background: var(--white);
  border: 1px solid var(--gray-exlight);
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.mailview__head {
  padding: 1.2em 1.2em 1em;
  border-bottom: 1px solid var(--gray-exlight);
  background: rgba(2, 5, 50, 0.08);
}
@media (min-width: 1024px) {
  .mailview__head {
    padding: 1.4em 1.6em 1.2em;
  }
}

.mailview__subject {
  font-size: clamp(17px, 2.5333333333vw, 1.9rem);
  line-height: 1.4;
  font-weight: 800;
  color: var(--black);
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .mailview__subject {
    font-size: clamp(18px, 1.5277777778vw, 2.2rem);
  }
}
@media (min-width: 1024px) {
  .mailview__subject {
    line-height: 1.4;
  }
}

.mailmeta {
  margin-top: 0.9em;
  display: grid;
  gap: 0.4em;
}

.mailmeta__row {
  display: grid;
  grid-template-columns: 5.5em 1fr;
  gap: 0.8em;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.mailmeta__row dt {
  font-size: clamp(11px, 1.6vw, 1.2rem);
  line-height: 1.6;
  color: var(--gray);
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .mailmeta__row dt {
    font-size: clamp(11px, 0.9027777778vw, 1.3rem);
  }
}
@media (min-width: 1024px) {
  .mailmeta__row dt {
    line-height: 1.6;
  }
}
.mailmeta__row dd {
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.6;
  color: var(--black);
  word-break: break-word;
}
@media (min-width: 1024px) {
  .mailmeta__row dd {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .mailmeta__row dd {
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  .mailmeta__row {
    grid-template-columns: 6em 1fr;
  }
}

.mailview__body {
  padding: 1.2em;
  font-size: clamp(14px, 2vw, 1.5rem);
  line-height: 1.6;
  color: var(--black);
}
@media (min-width: 1024px) {
  .mailview__body {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .mailview__body {
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  .mailview__body {
    padding: 1.6em;
  }
}
.mailview__body p {
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .mailview__body p {
    line-height: 1.6;
  }
}
.mailview__body p + p {
  margin-top: 1em;
}
.mailview__body br {
  line-height: 1.9;
}

.mailview__hr {
  margin: 1.4em 0;
  border: none;
  border-top: 1px solid var(--gray-exlight);
}

.common__wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gnav__modal {
  width: calc(100% - 24px - 6px);
  height: 52px;
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .gnav__modal {
    width: min(94% - 10px, 1370px);
    height: 70px;
    top: 37px;
  }
}
.gnav__modal .inner-layout {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: rgba(153, 141, 105, 0);
}
@media (min-width: 1024px) {
  .gnav__modal .inner-layout {
    margin-inline: auto;
    height: 100%;
  }
}

.gnav__logo {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 80px;
  margin-left: 8px;
  z-index: 3;
}
@media (min-width: 1024px) {
  .gnav__logo {
    width: 110px;
    margin-left: 15px;
  }
}
.gnav__logo a {
  width: 100%;
}
.gnav__logo img {
  width: 100%;
}

.icon-layout {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: solid 1px rgba(255, 255, 255, 0.75);
  border-bottom: solid 1px rgba(255, 255, 255, 0.75);
}
@media (min-width: 1024px) {
  .icon-layout {
    top: 0;
    width: 70px;
    height: 70px;
  }
}
.icon-layout.user {
  right: 104px;
  display: none;
}
@media (min-width: 1024px) {
  .icon-layout.user {
    right: 70px;
  }
}
.icon-layout.user.is--login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icon-layout.search {
  right: 52px;
  display: none;
}
@media (min-width: 1024px) {
  .icon-layout.search {
    right: 0px;
  }
}
.icon-layout.search.is--login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icon-layout img {
  width: 66%;
  display: block;
  position: relative;
  top: -4px;
}
@media (min-width: 1024px) {
  .icon-layout img {
    top: -4px;
  }
}
.icon-layout .icontext {
  display: block;
  text-align: center;
  font-size: 10px;
  position: absolute;
  bottom: 7px;
}
@media (min-width: 1024px) {
  .icon-layout .icontext {
    font-size: 12px;
    bottom: 9px;
  }
}
.icon-layout:hover {
  cursor: pointer;
  opacity: 0.7;
}

.gnav__hamburger {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  gap: 5px 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-left: solid 1px rgba(255, 255, 255, 0.75);
  border-bottom: solid 1px rgba(255, 255, 255, 0.75);
  background: var(--brown);
  cursor: pointer;
}
@media (min-width: 1024px) {
  .gnav__hamburger {
    display: none;
    width: 70px;
    height: 70px;
  }
}
.gnav__hamburger:before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: var(--white);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 3px;
  position: relative;
  top: -6px;
}
.gnav__hamburger:after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: var(--white);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 3px;
  position: relative;
  top: -6px;
}
.gnav__hamburger .menu {
  position: absolute;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: var(--white);
  font-size: 10px;
}
.gnav__hamburger .menu:after {
  content: "MENU";
  display: block;
}

.gnav__nav .scrollbox {
  overflow: scroll;
  width: 100%;
  height: calc(100vh - 15px - 52px);
  height: calc(100dvh - 15px - 52px);
  height: calc(var(--vh2) * 100 - 15px - 52px);
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .gnav__nav .scrollbox {
    height: auto;
    overflow: visible;
  }
}
.gnav__nav.fade {
  position: fixed;
  z-index: 3;
  top: 52px;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  height: unset;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 1024px) {
  .gnav__nav.fade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: none;
            transform: none;
    height: auto;
    background: none;
    overflow: inherit;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: auto;
    right: auto;
    padding-bottom: 0;
    top: 0;
    height: 70px;
    margin-left: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

.header-search {
  margin: 18px 0 28px;
}
@media (min-width: 1024px) {
  .header-search {
    margin: 0;
    display: none;
    position: absolute;
    top: 92px;
    left: 0;
    width: calc(100% - 15px);
  }
}
.header-search .searchform {
  position: relative;
}
.header-search input[type=search] {
  width: 100%;
  height: 40px;
  padding: 0 46px 0 15px;
  border: 0;
  border-radius: 100px;
  outline: none;
  background: var(--white);
  color: var(--black);
  font-size: 14px;
  line-height: 1;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.header-search input[type=search]::-webkit-input-placeholder {
  color: var(--disabled);
}
.header-search input[type=search]::-moz-placeholder {
  color: var(--disabled);
}
.header-search input[type=search]:-ms-input-placeholder {
  color: var(--disabled);
}
.header-search input[type=search]::-ms-input-placeholder {
  color: var(--disabled);
}
.header-search input[type=search]::placeholder {
  color: var(--disabled);
}
.header-search input[type=search]:focus {
  -webkit-box-shadow: inset 0 0 0 2px var(--pri), 0 0 0 2px var(--pri);
          box-shadow: inset 0 0 0 2px var(--pri), 0 0 0 2px var(--pri);
}
.header-search .search-submit {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  cursor: pointer;
  mask: url("../img/common/icon-search.svg") no-repeat center/30px;
  -webkit-mask: url("../img/common/icon-search.svg") no-repeat center/30px;
  background-color: var(--brown);
  text-indent: -9999px;
  overflow: hidden;
}
.header-search .search-submit:hover {
  -webkit-transform: translateY(-50%) scale(1.04);
          transform: translateY(-50%) scale(1.04);
}
.header-search .search-submit:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.22);
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .header-navlist {
    margin-right: 166px;
    position: relative;
    top: -2px;
  }
}
.header-navlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: clamp(12px, 3.4666666667vw, 1.6rem);
  margin: auto;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1024px) {
  .header-navlist ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: static;
    gap: 0 2.5em;
    font-size: clamp(13px, 1.0416666667vw, 16px);
  }
}
.header-navlist ul li {
  line-height: 1.2;
  width: 100%;
}
@media (min-width: 1024px) {
  .header-navlist ul li {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .header-navlist ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header-navlist ul li:first-of-type {
  border-top: solid 1px rgba(255, 255, 255, 0.7);
}
@media (min-width: 1024px) {
  .header-navlist ul li {
    margin-bottom: 0;
  }
}
.header-navlist ul li a {
  padding-top: 0.85em;
  padding-bottom: 1em;
  white-space: nowrap;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  letter-spacing: 0.1em;
  position: relative;
  display: block;
  color: var(--white);
  border-bottom: solid 1px rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .header-navlist ul li a {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .header-navlist ul li a {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-navlist ul li a:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid var(--white);
}
@media (min-width: 1024px) {
  .header-navlist ul li a:after {
    content: none;
  }
}
.header-navlist ul li a[target=_blank]:after {
  width: 0.75em;
  height: 0.75em;
  border: none;
  background-image: url(../img/common/icon-external.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: -0.25em;
  -webkit-transform: none;
          transform: none;
  display: inline-block;
  right: -0.25em;
  opacity: 0.7;
}
@media (min-width: 1024px) {
  .header-navlist ul li a[target=_blank]:after {
    content: "";
  }
}
.header-navlist ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .header-navlist ul li a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .header-navlist ul li a:focus-visible {
    outline: none;
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
            box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
  }
}
@media (min-width: 1024px) {
  .header-navlist ul li a:focus-visible:after {
    -webkit-transform: scaleY(1) translateY(-7px);
            transform: scaleY(1) translateY(-7px);
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .header-navlist ul li.pcnone {
    display: none;
  }
}

.header-close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 44px 0;
}
@media (min-width: 1024px) {
  .header-close-btn {
    display: none;
  }
}
.header-close-btn .gnav__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 15px 40px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 9999px;
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  position: relative;
  -webkit-transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, transform 0.2s ease;
  transition: border-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.gnav__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 15px);
  z-index: 2;
  background: var(--brown);
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 1024px) {
  .gnav__bg {
    height: 146px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
  }
}
.gnav__bg.is--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (min-width: 1024px) {
  .gnav__modal.is--open .header-search {
    display: block;
  }
}
@media (min-width: 1024px) {
  .gnav__modal.is--open .gnav__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
  }
}
.gnav__modal.is--open .gnav__hamburger:before {
  width: 36%;
  -webkit-transform: rotate(45deg) translateX(1px) translateY(1px);
          transform: rotate(45deg) translateX(1px) translateY(1px);
}
.gnav__modal.is--open .gnav__hamburger:after {
  width: 36%;
  -webkit-transform: rotate(-45deg) translateX(4px) translateY(-4px);
          transform: rotate(-45deg) translateX(4px) translateY(-4px);
}
.gnav__modal.is--open .gnav__hamburger .border {
  opacity: 0;
}
.gnav__modal.is--open .gnav__hamburger .menu:after {
  content: "CLOSE";
}
.gnav__modal.is--open .gnav__nav.right {
  right: 0;
}
.gnav__modal.is--open .gnav__nav.fade {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.main__common {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer__global {
  background-color: var(--brown-light);
  font-size: clamp(14px, 2vw, 1.5rem);
}
@media (min-width: 1024px) {
  .footer__global {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
@media (min-width: 1024px) {
  .footer__global .inner-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 74px 0;
  }
}

.footer__head {
  text-align: center;
  padding-top: min(10.9333333333vw, 8.2rem);
  margin-bottom: min(9.8666666667vw, 7.4rem);
}
@media (min-width: 1024px) {
  .footer__head {
    text-align: left;
    padding-top: 0;
    margin-bottom: 0;
  }
}
.footer__head .logo {
  width: min(28.2666666667vw, 16.96rem);
  margin-inline: auto;
  display: block;
}
@media (min-width: 1024px) {
  .footer__head .logo {
    margin-inline: initial;
    width: min(12.5vw, 18rem);
  }
}
.footer__head .logo img {
  width: 100%;
}
.footer__head .office {
  margin-top: 1em;
  font-weight: 700;
  font-size: clamp(14px, 2vw, 1.5rem);
}
@media (min-width: 1024px) {
  .footer__head .office {
    font-size: clamp(14px, 1.1111111111vw, 1.6rem);
  }
}
.footer__head .corp {
  margin-top: 0.2em;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .footer__head .corp {
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  .footer__head .corp {
    font-size: 1.1em;
  }
}
.footer__head .mail {
  margin-top: 0.5em;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .footer__head .mail {
    line-height: 1.6;
  }
}
.footer__head .mail .mailnote {
  display: block;
  margin-top: 0.2em;
  font-size: 0.85em;
}

.footer__nav {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .footer__nav {
    margin-top: 0;
  }
}
.footer__nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  border-top: 1px solid #998d69;
  position: relative;
}
@media (min-width: 667px) {
  .footer__nav .menu {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 33.333% 33.333% 33.333%;
  }
}
@media (min-width: 1024px) {
  .footer__nav .menu {
    grid-template-rows: repeat(5, auto);
    grid-template-columns: 50% 50%;
  }
}
@media (min-width: 1024px) {
  .footer__nav .menu {
    border: none;
    gap: 1.25em 2em;
  }
}
.footer__nav .menu:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #998d69;
  pointer-events: none;
}
@media (min-width: 667px) {
  .footer__nav .menu:before {
    left: 33.3333333333%;
  }
}
@media (min-width: 1024px) {
  .footer__nav .menu:before {
    content: none;
  }
}
@media (min-width: 667px) {
  .footer__nav .menu:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 66.6666666667%;
    width: 1px;
    background: #998d69;
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  .footer__nav .menu:after {
    content: none;
  }
}
.footer__nav .item {
  border-bottom: 1px solid #998d69;
}
@media (min-width: 1024px) {
  .footer__nav .item {
    border: none;
  }
}
.footer__nav .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  line-height: 1.4;
  height: 100%;
  min-height: 4.8em;
  color: var(--black);
}
@media (min-width: 1024px) {
  .footer__nav .item a {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .footer__nav .item a {
    padding: 0;
    min-height: auto;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .footer__nav .item a:before {
    content: "";
    margin-right: 0.5em;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid var(--black);
  }
}
@media (min-width: 1024px) {
  .footer__nav .item a[target=_blank]:after {
    content: "";
    width: 0.75em;
    height: 0.75em;
    border: none;
    mask: url("../img/common/icon-external.svg") no-repeat center/0.75em;
    -webkit-mask: url("../img/common/icon-external.svg") no-repeat center/0.75em;
    background-color: var(--black);
    position: relative;
    top: -0.25em;
    -webkit-transform: none;
            transform: none;
    display: inline-block;
    right: -0.25em;
  }
}
@media (min-width: 1024px) {
  .footer__nav .item a br {
    display: none;
  }
}
.footer__nav .item a:hover {
  text-decoration: underline;
}

.footer__qr-code {
  display: none;
}
@media (min-width: 1024px) {
  .footer__qr-code {
    display: initial;
    width: min(13.0555555556vw, 188px);
  }
}

.footer__copy {
  padding: 1.65em 0 1.55em;
  text-align: center;
  background: var(--white);
  width: 100%;
  font-size: clamp(11px, 1.6vw, 1.2rem);
}
@media (min-width: 1024px) {
  .footer__copy {
    font-size: clamp(11px, 0.9027777778vw, 1.3rem);
  }
}

.text__left {
  text-align: left !important;
}

.text__center {
  text-align: center !important;
}

.text__right {
  text-align: right !important;
}

.text__left--sptb {
  text-align: left !important;
}

.text__center--sptb {
  text-align: center !important;
}

.text__right--sptb {
  text-align: right !important;
}

@media (min-width: 667px) {
  .text__left--tb {
    text-align: left !important;
  }
}

@media (min-width: 667px) {
  .text__center--tb {
    text-align: center !important;
  }
}

@media (min-width: 667px) {
  .text__right--tb {
    text-align: right !important;
  }
}

@media (min-width: 1024px) {
  .text__left--pc {
    text-align: left !important;
  }
}

@media (min-width: 1024px) {
  .text__center--pc {
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  .text__right--pc {
    text-align: right !important;
  }
}

@media (min-width: 1024px) {
  .text__left--sptb,
  .text__center--sptb,
  .text__right--sptb {
    text-align: revert !important;
  }
}
.margin__0 {
  margin-top: 0 !important;
}
@media (min-width: 1024px) {
  .margin__0 {
    margin-top: 0 !important;
  }
}

.margin__xs {
  margin-top: 0.35em !important;
}
@media (min-width: 1024px) {
  .margin__xs {
    margin-top: 0.4em !important;
  }
}

.margin__s {
  margin-top: 0.8em !important;
}
@media (min-width: 1024px) {
  .margin__s {
    margin-top: 1em !important;
  }
}

.margin__n {
  margin-top: 1.25em !important;
}
@media (min-width: 1024px) {
  .margin__n {
    margin-top: 2em !important;
  }
}

.margin__l {
  margin-top: 2.4em !important;
}
@media (min-width: 1024px) {
  .margin__l {
    margin-top: 3.8em !important;
  }
}

.margin__xl {
  margin-top: 3.2em !important;
}
@media (min-width: 1024px) {
  .margin__xl {
    margin-top: 6em !important;
  }
}

.line-height__xs {
  line-height: 1.2 !important;
}
@media (min-width: 1024px) {
  .line-height__xs {
    line-height: 1.2 !important;
  }
}

.line-height__s {
  line-height: 1.4 !important;
}
@media (min-width: 1024px) {
  .line-height__s {
    line-height: 1.4 !important;
  }
}

.line-height__n {
  line-height: 1.6 !important;
}
@media (min-width: 1024px) {
  .line-height__n {
    line-height: 1.6 !important;
  }
}

.line-height__l {
  line-height: 1.8 !important;
}
@media (min-width: 1024px) {
  .line-height__l {
    line-height: 1.8 !important;
  }
}

.line-height__xl {
  line-height: 2 !important;
}
@media (min-width: 1024px) {
  .line-height__xl {
    line-height: 2 !important;
  }
}

.none__sp {
  display: none !important;
}
@media (min-width: 1024px) {
  .none__sp {
    display: revert !important;
  }
}

@media (min-width: 667px) {
  .only__sp {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .none__pc {
    display: none !important;
  }
}

.only__pc {
  display: none !important;
}
@media (min-width: 1024px) {
  .only__pc {
    display: block !important;
  }
}

.none__sptb {
  display: none !important;
}
@media (min-width: 1024px) {
  .none__sptb {
    display: revert !important;
  }
}

@media (min-width: 1024px) {
  .only__sptb {
    display: none !important;
  }
}

@media (min-width: 667px) {
  .none__tbpc {
    display: none !important;
  }
}

.only__tbpc {
  display: none !important;
}
@media (min-width: 667px) {
  .only__tbpc {
    display: revert !important;
  }
}/*# sourceMappingURL=style.css.map */