@charset "UTF-8";

/*********************************************************

					　　　　初期設定

**********************************************************/

html{
    font-size: min(2.08vw, 22px);
	line-height: 2;
	letter-spacing: .1rem;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body{
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-feature-settings: "palt";
	width: 100%;
	height: auto;
	
}

.main{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.pc{ display: block;}

.pc_1920 {display: none;}

.sp{ display: none;}

.eng{ font-family: 'Montserrat', sans-serif;}

.inner{
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
	height: auto;
}

a{
	text-decoration: none;
}

/*********************************************************

					ここからheader

**********************************************************/

.menu {
	position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
	align-content: center;
	width: 100%;
	max-height: 132px;
    height: 7vw;
    z-index: 10;
    background: #fff;
}

h1 {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-200%);
}

.inner_menu {
	display: flex;
	align-items: center;
	margin: 0 auto;
	gap: 10%;
	width: 90%;
	max-width: 1200px;
	height: auto;
}

.menu_logo {
	width: 35%;
	height: auto;
}

.menu_logo img {
	width: 100%;
	height: auto;
}

nav {
	width: 60%;
	height: auto;
}

.navi {
	display: flex;
	gap: 5%;
	justify-content: space-between;
	font-weight: 600;
}

.navi li {
	transition-duration: .4s;
}

.navi li:hover {
	transform: scale(1.05, 1.05);
	transition: .3s ease;
	color: #ccc;
}


 /* -----------------------------------メインビジュ----------------------------------- */ 

#section00 {
	margin-top: min(7vw,132px);
}

 .fv {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 10.7 / 5;
	max-height: calc(100vh - min(7vw,132px));
	background-color: #eee;

 }

/* 確認 */
 .mainvisual1 {
    position: relative;
    margin-left: auto;
    width: 74%;
    max-width: 1800px;
    height: auto;
	
}
.mainvisual1::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 20px 30px #fff;
} 

.splide__slide img {
    width: 100%;
    height: auto;
  }

.mainvisual1 img {
    width: 100%;
    height: 100%;
    max-height: 930px;
	object-fit:  cover;
    z-index: -1;
}
/* 確認 */

.car {
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fv p {
	position: absolute;
	top: 12%;
    left: 50%;
    transform: translateX(-50%);
	width: 100%;
	height: auto;
    text-align: center;
	font-size: 3.5vw;
    font-weight: 700;
	font-family: "roboto", sans-serif;
}

.car img {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
	height: auto;
}


 /* -----------------------------------共通タイトル-----------------------------------  */

.section00 {
	position: relative;
	padding-top: min(7vw,132px);

}

.section01 {
	position: relative;
	padding-top: min(7vw,132px);
	padding-bottom: min(7vw,132px);
}

#section00,
#section01,
#section02,
#section03,
#section04 {
	position: absolute;
	top: 0;
	transform: translateY(-100%);
	display: block;
	width: 100%;
	height: min(7vw,132px);
}

.subtitle {
	text-align: center;
	padding-bottom: min(7vw, 80px);
	opacity: 0;
	transform: translateY(15%);
	transition: .8s all ease;
}
.subtitle.active {
	opacity: 1;
	transform: translateY(0);
}

.subtitle p {
	font-size: min(3.75vw,20px);
	font-weight: 600;
}

h2 {
	font-family: "roboto", sans-serif;
	font-size: min(7.1vw, 70px);
	font-weight: 700;
	line-height: 1;
}

h2 span {
	color: #FF0000;
}

.cont {
	text-align: center;
	opacity: 0;
	transform: translateY(15%);
	transition: .8s all ease;
}
.cont.active {
	opacity: 1;
	transform: translateY(0);
}
h3 {
	font-size: min(3.9vw, 40px);
	line-height: 1;
	font-weight: 600;
	padding-bottom: 15px;
}

 /* -----------------------------------workmovie-----------------------------------  */

.sec02 {
	position: relative;
	padding-top: min(7vw,132px);
	padding-bottom: min(7vw,132px);
	background: #000000;
}

.white {
	color: #eee;
}

.movie {
	width: 100%;
	height: auto;
	transition: .8s all ease;
	opacity: 0;
	transform: translateY(15%);
}
.movie.active {
	opacity: 1;
	transform: translateY(0);
}

video {
	width: 100%;
	height: auto;
}

 /* -----------------------------------message-----------------------------------  */

.cont02 {
	display: flex;
	gap: min(3.9vw, 50px);
	width: 100%;
	height: auto;
}

.control {
	text-align: center;
	width: 30%;
	height: auto;
	transition: .8s all ease;
	opacity: 0;
	transform: translateY(15%);
}
.control.active {
	opacity: 1;
	transform: translateY(0);
}
.control img {
	width: 100%;
	height: auto;
}

.people {
	display: inline-block;
	text-align: center;
	align-items: center;
}

.people p {
	display: inline-block;
}

.name {
	font-size: min(2.6vw,24px);
	font-weight: 500;
}

.text {
	width: 70%;
	height: auto;
	transition: .8s .3s all ease;
	opacity: 0;
	transform: translateY(15%);
}
.text.active {
	opacity: 1;
	transform: translateY(0);
}
.text p {
	text-align: justify;
}

 /* -----------------------------------about-----------------------------------  */

dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	transition: .8s all ease;
	opacity: 0;
	transform: translateY(15%);
}
dl.active {
	opacity: 1;
	transform: translateY(0);
}

dt {
	font-weight: 400;
	width: 30%;
	height: auto;
	border-bottom: solid 1px #282828;
    padding: 20px 10px 20px 0;
	align-content: center;
}

dt:nth-child(1) {
	border-top: solid 1px #282828;
}

dd {
	width: 70%;
	height: auto;
	border-bottom: solid 1px #282828;
    padding: 20px 10px;
}

dd span {
	display: inline-block;
}

dd:nth-child(2) {
	border-top: solid 1px #282828;
}

 /* -----------------------------------フッター-----------------------------------  */

 #footer {
	background: #000000;
	padding: 150px 0 0; 
 }

 .mail_inner {
	text-align: center;
 }

 .mail_link {
	display: inline-block;
	margin-bottom: 80px;

 }

 .message {
	display: flex;
	width: 286px;
	text-align: center;
	padding: 30px;
	border: solid #fff 5px;
	border-radius: 20px;
	transition-duration: .4s;
 }

.message:hover {
	transform: scale(1.1);
	opacity: .5;
}
 .message img {
	width: 100%;
	height: auto;
 }

 .navi01 {
	display: flex;
	width: 35%;
	height: auto;
	justify-content: space-between;
	align-items: center;
	color: #eee;
	font-weight: 600;
 }
 .navi01 li {
	transition-duration: .4s;
 }
 .navi01 li:hover {
	opacity: .5;
}

 .footer_menu {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 8vw;
	max-height: 105px;
    align-items: center;
	margin-bottom: 150px;
 }

 .mark_s {
	display: flex;
	align-items: center;
	width: 35%;
	height: 100%;
	justify-content: right;
 }

.inst {
	height: 70%;
	width: auto;
	transition-duration: .4s;
}
.inst img {
	height: 100%;
	width: auto;
}
.inst:hover {
	opacity: .5;
}

.mark {
	height: 100%;
	width: auto;
}

.logo {
	width: auto;
    height: 70%;
	padding-left: 30px;
}

.copy {
	text-align: center;
	color: #fff;
	font-size: 15px;
	padding-bottom: 20px;
}


 /* ------------------メディアクエリ1920px------------------  */

@media screen and (min-width: 1920px){
	
	.fv {
		aspect-ratio: 10 / 4;
	}

	.pc_nomal {display: none;}

	.pc_1920 {
		display: block;
	}

	.fv p {
		top: 7%;
	}

	.car img {
		width: 47%;
	}

}


/*********************************************************

			   ここからメディアクエリ(SP）

**********************************************************/

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

	/* -------　共通　------- */
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	html {
		font-size: min(4.1vw,20px);
	}

	.section01 {
		padding-top: min(18vw, 115px);
		padding-bottom: min(18vw, 115px);
	}

	.sec02 {
		padding-top: min(18vw, 115px);
		padding-bottom: min(18vw, 115px);

	}

	.section00 {
		padding-top: min(18vw, 115px);
	}

	h2 {
		font-size: min(12.5vw,60px);
	}

	h3 {
		font-size: min(6.25vw,25px);
		line-height: 1.5;
	}

	.subtitle p {
		font-size: min(3.75vw,18px);
	}

	/* -------　へッター　------- */

	.menu {
		height: 18vw;
		max-height: 115px;
	}

	.inner_menu {
		display: block;
		align-content: center;
	}

	.menu_logo {
		margin-bottom: 2vw;
		width: 60%;
	}
	
	nav {
		font-size: min(3.75vw,16px);
		width: 100%;
	}

	/* -------セクション------- */

	.fv p {
		font-size: min(7.8vw,50px);
		top: 30%;
	}

	.splide__slide img {
		object-fit: cover;
		aspect-ratio: 3 / 3.5;
	}

	.car img {
		width: 95%;
	}

	.cont span {
		display: inline-block;
	}

	.cont02 {
		display: block;
		width: 100%;
	}

	.control {
		width: 100%;
		margin-bottom: 40px;
	}

	.control img {
		width: 50%;
	}

	.people {
		display: block;
	}

	.name {
		font-size: min(5vw,24px);
	}

	.text {
		width: 100%;
		transition: .8s all ease;
	}

	.text h3 {
		text-align: center;
	}

	dt {
		width: 36%;
	}

	dd {
		width: 64%;
		word-break: break-all;
		}

	/* ---------- フッター ----------*/

	#footer {
		padding-top: 18vw;
	}

	.mail_link {
		width: 50%;
		max-width: 280px;
		margin-bottom: 18vw;
	}

	.message {
		display: flex;
		padding: 5vw;
		width: 100%;
		border-width: min(1vw, 5px);
		border-radius: 5vw;
	}

	.footer_menu_sp.sp {
		display: block;
		margin-bottom: 10vw;
	}
	
	.navi01 {
		margin: 0 auto 5vw;
		width: 90%;
		justify-content: center;
		gap: 50px;
	}

	.icon_sp {
	text-align: center;
	}

	.inst {
		display: block;
		margin: 0 auto 5vw;
		width: 15vw;
		max-width: 76px;
		height: auto;
	}
	.inst img {
		width: 100%;
		height: auto;
	}

	.mark_s {
		margin: 0 auto;
		min-width: 180px;
	}

	.copy {
		font-size: min(3.2vw,15px);
		padding-bottom: 3vw;
	}

}



