.page-visual-inner{
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url("../img/page/visual-event.jpg");
  background-size: cover;
  background-position: 67.5% center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .page-visual-inner{
    background-position: center;
  }
}
.section-title small{
  font-size:70.27%;
}

.page-event .link-phone{
  display: flex;
  justify-content: center;
  align-items:center;
  font-size:clamp(2.0rem , 2.6042vw , 3.2rem);
  background-color:#49BBBC;
  margin-bottom:0.25em;
  padding:0.25em 0;
}
.page-event .link-line{
  display: flex;
  justify-content: center;
  align-items:center;
  font-size:clamp(2.0rem , 2.6042vw , 3.2rem);
  background-color:#38CE30;
  margin-bottom:0.25em;
  padding:0.25em 0;
}
.page-event .point{
  display:flex;
  padding:1.4em 0;
}
.page-event .point > li{
  width:calc(100% / 3);
  font-size:clamp(1.0rem , 1.8051vw , 1.8rem);
  border-left:2px solid #FFFFFF;
  padding:0 1%;
}
.page-event .point > li:last-child{
  border-right:2px solid #FFFFFF;
}
.page-event .point > li::before{
  content: "";
  display: block;
  margin: 0 auto 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 49px;
  height: 53px;
}
.page-event .point > li:nth-child(1)::before{
  background-image: url(../img/event/icon-point1.svg);
}
.page-event .point > li:nth-child(2)::before{
  background-image: url(../img/event/icon-point2.svg);
}
.page-event .point > li:nth-child(3)::before{
  background-image: url(../img/event/icon-point3.svg);
}
@media (min-width: 768px) {
  .page-event .point > li::before{
    width: 118px;
    height: 128px;
  }
}

#news{
  margin-bottom:75px;
}
#news .inner{
  max-width:min(92.5vw , 800px);
}
#news .news-block{
  margin:10% 0;
}
#news .news-list{
  border-top:1px solid #000000;
  border-bottom:1px solid #000000;
  margin-bottom:3em;
}
#news .news-list .news-item{
  padding:1em 0;
}
#news .news-list .news-item:not(:last-child){
  border-bottom:1px solid #777777;
}
#news .link-block .lead{
  color:#3AAE36;
  margin-bottom:0.5em;
}
#news .link-news{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:clamp(1.4rem , 2.0833vw , 1.8rem);
  letter-spacing: 0.05em;
  background-color: #49B8B9;
  color: #FFFFFF;
  max-width: 215px;
  height: 60px;
  border-radius: 100vw;
  margin: 0.25em auto;
  padding: 0.25em 0;
}
@media (min-width: 768px) {
  #news{
    margin-bottom:150px;
  }
}


#guidance{
  margin-bottom:50px;
}
#guidance .inner{
  max-width:1000px;
}
#guidance .lead{
  font-size:clamp(1.6rem , 2.0833vw , 2.2rem);
}

#guidance-point{
  margin-bottom:75px;
}
#guidance-point .wrapper{
  background-color:#EAEAEA;
}
#guidance-point .inner{
  max-width:920px;
}
@media (min-width: 768px) {
  #guidance-point{
    margin-bottom:175px;
  }
}

#tour{
  margin-bottom:50px;
}
#tour .textarea{
  margin-bottom:10%;
}
#tour .inner{
  max-width:920px;
}

#tour-point{
  margin-bottom:75px;
}
#tour-point .wrapper{
  background-color:#EAEAEA;
}
#tour-point .inner{
  max-width:920px;
}
#tour .lead{
  font-size:clamp(1.6rem , 2.0833vw , 2.2rem);
}
#tour .text{
  font-size:clamp(1.8rem , 2.34375vw , 2.7rem);
  color:#002F7C;
}
#tour .link{
  display:block;
  margin-top:8%;
}
#tour .link a{
  height:54px;
  color:#FFFFFF;
}
#tour .link-btn{
  width:100%;
  max-width:300px;
  margin:0 auto 25px;
}
@media (min-width:768px) {
  #tour .link{
    display:flex;
    flex-wrap:wrap;
  }
  #tour .link a{
    height:75px;
  }
  #tour .link-btn{
    max-width:none;
    width:44.15%;
  }
  #tour-point{
    margin-bottom:175px;
  }
}

#highschool .lead{
  font-size:clamp(1.6rem , 2.0833vw , 2.2rem);
}


/*----------------------------------------------------------------------*/
/*タブメニュー
/*----------------------------------------------------------------------*/
.prefectures{
  margin:75px 0;
}
.prefectures-tab{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  width:100%;
  max-width:830px;
  margin:0 auto 3.15em;
}
.prefectures-tab li{
  width:calc(100% / 7 + 2px);
  text-align:center;
  font-size:clamp(1.4rem , 2.0833vw , 2.0rem);
  color:#002F7C;
  border:2px solid #002F7C;
  letter-spacing:0.1em;
  cursor:pointer;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: -2px;
  margin-left: -2px;
  padding:0.25em;
}
.prefectures-tab li.select{
  color: #FFFFFF;
  background:#002F7C;
}

.prefectures-list .hide {
  display:none;
}
.prefectures-list .table-wrap {
  position:relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom:1em;
}
.prefectures-list .table-wrap .text{
  position:sticky;
  top:0;
  left:0;
  display: inline-block;
  background:#F9F5C3;
  line-height:1;
  margin-bottom:1em;
  padding:0.25em 2.5em;
}
@media (min-width:1200px) {
  .prefectures-list .table-wrap {
    overflow-x:auto;
  }
  .prefectures-list .table-wrap .text{
    display: none;
  }
}

.prefectures-table{
  width:985px;
  border-collapse: collapse;
  border-top: solid 1px #4D4D4D;
  border-bottom: solid 1px #4D4D4D;
  margin: 0 auto;
}
.prefectures-table thead{
  background: #EAEAEA;
}
.prefectures-table thead th{
  font-size:clamp(1.4rem , 2.0833vw , 1.8rem);
  text-align: center;
  line-height:1.2;
  border: solid 1px #4D4D4D;
  padding: 0.7em;
}
.prefectures-table thead th small{
  font-size:66.66%;
}
.prefectures-table thead th:first-child{
  border-left:none;
}
.prefectures-table thead th:last-child{
  border-right:none;
}
.prefectures-table thead th:nth-child(1){
  width:170px;
}
.prefectures-table thead th:nth-child(2){
  width:195px;
}
.prefectures-table thead th:nth-child(3){
  width:150px;
}
.prefectures-table thead th:nth-child(4){
  width:270px;
}
.prefectures-table thead th:nth-child(5){
  width:215px;
}

.prefectures-table tbody{
  background: #FFFFFF;
}
.prefectures-table tbody tr td:first-child{
  letter-spacing:0.05em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight:700;
  background: #EAEAEA;
}
.prefectures-table tbody tr td.k3{
  color:#FFFFFF;
  background:#002F7C;
}
.prefectures-table td{
  line-height:1.2;
  text-align: center;
  border: solid 1px #4D4D4D;
  padding: 1.4em 0.7em;
}
.prefectures-table td small{
font-size:58.82%;
}
.prefectures-table tbody tr td:first-child{
  border-left: none;
}
.prefectures-table tbody tr td:last-child{
  border-right: none;
}

.prefectures-table td.k3{
  border: solid 1px #FFFFFF;
}
.prefectures-table a {
  color:#0000FF;
  text-decoration: underline;
}
.prefectures-table td.k3 a{
  color:#FFFFFF;
}
