@charset "utf-8";

/* 基礎レイアウト・プリセットスタイル
========================================================= */

img { width: 100%; height: auto; vertical-align: top; }
a:hover { text-decoration: none; }

#enjoyrespect {
	width: 100%;
	max-width: 1920px;
	color: #000000;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1;
	font-weight: 500;
	position: relative;
	margin: auto;
}
#enjoyrespect a:hover { text-decoration: underline; }
#enjoyrespect a:hover span { text-decoration: underline; }

#footerSection {
	position: relative;
	z-index: 100;
}



/* メインビジュアル
========================================================= */

#enjoyrespect .mainVisual {
	width: 100%;
	max-width: 1920px;
	background-color: #142143;
	position: relative;
	z-index: 100;
}
#enjoyrespect .mainVisual .visual {
	width: 100%;
	background-image: url(/images/enjoyrespect/mainvisual_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: calc(650/1920 * 100%) 0 0 0;
	position: relative;
}
#enjoyrespect .mainVisual .visual h1 {
	width: 100%;
	background-image: url(/images/enjoyrespect/mainvisual_godzilla.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 0;
	text-indent: -100%;
	padding: calc(650/1920 * 100%) 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#enjoyrespect .text {
	width: 100%;
	color: #ffffff;
	box-sizing: border-box;
	padding: 70px calc(15/375 * 100%) 60px;
}
#enjoyrespect .text h2 {
	display: table;
	font-size: 50px;
	line-height: 1.45;
	font-weight: 700;
	margin: 0 auto;
}
#enjoyrespect .text h2 br {
	display: none;
}
#enjoyrespect .text .lead {
	width: 100%;
	max-width: 1120px;
	background-image: linear-gradient(to right, #ffffff 7px, transparent 3px);
	background-size: 10px 2px;
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 25px;
	line-height: 1.6;
	padding: 35px 0 0 0;
	margin: 40px auto 0;
}
#enjoyrespect .text .lead p {
	font-size: 30px;
	font-weight: 700;
}



@media screen and (max-width: 767px) {
	#enjoyrespect .mainVisual .visual { padding: 220px 0 0 0; }
	#enjoyrespect .mainVisual .visual h1 { padding: 220px 0 0 0; }
	#enjoyrespect .text { padding: 20px calc(15/375 * 100%) 15px; }
	#enjoyrespect .text h2 { font-size: 20px; }
	#enjoyrespect .text h2 br { display: block; }
	#enjoyrespect .text .lead {
		background-image: linear-gradient(to right, #ffffff 5px, transparent 5px);
		background-size: 10px 1px;
		font-size: 14px;
		line-height: 1.8;
		padding: 20px 0 0 0;
		margin: 15px auto 0;
	}
	#enjoyrespect .text .lead p { font-size: 18px; }
}





/* コンテンツ
================================================================================================================== */

#enjoyrespect .contents {
	width: 100%;
	max-width: 1920px;
	background-image: url(/images/enjoyrespect/contents_bg.svg);
	background-size: 511px auto;
	background-position: center top;
	position: relative;
}

#enjoyrespect .contents .lead {
	width: 100%;
	box-sizing: border-box;
	padding: 80px calc(15/375 * 100%) 70px;
	position: relative;
	z-index: 100;
}
#enjoyrespect .contents .lead p {
	width: 100%;
	max-width: 1120px;
	font-size: 25px;
	line-height: 1.6;
	margin: 0 auto;
}

#enjoyrespect .contents .title {
	width: 100%;
	min-height: 70px;
	background-color: #65adf7;
	box-sizing: border-box;
	position: relative;
	z-index: 100;
}
#enjoyrespect .contents .title .wrap {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
}
#enjoyrespect .contents .title .wrap p {
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 15px;
}
#enjoyrespect .contents .title .wrap p img {
	width: auto;
	height: 50px;
}
#enjoyrespect .contents .title .wrap h3 {
	width: 100%;
	color: #ffffff;
	font-size: 36px;
	line-height: 1.45;
	font-weight: 700;
	box-sizing: border-box;
	padding: 10px 180px 10px 85px;
}
#enjoyrespect .contents .title .wrap h3 br {
	display: none;
}
#enjoyrespect .contents .title .wrap div {
	position: absolute;
	right: 30px;
	bottom: 5px;
}
#enjoyrespect .contents .title .wrap div img {
	width: auto;
	height: 120px;
}

#enjoyrespect .contents section {
	width: 100%;
	box-sizing: border-box;
	padding: 55px calc(15/375 * 100%) 0;
}
#enjoyrespect .contents section.blue {
	background-color: #dfeefd;
}
#enjoyrespect .contents section + section {
	padding: 90px calc(15/375 * 100%) 0;
}
#enjoyrespect .contents section.b180 {
	padding: 90px calc(15/375 * 100%) 180px;
}
#enjoyrespect .contents section .wrap {
	width: 100%;
	max-width: 1120px;
	display: table;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
#enjoyrespect .contents section .wrap + .wrap {
	margin: 80px auto 0;
}
#enjoyrespect .contents section .wrap .pictogram {
	width: calc(350/1120 * 100%);
	max-width: 350px;
	float: left;
}
#enjoyrespect .contents section .wrap h4 {
	width: calc(725/1120 * 100%);
	max-width: 725px;
	border-bottom: solid 1px #bfbfbf;
	color: #0251a0;
	font-size: 30px;
	line-height: 1.45;
	font-weight: 700;
	box-sizing: border-box;
	padding: 10px 0 20px 80px;
	margin: 0 0 0 calc(395/1120 * 100%);
	position: relative;
}
#enjoyrespect .contents section .wrap h4.full {
	width: 100%;
	max-width: none;
	margin: 0;
}
#enjoyrespect .contents section .wrap h4:before {
	content: "";
	width: 40px;
	height: 50px;
	background-image: url(/images/enjoyrespect/h4_icon.svg);
	background-size: cover;
	position: absolute;
	top: 0;
	left: 15px;
}
#enjoyrespect .contents section .wrap p {
	width: calc(725/1120 * 100%);
	max-width: 725px;
	font-size: 20px;
	line-height: 2.0;
	margin: 1em 0 0 calc(395/1120 * 100%);
}
#enjoyrespect .contents section .wrap p + p {
	margin: 2em 0 0 calc(395/1120 * 100%);
}
#enjoyrespect .contents section .wrap p span {
	display: inline-block;
}
#enjoyrespect .contents section .wrap p.full {
	width: 100%;
	max-width: none;
	margin: 1em 0 0 0;
}
#enjoyrespect .contents section .wrap p + p.full {
	margin: 2em 0 0 0;
}

#enjoyrespect .contents .silhouette {
	width: 100%;
	max-width: 1920px;
	position: fixed;
	bottom: 0;
}
#enjoyrespect .contents .silhouette img {
	width: calc(725/1920 * 100%);
	max-width: 725px;
	min-width: 290px;
	float: right;
	margin: 0 -140px -80px 0;
	mix-blend-mode: multiply;
}



@media screen and (max-width: 767px) {
	#enjoyrespect .contents { background-size: 260px auto; }
	
	#enjoyrespect .contents .lead { padding: 40px calc(15/375 * 100%) 60px; }
	#enjoyrespect .contents .lead p { font-size: 14px; line-height: 1.4; margin: 0 auto; }
	
	#enjoyrespect .contents .title { min-height: 45px; }
	#enjoyrespect .contents .title .wrap p img { height: 30px; }
	#enjoyrespect .contents .title .wrap h3 { font-size: 17px; padding: 10px 100px 10px 50px; }
	#enjoyrespect .contents .title .wrap h3 br { display: block; }
	#enjoyrespect .contents .title .wrap div { right: 15px; bottom: 5px; }
	#enjoyrespect .contents .title .wrap div img { height: 60px; }
	
	#enjoyrespect .contents section { padding: 30px calc(15/375 * 100%) 0; }
	#enjoyrespect .contents section + section { padding: 40px calc(15/375 * 100%) 0; }
	#enjoyrespect .contents section.b180 { padding: 40px calc(15/375 * 100%) 70px; }
	
	#enjoyrespect .contents section .wrap { display: flex; flex-direction: column; }
	#enjoyrespect .contents section .wrap + .wrap { margin: 40px auto 0; }
	#enjoyrespect .contents section .wrap .pictogram {
		width: calc(350/1120 * 100%);
		min-width: 230px;
		float: none;
		margin: 30px auto 0;
		order: 2;
	}
	#enjoyrespect .contents section .wrap h4 {
		width: 100%;
		max-width: none;
		font-size: 17px;
		padding: 10px 0 10px 45px;
		margin: 0;
		order: 1;
	}
	#enjoyrespect .contents section .wrap h4:before { width: 26px; height: 33px; left: 10px; }
	#enjoyrespect .contents section .wrap p {
		width: 100%;
		max-width: none;
		font-size: 14px;
		line-height: 1.45;
		margin: 2em 0 0 0;
		order: 3;
	}
	#enjoyrespect .contents section .wrap p + p { margin: 2em 0 0 0; }
	
	#enjoyrespect .contents .silhouette img { width: 290px; margin: 0 -120px -30px 0; }
}





/* フッター
================================================================================================================== */

#enjoyrespect .footer {
	position: relative;
	z-index: 100;
}
#enjoyrespect .footer .footerIcon {
	width: 100%;
	box-sizing: border-box;
	padding: 160px calc(15/375 * 100%) 0;
}
#enjoyrespect .footer .footerIcon p {
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
}
#enjoyrespect .footer .footerIcon p img {
	max-width: 300px;
}

#enjoyrespect .footer .bottom {
	width: 100%;
	background-color: #142143;
	box-sizing: border-box;
	padding: 90px calc(15/375 * 100%);
}
#enjoyrespect .footer .bottom a {
	width: 450px;
	height: 80px;
	display: block;
	border-radius: 5px;
	background-color: #ffffff;
	margin: 0 auto;
	position: relative;
}
#enjoyrespect .footer .bottom a:before {
	content: "";
	width: 10px;
	height: 17px;
	display: block;
	background-image: url(/images/enjoyrespect/footer_btn_arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 85px;
}
#enjoyrespect .footer .bottom a:after {
	content: "";
	width: 100px;
	height: 100px;
	background-image: url(/images/enjoyrespect/footer_btn_icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 25px;
	bottom: 0;
}
#enjoyrespect .footer .bottom a p {
	width: 100%;
	font-size: 20px;
	text-align: center;
	transform: translate(-50%,-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
#enjoyrespect .footer .bottom > p {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	padding: 90px 0 0 0;
}



@media screen and (min-width: 769px) {
	#enjoyrespect .footer .bottom a:hover:before {
		left: 60px;
		transition: 0.2s;
	}
}

@media screen and (max-width: 767px) {
	#enjoyrespect .footer .footerIcon { padding: 70px calc(15/375 * 100%) 0; }
	#enjoyrespect .footer .footerIcon p img { max-width: 207px; }
	
	#enjoyrespect .footer .bottom { padding: 35px calc(15/375 * 100%); }
	#enjoyrespect .footer .bottom a { width: 230px; height: 40px; }
	#enjoyrespect .footer .bottom a:before { width: 5px; height: 9px; left: 20px; }
	#enjoyrespect .footer .bottom a:after { width: 60px; height: 60px; right: 20px; }
	#enjoyrespect .footer .bottom a p {
		font-size: 12px;
		text-align: left;
		box-sizing: border-box;
		padding: 0 0 0 35px;
	}
	#enjoyrespect .footer .bottom > p { font-size: 8px; padding: 15px 0 0 0; }
}


