@charset "UTF-8";

/* mv -------------------------------------- */
article#mv {
    background: url(../img/mv-bg.jpg) center center no-repeat;
    background-size: cover;
	margin-top: 60px;
	height: calc(100vh - 60px);
}
section#mv-1 {
	margin: 0 auto;
	padding: 50px 0;
	width: 90%;
	height: 100%;
	position: relative;
}
article#mv #mv-1 h1 {
	width: 750px;
	position: absolute;
	right: 0;
	bottom: 0;
}

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

}
@media screen and (max-width: 768px){
	article#mv {
		background: url(../img/mv-bg.jpg) 60% center no-repeat;
		background-size: cover;
		height: 550px;
	}
	section#mv-1 {
		width: 95%;
	}
	article#mv #mv-1 h1 {
		width: 100%;
	}
}
@media screen and (max-width: 320px){ /*  5/SE */

}


/* section-basic -------------------------------------- */
article>section p.eng {
	font-size: 5rem;
	font-family: 'Hind', sans-serif;
	font-weight: bold;
	margin-bottom: 50px;
	letter-spacing: 0.1em;
}
article>section h3 {
	letter-spacing: 0.1em;
	font-size: 1.4rem;
	font-weight: 500;
}
table tr th.vert-top {
	vertical-align: top;
}

/* section1 -------------------------------------- */
article#sec1 {
	padding: 150px 0 100px;
	background: url("../img/s1-bg.jpg") center bottom no-repeat;
	background-size: cover;
}
#sec1 section#s1-1 {
	padding-bottom: 500px;
}
#sec1 section#s1-1 * {
	color: #fff;
}
#sec1 section#s1-1 p.eng {
	opacity: 0.5;
}
#sec1 section#s1-1 h2 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 50px;
}
#sec1 section#s1-1 p:not(.eng) {
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	line-height: 3em;
}
#sec1 section#s1-1 p:not(.eng).right {
	text-align: right;
	margin-top: 50px;
}

@media screen and (max-width: 1024px){
	article#sec1 {
		padding: 150px 0 50px;
	}
}
@media screen and (max-width: 768px){
	#sec1 section#s1-1 p:not(.eng) {
		font-size: 1.2rem;
		line-height: 2em;
	}
}
@media screen and (max-width: 499px){
	
}


/* section2 -------------------------------------- */
article#sec2 {
	padding: 100px 0 0;
	background: #00aecb;
}
#sec2 #s2-1 * {
	text-align: center;
}
#sec2 #s2-1 p.eng {
	opacity: 0.5;
	color: #fff;
	margin-bottom: 25px;
}
#sec2 #s2-1 h3 {
	color: #fff;
	margin-bottom: 35px;
}
#sec2 #s2-1 div {
	display: flex;
	justify-content: space-between;
}
#sec2 #s2-1 div dl {
	width: 30%;
	min-width: 330px;
	padding: 20px;
	border: 3px solid #e6e6e6;
}
#sec2 #s2-1 div dl dd {
	position: relative;
	background: #fff;
	height: 5em;
	padding: 15px;
}
#sec2 #s2-1 div dl dd span {
	color: #00aecb;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	line-height: 1.5em;
}
#sec2 #s2-1 div dl dd::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -24px;
	transform: translateX(-50%);
	border: 8px solid transparent;
	border-top: 18px solid #fff;
	z-index: 1;
}
#sec2 #s2-1 div dl dt {
	height: 10em;
	margin-top: 30px;
}
#sec2 #s2-1 div dl dt span {
	font-size: 2.4rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	color: #ffff00;
}
#sec2 #s2-1 div dl img {
	width: 160px;
	margin-top: 20px;
}
#sec2 #s2-1 .button {
	margin-top: 100px;
}
#sec2>img {
	margin-top: 50px;
}

@media screen and (max-width: 1024px){
	article#sec2 {
		padding: 50px 0 0;
		margin-top: -1px;
	}
	#sec2 #s2-1 div {
		flex-direction: column;
	}
	#sec2 #s2-1 div dl {
		width: 60%;
		margin: 0 auto 35px;
		min-width: unset;
		padding: 30px;
	}
	#sec2 #s2-1 div dl dt, #sec2 #s2-1 div dl dd {
		height: unset;
	}
	#sec2 #s2-1 .button {
		margin-top: 15px;
	}
}
@media screen and (max-width: 768px){
	#sec2 #s2-1 div dl {
		width: 100%;
		padding: 15px;
	}
}
@media screen and (max-width: 499px){
	
}


/* section3 -------------------------------------- */
article#sec3 {
	padding: 100px 0;	
}
#sec3 h3, #sec3 p {
	margin-bottom: 35px;
	color: #005884;
}
#sec3 table {
	width: 100%;
}
article#sec3 table tr {
	border-top: 1px solid #005884;
}
article#sec3 table tr:last-child {
	border-bottom: 1px solid #005884;
}
article#sec3 table tr th, article#sec3 table tr td {
	padding: 25px 0;
	text-align: left;
}
article#sec3 table tr th {
	width: 30%;
	padding-left: 4em;
}
article#sec3 table tr td {
	width: 70%;
	line-height: 2em;
}

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

}
@media screen and (max-width: 768px){
	article#sec3 table tr th, article#sec3 table tr td {
		display: block;
		width: 100%;
	}
	article#sec3 table tr th, article#sec3 table tr td {
		padding-left: 1em;
	}
	article#sec3 table tr th {
		border-bottom: 1px solid #005884;
	}
}
@media screen and (max-width: 499px){
	
}


/* section4 -------------------------------------- */
article#sec4 {
	background: url(../img/s4-pat.jpg);
	background-size: 8%;
	padding: 100px 0;
}
#sec4 #s4-1 h3, #sec4 #s4-1 p {
	text-align: center;
}
#sec4 #s4-1 h3, #sec4 #s4-1 p.eng {
	margin-bottom: 35px;
	color: #005884;
}
#sec4 #s4-1 p:not(.eng) {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 25px;
}
#sec4 #s4-1>div {
	width: 90%;
	margin: 0 auto;
	padding: 50px 80px;
	background: #fff;
	border-radius: 5% 0;
	box-shadow: 0px 0px 10px rgba(0, 88, 132, 0.3);
}

article form table {
	width: 100%;
}
article form table tr {
}
article form table th, article form table td {
	padding: 20px 0;
	position: relative;
}
article form table th {
    font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5em;
	width: 30%;
	padding-left: 4.5em;
}
article form table th.require-field:before {
	content: '必須';
	font-size: 1.2rem;
	display: inline-block;
	padding: 0.25em 0.65em;
	background: #005884;
	color: #ff0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
article form table td {
	width: 70%;
	padding: 20px;
}
article form table td>input[type=text],
article form table td>input[type=tel],
article form table td>input[type=email],
article form table td>textarea {
	text-align: left !important;
    font-size: 1.4rem;
	padding: 1em;
	width: 100%;
	border: 1px solid #ccc;
}
label {
	font-size: 1.6rem;
}
input[type=checkbox] {
	margin-right: 0.35em;
	accent-color: #009bd4;
}
#sec4 a.button {
	margin: 25px auto 0;
	text-align: center;
	border: 1px solid #005884;
}
#sec4 a.button input {
	border: none;
	background: none;
	color: inherit;
	font-size: inherit;
}

#sec4 #s4-1 section#privacy {
	width: 100%;
	height: 450px;
	border: 1px solid #ccc;
	padding: 50px;
	overflow-y: scroll;
	margin-bottom: 25px;
}
#sec4 #s4-1 section#privacy * {
	font-weight: 400;
	line-height: 1.25em;
}	
#sec4 #s4-1 section#privacy h3 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 50px;
}
#sec4 #s4-1 section#privacy h3:last-of-type {
	padding-top: 75px;
}
#sec4 #s4-1 section#privacy h4 {
	font-size: 1.6rem;
	color: #005884;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 1.25em;
	border-bottom: 1px solid #005884;
}
#sec4 #s4-1 section#privacy h5 {
	font-size: 1.4rem;
	color: #005884;
	margin-bottom: 10px;
}
#sec4 #s4-1 section#privacy div span {
	font-size: 1.2rem;
	font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
#sec4 #s4-1 section#privacy div p, #sec4 #s4-1 section#privacy div ul {
	margin-bottom: 1.5em;
}
#sec4 #s4-1 section#privacy *.last {
	margin-bottom: 40px;
}
#sec4 #s4-1 section#privacy *.lastsub {
	margin-bottom: 30px;
}
#sec4 #s4-1 section#privacy p {
	font-size: 1.2rem;
	text-align: left;
	margin-bottom: 1.25em;
}
#sec4 #s4-1 section#privacy p.right {
	font-size: 1.2rem;
	text-align: right;
	margin-bottom: 1.25em;
}
#sec4 #s4-1 section#privacy ul,#sec4 #s4-1 section#privacy table {
	margin-bottom: 25px;
}
#sec4 #s4-1 section#privacy li {
	font-size: 1.2rem;
	text-align: left;
	margin-bottom: 0.5em;
	margin-left: 1.25em;
}
#sec4 #s4-1 section#privacy ul li {
	list-style-type: disc;
}
#sec4 #s4-1 section#privacy ol li {
	list-style-type: decimal;
}
#sec4 #s4-1 section#privacy table * {
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.5em;
}
#sec4 #s4-1 section#privacy table caption {
	padding-top: 0.5em;
	padding-bottom: 1em;
}
#sec4 #s4-1 section#privacy table tr {
	border: 1px solid #ccc;
}
#sec4 #s4-1 section#privacy table th {
	background: #e6e6e6;
	text-align: center;
	padding: 0 10px;
}
#sec4 #s4-1 section#privacy table td ul {
	margin-bottom: 0;
}
#sec4 #s4-1 section#privacy sup {
	font-size: 1rem;
}
#sec4 #s4-1 section#privacy aside p {
	margin-bottom: 1.25em;
	word-break: break-all;
}
#sec4 #s4-1 section#privacy aside p#sup02 {
	margin-bottom: 0.5em;
}
#sec4 #s4-1 section#privacy aside p:before {
	content: '';
	font-size: inherit;
	margin-right: 1em;
}
#sec4 #s4-1 section#privacy aside p#sup01:before {
	content: '※1';
}
#sec4 #s4-1 section#privacy aside p#sup02:before {
	content: '※2';
}
#sec4 #s4-1 section#privacy aside p#sup03:before {
	content: '※3';
}
#sec4 #s4-1 section#privacy aside p#sup04:before {
	content: '※4';
}
#sec4 #s4-1 section#privacy aside p#sup05:before {
	content: '※5';
}
#sec4 #s4-1 section#privacy aside p#sup06:before {
	content: '※6';
}
#sec4 #s4-1 section#privacy aside p#sup07:before {
	content: '※7';
}

@media screen and (max-width: 1024px){
	#sec4 #s4-1>div {
		width: 100%;
		border-radius: 4% / 2% 0;
		padding: 25px 25px 35px;
	}
}
@media screen and (max-width: 768px){
	article form table th, article form table td {
		display: block;
		width: 100%;
	}
	article form table td {
		padding: 0 0 25px;
	}
	#sec4 #s4-1 section#privacy {
		padding: 35px 15px;
	}
	#sec4 #s4-1 section#privacy * {
		line-height: 1.35em;
	}
	#sec4 #s4-1 section#privacy p.right {
		font-size: 1.1rem;
	}
	#sec4 #s4-1 section#privacy table th, #sec4 #s4-1 section#privacy table td {
		padding: 10px;
	}
	#sec4 #s4-1 section#privacy aside p, #sec4 #s4-1 section#privacy aside li {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 499px){
	
}


