@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: 1.6rem;
}
.txtbox p{
  line-height: 2;
}
.kome{
  padding-left: 2rem;
  position: relative;
}
.kome::before{
  content:"※";
  position: absolute;
  top: 0;
  left: 0;
}
@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) {
  .sec{
    padding: 10rem 0;
  }
  .txtbox p{
    font-size: 15px;
    line-height: 1.8;
  }
}

/******************************
  font
******************************/
.ffBask {
  font-family: "Baskervville", serif;
}

/******************************
  inner
******************************/
.inner1,
.inner2,
.inner3{
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 2rem;
}
.inner2{
  max-width: 1920px;
}
.inner3{
  max-width: 885px;
}
.innernp{
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3{
  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) {
  .inner1,
  .inner2,
  .inner3{
    padding: 0 3rem;
  }
}

/******************************
  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: 6rem;
  text-align: center;
}
.ttlbox1 .ttl{
  color: #de0004;
  font-family: "Baskervville", serif;
  font-size: 3.6vw;;
}
@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{
    margin-bottom: 3rem;
  }
  .ttlbox1 .ttl{
    /* font-size: 3.6rem; */
    font-size: 9.6vw;
  }
}


/******************************
  btn
******************************/


/******************************
  tbl
******************************/
.tblbox table{
  border-collapse: separate;
  table-layout: fixed;
  width: 100%;
}
.tblbox th,
.tblbox td{
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}
@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) {
  .tblbox th,
  .tblbox td{
    font-size: 14px;
  }
}

/******************************
  header
******************************/
.cmnhead{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  z-index: 999;
}
.navlist{
  background: #000;
  max-width: 100%;
  opacity: 0;
  overflow-y: auto;
  padding: 10rem 1.5rem ;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  transition: ease .4s;
  height: 100lvh;
  width: 100%;
}
.navlist.active {
  opacity: 1;
  pointer-events: all;
}
.headnav li{
  /* margin-bottom: 4rem; */
  margin-bottom: 4vh;
}
.headnav a{
  color: #de0004;
  font-family: "Baskervville", serif;
  font-size:min(9.6vw,3.6rem);
}
.headsns{
  margin-top: 5vh;
  gap: 4rem;
}
.headsns li{
  width: 25px;
}
.headsns li:nth-child(3){
  width: 35px;
}
.headsns li:last-child{
  margin: 0;
}
.spbtn{
  background: #363636;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  transition: all .4s;
  z-index: 999;
}
.spbtn span{
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  transition: all .4s;
  transform: translate(-50%, -50%);
  width: 30px;
}
.spbtn span:nth-of-type(1) {
  top: 30%;
}
.spbtn span:nth-of-type(3) {
  top: 70%;
}
.spbtn.active{
  background: none;
}
.spbtn.active span{
  width: 50%;
}
.spbtn.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%) rotate(-135deg);
}
.spbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.spbtn.active span:nth-of-type(3){
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%) rotate(135deg);
}

@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) {
  .cmnhead{
    display: block;
  }
}

/******************************
  footer
******************************/
.cmnfot{
  padding: 10rem 0 8rem;
  display: none;
  text-align: center;
}
.cmnfot ul{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 3rem;
}
.cmnfot li{
  width: calc(50% - .5rem);
}
@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) {
  .cmnfot{
    display: block;
  }
  .cmnfot > img{
    width: 80%;
  }
}