body{
  width: 100%;
  margin: 0 auto;
/*  overflow-x: hidden;*/
  position: relative;
}
.trans{
  animation-name: fadein;
  animation-duration: 1s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0;
}
/* プレビューサイト用: body.transのフェードインアニメーションを無効化して即時表示 */
body.trans {
  animation: none !important;
  opacity: 1 !important;
}
/* WOW.jsがvisibility:hiddenを解除できない場合の対策（プレビューサイト用：アニメーション無効化で常時表示） */
.wow {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
}
/* バナーセクション: CSS Grid 2列×2行レイアウト */
.bnr-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.bnr-wrap .bnr img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 700px) {
  .bnr-wrap {
    grid-template-columns: 1fr;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*common*/
#main_contents{
  position: relative;
  margin: 0 auto;
}
.inner01{
  width: 90%;
   margin: 0 auto;
   max-width: 1170px;
   position: relative;
}
.inner02{
  width: 90%;
   margin: 0 auto;
   max-width: 1400px;
   position: relative;
}
.inner_w{
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
img{
  width: 100%;
}
.head02{
  font-weight: 600;
  font-size: 55px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #195A88;
  margin-bottom: 40px;
}
.head02 span{
  font-size: 25px;
  display: block;
  line-height: 1;
  color: #195A88;
  margin-top: 17px;
}
.head03{
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #195A88;
  font-weight: 600;
  margin-bottom: 32px;
}
.head03 span{
  display: flex;
  align-items: center;
  font-size: 50px;
  line-height: 1;
  color: #195A88;
  margin-bottom: 12px;
}
.head03 span::after {
  border-top: 1px solid #DDDDDD;
  content: '';
  flex-grow: 1;
}
.head03 span::after {
  margin-left: 25px;
}
.head04{
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  position: relative;
}
.head04 span{
  font-size: 38px;
  line-height: 1;
  padding-right: 22px;
}
.head04::after {
  border-top: 1px solid #DDDDDD;
  content: '';
  flex-grow: 1;
}
.head04::after {
  margin-left: 12px;
}
.txt{
  font-size: 18px;
  letter-spacing: 0.12em;
  text-align: justify;
  font-weight: 300;
}
/*mv*/
.mv_box{
  background: linear-gradient(180deg, #D1ECFF 0%, #D1ECFF 80%, #fff 80%, #fff 100%);
  padding: 45px 50px 0;
  position: relative;
}
.main_name{
  font-size: 23px;
  text-align: center;
  font-weight: 700;
  color: #195A88;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 30px;
}
.mv_slide .slick-arrow{
  z-index:2!important;
  width:50px!important;
  height:125px!important;
  bottom: 0100px!important;
  top: auto!important;
  transform: translate(0, 0)!important;
  -webkit-transform: translate(0, 0)!important;
  -ms-transform: translate(0, 0)!important;
}

.mv_slide .slick-next{
  right:-50px!important;
}

.mv_slide .slick-prev{
  left:-50px!important;
}
.mv_slide .slick-arrow:before{
  content:""!important;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  opacity: 1!important;
}
.mv_slide .slick-arrow:hover:before{
  opacity: 0.8!important;
}
.mv_slide .slick-next:before{
  background: url(../img/arrow_r.jpg?v=20260822)!important;
  background-size: contain!important;
}

.mv_slide .slick-prev:before{
  background: url(../img/arrow_l.jpg?v=20260822)!important;
  background-size: contain!important;
}
.mv_slide .img{
  width: 100%;
  height: auto;
  padding-top: 37.61%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.access_bnr{
  position: absolute;
  right: 90px;
  bottom: -122px;
  width: 244px;
  transition: all .3s;
}

.access_bnr:hover{
  opacity: 0.9;
  bottom: -132px;
}
.mv_txt{
  margin: 25px auto 45px;
  text-align: center;
  font-weight: 600;
}
.mv_txt p{
  color: #195A88;
  line-height: 1;
  letter-spacing: 0.05em;
}
.mv_txt span{
  color: #195A88;
}
.mv_txt01{
  font-size: 40px;
  margin-bottom: 18px;
}
.mv_txt02{
  font-size: 80px;
  margin-bottom: 16px;
}
.mv_txt03{
  font-size: 50px;
}
.mv_txt03 span{
  display: inline-block;
  line-height: 1;
  position: relative;
}
.mv_txt03 span::before,
.mv_txt03 span::after{
  position: absolute;
  content: '';
  width: 45px;
  height: 1px;
  background-color: #2D5984;
  top: 50%;
  transform: translateY(-50%);
}
.mv_txt03 span::before{
  left: -70px;
}
.mv_txt03 span::after{
  right: -70px;
}
/*sec01*/
#sec01{
  padding-top: 100px;
  position: relative;
  background-image: url(../img/point_bg.png?v=20260822);
  background-position: left 0 top 55%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#sec01::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 25%;
  background-color: #D1ECFF;
  z-index: -1;
}
.about_list{
  margin-bottom: 50px;
}
.about_list li{
  width: calc(95% / 2);
  margin-right: 5%;
}
.about_list li:nth-child(2n){
  margin-right: 0;
}
.about_list li .ttl{
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 24px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.about_list li .caution{
  margin-top: 25px;
  font-size: 16px;
  color: #777777;
  text-align: justify;
  letter-spacing: 0.1em;
}
.point_list{
  margin-bottom: 120px;
}
.point_list li{
  width: calc(92% / 4);
  margin-right: calc(8% / 3);
}
.point_list li:last-child{
  margin-right: 0;
}
.point_list li .num{
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #195A88;
  margin-bottom: 10px;
}
.point_list li .num span{
  font-size: 17px;
  display: block;
  color: #195A88;
  line-height: 1;
  margin-bottom: 5px;
}
.point_list li .ttl{
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 22px;
}
.exam_box .box_l{
  width: 30%;
  padding-right: 5%;
}
.exam_box .box_l .exam_txt{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.exam_box .box_r{
  width: 70%;
}
.exam_list{
  margin-bottom: 100px;
}
.exam_list li{
  position: relative;
  padding-left: 12px;
  width: calc(100% / 3);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 22px;
}
.exam_list li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #000000;
}
.blue_box{
  background-color: #D1ECFF;
  width: 90%;
  max-width: 1550px;
  margin: 0 auto 80px;
  padding: 117px 0 86px;
}
.blue_box .head03{
  text-align: center;
  margin-bottom: 50px;
}
.blue_box .head03 span{
  display: block;
}
.blue_box .head03 span::after{
  display: none;
}
.greet_box .box_l{
  width: 30%;
  margin-right: 5%;
}
.greet_box .box_r{
  width: 65%;
}
.greet_box .box_r .txt{
  font-size: 19px;
  letter-spacing: 0.05em;
}
.greet_box .box_r .name{
  margin-top: 34px;
  text-align: right;
}
.history_list{
  margin-bottom: 150px;
}
.history_list dt,
.history_list dd{
  font-size: 19px;
  letter-spacing: 0.05em;
  margin-bottom: 17px;
}
.history_list dt{
  width: 200px;
}
.history_list dd{
  width: calc(100% - 200px);
}
.hope_slide .slick-list{
  height: 480px;
}
.hope_slide .slide_in{
  margin: 0 10px!important;
}
.hope_slide .slide_in:nth-child(odd){
  margin-top: 60px!important;
}
.hope_slide .slide_in.loop01{
  width: 421px!important;
  height: 475px!important;
}
.hope_slide .slide_in.loop02{
  width: 350px!important;
  height: 350px!important;
}
.hope_slide .slide_in.loop03{
  width: 580px!important;
  height: 420px!important;
}
.hope_slide .slide_in.loop04{
  width: 300px!important;
  height: 419px!important;
}
.hope_box{
  margin-bottom: 150px;
}
.hope_box .box_l{
  width: 35%;
  margin-right: 5%;
  position: relative;
}
.hope_box .box_l p{
  font-weight: 600;
  color: #195A88;
}
.hope_box .box_l .ttl01{
  font-size: 85px;
  text-align: right;
  line-height: 1.1;

}
.hope_box .box_l .ttl02{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 65px;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 20px;
}
.hope_box .box_r{
  width: 60%;
  letter-spacing: 0.2em;
}
.hope_box .box_r .txt{
  line-height: 2;
  margin-bottom: 25px;
}
.hope_box .box_r .txt:last-of-type{
  margin-bottom: 0;
}
/*sec04*/
#sec04 .head04{
  color: #195A88;
}
#sec04 .head04 span{
  font-size: 45px;
  color: #195A88;
}
#sec04 .head04::after{
  display: none;
}
.access_box .box_in{
  position: relative;
}
.access_box .box_in:first-child{
  padding: 120px 60px;
  background-color: #D1ECFF;
  width: calc(100% - 700px);
}
.access_box .box_in:last-child{
width: 700px;
}
.map_img{
  width: 100%;
  height: 578px;
  background-image: url(../img/map.png?v=20260822);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.access_box .txt{
  margin-bottom: 30px;
}
.access_list dt,
.access_list dd{
  font-size: 18px;
  font-weight: 400;
}
.access_list dt{
  width: 28%;
  margin-right: 2%;
}
.access_list dd{
  width: 70%;
}
.ind_list li{
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.ind_list li::before{
  content: '・';
}

.panel{
  transition: all .3s;
  display: none;
}
.panel.active{
  display: block;
}
.gmap {
  width: 100%;
  height: 578px;
  position: relative;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tab_list{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tab_list .tab{
  background-color: #F1F1F1;
  color: #777777;
  text-align: center;
  font-size: 17px;
  width: 50%;
  z-index: 1;
  letter-spacing: 0.1em;
  padding: 15px;
  transition: all .3s;
}
.tab_list .tab.active{
  background-color: #195A88;
  color: #FFFFFF;
}

@media screen and (max-width: 1600px) {
.access_bnr{
  width: 220px;
}
.access_bnr{
  bottom: -110px;
}
.access_bnr:hover{
  bottom: -115px;
}
.mv_txt01{
  font-size: 35px;
}
.mv_txt02{
  font-size: 70px;
}
.mv_txt03{
  font-size: 45px;
}
.head02{
  font-size: 50px;
}
.head02 span{
  font-size: 20px;
}
.head03{
  font-size: 20px;
}
.head03 span{
  font-size: 45px;
}
.head04 span{
  font-size: 35px;
}
.gmap,
.map_img{
  padding-top: 72%;
}
.map_img{
  background-position: center top;
  background-size: 100%;
}
}
@media screen and (max-width: 1500px) {
.gmap,
.map_img{
  padding-top: 82%;
}
}
@media screen and (max-width: 1300px) {
.access_bnr{
  right: 60px;
}
.access_bnr{
  width: 180px;
}
.access_bnr{
  bottom: -90px;
}
.access_bnr:hover{
  bottom: -95px;
}
.mv_txt01{
  font-size: 30px;
}
.mv_txt02{
  font-size: 60px;
}
.mv_txt03{
  font-size: 40px;
}
.head02{
  font-size: 45px;
}
.head03 span{
  font-size: 40px;
}
.head04 span{
  font-size: 30px;
}
.about_list li .ttl{
  font-size: 22px;
}
.point_list li .ttl{
  font-size: 18px;
}
.txt,
.exam_list li,
.access_list dt, .access_list dd{
  font-size: 16px;
}
.greet_box .box_r .txt,
.history_list dt, .history_list dd{
  font-size: 17px;
}
.exam_box .box_l .exam_txt{
  font-size: 18px;
}
.hope_box .box_l .ttl01{
  font-size: 70px;
}
.hope_box .box_l .ttl02{
  font-size: 55px;
}
.access_box .box_in:first-child{
  padding: 70px 40px;
}
.gmap,
.map_img{
  padding-top: 85%;
}
}
@media screen and (max-width: 1150px) {
.gmap,
.map_img{
  padding-top: 96%;
}
}
@media screen and (max-width: 1024px) {
.mv_slide .img{
  padding-top: 50%;
}
.mv_txt01{
  font-size: 25px;
}
.mv_txt02{
  font-size: 45px;
}
.mv_txt03{
  font-size: 30px;
}
.access_bnr{
  width: 150px;
}
.access_bnr{
  bottom: -75px;
}
.access_bnr:hover{
  bottom: -80px;
}
.head02{
  font-size: 40px;
}
.head02 span,
.head03{
  font-size: 18px;
}
.head03 span{
  font-size: 35px;
}
.head04 span{
  font-size: 25px;
}
.hope_box .box_l .ttl01{
  font-size: 65px;
}
.gmap,
.map_img{
  padding-top: 110%;
}
}
@media screen and (max-width: 950px) {
.gmap,
.map_img{
  padding-top: 120%;
}
}
@media screen and (max-width: 768px) {
.main_name{
  font-size: 18px;
  margin-bottom: 20px;
}
.mv_slide .img{
  padding-top: 80%;
}
.mv_box{
  padding: 25px 25px 0;
}
.mv_slide .slick-arrow{
  width: 25px!important;
  height: 62.5px!important;
  bottom: 50px!important;
}
.mv_slide .slick-next{
  right: -25px!important;
}
.mv_slide .slick-prev{
  left: -25px!important;
}
.access_bnr{
  right: 10px;
  width: 100px;
  bottom: -50px;
}
.mv_txt01{
  font-size: 19px;
}
.mv_txt02{
  font-size: 24px;
}
.mv_txt03{
  font-size: 20px;
}
.mv_txt03 span::before, .mv_txt03 span::after{
  width: 20px;
}
.mv_txt03 span::before{
  left: -30px;
}
.mv_txt03 span::after{
  right: -30px;
}
.head02{
  font-size: 25px;
}
.head03 span{
  font-size: 25px;
}
.head02 span, .head03{
  font-size: 16px;
}
.about_list li,
.point_list li{
  width: 100%;
  margin-right: 0;
  margin-bottom: 40px;
}
.about_list li .ttl{
  font-size: 20px;
}
#sec01::after{
  height: 33%;
}
.exam_box .box_l{
  width: 100%;
  padding-right: 0;
  margin-bottom: 30px;
}
.exam_box .box_r{
  width: 100%;
}
.exam_list li{
  width: calc(96% / 2);
  margin-right: 4%;
  margin-bottom: 10px;
}
.exam_list li::before{
  transform: translateY(0);
  top: 4px;
}
.exam_list li:nth-child(2n){
  margin-right: 0;
}
.blue_box{
  padding: 60px 0 40px;
}
.greet_box .box_l{
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
  order: 1;
}
.greet_box .box_l .img{
  max-width: 350px;
  margin: 0 auto;
}
.greet_box .box_r{
  width: 100%;
  order: 2;
}
.history_list{
  margin-bottom: 80px;
}
.history_list dt, .history_list dd{
  width: 100%;
}
.history_list dt{
  margin-bottom: 0;
}
.hope_box .box_l{
  width: 100%;
  margin-bottom: 40px;
}
.hope_box .box_l .ttl01{
  text-align: left;
  margin-bottom: 20px;
  font-size: 50px;
}
.hope_box .box_l .ttl02{
  -ms-writing-mode: unset;
  writing-mode: horizontal-tb;
  position: relative;
  bottom: auto;
  right: auto;
  font-size: 35px;
}
.hope_box .box_r{
  width: 100%;
}
.hope_box{
  margin-bottom: 80px;
}
.access_box .box_in{
  width: 100%;
}
.tab_list{
  bottom: auto;
  top: 0;
}
.gmap,
.map_img{
  padding-top: 63.63%;
}
.access_box .box_in:first-child{
  padding: 60px 25px;
}
.access_list dt{
  width: 100%;
  margin-right: 0;
}
.access_list dd{
  width: 100%;
  margin-bottom: 20px;
}
.hope_slide .slick-list{
  height: 265px;
}
.hope_slide .slide_in{
  margin: 0 10px!important;
}
.hope_slide .slide_in:nth-child(odd){
  margin-top: 30px!important;
}
.hope_slide .slide_in.loop01{
  width: 210px!important;
  height: 236px!important;
}
.hope_slide .slide_in.loop02{
  width: 175px!important;
  height: 175px!important;
}
.hope_slide .slide_in.loop03{
  width: 290px!important;
  height: 210px!important;
}
.hope_slide .slide_in.loop04{
  width: 150px!important;
  height: 210px!important;
}
}
@media screen and (max-width: 599px) {
.gmap,
.map_img{
  padding-top: 100%;
}  
}

@media screen and (max-width: 1000px) {
.access_box .box_in:first-child{
  width: 100%;
}
.access_box .box_in:last-child{
width: 100%;
}
.map_img {
    height: 380px;
	background-position: center bottom;
}
.gmap {
    height: 380px;
}
}
