@charset "utf-8";
/* ===============================================
# ¹²Í¨
=============================================== */
.main_contents{
  padding-bottom: 0;
}
.ttl_sec{
  margin-bottom: 24px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #063e8d;
}
.ttl_sec.type_center{
  text-align: center;
}
.ttl_sec.type_center::after{
  content: '';
  display: block;
  margin:30px auto 0;
  width: 64px;
  height: 3px;
  background: linear-gradient(90deg, #063e8d 0%, #063e8d 50%, #ba9716 50%, #ba9716 100%);
}

.ttl_sec .eng{
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  font-family: "Barlow", serif;
}
@media screen and (max-width :834px) {
  .ttl_sec{
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
  .ttl_sec.type_center::after{
    margin:20px auto 0;
    width: 48px;
  }
  .ttl_sec .eng{
    font-size: 24px;
    font-size: 2.4rem;
  }  
}
/* ===============================================
# area_promo
=============================================== */
.area_promo{
  padding: 116px 0 136px;
  background: url("/ccte/img/img_promotion.jpg")no-repeat center bottom;
  background-size: cover;
}
.area_promo .ttl_promo{
  padding: 20px 35px 20px 35px;  
  width: 606px;
  min-height: 248px;
  outline:solid 1px rgb(255,255,255);
  outline-offset: -16px;
  background-color:rgba(6,62,141,0.6);   
}
.area_promo .ttl_promo .sub{
  display: block;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.475;
  letter-spacing: 0.04em;
  filter: drop-shadow(3px 3px 6px rgba(0,0,0,.1));
}
.area_promo .ttl_promo .main{
  width: 499px;
  margin-top: 25px;
  filter: drop-shadow(3px 3px 6px rgba(0,0,0,.1));
}
@media screen and (max-width :834px) {
  .area_promo{
    padding: 57vw 0 10.3%;
    background-image: url("/ccte/img/img_promotion_sp.jpg");
    background-position: top center;
  }
  .area_promo .ttl_promo{
    padding: 20px 22px;  
    width: 86%;
    min-height: 127px;
    margin: 0 auto;
    outline-offset: -8px;
  }
  .area_promo .ttl_promo .sub{
    font-size: 12px;
    font-size: 3.077vw;
    line-height: 1.449;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,.1));
  }
  .area_promo .ttl_promo .main{
    width: 100%;
    margin-top: 10px;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,.1));
  }  
}
/* ===============================================
# sec_intro
=============================================== */
.sec_intro{
  margin-bottom: 90px;
}
.sec_intro .area_contetns{
  position: relative;
  padding: 90px 20px 80px;
  text-align: center;
  color: #fff;
  background-color: rgb(56, 124, 99);
  border: solid 10px rgb(168, 181, 183);
}
.sec_intro .area_contetns::after{
  content: '';
  width: 204px;
  height: 25px;
  position: absolute;
  bottom: 0;
  right: 26px;
  background: url("/ccte/img/img_intro1.svg")no-repeat bottom center;
  background-size: contain;
}
.sec_intro .ttl_sec{
  color: #fff;
}
.sec_intro .ttl_sec::after{
  background: linear-gradient(90deg, #fff 0%, #fff 50%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 100%);
}
.sec_intro .txt{
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.3;
}
@media screen and (max-width :834px) {
  .sec_intro{
    margin-bottom: 55px;
  }
  .sec_intro .area_contetns{
    padding: 55px 15px 50px;
    border-width: 5px;
  }
  .sec_intro .area_contetns::after{
    width:150px;
    height: 19px;
    right: 11px;
  }
  .sec_intro .txt{
    font-size: 15px;
    font-size: 15.rem;
    line-height: 1.866;
      font-feature-settings: "palt";
  }  
}
@media screen and (max-width :373px) {
  .sec_intro .txt br{
    display: none;
  }    
}
/* ===============================================
# sec_topics
=============================================== */
.sec_topics .splide__track {
  padding-bottom: 6px;
  padding-top: 6px;
}
.sec_topics .list_topics li{
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.sec_topics .list_topics li >*{
  text-decoration: none;
  color: #000;
}
.sec_topics .list_topics li figure{
  position: relative;
  padding-top: 66.75%;
  overflow: hidden;
}
.sec_topics .list_topics li figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%,-50%);
  width: 100.1%;
  height: 100.1%;
}
.sec_topics .list_topics .mod_date{
  -webkit-box-align: center;
  align-items: center;
}
.sec_topics .list_topics .box_txt{
  padding: 24px; 
}
.sec_topics .list_topics .date{
  margin-right: 16px;
  font-size: 17px;
  font-size: 1.7rem;
}
.sec_topics .list_topics .mod_ttl{
  margin-top: 5px;
  font-size: 17px;
  font-size: 1.7rem;
}
.sec_topics .splide-controller{
  display: none;
}
@media (min-width :835px){
  .sec_topics .list_topics{
    display:-webkit-box !important;
    display:flex !important;    
    grid-gap: 2.343%;
  }
  .sec_topics .list_topics li{
    width: calc(calc(100% - 60px) / 3);
  }

}
@media screen and (max-width :834px) {
  .sec_topics .inner{
    width: 100%;
  }
  .sec_topics h2{
    margin-right: auto;
    margin-left: auto;
    width: 89.74%;
  }
  .sec_topics .list_topics li{
    max-width: 100%;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  }
  .sec_topics .list_topics .box_txt{
    padding: 12px 16px;
  }
  .sec_topics .list_topics .date{
    margin-right: 9px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_topics .list_topics .mod_ttl{
    margin-top: 5px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .sec_topics .splide{
    overflow: hidden;
    padding-left: 5.12vw;
  }
  .sec_topics .splide__track{
    padding-bottom: 3px;
    padding-top: 3px;
    overflow: visible;
  }
  .sec_topics .splide.splide--draggable .splide-controller{
    display: block;
    margin-top: 20px;
    padding-right: 5.12vw;
  }
  .sec_topics .splide-controller button{
    width: 20px;
    margin: 0 0 0 auto;
  }
}
/* ===============================================
# sec_news
=============================================== */
.sec_news{
  margin-top: 80px;
  padding-bottom: 104px;
}
.sec_news .box_ttl{
  -webkit-box-align: center;
  align-items: center;  
}

.sec_news .tab_list{
	-webkit-box-pack: end;
	justify-content: flex-end;    
  -webkit-box-flex: 1;
  flex: 1;  
  max-width: 964px;
  margin: 0 0 0 auto;
  border-left:solid 1px #d9d9d9;
}
.sec_news .tab_list li{
  padding: 8px 20px;
  -webkit-box-flex: 1;
  flex: 1;  
  border-right: solid 1px #d9d9d9;
}
.sec_news .tab_list button{
  display: block;
  width: 100%;
  height: 100%;
  padding:12px 10px;
  background: #fff;
  line-height: 1;
  font-size: 15px;
  font-size: 1.5rem;
  color: #063e8d;
  font-weight: bold;
  text-align: center;
  clip-path: polygon(0 0, 100% 0,calc(100% - 2px) 12.5% ,100% 25%, calc(100% - 2px) 37.5%,100% 50%, calc(100% - 2px) 62.5%,100% 75%, calc(100% - 2px) 87.5%,100% 100%,
    0 100%, 2px 87.5%, 0 75%, 2px 62.5%,0 50%,2px 37.5%,0 25%,2px 12.5%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.sec_news .tab_list button[aria-selected="true"]{
  background: #063e8d;
  color: #fff;
  pointer-events: none;
}
.sec_news .cmn_list_news{
  margin-top: 20px;
}
.sec_news .tabpanel >*{
  display: none;
  -webkit-animation: PageIn 1.3s ease 0s 1 normal;      
  animation: PageIn 1.3s ease 0s 1 normal;  
}
.sec_news .tabpanel >*[aria-hidden="false"]{
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .sec_news .tab_list button:hover{
    opacity: 0.5;
  }
}
@media (min-width :835px){
  .sec_news .wrap_tab_box{
    margin-bottom: 64px;
    padding: 40px 38px 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);  
  }  
  .sec_news .ttl_sec{
    width: 120px;
    margin-top: 12px;
    margin-right: 30px;
  }  
}
@media screen and (max-width :1280px) {
  .sec_news .tab_list li{
    padding: 8px 10px;
  }  
}
@media screen and (max-width :834px) {
  .sec_news{
    margin-top: 40px;
    padding: 35px 0 40px;
    background: #fff;
  }
  .sec_news .wrap_tab_box{
    margin-bottom: 30px;
  }    
  .sec_news .tab_list li{
    padding: 0px 4px;
  }
  .sec_news .tab_list button{
    padding:4px 10px;
    line-height: 1.333;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_news .cmn_list_news{
    margin-top:10px;
  }  
}
/* ===============================================
# sec_organization
=============================================== */
.sec_organization{
  padding: 105px 0;
  background: #fbf7eb;
}
.sec_organization .ttl_sec{
  margin-bottom: 64px;
}
.sec_organization .img_rganization{
  text-align: center;
}
.sec_organization .list_menu{
  margin-top: 77px;
  grid-gap: 3.125%;
}
.sec_organization .list_menu li{
  -webkit-box-flex: 1;
  flex: 1;  
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.sec_organization .list_menu a{
  display: block;
  text-decoration: none
}
.sec_organization .list_menu .ttl{
  position: relative;
  min-height: 79px;
  padding: 0 37px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background-size: auto auto;
  background-color: rgba(31, 82, 153, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(6, 62, 141, 1) 5px, rgba(6, 62, 141, 1) 10px );
}
.sec_organization .list_menu .ttl::after{
  content: '';
  width: 17px;
  height: 42px;
  position: absolute;
  top: -14px;
  left: 24px;
  background: url("/ccte/img/ico_clip1.svg")no-repeat bottom center;
  background-size: contain;
}
.sec_organization .list_menu li:nth-child(2) .ttl::after{
  background-image: url("/ccte/img/ico_clip2.svg");
}
.sec_organization .list_menu li:nth-child(3) .ttl::after{
  background-image: url("/ccte/img/ico_clip3.svg");
}
.sec_organization .list_menu .ttl > span{
  display: block;
  width: 100%;
  padding: 0 20px;
  background: url("/ccte/common/img/ico_link.svg")no-repeat right center;
  background-size: 14px auto;
}
.sec_organization .list_menu .txt{
  padding: 18px 24px 16px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.765;
  color: #000;
}
@media screen and (max-width :1024px) {
  .sec_organization .list_menu .ttl{
    padding: 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }  
  .sec_organization .list_menu .ttl::after{
    left: 10px;
  }  
}
@media screen and (max-width :834px) {
.sec_organization{
  margin-top: 60px;
    padding: 60px 0;
  }
  .sec_organization .ttl_sec{
    margin-bottom: 32px;
  }
  .sec_organization .list_menu{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;     
    margin-top: 38px;
    grid-gap: 32px;
  }
  .sec_organization .list_menu li{
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  }
  .sec_organization .list_menu .ttl{
    min-height: 56px;
    padding: 0 16px;
    font-size:16px;
    font-size:1.6rem;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(6, 62, 141, 1) 3px, rgba(6, 62, 141, 1) 5px );
  }
  .sec_organization .list_menu .ttl::after{
    width: 13px;
    height: 32px;
    top: -10px;
    left: 20px;
  }
  .sec_organization .list_menu .ttl > span{
    padding: 0 15px;
    background-size: 12px auto;
  }
  .sec_organization .list_menu .txt{
    padding: 16px 20px 16px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.785;
  }  
}
/* ===============================================
# sec_contact
=============================================== */
.sec_contact{
  padding: 105px 0;
  background: #fff;
  text-align: center;
}
.sec_contact .ttl_sec{
  margin-bottom: 45px;
}
.sec_contact .ttl_sub{
  margin-bottom: 10px;
  color: #063e8d;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
.sec_contact .box_tel{
  margin-top: 5px;
  font-weight: 700;
  -webkit-box-pack: center;
  justify-content: center;  
}
.sec_contact .box_tel a{
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  text-decoration: none;
  font-weight: 400;
}
.sec_contact .box_tel .tel{
  padding: 5px 0 5px 33px;
  color: #063e8d;
  background: url("/ccte/common/img/ico_tel.svg")no-repeat left center;
  background-size: 25px auto;
}
.sec_contact .box_tel .mail{
  margin-left: 40px;
  padding: 5px 0 5px 32px;
  background: url("/ccte/common/img/ico_mail.svg")no-repeat left center;
  background-size: 24px auto;
}
@media screen and (max-width :834px) {
  .sec_contact{
    padding: 60px 0 50px;
  }
  .sec_contact .ttl_sec{
    margin-bottom:27px;
  }
  .sec_contact .ttl_sub{
    margin-bottom: 10px;
    font-size:16px;
    font-size: 1.6rem;
  }
  .sec_contact .box_tel{
    margin-top:12px;
    font-size: 13px;
    font-size: 1.3rem;    
  }
  .sec_contact .box_tel >*{
    display: inline-block;
  }
  .sec_contact .box_tel a{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec_contact .box_tel .tel{
    padding: 3px 0 3px 26px;
    background-size: 18px auto;
  }
  .sec_contact .box_tel .mail{
    margin: 5px 0 0;
    padding: 3px 0 3px 26px;
    background-size: 18px auto;
  }  
}
