@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@font-face {
	font-family: 'line';
	src: url(../fonts/LINESeedJP_OTF_Rg.woff2) format("woff2");
	font-weight:normal;
}
@font-face {
	font-family: 'line';
	src: url(../fonts/LINESeedJP_OTF_Bd.woff2) format("woff2");
	font-weight:bold;
}

html.close {
	overflow:hidden;
	height:100%;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "line", system-ui;
	font-size:15px;
	text-align:center;
	color:#3E3A39;
	line-height:1.87;
	background:url(../images/bg_white.webp);
	background-size:250px auto;
}
@media screen and (max-width:768px){
	body {
		line-height:1.92;
		font-size:3.6vw;
		background-size:125px auto;
	}
}


.en{
	font-family: "Oswald", sans-serif;
}


a {
	transition : opacity 0.4s;
	-webkit-transition : opacity 0.4s;
	opacity:1;
	outline:none;
	color:#393934;
}
a:hover {
	opacity: 0.8 !important;
}

@media screen and (max-width:768px){
	a:hover {
		opacity: 1 !important;
	}
}

img{
	max-width:100%;
}

.only_smart,
.only_smart_i,
.only_smart_f{
	display:none !important;
}
@media screen and (max-width:768px){
	.only_pc{
		display:none !important;
	}
	.only_smart{
		display:block !important;
	}
	.only_smart_i{
		display:inline-block !important;
	}
	.only_smart_f{
		display: -webkit-flex!important;
		display: flex!important;
	}
}


#wrapper{
	padding-right:68px;
}
@media screen and (max-width:768px){
	#wrapper{
		padding-right:0;
	}
}


/* 色・書式関係 */
.orange{
	color:#ED6C00;
}
.bg_white{
	background:url(../images/bg_white.webp);
	background-size:250px auto;
}
.bg_gray{
	color:#fff;
	background:url(../images/bg_gray.webp);
	background-size:250px auto;
}
.text_left{
	text-align:left;
}
.text_right{
	text-align:right;
}
.text_center{
	text-align:center:
}
.bold{
	font-weight:bold;
}

@media screen and (max-width:768px){
	.bg_white,
	.bg_gray{
		background-size:125px auto;
	}
}


/* header */
header{
	width:100%;
	height:100px;
	padding:0 88px 0 20px;
	position:absolute;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
header .head_logo{
	text-align:left;
}
header .head_logo img{
	width:220px;
}
header .head_logo .small{
	display:inline-block;
	vertical-align:bottom;
	line-height:1;
	font-size:13px;
	color:#fff;
	letter-spacing:-0.03em;
}
header .head_nav ul{
	display: -webkit-flex;
	display: flex;
}
header .head_nav ul li:nth-child(n+2){
	margin-left:1.5em;
}
header .head_nav ul li a{
	display:block;
	width:160px;
	line-height:1.3;
	padding:0.5em 0;
	background-color:rgba(255,255,255,0.8);
	border-radius:100px;
}
header .head_nav ul li a .en{
	display:block;
	font-size:13px;
}

header .right_fix{
	width:68px;
	height:100vh;
	padding:20px 0;
	position:fixed;
	color:#fff;
	background-color:#3E3A39;
	position:fixed;
	right:0;
	top:0;
	z-index:2;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}
header .right_fix a{
	display:block;
	color:#fff;
}
header .right_fix .head_login{
	width:36px;
}
header .right_fix .head_login .en{
	font-size:13px;
}
header .right_fix .head_start{
	font-size:16px;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
header .right_fix .head_start .en{
	margin-bottom:0.1em;
	font-size:28px;
	letter-spacing:0.05em;
}
header .right_fix .head_top{
	width:30px;
}
header .right_fix .head_top .en{
	font-size:13px;
}

@media screen and (max-width:1080px){
	header .head_logo img{
		width:180px;
	}
	header .head_logo .small{
		line-height:1.87;
		display:block;
		font-size:12px;
	}
	header .head_nav ul li:nth-child(n+2){
		margin-left:1em;
	}
	header .head_nav ul li a{
		width:140px;
	}
	header .head_nav ul li a .en{
		display:block;
		font-size:12px;
	}
}

@media screen and (max-width:768px){
	header{
		width:100%;
		height:auto;
		padding:3%;
		display: block;
	}
	header .head_logo img{
		width:62%;
	}
	header .head_logo .small{
		font-size:3.2vw;
		letter-spacing:-0.05em;
	}
	header .head_nav ul{
		width:100%;
		padding:3% 1.5%;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	header .head_nav ul li:nth-child(n+2){
		margin-left:0;
	}
	header .head_nav ul li{
		width:47%;
	}
	header .head_nav ul li a{
		width:auto;
		padding:0.5em 0;
		font-size:3.8vw;
	}
	header .head_nav ul li a .en{
		font-size:3.4vw;
	}
}



/* #btnmenu */
#btnmenu{
	width:16vw;
	height:16vw;
	margin:0;
	padding:0;
	position:fixed;
	right:0;
	top:0;
	z-index:105;
	cursor:pointer;
	background-color:#3E3A39;
	display:none;
}
#btnmenu span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 1vw;
	border-radius:0;
	margin: -1px 0 0;
	transform:translate(-50%,-50%);
	background: #fff;
	-webkit-transition: .2s;
	transition: .2s;
}
#btnmenu span:before,
#btnmenu span:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1vw;
	background: #fff;
	border-radius:0;
	-webkit-transition: .3s;
	transition: .3s;
}

#btnmenu span:before{
	margin-top: -3vw;
}

#btnmenu span:after{
	margin-top: 2vw;
}
#btnmenu .close{
	width:16vw;
	height:16vw;
	background-color:transparent;
}

#btnmenu .close:before,
#btnmenu .close:after{
	margin-top: 0;
	background-color:#fff;
}

#btnmenu .close:before{
	width: 50%;
	height: 1vw;
	margin: 0;
	left:50%;
	border-radius:0;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}
#btnmenu .close:after{
	width: 50%;
	height: 1vw;
	margin: 0;
	left:50%;
	border-radius:0;
	-webkit-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
}


/* .smart_nav */
.smart_nav{
	width:100%;
	height:100vh;
	overflow:auto;
	background:url(../images/mv_base_s.webp)no-repeat center center;
	background-size:cover;
	position:fixed;
	top:0;
	left:0;
	z-index:104;
	display:none;
}
.smart_nav .head_logo{
	padding:3%;
}
.smart_nav ul{
	padding:5% 5% 50%;
	background:
		url(../images/mv_bg_s.webp)no-repeat center bottom;
	background-size:100% auto;
}
.smart_nav ul li:nth-child(n+2){
	border-top:1px dashed #fff;
}
.smart_nav ul li a{
	display:block;
	line-height:3.2;
	font-size:4vw;
	color:#fff;
}



/* main */
main{
}


/* .cont */
.cont{
	padding:50px 0;
}
.cont .inner{
	max-width:1000px;
	width:90%;
	margin:auto;
}
.cont .tit{
	line-height:1.3;
	font-weight:normal;
	text-align:left;
}
.cont .tit .en{
	font-size:50px;
	letter-spacing:0.06em;
	text-indent:0.06em;
}
.cont .tit .orange{
	font-size:18px;
}

@media screen and (max-width:768px){
	.cont{
		padding:5% 0 8%;
	}
	.cont .tit .en{
		display:block;
		font-size:10.5vw;
	}
	.cont .tit .orange{
		display:block;
		font-size:4.5vw;
		letter-spacing:-0.03em;
	}
}


/* #mv */
#mv{
	padding:200px 0 60px;
	background:url(../images/mv_base.webp)no-repeat center center;
	background-size:cover;
	color:#fff;
}
#mv > section{
	margin-bottom:-10%;
	position:relative;
	z-index:1;
}
#mv > section .slide_text{
	display: flex;
	width: 100%;
	overflow: hidden;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:-1;
}
#mv > section .slide_text img{
	width:100%;
}
#mv > section .slide_text img:first-child {
	animation: loop 100s -50s linear infinite;
}

#mv > section .slide_text img:last-child {
	animation: loop2 100s linear infinite;
}
@keyframes loop {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes loop2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}

#mv > section .lead{
	line-height:1.6;
	font-size:25px;
	letter-spacing:0.08em;
	text-indent:0.08em;
	text-shadow:0px 0px 6px rgba(0,0,0,0.5);
}
#mv > section .mv_start{
	display:block;
	width:280px;
	line-height:1.2;
	margin:1.5em auto;
	padding:1em 0;
	background-color:#3E3A39;
	border-radius:100px;
}
#mv > section .mv_start .en{
	display:block;
	font-size:45px;
	color:#fff;
	letter-spacing:0.08em;
	text-indent:0.08em;
}
#mv > section .mv_start .orange{
	font-size:16px;
}
#mv > section h1{
	line-height:1.3;
	font-size:40px;
	text-shadow:0px 0px 6px rgba(0,0,0,0.5);
}

#mv .movie{
	width:720px;
	margin:-9% auto 0;
	padding-top:405px;
	position:relative;
}
#mv .movie iframe{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

@media screen and (max-width:1080px){
	#mv{
		padding:20% 0 6%;
	}
	#mv > section .lead .only_smart,
	#mv > section h1 .only_smart{
		display:block !important;
	}
	#mv .movie{
		width:90%;
		padding-top:50.6%;
	}
}

@media screen and (max-width:768px){
	#mv{
		padding:48% 0 6%;
		background:url(../images/mv_base_s.webp)no-repeat center center;
		background-size:cover;
	}
	#mv > section{
		margin-bottom:-12%;
	}
	#mv > section .lead{
		font-size:4.8vw;
	}
	#mv > section .mv_start{
		width:58%;
		font-size:3.4vw;
	}
	#mv > section .mv_start .en{
		font-size:9.2vw;
	}
	#mv > section .mv_start .orange{
		font-size:3.4vw;
	}
	#mv > section h1{
		font-size:7.2vw;
	}

	#mv .movie{
		margin-top:-3%;
	}
}


/* #cont1 */
#cont1{
}
#cont1 .inner{
	text-align:left;
}
#cont1 .point{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cont1 .point li{
	width:45%;
	margin-top:40px;
}
#cont1 .point li section{
	padding-left:115px;
	position:relative;
	letter-spacing:0.05em;
	font-feature-settings: "palt";
}
#cont1 .point li section .en{
	line-height:0.8;
	font-size:100px;
	font-weight:500;
	color:#898989;
	position:absolute;
	left:0;
	top:0;
}
#cont1 .point li section h3{
	line-height:1.6;
	font-size:18px;
	font-weight:normal;
	letter-spacing:-0.03em;
	white-space:nowrap;
}
#cont1 .point li section p{
	margin-top:1em;
}
#cont1 figure{
	margin-top:40px;
}

@media screen and (max-width:1080px){
	#cont1 .point{
		display:block;
	}
	#cont1 .point li{
		width:auto;
	}
}

@media screen and (max-width:768px){
	#cont1 .point li{
		margin-top:5%;
	}
	#cont1 .point li section{
		padding-left:0;
		position:static;
	}
	#cont1 .point li section .en{
		font-size:15vw;
		position:static;
		left:auto;
		top:auto;
	}
	#cont1 .point li section h3{
		font-size:4.6vw;
	}
	#cont1 .point li section p{
		margin-top:0.5em;
	}
	#cont1 figure{
		margin-top:5%;
	}
}


/* #cont2 */
#cont2{
	background:url(../images/cont2_bg.webp)no-repeat center center;
	background-size:1400px auto;
}
#cont2 .inner{
	text-align:left;
}
#cont2 .lead .large{
	font-size:18px;
}
#cont2 .calender{
	margin-top:50px;
}

@media screen and (max-width:1480px){
	#cont2{
		background:url(../images/cont2_bg.webp)no-repeat left center;
		background-size:80% auto;
	}
}

@media screen and (max-width:1240px){
	#cont2{
		background-image:none;
	}
	#cont2 .calender{
		width:90%;
		margin:5% auto 0;
		padding-top:75%;
		position:relative;
	}
	#cont2 .calender iframe{
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
	}
}

@media screen and (max-width:768px){
	#cont2 .tit{
		text-align:center;
	}
	#cont2 .lead{
		margin-top:0.5em;
		line-height:1.5;
		text-align:center;
	}
	#cont2 .lead .large{
		display:block;
		font-size:4.6vw;
	}
	#cont2 .calender{
		padding-top:120%;
	}
}


/* #cont3 */
#cont3{
}
#cont3 .flex{
	margin-top:30px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cont3 .flex li{
	width:50%;
	margin-top:30px;
	font-feature-settings: "palt";
}
#cont3 .flex li h3{
	font-size:18px;
	font-weight:normal;
}
#cont3 .flex li h3 img{
	display:block;
	width:81px;
	margin:0 auto 0.5em;
}
#cont3 .flex li p{
	margin-top:0.3em;
}

@media screen and (max-width:1080px){
	#cont3 .flex{
		display: block;
	}
	#cont3 .flex li{
		width:auto;
	}
}

@media screen and (max-width:768px){
	#cont3 .tit{
		text-align:center;
	}
	#cont3 .flex{
		width:100%;
		margin-top:-4%;
	}
	#cont3 .flex li{
		margin-top:9%;
	}
	#cont3 .flex li h3{
		font-size:4.6vw;
	}
	#cont3 .flex li h3 img{
		width:4.5em;
	}
	#cont3 .flex li p{
		font-size:3.3vw;
	}
}


/* #cont4 */
#cont4{
	overflow:hidden;
}
#cont4 ol{
	margin-top:50px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont4 ol li{
	width:171px;
	position:relative;
}
#cont4 ol li:nth-child(n+2):before{
	content:'';
	display:block;
	width:56px;
	height:81px;
	background:url(../images/cont4_arrow.png)no-repeat center center;
	background-size:100% auto;
	position:absolute;
	right:100%;
	top:50%;
	transform:translate(-50%,-30%);
}
#cont4 ol li:nth-child(3):before{
	transform:translate(-10%,-30%);
}
#cont4 ol li figure figcaption{
	margin-bottom:0.5em;
	font-size:18px;
}

@media screen and (max-width:1180px){
	#cont4 ol{
		margin-top:5%;
	}
	#cont4 ol li{
		width:17%;
	}
	#cont4 ol li:nth-child(n+2):before{
		width:5vw;
		height:7.5vw;
	}
	#cont4 ol li figure figcaption{
		font-size:1.6vw;
	}
}

@media screen and (max-width:768px){
	#cont4 .tit{
		text-align:center;
	}
	#cont4 ol{
		display: block;
		width:45%;
		margin:-20vw auto 0;
	}
	#cont4 ol li{
		width:auto;
		margin-top:25vw;
		position:relative;
	}
	#cont4 ol li:nth-child(n+2):before{
		content:'';
		display:block;
		width:18vw;
		height:12vw;
		background:url(../images/cont4_arrow_s.png)no-repeat center center;
		background-size:100% auto;
		position:absolute;
		right:auto;
		top:auto;
		left:50%;
		bottom:calc(100% + 6vw);
		transform:translate(-50%,0%);
	}
	#cont4 ol li:nth-child(3):before{
		transform:translate(-50%,0%);
	}
	#cont4 ol li figure figcaption{
		margin-bottom:0.5em;
		font-size:4.6vw;
	}
}


/* .cont_wrapper */
.cont_wrapper{
	max-width:1000px;
	width:90%;
	margin:auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	overflow:hidden;
}
.cont_wrapper .cont{
	width:43%;
}
.cont_wrapper .cont .tit .en{
	display:block;
	text-indent:0;
}

.cont_wrapper .cont .flow li{
	margin-top:40px;
}
.cont_wrapper .cont .flow li section{
	padding-left:115px;
	position:relative;
	letter-spacing:0.05em;
	font-feature-settings: "palt";
}
.cont_wrapper .cont .flow li section .en{
	line-height:0.8;
	font-size:100px;
	font-weight:500;
	color:#898989;
	position:absolute;
	left:0;
	top:0;
}
.cont_wrapper .cont .flow li section .en:after{
	content:'';
	display:block;
	width:40px;
	height:28px;
	margin:60px auto 0;
	background:url(../images/cont4_arrow_s.png)no-repeat center center;
	background-size:100% auto;
}
.cont_wrapper .cont .flow li:last-child section .en:after{
	content:none;
}
.cont_wrapper .cont .flow li section h3{
	line-height:1.6;
	font-size:18px;
	font-weight:normal;
	letter-spacing:-0.03em;
	white-space:nowrap;
}
.cont_wrapper .cont .flow li section h3 img{
	display:block;
	width:60px;
}
.cont_wrapper .cont .flow li section p{
	min-height:6em;
}

@media screen and (max-width:1080px){
	.cont_wrapper .cont{
		width:48%;
	}
}

@media screen and (max-width:860px){
	.cont_wrapper{
		display: block;
	}
	.cont_wrapper .cont{
		width:auto;
	}
}

@media screen and (max-width:768px){
	.cont_wrapper .cont .tit{
		text-align:center;
	}
	.cont_wrapper .cont .tit .en{
		text-indent:0.06em;
	}
	.cont_wrapper .cont .flow{
		margin-top:-7vw;
	}
	.cont_wrapper .cont .flow li{
		margin-top:14vw;
		position:relative;
	}
	.cont_wrapper .cont .flow li:nth-child(n+2):before{
		content:'';
		display:block;
		width:3em;
		height:2em;
		background:url(../images/cont4_arrow_s.png)no-repeat center center;
		background-size:100% auto;
		position:absolute;
		bottom:calc(100% + 7vw);
		left:50%;
		transform:translate(-50%, 50%);
	}
	.cont_wrapper .cont .flow li section{
		padding-left:0;
		position:static;
	}
	.cont_wrapper .cont .flow li section .en{
		display:block;
		font-size:15vw;
		text-align:center;
		position:static;
		left:auto;
		top:auto;
	}
	.cont_wrapper .cont .flow li section .en:after{
		content:none;
	}
	.cont_wrapper .cont .flow li section h3{
		margin-top:1em;
		font-size:4.6vw;
		text-align:center;
	}
	.cont_wrapper .cont .flow li section h3 img{
		display:block;
		width:3.5em;
		margin:auto;
	}
	.cont_wrapper .cont .flow li section p{
		min-height:auto;
		text-align:left;
	}
}


/* #cont7 */
#cont7{
}
#cont7 > dl{
	margin-top:30px;
	padding:0 1.6em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cont7 > dl.fee{
	margin-top:40px;
}
#cont7 > dl > dt{
	width:100%;
	margin-bottom:0.5em;
	text-indent:-1.2em;
	font-size:18px;
	text-align:left;
}
#cont7 > dl > dt:before{
	content:'◉ ';
	margin-right:0.1em;
	color:#ED6C00;
}
#cont7 > dl > dd{
	width:48%;
	border:12px solid #898989;
	border-radius:2em;
	font-feature-settings: "palt";
}

#cont7 > dl.fee > dd p{
	padding:0 1em;
	display:inline-block;
	font-size:18px;
	font-weight:500;
	position:relative;
}
#cont7 > dl.fee > dd p:after{
	/* content:''; */
	display:block;
	width:100%;
	height:3px;
	background-color:#ED6C00;
	position:absolute;
	top:50%;
	left:0;
}
#cont7 > dl.fee > dd p .en{
	margin:0 0.1em;
	font-size:40px;
	vertical-align:-0.2em;
	letter-spacing:0.06em;
	text-indent:0.06em;
}
#cont7 > dl.charge > dd{
	padding:1% 2.5%;
	text-align:left;
}
#cont7 > dl.charge > dd h3{
	text-indent:-0.3em;
	font-size:20px;
}
#cont7 > dl.charge > dd .lead{
	height:3.8em;
	line-height:1.5;
	font-size:18px;
}
#cont7 > dl.charge > dd dl{
	position:relative;
}
#cont7 > dl.charge > dd dl dt{
	margin-bottom:0.5em;
}
#cont7 > dl.charge > dd dl dt .large{
	line-height:1;
	display:block;
	font-size:40px;
}
#cont7 > dl.charge > dd dl dd.en{
	line-height:0.8;
	font-size:100px;
	position:absolute;
	right:0;
	top:0;
}
#cont7 > dl.charge > dd dl dd.en span{
	font-size:50px;
}
#cont7 .campaign{
	line-height:1.3;
	margin-top:30px;
	padding:0.4em 0 0.3em;
	font-size:40px;
	color:#fff;
	background:url(../images/bg_orange.png);
	background-size:200px;
}
#cont7 .campaign .large{
	line-height:1;
	font-size:50px;
	font-weight:bold;
	vertical-align:-0.01em;
}

@media screen and (max-width:1024px){
	#cont7 > dl{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#cont7 > dl > dd{
		width:85%;
		margin:auto;
	}
	#cont7 > dl > dd:last-of-type{
		margin-top:1em;
	}
	#cont7 .campaign .only_smart{
		display:block !important;
	}
}

@media screen and (max-width:768px){
	#cont7 .tit{
		text-align:center;
	}
	#cont7 > dl{
		margin-top:5%;
		padding:0;
	}
	#cont7 > dl.fee{
		margin-top:5%;
	}
	#cont7 > dl > dt{
		margin-bottom:0.5em;
		text-indent:0;
		font-size:4.6vw;
		text-align:center;
	}
	#cont7 > dl > dd{
		width:100%;
		border:2.4vw solid #898989;
		border-radius:2em;
	}

	#cont7 > dl.fee > dd p{
		padding:0 0.5em;
		font-size:4.6vw;
	}
	#cont7 > dl.fee > dd p:after{
		height:1vw;
	}
	#cont7 > dl.fee > dd p .en{
		margin:0 0.1em;
		font-size:10vw;
		vertical-align:-0.2em;
		letter-spacing:0em;
		text-indent:0em;
	}
	#cont7 > dl.charge > dd{
		padding:3% 9%;
	}
	#cont7 > dl.charge > dd h3{
		font-size:5.6vw;
	}
	#cont7 > dl.charge > dd .lead{
		font-size:4.1vw;
	}
	#cont7 > dl.charge > dd dl dt{
		margin-bottom:2em;
	}
	#cont7 > dl.v > dd dl dt .large{
		font-size:9.2vw;
	}
	#cont7 > dl.charge > dd dl dd{
		font-size:3.3vw;
	}
	#cont7 > dl.charge > dd dl dd.en{
		font-size:25vw;
	}
	#cont7 > dl.charge > dd dl dd.en span{
		font-size:12vw;
	}
	#cont7 .campaign{
		margin-top:5%;
		padding:0.6em 0 0.5em;
		font-size:6.6vw;
		background-size:100px;
	}
	#cont7 .campaign .large{
		font-size:9.2vw;
	}
}


/* #cont8 */
#cont8{
	padding-bottom:42%;
	background:url(../images/cont8_bottom.webp)no-repeat center bottom;
	background-size:100% auto;
}
#cont8 section{
	margin-top:30px;
	text-align:left;
	font-feature-settings: "palt";
}
#cont8 section h3{
	font-size:18px;
	font-weight:normal;
}
#cont8 section p{
	line-height:2.1;
	margin-top:1em;
}

@media screen and (max-width:1024px){
	#cont8 section p .only_pc{
		display:none !important;
	}
}

@media screen and (max-width:768px){
	#cont8{
		padding-bottom:65%;
		background:url(../images/cont8_bottom_s.webp)no-repeat center bottom;
		background-size:100% auto;
	}
	#cont8 .tit{
		text-align:center;
	}
	#cont8 section{
		margin-top:5%;
	}
	#cont8 section h3{
		font-size:4.6vw;
		text-align:center;
	}
	#cont8 section p{
		margin-top:0.5em;
		line-height:1.87;
	}
}




/* #contact */
#contact{
}
#contact .inner{
	text-align:left;
}
#contact .lead{
	margin-top:1em;
}

#contact form > dl{
	margin-top:50px;
	text-align:left;
}
#contact form > dl > div{
	margin-top:1.2em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#contact form > dl > div > dt{
	width:215px;
	margin-right:45px;
	padding-left:1.5em;
	line-height:50px;
	font-size:15px;
	background-color:#898989;
	position:relative;
}
#contact form > dl > div > dt:before{
	content:'';
	display:block;
	width:25px;
	height:100%;
	position:absolute;
	left:100%;
	top:0;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color:#898989;
}
#contact form > dl > div > dt.hissu:after{
	content:'＊';
	font-size:18px;
	color:#ED6C00;
	position:absolute;
	right:0.3em;
	top:50%;
	transform:translateY(-50%);
}
#contact form > dl > div > dd{
	flex:1;
}
#contact form > dl > div > dd .middle{
	max-width:500px;
}
#contact form > dl > div > dd .post{
	max-width:280px;
}
#contact form > dl > div > dd p{
	margin-top:0.5em;
	font-size:15px;
}
#contact form > dl > div > dd ul{
	display: -webkit-flex;
	display: flex;
}
#contact form > dl > div > dd ul li{
	line-height:50px;
	margin-right:3em;
}
#contact form .links{
	margin-top:30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
#contact form .links li{
	margin:0 2em;
}
#contact form .links li a{
	font-size:15px;
	color:#fff;
	text-decoration:underline;
}
#contact form .privacy{
	line-height:50px;
	margin-top:30px;
	background-color:#fff;
}

@media screen and (max-width:768px){
	#contact .tit{
		width:100%;
		text-align:center;
	}
	.cont .tit .en{
		letter-spacing:0.03em;
		text-indent:0.03em;
	}
	#contact .lead{
		font-size:3.2vw;
	}
	#contact form > dl{
		margin-top:5%;
		width:100%;
	}
	#contact form > dl > div{
		display: block;
		margin-top:15px;
		align-items: flex-start;
	}
	#contact form > dl > div > dt{
		width:45%;
		margin-right:0;
		padding-left:1em;
		line-height:40px;
	}
	#contact form > dl > div > dt:before{
		width:20px;
		left:calc(100% - 1px);
	}
	#contact form > dl > div > dd{
		padding:5px 5% 0;
	}
	#contact form > dl > div > dd .post{
		max-width:190px;
	}
	#contact form > dl > div > dd ul li{
		line-height:40px;
		margin-right:2em;
	}
	#contact form .links{
		margin-top:5%;
	}
	#contact form .links li{
		margin:0 1em;
	}
	#contact form .privacy{
		line-height:40px;
		margin-top:5%;
	}
}

@media screen and (max-width:480px){
	#contact form > dl > div > dd p{
		font-size:3.8vw;
	}
	#contact form .links li a{
		font-size:3.6vw;
	}
}


/* footer */
footer{
	padding:50px 0;
	background-color:#595757;
	font-size:14px;
}
footer .foot_logo{
	width:230px;
	margin:auto;
}
footer .foot_nav{
	margin:25px 0 30px;
}
footer .foot_nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
footer .foot_nav ul li{
	line-height:1;
	margin:0.8em 0;
	padding:0 0.5em;
}
footer .foot_nav ul li:nth-child(n+2){
	border-left:1px solid #fff;
}
footer .foot_nav ul li a{
	color:#fff;
}
footer .copy{
	color:#fff;
}

@media screen and (max-width:768px){
	footer{
		padding:9% 0;
		font-size:3.7vw;
	}
	footer .foot_logo{
		width:48%;
	}
	footer .foot_nav{
		margin:5% 5%;
		border-top:1px dotted #fff;
	}
	footer .foot_nav ul{
		display:block;
	}
	footer .foot_nav ul li{
		margin:0;
		padding:0;
		border-bottom:1px dotted #fff;
	}
	footer .foot_nav ul li:nth-child(n+2){
		border-left:none;
	}
	footer .foot_nav ul li:first-child{
		padding:0;
	}
	footer .foot_nav ul li a{
		display:block;
		line-height:2;
		text-align:left;
		position:relative;
	}
	footer .foot_nav ul li a:after{
		content:'';
		width:0;
		height:0;
		border-style:solid;
		border-width: 0.3em 0 0.3em 0.4em;
		border-color: transparent transparent transparent #fff;
		position:absolute;
		right:0.5em;
		top:50%;
		transform:translateY(-50%);
	}
	footer .copy{
		font-size:3.2vw;
	}
}


/* #bottom_nav */
#bottom_nav{
	width:100%;
	display:block;
	font-size:20px;
	line-height:3;
	color:#fff;
	background-color:#ED6C00;
	position:fixed;
	bottom:-100px;
	left:0;
	z-index:100;
	transition : bottom 0.4s;
	-webkit-transition : bottom 0.4s;
}


/* fadein */
.fadein {
	opacity : 0;
	-webkit-transform : translate(0, 70px);
	transform : translate(0, 70px);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}
.fadein_0 {
	opacity : 0;
	-webkit-transform : translate(0, 0);
	transform : translate(0, 0);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}
.fadein_l {
	opacity : 0;
	-webkit-transform : translate(-100px, 0);
	transform : translate(-100px, 0);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}
.fadein_r {
	opacity : 0;
	-webkit-transform : translate(100px, 0);
	transform : translate(100px, 0);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}

.delay1 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.2s;
	transition-delay : 0.2s;
}
.delay2 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.4s;
	transition-delay : 0.4s;
}
.delay3 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.6s;
	transition-delay : 0.6s;
}
.delay4 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.8s;
	transition-delay : 0.8s;
}
.delay5 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 1.0s;
	transition-delay : 1.0s;
}
.delay6 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 1.2s;
	transition-delay : 1.2s;
}

.fadein.scrollin,
.fadein_0.scrollin,
.fadein_l.scrollin,
.fadein_r.scrollin{
	opacity : 1;
	-webkit-transform : translate(0, 0);
	transform : translate(0, 0);
}
