@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(--Navy-100, #0D2E4E);
  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: #fff;
  -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;
  }
}

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

  ■ parts

===============================================================*/
.cv_btn {
  display: flex;
  width: 343px;
  padding: 16px 16px 20px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 9.323px;
  background: var(--Yellow-60, #F39800);
  box-shadow: 0 2.331px 6.992px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .cv_btn {
    width: 91.4666666667vw;
    padding: 4.2666666667vw 4.2666666667vw 5.3333333333vw 4.2666666667vw;
    gap: 3.2vw;
    border-radius: 2.4861333333vw;
    box-shadow: 0 0.6216vw 1.8645333333vw 0 rgba(0, 0, 0, 0.2);
  }
}
.cv_btn .cv_img {
  display: block;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .cv_btn .cv_img {
    width: 16vw;
  }
}
.cv_btn .cv_txt {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 768px) {
  .cv_btn .cv_txt {
    font-size: 7.4666666667vw;
    letter-spacing: 0.2986666667vw;
  }
}
.cv_btn .cv_txt small {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .cv_btn .cv_txt small {
    font-size: 3.7333333333vw;
    padding-bottom: 0.8vw;
  }
}

.sec_ttl {
  color: var(--Navy-100, #0D2E4E);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 8.5333333333vw;
  }
}
.sec_ttl span {
  padding-bottom: 8px;
  display: block;
  color: #B1962C;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .sec_ttl span {
    padding-bottom: 2.1333333333vw;
    font-size: 4.8vw;
  }
}

.fixed_btn {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.fixed_btn.is-visible {
  opacity: 1;
  visibility: visible;
}
.fixed_btn.is-hidden {
  visibility: hidden;
  opacity: 0;
  bottom: 4vw;
}

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

  ■ pcbg

===============================================================*/
.pcbg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-image: url(./img/cont_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .pcbg {
    display: none;
  }
}
.pcbg__left {
  width: 55%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 30px;
}
@media screen and (max-width: 860px) {
  .pcbg__left {
    width: calc(100% - 390px);
    padding: 0 20px;
  }
}
.pcbg__left > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 100px;
  gap: 242px;
}
.pcbg__left .upper {
  max-width: 400px;
  width: 100%;
}
.pcbg .cv_btn {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 23px;
}

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

  ■ maincontent

===============================================================*/
.maincontent {
  background: #FFF;
  width: 375px;
  position: relative;
  margin-left: 55%;
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .maincontent {
    margin-left: calc(100% - 375px);
  }
}
@media screen and (max-width: 768px) {
  .maincontent {
    width: 100%;
    margin-left: 0;
  }
}

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

  ■ header

===============================================================*/
.maincontent header {
  display: flex;
  height: 52px;
  padding: 13px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .maincontent header {
    height: 13.8666666667vw;
    padding: 3.4666666667vw 4.2666666667vw;
  }
}
.maincontent .header_logo {
  width: 196px;
}
@media screen and (max-width: 768px) {
  .maincontent .header_logo {
    width: 52.2666666667vw;
  }
}
.maincontent .header_btn {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  padding: 5px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: var(--Yellow-60, #F39800);
}
@media screen and (max-width: 768px) {
  .maincontent .header_btn {
    font-size: 3.7333333333vw;
    padding: 1.3333333333vw 2.1333333333vw;
    gap: 2.6666666667vw;
    border-radius: 1.0666666667vw;
  }
}

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

  ■ kv

===============================================================*/
.kv {
  background-image: url(./img/kv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  padding: 66px 0;
}
@media screen and (max-width: 768px) {
  .kv {
    padding: 17.6vw 0;
  }
}
.kv__head {
  opacity: 0;
}
.kv__title {
  width: 100%;
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .kv__title {
    margin-bottom: 12.5333333333vw;
  }
}
.kv__txt {
  width: 100%;
}

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

  ■ cv_btn_area

===============================================================*/
.cv_btn_area {
  background: #FFF;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .cv_btn_area {
    padding: 4.2666666667vw;
  }
}

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

  ■ about

===============================================================*/
.about_cont {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-image: url(./img/about_bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  color: var(--White, #FFF);
  padding: 45px 16px 140px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 50% 100%, 0 calc(100% - 100px));
}
@media screen and (max-width: 768px) {
  .about_cont {
    gap: 8.5333333333vw;
    padding: 12vw 4.2666666667vw 37.3333333333vw;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 26.6666666667vw), 50% 100%, 0 calc(100% - 26.6666666667vw));
  }
}
.about_cont .ttl_wrap {
  text-align: center;
  color: var(--White, #FFF);
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .about_cont .ttl_wrap {
    gap: 2.1333333333vw;
  }
}
.about_cont .ttl_wrap h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .about_cont .ttl_wrap h2 {
    font-size: 6.4vw;
  }
}
.about_cont .ttl_wrap p {
  line-height: 120%;
  font-feature-settings: "halt" on;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about_cont .ttl_wrap p {
    font-size: 4.2666666667vw;
  }
}
.about_cont .ttl_wrap span {
  padding: 2px 0 4px;
  color: #213544;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  background: var(--White, #FFF);
}
@media screen and (max-width: 768px) {
  .about_cont .ttl_wrap span {
    padding: 0.5333333333vw 0 1.0666666667vw;
    font-size: 8.5333333333vw;
  }
}
.about_cont .about_box {
  display: flex;
  padding: 20px 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--Navy-5, #D9E8F7);
  color: var(--Navy-100, #0D2E4E);
  font-feature-settings: "halt" on;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .about_cont .about_box {
    padding: 5.3333333333vw 4.2666666667vw;
    gap: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.about_cont .about_box dt {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .about_cont .about_box dt {
    font-size: 6.4vw;
  }
}
.about_cont .about_box dd {
  text-align: justify;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.14px;
}
@media screen and (max-width: 768px) {
  .about_cont .about_box dd {
    font-size: 3.7333333333vw;
    letter-spacing: -0.0373333333vw;
  }
}
.about_cont .about_box dd span {
  letter-spacing: -0.56px;
}
@media screen and (max-width: 768px) {
  .about_cont .about_box dd span {
    letter-spacing: -0.1493333333vw;
  }
}
.about_cont .case_box {
  display: flex;
  padding: 20px 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  background-image: url(./img/about_bg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .about_cont .case_box {
    padding: 5.3333333333vw 4.2666666667vw;
    gap: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.about_cont .case_box h3 {
  font-feature-settings: "halt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .about_cont .case_box h3 {
    font-size: 6.4vw;
  }
}
.about_cont .case_box .voice {
  width: 286px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .about_cont .case_box .voice {
    width: 76.2666666667vw;
    gap: 3.2vw;
  }
}
.about_cont .case_box .voice img {
  display: block;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .about_cont .case_box .voice img {
    width: 13.3333333333vw;
  }
}
.about_cont .case_box .voice p {
  font-kerning: none;
  font-feature-settings: "halt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .about_cont .case_box .voice p {
    font-size: 3.7333333333vw;
  }
}
.about_cont .case_box .voice + .voice {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .about_cont .case_box .voice + .voice {
    margin-top: 2.1333333333vw;
  }
}
.about_cont .case_box > p {
  text-align: center;
  font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .about_cont .case_box > p {
    font-size: 4.2666666667vw;
  }
}
.about_cont .message_txt {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .about_cont .message_txt {
    font-size: 5.3333333333vw;
  }
}
.about_cont .message_txt::before, .about_cont .message_txt::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .about_cont .message_txt::before, .about_cont .message_txt::after {
    width: 8vw;
    height: 8vw;
  }
}
.about_cont .message_txt::before {
  background-image: url(./img/illust01-left.svg);
  top: 54px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .about_cont .message_txt::before {
    top: 14.4vw;
  }
}
.about_cont .message_txt::after {
  background-image: url(./img/illust01-right.svg);
  top: 23px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .about_cont .message_txt::after {
    top: 6.1333333333vw;
  }
}

.greeting_cont {
  font-feature-settings: "halt" on;
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px 0 40px;
}
@media screen and (max-width: 768px) {
  .greeting_cont {
    gap: 4.8vw;
    padding: 5.3333333333vw 0 10.6666666667vw;
  }
}
.greeting_cont h2 {
  text-align: center;
  font-kerning: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 768px) {
  .greeting_cont h2 {
    font-size: 6.4vw;
    letter-spacing: -0.192vw;
  }
}
.greeting_cont img {
  display: block;
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .greeting_cont img {
    width: 53.3333333333vw;
  }
}
.greeting_cont p {
  padding: 0 16px;
  text-align: justify;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .greeting_cont p {
    padding: 0 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.greeting_cont p span {
  color: #B1962C;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .greeting_cont p span {
    font-size: 3.7333333333vw;
  }
}

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

  ■ appeal

===============================================================*/
#appeal {
  padding: 40px 16px;
  background-image: url(./img/appeal_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #appeal {
    padding: 10.6666666667vw 4.2666666667vw;
  }
}

.appeal_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .appeal_cont {
    gap: 8.5333333333vw;
  }
}
.appeal_cont .appeal_txt01 {
  text-align: justify;
  font-feature-settings: "halt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .appeal_cont .appeal_txt01 {
    font-size: 3.7333333333vw;
  }
}
.appeal_cont .appeal_img {
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .appeal_cont .appeal_img {
    border-radius: 1.0666666667vw;
  }
}
.appeal_cont .appeal_txt02 {
  width: 100%;
  position: relative;
  color: var(--Navy-100, #0D2E4E);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  .appeal_cont .appeal_txt02 {
    font-size: 4.2666666667vw;
    letter-spacing: 0.128vw;
  }
}
.appeal_cont .appeal_txt02 strong {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 768px) {
  .appeal_cont .appeal_txt02 strong {
    font-size: 8.5333333333vw;
    letter-spacing: 0.256vw;
  }
}
.appeal_cont .appeal_txt02::before, .appeal_cont .appeal_txt02::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .appeal_cont .appeal_txt02::before, .appeal_cont .appeal_txt02::after {
    width: 16vw;
    height: 16vw;
    top: 3.2vw;
  }
}
.appeal_cont .appeal_txt02::before {
  left: 5px;
  background-image: url(./img/illust02-left.svg);
}
@media screen and (max-width: 768px) {
  .appeal_cont .appeal_txt02::before {
    left: 1.3333333333vw;
  }
}
.appeal_cont .appeal_txt02::after {
  right: 5px;
  background-image: url(./img/illust02-right.svg);
}
@media screen and (max-width: 768px) {
  .appeal_cont .appeal_txt02::after {
    right: 1.3333333333vw;
  }
}

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

  ■ professional

===============================================================*/
#professional {
  padding: 40px 0;
  background-image: url(./img/professional_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #professional {
    padding: 10.6666666667vw 0;
  }
}

.professional_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .professional_cont {
    gap: 8.5333333333vw;
  }
}
.professional_cont .professional_img {
  width: 326px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .professional_cont .professional_img {
    width: 86.9333333333vw;
  }
}
.professional_cont h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: #5D4B28;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .professional_cont h2 {
    gap: 2.1333333333vw;
    font-size: 5.3333333333vw;
  }
}
.professional_cont h2 img {
  display: block;
  width: 27px;
}
@media screen and (max-width: 768px) {
  .professional_cont h2 img {
    width: 7.2vw;
  }
}
.professional_cont .note_txt_wrap {
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .professional_cont .note_txt_wrap {
    padding: 0 4.2666666667vw;
  }
}
.professional_cont .note_txt {
  color: var(--White, #FFF);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .professional_cont .note_txt {
    font-size: 3.2vw;
  }
}
.professional_cont .note_txt + .note_txt {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .professional_cont .note_txt + .note_txt {
    margin-top: 4.2666666667vw;
  }
}

.swiper_wrap {
  width: 100%;
  padding: 0 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .swiper_wrap {
    padding: 0 4.2666666667vw;
  }
}

.professional_swiper .swiper-slide {
  padding: 24px 16px;
  border-radius: 8px;
  background: #FFF;
  height: auto;
}
@media screen and (max-width: 768px) {
  .professional_swiper .swiper-slide {
    padding: 6.4vw 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.professional_swiper dl dt {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .professional_swiper dl dt {
    gap: 2.1333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.professional_swiper dl dt .icon {
  display: block;
  width: 64px;
}
@media screen and (max-width: 768px) {
  .professional_swiper dl dt .icon {
    width: 17.0666666667vw;
  }
}
.professional_swiper dl dt p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .professional_swiper dl dt p {
    font-size: 4.2666666667vw;
  }
}
.professional_swiper dl dd p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.42px;
}
@media screen and (max-width: 768px) {
  .professional_swiper dl dd p {
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}

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

  ■ reason

===============================================================*/
#reason {
  padding: 48px 0 24px;
}
@media screen and (max-width: 768px) {
  #reason {
    padding: 12.8vw 0 6.4vw;
  }
}
#reason .sec_ttl {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #reason .sec_ttl {
    margin-bottom: 8.5333333333vw;
  }
}
#reason .reason_list li:nth-child(1) .head .num img {
  width: 36px;
}
@media screen and (max-width: 768px) {
  #reason .reason_list li:nth-child(1) .head .num img {
    width: 9.6vw;
  }
}
#reason .reason_list li:nth-child(2) .head .num img {
  width: 41px;
}
@media screen and (max-width: 768px) {
  #reason .reason_list li:nth-child(2) .head .num img {
    width: 10.9333333333vw;
  }
}
#reason .reason_list li:nth-child(3) .head .num img {
  width: 42px;
}
@media screen and (max-width: 768px) {
  #reason .reason_list li:nth-child(3) .head .num img {
    width: 11.2vw;
  }
}
#reason .reason_list .head {
  border-radius: 16px 16px 0 0;
  background: var(--Navy-50, #4C84B9);
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  color: var(--White, #FFF);
}
@media screen and (max-width: 768px) {
  #reason .reason_list .head {
    border-radius: 4.2666666667vw 4.2666666667vw 0 0;
    padding: 6.4vw;
    gap: 3.2vw;
  }
}
#reason .reason_list .head h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  #reason .reason_list .head h3 {
    font-size: 4.8vw;
  }
}
#reason .reason_list .head .num {
  color: var(--Navy-5, #D9E8F7);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  #reason .reason_list .head .num {
    font-size: 3.2vw;
    gap: 1.0666666667vw;
  }
}
#reason .reason_list .head .num img {
  display: block;
}
#reason .reason_list .cont {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  #reason .reason_list .cont {
    padding: 6.4vw 4.2666666667vw;
    gap: 4.2666666667vw;
  }
}
#reason .reason_list .cont h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  #reason .reason_list .cont h4 {
    font-size: 6.4vw;
  }
}
#reason .reason_list .cont img {
  display: block;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #reason .reason_list .cont img {
    border-radius: 1.0666666667vw;
  }
}
#reason .reason_list .cont .txt {
  text-align: justify;
  font-feature-settings: "halt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  #reason .reason_list .cont .txt {
    font-size: 3.7333333333vw;
  }
}
#reason .reason_list .cont .txt span {
  color: #B1962C;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  #reason .reason_list .cont .txt span {
    font-size: 3.7333333333vw;
  }
}
#reason .reassurance_box {
  display: flex;
  padding: 24px 16px 0;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  #reason .reassurance_box {
    padding: 6.4vw 4.2666666667vw 0;
    gap: 4.2666666667vw;
  }
}
#reason .reassurance_box h3 {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.456px;
}
@media screen and (max-width: 768px) {
  #reason .reassurance_box h3 {
    font-size: 6.4vw;
    letter-spacing: -0.1216vw;
  }
}
#reason .reassurance_box p {
  text-align: justify;
  font-feature-settings: "halt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  #reason .reassurance_box p {
    font-size: 3.7333333333vw;
  }
}

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

  ■ faq

===============================================================*/
#faq {
  background: var(--Navy-5, #D9E8F7);
}

.faq_cont {
  padding: 40px 16px;
}
@media screen and (max-width: 768px) {
  .faq_cont {
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
.faq_cont .faq_ttl {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .faq_cont .faq_ttl {
    font-size: 8.5333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.faq_cont ul.faq_accListWrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .faq_cont ul.faq_accListWrap {
    gap: 4.2666666667vw;
  }
}
.faq_cont ul.faq_accListWrap li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background: var(--White, #FFF);
}
@media screen and (max-width: 768px) {
  .faq_cont ul.faq_accListWrap li {
    border-radius: 2.1333333333vw;
  }
}
.faq_cont .acc_headTxt {
  cursor: pointer;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 768px) {
  .faq_cont .acc_headTxt {
    padding: 4.2666666667vw;
    gap: 4.2666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: -0.128vw;
  }
}
.faq_cont .acc_headTxt span {
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq_cont .acc_headTxt span {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.faq_cont .acc_headTxt span::before, .faq_cont .acc_headTxt span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--Navy-100, #0D2E4E);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .faq_cont .acc_headTxt span::before, .faq_cont .acc_headTxt span::after {
    height: 0.5333333333vw;
  }
}
.faq_cont .acc_headTxt span::after {
  transition: all 300ms 0s ease;
  transform: translateY(-50%) rotate(90deg);
}
.faq_cont .acc_headTxt.is-active span::after {
  transform: translateY(-50%) rotate(0);
}
.faq_cont .acc_contTxt {
  display: none;
  padding: 0 28px 16px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.42px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .faq_cont .acc_contTxt {
    padding: 0 7.4666666667vw 4.2666666667vw 4.2666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}

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

  ■ last_message

===============================================================*/
.last_message {
  background-image: url(./img/lastCont_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--White, #FFF);
  text-align: center;
  padding: 40px 0 92px;
}
@media screen and (max-width: 768px) {
  .last_message {
    padding: 10.6666666667vw 0 24.5333333333vw;
  }
}
.last_message .message_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .last_message .message_cont {
    gap: 6.4vw;
  }
}
.last_message h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .last_message h2 {
    font-size: 8.5333333333vw;
  }
}
.last_message p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .last_message p {
    font-size: 4.2666666667vw;
  }
}

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

  ■ footer

===============================================================*/
footer {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #333;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 4.2666666667vw;
    gap: 2.1333333333vw;
  }
}
footer .footer_linkWrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  footer .footer_linkWrap {
    gap: 2.6666666667vw;
  }
}
footer .footer_linkWrap a {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  footer .footer_linkWrap a {
    font-size: 2.6666666667vw;
  }
}
footer .copyright {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 2.6666666667vw;
  }
}