@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap');
a:hover{
  opacity: 0.8;
}
body {
   font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    margin: 0;
    scroll-behavior: smooth;
    background-color: white;
    background: url(../image/common/bg01.png);
}
.bg-top{
  width: 100%;
  height: 20px;
  background: url(../image/common/bg01.png);
  position: fixed;
  top:0;
  right: 0;
  z-index: 9999;
}
.bg-top:after{
    content:"";
    background: url(../image/common/bg-top.png);
    position: absolute;
    top:0;
    right: 20px;
    background-position: center;
    width: calc(100% - 40px);
    height: 30px;
    overflow: hidden;
}
.bg-right{
  width: 20px;
  height: calc(100svh - 40px);
  background: url(../image/common/bg01.png);
  position: fixed;
  top:20px;
  right: 0;
  z-index: 9999;
}
.bg-right:after {
    content:"";
    background: url(../image/common/bg-right.png);
    height: 100%;
    background-position: center;
    width: 30px;
    position: absolute;
    top:0;
    right: 0;
    z-index: 9999;
    overflow: hidden;
}
.bg-left{
  width: 20px;
  height: calc(100svh - 40px);
  background: url(../image/common/bg01.png);
  position: fixed;
  top:20px;
  left: 0;
  z-index: 9999;
}
.bg-left:after {
    content:"";
    background: url(../image/common/bg-left.png);
    height: 100%;
    background-position: center;
    width: 30px;
    position: absolute;
    top:0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}
.bg-bottom{
  width: 100%;
  height: 20px;
  background: url(../image/common/bg01.png);
  position: fixed;
  bottom:0;
  right: 0;
  z-index: 9999;
}
.bg-bottom:after{
    content:"";
    background: url(../image/common/bg-bottom.png);
    position: absolute;
    bottom:0;
    right: 20px;
    background-position: center;
    width: calc(100% - 40px);
    height: 30px;
    overflow: hidden;
}


body.stop {
  overflow: hidden;
  display: block;
}
.wrapper{
  max-width: calc(100% - 40px);
  width: 100%;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}
img{
  max-width: 100%;
}
.fade-target {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.fade-target.show {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 1200px) {
	.sp_head_area {
		display: none!important;
	}

}
@media screen and (min-width: 770px) {
	.sp_area {
		display: none!important;
	}

}
@media screen and (max-width: 1199px) {

  .pc_head_area {
		display: none!important;
	}
}
@media screen and (max-width: 769px) {
  body {
    font-size: 14px;
  }
	.pc_area {
		display: none!important;
	}
}

.inner{
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.menu-box{
    margin: 0 auto;
    height: 80px;
    display: flex;
    justify-content: space-between;
}
.menu_open-btn{
  display: none;
  cursor: pointer;
}
.menu-box input{
  display: none;
}
.navi-box{
  display: flex;
  justify-content: center;
  align-items: center;
}
#header{
  z-index: 999;
  width: calc(100% - 40px);
  height: 80px;
  position: fixed;
  top:20px;
  border-bottom: solid 1px #fff;
  transition: 0.2s;  
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(4px);
}
#header.fixed{
  border-bottom: solid 1px #000;
  background-color: rgba(255, 255, 255, 1.0);
}
.header__logo{
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__area a{
  position: relative;
}
.logo01{
  transition: 0.2s;
  opacity: 1;
}
.logo02{
  position: absolute;
  top:50%;
  transform: translate(0 , -50%);
  left: 0;
  opacity: 0;
}
#header.fixed .logo02{
  transition: 0.2s;
  opacity: 1;
}
#header.fixed .logo01{
  opacity: 0;
}
.header__logo a{
  display: flex;
  align-items: center;
  height: 100%;
}
.header__logo img{
  width: 218px;
  margin: 0 25px;
}
.navi-shop__box a{
  width: 160px;
  height: 60px;
  border-radius: 0 6px 6px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background: linear-gradient(90deg, rgb(231, 236, 42), rgb(238, 156, 31));
}
.navi{
    margin: 15px 45px 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 14px;
    transition: 0.2s;
}
#header.fixed .navi{
  color:#000;
}
.navi li.navi-item {
  position: relative;
  font-size: 14px;
}
.navi li.navi-item a{
  padding: 5px 10px;
  display: block;
  position: relative;
}
.navi li.navi-item a:hover{
  font-weight: bold;
  color:#fff;
}
.front.fixed .navi li.navi-item a:hover{
  color:#004898;
}
.navi li.navi-item ul{
  display: none;
}

.navi-box-recruit{
  background: #004898;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.navi-box-recruit a{
  color:#fff;
  height: 80px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navi-box-contact{
  background: #8c8c8c;
}
.navi-box-contact a{
  color:#fff;
  display: block;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navi-box-contact span,
.navi-box-policy,
.navi__bg{
  display: none;
}
.link__btn01{
    margin: 60px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.link__btn01 a{
    font-family: "Akshar", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05rem;
	  background: #fff;
    color:#000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    padding: 10px 20px 10px 30px;
    position: relative;
}
.link_arrow01{
    width: 38px;
    height: 38px;
    border: solid 1px #000;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    transition: 0.4s;
}
.link__btn01 a:hover .link_arrow01{
    background: #004898;
    border: solid 1px #000;
}
.link_arrow01:after{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 11px;
    content:"";
    background-image: url(../image/common/arrow01.png);
    background-position: center;
    background-size: contain;
    transition: 0.4s;
}
.link_arrow01:before{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 11px;
    content:"";
    background-image: url(../image/common/arrow02.png);
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: 0.4s;
}
.link__btn01 a:hover .link_arrow01:after{
    left: 70%;
    opacity: 0;
}
.link__btn01 a:hover .link_arrow01:before{
    left: 70%;
    opacity: 1;
}

.link__btn02{
    margin: 60px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.link__btn02 a,
.link__btn02 button{
    font-family: "Akshar", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05rem;
  	background:  #000;
    color:#fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    max-width: 100%;
    padding: 10px 20px 10px 30px;
    position: relative;
}
.link__btn02 button{
  font-family: "IBM Plex Sans JP", sans-serif;

}
.link__btn02 a:hover,
.link__btn02 button:hover{
  	background:  #004898;
}

.link__btn03{
  text-align: right;
  justify-content: center;
}
.link_arrow02{
    width: 38px;
    height: 38px;
    border: solid 1px #fff;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    transition: 0.4s;
}
.link_arrow03{
    width: 38px;
    height: 38px;
    border: solid 1px #fff;
    border-radius: 50px;
    position: absolute;
    left: 10px;
    transition: 0.4s;
}
.link__btn03 a{
  justify-content: end;
}
.link__btn02 a:hover .link_arrow02,
.link__btn02 button:hover .link_arrow02{
    background: #fff;
    border: solid 1px #004898;
}
.link_arrow02:after{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 11px;
    content:"";
    background-image: url(../image/common/arrow02.png);
    background-position: center;
    background-size: contain;
    transition: 0.4s;
}
.link_arrow02:before{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 11px;
    content:"";
    background-image: url(../image/common/arrow03.png);
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: 0.4s;
}
.link__btn02 a:hover .link_arrow02:after,
.link__btn02 button:hover .link_arrow02:after{
    left: 70%;
    opacity: 0;
}
.link__btn02 a:hover .link_arrow02:before,
.link__btn02 button:hover .link_arrow02:before{
    left: 70%;
    opacity: 1;
}

.link__btn02 a:hover .link_arrow03,
.link__btn02 button:hover .link_arrow03{
    background: #fff;
    border: solid 1px #004898;
}

.link_arrow03:after{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    width: 16px;
    height: 11px;
    content:"";
    background-image: url(../image/common/arrow02.png);
    background-position: center;
    background-size: contain;
    transition: 0.4s;
}
.link_arrow03:before{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    width: 16px;
    height: 11px;
    content:"";
    background-image: url(../image/common/arrow03.png);
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: 0.4s;
}
.link__btn02 a:hover .link_arrow03:after{
    left: 20%;
    opacity: 0;
}
.link__btn02 a:hover .link_arrow03:before {
    left: 20%;
    opacity: 1;
}

@media screen and (max-width: 769px){
  .bg-top,
  .bg-bottom{
    overflow: hidden;
    height: 19px;
  }
  .bg-right,
  .bg-left{
    overflow: hidden;
    width: 19px;
  }

  .inner{
    max-width: calc(100% - 20px);
    margin: 0 20px;
    position: relative;
    box-sizing: border-box;
  }
  .innersp{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
  }
  .link__btn01 a{
    font-size: 16px;
    letter-spacing: 0.02rem;
    height: 60px;
  }
  .link__btn02 a{
    font-size: 16px;
    letter-spacing: 0.02rem;
    height: 60px;
  }
}
@media screen and (max-width: 1200px){
  #header{    
    height: 60px;
    top:19px;
  }
  #header.open{    
    background: #fff;
    border-bottom: solid 1px #000;
  }
  #header.open .logo02{
    transition: 0.2s;
    opacity: 1;
  }
  #header.open .menu_open-btn-hum span {
    background: #000;
  }
  .header__area{
    display: block;
    height: 60px;
    display: flex;
    justify-content: space-between;
    z-index: 99999;
    transition: 0.5s;
  }
  .header__logo-pc{
    display: none;
  }
  .header__logo-sp{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 16px;
    width: 162px;
  }
  .menu_btn{
    display: flex;
  }
  .menu_open-btn{
    display: block;
    font-size: 10px;
    padding: 15px 15px;
    color: #fff;
    width: 60px;
    height: 60px;
  }
  .menu_open-btn-hum{
    position: relative;
    width: 27px;
    height: 12px;
    display: block;
    margin-right: 5px;
  }
  .menu_open-btn-hum span{
    width: 27px;
    height: 2px;
    position: absolute;
    top: 7px;
    left: 2px;
    border-radius: 2px;
    background: #fff;
    transition: 0.5s;
  }
  .fade-image {
    padding-top: 60px;
  }
  .fixed .menu_open-btn-hum span{
    background: #000;
  }
  .menu_open-btn-hum span:nth-child(2){
      top:15px;
  }
  .menu_open-btn-hum span:nth-child(3){
      top:24px;
  }
  .open .menu_open-btn-hum span{
    transform: rotate(-45deg);
    top:12px;
  }
  .open .menu_open-btn-hum span:nth-child(2){
    transform: rotate(45deg);
    top:12px;
  }
  .menu_open-btn-text{
    position: relative;
    text-align: center;
    height: 22px;
  }
  .menu_open-btn-text span:last-child,
  .open .menu_open-btn-text span:first-child{
    position: absolute;
    opacity: 0;
    right: 0;
  }
  .open .menu_open-btn-text span:last-child{
    opacity: 1;
    top:0;
  }
  .navi-shop__box-sp a{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgb(231, 236, 42), rgb(238, 156, 31));
  }
  .menu-box{
    opacity: 0;
    min-width: unset;
    min-width: auto;
    top: -101svh;
    width: 100%;
    height: 100svh;
    right: 0;
    background: #fff;
    display: block;
    overflow-y: auto;
    margin:  0;
    padding: 0 20px 0;
    border-radius: 0;
    transform: translate(0, 0);
    transition: 0.5s;
    pointer-events: none;
    background: url(../image/common/bg01.png);
  }
  .navi li.navi-item a  {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0 17px;
    font-size: 14px;
  }
  .navi li.navi-item a:hover  {
    color: #004898;
  }
  .navi-item a span {
    width: 20px !important;
    height: 20px !important;
    border-radius: 40px;
    position: relative;
    left: 0;
    right: 0;
    display: block;
    background: linear-gradient(90deg, rgb(231, 236, 42), rgb(238, 156, 31));
  }
  .navi-item a span img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) rotate(-180deg);
    width: 4px;
    border-radius: 6px;
  }
  .menu-box.open{
    opacity: 1;
    top: 0;
    pointer-events: auto;
    transform: translate(0, 0);
  }
  .header__logo{
    position: fixed;
    top:10px;
    left: 25px;
    z-index: 9999;
    margin: 0;
    padding: 0;
  }
  .header__logo img{
    width: 150px;
  }
  .navi {
    border-radius: 0;
    height: auto;
    margin: 30px 0 30px;
    padding: 0;
    gap:0 20px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .navi-box{
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 0 16px 16px;
  }
  .navi li.navi-item{
    display: block;
    width: calc(50% - 10px);
    color:#000;
    margin: 0;
    border-bottom: 1px solid #ddd;
  }
  .navi li.navi-item label{
    width: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-radius: 6px;
  }
  .navi li.navi-item label .navi-child-icon{
    width: 20px !important;
    height: 20px !important;
    border-radius: 40px;
    position: relative;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgb(231, 236, 42), rgb(238, 156, 31));
    transition: 0.2s;
  }
  .navi li.navi-item label .navi-child-icon:before {
    position: absolute;
    width: 8px;
    height: 2px;
    background: #004D38;
    content: "";
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) rotate(-90deg);
    transition: 0.2s;
  }
  .navi li.navi-item label .navi-child-icon:after {
    position: absolute;
    width: 8px;
    height: 2px;
    background: #004D38;
    content: "";
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }
  .navi li.navi-item label::after{
    display: none;
  }
  .navi li.navi-item .navi-item-facility_sp a{
    opacity: 0;
    pointer-events: none;
    height: 0;
    transition: 0.3s;
    padding: 0 10px;
    background: none;
    position: relative;
  }
  .navi li.navi-item .navi-item-facility_sp a::after{
    content:"";
    width: 6px !important;
    height: 6px !important;
    border-radius: 40px;
    position: absolute;
    top:50%;
    left: auto;
    right: 5px;
    background: linear-gradient(90deg, rgb(231, 236, 42), rgb(238, 156, 31));
    transform: translate(0, -50%);
  }
  .navi-box-recruit,
  .navi-box-contact {
    border-radius: 0;
    width: 100%;
    height: 48px;
    margin: 0;
  }
  .navi-box-recruit a,
  .navi-box-contact a {
    font-size: 14px;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .navi-box-contact span{
    display: block;
  }
  .navi-box-contact img{
    display: none;
  }
  .navi-box-policy{
    text-align: center;
    font-size: 12px;
    margin: 10px auto;
    display: block;
  }
  .navi__bg{
    display: block;
    position: absolute;
    bottom: 30px;
    right: -66px;
    z-index: -1;
  }
  .navi__bg img{
    width: 330px;
  }
}


.footer__contact{
  overflow: hidden;
  display: block;
  padding: 50px 0 76px;
  position: relative;
  border-top:solid  1px #707070;
  background: url(../image/common/footer__contact_bg.png);
  background-size: cover;
}
.footer__contact-flex{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content:space-between;
  gap: 30px;  
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 0 auto;
}
.footer__contact-txt{
  text-align: center;
  color:#fff;
  font-size: 26px;
  line-height: 1.6;
  font-weight: 700;
  width: 100%;
}

.footer__contact-link{
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.footer__contact-link a{
  font-family: "Akshar", sans-serif;
  font-weight: 700;
  background: #fff;
  color:#000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  padding: 12px 20px 12px 30px;
  font-size: 26px;
  transition: 0.2s;
}
.footer__contact-tel{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
}
.footer__contact-tel a{
  text-align: center;
}
.footer__area{
  background: #000000;
}
.footer__logo{
  margin-bottom: 40px;
}
.footer__box01{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 80px 0 0;
  width: 1200px;
  max-width: calc(100% - 40px);
  font-size: 18px;
  color: #fff;
}
.footer__address{
  font-size: 14px;
  line-height: 1.6;
}
.footer__map{
  max-width: 500px;
  width: 100%;
}
.footer__navi{
  display: flex;
  gap:40px;
}
.footer__navi li{
  font-size: 14px;
  margin-bottom: 20px;
}
.footer__navi li a{
  display: flex;
  align-items: center;
}

.footer__navi li a img{
  margin-right: 10px;
}

.footer__navi li a img{
    transition: 0.2s;
}
.footer__navi li a:hover img{
    transform: translate( 5px , 0);
}
.footer__box02{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 30px 0 60px;
  width: 1200px;
  max-width: calc(100% - 40px);
  font-size: 10px;
  color: #fff;
}
.footer__policy{
  font-size: 12px;
}
@media screen and (max-width: 1100px) {
  .footer__box01 {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap:20px;
      width: 500px;
  }
  .footer__box02{
      width: 500px;
  }
}
@media screen and (max-width: 1000px){
   .footer__contact-flex{
    gap:20px;
  }
  .footer__contact-tel{
    width: 100%;
  }
  .footer__contact-link {
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px) {  
  .footer__contact{
    padding: 50px 0 63px;
    background: url(../image/common/footer__contact_bg_sp.png);
    background-size: cover;
  }
  .footer__contact-txt {
      font-size: 18px;
      line-height: 2;
  }
  .footer__contact-flex{
    gap:20px;
  }
  .footer__contact-tel{
    width: 100%;
  }
  .footer__contact-tel a{
    margin: 0 auto;
  }
  .footer__contact-tel img{
    width: 260px;
  }
  .footer__contact-link{
    width: 290px;
    margin: 0 auto;
  }
  .footer__contact-link a{
      width: 100%;
      padding: 12px 20px 12px 30px;
  }
  .footer__contact-link img{
      width: 35px;
  }
  .footer__box01 {
    justify-content: space-between;
    width: 100%;
    padding: 50px 0 0;
    width: calc(100% - 40px);
    font-size: 16px;
    color: #fff;
  }
  .footer__navi,
  .footer__map{
    display: none;
  }
  .footer__logo {
    margin-bottom: 27px;
    width: 160px;
  }
  .footer__address{
    font-size: 12px;
  }
  .footer__tel,
  .footer__fax{
    line-height: 1.6;
  }
  .footer__box02{
    width: 100%;
    padding: 30px 0 20px;
    width: calc(100% - 40px);
  }
  .footer__policy{
    display: none;
  }
}