@charset "UTF-8";
/* CSS Document */

@media (max-width: 1365px) {
 .w1180 {
    max-width: 90%;
}

.sec01Img02 {
    width: 350px;
    padding-right: 45px;
}
  
.sec01Box02elm {
    width: calc(100% - 350px);
}
  
.sec01Box03_In .sec01Img03 {
    width: 390px;
}

.sec01Box03_In .sec01Box03elm {
    width: calc(100% - 420px);
}
  
.sec01Box04_In .sec01Img04 {
    width: 350px;
}
  
.sec01Box04_In .sec01Box04elm {
    width: calc(100% - 400px);
}
  
.sec01Box03elm {
    background-position: right top;
} 
  
.headBtn .pt01,
.headBtn .pt02{
height: auto;
}
  
.headBtn .pt02{
margin-left: 10px;
}  
  
}

@media screen and (max-width:1325px) and (min-width:881px){
.headBtn {
    display: flex;
    margin-left: 30px;
    position: absolute;
    right: 5%;
    top: 60px;
}
 
.headBtn .pt01,  
.headBtn .pt02 {
    padding: 5px 10px;
    font-size: 14px;
}  

.headBtn .pt02 span{
    font-size: 11px;
}  
  
.nav-links a {
    font-size: 14px;
} 
  
.nav-links {
    padding-right: 5%;
    margin-top: -50px;
    font-size: 12px;
}
  
  .sec01Img{padding-left: 240px;}
  

  
}



/* スマホ時のスタイル */
@media (max-width: 880px) {
    .sp{
    display: block;
  }
  
  .pc{
    display: none !important;
  }  
  
body {
    padding-top: 70px;
}  
  
  .nav-links_box{
  display: block;
}
  
  .menuWrap{
    display: block;
    position: relative;
    padding:50px 30px;
  }
  
  .nav-links {
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: calc(100% - 50px);
    max-width: 400px;
    height: 100%;
    background-color: #ffffff;
    transition: right 0.3s ease;
    z-index: 1001;
  }
  
  .nav-links a.headLink{
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
    color:#666666;
  }
  
  .nav-links .activeMenu{
    color:#666666;
    font-size: 20px;
  }

  .nav-links.active {
    right: 0;
  }

  .close-btn {
    display: inline-block;
    border-radius: 100px;
    background: #083f69;
    color: #ffffff;
    padding: 2px 8px;
    position: absolute;
    right: 5%;
    top: 15px;
    margin-top: 0;
  }

  .hamburger {
        display: flex;
        border-radius: 100px;
        background: #083f69;
        color: #ffffff;
        padding: 2px;
        align-items: center;
        height: 40px;
        padding-bottom: 10px;
        width: 42px;
        justify-content: center;
    position: relative;
  }
  
  .hamburger span:nth-child(1){
    width: 16px;
    height: 1px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 13px;
    left: 13px;
  }
  
  .hamburger span:nth-child(2){
    width: 16px;
    height: 1px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 20px;
    left: 13px; 
  }
  
  .hamburger span:nth-child(3){
    width: 16px;
    height: 1px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 27px;
    left: 13px; 
  }
  
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
  -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.nav-links a.activeMenu {
    color: #666666;
}  
  
.overlay.active {
  display: block;
}
  
  .logo img{
    width: 180px;
  }
  
header {
    padding: 15px 5%;
}
  
  .spMenu{
    margin-bottom: 8px;
  }  
  
  .spMenu a{
    display: flex;
    align-items: center;
    padding: 3px 0;
    position: relative;
    padding-left: 10px;
    font-size: 14px;
  }  
  
  .spMenu a:before{
    content:"-";
    position: absolute;
    left: 0;
    top:0;
    color:#cccccc;
  }  
  
  .spMenu a .eng{
    display: inline-block;
    font-size: 11px;
    color:#cccccc;
    margin-right: 5px;
  }
  
  .spMenu a span{
    font-size: 12px;
  }
  
  .headBtn{
    justify-content: space-between;
    flex-flow: row-reverse;
    margin: 0;
    margin-top: 20px;
  }
  
  .headBtn .pt01,
  .headBtn .pt02{
    font-size: 13px;
    width: calc(50% - 5px);
    border-radius: 0;
    margin: 0;
    height: 40px;
}
  
  .headBtn .pt02{
    display: flex;
    align-items: center;
    justify-content: center;
  }  

.headBtn .pt02 span {
    font-size: 9px;
    display: inline-block;
    margin-right: 3px;
}  
  
.headBtn .pt01 img {
    width: 23px;
}  

.headBtn .pt02 br{
    display: none;
}  
 
  .spUd{
    margin-top: 15px;
  }
  
  .spUd .pt01{
    font-size: 9px;
    font-weight: 500;
  }

  .spUd .pt02{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25em;
  }
  
  .spUd .pt02 span{
    font-size: 12px;
    display: inline-block;
    margin-right: 4px;
  }
    

  .spUd .pt03{
    font-size: 10px;
    margin-top: 10px;
  }
  
.mainImageWrap {
  aspect-ratio: 264 / 331;
  width: 100%;
  clip-path: url(#spMask);
  -webkit-clip-path: url(#spMask);
  overflow: hidden;
} 
  
  .mvWrap{
    padding: 0;
  }  
  
  .bx-viewport img{
    aspect-ratio: 264 / 331;
    height: auto;
    object-fit: cover;
    object-position: center right;
    width: 100%;
  }
  
.mainTitle {
    font-size: min(7vw, 56px);
}
  
.mainTitle small {
    font-size: min(4vw, 28px);
}
  
.newsWrap {
    display: block;
}  
  
.newsBox01 {
    width: 100%;
  position: relative;
}
  
  .newsBox01 .newsLink{
    position: absolute;
    right: 0;
    top:10px;
  }
  
.newsBox02 {
    width: 100%;
  margin-top: 10px;
} 
  
.newsBox02 li {
    display: block;
}
  
.newsBox02 li span,
.newsBox02 li a{
    width: 100%;
  display: block;
}
  
.news {
    padding: 20px 0;
}
  
.newsLink a {
    font-size: 12px;
      margin-top: 15px;
}  
  
.newsTitle {
    font-size: 18px;
}  

.newsTitle span{
    font-size: 12px;
} 
  
.newsBox02 li .date {
    font-size: 11px;
}  
 
.newsBox02 li a {
    font-size: 12px;
}  
  
.sec01Title {
    padding: 30px 0;
    font-size: 30px;
  color:#666666;
}
  
.sec01Title:after {
    height: 50px;
    bottom: -30px;
}
  
.sec01Cont .num {
    font-size: 48px;
}
  
  .sec01Box01_In{
    width: auto;
  }  
  
.sec01SubTitle {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 10px;
}
  
.sec01Cont .text01 {
    font-size: 13px;
    line-height: 2em;
}
  
.sec01Box01 {
    aspect-ratio: 1170 / 2808;
}
  
.sec01Img {
    padding-left: 0;
    right: 0;
    bottom: 0;
    line-height: 0;
    text-align: right;
    width: 100%;
}  
  
.sec01Box02:before {
        left: 0;
  border-radius: 0;
  height: 80%;
    }  
  
.sec01Box02_In {
    padding:30px 0 0;
    display: block;
  width: 100%;
}
  
.sec01Box02elm {
    width: 100%;
}
  
.sec01Img02 {
    width: 100%;
    padding-right: 0;
}
  
.sec01Box03_In {
    padding: 0 0 40px;
    display: block;
}
  
.sec01Box03_In > * {
    width: 100%;
  margin-top: 20px;
}  

  .sec01Box03elm{
    background-size: auto 90px;
  } 
  
  .sec01Img03{
    padding: 0 5%;
  }
  
  .sec01Box03_In .sec01Box03elm {
        width: 100%;
    }
  
.sec01Box04_In {
    display: block;
    justify-content: space-between;
    padding: 30px 0;
    flex-flow: row-reverse;
    width: 100%;
  padding-bottom: 0;
}
  
.sec01Box04:before {
        right: 0;
        height: 100%;
    }
  
.sec01Box04_In > *:not(.sec01Text03) {
    width: 100%;
    box-sizing: border-box;
} 

.sec01Box04_In > .sec01Img04{
    position: relative;
    top: 0;
  margin-top: 50px;
  width: 100vw;
  left: -10vw;
  line-height: 0;
  height: 150px;
}
  
.sec01Box04_In > .sec01Img04 img{
width: 100%;
  height: 100%;
object-fit: cover;
object-position: center;
  }
  
    .sec01Box03_In .sec01Img03 {
        width: 100%;
    }
  
  
  
  .sec04Btn{
    text-align: center;
  }  
  
.sec04Btn a {
    max-width: 220px;
  padding: 15px 50px;
  margin-top: 55px;
}
  
.sec01Text03 {
    bottom: initial;
    text-align: center;
    top: 210px;
    width: 80%;
    right: 0;
    left: initial;
} 
  
.sec01Cont {
    padding-bottom: 100px;
}  
  
.sec02Title {
    font-size: 35px;
    top: calc(-41px - 1em);
}
  
.sec02 .w1180 {
    padding-right: 20px;
}
  
ul.sec02List {
    display: block;
}
  
.sec02List li {
    padding: 20px 0;
    margin-right:0;
    border-bottom: none;
    width: 90%;
  position: relative;
}
  
  .sec02List li:after{
    content:" ";
    background:#cccccc;
    height: 1px;
    width: calc(100% + 5vw);
    position: absolute;
    bottom:0;
    left: -5vw;
  }  
  
.sec02List li .text span {
    font-size: 12px;
}
  
.sec02List li .text {
    font-size: 14px;
}
  
  .sec02Title{
    color:#666666;
  }
  
.sec02List li .num {
    font-size: 14px;
}
  
.sec02 {
    padding: 40px 0 80px;
}
  
.sec02List li .arrow {
    right: 10px;
  width: 20px
} 
  
  .sec03{
    padding: 40px 0;
  }  

.sec03Title small {
    font-size: 10px;
  }
  
.sec03Title {
    margin-bottom: 40px;
    font-size: 24px;
}
  
.sec04 {
    padding: 40px 0 80px;
    position: relative;
}  
  
  .sec04Text{
    margin-top: 60px;
    font-size: 13px;
  }
  
  .map iframe{
    height: 240px;
  }
  
.foot01 {
    padding: 40px 0;
  display: block;
}
  
.foot01Box01, .foot01Box02 {
    width: 100%;
}
  
.infoTable {
    margin-bottom: 10px;
    font-size: 13px;
  margin-top: 30px;
}
  
.infoTable td.pt01 {
    color: #00303c;
    font-size: 11px;
    width: 80px;
    text-align: left;
}
  
.infoTable th, .infoTable td {
    padding: 10px 5px;
}
  
.insText {
    bottom: 150px;
}  
  
.footText03 {
    font-size: 9px;
    padding-left: 0;
}

  
  
.foot02Text .pt01 {
    font-size: 12px;
  font-weight: 500;
} 

.foot02Text .pt02 {
    font-size: 18px;
    margin-bottom: 5px;
  font-weight: 500;
} 
  
.foot02Text .pt03 {
    font-size: 10px;
  font-weight: 300;
  margin-bottom: 10px;
}   
  
  .foot02Wrap {
        padding-left: 0;
    }

  .foot02Wrap .w1180 {
    display: block;
    padding-left: 0;
    height: auto;
    padding: 40px 0;
}

  
.foot02 .tel{
    font-size: 32px;
}  
  
.foot02 .tel span {
    display: inline-block;
    font-size: 20px;
    margin-right: 8px;
}
  
.foot03 {
    display: block;
  text-align: center;
    padding:50px 0 280px;
    background-image: url("../images/spFoot.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    align-items: center;
} 
  
  .footLogo02{
    width: 100%;
  }
  
.footUd {
    display: block;
    align-items: center;
}  
  
.footUd p{
  margin-left: 0;
    margin-top: 30px;
  font-size: 12px;
} 
  
  .footLogo img{
    width: 200px;
  }  
  

 .spBtmMenu {
  position: fixed;
  bottom: -100px; /* 最初は画面外 */
  left: 0;
  width: 100%;
  transition: bottom 0.3s ease;
  z-index: 1000;
  display: flex;
}

.spBtmMenu.show {
  bottom: -10px; /* ニョキっと表示される */
}

.spBtmMenu *{
  color:#ffffff;
}

.spBtmMenu .pt01{
  width: 60px;
}

.spBtmMenu .pt02{
  width: calc((100% - 60px) / 2);
}

.spBtmMenu .pt02 a{
  width: 100%;
  height: 60px;
  color:#ffffff;
  font-size: 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background:#00aae6;
  display: flex;
}

.spBtmMenu .pt02 span{
  font-size: 12px;display: inline-block;
  margin-right: 4px;
}

.spBtmMenu .pt03{
  width: calc((100% - 60px) / 2);
}

.spBtmMenu .pt03 a{
  width: 100%;
  height: 60px;
  color:#ffffff;
  font-size: 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background:#00b900;
  display: flex;
}

.spBtmMenu .pt03 img{
  width: 20px;
  display: inline-block;
  margin-right: 8px;
}
 
/* otherpage */
    .otherpageTitleWrap {
        padding-left: 0;
    }
  
  .otherpageTitle {
    height: auto;
      border-radius: 0;
      width: 100%;
      aspect-ratio: 1 / 0.7;
  }
  
  .otherpageTitle h1{
    font-size: 26px;
  }  
  
  .sec {
    padding: 40px 0;
  }
  
  .accessSec01Wrap {
    display: block;
  }
  
  .accessSec01Box01, .accessSec01Box02 {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .accessSec01Box02 h2{
    width: 180px;
  }
  
.accessText01 {
    font-size: 14px;
  padding: 3px 10px;
} 
  
.accessText01 span span {
    font-size: 18px;
} 
  
  .accessText02 {
    margin-bottom: 5px;
    font-size: 25px;
  }
  
    .accessText02 span{
    font-size: 14px;
  }
  
.accessBtn .pt01,.accessBtn .pt02 {
    padding: 15px 8px;
    font-size: 14px;
    width: calc(50% - 8px);
}  
  
.accessBtn .pt02 span {
    font-size: 9px;
    margin-right: 10px;
}  
  
  .accessBtn img{
    width: 30px;
  } 
  
  .accessSec01Box01{
    margin-bottom: 40px;
  }  
  
  .accessSec02 .box02 {
    display: block;
  }
  
  .accessSec02 .box02 > dl {
    width: 100%;
  }
  
  .accessCont .infoTable{
    margin-top: 0;
  }  
  
.accessDl dd {
    font-size: 13px;
} 
  
.accessDl dt {
    padding: 8px 0 10px;
    font-size: 16px;
}  

  .staffTitle {
    font-size: 32px;
}
  
  .staffTitle span{
    font-size: 16px;
}
  
  .staffSec01Wrap {
    display: block;
}
  
  .staffSec01Box01 {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
  
    .staffSec01Box01 img{
    width: 80%;
}
  
  .staffSec01Box02 {
    width: 100%;
    padding-left:0;
}
  
  .staffText01 {
    line-height: 2em;
    font-size: 13px;
}
  
  .staffText02{
    font-size: 14px;
}
  
  .staffText02 span {
    font-size: 20px;
}
  
  .staffSec01Wrap_b {
    margin-top: 40px;
    display: block;
}
  
  .staffDl {
    width: 100%;
    margin-bottom: 20px;
}
  
.staffDl dt:before {
    left: -5%;
}  
  
  .staffDl dt:after {
    width: 100vw;
    left: -5%;
}  
  
.staffDl dd {
    font-size: 10px;
    line-height: 2em;
}
  
  .staffSec01Wrap_b{
    position: relative;
  }
  

.staffDl dt {
    padding-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}
  
  .staffSec02{
    padding-top: 20px;
  }
  
    .staffTitle.pt02 {
        font-size: 16px;
    }  
  
   
  .staffSec01Wrap_b:after{
    content: " ";
    height: 1px;
    width: 100vw;
    left: -5%;
    display: block;
    background: #cccccc;
    position: absolute;
    bottom: -30px;
    z-index: 1;
  }
  
.staffList li .num {
    font-size: 20px;
    margin-right: 10px;
}
  
.staffList li .pt01 {
    font-size: 14px;
    margin-bottom: 5px;
}
  
.staffList li .pt02 {
    font-size: 10px;
}  
  
.staffTitle.pt02 {
    margin-bottom: 20px;
}
 
  .staffDl dt{  
  font-weight: normal;
  }
  
.staffList li {
    margin-bottom: 20px;
}  
  
  .newspageCont .date{
    font-size: 11px;
    margin-bottom: 0;
    line-height: 1.2em;
  }
  
  .newspageCont .newsTitle{
    font-size: 15px;
    margin-bottom: 30px;
  }  
  
  .newsContent{
    font-size: 13px;
    line-height: 1.75em;
  }  
  
.otherpageTitle.access{
  background-image: url("../images/otherPage/accessMv_sp.webp");
}
  
.otherpageTitle.staff{
  background-image: url("../images/otherPage/staffMv_sp.webp");
}
  
.otherpageTitle.newspage{
  background-image: url("../images/otherPage/newspageMv.webp");
} 
  
  .foot02{
    background: url("../images/spFootBg.png");
    background-size:cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #003d8b
  }  
  
      .pagination .nav-links {
        position: initial;
    max-width: 100%;
    height: auto;
    flex-direction: initial;
    }
  
  .mapFrame{
    height: auto;
    aspect-ratio:1/1;
  } 
  
.sec01Box03 {
        padding-top: 0;
    } 
  
  .sec01Box03elm{
    margin-top: 0 !important;
  } 
  
.sec01Box03elm {
  background-position: 130px top;
} 
  
.post-nav-links{
  margin-top: 90px;
  display: block;
} 
  
.post-nav-links li{
  max-width: 100%;
  font-size:14px;
  padding: 10px 0;
}
  
.post-nav-links li.prev:after{
  content:" ";
  height: 1px;
  width: 100vw;
  top:initial;
  bottom:0;
  right: initial;
  left:-5%;
}
  
  .post-nav-links li.prev{
    padding-left: 20px;
  } 
  
  .post-nav-links li.prev span{
    position: absolute;
    left: 0;
    top:calc(50% - 12px);
  }   
  
  .post-nav-links li.next{
    padding-right: 20px;
  }
  
    .post-nav-links li.next span{
    position: absolute;
    right: 0;
    top:calc(50% - 12px);
  }   

}


/* スマホだけに表示するように */
@media screen and (min-width: 880px) {
  .spBtmMenu {
    display: none;
  }
}

@media screen and (max-width: 350px) {
  .menuWrap{
    padding:50px 10px;
  }
}


