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

.secbg1{
  background: #F3F4F0;
}
.secbg2{
  background: url(../images/common/bg_cmn.webp) no-repeat center / cover;
}

/******************************
  font
******************************/
.ffEBGa{
  font-family: "EB Garamond", serif;
}
.ffTP3{
  font-family: "trajan-pro-3", serif;
}

/******************************
  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: #2A5350;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.ttlbox1 .enttl{
  font-family: "trajan-pro-3", serif;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 4px;
}
.ttlbox1 .ttl{
  font-size: 1.6rem;
  font-weight: 500;
}
.ttlbox2{
  border-left: 3px solid #1E4538;
  margin-bottom: 2rem;
  padding: .5rem 0 .5rem 2rem ;
}
.ttlbox2 .ttl{
  font-size: 1.8rem;
  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 .enttl{
    font-size: 3rem;
    letter-spacing: 2px;
  }
  .ttlbox2{
    padding: .5rem 0 .5rem 1.5rem ;
  }
}

/******************************
  btn
******************************/
.morebtn1 {
  margin-top: 2rem;
}
.morebtn1 a  {
  background-image: linear-gradient(to right,#ABCAC7,#0F2F2D,#ABCAC7,#0F2F2D,#ABCAC7,#0F2F2D,#ABCAC7,#0F2F2D,#ABCAC7,#0F2F2D,#ABCAC7);
  background-position: left;
  background-size: 250%;
  display: block;
  margin-left: auto;
  max-width: 170px;
  overflow: hidden;
  position: relative;
  padding: .5rem ;
  text-align: left;
  transition: 1s;
}
.morebtn1.mbcolor2 a{
  background-image: linear-gradient(to right,#B6CBEF,#001D4E,#B6CBEF,#001D4E,#B6CBEF,#001D4E,#B6CBEF,#001D4E,#B6CBEF,#001D4E,#B6CBEF);
}
.morebtn1 span {
  background-image: linear-gradient( to right ,#2A5350 ,#539691);
  color: #fff;
  display: block;
  padding: .5rem 1rem;
  position: relative;
}
.morebtn1 span::before{
  content: ">";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.morebtn1.mbcolor2 span {
  background-image: linear-gradient( to right ,#062456 ,#1D4EA1);
}
.morebtn1 a:hover{
  background-position: right;
  opacity: 1;
}

.morebtn2 {
  margin-top: 2rem;
  text-align: center;
}
.morebtn2 a{
  background: #2A5350;
  border: 1px solid #2A5350;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  opacity: 1;
  padding: .5rem 2rem;
  transition: .5s;
}
.morebtn2 a:hover{
  background: #fff;
  color: #2A5350;
}

/******************************
  tbl
******************************/

/******************************
  header
******************************/
.cmnhead{
  background: #fff;
  border-top: 5px solid #2A5350;
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.cmnhead .logo{
  width: 300px;
}
.cmnnav{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cmnnav ul:first-of-type{
  margin-bottom: 1.5rem;
}
.cmnnav ul li{
  line-height: 1;
  padding: 0 4rem;
}
.cmnnav ul li:not(:last-of-type){
  border-right: 1px solid #333333;
}
.cmnnav ul li a{
  font-weight: 500;
}

.heeadbtn a{
  background: #fff;
  border: 1px solid #333333;
  opacity: 1;
  padding: .2rem .7rem ;
  transition: .5s;
}
.heeadbtn a:hover{
  background: #2A5350;
  color: #fff;
}

.spbtn,
.splogo,
.splink{
  display: none;
}
.spbtn{
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height:50px;
  width: 50px;
}
.spbtn span{
  background: #2A5350;
  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{
  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);
}

@media only screen and (max-width: 1195px) {
  .cmnhead .logo {
    width: 250px;
  }
  .cmnnav ul li {
    line-height: 1;
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1100px) {
  .cmnnav ul li {
    line-height: 1;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .heeadbtn{
    display: none;
  }
  .spbtn,
  .splogo,
  .splink{
    display: block;
  }
  .splogo{
    margin-top: 2rem;
  }
  .cmnnav{
    background: rgba(42,83,80,.8);
    background: rgba(0,0,0,.8);
    color: #fff;
    display: block;
    max-width: 340px;
    opacity: 0;
    overflow: auto;
    padding: 4rem ;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100lvh;
    width: 100vw;
    transition: .5s;
  }
  .cmnnav.active{
    opacity: 1;
    pointer-events: all;
  }
  .cmnnav ul:first-of-type{
    margin: 2rem 0 0;
  }
  .cmnnav ul li{
    border: none !important;
    margin: 1rem 0;
    padding: 0 0 0 2rem;
    position: relative;
    width: 100%;
  }
  .cmnnav ul li::before{
    content: "\f0da";
    font: var(--fa-font-solid);
    position: absolute;
    top: 0;
    left: 0;
  }
  .cmnnav ul li a{
    color: #fff;
  }
}
@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: 250px;
    width: calc(100% - 60px);
  }
}

/******************************
  footer
******************************/
.cmnfot{
  background: #F3F4F0;
  padding-top: 20rem;
}
.fotbg ,
.fotbg .ttlbox1,
.fotcopy{
  color: #fff;
}
.fotbg{
  padding: 10rem 0 ;
}
.fotbg::before,
.fotbg::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fotbg::before{
  background: url(../images/head/head_cmn.webp) no-repeat center / cover;
  background-position-y: 65%;
  filter: blur(2px);
  opacity: .4;
}
.fotbg::after{
  background: #1D4B48;
  opacity: .6;
}
.fotbg .inner1{
  z-index: 1;
}
.fotlink{
  padding: 8rem 0 1rem;
}
.fotlink ul{
  gap: 1rem;
  justify-content: end;
}
.fotlink ul a{
  text-decoration: underline;
}
.fotlink ul a:hover{
  text-decoration: none;
}

.fotcopy{
  background: #2A5350;
  padding: 1rem;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  .cmnfot{
    padding-top: 10rem;
  }
  .fotbg{
    padding: 8rem 0 ;
  }
  .fotlink{
    padding: 5rem 0 1rem;
  }
}
@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) {
  .fotbg{
    padding: 6rem 0 ;
  }
  .fotlink ul{
    display: block;
    text-align: right;
  }
}