@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 .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 .title img {
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

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

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

	.mv .title {
		padding: 1.5em;
	}

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

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

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

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

@media (min-width: 1200px) {
	.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;
	}
}


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

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

.sec1 h1 span {
	font-size: 0.75em;
}

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

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

.sec1 .clip {
	display: block;
	padding: 15px 17.5% 20px; 
}


@media (min-width: 576px) {
	.sec1 h1 {
		font-size: 2em;
		padding-bottom: 38px;
	}

	.sec1 .text-wrap {
		padding: 1.5em;
	}

	.sec1 .num {
		width: 60px;
	}

	.sec1 .clip {
		display: block;
		padding: 15px 0 20px;
		width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.sec1 {
		background-image: url("../../img/the_base/bg_pc1.jpg");
		background-repeat: repeat-y;
		background-size: 100%;
	}
	
	.sec1 h1 {
		font-size: 1.7em;
		padding-bottom: 30px;
	}

	.sec1 .text-wrap {
		padding: 1.25em;
		height: 12em;
	}

	.sec1 .num {
		width: 38px;
	}

	.sec1 .clip {
		padding: 20px 0 25px;
		width: 160px;
	}
	
	.sec1 .clip1 {
		width: 166px;
	}
}

@media (min-width: 992px) {
	.sec1 h1 {
		font-size: 1.9em;
		padding-bottom: 38px;
	}

	.sec1 .text-wrap {
		padding: 1.5em;
		height: 9.5em;
	}

	.sec1 .num {
		width: 48px;
	}

	.sec1 .clip {
		padding: 20px 0 25px;
		width: 200px;
	}
	
	.sec1 .clip1 {
		width: 208px;
	}
}

@media (min-width: 1200px) {
	.sec1 .text-wrap {
		height: 10.5em;
	}

	.sec1 .num {
		width: 52px;
	}

	.sec1 .clip {
		padding: 20px 0 25px;
		width: 215px;
	}
	
	.sec1 .clip1 {
		width: 223px;
	}
}

@media (min-width: 1400px) {
	.sec1 h1 {
		font-size: 2.2em;
		padding-bottom: 43px;
	}
}


/*///////////////// セクション2 /////////////////*/
.sec2 .title {
	width: 310px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sec2 .cm-movie {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 56.25%;
}

.sec2 .cm-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media (min-width: 480px) {
	.sec2 .title {
		width: 320px;
	}
}

@media (min-width: 576px) {
	.sec2 .title {
		width: 400px;
	}
}

@media (min-width: 768px) {
	.sec2 .title {
		width: 580px;
	}
	
	.sec2 .cm-movie {
		padding-top: 52.25%;
	}	
}

@media (min-width: 992px) {
	.sec2 .title {
		width: 600px;
	}
	
	.sec2 .cm-movie {
		padding-top: 48.25%;
	}
}

@media (min-width: 1200px) {
	.sec2 .title {
		width: 620px;
	}
}

@media (min-width: 1400px) {
	.sec2 .title {
		width: 680px;
	}
}


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

.sec3 h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6em;
	font-weight: 700;
	color: #222;
	text-align: center;
}

.sec3 h2 {
	background-color: #a7192f;
	border-radius: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.15em;
	color: #fff;
	text-align: center;	
	padding: 0.6em 0;
	letter-spacing: 0;
}

.sec3 h2 span {
	font-size: 0.6em;
	font-weight: 500;
	display: inline-block;
	margin-left: -0.5em;
	margin-right: -0.5em;
}


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

	.sec3 h2 {
		font-size: 1.4em;	
		padding: 0.75em 0;
	}

	.sec3 h2 span {
		font-size: 0.7em;
	}
	
	.sec3 .note {
		text-align: center !important;
		font-size: 0.88em;
	}
}

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

	.sec3 h2 {
		font-size: 1.4em;	
		padding: 0.5em 0;
	}
	
	.sec3 .note {
		font-size: 1em;
	}	
}

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

	.sec3 h2 {
		font-size: 1.4em;	
		padding: 0.5em 0;
	}
}

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


/*///////////////// セクション4 /////////////////*/
.sec4 .title {
	width: 310px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sec4 h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.5em;
	padding: 0.7em 0;
	letter-spacing: 0;
}

@media (min-width: 576px) {
	.sec4 .col-sm-6 {
		padding-left: 3%;
		padding-right: 3%;
	}
}

@media (min-width: 768px) {
	.sec4 .title {
		width: 500px;
	}

	.sec4 h3 {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.3em;
		font-weight: 600;
		line-height: 1.5em;
		padding: 0.7em 0;
		letter-spacing: 0;
	}
}

@media (min-width: 992px) {
	.sec3 .container, .sec4 .container {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	
	.sec4 .col-sm-6 {
		padding-left: 4%;
		padding-right: 4%;
	}	
}

@media (min-width: 1400px) {
	.sec4 .title {
		width: 540px;
	}
}

