@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 !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cta06_comment {
  position: relative;
  text-align: center;
  width: min(calc(690vw / 1125 * 100), calc(849px / 3));
  margin-bottom: max(calc(-28vw / 1125 * 100), calc(-28px / 3));
  padding: min(calc(14vw / 1125 * 100), calc(20px / 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(60px / 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, "qMmpS ProN W3", "Hiragino Kaku Gothic ProN", "CI", 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 8px 0 #f29033;
  width: 420px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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(83px / 3)) 0 auto;
  margin: auto;
}
@media screen and (min-width: 769px){
  .cta06_main{
    transition: transform 0.1s 0s ease;
  }
  .cta06_main:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.1s 0s ease;
    -moz-transition: opacity 0.1s 0s ease;
    transition: opacity 0.1s 0s ease;
  }
  .cta06_main .cta06_text_arrow{
    -webkit-transition: transform 0.1s 0s ease;
    -moz-transition: transform 0.1s 0s ease;
    transition: transform 0.1s 0s ease;
    max-width: 16px;
    max-height: 22px;
  }
  .cta06_main:hover .cta06_text_arrow{
    transform: translateX(3px);
  }
}
@media screen and (max-width: 1140px){
  .cta06_main {
    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));
    box-shadow: 0 0.70175438vw 1px #f29033;
  }
  .cta06_text_arrow {
    position: absolute;
    margin: auto;
    width: 16px;
    height: 22px;
  }
}
@media screen and (max-width: 768px){
  .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_main{
    position: relative;
    font-family: noto-sans, "qMmpS ProN W3", "Hiragino Kaku Gothic ProN", "CI", Meiryo, sans-serif;
    font-feature-settings: "palt";
    text-decoration: none;
    display: block;
    width: min(calc(840vw / 1125* 100), calc(1140px / 3));
    margin: auto;
    height: 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_arrow {
    position: absolute;
    margin: auto;
    width: 22px;
    height: 28px;
  }
}

/*
kakakucom 241224
****************************************************/

.kakakucom.kakakucom_no-bg__2412 {
  margin-top: 20px;
  padding-bottom: 0;
}

.cta06__241226 {
  margin-top: 60px;
}

@media screen and (max-width: 768px){
  .cta06__241226 {
    margin-top: 30px;
  }
}
.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;
    }
}
.footer_fixedBnr {
    margin-bottom: 80px;
}

@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;
  }

.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;
  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;
  }

  .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;
    margin-bottom: 8px;
  }
  
  .feature-item p {
    font-size: 1.1rem;
  }

  .feature-item:not(:last-child)::after {
    height: 80%;
  }
}

/*
2026/02
****************************************************/
/* cta06Wrap02 PC版*/
.spD {
  display: none;
}
#beginners03 .roundBox {
  padding-bottom: 0;
}
#beginners03 .cta06Wrap02 {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.cta06Wrap02 {
  background-color: #F5F9E6;
  margin-top: 80px;
  padding-bottom: 64px;
}
.cta06Wrap02 .cta06 {
  margin-bottom: 0 !important;
}
.cta06Wrap_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 621px;
  height: 80px;
  margin: 0 auto;
  background-color: #004831;
  border-radius: 20px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  transform: translateY(-50%);
}
.cta06WrapCts {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-bottom: 36px;
}
.cta06WrapCtsItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  width: min(calc(420vw / 1024 * 100), 420px);
  height: min(calc(99vw / 1024 * 100), 99px);
  padding-left: min(calc(56vw / 1024 * 100), 56px);
  border-radius: min(calc(12vw / 1024 * 100), 12px);
  box-shadow: 4px 4px 0px 0px rgba(244,244,244,1);
}
.cta06WrapCtsItem01 {
  padding-right: min(calc(41vw / 1024 * 100), 41px);
}
.cta06WrapCtsItem02 {
  padding-right: min(calc(73vw / 1024 * 100), 73px);
}
.cta06WrapCtsItem01 .icon{
  width: min(calc(90vw / 1024 * 100), 90px);
}
.cta06WrapCtsItem02 .icon {
  width: min(calc(67vw / 1024 * 100), 67px);
}
.cta06WrapCtsItem_txt {
  color: #004831;
  font-size: clamp(13px, calc(16vw / 1024 * 100), 16px);
  font-weight: 600;
}
/* cta06Wrap02 SP版*/
@media screen and (max-width: 768px){
  .spD {
    display: block;
  }
  #beginners03 .cta06Wrap02 {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .cta06Wrap02 {
    margin-top: calc(87vw / 750 * 100);
    padding-bottom: calc(40vw / 750 * 100);
  }
  .cta06Wrap_ttl {
    width: calc(620vw / 750 * 100);
    height: calc(93vw / 750 * 100);
    border-radius: calc(20vw / 750 * 100);
    font-size: min(48px, calc(48vw / 750 * 100));
    line-height: 0.96;
  }
  .cta06WrapCts {
    gap: calc(24vw / 750 * 100);
    margin-bottom: calc(40vw / 750 * 100);
  }
  .cta06WrapCtsItem {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(29vw / 750 * 100);
    width: calc(300vw / 750 * 100);
    height: calc(256vw / 750 * 100);
    padding: 0;
    border-radius: calc(12vw / 750 * 100);
    box-shadow: calc(4vw / 750 * 100) calc(4vw / 750 * 100) 0 0 rgba(244,244,244,1);
  }
  .cta06WrapCtsItem01 .icon{
    width: calc(146vw / 750 * 100);
  }
 .cta06WrapCtsItem02 .icon {
    width: calc(111vw / 750 * 100);
  }
  .cta06WrapCtsItem_txt {
    font-size: max(calc(26vw / 750 * 100), 14px);
    line-height: 1;
  }
  .cta06Wrap02 .cta06_comment{
    width: calc(460vw / 750 * 100);
  } 
  .cta06Wrap02 .cta06_comment_main {
    font-size: calc(35vw / 750 * 100);
  }
  .cta06Wrap02 .cta06_main {
    width: calc(557vw / 750 * 100);
    padding: calc(31vw / 750 * 100) 0;
  } 
  .cta06Wrap02 .cta06_text {
    font-size: calc(39vw / 750 * 100);
  }
  .cta06Wrap02 .cta06_text_arrow {
    width: auto;
    height: calc(44vw / 750 * 100);
  }
  .secBeginnersSec:has(+ .cta06Wrap02) {
    padding-bottom: 0;
  }
}