@charset "utf-8";

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

/* ============================================================
common
============================================================ */

html {
	overflow:auto;
}

body {
	overflow: hidden;
	min-width: 100vw;
}


main section th:before,
main section th:after {
	content: none;
}

main section {
	line-height: 1.75;
	font-size: 1.6rem;
	color: #666;
}
main section h2 {
	position: relative;
	margin-bottom: 77px;
	text-align: left;
	line-height: 1;
	color: #0068A6;
	font-size: 1.8rem;
}
main section h2::after {
	content: '';
	position: absolute;
	bottom: -22px;
	left: 0;
	width: 60px;
	height: 2px;
	background: #0068A6;
}

main section {
	line-height: 1.5;
	font-size: 1.6rem;
	color: #666;
}
main section p.tagline {
	margin-bottom: 17px !important;
	text-align: left;
	line-height: 1.25;
	font-size: 2.8rem;
	color: #000;
}

main .wrap {
	margin: 0 auto;
	max-width: calc(100vw - 60px);
}


/* dl.accordion
-------------------------------------------------------------*/

dl.accordion {
	margin: 0 30px;
	border: solid 1px #0068A6;
}
dl.accordion dt {
	position: relative;
}
dl.accordion dt a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 44px;
	padding-bottom: 2px;
	text-decoration: none;
}
dl.accordion dt a:hover {
	text-decoration: underline;
}
dl.accordion dt span a {
	content: '';
	position: absolute;
	top: 14px;
	right: 14px;
	width: 17px;
	height: 17px;
	background-size: 17px !important;
}
dl.accordion dt a.plus {
	background: url(../img/btn_blue_plus.svg) no-repeat center center;
}
dl.accordion dt a.minus {
	display: none;
	background: url(../img/btn_blue_minus.svg) no-repeat center center;
}
dl.accordion dt.show a.plus {
	display: none;
}
dl.accordion dt.show a.minus {
	display: block;
}
dl.accordion dd {
	display: none;
	padding: 20px 10px 40px;
}

dl.accordion table,
dl.accordion th,
dl.accordion td {
	border: none;
	margin: 0;
	padding: 0;
}

dl.accordion table {
	width: 100%;
	border-top: solid 1px #ccc;
}
dl.accordion tr {
	display: flex;
	border-bottom: solid 1px #ccc;
	padding: 12px 0 10px;
}
dl.accordion th {
	width: 3em;
	padding: 5px 0 3px;

}
dl.accordion td {
	width: calc(100vw - 60px - 20px - 3em);
	padding: 5px 0 3px 12px;
	border-left: solid 1px #ccc;
}

dl.accordion table img {
	width: calc(100vw - 60px - 20px - 3em - 16px);
	display: block;
	margin-top: 5px;
}

/* ============================================================
h1
============================================================ */

main > h1 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 25px 0 40px;
	line-height: 125%;
	background: #fff;
	color: #fff;
}
main > h1 span {
	margin-bottom: 20px;
	text-align: left;
	font-size: 14vw;
	line-height: 0.9;
	background: none;
	color: #000;
}
main > h1 em {
	color: #0068A6;
}
main > h1 small {
	margin: 0 30px;
	text-align: center;
	line-height: 1.5;
	font-size: 1.6rem;
	color: #333;
}

nav.anchor {
	margin-bottom: 120px;
}

/* ============================================================
section
============================================================ */

section div.inner {
	margin: 0 30px;
}

/* #s1
-------------------------------------------------------------*/

#s1 {
	position: relative;
	padding: 0 0 220px;
	background: #fff;
}
#s1 > div {
	position: relative;
	z-index: 2;
}
#s1 > div li:nth-child(1) {
	margin: 28px auto 18px;
	width: 232px;
	height: 90px;
}
#s1 > div li:nth-child(2) {
	margin: 0 -30px 0;
}
#s1 > div li:nth-child(3) {
	margin: 28px auto 60px;
	width: 246px;
	height: 90px;
}
#s1 dl.accordion {
	position: relative;
	z-index: 2;
}

#s1 img.bg {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 210vw;
	hieght: auto;
}
#s1 img.bg.fixed {
	position: fixed;
}
#s1 img.bg.abs {
	position: absolute !important;
}


/* #s2
-------------------------------------------------------------*/

#s2 {
	position: relative;
	margin: 0;
	padding: 120px 0 120px;
	color: #fff;
	overflow: hidden;
	background: none;
}

#s2 > div.inner {
	margin: 0 30px 50px;
}
#s2 h2,
#s2 p {
	color: #fff;
}

#s2 dl.image {
	display: flex;
	flex-wrap: wrap;
	width: calc(100vw - 60px);
	height: calc(100vw - 60px);
	margin: 32px auto 60px;
}
#s2 dl.image dt:nth-child(1) {order:2;}
#s2 dl.image dd:nth-child(2) {order:1;}
#s2 dl.image dt:nth-child(3) {order:3;}
#s2 dl.image dd:nth-child(4) {order:4;}

#s2 dl.image dt,
#s2 dl.image dd {
	width: calc((100vw - 60px)/2);
	height: calc((100vw - 60px)/2);
}

#s2 dl.image dt {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.25;
	font-size: 2.2rem;
}

#s2 dl.accordion {
	border: solid 1px #fff;
}
#s2 dl.accordion dt a {
	color: #fff;
}
#s2 dl.accordion dt a.plus {
	background: url(../img/btn_white_plus.svg) no-repeat center center;
}
#s2 dl.accordion dt a.minus {
	background: url(../img/btn_white_minus.svg) no-repeat center center;
}


/* #s3
-------------------------------------------------------------*/

#s3 {
	position: relative;
	z-index: 1130px;
	margin: 0;
	padding: 120px 0 120px;
	background: #fff;
	overflow: hidden;
}
#s3 > div.inner {
	position: relative;
	padding-bottom: 117vw;
}
#s3 h2,
#s3 p {
	position: relative;
	z-index: 3;
}
#s3 li:nth-child(1) {
	margin: 30px 0 0;
}
#s3 li:nth-child(2) {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 105vw;
}
#s3 li:nth-child(3) img {
	position: absolute;
	top: -48vw;
	left: -29vw;
	width: 64vw;
	z-index: 1;
}


/* #s4
-------------------------------------------------------------*/

#s4 {
	position: relative;
	margin: 0;
	padding: 120px 0 120px;
	color: #fff;
	background: none;
	overflow: hidden;
}

#s4 > div {
	position: relative;
	z-index: 2;
}

#s4 div.inner h2,
#s4 div.inner p {
	color: #fff;
}
#s4 div.inner li:nth-child(1) {
	width: 225px;
	height: 117px;
	margin: 30px auto 32px;
	background-image:
	url(../../discover/img/frame_2a.svg),
	url(../../discover/img/frame_2b.svg);
	color: #fff;
}
#s4 div.inner li:nth-child(2) {
	width: 256px;
	margin: 0 auto;

}

/* #s5
-------------------------------------------------------------*/

#s5 {
	position: relative;
	padding: 120px 0 120px;
	width: 100vw;
/* 	background: #fff url(../../discover/img/s5_bg.png) no-repeat left -29vw top 0;
	background-size: 184vw; */
}

#s5 img.s5_bg {
	position: absolute;
	top: 0;
	left: -29vw;
	width: 184vw;
}
#s5 img.s5_bg.fixed {
	position: fixed;
}


#s5 div.inner h2,
#s5 div.inner p,
#s5 div.inner ul,
#s5 dl.accordion {
	position: relative;
	z-index: 3;
}

#s5 div.inner li:nth-child(1) {
	width: 221px;
	height: 140px;
	margin: 56px auto 40px;
}
#s5 div.inner li:nth-child(2) {
	margin-bottom: 10px;
}
#s5 div.inner li:nth-child(3) {
}
#s5 div.inner li:nth-child(4) {
	width: 250px;
	height: 163px;
	margin: 24px auto 60px;
}

#s5 dl.accordion + dl {
	margin-top: 15px;

}
#s5 dl.accordion + dl dt a {
	text-align: center;
	line-height: 1.3;
}
#s5 dl.accordion h3 {
	margin: 20px 0 30px;
	text-align: center;
	color: #000;
	font-size: 4rem;
	line-height: 1;
}
#s5 dl.accordion p {
	margin: 0 0 25px;
}
#s5 dl.accordion p:last-child {
	margin: 0 0 -5px;
}
#s5 dl.accordion table {
	margin: 15px 0 0;
}
#s5 dl.accordion ul {
	margin: 0 0 45px;
}
#s5 dl.accordion li {
	margin-bottom: 5px;
}

#s5 dl.accordion th {
	white-space: normal;
	width: calc(100vw - 60px - 20px - 5em);
	padding-right: 5px;
}
#s5 dl.accordion th[colspan="2"] {
	width: 100%;
}
#s5 dl.accordion td {
	width: 5em;
}

/* #s6
-------------------------------------------------------------*/

#s6 {
	padding: 120px 0 120px;
	background: #f4f1e5;
}
#s6 > div.inner {
	position: relative;
}
#s6 h3 {
	margin: 38px 0 12px;
	font-size: 1.8rem;
	color: #333;
}
#s6 div.inner ul.text li {
	margin: 0;
	padding-left: 0.8em;
	background: url(../../discover/img/icon_dot.svg) no-repeat left 0 top 0.6em;
	background-size: 6px;
}
#s6 div.inner ul.img li:nth-child(1) {
	width: 314px;
	height: 139px;
	margin: 30px auto 32px;
}
#s6 div.inner ul.img li:nth-child(2) {
	margin: 0 -20px 0 -10px;
}
#s6 div.inner ul.img li:nth-child(3) {
	width: 316px;
	height: 134px;
	margin: 32px auto 45px;
}

/* ============================================================
div.sp_bg
============================================================ */

h1,
nav.bc,
nav.anchor {
	position: relative;
	z-index: 2;
}
footer {
	position: relative;
	z-index: 2;
	background: #fff;
}

main {
	background: none;
}

div.sp_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	visibility: hidden;
}
div.sp_bg.on {
	visibility: visible;
}
div.sp_bg.off {
	visibility: hidden !important;
}

#s2 div.bg,
#s4 ul.slide {
	display: none !important;
}

div.sp_bg div.bg_s2.on,
div.sp_bg ul.slide.on {
	z-index: -50;
}

div.sp_bg div.bg_s2 {
	position: fixed;
	top: 0 !important;
	left: 0;
	z-index: -101;
	width: 100vw;
	height: 2000px;
	background: #29658C url(../../discover/img/s2_bg.jpg) no-repeat center top;
	background-size: 200vw;
}

div.sp_bg ul.slide {
	position: fixed;
	top: 0 !important;
	left: 0;
	z-index: -102;
	width: 100vw;
	height: 2000px;
}
div.sp_bg ul.slide li {
	width: 100vw;
	height: 2000px;
	background-color: #818787;
	background-repeat: no-repeat;
	background-position: center top 60px;
	background-size: 100vw;
}
div.sp_bg ul.slide li.s1 {background-image:url(../../discover/img/s4_bg_1_sp.jpg)}
div.sp_bg ul.slide li.s2 {background-image:url(../../discover/img/s4_bg_2_sp.jpg)}


} /* @media end */