@charset "utf-8";

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, pre, table, caption, th, td, address, form, input, textarea{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}

header, main, article, section, footer, address, copyright{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

img {
	vertical-align: bottom;	
}

a {
	display: inline-block;
	color: #333;
	transition: 0.5s;
	text-decoration: none;
}
a img {
	border: none;
}
a img:hover {
	opacity: 0.8;
	transition-duration: 0.5s;
}

label {
	cursor: pointer;
}
input[type='submit'] {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
	cursor: pointer;
	transition: 0.5s;
}

.clearfix::after {
	content: "";
	clear: both;
	display: block;
}
* {
	box-sizing: border-box;
}

html, body {
	font-family:"Noto Sans JP", sans-serif;
	text-align: center;
	background-color: #FFF;
	font-size: 16px;
	color: #333;
	line-height: 1.3;
	height: auto !important;
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
	text-autospace: normal;
	font-feature-settings: "palt";
}

.pc {
	display: inline;
}

.mo {
	display: none;
}

.visually_hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

header {
	width: 1300px;
	height: 120px;
	padding-top: 55px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 55px;
	background-color: #FFFFFF;
}
#head_logo {
	width: 413px;
}


section {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
}

.contents {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 100%;
	height: 100%;
}
#sec1 {
	background-image: url(../images/sec1_pc_2.jpg);
	height: 650px;
	position: relative;
	background-repeat: no-repeat;
}

#apply1 {
	background-color: #004ea2;
	border: 1px solid #004ea2;
	color: #FFFFFF;
	width: 400px;
	height: 60px;
	border-radius: 40px;
	cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	transition: 0.5s;
	position: absolute;
	padding-top: 15px;
	top: 518px;
	left: 149px;
	letter-spacing: 2px;
	box-shadow: 5px 5px 5px hsla(0,0%,0%,0.28);
}
#apply1:hover {
	background-color: #EDF5FF;
	color: #004ea2;
}
#apply1 svg {
	width: 8px;
	position: absolute;
	top: 22px;
	right: 29px;
}
.button_item1_img {
	fill: #fff;
	transition: 0.5s;
}
.apply:hover .button_item1_img {
	fill: #004ea2;
}
#sec2 {
	background-image: url(../images/sec2_pc.svg);
	height: 767px;
	z-index: 10;
	visibility: 10;
}

#sec3 {
	background-image: url("../images/sec3_pc_2.jpg");
	background-repeat: no-repeat;
	height: 700px;
	position: relative;
}
#sec3_back {
	display: none;
}


#sec4 {
	background-image: url("../images/sec4_pc.svg");
	height: 702px;
	position: relative;
	background-repeat: no-repeat;
}
#sec4 h2 img {
	width: 363px;
	position: absolute;
	margin-left: -182px;
	left: 50%;
	top: 67px;
}

#sec5 {
	background-image: url("../images/sec5_pc_2.jpg");
	z-index: 5;
	height: 1478px;
	position: relative;
}
#sec5 h2 img {
	width: 326px;
	position: absolute;
	margin-left: -163px;
	left: 50%;
	top: 67px;
}

#sec6 {
	background-image: url("../images/sec6_pc.svg");
	height: 705px;
	position: relative;
}
#sec6 h2 img {
	width: 700px;
	position: absolute;
	margin-left: -350px;
	left: 50%;
	top: 67px;
}

#sec7 {
	z-index: 10;
	background-color: #D8E4EC;
	position: relative;
}
#sec7 .contents {
	padding-top: 200px;
	padding-bottom: 85px;
}
#sec7 h2 img {
	width: 297px;
	position: absolute;
	margin-left: -148px;
	left: 50%;
	top: 75px;
}
#sec7_date div {
	font-size: 15px;
}
#sec7_date {
	font-size: 17px;
	position: absolute;
	right: 112px;
	top: 147px;
	font-weight: 600;
}
#sec7_table {
	margin-right: auto;
	margin-left: auto;
	width: 1070px;
	font-size: 20px;
	border-radius: 30px;
	overflow-x: hidden;
	overflow-y: hidden;
	font-weight: 600;
	line-height: 1.5;
	border-collapse: collapse;
}
#sec7_table tr th {
	vertical-align: middle;
	text-align: left;
	padding-left: 24px;
	width: 250px;
	background-color: #B7C7E0;
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 3px solid #D8E4EC;
	border-right: 7px solid #D8E4EC;
}
#sec7_table tr:last-child th {
	border-bottom: none;
}
#sec7_table tr th h4 {
	font-weight: 600;
	white-space: nowrap;
}
#sec7_table tr th h4 .h4_head {
	display: inline-block;
	vertical-align: top;
}
#sec7_table tr th h4 .h4_body {
	display: inline-block;
	width: 180px;
	vertical-align: top;
}

#sec7_table tr td {
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: justify;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 32px;
	padding-right: 0px;
	border-bottom: 3px solid #D8E4EC;
}
#sec7_table tr:last-child td {
	border-bottom: none;
}
#sec7_table tr td ul li {
	list-style-position: outside;
	margin-left: 25px;
}
#sec7_table tr td ul li .zz {
	display: inline-block;
	vertical-align: top;
}

#sec8 {
	background-image: url("../images/sec8_back_mo.png");
	padding-bottom: 60px;
	background-repeat: repeat;
}
#sec8 .contents {
	padding-top: 225px;
}

#sec8 h2 img {
	width: 270px;
	position: absolute;
	margin-left: -135px;
	left: 50%;
	top: 75px;
}
#qa {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 920px;
}
#qa li {
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 40px;
	list-style-type: none;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	vertical-align: top;
	-webkit-box-shadow: 3px 3px 5px hsla(0,0%,0%,0.32);
	box-shadow: 3px 3px 5px hsla(0,0%,0%,0.32);
	letter-spacing: -1px;
	position: relative;
	cursor: pointer;
}

#qa li h4 {
	color: #004ea2;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
}
#qa li h4 .m {
	letter-spacing: -0.5em;
}

#qa li p {
	font-weight: 600;
}
#qa li .ans {
	display: none;
	line-height: 1.5;
}

#qa li p .a1 {
	display: inline-block;
	width: 20px;
	vertical-align: top;
	font-size: 20px;
	font-weight: 800;
}
#qa li p .a2 {
	display: inline-block;
	width: calc(100% - 80px);
	vertical-align: top;
	text-align: justify;
	font-size: 20px;
}
.qa_button {
	position: absolute;
	top: 10px;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 16px;
	border-style: none;
	background-color: #004EA2;
	width: 22px;
	height: 22px;
	border-radius: 15px;
	text-align: center;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 1px;
	line-height: 0;
	right: 13px;
}

#sec9 {
	background-image: url("../images/sec9_pc.svg");
	height: 1000px;
	position: relative;
}
#apply2 {
	background-color: #004ea2;
	border: 1px solid #004ea2;
	color: #FFFFFF;
	width: 470px;
	height: 80px;
	border-radius: 40px;
	cursor: pointer;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	transition: 0.5s;
	position: absolute;
	padding-top: 21px;
	padding-left: 55px;
	top: 681px;
	left: 50%;
	text-align: left;
	letter-spacing: 2px;
	margin-left: -235px;
	box-shadow: 5px 5px 5px hsla(0,0%,0%,0.28);
}
#apply2:hover {
	background-color: #EDF5FF;
	color: #004ea2;
}
#apply2 svg {
	height: 25px;
	position: absolute;
	top: 25px;
	right: 39px;
}
#apply3 {
	background-color: #ed6c00;
	border: 1px solid #ed6c00;
	color: #FFFFFF;
	width: 306px;
	height: 60px;
	border-radius: 40px;
	cursor: pointer;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	transition: 0.5s;
	position: absolute;
	padding-top: 12px;
	padding-left: 43px;
	top: 868px;
	left: 50%;
	text-align: left;
	letter-spacing: 2px;
	margin-left: -153px;
	box-shadow: 5px 5px 5px hsla(0,0%,0%,0.28);
}
#apply3:hover {
	background-color: #FFF5ED;
	color: #ed6c00;
}
#apply3 svg {
	width: 36px;
	position: absolute;
	top: 8px;
	right: 43px;
}
.button_item2_img {
	fill: #fff;
	transition: 0.5s;
}
.apply2:hover .button_item2_img {
	fill: #ed6c00;
}
#sec10 {
	background-color: #EFEFEF;
	padding-top: 29px;
	padding-bottom: 35px;
	font-size: 17px;
}
#sec10 ul {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
#sec10 ul li {
	margin-left: 30px;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	font-weight: 500;
	white-space: nowrap;

}






@media (max-width:540px){
.pc {
	display: none;
}

.mo {
	display: inline;
}

header {
	width: 540px;
	height: 70px;
	padding-top: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 30px;
	z-index: 100;
}
#head_logo {
	width: 246px;
}


section {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
}
.contents {
	margin-right: auto;
	margin-left: auto;
}
#sec1 {
	background-image: url(../images/sec1_mo_2.jpg);
	height: 919px;
	background-repeat: no-repeat;
	background-size: contain;
}
#apply1 {
	width: 450px;
	height: 73px;
	border-radius: 40px;
	cursor: pointer;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-left: -225px;
	transition: 0.5s;
	position: absolute;
	padding-top: 20px;
	top: 799px;
	left: 50%;
	letter-spacing: 3px;
}
#apply1 svg {
	position: absolute;
	top: 26px;
	right: 29px;
	height: 19px;
	width: auto;
}

#sec2 {
	background-image: url(../images/sec2_mo.svg);
	height: 999px;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: contain;
}

#sec3 {
	background-image: url(../images/sec3_mo_2.jpg);
	height: 891px;
	position: relative;
	z-index: 5;
}
#sec3_back {
	display: block;
	position: absolute;
	z-index: 1;
	right: 0px;
	top: -20px;
	width: 86px;
}


#sec4 {
	background-image: url(../images/sec4_mo.svg);
	height: 1726px;
}
#sec4 h2 img {
	width: 359px;
	position: absolute;
	margin-left: -180px;
	left: 50%;
	top: 67px;
}

#sec5 {
	background-image: url(../images/sec5_mo_2.jpg);
	height: 2396px;
}
#sec5 h2 img {
	width: 320px;
	position: absolute;
	margin-left: -160px;
	left: 50%;
	top: 67px;
}

#sec6 {
	background-image: url(../images/sec6_mo.svg);
	z-index: 10;
	height: 2426px;
}
#sec6 h2 img {
	width: 432px;
	position: absolute;
	margin-left: -216px;
	left: 50%;
	top: 67px;
}

#sec7 {
	background-image: url(../images/sec7_mo.webp);
	z-index: 1;
}
#sec7 .contents {
	padding-top: 190px;
	padding-bottom: 60px;
}
#sec7 h2 img {
	width: 294px;
	position: absolute;
	margin-left: -147px;
	left: 50%;
	top: 67px;
}
#sec7_date div {
	font-size: 15px;
}
#sec7_date {
	font-size: 17px;
	position: absolute;
	right: 47px;
	top: 143px;
	font-weight: 600;
}
#sec7_table {
	margin-right: auto;
	margin-left: auto;
	width: 446px;
	font-size: 20px;
	border-radius: 10px;
	overflow-x: hidden;
	overflow-y: hidden;
	font-weight: 600;
	line-height: 1.5;
	display: block;
}
#sec7_table tr {
	display: block;
}
#sec7_table tr th {
	vertical-align: middle;
	text-align: left;
	padding-left: 26px;
	width: 100%;
	background-color: #B7C7E0;
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 3px none #D8E4EC;
	border-right: 7px none #D8E4EC;
	display: block;
}
#sec7_table tr:last-child th {
	border-bottom: none;
}
#sec7_table tr th h4 {
	font-weight: 600;
	white-space: nowrap;
}
#sec7_table tr th h4 .h4_head {
	display: inline-block;
	vertical-align: top;
}
#sec7_table tr th h4 .h4_body {
	display: inline-block;
	width: 180px;
	vertical-align: top;
}

#sec7_table tr td {
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: justify;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 26px;
	padding-right: 34px;
	border-bottom: 3px none #D8E4EC;
	display: block;
	width: 100%;
}
#sec7_table tr:last-child td {
	border-bottom: none;
}
#sec7_table tr td ul li {
	list-style-position: outside;
	margin-left: 25px;
}
#sec7_table tr td ul li .zz {
	display: inline-block;
	vertical-align: top;
}

#sec8 {
	background-image: url("../images/sec8_back_mo.jpg");
	padding-bottom: 40px;
	background-repeat: repeat-y;
	background-size: 540px auto;
}
#sec8 .contents {
	padding-top: 188px;
}

#sec8 h2 img {
	width: 267px;
	position: absolute;
	margin-left: -133px;
	left: 50%;
	top: 67px;
}
#qa {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 445px;
}
#qa li {
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 43px;
	padding-bottom: 30px;
	padding-left: 0px;
	list-style-type: none;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	vertical-align: top;
	-webkit-box-shadow: 3px 3px 5px hsla(0,0%,0%,0.32);
	box-shadow: 3px 3px 5px hsla(0,0%,0%,0.32);
	letter-spacing: -1px;
	position: relative;
	cursor: pointer;
}

#qa li h4 {
	color: #004ea2;
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 30px;
}
#qa li h4 .m {
	letter-spacing: -0.5em;
}

#qa li p {
	font-weight: 600;
}
#qa li .ans {
	display: none;
	line-height: 1.5;
	padding-left: 30px;
}
#qa li .q1 {
	display: inline-block;
	width: 35px;
	vertical-align: top;
	font-size: 20px;
	font-weight: 800;
}
#qa li .q2 {
	display: inline-block;
	width: calc(100% - 50px);
	vertical-align: top;
	text-align: justify;
	font-size: 20px;
}
#qa li p .a1 {
	display: inline-block;
	width: 20px;
	vertical-align: top;
	font-size: 20px;
	font-weight: 800;
}
#qa li p .a2 {
	display: inline-block;
	width: calc(100% - 50px);
	vertical-align: top;
	text-align: justify;
	font-size: 20px;
}
.qa_button {
	position: absolute;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 16px;
	border-style: none;
	background-color: #004EA2;
	border-radius: 15px;
	text-align: center;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 1px;
	line-height: 0;
}

#sec9 {
	background-image: url(../images/sec9_mo.svg);
	height: 930px;
}
#apply2 {
	background-color: #004ea2;
	border: 1px solid #004ea2;
	color: #FFFFFF;
	width: 450px;
	height: 72px;
	border-radius: 40px;
	cursor: pointer;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	transition: 0.5s;
	position: absolute;
	padding-top: 19px;
	padding-left: 78px;
	top: 600px;
	left: 50%;
	text-align: left;
	letter-spacing: 3px;
	margin-left: -225px;
	box-shadow: 5px 5px 5px hsla(0,0%,0%,0.28);
}
#apply2:hover {
	background-color: #EDF5FF;
	color: #004ea2;
}
#apply2 svg {
	height: 19px;
	position: absolute;
	top: 26px;
	right: 33px;
}
#apply3 {
	background-color: #ed6c00;
	border: 1px solid #ed6c00;
	color: #FFFFFF;
	width: 360px;
	height: 71px;
	border-radius: 40px;
	cursor: pointer;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
	transition: 0.5s;
	position: absolute;
	padding-top: 16px;
	padding-left: 54px;
	top: 783px;
	left: 50%;
	text-align: left;
	letter-spacing: 2px;
	margin-left: -180px;
	box-shadow: 5px 5px 5px hsla(0,0%,0%,0.28);
}
#apply3:hover {
	background-color: #FFF5ED;
	color: #ed6c00;
}
#apply3 svg {
	width: 41px;
	position: absolute;
	top: 13px;
	right: 52px;
}

#sec10 {
	padding-top: 50px;
}
#sec10 ul {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
#sec10 ul li {
	margin-left: 20px;
	letter-spacing: 0px;
	margin-bottom: 7px;
	font-weight: 500;
	white-space: normal;
	font-size: 16px;
	text-align: justify;

}
}
