@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');



*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}
html{font-size: 62.5%;}
body{font-size: 1.6em;}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */



/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }


/* 文字装飾 */
strong {
	font-weight: 700;
	color: #034fa2;
}

ul {
}
ul li {
	list-style:none;	
}
.text__mincho {
	font-family: "Noto Serif JP";
}

iframe {
	width: 100%;
}


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


/* float解除 */
.release { 
}
* html .release {
	zoom: 100%;
}
*:first-child+html .release {
	display: inline-block;
}
.release:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],area__text{
    -webkit-appearance: none;
    border-radius: 0;
}

/* box-sizing */ 
* {
	box-sizing: border-box;
}




/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #034fa2;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
a:hover {
	opacity: 0.5;
}
a.jump_point {
	height: 1px;
	display: block;
	margin-top: -150px;
	padding-top: 150px;
}
.cap {
	font-size: 1.4rem;
}
.right {
	text-align: right;
}
#Main strong {
	color: #5f889f;
	font-size: 1.8rem;
}




/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


.pc {
	display: block;
}
.sp {
	display: none;
}
table {
	margin: 10px 0;
	width: 100%;
	border-collapse: collapse;
	border-top: solid 1px #d9e4ec;
}
	table th {
		text-align: left;
		color: #034fa2;
		padding: 20px 0;
		font-weight: 500;
		border-bottom: solid 1px #d9e4ec;
		width: 15%;
	}
	table td {
		text-align: left;
		border-bottom: solid 1px #d9e4ec;
		padding: 20px 0;
		font-size: 1.4rem;
	}


main p {
	margin-bottom: 20px;
}




/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	position: relative;
	font-family: "Noto Sans JP";
	font-weight: 500;
	color: #000;
	padding: 0;
	margin: 0;
	letter-spacing: 0.1em;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/*text-align: justify;*/
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}







/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
header {
	position: fixed !important;
	width: 100%;
	top: 0;
	z-index: 10000;
	font-weight: 500;
	background: #FFF;
	
}
header #logo {
	padding: 10px;
	float: left;
	width: 220px;
}
header nav {
	float: right;
	margin-right: 10px;
}
header nav li {
	display: inline;
	font-size: 1.4rem;
	margin-right: 10px;
}
header nav a {
	color: #000;
	font-weight: 700;
	line-height: 60px;
}
header .entry {
	float: right;
	display: inline-block;
	background: #e60112;
	font-family: "Oswald";
	font-size: 2.2rem;
	color: #FFF;
	line-height: 60px;
	padding: 0 40px;
}










/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

.inner {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
}
.cell {
	margin-top: 40px;
}

.section__title {
	padding: 150px 0;
	background: url("../image/bg_title.svg") no-repeat calc((100% - 1200px) / 2) 180px;
	background-size: 210px;
	position: relative;
}
.section__title h1 {
	font-size: 8rem;
	font-weight: 700;
	line-height: 1.4;
}
.section__title h1 span {
	font-size: 3rem;
	font-weight: 700;
	font-family: "Oswald";
	display: block;
}
.section__title ul {
	font-size: 1.2rem;
	position: absolute;
	top: 220px;
	right: calc((100% - 1200px) / 2);
}
.section__title ul li {
	display: inline;
	margin-left: 10px;
}





.section__area {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 100px;
}
.section__area--full {
	margin-bottom: 100px;
}


.box {
	background: #FFF;
	padding: 50px;
}


.area__flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: left;

	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.area__flex.lay03 dl {
	width: 32%;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 30px;
}
.area__flex.lay03 dl:nth-child(3n) {
	margin-right: 0%;
}
.area__flex.lay03 dl dt {
	margin-bottom: 10px;
}
.area__flex.lay03 a,
.area__flex.lay03 li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.area__flex.lay03 a:nth-child(3n),
.area__flex.lay03 li:nth-child(3n) {
	margin-right: 0%;
}




.area__flex.lay02 dl {
	width: 48%;
	margin-right: 4%;
	text-align: center;
	margin-bottom: 30px;
}
.area__flex.lay02 dl:nth-child(2n) {
	margin-right: 0%;
}
.area__flex.lay02 dl dt {
	margin-bottom: 10px;
}
.area__flex.lay02 li {
	width: 48%;
	margin-right: 4%;
	text-align: center;
	margin-bottom: 30px;
}
.area__flex.lay02 li:nth-child(2n) {
	margin-right: 0%;
}
.area__flex.lay02 li {
	margin-bottom: 10px;
}








.area__flex.lay09 li {
	width: 10%;
	margin-right: 1.25%;
	margin-bottom: 30px;
}
.area__flex.lay09 li:nth-child(9n) {
	margin-right: 0%;
}








.area__text {
	float: left;
	width: 50%;
}
.area__photo {
	float: right;
	width: 45%;
}
.area__gray {
	background: #f8fafa;
	padding: 30px;
}
.area__border {
	border: solid 3px #edf1f3;
	padding: 30px;
	background: #FFF;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.title__headline {
	border-left: solid 3px #034fa2;
	padding: 2px 0px 5px 10px;
	margin-bottom: 40px;
}
.title__headline h2 {
	color: #034fa2;
	font-size: 4.6rem;
	font-weight: 700;
	font-family: "Oswald";
	line-height: 1.2;
}
.title__headline h2 span {
	display: block;
	color: #b0b0b0;
	font-size: 1.4rem;
	font-weight: 700;
}


h3.title__subheadline {
	background: #f8fafa;
	padding: 15px;
	color: #034fa2;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}





ul.dot {
}
	ul.dot li {
		margin-bottom: 5px;
	}
	ul.dot li:last-child {
		margin-bottom: 0;
	}
	ul.dot li::before {
		display: inline-block;
		content: "";
		margin-top: 12px;
		margin-right: 7px;
		width: 6px;
		height: 6px;
		vertical-align: top;
		border-radius: 5px;
		background-color: #034fa2;
	}



.btn {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 100%;
	color: #FFF;
	text-align: left;
	
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
.btn a,
.btn span {
	display: block;
	padding: 10px 15px;
	color: #FFF;
	font-family: "Oswald";
	
	background: #000000 url("../image/arrow_w.svg") no-repeat 95% center;
	background-size: 35px;
	
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
.btn a:hover,
.btn span:hover {
	background: #034fa2 url("../image/arrow_w.svg") no-repeat 97% center;
	background-size: 35px;
}


.btn__back {
	text-align: center;
}
.btn__back a {
	border: solid 1px #d8d8d8;

	display: inline-block;
	color: #000;
	padding: 15px 60px;
	font-size: 1.4rem;
}








.accordion-006 {
    margin-bottom: 7px;
    background-color: #f7f8fa;
    border-radius: 5px;
	padding: 15px 0 20px 0;
}

.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    font-weight: 600;
    cursor: pointer;
	text-align: left;
	
	color: #034fa2;
	font-family: "Oswald";
	font-size: 1.8rem;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::before,
.accordion-006 summary::after {
    width: 1px;
    height: .9em;
    border-radius: 5px;
    background-color: #0f4aa2;
    content: '';
}

.accordion-006 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-006 summary::after {
    transition: rotate .3s;
}

.accordion-006[open] summary::after {
    rotate: 90deg;
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    margin: 0px 20px;
	padding: 15px;
    color: #333333;
    transition: transform .5s, opacity .5s;
	background: #FFF;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#entry {
	width: 100%;
	height: 320px;
	background: url("../image/img_entry.webp") no-repeat center right;
	background-size: cover;
}
#entry a {
	display: block;
	color: #FFF;
	font-size: 6.5rem;
	font-weight: 500;
	font-family: "Oswald";
	line-height: 320px;
	padding-left: calc((100% - 1200px) / 2);
	background: url("../image/arrow_w.svg") no-repeat calc(((100% - 1200px) / 2) + 3.5em) center;
	background-size: 35px;
}
#entry a:hover {
	background: url("../image/arrow_w.svg") no-repeat calc(((100% - 1200px) / 2) + 4em) center;
	background-size: 35px;
}


footer {
	font-size: 1.2rem;
	position: relative;
}
footer .inner {
	padding: 60px 0;
}
footer .inner img {
	width: 220px;
	margin-bottom: 20px;
}
footer .area__copy {
	text-align: center;
	background: #034fa2;
	color: #FFF;
	padding: 10px 0;
}










/* max 1023px */
@media screen and (max-width: 1023px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
table {
	margin: 10px 0;
	width: 100%;
	border-collapse: collapse;
	border-top: solid 1px #d9e4ec;
}
	table th {
		display: block;
		width: 100%;
		text-align: left;
		color: #034fa2;
		padding: 20px 0 0 0;
		font-weight: 500;
		border-bottom: none;
	}
	table td {
		display: block;
		width: 100%;
		text-align: left;
		border-bottom: solid 1px #d9e4ec;
		padding: 0 0 20px 0;
		font-size: 1.4rem;
	}
	
	
body {
	font-size: 1.2rem;
}
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
header {
	position: fixed !important;
	width: 100%;
	top: 0;
	z-index: 10000;
	font-weight: 500;
	background: #FFF;
	
}
header #logo {
	padding: 5px;
	float: left;
	width: 180px;
}
header nav {
	display: none;
}
header .entry {
	float: right;
	display: inline-block;
	background: #e60112;
	font-family: "Oswald";
	font-size: 1.6rem;
	color: #FFF;
	line-height: 50px;
	padding: 0 20px;
	margin-right: 50px;
}
	

	

	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

.article {
	margin-bottom: 15%;
}
.cell {
	margin-top: 20px;
}

.section__title {
	padding: 100px 0 10% 0;
	background: url("../image/bg_title.svg") no-repeat left 100px;
	background-size: 100px;
	position: relative;
}
.section__title h1 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.4;
}
.section__title h1 span {
	font-size: 1.6rem;
	font-weight: 700;
	font-family: "Oswald";
	display: block;
}
.section__title ul {
	width: 90%;
	margin: 0 auto;
	font-size: 1.2rem;
	position: relative;
	top: 0;
	right: 0;
	text-align: right;
	margin-top: 50px;
}
.section__title ul li {
	display: inline;
	margin-left: 10px;
}





.section__area {
	margin-bottom: 15%;
}
.section__area--full {
	margin-bottom: 15%;
}
	


.box {
	background: #FFF;
	padding: 5%;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.title__headline {
	border-left: solid 3px #034fa2;
	padding: 2px 0px 5px 10px;
	margin-bottom: 20px;
}
.title__headline h2 {
	color: #034fa2;
	font-size: 2.8rem;
	font-weight: 700;
	font-family: "Oswald";
	line-height: 1.2;
}
.title__headline h2 span {
	display: block;
	color: #b0b0b0;
	font-size: 1.2rem;
	font-weight: 700;
}


h3.title__subheadline {
	background: #f8fafa;
	padding: 10px;
	color: #034fa2;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}
	
	
	
ul.dot {
}
	ul.dot li {
		margin-bottom: 10px;
	}
	ul.dot li::before {
		display: inline-block;
		content: "";
		margin-top: 8px;
		margin-right: 7px;
	}
	
	
.area__flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: left;

	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.area__flex.lay03 dl {
	width: 48%;
	margin-right: 4%;
	text-align: center;
	margin-bottom: 30px;
}
.area__flex.lay03 dl:nth-child(2n) {
	margin-right: 0% !important;
}
.area__flex.lay03 dl:nth-child(3n) {
	margin-right: 4%;
}
.area__flex.lay03 dl dt {
	margin-bottom: 10px;
}
.area__flex.lay03 a,
.area__flex.lay03 li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
.area__flex.lay03 a:nth-child(2n),
.area__flex.lay03 li:nth-child(2n) {
	margin-right: 0% !important;
}
.area__flex.lay03 a:nth-child(3n),
.area__flex.lay03 li:nth-child(3n) {
	margin-right: 4%;
}




.area__flex.lay02 dl {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 4%;
	text-align: center;
	margin-bottom: 30px;
}
.area__flex.lay02 dl:nth-child(2n) {
	margin-right: 0%;
}
.area__flex.lay02 dl dt {
	margin-bottom: 10px;
}
.area__flex.lay02 li {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 4%;
	text-align: center;
	margin-bottom: 30px;
}
.area__flex.lay02 li:nth-child(2n) {
	margin-right: 0%;
}
.area__flex.lay02 li {
	margin-bottom: 10px;
}








.area__flex.lay09 li {
	width: 33%;
	margin-right: 0.5%;
	margin-bottom: 2%;
}
.area__flex.lay09 li:nth-child(3n) {
	margin-right: 0%;
}
	
	
	
	
	

.area__text {
	float: none;
	width: 100%;
}
.area__photo {
	float: none;
	width: 100%;
	margin-top: 5%;
}
.area__gray {
	background: #f8fafa;
	padding: 5%;
}
.area__border {
	border: solid 3px #edf1f3;
	padding: 5%;
	background: #FFF;
}
	
	

	
.btn {
	position: relative;
	display: block;
	width: 100%;
	background: #034fa2;
	border-radius: 6px;
	color: #034fa2;
	text-align: left;
}
	

	
	
	
	


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#entry {
	width: 100%;
	height: 120px;
	background: url("../image/img_entry.webp") no-repeat center right;
	background-size: cover;
}
#entry a {
	display: block;
	color: #FFF;
	font-size: 3rem;
	font-weight: 500;
	font-family: "Oswald";
	line-height: 120px;
	padding-left: 5%;
	background: url("../image/arrow_w.svg") no-repeat 95% center;
	background-size: 25px;
}
#entry a:hover {
	background: url("../image/arrow_w.svg") no-repeat 97% center;
	background-size: 25px;
}


footer {
	font-size: 1.2rem;
	position: relative;
}
footer .inner {
	padding: 10% 0;
}
footer .inner img {
	width: 180px;
	margin-bottom: 20px;
}
footer .area__copy {
	text-align: center;
	background: #034fa2;
	color: #FFF;
	padding: 10px 0;
}
	
	
	
}