@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:"・";
}
.topsec{
  padding: 10rem 0;
}
h1,h2,h3{
  font-family: "Shippori Mincho", serif;
}
@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) {
  .topsec{
    padding: 6rem 0;
  }
}
/******************************
  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) {
    
}
/******************************
  スクロールアニメーション
******************************/
.leftover-box {
  overflow: hidden;
}
.leftover-box .leftover-box-in {
  overflow: hidden;
  position: relative;
  transition-delay: .1s;
  transform: translate3d(-100.5%,0,0);
  transition-delay: 0s;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transform-origin: left center;
  transition-property: transform, -webkit-transform;
}
.leftover-box .leftover-box-in::before {
  content: '';
  background: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleX(1);
  transition-delay: .4s;
  transition-duration: 1.5s;
  transform-origin: right center;
  transition-property: transform, -webkit-transform;
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
  z-index: 5;
}
.leftover-box .leftover-box-in img {
  transform: scale(1);
  transition-duration: 4s;
  transition-property: transform, -webkit-transform;
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
  width: 100%;
}
.leftover-box.animated .leftover-box-in {
  transform: translate3d(0,0,0);
}
.leftover-box.animated .leftover-box-in::before {
  transform: scale(0,1);
}

/******************************
  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
******************************/
.ttl1{
  font-weight: 700;
  font-size: 3rem;
}
.ttl2{
  font-weight: 600;
  font-size: 2.5rem;
}
/******************************
  btn
******************************/
.btn1 a{
  font-weight: 600;
  background: #000000;
  border:solid 1px transparent;;
  padding: .5rem 4rem;
  color: #ffff;
  align-items: center;
  justify-items: center;
  transition: .5s;
}
.btn1 a:hover {
  background: #B2994E;
  border-color: #B2994E;
}

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

/******************************
  header
******************************/
.cmnhead {
  background: #fff;
  box-shadow: 3px 3px 10px #4a4a4a;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: .5s;
  width: 100%;
  z-index: 9;
}
.cmnhead .logo {
  transition: .5s;
  width: 250px;
  margin-left: 2rem;
}
.cmnhead .logo a {
  width: 150px;
}
.cmnhead .logo img {
  transition: .5s;
}
.cmnnav ul li{
  padding-right: 3rem;
}
.cmnnav ul > li > a {
  position: relative;
  text-align: center;
  color: #fff;
}
.cmnnav ul > li > a > span {
  color: #181818;
  display: block;
  position: relative;
}
.cmnnav ul > li:nth-child(5),
.cmnnav ul > li:last-child{
  padding-right: initial;
}
.cmnnav ul > li:nth-child(5) a{
  background: #000000;
  display: block;
  padding: 1rem 3rem;
}
.cmnnav ul > li:last-child a {
  background: #B2994E;
  display: block;
  padding: 1rem 3rem;
}
.cmnnav ul > li:nth-child(5) a > span,
.cmnnav ul > li:last-child > a > span{
  color: #fff !important;
}
.spbtn,
.splogo {
  display: none;
}
@media only screen and (max-width: 1180px) {
  .cmnhead {
    box-shadow: none;
    padding: 1rem 0;
  }
  .cmnhead .logo{
    padding-left: 2rem;
    width: 200px;
  }
  .cmnhead .logo a{
    width: 150px;
  }
  .spbtn,
  .splogo {
    display: block;
  }
  .spbtn {
    background: #000000;
    border-radius: 5px;
    cursor: pointer;
    position: fixed;
    top: 1rem;
    right: 1rem;
    transition: .5s;
    height: 50px;
    width: 50px;
    z-index: 99;
  }
  .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 {
    z-index: 100;
  }
  .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);
  }
  .cmnnav {
    background: rgba(0,0,0,.8);
    color: #fff;
    max-width: 340px;
    opacity: 0;
    padding: 8rem 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100lvh;
    width: 100vw;
    transition: 1s;
    z-index: 99;
  }
  .cmnnav.active {
    opacity: 1;
    pointer-events: all;
  }
  .splogo {
    display: block;
    filter: brightness(0) invert(1);
    text-align: center;
    margin: 0 auto 2rem;
    width: 150px;
  }
  .cmnnav > ul {
    padding: 0 2rem;
  }
  .cmnnav ul > li {
    width: 100%;
  }
  .cmnnav ul > li > a {
    border-bottom: 1px solid #fff;
    display: block;
    padding: 1rem 2rem;
    position: relative;
    text-align: left;
  }
  .cmnhead ul > li > a > span {
    color: #fff;
  }
  .cmnnav ul > li:nth-child(5) a,
  .cmnnav ul > li:last-child a {
    background: initial;
    padding: 1rem 2rem;
  }
  .cmnnav ul > li:last-child a .en {
    color: #fff !important;
  }
  .cmnnavgr a::before {
    display: none;
  }

  .cmnnav ul > li > a > span::before,
  .cmnnav ul > li > a > span::after{
    filter: brightness(0) invert(1);
  }
  .cmnnav ul > li > a.nowpage > span::before,
  .cmnnav ul > li > a:hover > span::before,
  .cmnnav ul > li:last-of-type > a.nowpage > span::before,
  .cmnnav ul > li:last-of-type > a:hover > span::before,
  .cmnnav ul > li:last-of-type > a > span::after{
    opacity: 0;
  }
    .cmnnav ul > li:last-of-type > a > span::before,
  .cmnnav ul > li > a.nowpage > span::after,
  .cmnnav ul > li > a:hover > span::after,
  .cmnnav ul > li:last-of-type > a.nowpage > span::after,
  .cmnnav ul > li:last-of-type > a:hover  > span::after{
    opacity: 1;
  }
}
@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 {
    position: relative;
  }
  .cmnhead .logo{
    padding-top: 1rem;
  }
  .cmnhead .logo a {
    width: 180px;
  }
}
/*****************************
  forte
*****************************/
.forte{
  background: #000000;
  color: #fff;
}
.forte h2{
  color: #B2994E;
  font-size: 3rem;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 2rem;
  border-bottom: solid 1px #B2994E;
}
.forte ul{
  margin-top: 6rem;
}
.forte ul li span{
  background: #a8a8a8;
  display: inline-block;
  height: 25rem;
  width: 1.5px;
}
.forte .conbox{
  width: 23%;
  text-align: center;
}
.forte .conbox h3{
  padding: 2rem 0;
}
.forte .icon{
  width: 80px;
  margin: 0 auto;
}
@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) {
  .forte h2{
    font-size: 2.6rem;
    width: 100%;
  }
  .forte .conbox{
    width: 100%;
    padding: 2rem;
  }
  .forte .conbox h3{
    padding: 1rem 0;
  }
  .forte ul li span{
    display: none;
  }
}
/*****************************
  フッター上contact
*****************************/
.top-contact{
  background-image:linear-gradient(rgba(0, 0, 0, 0.58)),url(../images/common/contact.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 0;
}
.top-contact .box1{
  gap: 7rem;
}
.top-contact .box2{
  color: #fff;
}
.top-contact .box2 h2{
  margin-bottom: 2rem;
}
.top-contact .box3{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.top-contact .box3 a{
  text-align: center;
  color: #fff;
  padding: 2rem 4rem;
  display: block;
  background: rgba(0, 0, 0, 0.305);
  border:solid 1px #797979;
}
.top-contact .box3 a:nth-of-type(1){
  font-size: 2rem;
}
.top-contact .box3 a span{
  display: block;
  font-size: 1.2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .top-contact .box2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .top-contact h2{
    font-size: 2rem;
  }
}
/******************************
  footer
******************************/
.cmnfot{
  background: #000000;
  width: 100%;
  padding: 3rem;
}
.cmnfot .ftlogo{
  width: 150px;
}
.cmnfot > div{
  flex-direction: column;
  align-items: center;
}
.cmnfot ul,
.cmnfot p,
.cmnfot .fotnav a{
  color: #fff;
  margin-top: 2rem;
}
.cmnfot .fotnav{
  gap: 3rem;
}
/******************************
  news
******************************/
.sec-news .ttl1{
  text-align: center
}
.ultab {
  gap: 1rem;
  margin-bottom: 5rem;
}
.ultab a {
  color: #ccc;
  cursor: pointer;
  padding: .5rem 2rem;
}
.ultab .current a {
  background: #C3AC80;
  color: #fff;
}
.newslist {
  flex-direction: column;
  gap: 4rem;
}
.newslist li a {
  display: block;
  opacity: 1;
  padding-bottom: 2rem;
  position: relative;
}
.newslist li a::before,
.newslist li a::after {
  background: #ccc;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.newslist li a::after {
  background: #C3AC80;
  transition: .3s;
  width: 70px;
}
.newslist li a:hover::after {
  width: 100%;
}
.newslist .cat {
  background: #C3AC80;
  color: #fff;
  display: inline-block;
  padding: 0 2rem;
  margin-left: 2rem;
}
.newslist .ttl {
  padding-top: 1rem;
}
.sec-news .btn1{
  text-align: center;
  margin-top: 3rem;
}
@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) {
}