@charset "utf-8";
/*****
フォント

Poppins Regular
font-family: "poppins", sans-serif;
font-weight: 400;
font-style: normal;
*****/

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 1.75;
}

a {
  display: block;
}

a.sptel {
  cursor: default;
  pointer-events: none;
}

.ilblk {
  display: inline-block;
}

.img {
  width: 100%;
  height: auto;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.inner-1040 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.fpop {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.flex {
  display: flex;
  align-items: center;
}

/*--------------------
intro
---------------------*/

/*step 矢印 開始↓*/
.step {
  list-style-type: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0 0 38px 0;
  overflow: hidden;
}
.step li {
  color: #009c84;
  font-size: 21px;
  font-weight: bold;
  display: table-cell;
  position: relative;
  padding: 0.8em 0.5em 0.6em 1em;
  width: 33.3%;
  line-height: 1.35;
}
.step li:nth-child(1) {
  background-color: #52bcac;
}
.step li:nth-child(2) {
  background-color: #89d1c6;
}
.step li:nth-child(3) {
  background-color: #bce5df;
}
.step li:last-child {
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after {
  display: none;
}
.step li:before,
.step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before {
  top: -21px;
  right: 0em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 57px 0 57px 39px;
  z-index: 10;
}
.step li:nth-child(1):before {
  border-color: #89d1c6 transparent #89d1c6 #fff;
}
.step li:nth-child(2):before {
  border-color: #bce5df transparent #bce5df #fff;
}
.step li:after {
  top: -21px;
  right: 0.3em;
  border-style: solid;
  border-width: 57px 0 57px 39px;
  z-index: 10;
}
.step li:nth-child(1):after {
  border-color: transparent transparent transparent #52bcac;
}
.step li:nth-child(2):after {
  border-color: transparent transparent transparent #89d1c6;
}
.step li.is-current {
  color: #fff;
}
.step li .fpop {
  font-size: 14px;
  display: block;
  line-height: 1;
}
/*step 矢印 終了↑*/

.intro .flex {
  align-items: flex-start;
  justify-content: space-between;
}
.intro__text {
  width: 100%;
  /* width: calc(100% - 419px);
  max-width: 558px; */
  margin-bottom: 60px;
  padding-bottom: 0 !important;
}
.intro__text p,
.detail-list {
  margin-bottom: 29px;
}
.lrg-text {
  font-size: 18px;
  font-weight: bold;
}
.detail-text,
.detail-list dt,
.detail-list dd {
  font-size: 16px;
}
.bord-bottom {
  border-bottom: 1px solid #000;
  padding-bottom: 35px;
}
.detail-list .flex {
  justify-content: flex-start;
}
.detail-list dt {
  width: 64px;
  font-weight: normal;
}
.detail-list dd {
  width: calc(100% - 64px);
}

.intro__imgblk {
  width: 399px;
}
/*--------------------
contact
---------------------*/
.contact01,
.contact02 {
  padding-bottom: 57px;
}
.contact03 {
  margin-bottom: 100px;
}
.contact02-wrap {
  margin-bottom: 20px;
}
.contact__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  background-color: #bce5df;
  line-height: 1;
}
.contact__title:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 52px;
  background-color: #52bcac;
}
.contact__title span {
  padding-left: 11px;
  line-height: 1.75;
}

/*フォーム 開始↓*/
.contact__border {
  border-top: solid 1px #ccc;
}
.contact02 .contact__border.last,
.contact01 .contact__border.last {
  border-bottom: solid 1px #ccc;
}
.contact__row {
  display: flex;
  align-items: center;
  padding: 0 0 0 0;
  width: 100%;
  background-color: #bce5df;
}
.contact__backc {
}
.contact__name {
  font-size: 16px;
  width: 224px;
  padding: 5px 11px 5px 22px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.required {
  color: #ed1c24;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 22px;
  background-color: #fff;
  line-height: 1;
}
.contact03 .required {
  margin-right: 5%;
}
.contact__inputArea {
  width: 73%;
}
.contact__inputArea--flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 473px;
}
.contact__inputArea {
  width: 100%;
  /* max-width: 473px; */
  padding: 19px 0 19px 35px;
  background-color: #fff;
}
.contact__inputArea .namebox {
  font-size: 16px;
  width: 48%;
  max-width: 225px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact__input--half {
  display: inline-block;
  width: 182px;
  /* width: calc(100% - 34px); */
  /* margin-left: 10px; */
}
.contact__input--full {
  display: inline-block;
  width: 325px;
}
.contact__input--full02 {
  width: 457px;
}
.contact__inputArea .namebox .sei,
.contact__inputArea .namebox .mei {
  width: 34px;
}
.contact__inputArea input,
.contact__inputArea textarea,
.contact__inputArea select {
  border: solid 1px #e6e6e6;
  padding: 4px 10px;
}

.personal__text01,
.personal__text02 {
  font-size: 16px;
  margin-bottom: 30px;
}
.personal-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  padding: 12px 15px;
  margin-bottom: 67px;
}

/*標準表示のチェックボックスを非表示にする*/
input[type="checkbox"] {
  display: none;
}

/*ボックス枠のCSS*/
.checkb label:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 15px;
  margin: -10px 0 0 -2px;
  width: 17px;
  height: 17px;
  border: 1px solid #ed1c24;
}

.checkb label {
  position: relative;
  padding: 0 0 0 40px;
}

.checkb label:after,
.checkb label:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}
/*チェックマークの追加*/
.checkb label:before {
  left: 19px;
  margin-top: -8px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
}
/*チェックボックスがチェックされた時に動作する内容*/
input[type="checkbox"]:checked + label:before {
  opacity: 1;
}
input[type="checkbox"]:checked + label::after {
  background-color: #ed1c24;
}

.contact__btn input,
.home_btn {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  max-width: 295px;
  width: 40%;
  min-width: 210px;
  padding: 18px 20px;
  background-color: #f15a24;
  border-radius: 17px;
}
/*フォーム 終了↑*/

.error {
  color: #ff0000;
  font-size: 11px;
  display: block;
  width: 100%;
  padding-top: 5px;
}
.checkb .error {
  padding-left: 11px;
}
.psck02 {
  display: none;
}
.contact.confirm .psck01 {
  display: none;
}
.contact.confirm .psck02 {
  display: block;
}
.contact.confirm .contact__btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.contact.confirm .contact__btn input {
  width: 48%;
  max-width: 295px;
  min-width: initial;
}

.contact.end .strong {
  font-size: 21px;
  text-align: center;
  margin-bottom: 36px;
  padding-top: 70px;
}
.contact.end .strong + p {
  font-size: 14px;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 70px;
}
.contact.end .home_btn {
  margin-bottom: 140px;
}
@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1260px) {
}

@media screen and (max-width: 1140px) {
  .inner-1040 {
    max-width: 100%;
    margin-right: 4%;
    margin-left: 4%;
  }
}

@media screen and (max-width: 820px) {
  /*step 矢印 開始↓*/
  .step li {
    font-size: 19px;
    padding: 0.5em 0.5em 0.3em 1em;
  }
  .step li .fpop {
    font-size: 13px;
  }
  .step li:before,
  .step li:after {
    top: -29px;
  }
  /*step 矢印 終了↑*/
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
  .contact03 {
    margin-bottom: 70px;
  }
  /*step 矢印 開始↓*/
  .step li {
    font-size: 17px;
    padding: 0.5em 0.5em 0.3em 0.7em;
  }
  .step li:before,
  .step li:after {
    top: -32px;
  }
  /*step 矢印 終了↑*/
  .bord-bottom {
    padding-bottom: 25px;
  }
  .intro__text p,
  .detail-list {
    margin-bottom: 19px;
  }
  .lrg-text {
    font-size: 17px;
  }

  /*フォーム 開始↓*/
  .contact01,
  .contact02 {
    padding-bottom: 40px;
  }
  .contact__title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .contact__title:before {
    height: 49px;
  }

  .contact__row {
    display: block;
  }
  .contact__name {
    font-size: 15px;
    width: 100%;
    max-width: 224px;
    padding: 11px 15px 11px 15px;
  }
  .contact__inputArea {
    width: 100%;
    max-width: initial;
    padding: 10px 15px;
  }
  .contact__inputArea .namebox {
    font-size: 15px;
  }
  .contact__inputArea .namebox .sei,
  .contact__inputArea .namebox .mei {
    width: 34px;
  }
  .contact__input--half {
    width: calc(100% - 34px);
  }
  .contact__input--half input {
    width: 100%;
  }
  .contact__input--full {
    width: 100%;
    max-width: 325px;
  }
  .contact__input--full02 {
    width: 100%;
    max-width: 457px;
  }
  .required {
    font-size: 13px;
    width: 42px;
    height: 20px;
  }
  .contact03 .required {
    margin-right: 6px;
  }

  .personal-wrap {
    margin-bottom: 50px;
    padding: 12px 10px;
  }
  .personal__text01,
  .personal__text02 {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .contact__btn input,
  .home_btn {
    font-size: 17px;
  }
  input[type="checkbox"]::before {
    width: 15px;
    height: 15px;
    left: 9px;
  }

  .contact.end .strong {
    font-size: 18px;
  }

  .contact.end .home_btn {
    margin-bottom: 110px;
  }
  /*フォーム 終了↑*/
}
@media screen and (max-width: 640px) {
  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }

  /*step 矢印 開始↓*/
  .step {
    width: 100%;
    max-width: 230px;
    margin: 0 auto 28px;
    display: block;
  }
  .step li {
    display: block;
    width: 100%;
    padding: 0.5em 0.5em 0 0.7em;
  }
  .step li:nth-child(2) {
    padding: 1.5em 0.5em 0 0.7em;
  }
  .step li:nth-child(3) {
    padding: 1.5em 0.5em 0.5em 0.7em;
  }
  .step li:nth-child(1):before {
    top: 49px;
    border-color: #fff transparent transparent transparent;
  }
  .step li:nth-child(2):before {
    top: 66px;
    border-color: #fff transparent transparent transparent;
  }
  .step li:nth-child(1):after {
    top: 43px;
    border-color: #52bcac transparent transparent transparent;
  }
  .step li:nth-child(2):after {
    top: 60px;
    border-color: #89d1c6 transparent transparent transparent;
  }
  .step li:before,
  .step li:after {
    right: -3.1em;
    border-width: 19px 168px;
  }
  /*step 矢印 終了↑*/

  .lrg-text {
    font-size: 16px;
  }
  .detail-text,
  .detail-list dt,
  .detail-list dd {
    font-size: 15px;
  }

  /*フォーム 開始↓*/
  .contact__title {
    font-size: 16px;
  }
  .contact__title:before {
    height: 43px;
  }
  .contact__btn input,
  .home_btn {
    font-size: 16px;
  }

  .contact.end .strong {
    font-size: 17px;
  }

  .contact.end .strong + p {
    margin-bottom: 50px;
  }
  .contact.end .home_btn {
    margin-bottom: 70px;
  }
  /*フォーム 終了↑*/
}
@media screen and (max-width: 480px) {
  /*フォーム 開始↓*/
  .contact__name {
    padding: 11px 15px 11px 10px;
  }
  .contact__inputArea {
    padding: 10px;
  }
  .checkb {
    font-size: 14px;
  }

  .contact.confirm .contact__btn {
    display: block;
    width: 100%;
    max-width: 195px;
  }
  .contact.confirm .contact__btn input {
    width: 100%;
  }
  .confirm_button.back {
    margin-bottom: 20px;
  }
  /*フォーム 終了↑*/
}

@media screen and (max-width: 375px) {
  /*フォーム 開始↓*/
  .checkb {
    font-size: 13px;
  }
  /*フォーム 終了↑*/
}
