@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{
    color:var(--primary-blue);
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

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

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

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

/* topicnName 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 */
.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;
}

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

.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 tb */
@media (min-width: 768px) and (max-width: 1439px) {
    .header__topic{
        font-size: 6.0rem;
        white-space: nowrap;
    }
}

/* header__topic pc */
@media screen and (min-width:1440px) {
    .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: 700;
    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{
    padding-left: 1.3%;
    text-align: left;
}

.nav__item{
    margin-top: 20px;
    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 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);
}

/* StrengthsTopic sp */
.StrengthsTopic {
  margin-top: 80px;
  padding: var(--primary-padding);
}

.StrengthsTopic__img {
  display: block;
  margin: 0 auto;
  max-width: 315px;
}

.StrengthsTopic__content {
  margin-top: 28px;
}

.StrengthsTopic__name {
  margin-top: 28px;
  color: var(--primary-blue);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 35px; 
  letter-spacing: 0.48px;
}

.StrengthsTopic__txt {
  margin-top: 12px;
  color: var(--primary-black);
  font-feature-settings: 'halt' on;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.32px;
}

/* StrengthsTopic tb */
@media (min-width: 768px) and (max-width: 1439px) {
  .StrengthsTopic {
    margin-top: 180px;
    padding: 0 clamp(16px, 4vw, 40px);
  }

  .StrengthsTopic__content {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    gap: clamp(24px, 6vw, 48px);
    width: 100%;
    margin: 0 auto;
    align-items: center;
  }

  .StrengthsTopic__sentence {
    flex: 1 1 360px;
    min-width: 280px;
  }

  .StrengthsTopic__name {
    font-size: clamp(2.2rem, 3.2vw, 2.9rem);
    line-height: 1.3;
    letter-spacing: 0.6px;
  }

  .StrengthsTopic__txt {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 30px; 
    letter-spacing: 0.32px;
  }

  .StrengthsTopic__img {
    margin-top: 70px;
    max-width: 250px;
  }
}

/* StrengthsTopic pc */
@media screen and (min-width:1440px) {
  .StrengthsTopic {
    margin-top: 140px;
    padding: 0 8%;
  }
  
  .StrengthsTopic__content {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 115px;
    gap: 48px;
    width: 100%;
    margin-inline: auto;
    align-items: center;
  }

  .StrengthsTopic__sentence {
    max-width: 688px;
  }
  
  .StrengthsTopic__name {
    font-size: 4.6rem;
    line-height: 60px; 
    letter-spacing: 0.92px;
  }

  .StrengthsTopic__txt {
    margin-top: 41px;
    font-size: 2.4rem;
    line-height: 55px; 
    letter-spacing: 0.48px;
  }

  .StrengthsTopic__img {
    margin-top: 35px;
    max-width: 498px;
  }
}

/* StrengthsItem sp */
.StrengthsItem{
    padding: var(--primary-padding);
}
.StrengthsItem__list{
    margin: 60px 0 35px;
}

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

.StrengthsItem__content{
    padding: 10px;
}

.StrengthsItem__name{
    color: var(--primary-blue);
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.44px;
    padding-left:10px;
}

.StrengthsItem__subtitle{
    color: var(--primary-blue);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 25px; 
    letter-spacing: 0.36px;
}

.StrengthsItem__subtitle:first-of-type{
    margin-top: 20px;
}
.StrengthsItem__txt{
    margin-top: 9px;
    color: var(--primary-black);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 26px; 
}

.StrengthsItem__decoSp{
    display: block;
    margin: 20px auto;
}

.StrengthsItem__decoPc{
    display: none;
}

/* StrengthsItem tb */
@media (min-width: 768px) and (max-width: 1439px) {
    .StrengthsItem{
        margin-top: 60px;
        padding: 0 4%;
    }

    .StrengthsItem__item{
        margin-top: 60px;
    }

    .StrengthsItem__name{
        font-size: 3.0rem;
        letter-spacing: 0.6px;
    }

    .StrengthsItem__content{
        display: flex;
        gap: 12px;
    }

    .StrengthsItem__img{
        max-width: 277px;
        height: 180px;
        margin-top: 70px;
    }

    .StrengthsItem__subtitle{
        font-size: 1.6rem;
        line-height: 24px; 
        letter-spacing: 0.32px;
    }

    .StrengthsItem__txt{
        margin-top: 3px;
        font-size: 1.4rem;
        line-height: 21px; 
        letter-spacing: 0.28px;
    }

    .StrengthsItem__decoSp{
        display: none;
    }
    
    .StrengthsItem__decoPc{
        display: none;
    }
    
    .StrengthsItem__subtitle:nth-of-type(2)::before{
    content: "";
    display: block;
    height: 2px;
    background: #E3F2FD;
    margin: 10px 0;
    }

    .StrengthsItem__txt:nth-of-type(2)::after{
        content: "";
        display: block;
        height: 2px;
        background: #E3F2FD;
        margin: 10px 0;
    }

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

    .StrengthsItem__item{
        margin-top: 76px;
    }

    .StrengthsItem__name{
        padding: 0 0 0 9px;
        font-size: 4.6rem;
        letter-spacing: 0.92px;
    }

    .StrengthsItem__content{
        padding: 0 9px 0 9px;
        display: flex;
    }

    .StrengthsItem__img{
        margin-top: 26px;
        max-width: 650px;
        height: 454px;
    }

    .StrengthsItem__read{
        margin:12px 0 0 23px;
        padding: 14px 0;
        margin-left: 49px;
    }
    
    .StrengthsItem__subtitle{
        font-size: 2.2rem;
        letter-spacing: 0.44px;
    }

    .StrengthsItem__txt{
        margin-top: 12px;
    }

    .StrengthsItem__decoSp{
        display: none;
    }

    .StrengthsItem__decoPc{
        display: block;
        margin: 13px 0 ;
    }

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

    .StrengthsItem__decoPc:last-of-type{
        margin-bottom: 0px;
    }

    .StrengthsItem__list > .StrengthsItem__item:nth-of-type(2) .StrengthsItem__content{
        display: flex;
        flex-direction: row-reverse;
        padding: 0 9px 0 9px;
        margin-left: 0;
        gap: 49px;
    }

    .StrengthsItem__list > .StrengthsItem__item:nth-of-type(2) .StrengthsItem__read {
        margin-left: 0;
    }
    .StrengthsItem__list > .StrengthsItem__item:nth-of-type(2) .StrengthsItem__img {
        max-width: 666px;
        height: 432px;
    }
}    

/* cta設定 sp */
.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 {
    max-width :375px; 
    border: 2px solid #1677ff;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    flex: 1; 
}

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

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

.cta__btn{
    margin-top: 18px;
}

.cta__item{
    margin-top: 18px;
}

.cta__itemCta{
    margin-top: 18px;
}

/* cta設定 tb */
@media (min-width: 768px) and (max-width: 1439px) {
    .section--cta{
        margin-top: 40px;
        padding: 0 4%;
    }

    .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;
    }
}

/* cta設定 pc */
@media screen and (min-width:769px) {
        .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;
    }
}

/* 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 4%;
        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;
    }

}