@charset "UTF-8";
.faq {
  background-color: #FCFFFF;
}

#FAQ,
#CONTACT {
  display: inline-block;
  width: 1px;
  height: 1px;
  position: relative;
  top: -100px;
}
@media screen and (max-width: 768px) {
  #FAQ,
  #CONTACT {
    top: -50px;
  }
}

.breadcrumbArea {
  width: 83.3%;
  padding: 1.5625vw 0 4.4270833333vw;
  margin-inline: auto;
}
@media screen and (min-width: 1920px) {
  .breadcrumbArea {
    width: 1600px;
    padding: 30px 0 85px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbArea {
    width: 88%;
    padding: 20px 0 30px;
  }
}
.breadcrumbArea ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.breadcrumbArea ul li {
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 400;
  font-size: 1.1458333333vw;
}
@media screen and (min-width: 1920px) {
  .breadcrumbArea ul li {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbArea ul li {
    font-size: 12px;
  }
}
.breadcrumbArea ul li + li::before {
  content: ">";
  margin: 0 3px 0 5px;
}
.breadcrumbArea ul li a {
  text-decoration: underline;
}
.breadcrumbArea ul li a:hover {
  text-decoration: none;
}

.mvArea {
  position: relative;
}
.mvArea-bg {
  position: relative;
}
.mvArea-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 55%;
  width: 43.6979166667vw;
  height: 11.1458333333vw;
  padding-left: 4.9479166667vw;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 1920px) {
  .mvArea-title {
    width: 839px;
    height: 214px;
    padding-left: 95px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea-title {
    top: 65%;
    width: 305px;
    height: 88px;
    padding-left: 22px;
  }
}
.mvArea-title::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  right: -0.625vw;
  bottom: -0.625vw;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 1920px) {
  .mvArea-title::before {
    right: -12px;
    bottom: -12px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea-title::before {
    width: 2px;
    right: -6px;
    bottom: -6px;
  }
}
.mvArea-title::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  right: -0.625vw;
  bottom: -0.625vw;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 1920px) {
  .mvArea-title::after {
    right: -12px;
    bottom: -12px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea-title::after {
    height: 2px;
    right: -6px;
    bottom: -6px;
  }
}
.mvArea-title-en {
  font-family: "Bodoni Moda", serif;
  -webkit-font-smoothing: auto; /* デフォルトに戻す */
  -moz-osx-font-smoothing: auto; /* デフォルトに戻す */
  text-rendering: auto; /* デフォルトに戻す */
  font-weight: 500;
  font-size: 4.2708333333vw;
  line-height: 1;
  color: #1E677C;
}
@media screen and (min-width: 1920px) {
  .mvArea-title-en {
    font-size: 82px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea-title-en {
    font-size: 33px;
  }
}
.mvArea-title-h1 {
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 400;
  font-size: 1.5625vw;
  color: #1E677C;
}
@media screen and (min-width: 1920px) {
  .mvArea-title-h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea-title-h1 {
    font-size: 13px;
  }
}

.leadArea {
  width: 83.3%;
  margin-inline: auto;
  margin-bottom: 6.25vw;
}
@media screen and (min-width: 1920px) {
  .leadArea {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea {
    width: 100%;
    margin-bottom: 60px;
  }
}
.leadArea p {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 600;
  font-size: 1.3541666667vw;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1920px) {
  .leadArea p {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea p {
    font-size: 13px;
    padding: 0 22px;
  }
}
.leadArea-links {
  width: 47.75%;
  padding-top: 4.6875vw;
  margin-inline: auto;
}
@media screen and (min-width: 1920px) {
  .leadArea-links {
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea-links {
    width: 100%;
    padding: 35px 22px 0;
  }
}
.leadArea-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.leadArea-links ul li {
  width: 45.3%;
  border-bottom: 2px solid #277D9B;
}
@media screen and (max-width: 768px) {
  .leadArea-links ul li {
    width: 45.45%;
  }
}
.leadArea-links ul li a {
  position: relative;
  display: block;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 600;
  font-size: 1.3541666667vw;
  height: 2.6041666667vw;
  line-height: 1.7;
}
@media screen and (min-width: 1920px) {
  .leadArea-links ul li a {
    font-size: 26px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea-links ul li a {
    font-size: 14px;
    line-height: 1.1;
    height: 27px;
  }
}
.leadArea-links ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.3125vw;
  width: 1.7708333333vw;
  height: 1.7708333333vw;
  background-image: url(/assets/img/common/icon-arrow_1_down.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .leadArea-links ul li a::after {
    top: 6px;
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea-links ul li a::after {
    width: 17px;
    height: 17px;
  }
}

.listArea {
  padding: 8.8541666667vw 0 3.6458333333vw;
  background-color: #EAF6F7;
  margin-bottom: 8.8541666667vw;
}
@media screen and (min-width: 1920px) {
  .listArea {
    padding: 170px 0 70px;
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 768px) {
  .listArea {
    padding: 30px 0 20px;
    margin-bottom: 65px;
  }
}
.listArea-title {
  text-align: center;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 600;
  font-size: 2.9166666667vw;
  line-height: 1;
  color: #277D9B;
  margin-bottom: 5.7291666667vw;
}
@media screen and (min-width: 1920px) {
  .listArea-title {
    font-size: 56px;
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 768px) {
  .listArea-title {
    font-size: 23px;
    margin-bottom: 50px;
  }
}
.listArea-title span {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 4.6875vw;
}
@media screen and (min-width: 1920px) {
  .listArea-title span {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .listArea-title span {
    height: 37px;
  }
}
.listArea-title span::before {
  position: absolute;
  left: -2.6041666667vw;
  top: 2px;
  content: "";
  width: 0.9895833333vw;
  height: 4.6875vw;
  background-image: url(/assets/img/about/bg-title.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .listArea-title span::before {
    left: -50px;
    width: 19px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .listArea-title span::before {
    left: -23px;
    width: 8px;
    height: 37px;
  }
}
.listArea-title span::after {
  position: absolute;
  right: -2.6041666667vw;
  top: 2px;
  content: "";
  width: 0.9895833333vw;
  height: 4.6875vw;
  background-image: url(/assets/img/about/bg-title.svg);
  background-size: 100% 100%;
  transform: scale(-1, 1);
}
@media screen and (min-width: 1920px) {
  .listArea-title span::after {
    right: -50px;
    width: 19px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .listArea-title span::after {
    right: -23px;
    width: 8px;
    height: 37px;
  }
}
.listArea-inner {
  width: 83.3%;
  margin-inline: auto;
}
@media screen and (min-width: 1920px) {
  .listArea-inner {
    width: 1600px;
  }
}
.listArea-inner dl {
  margin: 0;
  margin-bottom: 4.6875vw;
}
@media screen and (min-width: 1920px) {
  .listArea-inner dl {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .listArea-inner dl {
    margin-bottom: 45px;
  }
}
.listArea-inner dl dt {
  margin: 0;
  display: flex;
  color: #277D9B;
  padding-bottom: 15px;
  border-bottom: 2px solid #277D9B;
  margin-bottom: 2.6041666667vw;
}
@media screen and (min-width: 1920px) {
  .listArea-inner dl dt {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .listArea-inner dl dt {
    padding-bottom: 7px;
    border-bottom: 1px solid #277D9B;
    margin-bottom: 25px;
  }
}
.listArea-inner dl dt span:nth-of-type(1) {
  display: block;
  width: 3.6458333333vw;
  font-family: "Bodoni Moda", serif;
  -webkit-font-smoothing: auto; /* デフォルトに戻す */
  -moz-osx-font-smoothing: auto; /* デフォルトに戻す */
  text-rendering: auto; /* デフォルトに戻す */
  font-weight: 400;
  font-size: 3.0208333333vw;
  font-style: italic;
  line-height: 1;
}
@media screen and (min-width: 1920px) {
  .listArea-inner dl dt span:nth-of-type(1) {
    width: 70px;
    font-size: 58px;
  }
}
@media screen and (max-width: 768px) {
  .listArea-inner dl dt span:nth-of-type(1) {
    font-size: 25px;
    width: 33px;
  }
}
.listArea-inner dl dt span:nth-of-type(2) {
  display: block;
  width: 79.6875vw;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 600;
  font-size: 1.9791666667vw;
  line-height: 1.3;
}
@media screen and (min-width: 1920px) {
  .listArea-inner dl dt span:nth-of-type(2) {
    width: 1530px;
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .listArea-inner dl dt span:nth-of-type(2) {
    font-size: 20px;
    letter-spacing: -0.02rem;
    width: calc(100% - 33px);
  }
}
.listArea-inner dl dd {
  margin: 0;
  display: flex;
}
.listArea-inner dl dd span:nth-of-type(1) {
  display: block;
  width: 3.6458333333vw;
  font-family: "Bodoni Moda", serif;
  -webkit-font-smoothing: auto; /* デフォルトに戻す */
  -moz-osx-font-smoothing: auto; /* デフォルトに戻す */
  text-rendering: auto; /* デフォルトに戻す */
  font-weight: 400;
  font-size: 3.0208333333vw;
  font-style: italic;
  line-height: 1;
}
@media screen and (min-width: 1920px) {
  .listArea-inner dl dd span:nth-of-type(1) {
    width: 70px;
    font-size: 58px;
  }
}
@media screen and (max-width: 768px) {
  .listArea-inner dl dd span:nth-of-type(1) {
    font-size: 25px;
    width: 33px;
  }
}
.listArea-inner dl dd span:nth-of-type(2) {
  display: block;
  width: 79.6875vw;
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 500;
  font-size: 1.3541666667vw;
  line-height: 2;
}
@media screen and (min-width: 1920px) {
  .listArea-inner dl dd span:nth-of-type(2) {
    width: 1530px;
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .listArea-inner dl dd span:nth-of-type(2) {
    font-size: 13px;
    width: calc(100% - 33px);
  }
}

.contactArea {
  margin-bottom: 8.3333333333vw;
}
@media screen and (min-width: 1920px) {
  .contactArea {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  .contactArea {
    padding: 0 22px;
    margin-bottom: 75px;
  }
}
.contactArea-title {
  text-align: center;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 600;
  font-size: 2.9166666667vw;
  line-height: 1;
  color: #277D9B;
  margin-bottom: 5.7291666667vw;
}
@media screen and (min-width: 1920px) {
  .contactArea-title {
    font-size: 56px;
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 768px) {
  .contactArea-title {
    font-size: 23px;
    margin-bottom: 40px;
  }
}
.contactArea-title span {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 4.6875vw;
}
@media screen and (min-width: 1920px) {
  .contactArea-title span {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .contactArea-title span {
    height: 37px;
  }
}
.contactArea-title span::before {
  position: absolute;
  left: -2.6041666667vw;
  top: 2px;
  content: "";
  width: 0.9895833333vw;
  height: 4.6875vw;
  background-image: url(/assets/img/about/bg-title.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .contactArea-title span::before {
    left: -50px;
    width: 19px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .contactArea-title span::before {
    left: -23px;
    width: 8px;
    height: 37px;
  }
}
.contactArea-title span::after {
  position: absolute;
  right: -2.6041666667vw;
  top: 2px;
  content: "";
  width: 0.9895833333vw;
  height: 4.6875vw;
  background-image: url(/assets/img/about/bg-title.svg);
  background-size: 100% 100%;
  transform: scale(-1, 1);
}
@media screen and (min-width: 1920px) {
  .contactArea-title span::after {
    right: -50px;
    width: 19px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .contactArea-title span::after {
    right: -23px;
    width: 8px;
    height: 37px;
  }
}
.contactArea-lead {
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 500;
  font-size: 1.3541666667vw;
  line-height: 1.84;
  margin-bottom: 2.6041666667vw;
}
@media screen and (min-width: 1920px) {
  .contactArea-lead {
    font-size: 26px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .contactArea-lead {
    text-align: left;
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.contactArea-form {
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  width: 73.3%;
  margin-inline: auto;
}
@media screen and (min-width: 1920px) {
  .contactArea-form {
    width: 1408px;
  }
}
@media screen and (max-width: 768px) {
  .contactArea-form {
    width: 100%;
  }
}
.contactArea-form-required {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5vw;
  height: 2.6041666667vw;
  color: white;
  font-size: 1.25vw;
  line-height: 1;
  background-color: #277D9B;
  margin-right: 0.78125vw;
}
@media screen and (min-width: 1920px) {
  .contactArea-form-required {
    width: 96px;
    height: 50px;
    font-size: 24px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .contactArea-form-required {
    width: 48px;
    height: 25px;
    font-size: 12px;
  }
}
.contactArea-form-title {
  font-size: 1.4583333333vw;
  font-weight: 600;
}
@media screen and (min-width: 1920px) {
  .contactArea-form-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .contactArea-form-title {
    font-size: 14px;
  }
}
.contactArea-form-submit {
  padding-top: 3.125vw;
}
@media screen and (min-width: 1920px) {
  .contactArea-form-submit {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .contactArea-form-submit {
    padding-top: 35px;
  }
}
.contactArea-form-submit button,
.contactArea-form-submit input[type=submit] {
  cursor: pointer;
  appearance: none;
  border: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30.2083333333vw;
  height: 6.7708333333vw;
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-size: 1.5625vw;
  font-weight: 600;
  color: white;
  border-radius: 3.3854166667vw;
  background-color: #277D9B;
  margin-inline: auto;
}
@media screen and (min-width: 1920px) {
  .contactArea-form-submit button,
  .contactArea-form-submit input[type=submit] {
    width: 580px;
    height: 130px;
    font-size: 30px;
    border-radius: 65px;
  }
}
@media screen and (max-width: 768px) {
  .contactArea-form-submit button,
  .contactArea-form-submit input[type=submit] {
    width: 95.7%;
    height: 65px;
    font-size: 15px;
    border-width: 0;
    margin-inline: 0px;
    border-radius: 33px;
  }
}
.contactArea-form-submit button::before,
.contactArea-form-submit input[type=submit]::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: calc(50% - 1px);
  right: -1px;
  width: 1.71875vw;
  height: 0.15625vw;
  background-image: url(/assets/img/common/icon-line_white.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .contactArea-form-submit button::before,
  .contactArea-form-submit input[type=submit]::before {
    width: 33px;
    height: 3px;
  }
}
@media screen and (max-width: 1110px) {
  .contactArea-form-submit button::before,
  .contactArea-form-submit input[type=submit]::before {
    top: calc(50% - 5px);
  }
}
@media screen and (max-width: 1520px) {
  .contactArea-form-submit button::before,
  .contactArea-form-submit input[type=submit]::before {
    top: calc(50% - 3px);
  }
}
@media screen and (max-width: 768px) {
  .contactArea-form-submit button::before,
  .contactArea-form-submit input[type=submit]::before {
    top: calc(50% - 2px);
    width: 16px;
    height: 2px;
  }
}
.contactArea-form-submit button::after,
.contactArea-form-submit input[type=submit]::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: -1.5625vw;
  width: 3.0729166667vw;
  height: 0.5729166667vw;
  background-image: url(/assets/img/common/icon-arrow_2_blue.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .contactArea-form-submit button::after,
  .contactArea-form-submit input[type=submit]::after {
    right: -30px;
    width: 59px;
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  .contactArea-form-submit button::after,
  .contactArea-form-submit input[type=submit]::after {
    top: calc(50% - 4px);
    right: -15px;
    width: 28px;
    height: 4px;
    background-image: url(/assets/img/common/icon-arrow_2_blue--sp.svg);
  }
}
.contactArea-form dl {
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding: 2.8645833333vw 0;
}
@media screen and (min-width: 1920px) {
  .contactArea-form dl {
    padding: 55px 0;
  }
}
@media screen and (max-width: 768px) {
  .contactArea-form dl {
    display: block;
    padding: 27px 0;
  }
}
.contactArea-form dl + dl {
  border-top: 1px solid #D1D1D1;
}
.contactArea-form dl dt {
  margin: 0;
  display: flex;
  align-items: center;
  width: 21.25vw;
}
@media screen and (min-width: 1920px) {
  .contactArea-form dl dt {
    width: 408px;
  }
}
@media screen and (max-width: 768px) {
  .contactArea-form dl dt {
    width: 100%;
    margin-bottom: 14px;
  }
}
.contactArea-form dl dd {
  margin: 0;
  width: 52.0833333333vw;
}
@media screen and (min-width: 1920px) {
  .contactArea-form dl dd {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .contactArea-form dl dd {
    width: 100%;
  }
}
.contactArea-form dl dd input[type=text],
.contactArea-form dl dd input[type=tel],
.contactArea-form dl dd input[type=email],
.contactArea-form dl dd textarea {
  font-size: 1.3541666667vw;
  width: 100%;
  height: 78px;
  border: 0px;
  border-radius: 5px;
  padding: 0 20px;
  border: 1px solid #989898;
  background-color: #F3F3F3;
}
@media screen and (min-width: 1920px) {
  .contactArea-form dl dd input[type=text],
  .contactArea-form dl dd input[type=tel],
  .contactArea-form dl dd input[type=email],
  .contactArea-form dl dd textarea {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .contactArea-form dl dd input[type=text],
  .contactArea-form dl dd input[type=tel],
  .contactArea-form dl dd input[type=email],
  .contactArea-form dl dd textarea {
    font-size: 16px;
    height: 45px;
    padding: 0 10px;
    border-radius: 3px;
  }
}
.contactArea-form dl dd textarea {
  height: 234px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .contactArea-form dl dd textarea {
    height: 180px;
  }
}/*# sourceMappingURL=faq.css.map */