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

/* ----------base---------- */
html{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-size: 62.5%;
	/* scroll-behavior: smooth; */
}
 body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	color: #444;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.75 ;
	-webkit-text-size-adjust: 100%;	
}
img{
	border: none; 
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
a{
	outline: none;
	transition: 0.3s;
	text-decoration: none;
	color: #295A70;
}
a:hover{
	text-decoration: none;
}

a img{
	transition: 0.3s;
}
a img:hover{
	opacity: 0.6;
}




/* -------------------all common-------------------- */
/* ----------header---------- */
.header{
	width: 100%;
	height: 90px;
	display: grid;
	place-items: center;
	position: relative;
	z-index: 10;
}
.header img{
	display: block;
	width: 70px;
}


/* ----------navi---------- */
.navi{
	position: relative;
	z-index: 10;
}
.navi ul{
	margin: 0 auto;
 	width: 90%;
	max-width: 1400px;
	padding: 0 20px;
	box-sizing: border-box;
	height: 70px;
	border-radius: 20px;
	background-color: rgba(217,232,239,0.7);
	backdrop-filter: blur(5px);
	display: flex;
	justify-content: space-around;
}
.navi ul li{
	list-style: none;
	text-align: center;
}
.navi ul li a{
	line-height: 70px;
	padding: 4px 8px;
}
.navi ul li.logo{
	display: none;
}
.navi ul li a:hover,
.navi ul li.current a{
	background-color: #fff;
	border-radius: 8px;
}
.navi ul li.hidden{
	display: none;
}

/* fixed */
.navi.fixed{
 	width: 100%;
	position: fixed;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.3s;
    animation: fadeIn 0s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.navi.fixed ul{
	margin: 0 auto;
 	width: 90%;
	max-width: 1400px;
}
.navi.fixed .logo{
	display: block;
	width: 50px;
	top: 15px;
	position: relative;
}
.navi.fixed .logo a:hover{
	background: none;
}


/* ----------footer---------- */
.footer{
	width: 100%;
}
/* sns */
.footer .sns{
	width: 26px;
	margin: 0 auto;
}
.footer .sns a img{
	width: 26px;
	display: block;
	margin: 100px auto;
}

/* flex */
.footer .flex{
	width: 90%;
	max-width: 1800px;
	margin: 30px auto;
	background-color: #EBF1F3;
	border-radius: 130px;
	font-size: 1.3rem;
}
/* left */
.footer .flex .left{
	min-width: 260px;
	width: 25%;
	padding: 80px 20px;
	box-sizing: border-box;	
}
.footer .flex .left a img{
	width: 110px;
	display: block;
	margin: 0 auto;
}

.footer .flex .left p{
	color: #295A70;
	text-align: center;
}
/* right */
.footer .flex .right{
	width: calc(100% - 260px);
	padding: 80px 40px 40px;
	box-sizing: border-box;
	background-color: #F4F7F8;
	border-radius: 130px;
	color: #295A70;
}
/* sitemap */
.footer .sitemap{
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}
.footer .sitemap div{
	font-weight: 600;
	margin: 0 auto;
}
.footer .sitemap div ul{
	font-weight: 400;
	margin: 10px 0;
	padding: 0 0 0 15px;
	list-style: none;
}
.footer .sitemap div ul .child{
	margin: 0 0 0 10px;
	padding: 0;
}
.footer .sitemap a{
	padding: 1px 5px;
	border-radius: 6px;
}
.footer .sitemap a:hover{
	background-color: #fff;
}
.footer .sitemap div ul hr{
	background: none;
	border: none;
}

/* copyright */
.footer .copyright{
	text-align: center;
	padding: 0 0 50px;
}





 /* ----------section---------- */
.section{
	width: 100%;
	position: relative;
	padding: 30px 0;
}
.section.color{
	background-color: #F7F9FA;
}



 /* ----------area-title---------- */
.area-title{
	text-align: center;
}
.area-title h2{
	color: #295A70;
	font-size: 2.4rem;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.area-title h2 span{
	font-size: 1.3rem;
	display: block;
	padding: 0;
}
/* more */
.area-title .more{
}
.area-title .more a{
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	display: block;
	border-radius: 50%;
	background-color: #F4F7F8;
}
.area-title .more a:hover{
	background-color: #D8E6EE;
}



/* ----------flex---------- */
.flex{
	display: flex;
}



/* -------------------index-------------------- */
/* ----------mv---------- */
.mv{
	width: 100%;
	height: 100%;
	position: relative;
	top: -160px;
	margin-bottom: -160px;
	z-index: 0;
	overflow: hidden;
}
.mv img{
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}

.swiper-slide-active img,
.swiper-slide-duplicate-active  img,
.swiper-slide-prev img{
  animation: zoom-in 10s linear 0s 1 normal both;  
}
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

/* box */
.box {
  animation: fadeIn linear both;
  animation-timeline: scroll();
}
@keyframes fadeIn {
from {
    opacity: 1;
   clip-path: inset(0 round 0);
   }

to {
    opacity: 1;
     clip-path: inset(100% round 60vw);
}
}




/* curtain */
.curtain {
	margin: 0 0 -160px;
	position: sticky;
	width: 100%;
	animation: scroll-anim linear;
	animation-timeline: scroll();
}
@keyframes scroll-anim {
  from {
    scale: 1 1;
  }
  to {
    scale: 0 0;
  }
}


/* ----------copy---------- */
.copy{
	width: 100%;
	height: 120px;
	display: grid;
	place-items: center;
}
.copy h1{
	font-size: 3.6rem;
	font-weight: 400;
	color: #295A70;
	margin: 0;
	padding: 0;
}



/* ----------news-area---------- */
.news-area{
	margin: 0 auto 100px;
}
/* flex */
.news-area .flex{
	width: 90%;
	max-width: 1800px;
	margin: 0 auto;
	background-color: #EBF1F3;
	border-radius: 50px;
}
/* left */
.news-area .flex .left{
	min-width: 260px;
	width: 25%;
	padding: 70px 20px;
	box-sizing: border-box;	
}
/* area-tile */
.news-area .area-title .more{
	width: 38px;
	margin: 30px auto 0;	
}
.news-area .more a{
	background-color: #fff;
}
/* right */
.news-area .flex .right{
	width: calc(100% - 260px);
	padding: 70px 40px 90px;
	box-sizing: border-box;
	color: #295A70;
	position: relative;
}
/* news-list */
.news-area .news-list{
	width: 100%;
	overflow-x: hidden;
}
.news-area .news-list .item{
	margin: 0 10% 0 0;
	background-color: #fff;
	border-radius: 20px;
	position: relative;
}
.news-area .news-list .thumbnail{
	border-radius: 20px;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.news-area .news-list .thumbnail img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.news-area .news-list .cate a{
	font-size: 1.2rem;
	background-color: #295A70;
	color: #fff;
	position: absolute;
	top: 170px;
	right: 10px;		
	z-index: 10;
	padding: 0 6px;
	border-radius: 6px;
	height: 20px;
	line-height: 20px;
}
.news-area .news-list .cate a:hover{
	color: #295A70;
	background-color: #EBF1F3;
}
.news-area .news-list .txt{
	padding: 20px;
}
.news-area .news-list .txt p{
	margin: 0;
}
.news-area .news-list .date{
	font-weight: 600;
}

.swiper-scrollbar{
	bottom: 45px !important;
    background: #9FBCC9 !important;
    height: 2px !important;
    position: relative;
    width: 90% !important;
    margin-left: 20px;
    z-index: 20;
}
.swiper-scrollbar .swiper-scrollbar-drag{
	top: -10px;
	border: 1px solid #9FBCC9;
    background: #fff; 
    border-radius: 10px; 
    height: 20px;
   	cursor: grab;
}



/* ----------about-area---------- */
.about-area{
	position: relative;
	margin: 0 auto 100px;
}
/* area-tile */
.about-area .area-title .more{
	width: 38px;
	position: relative;
	top: -50px;
	left: calc(50% + 80px);
}
/* flex */
.about-area .flex{
	width: 90%;
	max-width: 1200px;
	margin: 50px auto;
	justify-content: space-between;
	align-items: center;
}
/* left */
.about-area .left{
	margin-right: 50px;
}



/* ----------company-area---------- */
.company-area{
	position: relative;
	margin: 0 auto 100px;
}
/* area-tile */
.company-area .area-title{
	position: relative;
	z-index: 10;
	width: 240px;
	margin: 0 auto;
	background-color: #fff;
}
.company-area .area-title h2{
	text-indent: -30px;
}
.company-area .area-title .more{
	width: 38px;
	position: relative;
	top: -50px;
	left: calc(50% + 60px);
}

/* photo-area */
.company-area .photo-area{
	position: relative;
	width: 90%;
	max-width: 1800px;
	min-height: 1300px;
	margin: 0 auto 50px;
	border: none;
	padding: 70px 0 0;
	box-sizing: border-box;
}
.home .company-area .photo-area{
	margin: -70px auto 50px;
	border: dotted 6px #D8E6EE;
	border-radius: 50px;
}
.company-area .photo-area .greeting{
	position: absolute;
	right: 15%;
	top: 5%;
	z-index: 1;
	width: 30%;
}
.company-area .photo-area .myagi{
	position: absolute;
	left: 6%;
	top: 11%;
	z-index: 1;
	width: 45%;
}
.company-area .photo-area .yamanashi{
	position: absolute;
	right: 6%;
	top: 22%;
	z-index: 3;
	width: 45%;
}
.company-area .photo-area .staff{
	position: absolute;
	left: 1%;
	bottom: 20%;
	z-index: 4;
	width: 50%;
}
.company-area .photo-area .nori{
	position: absolute;
	right: 3%;
	bottom: 3%;
	z-index: 5;
	width: 65%;
}


/* ----------business-area---------- */
.business-area{
	position: relative;
	margin: 0 auto 100px;
}
/* area-tile */
.business-area .area-title{
	position: relative;
	z-index: 10;
	width: 240px;
	margin: 0 auto;
	background-color: #fff;
}
.business-area .area-title .more{
	width: 38px;
	position: relative;
	top: -50px;
	left: calc(50% + 80px);
}
/* flex */
.business-area .flex{
	width: 80%;
	max-width: 1600px;
	margin: 0 auto;
	justify-content: space-between;
}
.business-area .tech{
	width: 31%;	
	background-color: #EBF1F3;
	border-radius: 20px;
	padding: 30px 50px;
	box-sizing: border-box;
	text-align: center;
	color: #295A70;
}
.business-area .tech img{
	border-radius: 70px;
	margin-bottom: 10px;
}
.business-area .tech strong{
	font-size: 2.4rem;
	font-weight: 600;
}
.business-area .tech p{
	font-size: 1.3rem;
	font-weight: 600;
	margin: 0;
}

/* ----------sustainability-area---------- */
.sustainability-area{
	position: relative;
	margin: 0 auto 100px;
}
/* area-tile */
.sustainability-area .area-title{
	position: relative;
	z-index: 10;
	width: 240px;
	margin: 0 auto;
	background-color: #fff;
}
.sustainability-area .area-title .more{
	width: 38px;
	position: relative;
	top: -50px;
	left: calc(50% + 110px);
}
/* image */
.sustainability-area .image{
	width: 960px;
	margin: 0 auto;
}
.sustainability-area .image img{
	border-radius: 60px;
}


/* ----------recruit-area---------- */
.recruit-area{
	margin: 0 auto 100px;
}
/* flex */
.recruit-area .flex{
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
	background-color: #D8E6EE;
	border-radius: 50px;
	align-items: center;
}
/* left */
.recruit-area .flex .left{
	min-width: 260px;
	width: 25%;
	padding: 80px 20px;
	box-sizing: border-box;	
}
/* area-tile */
.recruit-area .area-title .more{
	width: 38px;
	margin: 30px auto 0;	
}
.recruit-area .more a{
	background-color: #fff;
}
.recruit-area .more a:hover{
	background-color: #EBF1F3;
}
/* right */
.recruit-area .flex .right{
	width: calc(100% - 260px);
}
.recruit-area .flex .right img{
	display: block;
	width: 100%;
	height: 440px;
	object-fit: cover;
	border-radius: 50px;
}




/* -------------------page common-------------------- */
/* contents-area */
.contents-area{
	width: 100%;
	min-height: 55vh;
}
.contents-area .inner{
	margin: 0 auto;
	width: 90%;
	max-width: 1480px;
}
.contents-area .inner.wide{
	max-width: 1800px;	
}
.contents-area .inner.semiwide{
	max-width: 1480px;	
}
.contents-area .inner.semiwide{
	max-width: 1280px;	
}

/* page-title */
.page-title{
	width: 100%;
	height: 270px;
	text-align: center;
	position: relative;
}
.page-title h2{
	font-size: 2.4rem;
	font-weight: 600;
	padding: 85px 0 0;
	margin:0;
	position: relative;
	z-index: 1;
}
.page-title h2 span{
	display: block;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 0;
	margin: 0;
}
.page-title .bg{
	font-size: 20rem;
	color: rgba(41,90,112,0.05);
	font-weight: 600;
	padding: 0;
	margin: -210px 0 0;
	position: relative;
	z-index: 0;
}
.page-title .bg.small{
	font-size: 10rem;
	margin: -180px 0 0;
}
.page-title .bg.middle{
	font-size: 12.8rem;
	margin: -200px 0 0;
}

/* midashi */
.midashi{
	width: 100%;
	text-align: center;
	position: relative;
}
.midashi h2{
	font-size: 1.8rem;
	font-weight: 600;
	margin:  10px 0 50px;
	padding: 0;
	position: relative;
	z-index: 1;
}
.midashi h2 span{
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.midashi .bg{
	font-size: 20rem;
	color: rgba(41,90,112,0.05);
	font-weight: 600;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 0;
	line-height: 1;
}
.midashi .bg.small{
	font-size: 10rem;
}
.midashi .bg.middle{
	font-size: 12.8rem;
}

/* margin height */
.high{
	margin-top: 100px;
}
.over{
	margin-top: -130px;
}
.midashi.over h2{
	margin-top: 100px;
}


/* txt size */
.big{
	font-size: 2.4rem;
}

/* align */
.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}
.align-left{
	text-align: left;
}

/* image parts */
.round{
	display: block;
	margin: 30px auto;
	border-radius: 120px;
}

/* image-area */
.image-area{
	text-align: center;
	background-color: #F7F9FA;
	padding: 80px 0;
}
.image-area img{
	width: 90%;
	max-width: 1600px;
	display: block;
	margin: 0 auto;
	border-radius: 55px
}



/* --------------page about--------------- */
.about{
}


/* --------------page company--------------- */
.company{
}

/* greeting */
.flex.greeting{
	margin: 0 auto;
	justify-content: space-between;
	max-width: 1165px;
}
.flex.greeting .left{
	width: calc(100% - 380px);
}
.flex.greeting .right{
	width: 320px;
}
.flex.greeting .right img{
	width: 312px;
	height: 312px;
	object-fit: cover;
	border-radius: 75px;
}

/* table */
.company table{
	width: 800px;
	margin: 50px auto;
}
.company table th{
	vertical-align: top;
	text-align: right;
	font-weight: 600;
	width: 100px;
	padding: 5px 0;
}
.company table td{
	vertical-align: top;
	padding: 5px 0 5px 100px;
}

/* map */
.flex.map{
	margin: 50px auto;
	max-width: 1310px;
	background-color: #F7F9FA;
	border-radius: 40px;
}
.flex.map .left{
	padding: 50px;
	box-sizing: border-box;
	width: calc(100% - 615px);
}
.flex.map h4{
	margin: 0;
	padding: 0;
}
.flex.map .right{
	width: 615px;
	border-radius: 40px;
	background-color: #ccc;
	overflow: hidden;
}
.flex.map .right iframe{
	display: block;
	margin: 0;
	padding: 0;	
	width: 100%;
	height: 285px;
}


/* --------------page business--------------- */
.business{
}


/* --------------page sustainability--------------- */
.sustainability{
}


/* --------------page recruit--------------- */
.recruit{
}


/* --------------page inquiry--------------- */
.inquiry{
}

/* --------------page news--------------- */
.news{
}










}
