@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap');

/************************************************
common
************************************************/

a{
	word-break: break-all;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

article#infraTour{
		font-family: 'Zen Maru Gothic', メイリオ, Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: 400;
		line-height: 1.8;
		position: relative;
}

.cmn__inner{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 0 20px;
}

@media screen and (min-width:768px) {
	.spOnly{
		display: none;
	}
}

@media screen and (max-width:767px) {
	.pcOnly{
		display: none;
	}
}


/************************************************
mv
************************************************/

@media screen and (min-width:768px) {

	section.mv{
		background-image: url(../../../img/infra_tour2024/mv_bg_mvbg-pc.jpg);
		background-size: cover;
		background-position: left 50% bottom 80px;
        background-repeat: no-repeat;
		position: relative;
	}

	section.mv:after{
		content: "";
		width: 100%;
		height: 80px;
        background-color: #f7f1d9;
		background-repeat: no-repeat;
		position: absolute;
		bottom: 0;
		left: 0;
	}

    section.mv h1{
        margin-top: -3%;
        position: relative;
        z-index: 1;
    }

	.mv_inner{
		width: 100%;
		max-width: 1000px;
		margin: auto;
		text-align: center;
	}
	.mv_inner h1 img{
		width: 80%;
		max-width: 800px;
		height: auto;
		transform: translateX(1%);
	}

    section.mv.confirm .mv_inner h1 img{
		width: 40%;
		max-width: 800px;
		height: auto;
		transform: translateX(1%);
	}

	section.mv.confirm:after{
		background: none;
	}

}

@media screen and (max-width:767px) {
	section.mv{
		background-color: #f7f1d9;
	}

    section.mv.confirm{
		background-image: url(../../../img/infra_tour2024/mv_bg_mvbg-pc.jpg);
		background-size: cover;
		background-position: center center;
		position: relative;
	}

    section.mv.confirm .mv_inner h1{
        text-align: center;
    }

    section.mv.confirm .mv_inner h1 img{
		width: 50%;
		max-width: 800px;
		height: auto;
		transform: translateX(1%);
	}
}


/************************************************
about
************************************************/

.about{
	width: 100%;
	background-color: #f7f1d9;
}

.about__inner h3{
	text-align: center;
}

.about__inner:after{
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}

@media screen and (min-width:768px) {

	.about{
		padding: 50px 0 100px;
	}

	.about__inner:after{
		width: 90%;
		margin: 60px auto 0;
		padding-bottom: 14%;
		max-width: 900px;
		background-image: url(../../../img/infra_tour2024/about_bg_bottom-pc.svg);
	}

	.about__inner h3{
		margin: 80px 0 40px;
	}

	.about__inner h3 img{
		width: 75%;
		max-width: 750px;
	}

	.about__inner p{
		margin-bottom: 1em;
		font-size: 20px;
		text-align: center;
		line-height: 1.8;
	}
}

@media screen and (max-width:767px) {

	.about{
		padding: 0 0 40px;
	}

	.about__inner h3{
		margin: 40px 0;
	}

	.about__inner h3 img{
		width: 80%;
	}

	.about__inner:after{
		width: 90%;
		margin: 60px auto 0;
		padding-bottom: 25%;
		background-image: url(../../../img/infra_tour2024/about_bg_bottom-sp.svg);
	}

}


/************************************************
itinerary
************************************************/

img.itineraryChart{
	width: 100%;
	height: auto;
}

.itinerary{
	width: 100%;
	background-color: #d8edf6;
}

.itinerary__inner h2{
	text-align: center;
}


@media screen and (min-width:768px) {

	.itinerary{
		padding: 100px 0 100px;
	}

	.itinerary__inner h2{
		margin-bottom: 40px;
	}

	.itinerary__inner h2 img{
		width: 336px;
		height: auto;
	}

	
}

@media screen and (max-width:767px) {

	.itinerary{
		padding: 50px 0;
	}

	.itinerary__inner h2{
		margin-bottom: 30px;
	}

	.itinerary__inner h2 img{
		width: 250px;
		height: auto;
	}

}


/************************************************
application
************************************************/

.application{
	width: 100%;
	background-color: #b1dbe5;
}

.application__inner h2{
	text-align: center;
}

.application__inner dl{
	background-color: #fff;
}

.application__inner dl dt{
	background-color: #2572bf;
	text-align: center;
	color: #fff;
}

.application__inner dl dd span{
	font-size: 0.8em;
	display: inline-block;
	line-height: 1.4;
}



@media screen and (min-width:768px) {

	.application{
		padding: 100px 0;
	}

	.application__inner h2{
		margin-bottom: 40px;
	}

	.application__inner h2 img{
		width: 336px;
		height: auto;
	}

	.application__inner dl{
		padding: 60px 80px;
		border-radius: 30px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: baseline;
	}

	.application__inner dl dt,
	.application__inner dl dd{
		margin-bottom: 20px;
	}

	.application__inner dl dt:last-of-type,
	.application__inner dl dd:last-of-type{
		margin-bottom: 0;
	}

	.application__inner dl dt{
		width: 25%;
		line-height: 40px;
		font-size: 18px;
		border-radius: 20px;
	}

	.application__inner dl dd{
		width: 70%;
		padding-top: 5px;
		font-size: 18px;
		line-height: 1.6;
	}

}

@media screen and (max-width:767px) {

	.application{
		padding: 50px 0;
	}

	.application__inner h2{
		margin-bottom: 30px;
	}

	.application__inner h2 img{
		width: 250px;
		height: auto;
	}

	.application__inner dl{
		padding: 40px 30px;
		border-radius: 15px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.application__inner dl dt,
	.application__inner dl dd{
		width: 100%;
	}

	.application__inner dl dt{
		margin-bottom: 0.5em;
		line-height: 30px;
		font-size: 14px;
		border-radius: 20px;
	}

	.application__inner dl dd{
		font-size: 16px;
		line-height: 1.6;
		margin-bottom: 2em;
	}	

	.application__inner dl dd:last-of-type{
		margin-bottom: 0;
	}

}


/************************************************
precautions
************************************************/

.precautions{
	width: 100%;
	background-color: #f7f1d9;
}

.precautions__inner{
	background-color: #fff;
}

.precautions__inner h2{
	text-align: center;
	color: #2572bf;
}

.precautions__inner ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.precautions__inner ul li{
	margin-bottom: .5em;
	line-height: 1.6;
	background-image: url(../../../img/infra_tour2024/precautions_icon_list.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

@media screen and (min-width:768px) {

	.precautions{
		padding: 100px 0 100px;
	}

	.precautions__inner{
		padding: 60px 80px;
		border-radius: 30px;
	}

	.precautions__inner h2{
		margin-bottom: 40px;
		font-size: 30px;
	}

	.precautions__inner ul li{
		padding: 0px 0 0 30px;
		font-size: 18px;
		background-size: 21px auto;
	}

	.precautions__inner ul li:last-child{
		margin-bottom: 0;
	}

}

@media screen and (max-width:767px) {

	.precautions{
		padding: 50px 20px;
	}

	.precautions__inner{
		padding: 20px 30px;
		border-radius: 15px;
	}

	.precautions__inner h2{
		margin-bottom: 22px;
		font-size: 20px;
	}

	.precautions__inner ul li{
		padding: 0px 0 0 30px;
		font-size: 16px;
		background-size: 19px auto;
	}
}


/************************************************
organizer
************************************************/

.organizer{
	background-color: #fffbf2;
}

.organizer__inner dl dt{
	background-color: #2572bf;
	color: #fff;
	text-align: center;
}

@media screen and (min-width:768px) {

	.organizer{
		width: 100%;
		padding: 0 0; 
	}

	.organizer__inner dl{
		padding: 60px 80px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
        align-items: baseline;
	}

	.organizer__inner dl dt,
	.organizer__inner dl dd{
		margin-bottom: 20px;
	}

	.organizer__inner dl dt:last-of-type,
	.organizer__inner dl dd:last-of-type{
		margin-bottom: 0;
	}

	.organizer__inner dl dt{
		width: 25%;
		line-height: 40px;
		font-size: 18px;
		border-radius: 20px;
	}

	.organizer__inner dl dd{
		width: 70%;
		padding-top: 5px;
		font-size: 18px;
		line-height: 1.6;
	}	

}

@media screen and (max-width:767px) {

	.organizer{
		padding: 40px 0; 
	}

	.organizer__inner dl dt,
	.organizer__inner dl dd{
		width: 100%;
	}

	.organizer__inner dl dt{
		margin-bottom: 0.5em;
		line-height: 30px;
		font-size: 14px;
		border-radius: 20px;
	}

	.organizer__inner dl dd{
		font-size: 16px;
		line-height: 1.6;
		margin-bottom: 2em;
	}	

	.organizer__inner dl dd:last-of-type{
		margin-bottom: 0;
	}
}


/************************************************
form
************************************************/

.form-contents h2.form-start {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;    
	background-color: #147ec3;
	color: #fff;
	text-align: center;
    line-height: 3em;
    border-radius: 3em;
    font-size: 2rem;
}

@media screen and (max-width:767px) {
    .form-contents h2.form-start {
        line-height: 2em;
    }
}
