@charset "utf-8";

.col2_wrap {
	position: relative;
	display: flex;
	/* align-items: center; */
	margin-bottom: 20px;
}

.access_content:nth-child(2n) .col2_wrap {
	flex-direction: row-reverse;
}

.col2_wrap .col2_txt {
	width: 25%;
	margin: 2% 5%;
}

.col2_wrap .col2_txt p {
	text-align: right;
	display: inline-block;
	color: #fff;
	font-size: 0.85vw;
	line-height: 3;
	margin: auto;
}

.access_content:nth-child(2n) .col2_wrap .col2_txt p {
	text-align: left;
}

.col2_wrap .col2_txt p+p {
	margin-top: 4vw;
}

.col2_wrap .col2_img {
	width: 65%;
}

.col2_wrap .col2_img img {
	width: 100%;
}

.inner{
	padding-top: 30px;
}
.section h2 {
	font-size: 28px;
	line-height: 1.3;
	color: #fff;
	text-align: left;
	padding-bottom: 0.35em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #beaf7d;
}

.section h2 sup{
	font-size: 50%;
	top: 0.45em;
}

.section h3{
	font-size: 22px;
	line-height: 1.3;
	text-align: left;
	padding-bottom: 0.35em;
	margin-top: 40px;
	color: #beaf7d;
}

.section + .section {
	margin-top: 25px;
}

.access_content h2 .sub_tit {
	font-size: 60%;
}

.access_content figure {
	position: relative;
}

.access_content figure figcaption.caption {
	position: absolute;
	display: block;
	bottom: 0.85em;
	right: 0.5em;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: 12px;
	filter: drop-shadow(3px 3px 4px #000);
}

.access_content figure figcaption.caption.txtL {
	left: 0.5em;
}
.access_content .list_wrap .tit {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0;
	color: #beaf7d;
}

.access_content .list_wrap .sub_tit {
	font-size: 60%;
	display: inline-block;
}

.access_content .list_wrap .txt {
	font-size: 14px;
	line-height: 1.5;
}

.access_content .col4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

.access_content .col4>* {
	width: 24.25%;
	max-width: 380px;
	margin-bottom: 20px;
}
.access_content .col4>*:last-child {
	margin-bottom: 0px;
}

.access_content .col4 .caption {
	letter-spacing: 0.15em;
}

.access_content .inner .img_wrap {
	display: flex;
	justify-content: space-between;
}

.access_content .inner .img_wrap .txt_box,
.access_content .inner .img_wrap .img_box{
	width: 48.5%;
	display: flex;
	flex-direction: column;
}
.access_content .inner .img_wrap .txt_box .caption{
	margin-top: 1em;
}


.img_wrap+.img_wrap {
	margin-top: 100px;
}

.img_wrap+.img_box {
	margin-top: 25px;
}


@media screen and (max-width: 1450px) {}

@media screen and (min-width: 769px) and (max-width: 1300px) {
	.col2_wrap .col2_img {
		width: 60%;
	}

	.col2_wrap .col2_txt {
		width: 37%;
		margin: 2% 3%;
	}

	.col2_wrap .col2_txt .h2_txt {
		width: 56%;
		margin: auto;
	}

	.col2_wrap .col2_txt p {
		font-size: 1.15vw;
	}

	.col2_wrap .col2_txt .caption {
		font-size: 12px;
	}

	.txt_box .tit {
		font-size: 1.65vw;
	}

	.access_content .txt_box p {
		font-size: 1.25vw;
	}
}
@media screen and (max-width: 1200px) {
	.section h2 {
    font-size: 2.75vw;
}
	.section h3 {
    font-size: 2.25vw;
}

	.access_content .list_wrap .tit {
		font-size: 1.65vw;
	}

	.main_read {
    padding-bottom: 3vw;
}
	.access_content .col4>* {
		margin-bottom: 4vw;
	}

	.gs_wrap .inner {
		padding: 4vw 20px 4vw;
	}

	.gs_wrap .gs_main {
		margin-bottom: 5vw;
	}

	.access_content .col2>* {
		margin-bottom: 2vw;
	}
}

@media screen and (max-width: 980px) {

	.access_content .list_wrap .tit {
		font-size: 2vw;
		line-height: 1.15;
		margin-bottom: 0.75vw;
	}
}

@media screen and (min-width: 769px) {
	.caption {
		font-size: 12px!important;
	}
}
@media screen and (max-width: 768px) {
	
	.col2_wrap {
		flex-wrap: wrap;
	}

	.col2_wrap .col2_txt {
		width: 100%;
		text-align: center;
		padding: 10vw 5vw 0;
		margin: 0;
	}

	.col2_wrap .col2_img {
		width: 100%;
		margin-top: 8vw;
		position: relative;
		/* left: -2.5vw; */
	}

	.col2_wrap .col2_txt .h2_txt {
		width: 95%;
		margin: auto;
	}

	.col2_wrap .col2_txt p {
		text-align: left;
		font-size: 3.65vw;
		line-height: 2;
		margin: 0;
	}
	
	.section.inner {
    padding: 0px 5vw;
	}
	.section h2 {
    font-size: 5.25vw;
}
	.section h3 {
    font-size: 4.75vw;
}

	.access_content .col4>* {
		width: 100%;
		margin-bottom: 8vw;
	}

	.access_content .list_wrap .tit {
		font-size: 5vw;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}

	.access_content .list_wrap .txt {
		font-size: 3.5vw;
	}

	.access_content .inner .img_wrap {
		flex-wrap: wrap;
	}

	.access_content .design_tit {
		max-width: 250px;
		width: 90%;
	}

	.access_content .inner .img_wrap .img_box,
	.access_content .inner .img_wrap .txt_box,
	.access_content .inner .img_wrap:nth-child(2n) .txt_box,
	.access_content .inner .img_wrap:nth-child(2n) .img_box {
		width: 100%;
	}

	.access_content .inner .img_wrap .txt_box {
		margin-bottom: 4vw;
	}

	.txt_box .tit {
		font-size: 4.5vw;
	}

	.img_wrap+.img_wrap {
		margin-top: 15vw;
	}

	.img_wrap+.img_box {
		margin-top: 4vw;
	}

}