@charset "UTF-8";
/* //////////////////////////////////////////////////////// 
common
//////////////////////////////////////////////////////// */
:root{
    --primary-white:#FFFFFF;
    --primary-black:#000000;
    --primary-blue:#046CE5;
    --primary-liteblue:#E3F2FD;
    --primary-padding:0 2.9%;
    --primary-width:94.1%;
    --header:55px;
}

html{
    font-size: 62.5%;
}

body{
    font-family: 
    'YakuHanJP',
    'Noto Sans JP';
    font-style: normal;
    color:var(--primary-black) ;
    background: linear-gradient(180deg, #FFF 0%, #E3F2FD 100%);
    line-height: 1.5;
}

img{
    max-width: 100%;
    height: auto;
}

/* topic sp */

.topic{
    color:var(--primary-blue);
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* topic tb */
@media (min-width: 768px) and (max-width: 1439px) {
    .topic{
        font-size: 3.1rem;
    }
}

/* topic pc */
@media screen and (min-width:1440px) {
    .topic{
        font-size: 4.6rem;
    }
}

/* topicName sp */
.topicName{
    color: var(--primary-blue);
    font-family: "Noto Sans JP";
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* topicName tb */
@media (min-width: 768px) and (max-width: 1439px) {
    .topicName{
        font-size: 1.5rem;
    }
}

/* topicName pc */
@media screen and (min-width:1440px) {
    .topicName{
        font-size: 2.3rem;
    }
}

/* header sp */
.header {
  position: fixed;        
  top: 0;                  
  left: 0;                
  width: 100%; 
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header);
  padding: 0 2.1%;
  background: #fff;
  box-shadow: rgb(218, 218, 218) -7px 17px 15px -17px;
  overflow: hidden;
}

.header__btSp{
    display: block;
}

.header__btnTb{
    display: none;
}

/* header tb */
@media (min-width: 768px) and (max-width: 1439px) {
    .header{
        max-width: 1439px;
        margin: 0 auto;
        height: 118px;
        text-align: center;
        padding: 0 0.5%;
    }

    .header__btnSp{
        display: none;
    }

    .header__btnTb{
        display: block;
    }
}

/* header pc */
@media screen and (min-width:1440px) {
    .header{
        max-width: 1440px;
        height: 118px;
        padding: 0 0.5%;
        text-align: center;
        gap: 36px;
    }

    .header__btnSp{
        display: none;
    }

    .header__btnTb{
        display: none;
    }
}

/* header__topic sp */
.header__topic{
    color: var(--primary-blue);
    font-family: "Noto Sans JP";
    font-size: 3.2em;
    font-weight: 900;
    line-height: normal;
}

/* header__topic pc */
@media screen and (min-width:769px) {
    .header__topic{
        font-size: 6.0rem;
        white-space: nowrap;
    }
}

/* nav 初期表示 sp */
.nav{
    background-color: var(--primary-liteblue);
    width: 100%;
    height: 100%;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: 0.4s;
}

.nav__header{
    padding:0 2.1%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav__topic{
    color:var(--primary-blue);
    font-family: "Noto Sans JP";
    font-size: 3.2rem;
    font-weight: 900;
    line-height: normal;
}

.nav__btn{
    width: 22px;
    height: 22px;
}

.nav__list{
    margin-top: 15px;
    padding-left: 2.6%;
}

.nav__item{
    margin-top: 15px;
    color: var(--primary-black);
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 20px; 
}

.nav__itemSub{
    color:var(--primary-black);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 20px;
}

.header__ctaBtn{
    display: none;
}

/* nav tb */
@media (min-width: 768px) and (max-width: 1439px) {
    .nav{
    background-color: var(--primary-liteblue);
    width: 100%;
    height: 100%;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: 0.4s;
}

.nav__header{
    padding:18px 1.3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__topic{
    color:var(--primary-blue);
    font-family: "Noto Sans JP";
    font-size: 6.0rem;
    font-weight: 900;
    line-height: normal;
}

.nav__btn{
    width: 34px;
    height: 34px;
}

.nav__list{
    text-align: left;
    padding-left: 1.3%;
}

.nav__item{
    margin-top: 18px;
    color: var(--primary-black);
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 20px; 
}

.nav__itemSub{
    color:var(--primary-black);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 20px;
}

.header__ctaBtn{
    display: none;
}
}

/* nav pc */
@media screen and (min-width:1440px) {
    .nav{
        background: transparent;
        height: auto;
        padding: 0;
        position: static;
        transform: translateX(0);
    }

    .nav__list{
        display: flex;
        justify-content: space-between;
    }

    .nav__topic{
        display: none;
    }

    .nav__header{
        display: none;
    }

    .nav__btn{
        display: none;
    }

    .nav__item{
        font-size: 1.4rem;
        font-weight: 900;
        text-align: left;
    }
    
    .nav__itemSub{
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
    }

    .header__ctaBtn{
        display: block;
        max-width:252px;
        height: 68px;
    }
}

/* nav active表示 */
.nav__active{
    transform: translateX(0);
}

/*article__header sp */
.article__header{
    margin-top: 6px;
}

.main{
    padding-top: 50px;
}

.logo__sp{
    width: 100%;
    height: auto;
}

.logo__pc{
    display: none;
}

.main__topic{
    margin-top: 6px;
    color: var(--primary-blue);
    text-align: center;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; 
}

.mainCaption{
    margin-top: 6px auto;
    padding: 2.9%;
}

.mainCaption__txt{
    color:var(--primary-black);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.32px;
}

.articleImg{
    position: relative;  
    max-width: 100%;
    z-index: 0;         
    overflow: hidden;   
}

.articleImg::after{
    content: "";
    position: absolute;
    top: 0px;
    right: -50px;
    width: clamp(80px, 100vw, 200px);     
    height: clamp(80px, 100vw, 200px);
    background: url("../images/decoration_r.png") no-repeat center / contain;
    z-index: -1;       
}
.articleImg::before{
    content: "";
    position: absolute;
    top: 445px;
    left: -40px;
    width: 165px;        
    height: 165px;
    background: url("../images/decoration_l.png") no-repeat center / contain;
    z-index: -1;         
}

.article__img{
    margin:72px 0 149px;
    width: 100%;
    height: auto;
    display: block; 
}

/*article__header tb */
@media (min-width: 768px) and (max-width: 1439px) {
    .article__header{
        margin-top: 50px;
    }

    .logo__sp{
        display: none;
    }

    .logo__pc{
        display: block;
        max-width: 1439px;
        height: auto;
        margin: 0 auto;
    }

    .main__topic{
        max-width: 1439px;
        margin: 41px auto 0;
        color: var(--primary-blue);
        text-align: center;
        font-size: 3.1rem;
        font-style: normal;
        font-weight: 700;
        line-height: 50px; 
    }

    .brSp{
        display: none;
    }

    .mainPage{
       padding-left: 60px;
        max-width: 1439px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        gap: 100px;
    }

    .article__img{
        margin: 28px 0 0 0 ;
        max-width: 503px;
        height: auto;
        min-height:0px;  
    }

    .articleImg::before{
        display: none;
    }

    .articleImg::after{
        display: none;
    }

    .mainCaption{
        max-width: 303px;
        margin-top: 40px;
        height: auto;
        padding: 0;
        gap: 20px;
    }

    .mainCaption__txt{
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 27px; 
        letter-spacing: 0.32px;
    }
}
/*article__header pc */
@media screen and (min-width:1440px) {
    .brSp{
        display: none;
    }
    
    .main__topic{
        margin-top: 28px;
        font-size: 5.0rem;
        line-height: 65px; 
    }

    .mainPage{
        display: flex;
        gap: 200px;
    }

    .articleImg::after{
        display: none;
    }

    .articleImg::before{
        display: none;
    }

    .mainCaption{
        max-width: 647px;
        height: auto;
        margin-top: 28px;
        padding:0 0 0 116px;
    }
    
    .mainCaption__txt{
        font-size: 2.4rem;
        font-style: normal;
        line-height: 55px; /* 229.167% */
        letter-spacing: 0.48px;
    }

    .logo__sp{
        display: none;
    }

    .logo__pc{
        display: block;
        max-width: 1440px;
        height: auto;
        margin-top: 60px;
    }
    .mainCaption__txt{
        display: flex;
    }

    .article__img{
        margin-top: 28px;
        max-width: 503px;
        height: auto;
    }
}

/* cta設定 */

.section--cta{
    margin:0 11px 0 11px;
    padding-top: 5px;
}

.cta__topic{
    color:var(--primary-blue);
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: normal;
}

.cta {
    margin-top: 20px;
    display: flex;
    flex-direction: column; 
    gap: 20px;              
}

.cta__card {
    border: 2px solid #1677ff;
    border-radius: 6px;
    overflow: hidden;
    background: #1677ff;
    flex: 1; 
}

.cta__title {
  background: #fff;
  color: #1677ff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 10px;
  border-bottom: 2px solid #1677ff;
}

.cta__txt {
  background: #1677ff;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 16px;
}

.cta__btn{
    margin-top: 18px;
}

.cta__item{
    margin-top: 18px;
}

.cta__itemCta{
    margin-top: 18px;
}

@media (min-width: 768px) and (max-width: 1439px) {
    .section--cta{
        margin: 40px auto 0;
        padding: 0 6.6%;
    }

    .cta__topic{
        font-size: 3.3rem;
    }

    .cta {
        flex-direction: row;
        justify-content: center;    
        gap: 104px;                  
    }

    .cta__itemCta{
        display: block;
        max-width: 430px;
        margin: 18px auto;
    }
}

@media screen and (min-width:1440px) {
    .section--cta{
        max-width: 1208px;
        margin: 0 auto;
        padding: 10px 0;
    }
    
    .cta__item{
        max-width:552px ;
        height: 296px;
    }

    .cta__topic{
        font-size: 4.6rem;
        font-weight: 700;
        line-height: normal;
    }
   
    .cta {
        flex-direction: row;
        justify-content: center;    
        gap: 164px;                  
    }


    .cta__itemCta{
        max-width: 536px;
        height: 145px;
        display: block;
        margin: 18px auto;
    }
}

/* Strengths sp */
.section--Strengths{
    padding:var(--primary-padding);
}
.Strengths__explanation{
    padding: var(--primary-padding);
    margin-top: 36px;
    color:var(--primary-black);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 25px; 
    letter-spacing: 0.32px;
    padding: 0;
}

.Strengths__list{
    padding: var(--primary-padding);
}

.Strengths__item{
    margin-top: 36px;
    background-color: var(--primary-white);
    border-radius: 10px 10px 10px 10px;
}

.Strengths__content{
    padding: 10px 2.8% 23px 2.8%;
}
.Strengths__name{
    color:var(--primary-blue);
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 25px; 
    letter-spacing: 0.4px;
}

.Strengths__txt{
    margin: 25px 0 0;
    color:var(--primary-black);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.32px;
}

.Strengths__img img{
    width: 100%;
    border-radius: 10px 10px 0 0 ;
}

.Strengths__link{
    padding: var(--primary-padding);
    margin-top: 36px;
}

.brTb{
    display: none;
}

/* Strengths tb */
@media (min-width: 768px) and (max-width: 1439px) {
    .section--Strengths{
        padding: 0 6.6%;
    }

    .Strengths__explanation{
        margin-top: 32px;
        font-size: 1.6rem;
        line-height: 27px; 
        letter-spacing: 0.32px;
    }

    .Strengths__list{
        margin-top: 32px;
        padding: 32px 0 42px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 22px;
    }

    .Strengths__item{
        margin: 0;
        width: 100%;
        height: 450px;
    }

    .Strengths__content{
        padding: 10px;
    }

    .Strengths__name{
        font-size: 1.7rem;
        font-weight: 700;
        line-height: 25px; 
        letter-spacing: 0.34px;
    }

    .Strengths__txt{
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 23px; 
        letter-spacing: 0.28px;
    }

    .Strengths__link{
        max-width: 430px;
        height: 116px;
        display: block;
        margin: 0 auto;
    }

    .brTb{
        display: block;
    }

}

/* Strengths pc */
@media screen and (min-width:1440px) {
    .section--Strengths{
        padding: 0 8%;
    }

    .Strengths__explanation{
        margin-top: 36px;
        font-size: 2.4rem;
        font-weight: 500;
        line-height: 39px; 
        letter-spacing: 0.48px;
    }

    .Strengths__list{
        margin-top: 36px;
        padding: 42px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .Strengths__item{
        margin-top: 0;
        background-color: var(--primary-white);
        max-width: 354px;
    }

    .Strengths__name{
        font-size: 2.2rem;
    }

    .Strengths__link{
        max-width: 536px;
        height: 145px;
        display: block;
        margin: 0 auto;
    }

    .brTb{
        display: none;
    }
    
}
/* learning sp */
.section--learning{
    margin: 6px 11px 0 ;
}

.learning__content{
    margin-top: 10px;
    background-color: var(--primary-white);
    border-radius: 10px;
}

.learning__img{
    display: block;
    padding:0 10px 10px;
    margin-top: 13px;
}

.learning__img2{
    display: none;
}

/* learning tb */
@media (min-width: 768px) and (max-width: 1439px) {
    .section--learning{
        padding: 0 6.6%;
    }

    .learning__img{
        display: none;
    }

    .learning__content{
        width: 100%;
        padding: 10px;
    }

    .learning__img2{
        display: block;
        max-width: 650px;
        height: auto;
        margin: 0 auto;
    }
}

/* learning pc */
@media screen and (min-width:1440px) {
    .section--learning{
        padding: 0 8%;
        margin-bottom: 25px;
    }

    .learning__content{
        max-width: 1207px;
        margin-top: 51px;
    }
    .learning__img{
        display: none;
    }
    
    .learning__img2{
        max-width: 859px;
        height: 237px;
        display: block;
        margin: 0 auto;
        padding: 10px 0 0 0;
    }
}

/* course sp */
.section--course{
    padding: var(--primary-padding);
}

.course__list{
    margin-top: 25px;
}

.course__item{
    border-radius: 10px;
    background-color: var(--primary-white);
    margin-top: 25px;
    padding: 10px 0 ;
}

.course__name{
    color: var(--primary-blue);
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: normal;
}

.course__img{
    margin-top: 10px;
}

.course__txt{
    margin-top: 10px;
    padding: 0 10px;
    color:var(--primary-black);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 25px; 
    letter-spacing: 0.32px;
}

/* course tb */
@media (min-width: 768px) and (max-width: 1439px) {
    .section--course{
        padding: 0 6.6%;
    }

    .course__list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 45px;    
        width: 100%;   
    }

    .course__item{
        height: auto;
    }

    .course__name{
        font-size: 2.2rem;
    }

    .course__txt{
        font-size: 1.4rem;
        line-height: 23px; 
        letter-spacing: 0.28px;
    }
}
/* course pc */
@media screen and (min-width:1440px) {
    .section--course{
        padding: 0 8%;
    }

    .course__list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 70px 53px;    
        max-width: 1208px;         
    }

    .course__item{
        width: 577px;
        height: 551px;
    }
}
/* plan sp */
.section--plan{ 
    margin-top: 25px;
    padding: var(--primary-padding);
}

.plan__list{
    margin-top: 14px;
    padding: 0;
}

.plan__cost{
    gap: 0 50px;
}

.plan__imgSp{
    display: block;
}

.plan__imgPc{
    display: none;
}

.plan__costTxt{
    padding: 0 16px 0 0 ; 
    color: var(--primary-black);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; 
    letter-spacing: 0.32px;
}

/* plan tb */
@media (min-width: 768px) and (max-width: 1439px) {
    .section--plan{
        padding: 0 8%;
        margin-top: 71px;
    }

    .plan__imgSp{
    display: none;
    }

    .plan__imgPc{
    display: block;
    }
       
    .plan__list{
    margin-top: 20px;
    }
}

/* plan pc */
    @media screen and (min-width:1440px) {
        .section--plan{ 
            margin-top: 72px;
            padding: 0 8%;
        }

        .plan__txt{
            font-size: 3.6rem;
            line-height: 55px;
            letter-spacing: 0.72px;
        }

        .plan__list{
            margin-top: 22px;
        }

        .plan__imgSp{
            display: none;
        }

        .plan__imgPc{
            display: block;
            max-width: 1206px;
            height: 231px;
            margin: 0 auto;
        }

}
/* interview sp */
.section--interview{
    margin-top: 15px;
    padding: 13px 2.9% ;
}

.interview__item{
    margin-top: 47px;
    border-radius: 10px;
    background-color: var(--primary-white);
}

.interview__img{
    border-radius: 10px 10px 0 0 ;
}

.interview__content{
    padding: 10px;
}

.interview__name{
    color:var(--primary-blue);
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 25px; 
    letter-spacing: 0.4px;
}

.interview__txt{
    margin-top: 20px;
    color:var(--primary-black);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 25px; 
    letter-spacing: 0.32px;
}

.brTb{
    display: none;
}

/* interview tb */
@media (min-width: 768px) and (max-width: 1439px) {
    .section--interview{
        margin-top: 57px;
        padding: 0 8% ;
    }

    .interview__list{
        display: flex;
        text-align: center;
        justify-content: space-between;
        gap: 16px;
    }

    .interview__content{
        padding: 0px;
    }

    .interview__name{
        font-size: 1.7rem;
        line-height: 25px;
        letter-spacing: 0.34px;
        margin-top: 10px;
    }

    .interview__txt{
        font-size: 1.4rem;
        line-height: 23px; 
        letter-spacing: 0.28px;
        padding:0 10px 10px 10px;
        margin-top: 20px;
    }

    .br{
        display: none;
    }

    .brTb{
        display: block;
    }
}

/* interview pc */
@media screen and (min-width:1440px) {
    .section--interview{
        padding: 0 8%;
        margin-top: 34px;
    }

    .interview__list{
        display: flex;
        text-align: center;
        justify-content: space-between;
        gap: 73px;
        width: 1208px;
    }

    .interview__name{
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 25px; 
        letter-spacing: 0.44px;
    }

    .interview__txt{
        text-align: left;
    }

    .brTb{
        display: none;
    }

}

/* question sp */
.section--question{
    margin-top: 6px;
    padding: var(--primary-padding);
}

.question__content{
    margin-top: 37px;
    padding: 10px;
    border: 1px solid var(--primary-liteblue);
}

.question__content:first-of-type{
    margin-top: 0px;
}

.question__item{
    margin: 20px 0 6px;
    padding: 21px 2.8%;
    background-color: var(--primary-white);
    border-radius: 10px;
}
.question__q{
    display: flex;
    text-align: center;
    gap: 20px;
}

.question__img{
    width: 49px;
    height: 59px;
}

.question__txtQ{
    color: var(--primary-blue);
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}

.question__a{
    margin-top: 30px;
    display: flex;
    text-align: center;
    gap: 20px;
}

.question__txtA{
    color: var(--primary-black);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 25px; 
    letter-spacing: 0.32px;
    text-align: left;
}

/* question tb */
/* question tb */
@media (min-width: 768px) and (max-width: 1439px) {

  .section--question{
    padding: 0 8%;
    margin-top: 30px;
  }

  .question__item{
    /* ← ここを Grid に */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 17px 23px;
    width: 100%;
    padding: 9px 7px;
    margin: 0 auto;
  }

  /* カードは幅制限を外す（Grid に任せる） */
  .question__content{
    margin-top: 0;
    max-width: none;
    width: 100%;
  }

  .question__q{ gap: 10px; }
  .question__txtQ{ font-size: 1.9rem; }
  .question__txtA{
    font-size: 1.4rem;
    line-height: 23px;
    letter-spacing: 0.28px;
  }
}

/* cta last */
@media screen and (min-width:769px) {
.section--cta:last-of-type{
    margin-top: 36px;
    }
}

/* footer sp */
.footer{
    padding: var(--primary-padding);
}

.footer__topic{
    margin-top: 11px;
    color: var(--primary-blue);
    font-size: 3.2rem;
    font-weight: 900;
    line-height: normal;
}

.footer__list{
    margin-top: 12px;
    padding: 10px 0 ;
}

.footer__item{
    margin-top: 15px;
    color: var(--primary-black);
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 20px; 
}

.footer__itemSub{
    color:var(--primary-black);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 20px;
}

.copy{
    margin-top: 6px;
    display: flex;
    justify-content: center;
    color:var(--primary-black);
    font-size: 1.0rem;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; 
}

/* footer tb */
@media (min-width: 768px) and (max-width: 1439px) {
    .footer{
        width: 1200px;
        padding:0 8%;
        display: block;
        display: flex;
        gap: 178px;
    }

    .footer__topic{
        font-size: 6.0rem;
    }

    .footer__list{
        margin-top: 12px;
        padding: 10px 0 ;
    }

    .footer__item{
        margin-top: 15px;
        color: var(--primary-black);
        font-size: 2.2rem;
        font-weight: 500;
        line-height: 20px; 
    }

    .footer__itemSub{
        color:var(--primary-black);
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 20px;
    }
}
/* footer pc */
@media screen and (min-width:1440px) {
    .footer{
        padding: 0 8%;
        margin-top: 39px;
        display: flex;
        gap: 100px;
    }

    .footer__topic{
        font-size: 60px;
    }

    .footer__item{
    margin-top: 15px;
    font-size: 1.4rem;
    font-weight: 700;
    }

    .footer__itemSub{
    font-size: 1.2rem;
    font-weight: 500;
    }

    .footer__list{
        display: flex;
        gap: 30px;
    }

}
