@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("/files/fonts/NotoSansJP-Regular-Subset.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("/files/fonts/NotoSansJP-Bold-Subset.woff2") format("woff2");
}
@font-face {
  font-family: "din-bold";
  font-style: "normal";
  font-weight: 700;
  font-display: swap;
  src: url("/media/files/font/din-bold.woff") format("woff");
  src: url("/media/files/font/din-bold.woff") format("woff");
}
@font-face {
  font-family: "tt-norms-pro-bold";
  font-style: "normal";
  font-weight: 700;
  font-display: swap;
  src: url("/media/files/font/tt-norms-pro-bold.woff") format("woff");
  src: url("/media/files/font/tt-norms-pro-bold.woff") format("woff");
}
/*-- foundationフォルダの中の_index.scss --*/
body {
  color: #000;
  background: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-text-size-adjust: none;
  font-size: 1vw;
  line-height: 1.625;
}
@media only screen and (max-width: 1271px) {
  body {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 4.2666666667vw;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p,
figure,
fieldset {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0;
  text-underline-offset: 3px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
}

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  -webkit-appearance: none;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*                link
======================================================= */
a {
  color: #000;
  text-decoration: none;
}

/*-- componentフォルダの中の_index.scss --*/
.c-acc {
  margin-top: 1.25vw;
  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.25vw;
}
@media only screen and (max-width: 1271px) {
  .c-acc {
    margin-top: 2.6041666667vw;
    gap: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-acc {
    margin-top: 4.2666666667vw;
    gap: 4.2666666667vw;
  }
}
.c-acc__item {
  border: solid 1px #333333;
  border-radius: 0.5vw;
  overflow: hidden;
}
@media only screen and (max-width: 1271px) {
  .c-acc__item {
    border-radius: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-acc__item {
    border-radius: 2.1333333333vw;
  }
}
.c-acc__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.875vw 2.375vw 0.875vw 2.5vw;
  font-size: 1vw;
  font-weight: 700;
  cursor: pointer;
  background: #FFFFFF;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 1271px) {
  .c-acc__btn {
    padding: 1.8229166667vw 4.9479166667vw 1.8229166667vw 5.2083333333vw;
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-acc__btn {
    padding: 3.7333333333vw 10.1333333333vw 3.7333333333vw 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.c-acc__btn::before {
  content: "Q";
  position: absolute;
  top: 1.125vw;
  left: 1.3125vw;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  color: #000069;
}
@media only screen and (max-width: 1271px) {
  .c-acc__btn::before {
    top: 2.34375vw;
    left: 2.734375vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-acc__btn::before {
    top: 4.8vw;
    left: 5.6vw;
  }
}
.c-acc__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.125vw;
  width: 0.75vw;
  height: 0.4375vw;
  background: url("/media/images/workcation/svg-bottom-arrow.svg") center/contain no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .c-acc__btn::after {
    right: 2.34375vw;
    width: 1.5625vw;
    height: 0.9114583333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-acc__btn::after {
    right: 4.8vw;
    width: 3.2vw;
    height: 1.8666666667vw;
  }
}
.c-acc__btn[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c-acc__btn[aria-expanded=true] + .c-acc__cont::before {
  opacity: 1;
}
.c-acc__btn-txt {
  padding-top: 0.08em;
}
.c-acc__cont {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-acc__txt {
  padding: 0 1.125vw 1vw 2.5vw;
  position: relative;
}
@media only screen and (max-width: 1271px) {
  .c-acc__txt {
    padding: 0 2.34375vw 2.0833333333vw 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-acc__txt {
    padding: 0 4.8vw 4.2666666667vw 10.6666666667vw;
  }
}
.c-acc__txt::before {
  content: "A";
  position: absolute;
  top: 0vw;
  left: 1.3125vw;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
}
@media only screen and (max-width: 1271px) {
  .c-acc__txt::before {
    left: 2.734375vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-acc__txt::before {
    left: 5.6vw;
  }
}

.c-btn-cntr {
  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;
}

.c-btn {
  width: 18.75vw;
  height: 3.75vw;
  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;
  border-radius: 100vh;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .c-btn {
    width: 39.0625vw;
    height: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn {
    width: 91.4666666667vw;
    height: 16vw;
  }
}
@media only screen and (min-width: 1272px) {
  .c-btn:hover {
    background-color: #FFFFFF;
  }
}
.c-btn__txt {
  font-weight: 700;
  font-size: 1vw;
  color: #FFFFFF;
  padding-right: 1.25vw;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media only screen and (max-width: 1271px) {
  .c-btn__txt {
    font-size: 2.0833333333vw;
    padding-right: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn__txt {
    font-size: 4.2666666667vw;
    padding-right: 5.3333333333vw;
  }
}
.c-btn__txt::after {
  content: "";
  position: absolute;
  width: 0.5vw;
  height: 0.5vw;
  top: calc(50% - 0.0625vw);
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}
@media only screen and (max-width: 1271px) {
  .c-btn__txt::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    top: calc(50% - 0.1302083333vw);
  }
}
@media only screen and (max-width: 767px) {
  .c-btn__txt::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    top: calc(50% - 0.2666666667vw);
  }
}

.c-btn--L-rounded_corners {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 17.5vw;
}
@media only screen and (max-width: 1271px) {
  .c-btn--L-rounded_corners {
    min-width: 36.4583333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn--L-rounded_corners {
    min-width: 64vw;
  }
}
.c-btn--L-rounded_corners--link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #008803;
  border-radius: 0.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.125vw 1.25vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #008803;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .c-btn--L-rounded_corners--link {
    border-radius: 1.0416666667vw;
    padding: 2.34375vw 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn--L-rounded_corners--link {
    border-radius: 2.1333333333vw;
    padding: 4.8vw 5.3333333333vw;
  }
}
.c-btn--L-rounded_corners--link::after {
  content: "";
  display: block;
  -webkit-mask-image: url(/media/images/component/icon-arrow-dogleg.svg);
          mask-image: url(/media/images/component/icon-arrow-dogleg.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  width: 0.875vw;
  height: 1.375vw;
  position: absolute;
  top: 50%;
  right: 0.9375vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #008803;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .c-btn--L-rounded_corners--link::after {
    width: 1.5625vw;
    height: 2.6041666667vw;
    right: 1.6927083333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn--L-rounded_corners--link::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 2.6666666667vw;
  }
}
.c-btn--L-rounded_corners--link .--name {
  font-size: 1.125vw;
  font-weight: 700;
  line-height: 1.22; /* 122.222% */
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1271px) {
  .c-btn--L-rounded_corners--link .--name {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn--L-rounded_corners--link .--name {
    font-size: 4.2666666667vw;
    line-height: 1.25; /* 125% */
  }
}
@media only screen and (min-width: 1272px) {
  .c-btn--L-rounded_corners--link:hover {
    border: 2px solid #BAE21F;
    color: #BAE21F;
  }
  .c-btn--L-rounded_corners--link:hover::after {
    background-color: #BAE21F;
  }
  .c-btn--L-rounded_corners--link:active {
    border: 2px solid #008803;
    background-color: #008803;
    color: #FFFFFF;
  }
  .c-btn--L-rounded_corners--link:active::after {
    background-color: #FFFFFF;
  }
}

.c-btn--M-rounded {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 10vw;
}
@media only screen and (max-width: 1271px) {
  .c-btn--M-rounded {
    max-width: 20.8333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn--M-rounded {
    max-width: 42.6666666667vw;
  }
}
.c-btn--M-rounded--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625vw 0.9375vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10em;
  background-color: #BAE21F;
  position: relative;
  text-align: center;
  color: #014B2C;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .c-btn--M-rounded--link {
    padding: 1.3020833333vw 1.953125vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn--M-rounded--link {
    padding: 2.6666666667vw 2.6666666667vw;
  }
}
.c-btn--M-rounded--link .--name {
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.25; /* 125% */
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1271px) {
  .c-btn--M-rounded--link .--name {
    font-size: 1.5625vw;
    line-height: 1.25; /* 125% */
  }
}
@media only screen and (max-width: 767px) {
  .c-btn--M-rounded--link .--name {
    font-size: 3.7333333333vw;
    line-height: 1.25; /* 125% */
  }
}
@media only screen and (min-width: 1272px) {
  .c-btn--M-rounded--link:hover {
    background-color: #008803;
    color: #FFFFFF;
  }
  .c-btn--M-rounded--link:active {
    background: -webkit-gradient(linear, right top, left top, from(#98D615), to(#008803));
    background: linear-gradient(270deg, #98D615 0%, #008803 100%);
  }
}

.c-btn--s-arrow {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn--s-arrow--link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #008803;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-right: 1.5vw;
  font-size: 1vw;
  line-height: 1.4; /* 122.222% */
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1271px) {
  .c-btn--s-arrow--link {
    font-size: 1.5625vw;
    padding-right: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn--s-arrow--link {
    padding-right: 6.4vw;
    font-size: 3.7333333333vw;
    line-height: 1.4; /* 122.222% */
  }
}
.c-btn--s-arrow--link::after {
  content: "";
  display: block;
  width: 1.75vw;
  height: 1.75vw;
  -webkit-mask-image: url("../../media/images/component/icon-arrow-right.svg");
          mask-image: url("../../media/images/component/icon-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #BAE21F;
  width: 1.25vw;
  height: 1.25vw;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #008803;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .c-btn--s-arrow--link::after {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn--s-arrow--link::after {
    width: 5.9733333333vw;
    height: 5.9733333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .c-btn--s-arrow--link::after {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn--s-arrow--link::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media only screen and (min-width: 1272px) {
  .c-btn--s-arrow--link:hover {
    color: #BAE21F;
  }
  .c-btn--s-arrow--link:hover::after {
    background-color: #BAE21F;
  }
}

.c-bread {
  width: calc(100% - 8.5vw);
  position: absolute;
  top: 1.625vw;
  left: 4.25vw;
}
@media only screen and (max-width: 1271px) {
  .c-bread {
    width: calc(100% - 7.8125vw);
    top: 3.3854166667vw;
    left: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-bread {
    display: none;
  }
}
.c-bread__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25vw;
  overflow-x: auto;
  /* x軸のオーバーフローをスクロール可能にする */
  white-space: nowrap;
  /* 子要素を折り返さずに一行で表示する */
  -webkit-overflow-scrolling: touch;
  /* iOSデバイスでのスクロールの挙動を滑らかにする */
}
@media only screen and (max-width: 1271px) {
  .c-bread__list {
    gap: 2.6041666667vw;
  }
}
.c-bread__list::-webkit-scrollbar {
  background: #333333;
  height: 6px;
  border-radius: 3px;
}
.c-bread__list::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
  border: 1px solid #333333;
  border-radius: 3px;
}
.c-bread__item {
  position: relative;
  white-space: nowrap;
}
.c-bread__item + .c-bread__item::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.0625vw);
  left: -0.75vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
}
@media only screen and (max-width: 1271px) {
  .c-bread__item + .c-bread__item::before {
    top: calc(50% - 0.1302083333vw);
    left: -1.5625vw;
  }
}
.c-cap {
  background-color: rgba(0, 0, 0, 0.6);
  height: clamp(36px, 2.25vw, 2.25vw);
  padding: 0 1em;
  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;
}
.c-cap__txt {
  margin-top: 0.1em;
  font-size: clamp(13px, 0.8125vw, 0.8125vw);
  font-weight: 700;
  color: #FFFFFF;
}

.c-copy-btn {
  background-color: gray;
  color: #FFFFFF;
  padding: 8px 16px;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.c-copy-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

.c-dot-list__item {
  display: block;
  position: relative;
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .c-dot-list__item {
    font-size: 3.7333333333vw;
  }
}
.c-dot-list__item.--white {
  color: #FFFFFF;
}
.c-dot-list__item:not(:first-child) {
  margin-top: 0.2em;
}
.c-dot-list__item::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #FFFFFF;
  top: 0.7em;
  left: 2px;
}
.c-dot-list__item-txt {
  display: inline-block;
  padding-top: 0.125em;
}

.c-headline {
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5f7b2c;
}
.c-headline span {
  color: #953131;
  font-size: 14px;
  padding-left: 20px;
  display: inline-block;
}

.c-lower-ttl {
  font-size: 44px;
  font-weight: 400;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .c-lower-ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-ttl--sp-f36 {
    font-size: 36px;
  }
}
.c-lower-ttl__cntr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-lower-ttl__list {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
  margin-left: 35px;
}
@media only screen and (max-width: 1023px) {
  .c-lower-ttl__list {
    margin-left: 0;
  }
}
.c-lower-ttl__item {
  position: relative;
  font-weight: 700;
  color: Blue;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.6;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
@media only screen and (max-width: 767px) {
  .c-lower-ttl__item {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-lower-ttl__item:hover {
    opacity: 0.7;
  }
}
.c-lower-ttl__item::before {
  content: "";
  position: absolute;
  top: triangle-top(16, 1.6, 9);
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: Blue transparent transparent transparent;
}
@media only screen and (max-width: 767px) {
  .c-lower-ttl__item::before {
    top: triangle-top-sp(14, 1.6, 9);
  }
}

.c-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3vw;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .c-media.--left .c-media__img-wrap {
    position: relative;
    top: auto;
    left: -4vw;
    width: 100vw;
  }
  .c-media.--left .c-media__desc {
    margin-top: 5.8666666667vw;
  }
}
.c-media__info {
  width: 42.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .c-media__info {
    width: 100%;
  }
}
.c-media__img-wrap {
  width: 61.1666666667%;
  height: 100%;
  overflow: hidden;
  margin-right: -5.625vw;
}
@media only screen and (max-width: 1271px) {
  .c-media__img-wrap {
    margin-right: -11.71875vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-media__img-wrap {
    margin-right: 0;
    width: 91.4666666667vw;
    height: 57.0666666667vw;
    position: absolute;
    top: 35.7333333333vw;
    left: 0;
  }
}
.c-media__img-wrap.--left {
  margin-right: 0vw;
  margin-left: -5.625vw;
}
@media only screen and (max-width: 767px) {
  .c-media__img-wrap.--left {
    margin-left: 0;
  }
}
.c-media__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-media__ttl-en {
  color: #98BFD6;
  font-size: 5vw;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 0.76;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .c-media__ttl-en {
    font-size: 10.6666666667vw;
    text-align: center;
  }
}
.c-media__ttl-en.--clear-sky {
  color: #EDF7F9;
}
@media only screen and (max-width: 767px) {
  .c-media__ttl-en.--sp-light-sky {
    color: #98BFD6;
  }
}
.c-media__ttl {
  margin-top: 1.5vw;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767px) {
  .c-media__ttl {
    font-size: 6.9333333333vw;
    text-align: center;
  }
}
.c-media__desc {
  margin-top: 1.875vw;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .c-media__desc {
    margin-top: 67.2vw;
    font-size: 4.2666666667vw;
  }
}
.c-media__desc + .c-media__desc {
  margin-top: 0.8em;
}
.c-media__txt {
  font-size: 1vw;
  line-height: 1.6875;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.c-media__txt + .c-media__txt {
  margin-top: 0.5em;
}
.c-media__btn {
  margin-top: 2vw;
}
@media only screen and (max-width: 767px) {
  .c-media__btn {
    margin-top: 5.3333333333vw;
  }
}

body.modal-open {
  overflow: hidden;
}

.c-movie-list__soon {
  text-align: center;
  color: #000069;
  font-weight: 700;
  font-size: 2.0625vw;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}
@media only screen and (max-width: 1271px) {
  .c-movie-list__soon {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-movie-list__soon {
    font-size: 20px;
    padding: 25px 0;
  }
}
.c-movie-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.0625vw;
}
@media only screen and (max-width: 1271px) {
  .c-movie-list__list {
    gap: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-movie-list__list {
    gap: 20px;
  }
}
.c-movie-list__item {
  width: calc((100% - 4.125vw) / 3);
  position: relative;
  aspect-ratio: 432/232;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .c-movie-list__item:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1271px) {
  .c-movie-list__item {
    width: calc((100% - 5.2083333333vw) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .c-movie-list__item {
    width: 100%;
  }
}
.c-movie-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /* 黒い透明な背景色（透明度70%） */
  z-index: 3;
}
.c-movie-list__item::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.9375vw;
  height: 2.9375vw;
  background: url(/media/images/component/youtube_btn.png) no-repeat center/contain;
}
@media only screen and (max-width: 1271px) {
  .c-movie-list__item::after {
    width: 4.8177083333vw;
    height: 4.8177083333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-movie-list__item::after {
    width: 9.8666666667vw;
    height: 9.8666666667vw;
  }
}
.c-movie-list__item.--clicked::before, .c-movie-list__item.--clicked::after {
  content: none;
}
.c-movie-list__iframe {
  top: 0;
  left: 0;
  aspect-ratio: 432/243;
  width: 100%;
  height: 100%;
}
.c-movie-list__thumbnail {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  /* 黒い透明な背景色（透明度70%） */
  display: block;
  z-index: 2;
}
.c-movie-list__thumbnail.--none {
  display: none;
}
.c-movie-list__thumbnail::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.c-movie-list__title {
  position: absolute;
  text-align: center;
  margin-top: 10px;
  width: 100%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 101;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .modal {
    padding: 0 20px;
  }
}
.modal .c-movie-list__iframe {
  max-width: 62.5vw;
}
@media only screen and (max-width: 1271px) {
  .modal .c-movie-list__iframe {
    max-width: 130.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .modal .c-movie-list__iframe {
    max-width: 100%;
    aspect-ratio: 439/311;
  }
}

.modal-content {
  position: relative;
  max-width: 62.5vw;
  top: 50%;
  left: 18%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (max-width: 1271px) {
  .modal-content {
    max-width: 65.1041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .modal-content {
    max-width: 80vw;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.modal-content .close {
  font-size: 2.5vw;
  color: #FFFFFF;
  cursor: pointer;
  margin-bottom: -10px;
  display: block;
  margin-left: -8px;
}
@media only screen and (max-width: 1271px) {
  .modal-content .close {
    font-size: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .modal-content .close {
    font-size: 38px;
  }
}

.c-kome-list__item {
  display: block;
  position: relative;
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .c-kome-list__item {
    font-size: 3.7333333333vw;
  }
}
.c-kome-list__item.--white {
  color: #FFFFFF;
}
.c-kome-list__item:not(:first-child) {
  margin-top: 0.2em;
}
.c-kome-list__item::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.c-kome-list__item-txt {
  display: inline-block;
  padding-top: 0.125em;
}

.c-project-sort__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
@media only screen and (max-width: 1023px) {
  .c-project-sort__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-project-sort__item {
  background-color: #fff;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding: 4px 13px 2px;
  -webkit-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
}
@media only screen and (min-width: 1024px) {
  .c-project-sort__item:hover {
    cursor: pointer;
  }
}
.c-project-sort__item.--gray {
  background-color: #efedee;
}
.c-project-sort__item.is-active {
  background-color: var(--eerie-black);
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .c-project-sort__item.is-active:hover {
    cursor: auto;
  }
}

.c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5vw;
}
@media only screen and (max-width: 1271px) {
  .c-pagination__list {
    gap: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination__list {
    gap: 8px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-pagination__item {
  width: 12.5%;
  aspect-ratio: 1/1;
  max-width: 2.5vw;
}
@media only screen and (max-width: 1271px) {
  .c-pagination__item {
    max-width: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination__item {
    max-width: 40px;
  }
}
.c-pagination__item.--next, .c-pagination__item.--prev {
  width: 10%;
  max-width: 2vw;
}
@media only screen and (max-width: 1271px) {
  .c-pagination__item.--next, .c-pagination__item.--prev {
    max-width: 4.1666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination__item.--next, .c-pagination__item.--prev {
    max-width: 32px;
  }
}
.c-pagination__link {
  border-radius: 50%;
  background-color: #EBEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #666666;
  font-size: 1.25vw;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .c-pagination__link {
    font-size: 2.6041666667vw;
    max-width: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination__link {
    font-size: 16px;
    max-width: 40px;
  }
}
.c-pagination__link.--active {
  color: #FFFFFF;
  background-color: #0075C2;
  pointer-events: none;
}
@media only screen and (min-width: 1272px) {
  .c-pagination__link:hover {
    color: #FFFFFF;
    background-color: #0075C2;
  }
  .c-pagination__link:hover.--prev::before, .c-pagination__link:hover.--next::before {
    background-color: #FFFFFF;
  }
}
.c-pagination__link.--prev, .c-pagination__link.--next {
  position: relative;
  aspect-ratio: 1/1;
}
.c-pagination__link.--prev::before, .c-pagination__link.--next::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-mask: url("/media/images/component/pagination_arrow.png") no-repeat center/contain;
          mask: url("/media/images/component/pagination_arrow.png") no-repeat center/contain;
}
.c-pagination__link.--prev {
  margin-left: -0.25vw;
}
@media only screen and (max-width: 1271px) {
  .c-pagination__link.--prev {
    margin-left: -0.5208333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination__link.--prev {
    margin-left: -4px;
  }
}
.c-pagination__link.--prev::before {
  width: 0.4375vw;
  height: 0.75vw;
  background-color: #666666;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1271px) {
  .c-pagination__link.--prev::before {
    width: 0.9114583333vw;
    height: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination__link.--prev::before {
    width: 7px;
    height: 12px;
  }
}
.c-pagination__link.--next {
  margin-left: 0.25vw;
}
@media only screen and (max-width: 1271px) {
  .c-pagination__link.--next {
    margin-left: 0.5208333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination__link.--next {
    margin-left: 4px;
  }
}
.c-pagination__link.--next::before {
  width: 0.4375vw;
  height: 0.75vw;
  background-color: #666666;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
@media only screen and (max-width: 1271px) {
  .c-pagination__link.--next::before {
    width: 0.9114583333vw;
    height: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination__link.--next::before {
    width: 7px;
    height: 12px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5vw;
}
@media only screen and (max-width: 1271px) {
  .pagination {
    gap: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .pagination {
    gap: 8px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pagination li {
  width: 12.5%;
  aspect-ratio: 1/1;
  max-width: 2.5vw;
}
@media only screen and (max-width: 1271px) {
  .pagination li {
    max-width: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .pagination li {
    max-width: 40px;
  }
}
.pagination li span,
.pagination li a {
  border-radius: 50%;
  background-color: #EBEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #666666;
  font-size: 1.25vw;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .pagination li span,
  .pagination li a {
    font-size: 2.6041666667vw;
    max-width: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .pagination li span,
  .pagination li a {
    font-size: 16px;
    max-width: 40px;
  }
}
@media only screen and (min-width: 1272px) {
  .pagination li a:hover {
    color: #FFFFFF;
    background-color: #0075C2;
  }
  .pagination li a:hover::before {
    background-color: #FFFFFF;
  }
}
.pagination li.active span {
  color: #FFFFFF;
  background-color: #0075C2;
  pointer-events: none;
}
.pagination li.next, .pagination li.prev {
  width: 10%;
  max-width: 2vw;
}
@media only screen and (max-width: 1271px) {
  .pagination li.next, .pagination li.prev {
    max-width: 4.1666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .pagination li.next, .pagination li.prev {
    max-width: 32px;
  }
}
@media only screen and (min-width: 1272px) {
  .pagination li.next a:hover, .pagination li.prev a:hover {
    color: #FFFFFF;
    background-color: #0075C2;
  }
  .pagination li.next a:hover::before, .pagination li.prev a:hover::before {
    background-color: #FFFFFF;
  }
}
.pagination li.next a,
.pagination li.next span, .pagination li.prev a,
.pagination li.prev span {
  font-size: 0;
  position: relative;
}
.pagination li.next a::before,
.pagination li.next span::before, .pagination li.prev a::before,
.pagination li.prev span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-mask: url("/media/images/component/pagination_arrow.png") no-repeat center/contain;
          mask: url("/media/images/component/pagination_arrow.png") no-repeat center/contain;
}
.pagination li.next {
  margin-left: 0.25vw;
}
@media only screen and (max-width: 1271px) {
  .pagination li.next {
    margin-left: 0.5208333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .pagination li.next {
    margin-left: 4px;
  }
}
.pagination li.next a::before,
.pagination li.next span::before {
  width: 0.4375vw;
  height: 0.75vw;
  background-color: #666666;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
@media only screen and (max-width: 1271px) {
  .pagination li.next a::before,
  .pagination li.next span::before {
    width: 0.9114583333vw;
    height: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .pagination li.next a::before,
  .pagination li.next span::before {
    width: 7px;
    height: 12px;
  }
}
.pagination li.prev {
  margin-right: 0.25vw;
}
@media only screen and (max-width: 1271px) {
  .pagination li.prev {
    margin-right: 0.5208333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .pagination li.prev {
    margin-right: 4px;
  }
}
.pagination li.prev a::before,
.pagination li.prev span::before {
  width: 0.4375vw;
  height: 0.75vw;
  background-color: #666666;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1271px) {
  .pagination li.prev a::before,
  .pagination li.prev span::before {
    width: 0.9114583333vw;
    height: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .pagination li.prev a::before,
  .pagination li.prev span::before {
    width: 7px;
    height: 12px;
  }
}

.c-sec {
  padding: 6.25vw 0 6.25vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec {
    padding: 7.8125vw 0 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec {
    padding: 16vw 0 16vw;
  }
}
.c-sec__inr {
  width: 82.5vw;
  margin: 0 auto;
}
@media only screen and (max-width: 1271px) {
  .c-sec__inr {
    width: 93.75vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec__inr {
    width: 93.3333333333vw;
  }
}
.c-sec.--pt0 {
  padding-top: 0;
}
.c-sec.--pt60 {
  padding-top: 3.75vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--pt60 {
    padding-top: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--pt60 {
    padding-top: 40px;
  }
}
.c-sec.--pt90 {
  padding-top: 5.625vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--pt90 {
    padding-top: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--pt90 {
    padding-top: 60px;
  }
}
.c-sec.--pt100 {
  padding-top: 6.25vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--pt100 {
    padding-top: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--pt100 {
    padding-top: 60px;
  }
}
.c-sec.--pt124 {
  padding-top: 7.75vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--pt124 {
    padding-top: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--pt124 {
    padding-top: 60px;
  }
}
.c-sec.--pb0 {
  padding-bottom: 0px;
}
.c-sec.--pt0 {
  padding-top: 0px;
}
.c-sec.--pb50 {
  padding-bottom: 3.125vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--pb50 {
    padding-bottom: 6.5104166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--pb50 {
    padding-bottom: 50px;
  }
}
.c-sec.--pb60 {
  padding-bottom: 3.75vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--pb60 {
    padding-bottom: 7.1614583333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--pb60 {
    padding-bottom: 55px;
  }
}
.c-sec.--pb90 {
  padding-bottom: 5.625vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--pb90 {
    padding-bottom: 6.5104166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--pb90 {
    padding-bottom: 50px;
  }
}
.c-sec.--pb100 {
  padding-bottom: 6.25vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--pb100 {
    padding-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--pb100 {
    padding-bottom: 60px;
  }
}
.c-sec.--pb120 {
  padding-bottom: 7.5vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--pb120 {
    padding-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--pb120 {
    padding-bottom: 60px;
  }
}
.c-sec.--pb133 {
  padding-bottom: 8.3125vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--pb133 {
    padding-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--pb133 {
    padding-bottom: 60px;
  }
}
.c-sec.--60 {
  padding: 3.75vw 0;
}
@media only screen and (max-width: 767px) {
  .c-sec.--60 {
    padding: 2.5vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--60 {
    padding: 40px 0;
  }
}
.c-sec.--90 {
  padding: 5.625vw 0;
}
@media only screen and (max-width: 767px) {
  .c-sec.--90 {
    padding: 3.125vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--90 {
    padding: 50px 0;
  }
}
.c-sec.--100 {
  padding: 6.25vw 0;
}
@media only screen and (max-width: 767px) {
  .c-sec.--100 {
    padding: 3.75vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--100 {
    padding: 50px 0;
  }
}
.c-sec.--radius {
  border-radius: 11.25vw 0 11.25vw 0;
  padding: 5.625vw 0 8.25vw 0;
}
@media only screen and (max-width: 767px) {
  .c-sec.--radius {
    border-radius: 23.4375vw 0 23.4375vw 0;
    padding: 11.71875vw 0 15.625vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--radius {
    padding: 40px 0 60px;
    border-radius: 50px 0 50px 0;
  }
}
.c-sec.--radius.--lefttopNone {
  border-radius: 0;
}
.c-sec.--radius.--pb157 {
  padding-bottom: 9.8125vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--radius.--pb157 {
    padding-bottom: 10.4166666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--radius.--pb157 {
    padding-bottom: 80px;
  }
}
.c-sec.--radius.--pt100 {
  padding-top: 6.25vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--radius.--pt100 {
    padding-top: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--radius.--pt100 {
    padding-top: 40px;
  }
}
.c-sec.--beige {
  background-color: #fff7e5;
}
.c-sec.--blue {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #00aaff), color-stop(80%, #003cff));
  background-image: linear-gradient(90deg, #00aaff 10%, #003cff 80%);
}
.c-sec.--orange {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #eac21e), to(#ff8600));
  background-image: linear-gradient(90deg, #eac21e 10%, #ff8600 100%);
}

.c-simple-ttl {
  color: #000069;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000069;
  padding-bottom: 0.75vw;
}
@media only screen and (max-width: 767px) {
  .c-simple-ttl {
    gap: 2.6666666667vw;
  }
}
.c-simple-ttl .dinbold {
  font-family: "din-bold", sans-serif;
  font-size: 2.375vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1271px) {
  .c-simple-ttl .dinbold {
    font-size: 2.9947916667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-simple-ttl .dinbold {
    font-size: 6.1333333333vw;
  }
}
.c-simple-ttl .floor-txt {
  font-size: 1.5625vw;
  font-weight: 500;
  padding-top: 0.3125vw;
}
@media only screen and (max-width: 1271px) {
  .c-simple-ttl .floor-txt {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-simple-ttl .floor-txt {
    font-size: 4.8vw;
  }
}

.c-ttl {
  text-align: center;
  color: #014B2C;
}
.c-ttl .--en {
  display: block;
  font-size: 3.125vw;
  font-weight: 700;
  line-height: 1.25; /* 120% */
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1271px) {
  .c-ttl .--en {
    font-size: 3.90625vw;
    line-height: 1.25; /* 120% */
  }
}
@media only screen and (max-width: 767px) {
  .c-ttl .--en {
    font-size: 9.0666666667vw;
    line-height: 1.11; /* 111.765% */
  }
}
.c-ttl .--jp {
  display: block;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.6; /* 125% */
  letter-spacing: 0.05em;
  margin-top: 0.3125vw;
}
@media only screen and (max-width: 1271px) {
  .c-ttl .--jp {
    font-size: 1.953125vw;
    line-height: 1.6; /* 125% */
    margin-top: 0.6510416667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-ttl .--jp {
    font-size: 4.2666666667vw;
    line-height: 1.37; /* 137.5% */
    margin-top: 1.3333333333vw;
  }
}

.c-ttl-link {
  font-size: 20px;
  font-weight: 700;
  color: blue;
  position: relative;
  padding-right: 32px;
}
.c-ttl-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 20px;
  background-color: blue;
  -webkit-transition: 0.5s right;
  transition: 0.5s right;
}
@media only screen and (min-width: 1272px) {
  .c-ttl-link:hover::after {
    right: -5px;
  }
}
.c-ttl-link.--vistaBlue {
  color: Blue;
}
.c-ttl-link.--vistaBlue::after {
  background-color: Blue;
}

.c-txt-cont.--center {
  text-align: center;
}

.c-txt {
  line-height: 1.718;
}
.c-txt.--white {
  color: #FFFFFF;
}
.c-txt.--blue {
  color: #000069;
}

.c-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5vw;
  padding: 0 1.25vw;
}
@media only screen and (max-width: 1271px) {
  .c-width {
    max-width: 109.375vw;
    padding: 0 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-width {
    max-width: 100%;
    padding: 0 20px;
  }
}
.c-width.--sub {
  width: 67.1875vw;
}
@media only screen and (max-width: 1271px) {
  .c-width.--sub {
    width: 109.375vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-width.--sub {
    width: 92vw;
  }
}
.c-width.--1170 {
  margin-left: auto;
  margin-right: auto;
  max-width: 80vw;
  padding: 0 2.5vw;
}
@media only screen and (max-width: 1271px) {
  .c-width.--1170 {
    max-width: 109.375vw;
    padding: 0 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-width.--1170 {
    max-width: 100%;
    padding: 0 30px;
  }
}
.c-width.--1360 {
  margin-left: auto;
  margin-right: auto;
  max-width: 86.25vw;
  padding: 0 1.25vw;
}
@media only screen and (max-width: 1271px) {
  .c-width.--1360 {
    max-width: 109.375vw;
    padding: 0 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-width.--1360 {
    max-width: 100%;
    padding: 0 20px;
  }
}
.c-width.--1400 {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5vw;
  padding: 0 1.25vw;
}
@media only screen and (max-width: 1271px) {
  .c-width.--1400 {
    max-width: 109.375vw;
    padding: 0 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-width.--1400 {
    max-width: 100%;
    padding: 0 20px;
  }
}
.c-width.--1480 {
  margin-left: auto;
  margin-right: auto;
  max-width: 92.5vw;
  padding: 0 4vw;
}
@media only screen and (max-width: 1271px) {
  .c-width.--1480 {
    max-width: 95.0520833333vw;
    padding: 0 4.5572916667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-width.--1480 {
    max-width: 100%;
    padding: 0 30px;
  }
}

.c-wrap {
  margin: 20px 0 80px;
  position: relative;
}

.c-news__list {
  border-bottom: 1px solid #D6E3C0;
}
.c-news__item {
  border-top: 1px solid #D6E3C0;
}
.c-news__link {
  display: block;
  position: relative;
  color: #014B2C;
  padding: 1.25vw 1.625vw 1.25vw 0;
  padding-right: 1.625vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-news__link::before, .c-news__link::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .c-news__link:hover {
    color: #BAE21F;
  }
  .c-news__link:hover::before, .c-news__link:hover::after {
    background-color: #008803;
  }
}
@media only screen and (max-width: 1271px) {
  .c-news__link {
    padding: 2.6041666667vw 3.90625vw 2.6041666667vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-news__link {
    padding: 4.8vw 8.5333333333vw 4.8vw 0;
  }
}
.c-news__link::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../../../media/images/component/icon-arrow-dogleg.svg);
          mask-image: url(../../../media/images/component/icon-arrow-dogleg.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 0.875vw;
  height: 1.375vw;
  background-color: #BAE21F;
  position: absolute;
  right: 0.3125vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1271px) {
  .c-news__link::after {
    right: 0.6510416667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-news__link::after {
    width: 3.7333333333vw;
    height: 5.8666666667vw;
    right: 1.3333333333vw;
  }
}
.c-news__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625vw;
}
@media only screen and (max-width: 767px) {
  .c-news__detail {
    gap: 3.2vw;
  }
}
.c-news__date {
  color: #5B6D5E;
  font-size: 0.875vw;
  font-weight: 400;
  line-height: 1.2; /* 100% */
  letter-spacing: 0.05em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 1271px) {
  .c-news__date {
    font-size: 1.6927083333vw;
    line-height: 1.2; /* 100% */
  }
}
@media only screen and (max-width: 767px) {
  .c-news__date {
    font-size: 3.4666666667vw;
    line-height: 1.2; /* 100% */
  }
}
.c-news__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5vw;
}
@media only screen and (max-width: 1271px) {
  .c-news__category {
    gap: 0.5208333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-news__category {
    gap: 2.1333333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-news__category span {
  display: block;
  padding: 0.3125vw 0.5vw;
  border-radius: 0.3125vw;
  border: 1px solid #008803;
  background: #FFFFFF;
  color: #008803;
  font-size: 0.8125vw;
  font-weight: 700;
  line-height: 1; /* 115.385% */
  letter-spacing: 0.05em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .c-news__category span {
    padding: 0.390625vw 0.78125vw;
    border-radius: 0.390625vw;
    font-size: 1.5625vw;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c-news__category span {
    font-size: 3.4666666667vw;
    line-height: 1; /* 115.385% */
    padding: 1.3333333333vw 1.8666666667vw;
    border-radius: 1.3333333333vw;
  }
}
@media only screen and (min-width: 1272px) {
  .c-news__link:hover .c-news__category span {
    color: #BAE21F;
    border: 1px solid #BAE21F;
  }
}
.c-news__txt-ttl {
  font-size: 1vw;
  font-weight: 400;
  line-height: 2; /* 200% */
  letter-spacing: 0.05em;
  margin-top: 0.25vw;
}
.c-news__txt-ttl p {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
@media only screen and (max-width: 1271px) {
  .c-news__txt-ttl {
    font-size: 1.953125vw;
    line-height: 2;
    margin-top: 0.5208333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-news__txt-ttl {
    font-size: 3.7333333333vw;
    line-height: 1.714;
    margin-top: 2.1333333333vw;
  }
}

.c-side-list {
  position: sticky;
  top: 170px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .c-side-list {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .c-side-list__wrap {
    background-color: #FFFFFF;
    border-radius: 1.3333333333vw;
    border: 1px solid #D6E3C0;
    padding: 4.8vw 5.3333333333vw 0vw;
    overflow: hidden;
  }
  .c-side-list__wrap .c-side-list {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .c-side-list__wrap.open {
    padding: 4.8vw 5.3333333333vw 4.8vw;
  }
  .c-side-list__wrap.open .c-side-list__ttl::after {
    -webkit-transform: translateY(-50%) rotate(270deg);
            transform: translateY(-50%) rotate(270deg);
  }
}
@media only screen and (max-width: 767px) {
  .c-side-list__ttl {
    padding-bottom: 5.3333333333vw;
    position: relative;
    color: #5B6D5E;
    letter-spacing: 0.05em;
    font-size: 3.7333333333vw;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .c-side-list__ttl::after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    content: "";
    right: 2.6666666667vw;
    top: calc(50% - 2.1333333333vw);
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    background: url(/media/images/component/icon-arrow-dogleg.svg) no-repeat center/contain;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.c-side-list__item {
  border-top: 1px solid #D6E3C0;
}
.c-side-list__item:first-of-type {
  border-top: 0;
}
.c-side-list__item:first-of-type .c-side-list__link {
  margin-top: -1.4375vw;
}
@media only screen and (max-width: 767px) {
  .c-side-list__item:first-of-type .c-side-list__link {
    margin-top: 0vw;
  }
}
.c-side-list__img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .c-side-list__img {
    max-width: 22px;
  }
}
.c-side-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #014B2C;
  font-size: 1vw;
  font-weight: 700;
  padding: 1.4375vw 0 1.3125vw;
  letter-spacing: 0.05em;
  line-height: 1.375;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
@media only screen and (max-width: 1271px) {
  .c-side-list__link {
    gap: 0.6510416667vw;
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-side-list__link {
    padding: 4.2666666667vw 0 4vw;
    font-size: 3.7333333333vw;
    gap: 1.3333333333vw;
  }
}
.c-side-list__link::before {
  position: absolute;
  content: "";
  width: 0.5vw;
  height: 0.5vw;
  background-color: #BAE21F;
  left: 0;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
@media only screen and (max-width: 1271px) {
  .c-side-list__link::before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-side-list__link::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.c-side-list__link .c-side-list__icon {
  display: block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #008803;
  width: 1.5vw;
  height: 1.5vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .c-side-list__link .c-side-list__icon {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.c-side-list__link .c-side-list__icon.--icon01 {
  -webkit-mask-image: url(/media/images/component/icon_service01.svg);
          mask-image: url(/media/images/component/icon_service01.svg);
}
.c-side-list__link .c-side-list__icon.--icon02 {
  -webkit-mask-image: url(/media/images/component/icon_service02.svg);
          mask-image: url(/media/images/component/icon_service02.svg);
}
.c-side-list__link .c-side-list__icon.--icon03 {
  -webkit-mask-image: url(/media/images/component/icon_service03.svg);
          mask-image: url(/media/images/component/icon_service03.svg);
}
.c-side-list__link .c-side-list__icon.--icon04 {
  -webkit-mask-image: url(/media/images/component/icon_service04.svg);
          mask-image: url(/media/images/component/icon_service04.svg);
}
.c-side-list__link .c-side-list__icon.--icon05 {
  -webkit-mask-image: url(/media/images/component/icon_service05.svg);
          mask-image: url(/media/images/component/icon_service05.svg);
}
@media only screen and (min-width: 1272px) {
  .c-side-list__link:hover {
    color: #BAE21F;
  }
  .c-side-list__link:hover .c-side-list__icon {
    background-color: #BAE21F;
  }
}
.c-side-list__link.--square {
  padding-left: 1.5em;
}
.c-side-list__link.--square::before {
  position: absolute;
  content: "";
  width: 0.5vw;
  height: 0.5vw;
  background-color: #BAE21F;
  left: 0;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
@media only screen and (max-width: 1271px) {
  .c-side-list__link.--square::before {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .c-side-list__link.--square::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

/*-- utilityフォルダの中の_index.scss --*/
@media only screen and (min-width: 1272px) {
  .u-pc-hide {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .u-tb-hide {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .u-sp-hide {
    display: none;
  }
}

.u-sp-space {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-sp-space {
    display: inline;
  }
}

.u-txt-left {
  text-align: left;
}

.u-txt-center {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .u-txt-center.--sp {
    text-align: left;
  }
}

.u-txt-right {
  text-align: right;
}

@media only screen and (max-width: 1271px) {
  .u-block-center-tb {
    margin-left: auto;
    margin-right: auto;
  }
}

.u-ml-auto {
  margin-left: auto;
}

.u-mr-auto {
  margin-right: auto;
}

.u-ib {
  display: inline-block;
}

.u-bold {
  font-weight: 700;
}

a.u-link-txt {
  text-decoration: underline;
  color: #000069;
}

.u-bg-light-sky {
  background-color: blue;
}

.u-mt8 {
  margin-top: 0.5vw;
}

.u-mt10 {
  margin-top: 0.625vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt10 {
    margin-top: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt10 {
    margin-top: 10px;
  }
}

.u-mt12 {
  margin-top: 0.75vw;
}

.u-mt14 {
  margin-top: 0.875vw;
}

.u-mt16 {
  margin-top: 1vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt16 {
    margin-top: 1.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt16 {
    margin-top: 20px;
  }
}

.u-mt18 {
  margin-top: 1.125vw;
}

.u-mt20 {
  margin-top: 1.25vw;
}

.u-mt22 {
  margin-top: 1.375vw;
}

.u-mt24 {
  margin-top: 1.5vw;
}

.u-mt26 {
  margin-top: 1.625vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt26 {
    margin-top: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt26 {
    margin-top: 20px;
  }
}

.u-mt28 {
  margin-top: 1.75vw;
}

.u-mt30 {
  margin-top: 1.875vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt30 {
    margin-top: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt30 {
    margin-top: 15px;
  }
}

.u-mt32 {
  margin-top: 2vw;
}

.u-mt34 {
  margin-top: 2.125vw;
}

.u-mt36 {
  margin-top: 2.25vw;
}

.u-mt38 {
  margin-top: 2.375vw;
}

.u-mt40 {
  margin-top: 2.5vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt40 {
    margin-top: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt40 {
    margin-top: 40px;
  }
}

.u-mt42 {
  margin-top: 2.625vw;
}

.u-mt44 {
  margin-top: 2.75vw;
}

.u-mt46 {
  margin-top: 2.875vw;
}

.u-mt48 {
  margin-top: 3vw;
}

.u-mt50 {
  margin-top: 3.125vw;
}

.u-mt52 {
  margin-top: 3.25vw;
}

.u-mt54 {
  margin-top: 3.375vw;
}

.u-mt55 {
  margin-top: 3.4375vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt55 {
    margin-top: 4.5572916667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt55 {
    margin-top: 25px;
  }
}

.u-mt56 {
  margin-top: 3.5vw;
}

.u-mt58 {
  margin-top: 3.625vw;
}

.u-mt60 {
  margin-top: 3.75vw;
}

.u-mt62 {
  margin-top: 3.875vw;
}

.u-mt64 {
  margin-top: 4vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt64 {
    margin-top: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt64 {
    margin-top: 30px;
  }
}

.u-mt66 {
  margin-top: 4.125vw;
}

.u-mt68 {
  margin-top: 4.25vw;
}

.u-mt70 {
  margin-top: 4.375vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt70 {
    margin-top: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt70 {
    margin-top: 40px;
  }
}

.u-mt72 {
  margin-top: 4.5vw;
}

.u-mt74 {
  margin-top: 4.625vw;
}

.u-mt76 {
  margin-top: 4.75vw;
}

.u-mt78 {
  margin-top: 4.875vw;
}

.u-mt80 {
  margin-top: 5vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt80 {
    margin-top: 4.5572916667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt80 {
    margin-top: 35px;
  }
}

.u-mt82 {
  margin-top: 5.125vw;
}

.u-mt88 {
  margin-top: 5.5vw;
}

.u-mt90 {
  margin-top: 5.625vw;
}

.u-mt92 {
  margin-top: 5.75vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt92 {
    margin-top: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt92 {
    margin-top: 30px;
  }
}

.u-mt96 {
  margin-top: 6vw;
}

.u-mt100 {
  margin-top: 6.25vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt100 {
    margin-top: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt100 {
    margin-top: 60px;
  }
}

.u-mt100-40 {
  margin-top: 6.25vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt100-40 {
    margin-top: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt100-40 {
    margin-top: 40px;
  }
}

.u-mt104 {
  margin-top: 6.5vw;
}

.u-mt112 {
  margin-top: 7vw;
}

.u-mt120 {
  margin-top: 7.5vw;
}

@media only screen and (max-width: 1271px) {
  .u-mt8-tb {
    margin-top: 1.0416666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt10-tb {
    margin-top: 1.3020833333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt12-tb {
    margin-top: 1.5625vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt14-tb {
    margin-top: 1.8229166667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt16-tb {
    margin-top: 2.0833333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt18-tb {
    margin-top: 2.34375vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt20-tb {
    margin-top: 2.6041666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt22-tb {
    margin-top: 2.8645833333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt24-tb {
    margin-top: 3.125vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt26-tb {
    margin-top: 3.3854166667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt28-tb {
    margin-top: 3.6458333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt30-tb {
    margin-top: 3.90625vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt32-tb {
    margin-top: 4.1666666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt34-tb {
    margin-top: 4.4270833333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt36-tb {
    margin-top: 4.6875vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt38-tb {
    margin-top: 4.9479166667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt40-tb {
    margin-top: 5.2083333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt42-tb {
    margin-top: 5.46875vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt44-tb {
    margin-top: 5.7291666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt46-tb {
    margin-top: 5.9895833333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt48-tb {
    margin-top: 6.25vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt50-tb {
    margin-top: 6.5104166667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt52-tb {
    margin-top: 6.7708333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt54-tb {
    margin-top: 7.03125vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt56-tb {
    margin-top: 7.2916666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt58-tb {
    margin-top: 7.5520833333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt60-tb {
    margin-top: 7.8125vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt62-tb {
    margin-top: 8.0729166667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt64-tb {
    margin-top: 8.3333333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt66-tb {
    margin-top: 8.59375vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt68-tb {
    margin-top: 8.8541666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt70-tb {
    margin-top: 9.1145833333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt72-tb {
    margin-top: 9.375vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt74-tb {
    margin-top: 9.6354166667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt76-tb {
    margin-top: 9.8958333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt78-tb {
    margin-top: 10.15625vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-mt80-tb {
    margin-top: 10.4166666667vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt8-sp {
    margin-top: 2.1333333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt10-sp {
    margin-top: 2.6666666667vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt12-sp {
    margin-top: 3.2vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt14-sp {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt16-sp {
    margin-top: 4.2666666667vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt18-sp {
    margin-top: 4.8vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt20-sp {
    margin-top: 5.3333333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt22-sp {
    margin-top: 5.8666666667vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt24-sp {
    margin-top: 6.4vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt26-sp {
    margin-top: 6.9333333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt28-sp {
    margin-top: 7.4666666667vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt30-sp {
    margin-top: 8vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt32-sp {
    margin-top: 8.5333333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt34-sp {
    margin-top: 9.0666666667vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt36-sp {
    margin-top: 9.6vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt38-sp {
    margin-top: 10.1333333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt40-sp {
    margin-top: 10.6666666667vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt42-sp {
    margin-top: 11.2vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt44-sp {
    margin-top: 11.7333333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt46-sp {
    margin-top: 12.2666666667vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt48-sp {
    margin-top: 12.8vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt50-sp {
    margin-top: 13.3333333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt52-sp {
    margin-top: 13.8666666667vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt54-sp {
    margin-top: 14.4vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt56-sp {
    margin-top: 14.9333333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt58-sp {
    margin-top: 15.4666666667vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt60-sp {
    margin-top: 16vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt62-sp {
    margin-top: 16.5333333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt64-sp {
    margin-top: 17.0666666667vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt66-sp {
    margin-top: 17.6vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt68-sp {
    margin-top: 18.1333333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt70-sp {
    margin-top: 18.6666666667vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt72-sp {
    margin-top: 19.2vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt74-sp {
    margin-top: 19.7333333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt76-sp {
    margin-top: 20.2666666667vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt78-sp {
    margin-top: 20.8vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt80-sp {
    margin-top: 21.3333333333vw;
  }
}

.u-ml8 {
  margin-left: 0.5vw;
}

.u-ml10 {
  margin-left: 0.625vw;
}

.u-ml12 {
  margin-left: 0.75vw;
}

.u-ml14 {
  margin-left: 0.875vw;
}

.u-ml16 {
  margin-left: 1vw;
}

.u-ml18 {
  margin-left: 1.125vw;
}

.u-ml20 {
  margin-left: 1.25vw;
}

.u-ml22 {
  margin-left: 1.375vw;
}

.u-ml24 {
  margin-left: 1.5vw;
}

.u-ml26 {
  margin-left: 1.625vw;
}

.u-ml28 {
  margin-left: 1.75vw;
}

.u-ml30 {
  margin-left: 1.875vw;
}

.u-ml32 {
  margin-left: 2vw;
}

.u-ml34 {
  margin-left: 2.125vw;
}

.u-ml36 {
  margin-left: 2.25vw;
}

.u-ml38 {
  margin-left: 2.375vw;
}

.u-ml40 {
  margin-left: 2.5vw;
}

.u-ml42 {
  margin-left: 2.625vw;
}

.u-ml44 {
  margin-left: 2.75vw;
}

.u-ml46 {
  margin-left: 2.875vw;
}

.u-ml48 {
  margin-left: 3vw;
}

.u-ml50 {
  margin-left: 3.125vw;
}

.u-ml52 {
  margin-left: 3.25vw;
}

.u-ml54 {
  margin-left: 3.375vw;
}

.u-ml56 {
  margin-left: 3.5vw;
}

.u-ml58 {
  margin-left: 3.625vw;
}

.u-ml60 {
  margin-left: 3.75vw;
}

.u-ml62 {
  margin-left: 3.875vw;
}

.u-ml64 {
  margin-left: 4vw;
}

.u-ml66 {
  margin-left: 4.125vw;
}

.u-ml68 {
  margin-left: 4.25vw;
}

.u-ml70 {
  margin-left: 4.375vw;
}

.u-ml72 {
  margin-left: 4.5vw;
}

.u-ml74 {
  margin-left: 4.625vw;
}

.u-ml76 {
  margin-left: 4.75vw;
}

.u-ml78 {
  margin-left: 4.875vw;
}

.u-ml80 {
  margin-left: 5vw;
}

.u-ml82 {
  margin-left: 5.125vw;
}

.u-ml88 {
  margin-left: 5.5vw;
}

.u-ml96 {
  margin-left: 6vw;
}

.u-ml100 {
  margin-left: 6.25vw;
}

.u-ml104 {
  margin-left: 6.5vw;
}

.u-ml112 {
  margin-left: 7vw;
}

.u-ml120 {
  margin-left: 7.5vw;
}

@media only screen and (max-width: 1271px) {
  .u-ml8-tb {
    margin-left: 1.0416666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml10-tb {
    margin-left: 1.3020833333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml12-tb {
    margin-left: 1.5625vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml14-tb {
    margin-left: 1.8229166667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml16-tb {
    margin-left: 2.0833333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml18-tb {
    margin-left: 2.34375vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml20-tb {
    margin-left: 2.6041666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml22-tb {
    margin-left: 2.8645833333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml24-tb {
    margin-left: 3.125vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml26-tb {
    margin-left: 3.3854166667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml28-tb {
    margin-left: 3.6458333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml30-tb {
    margin-left: 3.90625vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml32-tb {
    margin-left: 4.1666666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml34-tb {
    margin-left: 4.4270833333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml36-tb {
    margin-left: 4.6875vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml38-tb {
    margin-left: 4.9479166667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml40-tb {
    margin-left: 5.2083333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml42-tb {
    margin-left: 5.46875vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml44-tb {
    margin-left: 5.7291666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml46-tb {
    margin-left: 5.9895833333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml48-tb {
    margin-left: 6.25vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml50-tb {
    margin-left: 6.5104166667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml52-tb {
    margin-left: 6.7708333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml54-tb {
    margin-left: 7.03125vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml56-tb {
    margin-left: 7.2916666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml58-tb {
    margin-left: 7.5520833333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml60-tb {
    margin-left: 7.8125vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml62-tb {
    margin-left: 8.0729166667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml64-tb {
    margin-left: 8.3333333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml66-tb {
    margin-left: 8.59375vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml68-tb {
    margin-left: 8.8541666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml70-tb {
    margin-left: 9.1145833333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml72-tb {
    margin-left: 9.375vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml74-tb {
    margin-left: 9.6354166667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml76-tb {
    margin-left: 9.8958333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml78-tb {
    margin-left: 10.15625vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml80-tb {
    margin-left: 10.4166666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml8-sp {
    margin-left: 2.1333333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml10-sp {
    margin-left: 2.6666666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml12-sp {
    margin-left: 3.2vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml14-sp {
    margin-left: 3.7333333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml16-sp {
    margin-left: 4.2666666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml18-sp {
    margin-left: 4.8vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml20-sp {
    margin-left: 5.3333333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml22-sp {
    margin-left: 5.8666666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml24-sp {
    margin-left: 6.4vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml26-sp {
    margin-left: 6.9333333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml28-sp {
    margin-left: 7.4666666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml30-sp {
    margin-left: 8vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml32-sp {
    margin-left: 8.5333333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml34-sp {
    margin-left: 9.0666666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml36-sp {
    margin-left: 9.6vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml38-sp {
    margin-left: 10.1333333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml40-sp {
    margin-left: 10.6666666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml42-sp {
    margin-left: 11.2vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml44-sp {
    margin-left: 11.7333333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml46-sp {
    margin-left: 12.2666666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml48-sp {
    margin-left: 12.8vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml50-sp {
    margin-left: 13.3333333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml52-sp {
    margin-left: 13.8666666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml54-sp {
    margin-left: 14.4vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml56-sp {
    margin-left: 14.9333333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml58-sp {
    margin-left: 15.4666666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml60-sp {
    margin-left: 16vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml62-sp {
    margin-left: 16.5333333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml64-sp {
    margin-left: 17.0666666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml66-sp {
    margin-left: 17.6vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml68-sp {
    margin-left: 18.1333333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml70-sp {
    margin-left: 18.6666666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml72-sp {
    margin-left: 19.2vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml74-sp {
    margin-left: 19.7333333333vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml76-sp {
    margin-left: 20.2666666667vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml78-sp {
    margin-left: 20.8vw;
  }
}

@media only screen and (max-width: 1271px) {
  .u-ml80-sp {
    margin-left: 21.3333333333vw;
  }
}

.l-hd {
  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: fixed;
  top: 0;
  width: 100%;
  height: 5vw;
  z-index: 9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(242, 245, 247, 0.5);
  -webkit-backdrop-filter: blur(1.5625vw);
          backdrop-filter: blur(1.5625vw);
  padding: 0 3vw 0 3vw;
}
@media only screen and (max-width: 1271px) {
  .l-hd {
    height: 10.4166666667vw;
    padding: 0 2.6041666667vw 0 1.953125vw;
    -webkit-backdrop-filter: blur(3.2552083333vw);
            backdrop-filter: blur(3.2552083333vw);
  }
}
@media only screen and (max-width: 767px) {
  .l-hd {
    height: 18.6666666667vw;
    background-color: white;
    padding: 0 5.3333333333vw;
  }
}
.l-hd__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34.375vw;
}
@media only screen and (max-width: 1271px) {
  .l-hd__logo {
    width: 31.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-hd__logo {
    width: 41.0666666667vw;
  }
}
.l-hd__logo-img {
  width: 34.375vw;
}
@media only screen and (max-width: 767px) {
  .l-hd__logo-img {
    width: 41.0666666667vw;
  }
}
.l-hd__lang {
  margin-left: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125vw;
}
@media only screen and (max-width: 1271px) {
  .l-hd__lang {
    gap: 0.6510416667vw;
    margin-left: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-hd__lang {
    gap: 1.3333333333vw;
    margin-left: 2.6666666667vw;
  }
}
.l-hd__lang__btn a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 2.75vw;
  background-color: #FFFFFF;
  border: solid 1px #D6E3C0;
  border-radius: 10em;
  font-size: 1vw;
  line-height: 1;
  color: #BAD1B4;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 0.25vw 0.3125vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .l-hd__lang__btn a {
    font-size: 1.3020833333vw;
    line-height: 1;
    min-width: 5.2083333333vw;
    padding: 0.390625vw 0.390625vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-hd__lang__btn a {
    font-size: 3.4666666667vw;
    line-height: 1;
    min-width: 9.0666666667vw;
    padding: 1.0666666667vw 1.3333333333vw;
  }
}
.l-hd__lang__btn a.select {
  background-color: #18943B;
  border: solid 1px #18943B;
  color: #FFFFFF;
  pointer-events: none;
}
@media only screen and (min-width: 1272px) {
  .l-hd__lang__btn a:hover {
    background-color: #18943B;
    border: solid 1px #18943B;
    color: #FFFFFF;
  }
}
.l-hd__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-hd__right {
  position: relative;
  padding-right: 4.5vw;
}
@media only screen and (max-width: 1271px) {
  .l-hd__right {
    padding-right: 5.859375vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-hd__right {
    padding-right: 19.2vw;
  }
}
.l-hd__link-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5vw;
  font-size: 1vw;
  line-height: 1.125; /* 112.5% */
  letter-spacing: 0.04em;
}
.l-hd__link-txt p {
  letter-spacing: inherit;
}
.l-hd__link-txt a {
  letter-spacing: inherit;
  color: #014B2C;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .l-hd__link-txt a:hover {
    color: #BAE21F;
  }
}
@media only screen and (max-width: 1271px) {
  .l-hd__link-txt {
    font-size: 1.4322916667vw;
    gap: 1.953125vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-hd__link-txt {
    display: none;
  }
}
.l-hd__sp-btn {
  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;
  position: relative;
  width: 2.5vw;
  height: 1.75vw;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1004;
}
@media only screen and (max-width: 1271px) {
  .l-hd__sp-btn {
    width: 3.90625vw;
    height: 3.6458333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-hd__sp-btn {
    width: 10.6666666667vw;
    height: 6.9333333333vw;
  }
}
.l-hd__sp-btn::before, .l-hd__sp-btn::after {
  position: absolute;
  content: "";
  background-color: #014B2C;
  height: 2px;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-hd__sp-btn::before {
  top: 0;
}
.l-hd__sp-btn::after {
  top: 0.5625vw;
}
@media only screen and (max-width: 1271px) {
  .l-hd__sp-btn::after {
    top: 1.171875vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-hd__sp-btn::after {
    top: 2.4vw;
  }
}
.is-sp-menu-opened .l-hd__sp-btn {
  opacity: 0;
  pointer-events: none;
}
.l-hd__sp-txt {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  font-size: 0.75vw;
  line-height: 1em;
  color: #014B2C;
  height: 1em;
  width: 100%;
}
.l-hd__sp-txt::after, .l-hd__sp-txt::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-hd__sp-txt::before {
  content: "menu";
  opacity: 1;
}
.l-hd__sp-txt::after {
  content: "close";
  opacity: 0;
}
@media only screen and (max-width: 1271px) {
  .l-hd__sp-txt {
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-hd__sp-txt {
    font-size: 3.2vw;
  }
}
@media only screen and (min-width: 1272px) {
  .l-hd .l-hd__sp-btn:hover::before, .l-hd .l-hd__sp-btn:hover::after {
    background-color: #BAE21F;
  }
  .l-hd .l-hd__sp-btn:hover .l-hd__sp-txt {
    color: #BAE21F;
  }
}

/*-- layoutフォルダの中の_index.scss --*/
body {
  background-color: #F2F5F7;
}

.is-sp-menu-opened {
  overflow: hidden;
}

.l-main {
  padding-top: 5vw;
}
@media only screen and (max-width: 1271px) {
  .l-main {
    padding-top: 10.4166666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-main {
    padding-top: 18.6666666667vw;
  }
}

.l-ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .l-ft {
    display: block;
  }
}
.l-ft__left {
  background: -webkit-gradient(linear, right top, left top, from(#98D615), to(#008803));
  background: linear-gradient(270deg, #98D615 0%, #008803 100%);
  padding: 3.75vw 5vw;
  width: 32.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  color: #FFFFFF;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 1271px) {
  .l-ft__left {
    padding: 3.90625vw 2.6041666667vw;
    width: 26%;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft__left {
    display: block;
    width: auto;
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
.l-ft__left a {
  color: #FFFFFF;
}
.l-ft__cont {
  width: 22.5vw;
  margin: 0 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: #FFFFFF;
  border-radius: 6.25vw;
  padding: 1.75vw 2.5vw;
}
@media only screen and (max-width: 1271px) {
  .l-ft__cont {
    width: 100%;
    border-radius: 13.0208333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft__cont {
    width: auto;
    border-radius: 74.6666666667vw;
    padding: 5.3333333333vw;
  }
}
.l-ft-logo {
  width: 17.5vw;
  margin: 0 auto;
}
@media only screen and (max-width: 1271px) {
  .l-ft-logo {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft-logo {
    width: 53.3333333333vw;
  }
}
.l-ft-logo img {
  width: 100%;
}
.l-ft-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125vw;
  margin-top: 1vw;
}
@media only screen and (max-width: 767px) {
  .l-ft-lang {
    gap: 1.3333333333vw;
    margin-top: 4.2666666667vw;
  }
}
.l-ft-lang__btn a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 2.75vw;
  background-color: #FFFFFF;
  border: solid 1px #D6E3C0;
  border-radius: 10em;
  font-size: 1vw;
  line-height: 1.125;
  color: #BAD1B4;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.25vw 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .l-ft-lang__btn a {
    min-width: 11.7333333333vw;
    font-size: 4.2666666667vw;
    padding: 1.0666666667vw 0;
  }
}
.l-ft-lang__btn a.select {
  background-color: #008803;
  border: solid 1px #008803;
  color: #FFFFFF;
  pointer-events: none;
}
@media only screen and (min-width: 1272px) {
  .l-ft-lang__btn a:hover {
    background-color: #18943B;
    border: solid 1px #18943B;
    color: #FFFFFF;
  }
}
.l-ft-txt {
  font-size: 1vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0;
  font-size: 1vw;
}
@media only screen and (max-width: 1271px) {
  .l-ft-txt {
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft-txt {
    font-size: 3.7333333333vw;
    width: 78.6666666667vw;
    margin: 10.6666666667vw auto 0;
  }
}
.l-ft-txt__address {
  font-size: inherit;
  line-height: 2; /* 200% */
}
@media only screen and (max-width: 767px) {
  .l-ft-txt__address {
    line-height: 1.714;
  }
}
.l-ft-txt__link {
  margin: 1.375vw 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.75vw;
  font-size: 0.875vw;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1271px) {
  .l-ft-txt__link {
    margin: 1.3020833333vw 0 0 0;
    gap: 0.78125vw;
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft-txt__link {
    margin: 6.4vw 0 0 0;
    gap: 2.1333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.625;
  }
}
.l-ft-txt__link-item {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.l-ft-txt__link-item a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .l-ft-txt__link-item a:hover {
    color: #BAE21F;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft-txt__link-item {
    font-size: 3.4666666667vw;
    line-height: 1.76923;
  }
}
.l-ft-txt__copyright {
  display: block;
  margin: 1.375vw 0 0 0;
  font-size: 0.8125vw;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1271px) {
  .l-ft-txt__copyright {
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft-txt__copyright {
    margin: 6.4vw 0 0 0;
    font-size: 3.2vw;
    letter-spacing: 0;
  }
}
.l-ft .l-ft-menu {
  width: 67.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75vw;
  padding: 3.75vw 3.75vw;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1271px) {
  .l-ft .l-ft-menu {
    width: 74%;
    gap: 2.6041666667vw;
    padding: 3.90625vw 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft .l-ft-menu {
    width: auto;
    display: block;
    padding: 10.6666666667vw 10.6666666667vw 16.5333333333vw;
  }
}
.l-ft .l-ft-menu__list {
  width: 26.875vw;
}
@media only screen and (max-width: 1271px) {
  .l-ft .l-ft-menu__list {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft .l-ft-menu__list {
    width: auto;
  }
  .l-ft .l-ft-menu__list.--box02 {
    margin-top: 12.2666666667vw;
  }
}
.l-ft .l-ft-menu__list ul:not(:first-of-type) {
  margin-top: 1.5vw;
}
@media only screen and (max-width: 767px) {
  .l-ft .l-ft-menu__list ul:not(:first-of-type) {
    margin-top: 2.1333333333vw;
  }
}
.l-ft .l-ft-menu__list ul.--company {
  margin-top: 3.5vw;
}
@media only screen and (max-width: 767px) {
  .l-ft .l-ft-menu__list ul.--company {
    margin-top: 12.2666666667vw;
  }
}
.l-ft .l-ft-menu__ttl {
  color: #014B2C;
  background-color: #BAE21F;
  border-radius: 10em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125vw 0.625vw;
  font-size: 0.8125vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 1271px) {
  .l-ft .l-ft-menu__ttl {
    font-size: 1.3020833333vw;
    padding: 0.390625vw 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft .l-ft-menu__ttl {
    font-size: 3.4666666667vw;
    letter-spacing: 0.05em;
    padding: 1.6vw 2.1333333333vw;
    line-height: 1;
  }
}
.l-ft .l-ft-menu__item {
  font-weight: 700;
  line-height: 1.375;
  border-bottom: solid 1px #D6E3C0;
}
.l-ft .l-ft-menu__item-sub {
  position: relative;
  letter-spacing: 0.05em;
}
.l-ft .l-ft-menu__item + .l-ft-menu__item-sub {
  margin-top: 0.625vw;
}
@media only screen and (max-width: 1271px) {
  .l-ft .l-ft-menu__item + .l-ft-menu__item-sub {
    margin-top: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft .l-ft-menu__item + .l-ft-menu__item-sub {
    margin-top: 2.6666666667vw;
  }
}
.l-ft .l-ft-menu__link {
  display: block;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0.375vw 2.5vw 0.75vw 0;
  font-size: 1.125vw;
  position: relative;
  color: #014B2C;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1271px) {
  .l-ft .l-ft-menu__link {
    padding: 0.78125vw 3.2552083333vw 1.5625vw 0;
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft .l-ft-menu__link {
    padding: 3.2vw 0;
    font-size: 4.8vw;
  }
}
.l-ft .l-ft-menu__link::after {
  content: "";
  display: block;
  width: 1.75vw;
  height: 1.75vw;
  -webkit-mask-image: url("../../media/images/component/icon-arrow-right.svg");
          mask-image: url("../../media/images/component/icon-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #BAE21F;
  position: absolute;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .l-ft .l-ft-menu__link::after {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft .l-ft-menu__link::after {
    width: 5.9733333333vw;
    height: 5.9733333333vw;
  }
}
@media only screen and (min-width: 1272px) {
  .l-ft .l-ft-menu__link:hover {
    color: #BAE21F;
  }
  .l-ft .l-ft-menu__link:hover::after {
    background-color: #008803;
  }
}
.l-ft .l-ft-menu__link-sub {
  display: block;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0.625vw 0 0.625vw 1.125vw;
  font-size: 1vw;
  line-height: 1.375;
  position: relative;
  color: #014B2C;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .l-ft .l-ft-menu__link-sub {
    padding: 1.0416666667vw 0 1.0416666667vw 2.34375vw;
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft .l-ft-menu__link-sub {
    font-size: 3.7333333333vw;
    padding: 2.9333333333vw 0 2.6666666667vw 4.8vw;
  }
}
.l-ft .l-ft-menu__link-sub::before {
  content: "";
  display: block;
  width: 0.53125vw;
  height: 0.1041875vw;
  background-color: #014B2C;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .l-ft .l-ft-menu__link-sub::before {
    width: 1.1067708333vw;
    height: 0.2170572917vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft .l-ft-menu__link-sub::before {
    width: 2.2666666667vw;
    height: 0.4445333333vw;
  }
}
@media only screen and (min-width: 1272px) {
  .l-ft .l-ft-menu__link-sub:hover {
    color: #BAE21F;
  }
  .l-ft .l-ft-menu__link-sub:hover::before {
    background-color: #BAE21F;
  }
}

.l-sp-menu-list-cntr {
  overflow-y: auto;
  padding: 0;
}
@media only screen and (max-width: 1271px) {
  .l-sp-menu-list-cntr {
    padding: 0 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp-menu-list-cntr {
    padding: 13.3333333333vw 10.6666666667vw 21.3333333333vw;
    height: calc(100dvh - 18.6666666667vw);
  }
}
.l-sp-menu-list-cntr__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5vw;
  margin: 0 auto;
}
@media only screen and (max-width: 1271px) {
  .l-sp-menu-list-cntr__inr {
    gap: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp-menu-list-cntr__inr {
    display: block;
  }
}

.l-sp-menu {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1002;
  width: 50vw;
  max-height: calc(100vh - 50px);
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  padding: 5.5vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px 0px 0px 2.5vw;
  background: white;
  -webkit-box-shadow: 0px 0px 1.25vw 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 1.25vw 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1271px) {
  .l-sp-menu {
    width: 78.125vw;
    padding: 7.8125vw 0 6.5104166667vw;
    border-radius: 0px 0px 0px 5.2083333333vw;
    -webkit-box-shadow: 0px 0px 2.6041666667vw 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 2.6041666667vw 0px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 767px) {
  .l-sp-menu {
    width: 100%;
    max-height: none;
    height: calc(100vh - 18.6666666667vw);
    padding: 0;
    display: block;
    border-radius: 0;
    top: 18.6666666667vw;
  }
}
.l-sp-menu .l-hd__sp-btn {
  position: absolute;
  top: 1.25vw;
  right: 3vw;
  -webkit-transform: none;
          transform: none;
  height: 2.875vw;
}
@media only screen and (max-width: 1271px) {
  .l-sp-menu .l-hd__sp-btn {
    top: 2.6041666667vw;
    right: 2.34375vw;
    height: 4.6875vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp-menu .l-hd__sp-btn {
    position: fixed;
    height: 11.7333333333vw;
    top: 4vw;
    right: 5.3333333333vw;
  }
}
.is-sp-menu-opened .l-sp-menu .l-hd__sp-btn {
  opacity: 1;
  pointer-events: auto;
}
.l-sp-menu .l-hd__sp-btn::before {
  background-color: #008803;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.875vw;
}
@media only screen and (max-width: 1271px) {
  .l-sp-menu .l-hd__sp-btn::before {
    top: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp-menu .l-hd__sp-btn::before {
    top: 3.7333333333vw;
  }
}
.l-sp-menu .l-hd__sp-btn::after {
  background-color: #008803;
  top: 0.875vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 1271px) {
  .l-sp-menu .l-hd__sp-btn::after {
    top: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp-menu .l-hd__sp-btn::after {
    top: 3.7333333333vw;
  }
}
.l-sp-menu .l-hd__sp-txt {
  color: #008803;
}
.l-sp-menu .l-hd__sp-txt::before {
  content: "menu";
  opacity: 0;
}
.l-sp-menu .l-hd__sp-txt::after {
  content: "close";
  opacity: 1;
}
@media only screen and (min-width: 1272px) {
  .l-sp-menu .l-hd__sp-btn:hover::before, .l-sp-menu .l-hd__sp-btn:hover::after {
    background-color: #BAE21F;
  }
  .l-sp-menu .l-hd__sp-btn:hover .l-hd__sp-txt {
    color: #BAE21F;
  }
}
.is-sp-menu-opened .l-sp-menu {
  opacity: 1;
  pointer-events: auto;
}
.l-sp-menu::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(#98D615), to(#008803));
  background: linear-gradient(270deg, #98D615 0%, #008803 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5vw;
}
@media only screen and (max-width: 1271px) {
  .l-sp-menu::before {
    height: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp-menu::before {
    height: 2.1333333333vw;
  }
}
.l-sp-menu__list {
  width: 20vw;
}
@media only screen and (max-width: 1271px) {
  .l-sp-menu__list {
    width: 39.0625vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp-menu__list {
    width: auto;
  }
  .l-sp-menu__list.--box02 {
    margin-top: 12.2666666667vw;
  }
}
.l-sp-menu__list ul:not(:first-of-type) {
  margin-top: 1.5vw;
}
@media only screen and (max-width: 1271px) {
  .l-sp-menu__list ul:not(:first-of-type) {
    margin-top: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp-menu__list ul:not(:first-of-type) {
    margin-top: 2.1333333333vw;
  }
}
.l-sp-menu__list ul.--company {
  margin-top: 3.5vw;
}
@media only screen and (max-width: 1271px) {
  .l-sp-menu__list ul.--company {
    margin-top: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp-menu__list ul.--company {
    margin-top: 12.8vw;
  }
}
.l-sp-menu__ttl {
  color: #014B2C;
  background-color: #BAE21F;
  border-radius: 10em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4em 0.8em;
  font-size: 0.8125vw;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 1.23;
}
@media only screen and (max-width: 1271px) {
  .l-sp-menu__ttl {
    font-size: 1.171875vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp-menu__ttl {
    font-size: 3.4666666667vw;
    letter-spacing: 0.65px;
    padding: 1.6vw d 2.1333333333vw;
    line-height: 1;
  }
}
.l-sp-menu__item {
  font-weight: 700;
  line-height: 1.375;
  border-bottom: solid 1px #D6E3C0;
}
.l-sp-menu__item-sub {
  position: relative;
  letter-spacing: 0.05em;
}
.l-sp-menu__item + .l-sp-menu__item-sub {
  margin-top: 0.625vw;
}
@media only screen and (max-width: 1271px) {
  .l-sp-menu__item + .l-sp-menu__item-sub {
    margin-top: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp-menu__item + .l-sp-menu__item-sub {
    margin-top: 2.6666666667vw;
  }
}
.l-sp-menu__link {
  display: block;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0.375vw 2.5vw 0.75vw 0;
  font-size: 1.125vw;
  position: relative;
  color: #014B2C;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1271px) {
  .l-sp-menu__link {
    padding: 0.78125vw 3.2552083333vw 1.5625vw 0;
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp-menu__link {
    padding: 3.2vw 0;
    font-size: 4.8vw;
  }
}
.l-sp-menu__link::after {
  content: "";
  display: block;
  width: 1.75vw;
  height: 1.75vw;
  -webkit-mask-image: url("../../media/images/component/icon-arrow-right.svg");
          mask-image: url("../../media/images/component/icon-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #BAE21F;
  position: absolute;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .l-sp-menu__link::after {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp-menu__link::after {
    width: 5.9733333333vw;
    height: 5.9733333333vw;
  }
}
@media only screen and (min-width: 1272px) {
  .l-sp-menu__link:hover {
    color: #BAE21F;
  }
  .l-sp-menu__link:hover::after {
    background-color: #008803;
  }
}
.l-sp-menu__link-sub {
  display: block;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0.625vw 0 0.625vw 1.125vw;
  font-size: 1vw;
  line-height: 1.375;
  position: relative;
  color: #014B2C;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .l-sp-menu__link-sub {
    padding: 1.0416666667vw 0 1.0416666667vw 2.34375vw;
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp-menu__link-sub {
    font-size: 3.7333333333vw;
    padding: 2.9333333333vw 0 2.6666666667vw 4.8vw;
  }
}
.l-sp-menu__link-sub::before {
  content: "";
  display: block;
  width: 0.53125vw;
  height: 0.1041875vw;
  background-color: #014B2C;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .l-sp-menu__link-sub::before {
    width: 1.1067708333vw;
    height: 0.2170572917vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp-menu__link-sub::before {
    width: 2.2666666667vw;
    height: 0.4445333333vw;
  }
}
@media only screen and (min-width: 1272px) {
  .l-sp-menu__link-sub:hover {
    color: #BAE21F;
  }
  .l-sp-menu__link-sub:hover::before {
    background-color: #BAE21F;
  }
}

.l-page-top {
  position: fixed;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 1.875vw;
  bottom: 3.125vw;
  border-radius: 50%;
  width: 2.9375vw;
  height: 2.9375vw;
  z-index: 100;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1271px) {
  .l-page-top {
    width: 4.8177083333vw;
    height: 4.8177083333vw;
    right: 1.953125vw;
    bottom: 6.5104166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-page-top {
    width: 11.2vw;
    height: 11.2vw;
    right: 5.3333333333vw;
    bottom: 13.3333333333vw;
  }
}
.l-page-top.on {
  cursor: pointer;
  opacity: 1;
  pointer-events: visible;
}
.l-page-top__link {
  width: 100%;
  height: 100%;
  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;
  background-color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .l-page-top__link:hover {
    opacity: 0.6;
  }
}
.l-btn-faq {
  position: fixed;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 1.75vw;
  bottom: 10%;
  z-index: 100;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.l-btn-faq.scroll {
  cursor: pointer;
  opacity: 1;
  pointer-events: visible;
}
.l-btn-faq__link {
  background-color: #FFFFFF;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 7.5vw;
  height: 7.5vw;
  text-align: center;
  border: solid 0.25vw #BAE21F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .l-btn-faq__link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .l-btn-faq__link {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    border: solid 0.8vw #BAE21F;
  }
}
.l-btn-faq__link .--icon {
  width: 2.25vw;
  height: 2.25vw;
}
@media only screen and (max-width: 767px) {
  .l-btn-faq__link .--icon {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.l-btn-faq__link .--icon img {
  width: 100%;
}
.l-btn-faq__link .--txt {
  color: #008803;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.25; /* 125% */
  letter-spacing: 0.8px;
  margin-top: 0.25vw;
}
@media only screen and (max-width: 767px) {
  .l-btn-faq__link .--txt {
    font-size: 3.2vw;
    margin-top: 1.0666666667vw;
  }
}
.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5vw;
  margin: 0 auto;
  padding: 0 3.125vw;
  position: relative;
  max-width: 88.75vw;
}
@media only screen and (max-width: 1271px) {
  .l-flex {
    max-width: 100%;
    padding: 0 3.90625vw;
    gap: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    padding: 0 6.1333333333vw;
  }
}
.l-flex__sideBar {
  width: 15vw;
  position: relative;
}
@media only screen and (max-width: 1271px) {
  .l-flex__sideBar {
    width: 26.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-flex__sideBar {
    width: 100%;
  }
}
.l-flex__cont {
  width: calc(100% - 20vw);
}
@media only screen and (max-width: 1271px) {
  .l-flex__cont {
    width: calc(100% - 29.9479166667vw);
  }
}
@media only screen and (max-width: 767px) {
  .l-flex__cont {
    width: 100%;
  }
}

.p-btn-follow {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  min-width: 5vw;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .p-btn-follow {
    min-width: auto;
    width: 100%;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-btn-follow {
    min-width: auto;
    width: 100%;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.p-btn-follow__list {
  font-size: 0.8125vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.23; /* 123.077% */
}
@media only screen and (max-width: 1271px) {
  .p-btn-follow__list {
    font-size: 1.6927083333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5333333333vw;
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-btn-follow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5333333333vw;
    width: 100%;
  }
}
.p-btn-follow__item {
  font-size: 0.8125vw;
  font-weight: 700;
  line-height: 1.23; /* 123.077% */
  min-width: 5vw;
}
@media only screen and (max-width: 1271px) {
  .p-btn-follow__item {
    width: calc((100% - 8px) / 5);
  }
}
@media only screen and (max-width: 767px) {
  .p-btn-follow__item {
    width: calc((100% - 8px) / 5);
  }
}
.p-btn-follow__item img {
  width: 100%;
}
.p-btn-follow__item:not(:first-of-type) {
  margin-top: 0.125vw;
}
@media only screen and (max-width: 1271px) {
  .p-btn-follow__item {
    font-size: 1.5625vw;
    min-width: auto;
  }
  .p-btn-follow__item:not(:first-of-type) {
    margin-top: 0vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-btn-follow__item {
    font-size: 3.2vw;
    line-height: 1; /* 100% */
    min-width: auto;
  }
  .p-btn-follow__item:not(:first-of-type) {
    margin-top: 0vw;
  }
}
.p-btn-follow__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25vw;
  min-height: 3.75vw;
  background-color: #BAE21F;
  border-radius: 0.5vw 0 0 0.5vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #014B2C;
  padding: 0.3125vw;
}
@media only screen and (max-width: 1271px) {
  .p-btn-follow__link {
    gap: 0.5208333333vw;
    min-height: 5.2083333333vw;
    padding: 0;
    min-height: 5.2083333333vw;
    border-radius: 1.0416666667vw 1.0416666667vw 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-btn-follow__link {
    height: 100%;
    min-height: 10.6666666667vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
    padding: 0;
  }
}
.p-btn-follow__link .--icon {
  width: 2.0625vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
@media only screen and (max-width: 1271px) {
  .p-btn-follow__link .--icon {
    width: 3.3854166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-btn-follow__link .--icon {
    width: 5.3333333333vw;
  }
}
.p-btn-follow__link .--name {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .p-btn-follow__link:hover {
    background-color: #008803;
  }
  .p-btn-follow__link:hover .--icon {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .p-btn-follow__link:hover .--name {
    color: #FFFFFF;
  }
}
.p-btn-follow.scroll {
  cursor: pointer;
  opacity: 1;
  pointer-events: visible;
}

.p-ecube-ttl {
  color: #014B2C;
  font-size: 3.125vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 0 3.125vw;
}
@media only screen and (max-width: 1271px) {
  .p-ecube-ttl {
    font-size: 4.4270833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-ecube-ttl {
    font-size: 9.0666666667vw;
    line-height: 1.117;
    padding: 0 6.1333333333vw;
  }
}
.p-ecube-ttl__sub {
  color: #014B2C;
  font-size: 1.5vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 0.4375vw;
}
@media only screen and (max-width: 1271px) {
  .p-ecube-ttl__sub {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-ecube-ttl__sub {
    font-size: 4.2666666667vw;
    padding: 0 6.1333333333vw;
    margin-top: 1.3333333333vw;
  }
}

.p-ttl-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-ttl-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-ttl-block__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375vw;
}
@media only screen and (max-width: 767px) {
  .p-ttl-block__flex {
    gap: 3.7333333333vw;
  }
}
.p-ttl-block__ttl {
  font-size: 2.25vw;
  letter-spacing: 0.05em;
  line-height: 1.11;
  color: #008803;
  font-weight: 700;
}
@media only screen and (max-width: 1271px) {
  .p-ttl-block__ttl {
    font-size: 3.3854166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-ttl-block__ttl {
    font-size: 6.9333333333vw;
  }
}
.p-ttl-block__ttl-en {
  color: #008803;
  font-size: 1.25vw;
  letter-spacing: 0.05em;
  margin-top: 0.25vw;
}
@media only screen and (max-width: 767px) {
  .p-ttl-block__ttl-en {
    font-size: 3.7333333333vw;
    line-height: 1.285;
    margin-top: 1.6vw;
  }
}
.p-ttl-block__cont {
  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-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .p-ttl-block__cont {
    margin-top: 1.3333333333vw;
  }
}
.p-ttl-block__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #014B2C;
  background-color: #BAE21F;
  font-weight: 700;
  border-radius: 1.125vw;
  padding: 0.125vw 0.625vw;
  max-width: 4.0625vw;
  width: 100%;
}
@media only screen and (max-width: 1271px) {
  .p-ttl-block__cat {
    max-width: 7.1614583333vw;
    border-radius: 2.34375vw;
    height: 3.6458333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-ttl-block__cat {
    padding: 0.5333333333vw 2.1333333333vw 0.5333333333vw;
    max-width: 13.3333333333vw;
    border-radius: 4.8vw;
    height: 7.4666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-ttl-block__img {
    max-width: 6.4vw;
  }
}

.p-ecube-cont {
  background-color: #FFFFFF;
  border-radius: 1.25vw;
  padding: 3.75vw;
}
@media only screen and (max-width: 1271px) {
  .p-ecube-cont {
    padding: 4.1666666667vw 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-ecube-cont {
    padding: 8.5333333333vw 5.3333333333vw;
  }
}
.p-ecube-cont + .p-ecube-cont {
  margin-top: 2.5vw;
}
.p-ecube-cont__img-wrap {
  border-radius: 10px;
  overflow: hidden;
}
.p-ecube-cont__img-wrap img {
  width: 100%;
}
.p-ecube-cont__txt {
  line-height: 2;
  letter-spacing: 0.05em;
  color: #014B2C;
  margin-top: 2vw;
}
@media only screen and (max-width: 767px) {
  .p-ecube-cont__txt {
    font-size: 3.7333333333vw;
    line-height: 1.714;
  }
}
.p-ecube-cont__txt.--center {
  text-align: center;
}
.p-ecube-cont__txt.--mt0 {
  margin-top: 0;
}
.p-ecube-cont__txt.--note {
  font-size: 0.8125vw;
  margin-top: 0;
}
@media only screen and (max-width: 1271px) {
  .p-ecube-cont__txt.--note {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-ecube-cont__txt.--note {
    font-size: 3.2vw;
    margin-top: 0.8vw;
  }
}
.p-ecube-cont__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5vw;
  margin-top: 1.875vw;
}
@media only screen and (max-width: 1271px) {
  .p-ecube-cont__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .p-ecube-cont__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
}
.p-ecube-cont__left {
  width: 33.75vw;
}
@media only screen and (max-width: 1271px) {
  .p-ecube-cont__left {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-ecube-cont__left {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
}
.p-ecube-cont__right {
  width: 18.75vw;
}
@media only screen and (max-width: 1271px) {
  .p-ecube-cont__right {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-ecube-cont__right {
    width: 100%;
  }
}
.p-ecube-cont__dl-cntr {
  margin-top: 1.25vw;
}
@media only screen and (max-width: 767px) {
  .p-ecube-cont__dl-cntr {
    margin-top: 4.8vw;
  }
}
.p-ecube-cont__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1vw;
  border-top: 1px solid #D6E3C0;
}
@media only screen and (max-width: 767px) {
  .p-ecube-cont__dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4.8vw 0 4.8vw;
  }
}
.p-ecube-cont__dl.--accordion {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-ecube-cont__dl.--accordion .p-ecube-cont__dt,
.p-ecube-cont__dl.--accordion .p-ecube-cont__dd {
  -webkit-transition: max-height 0.8s ease-in-out;
  transition: max-height 0.8s ease-in-out;
  max-height: 6.25vw;
  overflow: hidden;
}
@media only screen and (max-width: 1271px) {
  .p-ecube-cont__dl.--accordion .p-ecube-cont__dt,
  .p-ecube-cont__dl.--accordion .p-ecube-cont__dd {
    max-height: 11.71875vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-ecube-cont__dl.--accordion .p-ecube-cont__dt,
  .p-ecube-cont__dl.--accordion .p-ecube-cont__dd {
    max-height: 100%;
  }
}
.p-ecube-cont__dl.--accordion .p-ecube-cont__dt.--high,
.p-ecube-cont__dl.--accordion .p-ecube-cont__dd.--high {
  max-height: 7.8125vw;
  -webkit-transition: max-height 0.8s ease-in-out;
  transition: max-height 0.8s ease-in-out;
  overflow: hidden;
}
@media only screen and (max-width: 1271px) {
  .p-ecube-cont__dl.--accordion .p-ecube-cont__dt.--high,
  .p-ecube-cont__dl.--accordion .p-ecube-cont__dd.--high {
    max-height: 15.625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-ecube-cont__dl.--accordion .p-ecube-cont__dt.--high,
  .p-ecube-cont__dl.--accordion .p-ecube-cont__dd.--high {
    max-height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-ecube-cont__dl.--accordion .p-ecube-cont__dd {
    max-height: 0;
  }
}
.p-ecube-cont__dl.--accordion::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.25vw;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
}
.p-ecube-cont__dl .p-ecube-cont__dt.open,
.p-ecube-cont__dl .p-ecube-cont__dd.open {
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .p-ecube-cont__dl .p-ecube-cont__dt.open,
  .p-ecube-cont__dl .p-ecube-cont__dd.open {
    max-height: 100% !important;
    overflow: auto;
  }
}
.p-ecube-cont__dl .p-ecube-cont__dt.open.--high,
.p-ecube-cont__dl .p-ecube-cont__dd.open.--high {
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .p-ecube-cont__dl .p-ecube-cont__dt.open.--high,
  .p-ecube-cont__dl .p-ecube-cont__dd.open.--high {
    max-height: 100% !important;
    overflow: auto;
  }
}
.p-ecube-cont__dl .p-ecube-cont__dt .p-ecube-cont__click.open .p-ecube-cont__click-inr::before,
.p-ecube-cont__dl .p-ecube-cont__dd .p-ecube-cont__click.open .p-ecube-cont__click-inr::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.p-ecube-cont__dt, .p-ecube-cont__dd {
  padding: 1.375vw 0 1.25vw;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .p-ecube-cont__dt, .p-ecube-cont__dd {
    font-size: 3.7333333333vw;
    padding: 0;
  }
}
.p-ecube-cont__dt {
  color: #014B2C;
  font-weight: 700;
  width: 9.375vw;
  color: #014B2C;
}
@media only screen and (max-width: 1271px) {
  .p-ecube-cont__dt {
    width: 16.9270833333vw;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-ecube-cont__dt {
    width: 100%;
    padding-right: 8.5333333333vw;
  }
}
.p-ecube-cont__dd {
  color: #014B2C;
  width: calc(100% - 10.375vw);
  padding-right: 2vw;
}
@media only screen and (max-width: 1271px) {
  .p-ecube-cont__dd {
    width: calc(100% - 16.9270833333vw);
    padding-right: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-ecube-cont__dd {
    width: 100%;
    padding-right: 8.5333333333vw;
  }
}
.p-ecube-cont__click {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-ecube-cont__click-inr {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
}
.p-ecube-cont__click-inr::before, .p-ecube-cont__click-inr::after {
  position: absolute;
  content: "";
  background-color: #BAE21F;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-ecube-cont__click-inr::before {
  right: 7px;
  width: 2px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-ecube-cont__click-inr::after {
  width: 16px;
  height: 2px;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-ecube-cont__dd-ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .p-ecube-cont__dd-ttl {
    font-size: 3.7333333333vw;
  }
}
.p-ecube-cont__dd-txt {
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .p-ecube-cont__dd-txt {
    font-size: 3.7333333333vw;
    margin-top: -0.1875vw;
    line-height: 1.42;
  }
}
.p-ecube-cont__dd-txt + .p-ecube-cont__dd-ttl {
  margin-top: 0.5vw;
}
@media only screen and (max-width: 767px) {
  .p-ecube-cont__dd-txt + .p-ecube-cont__dd-ttl {
    margin-top: 2.1333333333vw;
  }
}
.p-ecube-cont__dl-kome {
  font-size: 0.8125vw;
  letter-spacing: 0.05em;
  line-height: 1.38;
}
@media only screen and (max-width: 1271px) {
  .p-ecube-cont__dl-kome {
    font-size: 1.6927083333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-ecube-cont__dl-kome {
    font-size: 3.4666666667vw;
    margin-top: 6px;
    display: block;
  }
}

.p-ecube-card {
  width: calc((100% - 2.5vw) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-ecube-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5vw;
}
.p-ecube-card__ttl {
  background-color: #008803;
  color: #FFFFFF;
  font-size: 1.125vw;
  font-weight: 700;
  border-radius: 0 0 0.75vw 0.75vw;
  text-align: center;
}
.p-ecube-card__txt-cntr {
  margin-top: 1.75vw;
}
.p-ecube-card__txt {
  color: #014B2C;
  font-weight: 400;
}
.p-ecube-card__kome {
  color: #5B6D5E;
  font-size: 0.8125vw;
}
.p-ecube-card__blank {
  color: #014B2C;
  display: inline-block;
  position: relative;
  font-size: 1.125vw;
  font-weight: 700;
  padding-right: 1.25vw;
}
.p-ecube-card__blank::after {
  position: absolute;
  content: "";
  background-color: #BAE21F;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(/media/images/ecube/icon_plus.svg) no-repeat center/contain;
}

.c-blank-btn {
  text-align: center;
  width: 17.5vw;
  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;
  font-size: 1.125vw;
  font-weight: 700;
  color: #008803;
  border: 2px solid #008803;
  border-radius: 0.5vw;
  padding: 0.625vw 1.25vw 0.625vw 0.625vw;
  position: relative;
}
.c-blank-btn::after {
  position: absolute;
  content: "";
  right: 0.625vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(/media/images/ecube/icon_blank.svg) no-repeat center/contain;
}
.c-blank-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
}
.c-blank-btn__wrap.--flex {
  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;
}

.p-site-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5vw;
}
.p-site-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 1vw) / 3);
  padding: 1.125vw 1vw;
  border-radius: 0.5vw;
  border: 1px solid #D6E3C0;
  gap: 0.75vw;
}
.p-site-list__cat {
  color: #014B2C;
  background-color: #F2F5F7;
  display: inline-block;
  font-weight: 500;
  font-size: 0.8125vw;
  border-radius: 20px;
  padding: 0.3125vw 0.625vw 0.1875vw;
}
.p-site-list__img-wrap {
  width: 5vw;
}
.p-site-list__ttl {
  color: #008803;
  font-size: 1.125vw;
  font-weight: 700;
}

.p-ecube-sec {
  padding-top: 5vw;
}
@media only screen and (max-width: 1271px) {
  .p-ecube-sec {
    padding-top: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-ecube-sec {
    padding-top: 8vw;
  }
}

.l-flex {
  margin-top: 3.4375vw;
}

@media only screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

.p-privacy-cont {
  letter-spacing: 0.05em;
  padding-bottom: 3.75vw;
}
@media only screen and (max-width: 1271px) {
  .p-privacy-cont {
    padding-bottom: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy-cont {
    padding-bottom: 10.6666666667vw;
  }
}
.p-privacy-cont + .p-privacy-cont {
  padding-top: 3.75vw;
  border-top: 1px solid #D6E3C0;
}
@media only screen and (max-width: 1271px) {
  .p-privacy-cont + .p-privacy-cont {
    padding-top: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy-cont + .p-privacy-cont {
    padding-top: 10.6666666667vw;
  }
}
.p-privacy-cont:last-of-type {
  padding-bottom: 0;
}
.p-privacy-cont__link {
  color: #014B2C;
  text-decoration: underline;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .p-privacy-cont__link:hover {
    opacity: 0.7;
  }
}
.p-privacy-cont__ttl {
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.416;
  text-align: center;
  color: #014B2C;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1271px) {
  .p-privacy-cont__ttl {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy-cont__ttl {
    font-size: 4.8vw;
  }
}
.p-privacy-cont__ttl.--mt60 {
  margin-top: 3.75vw;
}
@media only screen and (max-width: 1271px) {
  .p-privacy-cont__ttl.--mt60 {
    margin-top: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy-cont__ttl.--mt60 {
    margin-top: 8vw;
  }
}
.p-privacy-cont__ttl + .p-privacy-cont__txt {
  margin-top: 2.1875vw;
}
@media only screen and (max-width: 1271px) {
  .p-privacy-cont__ttl + .p-privacy-cont__txt {
    margin-top: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy-cont__ttl + .p-privacy-cont__txt {
    margin-top: 4.8vw;
  }
}
.p-privacy-cont__num-ttl {
  font-size: 1.125vw;
  font-weight: 700;
  line-height: 1.7777;
  color: #014B2C;
  margin-top: 2vw;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1271px) {
  .p-privacy-cont__num-ttl {
    font-size: 1.953125vw;
    margin-top: 2.2135416667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy-cont__num-ttl {
    font-size: 4vw;
    margin-top: 4.5333333333vw;
  }
}
.p-privacy-cont__txt {
  color: #014B2C;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 0.875vw;
  font-size: 1vw;
}
@media only screen and (max-width: 1271px) {
  .p-privacy-cont__txt {
    font-size: 1.6927083333vw;
    line-height: 1.76;
    margin-top: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy-cont__txt {
    font-size: 3.4666666667vw;
    margin-top: 2.1333333333vw;
  }
}
.p-privacy-cont__txt.--right {
  text-align: right;
}
.p-privacy-cont__txt.--mt0 {
  margin-top: 0;
}
@media only screen and (max-width: 1271px) {
  .p-privacy-cont__txt + .p-num-list {
    margin-top: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy-cont__txt + .p-num-list {
    margin-top: 3.2vw;
  }
}

.l-white {
  margin-top: 3.4375vw;
}
@media only screen and (max-width: 1271px) {
  .l-white {
    padding: 0 3.90625vw;
    margin-top: 4.1666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-white {
    padding: 0 2.6666666667vw;
    margin-top: 8.5333333333vw;
  }
}
.l-white__inr {
  background-color: #FFFFFF;
  max-width: 62.5vw;
  border-radius: 1.25vw;
  margin: 0 auto;
  padding: 5vw 3.75vw 3.4375vw;
}
@media only screen and (max-width: 1271px) {
  .l-white__inr {
    padding: 5.2083333333vw 5.2083333333vw;
    max-width: 100%;
    border-radius: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-white__inr {
    padding: 10.1333333333vw 5.8666666667vw;
    border-radius: 5.3333333333vw;
  }
}

.p-num-list {
  counter-reset: listnum; /* カウンターをリセット */
  list-style: none; /* 標準のスタイルは消す */
  margin-top: 0.75vw;
}
@media only screen and (max-width: 1271px) {
  .p-num-list {
    margin-top: 0.6510416667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-num-list {
    margin-top: 1.3333333333vw;
  }
}
.p-num-list__li {
  color: #014B2C;
  position: relative;
  padding-left: 1.5em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 1vw;
}
@media only screen and (max-width: 1271px) {
  .p-num-list__li {
    font-size: 1.6927083333vw;
    line-height: 1.76;
  }
}
@media only screen and (max-width: 767px) {
  .p-num-list__li {
    font-size: 3.4666666667vw;
    line-height: 1.76;
  }
}
.p-num-list__li::before {
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  content: counter(listnum) "."; /* カウントした数に応じて番号を表示 */
  position: absolute;
  left: 0.2em;
}
.p-num-list a {
  color: #014B2C;
  position: relative;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1272px) {
  .p-num-list a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1271px) {
  .p-num-list a {
    font-size: 1.6927083333vw;
    line-height: 1.76;
  }
}
@media only screen and (max-width: 767px) {
  .p-num-list a {
    font-size: 3.4666666667vw;
    line-height: 1.76;
  }
}
@media only screen and (max-width: 767px) {
  .p-num-list + .p-privacy-cont__txt {
    margin-top: 3.7333333333vw;
  }
}

.p-alphabet-list {
  counter-reset: child_list_num;
  list-style: none; /* 標準のスタイルは消す */
}
@media only screen and (max-width: 767px) {
  .p-alphabet-list {
    margin-top: 0.5333333333vw;
  }
}
.p-alphabet-list__li {
  color: #014B2C;
  position: relative;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  padding-left: 2em;
}
.p-alphabet-list__li::before {
  position: absolute;
  counter-increment: child_list_num;
  content: "(" counter(child_list_num) ")";
  left: 1em;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (max-width: 1271px) {
  .p-alphabet-list__li {
    font-size: 1.6927083333vw;
    line-height: 1.76;
  }
}
@media only screen and (max-width: 767px) {
  .p-alphabet-list__li {
    font-size: 3.4666666667vw;
    line-height: 1.76;
  }
}

.p-dot-list__li {
  position: relative;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 1271px) {
  .p-dot-list__li {
    font-size: 1.6927083333vw;
    line-height: 1.76;
  }
}
@media only screen and (max-width: 767px) {
  .p-dot-list__li {
    font-size: 3.4666666667vw;
    line-height: 1.76;
  }
}
.p-dot-list__li::before {
  position: absolute;
  content: "";
  left: -1em;
  top: 0.9rem;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #014B2C;
}
@media only screen and (max-width: 767px) {
  .p-dot-list__li::before {
    top: 0.7rem;
  }
}

.p-privacy-cont__txt.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-privacy-cont__txt.flex {
    display: none;
  }
}
.p-privacy-cont__txt.i-block {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-privacy-cont__txt.i-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-img-text {
  display: inline-block;
  overflow: hidden;
}
.p-img-text img {
  height: 34px;
  width: auto;
}

.p-variable-color {
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .p-variable-color {
    width: 100%;
  }
}

.p-variable-cal {
  margin-top: 40px;
}

.p-variable-list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .p-variable-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}