@charset "utf-8";

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

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

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

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

	font-family: "Noto Sans JP", 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;
	min-width: 960px;
}

img {
	/*vertical-align: bottom;*/
}

.contIn1024 {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

.dumy01 {
	height: 2000px;
}

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

.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	/*top: -69px;*/
}


/* -------------------------------------------------------------------- 
 header
-------------------------------------------------------------------- */

.headerWrap01 {
	height: 122px;
}
.headerWrap01 .header01 {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
}

.headerTop01 {
	background-color: #225397;
}
.headerTopCont {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 5px 0px;
	height: 36px;
}
.headerText01 {
	color: #ffffff;
	font-size: 13px;
	line-height: 1.3em;
}
.headerCont01 {
	background-color: #ffffff;
box-shadow: 0px 2px 10px 0px rgba( 0,0,0,0.14 );
-webkit-box-shadow: 0px 2px 10px 0px rgba( 0,0,0,0.14 );
-moz-box-shadow: 0px 2px 10px 0px rgba( 0,0,0,0.14 );
-o-box-shadow: 0px 2px 10px 0px rgba( 0,0,0,0.14 );
-ms-box-shadow: 0px 2px 10px 0px rgba( 0,0,0,0.14 );
}
.headerFlex01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 10px 0px;
	height: 86px;
}

.headerNavi01 {
	display: flex;
}
.headerNavi01 > li {
	border-left: 1px solid rgba( 0,0,0,0.16 );
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}
.headerNavi01 > li:first-child {
	border-left: none;
}
.headerNavi01 > li > a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 48px;
	padding: 0px 30px;
}
.naviText01 {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 48px;
	padding: 0px 30px;
	position: relative;
}
.naviText01::after {
	content: "";
	background-image: url("../images/navi_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px auto;
	width: 14px;
	height: 9px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.naviText01:hover {
	text-decoration: underline;
	cursor: pointer;
}

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

.headerMenuWrap01 {
	/*display: none;*/
	width: 100%;
	height: 100%;
	position: fixed;
	top: 121px;
	left: 0px;
	z-index: 9999;
	visibility: hidden;
	opacity: 1;
	/*transition-duration: 0.6s;*/
	transition: all 0.6s;
}
.headerMenuWrap01.contOpen {
	visibility: visible;
	opacity: 1;
	/*transition-duration: 0.2s;*/
	transition: all 0.6s;
}


.headerMenuBg01 {
	width: 110vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0; /* 最初は非表示 */
	visibility: hidden;
	position: fixed;
	top: 122px;
	left: 0px;
	z-index: 0;
	transition: all 0.6s ease-out;
}

.headerMenuWrap01.contOpen .headerMenuBg01 {
	opacity: 1;
	visibility: visible;
}


/*.menuSp01 {
	width: 93px;
	position: fixed;
	top: 25px;
	left: 50%;
	margin-left: 230px;
	z-index: 100;
}*/

.menuContSp01 {
	width: 100%;
	background-color: #ffffff;
	padding: 40px 0px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-5px); /* 少し上にある状態から登場 */
	transition: all 0.4s ease-out;
	z-index: 1;
}

.contOpen .menuContSp01 {
	opacity: 1;
	visibility: visible;
	transform: translateY(0); /* 元の位置に戻る */
}
.menuContSp01 a {
	display: block;
}

.ds01 {
	background-color: #ffffff;
	width: 100%;
	height: 1px;
	box-shadow: 0px 2px 10px 0px rgba( 0,0,0,0.14 );
	-webkit-box-shadow: 0px 2px 10px 0px rgba( 0,0,0,0.14 );
	-moz-box-shadow: 0px 2px 10px 0px rgba( 0,0,0,0.14 );
	-o-box-shadow: 0px 2px 10px 0px rgba( 0,0,0,0.14 );
	-ms-box-shadow: 0px 2px 10px 0px rgba( 0,0,0,0.14 );
	position: absolute;
	top: 0px;
	left: 0px;
}


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

.menu01 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 500;
}
.menu01::before {
	content: "";
	display: inline-block;
	background-image: url("../images/navi_ar02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	width: 20px;
	height: 21px;
	margin-right: 8px;
	vertical-align: middle;
}

.megaMenuFlex01 {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 0px;
	margin-top: 24px;
}
.megaMenuFlex01 li {
	width: 33%;
	flex-grow: 1;
}
.megaMenuFlex01 li a {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
	text-decoration: underline;
}





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

.footerBlock01 {
	background-color: #CCE4FA;
	padding: 80px 0px;
}
.footerIn01 {
	text-align: left;
}
.footerFlex01 {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.footerFlex01 .box01 {
	width: 48%;
}
.footerFlex01 .box01 .dl01 dt {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	margin-bottom: 8px;
}
.footerFlex01 .box01 .dl01 dd {
	font-size: 13px;
	line-height: 1.6em;
	font-weight: normal;
	letter-spacing: -0.02em;
}

.footerBox01 {
	background-color: #E6F3FF;
	padding: 24px;
	display: flex;
	align-items: center;
	gap: 0px 24px;
	margin-top: 40px;
}
.footerBoxIn01 {
	width: 48.4%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 0px 14px;
}
.footerBoxIn01 .img01 {
	flex-shrink: 0;
}


/* -------------------------------------------------------------------- 
 共通
-------------------------------------------------------------------- */

.bredBlock01 {
	padding-top: 15px;
}
.bredCont01 {
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}
.bredCont01 li {
	display: inline-block;
}
.bredCont01 li img {
	margin: auto 10px;
}
.bredCont01 a:link {	color: #939393;	text-decoration: none;}
.bredCont01 a:visited {	color: #939393;	text-decoration: none;}
.bredCont01 a:hover {	color:#939393;	text-decoration: underline;}
.bredCont01 a:active {	color:#939393;	text-decoration: none;}























