@charset "UTF-8";
body {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.4666666667vw;
  line-height: 1em;
  color: #2B333A;
  overflow-x: hidden;
}
body * {
  box-sizing: border-box;
  line-height: 1;
}
body a {
  text-decoration: none;
}
@media (any-hover: hover) {
  body a:hover {
    opacity: 0.8;
  }
}
body p {
  margin: 0;
}
body img {
  width: 100%;
  vertical-align: bottom;
}
body ul,
body li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body .pc_only {
  display: none !important;
}
body .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.wrapper {
  width: 100%;
  overflow-x: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 14.6666666667vw;
  background: #fff;
  box-shadow: 0vw 1.0666666667vw 1.0666666667vw rgba(21, 53, 99, 0.2);
}
header .inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 2vw 0 0;
}
header .logo {
  width: 17.4666666667vw;
  margin: 0 3.2vw 0 3.8666666667vw;
}
header .btn {
  display: flex;
  gap: 1.3333333333vw;
}
header .btn a {
  display: block;
  width: 29.3333333333vw;
  filter: drop-shadow(0vw 0.5333333333vw 0.4vw rgba(40, 46, 58, 0.2));
}
@media (any-hover: hover) {
  header .btn a:hover {
    opacity: 0.8;
  }
}
header .menu_trigger {
  position: relative;
  width: 8vw;
  height: 10.6666666667vw;
  margin: 0 0 0 4.6666666667vw;
}
header .menu_trigger.active span {
  height: 0.2666666667vw;
}
header .menu_trigger.active span:nth-of-type(1) {
  top: 5.0666666667vw;
  transform: rotate(45deg);
}
header .menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu_trigger.active span:nth-of-type(3) {
  top: 5.0666666667vw;
  transform: rotate(-45deg);
}
header .menu_trigger span {
  display: block;
  width: 8vw;
  height: 0.5333333333vw;
  background: #4D4D4D;
  position: absolute;
  transition: all 0.3s;
}
header .menu_trigger span:nth-of-type(1) {
  top: 2.4vw;
  transition-delay: 0.2s;
}
header .menu_trigger span:nth-of-type(2) {
  top: 5.0666666667vw;
}
header .menu_trigger span:nth-of-type(3) {
  top: 7.7333333333vw;
  transition-delay: 0.2s;
}

#nav_sp {
  opacity: 0;
  visibility: hidden;
  translate: 53.3333333333vw 0;
  position: fixed;
  top: 14.6666666667vw;
  right: 0;
  background: #fff;
  width: 53.3333333333vw;
  z-index: 98;
  transition: all 0.3s;
}
#nav_sp.active {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}
#nav_sp li {
  background: url(../img/nav_marker_sp.png) no-repeat 47.2vw center/1.4666666667vw;
  height: 13.3333333333vw;
  border-bottom: 1px solid #E6E6E6;
}
#nav_sp li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #2B333A;
  text-align: center;
  font-weight: 500;
}
#nav_sp .tel {
  width: 44.2666666667vw;
  margin: 0 auto;
  padding: 5.6vw 0 4.8vw;
}
#nav_sp .tel p {
  text-align: right;
  font-size: 2.9333333333vw;
  color: #555C61;
  margin: 1.3333333333vw 0 0;
}

#fv {
  background: url(../img/fv_bg_sp.png) no-repeat center 0/100% 100%;
  height: 147.3333333333vw;
  margin: 14.6666666667vw 0 -8.5333333333vw;
  position: relative;
  z-index: 2;
}
#fv .inner {
  padding: 1.4666666667vw 0 0 1.6vw;
}
#fv h1 {
  width: 101.7333333333vw;
}

#sv {
  background: url(../img/sv_bg_sp.jpg) no-repeat center 0/100% 100%;
  height: 622.2666666667vw;
  padding: 9.7333333333vw 0 0;
}
#sv .worries {
  background: url(../img/worries_inner_sp.png) no-repeat center 0/100%;
  width: 94.9333333333vw;
  height: 126.5333333333vw;
  margin: 0 4.6666666667vw 2.6666666667vw auto;
  padding: 17.8666666667vw 0 0;
}
#sv .worries .sub {
  text-align: center;
  font-size: 3.4666666667vw;
}
#sv .worries .sub span {
  background: #fff;
  border: 1px solid #808589;
  width: 28vw;
  height: 6.4vw;
  display: inline-block;
  color: #709EB8;
  font-size: 4vw;
  letter-spacing: 0.02em;
  padding: 0.8vw 0 0;
  margin: 0 0.9333333333vw 0 0;
}
#sv .worries .sub strong {
  display: block;
  font-size: 6.1333333333vw;
  line-height: 8.8vw;
  font-weight: 600;
  margin: 2.4vw 0 0;
}
#sv .worries .sub i {
  font-style: normal;
  color: #709EB8;
}
#sv .worries .list {
  position: relative;
  width: 100%;
  height: 65.3333333333vw;
  margin: 3.0666666667vw auto 0;
}
#sv .worries .list li {
  line-height: 4.4vw;
  letter-spacing: 0.04em;
  color: #2B333A;
  position: absolute;
  font-weight: 500;
}
#sv .worries .list li strong {
  color: #5C91AE;
}
#sv .worries .list li:nth-child(1) {
  top: 3.3333333333vw;
  left: 33.6vw;
}
#sv .worries .list li:nth-child(2) {
  top: 23.4666666667vw;
  left: 13.8666666667vw;
}
#sv .worries .list li:nth-child(3) {
  top: 23.4666666667vw;
  left: 49.6vw;
}
#sv .worries .list li:nth-child(4) {
  top: 44.2666666667vw;
  left: 8.5333333333vw;
}
#sv .worries .list li:nth-child(5) {
  top: 44.2666666667vw;
  left: 57.0666666667vw;
}
#sv .worries .txt {
  text-align: center;
  font-size: 4vw;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-left: 1em;
}
#sv .sect_title {
  margin: 0 0 84.5333333333vw 10.9333333333vw;
  font-size: 5.0666666667vw;
  line-height: 8.5333333333vw;
  font-weight: 700;
}
#sv .sect_title strong {
  font-weight: 700;
  color: #2A88DD;
}
#sv .sect_title .pop {
  display: block;
  background: url(../img/pop_sp.png) no-repeat center 0/100%;
  width: 44.4vw;
  height: 10.6666666667vw;
  color: #fff;
  text-align: center;
  font-size: 5.6vw;
  letter-spacing: 0;
  padding: 0.8vw 0 0;
  margin: 1.8666666667vw 0 -1.3333333333vw;
  position: relative;
  z-index: 2;
}
#sv .sect_title .str {
  font-size: 9.6vw;
  color: #2B333A;
}
#sv .sect_title .str strong {
  display: inline-block;
  width: fit-content;
  width: -moz-fit-content;
  border: 0.2666666667vw solid #2A88DD;
  background: #fff;
  height: 12vw;
  font-size: 9.0666666667vw;
  letter-spacing: 0;
  color: #FF6A00;
  padding: 0.9333333333vw 1.8666666667vw 0;
  margin: 0 0.6666666667vw 0.8vw 0;
  font-weight: 700;
}
#sv .sect_title .str i {
  display: block;
  font-style: normal;
  margin-top: 2vw;
}
#sv .review .sub {
  background: url(../img/review_ttl_sp.png) no-repeat center 0/100%;
  width: 76.4vw;
  height: 47.4666666667vw;
  margin: 0 0 0 6.5333333333vw;
  position: relative;
}
#sv .review .sub span {
  font-size: 3.4666666667vw;
  line-height: 3.3333333333vw;
  letter-spacing: 0.04em;
  color: #2A88DD;
  position: absolute;
  top: 21.3333333333vw;
  font-weight: 500;
}
#sv .review .sub p {
  font-size: 6.9333333333vw;
  letter-spacing: 0.04em;
  color: #2B333A;
  position: absolute;
  top: 20.9333333333vw;
  left: 46.6666666667vw;
  white-space: nowrap;
}
#sv .review .sub p strong {
  color: #FF6A00;
  font-weight: 700;
}
#sv .review .sub p i {
  font-style: normal;
  display: block;
  margin: 3.4666666667vw 0 0 -30.6666666667vw;
}
#sv .review .review_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0 4vw;
}
#sv .review .review_list li {
  background: url(../img/review_box01_sp.png) no-repeat center 0/100%;
  width: 43.4666666667vw;
  height: 85.3333333333vw;
  padding: 6.4vw 0 0;
}
#sv .review .review_list li:nth-child(3) {
  order: 4;
}
#sv .review .review_list li:nth-child(4) {
  order: 3;
}
#sv .review .review_list li:nth-child(5) {
  order: 5;
}
#sv .review .review_list li:nth-child(6) {
  order: 6;
}
#sv .review .review_list li:nth-child(3), #sv .review .review_list li:nth-child(4) {
  background: url(../img/review_box02_sp.png) no-repeat center 0/100%;
  height: 84.1333333333vw;
}
#sv .review .review_list li:nth-child(5), #sv .review .review_list li:nth-child(6) {
  background: url(../img/review_box03_sp.png) no-repeat center 0/100%;
  height: 90.4vw;
}
#sv .review .review_list li img {
  width: 27.2vw;
  margin: 0 0 2.4vw 2.2666666667vw;
}
#sv .review .review_list li p {
  width: 37.0666666667vw;
  margin: 0 auto;
  line-height: 7.2vw;
  letter-spacing: 0.04em;
  color: #2B333A;
  font-weight: 500;
}
#sv .review .review_list li p strong {
  background: #C1E3F8;
}

#feature {
  background: url(../img/feat_bg_sp.jpg) no-repeat center 0/100% 100%;
  height: 789.4666666667vw;
  padding: 13.0666666667vw 0 0;
}
#feature .sect_title {
  text-align: center;
  margin-bottom: 15.8666666667vw;
}
#feature .sect_title span {
  display: block;
  background: url(../img/feat_ttl_sp.png) no-repeat center 0/100%;
  width: 48.9333333333vw;
  height: 10.4vw;
  color: #fff;
  margin: 0 auto 1.3333333333vw;
  padding: 1.3333333333vw 0 0;
  font-size: 4.2666666667vw;
  letter-spacing: 0.04em;
}
#feature .sect_title strong {
  font-size: 10.2666666667vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  background: linear-gradient(150deg, rgb(35, 159, 234) 0%, rgb(25, 100, 190) 19.83%, rgb(25, 100, 190) 74.58%, rgb(29, 52, 139) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
#feature .sect_title strong i {
  font-style: normal;
  font-size: 9.6vw;
}
#feature .feature_list {
  width: 90.6666666667vw;
  margin-inline: auto;
}
#feature .feature_list li {
  background: #fff;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 10.4vw;
}
#feature .feature_list .num {
  width: 10.4vw;
  position: relative;
  top: -7.2vw;
  margin: 0 -1.6vw 0 4.9333333333vw;
}
#feature .feature_list .txt {
  width: 72.1333333333vw;
  padding-top: 6.5333333333vw;
}
#feature .feature_list .txt h3 {
  font-size: 5.3333333333vw;
  line-height: 6.9333333333vw;
  letter-spacing: 0.04em;
  color: #2A88DD;
  margin-bottom: 2.6666666667vw;
}
#feature .feature_list .txt p {
  line-height: 7.2vw;
  letter-spacing: 0.04em;
  color: #2B333A;
  font-weight: 500;
}
#feature .feature_list .txt p strong {
  font-weight: 900;
}
#feature .end_txt {
  text-align: center;
}
#feature .end_txt p {
  font-size: 4.5333333333vw;
  letter-spacing: 0.04em;
  color: #2B333A;
  margin-bottom: 2.4vw;
}
#feature .end_txt h3 {
  font-size: 6.6666666667vw;
  letter-spacing: 0.04em;
  color: #2B333A;
  position: relative;
  z-index: 2;
  font-weight: 800;
}
#feature .end_txt h3::after {
  content: "";
  display: block;
  width: 80vw;
  height: 2.6666666667vw;
  background: #F0F8FD;
  margin: -1.0666666667vw auto 0;
  translate: -1.3333333333vw 0;
  position: relative;
  z-index: -1;
}
#feature .end_txt img {
  width: 41.4666666667vw;
  margin: 6vw auto 0;
}

#price {
  background: url(../img/price_bg_sp.jpg) no-repeat center 0/100%;
  height: 148.1333333333vw;
}
#price .sect_title {
  background: url(../img/price_ttl.png) no-repeat center 0/66.9333333333vw;
  height: 21.3333333333vw;
  text-align: center;
  font-size: 8vw;
  letter-spacing: 0.04em;
  color: #2050A9;
  padding: 12.6666666667vw 0 0;
  margin: 0 0 8.6666666667vw;
}
#price .price_list {
  width: 90.6666666667vw;
  margin: 0 auto;
}
#price .price_list li {
  display: flex;
  align-items: center;
  background: #fff;
  height: 18.6666666667vw;
  box-shadow: 0 1.0666666667vw 1.0666666667vw rgba(104, 49, 0, 0.2);
  padding: 0 2.8vw 0 0;
  margin: 0 0 1.4666666667vw;
}
#price .price_list li::before {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 100%;
}
#price .price_list li:nth-child(1)::before {
  background: #57C2FC;
}
#price .price_list li:nth-child(1) .room {
  background: #57C2FC;
}
#price .price_list li:nth-child(2)::before {
  background: #5CAFFB;
}
#price .price_list li:nth-child(2) .room {
  background: #5CAFFB;
}
#price .price_list li:nth-child(3)::before {
  background: #4AA5FF;
}
#price .price_list li:nth-child(3) .room {
  background: #4AA5FF;
}
#price .price_list li:nth-child(4)::before {
  background: #4C8FFC;
}
#price .price_list li:nth-child(4) .room {
  background: #4C8FFC;
}
#price .price_list li:nth-child(5)::before {
  background: #487CFF;
}
#price .price_list li:nth-child(5) .room {
  background: #487CFF;
}
#price .price_list li .ico {
  width: 9.8666666667vw;
  margin: 0 2.4vw 0 2.4vw;
}
#price .price_list li .txt {
  width: 45.0666666667vw;
  font-size: 4vw;
  line-height: 6vw;
  letter-spacing: 0.04em;
  color: #2B333A;
  font-weight: 600;
}
#price .price_list li .room {
  color: #fff;
  width: 18.6666666667vw;
  height: 5.8666666667vw;
  border-radius: 100vh;
  text-align: center;
  font-size: 4vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 0.6666666667vw 0 0;
  margin: 0 auto 1.6vw;
}
#price .price_list li .price {
  width: 30.8vw;
  margin: 0 0 0 auto;
}
#price .note {
  width: 90.6666666667vw;
  margin-inline: auto;
  text-align: right;
  font-size: 2.6666666667vw;
  letter-spacing: 0.04em;
  color: #2B333A;
  margin-top: 2vw;
  font-weight: 500;
}

#service {
  background: url(../img/service_bg_sp.png) no-repeat center 0/100% 100%;
  height: 567.8666666667vw;
  margin: -8.5333333333vw 0 0;
  padding: 12vw 0 0;
  position: relative;
  z-index: 2;
}
#service .sect_title {
  width: 63.4666666667vw;
  margin: 0 auto 8.6666666667vw;
}
#service .free {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 1.2vw 1.0666666667vw;
  margin-bottom: 15.0666666667vw;
}
#service .free li {
  background: url(../img/svs_free_box_sp.png) no-repeat center 0/100%;
  width: 44.8vw;
  height: 44vw;
  padding: 0.8vw 0 0;
}
#service .free .img {
  width: 42.8vw;
  margin: 0 auto;
}
#service .free p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 4vw;
  line-height: 5.4666666667vw;
  height: 13.8666666667vw;
}
#service .sub_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 7.4666666667vw;
  letter-spacing: 0.04em;
  color: #2A88DD;
  gap: 2.6666666667vw;
  margin: 0 auto 9.6vw;
}
#service .sub_title::before, #service .sub_title::after {
  content: "";
  display: block;
  width: 1.4666666667vw;
  height: 9.0666666667vw;
  border: 1px solid #8698B0;
}
#service .sub_title::before {
  border-right: none;
}
#service .sub_title::after {
  border-left: none;
}
#service .svs_list {
  width: 90.6666666667vw;
  margin: 0 auto;
  display: flex;
  gap: 2.6666666667vw;
  flex-flow: row wrap;
}
#service .svs_list li {
  width: 44vw;
  background: #E3F1FF;
}
#service .svs_list .txt {
  height: 23.6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#service .svs_list .txt p {
  width: 100%;
  line-height: 5.8666666667vw;
  letter-spacing: 0.04em;
  font-weight: 600;
}
#service .area {
  margin: 10.4vw 0 0;
}
#service .area .inner {
  display: flex;
  flex-flow: row wrap-reverse;
}
#service .area .map {
  width: 99.2vw;
  margin: -4.4vw 0 0 auto;
}
#service .area .txt_wrap {
  background: #fff;
  width: 90.6666666667vw;
  height: 74.5333333333vw;
  box-shadow: 0.8vw 1.6vw 1.6vw rgba(36, 73, 114, 0.2);
  border-radius: 1.3333333333vw;
  margin: 16vw auto 0;
  position: relative;
  z-index: 2;
}
#service .area .txt_wrap .pin {
  width: 8vw;
  position: relative;
  top: -6.5333333333vw;
  margin: 0 auto -2.4vw;
}
#service .area .txt_wrap h3 {
  text-align: center;
  color: #FC971D;
  font-size: 6.9333333333vw;
  letter-spacing: 0.04em;
  margin-bottom: 4.6666666667vw;
}
#service .area .txt_wrap .area_list {
  width: 62.1333333333vw;
  margin-inline: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1.0666666667vw;
}
#service .area .txt_wrap .area_list li {
  color: #fff;
  background: #FC971D;
  width: 14.6666666667vw;
  height: 7.3333333333vw;
  border-radius: 1.0666666667vw;
  font-size: 4.5333333333vw;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 1.0666666667vw 0 0;
}
#service .area .txt_wrap .other {
  text-align: center;
  line-height: 6.1333333333vw;
  letter-spacing: 0.04em;
  margin: 3.2vw auto 1.7333333333vw;
  font-weight: 500;
}
#service .area .txt_wrap .note {
  text-align: center;
  color: #FC971D;
  font-size: 4.2666666667vw;
  line-height: 6.6666666667vw;
}

#voice {
  background: url(../img/voice_bg_sp.jpg) no-repeat center 0/100% 100%;
  height: 691.6vw;
  padding: 12.6666666667vw 0 0;
}
#voice .sect_title {
  text-align: center;
  color: #fff;
  font-size: 8vw;
  letter-spacing: 0.04em;
  margin-bottom: 8.2666666667vw;
}
#voice .voice_list li {
  margin-bottom: 3.7333333333vw;
  padding-top: 10.6666666667vw;
}
#voice .voice_list li:nth-child(odd) {
  width: 92.1333333333vw;
  margin: 0 auto 4.8vw 4.6666666667vw;
  padding-left: 24.5333333333vw;
}
#voice .voice_list li:nth-child(even) {
  width: 91.8666666667vw;
  margin: 0 auto 4.8vw 3.4666666667vw;
  padding-left: 10vw;
}
#voice .voice_list li:nth-child(1) {
  background: url(../img/voice01_sp.png) no-repeat center 0/100%;
  height: 76.2666666667vw;
}
#voice .voice_list li:nth-child(2) {
  background: url(../img/voice02_sp.png) no-repeat center 0/100%;
  height: 68.2666666667vw;
}
#voice .voice_list li:nth-child(3) {
  background: url(../img/voice03_sp.png) no-repeat center 0/100%;
  height: 76.2666666667vw;
}
#voice .voice_list li:nth-child(4) {
  background: url(../img/voice04_sp.png) no-repeat center 0/100%;
  height: 101.8666666667vw;
}
#voice .voice_list li:nth-child(5) {
  background: url(../img/voice05_sp.png) no-repeat center 0/100%;
  height: 69.8666666667vw;
}
#voice .voice_list li:nth-child(6) {
  background: url(../img/voice06_sp.png) no-repeat center 0/100%;
  height: 63.8666666667vw;
}
#voice .voice_list li:nth-child(7) {
  background: url(../img/voice07_sp.png) no-repeat center 0/100%;
  height: 90.6666666667vw;
}
#voice .voice_list li:nth-child(8) {
  background: url(../img/voice08_sp.png) no-repeat center 0/100%;
  height: 63.8666666667vw;
}
#voice .voice_list .sub {
  font-size: 4vw;
  line-height: 6.6666666667vw;
  letter-spacing: 0.04em;
  color: #FF6A00;
  margin-bottom: 3.6vw;
  font-weight: 800;
}
#voice .voice_list .txt {
  width: 58vw;
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}
#voice .voice_list .txt strong {
  color: #FF6A00;
  font-weight: 600;
}

#step {
  background: url(../img/step_bg_sp.jpg) no-repeat center 0/100% 100%;
  height: 392vw;
  padding: 14.1333333333vw 0 0;
}
#step .sect_title {
  background: url(../img/step_ttl.png) no-repeat center 0/100%;
  width: 60vw;
  height: 21.7333333333vw;
  text-align: center;
  color: #2B333A;
  font-size: 8vw;
  letter-spacing: 0.04em;
  padding: 7.7333333333vw 0 0;
  margin: 0 auto 5.3333333333vw;
}
#step .sect_title span {
  background: url(../img/dots_sp.png) no-repeat center bottom/50vw;
  padding-bottom: 0.2666666667vw;
}
#step .step_list {
  width: 89.3333333333vw;
  margin: 0 auto;
}
#step .step_list li {
  display: flex;
  filter: drop-shadow(0vw 1.3333333333vw 1.3333333333vw rgba(0, 90, 221, 0.2));
  margin-bottom: 5.6vw;
}
#step .step_list .img {
  width: 41.3333333333vw;
}
#step .step_list .txt {
  width: 48vw;
  background: #fff;
  border-radius: 2.6666666667vw 4vw 4vw 2.6666666667vw;
  padding: 7.7333333333vw 0 0 6.4vw;
}
#step .step_list .txt h3 {
  font-size: 4.5333333333vw;
  letter-spacing: 0.04em;
  color: #2A88DD;
  margin-bottom: 2.4vw;
}
#step .step_list .txt p {
  width: 38vw;
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}
#step .step_list .txt a {
  color: #2B333A;
}

#qanda {
  padding: 0 0 20.6666666667vw;
}
#qanda .sect_title {
  background: url(../img/qa_ttl_sp.png) no-repeat center 0/100%;
  width: 61.0666666667vw;
  height: 29.8666666667vw;
  text-align: center;
  color: #2A88DD;
  font-size: 8vw;
  letter-spacing: 0.04em;
  padding: 18.6666666667vw 0vw 0 0;
  margin: 0 auto 6.2666666667vw;
}
#qanda .sub {
  background: url(../img/qa_sub_sp.png) no-repeat center 0/100%;
  width: 90.6666666667vw;
  height: 13.3333333333vw;
  padding: 4.4vw 0 0 5.7333333333vw;
  margin: 0 auto;
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.04em;
}
#qanda .sub_2 {
  margin-top: 10.6666666667vw;
}
#qanda dl {
  width: 90.6666666667vw;
  margin: 0 auto;
  padding: 8.6666666667vw 0;
  border-bottom: 1px solid #B3B3B3;
}
#qanda dt {
  background: url(../img/q.png) no-repeat 1.6vw 0.4vw/2.6666666667vw;
  color: #2A88DD;
  font-size: 3.7333333333vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 0 0 5.0666666667vw 6.6666666667vw;
  margin-bottom: -5.0666666667vw;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  #qanda dt:hover {
    opacity: 0.8;
  }
}
#qanda dt::before, #qanda dt::after {
  content: "";
  display: block;
  width: 4.2666666667vw;
  height: 0.5333333333vw;
  border-radius: 100vh;
  background: #2A88DD;
  position: absolute;
  right: 1.3333333333vw;
  top: 2vw;
  transition: all 0.3s;
}
#qanda dt::after {
  transform: rotate(90deg);
}
#qanda dt.open {
  margin-bottom: 0;
}
#qanda dt.open::after {
  transform: rotate(0deg);
}
#qanda dd {
  display: none;
  width: 78.6666666667vw;
  background: url(../img/a.png) no-repeat 1.3333333333vw 1.0666666667vw/2.8vw;
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 0.04em;
  padding: 0 0 0 6.6666666667vw;
  margin-bottom: -2.6666666667vw;
}

#form {
  background: url(../img/form_bg_sp.jpg) no-repeat center 0/100%;
  padding: 13.3333333333vw 0 11.2vw;
}
#form.form_confirm, #form.form_thanks {
  background-size: cover;
  min-height: 100vh;
}
#form .sect_title {
  font-size: 8vw;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 12vw;
}
#form .sect_title span {
  background: linear-gradient(150deg, rgb(35, 159, 234) 0%, rgb(25, 100, 190) 19.83%, rgb(25, 100, 190) 74.58%, rgb(29, 52, 139) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
#form .inner {
  background: #fff;
  width: 90.6666666667vw;
  padding: 10vw 0 12.6666666667vw;
  border-radius: 4vw;
}
#form #form_table {
  border-collapse: collapse;
  width: 80vw;
  margin: 0 auto 8vw;
  display: block;
}
#form #form_table.form_confirm td {
  padding: 4vw 0;
}
#form #form_table tr {
  display: block;
}
#form #form_table tr:nth-child(-n+3) th::after {
  content: "必須";
  color: #fff;
  background: #FF6A00;
  width: 7.7333333333vw;
  height: 4vw;
  display: inline-block;
  text-align: center;
  padding: 0.5333333333vw 0 0;
  margin: 0 0 0 4.2666666667vw;
  translate: 0 -0.4vw;
  font-weight: 500;
  font-size: 2.6666666667vw;
}
#form #form_table tr:last-child th {
  vertical-align: top;
  padding-top: 4.5333333333vw;
}
#form #form_table th {
  display: block;
  text-align: left;
  letter-spacing: 0.04em;
  vertical-align: middle;
  font-weight: 500;
}
#form #form_table td {
  display: block;
  padding: 4.5333333333vw 0 5.3333333333vw;
  letter-spacing: 0.04em;
  font-weight: 500;
}
#form #form_table .check_wrap {
  display: flex;
  flex-flow: row wrap;
}
#form #form_table input[type=checkbox] {
  display: none;
}
#form #form_table input[type=checkbox] + label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin: 0 3.7333333333vw 5.6vw 0;
}
#form #form_table input[type=checkbox] + label:nth-of-type(1), #form #form_table input[type=checkbox] + label:nth-of-type(3) {
  width: 23.4666666667vw;
}
#form #form_table input[type=checkbox] + label::before {
  content: "";
  display: block;
  background: url(../img/box_sp.png) no-repeat center 0/100%;
  width: 4vw;
  height: 4vw;
  margin-right: 1.3333333333vw;
}
#form #form_table input[type=checkbox]:checked + label::before {
  content: "";
  display: block;
  background: url(../img/check_sp.png) no-repeat center 0/100%;
  width: 4vw;
  height: 4vw;
}
#form #form_table input[type=name], #form #form_table input[type=tel], #form #form_table input[type=email] {
  border: 1px solid #2B333A;
  outline: none;
  width: 100%;
  height: 16vw;
  border-radius: 0.5333333333vw;
  font-size: 3.4666666667vw;
  letter-spacing: 0.04em;
  padding: 0 0 0 4.2666666667vw;
}
#form #form_table input[type=name]::placeholder, #form #form_table input[type=tel]::placeholder, #form #form_table input[type=email]::placeholder {
  color: #BFC2C4;
}
#form #form_table input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #2B333A;
  outline: none;
  width: 53.3333333333vw;
  height: 16vw;
  border-radius: 0.5333333333vw;
  font-size: 3.4666666667vw;
  letter-spacing: 0.04em;
  padding: 0 0 0 4.2666666667vw;
  position: relative;
  color: #2B333A;
  background: #fff;
}
#form #form_table input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}
#form #form_table input[type=date]::after {
  content: "";
  background: #FFF url(../img/ico_cal.png) no-repeat 0 0/contain;
  width: 5.3333333333vw;
  height: 5.2vw;
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  transform: translateY(-50%);
}
#form #form_table textarea {
  border: 1px solid #2B333A;
  outline: none;
  width: 100%;
  height: 26.6666666667vw;
  border-radius: 0.5333333333vw;
  font-size: 3.4666666667vw;
  letter-spacing: 0.04em;
  padding: 3.3333333333vw 3.2vw;
}
#form #form_table textarea::placeholder {
  color: #BFC2C4;
}
#form #form_table #error-message {
  color: red;
  font-size: 0.9em;
  margin-top: 0.6666666667vw;
}
#form .btn_wrap {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 2.6666666667vw;
  margin-top: 6.6666666667vw;
}
#form .form_btn {
  width: 69.3333333333vw;
  height: 16vw;
  border: none;
  outline: none;
  font-size: 4vw;
  cursor: pointer;
  filter: drop-shadow(0vw 0.5333333333vw 0.4vw rgba(40, 46, 58, 0.2));
}
@media (any-hover: hover) {
  #form .form_btn:hover {
    opacity: 0.8;
  }
}
#form #btn_confirm {
  background: url(../img/form_btn01_sp.png) no-repeat center 0/100%;
  color: #fff;
  display: block;
  margin-inline: auto;
}
#form #btn_send {
  background: url(../img/form_btn01_sp.png) no-repeat center 0/100%;
  color: #fff;
  display: block;
}
#form #btn_top {
  background: url(../img/form_btn01_sp.png) no-repeat center 0/100%;
  color: #fff;
  display: block;
  margin: 0 auto 6.6666666667vw;
}
#form #btn_back {
  background: url(../img/form_btn02_sp.png) no-repeat center 0/100%;
  color: #fff;
  display: block;
}
#form .thanks_title {
  text-align: center;
  font-size: 8vw;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 6.4vw;
}
#form .thanks_title span {
  background: linear-gradient(150deg, rgb(35, 159, 234) 0%, rgb(25, 100, 190) 19.83%, rgb(25, 100, 190) 74.58%, rgb(29, 52, 139) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
#form .thanks_txt {
  text-align: center;
  line-height: 7.2vw;
  letter-spacing: 0.04em;
  margin-bottom: 5.0666666667vw;
}

footer {
  padding: 4.4vw 0;
}
footer small {
  display: block;
  text-align: center;
  font-size: 2.4vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #2B333A;
}/*# sourceMappingURL=style_sp.css.map */