@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: 3.7333333333vw;
}

.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

.float_area {
  width: 100%;
  padding: 2.6666666667vw 0;
  background: rgba(239, 243, 246, 0.9);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

.float_btn,
.cta_btn {
  width: 89.3333333333vw;
  height: 16vw;
  margin: 0 auto;
  filter: drop-shadow(1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.2));
}
.float_btn a,
.cta_btn a {
  display: block;
  color: #fff;
  font-size: 4.2666666667vw;
  line-height: 16vw;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  border: 0.2666666667vw solid #96891F;
  border-radius: 2vw;
  background: #938518;
  background: linear-gradient(30deg, rgb(147, 133, 24) 0%, rgb(188, 180, 113) 50%, rgb(164, 152, 60) 100%);
  position: relative;
}
.float_btn a::after,
.cta_btn a::after {
  content: "";
  display: block;
  width: 2.1333333333vw;
  height: 2.8vw;
  background: url(../img/btn_arrow.png) no-repeat top left/100%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 7.2vw;
}

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

.cta {
  background: #10237C;
  padding: 6.6666666667vw 0;
}
.cta .cta_text {
  color: #fff;
  line-height: 1.35;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 4vw;
}

#fv {
  background: url("../img/sp_fv_bg.jpg") no-repeat top center/100%;
  height: 160vw;
}
#fv .inner {
  position: relative;
}
#fv .inner h1 {
  width: 19.6vw;
  padding: 4vw 0 2.6666666667vw 9.2vw;
}
#fv .inner .text_area01 {
  margin-left: 5.3333333333vw;
  font-size: 2.4vw;
}
#fv .inner .text_area01 .pre_copy {
  font-size: 3.4666666667vw;
  margin-bottom: 0.3rem;
  padding-left: 0.5rem;
  font-weight: 800;
  margin-top: 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: 3.7333333333vw;
  line-height: 4.8vw;
  font-weight: 500;
  text-align: center;
  width: 46.6666666667vw;
  height: 5.6vw;
  background: url(../img/fv_text_bg.png) no-repeat top left/100%;
  box-sizing: border-box;
}
#fv .inner .text_area01 .text01 span {
  font-size: 80%;
  vertical-align: 0;
}
#fv .inner .text_area01 .text02 {
  color: #10237C;
  font-size: 5.3333333333vw;
  font-weight: 700;
  margin: 1.3333333333vw 0 0;
}
#fv .inner .text_area01 .text02 strong {
  display: inline-block;
  font-size: 2em;
  vertical-align: text-top;
  line-height: 12.4vw;
  font-weight: 700;
  background: linear-gradient(150deg, #009FE8 0%, #0959AB 60%, #130F6B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#fv .inner .text_area01 .text02 .note {
  font-size: 0.4em;
}
#fv .inner .text_area01 .text02 span {
  color: #35435E;
  line-height: 1.4;
}
#fv .inner .text_area01 .text02 .accent {
  color: #10237C;
  font-size: 1.7em;
  line-height: 1.3;
}
#fv .inner .text_area01 .text03 {
  font-size: 6.6666666667vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  line-height: 1.45;
}
#fv .inner .text_area01 .text03 strong {
  color: #A4983C;
  font-weight: 700;
  border-bottom: 0.5333333333vw solid #A4983C;
}
#fv .inner .text_area01 .text03 span {
  font-size: 80%;
}
#fv .text_area02 {
  display: flex;
  justify-content: center;
  gap: 1.3333333333vw;
  margin: 2.6666666667vw 0 72vw;
}
#fv .text_area02 div[class^=box] {
  position: relative;
}
#fv .text_area02 div[class^=box]::before, #fv .text_area02 div[class^=box]::after {
  content: "";
  display: block;
  width: 6.6666666667vw;
  height: 15.3333333333vw;
  position: absolute;
  top: 0;
}
#fv .text_area02 div[class^=box]::before {
  background: url(../img/fv_frame_l.png) no-repeat top left/80%;
  left: 0;
}
#fv .text_area02 div[class^=box]::after {
  background: url(../img/fv_frame_r.png) no-repeat top left/80%;
  right: 0;
}
#fv .text_area02 .box01 {
  width: 38.5333333333vw;
  padding-top: 1.3333333333vw;
}
#fv .text_area02 .box01 .text01 {
  font-size: 3.4666666667vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
}
#fv .text_area02 .box01 .text01 .num01 {
  display: inline-block;
  width: 3.7333333333vw;
}
#fv .text_area02 .box01 .text02 {
  color: #A4983C;
  font-size: 4.5333333333vw;
  text-align: center;
  font-weight: 700;
  margin-top: 1.2vw;
}
#fv .text_area02 .box02 {
  width: 42.4vw;
  text-align: center;
}
#fv .text_area02 .box02 .text01 {
  font-size: 3.7333333333vw;
  text-align: center;
  font-weight: 500;
  margin-top: -10px;
}
#fv .text_area02 .box02 .num02 {
  width: 17.3333333333vw;
  margin: 1.0666666667vw auto 1.3333333333vw;
}
#fv .text_area02 .box02 .kome {
  color: #000000;
  font-size: 1.7333333333vw;
  line-height: 1.33;
  text-align: center;
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
  padding: 2px;
}
#fv .text_area02 .box02 .kome::before, #fv .text_area02 .box02 .kome::after {
  display: block;
  color: #000000;
  font-size: 4.9333333333vw;
  font-weight: 200;
  position: absolute;
  bottom: -0.4vw;
}
#fv .text_area02 .box02 .kome::before {
  content: "（";
  left: -0.5333333333vw;
}
#fv .text_area02 .box02 .kome::after {
  content: "）";
  right: -0.5333333333vw;
}
#fv .text_area03 {
  width: 24vw;
  height: 56vw;
  margin: 3rem auto 0;
  position: absolute;
  top: 73.8666666667vw;
  left: 0;
  right: 0;
}
#fv .text_area03 .text {
  color: #3E3A39;
  writing-mode: vertical-rl;
  font-size: 3.4666666667vw;
  letter-spacing: 0.12em;
}
#fv .text_area03 .text span {
  display: inline-block;
  padding: 2.6666666667vw 1.6vw;
  margin-left: 1.7333333333vw;
  background: rgba(255, 255, 255, 0.8);
}
#fv .text_area03 .text span:last-child {
  margin-left: 0;
}
#fv .text_area03 .text span strong {
  color: #A4983C;
  font-weight: 400;
}
#fv .fv_list {
  display: flex;
  justify-content: center;
  gap: 6vw;
  margin-top: -2rem;
}
#fv .fv_list li {
  color: #fff;
  font-size: 4vw;
  line-height: 1.26;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 5.6vw;
  box-sizing: border-box;
  position: relative;
}
#fv .fv_list li::before {
  content: "";
  display: block;
  width: 4.2666666667vw;
  height: 4vw;
  background: url(../img/fv_check.png) no-repeat top left/100%;
  transform: translateY(-50%);
  position: absolute;
  top: 2.6666666667vw;
  left: 0;
}

#introduce {
  background: #fff;
  padding: 9.3333333333vw 0 10.6666666667vw;
}
#introduce h2 {
  font-size: 4.5333333333vw;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 8vw;
}
#introduce .introduce_list li {
  width: 89.3333333333vw;
  margin: 2.6666666667vw auto 0;
  padding: 6.6666666667vw 0 6vw;
  background: #EFF1F0;
}
#introduce .introduce_list li:first-child {
  margin: 0 auto;
}
#introduce .introduce_list li h3 {
  font-size: 3.7333333333vw;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 3.3333333333vw;
}
#introduce .introduce_list li .text {
  font-size: 3.2vw;
  line-height: 1.83;
  text-align: center;
  letter-spacing: 0.08em;
}
#introduce .introduce_list li .company_tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.3333333333vw;
  width: 81.3333333333vw;
  margin: 0 auto;
  line-height: 1.5;
  letter-spacing: 0;
}
#introduce .introduce_list li .company_tags span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12vw;
  padding: 1.3333333333vw 1.0666666667vw;
  background: #fff;
  border: 1px solid #d9dce3;
  font-size: 2.9333333333vw;
  line-height: 1.4;
  color: #2f3f68;
  text-align: center;
  box-sizing: border-box;
}
#introduce .introduce_text {
  margin-top: 1rem;
  text-align: center;
}

#about {
  background: url("../img/sp_about_bg.jpg") no-repeat top center/100%;
  height: 417.3333333333vw;
  padding-top: 14.6666666667vw;
  box-sizing: border-box;
}
#about h2 {
  color: #fff;
  font-size: 5.3333333333vw;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.12em;
  width: 78vw;
  margin: 0 auto 8.6666666667vw;
  position: relative;
}
#about h2::before, #about h2::after {
  content: "";
  display: block;
  width: 8vw;
  height: 8vw;
  position: absolute;
  top: -4.4vw;
}
#about h2::before {
  background: url(../img/about_tit_deco_l.png) no-repeat top left/100%;
  left: -7.3333333333vw;
}
#about h2::after {
  background: url(../img/about_tit_deco_r.png) no-repeat top left/100%;
  right: -7.3333333333vw;
}
#about .about_box {
  text-align: center;
  height: 117.3333333333vw;
  padding-top: 15.3333333333vw;
  background: url(../img/sp_about_box_bg.png) no-repeat top left/100%;
  box-sizing: border-box;
}
#about .about_box .top_text span {
  color: #A4983C;
  letter-spacing: 0.08em;
  padding: 0 2.2666666667vw;
  position: relative;
}
#about .about_box .top_text span::before, #about .about_box .top_text span::after {
  content: "";
  display: block;
  width: 1px;
  height: 5.4666666667vw;
  background: #A4983C;
  transform: rotate(25deg);
  position: absolute;
  top: 0.2666666667vw;
}
#about .about_box .top_text span::before {
  left: 0;
}
#about .about_box .top_text span::after {
  right: 0;
}
#about .about_box h3 {
  font-size: 6.6666666667vw;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 4vw 0 4.6666666667vw;
}
#about .about_box .text {
  line-height: 6.4vw;
  letter-spacing: 0.08em;
}
#about .about_box .text strong {
  font-size: 4.2666666667vw;
  font-weight: 400;
}
#about .text_area {
  margin-top: 72vw;
  margin-left: 10.6666666667vw;
}
#about .text_area .text01 {
  color: #C1B97A;
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin: 0 0 4vw;
}
#about .text_area .text02 {
  color: #fff;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 8vw;
  letter-spacing: 0.1em;
}
#about .text_area .text02 span {
  font-size: 80%;
  vertical-align: 0;
}
#about .text_area .text03 {
  margin: 4.6666666667vw 0;
}
#about .text_area .text03 span {
  color: #0F3188;
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding: 0.6666666667vw 2vw 0.9333333333vw;
  background: #fff;
}
#about .text_area .text04 {
  color: #fff;
  line-height: 1.71;
  letter-spacing: 0.08em;
}
#about .about_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.7333333333vw;
  margin: 8vw 0 9.3333333333vw;
}
#about .about_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32.5333333333vw;
  height: 36.5333333333vw;
  padding: 22.6666666667vw 0 4vw;
  filter: drop-shadow(2vw 2vw 2vw rgba(0, 0, 0, 0.3));
  box-sizing: border-box;
}
#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: 3.7333333333vw;
  line-height: 1.35;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.16em;
}
#about .bot_text {
  color: #fff;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.08em;
}
#about .bot_text strong {
  font-size: 4vw;
  font-weight: 500;
}

#about_bot {
  background: url("../img/sp_about_bot_bg.jpg") no-repeat top center/100%;
  height: 46.6666666667vw;
}
#about_bot .inner {
  position: relative;
}
#about_bot .inner .img {
  width: 45.4666666667vw;
  filter: drop-shadow(1.7333333333vw 1.7333333333vw 1.7333333333vw rgba(0, 49, 127, 0.5));
  position: absolute;
  top: -4vw;
  left: 0;
}
#about_bot .inner .bot_text {
  position: absolute;
  top: 14.1333333333vw;
  left: 34.2666666667vw;
  z-index: 99;
}
#about_bot .inner .bot_text strong {
  display: inline-block;
  color: #10237C;
  font-size: 4.5333333333vw;
  letter-spacing: 0.1em;
  padding: 0.9333333333vw 2vw 1.2vw;
  margin-bottom: 2.2666666667vw;
  background: #fff;
}
#about_bot .inner .bot_text_img {
  width: 44vw;
  position: absolute;
  top: 26.6666666667vw;
  right: 1.3333333333vw;
  z-index: 999;
}

#reason {
  background: url("../img/sp_reason_bg.jpg") no-repeat top center/100%;
  height: 682.6666666667vw;
  padding-top: 17.3333333333vw;
  box-sizing: border-box;
}
#reason .inner .top_text {
  color: #A4983C;
  text-align: center;
  letter-spacing: 0.1em;
  width: 81.7333333333vw;
  height: 8.8vw;
  margin: 0 auto;
  padding-top: 2.5333333333vw;
  box-sizing: border-box;
  position: relative;
}
#reason .inner .top_text::before, #reason .inner .top_text::after {
  content: "";
  display: block;
  width: 3.2vw;
  height: 8.8vw;
  position: absolute;
  top: 0;
}
#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: 6.6666666667vw;
  line-height: 9.0666666667vw;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 2.6666666667vw 0 5.3333333333vw;
}
#reason .inner h2 span {
  font-size: 80%;
  vertical-align: 0;
}
#reason .inner .reason_list .reason_box {
  display: flex;
  flex-direction: column;
  gap: 8vw;
  margin-top: 12vw;
}
#reason .inner .reason_list .reason_box.rev {
  flex-direction: column-reverse;
}
#reason .inner .reason_list .reason_box:first-child {
  margin-top: 0;
}
#reason .inner .reason_list .reason_box .text_area {
  width: 73.3333333333vw;
  margin: 0 auto;
  padding-top: 6.1333333333vw;
  position: relative;
}
#reason .inner .reason_list .reason_box .text_area::before {
  content: "";
  display: block;
  width: 13.3333333333vw;
  height: 0.5333333333vw;
  background: #130F6B;
  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;
}
#reason .inner .reason_list .reason_box .text_area .num {
  width: 17.3333333333vw;
}
#reason .inner .reason_list .reason_box .text_area h3 {
  font-size: 5.3333333333vw;
  line-height: 1.37;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 2vw 0 4.6666666667vw;
  margin-bottom: 4vw;
  position: relative;
}
#reason .inner .reason_list .reason_box .text_area h3::before {
  content: "";
  display: block;
  width: 14vw;
  height: 1px;
  background: #A1B7C3;
  position: absolute;
  left: 0;
  bottom: 0;
}
#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.71;
  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: 73.3333333333vw;
  margin: 0 auto;
}
#reason .inner .reason_list .reason_box:nth-child(2) .text_area .circle {
  width: 18.8vw;
  height: 18.8vw;
  padding-top: 2.9333333333vw;
  background: url(../img/reason_bubble.png) no-repeat top left/100%;
  box-sizing: border-box;
  position: absolute;
  top: -3.3333333333vw;
  right: -4.6666666667vw;
}
#reason .inner .reason_list .reason_box:nth-child(2) .text_area .circle p {
  font-size: 3.2vw;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#reason .inner .reason_list .reason_box:nth-child(3) .text_area .list {
  display: flex;
  gap: 1.7333333333vw;
  margin-top: 3.3333333333vw;
}
#reason .inner .reason_list .reason_box:nth-child(3) .text_area .list li {
  color: #fff;
  font-size: 3.4666666667vw;
  line-height: 5.3333333333vw;
  text-align: center;
  letter-spacing: 0.08em;
  width: 20vw;
  height: 5.8666666667vw;
  border-radius: 0.6666666667vw;
  background: #10237C;
}

#case {
  background: url("../img/sp_case_bg.jpg") no-repeat top center/100%, #EFF3F6;
  padding: 16vw 0 13.3333333333vw;
}
#case h2 {
  font-size: 6.6666666667vw;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.22em;
  margin-bottom: 9.3333333333vw;
}
#case .case_list .box {
  width: 93.6vw;
  margin: 13.3333333333vw auto 0;
  box-sizing: border-box;
  position: relative;
}
#case .case_list .box:first-child {
  margin: 0 auto;
}
#case .case_list .box .com01 {
  color: #fff;
  font-size: 3.2vw;
  letter-spacing: 0.08em;
  position: absolute;
  top: 18.6666666667vw;
  left: 65.0666666667vw;
}
#case .case_list .box .com02 {
  position: absolute;
  top: 36vw;
  left: 8vw;
}
#case .case_list .box .com02 .text01 {
  color: #fff;
  line-height: 1.21;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1.0666666667vw;
}
#case .case_list .box .com02 .text02 strong {
  display: inline-block;
  color: #595757;
  font-size: 2.9333333333vw;
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding: 0.6666666667vw 1.3333333333vw 0.9333333333vw;
  background: #fff;
}
#case .case_list .box .case_text {
  width: 76.4vw;
  margin: 0 auto;
  padding-top: 5.3333333333vw;
}
#case .case_list .box .case_text .tit {
  font-size: 4.6666666667vw;
  line-height: 1.57;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 3.3333333333vw;
}
#case .case_list .box .case_text .text {
  color: #3E3A39;
  line-height: 1.71;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
}
#case .case_list .case01 {
  height: 129.3333333333vw;
  padding-top: 56vw;
  background: url(../img/sp_case_bg01.png) no-repeat top left/100%;
}
#case .case_list .case02 {
  height: 147.0666666667vw;
  padding-top: 60.4vw;
  background: url(../img/sp_case_bg02.png) no-repeat top left/100%;
}
#case .case_list .case03 {
  height: 138.6666666667vw;
  padding-top: 56vw;
  background: url(../img/sp_case_bg03.png) no-repeat top left/100%;
}

#flow {
  background: url("../img/sp_flow_bg.jpg") no-repeat top center/100%;
  height: 133.3333333333vw;
}
#flow .inner {
  padding-top: 13.3333333333vw;
  position: relative;
}
#flow .inner .top_text {
  color: #fff;
  letter-spacing: 0.08em;
  position: absolute;
  top: 15.4666666667vw;
  left: 13.3333333333vw;
}
#flow .inner .top_text span {
  font-size: 80%;
  vertical-align: 0;
}
#flow .inner h2 {
  width: 33.3333333333vw;
  margin-left: 51.6vw;
  margin-bottom: 9.3333333333vw;
}
#flow .inner .flow_list {
  margin-left: 7.4666666667vw;
}
#flow .inner .flow_list li {
  display: flex;
  align-items: center;
  margin-top: 2.6666666667vw;
}
#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: 12vw;
  position: relative;
}
#flow .inner .flow_list li .icon::before {
  content: "";
  display: block;
  width: 1px;
  height: 18.6666666667vw;
  margin: 0 auto;
  background: #A4983C;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4.6666666667vw;
}
#flow .inner .flow_list li .icon img {
  position: relative;
  z-index: 999;
}
#flow .inner .flow_list li .text_area {
  margin-left: 4vw;
}
#flow .inner .flow_list li .text_area .num {
  width: 14.6666666667vw;
}
#flow .inner .flow_list li .text_area .text {
  color: #fff;
  line-height: 1.71;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 0.9333333333vw;
  margin-left: 1.3333333333vw;
}
#flow .inner .flow_list li:nth-child(4) .icon {
  padding-bottom: 6.6666666667vw;
}

#faq {
  background: url("../img/sp_faq_bg.jpg") no-repeat top center/100%, #fff;
  padding: 20.6666666667vw 0 13.3333333333vw;
}
#faq h2 {
  font-size: 5.3333333333vw;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8.6666666667vw;
}
#faq .faq_list .faq_box {
  width: 89.3333333333vw;
  margin: 5.3333333333vw auto 0;
  background: #EFF1F0;
}
#faq .faq_list .faq_box:first-child {
  margin: 0 auto;
}
#faq .faq_list .faq_box .faq_q {
  display: flex;
  align-items: center;
  min-height: 24vw;
  padding: 6.6666666667vw 0 5.3333333333vw;
  box-sizing: border-box;
  position: relative;
}
#faq .faq_list .faq_box .faq_q::before {
  content: "";
  display: block;
  width: 14.6666666667vw;
  height: 9.3333333333vw;
  background: url(../img/faq_q.png) no-repeat top left/100%;
  position: absolute;
  top: 4.6666666667vw;
  left: -1.3333333333vw;
}
#faq .faq_list .faq_box .faq_q p {
  color: #001468;
  font-size: 4vw;
  line-height: 1.66;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 16.6666666667vw;
}
#faq .faq_list .faq_box .faq_a {
  width: 74.6666666667vw;
  margin: 0 auto;
  padding: 4.6666666667vw 0 6vw;
  border-top: 1px solid #10237C;
}
#faq .faq_list .faq_box .faq_a p {
  color: #3E3A39;
  line-height: 1.77;
  letter-spacing: 0.08em;
  padding-left: 8vw;
  position: relative;
}
#faq .faq_list .faq_box .faq_a p::before {
  content: "";
  display: block;
  width: 4.2666666667vw;
  height: 4.4vw;
  background: url(../img/faq_a.png) no-repeat top left/100%;
  position: absolute;
  top: 1.3333333333vw;
  left: 0;
}

#form {
  padding: 6.6666666667vw;
}
#form h2 {
  font-size: 5.3333333333vw;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8.6666666667vw;
}
#form 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: 4vw;
}
.footer .foot_logo .axis {
  width: 24.4vw;
}
.footer .foot_logo .bsi {
  width: 12.5333333333vw;
}
.footer .foot_logo .privacy {
  width: 8.9333333333vw;
  margin-top: -1.7333333333vw;
}
.footer .copy {
  color: #000;
  font-size: 2.6666666667vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.16em;
  padding: 5.3333333333vw 0 6.6666666667vw;
}/*# sourceMappingURL=style_sp.css.map */