@charset "utf-8";

/* ----------------------------------
concept
---------------------------------- */
#content_Wrap {
	color: #323232;
	background: #fff;
	margin-top: 101px;
}

.layout_Wrap {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}

/*共通*/

section {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.content01 p,
.content02 p,
.content03 p {
	font-size: clamp(14px,1.2vw,16px);
	line-height: 1.8;
}


/*個別*/
figure {
	position: relative;
	height: fit-content;
}
figcaption {
	font-size: 12px;
	padding-top: .2em
}
figcaption.right {
	float: right
}
a {
	transition: all .5s;
}
a:hover {
	opacity: .7;
}

.hero {
	position: relative;
	padding-bottom: 80px;
}

.hero  h1 {
	position: absolute;
	top: 6%;
	left: 6%;
	color: #fefefe;
	font-size: 24px;
    letter-spacing: 6px;
}

.copy {
	text-align: center;
	margin-bottom: 80px;
}

.copy h2 {
	font-size: clamp(18px,2vw,24px);
	line-height: 1.8;
}

.copy p {
	font-size: clamp(14px,1.4vw,16px);
	line-height: 1.8;
	padding-top: 2em;
}

.copy_text {
	text-align: center;
	margin-bottom: 80px;
	font-size: clamp(14px,1.4vw,16px);
	line-height: 1.8;
}

.position .content01 {
	column-gap: 20px;
	margin-bottom: 80px;
}

.position .content01 > div {
	width: 33.333333333333%;
}


.position .content01 figure {
	margin-bottom: 10px;
}
.position .content01 h3 {
	width: 60%;
	min-width: 180px;
	margin-bottom: 10px;
}


.position .content02 {
	column-gap: 20px;
	margin-bottom: 80px;
}

.position .content02 figure:nth-child(1) {
	width: 70%;
}
.position .content02 figure:nth-child(2) {
	width: 30%;
}

.position .content03 {
	position: relative;
	padding-bottom: -15%;
}

.position .content03::after {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 30%;
	background: url('../img/line01.jpg') no-repeat center/cover;
	left: 0;
	bottom: -15%;
	z-index: 1;
}

.position .content03 figure:nth-child(1) {
	width: 65%;
	z-index: 2;
}
.position .content03 figure:nth-child(2) {
	position: absolute;
	width: 30%;
	bottom: -30%;
	right: 2.5%;
	z-index: 2;
}

.position .content03 > div {
	padding: 0 2.5%;
	width: 35%;
	z-index: 2;
}

.position .content03 .text h3 {
	color: #215eaa;
	font-size: clamp(28px, 2.8vw, 36px);
	line-height: 1.2;
	margin-bottom: .5em;
}

.position .content03 .text small {
	color: #215eaa;
	font-size: 12px;
	letter-spacing: .2vw;
}


/* bigbang */

.bigbang h2 {
	width: 20%;
	min-width: 300px;
	padding-top: 15%;
	margin: 0 auto 30px auto;
}

.bigbang .content01 {
	column-gap: 20px;
	margin-bottom: 80px;
}

.bigbang .content01 figure:nth-child(1),
.bigbang .content01 figure:nth-child(2),
.bigbang .content01 .text {
	width: 33.33333333333333%;
}

.bigbang .content01 .text h3,
.bigbang .content01 .text p {
	line-height: 1.8;
}

.bigbang .content01 .text h3 {
	font-size: clamp(16px,1.2vw,18px);
	margin-bottom: 1em;
}

.bigbang .content02 {
	flex-direction: row-reverse;
	position: relative;
	padding-bottom: -15%;
}

.bigbang .content02::after {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 30%;
	background: url('../img/line02.jpg') no-repeat center/cover;
	left: 0;
	bottom: -15%;
	z-index: 1;
}

.bigbang .content02 figure:nth-child(1) {
	width: 65%;
	z-index: 2;
}
.bigbang .content02 figure:nth-child(2) {
	position: absolute;
	width: 30%;
	bottom: -30%;
	left: 2.5%;
	z-index: 2;
}

.bigbang .content02 > div {
	padding: 0 2.5%;
	width: 35%;
	z-index: 2;
}

.bigbang .content02 .text h3 {
	color: #215eaa;
	font-size: clamp(28px, 2.8vw, 36px);
	line-height: 1.2;
	margin-bottom: .5em;
}

.bigbang .content02 .text small {
	color: #215eaa;
	font-size: 12px;
	letter-spacing: .2vw;
}

/* connected */

.connected {
	padding-bottom: 80px;
	margin-bottom: 80px;
}

.connected h2 {
    width: 20%;
    min-width: 300px;
    padding-top: 15%;
    margin: 0 auto 30px auto;
}

.connected .content01 {
	column-gap: 20px;
}

.connected .content01 figure:nth-child(1),
.connected .content01 figure:nth-child(2),
.connected .content01 .text {
	width: 33.33333333333333%;
}

.connected .content01 .text h3,
.connected .content01 .text p {
	line-height: 1.8;
}

.connected .content01 .text h3 {
	font-size: clamp(16px,1.2vw,18px);
	margin-bottom: 1em;
}

/*sta_map*/

.sta_map {
	background: #fff;
	margin-bottom: 30px;
}

/*notes_Wrap */

.notes {
	color: #000;
}

/*=============================
調整
=============================*/


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


	/*position*/

	.position .content03::after {
		bottom: -25%;
	}

	.position .content03 figure:nth-child(1) {
		width: 60%;
	}
	.position .content03 figure:nth-child(2) {
		bottom: -50%;
	}
	.position .content03 > div {
		width: 40%;
	}

	/* bigbang */

	.bigbang h2 {
		padding-top: 20%;
	}
	.bigbang .content02::after {
		bottom: -25%;
	}

	.bigbang .content02 figure:nth-child(1) {
		width: 60%;
	}
	.bigbang .content02 figure:nth-child(2) {
		bottom: -50%;
	}
	.bigbang .content02 > div {
		width: 40%;
	}

	/* connected*/

	.connected h2 {
		padding-top: 20%;
	}
}




/*=============================
tab
=============================*/
@media only screen and (max-width: 1024px) {

	
	#content_Wrap {
		margin-top: 70px;
	}

	.bigbang .content01 {
		flex-wrap: wrap;
	}

	.bigbang .content01 figure:nth-child(1),
	.bigbang .content01 figure:nth-child(2) {
		width: calc(50% - 20px);
		margin-bottom: 20px;
	}

	.bigbang .content01 .text {
		width: 100%;
		margin-bottom: 20px;
	}

	.connected .content01 {
		flex-wrap: wrap;
	}

	.connected .content01 figure:nth-child(1),
	.connected .content01 figure:nth-child(2) {
		width: calc(50% - 20px);
		margin-bottom: 20px;
	}

	.connected .content01 .text {
		width: 100%;
	}



}


/*=============================
spから
=============================*/
@media screen and (max-width: 767px) {

	/*一括*/

	.hero {
		padding-bottom: 60px;
	}

	.hero  h1 {
		font-size: 20px;
	}

	.copy,.copy_text,.position .content01,
	.connected {
		margin-bottom: 60px;
	}
	.position .content02, .bigbang .content01 {
		margin-bottom: 20px;
	}

	/*position*/

	.position .content01 {
		column-gap: 0px;
		flex-wrap: wrap;
	}

	.position .content01 > div {
		width: 100%;
	}

	.position .content01 > div:nth-child(1),
	.position .content01 > div:nth-child(2) {
		margin-bottom: 40px;
	}

	.position .content01 h3 {
		max-width: 250px
	}


	.position .content02 {
		column-gap: 0px;
		flex-wrap: wrap;
		justify-content: end;
	}

	.position .content02 figure:nth-child(1) {
		width: 100%;
		margin-bottom:20px;
	}
	.position .content02 figure:nth-child(2) {
		width: 100%
	}

	.position .content03 {
		flex-direction: column-reverse;
		flex-wrap: wrap;
		padding-bottom: -15%;
	}
	.position .content03 figure:nth-child(1) {
		width: 95%;
	}
	.position .content03 figure:nth-child(2) {
		width: 50%;
		bottom: -22%;
		right: 0;
	}

	.position .content03::after {
		bottom: -10%;
	}

	.position .content03 > div {
		width: 94%;
		padding: 0;
		margin: 0 auto 20px auto;
		z-index: 2;
	}

	/*bigbang*/

	.bigbang h2 {
		width: 40%;
		min-width: 200px;
		padding-top: calc(100px + 20%);
	}

	.bigbang .content01 {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		column-gap: 20px;
	}

	.bigbang .content01 figure:nth-child(1),
	.bigbang .content01 figure:nth-child(2),
	.bigbang .content01 .text {
		width: 100%;
	}

	.bigbang .content01 figure:nth-child(2),
	.bigbang .content01 .text {
		margin-bottom: 20px;
	}

	.bigbang .content02 {
		flex-direction: column-reverse;
		flex-wrap: wrap;
		justify-content: start;
		padding-bottom: -15%;
	}

	.bigbang .content02::after {
		bottom: -10%;
	}


	.bigbang .content02 figure:nth-child(1) {
		width: 95%;
		margin-left: 5%;
		
	}
	.bigbang .content02 figure:nth-child(2) {
		width: 50%;
		bottom: -22%;
		left: 0;
	}

	.bigbang .content02 > div {
		width: 94%;
		padding: 0;
		margin: 0 auto 20px auto;
	}	

	/* connected */
	
	.connected {
		padding-bottom: 30px;
	}

	.connected h2 {
		width: 40%;
		min-width: 200px;
		padding-top: calc(100px + 20%);
	}

	.connected .content01 {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		column-gap: 20px;
		margin-bottom: 0px;
	}

	.connected .content01 figure:nth-child(1),
	.connected .content01 figure:nth-child(2),
	.connected .content01 .text {
		width: 100%;
	}

	.connected .content01 figure:nth-child(2),
	.connected .content01 .text {
		margin-bottom: 20px;
	}

	

}
