@charset "UTF-8";
/****************

  LOCAL

****************/
/*!
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video, a {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

input, textarea {
  box-sizing: border-box;
}

/* added */
img {
  line-height: 0;
  font-size: 0;
  vertical-align: bottom;
}

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

ol, ul, li {
  /*added*/
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

a:focus {
  outline: none;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #000;
  font-weight: bold;
  font-style: italic;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

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

sup {
  line-height: 1;
  font-size: 1.1rem;
  vertical-align: baseline;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: baseline;
}

/*added*/
em, address {
  font-style: normal;
}

input {
  margin: 0px;
}

input[type=submit], input[type=button] {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

button {
  display: inline-block;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text], textarea {
  font-family: inherit;
}

input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}

input[type=text]::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
}

input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}

/*==============================================================

  ■ Common

===============================================================*/
html {
  overflow: auto;
}

body {
  color: var(--TextBlack, #213544);
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  font-weight: 500;
  background-color: #F1F6FB;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body img {
  width: 100%;
}

section {
  position: relative;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.trans {
  transition: all 300ms 0s ease;
}
@media screen and (min-width: 769px) {
  .trans:hover {
    opacity: 0.5;
  }
}

.inner {
  max-width: 680px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 0 4.2666666667vw;
  }
}

.cont_ttl {
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Bold";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.92px;
}
@media screen and (max-width: 768px) {
  .cont_ttl {
    font-size: 8.5333333333vw;
    letter-spacing: -0.3413333333vw;
  }
}

.cont_btn {
  border-radius: 8px;
  background: #E99411;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  max-width: 343px;
  width: 100%;
  padding: 13px 10px 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3px;
  margin: 0 auto;
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 768px) {
  .cont_btn {
    border-radius: 2.1333333333vw;
    box-shadow: 0 0.5333333333vw 1.6vw 0 rgba(0, 0, 0, 0.2);
    max-width: 91.4666666667vw;
    padding: 3.4666666667vw 0 5.8666666667vw;
    gap: 1.0666666667vw;
    font-size: 7.4666666667vw;
    letter-spacing: 0.2986666667vw;
  }
}
.cont_btn small {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .cont_btn small {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    height: auto;
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/*==============================================================

  ■ parts

===============================================================*/
.fixed_btn {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .fixed_btn {
    bottom: 4vw;
  }
}
.fixed_btn.is-visible {
  opacity: 1;
  visibility: visible;
}
.fixed_btn.is-hidden {
  visibility: hidden;
  opacity: 0;
  bottom: 4vw;
}

/*==============================================================

  ■ maincontent

===============================================================*/
.maincontent {
  background: #fff;
  width: 100%;
  position: relative;
}

/*==============================================================

  ■ header

===============================================================*/
.maincontent header {
  display: flex;
  width: 100%;
  padding: 12px 120px 10px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--Terass-UI-Border-Gray, #E2E8F0);
}
@media screen and (max-width: 768px) {
  .maincontent header {
    padding: 3.2vw 4.2666666667vw 2.6666666667vw;
  }
}
.maincontent .header_logo {
  width: 184px;
}
@media screen and (max-width: 768px) {
  .maincontent .header_logo {
    width: 39.4666666667vw;
  }
}
.maincontent .header_btn {
  display: block;
  width: 112px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #E99411;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .maincontent .header_btn {
    width: 25.6vw;
    height: 10.6666666667vw;
    border-radius: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}

/*==============================================================

  ■ kv

===============================================================*/
.kv {
  padding: 48px 0;
  background-image: url(./img/kv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
@media screen and (max-width: 768px) {
  .kv {
    padding: 12.8vw 0;
  }
}
.kv_title {
  width: 530px;
  margin: 0 auto 37px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .kv_title {
    width: 100%;
    margin-bottom: 6.9333333333vw;
  }
}
.kv_swiperWrap {
  margin-left: -120px;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .kv_swiperWrap {
    margin-left: -10.6666666667vw;
  }
}
.kv_swiper {
  max-width: 1296px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .kv_swiper {
    max-width: 64vw;
  }
}
.kv .swiper-wrapper {
  height: 203px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kv .swiper-wrapper {
    height: 41.8666666667vw;
  }
}
.kv .swiper-slide {
  transition: 0.7s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kv .swiper-slide-active {
  width: 360px !important;
}
@media screen and (max-width: 768px) {
  .kv .swiper-slide-active {
    width: 74.6666666667vw !important;
  }
}
.kv .cont_btnWrap {
  opacity: 0;
}
.kv .cont_btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .kv .cont_btn {
    margin-top: 6.6666666667vw;
  }
}

/*==============================================================

  ■ movieInfo

===============================================================*/
.movieInfo {
  padding: 80px 0 97px;
  background: #F3F9F9;
}
@media screen and (max-width: 768px) {
  .movieInfo {
    padding: 12.8vw 0 16.5333333333vw;
    overflow: hidden;
  }
}
.movieInfo .inner {
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .movieInfo .inner {
    max-width: 100%;
  }
}
.movieInfo .movieInfo_ttl {
  max-width: 735px;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .movieInfo .movieInfo_ttl {
    max-width: 84.8vw;
    margin-bottom: 13.3333333333vw;
  }
}
.movieInfo .movieInfo_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .movieInfo .movieInfo_box {
    width: 81.0666666667vw;
    margin: 0 auto 16vw;
  }
}
.movieInfo .movieInfo_box h3 {
  font-feature-settings: "halt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  border-bottom: 3px solid var(--Terass-UI-Border-Gray, #E2E8F0);
  padding-bottom: 5px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .movieInfo .movieInfo_box h3 {
    font-size: 5.3333333333vw;
    border-bottom: 0.8vw solid var(--Terass-UI-Border-Gray, #E2E8F0);
    padding-bottom: 1.6vw;
    margin-bottom: 4.2666666667vw;
  }
}
.movieInfo .movieInfo_box:last-child {
  margin-bottom: 0;
}
.movieInfo .swiper_wrap {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .movieInfo .swiper_wrap {
    overflow: initial;
  }
}
@media screen and (max-width: 768px) {
  .movieInfo .movieInfo_swiper {
    width: 81.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .movieInfo .swiper-slide {
    padding-right: 6.4vw;
  }
}
.movieInfo .arrow_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .movieInfo .arrow_wrap {
    margin-top: 2.6666666667vw;
  }
}
.movieInfo .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .movieInfo .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
@media screen and (max-width: 768px) {
  .movieInfo .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .movieInfo .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.6vw;
  }
}
.movieInfo .swiper-pagination {
  position: relative;
  margin-top: 0;
  bottom: initial;
  top: -3px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .movieInfo .swiper-pagination {
    top: -0.8vw;
  }
}
.movieInfo .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: var(--Terass-UI-Border-Gray, #E2E8F0);
}
@media screen and (max-width: 768px) {
  .movieInfo .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.movieInfo .swiper-pagination-bullet-active {
  background: var(--TerassGreen, #118780);
}
.movieInfo .swiper-button-next, .movieInfo .swiper-button-prev {
  position: static;
  width: 16px;
  height: 16px;
  margin: 0;
  background-image: url(./img/arrow01.svg);
}
@media screen and (max-width: 768px) {
  .movieInfo .swiper-button-next, .movieInfo .swiper-button-prev {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.movieInfo .swiper-button-next::after, .movieInfo .swiper-button-prev::after {
  content: none;
}
.movieInfo .swiper-button-prev {
  transform: rotate(180deg);
}

/*==============================================================

  ■ community

===============================================================*/
.community {
  padding: 80px 0;
  background: #E7F3F2;
}
@media screen and (max-width: 768px) {
  .community {
    padding: 12.8vw 0;
  }
}
.community .inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .community .inner {
    gap: 6.4vw;
  }
}
.community .sub_ttl {
  color: var(--TerassGreen, #118780);
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.96px;
  text-align: center;
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .community .sub_ttl {
    font-size: 4.8vw;
    letter-spacing: -0.192vw;
    margin-bottom: 2.1333333333vw;
  }
}
.community .community_txtWrap p {
  font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .community .community_txtWrap p {
    font-size: 3.7333333333vw;
  }
}
.community .community_txtWrap p + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .community .community_txtWrap p + p {
    margin-top: 2.1333333333vw;
  }
}

/*==============================================================

  ■ stage

===============================================================*/
.stage {
  background-image: url(./img/stage_bg_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-blend-mode: luminosity;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .stage {
    padding: 12.8vw 0;
  }
}
@media screen and (max-width: 768px) {
  .stage .inner {
    padding: 0;
  }
}
.stage .cont_ttl {
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .stage .cont_ttl {
    margin-bottom: 6.4vw;
  }
}
.stage .stage_list01 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .stage .stage_list01 {
    width: 90.6666666667vw;
    flex-direction: column;
    gap: 4.2666666667vw;
    margin-bottom: 6.4vw;
    margin: 0 auto 6.4vw;
  }
}
.stage .stage_list01 li {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #E7F3F2;
}
@media screen and (max-width: 768px) {
  .stage .stage_list01 li {
    width: 100%;
    justify-content: center;
    padding: 4.2666666667vw;
    gap: 2.1333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.stage .stage_list01 .list01_img {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .stage .stage_list01 .list01_img {
    width: 18.6666666667vw;
  }
}
.stage .stage_list01 .list01_txt {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .stage .stage_list01 .list01_txt {
    font-size: 4.8vw;
    width: 53.3333333333vw;
  }
}
.stage .stage_txt {
  color: var(--White, #FFF);
  font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .stage .stage_txt {
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
    padding: 0 4.2666666667vw;
  }
}
.stage .stage_list02 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .stage .stage_list02 {
    width: 100%;
    gap: 2.1333333333vw;
    margin-bottom: 6.4vw;
    padding-left: 4.2666666667vw;
  }
}
.stage .stage_list02 li {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .stage .stage_list02 li {
    align-items: flex-start;
    gap: 1.0666666667vw;
  }
}
.stage .stage_list02 li:last-child .list02_txt {
  width: 100%;
}
.stage .stage_list02 .list02_img {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .stage .stage_list02 .list02_img {
    flex-shrink: 0;
    width: 6.4vw;
  }
}
.stage .stage_list02 .list02_txt {
  color: var(--White, #FFF);
  font-feature-settings: "halt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .stage .stage_list02 .list02_txt {
    font-size: 5.3333333333vw;
    font-feature-settings: initial;
    line-height: 140%;
    width: 80vw;
  }
}
.stage .stage_box {
  display: flex;
  width: 100%;
  padding: 48px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 8px;
  background: #E7F3F2;
}
@media screen and (max-width: 768px) {
  .stage .stage_box {
    width: 91.4666666667vw;
    padding: 6.4vw 4.2666666667vw;
    gap: 6.4vw;
    border-radius: 2.1333333333vw;
    margin: 0 auto;
  }
}
.stage .stage_boxImg {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .stage .stage_boxImg {
    margin-bottom: 2.1333333333vw;
  }
}
.stage .stage_boxTxt {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .stage .stage_boxTxt {
    font-size: 5.3333333333vw;
  }
}
.stage .stage_boxTxt span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .stage .stage_boxTxt span {
    font-size: 3.7333333333vw;
  }
}

/*==============================================================

  ■ why

===============================================================*/
.why {
  background: #F3F9F9;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .why {
    padding: 12.8vw 0;
  }
}
.why .cont_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .why .cont_ttl {
    margin-bottom: 6.4vw;
  }
}
.why .why_head {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .why .why_head {
    margin-bottom: 6.4vw;
  }
}
.why .why_head p {
  font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .why .why_head p {
    font-size: 3.7333333333vw;
  }
}
.why .why_head p + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .why .why_head p + p {
    margin-top: 1.6vw;
  }
}
.why .about_box {
  display: flex;
  width: 100%;
  padding: 48px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 8px;
  background: var(--White, #FFF);
}
@media screen and (max-width: 768px) {
  .why .about_box {
    width: 91.4666666667vw;
    padding: 6.4vw 4.2666666667vw;
    gap: 6.4vw;
    border-radius: 2.1333333333vw;
  }
}
.why .about_box .about_ttl {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .why .about_box .about_ttl {
    font-size: 4.8vw;
  }
}
.why .about_box .about_img {
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .why .about_box .about_img {
    margin-top: 4.2666666667vw;
  }
}
.why .about_box .about_txt {
  text-align: justify;
  font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .why .about_box .about_txt {
    font-size: 3.7333333333vw;
  }
}
.why .about_box .about_btn {
  display: flex;
  padding: 14px 24px 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 54px;
  background: var(--TerassGreen, #118780);
  color: var(--White, #FFF);
  font-feature-settings: "halt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
@media screen and (max-width: 768px) {
  .why .about_box .about_btn {
    padding: 2.6666666667vw 4.2666666667vw 3.2vw 4.2666666667vw;
    gap: 1.0666666667vw;
    border-radius: 9.6vw;
    font-size: 4.2666666667vw;
    line-height: 4.8vw;
  }
}

/*==============================================================

  ■ faq

===============================================================*/
.faq {
  background: #E7F3F2;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 12.8vw 0;
  }
}
.faq .cont_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .faq .cont_ttl {
    margin-bottom: 8.5333333333vw;
  }
}
.faq .faq_accListWrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .faq .faq_accListWrap {
    gap: 4.2666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.faq .faq_accListWrap li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .faq .faq_accListWrap li {
    border-radius: 2.1333333333vw;
  }
}
.faq .faq_accListWrap .acc_headTxt {
  cursor: pointer;
  padding: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  gap: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 768px) {
  .faq .faq_accListWrap .acc_headTxt {
    padding: 4.2666666667vw;
    gap: 4.2666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: -0.128vw;
  }
}
.faq .faq_accListWrap .acc_headTxt span {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .faq .faq_accListWrap .acc_headTxt span {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.faq .faq_accListWrap .acc_headTxt span::before, .faq .faq_accListWrap .acc_headTxt span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #213544;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .faq .faq_accListWrap .acc_headTxt span::before, .faq .faq_accListWrap .acc_headTxt span::after {
    height: 0.5333333333vw;
    top: 1.8666666667vw;
  }
}
.faq .faq_accListWrap .acc_headTxt span::after {
  transform: rotate(90deg);
}
.faq .faq_accListWrap .acc_headTxt.active span::after {
  transform: rotate(0);
}
.faq .faq_accListWrap .acc_contTxt {
  display: none;
  padding: 0 16px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .faq .faq_accListWrap .acc_contTxt {
    padding: 0 4.2666666667vw 4.2666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}

/*==============================================================

  ■ footer

===============================================================*/
footer {
  padding: 40px 0;
  background-image: url(./img/footer_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  footer {
    background-image: url(./img/footer_bg_sp.jpg);
    padding: 10.6666666667vw 0;
    gap: 8vw;
  }
}
footer .footer_logo {
  width: 276px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer_logo {
    width: 73.0666666667vw;
  }
}
footer .footer_linkWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer .footer_linkWrap {
    flex-wrap: wrap;
  }
}
footer .footer_linkWrap a {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  border-right: 1px solid #E2E8F0;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  footer .footer_linkWrap a {
    font-size: 3.2vw;
    padding: 0 2.1333333333vw;
  }
}
footer .footer_linkWrap a:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  footer .footer_linkWrap a:first-child {
    border-right: none;
    width: 77%;
    text-align: center;
    margin-bottom: 2.1333333333vw;
  }
}
footer .copyright {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 3.2vw;
  }
}