.contents_inner {
  max-width: 1200px;
  margin: 0px auto;
}

.mov_line, #faq_head {
  overflow: hidden;
}

/* =====================================================
    faq_head
=====================================================*/
#faq_head {
  padding-top: 50px;
  padding-bottom: 0px;
}
@media screen and (min-width: 640px) {
  #faq_head {
    padding-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #faq_head {
    padding-top: 80px;
  }
}

/* =====================================================
    page_visual
=====================================================*/
.page_visual {
  position: relative;
}
@media screen and (min-width: 640px) {
  .page_visual {
    position: relative;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 640px) {
  .page_visual .contents_title {
    position: absolute;
    right: 0%;
    top: 20px;
    width: 50%;
    padding: 35px 0px 35px 5%;
  }
}
@media screen and (min-width: 980px) {
  .page_visual .contents_title {
    top: 10%;
    padding: 50px 0px 50px 5%;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .contents_title {
    top: 80px;
    width: calc(100% - 650px);
    padding: 70px 0px 70px 45px;
  }
}
@media screen and (min-width: 640px) {
  .page_visual .contents_title:before, .page_visual .contents_title:after {
    left: 0px;
    transform: translateX(0%);
  }
}
@media screen and (min-width: 640px) {
  .page_visual .contents_title .contents_title__text {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 980px) {
  .page_visual .contents_title .contents_title__text {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .contents_title .contents_title__text {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 640px) {
  .page_visual .contents_title .contents_title__line {
    left: 0px;
  }
}
@media screen and (max-width: 639px) {
  .page_visual .img {
    padding-top: 50px;
  }
}
@media screen and (min-width: 640px) {
  .page_visual .img {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .img {
    width: 790px;
    margin-left: -140px;
  }
}
.page_visual .img img {
  width: 100%;
  height: auto;
}
.page_visual .en_text {
  position: relative;
  z-index: 11;
  margin-top: -10vw;
}
@media screen and (min-width: 640px) {
  .page_visual .en_text {
    margin-top: 0px;
    margin-left: -5%;
    flex: 1;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .en_text {
    width: 700px;
    margin-left: -150px;
  }
}
.page_visual .en_text .en_text__inner {
  position: relative;
  display: inline-block;
  padding-right: 16.6666666667vw;
}
@media screen and (min-width: 640px) {
  .page_visual .en_text .en_text__inner {
    padding-right: 8.59375vw;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .en_text .en_text__inner {
    padding-right: 110px;
  }
}
.page_visual .en_text .text {
  padding-left: 1vw;
  display: block;
  line-height: 1.2em;
  font-size: 18.7179487179vw;
}
@media screen and (min-width: 640px) {
  .page_visual .en_text .text {
    font-size: 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .en_text .text {
    font-size: 12rem;
  }
}
.page_visual .en_text .icon {
  display: block;
  width: 12.8205128205vw;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 640px) {
  .page_visual .en_text .icon {
    width: 7.03125vw;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .en_text .icon {
    width: 80px;
  }
}
.page_visual .en_text .icon img {
  width: 100%;
  height: auto;
}

#faq {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 0px;
}
@media screen and (min-width: 640px) {
  #faq {
    padding-top: 80px;
  }
}
@media screen and (min-width: 980px) {
  #faq {
    padding-top: 150px;
  }
}
#faq .contents_inner {
  max-width: 1000px;
}

.faq_column + .faq_column {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .faq_column + .faq_column {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .faq_column + .faq_column {
    margin-top: 80px;
  }
}

.faq_title {
  position: relative;
  padding-top: 30px;
  font-size: min(6.1538461538vw, 2.8rem);
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .faq_title {
    font-size: 3.8vw;
    padding-top: 25px;
  }
}
@media screen and (min-width: 980px) {
  .faq_title {
    font-size: 2.8rem;
    padding-top: 35px;
  }
}
.faq_title:before, .faq_title:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0%;
  top: 0px;
}
.faq_title:before {
  background-color: #C8C8C8;
  width: 100%;
}
.faq_title:after {
  background-color: #00C2ED;
  width: 15%;
}

/* =====================================================
    faq_item
=====================================================*/
.faq_item {
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 980px) {
  .faq_item {
    border-radius: 8px;
  }
}
.faq_item + .faq_item {
  margin-top: 10px;
}
@media screen and (min-width: 980px) {
  .faq_item + .faq_item {
    margin-top: 15px;
  }
}

.faq_item__question {
  position: relative;
  padding: 30px 5vw;
}
@media screen and (min-width: 640px) {
  .faq_item__question {
    padding: 28px 30px;
  }
}
@media screen and (min-width: 980px) {
  .faq_item__question {
    cursor: pointer;
    padding: 35px 40px;
  }
}
.faq_item__question .question {
  position: relative;
  padding-left: 10.6666666667vw;
  padding-right: 35px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  font-size: 4.1025641026vw;
}
@media screen and (min-width: 640px) {
  .faq_item__question .question {
    padding-left: 45px;
    padding-right: 40px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 980px) {
  .faq_item__question .question {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.8rem;
  }
}
.faq_item__question .question .text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.faq_item__question .question .q {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #D9D9D9;
  font-size: 11.5384615385vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .faq_item__question .question .q {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 980px) {
  .faq_item__question .question .q {
    font-size: 5rem;
  }
}
.faq_item__question .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background-color: #000;
  border-radius: 50%;
}
@media screen and (min-width: 980px) {
  .faq_item__question .icon {
    width: 28px;
    height: 28px;
    right: 25px;
  }
}
.faq_item__question .icon:before, .faq_item__question .icon:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -4px;
}
@media screen and (min-width: 980px) {
  .faq_item__question .icon:before, .faq_item__question .icon:after {
    width: 10px;
    margin-left: -5px;
  }
}
.faq_item__question .icon:before {
  transform: rotate(90deg);
}

.faq_item__answer_wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq_item__answer {
  overflow: hidden;
  min-height: 0;
  padding: 0 5vw;
  border-top: 1px solid transparent;
  transition: padding 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 640px) {
  .faq_item__answer {
    padding: 0 30px 0 75px;
  }
}
@media screen and (min-width: 980px) {
  .faq_item__answer {
    padding: 0 40px;
  }
}

.faq_item .faq_item__question .icon:before, .faq_item .faq_item__question .icon:after {
  transition: 0.3s ease all;
}
.faq_item.active .faq_item__question .icon:before {
  transform: rotate(180deg);
}
.faq_item.active .faq_item__question .icon:after {
  transform: rotate(180deg);
}
.faq_item.active .faq_item__answer_wrapper {
  grid-template-rows: 1fr;
}
.faq_item.active .faq_item__answer {
  padding: 20px 5vw;
  border-top-color: #E6E6E6;
}
@media screen and (min-width: 640px) {
  .faq_item.active .faq_item__answer {
    padding: 25px 30px 25px 75px;
  }
}
@media screen and (min-width: 980px) {
  .faq_item.active .faq_item__answer {
    padding: 30px 40px;
  }
}

.faq_list {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .faq_list {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .faq_list {
    margin-top: 60px;
  }
}

/* =====================================================
    other
=====================================================*/
.other_section {
  padding: 100px 5vw 100px 5vw;
}
@media screen and (min-width: 640px) {
  .other_section {
    padding: 120px 5vw 120px 5vw;
  }
}
@media screen and (min-width: 980px) {
  .other_section {
    padding: 150px 40px 150px 40px;
  }
}

.other_list {
  max-width: 1000px;
  margin: 0px auto;
}
@media screen and (min-width: 980px) {
  .other_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 4%;
  }
}

@media screen and (min-width: 980px) {
  .other_item {
    width: 48%;
  }
}
@media screen and (max-width: 979px) {
  .other_item + .other_item {
    margin-top: 10px;
  }
}

.other_item__link {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.other_item__link .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00C2ED;
  width: 23.0769230769vw;
  height: 23.0769230769vw;
}
@media screen and (min-width: 640px) {
  .other_item__link .icon {
    width: 15.625vw;
    height: 15.625vw;
  }
}
@media screen and (min-width: 980px) {
  .other_item__link .icon {
    width: 100px;
    height: 100px;
  }
}
.other_item__link .icon img {
  width: 12.0512820513vw;
  height: auto;
}
@media screen and (min-width: 640px) {
  .other_item__link .icon img {
    width: 7.34375vw;
  }
}
@media screen and (min-width: 980px) {
  .other_item__link .icon img {
    width: 47px;
    height: auto;
  }
}
.other_item__link .text {
  padding-left: 4vw;
  line-height: 1.5em;
  color: #000;
  font-size: min(4.1025641026vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .other_item__link .text {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 980px) {
  .other_item__link .text {
    padding-left: 25px;
    font-size: 1.7rem;
  }
}
.other_item__link:after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  mask-image: url(../../img/common/icon_arrow02.svg);
  background-color: #000;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
}

.other_btn {
  margin-top: 100px;
}
@media screen and (min-width: 640px) {
  .other_btn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 639px) {
  .other_btn .btn_standard {
    max-width: 280px;
  }
}

/*# sourceMappingURL=faq.css.map */
