﻿@charset "UTF-8";
/*
z-index
*/
/*
layout
*/
/*
color
*/
/*
pxをvwに変換

ウインドウ幅1400pxに対して要素幅50pxの場合
getvw(50,1400)となる
*/
/*
メディアクエリ
記述例
@use "../_component/mixin" as mixin;
body{
  @include mixin.ms-w('max',1200){
    background-color: red;
  }
}
*/
/*
フォント
*/
/*
mixin
*/
/************************************************************
SCREEN ALL
*************************************************************/
.page-top-shape {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width:768px) {
  .page-top-shape {
    width: 940px;
  }
}
@media only screen and (max-width:767px) {
  .page-top-shape {
    width: clamp(0px, 100vw, 600px);
  }
}
.page-top-shape svg {
  width: 100%;
}

main:has(.page-top-shape) {
  position: relative;
}

section.page-top {
  position: relative;
}
@media only screen and (min-width:768px) {
  section.page-top {
    padding-top: 180px;
  }
}
@media only screen and (max-width:767px) {
  section.page-top {
    padding-top: 140px;
  }
}
section.page-top .page-top-title-en {
  /*
  weight
  Regular:400
  semiBold:600
  Bold:700
  */
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.1em;
  color: #388DCA;
}
@media only screen and (min-width:768px) {
  section.page-top .page-top-title-en {
    font-size: 100px;
  }
}
@media only screen and (max-width:767px) {
  section.page-top .page-top-title-en {
    font-size: 50px;
  }
}
section.page-top .page-top-title-ja {
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
@media only screen and (min-width:768px) {
  section.page-top .page-top-title-ja {
    font-size: 24px;
  }
}
@media only screen and (max-width:767px) {
  section.page-top .page-top-title-ja {
    font-size: 16px;
  }
}
@media only screen and (min-width:768px) {
  section.page-top .page-top-title + .page-top-txt-01 {
    margin-top: 30px;
  }
}
@media only screen and (max-width:767px) {
  section.page-top .page-top-title + .page-top-txt-01 {
    margin-top: 40px;
  }
}
section.page-top .page-top-txt-01 {
  font-size: 16px;
  line-height: 2em;
}

/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/
/************************************************************
SCREEN ALL
*************************************************************/
@media only screen and (min-width:768px) {
  section.faq {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width:767px) {
  section.faq {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width:768px) {
  section.faq .faq-sec {
    padding-top: 120px;
  }
}
@media only screen and (max-width:767px) {
  section.faq .faq-sec {
    padding-top: 80px;
  }
}
section.faq .faq-sec-title {
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (min-width:768px) {
  section.faq .faq-sec-title {
    font-size: 34px;
  }
}
@media only screen and (max-width:767px) {
  section.faq .faq-sec-title {
    font-size: 28px;
  }
}
section.faq .faq-sec-frame {
  border-radius: 10px;
  border: 1px solid #D0D0D0;
}
@media only screen and (min-width:768px) {
  section.faq .faq-sec-frame {
    margin-top: 40px;
  }
}
@media only screen and (max-width:767px) {
  section.faq .faq-sec-frame {
    margin-top: 20px;
  }
}
@media only screen and (min-width:768px) {
  section.faq .faq-sec-frame {
    padding: 5.5% 8.3%;
  }
}
@media only screen and (max-width:767px) {
  section.faq .faq-sec-frame {
    padding: 7.6923076923vw 5.1282051282vw;
  }
}
section.faq .faq-sec-box {
  border-bottom: 1px solid #D0D0D0;
}
@media only screen and (min-width:768px) {
  section.faq .faq-sec-box {
    padding: 30px 0 30px 40px;
  }
}
@media only screen and (max-width:767px) {
  section.faq .faq-sec-box {
    padding: 20px 0 20px 40px;
  }
}
section.faq .faq-sec-box:nth-of-type(1) {
  padding-top: 0;
}
section.faq .faq-sec-box:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
section.faq .faq-sec-box-q {
  position: relative;
}
section.faq .faq-sec-box-q::before {
  content: "Q";
  /*
  weight
  Regular:400
  semiBold:600
  Bold:700
  */
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1em;
  color: #388DCA;
  position: absolute;
  top: 0;
  left: -40px;
}
section.faq .faq-sec-box-q-txt-01 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7em;
}
section.faq .faq-sec-box-a {
  margin-top: 10px;
}
section.faq .faq-sec-box-a-txt-01 {
  font-size: 14px;
  line-height: 1.7em;
}

/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/