@charset "UTF-8";
/*
kakakucom
****************************************************/
.kakakucom{
  max-width: calc(1300px + 48px);
  padding: 0 24px 28px 24px;
  margin: -16px auto 0px;
  background: #EFF3B8;
  position: relative;
  z-index: 2;
}

.kakakucom.no-bg {
  margin-top: 0;
  background: #ffffff;
}

.kakakucom_logobox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kakakucom_logobox:before,.kakakucom_logobox:after {
  border-top: 1px solid;
  content: "";
  width: calc(50% - 13px - 44px);
  margin-top: 22px;
  color: #014832;
}
.kakakucom_logobox:before {
  margin-right: 13px;
}
.kakakucom_logobox:after {
  margin-left: 13px;
}
.kakakucom_logo{
  width: 88px;
}
.kakakucom_logo img{
  width: 100%;
  height: auto;
}
.kakakucom_tit{
  color: #014832;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 23px;
  line-height: 150%;
}
.kakakucom_txt{
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  margin-top: 9px;
  display: block;
  border-bottom: #014832 1px solid;
  padding-bottom: 58px;
  text-align: center;
}

.contacBtmItems .contacBtmItem a.linkTxt {
  color: #004831;
}

/*
kakakucom 20241221
****************************************************/

.kvBtm {
  padding-top: 3%;
}

.kakakucom_tit {
  margin-top: 10px;
  font-size: 14px;
}

.kakakucom_txt {
  font-size: 12px;
  margin-top: 6px;
  padding-bottom: 14px;
}

.kakakucom_logo {
  width: 80px;
}

/*
2024/10
****************************************************/
.cta06Wrap{
  padding-top: 7%;
  padding-bottom: 3%;
}
.cta06 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cta06_comment {
  position: relative;
  text-align: center;
  width: min(calc(690vw / 1125* 100), calc(690px / 3));
  margin-bottom: max(calc(-28vw / 1125* 100), calc(-28px / 3));
  padding: min(calc(14vw / 1125* 100), calc(14px / 3)) min(calc(25vw / 1125* 100), calc(25px / 3));
  border: min(calc(8vw / 1125* 100), calc(8px / 3)) solid #f29033;
  border-radius: calc(infinity* 1px);
  box-sizing: border-box;
  background-color: #fff;
  flex: 0 0 auto;
  z-index: 1;
}
.cta06_comment_main {
  position: relative;
  display: block;
  color: #004831;
  font-size: min(calc(51vw / 1125* 100), calc(51px / 3));
  line-height: 1.1;
  z-index: 2;
}
.cta06_comment::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  background-color: #fff;
  border-right: min(calc(8vw / 1125* 100), calc(8px / 3)) solid #f29033;
  border-bottom: min(calc(8vw / 1125* 100), calc(8px / 3)) solid #f29033;
  width: min(calc(42vw / 1125* 100), calc(42px / 3));
  height: min(calc(42vw / 1125* 100), calc(42px / 3));
  transform: scaleX(0.8) translateY(60%) rotate(45deg);
}
.cta06_main {
  position: relative;
  font-family: noto-sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  text-decoration: none;
  display: block;
  width: min(calc(840vw / 1125* 100), calc(840px / 3));
  margin: auto;
  padding: min(calc(50vw / 1125* 100), calc(50px / 3)) min(calc(138vw / 1125* 100), calc(138px / 3)) min(calc(50vw / 1125* 100), calc(50px / 3)) min(calc(120vw / 1125* 100), calc(120px / 3));
  border-radius: calc(infinity* 1px);
  background-color: #ffa033;
  box-shadow: 0 5px 1px #f29033;
}
.cta06_text {
  margin: 0;
  font-size: min(calc(60vw / 1125* 100), calc(60px / 3));
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
.cta06_text_arrow {
  position: absolute;
  inset: 0 min(calc(54vw / 1125* 100), calc(54px / 3)) 0 auto;
  margin: auto;
  width: min(calc(58vw / 1125* 100), calc(58px / 3));
  height: min(calc(86vw / 1125* 100), calc(86px / 3));
}

/*
kakakucom 241224
****************************************************/

.kakakucom.kakakucom_no-bg__2412 {
  margin-top: 20px;
  padding-bottom: 0;
}

.cta06__241226 {
  margin-top: 20px;
}


/*  追従バナー  */
.fixedBnr {
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #EDEDED;
    z-index: 1000;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.4;
    box-sizing: border-box;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}
/* スクロールで表示されるときの設定 */
.fixedBnr.is-show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.frexedBnrItems {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    box-sizing: border-box;
}
.fixedBnrTxt {
    color: #ffa033;
    font-size: 18px;
    font-weight: 600;
    padding-top: 6px;
}
a.fixedBnrBtn-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 45px;
    padding: 0 5px;
    padding-top: 4px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    background: #BBCD1C;
    color: #004831;
    text-decoration: none;
    box-sizing: border-box;
}
a.fixedBnrBtn-left:hover {
    opacity: 0.75;
    color: #004831!important;
}
a.fixedBnrBtn-left:visited {
    color: #004831!important;
}

a.fixedBnrBtn-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 45px;
    padding: 0 5px;
    padding-top: 4px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    background: #ffa033;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;

}
a.fixedBnrBtn-right {
    background: #fff;
    color: #014832;
}
a.fixedBnrBtn-right:hover {
    opacity: 0.75;
    color: #014832!important;
}
a.fixedBnrBtn-right:visited {
    color: #014832!important;
}

@media screen and (max-width: 768px) {
    .fixedBnr {
        padding: 10px 10px;
    }
    .frexedBnrItems {
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
        max-width: none;
    }
    .item-1 {
        width: 100%
    }
    .item-2 {
        width: 48%
    }
    .item-3 {
        width: 48%
    }
    a.fixedBnrBtn-left {
        width: 100%;
        font-size: 14px;
    }
    a.fixedBnrBtn-right {
        width: 100%;
        font-size: 14px;
    }
}
.pageTop_fixedBnr {
    position: fixed !important;
    z-index: 9999;
    right: 20px;
    bottom: 90px;
    width: 60px;
    height: 60px;
}
@media screen and (max-width: 768px) {
    .pageTop_fixedBnr {
       bottom: 110px;
    }
}
footer.footer_fixedBnr {
    margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
    #footerLogo {
        margin-bottom: 20px!important;
    }
}
/*  /追従バナー  */

.feature-area {
    width: 100%;
    background-color: #f0ffd1;
    height: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 60px;
  }

.feature-wrapper {
  max-width: 1140px;
  width: 60%;
  height: 155px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feature-item {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  height: 80%;
  margin-top: auto;
  margin-bottom: auto;
}

.feature-item:not(:last-child) {
  border-right: 1px solid #014832;
}

.feature-item:last-child::before {
  display: none;
}

.feature-icon img {
  display: block;
  height: 55px !important;
  margin-bottom: 16px;
  object-fit: contain;
  flex-shrink: 0;
}

.feature-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #014832;
  font-weight: bold;
  
}

@media (max-width: 768px) {
  .feature-area {
    height: 100px;
    margin-bottom: 30px;
  }

  .feature-wrapper {
    max-width: 100%;
    width: 100%;
    height: 100px;
    flex-direction: row;
    align-items: center;
  }

  .feature-item {
    padding: 0 5px;
    height: 80%;
  }

  .feature-icon img {
    height: 30px !important;
    margin-bottom: 8px;
  }
  
  .feature-item p {
    font-size: 1.1rem;
  }

  .feature-item:not(:last-child)::after {
    height: 80%;
  }
}