@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, small, strong, b, dl, dt, dd, ol, ul, li,
form, label, legend, table, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
  box-sizing: border-box;
}

html {
  touch-action: manipulation;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ul li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
}

table {
  border-spacing: 0;
}

img {
  width: 100%;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  color: #1A1A1A;
  font-size: 28px;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.7333333333vw;
  }
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal;
}

.lp {
  max-width: 750px;
  margin: 0 auto;
  /****************************************
    お問い合わせフォーム WP:contact-form7
  ****************************************/
  /****************************************
    お問い合わせフォーム確認画面 WP:contact-form7
  ****************************************/
  /****************************************
    お問い合わせフォーム送信完了画面 WP:contact-form7
  ****************************************/
}
.lp .fv {
  position: relative;
  background: url(../img/fv_bg.jpg) no-repeat top center/100%;
  height: 1400px;
  padding-top: 54px;
}
@media screen and (max-width: 750px) {
  .lp .fv {
    height: 186.6666666667vw;
    padding-top: 7.2vw;
  }
}
.lp .fv .fv_text1 {
  margin: 0 auto;
  writing-mode: vertical-rl;
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.52em;
}
@media screen and (max-width: 750px) {
  .lp .fv .fv_text1 {
    font-size: 5.3333333333vw;
  }
}
.lp .fv .fv_title {
  width: 666px;
  margin: -54px 30px 0 auto;
}
@media screen and (max-width: 750px) {
  .lp .fv .fv_title {
    width: 88.8vw;
    margin: -7.2vw 4vw 0 auto;
  }
}
.lp .fv .fv_text2_wrap {
  position: relative;
  margin-top: 3px;
}
@media screen and (max-width: 750px) {
  .lp .fv .fv_text2_wrap {
    margin-top: 0.4vw;
  }
}
.lp .fv .fv_text2_wrap .fv_img1 {
  margin-left: 32px;
  width: 681px;
}
@media screen and (max-width: 750px) {
  .lp .fv .fv_text2_wrap .fv_img1 {
    margin-left: 4.2666666667vw;
    width: 90.8vw;
  }
}
.lp .fv .fv_text2_wrap .text2 {
  position: absolute;
  top: 12px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #ffd63d;
  letter-spacing: 0.02em;
  line-height: 43px;
}
@media screen and (max-width: 750px) {
  .lp .fv .fv_text2_wrap .text2 {
    top: 1.6vw;
    font-size: 4.2666666667vw;
    line-height: 5.7333333333vw;
  }
}
.lp .fv .fv_text2_wrap .circle_text {
  position: absolute;
  top: 0;
  left: 94px;
  width: 103px;
  height: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 32px;
}
@media screen and (max-width: 750px) {
  .lp .fv .fv_text2_wrap .circle_text {
    top: 0;
    left: 12.5333333333vw;
    width: 13.7333333333vw;
    height: 13.7333333333vw;
    font-size: 3.4666666667vw;
    line-height: 4.2666666667vw;
  }
}
.lp .fv .check_box_list {
  margin: 22px auto 40px;
  display: flex;
  justify-content: center;
  column-gap: 24px;
}
@media screen and (max-width: 750px) {
  .lp .fv .check_box_list {
    margin: 2.9333333333vw auto 5.3333333333vw;
    column-gap: 3.2vw;
  }
}
.lp .fv .check_box_list li {
  width: 178px;
  height: 206px;
  background: url(../img/fv_check_box.png) center top no-repeat;
  background-size: contain;
  padding-top: 62px;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp .fv .check_box_list li {
    width: 23.7333333333vw;
    height: 27.4666666667vw;
    padding-top: 8.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
.lp .cta_btn {
  width: 606px;
  height: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: url(../img/cta_btn.png) center top no-repeat;
  background-size: contain;
  filter: drop-shadow(15px 15px 8px rgba(0, 0, 0, 0.2));
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp .cta_btn {
    width: 80.8vw;
    height: 16.5333333333vw;
    filter: drop-shadow(2vw 2vw 1.0666666667vw rgba(0, 0, 0, 0.2));
    font-size: 4.2666666667vw;
  }
}
.lp .sec01 {
  position: relative;
  background: url(../img/sec01_bg.jpg) no-repeat top center/100%;
  height: 1707px;
  padding-top: 805px;
}
@media screen and (max-width: 750px) {
  .lp .sec01 {
    height: 227.6vw;
    padding-top: 107.3333333333vw;
  }
}
.lp .sec01 .v_text1 {
  position: absolute;
  top: 85px;
  right: 44px;
  width: 62px;
  height: fit-content;
  background-color: #000000;
  display: flex;
  align-items: center;
  padding: 0.3em 0;
  writing-mode: vertical-rl;
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .lp .sec01 .v_text1 {
    top: 11.3333333333vw;
    right: 5.8666666667vw;
    width: 8.2666666667vw;
    font-size: 6.1333333333vw;
  }
}
.lp .sec01 .v_text2 {
  position: absolute;
  top: 254px;
  left: 57px;
  width: 76px;
  height: fit-content;
  background-color: #000000;
  display: flex;
  align-items: center;
  padding: 0.25em 0;
  writing-mode: vertical-rl;
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.lp .sec01 .v_text2 span {
  color: #ffd63d;
}
@media screen and (max-width: 750px) {
  .lp .sec01 .v_text2 {
    top: 33.8666666667vw;
    left: 7.6vw;
    width: 10.1333333333vw;
    font-size: 7.4666666667vw;
  }
}
.lp .sec01 .sec01_lead {
  margin: 44px auto 0;
  width: 600px;
  font-size: 28px;
  color: #000000;
  line-height: 62px;
}
.lp .sec01 .sec01_lead strong {
  background-color: #b2d7ec;
  padding-bottom: 5px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .lp .sec01 .sec01_lead {
    margin: 5.8666666667vw auto 0;
    width: 80vw;
    font-size: 3.7333333333vw;
    line-height: 8.2666666667vw;
  }
  .lp .sec01 .sec01_lead strong {
    padding-bottom: 0.6666666667vw;
  }
}
.lp section.sec02 {
  position: relative;
  background: url(../img/sec02_bg.jpg) no-repeat top center/100%;
  height: 1333px;
  padding-top: 154px;
}
@media screen and (max-width: 750px) {
  .lp section.sec02 {
    height: 177.7333333333vw;
    padding-top: 20.5333333333vw;
  }
}
.lp section.sec02 .sec02_text {
  background-color: #000000;
  width: fit-content;
  height: 60px;
  padding: 0 0.2em 0 0.45em;
  font-size: 44px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.16em;
  line-height: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .lp section.sec02 .sec02_text {
    height: 8vw;
    font-size: 5.8666666667vw;
    line-height: 8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.lp section.sec02 .sec02_text.text1 {
  margin-left: 354px;
}
@media screen and (max-width: 750px) {
  .lp section.sec02 .sec02_text.text1 {
    margin-left: 47.2vw;
  }
}
.lp section.sec02 .sec02_text.text2 {
  margin-top: 248px;
  margin-left: 100px;
}
@media screen and (max-width: 750px) {
  .lp section.sec02 .sec02_text.text2 {
    margin-top: 33.0666666667vw;
    margin-left: 13.3333333333vw;
  }
}
.lp section.sec02 .sec02_img1 {
  width: 255px;
}
.lp section.sec02 .sec02_img1.img1 {
  margin-left: 387px;
}
.lp section.sec02 .sec02_img1.img2 {
  margin-left: 100px;
}
@media screen and (max-width: 750px) {
  .lp section.sec02 .sec02_img1 {
    width: 34vw;
  }
  .lp section.sec02 .sec02_img1.img1 {
    margin-left: 51.6vw;
  }
  .lp section.sec02 .sec02_img1.img2 {
    margin-left: 13.3333333333vw;
  }
}
.lp section.sec02 .text3 {
  margin-top: 355px;
  font-size: 46px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp section.sec02 .text3 {
    margin-top: 47.3333333333vw;
    font-size: 6.1333333333vw;
  }
}
.lp section.sec02 .text4 {
  margin-top: 20px;
  font-size: 76px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.16em;
  text-align: center;
}
.lp section.sec02 .text4 span {
  background: linear-gradient(transparent 80%, #ffd63d 80%, #ffd63d 95%, transparent 95%);
}
@media screen and (max-width: 750px) {
  .lp section.sec02 .text4 {
    margin-top: 2.6666666667vw;
    font-size: 10.1333333333vw;
  }
}
.lp section.sec03 {
  position: relative;
  background: url(../img/sec03_bg.jpg) no-repeat top center/100%;
  height: 2332px;
  padding-top: 316px;
}
@media screen and (max-width: 750px) {
  .lp section.sec03 {
    height: 310.9333333333vw;
    padding-top: 42.1333333333vw;
  }
}
.lp section.sec03 .sec03_img1 {
  width: 590px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lp section.sec03 .sec03_img1 {
    width: 78.6666666667vw;
  }
}
.lp section.sec03 .sec03_list {
  margin-top: 823px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .lp section.sec03 .sec03_list {
    margin-top: 109.7333333333vw;
  }
}
.lp section.sec03 .sec03_list li {
  width: 718px;
  height: 210px;
  margin-bottom: 22px;
}
@media screen and (max-width: 750px) {
  .lp section.sec03 .sec03_list li {
    width: 95.7333333333vw;
    height: 28vw;
    margin-bottom: 2.9333333333vw;
  }
}
.lp section.sec03 .sec03_list li .list_text {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.02em;
  line-height: 46px;
  text-align: center;
}
.lp section.sec03 .sec03_list li .list_text span {
  background: linear-gradient(transparent 80%, #ffd63d 80%, #ffd63d 95%, transparent 95%);
}
@media screen and (max-width: 750px) {
  .lp section.sec03 .sec03_list li .list_text {
    font-size: 4.2666666667vw;
    line-height: 6.1333333333vw;
  }
}
.lp section.sec03 .sec03_list li.list1 {
  margin-left: 32px;
  padding: 75px 88px 0 222px;
  background: url(../img/sec03_list1_bg.png) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .lp section.sec03 .sec03_list li.list1 {
    margin-left: 4.2666666667vw;
    padding: 10vw 11.7333333333vw 0 29.6vw;
  }
}
.lp section.sec03 .sec03_list li.list2 {
  margin-left: 0;
  padding: 75px 230px 0 92px;
  background: url(../img/sec03_list2_bg.png) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .lp section.sec03 .sec03_list li.list2 {
    padding: 10vw 30.6666666667vw 0 12.2666666667vw;
  }
}
.lp section.sec03 .sec03_list li.list3 {
  margin-left: 32px;
  padding: 75px 88px 0 222px;
  background: url(../img/sec03_list3_bg.png) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .lp section.sec03 .sec03_list li.list3 {
    margin-left: 4.2666666667vw;
    padding: 10vw 11.7333333333vw 0 29.6vw;
  }
}
.lp section.sec03 .sec03_list li.list4 {
  margin-left: 0;
  padding: 75px 248px 0 110px;
  background: url(../img/sec03_list4_bg.png) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .lp section.sec03 .sec03_list li.list4 {
    padding: 10vw 33.0666666667vw 0 14.6666666667vw;
  }
}
.lp section.sec04 {
  position: relative;
  background: url(../img/sec04_bg.jpg) no-repeat top center/100%;
  height: 1985px;
  padding-top: 38px;
}
@media screen and (max-width: 750px) {
  .lp section.sec04 {
    height: 264.6666666667vw;
    padding-top: 5.0666666667vw;
  }
}
.lp section.sec04 .sec04_img1 {
  width: 114px;
  margin-left: 390px;
}
@media screen and (max-width: 750px) {
  .lp section.sec04 .sec04_img1 {
    width: 15.2vw;
    margin-left: 52vw;
  }
}
.lp section.sec04 .text1 {
  writing-mode: vertical-rl;
  font-size: 44px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.12em;
  margin: -5px auto 0;
}
@media screen and (max-width: 750px) {
  .lp section.sec04 .text1 {
    font-size: 5.8666666667vw;
    margin: -0.6666666667vw auto 0;
  }
}
.lp section.sec04 .text2 {
  margin: 200px 0 0 72px;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  line-height: 68px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .lp section.sec04 .text2 {
    margin: 26.6666666667vw 0 0 9.6vw;
    font-size: 5.3333333333vw;
    line-height: 9.0666666667vw;
  }
}
.lp section.sec04 .text2 span {
  background-color: #000000;
  padding: 0px 3px 2px 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 750px) {
  .lp section.sec04 .text2 span {
    padding: 0px 0.4vw 0.2666666667vw 0.6666666667vw;
  }
}
.lp section.sec04 .text2 strong {
  font-weight: inherit;
  color: #ffd63d;
}
.lp section.sec04 .text3 {
  margin: 86px auto 0;
  font-size: 80px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp section.sec04 .text3 {
    margin: 11.4666666667vw auto 0;
    font-size: 10.6666666667vw;
  }
}
.lp section.sec04 .text3 .dot_text {
  padding-top: 0.3em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1em 0.8em;
  background-image: -webkit-radial-gradient(0.06em 0.06em at center center, #0079bf, #0079bf 100%, transparent, transparent);
  background-image: -moz-radial-gradient(0.06em 0.06em at center center, #0079bf, #0079bf 100%, transparent, transparent);
  background-image: -ms-radial-gradient(0.06em 0.06em at center center, #0079bf, #0079bf 100%, transparent, transparent);
  background-image: radial-gradient(0.06em 0.06em at center center, #0079bf, #0079bf 100%, transparent, transparent);
}
.lp section.sec04 .sec04_lead {
  width: 600px;
  margin: 58px auto 0;
  font-size: 28px;
  line-height: 57px;
  color: #000000;
  letter-spacing: 0.04em;
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph;
}
.lp section.sec04 .sec04_lead strong {
  font-weight: 700;
}
.lp section.sec04 .sec04_lead span.marker {
  background: linear-gradient(transparent 80%, #ffffff 80%, #ffffff 95%, transparent 95%);
}
@media screen and (max-width: 750px) {
  .lp section.sec04 .sec04_lead {
    width: 80vw;
    margin: 7.7333333333vw auto 0;
    font-size: 3.7333333333vw;
    line-height: 7.6vw;
  }
}
.lp section.sec05 {
  background-color: #ffffff;
  padding-bottom: 114px;
}
@media screen and (max-width: 750px) {
  .lp section.sec05 {
    padding-bottom: 15.2vw;
  }
}
.lp section.sec05 .sec05_title {
  font-size: 50px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp section.sec05 .sec05_title {
    font-size: 6.6666666667vw;
  }
}
.lp section.sec05 .sec05_image_list {
  margin: 34px auto 58px;
  width: 630px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  row-gap: 32px;
}
@media screen and (max-width: 750px) {
  .lp section.sec05 .sec05_image_list {
    margin: 4.5333333333vw auto 7.7333333333vw;
    width: 84vw;
    column-gap: 4vw;
    row-gap: 4.2666666667vw;
  }
}
.lp section.sec05 .sec05_image_list li {
  width: 300px;
  height: 238px;
}
.lp section.sec05 .sec05_image_list li.w630 {
  width: 630px;
  height: 414px;
}
@media screen and (max-width: 750px) {
  .lp section.sec05 .sec05_image_list li {
    width: 40vw;
    height: 31.7333333333vw;
  }
  .lp section.sec05 .sec05_image_list li.w630 {
    width: 84vw;
    height: 55.2vw;
  }
}
.lp section.sec06 {
  background-color: #0079bf;
  padding-bottom: 48px;
}
@media screen and (max-width: 750px) {
  .lp section.sec06 {
    padding-bottom: 6.4vw;
  }
}
.lp section.sec06 .sec06_title {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp section.sec06 .sec06_title {
    font-size: 5.3333333333vw;
  }
}
.lp section.sec06 .sec06_voice_list {
  margin: 72px auto 0;
}
@media screen and (max-width: 750px) {
  .lp section.sec06 .sec06_voice_list {
    margin: 9.6vw auto 0;
  }
}
.lp section.sec06 .sec06_voice_list li {
  position: relative;
  width: 750px;
  padding-top: 294px;
  margin-bottom: 48px;
}
@media screen and (max-width: 750px) {
  .lp section.sec06 .sec06_voice_list li {
    width: 100vw;
    padding-top: 39.2vw;
    margin-bottom: 6.4vw;
  }
}
.lp section.sec06 .sec06_voice_list li .age_circle {
  position: absolute;
  background-color: #000000;
  top: 72px;
  left: 67px;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 39px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .lp section.sec06 .sec06_voice_list li .age_circle {
    top: 9.6vw;
    left: 8.9333333333vw;
    width: 19.2vw;
    height: 19.2vw;
    font-size: 4vw;
    line-height: 5.2vw;
  }
}
.lp section.sec06 .sec06_voice_list li .voice_title {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  line-height: 56px;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp section.sec06 .sec06_voice_list li .voice_title {
    font-size: 5.3333333333vw;
    line-height: 7.4666666667vw;
  }
}
.lp section.sec06 .sec06_voice_list li .voice_text {
  width: 546px;
  margin: 20px auto 0;
  font-size: 28px;
  color: #1a1a1a;
  letter-spacing: 0.02em;
  line-height: 52px;
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph;
}
@media screen and (max-width: 750px) {
  .lp section.sec06 .sec06_voice_list li .voice_text {
    width: 72.8vw;
    margin: 2.6666666667vw auto 0;
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
}
.lp section.sec06 .sec06_voice_list li:nth-of-type(even) .age_circle {
  left: unset;
  right: 67px;
}
@media screen and (max-width: 750px) {
  .lp section.sec06 .sec06_voice_list li:nth-of-type(even) .age_circle {
    right: 8.9333333333vw;
  }
}
.lp section.sec06 .sec06_voice_list li.list1 {
  height: 622px;
  background: url(../img/sec06_voice_box1.png) right top no-repeat;
  background-size: 705px 622px;
}
@media screen and (max-width: 750px) {
  .lp section.sec06 .sec06_voice_list li.list1 {
    height: 82.9333333333vw;
    background: url(../img/sec06_voice_box1.png) right top no-repeat;
    background-size: 94vw 82.9333333333vw;
  }
}
.lp section.sec06 .sec06_voice_list li.list2 {
  height: 622px;
  background: url(../img/sec06_voice_box2.png) left top no-repeat;
  background-size: 705px 622px;
}
@media screen and (max-width: 750px) {
  .lp section.sec06 .sec06_voice_list li.list2 {
    height: 82.9333333333vw;
    background: url(../img/sec06_voice_box2.png) left top no-repeat;
    background-size: 94vw 82.9333333333vw;
  }
}
.lp section.sec06 .sec06_voice_list li.list3 {
  height: 730px;
  background: url(../img/sec06_voice_box3.png) right top no-repeat;
  background-size: 705px 730px;
}
@media screen and (max-width: 750px) {
  .lp section.sec06 .sec06_voice_list li.list3 {
    height: 97.3333333333vw;
    background: url(../img/sec06_voice_box3.png) right top no-repeat;
    background-size: 94vw 97.3333333333vw;
  }
}
.lp section.sec06 .sec06_voice_list li.list4 {
  height: 622px;
  background: url(../img/sec06_voice_box4.png) left top no-repeat;
  background-size: 705px 622px;
}
@media screen and (max-width: 750px) {
  .lp section.sec06 .sec06_voice_list li.list4 {
    height: 82.9333333333vw;
    background: url(../img/sec06_voice_box4.png) left top no-repeat;
    background-size: 94vw 82.9333333333vw;
  }
}
.lp section.sec06 .sec06_voice_list li.list5 {
  height: 622px;
  background: url(../img/sec06_voice_box5.png) right top no-repeat;
  background-size: 705px 622px;
}
@media screen and (max-width: 750px) {
  .lp section.sec06 .sec06_voice_list li.list5 {
    height: 82.9333333333vw;
    background: url(../img/sec06_voice_box5.png) right top no-repeat;
    background-size: 94vw 82.9333333333vw;
  }
}
.lp section.sec06 .sec06_voice_list li.list6 {
  height: 730px;
  background: url(../img/sec06_voice_box6.png) left top no-repeat;
  background-size: 705px 730px;
}
@media screen and (max-width: 750px) {
  .lp section.sec06 .sec06_voice_list li.list6 {
    height: 97.3333333333vw;
    background: url(../img/sec06_voice_box6.png) left top no-repeat;
    background-size: 94vw 97.3333333333vw;
  }
}
.lp section.sec07 {
  background-color: #ffffff;
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .lp section.sec07 {
    padding-bottom: 10.6666666667vw;
  }
}
.lp section.sec07 .sec07_title {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp section.sec07 .sec07_title {
    font-size: 5.3333333333vw;
  }
}
.lp section.sec07 .flow_wrap {
  margin: 35px 0 0 128px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .lp section.sec07 .flow_wrap {
    margin: 4.6666666667vw 0 0 17.0666666667vw;
  }
}
.lp section.sec07 .flow_wrap .flow_image {
  width: 180px;
  height: 1023px;
}
@media screen and (max-width: 750px) {
  .lp section.sec07 .flow_wrap .flow_image {
    width: 24vw;
    height: 136.4vw;
  }
}
.lp section.sec07 .flow_wrap .flow_list_wrap {
  margin-left: 22px;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .lp section.sec07 .flow_wrap .flow_list_wrap {
    margin-left: 2.9333333333vw;
  }
}
.lp section.sec07 .flow_wrap .flow_list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: fit-content;
  height: 180px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .lp section.sec07 .flow_wrap .flow_list li {
    height: 24vw;
    margin-bottom: 4vw;
  }
}
.lp section.sec07 .flow_wrap .flow_list li .step_no {
  font-size: 29px;
  font-weight: 700;
  color: #0079bf;
}
.lp section.sec07 .flow_wrap .flow_list li .step_no span {
  font-size: 35px;
}
@media screen and (max-width: 750px) {
  .lp section.sec07 .flow_wrap .flow_list li .step_no {
    font-size: 3.8666666667vw;
  }
  .lp section.sec07 .flow_wrap .flow_list li .step_no span {
    font-size: 4.6666666667vw;
  }
}
.lp section.sec07 .flow_wrap .flow_list li .step_text {
  margin-top: 16px;
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .lp section.sec07 .flow_wrap .flow_list li .step_text {
    margin-top: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
.lp section.sec_qa {
  background-color: #fff7d8;
  padding-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .lp section.sec_qa {
    padding-bottom: 8vw;
  }
}
.lp section.sec_qa .sec_qa_title {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp section.sec_qa .sec_qa_title {
    font-size: 5.3333333333vw;
  }
}
.lp section.sec_qa .qa_boxes {
  width: 686px;
  margin: 44px auto 0;
}
@media screen and (max-width: 750px) {
  .lp section.sec_qa .qa_boxes {
    width: 91.4666666667vw;
    margin: 5.8666666667vw auto 0;
  }
}
.lp section.sec_qa .qa_box {
  width: 100%;
  border: 5px #ffd63d solid;
  background-color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .lp section.sec_qa .qa_box {
    border: 0.6666666667vw #ffd63d solid;
    margin-bottom: 4vw;
  }
}
.lp section.sec_qa .que_box {
  position: relative;
  padding: 37px 0 32px 123px;
}
@media screen and (max-width: 750px) {
  .lp section.sec_qa .que_box {
    padding: 4.9333333333vw 0 4.2666666667vw 16.4vw;
  }
}
.lp section.sec_qa .que_box .q_text {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.04em;
  line-height: 54px;
}
@media screen and (max-width: 750px) {
  .lp section.sec_qa .que_box .q_text {
    font-size: 4.2666666667vw;
    line-height: 7.2vw;
  }
}
.lp section.sec_qa .que_box::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 30px;
  left: 30px;
  width: 70px;
  height: 55px;
  background: url(../img/qa_q_icon.png) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .lp section.sec_qa .que_box::before {
    top: 4vw;
    left: 4vw;
    width: 9.3333333333vw;
    height: 7.3333333333vw;
  }
}
.lp section.sec_qa .que_box::after { /* アコーディオン閉じてる時のアイコン */
  position: absolute;
  display: inline-block;
  content: "";
  top: 42px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: url(../img/qa_open_btn.png) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .lp section.sec_qa .que_box::after {
    top: 5.6vw;
    right: 4vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.lp section.sec_qa .que_box.active::after { /* アコーディオン閉じてる時のアイコン */
  position: absolute;
  display: inline-block;
  content: "";
  top: 42px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: url(../img/qa_close_btn.png) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .lp section.sec_qa .que_box.active::after {
    top: 5.6vw;
    right: 4vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.lp section.sec_qa .ans_open {
  position: relative;
  padding: 0 0 45px 123px;
}
@media screen and (max-width: 750px) {
  .lp section.sec_qa .ans_open {
    padding: 0 0 6vw 16.4vw;
  }
}
.lp section.sec_qa .ans_open .a_text {
  width: 510px;
  font-size: 28px;
  color: #1a1a1a;
  line-height: 52px;
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph;
}
@media screen and (max-width: 750px) {
  .lp section.sec_qa .ans_open .a_text {
    width: 68vw;
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
}
.lp section.sec_qa .ans_open::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 24px;
  left: 30px;
  width: 70px;
  height: 55px;
  background: url(../img/qa_a_icon.png) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .lp section.sec_qa .ans_open::before {
    top: 3.2vw;
    left: 4vw;
    width: 9.3333333333vw;
    height: 7.3333333333vw;
  }
}
.lp .sec_cta {
  background-color: #ffffff;
  padding: 52px 0 62px;
}
@media screen and (max-width: 750px) {
  .lp .sec_cta {
    padding: 6.9333333333vw 0 8.2666666667vw;
  }
}
.lp .contact_form {
  background-color: #0079bf;
  padding: 70px 0 80px;
}
@media screen and (max-width: 750px) {
  .lp .contact_form {
    padding: 9.3333333333vw 0 10.6666666667vw;
  }
}
.lp .contact_form .contact_form_title {
  font-size: 47px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp .contact_form .contact_form_title {
    font-size: 6.2666666667vw;
  }
}
.lp .contact_form .contact_form_list {
  width: 650px;
  margin: 38px auto 0;
}
@media screen and (max-width: 750px) {
  .lp .contact_form .contact_form_list {
    width: 86.6666666667vw;
    margin: 5.0666666667vw auto 0;
  }
}
.lp .contact_form .contact_form_list li {
  width: 100%;
  margin-bottom: 22px;
}
@media screen and (max-width: 750px) {
  .lp .contact_form .contact_form_list li {
    margin-bottom: 2.9333333333vw;
  }
}
.lp .contact_form .contact_form_list li.li2 {
  display: flex;
  justify-content: center;
  column-gap: 26px;
}
.lp .contact_form .contact_form_list li.li2 .w312 {
  width: 312px;
}
@media screen and (max-width: 750px) {
  .lp .contact_form .contact_form_list li.li2 {
    column-gap: 3.4666666667vw;
  }
  .lp .contact_form .contact_form_list li.li2 .w312 {
    width: 41.6vw;
  }
}
.lp .contact_form .contact_form_list li .form_head {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 32px;
}
@media screen and (max-width: 750px) {
  .lp .contact_form .contact_form_list li .form_head {
    margin-bottom: 2vw;
    font-size: 3.7333333333vw;
    line-height: 4.2666666667vw;
  }
}
.lp .contact_form .contact_form_list li .form_head .req {
  display: inline-block;
  margin-left: 10px;
  width: 60px;
  height: 32px;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  background-color: #c1272d;
}
@media screen and (max-width: 750px) {
  .lp .contact_form .contact_form_list li .form_head .req {
    margin-left: 1.3333333333vw;
    width: 8vw;
    height: 4.2666666667vw;
    font-size: 2.9333333333vw;
    line-height: 3.7333333333vw;
  }
}
.lp .contact_form .contact_form_list li .form_data.personal_info {
  width: 100%;
  height: 260px;
  border-radius: 10px;
  background-color: #ffffff;
  overflow-y: scroll;
  padding: 1em 0 1em 1em;
}
@media screen and (max-width: 750px) {
  .lp .contact_form .contact_form_list li .form_data.personal_info {
    width: 100%;
    height: 34.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.lp .contact_form .contact_form_list li .form_data.personal_info .personal_info_text {
  width: 580px;
  font-size: 26px;
  color: #1a1a1a;
  line-height: 38px;
}
.lp .contact_form .contact_form_list li .form_data.personal_info .personal_info_text strong {
  font-weight: 700;
}
.lp .contact_form .contact_form_list li .form_data.personal_info .personal_info_text.text_right {
  text-align: right;
}
.lp .contact_form .contact_form_list li .form_data.personal_info .personal_info_text a.tel_link {
  text-decoration: underline;
  color: inherit;
}
@media screen and (max-width: 750px) {
  .lp .contact_form .contact_form_list li .form_data.personal_info .personal_info_text {
    width: 77.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 5.0666666667vw;
  }
}
.lp .contact_form input[type=text], .lp .contact_form input[type=name], .lp .contact_form input[type=tel], .lp .contact_form input[type=email], .lp .contact_form select, .lp .contact_form textarea {
  box-sizing: border-box;
  outline: none;
  border: none;
  border-radius: 10px;
  background-color: #ffffff;
  width: 100%;
  height: 100px;
  padding: 0 40px;
  font-size: 28px;
  font-family: inherit;
}
.lp .contact_form input[type=text]::placeholder, .lp .contact_form input[type=name]::placeholder, .lp .contact_form input[type=tel]::placeholder, .lp .contact_form input[type=email]::placeholder, .lp .contact_form select::placeholder, .lp .contact_form textarea::placeholder {
  color: #cccccc;
}
@media screen and (max-width: 750px) {
  .lp .contact_form input[type=text], .lp .contact_form input[type=name], .lp .contact_form input[type=tel], .lp .contact_form input[type=email], .lp .contact_form select, .lp .contact_form textarea {
    border-radius: 1.3333333333vw;
    width: 100%;
    height: 13.3333333333vw;
    padding: 0 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.lp .contact_form textarea {
  padding: 1em 40px;
  height: 300px;
}
@media screen and (max-width: 750px) {
  .lp .contact_form textarea {
    padding: 1em 5.3333333333vw;
    height: 40vw;
  }
}
.lp .contact_form .agree_box {
  margin: 46px auto 35px;
  width: fit-content;
}
.lp .contact_form .agree_box .wpcf7-list-item {
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  .lp .contact_form .agree_box {
    margin: 6.1333333333vw auto 4.6666666667vw;
    position: relative;
  }
}
.lp .contact_form .agree_box .checkbox-input {
  display: none;
}
.lp .contact_form .agree_box input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.lp .contact_form .agree_box .wpcf7-list-item-label {
  padding-left: 52px;
  display: block;
  position: relative;
  font-size: 28px;
  color: #ffffff;
  line-height: 34px;
}
@media screen and (max-width: 750px) {
  .lp .contact_form .agree_box .wpcf7-list-item-label {
    padding-left: 6.9333333333vw;
    font-size: 3.7333333333vw;
    line-height: 4.5333333333vw;
  }
}
.lp .contact_form .agree_box .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .lp .contact_form .agree_box .wpcf7-list-item-label::before {
    top: 0;
    left: 0;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    border: none;
    border-radius: 0.6666666667vw;
  }
}
.lp .contact_form .agree_box input:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 10px;
  width: 12px;
  height: 30px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 5px solid #000000;
  border-right: 5px solid #000000;
}
@media screen and (max-width: 750px) {
  .lp .contact_form .agree_box input:checked + .wpcf7-list-item-label::after {
    top: -0.8vw;
    left: 1.3333333333vw;
    width: 1.6vw;
    height: 4vw;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 0.6666666667vw solid #000000;
    border-right: 0.6666666667vw solid #000000;
  }
}
.lp .contact_form .form_btn {
  border: none;
  outline: none;
  cursor: pointer;
  display: block;
}
@media (any-hover: hover) {
  .lp .contact_form .form_btn:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
.lp .contact_form #btn_conf {
  background: url(../img/send_btn.png) no-repeat center 0/100%;
  width: 606px;
  height: 124px;
  margin-inline: auto;
  filter: drop-shadow(15px 15px 8px rgba(0, 0, 0, 0.2));
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .lp .contact_form #btn_conf {
    width: 80.8vw;
    height: 16.5333333333vw;
    margin-inline: auto;
    filter: drop-shadow(2vw 2vw 1.0666666667vw rgba(0, 0, 0, 0.2));
    font-size: 4.2666666667vw;
  }
}
.lp .contact_form #btn_send {
  background: url(../img/send_btn.png) no-repeat center 0/100%;
  width: 606px;
  height: 124px;
  margin-inline: auto;
  filter: drop-shadow(15px 15px 8px rgba(0, 0, 0, 0.2));
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .lp .contact_form #btn_send {
    width: 80.8vw;
    height: 16.5333333333vw;
    margin-inline: auto;
    filter: drop-shadow(2vw 2vw 1.0666666667vw rgba(0, 0, 0, 0.2));
    font-size: 4.2666666667vw;
  }
}
.lp .contact_form #btn_back {
  background: url(../img/back_btn.png) no-repeat center 0/100%;
  width: 606px;
  height: 124px;
  margin: 76px auto 36px;
  filter: drop-shadow(15px 15px 8px rgba(0, 0, 0, 0.2));
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .lp .contact_form #btn_back {
    width: 80.8vw;
    height: 16.5333333333vw;
    margin: 10.1333333333vw auto 4.8vw;
    filter: drop-shadow(2vw 2vw 1.0666666667vw rgba(0, 0, 0, 0.2));
    font-size: 4.2666666667vw;
  }
}
.lp .contact_form.confirm .confirm_top_text {
  margin-top: 54px;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  line-height: 54px;
}
@media screen and (max-width: 750px) {
  .lp .contact_form.confirm .confirm_top_text {
    margin-top: 7.2vw;
    font-size: 3.7333333333vw;
    line-height: 7.2vw;
  }
}
.lp .contact_form.confirm .contact_form_list {
  width: 650px;
  margin: 64px auto 0;
}
@media screen and (max-width: 750px) {
  .lp .contact_form.confirm .contact_form_list {
    width: 86.6666666667vw;
    margin: 8.5333333333vw auto 0;
  }
}
.lp .contact_form.confirm .contact_form_list li {
  width: 100%;
  margin-bottom: 45px;
}
@media screen and (max-width: 750px) {
  .lp .contact_form.confirm .contact_form_list li {
    margin-bottom: 6vw;
  }
}
.lp .contact_form.confirm .contact_form_list li.li2 {
  display: flex;
  justify-content: center;
  column-gap: 26px;
}
.lp .contact_form.confirm .contact_form_list li.li2 .w312 {
  width: 312px;
}
@media screen and (max-width: 750px) {
  .lp .contact_form.confirm .contact_form_list li.li2 {
    column-gap: 3.4666666667vw;
  }
  .lp .contact_form.confirm .contact_form_list li.li2 .w312 {
    width: 41.6vw;
  }
}
.lp .contact_form.confirm .contact_form_list li .form_head {
  padding-bottom: 16px;
  border-bottom: 2px #ffffff solid;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 32px;
}
@media screen and (max-width: 750px) {
  .lp .contact_form.confirm .contact_form_list li .form_head {
    padding-bottom: 2.1333333333vw;
    border-bottom: 0.2666666667vw #ffffff solid;
    font-size: 3.7333333333vw;
    line-height: 4.2666666667vw;
  }
}
.lp .contact_form.confirm .contact_form_list li .form_head .req {
  display: inline-block;
  margin-left: 10px;
  width: 60px;
  height: 32px;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  background-color: #c1272d;
}
@media screen and (max-width: 750px) {
  .lp .contact_form.confirm .contact_form_list li .form_head .req {
    margin-left: 1.3333333333vw;
    width: 8vw;
    height: 4.2666666667vw;
    font-size: 2.9333333333vw;
    line-height: 3.7333333333vw;
  }
}
.lp .contact_form.confirm .contact_form_list li .form_data {
  padding: 0 40px;
  font-size: 28px;
  line-height: 52px;
  color: #ffffff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .lp .contact_form.confirm .contact_form_list li .form_data {
    padding: 0 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
}
.lp .contact_form.thanks {
  background-color: #0079bf;
  padding: 70px 0 80px;
}
@media screen and (max-width: 750px) {
  .lp .contact_form.thanks {
    padding: 9.3333333333vw 0 10.6666666667vw;
  }
}
.lp .contact_form.thanks .contact_form_title {
  font-size: 47px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp .contact_form.thanks .contact_form_title {
    font-size: 6.2666666667vw;
  }
}
.lp .contact_form.thanks .thanks_text {
  font-size: 28px;
  color: #ffffff;
  line-height: 54px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp .contact_form.thanks .thanks_text {
    font-size: 3.7333333333vw;
    line-height: 7.2vw;
  }
}
.lp .contact_form.thanks #btn_homeback {
  background: url(../img/send_btn.png) no-repeat center 0/100%;
  width: 606px;
  height: 124px;
  margin: 120px auto 0;
  filter: drop-shadow(15px 15px 8px rgba(0, 0, 0, 0.2));
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .lp .contact_form.thanks #btn_homeback {
    width: 80.8vw;
    height: 16.5333333333vw;
    margin: 16vw auto 0;
    filter: drop-shadow(2vw 2vw 1.0666666667vw rgba(0, 0, 0, 0.2));
    font-size: 4.2666666667vw;
  }
}
.lp footer {
  background-color: #000000;
  padding: 95px 70px 100px;
}
@media screen and (max-width: 750px) {
  .lp footer {
    padding: 12.6666666667vw 9.3333333333vw 13.3333333333vw;
  }
}
.lp footer .footer_logo {
  width: 213px;
}
@media screen and (max-width: 750px) {
  .lp footer .footer_logo {
    width: 28.4vw;
  }
}
.lp footer .footer_text1 {
  margin-top: 52px;
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.06em;
  line-height: 57px;
}
@media screen and (max-width: 750px) {
  .lp footer .footer_text1 {
    margin-top: 6.9333333333vw;
    font-size: 4.6666666667vw;
    line-height: 7.6vw;
  }
}
.lp footer .footer_address {
  margin-top: 30px;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 0.06em;
  line-height: 56px;
}
@media screen and (max-width: 750px) {
  .lp footer .footer_address {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
  }
}
.lp footer .footer_address a {
  color: #fff;
}
.lp footer .footer_link_wrap {
  margin-top: 75px;
  display: flex;
}
@media screen and (max-width: 750px) {
  .lp footer .footer_link_wrap {
    margin-top: 10vw;
  }
}
.lp footer .footer_link_wrap .footer_link_box {
  width: 50%;
}
.lp footer .footer_link_wrap .footer_link_box .tit {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.22em;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .lp footer .footer_link_wrap .footer_link_box .tit {
    font-size: 3.7333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.lp footer .footer_link_wrap .footer_link_box li a {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .lp footer .footer_link_wrap .footer_link_box li a {
    font-size: 3.7333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.lp footer .footer_sns_list {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  column-gap: 22px;
}
@media screen and (max-width: 750px) {
  .lp footer .footer_sns_list {
    margin-top: 5.0666666667vw;
    column-gap: 2.9333333333vw;
  }
}
.lp footer .footer_sns_list li a {
  display: block;
  width: 80px;
}
@media screen and (max-width: 750px) {
  .lp footer .footer_sns_list li a {
    width: 10.6666666667vw;
  }
}
.lp footer .foot_bnr_area {
  width: 630px;
  height: 201px;
  margin: 30px auto 0;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .lp footer .foot_bnr_area {
    width: 84vw;
    height: 26.8vw;
    margin: 4vw auto 0;
  }
}
.lp footer .foot_bnr_area .footer_bnr {
  width: 594px;
  margin: 0 auto;
  padding: 24px 0 8px;
}
@media screen and (max-width: 750px) {
  .lp footer .foot_bnr_area .footer_bnr {
    width: 79.2vw;
    padding: 3.2vw 0 1.0666666667vw;
  }
}
.lp footer .foot_bnr_area .bot_logo {
  width: 298px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lp footer .foot_bnr_area .bot_logo {
    width: 39.7333333333vw;
  }
}/*# sourceMappingURL=style.css.map */