@charset "utf-8";

/*

base setting
heder
gnav
footer
fnav
layour

*/


/* setting */
:root {
	
	--layout-width: 1200px;
	--layout-color1: #FFFFFF;
	--layout-color2: #04447C;
	--layout-color2b: rgba(4, 68, 124, 0.75);
	--layout-color2c: rgba(4, 68, 124, 0);
	--layout-color2d: rgba(4, 68, 124, 0.9);
	--layout-color3: #00A0DC;
	--layout-color4: #03578F;
	--layout-color5: #018EC9;
	--layout-color6: #004378;
	--layout-color7: #212121;
	--layout-anchor: #00f;
	
	/* --layout-font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
	--layout-font-family_ja: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	--layout-font-family_ja_min: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
	
	--layout-gnav-border-color1: #ccc;
	--layout-gnav-sbox-bgcolor: rgba(248, 248, 248, 1);
	
}


/* base ----------------------------------------- */
body {
	font-family: var(--layout-font-family_ja);
	line-height: 1.75;
}
@media screen and (min-width: 768px) {
	html {
		font-size: 16px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	html {
		font-size: 14px;
	}
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	html {
		font-size: 16px;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
	html {
		font-size: 14.5px;
	}
}

main a {
	color: var(--layout-anchor);
}
a[href^="tel:"] {
	cursor: default;
}


/* layout -------------------------------------- */





/* Individual ------------------------- */
.en {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}



/* body > header --------------------------------------- */
@media screen and (min-width: 1200px) {
	#header {
		position: fixed;
		width: 100%;
		padding: 0 20px;
		background: rgba(255, 255, 255, 0.0);
		box-shadow: 0 3px 3px rgba(250, 173, 173, 0);
		z-index: 101;
		transition: all 500ms ease;
	}
	#header > .inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 1200px;
		max-width: 100%;
		height: 130px;
		margin: 0 auto;
		padding: 0 0 0;
		transition: all 500ms ease;
	}
	body.compact #header {
		background: rgba(0, 0, 0, 0.2);
		box-shadow: 0 3px 3px rgba(64, 64, 64, 0.0);
	}
	body.compact #header > .inner {
		height: 60px;
	}
	#header .logo {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 270px; /* 252px; */
		padding-right: 18px;
		height: 100%;
		z-index: 33;
	}
	#header .logo img {
		height: 63px;
		width: auto;
	}
	body.compact #header .logo {
		transition: all 500ms ease;
	}
	body.compact #header .logo img {
		height: 44px;
		width: auto;
		transition: all 500ms ease;
	}
	#header .pccont {
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
		width: calc(100% - 270px - 226px);
	}
	#header .pccont_top {
		display: flex;
		justify-content: flex-end;
	}
	#header .pccont .lang {
		display: flex;
		align-items: center;
	}
	body.compact #header .pccont .lang {
		display: none;
		/* position: absolute; */
		/* top: -100vh; */
	}
	#header .pccont .lang li + li::before {
		content: "/";
		display: inline-block;
		margin: 0 0.5em;
		color: var(--layout-color1);
		font-size: 80%;
	}
	#header .pccont .lang li a {
		color: var(--layout-color1);
		line-height: 1;
	}
	#header .mail {
		width: 226px; /* 216px; */
		height: 62px;
		padding-left: 10px;
	}
	body.compact #header .mail {
		height: 46px;
	}
	#header .mail a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		color: #fff;
		overflow: hidden;
	}
	#header .mail a::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 200%;
		height: 100%;
		background: linear-gradient(90deg, #04447C 0%, #00A0DC 50%, #04447C 100%);
		transition: all 250ms ease;
	}
	#header .mail a:hover {
		text-decoration: none;
	}
	#header .mail a:hover::before {
		left: -100%;
	}
	#header .mail a > span {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 1;
	}
	#header .spcont {
		display: none;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 1199px) {
	#header {
		position: fixed;
		width: 100%;
		padding: 0 0;
		background: var(--layout-color2b);
		/* box-shadow: 0 3px 3px rgba(64, 64, 64, 0.1); */
		z-index: 101;
		transition: all 500ms ease;
	}
	#header > .inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 50px;
		padding: 0 15px;
	}
	#header > .inner .logo {
		height: 36px;
	}
	#header > .inner .logo img {
		height: 100%;
		width: auto;
	}
	#header .pccont_top,
	#header > .inner > .mail {
		display: none;
	}
	#header .pccont {
		position: absolute;
	}
	
	#header .spcont {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	#header .spcont a {
		display: flex;
		align-items: center;
		font-size: 32px;
	}
	#header .spcont a:hover {
		text-decoration: none;
	}
	#header .spcont a + a {
		margin-left: 20px;
	}
	#header .spcont .tel {
		color: var(--layout-color1);
	}
	#header .spcont .mail {
		color: var(--layout-color1);
	}
	#header .spcont span[class^="material-icons"] {
		font-size: 28px;
	}
	
	body.spnav #header .sp_nv_btn {
		position: relative;
		display: block;
		width: 28px;
		height: 28px;
	}
	body.spnav #header .sp_nv_btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: var(--layout-color1);
		transition: all 250ms ease;
	}
	body.spnav #header .sp_nv_btn span:nth-of-type(1) {
		top: 20%;
	}
	body.spnav #header .sp_nv_btn span:nth-of-type(2) {
		top: 50%;
	}
	body.spnav #header .sp_nv_btn span:nth-of-type(3) {
		top: 80%;
	}
	body.spnav #header .sp_nv_btn.close span:nth-of-type(1) {
		top: 50%;
		transform: rotateZ(-45deg)
	}
	body.spnav #header .sp_nv_btn.close span:nth-of-type(2) {
		opacity: 0;
	}
	body.spnav #header .sp_nv_btn.close span:nth-of-type(3) {
		top: 50%;
		transform: rotateZ(45deg);
	}
}



/* gnavi ---------------------------------------- */
#gnav {
	z-index: 32;
}
#gnav a[target="_blank"]::after {
}
#gnav a:hover {
	text-decoration: none;
}
@keyframes sbox-fadein {
	0% { display: flex; opacity: 0;}
	1% { display: flex; opacity: 0;}
	100% { display: flex; opacity: 1;}
}
@keyframes spnav-fadein {
	0% { display: block; opacity: 0; z-index: -10;}
	1% { display: block; opacity: 0; z-index: inherit;}
	100% { display: block; opacity: 1; z-index: inherit;}
}
@media screen and (min-width: 1200px) {
	#gnav {
		display: flex;
		align-items: center;
		width: 100%;
		height: 40px;
		padding: 0 0 0 20px;
		transition: all 500ms ease;
	}
	body.compact #gnav {
	}
	#gnav > .inner {
		width: 1200px;
		max-width: 100%;
		height: 100%;
		margin: 0 auto;
	}
	#gnav > .inner > ul {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		transition: all 500ms ease;
	}
	body.compact #gnav > .inner > ul {
		padding: 5px 0;
	}
	#gnav > .inner > ul > li {
		padding: 0.2em 0.66em;
	}
	#gnav > .inner > ul > li > a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		color: var(--layout-color1);
		
	}
	#gnav li .sbox {
		display: none;
		opacity: 0;
	}
	#gnav li.mouseenter .sbox {
		position: fixed;
		top: 92px;
		left: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		padding: 14px 0 0;
		box-shadow: 0 3px 3px rgba(64, 64, 64, 0.1);
		animation: sbox-fadein 250ms ease 0ms 1 normal forwards;
	}
	#gnav li.mouseenter > a {
		transition: all 250ms ease;
	}
	#gnav li.mouseenter > a {
		text-shadow: 0 0 2px var(--layout-color3);
	}
	#gnav li.mouseenter .sbox figcaption {
		margin-bottom: 1em;
	}
	body.compact #gnav li.mouseenter .sbox {
		top: 45px;
	}
	#gnav li.mouseenter .sbox::before {
		/* content: ""; */
		display: block;
		width: 100%;
		height: 14px;
		background: var(--layout-gnav-sbox-bgcolor);
	}
	#gnav li.mouseenter .sbox .wrap {
		display: flex;
		/* flex-wrap: wrap; */
		justify-content: center;
		width: 100%;
		padding: 0 20px;
		background: var(--layout-gnav-sbox-bgcolor);
	}
	#gnav li.mouseenter .sbox .wrap .img {
		width: 300px;
		padding: 20px 20px;
		background: var(--layout-color4);
		color: #fff;
	}
	#gnav li.mouseenter .sbox .wrap .snav {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: flex-start;
		width: calc(100% - 300px);
		max-width: 870px;
		margin-left: 10px;
		padding: 20px 0;
	}
	#gnav li.mouseenter .sbox .ptitle {
		width: 100%;
		margin-bottom: 0.5em;
		padding-bottom: 0.5em;
		border-bottom: 1px solid var(--layout-color6);
		line-height: 1.0;
	}
	#gnav li.mouseenter .sbox .wrap .ptitle a {
		font-size: 110%;
	}
	#gnav .sbox .img {
		display: block;
		width: 160px;
		margin-right: 10px;
	}
	#gnav .sbox .img img {
		display: block;
		width: 100%;
		height: auto;
	}
	#gnav li.mouseenter .sbox .wrap .snav > ul {
		margin: 0 10px 20px;
	}
	#gnav li.mouseenter .sbox .wrap .snav > ul li{
		margin-top: 8px;
	}
	#gnav li.mouseenter .sbox .wrap .snav.type3 > ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	#gnav li.mouseenter .sbox .wrap .snav.type3 > ul > li {
		width: 230px;
		min-width: 230px;
		margin: 2.5px 20px;
	}
	#gnav li.mouseenter .sbox .wrap .snav.type3 > ul > li > a {
		display: block;
		width: 100%;
		padding: 0.3em 0 0.3em;
		border-bottom: 1px solid var(--layout-color6);
		/* background: var(--layout-color3); */
	}
	#gnav li.mouseenter .sbox .wrap .snav.type3 > ul > li > ul > li > a {
		display: block;
		width: 100%;
		padding: 0.3em 0 0.3em;
		border-bottom: 1px solid var(--layout-color6);
		/* background: var(--layout-color3); */
	}
	#gnav li.mouseenter .sbox .wrap .snav.type3 > ul > li > a[href=""] {
		border-bottom: none;
		border-bottom-width: 0;
	}
	#gnav li.mouseenter .sbox .wrap .snav.type3 > ul > li > ul {
		display: flex;
	}
	#gnav li.mouseenter .sbox .wrap .snav.type3 > ul > li > ul > li {
		width: 230px;
		min-width: 230px;
		margin: 2.5px 20px;
	}
	#gnav li.mouseenter .sbox .wrap .snav.type3 > ul > li > ul > li:first-child {
		margin-left: 0;
	}
	#gnav li.mouseenter .sbox .wrap a {
		position: relative;
		display: flex;
		align-items: center;
		margin: 0 0 0.25em;
		color: #000;
		font-size: 14px;
		transition: all 250ms ease;
	}
	#gnav li.mouseenter .sbox .wrap .snav li li a {
		font-size: 13px;
	}
	#gnav li.mouseenter .sbox .wrap a:not([href=""])::before {
		/* content: "・"; */
	}
	#gnav li.mouseenter .sbox .wrap a:not([href=""]):hover {
		color: var(--layout-color3);
	}
	
}
@media screen and (max-width: 1199px) {
	#gnav {
		position: fixed;
		top: 50px;
		left: 0;
		width: 100vw;
		height: 100vh;
		padding: 0 0 120px;
		display: none;
		background: #f2faf8;
		color: var(--style-color2);
		opacity: 0;
		z-index: -1;
	}
	#gnav.hide {
		display: none;
		top: -100vh;
	}
	#gnav.show {
		position: fixed;
		display: block;
		opacity: 1;
		z-index: 22;
		animation: spnav-fadein 250ms ease 0ms 1 normal forwards;
	}
	#gnav > .inner {
		height: calc(100vh - 50px);
		overflow-y: auto;
	}
	#gnav li .sbox .ptitle {
		display: none;
	}
	#gnav > .inner > ul {
		margin-bottom: 120px;
		border-bottom: 1px solid var(--layout-gnav-border-color1);
	}
	#gnav ul li {
		border-bottom: 1px solid var(--layout-gnav-border-color1);
	}
	#gnav a {
		display: flex;
		padding: 0.75em 1em;
		color: #15017b;
		line-height: 1;
	}
	#gnav a:hover {
		text-decoration: none;
	}
	#gnav li li a {
		padding-left: 1.25em;
	}
	#gnav li li a::before {
		content: "・";
		display: inline-block;
		margin-right: 0.33em;
	}
	#gnav li li li a {
		padding-left: 2.0em;
	}
	#gnav li li li a::before {
		content: "-";
	}
	#gnav .sbox {
		border-top: 1px solid var(--layout-gnav-border-color1);
	}
	#gnav .ssbox {
		border-top: 1px solid var(--layout-gnav-border-color1);
	}
	#gnav ul li:last-of-type {
		border-bottom: none;
	}
	
	#gnav .sbox .img {
		display: block;
		display: none;
		width: 96px;
		margin-right: 10px;
	}
	#gnav .sbox .img img {
		display: block;
		width: 100%;
		height: auto;
	}
	
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}



/* body > footer --------------------------------------- */
#footer {
	background: linear-gradient(0deg, var(--layout-color3) 0%, var(--layout-color2) 100%);
	color: var(--layout-color1);
}
#footer a {
	color: var(--layout-color1);
}
#footer .footer_bottom {
	background: var(--layout-color2);
}
#footer .footer_bottom .copyright {
	padding: 1em 0.5em;
	text-align: center;
	line-height: 1;
}
#footer .footer_top .mail a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	/* color: var(--layout-color1); */
	overflow: hidden;
}
#footer .footer_top .mail a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: linear-gradient(90deg, #04447C 0%, #00A0DC 50%, #04447C 100%);
	transition: all 250ms ease;
}
#footer .footer_top .mail a:hover {
	text-decoration: none;
}
#footer .footer_top .mail a:hover::before {
	left: -100%;
}
#footer .footer_top .mail a > span {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	#footer .footer_top > .inner {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 1200px;
		max-width: 100%;
		margin: 0 auto;
		padding: 30px 0 15px;
	}
	#footer .footer_top .logo {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 270px; /* 252px; */
		margin: 10px 0;
		padding-right: 18px;
		height: 100%;
		z-index: 33;
	}
	#footer .footer_top .logo img {
		height: 63px;
		width: auto;
	}
	#footer .footer_top .logoi {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		/*width: 200px; *//* 252px; */
		margin: 10px 0 0 130px;
		padding-right: 18px;
		height: 100%;
		z-index: 33;
	}
	#footer .footer_top .logoi img {
		height: 63px;
		width: auto;
	}
	#footer .footer_top .fccont {
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
		width: calc(100% - 500px - 226px);
		min-width: 480px;
		margin: 10px 0;
		margin-right: 10px;
	}
	#footer .footer_top .fccont_top {
		display: flex;
		justify-content: flex-end;
	}
	#footer .footer_top .fccont_top span + span {
		margin-left: 1em;
	}
	
	#footer .footer_top .fccont_bottom {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		color: var(--layout-color1);
	}
	#footer .footer_top .fccont_bottom a {
		display: flex;
		align-items: center;
		color: var(--layout-color1);
		font-size: 28px;
	}
	#footer .footer_top .fccont_bottom a:hover {
		text-decoration: none;
	}
	#footer .footer_top .fccont_bottom a > span[class^="material-icons"] {
		color: var(--layout-color3);
		font-size: 32px;
		margin-right: 5px;
	}
	#footer .footer_top .fccont_bottom a + a {
		margin-left: 1.0em;
	}
	
	#footer .footer_top .mail {
		width: 226px; /* 216px; */
		height: 62px;
		margin: 10px 0;
		padding-left: 10px;
	}
	
	#footer .footer_mid > .inner {
		padding-top: 30px;
	}
	
	#footer .footer_bottom .copyright {
		font-size: 81.25%;
	}
	
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	#footer .footer_top > .inner {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
		padding: 30px 0 10px;
	}
	#footer .footer_top .logo {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 252px;
		margin: 10px 0;
		height: 100%;
	}
	#footer .footer_top .logo img {
		height: 63px;
		width: auto;
	}
	#footer .footer_top .logoi {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 10px 0;
		padding-right: 18px;
		height: 100%;
		z-index: 33;
	}
	#footer .footer_top .logoi img {
		height: 63px;
		width: auto;
	}
	#footer .footer_top .fccont_top {
		text-align: center;
	}
	#footer .footer_top .fccont_top span + span {
		margin-left: 1em;
	}
	
	#footer .footer_top .fccont_bottom {
		display: flex;
		justify-content: center;
		align-items: center;
		color: var(--layout-color1);
	}
	#footer .footer_top .fccont_bottom a {
		display: flex;
		align-items: center;
		color: var(--layout-color1);
		font-size: calc(38 / 750 * 100vw);
	}
	#footer .footer_top .fccont_bottom a:hover {
		text-decoration: none;
	}
	#footer .footer_top .fccont_bottom a > span[class^="material-icons"] {
		color: var(--layout-color3);
		font-size: calc(42 / 750 * 100vw);
	}
	#footer .footer_top .fccont_bottom a + a {
		margin-left: 1.0em;
	}
	#footer .footer_top .mail {
		width: 216px;
		height: 62px;
		margin: 10px 0;
		padding-left: 10px;
	}
	
	#footer .footer_mid > .inner {
		width: 100%;
		max-width: 480px;
		margin: 2em auto;
	}
	
	#footer .footer_bottom .copyright {
		font-size: 75%;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}





/* #fnav --------------------------------------- */
#fnav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	color: var(--layout-color1);
}
#fnav a {
	line-height: 1.2;
}
#fnav li {
	line-height: 1.6;
}
#fnav > ul:nth-of-type(1) {
	position: relative;
}
#fnav > ul:nth-of-type(1) > li:nth-of-type(1) {
	position: absolute;
	top: -2em;
	left: 0;
}
#fnav > ul > li {
	position: relative;
	margin: 10px 0;
	padding-left: 0.5em;
}
#fnav > ul > li::before {
	content: "-";
	position: absolute;
	/* top: 0; */
	left: 0;
}
#fnav > ul > li > a {
	padding-left: 0.25em;
}
#fnav > ul > li > div > ul > li > ul > li,
#fnav > ul > li > ul > li {
	position: relative;
	padding-left: 0.9em;
}
#fnav > ul > li > div > ul > li > ul > li::before,
#fnav > ul > li > ul > li::before {
	content: "・";
	position: absolute;
	/* top: 0; */
	left: 0;
}
#fnav > ul > li > div > ul > li > a {
	padding-left: 0.25em;
}
#fnav > ul:nth-of-type(3) > li > .wrap {
	display: flex;
}
#fnav > ul:nth-of-type(3) > li > .wrap > ul > li + li {
	margin-top: 1.0em;
}

@media screen and (min-width: 768px) {
	#fnav {
		justify-content: center;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px 0;
	}
	#fnav ul ul a {
		font-size: 87.5%;
	}
	#fnav ul ul ul a {
		font-size: 75%;
		font-size: 81.25%;
	}
	#fnav > ul + ul {
		margin-left: 2em;
	}
	#fnav > ul:nth-of-type(3) > li > .wrap > ul + ul {
		margin-left: 2em;
	}
	
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#fnav ul a {
		font-size: 87.5%;
	}
	#fnav ul ul a {
		font-size: 81.25%;
	}
	#fnav ul ul ul a {
		font-size: 75%;
	}
	#fnav > ul + ul {
		margin-left: 1em;
	}
	#fnav > ul:nth-of-type(3) > li > .wrap > ul + ul {
		margin-left: 1em;
	}
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	#fnav {
		padding: 0 20px;
	}
	#fnav a {
		font-size: 87.5%;
	}
	#fnav ul ul a {
		font-size: 81.25%;
	}
	#fnav ul ul a {
		font-size: 75%;
	}
	#fnav > ul {
		width: 50%;
		margin: 10px 0;
	}
	#fnav > ul:nth-of-type(3) {
		width: 100%;
	}
	#fnav > ul:nth-of-type(3) > li > .wrap > ul {
		width: 50%;
	}
	#fnav > ul:nth-of-type(3) > li > .wrap > ul:nth-of-type(1) {
		position: relative;
		z-index: 2;
	}
	#fnav > ul:nth-of-type(3) > li > .wrap > ul:nth-of-type(2) {
		position: relative;
		z-index: 1;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}





/* body > main ------------------------------------------ */
main .section section {
	margin-top: 3em;
}
main .section section section {
	margin-top: 2.5em;
}
main .section section section section {
	margin-top: 1em;
}
main .section section:not(.none_mt):first-child {
	margin-top: 0;
}
main .section section:not(.none_mt) ~ section:not(.none_mt) {
	/* margin-top: 4em; */
}
h2 + .grid,
h3 + .grid {
	margin-top: 2em;
}
h2 + p + .grid,
h3 + p + .grid {
	margin-top: 2em;
}
section + .grid {
	margin-top: 2em;
}
@media screen and (min-width: 768px) {
	main > article > .section:not(.none_mt) {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	main > article > .section.bg:not(.none_mt) {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	main > article > .section:not(.wide) > .inner {
		width: var(--layout-width);
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 0 20px;
	}
	main .base_content {
		width: var(--layout-width);
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	main {
		padding-top: 50px;
	}
	main > article > .section:not(.none_mt) {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	main > article > .section.bg:not(.none_mt) {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	main > article > .section:not(.wide) > .inner {
		padding: 0 20px;
	}
	main > article > .section {
		overflow-x: hidden;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}




main h1 {
	position: relative;
	margin: 0 0 0.5em;
	font-weight: 200;
}
main h2 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0.5em;
	padding: 0.4em 0 0.2em;
	border-top: 1px solid var(--layout-color2);
	font-weight: normal;
	line-height: 1.2;
}
main h2 ~ h2 {
	margin-top: 2em;
}
main h2 .ja {
	order: 1;
	display: block;
	width: 100%;
}
main h2 .ja + .en,
main h2 .en + .ja {
	margin-top: 0.5em
}
main h2 .en {
	order: 2;
	display: block;
	width: 100%;
	padding: 0 0.25em;
	color: var(--layout-color3);
	font-size: 55.55%;
}
main h2.type2 .ja,
main h2.type2 .en {
	text-align: center;
}
main h2.type2 + p {
	margin-bottom: 1.5em;
	text-align: center;
}

main h3 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0.5em;
	padding: 0.4em 0 0.2em;
	font-weight: normal;
	line-height: 1.2;
}
main h2 ~ h3 {
	margin-top: 1.0em;
}
main h3 ~ h3 {
	margin-top: 2em;
}
main h3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 60px;
	height: 1px;
	background: var(--layout-color3);
}
main h3.type2::before {
	left: calc(50% - 30px);
}
main h3.type2 {
	text-align: center;
}
main h3 .ja {
	order: 1;
	display: block;
	width: 100%;
}
main h3 .en {
	order: 2;
	display: block;
	width: 100%;
	padding: 0 0.25em;
	color: var(--layout-color3);
}
main h3.type2 .ja,
main h3.type2 .en {
	text-align: center;
}
main h3.type2 + p {
	margin-bottom: 1.5em;
	text-align: center;
}

main h4 {
	margin: 0.4em 0 0.25em;
	font-weight: normal;
	line-height: 1.25;
	color: var(--layout-color3);
}

main h4.fs_small {
	font-size: 85%;
}
main h4.fs_small2 {
	font-size: 70%;
}

main p + p {
	margin-top: 1em;
}
main h3 ~ h3 {
	margin-top: 1em;
}
main h4 ~ h4 {
	margin-top: 1em;
}
main h5 ~ h5 {
	margin-top: 1em;
}
@media screen and (min-width: 768px) {
	main h1 {
		font-size: calc(5rem * 0.75);
	}
	main h2 {
		font-size: calc(2.25rem * 0.75);
	}
	main h3 {
		font-size: calc(1.75rem * 0.75);
	}
	main h3 .en {
		font-size: 75%;
	}
	main h4 {
		font-size: calc(1.375rem * 0.75);
	}
}
@media screen and (min-width: 1025px) {
	main h1 {
		font-size: 5rem;
	}
	main h2 {
		font-size: 2.25rem;
	}
	main h3 {
		font-size: 1.75rem;
	}
	main h4 {
		font-size: 1.375rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	main h1 {
		font-size: 28px;
	}
	main h2 {
		font-size: 22px;
	}
	main h2 .en {
		font-size: 75%;
	}
	main h3 {
		font-size: 18px;
	}
	main h3 .en {
		font-size: 85%;
	}
	main h4 {
		font-size: 16px;
	}
	.colimg:not(.nont_bt) {
		margin-top: 1em;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
	main h1 {
		font-size: calc(28px * 0.75);
	}
	main h2 {
		font-size: calc(22px * 0.875);
		letter-spacing: -0.05em;
	}
	main h3 {
		font-size: calc(18px * 0.875);
		letter-spacing: -0.05em;
	}
	main h4 {
		font-size: calc(16px * 0.875);
	}
}




/* unit001 */
#main_article .unit001 {
	display: flex;
	width: 100%;
}
#main_article .unit001 .coltxt h2 {
	border-top: none;
	border-width: 0;
}
@media screen and (min-width: 768px) {
	#main_article .unit001:not(.type2) .colimg {
		order: 1;
		display: flex;
		justify-content: flex-end;
		width: 50%;
	}
	#main_article .unit001.type2 .colimg {
		order: 2;
		width: 50%;
	}
	#main_article .colimg picture,
	#main_article .colimg img {
		width: 100%;
	}
	#main_article .unit001 .colimg .wrap {
		border-top: 1px solid var(--layout-color2);
	}
	#main_article .unit001.type2 .coltxt {
		order: 1;
		display: flex;
		justify-content: flex-end;
		width: 50%;
	}
	#main_article .unit001 .coltxt {
		order: 2;
		width: 50%;
	}
	#main_article .unit001 .coltxt .wrap {
		width: 600px;
		max-width: 100%;
		padding: 0 25px;
		border-top: 1px solid var(--layout-color2);
	}
	#main_article .unit001 .coltxt h2 {
		font-size: 1.75rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	#main_article .unit001 {
		flex-direction: column;
	}
	#main_article .unit001 .coltxt {
		order: 1;
		border-top: 1px solid var(--layout-color2);
	}
	#main_article .unit001 .coltxt .wrap {
		padding: 20px 20px;
	}
	#main_article .unit001 .colimg {
		order: 2;
	}
	#main_article .unit001 .coltxt h2 {
		font-size: 1.75rem;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}




/* unit002 */
#main_article .unit002 {
	display: flex;
	width: 100%;
}
#main_article .unit002 .coltxt h2 {
	border-top: none;
	border-width: 0;
}
#main_article .unit002 .coltxt a:not(.btn0):not(.btn1) {
	color: var(--layout-color1);
}
#main_article .unit002 .colimg picture,
#main_article .unit002 .colimg img {
	display: block;
	width: 100%;
}
#main_article .unit002 a:hover {
	text-decoration: none;
	color: #ff0;
}
@media screen and (min-width: 768px) {
	#main_article .unit002:not(.type2) + .unit002.type2,
	#main_article .unit002.type2 + .unit002:not(.type2) {
		margin-top: -40px;
		padding-top: 0;
	}
	#main_article .unit002 .colimg {
		order: 1;
		display: flex;
		justify-content: flex-end;
		width: 54%;
	}
	#main_article .unit002.type2 .colimg {
		order: 2;
		justify-content: flex-start;
		width: 54%;
	}
	#main_article .unit002 .colimg .wrap {
		width: 100%;
		max-width: 737px;
	}
	#main_article .unit002 .coltxt {
		order: 2;
		position: relative;
		width: 46%;
		padding: 75px 0;
		color: var(--layout-color1);
	}
	#main_article .unit002.type2 .coltxt {
		order: 1;
		display: flex;
		justify-content: flex-end;
		width: 46%;
	}
	#main_article .unit002 .coltxt::before {
		content: "";
		order: 2;
		position: absolute;
		top: 75px;
		left: 0;
		width: 100%;
		height: calc(100% - 150px);
		background: var(--layout-color2);
	}
	#main_article .unit002 .coltxt .wrap {
		position: relative;
		width: 627px;
		max-width: 100%;
		padding: 2em 25px;
		z-index: 1;
	}
	#main_article .unit002 .coltxt h2 {
		font-size: 1.75rem;
	}
	
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	#main_article .unit002 {
		flex-direction: column;
	}
	#main_article .unit002 .coltxt {
		order: 2;
		position: relative;
		padding: 0 20px 20px;
		margin-top: -60px;
		z-index: 1;
	}
	#main_article .unit002 .coltxt .wrap {
		padding: 20px 20px;
		background: var(--layout-color2);
		color: var(--layout-color1);
	}
	#main_article .unit002 .colimg {
		order: 1;
	}
	#main_article .unit002 .coltxt h2 {
		font-size: 1.75rem;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}



/* btn0 */
main .btn0 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5em;
	background: var(--layout-color2);
	color: var(--layout-color1);
	line-height: 1.1;
	transition: all 250ms ease;
	text-align: left;
}
main .btn0 > span {
	font-size: 200%;
	margin-right: 8px;
}
main .btn0:hover {
	text-decoration: none;
	opacity: 0.9;
}
@media screen and (min-width: 768px) {
	main .btn0 {
		width: calc((100% - 90px) / 3);
		height: 103px;
		margin: 0 15px;
		font-size: 1.00rem;
		line-height: 1.3;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	main .btn0 {
		width: calc(539 / 750 * 100vw);
		height: calc(160 / 750 * 100vw);
		font-size: 1.1rem;
	}
	main .btn0 {
		margin-top: 15px;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}



/* unit003 */
#main_article .unit003 .title {
	font-size: 1.25rem;
	text-align: center;
}
#main_article .unit003 .desc {
	text-align: center;
}
#main_article .unit003 span[class^="material-icons"] {
	margin-right: 0.2em;
}
@media screen and (min-width: 768px) {
	#main_article .unit003 {
		width: 1366px;
		max-width: 100%;
		margin: 0 auto;
		border: 6px solid var(--layout-color3);
	}
	#main_article .unit003 > .inner {
		width: 1132px;
		max-width: 100%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	#main_article .unit003 {
		width: 100%;
		margin: 0 auto;
		padding: calc(40 / 750 * 100vw);
		background: var(--layout-color3);
	}
	#main_article .unit003 > .inner {
		width: 1132px;
		max-width: 100%;
		margin: 0 auto;
		padding: calc(40 / 750 * 100vw);
		background: #fff;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}




/* unit001 */
#main_article .subunit001 {
}
#main_article .subunit001 .list h2,
#main_article .subunit001 .list h3,
#main_article .subunit001 .list h4,
#main_article .subunit001 .list h5 {
	width: 100%;
}
#main_article .subunit001 .list {
	display: flex;
	flex-wrap: wrap;
}
#main_article .subunit001 .list > .item {
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 0 5px rgba(64, 64, 64, 0.1);
}
#main_article .subunit001 .list h4 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0.5em 10px;
	background: rgba(0, 160, 220, 0.1);
	line-height: 1.1;
}
#main_article .subunit001 .list h4 > .cate {
	display: inline-block;
	margin-right: 0.5em;
	padding: 0.2em 0.5em;
	border-radius: 3px;
	background: #00A0DC;
	color: #fff;
	font-size: 75%;
}
#main_article .subunit001 .list a {
	color: #212121;
}
#main_article .subunit001 .list h4 > .title {
	display: inline-block;
	width: 100%;
	padding: 0.33em 0 0;
	color: var(--layout-color2);
}
#main_article .subunit001 .list > .item .box {
	display: flex;
}
#main_article .subunit001 .list > .item .box .img img {
	display: block;
	width: 100%;
	height: auto;
}
#main_article .subunit001 .list > .item .box .text {
	line-height: 1.2;
}
#main_article .subunit001 .list > .item {
	transition: all 500ms ease;
}
#main_article .subunit001 .list > .item:hover {
	text-decoration: none;
	border: 1px solid var(--layout-color3);
	box-shadow: 0 0 1px rgba(64, 64, 64, 0.1);
}
@media screen and (min-width: 768px) {
	#main_article .subunit001 .list {
		margin: -10px -10px;
	}
	#main_article .subunit001 .list > .item {
		width: calc((100% - 80px) / 4);
		margin: 10px 10px;
	}
	#main_article .subunit001 .list h4 {
		min-height: 36px;
		font-size: 14px;
	}
	#main_article .subunit001 .list > .item .box {
		padding: 10px 10px;
	}
	#main_article .subunit001 .list > .item .box .img {
		width: 85px;
	}
	#main_article .subunit001 .list > .item .box .text {
		width: calc(100% - 85px);
		font-size: 13px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	#main_article .subunit001 .list > .item {
		width: calc((100% - 60px) / 3);
	}
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	#main_article .subunit001 .list {
		justify-content: space-between;
	}
	#main_article .subunit001 .list > .item {
		width: calc(50% - 10px);
		margin: 10px 0;
		background: #fff;
		border: 1px solid #eee;
		box-shadow: 0 0 5px rgba(64, 64, 64, 0.1);
	}
	#main_article .subunit001 .list > .item .box {
		padding: 10px 10px;
	}
	#main_article .subunit001 .list > .item .box .img {
		width: 85px;
	}
	#main_article .subunit001 .list > .item .box .text {
		width: calc(100% - 85px);
		font-size: 13px;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 640px) {
	#main_article .subunit001 .list {
		justify-content: space-around;
	}
	#main_article .subunit001 .list > .item {
		width: 100%;
		/* max-width: 480px; */
		margin: 10px 0;
		background: #fff;
		border: 1px solid #eee;
		box-shadow: 0 0 5px rgba(64, 64, 64, 0.1);
	}
}



@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}



@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}




.conttitle {
	position: relative;
	width: 100%;
	position: relative;
	overflow: hidden;
	transition: all 500ms ease;
}
.conttitle .inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.conttitle .inner h1 {
	position: relative;
	width: 100%;
	color: #fff;
	line-height: 1;
}
.conttitle .inner h1 .jp {
	order: 2;
	display: block;
	width: 100%;
	margin: 0.5em 0;
	letter-spacing: 0.1em;
	color: #fff;
	
}
.conttitle .inner h1 .en {
	order: 1;
	display: block;
	width: 100%;
	font-size: 200%;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
	.conttitle {
		padding: 0 20px;
	}
	.conttitle .inner {
		position: relative;
		display: flex;
		width: 1200px;
		max-width: 100%;
		height: 130px;
		margin: 0 auto;
	}
	.conttitle .inner h1 {
		font-size: 31px;
	}
	.conttitle .inner h1 .en {
		font-size: 18px;
		letter-spacing: 0;
	}
	.conttitle .inner h1 .jp {
		font-size: 31px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* .conttitle {
		height: 339px;
		padding: 50px 0 0;
	}
	.conttitle::before {
		top: 50px;
		left: 0;
		width: 100%;
		height: calc(339px - 50px);
	} */
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	.conttitle {
		padding: 0 20px;
		background: url(../img/common/h1_bg.jpg) center center / cover no-repeat;
	}
	.conttitle .inner {
		position: relative;
		display: flex;
		align-items: center;
		align-content: center;
		width: calc(670 / 750 * 100vw);
		height: calc(440 / 750 * 100vw);
		margin: 0 auto;
	}
	.conttitle .inner h1 {
		text-align: center;
	}
	.conttitle .inner h1 .en {
		letter-spacing: 0;
		font-size: calc(35 / 750 * 100vw);
		font-weight: normal;
	}
	.conttitle .inner h1 .ja {
		font-size: calc(55 / 750 * 100vw);
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}



/* breadcrumblist1 ------------------------------- */
main > article > .breadcrumblist1 {
	position: relative;
	margin: 0;
	padding: 0.2em 0;
	color: var(--layout-color7);
	z-index: 2;
}
main .breadcrumblist1 > .inner {
	width: 100%;
	margin: 0 auto;
}
main .breadcrumblist1 ul li {
	padding: 0;
	font-size: 85%;
	letter-spacing: 0;
}
main .breadcrumblist1 a, .breadcrumblist1 a:hover {
	color: var(--layout-color7);
	letter-spacing: 0;
}
.breadcrumblist1 ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
}
main .breadcrumblist1 ul li::before {
	content: "/";
	margin: 0 .5em;
	color: var(--layout-color7);
	line-height: 1.5;
}
main .breadcrumblist1 ul li:first-child::before {
	content: "";
	margin: 0;
}
@media screen and (min-width: 768px) {
	main .breadcrumblist1 > .inner {
		max-width: var(--layout-width);
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
	.breadcrumblist1 ul {
		padding: 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.breadcrumblist1 ul {
		padding: 0 20px;
	}
}
