@charset "shift_jis";
/* Updated 2025/10/29.ht */
#pageTop {
  bottom: 90px;
}

._fs18 {
  font-size: 18px;
}

.btn-type01.-orange01 {
  background: #FF5F04;
}
.btn-type01.-orange01 .inner {
  color: #fff;
}

.inr-sec04.inr03 {
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .inr-sec04.inr03 {
    margin-top: 10px;
  }
}

.inr-sec04.inr03 .cont-box.box04 .img-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .inr-sec04.inr03 .cont-box.box04 .img-box {
    display: block;
  }
}

.inr-sec04.inr03 .cont-box.box04 .img-box .pic-img {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .inr-sec04.inr03 .cont-box.box04 .img-box .pic-img {
    width: 90%;
    margin: 24px auto 0;
  }
}

.inr-sec04.inr03 .cont-box.box04 .img-box .right-box {
  width: 48.5%;
  font-weight: normal;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .inr-sec04.inr03 .cont-box.box04 .img-box .right-box {
    width: 100%;
    margin-top: 24px;
    padding: 0;
  }
}

.inr-sec04.inr03 .cont-box.box04 .img-box .right-box .txt15 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .inr-sec04.inr03 .cont-box.box04 .img-box .right-box .txt15 {
    font-size: 16px;
  }
}

.inr-sec04.inr03 .cont-box.box04 .img-box .right-box .list-circle01 {
  margin-top: 8px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .inr-sec04.inr03 .cont-box.box04 .img-box .right-box .list-circle01 {
    margin-top: 12px;
    letter-spacing: -0.3px;
  }
  .inr-sec04.inr03 .cont-box.box04 .img-box .right-box .list-circle01 > .item {
    font-size: 1.4rem;
  }
}

.inr-sec04.inr03 .cont-box.box04 .img-box .right-box .list-circle01 > .item:not(:first-child) {
  margin-top: 2px;
}

.inr-sec04.inr03 .cont-box.box04 .img-box .right-box .c-note {
  margin-top: 8px;
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 16px;
  color: #141D1D;
}
@media screen and (max-width: 767px) {
  .inr-sec04.inr03 .cont-box.box04 .img-box .right-box .c-note {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .inr-sec04.inr03 {
    margin-top: 32px;
  }
}

.inr-sec04.inr03 .cont-box {
  padding: 24px 24px 24px 24px;
  border: 1px solid #141D1D;
}
@media screen and (max-width: 767px) {
  .inr-sec04.inr03 .cont-box {
    padding: 16px 16px 16px 16px;
  }
}
.inr-sec04.inr03 .cont-box.box04 .txt16 {
  width: 100%;
  margin: 34px auto 0;
  padding: 19px 12px;
  text-align: center;
  color: #004730;
  background: #C6DE78;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .inr-sec04.inr03 .cont-box.box04 .txt16 {
    width: 100%;
    margin: 24px auto 0;
    padding: 9px 12px;
    font-size: 16px;
  }
}

/*-------------------------
step-area
-------------------------*/
.step-area {
  margin-top: 30px;
  padding: 24px 24px 0 24px;
  border: 1px solid #141D1D;
}
@media screen and (max-width: 767px) {
  .step-area {
    padding: 12px 12px 0 12px;
  }
}

.open-area {
  margin-left: -24px;
  margin-right: -24px;
  padding: 20px 12px 20px;
  background: #FFFCF2;
}
@media screen and (max-width: 767px) {
  .open-area {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.open-area .ttl03 {
  font-size: 2.4rem;
  color: #00563A;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .open-area .ttl03 {
    font-size: 2rem;
  }
}

.open-area .step-cont {
  margin-top: 20px;
  padding: 20px 12px 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .open-area .step-cont {
    padding: 20px 12px 20px;
  }
}

.open-area .step-cont .step-img {
  text-align: center;
}
.open-area .step-cont .step-box {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .open-area .step-cont .step-box {
    display: block;
  }
}

.open-area .step-cont .step-box > div {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .open-area .step-cont .step-box > div {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .open-area .step-cont .step-box > .step01 {
    padding-right: 18px;
    border-right: 1px solid #56635f;
  }
  .open-area .step-cont .step-box > .step03 {
    padding-left: 18px;
    border-left: 1px solid #56635f;
  }
}
@media screen and (max-width: 767px) {
  .open-area .step-cont .step-box > .step02 {
    margin-top: 24px;
  }
  .open-area .step-cont .step-box > .step03 {
    margin-top: 26px;
  }
}

.open-area .step-cont .step-box .txt01 {
  font-weight: bold;
  font-size: 16px;
}
.open-area .step-cont .step-box .txt02 {
  margin-top: 15px;
  font-size: 14px;
}
.open-area .step-cont .step-box .img01 {
  min-height: 130px;
  margin: 9px auto 0;
}
.open-area .step-cont .step-box .step02 .img01 {
  width: 92%;
}
@media screen and (max-width: 767px) {
  .open-area .step-cont .step-box .txt01 {
    margin-top: 10px;
    font-size: 22px;
  }
  .open-area .step-cont .step-box .txt02 {
    font-size: 16px;
  }
  .open-area .step-cont .step-box .img01 {
    min-height: auto;
    width: 85%;
    margin: 12px auto 0;
  }
  .open-area .step-cont .step-box .step02 .img01 {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .open-area .step-cont .step-box .step-txt {
    padding: 4px 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: roboto;
    background: #4D7F6F;
  }
  .open-area .step-cont .step-box > .step02 .step-txt {
    background: #00563A;
  }
  .open-area .step-cont .step-box > .step03 .step-txt {
    background: #003927;
  }
}

/*-------------------------
.cv-area
-------------------------*/
.cv-area {
  position: relative;
  margin-bottom: 30px;
  padding: 24px 12px 24px;
  color: #fff;
  background: #00563A;
}

@media screen and (max-width: 767px) {
  .cv-area {
    padding: 16px 16px 16px;
  }
}
.cv-area .txt01 {
  font-weight: bold;
  text-align: center;
  font-size: 2.8rem;
}

.cv-area .text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .cv-area .txt01 {
    font-size: 2.0rem;
    line-height: 1.4;
  }
  .cv-area .text {
    margin-top: 18px;
    margin-left: -8px;
    margin-right: -7px;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.cv-area .text::before,
.cv-area .text::after {
  content: "";
  width: 12px;
  height: 20px;
  display: block;
  transform: skewX(25deg);
  border-right: 1px solid rgb(255, 255, 255);
  border-left: 1px solid rgb(255, 255, 255);
}
.cv-area .text::before {
  margin-right: 10px;
}
.cv-area .text::after {
  margin-left: 10px;
  transform: skewX(-25deg);
}

.cv-area .btn-type01.-large01 {
  max-width: 100%;
  width: 420px;
  height: 58px;
}
@media screen and (max-width: 767px) {
  .cv-area .btn-type01.-large01{
    width: 100%;
    height: 52px;
  }
}

.cv-area .btn-type01.-large01 .inner {
  font-size: 2.0rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .cv-area .btn-type01.-large01 .inner {
    font-size: 1.6rem;
  }
}

.cv-area .btn-single01 {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .cv-area .btn-single01 {
    margin-top: 24px;
  }
}

.cv-area.last {
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .cv-area.last {
    padding-bottom: 150px;
  }
}
.cv-area [class*=glyph-][class*=btn-type] > .inner::before {
  left: 0em;
}

/*---------------------------------
sticky-bannerFixed
---------------------------------*/
.sticky-bannerFixed {
  width: 100%;
  padding: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
}

.sticky-bannerFixed > .inner {
  display: flex;
  max-width: 1045px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sticky-bannerFixed {
    padding: 12px;
  }
  .sticky-bannerFixed > .inner {
    display: block;
    padding: 0;
  }
}

.sticky-bannerFixed p {
  margin-right: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sticky-bannerFixed p {
    margin-right: 0;
    font-size:1.6rem;
  }
}

.sticky-bannerFixed .btn-list01 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .sticky-bannerFixed .btn-list01 {
    margin-top: 8px;
  }
}

.sticky-bannerFixed .btn-list01 .btn-type01 {
  padding: 3px 15px ;
  box-shadow: none;
}

.sticky-bannerFixed .btn-list01 .btn-type01.-large01 .inner {
  font-size: 2.0rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sticky-bannerFixed .btn-list01 .btn-type01.-large01 .inner {
    font-size: 1.8rem;
  }
}

.sticky-bannerFixed .btn-list01 .btn-type01.-large01 {
  height: 48px;
  width: 320px;
  background: #FF5F04;
}
.sticky-bannerFixed .btn-list01 > .item:not(:first-child) {
  margin-left: 16px;
}

.sticky-bannerFixed .btn-double01 {
  max-width: 100%;
  margin-top: 8px;
}

.sticky-bannerFixed .btn-double01 > .btn {
  max-width: 100%;
  width: 343px;
  height: 40px;
  font-size: 1.2rem;
  border-radius: 20px;
  overflow: hidden;
}

.sticky-bannerFixed .btn-double01 > .btn > a {
  padding: 4px;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sticky-bannerFixed .btn-double01 > .btn > a.-green02 {
  background-color: #C4D700;
}

.sticky-bannerFixed .btn-double01 > .btn > a.-white01 {
  background-color: #fff;
}
.l-inner {
  margin:  0 auto;
  width: min(calc(100% - 80px), 1200px);
}
.l-inner.-narrow {
  margin:  0 auto;
  width: min(calc(100% - 80px), 1000px);
}

@media screen and (max-width: 767px) {
  .l-inner {
    width: auto;
    min-width: 0;
    padding: 0 16px;
  }
  .l-inner.-narrow {
    min-width: 0;
    width: auto;
    padding: 0;
  }
}