@charset "UTF-8";
body {
  width: 100%;
  min-width: 1200px;
  max-width: 2000px;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1em;
  color: #2B333A;
}
body * {
  box-sizing: border-box;
  line-height: 1em;
}
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 .sp_only {
  display: none !important;
}
body .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.wrapper {
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 150px;
  background: #fff;
  box-shadow: 0px 8px 8px rgba(21, 53, 99, 0.2);
}
header .inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 20px 0 0;
}
header .logo {
  width: 131px;
  margin: 0 220px 0 56px;
}
header .tel {
  width: 307px;
  margin: 0 23px 0 0;
}
header .tel p {
  font-size: 14px;
  text-align: right;
  color: #555C61;
  letter-spacing: 0.08em;
  margin: 5px 0 0;
}
header .btn {
  display: flex;
  gap: 10px;
}
header .btn a {
  display: block;
  width: 200px;
  filter: drop-shadow(0px 4px 3px rgba(40, 46, 58, 0.2));
}
@media (any-hover: hover) {
  header .btn a:hover {
    opacity: 0.8;
  }
}
header #gnav {
  width: 980px;
  margin: 26px auto 0;
}
header #gnav ul {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  height: 30px;
}
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: 14px;
  height: 8px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

#fv {
  background: url(../img/fv_bg.png) no-repeat center 0;
  height: 780px;
  margin: 150px 0 -64px;
  position: relative;
  z-index: 2;
}
#fv .inner {
  padding: 39px 0 0 21px;
}
#fv h1 {
  width: 793px;
}

#sv {
  background: url(../img/sv_bg.jpg) no-repeat center 0;
  height: 2613px;
  padding: 88px 0 0;
}
#sv .worries {
  background: url(../img/worries_inner.png) no-repeat center 0/100%;
  width: 1071px;
  height: 679px;
  margin: 0 auto 90px;
  padding: 107px 0 0;
}
#sv .worries .sub {
  text-align: center;
  font-size: 24px;
}
#sv .worries .sub span {
  background: #fff;
  border: 1px solid #808589;
  width: 190px;
  height: 44px;
  display: inline-block;
  color: #709EB8;
  font-size: 28px;
  letter-spacing: 0.02em;
  padding: 6px 0 0;
  margin: 0 7px 0 0;
}
#sv .worries .sub strong {
  display: block;
  font-size: 46px;
  font-weight: 600;
  margin: 18px 0 0;
}
#sv .worries .sub i {
  font-style: normal;
  color: #709EB8;
}
#sv .worries .list {
  position: relative;
  width: 792px;
  height: 350px;
  margin: 28px auto 0;
}
#sv .worries .list li {
  font-size: 20px;
  line-height: 33px;
  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: 30px;
  left: 294px;
}
#sv .worries .list li:nth-child(2) {
  top: 46px;
  left: 48px;
}
#sv .worries .list li:nth-child(3) {
  top: 46px;
  left: 556px;
}
#sv .worries .list li:nth-child(4) {
  top: 186px;
  left: 123px;
}
#sv .worries .list li:nth-child(5) {
  top: 196px;
  left: 463px;
}
#sv .worries .txt {
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
#sv .sect_title {
  margin: 0 0 175px 628px;
  font-size: 28px;
  line-height: 48px;
}
#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: 250px;
  height: 60px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0;
  padding: 3px 0 0;
  margin: 14px 0 -7px;
  position: relative;
  z-index: 2;
}
#sv .sect_title .str {
  font-size: 54px;
  color: #2B333A;
}
#sv .sect_title .str strong {
  display: inline-block;
  width: fit-content;
  width: -moz-fit-content;
  border: 2px solid #2A88DD;
  background: #fff;
  height: 68px;
  font-size: 52px;
  letter-spacing: 0;
  color: #FF6A00;
  padding: 5px 10px 0;
  margin: 0 5px 4px 0;
  font-weight: 700;
}
#sv .sect_title .str i {
  display: block;
  font-style: normal;
  margin-top: 10px;
}
#sv .review .sub {
  background: url(../img/review_ttl.png) no-repeat center 0/100%;
  width: 638px;
  height: 185px;
  margin: 0 0 45px 198px;
  position: relative;
}
#sv .review .sub span {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: #2A88DD;
  position: absolute;
  top: 145px;
}
#sv .review .sub p {
  font-size: 36px;
  letter-spacing: 0.04em;
  color: #2B333A;
  position: absolute;
  top: 145px;
  left: 246px;
  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 40px;
}
#sv .review .review_list li {
  background: url(../img/review_box01.png) no-repeat center 0/100%;
  width: 340px;
  height: 297px;
  padding: 28px 0 0;
  margin: 0 0 -5px;
}
#sv .review .review_list li:nth-child(2) {
  background: url(../img/review_box02.png) no-repeat center 0/100%;
  height: 347px;
}
#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: 347px;
}
#sv .review .review_list li:nth-child(6) {
  background: url(../img/review_box04.png) no-repeat center 0/100%;
  width: 344px;
  height: 329px;
}
#sv .review .review_list li img {
  width: 153px;
  margin: 0 0 15px 30px;
}
#sv .review .review_list li p {
  width: 282px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 31px;
  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;
  height: 2580px;
  padding: 82px 0 0;
}
#feature .sect_title {
  text-align: center;
  margin-bottom: 53px;
}
#feature .sect_title span {
  display: block;
  background: url(../img/feat_ttl.png) no-repeat center 0/100%;
  width: 306px;
  height: 65px;
  color: #fff;
  margin: 0 auto 7px;
  padding: 10px 0 0;
  font-size: 26px;
  letter-spacing: 0.04em;
}
#feature .sect_title strong {
  font-size: 64px;
  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: 60px;
}
#feature .feature_list {
  width: 1100px;
  margin-inline: auto;
}
#feature .feature_list li {
  background: #fff;
  display: flex;
  margin-bottom: 76px;
}
#feature .feature_list li:nth-child(1) {
  margin-bottom: 94px;
}
#feature .feature_list .num {
  width: 65px;
  position: relative;
  top: -36px;
  margin: 0 45px 0 29px;
}
#feature .feature_list .txt {
  width: 450px;
  padding-top: 35px;
}
#feature .feature_list .txt h3 {
  font-size: 36px;
  line-height: 47px;
  letter-spacing: 0.04em;
  color: #2A88DD;
  margin-bottom: 15px;
}
#feature .feature_list .txt p {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.04em;
  color: #2B333A;
  font-weight: 500;
}
#feature .feature_list .txt p strong {
  font-weight: 900;
}
#feature .feature_list .img {
  width: 460px;
  margin: 0 0 0 auto;
}
#feature .end_txt {
  text-align: center;
}
#feature .end_txt p {
  font-size: 28px;
  letter-spacing: 0.04em;
  color: #2B333A;
  margin-bottom: 18px;
}
#feature .end_txt h3 {
  font-size: 42px;
  letter-spacing: 0.04em;
  color: #2B333A;
  position: relative;
  z-index: 2;
  font-weight: 800;
}
#feature .end_txt h3::after {
  content: "";
  display: block;
  width: 510px;
  height: 14px;
  background: #F0F8FD;
  margin: -8px auto 0;
  translate: -10px 0;
  position: relative;
  z-index: -1;
}
#feature .end_txt img {
  width: 233px;
  position: absolute;
  right: 94px;
  top: -32px;
}

#price {
  background: url(../img/price_bg.jpg) no-repeat center 0;
  padding: 0 0 105px;
}
#price .sect_title {
  background: url(../img/price_ttl.png) no-repeat center 0/502px;
  height: 160px;
  text-align: center;
  font-size: 52px;
  letter-spacing: 0.04em;
  color: #2050A9;
  padding: 92px 0 0;
  margin: 0 0 25px;
}
#price .price_list {
  width: 900px;
  margin: 0 auto;
}
#price .price_list li {
  display: flex;
  align-items: center;
  background: #fff;
  height: 74px;
  box-shadow: 0 8px 8px rgba(104, 49, 0, 0.2);
  padding: 0 50px 0 0;
  margin: 0 0 6px;
}
#price .price_list li::before {
  content: "";
  display: block;
  width: 20px;
  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: 55px;
  margin: 0 25px 0 45px;
}
#price .price_list li .txt {
  width: 338px;
  font-size: 20px;
  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: 140px;
  height: 44px;
  border-radius: 100vh;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 8px 0 0;
  margin: 0 50px 0 0;
}
#price .price_list li .price {
  width: 173px;
}
#price .note {
  width: 900px;
  margin-inline: auto;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #2B333A;
  margin-top: 10px;
}

#service {
  background: url(../img/service_bg.png) no-repeat center 0;
  height: 1995px;
  margin: -64px 0 0;
  padding: 98px 0 0;
  position: relative;
  z-index: 2;
}
#service .sect_title {
  width: 367px;
  margin: 0 auto 30px;
}
#service .free {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 24px;
  margin-bottom: 78px;
}
#service .free li {
  background: url(../img/svs_free_box.png) no-repeat center 0/100%;
  width: 336px;
  height: 252px;
  padding: 6px 0 0;
}
#service .free .img {
  width: 320px;
  margin: 0 auto 14px;
}
#service .free p {
  text-align: center;
  color: #fff;
  font-size: 22px;
}
#service .sub_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  letter-spacing: 0.04em;
  color: #2A88DD;
  gap: 25px;
  margin: 0 auto 28px;
}
#service .sub_title::before, #service .sub_title::after {
  content: "";
  display: block;
  width: 9px;
  height: 56px;
  border: 1px solid #8698B0;
}
#service .sub_title::before {
  border-right: none;
}
#service .sub_title::after {
  border-left: none;
}
#service .svs_list {
  width: 1060px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-flow: row wrap;
}
#service .svs_list li {
  width: 520px;
  height: 112px;
  background: #E3F1FF;
  display: flex;
  align-items: center;
  gap: 40px;
}
#service .svs_list .img {
  width: 160px;
}
#service .svs_list .txt p {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.04em;
  font-weight: 600;
}
#service .area {
  margin: 78px 0 0;
}
#service .area .inner {
  display: flex;
}
#service .area .map {
  width: 548px;
  margin: 75px 0 0 60px;
}
#service .area .txt_wrap {
  background: #fff;
  width: 500px;
  height: 380px;
  box-shadow: 6px 12px 12px rgba(36, 73, 114, 0.2);
  border-radius: 10px;
  margin: 100px 0 0;
}
#service .area .txt_wrap .pin {
  width: 60px;
  position: relative;
  top: -49px;
  margin: 0 auto -32px;
}
#service .area .txt_wrap h3 {
  text-align: center;
  color: #FC971D;
  font-size: 42px;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}
#service .area .txt_wrap .area_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 8px;
}
#service .area .txt_wrap .area_list li {
  color: #fff;
  background: #FC971D;
  width: 100px;
  height: 50px;
  border-radius: 8px;
  font-size: 30px;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 6px 0 0;
}
#service .area .txt_wrap .other {
  text-align: center;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0.04em;
  margin: 24px auto 13px;
}
#service .area .txt_wrap .note {
  text-align: center;
  color: #FC971D;
  font-size: 20px;
}

#voice {
  background: url(../img/voice_bg.jpg) no-repeat center 0;
  height: 3122px;
  padding: 126px 0 0;
}
#voice .sect_title {
  text-align: center;
  color: #fff;
  font-size: 64px;
  letter-spacing: 0.04em;
  margin-bottom: 80px;
}
#voice .voice_list li {
  width: 979px;
  margin-bottom: 28px;
  padding-top: 73px;
}
#voice .voice_list li:nth-child(odd) {
  width: 979px;
  margin: 0 76px 28px auto;
  padding-left: 246px;
}
#voice .voice_list li:nth-child(even) {
  width: 965px;
  margin: 0 auto 28px 112px;
  padding-left: 92px;
}
#voice .voice_list li:nth-child(1) {
  background: url(../img/voice01.png) no-repeat center 0/100%;
  height: 300px;
}
#voice .voice_list li:nth-child(1) .txt {
  width: 667px;
}
#voice .voice_list li:nth-child(2) {
  background: url(../img/voice02.png) no-repeat center 0/100%;
  height: 300px;
}
#voice .voice_list li:nth-child(3) {
  background: url(../img/voice03.png) no-repeat center 0/100%;
  height: 315px;
}
#voice .voice_list li:nth-child(4) {
  background: url(../img/voice04.png) no-repeat center 0/100%;
  height: 404px;
}
#voice .voice_list li:nth-child(5) {
  background: url(../img/voice05.png) no-repeat center 0/100%;
  height: 314px;
}
#voice .voice_list li:nth-child(6) {
  background: url(../img/voice06.png) no-repeat center 0/100%;
  height: 274px;
}
#voice .voice_list li:nth-child(7) {
  background: url(../img/voice07.png) no-repeat center 0/100%;
  height: 342px;
}
#voice .voice_list li:nth-child(8) {
  background: url(../img/voice08.png) no-repeat center 0/100%;
  height: 273px;
}
#voice .voice_list .sub {
  font-size: 24px;
  letter-spacing: 0.04em;
  color: #FF6A00;
  margin-bottom: 22px;
  font-weight: 800;
}
#voice .voice_list .txt {
  width: 620px;
  font-size: 18px;
  line-height: 31px;
  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;
  height: 1350px;
  padding: 59px 0 0;
}
#step .sect_title {
  background: url(../img/step_ttl.png) no-repeat center 0/100%;
  width: 450px;
  height: 163px;
  text-align: center;
  color: #2B333A;
  font-size: 60px;
  letter-spacing: 0.04em;
  padding: 30px 0 0;
  margin: 0 auto -17px;
}
#step .sect_title span {
  background: url(../img/dots.png) no-repeat center bottom/374px;
  padding-bottom: 5px;
}
#step .step_list {
  width: 1010px;
  margin: 0 auto;
}
#step .step_list li {
  display: flex;
  filter: drop-shadow(0px 10px 10px rgba(0, 90, 221, 0.2));
  margin-bottom: 30px;
}
#step .step_list .img {
  width: 330px;
}
#step .step_list .txt {
  width: 680px;
  background: #fff;
  border-radius: 20px 30px 30px 20px;
  padding: 36px 0 0 60px;
}
#step .step_list .txt h3 {
  font-size: 32px;
  letter-spacing: 0.04em;
  color: #2A88DD;
  margin-bottom: 15px;
}
#step .step_list .txt p {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.04em;
}

#qanda {
  padding: 0 0 105px;
}
#qanda .sect_title {
  background: url(../img/qa_ttl.png) no-repeat center 0/100%;
  width: 470px;
  height: 163px;
  text-align: center;
  color: #2A88DD;
  font-size: 52px;
  letter-spacing: 0.04em;
  padding: 90px 0px 0 0;
  margin: 0 auto 27px;
}
#qanda .sub {
  background: url(../img/qa_sub.png) no-repeat center 0/100%;
  width: 1010px;
  height: 50px;
  padding: 13px 0 0 43px;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.04em;
}
#qanda .sub_2 {
  margin-top: 70px;
}
#qanda dl {
  width: 980px;
  margin: 0 auto;
  padding: 35px 0;
  border-bottom: 1px solid #B3B3B3;
}
#qanda dt {
  background: url(../img/q.png) no-repeat 4px 3px/16px;
  color: #2A88DD;
  font-size: 22px;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 0 0 18px 36px;
  margin-bottom: -18px;
  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: 22px;
  height: 4px;
  border-radius: 100vh;
  background: #2A88DD;
  position: absolute;
  right: 20px;
  top: 13px;
  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: 910px;
  background: url(../img/a.png) no-repeat 4px 8px/16px;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.04em;
  padding: 0 0 0 36px;
}

#form {
  background: url(../img/form_bg.jpg) no-repeat center 0;
  padding: 90px 0 106px;
}
#form.form_confirm, #form.form_thanks {
  background-size: cover;
  min-height: 100vh;
}
#form .sect_title {
  font-size: 52px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 48px;
}
#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: 1100px;
  padding: 64px 0 72px;
  border-radius: 30px;
}
#form #form_table {
  border-collapse: collapse;
  width: 867px;
  margin: 0 auto 22px;
}
#form #form_table.form_confirm td {
  padding: 30px 0;
}
#form #form_table tr:nth-child(-n+3) th::after {
  content: "必須";
  color: #fff;
  background: #FF6A00;
  width: 44px;
  height: 22px;
  display: inline-block;
  text-align: center;
  padding: 1px 0 0;
  margin: -2px 0 0 8px;
  font-weight: 500;
}
#form #form_table tr:last-child th {
  vertical-align: top;
  padding-top: 34px;
}
#form #form_table th {
  text-align: left;
  width: 235px;
  font-size: 18px;
  letter-spacing: 0.04em;
  vertical-align: middle;
  font-weight: 500;
}
#form #form_table td {
  padding: 17px 0;
  font-size: 18px;
  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: 28px;
}
#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: 23px;
  height: 22px;
  margin-right: 10px;
}
#form #form_table input[type=checkbox]:checked + label::before {
  content: "";
  display: block;
  background: url(../img/check.png) no-repeat center 0/100%;
  width: 22px;
  height: 22px;
}
#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: 50px;
  border-radius: 4px;
  font-size: 18px;
  letter-spacing: 0.04em;
  padding: 0 0 0 24px;
}
#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: 300px;
  height: 50px;
  border-radius: 4px;
  font-size: 18px;
  letter-spacing: 0.04em;
  padding: 0 0 0 24px;
  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: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#form #form_table textarea {
  border: 1px solid #2B333A;
  outline: none;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  font-size: 18px;
  letter-spacing: 0.04em;
  padding: 15px 24px;
}
#form #form_table textarea::placeholder {
  color: #BFC2C4;
}
#form #form_table #error-message {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
}
#form .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}
#form .form_btn {
  width: 335px;
  height: 80px;
  border: none;
  outline: none;
  font-size: 20px;
  cursor: pointer;
  filter: drop-shadow(0px 4px 3px 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: 52px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 48px;
}
#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: 18px;
  line-height: 39px;
  letter-spacing: 0.04em;
  margin-bottom: 38px;
}

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