@charset "utf-8";
/* CSS Document */

/*///////////////// 共通 /////////////////*/
main {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
  }

main section {
	margin-bottom: 45px;
		letter-spacing: 0;
}

main .container {
	max-width: 1100px;
}

main img {
	width: 100%;
	height: auto;
}

main p {
	text-align: justify;
	word-break: break-all;
}

main .bg-sec {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width: 576px) {
	main section {
		margin-bottom: 55px;
	}
	
	main .bg-sec {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (min-width: 768px) {
	main section {
		margin-bottom: 65px;
	}
	
	main .bg-sec {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (min-width: 992px) {
	main section {
		margin-bottom: 80px;
	}
	
	main .bg-sec {
		padding-top: 70px;
		padding-bottom: 70px;
	}	
}

@media (min-width: 1200px) {
	main section {
		margin-bottom: 100px;
	}
	
	main .bg-sec {
		padding-top: 85px;
		padding-bottom: 85px;
	}
}


/*///////////////// MV /////////////////*/
.mv {
	margin-bottom: 85px;
}	

.mv .slider_base{
	width: 100%;
	height: auto;
}

.mv .slider_base img{
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: 6.5s ease-out;
	vertical-align: bottom;
}

.mv .slider_base .zoom_animation img{
	transform: scale(1.17);
}

.mv .title {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 100%;
	background-color: rgba(255,255,255,0.45);
	padding: 0.8em;
	z-index: 2;
}

.mv .titleimg {
	width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.mv .rogo {
    position: absolute;
    left: 50%;
    bottom: -10%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 80%;
	background-color: #00264b;
	padding: 0.7em;
	z-index: 3;
}

@media (min-width: 480px) {
	.mv {
		margin-bottom: 110px;
	}

	.mv .title {
		padding: 1em;
	}
	
	.mv .titleimg {
		width: 360px;
	}

	.mv .rogo {
		width: 70%;
		padding: 0.8em;
	}
}

@media (min-width: 576px) {
	.mv {
		margin-bottom: 130px;
	}

	.mv .title {
		padding: 1.5em;
	}
	
	.mv .titleimg {
		width: 420px;
	}
	

	.mv .rogo {
		width: 400px;
		padding: 1em;
	}
}

@media (min-width: 768px) {
	.mv {
		margin-bottom: 0px;
	}
	
	.mv .title {
		left: 4%;
		top: 49%;
		width: 65%;
		background-color: rgba(255,255,255,0);
		padding: 0;
	}
	
	.mv .titleimg {
		width: 440px;
		margin-left: 0;
	}	
	
	.mv .rogo-pc {
		width: 220px !important;
		background-color: rgba(0,38,75,0);
		padding: 0.7em;
		border: 1px solid #fff;	
	}	
}

@media (min-width: 992px) {
	.mv .title {
		left: 4%;
		top: 50%;
		width: 66%;
	}
	
	.mv .titleimg {
		width: 580px;
		margin-left: 0;
	}	

	.mv .rogo-pc {;
		width: 260px !important;
		padding: 0.8em;
	}
}

@media (min-width: 1200px) {
	.mv .titleimg {
		width: 85%;
		margin-left: 0;
	}
	
	.mv .rogo-pc {
		width: 40% !important;
		padding: 1em;
	}
}

@media (min-width: 1300px) {
	.mv .title {
		top: 50%;
		width: 62%;
	}

	.mv .rogo-pc {;
		width: 38% !important;
		padding: 1em;
	}
}

@media (min-width: 1400px) {
	.mv .title {
		width: 60%;
	}

	.mv .rogo-pc {;
		width: 38% !important;
		padding: 1em;
	}
}


/*///////////////// セクション0 /////////////////*/
@media (min-width: 768px) {
	.sec0 p {
		font-size: 1.1em;
		line-height: 1.7em;
	}
}


/*///////////////// end /////////////////*/


/*///////////////// セクション1 /////////////////*/
.sec1 {
	background-image: url("../../assets/images/the_base/bg_sp1.jpg");
	background-repeat: repeat-y;
	background-size: 100%;
}

.sec1 h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2em;
	font-weight: 700;
	text-align: center;
	color: #00264b;
	background-image: url("../../assets/images/the_base/line1.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 10em;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

.sec1 .text-wrap {
	background-color: rgba(255,255,255,0.6);
	padding: 20px;
	line-height: 1.6em;
}

.sec1 h2 {
	font-family: 'Noto Serif', serif;
	color: #222 !important;
	font-size: 1.6em;
}

.sec1 .num {
	width: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


@media (min-width: 480px) {
	.sec1 h1 {
		font-size: 2.0em;
	}

	.sec1 .text-wrap {
		padding: 25px;
	}

	.sec1 h2 {
		font-size: 1.5em;
	}

	.sec1 .num {
		width: 50px;
	}
}

@media (min-width: 576px) {
	.sec1 h1 {
		font-size: 2.2em;
	}

	.sec1 h2 {
		font-size: 1.6em;
	}

	.sec1 .num {
		width: 50px;
	}
}

@media (min-width: 768px) {
	.sec1 h1 {
		font-size: 2.0em;
	}

	.sec1 h2 {
		font-size: 1.4em;
		line-height: 1.5em;
	}

	.sec1 .num {
		width: 40px;
	}
}

@media (min-width: 992px) {
	.sec1 h1 {
		font-size: 2.2em;
	}

	.sec1 .num {
		width: 45px;
	}
}


/*///////////////// セクション3 /////////////////*/
.sec3 {
	background-color: #f4f0ed;
}

.sec3 h1, .sec4 h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8em;
	line-height: 1.5em;
	color: #222;
	text-align: center;
}

.sec3 .btn1 a {
	font-size: 1.1em;
}

@media (min-width: 480px) {
	.sec3 h1, .sec4 h1 {
		font-size: 1.7em;
	}
}

@media (min-width: 576px) {
	.sec3 h1, .sec4 h1 {
		font-size: 1.8em;
	}
}

@media (min-width: 992px) {
	.sec3 h1, .sec4 h1 {
		font-size: 2em;
	}
}

/*///////////////// セクション4 /////////////////*/


