@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  color: #35435E;
  font-size: 18px;
}
@media screen and (max-width: 1150px) {
  body {
    font-size: 1.5652173913vw;
  }
}

.sp_only {
  display: none;
}

.inner {
  width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .inner {
    width: 100vw;
  }
}

.float_area {
  width: 100%;
  padding: 15px 0;
  background: rgba(239, 243, 246, 0.9);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
@media screen and (max-width: 1150px) {
  .float_area {
    padding: 1.3043478261vw 0;
  }
}

.float_btn,
.cta_btn {
  width: 500px;
  margin: 0 auto;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 1150px) {
  .float_btn,
  .cta_btn {
    width: 43.4782608696vw;
    filter: drop-shadow(0.8695652174vw 0.8695652174vw 0.8695652174vw rgba(0, 0, 0, 0.2));
  }
}
.float_btn a,
.cta_btn a {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  border: 2px solid #96891F;
  border-radius: 10px;
  background: #938518;
  background: linear-gradient(30deg, rgb(147, 133, 24) 0%, rgb(188, 180, 113) 50%, rgb(164, 152, 60) 100%);
  position: relative;
}
@media screen and (max-width: 1150px) {
  .float_btn a,
  .cta_btn a {
    border: 0.1739130435vw solid #96891F;
    border-radius: 0.8695652174vw;
  }
}
.float_btn a::after,
.cta_btn a::after {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  background: url(../img/btn_arrow.png) no-repeat top left/100%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 37px;
}
@media screen and (max-width: 1150px) {
  .float_btn a::after,
  .cta_btn a::after {
    width: 1.0434782609vw;
    height: 1.3913043478vw;
    right: 3.2173913043vw;
  }
}

.cta_btn_free {
  background: rgba(255, 255, 255, 0.25);
  padding: 2px 8px 3px 12px;
  margin-right: 5px;
  border-radius: 5px;
}

.float_btn {
  height: 60px;
}
@media screen and (max-width: 1150px) {
  .float_btn {
    height: 5.2173913043vw;
  }
}
.float_btn a {
  font-size: 22px;
  line-height: 56px;
}
@media screen and (max-width: 1150px) {
  .float_btn a {
    font-size: 1.9130434783vw;
    line-height: 4.8695652174vw;
  }
}

.cta_btn {
  height: 70px;
}
@media screen and (max-width: 1150px) {
  .cta_btn {
    height: 6.0869565217vw;
  }
}
.cta_btn a {
  font-size: 24px;
  line-height: 66px;
}
@media screen and (max-width: 1150px) {
  .cta_btn a {
    font-size: 2.0869565217vw;
    line-height: 5.7391304348vw;
  }
}

.cta {
  background: #10237C;
  padding: 60px 0 70px;
}
@media screen and (max-width: 1150px) {
  .cta {
    padding: 5.2173913043vw 0 6.0869565217vw;
  }
}
.cta .cta_text {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
}
@media screen and (max-width: 1150px) {
  .cta .cta_text {
    font-size: 2.0869565217vw;
    margin-bottom: 2.1739130435vw;
  }
}

#fv {
  background: url("../img/pc_fv_bg.jpg") no-repeat top center;
  height: 850px;
}
@media screen and (max-width: 1150px) {
  #fv {
    height: 73.9130434783vw;
    background-size: 173.9130434783vw auto;
  }
}
#fv .inner {
  position: relative;
}
#fv .inner h1 {
  width: 130px;
  padding: 40px 0 45px 20px;
}
@media screen and (max-width: 1150px) {
  #fv .inner h1 {
    width: 11.3043478261vw;
    padding: 3.4782608696vw 0 6.0869565217vw 1.7391304348vw;
  }
}
#fv .inner .text_area01 {
  margin-left: 20px;
}
@media screen and (max-width: 1150px) {
  #fv .inner .text_area01 {
    margin-left: 1.7391304348vw;
  }
}
#fv .inner .text_area01 .pre_copy {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 1rem;
  padding-left: 1rem;
  background: linear-gradient(150deg, #009FE8 0%, #0959AB 60%, #130F6B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#fv .inner .text_area01 .text01 {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  width: 360px;
  height: 42px;
  background: url(../img/fv_text_bg.png) no-repeat top left/100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1150px) {
  #fv .inner .text_area01 .text01 {
    font-size: 2.7826086957vw;
    line-height: 3.1304347826vw;
    width: 24.347826087vw;
    height: 3.652173913vw;
  }
}
#fv .inner .text_area01 .text01 span {
  font-size: 80%;
  vertical-align: 0;
}
#fv .inner .text_area01 .text02 {
  color: #10237C;
  font-size: 42px;
  font-weight: 700;
  margin: 10px 0 5px;
}
@media screen and (max-width: 1150px) {
  #fv .inner .text_area01 .text02 {
    font-size: 4.347826087vw;
    margin: 1.7391304348vw 0;
  }
}
#fv .inner .text_area01 .text02 strong {
  display: inline-block;
  font-weight: 700;
  background: linear-gradient(150deg, #009FE8 0%, #0959AB 60%, #130F6B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: text-top;
  font-size: 2em;
}
@media screen and (max-width: 1150px) {
  #fv .inner .text_area01 .text02 strong {
    line-height: 8.0869565217vw;
  }
}
#fv .inner .text_area01 .text02 .note {
  font-size: 0.3em;
}
#fv .inner .text_area01 .text02 span {
  color: #35435E;
  line-height: 1.4;
}
#fv .inner .text_area01 .text02 .accent {
  color: #10237C;
  font-size: 1.6em;
  line-height: 1.2;
}
#fv .inner .text_area01 .text03 {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-shadow: 2px 2px 0px #fff;
  line-height: 1.45;
}
@media screen and (max-width: 1150px) {
  #fv .inner .text_area01 .text03 {
    font-size: 3.4782608696vw;
  }
}
#fv .inner .text_area01 .text03 strong {
  color: #A4983C;
  font-weight: 700;
  border-bottom: 4px solid #A4983C;
}
@media screen and (max-width: 1150px) {
  #fv .inner .text_area01 .text03 strong {
    border-bottom: 0.347826087vw solid #A4983C;
  }
}
#fv .inner .text_area01 .text03 span {
  font-size: 80%;
}
#fv .inner .text_area02 {
  display: flex;
  margin: 25px 0 25px 25px;
}
@media screen and (max-width: 1150px) {
  #fv .inner .text_area02 {
    margin: 2.1739130435vw 0 4.7826086957vw 2.1739130435vw;
  }
}
#fv .inner .text_area02 div[class^=box] {
  width: 210px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  #fv .inner .text_area02 div[class^=box] {
    width: 17.3913043478vw;
  }
}
#fv .inner .text_area02 div[class^=box]::before, #fv .inner .text_area02 div[class^=box]::after {
  content: "";
  display: block;
  width: 49px;
  height: 134px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1150px) {
  #fv .inner .text_area02 div[class^=box]::before, #fv .inner .text_area02 div[class^=box]::after {
    width: 4.2608695652vw;
    height: 11.652173913vw;
  }
}
#fv .inner .text_area02 div[class^=box]::before {
  background: url(../img/fv_frame_l.png) no-repeat top left/80%;
  left: 0;
}
#fv .inner .text_area02 div[class^=box]::after {
  background: url(../img/fv_frame_r.png) no-repeat top left/80%;
  right: 0;
}
#fv .inner .text_area02 .box01 {
  padding-top: 17px;
}
@media screen and (max-width: 1150px) {
  #fv .inner .text_area02 .box01 {
    padding-top: 1.4782608696vw;
  }
}
#fv .inner .text_area02 .box01 .text01 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1150px) {
  #fv .inner .text_area02 .box01 .text01 {
    font-size: 2.0869565217vw;
  }
}
#fv .inner .text_area02 .box01 .text01 .num01 {
  display: inline-block;
  width: 23px;
  margin: 0 2px;
}
@media screen and (max-width: 1150px) {
  #fv .inner .text_area02 .box01 .text01 .num01 {
    width: 2vw;
  }
}
#fv .inner .text_area02 .box01 .text02 {
  color: #A4983C;
  font-size: 27px;
  text-align: center;
  font-weight: 700;
  margin-top: 7px;
}
@media screen and (max-width: 1150px) {
  #fv .inner .text_area02 .box01 .text02 {
    font-size: 2.6956521739vw;
    margin-top: 0.6086956522vw;
  }
}
#fv .inner .text_area02 .box02 .text01 {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1150px) {
  #fv .inner .text_area02 .box02 .text01 {
    font-size: 2.2608695652vw;
  }
}
#fv .inner .text_area02 .box02 .num02 {
  width: 110px;
  margin: 5px auto;
}
@media screen and (max-width: 1150px) {
  #fv .inner .text_area02 .box02 .num02 {
    width: 9.5652173913vw;
    margin: 0.4347826087vw auto;
  }
}
#fv .inner .text_area02 .box02 .kome {
  color: #595757;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1150px) {
  #fv .inner .text_area02 .box02 .kome {
    font-size: 0.7826086957vw;
  }
}
#fv .inner .text_area02 .box02 .kome::before, #fv .inner .text_area02 .box02 .kome::after {
  display: block;
  color: #595757;
  font-size: 30px;
  font-weight: 200;
  position: absolute;
  bottom: -6px;
}
@media screen and (max-width: 1150px) {
  #fv .inner .text_area02 .box02 .kome::before, #fv .inner .text_area02 .box02 .kome::after {
    font-size: 2.6086956522vw;
    bottom: -0.5217391304vw;
  }
}
#fv .inner .text_area03 {
  width: 128px;
  height: 458px;
  position: absolute;
  top: 70px;
  right: 55px;
}
@media screen and (max-width: 1150px) {
  #fv .inner .text_area03 {
    width: 11.1304347826vw;
    height: 39.8260869565vw;
    top: 6.0869565217vw;
    right: 4.7826086957vw;
  }
}
#fv .inner .text_area03 .text {
  color: #3E3A39;
  writing-mode: vertical-rl;
  font-size: 24px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1150px) {
  #fv .inner .text_area03 .text {
    font-size: 2.0869565217vw;
  }
}
#fv .inner .text_area03 .text span {
  display: inline-block;
  padding: 20px 15px;
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1150px) {
  #fv .inner .text_area03 .text span {
    padding: 1.7391304348vw 1.3043478261vw;
    margin-left: 0.8695652174vw;
  }
}
#fv .inner .text_area03 .text span strong {
  color: #A4983C;
  font-weight: 400;
}
#fv .inner .fv_list {
  margin-left: 25px;
}
@media screen and (max-width: 1150px) {
  #fv .inner .fv_list {
    margin-left: 2.1739130435vw;
  }
}
#fv .inner .fv_list li {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 357px;
  padding: 12px 0 12px 58px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1150px) {
  #fv .inner .fv_list li {
    font-size: 2.0869565217vw;
    width: 31.0434782609vw;
    padding: 1.0434782609vw 0 1.0434782609vw 5.0434782609vw;
  }
}
#fv .inner .fv_list li:first-child {
  border-bottom: 1px solid #fff;
}
#fv .inner .fv_list li::before {
  content: "";
  display: block;
  width: 25px;
  height: 24px;
  background: url(../img/fv_check.png) no-repeat top left/100%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 15px;
}
@media screen and (max-width: 1150px) {
  #fv .inner .fv_list li::before {
    width: 2.1739130435vw;
    height: 2.0869565217vw;
    left: 1.3043478261vw;
  }
}

#introduce {
  background: #fff;
  padding: 65px 0 70px;
}
@media screen and (max-width: 1150px) {
  #introduce {
    padding: 5.652173913vw 0 6.0869565217vw;
  }
}
#introduce h2 {
  font-size: 40px;
  line-height: 1.47;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1150px) {
  #introduce h2 {
    font-size: 2.9565217391vw;
    margin-bottom: 2.6086956522vw;
  }
}
#introduce .introduce_list li {
  width: 1000px;
  margin: 20px auto 0;
  padding: 28px 0 30px;
  background: #EFF1F0;
}
@media screen and (max-width: 1150px) {
  #introduce .introduce_list li {
    width: 86.9565217391vw;
    margin: 1.7391304348vw auto 0;
    padding: 2.4347826087vw 0 2.6086956522vw;
  }
}
#introduce .introduce_list li:first-child {
  margin: 0 auto;
}
#introduce .introduce_list li h3 {
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1150px) {
  #introduce .introduce_list li h3 {
    font-size: 1.9130434783vw;
    margin-bottom: 1.7391304348vw;
  }
}
#introduce .introduce_list li .text {
  line-height: 2.11;
  text-align: center;
  letter-spacing: 0.08em;
}
#introduce .introduce_list li .company_tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 900px;
  margin: 0 auto;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 1150px) {
  #introduce .introduce_list li .company_tags {
    width: 78.2608695652vw;
    gap: 1.0434782609vw;
  }
}
#introduce .introduce_list li .company_tags span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 18px 12px;
  background: #fff;
  border: 1px solid #d9dce3;
  font-size: 22px;
  line-height: 1.5;
  color: #2f3f68;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1150px) {
  #introduce .introduce_list li .company_tags span {
    min-height: 5.5652173913vw;
    padding: 1.0434782609vw;
    font-size: 1.5652173913vw;
  }
}
#introduce .introduce_text {
  margin-top: 1rem;
  text-align: center;
}

#about {
  background: url("../img/pc_about_bg.jpg") no-repeat top center;
  height: 1760px;
  padding-top: 120px;
  box-sizing: border-box;
}
@media screen and (max-width: 1150px) {
  #about {
    background-size: 173.9130434783vw auto;
    height: 153.0434782609vw;
    padding-top: 10.4347826087vw;
  }
}
#about h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.12em;
  width: 583px;
  margin: 0 auto 70px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  #about h2 {
    font-size: 3.4782608696vw;
    width: 50.6956521739vw;
    margin: 0 auto 6.0869565217vw;
  }
}
#about h2::before, #about h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -33px;
}
@media screen and (max-width: 1150px) {
  #about h2::before, #about h2::after {
    width: 5.2173913043vw;
    height: 5.2173913043vw;
    top: -2.8695652174vw;
  }
}
#about h2::before {
  background: url(../img/about_tit_deco_l.png) no-repeat top left/100%;
  left: -82px;
}
@media screen and (max-width: 1150px) {
  #about h2::before {
    left: -7.1304347826vw;
  }
}
#about h2::after {
  background: url(../img/about_tit_deco_r.png) no-repeat top left/100%;
  right: -82px;
}
@media screen and (max-width: 1150px) {
  #about h2::after {
    right: -7.1304347826vw;
  }
}
#about .about_box {
  text-align: center;
  height: 500px;
  padding-top: 107px;
  background: url(../img/pc_about_box_bg.png) no-repeat top left/100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1150px) {
  #about .about_box {
    height: 43.4782608696vw;
    padding-top: 9.3043478261vw;
  }
}
#about .about_box .top_text span {
  color: #A4983C;
  font-size: 24px;
  letter-spacing: 0.08em;
  padding: 0 13px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  #about .about_box .top_text span {
    font-size: 2.0869565217vw;
    padding: 0 1.1304347826vw;
  }
}
#about .about_box .top_text span::before, #about .about_box .top_text span::after {
  content: "";
  display: block;
  width: 1px;
  height: 31px;
  background: #A4983C;
  transform: rotate(25deg);
  position: absolute;
  top: 2px;
}
@media screen and (max-width: 1150px) {
  #about .about_box .top_text span::before, #about .about_box .top_text span::after {
    width: 0.0869565217vw;
    height: 2.6956521739vw;
    top: 0.1739130435vw;
  }
}
#about .about_box .top_text span::before {
  left: 0;
}
#about .about_box .top_text span::after {
  right: 0;
}
#about .about_box h3 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 15px 0 30px;
}
@media screen and (max-width: 1150px) {
  #about .about_box h3 {
    font-size: 3.8260869565vw;
    margin: 1.3043478261vw 0 2.6086956522vw;
  }
}
#about .about_box .text {
  line-height: 38px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1150px) {
  #about .about_box .text {
    line-height: 3.3043478261vw;
  }
}
#about .about_box .text strong {
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 1150px) {
  #about .about_box .text strong {
    font-size: 1.9130434783vw;
  }
}
#about .text_area {
  margin-left: 70px;
}
@media screen and (max-width: 1150px) {
  #about .text_area {
    margin-left: 6.0869565217vw;
  }
}
#about .text_area .text01 {
  color: #C1B97A;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin: 46px 0 30px;
}
@media screen and (max-width: 1150px) {
  #about .text_area .text01 {
    font-size: 2.6086956522vw;
    margin: 4vw 0 2.6086956522vw;
  }
}
#about .text_area .text02 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1150px) {
  #about .text_area .text02 {
    font-size: 3.1304347826vw;
  }
}
#about .text_area .text02 span {
  font-size: 80%;
  vertical-align: 0;
}
#about .text_area .text03 {
  margin: 30px 0 32px;
}
@media screen and (max-width: 1150px) {
  #about .text_area .text03 {
    margin: 2.6086956522vw 0 2.7826086957vw;
  }
}
#about .text_area .text03 span {
  color: #0F3188;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding: 5px 20px;
  background: #fff;
}
@media screen and (max-width: 1150px) {
  #about .text_area .text03 span {
    font-size: 2.0869565217vw;
    padding: 0.4347826087vw 1.7391304348vw;
  }
}
#about .text_area .text04 {
  color: #fff;
  line-height: 2.11;
  letter-spacing: 0.08em;
}
#about .about_list {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 70px 0 75px;
}
@media screen and (max-width: 1150px) {
  #about .about_list {
    gap: 2.1739130435vw;
    margin: 6.0869565217vw 0 6.5217391304vw;
  }
}
#about .about_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 204px;
  height: 234px;
  padding: 145px 0 30px;
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.3));
  box-sizing: border-box;
}
@media screen and (max-width: 1150px) {
  #about .about_list li {
    width: 17.7391304348vw;
    height: 20.347826087vw;
    padding: 12.6086956522vw 0 2.6086956522vw;
    filter: drop-shadow(1.3043478261vw 1.3043478261vw 1.3043478261vw rgba(0, 0, 0, 0.3));
  }
}
#about .about_list li:nth-child(1) {
  background: url(../img/about_list_box01.png) no-repeat top left/100%;
}
#about .about_list li:nth-child(2) {
  background: url(../img/about_list_box02.png) no-repeat top left/100%;
}
#about .about_list li:nth-child(3) {
  background: url(../img/about_list_box03.png) no-repeat top left/100%;
}
#about .about_list li:nth-child(4) {
  background: url(../img/about_list_box04.png) no-repeat top left/100%;
}
#about .about_list li p {
  color: #fff;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 1150px) {
  #about .about_list li p {
    font-size: 2.0869565217vw;
  }
}
#about .bot_text {
  color: #fff;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1150px) {
  #about .bot_text {
    font-size: 1.7391304348vw;
    line-height: 3.3043478261vw;
  }
}
#about .bot_text strong {
  font-size: 130%;
  font-weight: 700;
}

#about_bot {
  background: url("../img/pc_about_bot_bg.jpg") no-repeat top center;
  height: 350px;
}
@media screen and (max-width: 1150px) {
  #about_bot {
    background-size: 173.9130434783vw auto;
    height: 30.4347826087vw;
  }
}
#about_bot .inner {
  position: relative;
}
#about_bot .inner .img {
  width: 460px;
  filter: drop-shadow(13px 13px 13px rgba(0, 49, 127, 0.5));
  position: absolute;
  top: -30px;
  left: 80px;
}
@media screen and (max-width: 1150px) {
  #about_bot .inner .img {
    width: 40vw;
    filter: drop-shadow(1.1304347826vw 1.1304347826vw 1.1304347826vw rgba(0, 49, 127, 0.5));
    top: -2.6086956522vw;
    left: 6.9565217391vw;
  }
}
#about_bot .inner .bot_text {
  position: absolute;
  top: 106px;
  left: 480px;
  z-index: 99;
}
@media screen and (max-width: 1150px) {
  #about_bot .inner .bot_text {
    top: 9.2173913043vw;
    left: 41.7391304348vw;
  }
}
#about_bot .inner .bot_text strong {
  display: inline-block;
  color: #10237C;
  font-size: 34px;
  letter-spacing: 0.1em;
  padding: 7px 15px 9px;
  margin-bottom: 17px;
  background: #fff;
}
@media screen and (max-width: 1150px) {
  #about_bot .inner .bot_text strong {
    font-size: 2.9565217391vw;
    padding: 0.6086956522vw 1.3043478261vw 0.7826086957vw;
    margin-bottom: 1.4782608696vw;
  }
}
#about_bot .inner .bot_text_img {
  width: 329px;
  position: absolute;
  top: 182px;
  right: 128px;
  z-index: 999;
}
@media screen and (max-width: 1150px) {
  #about_bot .inner .bot_text_img {
    width: 28.6086956522vw;
    top: 15.8260869565vw;
    right: 11.1304347826vw;
  }
}

#reason {
  background: url("../img/pc_reason_bg.jpg") no-repeat top center;
  height: 2650px;
  padding-top: 110px;
  box-sizing: border-box;
}
@media screen and (max-width: 1150px) {
  #reason {
    background-size: 173.9130434783vw auto;
    height: 230.4347826087vw;
    padding-top: 9.5652173913vw;
  }
}
#reason .inner .top_text {
  color: #A4983C;
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.1em;
  width: 567px;
  height: 66px;
  margin: 0 auto;
  padding-top: 19px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1150px) {
  #reason .inner .top_text {
    font-size: 2.2608695652vw;
    width: 49.3043478261vw;
    height: 5.7391304348vw;
    padding-top: 1.652173913vw;
  }
}
#reason .inner .top_text::before, #reason .inner .top_text::after {
  content: "";
  display: block;
  width: 24px;
  height: 66px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1150px) {
  #reason .inner .top_text::before, #reason .inner .top_text::after {
    width: 2.0869565217vw;
    height: 5.7391304348vw;
  }
}
#reason .inner .top_text::before {
  background: url(../img/reason_tit_frame_l.png) no-repeat top left/100%;
  left: 0;
}
#reason .inner .top_text::after {
  background: url(../img/reason_tit_frame_r.png) no-repeat top left/100%;
  right: 0;
}
#reason .inner h2 {
  font-size: 44px;
  line-height: 66px;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 5px 0 65px;
}
@media screen and (max-width: 1150px) {
  #reason .inner h2 {
    font-size: 3.8260869565vw;
    line-height: 5.7391304348vw;
    margin: 0.4347826087vw 0 5.652173913vw;
  }
}
#reason .inner h2 span {
  font-size: 80%;
  vertical-align: 0;
}
#reason .inner .reason_list .reason_box {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 1150px) {
  #reason .inner .reason_list .reason_box {
    gap: 4.347826087vw;
    margin-top: 8.6956521739vw;
  }
}
#reason .inner .reason_list .reason_box:first-child {
  margin-top: 0;
}
#reason .inner .reason_list .reason_box .text_area {
  width: 450px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  #reason .inner .reason_list .reason_box .text_area {
    width: 39.1304347826vw;
  }
}
#reason .inner .reason_list .reason_box .text_area::before {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, rgb(19, 15, 107) 0%, rgb(0, 159, 232) 65%, rgb(188, 227, 248) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1150px) {
  #reason .inner .reason_list .reason_box .text_area::before {
    width: 8.6956521739vw;
    height: 0.347826087vw;
  }
}
#reason .inner .reason_list .reason_box .text_area .num {
  width: 93px;
}
@media screen and (max-width: 1150px) {
  #reason .inner .reason_list .reason_box .text_area .num {
    width: 8.0869565217vw;
  }
}
#reason .inner .reason_list .reason_box .text_area h3 {
  font-size: 34px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 18px 0 35px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  #reason .inner .reason_list .reason_box .text_area h3 {
    font-size: 2.9565217391vw;
    padding: 1.5652173913vw 0 3.0434782609vw;
    margin-bottom: 2.6086956522vw;
  }
}
#reason .inner .reason_list .reason_box .text_area h3::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #A1B7C3;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1150px) {
  #reason .inner .reason_list .reason_box .text_area h3::before {
    width: 8.6956521739vw;
  }
}
#reason .inner .reason_list .reason_box .text_area h3 strong {
  color: #B4AA5E;
  font-weight: 500;
}
#reason .inner .reason_list .reason_box .text_area .text {
  color: #3E3A39;
  line-height: 1.77;
  letter-spacing: 0.08em;
}
#reason .inner .reason_list .reason_box .text_area .text span {
  font-size: 60%;
  vertical-align: 0.6em;
}
#reason .inner .reason_list .reason_box .img {
  width: 550px;
}
@media screen and (max-width: 1150px) {
  #reason .inner .reason_list .reason_box .img {
    width: 47.8260869565vw;
  }
}
#reason .inner .reason_list .reason_box:nth-child(1) .text_area {
  padding-top: 115px;
}
@media screen and (max-width: 1150px) {
  #reason .inner .reason_list .reason_box:nth-child(1) .text_area {
    padding-top: 10vw;
  }
}
#reason .inner .reason_list .reason_box:nth-child(2) .text_area {
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  #reason .inner .reason_list .reason_box:nth-child(2) .text_area {
    padding-top: 5.2173913043vw;
  }
}
#reason .inner .reason_list .reason_box:nth-child(2) .text_area::before {
  background: linear-gradient(225deg, rgb(19, 15, 107) 0%, rgb(0, 159, 232) 65%, rgb(188, 227, 248) 100%);
}
#reason .inner .reason_list .reason_box:nth-child(2) .text_area .circle {
  width: 141px;
  height: 141px;
  padding-top: 30px;
  background: url(../img/reason_bubble.png) no-repeat top left/100%;
  box-sizing: border-box;
  position: absolute;
  top: -30px;
  right: -50px;
}
@media screen and (max-width: 1150px) {
  #reason .inner .reason_list .reason_box:nth-child(2) .text_area .circle {
    width: 12.2608695652vw;
    height: 12.2608695652vw;
    padding-top: 2.6086956522vw;
    top: -2.6086956522vw;
    right: -4.347826087vw;
  }
}
#reason .inner .reason_list .reason_box:nth-child(2) .text_area .circle p {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1150px) {
  #reason .inner .reason_list .reason_box:nth-child(2) .text_area .circle p {
    font-size: 1.7391304348vw;
  }
}
#reason .inner .reason_list .reason_box:nth-child(3) .text_area {
  padding-top: 63px;
}
@media screen and (max-width: 1150px) {
  #reason .inner .reason_list .reason_box:nth-child(3) .text_area {
    padding-top: 5.4782608696vw;
  }
}
#reason .inner .reason_list .reason_box:nth-child(3) .text_area .list {
  display: flex;
  gap: 10px;
  margin-top: 17px;
}
@media screen and (max-width: 1150px) {
  #reason .inner .reason_list .reason_box:nth-child(3) .text_area .list {
    gap: 0.8695652174vw;
    margin-top: 1.4782608696vw;
  }
}
#reason .inner .reason_list .reason_box:nth-child(3) .text_area .list li {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.08em;
  width: 100px;
  height: 30px;
  border-radius: 4px;
  background: #10237C;
}
@media screen and (max-width: 1150px) {
  #reason .inner .reason_list .reason_box:nth-child(3) .text_area .list li {
    font-size: 1.5652173913vw;
    line-height: 2.2608695652vw;
    width: 8.6956521739vw;
    height: 2.6086956522vw;
    border-radius: 0.347826087vw;
  }
}
#reason .inner .reason_list .reason_box:nth-child(4) .text_area {
  padding-top: 42px;
}
@media screen and (max-width: 1150px) {
  #reason .inner .reason_list .reason_box:nth-child(4) .text_area {
    padding-top: 3.652173913vw;
  }
}
#reason .inner .reason_list .reason_box:nth-child(4) .text_area::before {
  background: linear-gradient(225deg, rgb(19, 15, 107) 0%, rgb(0, 159, 232) 65%, rgb(188, 227, 248) 100%);
}

#case {
  background: url("../img/pc_case_bg.jpg") no-repeat top center, #EFF3F6;
  padding: 120px 0;
}
@media screen and (max-width: 1150px) {
  #case {
    background-size: 173.9130434783vw auto;
    padding: 10.4347826087vw 0;
  }
}
#case h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.22em;
  margin-bottom: 80px;
}
@media screen and (max-width: 1150px) {
  #case h2 {
    font-size: 3.4782608696vw;
    margin-bottom: 6.9565217391vw;
  }
}
#case .case_list .box {
  width: 1042px;
  margin: 50px auto 0;
  padding-top: 240px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1150px) {
  #case .case_list .box {
    width: 90.6086956522vw;
    margin: 4.347826087vw auto 0;
    padding-top: 20.8695652174vw;
  }
}
#case .case_list .box:first-child {
  margin: 0 auto;
}
#case .case_list .box .com01 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.08em;
  position: absolute;
  top: 120px;
  left: 480px;
}
@media screen and (max-width: 1150px) {
  #case .case_list .box .com01 {
    font-size: 1.5652173913vw;
    top: 10.4347826087vw;
    left: 41.7391304348vw;
  }
}
#case .case_list .box .com02 {
  position: absolute;
  top: 100px;
  left: 647px;
}
@media screen and (max-width: 1150px) {
  #case .case_list .box .com02 {
    top: 8.6956521739vw;
    left: 56.2608695652vw;
  }
}
#case .case_list .box .com02 .text01 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1150px) {
  #case .case_list .box .com02 .text01 {
    font-size: 1.5652173913vw;
    margin-bottom: 0.8695652174vw;
  }
}
#case .case_list .box .com02 .text02 strong {
  display: inline-block;
  color: #595757;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding: 5px 15px 7px;
  background: #fff;
}
@media screen and (max-width: 1150px) {
  #case .case_list .box .com02 .text02 strong {
    font-size: 1.5652173913vw;
    padding: 0.4347826087vw 1.3043478261vw 0.6086956522vw;
  }
}
#case .case_list .box .com02 .text02 strong span {
  font-size: 16px;
}
@media screen and (max-width: 1150px) {
  #case .case_list .box .com02 .text02 strong span {
    font-size: 1.3913043478vw;
  }
}
#case .case_list .box .case_text {
  width: 880px;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 1150px) {
  #case .case_list .box .case_text {
    width: 76.5217391304vw;
    padding-top: 3.4782608696vw;
  }
}
#case .case_list .box .case_text .tit {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1150px) {
  #case .case_list .box .case_text .tit {
    font-size: 1.9130434783vw;
    margin-bottom: 2.6086956522vw;
  }
}
#case .case_list .box .case_text .text {
  color: #3E3A39;
  line-height: 1.77;
  letter-spacing: 0.08em;
}
#case .case_list .case01 {
  height: 480px;
  background: url(../img/pc_case_bg01.png) no-repeat top left/100%;
}
@media screen and (max-width: 1150px) {
  #case .case_list .case01 {
    height: 41.7391304348vw;
  }
}
#case .case_list .case02 {
  height: 510px;
  background: url(../img/pc_case_bg02.png) no-repeat top left/100%;
}
@media screen and (max-width: 1150px) {
  #case .case_list .case02 {
    height: 44.347826087vw;
  }
}
#case .case_list .case03 {
  height: 510px;
  background: url(../img/pc_case_bg03.png) no-repeat top left/100%;
}
@media screen and (max-width: 1150px) {
  #case .case_list .case03 {
    height: 44.347826087vw;
  }
}

#flow {
  background: url("../img/pc_flow_bg.jpg") no-repeat top center;
  height: 900px;
}
@media screen and (max-width: 1150px) {
  #flow {
    background-size: 173.9130434783vw auto;
    height: 78.2608695652vw;
  }
}
#flow .inner {
  padding-top: 85px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  #flow .inner {
    padding-top: 7.3913043478vw;
  }
}
#flow .inner .top_text {
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.08em;
  position: absolute;
  top: 101px;
  left: 250px;
}
@media screen and (max-width: 1150px) {
  #flow .inner .top_text {
    font-size: 2.4347826087vw;
    top: 8.7826086957vw;
    left: 21.7391304348vw;
  }
}
#flow .inner .top_text span {
  font-size: 80%;
  vertical-align: 0;
}
#flow .inner h2 {
  width: 251px;
  margin-left: 535px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1150px) {
  #flow .inner h2 {
    width: 21.8260869565vw;
    margin-left: 46.5217391304vw;
    margin-bottom: 4.347826087vw;
  }
}
#flow .inner .flow_list {
  margin-left: 250px;
}
@media screen and (max-width: 1150px) {
  #flow .inner .flow_list {
    margin-left: 21.7391304348vw;
  }
}
#flow .inner .flow_list li {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 1150px) {
  #flow .inner .flow_list li {
    margin-top: 1.7391304348vw;
  }
}
#flow .inner .flow_list li:first-child {
  margin-top: 0;
}
#flow .inner .flow_list li:first-child .icon::before {
  content: none;
}
#flow .inner .flow_list li .icon {
  width: 90px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  #flow .inner .flow_list li .icon {
    width: 7.8260869565vw;
  }
}
#flow .inner .flow_list li .icon::before {
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  margin: 0 auto;
  background: #A4983C;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
}
@media screen and (max-width: 1150px) {
  #flow .inner .flow_list li .icon::before {
    height: 7.8260869565vw;
    bottom: 3.0434782609vw;
  }
}
#flow .inner .flow_list li .icon img {
  position: relative;
  z-index: 999;
}
#flow .inner .flow_list li .text_area {
  margin-left: 30px;
}
@media screen and (max-width: 1150px) {
  #flow .inner .flow_list li .text_area {
    margin-left: 2.6086956522vw;
  }
}
#flow .inner .flow_list li .text_area .num {
  width: 110px;
}
@media screen and (max-width: 1150px) {
  #flow .inner .flow_list li .text_area .num {
    width: 9.5652173913vw;
  }
}
#flow .inner .flow_list li .text_area .text {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 1150px) {
  #flow .inner .flow_list li .text_area .text {
    font-size: 1.9130434783vw;
    margin-top: 0.8695652174vw;
    margin-left: 0.8695652174vw;
  }
}

#faq {
  background: url("../img/pc_faq_bg.jpg") no-repeat top center, #fff;
  padding: 200px 0 110px;
}
@media screen and (max-width: 1150px) {
  #faq {
    background-size: 173.9130434783vw auto;
    padding: 17.3913043478vw 0 9.5652173913vw;
  }
}
#faq h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 70px;
}
@media screen and (max-width: 1150px) {
  #faq h2 {
    font-size: 2.6086956522vw;
    margin-bottom: 6.0869565217vw;
  }
}
#faq .faq_list .faq_box {
  width: 1000px;
  margin: 30px auto 0;
  background: #EFF1F0;
}
@media screen and (max-width: 1150px) {
  #faq .faq_list .faq_box {
    width: 86.9565217391vw;
    margin: 2.6086956522vw auto 0;
  }
}
#faq .faq_list .faq_box:first-child {
  margin: 0 auto;
}
#faq .faq_list .faq_box .faq_q {
  display: flex;
  align-items: center;
  min-height: 120px;
  padding: 30px 0 20px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1150px) {
  #faq .faq_list .faq_box .faq_q {
    min-height: 10.4347826087vw;
    padding: 2.6086956522vw 0 1.7391304348vw;
  }
}
#faq .faq_list .faq_box .faq_q::before {
  content: "";
  display: block;
  width: 110px;
  height: 70px;
  background: url(../img/faq_q.png) no-repeat top left/100%;
  position: absolute;
  top: 30px;
  left: -10px;
}
@media screen and (max-width: 1150px) {
  #faq .faq_list .faq_box .faq_q::before {
    width: 9.5652173913vw;
    height: 6.0869565217vw;
    top: 2.6086956522vw;
    left: -0.8695652174vw;
  }
}
#faq .faq_list .faq_box .faq_q p {
  color: #001468;
  font-size: 22px;
  line-height: 1.54;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 125px;
}
@media screen and (max-width: 1150px) {
  #faq .faq_list .faq_box .faq_q p {
    font-size: 1.9130434783vw;
    padding-left: 10.8695652174vw;
  }
}
#faq .faq_list .faq_box .faq_a {
  width: 900px;
  margin: 0 auto;
  padding: 25px 0 45px;
  border-top: 1px solid #10237C;
}
@media screen and (max-width: 1150px) {
  #faq .faq_list .faq_box .faq_a {
    width: 78.2608695652vw;
    padding: 2.1739130435vw 0 3.9130434783vw;
  }
}
#faq .faq_list .faq_box .faq_a p {
  color: #3E3A39;
  line-height: 1.77;
  letter-spacing: 0.08em;
  padding-left: 75px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  #faq .faq_list .faq_box .faq_a p {
    padding-left: 6.5217391304vw;
  }
}
#faq .faq_list .faq_box .faq_a p::before {
  content: "";
  display: block;
  width: 32px;
  height: 37px;
  background: url(../img/faq_a.png) no-repeat top left/100%;
  position: absolute;
  top: 0;
  left: 5px;
}
@media screen and (max-width: 1150px) {
  #faq .faq_list .faq_box .faq_a p::before {
    width: 2.7826086957vw;
    height: 3.2173913043vw;
    left: 0.4347826087vw;
  }
}

#form {
  padding: 50px 0;
}
@media screen and (max-width: 1150px) {
  #form {
    padding: 4.347826087vw 0;
  }
}
#form h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 70px;
}
@media screen and (max-width: 1150px) {
  #form h2 {
    font-size: 2.6086956522vw;
    margin-bottom: 6.0869565217vw;
  }
}
#form h2 span {
  border-bottom: 1px solid;
  padding: 2px 5px;
  line-height: 2;
  color: #A4983C;
}

.footer {
  background: #fff;
}
.footer .foot_logo {
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 1150px) {
  .footer .foot_logo {
    gap: 2.1739130435vw;
  }
}
.footer .foot_logo .axis {
  width: 148px;
}
@media screen and (max-width: 1150px) {
  .footer .foot_logo .axis {
    width: 12.8695652174vw;
  }
}
.footer .foot_logo .bsi {
  width: 76px;
}
@media screen and (max-width: 1150px) {
  .footer .foot_logo .bsi {
    width: 6.6086956522vw;
  }
}
.footer .foot_logo .privacy {
  width: 56px;
  margin-top: -10px;
}
@media screen and (max-width: 1150px) {
  .footer .foot_logo .privacy {
    width: 4.8695652174vw;
    margin-top: -0.8695652174vw;
  }
}
.footer .copy {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.16em;
  padding: 20px 0 15px;
}
@media screen and (max-width: 1150px) {
  .footer .copy {
    font-size: 1.2173913043vw;
    padding: 1.7391304348vw 0 1.3043478261vw;
  }
}/*# sourceMappingURL=style.css.map */