@charset "UTF-8";

/**********************************************共通*******************************************/
*{
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  font-family:'Noto Serif JP',serif;
  font-weight: 400;
  color: #1A1A1A;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}

table{
  border-collapse: collapse;
  width: 100%;
}

body.lock{
  overflow: hidden;
}

.lang_en,.lang_en *{
  font-family: "Cinzel", serif;
}

img{
  width: 100%;
  height: auto;
  display: block;
}

picture{
  display: block;
}

svg{
  width: 100%;
  height: auto;
  display: block;
}

main .main_containtar{
  overflow: hidden;
}

.tab{
  display: none;
}
.sp{
  display: none;
}

a{
  display: inline-block;
}

.container_1720{
  max-width: 1720px;
  width: 89.6%;
  margin: 0 auto;
}

.container_1136{
  max-width: 1136px;
  width: 89.6%;
  margin: 0 auto;
}

@media screen and (max-width:1023px){
  .tab{
    display: block;
  }
  .pc{
    display: none;
  }
}

@media screen and (max-width:767px){
  .sp{
    display: block;
  }
}

#wrapper{
  position: relative;
}

.text_box h2.text_box_title{
  font-size: 28px;
  color: #485552;
  margin-bottom: 40px;
  font-weight: 600;
}

.text_box .text_box_sub_title{
  color: #00493A;
  font-size: 20px;
  line-height: 160%;
  padding-bottom: 20px;
  margin-bottom: 70px;
  border-bottom: #00493A 0.5px solid;
}

.text_box p{
  font-size: 18px;
  color: #485552;
  line-height: 220%;
}

.title_box2{
  text-align: center;
  margin-bottom: 60px;
}

.title_box2 h2.text_box2_title{
  color: #485552;
  font-size: 28px;
  line-height: 160%;
  margin-bottom: 30px;
  font-weight: 600;
}

.title_box2 h3.text_box2_sub_title{
  font-size: 20px;
  line-height: 160%;
  color: #00493A;
}


.container_1440{
  max-width: 1440px;
  margin: 0 auto;
  width: 88.75%;
}

/*タブレット*/
@media screen and (max-width:1180px){
  .container_1720,.container_1136{
    width: calc(100% - 60px);
  }
  h2.text_box_title{
    font-size: 28px;
  }
  .text_box h2.text_box_title{
    font-size: 22px;
    margin-bottom: 40px;
  }
  .text_box .text_box_sub_title{
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
  .text_box p{
    font-size: 16px;
  }
  .title_box2{
    margin-bottom: 50px;
  }
  .title_box2 h2.text_box2_title{
    font-size: 22px;
    margin-bottom: 22px;
  }
  .title_box2 h3.text_box2_sub_title{
    font-size: 16px;
  }
  .container_1440{
    width: calc(100% - 40px);
  }
}

/*スマホ*/
@media screen and (max-width:769px){
  .text_box h2.text_box_title{
    font-size: 20px;
  }
  .title_box2 h2.text_box2_title{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .container_1440{
    width: calc(100% - 31px);
  }
}

@media screen and (max-width:600px){
  .container_1720,.container_1136{
      width: calc(100% - 30px);
  }
}

.loading{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
}

.fv_fade{
  transition: 1.5s;
  opacity: 0;
  -webkit-mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 250% 250%;
  mask-size: 250% 250%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 130% 0;
  mask-position: 130% 0;
}

.fv_fade.active{
  opacity: 1;
  -webkit-mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 250% 250%;
  mask-size: 250% 250%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 130% 130%;
  mask-position: 130% 130%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.fade{
  opacity: 0;
  transform: translateY(-30px);
  transition: .5s;
}

.fade.active{
  opacity: 1;
  transform: translateY(0);
}


.batsu {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
 
.batsu::before, .batsu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #333;
}
 
.batsu::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.batsu::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

/*スマホ*/
/* @media screen and (max-width:600px){
  .batsu {
    width: 15px;
    height: 15px;
  } 
  .batsu::before, .batsu::after {
    height: 15px;
  }
} */

.slide-arrow{
  cursor: pointer;
  position: relative;
  z-index: 20;
}

.slide-arrow:hover{
  opacity: .6;
}


/******************************************共通ここまで****************************************/

/********************************************header*******************************************/

header{
  background-color: rgba(255,255,255,0.84);
  padding: 0 0 0 40px;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header_inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

header .logo{
  width: 160px;
}

header .header_cover{
  height: 100%;
}

header .header_cover_inner{
  display: flex;
  height: 100%;
  align-items: center;
  gap: 80px;
}

header nav ul{
  display: flex;
  gap: 58px;
}

header nav ul li a{
  font-size: 18px;
  line-height: 100%;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  transition: .5s;
}

header nav ul li a:hover{
  opacity: 0.6;
}

header .contact{
  height: 100%;
}

header .contact a,footer .contact a{
  font-size: 22px;
  color: #fff;
  display: inline-block;
  height: 100%;
  padding: 0 30px 0 40px;
  background-color: #0070B7;
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
}

header .contact a{
  border: solid 0.7px #0070B7;
}

header .contact a,header .contact a *{
  transition: .5s;
}

header .contact a:hover{
  color: #0070B7;
  background-color: #fff;
}

header .contact a .icon_image,footer .contact a .icon_image{
  width: 9px;
}

/*hamburger*/
.hamburger {
  position: relative;
  width: 50px;
  height: 30px;
  cursor: pointer;
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #002349;
}

.hamburger, .hamburger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}

.hamburger {
  display: none;
  z-index: 1000;
}

header.top_mv .hamburger {
  display: block;
}

.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 15px;
}
.hamburger span:nth-of-type(3) {
  bottom: 0;
}

.hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}
.hamburger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-btn_hamburger .8s forwards;
  animation: active-btn_hamburger .8s forwards;
}
@-webkit-keyframes active-btn_hamburger {
  100% {
    height: 0;
  }
}
@keyframes active-btn_hamburger {
  100% {
    height: 0;
  }
}
.hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

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

/*タブレット*/
@media screen and (max-width:1080px){
  .hamburger{
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 20px;
  }

  header .header_cover{
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: rgba(255,255,255,0.6);
    visibility: hidden;
    opacity: 0;
    transition: .8s;
    backdrop-filter: blur(10px);
    -webkit-overflow-scrolling: touch;
  }

  header.active .header_cover{
    opacity: 1;
    visibility: visible;
  }

  header .header_cover_inner {
    flex-direction: column;
    gap: 60px;
  }
  header nav{
    width: 100%;
  }
  header nav ul{
    flex-direction: column;
    gap: 0;
  }
  header nav ul li{
    width: 100%;
  }
  header nav ul li a{
    padding: 40px 90px 40px 90px;
    border-bottom: solid 0.7px #ADBED2;
    width: 100%;
    color: #002349;
  }

  header .contact a{
    height: 54px;
    font-size: 18px;
  }
  footer .contact a{

  }
}

/*スマホ*/
@media screen and (max-width:600px){
    header{
      height: 60px;
      padding: 0 15px;
    }
    header .logo {
      width: 105px;
    }
    header nav ul li a{
      padding: 30px;
      font-size: 16px;
    }
    header .header_cover{
      top: 60px;
    }
    .hamburger {
      width: 40px;
      height: 26px;
      top: 20px;
      right: 17px;
    }
    .hamburger span:nth-of-type(2) {
      top: 12px;
    }
    .hamburger.active span:nth-of-type(1) {
      -webkit-transform: translateY(12px) rotate(-45deg);
      transform: translateY(12px) rotate(-45deg);
    }
    .hamburger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-12px) rotate(45deg);
      transform: translateY(-12px) rotate(45deg);
    }
}

/*****************************************headerここまで***************************************/


/*********************************************footer*******************************************/

footer{
  height: 250px;
  background-color: #EDF2F7;
}

.footer_inner{
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 52px;
  padding: 0 0 0 100px;
}

footer .logo{
  width: 212px;
}

footer .tel_icon{
  width: 46px;
}

footer .maill_icon{
  width: 44px;
}

.footer_buttons{
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.footer_button a{
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 0.7px #002349;
  color: #fff;
  flex-direction: column;
}

.footer_button *{
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  transition: .5s;
}

.footer_button .hour{
  font-size: 16px;
  line-height: 100%;
}

.footer_button .tel{
  font-size: 24px;
  line-height: 100%;
}

.footer_button .fax{
  font-size: 19px;
  line-height: 100%;
}

.footer_button p{
  font-size: 24px;
  line-height: 150%;
}

.tel_button a{
  background-color: #002349;
  gap: 20px;
  transition: .5s;
}

.tel_button a:hover{
  background-color: #fff;
}

.tel_button a:hover *{
  color: #002349;
}

.maill_button a{
  background-color: #0070B7;
  gap: 50px;
  transition: .5s;
}

.maill_button a:hover{
  background-color: #fff;
}

.maill_button a:hover *{
  color: #0070B7;
}

footer .contact{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 1000;
}

footer .contact a{
    font-size: 20px;
    height: 60px;
    justify-content: center;
}

.footer_link ul{
  display: flex;
  gap: 30px;
}

.footer_link ul li a{
  color: #002349;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: "Noto Sans JP", sans-serif;
}

footer small{
  color: #002349;
  font-size: 14px;
  line-height: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

footer small br{
  display: none;
}

/*タブレット*/
@media screen and (max-width:1180px){
  footer{
    height: 218px;
  }
  .footer_inner{
    padding: 0 0 0 30px;
    gap: 30px;
  }
  footer .logo{
    width: 164px;
  }
  .footer_link ul li a{
    font-size: 14px;
  }
  footer small{
    font-size: 13px;
    line-height: 180%;
  }
  footer small br{
    display: block;
  }
  .footer_button a{
    width: 218px;
    height: 218px;
  }
  .maill_button a{
      gap: 35px;
  }
  .tel_button a{
      gap: 14px;
  }
  footer .tel_icon {
    width: 40px;
  }
  footer .maill_icon{
    width: 38px;
  }
  .footer_button .hour{
    font-size: 13px;
  }
  .footer_button .tel{
    font-size: 23px;
  }
  .footer_button .fax{
    font-size: 13px;
  }
  .footer_button p{
    font-size: 19px;
  }
  footer .contact{
    display: block;
  }
}

/*スマホ*/
@media screen and (max-width:710px){
  footer{
    height: auto;
  }
  .footer_inner{
    padding: 0;
    gap: 0;
  }
  footer .logo{
    width: 140px;
    margin: 60px auto;
  }
  .footer_buttons{
    position: static;
  }
  .footer_button a{
    width: 50vw;
    height: 50vw;
  }
  .footer_button .hour {
    font-size: 3.733333333333334vw;
  }
  .footer_button .tel {
    font-size: 5.866666666666666vw;
  }
  .footer_button .fax {
    font-size: 3.733333333333334vw;
  }
  .footer_button p {
    font-size: 4.533333333333333vw;
  }
  footer .tel_icon {
    width: 8vw;
  }
  footer .maill_icon {
    width: 8.799999999999999vw;
  }
  footer small br{
    display: none;
  }
  .footer_link{
    padding: 40px 15px;
  }
  .footer_link ul li a{
    font-size: 16px;
  }
  footer small{
    padding: 0 15px 40px 15px;
  }
}

#sp_footer_cta{
  transition: opacity .5s,visibility .5s;
}

#sp_footer_cta.hide{
  opacity: 0;
  visibility: hidden;;
}

/*****************************************footerここまで***************************************/

/********************************************モーダル******************************************/

.recent_sales_item_image,.track_record_item_image{
  cursor: zoom-in;
}

.image-modal{
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  z-index: -1;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.image-modal.active{
  opacity: 1;
  visibility: visible;
  z-index: 10000000;
}

.image-modal_box{
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  position: relative; 
  max-width: 60%;
  max-height: 100vh;
}

.image-modal_box .batsu{
  position: absolute;
  top: 15px;
  right: 15px;
}

.image-modal_box img{
  height: auto;
  width: auto;
  max-width:100%;
  max-height: calc(100% - 50px);
  margin: auto;
}

/*タブレット*/
@media screen and (max-width:1080px){
    .image-modal_box{
    max-width: 80%;
  }
}

/*スマホ*/
@media screen and (max-width:600px){
  .image-modal_box{
    padding: 15px;
    border-radius: 15px;
    max-width: 100%;
  }
  .image-modal_box .batsu{
    right: 15px;
    top: -50px;
  }
  .image-modal_box img{
    max-width:100%;
    max-height: calc(100% - 30px);
  }
}
/*****************************************モーダルここまで**************************************/