@charset "UTF-8";
/*ブレイクポイントを設定*/
/*メディアクエリ用のミックスイン*/
/*-- リセット --*/
h1,
h2,
h3,
h4,
h5,
p,
b,
dt,
dd,
li,
span,
a,
strong {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

img {
  width: 100%;
  min-height: 0%;
  vertical-align: top;
}

figure {
  width: 100%;
  min-height: 0%;
  margin: 0 auto;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(255, 255, 255, 0.01);
  transition: .3s;
}

a img {
  display: inline-block;
}

.pc {
  display: block;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}

@media screen and (max-width: 1280px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.inline-pc {
  display: inline;
}

@media only screen and (max-width: 768px) {
  .inline-pc {
    display: none;
  }
}

.inline-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .inline-sp {
    display: inline;
  }
}

.text__common {
  line-height: 1.5;
  font-size: 1.8rem;
}

.text__common + .text__common {
  margin-top: 2.2rem;
}

.text__color_lightorange {
  color: #FF8E21;
}

.text__color_middleorange {
  color: #FF6021;
}

.font__weight_block {
  font-weight: bold;
}

.frame__text {
  text-shadow: 0.2rem 0.2rem 0 #FFF, 0.2rem 0 0 #FFF, 0 0.2rem 0 #FFF, 0 -0.2rem 0 #FFF, -0.2rem 0 0 #FFF, -0.2rem -0.2rem 0 #FFF, 0.3rem 0.3rem 0 #FFF, 0.3rem 0 0 #FFF, 0 0.3rem 0 #FFF, 0 -0.3rem 0 #FFF, -0.3rem 0 0 #FFF, -0.3rem -0.3rem 0 #FFF, 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.5);
}

.frame__text_orange {
  color: #FF6021;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 0.72vw;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 2.3vw;
  }
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #333;
}

@media only screen and (max-width: 768px) {
  body {
    overflow: hidden;
    overflow-y: scroll;
  }
}

.main {
  display: block;
}

.section__content {
  max-width: 94rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section__content {
    padding: 0 1.5rem;
  }
}

.btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 7rem;
  border: .2rem solid #FFF;
  border-radius: .5rem;
  box-shadow: 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
  color: #FFF;
  cursor: pointer;
}

.btn::before, .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.btn::before {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100px;
  box-sizing: border-box;
  background: #FFF;
  right: 1.35rem;
}

.btn::after {
  border-top: .484rem solid transparent;
  border-right: .6628rem solid transparent;
  border-bottom: .484rem solid transparent;
  right: 1.35rem;
}

.btn__orange {
  background: #E74300;
}

.btn__orange::after {
  border-left: 0.6628rem solid #E74300;
}

.btn__blue {
  background: #00A2D0;
}

.btn__blue::after {
  border-left: 0.6628rem solid #00A2D0;
}

.btn__off {
  filter: grayscale(100%);
  cursor: default;
}

.header {
  background: linear-gradient(to bottom, #6AD1FF, #B9F1FF 54%, #FFF);
}

.header__mv {
  padding: 5.373rem 0 4.526rem;
}

.header__mv_img {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto 3rem;
}

.header__mv_btns {
  display: flex;
  justify-content: center;
  margin: 0 auto 3.5rem;
}

@media only screen and (max-width: 768px) {
  .header__mv_btns {
    flex-direction: column;
    align-items: center;
  }
}

.header__mv_btn {
  margin: 0 2rem;
}

@media only screen and (max-width: 768px) {
  .header__mv_btn {
    margin: 0;
  }
  .header__mv_btn + .header__mv_btn {
    margin-top: 1.2rem;
  }
}

.header__mv_tel {
  margin: 0 auto;
}

.header__tel_copy {
  margin: 0 auto .55rem;
  line-height: 1.375;
  font-size: 2.4rem;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .header__tel_copy {
    font-size: 1.9rem;
  }
}

.header__tel_num {
  display: block;
  max-width: 32.344rem;
  width: 100%;
  margin: 0 auto .8rem;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .header__tel_num {
    max-width: 25.8756rem;
    pointer-events: auto;
  }
}

.header__tel_time {
  margin: 0;
  line-height: 1.375;
  font-size: 1.6rem;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .header__tel_time {
    font-size: 1.28rem;
  }
}

.trouble {
  padding: 6.5rem 0 3rem;
  box-sizing: border-box;
  background: url(../img/trouble_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.trouble__ttl {
  margin: 0 auto 3.8rem;
  line-height: 1;
  font-size: 4.2rem;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .trouble__ttl {
    line-height: 1.3;
    font-size: 3.2rem;
  }
}

.trouble__ttl_strong {
  line-height: inherit;
  font-size: 5rem;
}

@media only screen and (max-width: 768px) {
  .trouble__ttl_strong {
    font-feature-settings: 'palt';
    font-size: 4rem;
  }
}

.trouble__img {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}

.service {
  padding: 8rem 0;
}

.service__ttl {
  max-width: 64.3rem;
  width: 100%;
  margin: 0 auto 2.5rem;
}

.service__ttl_sub {
  display: inline-block;
  margin: 0 auto .5rem;
  padding: 0 2rem;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
  font-size: 3.8rem;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .service__ttl_sub {
    padding: 0 .6rem;
    font-size: 1.92rem;
  }
}

.service__ttl_sub::before, .service__ttl_sub::after {
  content: "";
  width: .1rem;
  height: 60%;
  background: #333;
  position: absolute;
  bottom: 50%;
}

.service__ttl_sub::before {
  left: 0;
  transform: translateY(50%) rotate(-35deg);
}

.service__ttl_sub::after {
  right: 0;
  transform: translateY(50%) rotate(35deg);
}

.service__ttl_strong {
  font-size: 4.4rem;
}

@media only screen and (max-width: 768px) {
  .service__ttl_strong {
    font-size: 2.23rem;
  }
}

.service__ttl_main {
  display: block;
  padding: 1rem 0;
  box-sizing: border-box;
  position: relative;
  background: #FF6021;
  line-height: 1.15;
  font-size: 4rem;
  font-weight: 600;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .service__ttl_main {
    width: 80%;
    margin: 0 auto;
    padding: .8rem 0 .5rem;
    line-height: 1.3;
    font-size: 2rem;
  }
}

.service__ttl_main::before, .service__ttl_main::after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
}

.service__ttl_main::before {
  content: "";
  width: 11.5rem;
  height: 15rem;
  background-image: url(../img/service_deco_01.svg);
  left: -7rem;
}

@media only screen and (max-width: 768px) {
  .service__ttl_main::before {
    width: calc(11.5rem / 2);
    height: calc(15rem / 2);
    left: -3.5rem;
  }
}

.service__ttl_main::after {
  content: "";
  width: 11.5843rem;
  height: 20.058rem;
  background-image: url(../img/service_deco_02.svg);
  right: -7rem;
}

@media only screen and (max-width: 768px) {
  .service__ttl_main::after {
    width: calc(11.5843rem / 2);
    height: calc(20.058rem / 2);
    right: -3.5rem;
  }
}

.service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.8rem;
}

@media only screen and (max-width: 768px) {
  .service__list {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 2.2rem;
    width: 28rem;
    margin: 0 auto;
  }
}

.service__list_img {
  margin: 0 auto 1.5rem;
}

.service__list_ttl {
  margin: 0 auto 2.3rem;
  padding: 0 0 .35rem;
  border-bottom: 0.2rem solid #FF8E21;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 600;
  color: #FF8E21;
}

.service__list_ttl::after {
  content: "";
  display: block;
  border-top: 0.976rem solid #FF8E21;
  border-left: 1.1265rem solid transparent;
  border-right: 1.1265rem solid transparent;
  border-bottom: .976rem solid transparent;
  position: absolute;
  left: 50%;
  bottom: -1.952rem;
  transform: translateX(-50%);
}

.service__list_text {
  text-align: left;
}

.pertner {
  padding: 6.3rem 0;
  box-sizing: border-box;
  background: url(../img/pertner_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.pertner__ttl {
  margin: 0 auto 1rem;
  line-height: 1.2;
  font-size: 3.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .pertner__ttl {
    font-size: 2.5rem;
  }
}

.pertner__ttl_strong {
  font-size: 4.8rem;
}

@media only screen and (max-width: 768px) {
  .pertner__ttl_strong {
    font-size: 3.35rem;
  }
}

.pertner__ttl_sub {
  font-size: 4.2rem;
}

@media only screen and (max-width: 768px) {
  .pertner__ttl_sub {
    font-size: 2.94rem;
  }
}

.pertner__img {
  margin: 0 auto 2.3rem;
}

.pertner__btns {
  margin: 0;
}

.pertner__btns_ttl {
  margin: 0 auto 1.6rem;
  line-height: 1;
  font-size: 3.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .pertner__btns_ttl {
    line-height: 1.3;
    font-size: 2.8rem;
  }
}

.pertner__btns_cont {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .pertner__btns_cont {
    flex-direction: column;
    margin: 0 auto;
  }
}

.pertner__btns_item {
  margin: 0 2rem;
}

@media only screen and (max-width: 768px) {
  .pertner__btns_item {
    margin: 0 auto;
  }
  .pertner__btns_item + .pertner__btns_item {
    margin-top: 1.2rem;
  }
}

.support {
  padding: 7.3rem 0 8.8rem;
  box-sizing: border-box;
  background-image: url(../img/support_bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .support {
    background-image: url(../img/support_bg_sp.jpg);
  }
}

.support__ttl {
  margin: 0 auto 5rem;
  line-height: 1;
  font-size: 4.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .support__ttl {
    font-size: 3.2rem;
  }
}

.support__content {
  max-width: 60rem;
  width: 100%;
  margin: 0 6rem;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .support__content {
    max-width: initial;
    margin: 0;
  }
}

.support__text {
  font-size: 1.6rem;
}

.form {
  padding: 7.7rem 0 7.2rem;
  box-sizing: border-box;
  background-image: url(../img/form_bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .form {
    background-position: 0 100%;
  }
}

.form__block {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  border: .5rem solid #FFC44C;
  border-radius: 4rem;
  box-sizing: border-box;
  background: #FFF;
  overflow: hidden;
}

.form__flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: .25rem;
  margin: 0 auto 4.2rem;
}

.form__flow_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 6.1766rem;
  background-image: url(../img/form_flow_bg_01.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  line-height: 1;
  font-size: 2.2rem;
  font-weight: 600;
  color: #FFF;
  opacity: .3;
}

@media only screen and (max-width: 768px) {
  .form__flow_item {
    height: 2.7795rem;
    font-size: 1.26rem;
  }
}

.form__flow_current {
  opacity: 1;
}

.form__flow_end {
  background-image: url(../img/form_flow_bg_02.svg);
}

.form__box {
  margin: 0;
  padding: 0 1.757rem;
  box-sizing: border-box;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .form__box {
    padding: 0;
  }
}

.form__box + .form__box {
  margin-top: 5rem;
}

.form__box_ttl {
  margin: 0 0 2rem;
  padding-left: 1.45rem;
  border-left: 0.4rem solid #FF6021;
  line-height: 1;
  font-size: 2.2rem;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .form__box_ttl {
    padding-left: 1.15rem;
    border-left: 0.3rem solid #FF6021;
    line-height: 1.3;
    font-size: 1.76rem;
  }
}

.form__box_cont {
  padding: 0 1.45rem;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .form__box_cont {
    padding: 0;
  }
}

.form__box_cont select {
  width: 100%;
  padding: 1.45rem 1.9rem;
  border: .1rem solid #777;
  border-radius: .8rem;
  box-sizing: border-box;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .form__box_cont select {
    padding: 1.44rem;
    font-size: 1.6rem;
  }
}

.form__chkbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.475rem;
}

@media only screen and (max-width: 768px) {
  .form__chkbox {
    grid-template-columns: repeat(2, 1fr);
  }
}

.form__chkbox_item {
  cursor: pointer;
}

.form__chkbox_item input[type=checkbox] {
  display: none;
}

.form__chkbox_item input[type=checkbox] + .form__chkbox_cap {
  padding-left: 3.85rem;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .form__chkbox_item input[type=checkbox] + .form__chkbox_cap {
    font-size: 1.6rem;
  }
}

.form__chkbox_item input[type=checkbox] + .form__chkbox_cap::before, .form__chkbox_item input[type=checkbox] + .form__chkbox_cap::after {
  content: "";
  position: absolute;
  top: 50%;
}

.form__chkbox_item input[type=checkbox] + .form__chkbox_cap::before {
  width: 2.6rem;
  height: 2.6rem;
  border: .1rem solid #777;
  border-radius: .4rem;
  box-sizing: border-box;
  left: 0;
  transform: translateY(-50%);
}

.form__chkbox_item input[type=checkbox] + .form__chkbox_cap::after {
  display: none;
  width: 1.2rem;
  height: 1.8rem;
  border-right: 0.5rem solid #E74300;
  border-bottom: 0.5rem solid #E74300;
  left: .45rem;
  transform: translateY(-65%) rotate(45deg);
}

.form__chkbox_item input[type=checkbox]:checked + .form__chkbox_cap::after {
  display: block;
}

.form__text_label {
  display: flex;
  align-items: center;
  margin: 0;
  border: .1rem solid #777;
  border-radius: .8rem;
  box-sizing: border-box;
  overflow: hidden;
}

.form__text_label + .form__text_label {
  margin-top: 1.5rem;
}

.form__text_label input[type=text],
.form__text_label input[type=tel],
.form__text_label input[type=email] {
  width: calc(100% - 17.7rem);
  padding: 1.45rem 1.9rem 1.45rem 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .form__text_label input[type=text],
  .form__text_label input[type=tel],
  .form__text_label input[type=email] {
    width: calc(100% - 12.5rem);
    padding: 1.4rem 1.2rem 1.4rem 0;
    font-size: 1.6rem;
  }
}

.form__text_cap {
  width: 17.7rem;
  padding: 1.45rem 0 1.45rem 1.9rem;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .form__text_cap {
    width: 12.5rem;
    padding: 1.4rem 0 1.4rem 1.2rem;
    font-size: 1.44rem;
  }
}

.form__btn {
  margin: 3.5rem auto 0;
  text-align: center;
}

.form__btn_next, .form__btn_submit {
  margin: 0 auto;
  text-align: center;
}

.form__page {
  width: 100%;
  padding: 5rem;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .form__page {
    padding: 5rem 2rem;
  }
}

.form__page_wrap {
  display: flex;
  width: 200%;
  transition: .4s ease-in-out;
}

.thanks__ttl {
  max-width: 45rem;
  width: 100%;
  margin: 0 auto 4rem;
  padding: 1.5rem 0;
  box-sizing: border-box;
  background: #FF6021;
  position: relative;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 600;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .thanks__ttl {
    font-size: 2.2rem;
  }
}

.thanks__ttl::after {
  content: "";
  display: block;
  border-top: 1.4724rem solid #FF6021;
  border-left: 1.1505rem solid transparent;
  border-right: 1.1505rem solid transparent;
  border-bottom: 1.4724rem solid transparent;
  position: absolute;
  left: 50%;
  bottom: -2.9448rem;
  transform: translateX(-50%);
}

.thanks__text {
  line-height: 1.65;
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .thanks__text {
    font-size: 1.6rem;
  }
}

.thanks__img {
  max-width: 42.5292rem;
  width: 100%;
  margin: 2rem auto 0;
}

.page-thanks {
  min-height: calc(100vh - 10.1rem);
}

.footer {
  padding: 3rem 0 2rem;
  box-sizing: border-box;
  background: #333;
}

.footer__content {
  padding: 0 2rem;
  box-sizing: border-box;
}

.footer__nav {
  margin: 0 auto 2rem;
}

.footer__nav_list {
  display: flex;
  justify-content: center;
}

.footer__nav_item {
  display: inline-block;
  margin: 0 1.25rem;
}

.footer__nav_link {
  line-height: 1;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  color: #FFF;
}

.footer__copy_text {
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 400;
  color: #FFF;
}


/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  transition: 0.5s;
  font-size: 1.6rem;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  transition: .3s ease;
}
/*ポップアップココまで*/

@media only screen and (max-width: 768px) {
  .footer__copy_text {
    font-size: 1.2rem;
  }
}