/* ====================
compornent
======================*/
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
}
/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  .c-section {
    max-width: 960px;
    margin: 0 auto;
  }
  .c-fv02{
   margin-top: 0; 
  }
  .c-fv02__img{
    margin-bottom: 0;
  }
  .c-rn24-btn__wrap--eiken{
    max-width: 600px;
    width: 100%;
  }
  .c-rn24-btn--eiken{
    padding: 16px;
    background-color: #D9374B;
    color: #fff;
    border: 1px solid #D9374B;
    font-size: 16px;
  }
  .c-rn24-btn--eiken::after{
    content: url(/_share/221114_42498_common_rn_btn_icon_arrow_white.svg);
  }
  .c-rn24-btn__wrap--pdf{
    max-width: 100%;
    width: 100%;
  }
  .c-rn24-btn--pdf{
    padding: 16px 24px;
    background-color: #FFFCE4;
    color: #D9374B;
    border: 1px solid #D9374B;
    font-size: 14px;
  }
  .c-rn24-btn--pdf::after{
    content: url(/kaiin/chu1/eiken/icon_download.svg);
  }
}
/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  .footer_m{
    width: 107px;
  }
  .c-section:not(.c-section--wrap) {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .c-fv02{
   padding-top: 0;
   margin-bottom:  calc(64vw/3.75);
  }
  .c-fv02__img{
    margin-bottom: 0;
  }
  .c-rn24-btn__wrap--eiken{
    width: 100%;
  }
  .c-rn24-btn--eiken{
    padding: calc(16vw/3.75);
    background-color: #D9374B;
    color: #fff;
    border: 1px solid #D9374B;
    font-size: calc(16vw/3.75);
  }
  .c-rn24-btn--eiken::after{
    content: url(/_share/221114_42498_common_rn_btn_icon_arrow_white.svg);
  }
  .c-rn24-btn__wrap--pdf{
    max-width: 100%;
    width: 100%;
  }
  .c-rn24-btn--pdf{
    padding: calc(16vw/3.75) calc(24vw/3.75);
    background-color: #FFFCE4;
    color: #D9374B;
    border: 1px solid #D9374B;
    font-size: calc(14vw/3.75);
  }
  .c-rn24-btn--pdf::after{
    content: url(/kaiin/chu1/eiken/icon_download.svg);
  }
}

/* ====================

======================*/
.bg-primary{
  background: #FFDE3B;
}
.bg-primary--middle{
  background: linear-gradient(
    to bottom, 
    #fff 65%, 
    #FFDE3B 65%  
  );
}
.txt-red{
  color: #D9374B!important;
}
.txt-bold{
  font-weight: 700!important;
}
.txt-color-default{
  color: #333!important;
}
/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  .sec__inner{
    padding-left: 60px;
    padding-right: 60px;
  }
}
/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  .sec__inner{
  }
  .bg-primary--middle{
    margin-right: -4vw;
    margin-left: -4vw;
    padding-right: 4vw;
    padding-left: 4vw;
    background: linear-gradient(
      to bottom, 
      #fff 77%, 
      #FFDE3B 77%  
    );
  }
}
/* ====================
anchorLink
======================*/
/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  .anchorLinkWrap__inner{
    padding: 40px 15px;
  }
  .anchorLinks{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    max-width: 728px;
    margin: auto;
  }
  .anchorLink{
    margin-top: 8px;
    margin-bottom: 8px;
    min-width: 308px;
    width: 100%;
  }
  .anchorLink:nth-child(1){
    border-right: 1px solid #E6E6E6;
  }
  .anchorLink a{
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    padding-left: 32px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .anchorLink a:hover{
    opacity: .8;
  }
  .anchorLink:nth-child(2) a{
    padding-left: 24px;
    padding-right: 32px;
  }
  .anchorLink a span{
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
  }
  .anchorLink a::after{
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/kaiin/chu1/eiken/icon_arrow.svg);
    background-position: center;
  }

}
/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  .anchorLinkWrap__inner{
    padding: calc(40vw/3.75) calc(15vw/3.75);
  }
  .anchorLinks{
    overflow: hidden;
    border-radius: calc(8vw/3.75);
    background-color: #fff;
    width: 100%;
    margin: auto;
  }
  .anchorLink{
    padding: calc(8vw/3.75) calc(24vw/3.75);
    width: 100%;
  }
  .anchorLink:nth-child(1){
    border-bottom: 1px solid #E6E6E6;
  }
  .anchorLink a{
    color: #333;
    font-size: calc(14vw/3.75);
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    padding-top: calc(16vw/3.75);
    padding-bottom: calc(16vw/3.75);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .anchorLink a:hover{
    opacity: .8;
  }
  .anchorLink a span{
    color: #333;
    font-size: calc(14vw/3.75);
    font-weight: 500;
    line-height: 140%; /* 19.6px */
  }
  .anchorLink a::after{
    content: "";
    width: calc(16vw/3.75);
    height: calc(16vw/3.75);
    background-image: url(/kaiin/chu1/eiken/icon_arrow.svg);
    background-position: center;
  }
}
/* ====================
h2sec
======================*/
/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  .h2sec__head__subTtl{
    color: #D9374B;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    margin-bottom: 6px;
  }
  .h2sec__head__ttl{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 140%; /* 50.4px */
  }
  .h2sec__head__ttl .logo{
    width: 245px;
  }
  .h2sec__head__txt{
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 25.2px */
  }
  .h2sec__head__txt:not(:first-child){
    margin-top: 16px;
  }
  .h2sec__head__ttl + .h2sec__head__txt{
    margin-top: 30px;
  }
  .h2sec__body{
    margin-top: 32px;
  }
  .h2sec__body__ttl:has(.h2sec__body__ttl__img){
    margin:auto;
    width: 250px;
    margin-bottom: 40px;
  }
  .h2sec__3col{
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .h2sec__foot{
    margin-top: 56px;
  }
  .h2sec__foot__txt{
    text-align: center;
  }
  .h2sec__foot__txt + .h2sec__foot__txt{
    margin-top: 16px;
  }
}
/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  .h2sec__head__subTtl{
    color: #D9374B;
    text-align: center;
    font-size: calc(16vw/3.75);
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    margin-bottom: calc(6vw/3.75);
  }
  .h2sec__head__ttl{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: calc(30vw/3.75);
    font-weight: 700;
    line-height: 140%; /* 50.4px */
  }
  .h2sec__head__ttl .logo{
    width: calc(230vw/3.75);
  }
  .h2sec__head__txt{
    text-align: center;
    font-size: calc(14vw/3.75);
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 25.2px */
  }
  .h2sec__head__txt:not(:first-child){
    margin-top: calc(16vw/3.75);
  }
  .h2sec__head__ttl + .h2sec__head__txt{
    margin-top: calc(30vw/3.75);
  }
  .h2sec__body{
    margin-top: calc(32vw/3.75);
  }
  .h2sec__body__ttl:has(.h2sec__body__ttl__img){
    margin:auto;
    width: calc(250vw/3.75);
    margin-bottom: calc(40vw/3.75);
  }
  .h2sec__3col{
    display: flex;
    flex-direction: column;
    gap: calc(16vw/3.75);
  }
  .h2sec__foot{
    margin-top: calc(56vw/3.75);
  }
  .h2sec__foot__txt{
    text-align: center;
  }
  .h2sec__foot__txt + .h2sec__foot__txt{
    margin-top: calc(16vw/3.75);
  }
}
/* ====================
h2sec__2col
======================*/
/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  .h2sec__2col{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 24px;
  }
  .h2sec__2col__col{
    width: calc(50% - 12px);
    position: relative;
    background-color: #fff;
    padding: 40px 24px 32px;
    border-radius: 12px;
  }
  .h2sec__2col__col__balloon{
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
  }
  .h2sec__2col__col__ttl{
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 24px;
  }
  .h2sec__2col__col__txt{
    color: #333;
    margin-top: 16px;
    font-size: 14px;
    line-height: 180%;
  }
  .h2sec__2col__col__video{
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .h2sec__2col__col__video iframe{
    width: 100%;
    height: 100%;
  }
  .h2sec__2col__col__btn{
    margin-top: 16px;
  }
}
/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  .h2sec__2col{
    display: flex;
    flex-direction: column;
    gap: calc(48vw/3.75);
  }
  .h2sec__2col__col{
    position: relative;
    background-color: #fff;
    padding: calc(40vw/3.75) calc(24vw/3.75) calc(32vw/3.75);
    border-radius: calc(32vw/3.75);
  }
  .h2sec__2col__col__balloon{
    position: absolute;
    top: calc(-1 * 16vw/3.75);
    left: 50%;
    transform: translateX(-50%);
    width: calc(140vw/3.75);
  }
  .h2sec__2col__col__ttl{
    color: #333;
    text-align: center;
    font-size: calc(20vw/3.75);
    font-weight: 700;
    line-height: 140%;
    margin-bottom: calc(24vw/3.75);
  }
  .h2sec__2col__col__txt{
    color: #333;
    margin-top: calc(16vw/3.75);
    font-size: calc(14vw/3.75);
    line-height: 180%;
  }
  .h2sec__2col__col__video{
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .h2sec__2col__col__video iframe{
    width: 100%;
    height: 100%;
  }
  .h2sec__2col__col__btn{
    margin-top: calc(16vw/3.75);
  }}
/* ====================
h3sec
======================*/
/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  .h3sec{
    margin-top: 56px;
  }
  .h3sec__head__subTtl{
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
  }
  .h3sec__head__ttl{
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
  }
  .h3sec__body{
    margin-top: 24px;
  }
  .h3sec__box{
    position: relative;
    border-radius: 12px;
    background: #FFFCE4;
    padding: 48px 60px 32px 60px;
    margin-top: 44px;
  }
  .h3sec__box__balloon{
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
  }
  .h3sec__box__2col{
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  .h3sec__box__2col__col{
    flex: 1;
  }
  .h3sec__box__2col__col.--flow{
    width: 50%;
  }
  .h3sec__box__2col__colline{
    width: 1px;
    border-right: 2px dashed #A78D0D;
  }
  .h3sec__box__2col__col.--contents{
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .h3sec__box__2col__col__content__ttl{
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 25.2px */
    margin-bottom: 4px;
  }
}
/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  .h3sec{
    margin-top: calc(56vw/3.75);
  }
  .h3sec__head__subTtl{
    text-align: center;
    font-size: calc(16vw/3.75);
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
  }
  .h3sec__head__ttl{
    text-align: center;
    font-size: calc(20vw/3.75);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
  }
  .h3sec__body{
    margin-top: calc(24vw/3.75);
  }
  .h3sec__box{
    position: relative;
    border-radius: calc(12vw/3.75);
    background: #FFFCE4;
    padding: calc(32vw/3.75) calc(24vw/3.75);
    margin-top: calc(44vw/3.75);
  }
  .h3sec__box__balloon{
    position: absolute;
    top: calc(-1 * 24vw/3.75);
    left: 50%;
    transform: translateX(-50%);
    width: calc(237vw/3.75);
  }
  .h3sec__box__2col{
    display: flex;
    flex-direction: column;
    gap: calc(32vw/3.75);
  }
  .h3sec__box__2col__col{
    flex: 1;
  }
  .h3sec__box__2col__col.--flow{
    margin-left: calc(-1 * 24vw/3.75);
    margin-right: calc(-1 * 24vw/3.75);
  }
  .h3sec__box__2col__colline{
    border-top: 2px dashed #A78D0D;
  }
  .h3sec__box__2col__col.--contents{
    display: flex;
    flex-direction: column;
    gap: calc(24vw/3.75);
  }
  .h3sec__box__2col__col__content__ttl{
    text-align: center;
    font-size: calc(14vw/3.75);
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 25.2px */
    margin-bottom: calc(8vw/3.75);
  }
}
/* ====================
cvblock
======================*/
/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  .cvblock{
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .cvblock__txt{
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
  }
  .cvblock__logo{
    width: 120px;
  }
}
/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  .cvblock{
    margin-top: calc(32vw/3.75);
    margin-bottom: calc(32vw/3.75);
  }
  .cvblock__txt{
    font-size: calc(14vw/3.75);
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(4vw/3.75);
    margin-bottom: calc(8vw/3.75);
  }
  .cvblock__logo{
    width: calc(120vw/3.75);
  }
}
/* ====================

======================*/
/*===== PC =====*/
@media print, screen and (min-width: 769px) {}
/*===== SP =====*/
@media print, screen and (max-width: 768px) {}