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

/*

使用フォント

日本語 セザンヌ
font-family: "fot-cezanne-pron", sans-serif;

日本語 源ノ角ゴシック
font-family: "source-han-sans-japanese", sans-serif;
ExtraLight 100
Light 200
Normal 300
Regular 400
Medium 500
Bold 700
Heavy 900

日本語丸ゴシック
font-family: "fot-tsukuardgothic-std", sans-serif;

英語
font-family: "transducer-extended", sans-serif;

*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*マージン*/

.mt10{
	margin-top:10px;
}

.mt20{
	margin-top:20px;
}

.mt30{
	margin-top:30px;
}

.mt40{
	margin-top:40px;
}

.mt50{
	margin-top:50px;
}

.mt60{
	margin-top:60px;
}

.mt70{
	margin-top:70px;
}

.mt80{
	margin-top:80px;
}

.mt90{
	margin-top:90px;
}

.mt100{
	margin-top:100px;
}

.mb10{
	margin-bottom:10px;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

.mb40{
	margin-bottom:40px;
}

.mb50{
	margin-bottom:50px;
}

.mb60{
	margin-bottom:60px;
}

.mb70{
	margin-bottom:70px;
}

.mb80{
	margin-bottom:80px;
}

.mb90{
	margin-bottom:90px;
}

.mb100{
	margin-bottom:100px;
}

/*マージン*/

/*IMG*/

.img_ma{
	margin-right:auto;
	margin-left:auto;
	display:block;
	max-width: 100%;
}

img{
	max-width: 100%;
	height:auto;
}

/*IMG*/

a{
	transition:.2s;
}

body{
	font-family: "fot-cezanne-pron", sans-serif;
	font-size:20px;
	line-height:2;
	padding-top: 70px;
}

header{
	width:100%;
	height: 70px;
	position: fixed;
	top:0;
	left: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 40px;
	background: #fff;
}

.h_logo{
	display: flex;
	align-items: center;
}

.h_logo img{
	display: block;
	width:210px;
	margin-right: 34px;
}

.h_btn:hover{
	opacity: 0.6;
}

.h_btn img{
	display: block;
	height: 70px;
}

.top_mov{
	width:calc( 100% - 80px );
	margin:30px auto 50px;
	position: relative;
}

.top_mov_sp{
	display: none;
}

.top_mov_sp video{
	display: block;
	width:100%;
}

.top_mov_volume{
	position: fixed;
	bottom:10px;
	left: 10px;
	width:50px;
	height: 50px;
	cursor: pointer;
	transition: .2s;
	z-index: 5;
}

.top_mov_volume2{
	opacity: 0;
	pointer-events: none;
}

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

.gray_wrap{
	background: #e6e6e6;
	border-radius: 40px 40px 0 0;
	overflow: hidden;
	padding-bottom: 180px;
}

.intro_wrap{
	position: relative;
	padding:180px 20px 200px;
}

.intro{
	max-width: 1030px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:0 auto;
	position: relative;
	z-index: 2;
}

.intro_text{
	width:calc( 100% - 430px );
}

.eng1{
	font-family: "transducer-extended", sans-serif;
	font-size: 15px;
	line-height: 1;
	margin-bottom: 10px;
}

.intro_h_img{
	display: block;
	width:370px;
	background: #fff;
}

.intro_text_img1{
	width:100%;
	max-width: 450px;
	margin:30px 0 25px;
}

.intro_text_img1_sp{
	display: none;
}

.intro_text_img2{
	width:100%;
	max-width: 400px;
}

.pict1{
	position: absolute;
	top:80px;
	left: 0;
}

.pict2{
	position: absolute;
	top:0;
	right: 20%;
}

.pict3{
	position: absolute;
	bottom:30px;
	right: 0;
}

.pict1_sp{
	display: none;
	position: absolute;
	top:-35px;
	left: -15px;
}

.pict2_sp{
	display: none;
	position: absolute;
	bottom:10px;
	right: -55px;
}

@media screen and (max-width:900px) {
	body{
		padding-top: 50px;
	}
	
	header{
		padding-left: 20px;
		height: 50px;
	}
	
	.h_logo{
		font-size: 16px;
	}
	
	.h_logo img{
		width:160px;
		margin-right: 15px;
	}
	
	.h_btn img{
		height: 50px;
	}
	
	.top_mov{
		width:calc( 100% - 40px );
	}
	
	.intro_text{
		width:100%;
		margin-top: 30px;
	}
	
	.pict1{
		display: none;
	}
}

@media screen and (max-width:650px) {
	body{
		padding-top: 0;
		font-size: 16px;
		background: #e6e6e6;
	}
	
	header{
		height: auto;
		position: static;
		display: flex;
		justify-content: center;
		padding: 15px 0;
	}
	
	.h_logo{
		display: block;
		line-height: 1;
	}
	
	.h_logo img{
		width:140px;
		margin: 0 auto 8px;
	}
	
	.h_btn{
		display: none;
	}
	
	.top_mov{
		width:100%;
		margin:0;
	}
	
	.gray_wrap{
		border-radius: 0;
	}
	
	.intro_wrap{
		padding:100px 20px 80px;
	}
	
	.eng1{
		font-size: 12px;
	}
	
	.intro_h_img{
		width:280px;
	}
	
	.intro_text{
		
	}
	
	.intro_text_p br{
		display: none;
	}
	
	.intro_text_img1{
		display: none;
	}
	
	.intro_text_img1_sp{
		display: block;
		width:100%;
		max-width: 290px;
		margin:40px 0 10px;
	}
	
	.intro_text_img2{
		max-width: 280px;
	}
	
	.pict1 , .pict2 , .pict3{
		display: none;
	}
	
	.pict1_sp , .pict2_sp{
		display: block;
	}
}

.tksk{
	max-width: 1040px;
	padding:0 20px;
	margin:0 auto;
}

.tksk_h{
	font-size: 30px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	margin-bottom: 46px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tksk_h p{
	width:270px;
	text-align: center;
}

.tksk_h::before{
	display: block;
	content:"";
	width:calc( ( 100% - 270px ) / 2 );
	height: 8px;
	background: url("images/dot1.webp") repeat-x left center;
	background-size: contain;
}

.tksk_h::after{
	display: block;
	content:"";
	width:calc( ( 100% - 270px ) / 2 );
	height: 8px;
	background: url("images/dot2.webp") repeat-x right center;
	background-size: contain;
}

.tksk_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.tksk_list li{
	width:32%;
	max-width: 300px;
}

.tksk_list li > div{
	width:100%;
	position: relative;
	border-radius: 10px;
	background: #ff5a00;
}

.tksk_list li > div::before{
	content:"";
	display: block;
	padding-top: 100%;
}

.tksk_list li > div img{
	width:calc( 100% - 20px );
	max-width: 260px;
	display: block;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.tksk_text{
	background: #fff;
	border-radius: 10px;
	text-align: center;
	padding:30px;
}

.tksk_text span{
	display: inline-block;
}

@media screen and (max-width:650px) {
	.tksk_h{
		font-size: 24px;
		margin-bottom: 20px;
	}
	
	.tksk_h p{
		width:150px;
		text-align: center;
	}

	.tksk_h::before{
		width:calc( ( 100% - 150px ) / 2 );
		height: 5px;
	}

	.tksk_h::after{
		width:calc( ( 100% - 150px ) / 2 );
		height: 5px;
	}
	
	.tksk_list{
		max-width: 340px;
		margin:0 auto 30px;
	}
	
	.tksk_list li{
		width:100%;
		max-width: 100%;
	}
	
	.tksk_list li + li{
		margin-top: 15px;
	}
	
	.tksk_list li > div::before{
		padding-top: 180px;
	}
	
	.tksk_list li > div img{
		max-width: 226px;
	}
}

footer{
	width:100%;
	position: relative;
}

.ft_bg{
	width:100%;
	height: 900px;
	background: url("images/ft_bg.webp") no-repeat center/cover;
}

.ft_flex{
	width:100%;
	position: absolute;
	top:-60px;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.ft_flex_r{
	display: block;
	width:calc( 50% - 120px );
	max-width: 460px;
	margin-top: 10px;
}

.ft_flex_r_sp{
	display: none;
	width:calc( 100% - 40px );
	max-width: 280px;
	margin-left: 20px;
	margin-bottom: 50px;
}

.ft_flex_l{
	width:50%;
	padding:50px 50px 40px;
	background: #ff5a00;
	border-radius: 0 40px 40px 0;
	margin-right: 60px;
}

.ft_flex_l_img{
	display: block;
	width:100%;
	max-width: 400px;
}

.ft_flex_l_img_sp{
	display: none;
	width:100%;
	max-width: 300px;
}

.ft_flex_l_a1{
	display: block;
	width:230px;
	margin:70px 0 20px;
	padding:10px;
	background: rgba(255,255,255,1)
}

.ft_flex_l_a2{
	display: table;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 400;
	font-family: "source-han-sans-japanese", sans-serif;
	color:#fff;
	text-decoration: none;
	padding-left: 18px;
	background: url("images/ar1.svg") no-repeat left center;
	background-size: 12px 12px;
}

.ft_flex_l_a2 p{
	position: relative;
}

.ft_flex_l_a2 p::before{
	content:"";
	display: block;
	width:100%;
	height: 1px;
	position: absolute;
	bottom:0;
	left: 0;
	transform: scaleX(0);
	transform-origin: left;
	background: #fff;
	transition: .2s;
}

.ft_flex_l_a2:hover p::before{
	transform: scaleX(1);
}

.copy_r_pc{
	position: absolute;
	top:20px;
	right: 20px;
	font-size: 12px;
	font-weight: 400;
	font-family: "source-han-sans-japanese", sans-serif;
}

.copy_r_sp{
	display: none;
	font-size: 12px;
	font-weight: 400;
	font-family: "source-han-sans-japanese", sans-serif;
}

.fix_btn{
	position: fixed;
	bottom:0;
	right: 0;
	z-index: 10;
	display: none;
	width: 50px;
}

@media screen and (max-width:900px) {
	.ft_flex_r{
		width:calc( 50% - 80px );
	}
	
	.ft_flex_l{
		margin-right: 30px;
		padding:30px;
	}
}

@media screen and (max-width:650px) {
	.gray_wrap{
		padding-bottom: 60px;
	}
	
	.ft_flex{
		position: relative;
		display: block;
		z-index: 2;
		top: 0;
	}
	
	.ft_flex_r{
		display: none;
	}
	
	.ft_flex_r_sp{
		display: block;
	}
	
	.ft_flex_l{
		width:calc( 100% - 20px );
		padding:30px 20px 20px;
	}
	
	.ft_flex_l_img{
		display: none;
	}
	
	.ft_flex_l_img_sp{
		display: block;
	}
	
	.ft_flex_l_a1{
		margin:40px 0 20px;
	}
	
	.copy_r_pc{
		display: none;
	}
	
	.copy_r_sp{
		display: block;
		margin-top: 40px;
	}
	
	.ft_bg{
		margin-top: -110px;
		height: 420px;
	}
	
	.fix_btn{
		display: block;
	}
}

/* move */

.intro_h{
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	transition: .4s;
}

.intro_h_img img{
	transition: .4s;
	transition-delay: .6s;
	opacity: 0;
}

.intro_text{
	transition: 1s;
	transition-delay: .8s;
	opacity: 0;
	transform: translateY(30px);
}

.intro_open .intro_h{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.intro_open .intro_h_img img{
	opacity: 1;
}

.intro_open .intro_text{
	opacity: 1;
	transform: translateY(0);
}

.tksk_h > p{
	opacity: 0;
	transition: .4s;
}

.tksk_h_open > p{
	opacity: 1;
}

.tksk_list{
	transition: .6s;
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.tksk_list_open{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.tksk_text{
	transition: .6s;
	opacity: 0;
	transform: translateY(30px);
}

.tksk_text_open{
	opacity: 1;
	transform: translateY(0px);
}

.ft_flex_l{
	transition: .6s;
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.ft_flex_r{
	transition: 1s;
	opacity: 0;
	transform: translateY(30px);
}

.ft_flex_r_sp{
	transition: 1s;
	opacity: 0;
	transform: translateY(30px);
}

.copy_r_pc{
	transition: 1s;
	opacity: 0;
	transition-delay: .6s;
}

.ft_flex_open .copy_r_pc{
	opacity: 1;
}

@media screen and (min-width:651px) {
	.ft_flex_r{
		transition-delay: .6s;
	}
	
	.ft_flex_open .ft_flex_l{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	.ft_flex_open .ft_flex_r{
		opacity: 1;
		transform: translateY(0px);
	}
}

@media screen and (max-width:650px) {
	.ft_flex_l_open{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	.ft_flex_r_open{
		opacity: 1;
		transform: translateY(0px);
	}
}

/* move end */

























