@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:"・";
}
.cmnbg{
  position: relative;
}
.cmnbg::before{
  content: "";
  background: url(../images/common/bg_cmn.webp) no-repeat center / cover;
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/******************************
  anime
******************************/
@keyframes zoomUp1 {
  0% { transform: scale(1);}
  100% { transform: scale(1.15);}
}
@keyframes zoomUp2 {
  0% { transform: scale(1);}
  100% { transform: scale(1.2);}
}
@keyframes zoomUp3 {
  0% { transform: scale(1);}
  100% { transform: scale(1.5);}
}
@keyframes zoomUp4 {
  0% { transform: scale(1);}
  100% { transform: scale(1.3);}
}
@keyframes textloop {
  0% { transform: translateX(0%);}
  100% { transform: translateX(-100%);}
}



/******************************
  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 .ttl{
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 3px;
}
.ttlbox1 .ttl span{
  color: #004A6D;
  font-weight: 500;
}
@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) {
  .ttlbox1 .ttl{
    font-size: 2.8rem;
  }
}

/******************************
  btn
******************************/
.morebtn1 a{
  display: inline-block;
  opacity: 1;
  padding-right: 2rem;
  padding-left: 4rem;
  position: relative;
  height: 3rem;
}
.morebtn1 .circle {
  background: linear-gradient(90deg,#090204, #004A6D);
  border-radius: 100px;
  position: absolute;
  left: 0;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  height: 3rem;
  width: 3rem;
}
.morebtn1 .circle .arrow{
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}
.morebtn1 .circle .arrow::before{
  content: "\f105";
  font: var(--fa-font-solid);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.morebtn1 .btntxt{
  position: relative;
}
.morebtn1 a:hover{
  color: #fff;
}
.morebtn1 a:hover .circle{
  width: 100%;
}


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

/*****************************
parts news
*****************************/
.newslist{
  margin: 0 auto;
  max-width: 800px;
}
.newslist li{
  margin-bottom: 1rem;
}
.newslist li a{
  display: block;
  opacity: 1 !important;
  position: relative;
  padding: 1rem 0;
}
.newslist li a::before,
.newslist li a::after{
  content: '';
  background: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.newslist li a::after {
  background: #004A6D;
  transition: 0.3s;
  width: 70px;
}
.newslist li a:hover::after{
  width: 100%;
}
.newslist li a time,
.singlehead time{
  background: #f3f9ff;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: .8rem;
  padding: .5rem 1rem;
}
.newslist li a .ttl{
  padding: 0 1.5rem;
}


.singlehead{
  margin-bottom: 2rem;
  padding-bottom: 1rem ;
  position: relative;
}
.singlehead::before,
.singlehead::after{
  content: '';
  background: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.singlehead::after {
  background: linear-gradient(90deg,#090204,#004A6D);
  transition: 0.3s;
  width: 70px;
}
.singlehead .ttl{
  font-size: 2.4rem;
}

.pagination{
  margin-top: 5rem;
  text-align: center;
}
.page-numbers{
  margin-right: .5rem;
}
.page-numbers.current,
.page-numbers:hover{
  color: #004A6D;
  font-weight: bold;
  text-decoration: underline;
}
.page-numbers.dots{
  color: #004A6D;
  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 #004A6D;
  display: inline-block;
  font-size: 1.5rem;
  opacity: 1 !important;
  padding: 0rem 1rem;
  transition: .5s;
}
.pager a:hover{
  background: #004A6D;
  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 li a .ttl {
    padding: 0 1rem;
  }
  .singlehead .ttl{
    font-size: 2rem;
  }
}

/******************************
  header
******************************/
.cmnhead{
  position: fixed;
  top: 0;
  left: 0;
  height: 6rem;
  width: 100%;
  z-index: 100;
}
.spbtn{
  background: linear-gradient(45deg, #090204, #004A6D);
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height:50px;
  width: 50px;
}
.spbtn span{
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transition: all .4s;
  height: 2px;
  width: 60%;
}
.changebc .spbtn{
  background: none;
}
.nochangebc .spbtn{
  background: linear-gradient(45deg, #090204, #004A6D);
}
.spbtn span:nth-of-type(1) {
  top: 35%;
  transform: translate(-50%,-50%);
}
.spbtn span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%,-50%);
}
.spbtn span:nth-of-type(3) {
  top: 65%;
  transform: translate(-50%,-50%);
}
.spbtn.active{
  z-index: 1;
}
.spbtn.active span{
  background: #fff;
  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);
}
.cmnnav{
  background: rgba(0,0,0,.8);
  opacity: 0;
  max-width: 340px;
  overflow: auto;
  padding: 4rem 3rem;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100lvh;
  width: 100vw;
  transition: 1s;
}
.cmnnav.active{
  opacity: 1;
  pointer-events: all;
}
.cmnnav .logo{
  filter: brightness(0) invert(1);
  margin: 0 auto 2rem;
  max-width: 200px;
}
.cmnnav ul{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.cmnnav ul li a{
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  opacity: 1;
  padding-left: 1rem;
  position: relative;
}
.cmnnav ul li a.nowpage{
  padding-left: 2rem;
}
.cmnnav ul li a:hover::before,
.cmnnav ul li a.nowpage::before{
  content: "";
  font: var(--fa-font-solid);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cmnnav ul li a:hover::before{
  content: "\f105";
  right: 0;
}
.cmnnav ul li a.nowpage::before{
  content: "\f3c5" !important;
  right: auto !important;
  left: 0 !important;
}
.cmnnav ul li.haschild > a{
  pointer-events: none;
  border: none;
  padding: 0;
}
.cmnnav ul li.haschild .child{
  margin-top: .5rem;
  margin-left: 2rem;
  gap: 1.5rem;
}

@media only screen and (max-width: 340px) {
  .cmnnav{
    padding: 4rem 2rem;
  }
}

/******************************
  footer
******************************/
.cmncfot {
  padding: 10rem 0;
}
.cmncfot .bg {
  background: url(../images/common/bg_cmncfot.webp) no-repeat center / cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 350px;
  width: 100%;
}
.cmncfot .bg::before {
  content: '';
  background: #004A6D;
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cmncfot .ttlbox1 {
  color: #fff;
  margin-bottom: 5rem;
}
.cmncfot ul {
  gap: 2rem;
}
.cmncfot ul li {
  text-align: center;
  width: calc(100% / 3 - 1.4rem);
}
.cmncfot ul li a{
  background: linear-gradient(#090204,#004A6D);
  color: #fff;
  border: 2px solid #090204;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  padding: 2rem;
  height: 100%;
  transition: .5s;
}
.cmncfot ul li .ttl {
  font-size: 2rem;
  margin-bottom: 1rem;
  position: relative;
}
.cmncfot ul li a .icon{
  aspect-ratio: 1/1;
  display: block;
  filter: brightness(0) invert(1);
  margin: 0 auto;
  transition: .5s;
  width: 50px;
}
.cmncfot ul li:nth-child(1) .ttl .icon{
  background: url(../images/common/icon_recruit.svg) no-repeat center / contain ;
}
.cmncfot ul li:nth-child(2) .ttl .icon{
  background: url(../images/common/icon_mail.svg) no-repeat center / contain ;
}
.cmncfot ul li:nth-child(3) .ttl .icon{
  background: url(../images/common/icon_tel.svg) no-repeat center / contain ;
}
.cmncfot ul li:nth-child(3) .txt{
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}
.cmncfot ul li:nth-child(3) .txt span{
  display: block;
  font-size: 1.4rem;
}
.cmncfot ul li a:hover{
  background: #fff;
  color: #004A6D;
}
.cmncfot ul li a:hover .icon{
  filter: brightness(1) invert(0);
}

.cmnfot{
  background: linear-gradient(#090204,#004A6D);
  color: #fff;
  padding: 8rem 0 1rem;
}
.cmnfot a{
  color: #fff;
}
.fotlogo{
  filter: brightness(0) invert(1);
  margin: 0 auto;
  max-width: 250px;
}
.fotcontent{
  margin: 3rem auto 5rem;
  gap: 4rem;
}
.fotinfo .tel{
  margin-top: 2rem;
}
.fotinfo .splink{
  display: none;
}
.fotlinks{
  gap: 1rem;
}
.fotlinks a,
.fotinfo .splink a{
  text-decoration: underline;
}
.fotlinks a:hover,
.fotlinks .haschild > a{
  text-decoration: none;
}
.fotlinks .haschild > a{
  pointer-events: none;
}
.fotlinks .child li{
  position: relative;
  padding-left: 2rem;
}
.fotlinks .child li::before{
  content: "";
  background: #fff;
  position: absolute;
  top: 13px;
  left: 0;
  height: 1px ;
  width: 12px;
}

.fotcopy{
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  .cmncfot ul li .ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  .cmncfot ul {
    gap: 1rem;
  }
  .cmncfot ul li {
    width: calc(100% / 3 - 1rem);
  }
  .cmncfot ul li a {
    padding: 1.5rem 1rem;
  }
}
@media only screen and (max-width: 820px) {
  .cmncfot ul li .ttl {
    font-size: 1.7rem;
  }
  .cmncfot ul li:nth-child(3) .txt {
    font-size: 2.2rem;
  }

  .fotcontent{
    gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmncfot {
    padding: 6rem 0;
  }
  .cmncfot .bg {
    background-position-x: 40%;
  }
  .cmncfot ul li {
    text-align: left;
    min-width: 270px;
    width: 90%;
  }
  .cmncfot ul li a {
    padding: 1rem;
  }
  .cmncfot ul li .ttl {
    padding-left: 4rem;
  }
  .cmncfot ul li a .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
  }
  .cmncfot ul li .txt {
    text-align: right;
  }

  .cmnfot {
    padding: 4rem 0 1rem;
  }
  .fotlogo {
    max-width: 200px;
  }
  .fotinfo .tel{
    margin: 1rem 0;
  }
  .fotlinks{
    display: none;
  }
  .fotinfo .splink{
    display: block;
  }
}