@charset "utf-8";

/* =============================================================

　　個別設定

============================================================= */


/*  FV
---------------------------------------------*/
.fv {
  background-image: url(../img/fv-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.fv__title {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto -10px;
}

.fv__img {
  position: relative;
  z-index: 8;
  margin: 0 0 30px;
}

.fv__aircon {
  width: 100%;
  line-height: 0;
}

.fv__aircon img {
  width: 100%;
  line-height: 0;
}

@media screen and (min-width: 641px){
  .fv__title {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0 auto -20px;
  }
}

/*  secBnr
---------------------------------------------*/
.secBnr {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background: #fff9cb;
}

.secBnr .title {
  margin: 0 0 60px;
  color: #3d8b79;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.8;
}

.secBnr__bnr {
  width: 80%;
  margin: 0 auto 50px;
}

.secBnr__img {
  width: 180px;
  margin: 0 auto;
}

/*  box__article
---------------------------------------------*/
.box__article {
  padding: 80px 0;
  background: #5bb2c4;
  color: #fff;
}

.box__article__title {
  width: 92%;
  margin: 0 auto 30px;
  padding: 18px 0;
  border-radius: 10px;
  background: #fff;
  font-size: 1.8rem;
  color: #53534f;
}

.box__article__text {
  margin: 0 0 30px;
  padding: 0 4%;
  line-height: 1.5;
  text-align: left;
}

.box__article__btn {
  position: relative;
  z-index: 1;
  width: 84%;
  margin: 0 auto 30px;
  padding: 20px 0;
  border-radius: 15px;
  background: #96b14d;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
}

.box__article__btn::after {
  position: absolute;
  z-index: 2;
  content: "";
  right: 20px;
  background: #ffffff;
  height: calc(tan(60deg) * 20px / 2);
  width: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.box__article__btn.active {
  display: none;
}

.box__article__content {
  display: none;
}

/*  sec01
---------------------------------------------*/

  .sec01 {
    margin: 0 0 60px;
    text-align: left;
  }

  .sec01 .block01 {
    position: relative;
    margin: 0 0 40px;
  }

  .sec01 .block01 .img {
    width: 94%;
    margin: 0 0 0 auto;
  }

  .sec01 .block01 .img img {
    width: 100%;
  }

  .sec01 .block01 .icon {
    position: relative;
    top: -40px;
    left: 4%;
    right: 0;
    max-width: 368px;
    width: 40%;
  }

  .sec01 .block02 {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 0 4%;
    margin: 0 auto;
  }

  .sec01 .block02 .img {
    width: 100%;
    margin: 0 auto;
  }

  .sec01 .block02 .box {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin:20px auto 0;
  }

  .sec01 .block02 .box p {
    margin: 0 0 20px;
    font-size: 1.6rem;
    line-height: 1.8;
  }



/*  sec02
---------------------------------------------*/

  .sec02 {
    margin: 0 0 60px;
    text-align: left;
  }

  .sec02 .block01 {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding: 0 4%;
    margin: 0 auto;
  }

  .sec02 img {
    width: 100%;
    max-width: 100%;
  }

  .sec02 .block01 .img01 {
    width: 48%;
  }

  .sec02 .block01 .img02 {
    width: 50%;
    margin: 40px 0 0;
  }

  .sec02 .block02 {
    position: relative;
    z-index: 2;
    top: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 20px auto 0;
    padding: 0 4%;
  }

  .sec02 .block02 .box {
    width: 100%;
    margin: 0 0 30px;
  }

  .sec02 .block02 .box p {
    margin: 0 0 20px;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .sec02 .block02 .img01 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
  }


/*  sec03
---------------------------------------------*/

  .sec03 {
    margin: 0 0 40px;
    text-align: left;
  }

  .sec03 .block01 {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4%;
  }

  .sec03 .block01 .img {
    width: 100%;
    margin: 0 auto;
  }

  .sec03 .block01 .box {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin: 20px auto 0;
  }

  .sec03 .block01 .box p {
    margin: 0 0 20px;
    font-size: 1.6rem;
    line-height: 1.8;
  }

/*  price
---------------------------------------------*/
.price {
  position: relative;
  z-index: 5;
  margin: -100px 0 0;
  padding: 0 0 80px;
}

.price__img {
  width: 180px;
  margin: 0 auto;
}

.price .title {
  position: relative;
  z-index: 4;
  margin: 0 0 40px;
  padding: 40px 0 0;
  color: #FFFA4A;
  font-size: 2.4rem;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  line-height: 1.5;
}

.price .title span {
  font-size: 3rem;
}

.price .title::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 20px;
  left: -180px;
  right: 0;
  width: 60px;
  height: 120px;
  margin: 0 auto;
  background-image: url(../img/icon-title01.svg);
  background-size: 100% auto;
}

.price__block {
  width: 92%;
  margin: 0 auto 30px;
  padding: 2%;
  border-radius: 10px;
  border: 8px solid #FF4A4A;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.price__heading {
  margin: 0 0 8px;
  padding: 5px;
  background: #efe6cf;
  text-align: center;
}

.price__text01 {
  position: relative;
  margin: 0 0 40px;
  font-weight: bold;
  font-size: 1.8rem;
}

.price__text01::after {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 0;
  right: 0;
  content: "";
  background: #f73802;
  height: calc(tan(60deg) * 20px / 2);
  width: 20px;
  margin: 0 auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.price__text02 {
  padding: 0 0 2%;
  color: #f73802;
  font-weight: bold;
  font-size: 4rem;
}

.price__text02 span {
  font-size: 2.6rem;
}

.price__bttom_text {
  margin: 0 0 20px;
  color: #FFFA4A;
  font-size: 2.4rem;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.price__bttom_text02 {
  padding: 0 6%;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}

/*  merit
---------------------------------------------*/
.merit {
  padding: 80px 0;
  background: #fdffe5;
}

.merit .title {
  position: relative;
  z-index: 4;
  margin: 0 0 40px;
  color: #3d8b79;
  font-size: 2.4rem;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  line-height: 1.5;
}

.merit .title span {
  font-size: 3rem;
}

.merit .title::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: -40px;
  left: -180px;
  right: 0;
  width: 60px;
  height: 120px;
  margin: 0 auto;
  background-image: url(../img/icon-title02.svg);
  background-size: 100% auto;
}

.merit__panle {
  max-width: 92%;
  margin: 0 auto 30px;
  padding: 30px 4%;
  border-radius: 20px;
  background: #FFFAD0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.merit__block {
  margin: 0 0 30px;
}

.merit__block:last-child {
  margin: 0;
}

.merit__heading {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #aeb2b1;
  color: #3d8b79;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.merit__text {
  font-size: 1.6rem;
  line-height: 1.5;
}

.merit__bttom__text {
  color: #3d8b79;
  font-size: 2rem;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  line-height: 1.5;
}


/*  experience
---------------------------------------------*/
.experience {
  padding: 80px 0 60px;
}

.experience .title {
  position: relative;
  z-index: 4;
  margin: 0 0 40px;
  color: #FFFA4A;
  font-size: 2.4rem;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  line-height: 1.5;
}

.experience .title span {
  font-size: 3rem;
}

.experience .title::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: -40px;
  left: -180px;
  right: 0;
  width: 60px;
  height: 120px;
  margin: 0 auto;
  background-image: url(../img/icon-title01.svg);
  background-size: 100% auto;
}

.experience__panel {
  max-width: 92%;
  margin: 0 auto 30px;
  padding: 30px 4%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.experience__panel p {
  margin: 0 0 20px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.experience__panel p.name {
  margin: 0;
  font-weight: bold;
  text-align: right;
}

/*  voice
---------------------------------------------*/
.voice {
  padding: 80px 0 40px;
  background: #fdffe5;
}

.voice .title {
  position: relative;
  z-index: 4;
  margin: 0 0 40px;
  color: #3d8b79;
  font-size: 2.4rem;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  line-height: 1.5;
}

.voice .title::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: -60px;
  left: -160px;
  right: 0;
  width: 60px;
  height: 120px;
  margin: 0 auto;
  background-image: url(../img/icon-title02.svg);
  background-size: 100% auto;
}

.voice__head__text {
  margin: 0 0 40px;
  color: #48917f;
  line-height: 1.8;
}

.voice .splide__track {
  padding: 0 0 50px;
}

.voice .splide__arrow {
  background: #48917f;
}

.splide__arrow svg {
  fill:#fff !important;
}

.voice .voice__item {
  position: relative;
  z-index: 1;
  width: 92%;
  height: 100%;
  margin: 20px auto;
  padding: 30px 4% 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background: #fff;
  color: #363636;
  text-align: left;
}

.voice__item__number {
  position: absolute;
  z-index: 4;
  top: -8px;
  left: 0;
  color: #48917f;
  font-size: 2.8rem;
}

.voice__item__title {
  margin: 0 0 15px;
  border-bottom: 1px solid #6ba390;
  color: #48917f;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
}

.voice__item p {
  line-height: 1.8;
}

/*  sec05
---------------------------------------------*/
.sec05 {
  padding: 80px 4%;
  overflow: hidden;
}


.sec05 .inner .block01 {
  padding: 30px 0;
  border-radius: 20px;
  background: #fff;
  color: #000;
  line-height: 1.8;
}

.sec05 .inner .block01 .box {
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}

.sec05 .title {
  position: relative;
  z-index: 1;
  margin: 0 0 40px;
  color: #FFFA4A;
  font-size: 2.4rem;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  line-height: 1.5;
}

.sec05 .title::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: -40px;
  left: -180px;
  right: 0;
  width: 60px;
  height: 120px;
  margin: 0 auto;
  background-image: url(../img/icon-title01.svg);
  background-size: 100% auto;
}


.sec05 .inner .block01 .txt01 {
  margin: 0 0 20px;
  text-align: left;
}

.sec05 .inner .block01 .txt02 {
  margin: 0 0 30px;
}

.sec05 .inner .block01 .txt02 dt {
  font-weight: bold;
}

.sec05 .inner .block01 .notes {
  font-size: 1.2rem;
  text-align: left;
}


/*  sec06
---------------------------------------------*/
.sec06 {
  padding: 80px 4%;
  background: #FDFFE5;
}

.sec06 .title {
  position: relative;
  z-index: 1;
  margin: 0 0 60px;
  color: #3d8b79;
  font-size: 2.4rem;
  text-align: center;
}

.sec06 .title::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: -60px;
  left: -200px;
  right: 0;
  width: 60px;
  height: 120px;
  margin: 0 auto;
  background-image: url(../img/icon-title02.svg);
  background-size: 100% auto;
}


.sec06 .notes {
  margin: 0 0 60px;
  padding: 0 4%;
  color: #3d8b79;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

.sec06 .panel {
  max-width: 1125px;
  margin: 0 auto;
  padding: 30px 4%;
  border-radius: 20px;
  background: #FFFAD0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  color: #121212;
  text-align: left;
}

.sec06 dl {
  margin: 0 0 60px;
}

.sec06 dl:last-child {
  margin: 0;
}

.sec06 dt {
  margin: 0 0 20px;
  border-bottom: 1px solid #AEB2B1;
  font-size: 1.8rem;
  font-weight: 700;
  color: #3d8b79;
  line-height: 1.5;
}

.sec06 dd {
  font-size: 1.6rem;
  line-height: 1.8;
}

.sec06 ul {
  padding: 0 0 0 20px;
}

.sec06 li {
  list-style-type:disc;
}


/*  会社概要
---------------------------------------------*/
.summary {
  padding: 80px 0;
  background: #5FE3FF;
}

.summary__inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}

.summary .title {
  position: relative;
  z-index: 1;
  margin: 0 0 60px;
  color: #fffa4a;
  font-size: 2.6rem;
  text-align: center;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.summary .title::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: -60px;
  left: -120px;
  right: 0;
  width: 60px;
  height: 120px;
  margin: 0 auto;
  background-image: url(../img/icon-title01.svg);
  background-size: 100% auto;
}


.summary table {
  position: relative;
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  font-size: 1.4rem;
  line-height: 1.5;
}

.summary table th {
  display: block;
  width: 100%;
  padding:15px 2%;
  border-bottom: none;
  background: #EFE6CF;
}

.summary table td {
  display: block;
  width: 100%;
  padding:20px 2%;
  border-bottom: none;
  background: #fff;
  text-align: left;
}


/*  お問い合わせ
---------------------------------------------*/
.contact {
  padding: 80px 0;
  background: #fdffe5;
}

.contact .title {
  position: relative;
  z-index: 1;
  margin: 0 0 60px;
  color: #3d8b79;
  font-size: 2.6rem;
  text-align: center;
}

.contact .title::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: -60px;
  left: -160px;
  right: 0;
  width: 60px;
  height: 120px;
  margin: 0 auto;
  background-image: url(../img/icon-title02.svg);
  background-size: 100% auto;
}

.contact__text {
  margin: 0 0 40px;
  padding: 0 4%;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.8;
}


.contact__form {
  width: 92%;
  margin: 0 auto;
  text-align: left;
}

.form__block {
  margin: 0 0 40px;
}

.form__item {
  margin: 0 0 20px;
  font-size: 2rem;
}

.form__item__notes {
  display: block;
  margin: 10px 0 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.form__item .required-item {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  padding: 5px;
  background: #23627E;
  color: #fff;
  font-size: 1.4rem;
}

.form__inputArea [type="text"],.form__inputArea [type="email"],.form__inputArea [type="tel"] {
  width: 100%;
  padding: 20px;
  font-size: 1.8rem;
  border-radius: 10px;
  border: 2px solid #23627E;
}

.form__inputArea [type="date"] {
  width: 40%;
  padding: 20px;
  font-size: 1.8rem;
  border-radius: 10px;
  border: 2px solid #23627E;
  background: #fff;
}

.form__inputArea [type="text"].number {
  width: 20%;
  margin-right: 10px;
}

.form__inputArea textarea {
  width: 100%;
  height: 300px;
  padding: 20px;
  font-size: 1.8rem;
  border-radius: 10px;
  border: 2px solid #23627E;
}

.form__inputArea__notes {
  display: block;
  margin: 10px 0 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.form__btn input[type="submit"] {
  display: block;
  width: 100%;
  margin: 20px auto;
  padding: 20px 0;
  border: none;
  border-radius: 60px;
  background:#23627E;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}

.form__btn input[type="submit"]:hover {
  opacity: 0.8;
  transition : 0.5s;
}


.form__inputArea .error {
  display: block;
  margin: 5px 0 0;
  color: #FF4A4A;
}


.form__inputArea input,
.form__inputArea textarea {
  outline: none;
}

.form__inputArea input:focus,
.form__inputArea textarea:focus {
  border:  2px solid #3E90B4;
  transition : 0.5s;
}

.radio-btn li {
  margin-bottom: 30px;
  line-height: 1;
  font-size: 1.8rem;
}

.radio-btn label {
  padding-top: 0;
}

.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 40px;
  position:relative;
  margin-right: 0px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #23627E;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #23627E;
  font-weight: bold;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #23627E;
  border-radius: 50%;
}


.btnArea {
  margin: 0px auto;
}

.btnArea .form__btn input[type="submit"] {
  width: 100%;
}

.btnArea .form__btnBack input[type="button"] {
  display: block;
  width: 100%;
  margin: 20px auto;
  padding: 20px 0;
  border: none;
  border-radius: 60px;
  background: #797979;
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
}

.btnArea .form__btnBack input[type="button"]:hover {
  opacity: 0.8;
  box-shadow:0px 0px 10px #666;
  transition : 0.5s;
}

.contact__form.-confirm .form__inputArea {
  padding: 0 0 20px;
  border-bottom: 2px solid #fff;
}

.contact__form.-confirm .contact__text {
  margin: 0 0 30px;
  text-align: center;
}


/*  Thanks
---------------------------------------------*/
.thanks {
  width: 100%;
  margin: 0 auto;
  padding: 0px 4% 60px;
  text-align: center;
}

.thanks__title {
  margin: 0 0 30px;
  font-size: 2.4rem;
  font-weight: bold;
}

.thanks__text {
  font-size: 1.6rem;
  text-align: center;
}

.thanks__text p {
  margin: 0 0 30px;
  line-height: 1.8;
}


.thanks__back {
  font-size: 2rem;
}

.thanks__back a {
  text-decoration: underline;
}

.thanks__back a:hover {
  text-decoration: none;
}

/*  bnr Ig
---------------------------------------------*/
.bnr__ig {
  margin: 0 0 30px;
  padding: 0 4%;
}