@charset "UTF-8";

/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
.link-txtunder,
.singlecontent a{
  color: #004B9E;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover{
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type){
  margin-bottom: 1rem;
}
.kome,
.ten{
  padding-left: 2rem;
  position: relative;
}
.kome::before,
.ten::before{
  content:"※";
  position: absolute;
  top: 0;
  left: 0;
}
.ten::before{
  content:"・";
}

/******************************
  inner
******************************/
.inner1,
.inner2,
.inner3{
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
.inner2{
  max-width: 1920px;
}
.inner3{
  max-width: 1280px;
}
.innernp{
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1{
  padding: 0 !important;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    
}

/******************************
  flex
******************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex{
  display: flex;
}
.frr{
  flex-direction: row-reverse;
}
.fac{
  align-items: center;
}
.fast{
  align-items: stretch;
}
.fafe{
  align-items: flex-end;
}
.fafs{
  align-items: flex-start;
}
.fabl{
  align-items: baseline;
}

.fbox,
.ftxtbox,
.fimgbox{
  width: 48%;
}
.fimgbox{
  text-align: center;
}

/******************************
  ttl
******************************/
.ttlbox1 {
  margin-bottom: 3rem;
  padding-left: 5.5rem;
  position: relative;
  text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
}
.ttlbox1 .en{
  color: #3D8DC8;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.ttlbox1 .en i{
  position: absolute;
  top: 0;
  left: 0;
}
.ttlbox1 .ttl{
  font-size: 2.4rem;
}
@media only screen and (max-width: 1180px) {
  .ttlbox1 {
    padding-left: 4.8rem;
  }
  .ttlbox1 .en{
    font-size: 3.6rem;
  }
  .ttlbox1 .ttl{
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .ttlbox1 {
    padding-left: 4rem;
  }
  .ttlbox1 .en{
    font-size: 3rem;
  }
  .ttlbox1 .ttl{
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
  btn
******************************/
.morebtn1 a{
  background: #fff;
  border: 2px solid #3D8DC8;
  border-radius: 50px;
  display: block;
  max-width: 200px;
  opacity: 1;
  padding: .5rem 2rem;
  position: relative;
  text-align: center;
  transition: .5s;
}
.morebtn1 a::before{
  content: "";
  background: #000;
  aspect-ratio: 1/1;
  clip-path: polygon(30% 0, 100% 50%, 30% 100%, 45% 50%);
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  height: 12px;
  transition: .5s;
}
.morebtn1 a:hover{
  background: #3D8DC8;
  color: #fff;
}
.morebtn1 a:hover::before{
  background: #fff;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
  tbl
******************************/
.tblbox1 .tbl{
  background: #fff;
  border-top: 1px solid #003D8A;
  display: flex;
  flex-wrap: wrap;
}
.tblbox1 .tbl:last-of-type{
  border-bottom: 1px solid #003D8A;
}
.tblbox1 .tbl:nth-of-type(even){
  background: #f6faff;
}
.tblbox1 .tblttl,
.tblbox1 .tblcontent{
  padding: 2rem  ;
}
.tblbox1 .tblttl{
  width: 200px;
}
.tblbox1 .tblcontent{
  width: calc(100% - 200px);
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .tblbox1 .tblttl,
  .tblbox1 .tblcontent{
    padding: 1rem;
    width: 100%;
  }
  .tblbox1 .tblttl{
    color: #003D8A;
    font-weight: bold;
    padding-bottom: 0;
  }
}

/******************************
  news
******************************/
.newslist{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.newslist a{
  background: rgba(255,255,255,.8);
  border-radius: 10px;
  border: 1px solid #707070;
  gap: 1rem;
  opacity: 1;
  overflow: hidden;
  padding: 1.5rem 3rem;
  transition: .5s;
}
.newslist time {
  border-right: 1px solid #3D8DC8;
  font-size: 1.8rem;
  line-height: 1;
  width: 100px;
}
.newslist time span{
  display: block;
  font-size: 2.6rem;
  line-height: 1.4;
}
.newslist .ttl{
  font-size: 1.8rem;
  padding: 0 2rem;
  width: calc(100% - 110px);
}
.newslist .ttl::before{
  content: "";
  background: #000;
  aspect-ratio: 1/1;
  clip-path: polygon(30% 0, 100% 50%, 30% 100%, 45% 50%);
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  height: 12px;
  transition: .5s;
}
.newslist a:hover{
  color: #3D8DC8;
}
.newslist a:hover .ttl::before{
  background: #3D8DC8;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .newslist a{
    padding: 1rem 1.5rem;
    gap: .5rem;
  }
  .newslist time {
    border: none;
    color: #003D8A;
    display: inline-block;
    font-size: 1.4rem;
    width: auto;
  }
  .newslist time span{
    display: inline-block;
    font-size: 2.2rem;
    margin-left: .5rem;
  }
  .newslist .ttl{
    font-size: 1.6rem;
    padding: 0 2rem 0 0;
    width: 100%;
  }
  .newslist .ttl::before{
    top: -10%;
  }
}

/******************************
  header
******************************/
.cmnhead{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.cmnhead .logo{
  background: #fff;
  border-radius: 0 0 30px 0;
  position: absolute;
  top: 0;
  left: 2rem;
  padding: 2rem 2rem 2rem 0 ;
  width: 220px;
}
.cmnnavgr{
  margin-left: auto;
  padding: 2.5rem 2rem 0 0;
  max-width: 630px;
}
.cmnnav {
  padding: 1rem 0;
}
.cmnnav ul{
  gap: 3rem;
}
.cmnnav li a{
  font-size: 2rem;
  opacity: 1;
  line-height: 1.4;
}
.cmnnav li a span{
  display: block;
}
.cmnnav li a span.en{
  color: #F8B141;
  font-size: 1.4rem;
}
.cmnnav li a.nowpage,
.cmnnav li a:hover{
  color: #F8B141;
}

.cmnnav .contact{
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  position: absolute;
  top: -2.5rem;
  right: 0;
  height: 150px;
  width: 170px;
}
.cmnnav .contact a{
  background: #F8B141;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 2rem;
  gap: 1rem;
  line-height: 1.4;
  height: 100%;
  text-align: center;
}
.cmnnav .contact a i{
  font-size: 3rem;
}
.cmnnav .contact a div{
  border-top: 1px dashed #fff;
  padding-top: 1rem;
}
.cmnnav .contact a span{
  display: block;
}
.cmnnav .contact a span.en{
  font-size: 1.4rem;
}

.spbtn,
.splogo,
.splink{
  display: none;
}
.spbtn{
  background: #fff;
  border: 2px solid #F8B141;
  cursor: pointer;
  border-radius: 5px;
  position: fixed;
  top: 1rem;
  right: 1rem;
  height:50px;
  width: 50px;
  z-index: 101;
}
.spbtn span{
  background: #F8B141;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  right: 14px;
  transition: all .4s;
  height: 3px;
  width: 45%;
}
.spbtn span:nth-of-type(1) {
  top:15px; 
}
.spbtn span:nth-of-type(2) {
  top:23px;
  width: 35%;
}
.spbtn span:nth-of-type(3) {
  top:31px;
  width: 25%;
}
.spbtn.active span{
  top: 50%;
  right: auto;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  width: 30%;
}
.spbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.spbtn.active span:nth-of-type(3) {
  transform: translate(-50%,-50%) rotate(45deg);
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
  .cmnnav .contact{
    display: none;
  }
  .spbtn,
  .splogo,
  .splink{
    display: block;
  }
  .splogo{
    margin-bottom: 3rem;
  }
  .cmnnavgr{
    background: none ;
    border-radius: 0 ;
    box-shadow: none;
    padding: 0 ;
    position: static ;
  }
  .splogo{
    margin-bottom:3rem;
    width: 70%;
  }
  .cmnnav{
    background: rgba(231, 243, 255,.8);
    opacity: 0;
    max-width: 350px !important;
    overflow: scroll;
    padding: 4rem 2rem !important;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: -350px;
    height: 100lvh;
    width: 100%;
    transition: .5s;
    z-index: 100;
  }
  .cmnnav.active{
    opacity: 1;
    pointer-events: all;
    right: 0;
  }

  .cmnnav ul{
    gap: 1.5rem;
    max-width: 280px;
  }
  .cmnnav li{
    width: 100%;
  }
  .cmnnav > ul > li a{
    background: #fff;
    border-radius: 50px;
    box-shadow: 4px 4px #be8f45;
    display: block;
    font-size: 1.8rem;
    padding: .8rem 2rem .8rem 3rem;
  }
  .cmnnav > ul > li a:hover {
    text-decoration: none;
  }
  .cmnnav > ul > li a:hover,
  .cmnnav > ul > li a.nowpage{
    background: #F8B141;
    color: #fff;
    font-weight: bold;
  }
  .cmnnav > ul > li a:hover span.en,
  .cmnnav > ul > li a.nowpage span.en{
    color: #fff;
    font-weight: bold;
  }
}
@media only screen and (max-width: 820px) {
  .cmnhead .logo{
    width: 190px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmnhead .logo {
    left: 0;
    padding: 2rem 2rem 2rem 1rem;
    width: 170px;
  }
}


/******************************
  footer
******************************/
.cmnfot{
  background: rgb(231, 243, 255);
  padding: 10rem 0 2rem;
}
.cmnfot .info{
  width: 350px;
}
.cmnfot .info .logo{
  width: 250px;
}
.cmnfot .info address{
  font-style: normal;
  margin: 2rem 0 1rem;
}
.cmnfot .info .link{
  gap: .5rem 1.5rem;
}
.cmnfot .info .link a{
  text-decoration: underline;
}
.cmnfot .info .link a:hover{
  text-decoration: none;
}
.cmnfot .map{
  width: calc(100% - 400px);
}
.cmnfot .map iframe{
  height: 100%;
  width: 100%;
}
.fotcopy{
  margin-top: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .cmnfot {
    padding: 7rem 0 2rem;
  }
  .cmnfot .info .logo {
    width: 180px;
  }
  .cmnfot .map iframe{
    aspect-ratio: 4/3;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmnfot .info,
  .cmnfot .map{
    width: 100%;
  }
  .cmnfot .map{
    margin-top: 2rem;
  }
}