.tp--hd{
    width: 100%;
    position: relative;
    padding:70px 0 40px;
    overflow: hidden;
}
.tp--hd .swiper{
    overflow: visible;
}
.tp--hd img,
.tp--hd video{
    max-width: 100%;
    width: 100%;
}
.main__v-text{    
    position: absolute;
    transform: translate(-50% ,-50%);
    top:50%;
    left:50%;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.6;
}
@media all and (max-width: 768px) {
    .tp--hd{
        width: 100%;
        height:  100%;
        position: relative;
        padding:50px 0 30px;
    }
    .tp--hd img{
        object-fit: cover;
        width: 100%;
        height:  100%;
    }
    .main__v-text{    
        max-width: 95%;
        width: 100%;
        font-weight: 700;
        font-size: 22px;
        line-height: 1.5;
    }
}

/* section-common */
.section__ttl-en{
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    padding-bottom: 20px;
}
.section__ttl{
    padding: 5px 0 0 0;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 1.4;
    text-align: left;
    position: relative;
    text-shadow: 0 0 2px white;
    z-index: 2;
    font-weight: bold;
}
.section__ttl::first-letter {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #9de5ff;
    padding: 0.25rem 0.3rem 0.1rem 1rem;
    margin:0 -0.3rem 0 -1rem;
}
.section__txt{
    line-height: 1.5;
    font-size: 17px;
    margin: 30px 0;
}
.swiper-slide a{
  display: block;
}

@media all and (max-width: 768px) {
    .section__ttl-en{
        text-align: center;
        font-size: 15px;
        letter-spacing: 1px;
        padding-bottom: 15px;
    }
    .section__ttl{
        font-size: 26px;
    }
    .section__txt{
        line-height: 1.5;
        font-size: 17px;
        margin: 30px 0;
    } 
}
/* sec01 */
.section01{
    padding: 10px 0 30px;
}
.section01__ttl{
    padding: 5px 0 0 0;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 1.4;
    text-align: left;
    position: relative;
    text-shadow: 0 0 2px white;
    z-index: 2;
    font-weight: bold;
}
.section01__ttl::first-letter {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #9de5ff;
    padding: 0.25rem 0.3rem 0.1rem 1rem;
    margin:0 -0.3rem 0 -1rem;
  }
.sec01__flex{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0px 45px;
    justify-content: space-between;
}
.sec01__cat-link{
    display: block;
    font-size: 15px;
    font-weight: 500;
    width: 200px;
}
.sec01__cat-link span{
    display: block;
    color:#000000;
    border-bottom: solid 1px #000000;
    align-items: center;
    margin: 0 0 25px;
    width: fit-content;
}
.sec01__cat-link a{
    display: flex;
    align-items: center;
    color:#7D7D7D;
    margin-bottom: 15px;
}

.sec01__news-box{
    width: calc(100% - 200px);
    flex-shrink: 99;
}
.sec01__news-content{
    border-bottom: solid 1px #ccc;
}
.sec01__news-content a{
    display: flex;
    width: 100%;
    padding: 15px 0px;
    color: #000;
}
.sec01__news-cat-box{
  width: 145px;
  box-sizing: border-box;
  color:#7D7D7D;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
.sec01__news-cat-box span{
    display: inline-block;
    padding: 7px 10px;
    color:#fff;
    width: 115px;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
}
.sec01__news-img{
    width: 150px;
    height: 90px;
}
.sec01__news-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.sec01__news-cat { 
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}
.sec01__news-cat span{
    display: block;
}
.sec01__news-date{
    color:#7D7D7D;
    display: flex;
    align-items: center;
    width: 95px;
    font-size: 14px;
}
.sec01__news-txt{
    display: flex;
    align-items: center;
    padding:10px 0;
    font-weight: 500;
    font-size: 17px;
    flex-shrink: 9999;
}
.sec01__flex .more-btn{
    display: flex;
    justify-content: flex-end;
    padding-bottom: 30px;
    border-bottom: solid 1px #ccc;
}
.newsbtn a{
    padding: 8px 25px 8px 20px;
}

@media all and (max-width: 768px) {
    .section01{
        padding: 10px 0 20px;
    }
    .sec01__flex{
        display: block;
        padding: 15px 0px 30px;
    }
    .section01__ttl{
      font-size: 25px;
      margin: 0 0 10px 0;
    }
    .sec01__cat-link{
        display: flex;
        flex-wrap: wrap;
        border-top: none;        
        padding: 0;
        gap: 20px;
        width: 100%;
    }
    .sec01__cat-link span,
    .sec01__cat-link a{
        color:#000;
        margin-bottom: 25px;
        border-bottom:solid 1px #000;
        display: flex;
        align-items: center;
        color:#000;
    }
    .sec01__cat-link span:before{
        display: none;
    }
    .sec01__cat-link a:before{
        display: none;
    }    
    .sec01__news-box{
        width: 100%;
    }
    .sec01__news-content a{
        position: relative;
        padding: 5px 0;
        color: #000;        
        flex-wrap: wrap;
    }
    .sec01__news-cat-box{
        display: flex;
        padding: 5px 0 7px 15px;
        font-size: 13px;
    }
    .sec01__news-cat-box span{
        display: inline-block;
        padding: 5px;
        color:#fff;
        width: 105px;
    }
    .sec01__news-cat{
      display: flex;
      flex-direction: row-reverse;
      padding: 0;
      gap: 10px;
      justify-content: flex-start;
      align-items: center;
    }
    .sec01__news-img{
        width: 100px;
        height: 60px;
    }
    .sec01__news-img img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .sec01__news-cat { 
        font-size: 14px;
        font-weight: 500;
        line-height: 1.6;
    }
    .sec01__news-cat span{
        display: block;
    }
    
    .sec01__news-cat .date{
        font-size: 14px;
    }
    .sec01__news-txt{
        padding:5px 0;
        font-size: 15px;
        width: 100%;
        box-sizing: border-box;
    }
    .sec01__flex .more-btn{
        margin-top: 10px;
    }
}



/* sec02 */
.section02{
    padding: 30px 0; 
}
.section02__bg02{
    padding: 30px 0; 
    background:rgba(236,243,251,1);
}
.sec02__flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:15px;
    margin: 40px auto 20px;
    max-width: 950px;
}
.sec02__flex-box{
    width: calc(25% - 12px);
}
.sec02__flex-img{
    aspect-ratio: 13/10;
    width: 100%;
    object-fit: cover;
}
.sec02__flex-img img{
    aspect-ratio: 13/10;
    width: 100%;
    object-fit: cover;
}
.sec02__flex-ttl{
    width: 100%;
    padding:10px;
    box-sizing: border-box;
    color:#fff;
    background: #5babff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}
.sec02__flex-txt{
    line-height: 1.5;
    font-size: 17px;
    padding: 10px 0;
    color:#000;
}
.sec02__box01-ttl{
    padding: 5px 0 0 0;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 1.4;
    text-align: left;
    position: relative;
    text-shadow: 0 0 2px white;
    z-index: 2;
    font-weight: bold;
}
.sec02__box01-ttl::first-letter {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #9de5ff;
    padding: 0.25rem 0.3rem 0.1rem 1rem;
    margin:0 -0.3rem 0 -1rem;
  }
.sec02__box01-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec02__box01-txt{
    line-height: 1.6;
    font-size: 15px;
    width: 65%;
    padding : 10px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.sec02__box01-btn{
    margin: 60px 0 0;
}
.sec02__box01-img{
    width: 32%;
}
.sec02__box01-img img{
   width: 100%; 
}

@media all and (max-width: 768px) {
  .sec02__flex{
    margin: 30px 0 20px;
    gap:20px
  }
  .sec02__flex-box{
    width: calc(50% - 10px);
  }
    .section02__bg02{
        padding: 25px 0 30px;
    }
    .sec02__box01-ttl{
        font-size: 26px;    
    }
    .sec02__box01-flex{
        display: block;
    }
    .sec02__box01-txt{
        display: block;
        width: 100%;
    }
    .sec02__box01-img{
        display: block;
        width: 100%;
        margin-top: 20px;
    }
    .sec02__box01-btn {
        margin: 30px 0;
    }
}
/* sec03 */
.section03{
    padding: 30px 0; 
    overflow: hidden;
}
.sec03__flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:40px;
    margin: 50px auto;
    max-width: 950px;
}
.sec03__flex-box{
    width: calc(40% - 20px);    
    background: rgba(236, 243, 251, 1);
}
.sec03__flex-box:nth-child(n + 3){
    width: calc(33.33% - 28px);
}
.sec03__flex-img img{
    aspect-ratio: 6/4;
    width: 100%;
    object-fit: cover;
}
.sec03__flex-ttl {
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
    color: #fff;
    background: #5babff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}
.sec03__flex-ttl02{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 55px;
}
.sec03__flex-ttl span{
    display: inline-block;
}
.sec03__flex-txt{
    line-height: 1.6;
    font-size: 15px;
    padding: 10px;
    box-sizing: border-box;
}
.sec03__box01{
    background: #ecf3fb;
    width: 650px;
    margin: 30px 0 50px auto;
    max-width: 100%;
    border-radius: 5px;
}
.sec03__box01 input{
    display: none;
}
.sec03__box01 label{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color:#fff;
    background: #5babff;
    padding:13px 10px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
}
.sec03__box01 label img{
    margin: 0 20px 0 0;
    width: 24px;
}
.sec03__box01 label span{
    background: #fff;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}
.sec03__box01 label span::after{
    content:"";
    width: 15px;
    height: 1px;
    background: #5babff;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.sec03__box01 label span::before{
    content:"";
    width: 15px;
    height: 1px;
    background: #5babff;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%) rotate(90deg)  ;    
    transition: 0.3s;
}
.sec03__box01-content{
  opacity: 0;
  pointer-events: none;
  height: 0;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  transition: 0.3s;
}
.sec03__box01 input:checked ~ .sec03__box01-content{
  opacity: 1;
  pointer-events: auto;
  height: auto;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}
.sec03__box01 input:checked ~ label span::before{
    transform: translate(-50%, -50%);
}
.sec03__box01-ttl a{
  border-bottom:solid 1px #333;
  padding:17px 30px 17px 0;
  position: relative;
  display: block;
  color:#000;
}
.sec03__box01-ttl a:after{
  width: 14px;
  height: 14px;
  position: absolute;
  transform: translate(0 ,-50%);
  top:50%;
  right: 15px;
  content:"";
  background: url(../img/common/arrow02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.sec03__box01-content .sec03__box01-ttl:first-child a{
  border-top:solid 1px #333;
}


@media all and (max-width: 768px) {
    .section03{
        padding: 60px 0 10px;
    }
    .sec03__flex{
        margin: 20px 0;    
        gap: 20px;
    }
  .sec03__flex-box,
  .sec03__flex-box:nth-child(n + 3){
      width: 100%;
      background:#fff;
  }
  .sec03__flex-img{
    width: 70%;
    margin: 0 auto;
  }
  .sec03__flex-ttl{
    width: 70%;
    margin: 0 auto;
  }
  .sec03__flex-ttl02{
        width: 70%;
        margin: 0 auto;
        min-height: auto;
      height: auto;
  }
}

/* sec04 */
.section04{
    padding: 30px 0; 
    background:rgba(236,243,251,1);
}
.sec04__flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 30px;
}
.sec04__flex-box{
    width:  calc(50% - 20px);
    line-height: 1.6;
    font-size: 15px;
    margin: 0 auto;
    padding : 10px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.sec04__flex-img{
    width:  calc(50% - 20px);
    margin: 0 auto;
}
.sec04__flex-img img{
    width: 100%;
}
@media all and (max-width: 768px) {
    .section04{
        padding: 20px 0 20px;
    }
  .sec04__flex-box{
    width: 100%;
    }
  .sec04__flex-img {
      width: 100%;
      margin-top: 20px;
  }
  .sec04__flex{
    margin: 20px 0 55px;
  }
}