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

html {
  touch-action: manipulation;
}

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

ul li {
  list-style: none;
}

img {
  width: 100%;
}

a {
  margin: 0;
  padding: 0;
  color: #142E66;
  text-decoration: none;
  vertical-align: baseline;
}

table {
  border-spacing: 0;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #142E66;
  font-size: 3.7333333333vw;
  margin-bottom: 17.3333333333vw;
}

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.float_box {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}
.float_box .tel a {
  display: block;
  width: 50vw;
  background: #0054AF;
}
.float_box .search a {
  display: flex;
  align-items: center;
  width: 50vw;
  height: 17.3333333333vw;
  padding-left: 10.6666666667vw;
  background: #F7931E;
  box-sizing: border-box;
  position: relative;
}
.float_box .search a::before {
  content: "";
  display: block;
  width: 4.6666666667vw;
  height: 4.6666666667vw;
  margin-top: -2.3333333333vw;
  background: url(../img/icon_search.png) no-repeat top left/100%;
  position: absolute;
  top: 50%;
  left: 4.8vw;
}
.float_box .search a span {
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 500;
}

.fv {
  background: url("../img/sp_bg_fv.jpg") no-repeat top center/100%;
  padding: 4.4vw 0 23.3333333333vw;
  position: relative;
}
.fv .inner .header {
  display: flex;
  align-items: center;
}
.fv .inner .header .logo {
  margin-left: 4vw;
}
.fv .inner .header .logo img {
  width: 53.3333333333vw;
}
.fv .inner .header nav {
  position: absolute;
  bottom: 7.2vw;
  left: 0;
  right: 0;
}
.fv .inner .header nav .nav_list {
  display: flex;
  justify-content: center;
}
.fv .inner .header nav .nav_list li {
  border-right: solid 0.2666666667vw #142E66;
}
.fv .inner .header nav .nav_list li a {
  display: block;
  font-size: 4vw;
  text-align: center;
  font-weight: 500;
  width: 30.6666666667vw;
  height: 16vw;
  padding: 3.6vw 0 0;
  box-sizing: border-box;
  position: relative;
}
.fv .inner .header nav .nav_list li a::before {
  content: "";
  display: block;
  width: 3.0666666667vw;
  height: 2vw;
  margin: 0 auto;
  background: url(../img/sp_nav_arrow.png) no-repeat 0 0/100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.6666666667vw;
}
.fv .inner .header nav .nav_list li:last-child {
  margin-right: 0;
  border-right: none;
}

.fv_tit {
  padding: 7.3333333333vw 0;
  background: #142E66;
}
.fv_tit h2 {
  color: #fff;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.form_area01 {
  background: url("../img/sp_bg_form01.jpg") repeat-y top center/100%;
  padding-bottom: 10vw;
}
.form_area01 .inner h2 {
  font-size: 7.4666666667vw;
  text-align: center;
  padding: 8vw 0 5.3333333333vw;
}

.form_area02 {
  background: url("../img/sp_bg_form02.jpg") repeat-y top center/100%;
  padding-bottom: 16vw;
}
.form_area02 .inner h2 {
  font-size: 7.4666666667vw;
  text-align: center;
  line-height: 1.3;
  padding: 10.6666666667vw 0 5.3333333333vw;
}
.form_area02 .inner h2 span {
  font-size: 5.8666666667vw;
}

.form_box {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 0.1em;
  width: 87%;
  margin: 0 auto;
  padding: 40px 0 20px;
  border: solid 2px #0054AF;
  background: #fff;
  filter: drop-shadow(7px 7px 0 #0054AF);
  border-radius: 20px;
}
.form_box .formrun {
  max-width: 900px;
  margin: 0 auto;
}
.form_box .formrun .must {
  position: relative;
  padding-right: 50px;
}
.form_box .formrun .must:after {
  position: absolute;
  display: block;
  content: "必須";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #fff;
  background-color: #cc1b1b;
  padding: 0px 7px;
  border-radius: 5px;
}
.form_box .formrun .js-form_short.is-hidden {
  display: none;
}
.form_box .formrun .js-form_short .is-next {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  width: 85%;
  margin: 10px auto;
  padding: 15px 18px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: none;
  border-radius: 8px;
  background: linear-gradient(40deg, rgb(0, 140, 224) 0%, #40c1fc 100%);
  transition: all, 0.3s;
  appearance: none;
}
.form_box .formrun .js-form_short .is-next:hover {
  opacity: 0.5;
}
.form_box .formrun .js-form_short .is-next.is-hidden {
  display: none;
}
.form_box .formrun .form_block {
  width: 85%;
  margin: 15px auto;
}
.form_box .formrun .formrun-system-show {
  margin: 10px 0;
  font-size: 12px;
  color: red;
}
.form_box .formrun .input {
  border-radius: 8px;
  background: #F2F4F5;
  font-size: 14px;
  border: none;
  appearance: none;
  width: 100%;
  display: block;
  padding: 15px 18px;
  margin: 10px 0;
  box-sizing: border-box;
}
.form_box .formrun .input::placeholder {
  color: #ABAFB1;
}
.form_box .formrun .input[type=email]:read-only {
  background-color: #fff;
}
.form_box .formrun .input.input_small {
  font-size: 12px;
  padding: 15px 10px;
}
.form_box .formrun .input.input_textarea {
  line-height: 1.3;
  height: 200px;
}
.form_box .formrun .form_text {
  width: 85%;
  margin: 30px auto;
  text-align: center;
}
.form_box .formrun .form_text p {
  font-size: 2.9333333333vw;
  line-height: 1.8;
}
.form_box .formrun .form_text p a {
  color: rgb(1, 151, 231);
  text-decoration: underline;
}
.form_box .formrun .submit {
  text-align: center;
  width: 85%;
  margin: 25px auto 0;
}
.form_box .formrun .submit button {
  border-radius: 8px;
  font-size: 14px;
  border: none;
  appearance: none;
  width: 100%;
  display: block;
  padding: 15px 18px;
  margin: 10px 0;
  background: linear-gradient(40deg, rgb(0, 140, 224) 0%, #40c1fc 100%);
  color: #fff;
  cursor: pointer;
  transition: all, 0.3s;
}
.form_box .formrun .submit button:hover {
  opacity: 0.5;
}
.form_box .formrun .upload {
  display: inline-block;
  color: #464852;
  padding: 8px 20px 8px 40px;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 15px center;
  font-size: 11px;
  border-radius: 4px;
  border: 1px solid #464852;
  background: #FFF;
  cursor: pointer;
}
.form_box .formrun .toggle {
  position: relative;
  width: 74px;
  height: 31px;
  margin: 15px 0;
  border-radius: 50px;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
}
.form_box .formrun .toggle input[type=checkbox] {
  display: none;
}
.form_box .formrun .toggle span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form_box .formrun .toggle span:nth-of-type(1) {
  right: 13px;
  color: rgba(0, 0, 0, 0.175);
}
.form_box .formrun .toggle span:nth-of-type(2) {
  left: 17px;
  color: #fff;
}
.form_box .formrun .toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  display: block;
  background: #e9e9eb;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form_box .formrun .toggle:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 26px;
  height: 26px;
  display: block;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  opacity: 0.8;
}
.form_box .formrun .toggle.checked:before {
  background: #4094F7;
}
.form_box .formrun .toggle.checked:after {
  left: 45px;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
}
.form_box .formrun .toggle.checked .toggle_off {
  opacity: 0;
}
.form_box .formrun .toggle.checked .toggle_on {
  opacity: 1;
}
.form_box .formrun .search_form_horizontal {
  display: flex;
  align-items: center;
}
.form_box .formrun .search_form_horizontal_text {
  padding: 0 10px;
}
.form_box .formrun .documents {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.form_box .formrun .rooms {
  margin-top: 50px;
}
.form_box .kome {
  display: flex;
  color: #142E66;
  font-size: 2.9333333333vw;
  width: 73.3333333333vw;
  margin: 5.3333333333vw auto 0;
  padding-bottom: 5.3333333333vw;
}

/* サンクスページ */
.thanks_page {
  margin-bottom: 0;
}

.thanks {
  min-height: 78vh;
}
.thanks .inner .form_box .thanks_text {
  font-size: 3.7333333333vw;
  text-align: center;
  margin-top: 6.6666666667vw;
}
.thanks .inner .form_box .back_btn {
  margin: 6.6666666667vw 0;
}
.thanks .inner .form_box .back_btn a {
  display: block;
  color: #fff;
  font-size: 3.7333333333vw;
  line-height: 13.3333333333vw;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  border-radius: 1.0666666667vw;
  background: linear-gradient(40deg, rgb(0, 140, 224) 0%, #40c1fc 100%);
  transition: all, 0.3s;
}
.thanks .inner .form_box .back_btn a:hover {
  opacity: 0.5;
}

.video_area {
  background: url(../img/sp_bg_video.jpg) no-repeat top center/100%;
  padding-bottom: 7.7333333333vw;
}
.video_area .inner .video {
  text-align: center;
  position: relative;
}
.video_area .inner .video video {
  width: 89.3333333333vw;
  height: 50.2666666667vw;
}
.video_area .inner .video .play_btn {
  width: 17.8666666667vw;
  margin: 0 auto;
  position: absolute;
  top: 16.2666666667vw;
  left: 0;
  right: 0;
  cursor: pointer;
  filter: drop-shadow(0.6666666667vw 0.6666666667vw 2vw rgba(0, 57, 119, 0.4));
}
.video_area .inner .video .play_btn.playActive {
  display: none;
}

.case_area {
  background: url(../img/sp_bg_case.jpg) no-repeat top center/100%, #fff;
}
.case_area .inner .case_box {
  position: relative;
}
.case_area .inner .case_box p[class^=name0] {
  color: #333;
  font-size: 2.4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.11;
  position: absolute;
}
.case_area .inner .case_box p[class^=name0].name01 {
  top: 12.6666666667vw;
  right: 4.6666666667vw;
}
.case_area .inner .case_box p[class^=name0].name02 {
  top: 6.6666666667vw;
  left: 32.6666666667vw;
}
.case_area .inner .case_box div[class^=case_text0] {
  position: absolute;
}
.case_area .inner .case_box div[class^=case_text0] p {
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.46;
}
.case_area .inner .case_box div[class^=case_text0] p strong {
  color: #FFF364;
}
.case_area .inner .case_box.case01 .case_text01 {
  top: 9.3333333333vw;
  left: 20vw;
}
.case_area .inner .case_box.case01 .case_text02 {
  width: 62.6666666667vw;
  top: 46.6666666667vw;
  left: 31.3333333333vw;
}
.case_area .inner .case_box.case02 .case_text01 {
  top: 10vw;
  left: 64vw;
}
.case_area .inner .case_box.case02 .case_text02 {
  top: 40vw;
  left: 9.3333333333vw;
}
.case_area .inner .case_box .text_area {
  position: absolute;
  top: 12.6666666667vw;
  left: 10vw;
}
.case_area .inner .case_box .text_area .text01 {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 2vw;
}
.case_area .inner .case_box .text_area .text02 {
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.94;
}
.case_area .inner .case_box .text_area .text02 strong {
  background: rgba(255, 243, 100, 0.8);
}
.case_area .inner .room_tit {
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center;
  padding: 5.3333333333vw 0 2.6666666667vw;
}

.comparison_area {
  background: url(../img/sp_bg_comparison.jpg) no-repeat top center/100%;
}
.comparison_area .inner {
  position: relative;
}
.comparison_area .inner h2 {
  position: absolute;
  top: 22.6666666667vw;
  left: 5.3333333333vw;
}
.comparison_area .inner h2 span {
  font-size: 6.1333333333vw;
  position: relative;
  z-index: 999;
}
.comparison_area .inner h2 span strong {
  font-size: 7.7333333333vw;
}
.comparison_area .inner h2 span strong.st01 {
  color: #0054AF;
}
.comparison_area .inner h2::before {
  content: "";
  width: 40.8vw;
  height: 9.2vw;
  margin: 0 auto;
  background: url(../img/comparison_tit.png) no-repeat 0 0/100%;
  position: absolute;
  top: -11.6vw;
  left: 0;
  right: 0;
}
.comparison_area .inner h2::after {
  content: "";
  width: 32.8vw;
  height: 2.6666666667vw;
  background: url(../img/comparison_tit_line.png) no-repeat 0 0/100%;
  position: absolute;
  left: 0;
  bottom: -2vw;
  z-index: 99;
}
.comparison_area .inner .table_area {
  position: absolute;
  top: 36.2666666667vw;
  left: 23.4666666667vw;
}
.comparison_area .inner .table_area div[class^=box0] {
  display: flex;
}
.comparison_area .inner .table_area div[class^=box0] p {
  color: #333;
  font-size: 3.2vw;
  line-height: 1.33;
  text-align: center;
  font-weight: 500;
  width: 22.6666666667vw;
  margin-right: 1.6vw;
  box-sizing: border-box;
}
.comparison_area .inner .table_area div[class^=box0] p.text03, .comparison_area .inner .table_area div[class^=box0] p.text09 {
  font-size: 2.6666666667vw;
}
.comparison_area .inner .table_area div[class^=box0] p.text06 {
  font-size: 2.9333333333vw;
}
.comparison_area .inner .table_area div[class^=box0] p[class^=tit0] {
  color: #fff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  height: 8.2666666667vw;
  padding: 2.4vw 0 0;
}
.comparison_area .inner .table_area div[class^=box0] p[class^=text0] {
  height: 28.8vw;
  margin-bottom: 2.1333333333vw;
  padding: 12.6666666667vw 0 0;
}

.step_area {
  background: url(../img/sp_bg_step.jpg) no-repeat top center/100%, #fff;
}
.step_area .inner .step_list li {
  position: relative;
}
.step_area .inner .step_list li .text_area {
  width: 52.8vw;
  position: absolute;
  top: 17.3333333333vw;
  left: 35.7333333333vw;
}
.step_area .inner .step_list li .text_area h3 {
  color: #0054AF;
  font-size: 5.0666666667vw;
  margin-bottom: 2vw;
}
.step_area .inner .step_list li .text_area .text {
  line-height: 1.78;
  text-align: justify;
  width: 52.8vw;
}
.step_area .inner .step_list li .text_area .box {
  color: #fff;
  font-size: 2.9333333333vw;
  line-height: 5.6vw;
  text-align: center;
  width: 30.4vw;
  margin: 2.6666666667vw 0 0;
  background: #F7931E;
  border-radius: 2.8vw;
}
.step_area .inner .step_list li .text_area .kome {
  font-size: 2.9333333333vw;
  line-height: 1.52;
  width: 52.8vw;
  margin: 2.6666666667vw auto 0;
}

.company_area {
  background: url(../img/sp_bg_company.jpg) no-repeat bottom center/100%;
  height: 61.3333333333vw;
  padding-top: 9.3333333333vw;
  box-sizing: border-box;
}
.company_area h2 {
  color: #fff;
  font-size: 7.4666666667vw;
  text-align: center;
  font-weight: 700;
  margin-bottom: 6.6666666667vw;
}
.company_area .com_slider {
  width: 100%;
}
.company_area .com_slider li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52vw !important;
  height: 26.6666666667vw !important;
  margin: 0 0vw 1.3333333333vw;
  background: #fff;
}
.company_area .com_slider li p {
  width: 41.3333333333vw;
  height: auto;
  text-align: center;
}

.reason_area {
  background: url(../img/sp_bg_reason.jpg) no-repeat top center/100%, #EBF7FF;
  padding-bottom: 5.3333333333vw;
}
.reason_area .inner .left_box .text_area,
.reason_area .inner .right_box .text_area {
  width: 89.3333333333vw;
  margin: 0 auto 13.3333333333vw;
}
.reason_area .inner .left_box .text_area h3[class^=tit0],
.reason_area .inner .right_box .text_area h3[class^=tit0] {
  padding: 5.3333333333vw 0 4.6666666667vw;
}
.reason_area .inner .left_box .text_area h3[class^=tit0] span,
.reason_area .inner .right_box .text_area h3[class^=tit0] span {
  color: #0054AF;
  font-size: 8.5333333333vw;
  position: relative;
}
.reason_area .inner .left_box .text_area h3[class^=tit0] span::before,
.reason_area .inner .right_box .text_area h3[class^=tit0] span::before {
  content: "";
  display: block;
  width: 11.7333333333vw;
  height: 12vw;
  position: absolute;
  top: 0.6666666667vw;
  right: -15.3333333333vw;
}
.reason_area .inner .left_box .text_area h3[class^=tit0].tit01 span::before,
.reason_area .inner .right_box .text_area h3[class^=tit0].tit01 span::before {
  background: url(../img/reason_icon01.png) no-repeat 0 0/100%;
}
.reason_area .inner .left_box .text_area h3[class^=tit0].tit02 span::before,
.reason_area .inner .right_box .text_area h3[class^=tit0].tit02 span::before {
  background: url(../img/reason_icon02.png) no-repeat 0 0/100%;
}
.reason_area .inner .left_box .text_area h3[class^=tit0].tit03 span::before,
.reason_area .inner .right_box .text_area h3[class^=tit0].tit03 span::before {
  background: url(../img/reason_icon03.png) no-repeat 0 0/100%;
}
.reason_area .inner .left_box .text_area .text,
.reason_area .inner .right_box .text_area .text {
  line-height: 2.07;
  text-align: justify;
}

footer {
  background: #fff;
}
footer .inner {
  padding: 9.6vw 0 8.6666666667vw;
}
footer .inner h2 {
  text-align: center;
}
footer .inner h2 img {
  width: 56vw;
}
footer .inner .operation {
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 1.53;
  font-weight: 500;
}
footer .copy_area {
  background: #142E66;
}
footer .copy_area .copy {
  text-align: center;
}
footer .copy_area .copy small {
  color: #fff;
  font-size: 2.9333333333vw;
  line-height: 8vw;
}/*# sourceMappingURL=style_sp.css.map */