@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:"・";
}

/******************************
  font
******************************/
.ffMt {
  font-family: "Montserrat", sans-serif;
}

/******************************
  anime
******************************/
.h_wave,
.f_wave {
  position: absolute;
  width: 100%;
}
.h_wave {
  top: 0;
  left: 0;
}
.f_wave {
  left: 0;
  bottom: 0;
  transform: scale(1,-1);
}
.h_wave svg,
.f_wave svg {
  display: block;
  max-height: 100vh;
  /* opacity:0.7; */
  height: 10rem;
  width: 100%;
}
.parallax > use {
  animation: moveRight 12s linear infinite;
}
.f_wave .parallax > use {
  animation: movleft 12s linear infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  fill: #4579e2;
  fill: #3ddad7;
  fill: #bedaf0;
}
.parallax > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;
  fill: #3461c1;
  fill: #2a93d5;
  fill: #5285ad;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
  fill: #2d55aa;
  fill: #135589;
}
@keyframes moveRight {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes movleft {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .h_wave svg,
  .f_wave svg {
    height: 8rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .h_wave svg,
  .f_wave svg {
    height: 5rem;
  }
}


/******************************
  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 {
  color: #003D8A;
  margin-bottom: 3rem;
  text-align: center;
}
.ttlbox1 .en{
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
}
.ttlbox1 .ttl{
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .ttlbox1 .en{
    font-size: 5rem;
  }
  .ttlbox1 .ttl{
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .ttlbox1 .en{
    font-size: 4rem;
  }
  .ttlbox1 .ttl{
    font-size: 1.6rem;
  }
}

/******************************
  btn
******************************/
.morebtn1 a {
  background: #fff;
  border: 1px solid #1F3B8F;
  border-radius: 30px;
  color: #1F3B8F;
  display: inline-block;
  font-weight: 500;
  min-width: 200px;
  line-height: 1.4;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 700ms ease;
  z-index: 1;
}
.morebtn1 .btnobs {
  height: 100%;
  filter: url(#goo);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3px;
  right: -1px;
  z-index: -1;
}
.morebtn1 .btnobs span {
  background-color: #1F3B8F;
  width: calc(100% /4);
  height: 100%;
  border-radius: 100%;
  position: absolute;
  transform: translate3d(0,150%,0) scale(1.7);
  transition: all 700ms ease;
}
.morebtn1 .btnobs span:nth-child(1) {
  left: 0;
}
.morebtn1 .btnobs span:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.morebtn1 .btnobs span:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.morebtn1 .btnobs span:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
.morebtn1 a:hover {
  color: #fff;
  opacity: 1;
}
.morebtn1 a:hover .btnobs span{
  transform: translateZ(0) scale(1.7);
}
@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) {
  .morebtn1 a {
    padding: .5rem 1.5rem;
  }
}

/******************************
  tbl
******************************/
.tblbox1 .tblttl,
.tblbox1 .tblcontent{
  padding: 1rem 2rem;
}
.tblbox1 .tblttl{
  border-bottom: 1px solid #003C8A;
  width: 200px;
}
.tblbox1 .tblcontent{
  border-bottom: 1px solid #d2d2d2;
  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{
    width: 100%;
  }
  .tblbox1 .tblttl{
    background: #f3fbff;
    border: none;
    padding: .8rem 1.5rem;
  }
  .tblbox1 .tblcontent{
    padding: 2rem 1.5rem;
  }
}

/******************************
  news
******************************/
.newslist{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.newslist a{
  background: rgba(255,255,255,.6);
  border-radius: 10px;
  border: 1px solid #707070;
  gap: 1rem;
  opacity: 1;
  overflow: hidden;
  padding: 1.5rem 3rem;
}
.newslist time {
  border-right: 1px solid #003D8A;
  font-family: "Montserrat", sans-serif;
  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,
.newslist .ttl::after{
  content: "";
  aspect-ratio: 1/1;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  transition: .5s;
  width: 30px;
}
.newslist .ttl::before{
  content: "→";
  color: #003D8A;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 47%;
  z-index: 1;
}
.newslist .ttl::after{
  background: #003D8A;
  border-radius: 100px;
  opacity: 0;
}
.newslist a:hover .ttl::before{
  color: #fff;
}
.newslist a:hover .ttl::after{
  opacity: 1;
}

.singlehead{
  margin-bottom: 2rem;
  padding-bottom: 1rem ;
  position: relative;
}
.singlehead::before,
.singlehead::after{
  content: '';
  background: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
.singlehead::after {
  background: #003D8A;
  clear: both;
  width: 70px;
}
.singlehead .ttl{
  font-size: 2.4rem;
}
.singlehead time {
  color: #003D8A;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  margin: 1rem 1rem 0 0;
  float: left;
  line-height: 1;
}
.singlehead time span{
  font-size: 2.2rem;
  line-height: 1.4;
  margin-left: .5rem;
}

.pagination{
  margin-top: 5rem;
  text-align: center;
}
.page-numbers{
  margin-right: .5rem;
}
.page-numbers.current,
.page-numbers:hover{
  color: #003D8A;
  font-weight: bold;
  text-decoration: underline;
}
.page-numbers.dots{
  color: #003D8A;
  font-weight: bold;
  text-decoration: none;
}
.pager{
  margin: 3rem auto 0;
  max-width: 330px;
  text-align: center;
}
.pager li{
  margin: 0 .5rem;
  width: 65px;
}
.pager li.all{
  width: 67px;
}
.pager a{
  border-bottom: 1px solid #003D8A;
  display: inline-block;
  font-size: 1.5rem;
  opacity: 1 !important;
  padding: 0rem 1rem;
  transition: .5s;
}
.pager a:hover{
  background: #003D8A;
  color: #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) {
  .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%;
  }

  .singlehead time{
    float: none;
  }
  .singlehead .ttl{
    font-size: 2rem;
  }
}

/******************************
  header
******************************/
.cmnhead{
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.cmnhead .logo {
  max-width: 120px;
  transition: .5s;
}
.cmnhead .toplogo {
  max-width: 200px;
}
.cmnhead .logo img{
  aspect-ratio: 1 / 1;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.cmnnavgr{
  background: #fff;
  /* border: 2px solid #003C8A; */
  box-shadow: 2px 2px 4px #003C8A;
  border-radius: 50px;
  padding: 0 2rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.cmnnav > ul {
  gap: 1rem;
}
.cmnnav > ul > li a{
  color: #003C8A;
  display: block;
  font-weight: bold;
  opacity: 1;
  padding: .5rem 2rem;
}
.cmnnav > ul > li a:hover{
  text-decoration: underline;
}
.cmnnav > ul > li.haschild{
  position: relative;
}
.cmnnav > ul > li .child{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity .5s , top .5s;
  width: 300px;
}
.cmnnav > ul > li.haschild::before{
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: -2rem;
  height: 3rem;
  width: 270%;
}
.cmnnav > ul > li.haschild:hover::before{
  pointer-events: all;
}
.cmnnav > ul > li.haschild:hover .child{
  opacity: 1;
  pointer-events: all;
  top: 4.5rem;
}
.cmnnav > ul > li .child a{
  border-radius: 70px;
  background: #fff;
  box-shadow: 2px 2px 4px #003C8A;
}

.spbtn,
.splogo{
  display: none;
}
.spbtn{
  background: linear-gradient(#135589, #042146);
  cursor: pointer;
  border-radius: 5px;
  position: fixed;
  top: 1rem;
  right: 1rem;
  height:50px;
  width: 50px;
  z-index: 101;
}
.spbtn span{
  background: #fff;
  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) {
  .cmnnav > ul > li a {
    padding: .5rem 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .cmnhead .logo {
    max-width: 100px;
  }
  .cmnhead .toplogo {
    max-width: 150px;
  }
}
@media only screen and (max-width: 1023px) {
  .cmnhead .logo {
    max-width: 100px;
  }
  .cmnhead .toplogo {
    max-width: 130px;
  }
  .spbtn,
  .splogo{
    display: block;
  }
  .splogo{
    margin-bottom: 3rem;
  }
  .cmnnavgr{
    background: none ;
    border-radius: 0 ;
    box-shadow: none;
    padding: 0 ;
    position: static ;
  }
  .splogo{
    margin-bottom:3rem;
    width: 80%;
  }
  .cmnnav{
    background: linear-gradient(rgba(19 ,85 ,137 , .8), #042146);
    color: #fff;
    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::before{
    content: "";
    background: url(../images/common/logo_w.svg) no-repeat left / cover;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 300px;
    width: 200px;
  }

  .cmnnav ul{
    gap: 1.5rem;
    max-width: 280px;
  }
  .cmnnav li{
    width: 100%;
  }
  .cmnnav > ul > li a{
    background: #fff;
    box-shadow: 4px 4px #000;
    display: block;
    padding: .5rem 2rem;
  }
  .cmnnav > ul > li.haschild > a{
    background: none !important;
    box-shadow: none;
    color: #fff;
    padding: 0;
    pointer-events: none;
  }
  .cmnnav > ul > li .child{
    gap: 1rem;
    margin-top: 1rem;
    margin-left: auto;
    opacity: 1;
    position: static;
    pointer-events: all;
    transform: none;
    width: calc(100% - 2rem);
  }
  .cmnnav > ul > li .child li{
    border: none !important;
    width: 100%;
  }
  .cmnnav > ul > li .child a{
    box-shadow: 4px 4px #000;
  }
  .cmnnav > ul > li a:hover {
    text-decoration: none;
  }
  .cmnnav > ul > li a:hover,
  .cmnnav > ul > li a.nowpage{
    background: #003C8A;
    color: #fff;
  }
  .cmnnav > ul > li.haschild::before{
    display: none;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmnhead .logo {
    max-width: 80px;
  }
  .cmnhead .toplogo {
    max-width: 100px;
  }
}

/******************************
  footer
******************************/
.cmnfot{
  background: linear-gradient(#135589, #042146);
  color: #fff;
  text-align: center;
}
.cmnfot a{
  color: #fff;
}
.cmnfot .inner1{
  padding: 6rem 2rem 1rem;
}
.cmnfot .ob{
  aspect-ratio: 497 / 619;
  background: url(../images/common/logo_w.svg) no-repeat center / contain;
  opacity: 0.3;
  position: absolute;
  right: 0;
  bottom: -13rem;
  height: auto;
  width: 390px;
}

.cmnfot .fotcon {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 3rem 0 ;
  padding-top: 3rem;
  position: relative;
}
.cmnfot .fotcon::before{
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100px;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .cmnfot .ob {
    right: 0;
    bottom: -9rem;
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmnfot .ob {
    right: -3rem;
    bottom: -4rem;
    width: 200px;
  }
  .cmnfot .fotlogo {
    margin: 0 auto;
    width: 220px;
  }
}