@charset "UTF-8";
html {
  font-size: 62.5%;
  color: #191a30;
  scroll-behavior: smooth;
}

body {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #191a30;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-feature-settings: "palt";
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.impact {
  font-family: "Impact", sans-serif;
}

img {
  width: 100%;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

header {
  width: 94%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-block: 1.3%;
}
header .logo {
  width: 21.1979166667vw;
}
header .list_btn {
  display: flex;
  gap: 0 1em;
}
header .list_btn a {
  width: 17.5520833333vw;
  display: block;
  align-items: center;
  border-radius: 999px;
  border: 2px solid #134586;
  box-shadow: 0 0.2vw 0px 0px #134586;
  position: relative;
}
header .list_btn a.btn_contact {
  background-color: #ef7a00;
  font-size: 1.25vw;
  font-weight: 700;
  color: #fff;
  padding-left: 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .list_btn a.btn_contact:before {
  position: absolute;
  content: "";
  background-image: url(../img/icon_contact.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.6145833333vw;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
header .list_btn a.btn_tel {
  background-color: #ffef3c;
  text-align: center;
  padding-left: 6%;
  line-height: 1;
  color: #134586;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .list_btn a.btn_tel:before {
  position: absolute;
  content: "";
  background-image: url(../img/icon_tel.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.6145833333vw;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
header .list_btn a.btn_tel span {
  font-size: 1.71875vw;
  display: block;
}
header .list_btn a.btn_tel small {
  font-size: 0.7291666667vw;
  font-weight: 500;
}

.mv {
  width: 100%;
  aspect-ratio: 1920/717;
  background-image: url(../img/back_mv.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.mv .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60.1041666667vw;
  margin: auto;
}

.price {
  padding-block: 5% 7%;
}
.price h2 {
  font-size: 3.125vw;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  color: #134586;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.price h2 .fukuro {
  display: inline-block;
  width: 16.0416666667vw;
}
.price .date {
  font-size: 1.7708333333vw;
  text-align: center;
  margin-block: 1em 0.4em;
}
.price .date span.poppins {
  margin-left: 0.6em;
}
.price .date span.slash {
  font-weight: 400;
  font-size: 0.7em;
  vertical-align: 8%;
}
.price .caution {
  font-size: 0.8333333333vw;
  text-align: center;
  margin-bottom: 2%;
}
.price h3 {
  font-size: 2.0833333333vw;
  font-weight: 700;
  line-height: 1;
  color: #134586;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 1.2em 0.4em;
  margin: 0 auto 2%;
  border: 2px #134586 solid;
  border-radius: 999px;
}
.price .wrap_pikasen .box {
  position: relative;
  max-width: 70rem;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 4%;
  background-color: #fff;
  padding: 3em;
  border-radius: 2em;
  border: 2px #134586 solid;
  box-shadow: 0 3px 0 #134586;
}
.price .wrap_pikasen .box .img img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 37rem;
  aspect-ratio: 250/168;
}
.price .wrap_pikasen .box .popup_text {
  position: absolute;
  width: 23vw;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1.4em 1.8em;
  font-size: 0.8333333333vw;
  border: 1px #191a30 solid;
  border-radius: 0.6em;
  background-color: #fff;
  z-index: 999;
}
.price .wrap_pikasen .box .popup_text:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}
.price .wrap_pikasen .box .popup_text:after {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #191a30;
  z-index: 1;
}
.price .wrap_pikasen .box .text {
  font-size: 0.9375vw;
  font-weight: 700;
  line-height: 1.3;
}
.price .wrap_pikasen .box .text .name {
  font-size: 1.7em;
}
.price .wrap_pikasen .box .text .red {
  color: #d51e10;
}
.price .wrap_pikasen .box .text .red .big {
  font-size: 2.5em;
}
.price .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw 0.8%;
  max-width: 120rem;
  margin: 2.4% auto 4%;
}
.price .wrap .img img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 30rem;
  aspect-ratio: 236/147;
}
.price .wrap .box {
  position: relative;
  width: 24.4%;
  display: block;
  background-color: #fff;
  padding: 2.4%;
  border-radius: 2em;
  border: 2px #134586 solid;
  box-shadow: 0 3px 0 #134586;
}
.price .wrap .box .popup_text {
  position: absolute;
  width: 23vw;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1.4em 1.8em;
  font-size: 0.8333333333vw;
  border: 1px #191a30 solid;
  border-radius: 0.6em;
  background-color: #fff;
  z-index: 999;
}
.price .wrap .box .popup_text:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}
.price .wrap .box .popup_text:after {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #191a30;
  z-index: 1;
}
.price .wrap .box .img {
  margin: auto;
}
.price .wrap .box .text {
  font-size: 0.6770833333vw;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.8em;
}
.price .wrap .box .text .name {
  font-size: 1.7em;
}
.price .wrap .box .text .red {
  color: #d51e10;
}
.price .wrap .box .text .red .big {
  font-size: 2.5em;
}
.price a.btn {
  font-size: 2.2916666667vw;
  font-weight: 700;
  color: #fff;
  width: 36.1458333333vw;
  margin: auto;
  display: block;
  align-items: center;
  border-radius: 999px;
  border: 2px solid #134586;
  box-shadow: 0 0.3vw 0px 0px #134586;
  background-color: #ef7a00;
  text-align: center;
  line-height: 1;
  padding-block: 0.8em 1em;
}

.worries {
  background-color: #e5e5e5;
  padding-block: 6%;
}
.worries h2 {
  font-size: 3.125vw;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  color: #134586;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  letter-spacing: 0.04em;
}
.worries h2 .fukuro {
  display: inline-block;
  width: 10.4166666667vw;
}
.worries .box {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0 5%;
  margin: 2% auto 0;
}
.worries .box .img {
  width: 10.9895833333vw;
}
.worries .box ul {
  width: 37.1354166667vw;
  display: flex;
  flex-direction: column;
  gap: 1.4vw;
}
.worries .box ul li {
  font-size: 1.6666666667vw;
  color: #191a30;
  font-weight: 700;
  background-color: #fff;
  border-radius: 1vw;
  display: flex;
  align-items: center;
  gap: 0 2%;
  padding: 3% 5%;
}
.worries .box ul li .icon {
  width: 2.96875vw;
}

.reason {
  background-color: #ef7a00;
  padding-block: 5%;
}
.reason h2 {
  font-size: 3.125vw;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  line-height: 1;
  color: #134586;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  letter-spacing: 0.04em;
}
.reason h2 .fukuro {
  display: block;
  width: 23.9583333333vw;
  margin: 4% auto 0;
}
.reason ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 88.5416666667vw;
  margin: 3% auto 0;
}
.reason ul li {
  background-color: #fff;
  border-radius: 4px;
  width: 24%;
  padding: 3% 2.6%;
  box-shadow: 0.2vw 0.2vw 0 0px #ffef3c;
  position: relative;
}
.reason ul li .number {
  font-size: 2.5520833333vw;
  width: 5vw;
  text-align: center;
  position: absolute;
  left: 12%;
  top: -0.4em;
  color: #ffef3c;
  background-color: #ef7a00;
  border-radius: 50%;
  aspect-ratio: 1/1;
  padding: 0.4em;
  line-height: 2.8125vw;
}
.reason ul li h3 {
  font-size: 1.0416666667vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin-block: 0.8em;
}
.reason ul li h3 span {
  font-size: 1.5em;
  font-weight: 700;
  color: #ef7a00;
}
.reason ul li h3 span.little {
  font-size: 1.3em;
}
.reason ul li .lead {
  font-size: 0.8333333333vw;
  text-align: justify;
}

.industry {
  background-color: #eee;
  padding-block: 7%;
}
.industry h2 {
  font-size: 3.125vw;
  font-weight: 700;
  line-height: 1;
  color: #134586;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  letter-spacing: 0.04em;
}
.industry h2 .fukuro {
  display: inline-block;
  width: 19.1666666667vw;
  margin: 0 auto 0.2em;
}
.industry ul {
  display: flex;
  flex-wrap: wrap;
  width: 50.6770833333vw;
  margin: auto;
  justify-content: space-between;
  gap: 2vw 0;
  margin-top: 3%;
}
.industry ul li .img {
  width: 14.5833333333vw;
}
.industry ul li p {
  font-size: 1.4583333333vw;
  font-weight: 700;
  text-align: center;
  margin-top: 0.4em;
}
.industry .text {
  font-size: 1.4583333333vw;
  font-weight: 500;
  color: #191a30;
  border: 1px solid #999;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 4px;
  padding: 0.2em 1.2em 0.4em;
  background-color: #fff;
  letter-spacing: 0.06em;
  margin-top: 3%;
}
.industry .text span {
  color: #ef7a00;
  font-weight: 700;
}

.flow {
  padding-block: 7%;
}
.flow h2 {
  font-size: 1.0416666667vw;
  font-weight: 500;
  color: #134586;
  margin: auto;
  text-align: center;
  letter-spacing: 0.04em;
}
.flow h2 span {
  font-size: 4.0625vw;
  line-height: 1;
  color: #ef7a00;
  width: -moz-fit-content;
  width: fit-content;
}
.flow ul {
  width: 62.5vw;
  margin: 2% auto 0;
}
.flow ul li {
  padding: 5%;
  position: relative;
}
.flow ul li:nth-child(odd) {
  background-color: #eee;
}
.flow ul li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.9vw;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
  border-width: 2vw 4vw 0 4vw;
  z-index: 1;
}
.flow ul li:nth-of-type(2):after {
  border-color: #fff transparent transparent transparent;
}
.flow ul li:nth-of-type(2) {
  padding-top: 7%;
}
.flow ul li .list {
  display: flex;
  gap: 0 3%;
}
.flow ul li .list .img {
  width: 13.5416666667vw;
}
.flow ul li .list .text_area {
  width: 40.625vw;
}
.flow ul li .list .text_area h3 {
  font-size: 1.40625vw;
  font-weight: 700;
  color: #ef7a00;
  line-height: 1;
  margin-bottom: 0.6em;
}
.flow ul li .list .text_area p {
  font-size: 1.0416666667vw;
}
.flow .list_btn {
  margin-top: 3%;
}
.flow .list_btn .box {
  display: flex;
  gap: 0 2%;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.flow .list_btn .box a {
  width: 25.5208333333vw;
  display: block;
  align-items: center;
  border-radius: 999px;
  border: 2px solid #134586;
  box-shadow: 0 0.2vw 0px 0px #134586;
  position: relative;
}
.flow .list_btn .box a.btn_contact {
  background-color: #ef7a00;
  font-size: 1.8229166667vw;
  font-weight: 700;
  color: #fff;
  padding-left: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 6vw;
}
.flow .list_btn .box a.btn_contact:before {
  position: absolute;
  content: "";
  background-image: url(../img/icon_contact.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.3958333333vw;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
.flow .list_btn .box a.btn_tel {
  background-color: #ffef3c;
  text-align: center;
  padding-left: 4%;
  line-height: 1;
  color: #134586;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flow .list_btn .box a.btn_tel:before {
  position: absolute;
  content: "";
  background-image: url(../img/icon_tel.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.3958333333vw;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
.flow .list_btn .box a.btn_tel span {
  font-size: 2.4479166667vw;
  display: block;
}
.flow .list_btn .box a.btn_tel small {
  font-size: 0.9895833333vw;
  font-weight: 500;
}
.flow .list_btn .calendar {
  display: block;
  font-size: 1.5104166667vw;
  font-weight: 500;
  background-color: #134586;
  border-radius: 999px;
  color: #fff;
  margin: 1.5% auto 0 52.6%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7em 3.5em;
  line-height: 1;
}

.access {
  padding-block: 7%;
  background-color: #eee;
}
.access h2 {
  font-size: 1.0416666667vw;
  font-weight: 500;
  color: #134586;
  margin: auto;
  text-align: center;
  letter-spacing: 0.04em;
}
.access h2 span {
  font-size: 4.0625vw;
  line-height: 1;
  color: #ef7a00;
  width: -moz-fit-content;
  width: fit-content;
}
.access .list {
  display: flex;
  width: 62.5vw;
  margin: 2% auto 0;
}
.access .list .text {
  background-color: #fff;
  padding: 4%;
  font-size: 1.0416666667vw;
  width: 40%;
}
.access .list .map_box {
  width: 60%;
}
.access .list .map_box .map {
  width: 100%;
  aspect-ratio: 650/370;
}

.faq {
  padding-block: 7%;
}
.faq h2 {
  font-size: 1.0416666667vw;
  font-weight: 500;
  color: #134586;
  margin: auto;
  text-align: center;
  letter-spacing: 0.04em;
}
.faq h2 span {
  font-size: 4.0625vw;
  line-height: 1;
  color: #ef7a00;
  width: -moz-fit-content;
  width: fit-content;
}
.faq .wrap {
  display: flex;
  flex-direction: column;
  width: 62.5vw;
  margin: 4rem auto 0;
  gap: 2vw;
}
.faq .wrap details {
  border: 2px solid #ef7a00;
  border-radius: 1vw;
  background-color: #fff;
}
.faq .wrap details summary {
  font-size: 1.4583333333vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: justify;
  display: flex;
  gap: 0 4%;
  align-items: center;
  margin: 2.4% 3%;
  padding-right: 10%;
  position: relative;
}
.faq .wrap details summary .btn {
  position: absolute;
  top: 13%;
  right: 0;
  width: 26px;
  height: 26px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.faq .wrap details summary .btn:before, .faq .wrap details summary .btn:after {
  content: "";
  background-color: #ef7a00;
  border-radius: 10px;
  width: 25px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 0;
  transform-origin: center center;
}
.faq .wrap details summary .btn:before {
  width: 2px;
  height: 25px;
  top: 0;
  left: 11px;
}
.faq .wrap details summary.is-active .btn {
  transform: rotate(-180deg);
}
.faq .wrap details summary.is-active .btn:before {
  content: none;
}
.faq .wrap details summary .gt {
  width: 2.8645833333vw;
  display: inline-block;
  font-size: 1.6666666667vw;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 2.8645833333vw;
  border-radius: 50%;
  background-color: #134586;
  aspect-ratio: 1/1;
}
.faq .wrap details summary .text {
  width: 48.4375vw;
}
.faq .wrap details .answer {
  font-size: 1.0416666667vw;
  display: flex;
  gap: 4%;
  align-items: center;
  margin: 0% 7% 3% 3%;
  letter-spacing: 0.06em;
}
.faq .wrap details .answer .gt {
  width: 2.8645833333vw;
  display: inline-block;
  font-size: 1.6666666667vw;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 2.8645833333vw;
  border-radius: 50%;
  background-color: #ef7a00;
  aspect-ratio: 1/1;
}
.faq .wrap details .answer .text {
  width: 48.4375vw;
}

.company {
  padding-block: 7%;
  background-color: #eee;
}
.company h2 {
  font-size: 1.0416666667vw;
  font-weight: 500;
  color: #134586;
  margin: auto;
  text-align: center;
  letter-spacing: 0.04em;
}
.company h2 span {
  font-size: 4.0625vw;
  line-height: 1;
  color: #ef7a00;
  width: -moz-fit-content;
  width: fit-content;
}
.company table {
  max-width: 97rem;
  margin: 2% auto 0;
  font-size: 0.8333333333vw;
}
.company table tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.company table tr th {
  background-color: #f5f5f5;
  width: 20%;
  padding: 2% 3%;
  font-weight: 500;
}
.company table tr td {
  background-color: #fff;
  padding: 2% 3%;
  width: 80%;
}
.company table tr td a {
  color: #134586;
  text-decoration: underline;
}
.company table tr td dl {
  display: flex;
}
.company table tr td dl dt {
  width: 14%;
  font-weight: 500;
}
.company table tr td dl dd {
  width: 86%;
}

.cv_area {
  padding-block: 4%;
  background-color: #ef7a00;
}
.cv_area h2 {
  font-size: 1.0416666667vw;
  font-weight: 500;
  color: #fff;
  margin: auto;
  text-align: center;
  letter-spacing: 0.04em;
}
.cv_area h2 span {
  font-size: 4.0625vw;
  line-height: 1;
  color: #134586;
  width: -moz-fit-content;
  width: fit-content;
}
.cv_area .list_btn {
  display: flex;
  gap: 0 2%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.4% auto 0;
}
.cv_area .list_btn a {
  width: 25.5208333333vw;
  display: block;
  align-items: center;
  border-radius: 999px;
  border: 2px solid #134586;
  box-shadow: 0 0.2vw 0px 0px #134586;
  position: relative;
}
.cv_area .list_btn a.btn_contact {
  background-color: #ffef3c;
  font-size: 1.8229166667vw;
  font-weight: 700;
  color: #134586;
  padding-left: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 6vw;
}
.cv_area .list_btn a.btn_contact:before {
  position: absolute;
  content: "";
  background-image: url(../img/icon_contact_b.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.3958333333vw;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
.cv_area .list_btn a.btn_tel {
  background-color: #fff;
  text-align: center;
  padding-left: 4%;
  line-height: 1;
  color: #134586;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cv_area .list_btn a.btn_tel:before {
  position: absolute;
  content: "";
  background-image: url(../img/icon_tel.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.3958333333vw;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
.cv_area .list_btn a.btn_tel span {
  font-size: 2.4479166667vw;
  display: block;
}
.cv_area .list_btn a.btn_tel small {
  font-size: 0.9895833333vw;
  font-weight: 500;
}
.cv_area .list_btn .calendar {
  display: block;
  font-size: 1.5104166667vw;
  background-color: #134586;
  border-radius: 999px;
  color: #fff;
  margin: 1.5% auto 0 53%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7em 3.5em;
  line-height: 1;
}
.cv_area p {
  font-size: 1.6666666667vw;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-top: 1.4em;
}

.fix_btn {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding-block: 1%;
  z-index: 999;
}
.fix_btn .list_btn {
  display: flex;
  gap: 0 2%;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.fix_btn .list_btn a {
  width: 25.5208333333vw;
  display: block;
  align-items: center;
  border-radius: 999px;
  border: 2px solid #134586;
  position: relative;
}
.fix_btn .list_btn a.btn_contact {
  background-color: #ef7a00;
  font-size: 1.8229166667vw;
  font-weight: 700;
  color: #fff;
  padding-left: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 5vw;
}
.fix_btn .list_btn a.btn_contact:before {
  position: absolute;
  content: "";
  background-image: url(../img/icon_contact.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.3958333333vw;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
.fix_btn .list_btn a.btn_tel {
  background-color: #ffef3c;
  text-align: center;
  padding-left: 4%;
  line-height: 1;
  color: #134586;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fix_btn .list_btn a.btn_tel:before {
  position: absolute;
  content: "";
  background-image: url(../img/icon_tel.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.3958333333vw;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
.fix_btn .list_btn a.btn_tel span {
  font-size: 2.0833333333vw;
  display: block;
}
.fix_btn .list_btn a.btn_tel small {
  font-size: 0.7291666667vw;
  font-weight: 500;
  margin-top: 0.1em;
}

footer {
  background-color: #134586;
  padding-block: 0.4%;
}
footer p {
  font-size: 0.7291666667vw;
  text-align: center;
  color: #fff;
}

/*footerまでスクロールしたら消す*/
.is_hidden {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header {
    width: 94%;
    padding-block: 3%;
  }
  header .logo {
    width: 33.6vw;
  }
  header .list_btn {
    display: flex;
    gap: 0 0.4em;
  }
  header .list_btn a {
    width: 27.4666666667vw;
    box-shadow: 0 0.4vw 0px 0px #134586;
  }
  header .list_btn a.btn_contact {
    font-size: 2.4vw;
    padding-left: 7%;
  }
  header .list_btn a.btn_contact:before {
    width: 2.5333333333vw;
    left: 10%;
  }
  header .list_btn a.btn_tel {
    padding-left: 6%;
  }
  header .list_btn a.btn_tel:before {
    width: 2.5333333333vw;
    left: 10%;
  }
  header .list_btn a.btn_tel span {
    font-size: 2.6666666667vw;
  }
  header .list_btn a.btn_tel small {
    font-size: 1.0666666667vw;
  }
  .mv {
    aspect-ratio: 750/810;
    background-image: url(../img/back_mv_sp.png);
  }
  .mv .ttl {
    width: 83.7333333333vw;
  }
  .price {
    padding-block: 8% 10%;
  }
  .price h2 {
    font-size: 6vw;
  }
  .price h2 .fukuro {
    width: 30.8vw;
  }
  .price h3 {
    font-size: 5.3333333333vw;
    margin: 0 auto 2%;
  }
  .price .date {
    font-size: 4.8vw;
  }
  .price .caution {
    font-size: 2.9333333333vw;
  }
  .price .wrap_pikasen .box {
    position: relative;
    width: 90%;
    margin: auto;
    gap: 0 2%;
    padding: 3%;
    border-radius: 2vw;
  }
  .price .wrap_pikasen .box .img {
    width: 45%;
  }
  .price .wrap_pikasen .box .popup_text {
    width: 100%;
    top: 100%;
    padding: 2em;
    font-size: 2.6666666667vw;
  }
  .price .wrap_pikasen .box .text {
    font-size: 2.6666666667vw;
    font-weight: 700;
    line-height: 1.3;
  }
  .price .wrap_pikasen .box .text .name {
    font-size: 1.2em;
  }
  .price .wrap_pikasen .box .text .red {
    color: #d51e10;
  }
  .price .wrap_pikasen .box .text .red .big {
    font-size: 2.5em;
  }
  .price .wrap {
    gap: 3vw 4%;
    width: 90%;
    margin: 4% auto 6%;
  }
  .price .wrap .box {
    width: 48%;
    padding: 3%;
    border-radius: 2vw;
  }
  .price .wrap .box .popup_text {
    width: 100%;
    top: 100%;
    padding: 2em;
    font-size: 2.6666666667vw;
  }
  .price .wrap .box .text {
    font-size: 2.6666666667vw;
  }
  .price .wrap .box .text .name {
    font-size: 1.2em;
  }
  .price .wrap .box .text .red {
    color: #d51e10;
  }
  .price .wrap .box .text .red .big {
    font-size: 2.5em;
  }
  .price a.btn {
    font-size: 4.8vw;
    width: 70%;
    border: 2px solid #134586;
    box-shadow: 0 0.8vw 0px 0px #134586;
    padding-block: 1em;
  }
  .worries {
    padding-block: 10%;
  }
  .worries h2 {
    font-size: 6vw;
  }
  .worries h2 .fukuro {
    width: 20vw;
  }
  .worries .box {
    display: flex;
    width: 86%;
    align-items: center;
    gap: 0 5%;
    margin: 5% auto 0;
  }
  .worries .box .img {
    width: 20%;
  }
  .worries .box ul {
    width: 80%;
    gap: 2vw 0;
  }
  .worries .box ul li {
    font-size: 3.7333333333vw;
    color: #191a30;
    font-weight: 700;
    background-color: #fff;
    border-radius: 2vw;
    display: flex;
    align-items: center;
    gap: 0 2%;
    padding: 3% 5%;
    line-height: 1.5;
  }
  .worries .box ul li .icon {
    width: 5.7vw;
  }
  .reason {
    padding-block: 12%;
  }
  .reason h2 {
    font-size: 6vw;
  }
  .reason h2 .fukuro {
    width: 46vw;
  }
  .reason ul {
    width: 90%;
    margin: 6% auto 0;
    gap: 6vw 0;
  }
  .reason ul li {
    border-radius: 2vw;
    width: 100%;
    padding: 7%;
    box-shadow: 1vw 1vw 0 0px #ffef3c;
  }
  .reason ul li .number {
    font-size: 8vw;
    width: 15vw;
    left: 4%;
    top: -0.4em;
    line-height: 8vw;
  }
  .reason ul li h3 {
    font-size: 4.2666666667vw;
  }
  .reason ul li .lead {
    font-size: 3.7333333333vw;
  }
  .industry {
    padding-block: 12%;
  }
  .industry h2 {
    font-size: 6vw;
    line-height: 1.4;
  }
  .industry h2 .fukuro {
    width: 36.8vw;
  }
  .industry ul {
    display: flex;
    flex-wrap: wrap;
    width: 86%;
    margin: auto;
    justify-content: space-between;
    gap: 4vw 0;
    margin-top: 5%;
  }
  .industry ul li {
    width: 47%;
  }
  .industry ul li .img {
    width: 100%;
  }
  .industry ul li p {
    font-size: 3.7333333333vw;
  }
  .industry .text {
    font-size: 5vw;
    margin-top: 8%;
  }
  .industry .text span {
    color: #ef7a00;
    font-weight: 700;
  }
  .flow {
    padding-block: 12%;
  }
  .flow h2 {
    font-size: 2.6666666667vw;
  }
  .flow h2 span {
    font-size: 10.4vw;
  }
  .flow ul {
    width: 90%;
    margin: 5% auto 0;
  }
  .flow ul li {
    padding: 7% 5%;
  }
  .flow ul li:not(:last-child):after {
    bottom: -2.6vw;
    border-width: 3vw 6vw 0 6vw;
  }
  .flow ul li:nth-of-type(2) {
    padding-top: 10%;
  }
  .flow ul li .list {
    display: flex;
    gap: 0 5%;
  }
  .flow ul li .list .img {
    width: 30%;
  }
  .flow ul li .list .text_area {
    width: 70%;
  }
  .flow ul li .list .text_area h3 {
    font-size: 3.7333333333vw;
    font-weight: 700;
    color: #ef7a00;
    line-height: 1;
    margin-bottom: 0.6em;
  }
  .flow ul li .list .text_area p {
    font-size: 3.2vw;
    text-align: justify;
  }
  .flow .list_btn {
    margin: 8% auto 0;
    width: 70%;
  }
  .flow .list_btn .box {
    flex-direction: column;
    gap: 4vw 0;
    width: 100%;
  }
  .flow .list_btn .box a {
    width: 100%;
    box-shadow: 0 0.6vw 0px 0px #134586;
  }
  .flow .list_btn .box a.btn_contact {
    font-size: 4.6666666667vw;
    padding-left: 4%;
    height: 14vw;
  }
  .flow .list_btn .box a.btn_contact:before {
    width: 6.1333333333vw;
    left: 8%;
  }
  .flow .list_btn .box a.btn_tel {
    height: 14vw;
    padding-left: 4%;
  }
  .flow .list_btn .box a.btn_tel:before {
    width: 6.1333333333vw;
    left: 8%;
  }
  .flow .list_btn .box a.btn_tel span {
    font-size: 6.2666666667vw;
  }
  .flow .list_btn .box a.btn_tel small {
    font-size: 2.5333333333vw;
    margin-top: 0.3em;
  }
  .flow .list_btn .calendar {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.2666666667vw;
    margin: 0 auto;
    width: 100%;
    height: 14vw;
    line-height: 1;
    margin-top: 4vw;
  }
  .access {
    padding-block: 12%;
  }
  .access h2 {
    font-size: 2.6666666667vw;
  }
  .access h2 span {
    font-size: 10.4vw;
  }
  .access .list {
    flex-direction: column;
    width: 90%;
    margin: 5% auto 0;
  }
  .access .list .text {
    width: 100%;
    padding: 6% 8%;
    font-size: 3.2vw;
    order: 2;
  }
  .access .list .map_box {
    width: 100%;
    order: 1;
  }
  .access .list .map_box .map {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .faq {
    padding-block: 12%;
  }
  .faq h2 {
    font-size: 2.6666666667vw;
  }
  .faq h2 span {
    font-size: 10.4vw;
  }
  .faq .wrap {
    width: 90%;
    margin: 5% auto 0;
    gap: 4vw 0;
  }
  .faq .wrap details summary {
    font-size: 3.4666666667vw;
    gap: 0 4%;
    margin: 5% 3%;
    padding-right: 12%;
  }
  .faq .wrap details summary .btn {
    top: 13%;
    width: 4.2vw;
    height: 4.2vw;
  }
  .faq .wrap details summary .btn:before, .faq .wrap details summary .btn:after {
    content: "";
    border-radius: 2px;
    width: 4.2vw;
    height: 2px;
    top: 1.8vw;
  }
  .faq .wrap details summary .btn:before {
    width: 2px;
    height: 4.2vw;
    top: 0;
    left: 1.8vw;
  }
  .faq .wrap details summary .gt {
    width: 8vw;
    font-size: 4.2666666667vw;
    line-height: 7.3333333333vw;
  }
  .faq .wrap details summary .text {
    width: 90%;
  }
  .faq .wrap details .answer {
    font-size: 3.4666666667vw;
    gap: 4%;
    margin: 0% 7% 5% 3%;
  }
  .faq .wrap details .answer .gt {
    width: 8vw;
    font-size: 4.2666666667vw;
    line-height: 7.3333333333vw;
  }
  .faq .wrap details .answer .text {
    width: 90%;
  }
  .company {
    padding-block: 12%;
  }
  .company h2 {
    font-size: 2.6666666667vw;
  }
  .company h2 span {
    font-size: 10.4vw;
  }
  .company table {
    max-width: 90%;
    margin: 5% auto 0;
    font-size: 3.4666666667vw;
  }
  .company table tr {
    display: flex;
    flex-direction: column;
  }
  .company table tr th {
    width: 100%;
    padding: 3% 6%;
  }
  .company table tr td {
    padding: 5% 6%;
    width: 100%;
  }
  .company table tr td dl {
    display: flex;
  }
  .company table tr td dl dt {
    width: 26%;
    font-weight: 500;
  }
  .company table tr td dl dd {
    width: 74%;
  }
  .cv_area {
    padding-block: 12%;
  }
  .cv_area h2 {
    font-size: 2.6666666667vw;
  }
  .cv_area h2 span {
    font-size: 10.4vw;
  }
  .cv_area .list_btn {
    flex-direction: column;
    gap: 4vw 0;
    width: 70%;
    margin: 3% auto 0;
  }
  .cv_area .list_btn a {
    width: 100%;
    box-shadow: 0 1vw 0px 0px #134586;
  }
  .cv_area .list_btn a.btn_contact {
    font-size: 4.6666666667vw;
    padding-left: 8%;
    height: 14vw;
  }
  .cv_area .list_btn a.btn_contact:before {
    width: 6.1333333333vw;
    left: 8%;
  }
  .cv_area .list_btn a.btn_tel {
    padding-left: 8%;
    height: 14vw;
  }
  .cv_area .list_btn a.btn_tel:before {
    width: 6.1333333333vw;
    left: 8%;
  }
  .cv_area .list_btn a.btn_tel span {
    font-size: 6.2666666667vw;
  }
  .cv_area .list_btn a.btn_tel small {
    font-size: 2.5333333333vw;
    margin-top: 0.4em;
  }
  .cv_area p {
    font-size: 4.2666666667vw;
    margin-top: 1.4em;
    line-height: 1.6;
  }
  .fix_btn {
    padding-block: 2%;
  }
  .fix_btn .list_btn {
    justify-content: space-between;
    gap: unset;
    width: 94%;
    margin: auto;
  }
  .fix_btn .list_btn a {
    width: 49.2%;
    border: 2px solid #134586;
    position: relative;
  }
  .fix_btn .list_btn a.btn_contact {
    font-size: 4vw;
    padding-left: 4%;
    height: 11vw;
  }
  .fix_btn .list_btn a.btn_contact:before {
    width: 4.8vw;
    left: 10%;
  }
  .fix_btn .list_btn a.btn_tel {
    padding-left: 6%;
  }
  .fix_btn .list_btn a.btn_tel:before {
    width: 4.8vw;
    left: 10%;
  }
  .fix_btn .list_btn a.btn_tel span {
    font-size: 4.2vw;
    display: block;
  }
  .fix_btn .list_btn a.btn_tel small {
    font-size: 2vw;
    margin-top: 0.1em;
  }
  footer {
    padding-block: 3%;
  }
  footer p {
    font-size: 2.6666666667vw;
  }
}/*# sourceMappingURL=style.css.map */