@charset "utf-8";
/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
.header-inner{
  padding-right: 15rem;
  padding-left: 5rem;
  padding-top: 2rem;
}
.g-nav .top{
  gap: 3rem;
  margin-bottom: 2rem;
}
.g-nav .top .sns-icon{
  gap: 1rem;
}
.header-cta > *{
  width: 160px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
.header-cta .left{
  background-color: var(--accent-color);
  border-radius: 32px 0px 0px 32px;
  position: relative;
}
.header-cta .left::after{
  position: absolute;
  content: '';
  background: url(./../image/common/header-cta-1.svg) no-repeat center center / contain;
  width: 15px;
  height: 20px;
  top: 50%;
  left: 25px;
  transform: translate(-50%,-50%);
}
.header-cta .right{
  background-color: var(--accent-color2);
  color: #fff;
  border-radius: 0px 32px 32px 0px;
  position: relative;
}
.header-cta .right::after{
  position: absolute;
  content: '';
  background: url(./../image/common/header-cta-2.svg) no-repeat center center / contain;
  width: 15px;
  height: 20px;
  top: 50%;
  left: 25px;
  transform: translate(-50%,-50%);
}
.header-cta-hover{
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
    bottom: -6.3rem;
    width: 160px;
}
.header-cta-hover li{
  background-color:var(--accent-color2);
  font-size: 1.3rem;
  padding: 0.5rem 0;
  padding-left: 1rem;
  border-bottom: solid 1px #fff;
  border-radius: 0 32px 32px 0;
  transition: all 0.3s ease;
}
.header-cta-hover li:hover{
  background-color:#272343;
  transition: all 0.3s ease;
}
.header-cta-hover.show {
  opacity: 1;
  visibility: visible;
}

.g-nav-list{
  gap: 4.5rem;
}
.g-nav-list li a{
  font-size: 1.5rem;
  font-weight: 500;
}
.nav ul li.linklist-item{
  margin-bottom: 2rem;
}
.nav ul li.linklist-item:last-of-type{
  margin-bottom: 0;
}
/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
.footer-logo{
  max-width: 190px;
}
.page-footer-area{
  padding-top: 12rem;
}
.page-footer-area .left{
  margin-right: 2rem;
}
.footer-tel{
  letter-spacing: 0.01em;
}
.page-footer-area .space{
  padding: 0 0.5rem;
}
.footer-doc-btn_text{
  color: var(--text-color);
}
.footer-doc-btn_icon{
  width: 33px;
}
.footer-briefing-area{
  background: #FAFAFA;
  min-width: 379px;
  padding-left: 3rem;
  border-radius: 1.2rem;
}
.footer-briefing .ttl{
  gap: 2rem;
  margin-bottom: 1rem;
}
.briefing-link{
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 1rem;
}
.briefing-link:last-of-type{
  margin-bottom: 0;
}
.briefing-link::after{
  position: absolute;
  content: "";
  background: url(./../image/common/footer-briefing-arrow.svg) no-repeat center center / contain;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-arrow-w{
  height: 100%;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  border-radius: 0 1.2rem 1.2rem 0 ;
  padding: 0 1rem;
}
.page-footer-area .right .content{
  background: #FAFAFA;
  min-width: 380px;
  border-radius: 12px;
}
.page-footer-area .right .content a{
  padding: 2rem 0;
  padding-left: 2rem;
}
.page-footer-area .right .footer-sns{
  padding-left: 2rem;
}
.footer-arrow{
  position: relative;
}
.footer-arrow::after{
  content: "";
  position: absolute;
  height: 100%;
  width: 30px;
  background: var(--accent-color2);
  right: 0;
  top: 0;
  border-radius: 0 12px 12px 0;
}
.footer-arrow::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 15px;
  background: url(./../image/common/footer-arrow-w.svg) no-repeat center center / contain;
  right: 6px;
  top: 0;
  z-index: 2;
}
.footer-document{
  margin-bottom: 1rem;
}
.footer-sns .sns-icon{
  gap: 1rem;
}
.footer-txt-nav-area{
  margin-top: 4rem;
  padding-top: 10rem;
  padding-bottom: 2.5rem;
  background: #FAFAFA 0% 0% no-repeat padding-box;
  border-radius: 75px 75px 0px 0px;
}
.footer-txt-nav-area .inner-wide{
  max-width: calc(1280px + 8%) ;
  margin: 0 auto;
  padding: 0 4%;
}
.txt-nav-list-ttl{
  margin-bottom: 2rem;
}
.footer-txt-nav{
  justify-content: space-between;
}
.footer-txt-nav{
  margin-bottom: 6rem;
}
.sp-cta .header-cta{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 150;
}
.sp-cta .header-cta .right , .sp-cta .header-cta .left{
  width: 50%;
  border-radius: 0;
  padding: 2rem 0;
  font-size: 2rem;
}
.footer-sns {
  background: #FAFAFA;
  padding: 2rem;
  border-radius: 12px;
  gap: 8rem;
}
.cta-bg{
  background: url(./../image/common/cta-bg.webp) no-repeat center center / cover;
}
.page-cta-area .cta-btn-wrap a{
  background-color: #fff;
  width: 40%;
  display: flex;
  justify-content: center;
  padding: 4rem 0;
  border-radius: 20px;
  box-shadow: 5px 9px 13px #0000001A;
  transition: all 0.3s ease;
}
.page-cta-area .cta-btn-wrap a .ttl{
  padding-left: 6rem;
}
.cta-btn-wrap .cicle-btn.yellow::before , .cta-btn-wrap .cicle-btn.yellow::after{
  top: 50%;
}
.page-cta-area{
  padding-bottom: 12rem;
  margin-top: 12rem;
}
.cta-title{
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
.page-cta-area .cta-btn-wrap a:hover{
  background-color: var(--accent-color2);
  color: #fff;
  transition: all 0.3s ease;
}
.footer-materials a{
  width: 100%;
}
.footer-materials .left-index , .footer-materials .right-index{
  width: 48%;
  position: relative;
  z-index: 1;
  border-radius: 15px;
}
.footer-materials .left-index::after , .footer-materials .right-index::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #00000087;
  border-radius: 15px;
}
.footer-materials .left-index{
  background: url(./../image/common/cta-bg-02.jpg) no-repeat center top / cover;
}
.footer-materials .right-index{
  background: url(./../image/common/cta-bg-03.jpg) no-repeat center top / cover;
}
.footer-materials a{
  padding: 7rem 0;
  padding-left: 7rem;
}
.footer-materials .cicle-btn:before , .footer-materials .cicle-btn:after{
  top: 50%;
  left: 3rem;
}
.footer-materials .cicle-btn:after{
  left: 4rem;
}
.footer-materials{
  margin-bottom: 4rem;
}
.footer-links{
  gap: 2.5rem;
}
.footer-links a{
  color: #B4B4B4;
}
.footer-blank::after {
  content: url('./../image/common/footer-blank.svg'); 
  display: inline-block;
  margin-left: 5px; 
}
.txt-nav-list.title-only .txt-nav-list-ttl{
  margin-bottom: 0;
}
.txt-nav-list.title-only {
  display: flex;
  flex-direction: row;
  margin-top: 3rem;
  justify-content: space-between;
  margin-bottom: 6rem;
}
footer .txt-nav-list-item{
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.page-cta-area .cta-btn-wrap a .ttl{
  min-width: 200px;
}
.footer-btm .f-size-13.en{
  color: #d3d3d3;
  margin-top: 1rem;
}
.footer-banner-list{
  margin-bottom: 6rem;
  display: flex;
  gap: 1rem;
}
.footer-banner-list .footer-banner-item{
  width: calc((100% / 4) - 20px);
}
/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
.fv-movie{
  overflow: hidden;
    position: relative;
}
.fv-movie .movie{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.fv-movie .movie iframe{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.movie-test video{
  display: block;
}
.movie-test video.sp-only{
  display: none;
}
@media screen and (max-width:767px) {
  .movie-test video.sp-none{
    display: none;
  }
  .movie-test video.sp-only{
    display: block;
  }
}
.movie-test{
  padding:0;
  position: relative;
}
.fv{
  margin-top: 0;
}
.fv-bg{   
  width: 100%;
  height: 100vh;
  background-image: url(./../image/top/fv-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.fv-text{
  position: absolute;
  z-index: 10;
  top: 30%;
}
.fv-text img{
  border-radius: 0;
}

.top-message{
  position: relative;
}
.top-message::before{
  position: absolute;
  content: "";
  background-image: url(./../image/top/object-bg-blue.svg);
  background-repeat: no-repeat;
  width: 10rem;
  height: 12rem;
  top: 1px;
  right: 50%;
  z-index: -1;
}
.top-message::after{
  position: absolute;
  content: "";
  background-image: url(./../image/top/object-bg-yellow.svg);
  background-repeat: no-repeat;
  width: 10rem;
  height: 12rem;
  bottom: 0;
  right: 55%;
  z-index: -1;
}
.top-message .flex-left p{
  line-height: 2.3;
  letter-spacing: 0.05em;
  margin-top: 4rem;
}
.top-message .flex-right{
  margin-left: 7rem;
}

.top-feature .flex{
  gap: 10rem;
}
.top-ttl{
  margin-bottom: 3rem;
}
.top-ttl span{
  position: relative;
  margin-left: 2rem;
}
.top-ttl span::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid var(--accent-color2);
  top: 50%;
  left: -15px;
  transform: translatey(-50%) rotate(270deg);
}
.top-ttl span.accent-color::after{
  border-top: 10px solid var(--accent-color);
}
.top-feature-list li a{
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #D9D9D9;
  padding-left: 6rem;
}


.top-schoollife{
  margin-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
}
.top-schoollife::after{
  content: "";
  position: absolute;
  width: calc(100vw - (100vw - 1070px));
  height: 100%;
  background: transparent linear-gradient(247deg, #FDDB9257 0%, #D1FDFE80 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 68px 68px 0px;
  opacity: 0.54;
  bottom: 0;
  z-index: -1;
}
.block-content-wrap{
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem;
}
.block-content{
  max-width: 330px;
  box-shadow: 2px 6px 12px #00000005;
  border-radius: 20px;
  transition: all 0.1s ease;
  overflow: hidden;
}
.block-content .ttl{
  background-color: #fff;
  padding: 2rem 0;
  padding-left: 6rem;
  border-radius: 0 0 20px 20px;
}
.block-content .img img{
  border-radius: 20px 20px 0 0;
  transition: all 0.1s ease;
}
.block-content:hover .img img{
  border-radius: 20px 20px 0 0;
  transform: scale(1.1); 
  transition: all 0.3s ease;
}
.block-content .ttl .cicle-btn::before{
  left: -45px;
  top: 50%;
}
.block-content .ttl .cicle-btn::after{
  left: -33px;
  top: 50%;
}
.top-examinations .block-content:hover .img img {
  transform: none;
}

.top-examinations{
  position: relative;
  margin-top: 12rem;
}
.top-examinations::after{
  content: "";
  position: absolute;
  width: 90%;
  height: 80%;
  background: #2D334A;
  border-radius: 68px 0px 0px 68px;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: -1;
}
.top-ttl-wrap p{
  max-width: 494px;
}
.block-content .content-box .tag{
  position: absolute;
    background-color: #3B3B3C;
    color: wihte;
    color: white;
    font-weight: bold;
    padding: 0.5rem 4rem;
    margin-top: -21px;
    border-radius: 0 39px 39px 0;
}
.top-examinations .block-content{
  max-width: 393px;
  border-radius: 30px;
}
.top-examinations .block-content .ttl{
  padding-top: 6rem;
  padding-left: 9rem;
  padding-right: 6rem;
}
.content-box .ttl .block-list-item{
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D9D9D9;
  font-weight: bold;
}
.session-sec_02{
  margin-bottom: 12rem;
}
.school-fair {
  padding-top: 0;
}

.school-fair .bg{
  width: 100%;
  height: 100%;
  background-image: url(./../image/top/school-fair-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 10rem;
  padding-bottom: 7rem;
}
.school-fair .bg.yellow{
  background-image: url(./../image/session/yellow-bg.webp);
}
.sec-ttl{
  position: relative;
  margin: 0 auto;
}
.sec-ttl::after{
  position: absolute;
  content: "";
  background-image: url(./../image/common/icon-title-flag.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.1rem;
  height: 3.4rem;
  top: -80%;
  left: 50%; 
  transform: translateX(-50%); 
}
.schedule{
  margin-top: 6rem;
  margin-bottom: 2rem;
}
.schedule-column{
  gap: 4rem;

}
.schedule-column li{
  width: calc((100% - 120px)/4);
  background-color: #fff;
  border-radius: 1.5rem;
}
.schedule-date{
  width: 70%;
  text-align: center;
  padding: 0.5rem;
}
.schedule-weekday{
  width: 30%;
  min-width: 72px;
  background-color: var(--accent-color);
  border-radius: 0 1.5rem 0 0;
  text-align: center;
  padding: 0.5rem;
}
.schedule-column li .parts-btm{
  text-align: center;
  padding: 2rem 1rem;
  white-space: nowrap;
}

.schedule-month{
  line-height: 0.5;
}
.schedule-day{
  line-height: 0.5;
}
.schedule-gatsu {
  margin: 0 1rem;
}
.schedule-nichi{
  margin-left: 1rem;
}
.top-subcach-area{
  background: url(./../image/top/subcach-bg.png) no-repeat center center / cover;
  padding-bottom: 12rem;
}
.top-subcach-area p:not(:last-of-type){
  margin-bottom: 6rem;
}
.y-underline{
  position: relative;
}
.y-underline::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #FFD905;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.b-dot{
  position: relative;
}
.b-dot::after{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--accent-color2);
  border-radius: 100%;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.d-dot.yellow::after{
  background-color: #FFD905;
}
.y-bg{
  position: relative;
}
.y-bg::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFD905;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-googlemap .googlemap {
  position: relative;
  padding-bottom: 40%; 
  height: 0;
  overflow: hidden;
}
.top-googlemap .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}
/* -----------------------------------------------------------
    下層ページ共通
----------------------------------------------------------- */
.global-fv{
  background: url(./../image/common/global-bg.png) no-repeat center center / cover;
  height: 489px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-fv-wrap{
  margin-top: 12rem;
}
.global-fv-wrap .mini-ttl{
  position: relative;
}
.global-fv-wrap .mini-ttl::after{
  position: absolute;
  content: "";
  background-image: url(./../image/common/global-top-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.1rem;
  height: 3.4rem;
  top: -130%;
  left: 50%; 
  transform: translateX(-50%); 
}
.sec-radius{
  box-shadow: 6px 11px 15px #c1c1c129;
  border-radius: 41px;
  padding: 3rem;
}
.bg-ttl{
    background-color: #def0fd;
    padding: 1rem;
    margin-bottom: 3rem;
}
.border-btm {
border-bottom: 1px solid #CEEBFF;
padding-bottom: 5px;
}
.border-btm.ttl{
margin-top: 10rem;
}
/* -----------------------------------------------------------
    校長メッセージ
----------------------------------------------------------- */
.message-sec_01 h3{
  margin-bottom: 3rem;
}
.message-sec_01 p:not(:last-of-type){
  margin-bottom: 3rem;
}
.message-sec_01 .flex{
  gap: 3rem;
}
.message-sec_01 .flex-right .img{
  background: url(./../image/message/img-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  border-radius:0 1.5rem 1.5rem 0;
  display: flex;
  align-items: flex-end;
}
.message-sec_01 .flex-right .img .name{
  background-color: #fff;
  width: 100%;
  padding: 1rem;
}
/* -----------------------------------------------------------
    施設環境
----------------------------------------------------------- */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  /* background: #000; */
  margin-bottom: 6rem;
}
.video-wrapper:first-of-type{
  margin-top: 2rem;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.facility-content-block{
  gap: 3rem;
  margin-bottom: 6rem;
}
.facility-content-block .ttl{
  margin-bottom: 3rem;
}
.facility-block .ttl h3{
  margin-bottom: 1rem;
  font-size: 2rem;
  color: var(--accent-color2);
}
.facility-sec_02 .block-content .ttl{
  padding: 4rem 2rem; 
  padding-top: 2rem;
}
.facility-sec_02 .block-content {
  max-width: calc((100% / 2) - 23px);
  margin-bottom: 6rem;
}
.facility-block .ttl .ttl-wrap .d-btn{
  position: relative;
}
.block-content .facility-block:hover .img img{
  border-radius: 20px 20px 0 0;
  transform: none; 
}

.facility-block .ttl .ttl-wrap .d-btn a{
  background-color: #FFD905;
  padding: 0 1rem;
  padding-right: 3rem;
  padding-left: 2rem;
  border-radius: 15px;
  position: relative;
}
.facility-block .ttl .ttl-wrap .d-btn a:after{
  position: absolute;
  content: '';
  background:url(./../image/facility/facility-arrow.svg) no-repeat center center / contain;
  width: 10px;
  height: 10px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* -----------------------------------------------------------
    入試関連
----------------------------------------------------------- */
.table-area{
  margin-top: 2rem;
  margin-bottom: 6rem;
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table .ttl{
  background: #272343;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  border: solid 1px #DDDDDD;
  min-width: 175px;
}
.table .txt{
  border: solid 1px #DDDDDD;
  max-width: 600px;
  vertical-align: middle;
  padding-left: 3rem;
}
.table th, .table td {
  padding: 8px;
}
.tv-center{
  text-align: center;
  vertical-align: middle;
}
.table .tv-center.txt{
  padding: 8px;
}
.pdf-block-area{
  justify-content: space-evenly;
}
.pdf-block-area .pdf-block{
  padding: 5rem 3rem;
  box-shadow: 3px 8px 14px #C4C4C429;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2rem;
  background-color: #fbfbfb;
}
.table-info-area .gray-block{
  background: #FAFAFA 0% 0% no-repeat padding-box;
  box-shadow: 3px 7px 12px #B1B1B129;
  border-radius: 21px;
  padding: 3rem ;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

/* -----------------------------------------------------------
    中学校説明会 高校説明会
----------------------------------------------------------- */
.center-cach h3{
  display: inline-block;
  margin-bottom: 3rem;
}
.session-list li{
  font-weight: bold;
  margin-bottom: 1.2rem;
  position: relative;
  padding-left: 3rem;
}
.session-list li::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid var(--accent-color2);
  left: 0px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
}
.session-content h4{
  margin-bottom: 3rem;
}
.session-content{
  gap: 3rem;
  box-shadow: 0px 3px 24px #0000000A;
  border-radius: 42px;
  padding: 5rem;
}
.schedule-gatsu, .schedule-nichi{
  color: var(--accent-color2);
}


/* -----------------------------------------------------------
    新基礎学力
----------------------------------------------------------- */
.sinkiso-sec_01 .flex{
  gap: 3rem;
}
.blue-line{
  position: relative;
}
.blue-line::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #0090F4;
}
.yellow-line{
  position: relative;
}
.yellow-line::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #FFD905;
}
.sinkiso-sec_02 .two-block .block{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 5rem;
}
.sinkiso-sec_02 .two-block .block .title{
  background-color: var(--accent-color2);
  color: #fff;
  padding: 0.5rem 1rem;
  padding-left: 1.5rem;
  border-radius: 100px;
  font-weight: 500; 
  position: absolute;
  top: 0rem;
}
.two-block .block .block-list li{
  margin-bottom: 1rem;
  font-weight: 500;
}
.two-block .block .num{
  background-color: var(--accent-color);
  border-radius: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0.5rem 1.2rem;
  margin-right: 1rem;
}
.bg-black-radius{
  background: #2D334A;
  color: #fff;
  padding: 0.5rem 3rem;
  border-radius: 25px;
}
.bg-gray{
  background: #F8F8F8;
  padding-top: 6rem;
  margin-top: 6rem;
  padding-bottom: 6rem;
  z-index: -5;
  position: relative;
}
.sinkiso-sec_03 .two-block{
  margin-top: 4rem;
  gap: 3rem;
}
.sinkiso-sec_03 .two-block .block{
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5rem;
}
.sinkiso-sec_03 .two-block .block .title{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: -25px;
}
.two-block .block .title .img{
  background: var(--accent-color);
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100%;
}

.block .title .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  
}
.sinkiso-sec_03 .two-block .block .num{
  background-color: var(--accent-color2);
  color: #fff;
}
.sinkiso-sec_03 .img-block img{
  border-radius: 0;
}
.sinkiso-sec_03 .img-block{
  margin-top: 6rem;
  background: #fff;
}
.pdf-block .btn{
  margin-top: 0rem;
}
/* -----------------------------------------------------------
    パンくずリスト
----------------------------------------------------------- */

.breadcrumbs{
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  font-size: 1.3rem;
}

.breadcrumbs a{
  color: #AFAFAF;
}

/* -----------------------------------------------------------
    フォトギャラリー
----------------------------------------------------------- */
.fg-item img , .fg-media.fg-loaded .fg-media-content{
  border-radius: 0;
}



/* 202408追記 */

/* -----------------------------------------------------------
    ヘッダー
----------------------------------------------------------- */
nav.nav ul.linkList{
  display: flex;
  flex-wrap: wrap;
}
.nav ul li.linklist-item{
  width: calc(100% / 2);
}
.nav ul li a{
  padding: 5px 20px;
}
/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
button{
  font-family:"Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", "メイリオ", "Meiryo", sans-serif;
}
.shadow-bg{
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.05);
  border-radius: 1.2rem;
}
.top-news{
  margin-bottom: 12rem;
}
.top-news .flex-left{
  width: 30%;
}
.top-news .flex-right{
  width: 70%;
}
.notification-list {
  width: 100%;
  margin: 0 auto;
  list-style-type: none;
  padding: 0;
  display: grid;
  gap: 3rem;
}
.notification-item {
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 50px;
  padding: 2rem 3.5rem;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: background-color 0.2s;
}
.notification-item:hover {
  background-color: #ececec;
}
.notification-date {
  font-size: 1.5rem;
  color: #666;
  flex-shrink: 0;
}
.notification-content {
  flex-grow: 1;
  margin-left: 2.5rem;
}
.important-notification{
  width: 100%;
  margin-bottom: 6rem;
}
.news-label {
  display: inline-block;
  padding: 1px 17px;
  border-radius: 20px;
  font-size: 1.4rem;
  color: white;
  margin-bottom: 5px;
}
.news-label-announcement {
  background-color: var(--accent-color);
  color: black;
}
.news-label-important{
  background-color: #ec2e2e;
}
.news-label-topic {
  background-color:#9fe998;
  color: black;
}
.news-label-report {
  background-color: var(--accent-color2);
}
.news-label-uncategorized{
  background-color: #4f4f4f;
}
.notification-content .article-ttl {
  margin: 0;
  font-size: 1.5rem;
  color: var(--text-color);
  padding-right: 6rem;
}
.notification-arrow::after {
  content: "";
  position: absolute;
  right: 8%;
  transform: translate(0, -50%) rotate(90deg);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid var(--accent-color2);
  transition: 0.2s;
}
.notification-item:hover .notification-arrow::after {
  border-bottom-color: #333; 
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
  }
  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
    gap: 6rem;
  }
  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 6rem;
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 60s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    width: calc(100vw / 3.5);
  }
  .scroll-infinity__item>img {
    width: 100%;
  }
  .scroll-infinity__item img {
      width: 100%;
      height: auto; /* 自動的に高さを調整 */
      display: block; /* 画像周りの余白を確保するためにブロック要素として表示 */
  }
/* 偶数番目のアイテムに対するスタイル */
.scroll-infinity__item:nth-child(even) {
  margin-top: 6rem;
}
section.top-feature{
  padding-top: 13rem;
}

/* -----------------------------------------------------------
  英明フロンティアについて
----------------------------------------------------------- */
.grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3.5rem;
}

@media (min-width: 640px) {
  .grid-container {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .grid-container {
      grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  background-color: white;
  border-radius: 2rem;
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  aspect-ratio: 4 / 3;
  transition: all 0.1s ease; /* トランジション効果を追加 */
}

.card img {
  width: 100%;
  height: 80%;
  object-fit: cover;
  border-radius: 0;
  transition: all 0.3s ease; /* トランジション効果を追加 */

}

.card:hover img {
  transform: scale(1.1); /* ホバー時にカード全体を5%拡大 */
  transition: all 0.3s ease; /* トランジション効果を追加 */

}

.card button {
  flex-grow: 1; /* 残りのスペースを埋める */
  display: flex;
  align-items: center;
  color: var(--text-color);
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  padding: 2rem 1.6rem;
  padding-left: 5.5rem;
  text-align: left;
  font-size: 1.6rem;
}

.card .cicle-btn:before {
  left: 15px;
  top: 50%;
}

.card .cicle-btn::after {
  left: 26px;
  top: 50%;
}

/* -----------------------------------------------------------
  建学の精神
----------------------------------------------------------- */
ul.about-point{
  display: grid;
  gap: 3rem;
  margin-top: 5.5rem;
}
li.about-bg-gy{
  background: #FAFAFA;
  border-radius: 1.2rem;
  padding: 3rem 6rem 4rem 3rem;
}
ul.about-point .mini-icon-ttl{
  margin-bottom: 1.5rem;
}

.school-motto-wrap{
  display: flex;
  justify-content: space-between;
}
.school-motto {
  text-align: center;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 40px)/2);
  padding: 3rem;
  background: linear-gradient(90deg, rgba(253, 219, 146, 0.35), rgba(209, 253, 254, 0.5));
  border-radius: 8px;
  font-size: 4rem;
  color: #2D334A;
}
.founder-wrap{
  margin-top: 4rem;
  padding: 5.5rem 5rem;
  border-radius: 2rem;
  box-shadow: 3px 7px 12px rgba(0, 0, 0, 0.1);
}
.founder-wrap .flex-right{
  margin-left: 3.5rem;
}

/* -----------------------------------------------------------
  沿革
----------------------------------------------------------- */
.timeline {
  position: relative;
  box-shadow: 3px 7px 12px rgba(0, 0, 0, 0.09);
  border-radius: 3.5rem;
  padding: 9rem 8rem;
}
.timeline-item {
  display: flex;
  position: relative;
  padding: 20px 0; 
  margin-top: 3px;
}
.timeline-year {
  flex: 0 0 100px;
  font-weight: bold;
  text-align: right;
  margin-right: 20px;
}
.timeline-content {
  flex: 1;
  padding-left: 40px;
  position: relative;
}
.timeline-content p {
  margin: 0;
  line-height: 1.6;
}
.timeline-item:before {
  content: '';
  position: absolute;
  left: 119px;
  top: 0;
  bottom: 0;
  width: 1px;
  border-left: 2px dashed var(--accent-color);
}
.timeline-item:first-child:before {
  top: 40%; /* 最初のアイテムは上部の線を消す */
}
.timeline-item:last-child:before {
  bottom: 60%; /* 最後のアイテムは下部の線を消す */
}
.timeline-item:after {
  content: '';
  position: absolute;
  left: 115px;
  top: 29px;
  width: 10px;
  height: 10px;
  background-color: var(--accent-color);
  border-radius: 50%;
  z-index: 1;
}

/* -----------------------------------------------------------
  校章、校歌・学院歌、ロゴタイプ
----------------------------------------------------------- */

/* .symbols.sec-01 .shadow-bg{
padding: 4.5rem;
}
.symbols.sec-01 .shadow-bg .flex{
gap: 6rem;
}
.symbols.sec-01 .shadow-bg .flex .txt{
line-height: 1.5;
}
.symbols.sec-03 .shadow-bg{
padding: 6.5rem 5rem;
background: #F8F8F8;

}
.symbols.sec-03 p{
margin-top: 3rem;
} */

.school-song .gy-bg{
  background: #fcfcfc;
padding: 7rem;
text-align: center;
}
.logotype .flex-left{
  width: 60%;
}
.logotype .flex-right{
  width: 40%;
}
.logotype .flex-right img{
  border-radius: 0;
}

/* -----------------------------------------------------------
  イノベーションクエスト
----------------------------------------------------------- */
.innovation-curriculum .gy-bg{
  padding: 3rem;
  border-radius: 1.2rem;
}
.four-up {
  text-align: center;
  padding: 3rem 2.5rem;
  background-color: #FFFFFF;
  border-radius: 1.2rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
  position: relative;
}
.four-up .ttl {
  display: inline-block;
  padding: 0.2rem 4.5rem;
  background-color: var(--accent-color2);
  color: white;
  border-radius: 30px;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 50%; 
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.four-up .four-up-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
}
.four-up .four-up-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 150px)/4);
  padding: 1.2rem;
  background: linear-gradient(90deg, rgba(253, 219, 146, 0.35), rgba(209, 253, 254, 0.5));
  border-radius: 12px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
}

.points-section {
  display: flex;
  justify-content: space-between;
}
.point-card {
  background-color: white;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.05);
  width: calc((100% - 90px)/3);
}
.point-card img{
  border-radius: 2rem 2rem 0 0 ;
}

.point-image {
  width: 100%;
  height: auto;
  display: block;
}
.point-content {
  padding: 20px;
}
.point-title {
  color: var(--accent-color2);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
.point-heading {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
.highlighted-text {
  background-color: var(--accent-color);
  font-weight: bold;
  padding: 0 4px;
  display: inline-block;
}
.point-content .txt{
  font-size: 1.rem;
  margin-top: 10px;
}
.tags {
  margin-top: 3rem;
}
.tags .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.tag {
  background-color: #CBEAFF;
  padding: 2px 15px;
  font-size: 1.4rem;
  font-weight: bold;
  min-width: 8rem;
}
.ttl.blue-bg{
  display: inline-block;
  padding: 0.2rem 4.5rem;
  background-color: var(--accent-color2);
  color: white;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.8rem;
  white-space: nowrap;
}
.innovation-threepoint .bg{
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.05);
  border-radius: 1.8rem;
  margin-top: 6rem;
  padding: 3.5rem;
  padding-bottom: 6.5rem;
}
.innovation-threepoint .image{
  margin-top: 4rem;
}
.innovation-threepoint .heading{
  margin-top: 1.5rem;
}
.innovation-growth .image img{
  border-radius: 0;
}
.innovation-growth .gy-bg{
  margin-top: 4rem;
  padding: 4.5rem;
  padding-bottom: 6rem;
  z-index: -2;
  position: relative;
}
.innovation-growth .main-color{
  margin: 4rem 0 2.5rem;
}
.innovation-growth .ttl{
  margin-bottom: 3rem;
}

/* -----------------------------------------------------------
  グローバル教育
----------------------------------------------------------- */

.global .shadow-bg{
padding: 5rem 3rem;
}
.global .shadow-bg .flex-left.txt{
margin-right: 3rem;
}
.global .shadow-bg .flex-right.txt{
margin-left: 3rem;
}
.golbal.sec-01 p{
  letter-spacing: 0.05em;
}
.global.sec-01 p:nth-of-type(1) {
  letter-spacing: -0.05em;
}
.global.sec-01 img{
  border-radius: 0;
}
.global.sec-02 .ttl.blue-bg{
  padding: 1rem 3rem;
  font-size: 2.4rem;
}
.global.sec-02 .global-figure-block{
  position: relative;
}
.global.sec-02 .global-figure-block .box{
  text-align: center;
  border: solid 2px var(--main-color);
  border-radius: 5px;
  width: 48%;
  padding: 2rem;
  color: var(--main-color);
  font-weight: bold;
}
.global.sec-02 .global-figure-block .box .title{
  margin-top: -1rem;
}
.global.sec-02 .global-figure-block .box .sub-title{
  margin-top: 1rem;
}
.global.sec-02 .global-figure-block .plus-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 79px;
  height: 79px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 40px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global.sec-02 .global-figure-block .plus-icon .cross{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 3px;
  background: var(--main-color);
  border-radius: 3px;
}
.global.sec-02 .global-figure-block .plus-icon .cross:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 20px;
  height: 3px;
  background: var(--main-color);
  border-radius: 3px;
}

.global.sec-02 .global-figure-block .box._03{
  background: var(--main-color);
  color: white;
}

.global.sec-02 .triangle img{
  border-radius: 0;
}
.global.sec-02 .global-three-block .flex {
  gap: 1rem;
}
.global.sec-02 .global-three-block .box{
  background: var(--accent-color);
  font-weight: bold;
  font-size: 1.8rem;
  padding: 1rem;
  width: 48%;
  text-align: center;
}
.global.sec-04{
  padding-bottom: 6rem;
}
.global.sec-04 .mini-icon-ttl.center{
  width: fit-content;
  margin: 3rem auto;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.global.sec-04 .global-two-block{
  gap: 2rem;
}
.global.sec-04 .global-two-block .block{
  border: solid 2px var(--accent-color);
  background: #fff;
  padding: 5rem 4rem;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  width: 48%;
  position: relative;
}
.global.sec-04 .global-two-block .block._01{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.global.sec-04 .global-two-block .block .sub-title{
  background: var(--accent-color);
  border-radius: 30px;
  width: 298px;
  padding: 1rem 4rem;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.global.sec-04 .global-two-block .block .txt-box{
  margin-top: 2rem;
  border: #EBEBEB solid 1px;
  padding-bottom: 1rem;
}
.global.sec-04 .global-two-block .block .txt-box .title{
  background: #EBEBEB;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
.global.sec-04 .global-two-block .block .txt-box p{
  padding: 0 2rem;
}
.global.sec-03{
  margin-bottom: 6rem;
}
.global.sec-03,
.global.sec-04{
padding-top: 7rem;
}
.global.sec-05{
  padding-top:0rem;
  padding-bottom: 6rem;
}
.global.sec-05 .white-bg{
  padding: 3rem 1rem;
}
.global.sec-05 .sec_05_content .big-ttl{
  top: -13px;
}
.global.sec-05 .schedule-block-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
.global.sec-05 .schedule-block-wrap .schedule-block{
  width: calc((100%/7) - 2rem);
  
}
.global.sec-05 .schedule-block-wrap .schedule-block .schedule-block-txt{
  background: #FAFAFA;
  text-align: center;
  font-size: 1.4rem;
  min-height: 90px;
  position: relative;
}
.global.sec-05 .schedule-block-wrap .schedule-block:not(:last-child) .schedule-block-txt::before{
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  top: 0;
  border-left: dashed 1px #F0F0F0;
  right: -10px;
}
.global.sec-05 .schedule-block-wrap .schedule-block .week{
  background: #272343;
  color: white;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.global.sec-05 .schedule-block-wrap .schedule-block .time{
  border-top: solid 1px #F0F0F0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.global.sec-05 .schedule-block-wrap .schedule-block .mini-title{
  background: var(--main-color);
  color: white;
  border-radius: 5px 5px 0 0;
}
.global.sec-05 .schedule-block-wrap .schedule-block .mini-title.red{
  background: #BF0707;
}
.global.sec-05 .schedule-block-wrap .schedule-block .title{
  padding: 1rem 0;
}
.global.sec-05 .sec_05_content-wrap{
  margin-top: 6rem;
}
.global.sec-05 .sec_05_content-wrap .sec_05_content{
  width: calc(100% / 3);
}
.global.sec-05 .sec_05_content-wrap{
  gap: 1rem;
}
.global.sec-06{
  padding-top: 6rem;
}
.global.sec-06 .txt-img-block .sub-title{
  gap: 1rem;
}
.global.sec-06 .txt-img-block .sub-title .training{
  background: var(--accent-color);
  padding: 3px 1.8rem;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: bold;
}
.global.sec-06 .txt-img-block .img img{
  border-radius: 0 1.2rem 1.2rem 0;
}
.global.sec-06 .txt-img-block {
  margin-top: 3rem;
}
.global.sec-06 .shadow-bg{
  padding: 0;
}
.global.sec-06 .shadow-bg .txt{
  padding-top: 4rem;
  padding-left: 3rem;
  padding-bottom: 4rem;
}
.global.sec-07 .flex{
  gap: 3.5rem;
}
.global.sec-07 .table-area{
  margin-top: 1rem;
}
.global.sec-07 .table .txt{
  padding-left: 1rem;
}
.global.sec-07 .table .ttl{
  min-width: 130px;
}
.global.sec-07 .table-area .flex-block.flex{
  gap: 1rem;
}
.global.sec-07 .table-area .flex-block:nth-of-type(1){
  margin-bottom: 1rem;
}
.global.sec-08{
  padding-top: 6rem;
}
.global.sec-08 .flex{
  gap: 3rem;
}
.global.sec-08 .block{
  border-radius: 5px;
  border: solid 2px var(--main-color);
  padding: 7rem 3rem;
  padding-bottom: 3rem;
  position: relative;
  
}
.global.sec-08 .block h6{
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--main-color);
  color: white;
  padding: 0.2rem 2rem;
  border-radius: 20px;
}
.global.sec-08 .img img{
  border-radius: 0;
  max-width: 341px;
}
.white-bg{
  background: #fff;
}

.b-dot.yellow::after{
  background-color: var(--accent-color);
}

.table .txt .list li{
  padding-left: 1rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.table .txt .list li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  background: #000;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.ict-portfolio{
  margin-top: 3.5rem;
}
.ict-portfolio .border-btm.ttl{
  margin-top: 0;
  text-align: start;
  color: var(--main-color);
}
.ict-portfolio .txt{
  margin-top: 1rem;
  text-align: start;
}

/* -----------------------------------------------------------
  ICT教育
----------------------------------------------------------- */
.ict-edu .gy-bg{
  padding: 4rem;
  border-radius: 1.2rem;
}
.ict-edu .sec-01{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.ict-edu .yellow-square{
  margin: 1rem 0;
}
.yellow-square{
  position: relative;
  padding-left: 2.5rem;
}
.yellow-square::before {
  content: '';
  position: absolute;
  left: 1rem; 
  top: 60%;
  transform: translateY(-50%);
  width: 0.8rem; 
  height: 0.8rem; 
  background-color: var(--accent-color); 
}

.ict-service {
  text-align: center;
  padding: 4.5rem 3rem;
  border-radius: 1.7rem;
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.05);
  margin-top: 3.5rem;
}
.service-title {
  margin-bottom: 30px;
}
.service-boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem 2rem;
  margin-top: 4rem;
}
.service-box {
  background-color: #FAFAFA;
  border-radius: 1rem;
  width: calc((100% - 30px)/2);
  padding: 2.5rem;
  position: relative; 
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-label {
  display: inline-block;
  background-color: var(--accent-color);
  padding: 3px 2rem; /* 左右のパディングを少し減らす */
  border-radius: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap; /* 文字の折り返しを防ぐ */
  max-width: calc(100% - 20px); /* 最大幅を設定 */
  overflow: hidden; /* はみ出した部分を隠す */
  text-overflow: ellipsis; /* はみ出した部分を省略記号で表示 */
}
.service-box p {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
}

.ict-case .sec-02 h4,
.ict-case .sec-03 h4{
  margin: 10rem 0 3rem;
}
.ict-case .sec-02 .gy-bg{
  padding: 6rem 5rem;
  border-radius: 1.2rem;
}
.ict-case .sec-02 .flex-left{
  margin-right: 2rem;
}
.ict-case .sec-02 .flex-right .main-color{
  margin-bottom: 2rem;
}

.ict-case .sec-03 .gy-bg{
  padding: 5rem 6rem;
  border-radius: 1.2rem;
}
.ict-case .sec-03 .main-color{
  margin-bottom: 3rem;
}
.custom-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background-color: #FFFFFF;
  text-align: center;
}
.custom-table td {
  border: 1px solid #D8D8D8;
  padding: 15px;
}
.custom-table .highlight {
  background-color: #FFFEF8;
  font-weight: bold;
  text-align: center;
  padding-left: 20px;
  vertical-align: middle;
}
.custom-table .highlight-light {
  background-color: #F5FBFF;
}
.custom-table td[colspan="3"] {
  background-color: #FFFEF8;
}

/*------------------------------------------------------------
放課後学習支援センター 
------------------------------------------------------------*/

.program .shadow-bg{
  padding: 3rem;
}
.program .shadow-bg.program-full{
  padding: 4rem 3rem;
}
.program-list{
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem 4rem;
}
.program-list li{
  width: calc((100% - 40px)/2);
}
.program-list li.program-full{
  width: 100%;
}
.program-list li .main-color{
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
.link-blue-tx{
  display: inline-block;
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
  line-height: 1.2;
}
.program.sec_01 .bubble-icon{
  position: relative;
}
.program.sec_01 .bubble-icon::after{
  position: absolute;
  content: '';
  background:url(./../image/feature/program/program-image02.webp);
  width: 212px;
  height: 139px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -60px;
  left: 0;
}
.program.sec_03 .session-content{
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  padding-bottom: 6rem;
}
.explanation-block-area{
  justify-content: space-between;
}
.explanation-wrap {
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 23px;
  padding-bottom: 4rem;
  padding-top: 3rem;
  position: relative;
}
.explanation-wrap span{
  background: var(--accent-color2);
    color: white;
    padding: 4px 25px;
    border-radius: 20px;
    position: absolute;
    top: -15px;
}
.explanation-block{
  position: relative;
  width: 45%;
}
.explanation-bubble{
  background: var(--accent-color);
  border-radius: 34px;
  padding: 2rem;
  margin-top: -14px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
.program.sec_04{
  background: var(--accent-color2);
  color: white;
  margin-top: 12rem;
  padding-top: 6rem;
  padding-bottom: 3rem;
}
.program.sec_04 .white-bg{
  background-color: white;
  color: var(--accent-color2);
  padding: 1rem;
  border-radius: 2rem;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
}
.triangle-bg{
  background: url(./../image/feature/program/program-image07.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 8rem;
}
.program.sec_05{
  background: #F5F5F5;
  margin-top: 6rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.bg-border{
  background: var(--accent-color);
  border-radius: 17px;
  padding: 0 3rem;
}
.sec_05_content .big-ttl{
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
}
.sec_05_content{
  background: #fff;
  border-radius: 10px;
  border: solid 1px var(--accent-color);
  position: relative;
  padding: 3rem;
}
.sec_05_content-list .step-block{
  text-align: center;
  background: #F8F8F8;
  position: relative;
  border-radius: 15px;
  padding: 2rem 0;
  margin-bottom: 4rem;
}
.sec_05_content-list .step-block::after{
  position: absolute;
  content: '';
  background: var(--accent-color2);
  height: 9px;
  width: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left:50%;
  transform: translateX(-50%);
  bottom: -2rem;
}
.sec_05_content-list .step-block:last-child::after{
  display: none;
}
.bg-border.blue{
  background: var(--accent-color2);
  color: white;
}
.sec_05_content .merit-list li{
  position: relative;
  margin-bottom: 1rem;
  padding-left: 2rem;
  font-size: 1.4rem;
  width: 47%;
}
.sec_05_content .merit-list{
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.sec_05_content .merit-list li::before{
  content: '';
  position: absolute;
  background: var(--accent-color);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
}
.sec_05_content-wrap{
  gap: 3rem;
}
.bg-border.gray{
  background: #EFEFEF;
}
.time-zone-list li{
  display: flex;
  justify-content: space-between;
  max-width: 240px;
  margin-top: 1rem;
}
.sec_05_content .time-zone{
  gap: 2rem;
}
.blue-triangle{
  background: var(--accent-color2);
  color: white;
  position: relative;
  padding: 1rem;
}
.blue-triangle::before{
  content: '';
  position: absolute;
  clip-path: polygon(50% 100%, 0 66%, 100% 66%);
  background: var(--accent-color2);
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 6rem;
  bottom: -2rem;
}
.sec_05_content .last-block .title .num{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: var(--accent-color);
  border-radius: 100%;
  font-weight: bold;
}
.sec_05_content .last-block .title{
  gap: 2rem;
  margin-bottom: 2rem;
}
.program.sec_06 .block{
  width: 30%;
}
.program.sec_01 h4{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/* -----------------------------------------------------------
  年間行事
----------------------------------------------------------- */
.e-timeline {
  position: relative;
  padding: 20px 0;
}
.e-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background-image: linear-gradient(
      to bottom,
      var(--main-color) 50%,
      transparent 50%
  );
  background-size: 2px 20px;
  z-index: 1;
  top: 50px; /* 上部の線を消すために追加 */
}
.e-timeline-item:first-child::before {
  top: 50%; /* 最初のアイテムの上部の線を隠す */
}
.e-timeline-item:last-child::before {
  bottom: 50%; /* 最後のアイテムの下部の線を隠す */
}
.e-timeline-item:last-child {
  margin-bottom: 0; /* 最後のアイテムの下の余白を削除 */
}
.e-timeline-item:last-child::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: -10%;
  width: 3px;
  background-image: linear-gradient(to bottom, #Fff 50%, #fff);
  background-size: 2px 20px;
  z-index: 1;
}
.e-timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.e-timeline-marker {
  width: 100px;
  text-align: center;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  transform: translateX(-50%);
}
.e-timeline-marker .e-timeline-date {
  background-color: var(--main-color);
  color: white;
  border-radius: 50%;
  width: 8.5rem;
  height: 8.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 2.7rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.e-timeline-content {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
}
.e-timeline-content ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
.e-timeline-content ul li{
  position: relative;
}
.e-timeline-content ul li::before{
  content: '';
  position: absolute;
  left: -2rem; 
  top: 55%;
  transform: translateY(-50%);
  width: 0.8rem; 
  height: 0.8rem; 
  border-radius: 50%;
  background-color: var(--accent-color); 
}
.e-timeline-content img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

.event-timeline .shadow-bg{
  padding: 4rem;
  margin-bottom: 3rem;
}
.event-right{
  margin: 2rem 0;
}
.event-timeline .shadow-bg .main-color{
  margin-bottom: 2rem;
}
.e-timeline-item:last-child::before{
background-image: none;
}


.t-timeline {
  width: 96%;
  max-width: 940px;
  margin: 28px auto;
  }
  
  .t-timeline-list {
  padding: 40px 0;
  }
  
  .timeline-list-item {
  display: flex;
  line-height: 1.5;
  font-size: 16px;
  }
  
  .timeline-list-item .t-date {
  width: 10%;
  padding: 0 0 0 20px;
  color: #888888;
  font-weight: bold;
  }
  
  .timeline-list-item .t-content {
  position: relative;
  width: 90%;
  border-left: 2px dashed var(--main-color);
  display: flex;
  margin-bottom: 3px;
  padding: 2.5rem 0;
  }
  .t-timeline-list .timeline-list-item:first-child .t-content {
  padding: 0 0 2.5rem;
  }
  .t-timeline-list .timeline-list-item:nth-of-type(11) .t-content {
  padding-bottom: 5rem;
  }
  .t-timeline-list .timeline-list-item:last-child .t-content {
  padding: 0rem;
  border-left: none;
  }
  
  .t-content ul {
  padding-left: 20px;
  margin-bottom: 10px;
  }
  .t-content ul li{
  position: relative;
  line-height: 2;
  font-weight: bold;
  }
  .t-content ul li::before{
  content: '';
  position: absolute;
  left: -2rem; 
  top: 55%;
  transform: translateY(-50%);
  width: 0.8rem; 
  height: 0.8rem; 
  border-radius: 50%;
  background-color: var(--accent-color); 
  }
  .t-content img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  }
  .t-timeline-list .shadow-bg{
  padding: 4rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
  }
  .t-timeline-list .shadow-bg .main-color{
  margin-bottom: 2rem;
  }
  .t-timeline-list .shadow-bg {
  line-height: 1.8;
  }
  .t-timeline-list .shadow-bg .image{
    margin-top: 3rem;
  }

/* -----------------------------------------------------------
  英明フロンティアの1日
----------------------------------------------------------- */

/* .o-timeline {
  border-left: none;
  background-image: linear-gradient(to bottom, #1879ca 50%, transparent 50%);
  background-size: 2px 20px; 
  background-repeat: repeat-y;
  background-position: left;
  padding-left: 3rem;
  margin-left: 20px;
  position: relative;
}
.o-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 5px;
  height: 20px;
  background-color: #fff;
  z-index: 1;
}
.o-timeline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 5px;
  height: 17rem;
  background-color: #fff;
  z-index: 1;
}
.o-timeline-item {
  margin-bottom: 7rem;
  position: relative;
}
.o-timeline-content h3 {
  margin: 0;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.o-timeline-content p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.o-timeline-item::before {
  content: '';
  position: absolute;
  left: -38px;
  top: 20px;
  width: 18px;
  height: 18px;
  background-color: #1879ca;
  border-radius: 50%;
  z-index: 2;
}
.o-timeline-item .flex-right{
  margin-left: 6rem;
}
.o-timeline-item .flex-left{
  margin-right: 4rem;
} */


.o-timeline {
  width: 96%;
  max-width: 940px;
  margin: 28px auto;
  border: 1px solid #eeeeee;
  }
.o-timeline-time {
  color: #1879ca;
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: "Nunito Sans", sans-serif;
}
.o-timeline-list {
padding: 40px 0;
}
.o-timeline-list-item {
display: flex;
line-height: 1.5;
font-size: 16px;
}
.o-timeline-list-item .o-date {
width: 20%;
padding: 0 0 0 20px;
color: #888888;
font-weight: bold;
}
.o-timeline-list-item .o-content {
position: relative;
padding-bottom: 8rem;
padding-left: 3rem;
border-left: 2px dashed var(--main-color);
display: flex;
}
.o-timeline-list-item .o-content::before {
content: "";
position: absolute;
top: 0;
left: -10px; 
width: 20px;
height: 20px;
background-color: var(--main-color);
border-radius: 10px;
}
.o-timeline-time{
position: absolute;
top: -1.4rem;
}
.o-timeline-content{
position: relative;
top: 5rem;
}
.o-timeline-content p{
line-height: 1.8;
margin-top: 2rem;
}
.o-content .flex-left {
margin-right: 4rem;
width: 20%;
}
.o-content .flex-right {
margin-left: 6rem;
width: 80%;
}
.o-timeline-list-item:last-of-type .o-content{
border-left: none;
}


/* -----------------------------------------------------------
  部活動・生徒会
----------------------------------------------------------- */
/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 40px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 50px;
}
/*タブのスタイル*/
.tab_item {
  width: calc((100% - 8px)/3);
  height: 50px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item.first_tab {
  border-radius: 38px 0 0 0;
}
.tab_item.last_tab {
  border-radius: 0 38px 0 0;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#sports:checked ~ #sports_content,
#culture:checked ~ #culture_content,
#student_council:checked ~ #student_council_content {
display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: var(--main-color);
  color: #fff;
}

.info-section {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.info-section .ttl {
  font-size: 2.2rem;
  color: var(--main-color);
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.info-section .s-zone{
  margin-bottom: 1rem;
}
.info-section .s-zone.hs span{
  background-color: #cceaff;
  padding: 0 10px;
  border-radius: 14px;
}
.info-section .s-zone.jh span{
  background-color: #fff3b2;
  padding: 0 10px;
  border-radius: 14px;
}
.info-section .s-zone.all span{
  background-color: #ffe2e2;
  padding: 0 10px;
  border-radius: 14px;
}
.activity-days {
  font-size: 16px;
  margin-bottom: 3rem;
  align-items: flex-start; /* 追加 */
}
.activity-days .gy-bg {
  background: #F2F2F2;
  border-radius: 18px;
  padding: 7px 1.5rem;
  margin-right: 2rem;
  display: inline-block; /* 追加 */
  line-height: 1; /* 追加 */
}

.links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}
.club-link-button {
  background-color: var(--accent-color);
  text-align: center;
  padding: 4px;
  padding-left: 2rem;
  line-height: 1;
  border-radius: 3rem;
  text-decoration: none;
  font-size: 1.5rem;
  transition: background-color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22rem;
}
.link-arrow-rt{
  position: relative;
  display: block;
  width: 3rem;
}

.link-arrow-rt::after {
  content: '';
  position: absolute;
  right: 10px; /* 右端からの距離 */
  top: 50%;
  transform: translateY(-50%);
  width: 8px; 
  height: 8px; 
  background-image: url('./../image/common/link-arrow-rt.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.club-list{
  margin: 5rem 1rem 2rem 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.club-list li{
  box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.07);
  border-radius: 1.2rem;
  padding: 4rem 3rem;
  width: 100%;
}

.accordion {
  border-radius: 8px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.accordion-header {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.accordion-title {
  font-size: 18px;
  color: #333;
  margin-right: 1rem;
}
.accordion-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;  
  height: 26px; 
  background-color: #FFF7C7;
  border-radius: 50%; 
  border: none;
}

.accordion-button::before,
.accordion-button::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 7px; 
  background-color: var(--main-color);
  transition: transform 0.3s ease; 
}

.accordion-button::before {
  transform: rotate(45deg);
  left: 10px;
}

.accordion-button::after {
  transform: rotate(-45deg);
  right: 10px;
}
.accordion-button.open {
  transform: rotate(180deg);
}
.open .accordion-button {
  transform: rotate(180deg);
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  font-size: 2rem;
  padding-top: 10px;
}
.accordion-content .gy-bg{
  background: #f7f7f7;
  padding: 2.5rem;
  padding-bottom: 3.5rem;
  border-radius: 1rem;
  margin-top: 3rem;
}
.achieve-list{
  margin-top: 3rem;
}
.achieve-list li{
  padding: 0;
  box-shadow: none;
  margin-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.achieve-list li h4{
  position: relative;
  margin-bottom: 0.5rem;
}
.achieve-list li h4::before{
  content: '';
  position: absolute;
  left: -1.5rem; 
  top: 55%;
  transform: translateY(-50%);
  width: 0.8rem; 
  height: 0.8rem; 
  border-radius: 50%;
  background-color: var(--main-color); 
}

.club-column .single-tx{
  font-size: 2rem;

}
.club-column h3.single-tx{
  font-weight: bold;
  margin-top: 2.5rem;
}
.club-column p.single-tx{
  margin-top: 1rem;
}
.club-column ul{
  list-style: disc;
  margin-left: 2.5rem;
  font-size: 2rem;
}
.club-column ul li{
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
#student_council_content .flex-left{
  margin-right: 3rem;
}
#student_council_content .single-tx{
  margin-bottom: 2rem;
}

/* -----------------------------------------------------------
  部活動・生徒会
----------------------------------------------------------- */
.uniform.sec-01 .flex-left h2{
line-height: 1.3;
}
.uniform.sec-01 .flex-left .txt{
max-width: 36rem;
margin-top: 3rem;
}
.uniform.sec-02 .slider-wrapper {
display: flex; 
overflow: hidden; 
gap: 2rem;
}
.uniform.sec-02 .slider {
animation: scroll-left 40s infinite linear .5s both;
display: flex;
gap: 2rem;
}
.uniform.sec-02 .slide {
width: calc(100vw / 3); 
}
.uniform.sec-02 .slide img {
display: block;
width: 100%;
}
@keyframes scroll-left {
from {
  transform: translateX(0);
}
to {
  transform: translateX(-100%);
}
}
.uniform.sec-03 .ttl{
margin-top: 4rem;
line-height: 1.5;
}
.uniform.sec-03 .txt{
margin-top: 3rem;
line-height: 1.8;
}
.uniform.sec-03 .flex-left.image{
margin-right: 3.5rem;
}
.uniform.sec-03 .flex.image-mini{
gap: 2.2rem;
}
.uniform.sec-03 .flex-left.image-mini{
margin-top: 3rem;
border-radius: 0.6rem;
}
.uniform.sec-03 .flex-right.image-mini{
border-radius: 0.6rem;
}
.uniform.sec-03 .flex-left.image-mini img,
.uniform.sec-03 .flex-right.image-mini img{
border-radius: 0.6rem;
}
.uniform.sec-04 .flex{
  gap: 3rem;
}
.uniform.sec-05 .flex{
  gap: 3rem;
}
.uniform.sec-06 .flex{
  gap: 3rem;
}
.uniform-style {
margin-top: 5.5rem;
gap: 7rem;
}
.uniform-style .mini-icon-ttl{
margin-top: 2rem;
}

/* -----------------------------------------------------------
  中学校 学費
----------------------------------------------------------- */
.tuition-fee-jh td.ttl{
width: 25%;
}
.tuition-fee-jh td.txt{
width: 75%;
}
.yellow-dot{
position: relative;
margin-left: 2rem;
}
.yellow-dot::before{
content: '';
position: absolute;
left: -2rem;
top: 16px;
transform: translateY(-50%);
width: 0.8rem;
height: 0.8rem;
border-radius: 50%;
background-color: var(--accent-color);
}
.tuition-fee-jh .shadow-bg{
padding: 3.5rem;
padding-right: 10rem;

}
.tuition-fee-jh .attention-list{
display: grid;
gap: 1rem;
}
.tuition-fee-jh .sec-03 h3.border-btm,
.tuition-fee-jh .sec-04 h3.border-btm{
margin-bottom: 4rem;
}

/* -----------------------------------------------------------
  中学校 インターネット出願
----------------------------------------------------------- */

.exam-application-jh .gy-bg{
  background: #fcfcfc;
  padding: 7rem;
  text-align: center;
}
.exam-application-jh .btn{
width: max-content;
}
.exam-application-jh .btn a{
padding: 1.5rem 3.5rem;
padding-right: 6rem;
}
.exam-application-jh .shadow-bg{
padding: 3.5rem;
}
.btn.yellow .link-arrow::before{
position: absolute;
  content: "";
  background-color: #fff;
  width: 33px;
  height: 33px;
  display: inline-block;
  top: 50%;
  vertical-align: middle;
  transform: translate(0, -50%);
  border-radius: 100%;
  right: 15px;
  transition: 0.2s;
}
.btn.yellow .link-arrow::after{
position: absolute;
content: "";
background: url(./../image/common/link-arrow-icon.svg) no-repeat center center / contain;
width: 10px;
height: 14px;
top: 50%;
right: 26px;
transform: translate(0, -50%);
}
.exam-application-jh .section-wrap{
margin-top: 12rem;
}
.exam-application-jh .section-wrap .txt{
margin-top: 2rem;
}
.light-blue-bg{
background: #EBF7FF;
padding: 0.7rem 2rem;
}
.application-logo01{
max-width: 50rem;
margin-top: 2rem;
}
.application-logo02{
max-width: 43rem;
margin-top: 2rem;
}
.application-logo03{
max-width: 10rem;
margin-top: 2rem;
}
.link-red-tx{
display: inline-block;
color: #F27070;
border-bottom: 1px solid #F27070;
line-height: 1.2;
}
.exam-application-jh .section-wrap ul.pdf-wrap {
gap: 3.5rem;
margin-top: 6rem;
}
.exam-application-jh .section-wrap ul.pdf-wrap .btn{
margin-top: 2rem;
}
.exam-application-jh .section-wrap .gy-bg{
padding: 3rem;
background: #FCFCFC;
margin-top: 9.5rem;
}

/* -----------------------------------------------------------
  高等学校 学費
----------------------------------------------------------- */
.tuition-fee-h td.ttl{
width: 25%;
}
.tuition-fee-h td.txt{
width: 75%;
}
.yellow-dot{
position: relative;
margin-left: 2rem;
}
.yellow-dot::before{
content: '';
position: absolute;
left: -2rem;
top: 16px;
transform: translateY(-50%);
width: 0.8rem;
height: 0.8rem;
border-radius: 50%;
background-color: var(--accent-color);
}
.tuition-fee-h .shadow-bg{
padding: 3.5rem;
padding-right: 10rem;
}
.tuition-fee-h .attention-list{
display: grid;
gap: 1rem;
}
.tuition-fee-h .sec-03 h3.border-btm,
.tuition-fee-h .sec-04 h3.border-btm{
margin-bottom: 4rem;
}

/* -----------------------------------------------------------
  高等学校 インターネット出願
----------------------------------------------------------- */

.exam-application-h .gy-bg{
  background: #fcfcfc;
  padding: 7rem;
  text-align: center;
}
.exam-application-h .btn{
width: max-content;
}
.exam-application-h .btn a{
padding: 1.5rem 3.5rem;
padding-right: 6rem;
}
.exam-application-h .shadow-bg{
padding: 3.5rem;
}
.btn.yellow .link-arrow::before{
position: absolute;
  content: "";
  background-color: #fff;
  width: 33px;
  height: 33px;
  display: inline-block;
  top: 50%;
  vertical-align: middle;
  transform: translate(0, -50%);
  border-radius: 100%;
  right: 15px;
  transition: 0.2s;
}
.btn.yellow .link-arrow::after{
position: absolute;
content: "";
background: url(./../image/common/link-arrow-icon.svg) no-repeat center center / contain;
width: 10px;
height: 14px;
top: 50%;
right: 26px;
transform: translate(0, -50%);
}
.exam-application-h .section-wrap{
margin-top: 12rem;
}
.exam-application-h .section-wrap .txt{
margin-top: 2rem;
}
.light-blue-bg{
background: #EBF7FF;
padding: 0.7rem 2rem;
}
.application-logo01{
max-width: 50rem;
margin-top: 2rem;
}
.application-logo02{
max-width: 43rem;
margin-top: 2rem;
}
.application-logo03{
max-width: 10rem;
margin-top: 2rem;
}
.link-red-tx{
display: inline-block;
color: #F27070;
border-bottom: 1px solid #F27070;
line-height: 1.2;
}
.exam-application-h .section-wrap ul.pdf-wrap {
gap: 3.5rem;
margin-top: 6rem;
margin-bottom: 5rem;
}
.exam-application-h .section-wrap ul.pdf-wrap .btn{
margin-top: 2rem;
}
.exam-application-h .section-wrap .gy-bg{
padding: 3rem;
background: #FCFCFC;
margin-top: 9.5rem;
}
/* -----------------------------------------------------------
  制服
----------------------------------------------------------- */


/* -----------------------------------------------------------
  各種証明書の発行について
----------------------------------------------------------- */
.certificate .border-btm.ttl{
margin-top: 6rem;
}
.certificate .txt{
margin-top: 1rem;
}
.certificate table td.ttl{
width: 20%;
}
.certificate table td.tex{
width: 80%;
}
.certificate .table-area.area-wide table td.ttl{
width: 35%;
}
.certificate .table-area.area-wide table td.txt{
width: 65%;
}
.certificate table td.gy-bg{
background: #F0F0F0;
}
.procedure-list{
display: grid;
gap: 2.5rem;
margin-top: 2.5rem;
}

/* -----------------------------------------------------------
  採用情報
----------------------------------------------------------- */

.recruitment .gy-bg{
  background: #fcfcfc;
  padding: 7rem 3rem;
  text-align: center;
}
.recruitment-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
}
.recruitment-list .recruitment-list-item{
  width: calc((100% / 2) - 3rem);
  background: #f2f2f2;
  padding: 6rem 0;
  text-align: center;
  border-radius: 15px;
}
.recruitment-list .recruitment-list-item a{
  margin-top: 2rem;
  cursor: pointer;
  transition: 0.3s;
}
.recruitment-list .recruitment-list-item a:hover{
  transition: 0.3s;
  opacity: 0.8;
}
.recruitment-list .recruitment-list-item a .text{
  background: var(--main-color);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 24px;
  max-width: 200px;
  margin: 0 auto;
}

/* -----------------------------------------------------------
  プライバシーポリシー
----------------------------------------------------------- */
.privacy p:not(:first-of-type){
margin-top: 4rem;
}

/* -----------------------------------------------------------
  Q&A
----------------------------------------------------------- */
.q-accordion-list{
display: grid;
gap: 2rem;
}
.q-accordion {
border-radius: 8px;
background-color: #f9f9f9;
padding: 3rem;
}
.q-accordion-header {
display: flex;
align-items: center;
padding: 15px;
cursor: pointer;
}
.q-question-icon {
width: 35px;
height: 35px;
background-color: #333;
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
}
.q-question-text {
flex-grow: 1;
padding-right: 3rem;
}
.q-accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease-out;
padding-left: 15px;
}
.q-accordion-content.open {
max-height: 300px; /* 適切な最大高さを指定 */
}
.q-answer-icon {
width: 35px;
height: 35px;
background-color: var(--accent-color);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
}
.q-answer-text {
margin-left: 40px;
padding-bottom: 2rem;
padding-top: 2rem;
padding-left: 1rem;
}
.q-toggle-icon {
position: relative;
min-width: 20px;
height: 20px;
}
.q-toggle-icon::before,
.q-toggle-icon::after {
content: '';
position: absolute;
background-color: var(--main-color);
transition: transform 0.3s ease;
}
.q-toggle-icon::before {
top: 50%;
left: 0;
width: 100%;
height: 2px;
transform: translateY(-50%);
}
.q-toggle-icon::after {
top: 0;
left: 50%;
width: 2px;
height: 100%;
transform: translateX(-50%);
}
.q-accordion-header.open .q-toggle-icon::after {
transform: translateX(-50%) rotate(90deg);
}
.q-answer-icon-wrap{
line-height: 1;
}
.q-answer-icon-wrap {
display: flex;
align-items: flex-start;
line-height: 1;
}
.q-question-icon {
flex-shrink: 0;
width: 35px;
height: 35px;
background-color: #464646;
 color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
}
.q-answer-icon {
flex-shrink: 0;
width: 35px;
height: 35px;
background-color: var(--accent-color);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
}
.q-answer-icon-wrap p {
margin: 0;
padding: 0;
line-height: 1.3;
}

/* -----------------------------------------------------------
  アクセス
----------------------------------------------------------- */

.access iframe{
width: 100%;
height: 100%;
}
.access.sec-01 .gy-bg{
background: #F8F8F8;
padding: 2rem;
margin-top: 2.5rem;
}
.access.sec-01 .flex-left{
padding-right: 6rem;
}
.access.sec-02 .flex-right{
padding-left: 6rem;
}
.access.sec-03 .shadow-bg{
padding: 2rem;
}

.access-header {
background-color: var(--main-color);
color: #ffffff;
border-radius: 5rem;
padding: 3px 16px;
text-align: center;
margin-bottom: 16px;
}

.access.sec-03 .flex-left .access-time-list{
display: grid;
gap: 2rem;
}
.access.sec-03 .flex-right .access-time-list{
display: grid;
gap: 4rem;
}

.access-time-list{
margin-top: 3rem;
margin-bottom: 1rem;
}
.access-time-info {
display: flex;
align-items: center;
font-size: 1.6rem;
}
.access-line {
flex-grow: 1;
height: 1px;
background-color: rgba(35, 24, 19, 0.24);
margin: 0 5px;
}
.access-time-bus{
display: flex;
align-items: flex-start;
font-size: 1.6rem;
}
.access-time-bus .access-line{
top: 15px;
position: relative;
}
.access-time-bus .access-time{
width: 60%;
}
.access-column{
gap: 6rem;
}
.access-movie {
position: relative;
padding-bottom: 56.25%; /* 16:9 aspect ratio */
height: 0;
overflow: hidden;
}
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* -----------------------------------------------------------
  お知らせ
----------------------------------------------------------- */
.news-tab ul {
  width: 100%;
  display: flex;
  text-align: center;
  background: #F0F0F0;
  border-radius: 3rem;
  position: relative;
}
.news-tab ul .active-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% / 4);
  height: 100%;
  background: var(--main-color);
  border-radius: 3rem;
  transition: transform 0.3s ease;
  z-index: 0;
}
.news-tab ul li {
  width: calc(100% / 4);
  line-height: 1;
  color: #717171;
  font-weight: bold;
  border-radius: 3rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.news-tab ul li.active {
  color: #fff;
  background: var(--main-color);
  border-radius: 3rem;
}
.news-tab ul li a{
  padding: 2rem 1rem;
}
.news-content {
  margin-top: 2.5rem;
}

.border-btm.gy-btm{
  border-bottom: 1px solid #E5E5E5;
}
.single-news .ttl{
  margin-top: 2.5rem;
  padding-bottom: 1rem;
}
.single-news .news-label{
  margin-top: 2rem;
}
.single-news .article-content h2{
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 4rem;
}
.single-news .article-content h3{
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 4rem;
  color: #fff;
  background: var(--main-color);
  padding: 0.5rem 1rem;
}
.single-news .article-content h4{
  font-size: 2rem;
  font-weight: bold;
  margin-top: 3rem;
  color: var(--main-color);
}
.single-news .article-content ul{
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
  list-style: disc;
}
.single-news .article-content ul li{
  margin-bottom: 1rem;
}
.single-news .article-content ol{
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
  list-style: decimal;
}
.single-news .article-content ol li{
  margin-bottom: 1rem;
}
.single-news p a{
  display: inline-block;
  border-bottom: solid var(--main-color) 1px;
  color: var(--main-color);
}
.single-news .wp-block-button{
  margin-top: 3rem;
}
.single-news .wp-block-button__link{
  background-color: var(--accent-color2);
}
.single-news .article-content p{
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 3.5rem;
}
.pagination-single .pagination-links{
  display: flex;
  justify-content: space-between;
  margin-top: 10rem;
  font-weight: bold;
  align-items: center;
}
.pagination-single .pagination-links .prev-post{
  padding-left: 3rem;
  position: relative;
}
.pagination-single .pagination-links .prev-post::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background:url(./../image/news/left-arrow.svg) no-repeat center center / 100%;
}
.pagination-single .pagination-links .next-post{
  padding-right: 3rem;
  position: relative;
}
.pagination-single .pagination-links .next-post::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background:url(./../image/news/right-arrow.svg) no-repeat center center / 100%;
}
.pagination-single .pagination-links .back-to-list{
  border-bottom: solid 1px #D8D8D8;
  padding-bottom: 5px;
}
.archive-pagination-wrapper01 .nav-links , .archive-pagination-wrapper{
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.archive-pagination-wrapper01 .nav-links .page-numbers {
  font-size: 2rem;
  color: #B4B4B4;
  font-weight: bold;
}
.archive-pagination-wrapper .page-numbers{
  font-size: 2rem;
  color: #B4B4B4;
  font-weight: bold;
}
.archive-pagination-wrapper01 .nav-links .page-numbers.current{
  color: #414141;
}
.archive-pagination-wrapper .page-numbers.current{
  color: #414141;
}
.pagination-archive .nav-links{
  display: flex;
  justify-content: center;
  font-size: 2.3rem;
  gap: 2rem;
  font-weight: bold;
  color: #B4B4B4;
}
.pagination-archive .nav-links .current{
  color: #414141;
}
.pagination-archive{
  margin-top: 3rem;
}

/* -----------------------------------------------------------
  資料請求
----------------------------------------------------------- */
.request .shadow-bg{
  padding: 7rem 10rem 8rem;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  display: flex;
  justify-content: center;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul{
  display: flex;
  gap: 3rem;
}
div.wpforms-container-full input[type=text],
div.wpforms-container-full input[type=email]{
  border-color: #D6D6D6;
  padding: 2.5rem 1rem;
}
.wpforms-container select:read-only{
  border-color: #D6D6D6;
}
div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
  min-width: 230px;
  min-height: 60px;
}
div.wpforms-container-full button[type=submit]:hover {
  min-width: 230px;
  min-height: 60px;
  color: #fff!important;
  background: var(--main-color)!important;
}
.request .submit-button{
  text-align: center!important;
  padding: 1.5rem 0!important;
  border-radius: 31px!important;
  position: relative!important;
  font-weight: bold!important;
  transition: 0.2s!important;
  margin-top: 4rem!important;
  background-color: var(--accent-color)!important;
  color: var(--text-color)!important;
  padding-right: 2rem!important;
}
.request .submit-button::before{
  position: absolute;
  content: "";
  background-color: #fff;
  width: 33px;
  height: 33px;
  display: inline-block;
  top: 50%;
  vertical-align: middle;
  transform: translate(0, -50%);
  border-radius: 100%;
  right: 15px;
  transition: 0.2s;
}
.request .submit-button::after{
  content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(0, -50%) rotate(90deg);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid var(--accent-color);
    transition: 0.2s;
}
.request .submit-button:hover::after{
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transform: rotate(0deg);
  background-color:var(--accent-color);
  z-index: -1;
  border-bottom: none;
  transition: 0.2s;
  border-radius: 31px;
}
.request .submit-button:hover{
  color: #fff;
  transition: 0.2s;
  background-color: var(--main-color);
}
.wpforms-required-label::after {
  content: '必須'; /* 任意の文字に変更 */
  color: #fff;
  background: var(--main-color);
  border-radius: 3rem;
  font-size: 1.4rem;
  padding: 2px 1rem;
  position: relative;
  top: -1px;
  left: -8px;
}


/*-------------------------------

20250129 バナーテストの記述 

--------------------------------*/

.banner-test_01 .banner-wrap{
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 320px;
}
.banner-test_01 img , .banner-test_02 img , .banner-test_03 img{
  border: 0.5px solid #000;
}


@media (max-width: 768px) {
  .banner-test_01 .banner-wrap{
    right: 50%;
    transform: translateX(50%);
    width: 80%;
  }
}
.footer-banner-list .footer-banner-item:nth-child(2) img{
  border: 0.5px solid #000;
}

.banner-test_03 .banner-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.banner-test_03 .banner-wrap a{
  display: block;
  max-width: 360px;
}

/*-------------------------------

202510 バナー追加 

--------------------------------*/

.banner-section .banner-item{
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 6rem;
}