﻿@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Noto+Serif+SC:wght@200..900&family=Noto+Sans+SC:wght@100..900&display=swap');

.fontNotoSerifJp {
	font-family: "Noto Serif JP", serif;
}

.fontNotoSerif {
	font-family: "Noto Serif", serif;
}

.fontNotoSerifSc {
	font-family: "Noto Serif SC", serif;
}

/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
	color: #222222;

	font-family: "Noto Sans JP", "Noto Sans SC", sans-serif;

	font-size: 13px;
	*font-size: small;
	*font: x-small;
	text-align: center;
	text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
}

#top {
	/*overflow: hidden;*/
}

#wrap {
	overflow: hidden;
	/*width: 640px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	min-width: 1200px;
}


img {
	vertical-align: bottom;
	max-width: 100%;
	width: auto;
	height: auto;
}

.relative-wrap {
	position: relative;
}

.contDispN {
	display: none;
}

p, span, dt, dd, th, td, li, h1, h2, h3, h4 {
	max-height: 999999px;
	background-image: url(../img/spacer.gif);
}


/*-----------------------*/

.anc {
	position: relative;
}

.ancIn {
	position: absolute;
	top: -110px;
}

#top {
	/*padding-top: 69px;*/
}

/*-----------------------*/

.pc {
	display: block;
}

.sp {
	display: none;
}

.pcBr {
	display: inline;
}

.spBr {
	display: none;
}

.pcTable {
	display: table !important;
}

.spTable {
	display: none !important;
}

.contIn1000 {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

.contIn1200 {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}


.radius200 {
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	body {

		/* font-family:	"HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/

	}

	#wrap {
		overflow: hidden;
		width: auto;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;
		min-width: 200px;
	}

	/*-----------------------*/

	.anc {
		position: relative;
	}

	.ancIn {
		position: absolute;
		top: -70px;
	}

	#top {
		/*padding-top: 79px;*/
	}

	/*-----------------------*/

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.pcBr {
		display: none;
	}

	.spBr {
		display: inline;
	}

	.pcTable {
		display: none !important;
	}

	.spTable {
		display: table !important;
	}

	.contIn1000 {
		width: auto;
	}

	.contIn1200 {
		width: auto;
	}


}


/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */

.headerBase01 {
	height: 100px;
}

.headerWrap01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 5px 80px;
	height: 100px;
	background-color: #ffffff;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-o-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 100;
}

.header01 img {
	width: 380px;
	height: auto;
}

.header02 {
	display: flex;
	align-items: center;
	gap: 0px 40px;
}

.langBox01 {
	position: relative;
}

.langBtn01 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px 10px 7px;
	width: 180px;
	height: 40px;
	border: 1px solid #00336A;
	color: #222222;
	font-size: 18px;
	line-height: 1.0em;
	font-weight: bold;
}

.langBtn01::before {
	content: "";
	background-image: url("../img/header_icon_lang01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px auto;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 11px;
	top: 50%;
	transform: translateY(-50%);
}

.langBtn01::after {
	content: "";
	background-image: url("../img/header_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px auto;
	width: 13px;
	height: 8px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.langHoverBox01 {
	background-color: #ffffff;
	width: 100%;
	height: 0px;
	box-sizing: border-box;
	border: 1px solid #00336A;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 39px;
	/*opacity: 0;*/
	visibility: hidden;
	transition-duration: 0.3s;
}

.langHoverBox01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 10px;
	width: 100%;
	height: 40px;
	background-color: #ffffff;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}

.langHoverBox01 a.active01 {
	background-color: #D5E3FF;
}

.langHoverBox01 a:hover {
	background-color: #D5E3FF;
}

.langBox01:hover .langHoverBox01 {
	height: 120px;
	/*opacity: 1;*/
	visibility: visible;
	transition-duration: 0.3s;
}

.contactBtn01 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px 20px 5px 10px;
	width: 260px;
	height: 60px;
	background-color: #00336A;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.0em;
	font-weight: bold;
}

.contactBtn01::after {
	content: "";
	background-image: url("../img/header_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 27px auto;
	width: 27px;
	height: 27px;
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
}

.contactHoverBox01 {
	background-color: #ffffff;
	width: 100%;
	height: 0px;
	box-sizing: border-box;
	border: 1px solid #00336A;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 59px;
	/*opacity: 0;*/
	visibility: hidden;
	transition-duration: 0.3s;
}

.contactHoverBox01 a {
	position: relative;
	display: flex;
	align-items: center;
	text-align: left;
	box-sizing: border-box;
	padding: 5px 10px 5px 60px;
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	border-top: 1px solid #00336A;
}

.contactHoverBox01 a:hover {
	background-color: #D5E3FF;
}

.contactHoverBox01 a.tel::before {
	content: "";
	background-image: url("../img/header_btn_tel01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 35px auto;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
}

.contactHoverBox01 a.mail::before {
	content: "";
	background-image: url("../img/header_btn_email01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 37px auto;
	width: 37px;
	height: 25px;
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
}

.langBox01:hover .contactHoverBox01 {
	height: 120px;
	/*opacity: 1;*/
	visibility: visible;
	transition-duration: 0.3s;
}

/*--------------------------------------*/

.mainBlock01 {
	position: relative;
}

.mainTextBox01 {
	display: flex;
	box-sizing: border-box;
	padding: 54px 0px 0px 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.mainTextBox01 .contIn1200 {
	text-align: left;
}

.mainH101 {}

.mainH101 .s01 {
	display: block;
	font-size: 36px;
	line-height: 1.45em;
	font-weight: 500;
}

.mainH101 .s02 {
	display: block;
	font-size: 60px;
	line-height: 1.45em;
	font-weight: 600;
}

.mainLogoWrap01 {
	width: 376px;
	position: absolute;
	left: 0px;
	bottom: 80px;
}

/*--------------------*/

.mainBlock02 {
	color: #ffffff;
	background-color: #00336A;
	padding: 80px 0px 130px;
}

.mainFlex01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	margin-bottom: 50px;
	flex-direction: row-reverse;
}

.mainH201 {
	font-size: 28px;
	line-height: 1.75em;
	font-weight: 600;
}

.mainText01 {
	font-size: 18px;
	line-height: 1.9em;
}

.mainFlex02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 0px;
	text-align: left;
}

.mainFlex02 li {
	width: 49.16%;
}

/*----------------------*/

.contBlock01 {
	background-color: #D5E3FF;
	padding: 88px 0px 80px;
	position: relative;
}

.contH201 {
	color: #ffffff;
	font-size: 120px;
	line-height: 1.0em;
	font-weight: 300;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: -74px;
}

.contH301 {
	margin-bottom: 60px;
}

.contH301 .s01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 6px 20px 7px;
	width: 470px;
	height: 50px;
	background-color: #00336A;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
	margin: auto auto 20px;
}

.contH301 .s02 {
	font-size: 38px;
	line-height: 1.7em;
	font-weight: bold;
}

.contH401 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0px 30px;
	height: 120px;
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 50px;
}

.contH401 .s01 {
	font-size: 70px;
	line-height: 1.0em;
	font-weight: 500;
	color: #00336A;
}

.contH401 .s02 {
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 900;
}

.text16_185_n {
	font-size: 16px;
	line-height: 1.85em;
}

.contTextBox01 {
	margin: 24px auto 50px;
}

.contFlex01 {
	text-align: left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px 2.6%;
}

.contFlex01>li {
	width: 31.6%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 40px 20px;
	box-shadow: 3px 3px 0px 0px rgba(0, 51, 106, 0.5);
	-webkit-box-shadow: 3px 3px 0px 0px rgba(0, 51, 106, 0.5);
	-moz-box-shadow: 3px 3px 0px 0px rgba(0, 51, 106, 0.5);
	-o-box-shadow: 3px 3px 0px 0px rgba(0, 51, 106, 0.5);
	-ms-box-shadow: 3px 3px 0px 0px rgba(0, 51, 106, 0.5);
	display: flex;
	flex-direction: column;
}

.contFlex01.flex02>li {
	width: 41.66%;
	padding: 30px;
}

.contFlex01.flex02>li .img01 {
	margin-top: 22px;
}

.contFlex01.flex02>li .contH501 {
	margin-top: 0px;
}

.contH501 {
	text-align: center;
	font-size: 26px;
	line-height: 1.45em;
	font-weight: bold;
	margin: 25px auto;
}

.contUl01 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 8px;
	margin: 0px auto 34px;
}

.contUl01>li {
	background-color: #00336A;
	border-radius: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 3px 16px;
	height: 28px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.0em;
	font-weight: bold;
}

.comingSoon01 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #00336A;
	font-weight: bold;
	/* width: 100%; */
	/* height: auto; */
	/* height: 200px; */
	min-height: 200px;
	flex-grow: 1;
	background-color: rgba(112, 112, 112, 0.2);
	backdrop-filter: blur(10px);
	/* position: absolute; */
	/* left: 0px;
	top: 0px; */
}

.comingSoon01 .p01 {
	font-size: 40px;
	line-height: 1.0em;
}

.comingSoon01 .p02 {
	font-size: 32px;
	line-height: 1.0em;
	margin-top: 10px;
}

.contMb80 {
	margin-bottom: 80px;
}

/*--------------------------*/

.contactAreaWrap01 {
	background-color: #ffffff;
	padding: 55px 0px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	position: relative;
}

.contactArea01 {
	width: 1128px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contactArea01 .box01 {
	width: 490px;
	position: relative;
	text-align: left;
	color: #ffffff;
	font-size: 32px;
	line-height: 1.55em;
	font-weight: bold;
	padding: 28px 0px;
}

.contactArea01 .box01::before {
	content: "";
	height: 100%;
	width: 100vw;
	background-color: #00336A;
	position: absolute;
	top: 0px;
	right: 0px;
}

.contactArea01 .box01::after {
	content: "";
	background-image: url("../img/program_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: -60px;
}

.contactArea01 .box02 {
	width: 456px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0px;
}

.contactBtn02 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 30px;
	width: 100%;
	height: 100px;
	border-radius: 100px;
	background-color: #E0EDFA;
}

.contactBtn02 .p01 {
	color: #00336A;
	font-size: 20px;
	line-height: 1.35em;
	font-weight: bold;
}

.contactBtn02 .p02 {
	font-size: 32px;
	line-height: 1.0em;
	font-weight: bold;
}

.contactBtn02.mail .p02 {
	font-size: 24px;
	line-height: 1.0em;
	font-weight: bold;
}

.contactBtn02.tel::before {
	content: "";
	background-image: url("../img/header_btn_tel01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px auto;
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-right: 28px;
}

.contactBtn02.mail::before {
	content: "";
	background-image: url("../img/header_btn_email01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 55px;
	height: 38px;
	display: inline-block;
	margin-right: 28px;
}

/*-------------------------*/

.contBlock0102 {
	background-color: #FDDBA4;
	padding: 50px 0px 130px;
}

.contFlex02 {
	text-align: left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px 2.6%;
}

.contFlex02>li {
	width: 31.6%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 20px;
	box-shadow: 3px 3px 0px 0px rgba(0, 51, 106, 0.5);
	-webkit-box-shadow: 3px 3px 0px 0px rgba(0, 51, 106, 0.5);
	-moz-box-shadow: 3px 3px 0px 0px rgba(0, 51, 106, 0.5);
	-o-box-shadow: 3px 3px 0px 0px rgba(0, 51, 106, 0.5);
	-ms-box-shadow: 3px 3px 0px 0px rgba(0, 51, 106, 0.5);
	/* 追記 */
	display: flex;
	flex-direction: column;
}

.contMt20 {
	margin-top: 20px;
}

.contText01 {
	color: #ffffff;
	background-color: #00336A;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 8px 10px;
	min-height: 80px;
}

.contFlex02>li.li01 {
	width: 100%;
	padding: 30px 40px 40px;
}

.li01 .contText01 {
	display: inline-flex;
	padding: 8px 30px;
}

.contH502 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.contH502 .s01 {
	display: block;
	color: #00336A;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 5px;
}

.contH502 .s02 {
	display: flex;
	font-size: 26px;
	line-height: 1.4em;
	font-weight: bold;
}

.programFlex01 {
	display: flex;
	justify-content: space-between;
}

.flexBox01 {
	width: 630px;
}

.flexBox02 {
	width: 436px;
}

/*----------------------*/

.flowBlock01 {
	color: #ffffff;
	background-color: #00336A;
	padding: 70px 0px 130px;
	position: relative;
}

.flowFlex01 {
	display: flex;
	justify-content: center;
	gap: 0px 2%;
	margin-bottom: 80px;
}

.flowFlex01 li {
	box-sizing: border-box;
	width: 23.5%;
	padding: 24px 24px;
	background-color: #ffffff;
	text-align: center;
	color: #000000;
}

.flowH401 {
	color: #00336A;
	font-size: 28px;
	line-height: 1.0em;
	font-weight: 500;
	margin-bottom: 10px;
}

.flowText01 {
	font-size: 18px;
	line-height: 1.45em;
	font-weight: bold;
	margin-top: 14px;
}

/*----------------------*/

.aboutBlock01 {
	position: relative;
	background-color: #D5E3FF;
	padding: 70px 0px 80px;
}

.aboutFlex01 {
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.aboutBox01 {
	width: 300px;
}

.aboutBox02 {
	width: 786px;
	font-size: 18px;
	line-height: 1.9em;
}

.aboutDl01 {
	margin-top: 30px;
	padding-left: 10px;
}

.aboutDl01 dt {
	font-size: 22px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 14px;
}

.aboutDl01 dt .s01 {
	font-size: 14px;
	color: #043391;
}

.aboutDl01 dd {
	font-size: 12px;
	line-height: 1.8em;
	font-weight: 500;
}

.aboutImg01 img {
	width: 294px;
	height: auto;
}

.aboutH401 {
	color: #00336A;
	font-size: 26px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}

.aboutImg02 {
	margin-top: 28px;
}

/*---------------------*/

.bottomAreaBlock01 {
	background-color: #D5E3FF;
}

.bottomArea01 {
	background-color: #FFFFFF;
	padding: 50px 0px;
	margin-bottom: 70px;
}

.bottomFlex01 {
	display: flex;
	justify-content: center;
	gap: 0px 2.5%;
	margin-bottom: 50px;
}

.bottomFlex01 li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 31.66%;
	height: 80px;
	background-color: #00336A;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
}

.bottomFlex01.en li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 31.66%;
	height: 150px;
	background-color: #00336A;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
}

.bottomLogo01 {
	text-align: center;
	margin-bottom: 75px;
}

.bottomLogo01 img {
	width: 366px;
	height: auto;
}

.bottomFlex02 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0px 55px;
	margin-top: 45px;
}

.bottomLogo02 img {
	width: 186px;
	height: auto;
}

.bottomLogo03 img {
	width: 241px;
	height: auto;
}

.bottomLogo04 img {
	width: 137px;
	height: auto;
}

.bottomLogo05 img {
	width: 241px;
	height: auto;
}

.bottomLogo06 img {
	width: 240px;
	height: auto;
}

.bottomLogo07 img {
	width: 255px;
	height: auto;
}




/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.headerBase01 {
		height: 60px;
	}

	.headerWrap01 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
		padding: 5px 15px;
		height: 60px;
		background-color: #ffffff;
		box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
		-o-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
		-ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
		width: 100%;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 100;
	}

	.header01 {
		flex-shrink: 0;
	}

	.header01 img {
		width: 220px;
		height: auto;
	}

	.header02 {
		display: flex;
		align-items: center;
		gap: 0px 40px;
	}

	.langBox01 {
		position: relative;
	}

	.langBtn01 {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 5px 35px 7px;
		width: auto;
		height: 26px;
		border: none;
		color: #222222;
		font-size: 12px;
		line-height: 1.0em;
		font-weight: bold;
	}

	.langBtn01::before {
		content: "";
		background-image: url("../img/header_icon_lang01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 19px auto;
		width: 19px;
		height: 19px;
		position: absolute;
		left: 8px;
		top: 50%;
		transform: translateY(-50%);
	}

	.langBtn01::after {
		content: "";
		background-image: url("../img/header_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 13px auto;
		width: 13px;
		height: 8px;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}

	.langHoverBox01 {
		background-color: #ffffff;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		border: 1px solid #00336A;
		overflow: hidden;
		position: absolute;
		left: auto;
		right: 0px;
		top: 39px;
		/*opacity: 0;*/
		visibility: visible;
		transition-duration: 0.3s;
		display: none;
	}

	.langHoverBox01 a {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 5px 10px;
		width: 100%;
		height: 40px;
		background-color: #ffffff;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: 500;
	}

	.langHoverBox01 a.active01 {
		background-color: #D5E3FF;
	}

	.langHoverBox01 a:hover {
		background-color: #D5E3FF;
	}

	.langBox01:hover .langHoverBox01 {
		height: auto;
		/*opacity: 1;*/
		visibility: visible;
		transition-duration: 0.3s;
	}

	.contactBtn01 {
		display: none;
		/*position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 5px 20px 5px 10px;
		width: 260px;
		height: 60px;
		background-color: #00336A;
		color: #ffffff;
		font-size: 20px;
		line-height: 1.0em;
		font-weight: bold;*/
	}

	.contactBtn01::after {
		content: "";
		background-image: url("../img/header_btn_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 27px auto;
		width: 27px;
		height: 27px;
		position: absolute;
		right: 19px;
		top: 50%;
		transform: translateY(-50%);
	}

	.contactHoverBox01 {
		background-color: #ffffff;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		border: 1px solid #00336A;
		overflow: hidden;
		position: fixed;
		left: 0px;
		top: auto;
		bottom: 0px;
		/*opacity: 0;*/
		visibility: visible;
		transition-duration: 0.3s;
		display: flex;
	}

	.contactHoverBox01 a {
		position: relative;
		display: flex;
		align-items: center;
		text-align: left;
		box-sizing: border-box;
		padding: 5px 5px 5px 45px;
		width: 100%;
		height: 60px;
		background-color: #ffffff;
		font-size: 12px;
		line-height: 1.4em;
		font-weight: bold;
		letter-spacing: -0.05em;
		border-top: none;
		border-left: 1px solid #00336A;
	}

	.contactHoverBox01 a:first-child {
		border-left: none;
	}

	.contactHoverBox01 a .sSp01 {
		font-size: 16px;
	}

	.contactHoverBox01 a:hover {
		background-color: #D5E3FF;
	}

	.contactHoverBox01 a.tel::before {
		content: "";
		background-image: url("../img/header_btn_tel01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 27px auto;
		width: 27px;
		height: 27px;
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
	}

	.contactHoverBox01 a.mail::before {
		content: "";
		background-image: url("../img/header_btn_email01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 28px auto;
		width: 28px;
		height: 19px;
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
	}

	.langBox01:hover .contactHoverBox01 {
		height: auto;
		/*opacity: 1;*/
		visibility: visible;
		transition-duration: 0.3s;
	}

	/*--------------------------------------*/

	.mainBlock01 {
		position: relative;
	}

	.mainTextBox01 {
		display: none;
		/*display: flex;
		box-sizing: border-box;
		padding: 54px 0px 0px 0px;
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0px;
		top: 0px;*/
	}

	.mainTextBox01 .contIn1200 {
		text-align: left;
	}

	.mainH101 {}

	.mainH101 .s01 {
		display: block;
		font-size: 36px;
		line-height: 1.45em;
		font-weight: 500;
	}

	.mainH101 .s02 {
		display: block;
		font-size: 60px;
		line-height: 1.45em;
		font-weight: 600;
	}

	.mainLogoWrap01 {
		width: 376px;
		position: absolute;
		left: 0px;
		bottom: 80px;
	}

	/*--------------------*/

	.mainBlock02 {
		color: #ffffff;
		background-color: #00336A;
		padding: 30px 20px 60px;
	}

	.mainFlex01 {
		display: block;
		justify-content: space-between;
		align-items: center;
		text-align: center;
		margin-bottom: 30px;
		flex-direction: row-reverse;
	}

	.mainH201 {
		font-size: 18px;
		line-height: 1.75em;
		font-weight: 600;
		margin-bottom: 30px;
	}

	.mainImgSp01 img {
		width: 200px;
		height: auto;
	}

	.mainText01 {
		font-size: 16px;
		line-height: 1.9em;
	}

	.mainFlex02 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 20px 0px;
		text-align: left;
	}

	.mainFlex02 li {
		width: 100%;
	}

	/*----------------------*/

	.contBlock01 {
		background-color: #D5E3FF;
		padding: 45px 0px 30px;
		position: relative;
	}

	.contH201 {
		color: #ffffff;
		font-size: 50px;
		line-height: 1.0em;
		font-weight: 300;
		width: 100%;
		text-align: center;
		position: absolute;
		left: 0px;
		top: -28px;
	}

	.contH301 {
		margin-bottom: 30px;
	}

	.contH301 .s01 {
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 6px 20px 7px;
		width: 328px;
		height: 34px;
		background-color: #00336A;
		color: #ffffff;
		font-size: 16px;
		line-height: 1.2em;
		font-weight: bold;
		margin: auto auto 14px;
	}

	.contH301 .s02 {
		font-size: 20px;
		line-height: 1.7em;
		font-weight: bold;
	}

	.contSpPd20 {
		padding: 0px 20px;
	}

	.contH401 {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0px 10px;
		height: 70px;
		width: 100%;
		background-color: #FFFFFF;
		margin-bottom: 20px;
	}

	.contH401 .s01 {
		font-size: 32px;
		line-height: 1.0em;
		font-weight: 500;
		color: #00336A;
	}

	.contH401 .s02 {
		font-size: 16px;
		line-height: 1.4em;
		font-weight: 900;
		text-align: left;
	}

	.text16_185_n {
		font-size: 16px;
		line-height: 1.85em;
	}

	.contTextBox01 {
		margin: 20px auto 30px;
		text-align: left;
	}

	.contFlex01 {
		text-align: left;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px 2.6%;
	}

	.contFlex01>li {
		width: 100%;
		background-color: #FFFFFF;
		box-sizing: border-box;
		padding: 30px 20px;
		box-shadow: 3px 3px 0px 0px rgba(0, 51, 106, 0.5);
		-webkit-box-shadow: 3px 3px 0px 0px rgba(0, 51, 106, 0.5);
		-moz-box-shadow: 3px 3px 0px 0px rgba(0, 51, 106, 0.5);
		-o-box-shadow: 3px 3px 0px 0px rgba(0, 51, 106, 0.5);
		-ms-box-shadow: 3px 3px 0px 0px rgba(0, 51, 106, 0.5);
	}

	.contFlex01.flex02>li {
		width: 100%;
		padding: 20px;
	}

	.contFlex01.flex02>li .img01 {
		margin-top: 22px;
	}

	.contFlex01.flex02>li .contH501 {
		margin-top: 0px;
	}

	.contH501 {
		text-align: center;
		font-size: 20px;
		line-height: 1.45em;
		font-weight: bold;
		margin: 20px auto;
	}

	.contUl01 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 8px 8px;
		margin: 25px auto 34px;
		/* 追記 */
		margin: 0px auto 20px;
	}

	.contUl01>li {
		background-color: #00336A;
		border-radius: 40px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 3px 16px;
		height: 28px;
		color: #ffffff;
		font-size: 14px;
		line-height: 1.0em;
		font-weight: bold;
	}

	.comingSoon01 {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: #00336A;
		font-weight: bold;
		/* width: 100%; */
		/* height: 100%; */
		min-height: 160px;
		background-color: rgba(112, 112, 112, 0.2);
		/* backdrop-filter: blur(10px); */
		/* position: absolute;
		left: 0px;
		top: 0px; */
	}

	.comingSoon01 .p01 {
		font-size: 27px;
		line-height: 1.0em;
	}

	.comingSoon01 .p02 {
		font-size: 22px;
		line-height: 1.0em;
		margin-top: 10px;
	}

	.contMb80 {
		margin-bottom: 30px;
	}

	/*--------------------------*/

	.contactAreaWrap01 {
		background-color: #ffffff;
		padding: 20px 0px;
		box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
		-o-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
		-ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
		position: relative;
	}

	.contactArea01 {
		width: auto;
		margin: auto;
		display: block;
	}

	.contactArea01 .box01 {
		box-sizing: border-box;
		width: 100%;
		position: relative;
		text-align: center;
		color: #ffffff;
		font-size: 20px;
		line-height: 1.55em;
		font-weight: bold;
		padding: 15px 20px;
		margin-bottom: 35px;
		background-color: #00336A;
	}

	.contactArea01 .box01::before {
		display: none;
		/*content: "";
		height: 100%;
		width: 100vw;
		background-color: #00336A;
		position: absolute;
		top: 0px;
		right: 0px;*/
	}

	.contactArea01 .box01::after {
		content: "";
		background-image: url("../img/program_ar01_sp.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		width: 50px;
		height: 23px;
		position: absolute;
		top: auto;
		right: auto;
		bottom: -23px;
		left: 50%;
		transform: translateX(-50%);
	}

	.contactArea01 .box02 {
		box-sizing: border-box;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 20px 0px;
		padding: 0px 20px;
	}

	.contactBtn02 {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 10px 30px;
		width: 100%;
		height: 80px;
		border-radius: 100px;
		background-color: #E0EDFA;
	}

	.contactBtn02 .p01 {
		color: #00336A;
		font-size: 18px;
		line-height: 1.35em;
		font-weight: bold;
	}

	.contactBtn02 .p02 {
		font-size: 24px;
		line-height: 1.0em;
		font-weight: bold;
	}

	.contactBtn02.mail .p02 {
		font-size: 17px;
		line-height: 1.0em;
		font-weight: bold;
	}

	.contactBtn02.tel::before {
		content: "";
		background-image: url("../img/header_btn_tel01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 39px auto;
		width: 39px;
		height: 39px;
		display: inline-block;
		margin-right: 22px;
	}

	.contactBtn02.mail::before {
		content: "";
		background-image: url("../img/header_btn_email01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		width: 42px;
		height: 29px;
		display: inline-block;
		margin-right: 15px;
	}

	/*-------------------------*/

	.contBlock0102 {
		background-color: #FDDBA4;
		padding: 40px 0px 60px;
	}

	.contFlex02 {
		text-align: left;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px 2.6%;
		padding: 0px 20px;
	}

	.contFlex02>li {
		width: 100%;
		background-color: #FFFFFF;
		box-sizing: border-box;
		padding: 20px;
		box-shadow: 3px 3px 0px 0px rgba(0, 51, 106, 0.5);
		-webkit-box-shadow: 3px 3px 0px 0px rgba(0, 51, 106, 0.5);
		-moz-box-shadow: 3px 3px 0px 0px rgba(0, 51, 106, 0.5);
		-o-box-shadow: 3px 3px 0px 0px rgba(0, 51, 106, 0.5);
		-ms-box-shadow: 3px 3px 0px 0px rgba(0, 51, 106, 0.5);
	}

	.contMt20 {
		margin-top: 20px;
	}

	.contText01 {
		color: #ffffff;
		background-color: #00336A;
		font-size: 16px;
		line-height: 1.6em;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 8px 10px;
		min-height: 70px;
	}

	.contFlex02>li.li01 {
		width: 100%;
		padding: 20px;
	}

	.li01 .contText01 {
		display: flex;
		padding: 8px 10px;
	}

	.contH502 {
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}

	.contH502 .s01 {
		display: block;
		color: #00336A;
		font-size: 16px;
		line-height: 1.6em;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.contH502 .s02 {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		line-height: 1.4em;
		font-weight: bold;
	}

	.contH502 .s02 .s021 {
		margin-right: 10px;
	}

	.contH502 .s02 .s022 {
		margin-left: 10px;
	}

	.programFlex01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.flexBox01 {
		width: 100%;
	}

	.flexBox02 {
		width: 100%;
		margin: 15px auto 22px;
	}

	/*----------------------*/

	.flowBlock01 {
		color: #ffffff;
		background-color: #00336A;
		padding: 40px 0px 60px;
		position: relative;
	}

	.flowFlex01 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px 2%;
		margin-bottom: 30px;
		width: 284px;
		margin-right: auto;
		margin-left: auto;
		padding: 0px 20px;
	}

	.flowFlex01 li {
		box-sizing: border-box;
		width: 100%;
		padding: 20px 20px;
		background-color: #ffffff;
		text-align: center;
		color: #000000;
	}

	.flowH401 {
		color: #00336A;
		font-size: 24px;
		line-height: 1.0em;
		font-weight: 500;
		margin-bottom: 10px;
	}

	.flowText01 {
		font-size: 16px;
		line-height: 1.45em;
		font-weight: bold;
		margin-top: 14px;
	}

	/*----------------------*/

	.aboutBlock01 {
		position: relative;
		background-color: #D5E3FF;
		padding: 40px 20px 30px;
	}

	.aboutFlex01 {
		display: block;
		text-align: left;
	}

	.aboutBox01 {
		width: 300px;
		margin: 30px auto 40px;
	}

	.aboutBox02 {
		width: auto;
		font-size: 16px;
		line-height: 1.5em;
	}

	.aboutDl01 {
		margin-top: 20px;
		padding-left: 0px;
	}

	.aboutDl01 dt {
		font-size: 18px;
		line-height: 1.3em;
		font-weight: bold;
		margin-bottom: 14px;
	}

	.aboutDl01 dt .s01 {
		font-size: 12px;
		color: #043391;
	}

	.aboutDl01 dd {
		font-size: 12px;
		line-height: 1.8em;
		font-weight: 500;
	}

	.aboutImg01 {
		text-align: center;
	}

	.aboutImg01 img {
		width: 224px;
		height: auto;
	}

	.aboutH401 {
		color: #00336A;
		font-size: 20px;
		line-height: 1.4em;
		font-weight: bold;
		margin-bottom: 15px;
		text-align: center;
	}

	.aboutImg02 {
		margin-top: 28px;
	}

	/*---------------------*/

	.bottomAreaBlock01 {
		background-color: #D5E3FF;
	}

	.bottomArea01 {
		background-color: #FFFFFF;
		padding: 30px 18px;
		margin-bottom: 30px;
	}

	.bottomFlex01 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px;
		margin-bottom: 10px;
	}

	.bottomFlex01 li {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		width: 150px;
		height: 50px;
		background-color: #00336A;
		color: #ffffff;
		font-size: 14px;
		line-height: 1.4em;
		font-weight: bold;
	}

	.bottomFlex01.en li {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		width: 150px;
		/* height: 50px; */
		min-height: 150px;
		background-color: #00336A;
		color: #ffffff;
		font-size: 14px;
		line-height: 1.4em;
		font-weight: bold;
		padding: 0px 4px;
	}

	.bottomLogo01 {
		text-align: center;
		margin-bottom: 40px;
		margin-top: 25px;
	}

	.bottomLogo01 img {
		width: 245px;
		height: auto;
	}

	.bottomFlex02 {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0px 55px;
		margin-top: 25px;
	}

	.bottomLogo02 img {
		width: 126px;
		height: auto;
	}

	.bottomLogo03 img {
		width: 162px;
		height: auto;
	}

	.bottomLogo04 img {
		width: 92px;
		height: auto;
	}

	.bottomLogo05 img {
		width: 162px;
		height: auto;
	}

	.bottomLogo06 img {
		width: 160px;
		height: auto;
	}

	.bottomLogo07 img {
		width: 184px;
		height: auto;
	}



}


/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */

.pagetopButton {
	display: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 50px;
}

/*---------------------*/

#gfooter {
	background-color: #D5E3FF;
	text-align: center;
	padding: 28px;
}

.copyright {
	font-size: 14px;
	line-height: 1.3em;
}





/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.pagetopButton {
		display: none;
		width: 40px;
		position: fixed;
		bottom: 70px;
		right: 15px;
	}

	/*---------------------*/

	#gfooter {
		background-color: #D5E3FF;
		text-align: center;
		padding: 20px 20px 80px;
	}

	.copyright {
		font-size: 12px;
		line-height: 1.3em;
	}


}






/*-----*/
/* 追記 */
.flex-wrap {
	display: flex;
}