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

.wrapper {
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 12.5vw;
  background: #fff;
  box-shadow: 0vw 0.6666666667vw 0.6666666667vw rgba(21, 53, 99, 0.2);
}
header .inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 1.6666666667vw 0 0;
}
header .logo {
  width: 10.9166666667vw;
  margin: 0 18.3333333333vw 0 4.6666666667vw;
}
header .tel {
  width: 25.5833333333vw;
  margin: 0 1.9166666667vw 0 0;
}
header .tel p {
  font-size: 1.1666666667vw;
  text-align: right;
  color: #555C61;
  letter-spacing: 0.08em;
  margin: 0.4166666667vw 0 0;
}
header .btn {
  display: flex;
  gap: 0.8333333333vw;
}
header .btn a {
  display: block;
  width: 16.6666666667vw;
  filter: drop-shadow(0vw 0.3333333333vw 0.25vw rgba(40, 46, 58, 0.2));
}
@media (any-hover: hover) {
  header .btn a:hover {
    opacity: 0.8;
  }
}
header #gnav {
  width: 81.6666666667vw;
  margin: 2.1666666667vw auto 0;
}
header #gnav ul {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  height: 2.5vw;
}
header #gnav li {
  width: 20%;
  height: 100%;
  border-right: 1px solid #C9C9C9;
}
header #gnav a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #2B333A;
  text-align: center;
  position: relative;
}
header #gnav a::after {
  content: "";
  display: block;
  background: url(../img/nav_marker.png) no-repeat center 0/100%;
  width: 1.1666666667vw;
  height: 0.6666666667vw;
  position: absolute;
  bottom: -0.25vw;
  left: 50%;
  transform: translateX(-50%);
}

#fv {
  background: url(../img/fv_bg.png) no-repeat center 0/166.6666666667vw;
  height: 65vw;
  margin: 12.5vw 0 -5.3333333333vw;
  position: relative;
  z-index: 2;
}
#fv .inner {
  padding: 3.25vw 0 0 1.75vw;
}
#fv h1 {
  width: 66.0833333333vw;
}

#sv {
  background: url(../img/sv_bg.jpg) no-repeat center 0/166.6666666667vw;
  height: 217.75vw;
  padding: 7.3333333333vw 0 0;
}
#sv .worries {
  background: url(../img/worries_inner.png) no-repeat center 0/100%;
  width: 89.25vw;
  height: 56.5833333333vw;
  margin: 0 auto 7.5vw;
  padding: 8.9166666667vw 0 0;
}
#sv .worries .sub {
  text-align: center;
  font-size: 2vw;
}
#sv .worries .sub span {
  background: #fff;
  border: 1px solid #808589;
  width: 15.8333333333vw;
  height: 3.6666666667vw;
  display: inline-block;
  color: #709EB8;
  font-size: 2.3333333333vw;
  letter-spacing: 0.02em;
  padding: 0.5vw 0 0;
  margin: 0 0.5833333333vw 0 0;
}
#sv .worries .sub strong {
  display: block;
  font-size: 3.8333333333vw;
  font-weight: 600;
  margin: 1.5vw 0 0;
}
#sv .worries .sub i {
  font-style: normal;
  color: #709EB8;
}
#sv .worries .list {
  position: relative;
  width: 66vw;
  height: 29.1666666667vw;
  margin: 2.3333333333vw auto 0;
}
#sv .worries .list li {
  font-size: 1.6666666667vw;
  line-height: 2.75vw;
  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: 2.5vw;
  left: 24.5vw;
}
#sv .worries .list li:nth-child(2) {
  top: 3.8333333333vw;
  left: 4vw;
}
#sv .worries .list li:nth-child(3) {
  top: 3.8333333333vw;
  left: 46.3333333333vw;
}
#sv .worries .list li:nth-child(4) {
  top: 15.5vw;
  left: 10.25vw;
}
#sv .worries .list li:nth-child(5) {
  top: 16.3333333333vw;
  left: 38.5833333333vw;
}
#sv .worries .txt {
  text-align: center;
  font-size: 2.1666666667vw;
  letter-spacing: 0.08em;
  font-weight: 700;
}
#sv .sect_title {
  margin: 0 0 14.5833333333vw 52.3333333333vw;
  font-size: 2.3333333333vw;
  line-height: 4vw;
}
#sv .sect_title strong {
  font-weight: 600;
  color: #2A88DD;
}
#sv .sect_title .pop {
  display: block;
  background: url(../img/pop.png) no-repeat center 0/100%;
  width: 20.8333333333vw;
  height: 5vw;
  color: #fff;
  text-align: center;
  font-size: 2.6666666667vw;
  letter-spacing: 0;
  padding: 0.25vw 0 0;
  margin: 1.1666666667vw 0 -0.5833333333vw;
  position: relative;
  z-index: 2;
}
#sv .sect_title .str {
  font-size: 4.5vw;
  color: #2B333A;
}
#sv .sect_title .str strong {
  display: inline-block;
  width: fit-content;
  width: -moz-fit-content;
  border: 0.1666666667vw solid #2A88DD;
  background: #fff;
  height: 5.6666666667vw;
  font-size: 4.3333333333vw;
  letter-spacing: 0;
  color: #FF6A00;
  padding: 0.4166666667vw 0.8333333333vw 0;
  margin: 0 0.4166666667vw 0.3333333333vw 0;
  font-weight: 700;
}
#sv .sect_title .str i {
  display: block;
  font-style: normal;
  margin-top: 0.8333333333vw;
}
#sv .review .sub {
  background: url(../img/review_ttl.png) no-repeat center 0/100%;
  width: 53.1666666667vw;
  height: 15.4166666667vw;
  margin: 0 0 3.75vw 16.5vw;
  position: relative;
}
#sv .review .sub span {
  font-size: 1.5vw;
  line-height: 2.0833333333vw;
  letter-spacing: 0.04em;
  color: #2A88DD;
  position: absolute;
  top: 12.0833333333vw;
}
#sv .review .sub p {
  font-size: 3vw;
  letter-spacing: 0.04em;
  color: #2B333A;
  position: absolute;
  top: 12.0833333333vw;
  left: 20.5vw;
  white-space: nowrap;
}
#sv .review .sub p strong {
  color: #FF6A00;
  font-weight: 700;
}
#sv .review .sub p i {
  font-style: normal;
}
#sv .review .review_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0 3.3333333333vw;
}
#sv .review .review_list li {
  background: url(../img/review_box01.png) no-repeat center 0/100%;
  width: 28.3333333333vw;
  height: 24.75vw;
  padding: 2.3333333333vw 0 0;
  margin: 0 0 -0.4166666667vw;
}
#sv .review .review_list li:nth-child(2) {
  background: url(../img/review_box02.png) no-repeat center 0/100%;
  height: 28.9166666667vw;
}
#sv .review .review_list li:nth-child(4), #sv .review .review_list li:nth-child(5) {
  background: url(../img/review_box03.png) no-repeat center 0/100%;
  height: 28.9166666667vw;
}
#sv .review .review_list li:nth-child(6) {
  background: url(../img/review_box04.png) no-repeat center 0/100%;
  width: 28.6666666667vw;
  height: 27.4166666667vw;
}
#sv .review .review_list li img {
  width: 12.75vw;
  margin: 0 0 1.25vw 2.5vw;
}
#sv .review .review_list li p {
  width: 23.5vw;
  margin: 0 auto;
  font-size: 1.5vw;
  line-height: 2.5833333333vw;
  letter-spacing: 0.04em;
  color: #2B333A;
  font-weight: 500;
}
#sv .review .review_list li p strong {
  background: #C1E3F8;
}

#feature {
  background: url(../img/feat_bg.jpg) no-repeat center 0/166.6666666667vw;
  height: 215vw;
  padding: 6.8333333333vw 0 0;
}
#feature .sect_title {
  text-align: center;
  margin-bottom: 4.4166666667vw;
}
#feature .sect_title span {
  display: block;
  background: url(../img/feat_ttl.png) no-repeat center 0/100%;
  width: 25.5vw;
  height: 5.4166666667vw;
  color: #fff;
  margin: 0 auto 0.5833333333vw;
  padding: 0.8333333333vw 0 0;
  font-size: 2.1666666667vw;
  letter-spacing: 0.04em;
}
#feature .sect_title strong {
  font-size: 5.3333333333vw;
  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: 5vw;
}
#feature .feature_list {
  width: 91.6666666667vw;
  margin-inline: auto;
}
#feature .feature_list li {
  background: #fff;
  display: flex;
  margin-bottom: 6.3333333333vw;
}
#feature .feature_list li:nth-child(1) {
  margin-bottom: 7.8333333333vw;
}
#feature .feature_list .num {
  width: 5.4166666667vw;
  position: relative;
  top: -3vw;
  margin: 0 3.75vw 0 2.4166666667vw;
}
#feature .feature_list .txt {
  width: 37.5vw;
  padding-top: 2.9166666667vw;
}
#feature .feature_list .txt h3 {
  font-size: 3vw;
  line-height: 3.9166666667vw;
  letter-spacing: 0.04em;
  color: #2A88DD;
  margin-bottom: 1.25vw;
}
#feature .feature_list .txt p {
  font-size: 1.5vw;
  line-height: 2.8333333333vw;
  letter-spacing: 0.04em;
  color: #2B333A;
  font-weight: 500;
}
#feature .feature_list .txt p strong {
  font-weight: 900;
}
#feature .feature_list .img {
  width: 38.3333333333vw;
  margin: 0 0 0 auto;
}
#feature .end_txt {
  text-align: center;
}
#feature .end_txt p {
  font-size: 2.3333333333vw;
  letter-spacing: 0.04em;
  color: #2B333A;
  margin-bottom: 1.5vw;
}
#feature .end_txt h3 {
  font-size: 3.5vw;
  letter-spacing: 0.04em;
  color: #2B333A;
  position: relative;
  z-index: 2;
  font-weight: 800;
}
#feature .end_txt h3::after {
  content: "";
  display: block;
  width: 42.5vw;
  height: 1.1666666667vw;
  background: #F0F8FD;
  margin: -0.6666666667vw auto 0;
  translate: -0.8333333333vw 0;
  position: relative;
  z-index: -1;
}
#feature .end_txt img {
  width: 19.4166666667vw;
  position: absolute;
  right: 7.8333333333vw;
  top: -2.6666666667vw;
}

#price {
  background: url(../img/price_bg.jpg) no-repeat center 0/166.6666666667vw;
  padding: 0 0 8.75vw;
}
#price .sect_title {
  background: url(../img/price_ttl.png) no-repeat center 0/41.8333333333vw;
  height: 13.3333333333vw;
  text-align: center;
  font-size: 4.3333333333vw;
  letter-spacing: 0.04em;
  color: #2050A9;
  padding: 7.6666666667vw 0 0;
  margin: 0 0 2.0833333333vw;
}
#price .price_list {
  width: 75vw;
  margin: 0 auto;
}
#price .price_list li {
  display: flex;
  align-items: center;
  background: #fff;
  height: 6.1666666667vw;
  box-shadow: 0 0.6666666667vw 0.6666666667vw rgba(104, 49, 0, 0.2);
  padding: 0 4.1666666667vw 0 0;
  margin: 0 0 0.5vw;
}
#price .price_list li::before {
  content: "";
  display: block;
  width: 1.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: 4.5833333333vw;
  margin: 0 2.0833333333vw 0 3.75vw;
}
#price .price_list li .txt {
  width: 28.1666666667vw;
  font-size: 1.6666666667vw;
  letter-spacing: 0.04em;
  color: #2B333A;
  font-weight: 700;
}
#price .price_list li .price_wrap {
  display: flex;
  align-items: center;
}
#price .price_list li .room {
  color: #fff;
  width: 11.6666666667vw;
  height: 3.6666666667vw;
  border-radius: 100vh;
  text-align: center;
  font-size: 2vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 0.6666666667vw 0 0;
  margin: 0 4.1666666667vw 0 0;
}
#price .price_list li .price {
  width: 14.4166666667vw;
}
#price .note {
  width: 75vw;
  margin-inline: auto;
  text-align: right;
  font-size: 1vw;
  letter-spacing: 0.04em;
  color: #2B333A;
  margin-top: 0.8333333333vw;
}

#service {
  background: url(../img/service_bg.png) no-repeat center 0/166.6666666667vw;
  height: 166.25vw;
  margin: -5.3333333333vw 0 0;
  padding: 8.1666666667vw 0 0;
  position: relative;
  z-index: 2;
}
#service .sect_title {
  width: 30.5833333333vw;
  margin: 0 auto 2.5vw;
}
#service .free {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 2vw;
  margin-bottom: 6.5vw;
}
#service .free li {
  background: url(../img/svs_free_box.png) no-repeat center 0/100%;
  width: 28vw;
  height: 21vw;
  padding: 0.5vw 0 0;
}
#service .free .img {
  width: 26.6666666667vw;
  margin: 0 auto 1.1666666667vw;
}
#service .free p {
  text-align: center;
  color: #fff;
  font-size: 1.8333333333vw;
}
#service .sub_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.8333333333vw;
  letter-spacing: 0.04em;
  color: #2A88DD;
  gap: 2.0833333333vw;
  margin: 0 auto 2.3333333333vw;
}
#service .sub_title::before, #service .sub_title::after {
  content: "";
  display: block;
  width: 0.75vw;
  height: 4.6666666667vw;
  border: 1px solid #8698B0;
}
#service .sub_title::before {
  border-right: none;
}
#service .sub_title::after {
  border-left: none;
}
#service .svs_list {
  width: 88.3333333333vw;
  margin: 0 auto;
  display: flex;
  gap: 1.6666666667vw;
  flex-flow: row wrap;
}
#service .svs_list li {
  width: 43.3333333333vw;
  height: 9.3333333333vw;
  background: #E3F1FF;
  display: flex;
  align-items: center;
  gap: 3.3333333333vw;
}
#service .svs_list .img {
  width: 13.3333333333vw;
}
#service .svs_list .txt p {
  font-size: 1.6666666667vw;
  line-height: 2.9166666667vw;
  letter-spacing: 0.04em;
  font-weight: 600;
}
#service .area {
  margin: 6.5vw 0 0;
}
#service .area .inner {
  display: flex;
}
#service .area .map {
  width: 45.6666666667vw;
  margin: 6.25vw 0 0 5vw;
}
#service .area .txt_wrap {
  background: #fff;
  width: 41.6666666667vw;
  height: 31.6666666667vw;
  box-shadow: 0.5vw 1vw 1vw rgba(36, 73, 114, 0.2);
  border-radius: 0.8333333333vw;
  margin: 8.3333333333vw 0 0;
}
#service .area .txt_wrap .pin {
  width: 5vw;
  position: relative;
  top: -4.0833333333vw;
  margin: 0 auto -2.6666666667vw;
}
#service .area .txt_wrap h3 {
  text-align: center;
  color: #FC971D;
  font-size: 3.5vw;
  letter-spacing: 0.04em;
  margin-bottom: 1.8333333333vw;
}
#service .area .txt_wrap .area_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0.6666666667vw;
}
#service .area .txt_wrap .area_list li {
  color: #fff;
  background: #FC971D;
  width: 8.3333333333vw;
  height: 4.1666666667vw;
  border-radius: 0.6666666667vw;
  font-size: 2.5vw;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0.5vw 0 0;
}
#service .area .txt_wrap .other {
  text-align: center;
  font-size: 1.5vw;
  line-height: 2.5833333333vw;
  letter-spacing: 0.04em;
  margin: 2vw auto 1.0833333333vw;
}
#service .area .txt_wrap .note {
  text-align: center;
  color: #FC971D;
  font-size: 1.6666666667vw;
}

#voice {
  background: url(../img/voice_bg.jpg) no-repeat center 0/166.6666666667vw;
  height: 260.1666666667vw;
  padding: 10.5vw 0 0;
}
#voice .sect_title {
  text-align: center;
  color: #fff;
  font-size: 5.3333333333vw;
  letter-spacing: 0.04em;
  margin-bottom: 6.6666666667vw;
}
#voice .voice_list li {
  width: 81.5833333333vw;
  margin-bottom: 2.3333333333vw;
  padding-top: 6.0833333333vw;
}
#voice .voice_list li:nth-child(odd) {
  width: 81.5833333333vw;
  margin: 0 6.3333333333vw 2.3333333333vw auto;
  padding-left: 20.5vw;
}
#voice .voice_list li:nth-child(even) {
  width: 80.4166666667vw;
  margin: 0 auto 2.3333333333vw 9.3333333333vw;
  padding-left: 7.6666666667vw;
}
#voice .voice_list li:nth-child(1) {
  background: url(../img/voice01.png) no-repeat center 0/100%;
  height: 25vw;
}
#voice .voice_list li:nth-child(1) .txt {
  width: 55.5833333333vw;
}
#voice .voice_list li:nth-child(2) {
  background: url(../img/voice02.png) no-repeat center 0/100%;
  height: 25vw;
}
#voice .voice_list li:nth-child(3) {
  background: url(../img/voice03.png) no-repeat center 0/100%;
  height: 26.25vw;
}
#voice .voice_list li:nth-child(4) {
  background: url(../img/voice04.png) no-repeat center 0/100%;
  height: 33.6666666667vw;
}
#voice .voice_list li:nth-child(5) {
  background: url(../img/voice05.png) no-repeat center 0/100%;
  height: 26.1666666667vw;
}
#voice .voice_list li:nth-child(6) {
  background: url(../img/voice06.png) no-repeat center 0/100%;
  height: 22.8333333333vw;
}
#voice .voice_list li:nth-child(7) {
  background: url(../img/voice07.png) no-repeat center 0/100%;
  height: 28.5vw;
}
#voice .voice_list li:nth-child(8) {
  background: url(../img/voice08.png) no-repeat center 0/100%;
  height: 22.75vw;
}
#voice .voice_list .sub {
  font-size: 2vw;
  letter-spacing: 0.04em;
  color: #FF6A00;
  margin-bottom: 1.8333333333vw;
  font-weight: 800;
}
#voice .voice_list .txt {
  width: 51.6666666667vw;
  font-size: 1.5vw;
  line-height: 2.5833333333vw;
  letter-spacing: 0.04em;
}
#voice .voice_list .txt strong {
  color: #FF6A00;
  font-weight: 600;
}

#step {
  background: url(../img/step_bg.jpg) no-repeat center 0/166.6666666667vw;
  height: 112.5vw;
  padding: 4.9166666667vw 0 0;
}
#step .sect_title {
  background: url(../img/step_ttl.png) no-repeat center 0/100%;
  width: 37.5vw;
  height: 13.5833333333vw;
  text-align: center;
  color: #2B333A;
  font-size: 5vw;
  letter-spacing: 0.04em;
  padding: 2.5vw 0 0;
  margin: 0 auto -1.4166666667vw;
}
#step .sect_title span {
  background: url(../img/dots.png) no-repeat center bottom/31.1666666667vw;
  padding-bottom: 0.4166666667vw;
}
#step .step_list {
  width: 84.1666666667vw;
  margin: 0 auto;
}
#step .step_list li {
  display: flex;
  filter: drop-shadow(0vw 0.8333333333vw 0.8333333333vw rgba(0, 90, 221, 0.2));
  margin-bottom: 2.5vw;
}
#step .step_list .img {
  width: 27.5vw;
}
#step .step_list .txt {
  width: 56.6666666667vw;
  background: #fff;
  border-radius: 1.6666666667vw 2.5vw 2.5vw 1.6666666667vw;
  padding: 3vw 0 0 5vw;
}
#step .step_list .txt h3 {
  font-size: 2.6666666667vw;
  letter-spacing: 0.04em;
  color: #2A88DD;
  margin-bottom: 1.25vw;
}
#step .step_list .txt p {
  font-size: 1.5vw;
  line-height: 2.6666666667vw;
  letter-spacing: 0.04em;
}

#qanda {
  padding: 0 0 8.75vw;
}
#qanda .sect_title {
  background: url(../img/qa_ttl.png) no-repeat center 0/100%;
  width: 39.1666666667vw;
  height: 13.5833333333vw;
  text-align: center;
  color: #2A88DD;
  font-size: 4.3333333333vw;
  letter-spacing: 0.04em;
  padding: 7.5vw 0vw 0 0;
  margin: 0 auto 2.25vw;
}
#qanda .sub {
  background: url(../img/qa_sub.png) no-repeat center 0/100%;
  width: 84.1666666667vw;
  height: 4.1666666667vw;
  padding: 1.0833333333vw 0 0 3.5833333333vw;
  margin: 0 auto;
  color: #fff;
  font-size: 2vw;
  letter-spacing: 0.04em;
}
#qanda .sub_2 {
  margin-top: 5.8333333333vw;
}
#qanda dl {
  width: 81.6666666667vw;
  margin: 0 auto;
  padding: 2.9166666667vw 0;
  border-bottom: 1px solid #B3B3B3;
}
#qanda dt {
  background: url(../img/q.png) no-repeat 0.3333333333vw 0.25vw/1.3333333333vw;
  color: #2A88DD;
  font-size: 1.8333333333vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 0 0 1.5vw 3vw;
  margin-bottom: -1.5vw;
  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: 1.8333333333vw;
  height: 0.3333333333vw;
  border-radius: 100vh;
  background: #2A88DD;
  position: absolute;
  right: 1.6666666667vw;
  top: 1.0833333333vw;
  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: 75.8333333333vw;
  background: url(../img/a.png) no-repeat 0.3333333333vw 0.6666666667vw/1.3333333333vw;
  font-size: 1.5vw;
  line-height: 2.6666666667vw;
  letter-spacing: 0.04em;
  padding: 0 0 0 3vw;
}

#form {
  background: url(../img/form_bg.jpg) no-repeat center 0/166.6666666667vw;
  padding: 7.5vw 0 8.8333333333vw;
}
#form.form_confirm, #form.form_thanks {
  background-size: cover;
  min-height: 100vh;
}
#form .sect_title {
  font-size: 4.3333333333vw;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 4vw;
}
#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: 91.6666666667vw;
  padding: 5.3333333333vw 0 6vw;
  border-radius: 2.5vw;
}
#form #form_table {
  border-collapse: collapse;
  width: 72.25vw;
  margin: 0 auto 1.8333333333vw;
}
#form #form_table.form_confirm td {
  padding: 2.5vw 0;
}
#form #form_table tr:nth-child(-n+3) th::after {
  content: "必須";
  color: #fff;
  background: #FF6A00;
  width: 3.6666666667vw;
  height: 1.8333333333vw;
  display: inline-block;
  text-align: center;
  padding: 1px 0 0;
  margin: -0.1666666667vw 0 0 0.6666666667vw;
  font-weight: 500;
}
#form #form_table tr:last-child th {
  vertical-align: top;
  padding-top: 2.8333333333vw;
}
#form #form_table th {
  text-align: left;
  width: 19.5833333333vw;
  font-size: 1.5vw;
  letter-spacing: 0.04em;
  vertical-align: middle;
  font-weight: 500;
}
#form #form_table td {
  padding: 1.4166666667vw 0;
  font-size: 1.5vw;
  letter-spacing: 0.04em;
  font-weight: 500;
}
#form #form_table .check_wrap {
  display: flex;
}
#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-right: 2.3333333333vw;
}
#form #form_table input[type=checkbox] + label:nth-last-of-type(1) {
  margin-right: 0;
}
#form #form_table input[type=checkbox] + label::before {
  content: "";
  display: block;
  background: url(../img/box.png) no-repeat center 0/100%;
  width: 1.9166666667vw;
  height: 1.8333333333vw;
  margin-right: 0.8333333333vw;
}
#form #form_table input[type=checkbox]:checked + label::before {
  content: "";
  display: block;
  background: url(../img/check.png) no-repeat center 0/100%;
  width: 1.8333333333vw;
  height: 1.8333333333vw;
}
#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: 4.1666666667vw;
  border-radius: 0.3333333333vw;
  font-size: 1.5vw;
  letter-spacing: 0.04em;
  padding: 0 0 0 2vw;
}
#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] {
  border: 1px solid #2B333A;
  outline: none;
  width: 25vw;
  height: 4.1666666667vw;
  border-radius: 0.3333333333vw;
  font-size: 1.5vw;
  letter-spacing: 0.04em;
  padding: 0 0 0 2vw;
  position: relative;
  color: #2B333A;
}
#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-image: url(../img/ico_cal.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 1.8333333333vw;
  height: 1.8333333333vw;
  position: absolute;
  top: 50%;
  right: 0.8333333333vw;
  transform: translateY(-50%);
}
#form #form_table textarea {
  border: 1px solid #2B333A;
  outline: none;
  width: 100%;
  height: 16.6666666667vw;
  border-radius: 0.3333333333vw;
  font-size: 1.5vw;
  letter-spacing: 0.04em;
  padding: 1.25vw 2vw;
}
#form #form_table textarea::placeholder {
  color: #BFC2C4;
}
#form #form_table #error-message {
  color: red;
  font-size: 0.9em;
  margin-top: 0.4166666667vw;
}
#form .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 2.5vw;
  margin-top: 4.1666666667vw;
}
#form .form_btn {
  width: 27.9166666667vw;
  height: 6.6666666667vw;
  border: none;
  outline: none;
  font-size: 1.6666666667vw;
  cursor: pointer;
  filter: drop-shadow(0vw 0.3333333333vw 0.25vw 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.png) no-repeat center 0/100%;
  color: #fff;
  display: block;
  margin-inline: auto;
}
#form #btn_send {
  background: url(../img/form_btn01.png) no-repeat center 0/100%;
  color: #fff;
  display: block;
}
#form #btn_top {
  background: url(../img/form_btn01.png) no-repeat center 0/100%;
  color: #fff;
  display: block;
  margin-inline: auto;
}
#form #btn_back {
  background: url(../img/form_btn02.png) no-repeat center 0/100%;
  color: #fff;
  display: block;
}
#form .thanks_title {
  text-align: center;
  font-size: 4.3333333333vw;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 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;
  font-size: 1.5vw;
  line-height: 3.25vw;
  letter-spacing: 0.04em;
  margin-bottom: 3.1666666667vw;
}

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