@charset "UTF-8";
/* CSS Document */

body{
  overflow: auto;
  opacity: 1;
}

header{
  position: absolute;
  top: 35px;
  left: 45px;
  z-index: 999;
}

header h1{
  width: 220px;
}

header nav{
  width: 100%;
  min-width: 1200px;
  height: 70px;
  background: #FFF;
  position: fixed;
  top: -70px;
  left: 0;
  z-index: 9999;
}

@media screen and (min-width: 768px) {
  header nav{
    transition: .3s;
  }  
  
  header nav.sdw{
    top: 0;
    transition: .6s;
  }

  header nav img{
    width: auto;
    height: 70px;
  }
}

header nav ul{
  display: flex;
  justify-content: flex-start;
  float: right;
}

header nav ul li:first-of-type{
  position: absolute;
  top: 0;
  left: 0;
}

header nav ul li a{
  font-size: 17px;
  line-height: 70px;
  padding: 0 20px;
  display: block;
}

header nav ul li:last-of-type a{
  color: #FFF;
  background: #242230;
}

@media screen and (min-width: 768px) {
  header nav ul li:nth-last-child(4) a span{
    padding-right: 24px;
    position: relative;
  }

  header nav ul li:nth-last-child(4) a span::after{
    content: "";
    width: 17px;
    height: 17px;
    background: url("/common/icon_link.webp") left center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-40%);
  }

  header nav ul li:last-of-type{
    margin-left: 15px;
  }
  
  header nav ul li:last-of-type a:hover{
    background: #3c3c82;
    opacity: 1;
  }
  
  header nav ul li:last-of-type a span{
    padding-left: 35px;
    position: relative;
  }

  header nav ul li:last-of-type a span::before{
    content: "";
    width: 21px;
    height: 16px;
    background: url("/common/icon_mail.webp") left center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
  }
}

@keyframes anime {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.mv{
  position: relative;
  overflow: hidden;
}

.mv h1{
  width: 500px;
  position: absolute;
  bottom: 120px;
  left: 240px;
  z-index: 99;
}

.slider-wrapper{
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #0e051b;
}

.slider-viewport{
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1980 / 1014;
}

@media screen and (max-width: 767px){
  .slider-viewport{
    aspect-ratio: 780 / 980;
  }
}

.slider li{
  float: none;
  list-style: none;
  position: absolute;
  width: 100%;
  opacity: 0;
  z-index: 0;
}

.slider li:first-child {
  opacity: 1;
  z-index: 1;
}

.slider-wrapper:not(.slider-initialized) .slider li:first-child img {
  transform: scale(1.1);
}

.slider li.active-slide img {
  transform: scale(1.1);
  will-change: transform;
}

.slider img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slider img.ani{
  animation: anime 7.5s linear forwards;
}

.pic_list p a {
  font-size: 18px;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 1px solid #242230;
  display: inline-block;
  margin-top: 25px;
  padding-right: 30px;
  position: relative;
}

.pic_list p a::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("/common/icon_aw.webp") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 3px;
  right: 0;
  transform: translateX(0);
  transition: .3s;
}

@media screen and (min-width: 768px) {

  .pic_list p a:hover::after {
    transform: translateX(25%);
    transition: .3s;
  }

  .fx_nav{
    width: 100%;
    height: 95px;
    background: #FFF;
    margin: 0 auto;
    position: relative;
  }

  .fx_nav nav ul{
    display: flex;
    justify-content: center;
  }

  .fx_nav nav ul li:first-of-type{
    display: none;
  }

  .fx_nav nav ul li a{
    font-size: 19px;
    line-height: 95px;
    padding: 0 30px;
    display: block;
  }

  .fx_nav nav ul li:nth-last-child(4) a span{
    padding-right: 28px;
    position: relative;
  }

  .fx_nav nav ul li:nth-last-child(4) a span::after{
    content: "";
    width: 19px;
    height: 19px;
    background: url("/common/icon_link.webp") left center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-40%);
  }

  .fx_nav nav ul li:last-of-type a{
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    background: #242230;
  }

  .fx_nav nav ul li:last-of-type a:hover{
    background: #3c3c82;
    opacity: 1;
  }

  .fx_nav nav ul li:last-of-type a span{
    padding-left: 35px;
    position: relative;
  }

  .fx_nav nav ul li:last-of-type a span::before{
    content: "";
    width: 21px;
    height: 16px;
    background: url("/common/icon_mail.webp") left center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
  }
  
  .imgbk{
    width: 100%;
    padding: 180px 0;
    background: url("/img/bg_y.webp") repeat-x left top;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .imgbk::before{
    content: "";
    width: 100%;
    height: 100%;
    background: url("/img/bg_bow.webp") no-repeat left top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .imgbk::after{
    content: "";
    width: 300px;
    height: 900px;
    background: url("/img/bg_arrow.webp") no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 0px;
    right: 80px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: -1;
  }

}

@media screen and (min-width: 768px) {
  .pic_list h2{
    font-size: 45px;
    letter-spacing: .2em;
    line-height: 1;
    writing-mode: vertical-rl;
    white-space: nowrap;
    background: url("/img/title.webp") right top no-repeat;
    background-size: 15px auto !important;
    padding: 10px 40px 110px 0;
    position: absolute;

    left: -180px;
  }
}

.pic_list > p{
  font-size: 18px;
  line-height: 1;
  text-align: center;
  padding-top: 60px;
}

.pic_list > p{
  padding-top: 80px;
}

.pic_list{
  width: 1010px;
  margin: 0 auto;
  position: relative;
  transform: translateX(90px)
}

.pic_list ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.pic_list ul li{
  width: 470px;
}

.pic_list ul li:nth-of-type(n + 3){
  margin-top: 40px;
}

.pic_list ul li div.pic{
  width: 100%;
  height: 270px;
  margin-bottom: 10px;
  background: #ABABAB;
  position: relative;
  overflow: hidden;
}

.pic_list ul li div img{
  position: absolute;
  height: 100%;
  width: 100%;
}

.pic_list ul li h3{
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 3px;
  transition: .3s;
}

.pic_list ul li p{
  font-size: 16px;
  line-height: 1.3;
  transition: .3s;
}

.pic_list ul li p span{
  font-family: 'Gilda Display', serif;
  padding-right: 1.2em;
  display: inline-block;
}

.pic_list ul li a{
  display: block;
}

@media screen and (min-width: 768px) {

  .pic_list ul li a img {
    transition: transform 0.6s ease-out;
  }

  .pic_list ul li a h3,
  .pic_list ul li a p {
    transition: opacity 0.3s ease-out;
  }
  
  .pic_list ul li a:hover{
    opacity: 1;
  }

  .pic_list ul li a:hover img{
    transform: scale(1.05);
    transition: .6s;
  }

  .pic_list ul li a:hover h3,
  .pic_list ul li a:hover p{
    opacity: .6;
    transition: .3s;
  }
}

@media screen and (min-width: 768px) {
  
  .map_box{
    height: 740px;
    background: url("/img/link_bk.webp");
    position: relative;
  }

  .map_box::before{
    content: "";
    width: 950px;
    height: 1200px;
    background: url("/img/map.webp") no-repeat;
    background-size: auto 100%;
    position: absolute;
    right: 0;
  }

  .map_box > div{
    width: 1030px;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
  }

  .map_box > div a{
    width: 445px;
    height: 220px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    display: block;
    background: #FFF;
    border: 10px solid #c4c4c4;
    padding-top: 50px;
    box-sizing: border-box;
    position: relative;
  }

  .map_box > div a:hover{
    opacity: 1;
    border: 10px solid #919191;
  }

  .map_box > div a:hover span{
    opacity: .6;
    transition: .3s;
  }
}

.map_box > div a span{
  padding-top: 80px;
  background: url("/img/link_icon01.webp") no-repeat center top;
  background-size: auto 68px !important;
  display: inline-block;
  transition: .3s;
}

.map_box > div ul{
  display: flex;
  justify-content: space-between;
}

.map_box > div ul li:nth-of-type(2) a span{
  background: url("/img/link_icon02.webp") no-repeat center top;
}

.link_box{
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 150px 0 255px;
  position: relative;
}

.link_box h2{
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 25px;
}

.link_box p{
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 50px;
}

.link_box > a{
  width: 675px;
  height: 165px;
  font-family: 'Noto Serif JP', serif;
	font-weight: 400;
  font-size: 30px;
  line-height: 140px;
  color: #FFF;
  background: #3c3c82;
  margin: 0 auto;
  padding: 12px;
  display: block;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .link_box > a:hover{
    background: #292953;
    opacity: 1;
  }
}

.link_box > a span{
  display: block;
  border: 1px solid #FFF;
}

@media screen and (min-width: 768px) {
  .hr_img{
    height: 820px;
    margin-bottom: 160px;
    background: url("/img/hr_pic.webp") no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
  }

  .hr_img h2{
    width: 495px;
    height: 928px;
    font-family: 'Gilda Display', serif;
    font-size: 33px;
    line-height: 1.3;
    color: #FFF;
    background: url("/img/hr_bk.webp") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .hr_img h2 span{
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .hr_img h2 span i{
    font-style: normal;
    letter-spacing: .04em;
  }
}

@media screen and (max-width: 767px) {
  
  .btn_m{
    margin: 1.8vw;
		width: 18vw;
		height: auto;
		position:fixed;
		top:0;
		right:0;
		z-index:9999;
		opacity:1;
		cursor: pointer;
    display: block;
	}
  		
	.menu {
		width: 18vw;
		height: 13vw;
		display: block;
		z-index: 99999;
		cursor: pointer;
	}
			
	.menu span {
		width: 7vw;
		height: 1px;
		display: block;
		background: #FFF;
		position: absolute;
		right: 6vw;
		top: 50%;
		cursor: pointer;
    transition: all 0.3s;
    transform: rotate(0deg);
	}
	
	.menu span:not(:target) {
		display: block;
	}
	
	.menu .top {
    transform: translateY(-1vw);
	}
	
	.menu .bottom {
    transform: translateY(1vw);
	}
			
	.menu.is-open .top {
    transform: rotate(-35deg) translateY(0px);
    background: #FFF;
	}
	
	.menu.is-open .bottom {
    transform: rotate(35deg) translateY(0px);
    background: #FFF;
	}
  
  .menu p{
    font-size: 3vw;
    line-height: 0;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-75%,-50%);
    transition: all 0.3s;
  }
  
  .menu.is-open p{
    opacity: 0;
  }
  
  header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(36,34,48,0);
    transition: .6s;
  }
  
  header.floating{
    background: rgba(36,34,48,1);
    transition: .6s;
  }

  header h1{
    width: 30vw;
    margin: 4vw;
  }

  header nav{
    width: 100%;
    min-width: 100%;
    height: 100vh;
    background: #242230;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
  
  header nav img{
    width: auto;
    height: 9vw;
  }
  
  header nav ul{
    display: block;
    float: none;
    padding-top: 20vw;
  }

  header nav ul li:first-of-type{
    position: static;
  }

  header nav ul li a{
    font-size: 3.8vw;
    color: #FFF;
    line-height: 1;
    padding: 5vw 23vw;
    display: block;
  }

  header nav ul li:nth-last-child(4) a span{
    width: 100%;
    display: inline-block;
    position: relative;
  }

  header nav li:nth-last-child(4) a span::after{
    content: "";
    width: 3.5vw;
    height: 3.5vw;
    background: url("/common/icon_link_p.webp") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 60%;
    left: 20vw;
    transform: translateY(-50%);
  }

  header nav ul li:last-of-type a{
    color: #242230;
    background: none;
    margin-top: 3vw;
  }
  
  header nav ul li:last-of-type a span{
    width: 100%;
    background: #FFF;
    display: inline-block;
    padding: 5vw 0 5vw 16vw;
    position: relative;
  }
  
  header nav ul li:last-of-type a span::before{
    content: "";
    width: 4vw;
    height: 3.3vw;
    background: url("/common/icon_mail_p.webp") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 52%;
    left: 9vw;
    transform: translateY(-50%)
  }

  .mv h1{
    width: 80vw;
    bottom: 10vw;
    left: 10vw;
    margin-left: 0;
  }

  .fx_nav{
    display: none;
  }

  .imgbk{
    background: url("/img/bg_bow_s.webp") no-repeat left top;
    background-size: 100% auto;
    }

  .pic_list h2{
    font-size: 6.8vw;
    letter-spacing: .1em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    background: url("/img/title_s.webp") center bottom no-repeat;
    background-size: auto 2.8vw !important;
    padding-bottom: 6vw;
    margin-bottom: 10vw;
  }

  .pic_list > p{
    line-height: 1;
    text-align: center;
    padding-top: 10vw;
  }

  .pic_list p a{
    font-size: 3.8vw;
  }

  .pic_list{
    width: 100%;
    margin: 0;
    padding: 32vw 8vw;
    transform: translateX(0);
  }
  
  .pic_list::after{
    content: "";
    width: 30vw;
    height: 100vw;
    background: url("/img/bg_arrow_s.webp") no-repeat center bottom;
    background-size: 100% auto;
    position: absolute;
    left: 8vw;
    bottom: 0;
    z-index: -1;
  }

  .pic_list ul{
    display: block;
  }

  .pic_list ul li{
    width: 100%;
  }

  .pic_list ul li:nth-of-type(n + 2){
    margin-top: 7vw;
  }
  
  .pic_list ul li:first-of-type{
    padding: 0 6vw;
  }
  
  .pic_list ul li:first-of-type div.pic{
    width: 100%;
    height: 40vw;
    margin-bottom: 2vw;
  }
  
  .pic_list ul li:first-of-type div.pic + div{
    width: 100%;
  }

  .pic_list ul li:nth-of-type(n + 2){
    width: 90vw;
    margin-left: -3vw;
  }

  .pic_list ul li div.pic{
    width: 43%;
    height: 22vw;
    margin-bottom: 0;
    background: #ABABAB;
    position: relative;
    overflow: hidden;
  }
  
  .pic_list ul li div.pic + div{
    width: 53%;
  }

  .pic_list ul li h3{
    font-size: 4vw;
    line-height: 1.3;
    margin-bottom: 1vw;
  }

  .pic_list ul li p{
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 1.3;
  }

  .pic_list ul li p span{
    padding-right: 1em;
  }

  .pic_list ul li:nth-of-type(n + 2) a{
    display: flex;
    justify-content: space-between;
  }

  .map_box{
    height: 230vw;
    background: url("/img/map_s.webp") 0% 0% / 100% no-repeat;
    position: relative;
  }

  .map_box > div{
    padding: 18vw 10vw;
  }

  .map_box > div a{
    font-family: 'Noto Serif JP', serif;
    width: 100%;
    height: 25vw;
    font-size: 4.5vw;
    line-height: 1.3;
    text-align: left;
    display: block;
    background: #FFF;
    border: 1.5vw solid #c4c4c4;
    position: relative;
    padding-top: 0;
  }

  .map_box > div a span{
    padding-top: 0;
    padding-left: 25vw;
    background: url("/img/link_icon01.webp") no-repeat left 3vw center;
    background-size: auto 10vw !important;
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%)
  }

  .map_box > div ul{
    display: block;
  }

  .map_box > div ul li:nth-of-type(2) a span{
    min-height: 15vw;
    line-height: 15vw;
    background: url("/img/link_icon02.webp") no-repeat left 3vw center;
    background-size: auto 12vw !important;
  }
  
  .map_box > div ul li + li{
    margin-top: 8vw;
  }

  .link_box{
    width: 100%;
    padding: 3vw 10vw 30vw;
    margin-top: -60vw;
  }

  .link_box h2{
    font-size: 5vw;
    line-height: 1.3;
    margin-bottom: 5vw;
    text-align: left;
  }

  .link_box p{
    font-size: 3.8vw;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 10vw;
  }

  .link_box > a{
    width: 100%;
    height: 24vw;
    font-size: 4vw;
    line-height: 20vw;
    padding: 2vw;
    display: block;
  }

  .hr_img{
    height: 160vw;
    background: url("/img/hr_pic_s.webp") no-repeat left top;
    background-size: 100% auto;
    margin-bottom: 20vw;
    position: relative;
  }

  .hr_img h2{
    width: 85%;
    font-family: 'Gilda Display', serif;
    font-size: 6vw;
    line-height: 1.3;
    color: #FFF;
    text-align: center;
    padding: 10vw 0;
    background: rgba(0,0,0,.6);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .hr_img h2 span i{
    font-style: normal;
    letter-spacing: .05em;
  }
}