@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;
}

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

a:hover {
  opacity: 0.7;
}

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: 18px;
}

.pc_none {
  display: none;
}

.inner {
  width: 1100px;
  margin: 0 auto;
}

.fv {
  background: url("../img/pc_bg_fv.jpg") no-repeat top center;
}
.fv .inner .header {
  display: flex;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  padding: 35px 0 0;
}
.fv .inner .header .logo {
  margin-right: 65px;
}
.fv .inner .header .logo img {
  width: 220px;
}
.fv .inner .header nav .nav_list {
  display: flex;
}
.fv .inner .header nav .nav_list li {
  margin-right: 20px;
}
.fv .inner .header nav .nav_list li:last-child {
  margin-right: 0;
}
.fv .inner .header nav .nav_list li a {
  font-size: 16px;
  font-weight: 500;
}
.fv .inner .header .cta_area {
  display: flex;
  align-items: flex-end;
  margin-left: 20px;
}
.fv .inner .header .cta_area .tel a {
  pointer-events: none;
}
.fv .inner .header .cta_area .search {
  margin-left: 18px;
}
.fv .inner .header .cta_area .search a {
  display: flex;
  align-items: center;
  width: 190px;
  height: 50px;
  padding-left: 40px;
  background: #F7931E;
  border-radius: 25px;
  box-sizing: border-box;
  position: relative;
}
.fv .inner .header .cta_area .search a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url(../img/icon_search.png) no-repeat top left/100%;
  position: absolute;
  top: 50%;
  left: 18px;
}
.fv .inner .header .cta_area .search a span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.fv_tit {
  padding: 30px 0;
  background: #142E66;
}
.fv_tit h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
}

.form_area01 {
  background: url("../img/pc_bg_form01.jpg") repeat-y top center;
  padding-bottom: 70px;
}
.form_area01 .inner h2 {
  font-size: 42px;
  text-align: center;
  padding: 55px 0 15px;
}

.form_area02 {
  background: url("../img/pc_bg_form02.jpg") repeat-y top center;
  padding-bottom: 100px;
}
.form_area02 .inner h2 {
  font-size: 42px;
  text-align: center;
  padding: 75px 0 15px;
}
.form_area02 .inner h2 span {
  font-size: 34px;
}

.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;
}
.p-form__error {
  margin: 10px 0;
  font-size: 12px;
  color: red!important;
}
.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_textarea {
  height: 200px;
}
.form_box .formrun .form_text {
  width: 85%;
  margin: 30px auto;
  text-align: center;
}
.form_box .formrun .form_text p a {
  color: rgb(1, 151, 231);
  text-decoration: underline;
}
.form_box .formrun .form_text 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 {
  color: #142E66;
  font-size: 12px;
  text-align: right;
  margin-top: 30px;
  margin-right: 30px;
  padding-bottom: 30px;
}

/* サンクスページ */
.thanks {
  min-height: 78vh;
}
.thanks .inner h2 {
  margin-bottom: 20px;
}
.thanks .inner .form_box .thanks_text {
  font-size: 18px;
  text-align: center;
  margin-top: 50px;
}
.thanks .inner .form_box .back_btn {
  margin: 50px 0;
}
.thanks .inner .form_box .back_btn a {
  display: block;
  color: #fff;
  line-height: 60px;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  border-radius: 8px;
  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/pc_bg_video.jpg) no-repeat top center;
  padding-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  .video_area {
    background-size: 181.8181818182vw auto;
    padding-bottom: 5.4545454545vw;
  }
}
.video_area .inner .video {
  text-align: center;
  position: relative;
}
.video_area .inner .video video {
  width: 860px;
  height: 484px;
}
@media screen and (max-width: 1100px) {
  .video_area .inner .video video {
    width: 78.1818181818vw;
    height: 44vw;
  }
}
.video_area .inner .video .play_btn {
  width: 134px;
  margin: 0 auto;
  position: absolute;
  top: 175px;
  left: 0;
  right: 0;
  cursor: pointer;
  filter: drop-shadow(5px 5px 15px rgba(0, 57, 119, 0.4));
}
@media screen and (max-width: 1100px) {
  .video_area .inner .video .play_btn {
    width: 12.1818181818vw;
    top: 15.9090909091vw;
  }
}
.video_area .inner .video .play_btn.playActive {
  display: none;
}

.case_area {
  background: url(../img/pc_bg_case.jpg) no-repeat top center, #fff;
}
.case_area .inner .case_box {
  position: relative;
}
.case_area .inner .case_box p[class^=name0] {
  color: #333;
  font-weight: 700;
  position: absolute;
  top: 290px;
}
.case_area .inner .case_box p[class^=name0].name01 {
  right: 130px;
}
.case_area .inner .case_box p[class^=name0].name02 {
  left: 180px;
}
.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: 22px;
  font-weight: 700;
  line-height: 1.81;
}
.case_area .inner .case_box div[class^=case_text0] p strong {
  color: #FFF364;
}
.case_area .inner .case_box.case01 .case_text01 {
  top: 55px;
  left: 220px;
}
.case_area .inner .case_box.case01 .case_text02 {
  top: 160px;
  left: 275px;
}
.case_area .inner .case_box.case02 .case_text01 {
  top: 55px;
  left: 370px;
}
.case_area .inner .case_box.case02 .case_text01 p {
  font-size: 20px;
}
.case_area .inner .case_box.case02 .case_text02 {
  top: 160px;
  left: 423px;
}
.case_area .inner .case_box .text_area {
  position: absolute;
  top: 85px;
  left: 157px;
}
.case_area .inner .case_box .text_area .text01 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.case_area .inner .case_box .text_area .text02 {
  font-size: 28px;
  font-weight: 700;
}
.case_area .inner .case_box .text_area .text02 strong {
  background: rgba(255, 243, 100, 0.8);
  padding: 0 10px;
  margin-left: -10px;
}
.case_area .inner .room_tit {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  padding: 40px 0 20px;
}

.comparison_area {
  background: url(../img/pc_bg_comparison.jpg) no-repeat top center;
}
.comparison_area .inner {
  position: relative;
}
.comparison_area .inner h2 {
  text-align: center;
  position: absolute;
  top: 115px;
  left: 0;
  right: 0;
}
.comparison_area .inner h2 span {
  font-size: 44px;
  position: relative;
  z-index: 999;
}
.comparison_area .inner h2 span strong {
  font-size: 54px;
}
.comparison_area .inner h2 span strong.st01 {
  color: #0054AF;
}
.comparison_area .inner h2::before {
  content: "";
  width: 219px;
  height: 48px;
  margin: 0 auto;
  background: url(../img/comparison_tit.png) no-repeat 0 0/100%;
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
}
.comparison_area .inner h2::after {
  content: "";
  width: 230px;
  height: 18px;
  background: url(../img/comparison_tit_line.png) no-repeat 0 0/100%;
  position: absolute;
  left: 280px;
  bottom: -15px;
  z-index: 99;
}
.comparison_area .inner .table_area {
  position: absolute;
  top: 211px;
  left: 240px;
}
.comparison_area .inner .table_area div[class^=box0] {
  display: flex;
}
.comparison_area .inner .table_area div[class^=box0] p {
  color: #333;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  width: 250px;
  margin-right: 15px;
}
.comparison_area .inner .table_area div[class^=box0] p[class^=tit0] {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding: 17px 0 115px;
}
.comparison_area .inner .table_area div[class^=box0].box03 {
  margin: 140px 0;
}

.step_area {
  background: url(../img/pc_bg_step.jpg) no-repeat top center, #fff;
  padding-bottom: 70px;
}
.step_area .inner .step_list {
  display: flex;
  margin-left: 50px;
}
.step_area .inner .step_list li {
  width: 258px;
  position: relative;
}
.step_area .inner .step_list li .text_area {
  width: 226px;
  position: absolute;
  top: 230px;
  left: 0;
}
.step_area .inner .step_list li .text_area h3 {
  color: #0054AF;
  font-size: 26px;
  text-align: center;
  margin-bottom: 10px;
}
.step_area .inner .step_list li .text_area .text {
  line-height: 1.77;
  text-align: justify;
  width: 180px;
  margin: 0 auto;
}
.step_area .inner .step_list li .text_area .box {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  width: 163px;
  margin: 10px auto 0;
  background: #F7931E;
  border-radius: 15px;
}
.step_area .inner .step_list li .text_area .kome {
  font-size: 12px;
  line-height: 1.83;
  width: 180px;
  margin: 15px auto 0;
}
.step_area .inner .step_list li .text_area .kome.center {
  text-align: center;
}

.company_area {
  background: url(../img/pc_bg_company.jpg) no-repeat center bottom;
  height: 400px;
  padding-top: 40px;
  box-sizing: border-box;
}
.company_area h2 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
.company_area .com_slider {
  width: 100%;
}
.company_area .com_slider li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 390px !important;
  height: 200px !important;
  margin: 0 0px 10px;
  background: #fff;
}
.company_area .com_slider li p {
  width: 310px;
  height: auto;
  text-align: center;
}
.company_area .com_slider li p img {
  width: 100%;
}

.reason_area {
  background: url(../img/pc_bg_reason.jpg) no-repeat top center, #fff;
  height: 1744px;
}
.reason_area .inner .left_box,
.reason_area .inner .right_box {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.reason_area .inner .left_box p[class^=img0],
.reason_area .inner .right_box p[class^=img0] {
  width: 478px;
  position: absolute;
  top: 0;
}
.reason_area .inner .left_box .img01,
.reason_area .inner .right_box .img01 {
  right: 8px;
}
.reason_area .inner .left_box .img02,
.reason_area .inner .right_box .img02 {
  left: 8px;
}
.reason_area .inner .left_box .img03,
.reason_area .inner .right_box .img03 {
  right: 8px;
}
.reason_area .inner .left_box .text_area,
.reason_area .inner .right_box .text_area {
  margin-bottom: 80px;
}
.reason_area .inner .left_box .text_area h3[class^=tit0],
.reason_area .inner .right_box .text_area h3[class^=tit0] {
  padding: 50px 0 25px;
}
.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: 46px;
  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: 64px;
  height: 68px;
  position: absolute;
  top: 5px;
  right: -90px;
}
.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.22;
  text-align: justify;
  width: 467px;
}
.reason_area .inner .left_box .text_area .text.text2,
.reason_area .inner .right_box .text_area .text.text2 {
  width: 100%;
}
.reason_area .inner .left_box.right_box .text_area,
.reason_area .inner .right_box.right_box .text_area {
  margin-left: 530px;
}

footer {
  background: #fff;
}
footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
}
footer .inner h2 img {
  width: 220px;
}
footer .inner .operation {
  font-size: 16px;
  text-align: right;
  line-height: 1.75;
  font-weight: 500;
}
footer .copy_area {
  background: #142E66;
}
footer .copy_area .copy {
  text-align: center;
}
footer .copy_area .copy small {
  color: #fff;
  font-size: 12px;
  line-height: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  body {
    font-size: 1.6363636364vw;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 100%;
  }
  .fv {
    background: url("../img/pc_bg_fv.jpg") no-repeat top center/181.8181818182vw auto;
  }
  .fv .inner .header {
    width: 90.9090909091vw;
    padding: 3.1818181818vw 0 0;
  }
  .fv .inner .header .logo {
    margin-right: 5.9090909091vw;
  }
  .fv .inner .header .logo img {
    width: 20vw;
  }
  .fv .inner .header nav .nav_list li {
    margin-right: 1.8181818182vw;
  }
  .fv .inner .header nav .nav_list li a {
    font-size: 1.4545454545vw;
  }
  .fv .inner .header .cta_area {
    margin-left: 1.8181818182vw;
  }
  .fv .inner .header .cta_area .tel {
    width: 12.7272727273vw;
  }
  .fv .inner .header .cta_area .search {
    margin-left: 1.6363636364vw;
  }
  .fv .inner .header .cta_area .search a {
    width: 17.2727272727vw;
    height: 4.5454545455vw;
    padding-left: 3.6363636364vw;
    border-radius: 2.2727272727vw;
  }
  .fv .inner .header .cta_area .search a::before {
    width: 1.6363636364vw;
    height: 1.6363636364vw;
    margin-top: -0.8181818182vw;
    left: 1.6363636364vw;
  }
  .fv .inner .header .cta_area .search a span {
    font-size: 1.4545454545vw;
  }
  .fv_tit {
    padding: 2.7272727273vw 0;
  }
  .fv_tit h2 {
    font-size: 3.6363636364vw;
  }
  .case_area {
    background: url(../img/pc_bg_case.jpg) no-repeat top center/181.8181818182vw auto, #fff;
  }
  .case_area .inner .case_box p[class^=name0] {
    top: 26.3636363636vw;
  }
  .case_area .inner .case_box p[class^=name0].name01 {
    right: 11.8181818182vw;
  }
  .case_area .inner .case_box p[class^=name0].name02 {
    left: 16.3636363636vw;
  }
  .case_area .inner .case_box div[class^=case_text0] p {
    font-size: 2vw;
  }
  .case_area .inner .case_box.case01 .case_text01 {
    top: 5vw;
    left: 20vw;
  }
  .case_area .inner .case_box.case01 .case_text02 {
    top: 14.5454545455vw;
    left: 25vw;
  }
  .case_area .inner .case_box.case02 .case_text01 {
    top: 5vw;
    left: 33.6363636364vw;
  }
  .case_area .inner .case_box.case02 .case_text01 p {
    font-size: 1.8181818182vw;
  }
  .case_area .inner .case_box.case02 .case_text02 {
    top: 14.5454545455vw;
    left: 38.4545454545vw;
  }
  .case_area .inner .case_box .text_area {
    top: 7.7272727273vw;
    left: 14.2727272727vw;
  }
  .case_area .inner .case_box .text_area .text01 {
    font-size: 1.8181818182vw;
    margin-bottom: 1.8181818182vw;
  }
  .case_area .inner .case_box .text_area .text02 {
    font-size: 2.5454545455vw;
  }
  .case_area .inner .case_box .text_area .text02 strong {
    padding: 0 0.9090909091vw;
    margin-left: -0.9090909091vw;
  }
  .case_area .inner .room_tit {
    font-size: 3.0909090909vw;
    padding: 3.6363636364vw 0 1.8181818182vw;
  }
  .comparison_area {
    background: url(../img/pc_bg_comparison.jpg) no-repeat top center/181.8181818182vw auto;
  }
  .comparison_area .inner h2 {
    top: 10.4545454545vw;
  }
  .comparison_area .inner h2 span {
    font-size: 4vw;
  }
  .comparison_area .inner h2 span strong {
    font-size: 4.9090909091vw;
  }
  .comparison_area .inner h2::before {
    width: 19.9090909091vw;
    height: 4.3636363636vw;
    top: -5vw;
  }
  .comparison_area .inner h2::after {
    width: 20.9090909091vw;
    height: 1.6363636364vw;
    left: 25.4545454545vw;
    bottom: -1.3636363636vw;
  }
  .comparison_area .inner .table_area {
    top: 19.1818181818vw;
    left: 21.8181818182vw;
  }
  .comparison_area .inner .table_area div[class^=box0] p {
    width: 22.7272727273vw;
    margin-right: 1.3636363636vw;
  }
  .comparison_area .inner .table_area div[class^=box0] p[class^=tit0] {
    font-size: 2.3636363636vw;
    padding: 1.5454545455vw 0 10.4545454545vw;
  }
  .comparison_area .inner .table_area div[class^=box0].box03 {
    margin: 12.7272727273vw 0;
  }
  .step_area {
    background: url(../img/pc_bg_step.jpg) no-repeat top center/181.8181818182vw auto, #fff;
    padding-bottom: 6.3636363636vw;
  }
  .step_area .inner .step_list {
    margin-left: 4.5454545455vw;
  }
  .step_area .inner .step_list li {
    width: 23.4545454545vw;
  }
  .step_area .inner .step_list li .text_area {
    width: 20.5454545455vw;
    top: 20.9090909091vw;
  }
  .step_area .inner .step_list li .text_area h3 {
    font-size: 2.3636363636vw;
    margin-bottom: 0.9090909091vw;
  }
  .step_area .inner .step_list li .text_area .text {
    width: 16.3636363636vw;
  }
  .step_area .inner .step_list li .text_area .box {
    font-size: 1.4545454545vw;
    line-height: 2.7272727273vw;
    width: 14.8181818182vw;
    margin: 0.9090909091vw auto 0;
    border-radius: 1.3636363636vw;
  }
  .step_area .inner .step_list li .text_area .kome {
    font-size: 1.0909090909vw;
    width: 16.3636363636vw;
    margin: 1.3636363636vw auto 0;
  }
  .company_area {
    background: url(../img/pc_bg_company.jpg) no-repeat bottom center/181.8181818182vw auto;
    height: 36.3636363636vw;
    padding-top: 3.6363636364vw;
  }
  .company_area h2 {
    font-size: 3.6363636364vw;
    margin-bottom: 3.6363636364vw;
  }
  .company_area .com_slider li {
    width: 35.4545454545vw !important;
    height: 18.1818181818vw !important;
    margin: 0 0vw 0.9090909091vw;
  }
  .company_area .com_slider li p {
    width: 28.1818181818vw;
  }
  .reason_area {
    background: url(../img/pc_bg_reason.jpg) no-repeat top center/181.8181818182vw auto, #fff;
    height: 158.5454545455vw;
  }
  .reason_area .inner .left_box,
  .reason_area .inner .right_box {
    width: 90.9090909091vw;
  }
  .reason_area .inner .left_box p[class^=img0],
  .reason_area .inner .right_box p[class^=img0] {
    width: 43.4545454545vw;
  }
  .reason_area .inner .left_box .img01,
  .reason_area .inner .right_box .img01 {
    right: 0.7272727273vw;
  }
  .reason_area .inner .left_box .img02,
  .reason_area .inner .right_box .img02 {
    left: 0.7272727273vw;
  }
  .reason_area .inner .left_box .img03,
  .reason_area .inner .right_box .img03 {
    right: 0.7272727273vw;
  }
  .reason_area .inner .left_box .text_area,
  .reason_area .inner .right_box .text_area {
    margin-bottom: 7.2727272727vw;
  }
  .reason_area .inner .left_box .text_area h3[class^=tit0],
  .reason_area .inner .right_box .text_area h3[class^=tit0] {
    padding: 4.5454545455vw 0 2.2727272727vw;
  }
  .reason_area .inner .left_box .text_area h3[class^=tit0] span,
  .reason_area .inner .right_box .text_area h3[class^=tit0] span {
    font-size: 4.1818181818vw;
  }
  .reason_area .inner .left_box .text_area h3[class^=tit0] span::before,
  .reason_area .inner .right_box .text_area h3[class^=tit0] span::before {
    width: 5.8181818182vw;
    height: 6.1818181818vw;
    top: 0.4545454545vw;
    right: -8.1818181818vw;
  }
  .reason_area .inner .left_box .text_area .text,
  .reason_area .inner .right_box .text_area .text {
    width: 42.4545454545vw;
  }
  .reason_area .inner .left_box.right_box .text_area,
  .reason_area .inner .right_box.right_box .text_area {
    margin-left: 48.1818181818vw;
  }
  footer .inner {
    width: 90.9090909091vw;
  }
}/*# sourceMappingURL=style.css.map */