@CHARSET "utf-8";
/*------------------------------------------------------------------------------
	レイアウト
------------------------------------------------------------------------------*/
#page {
	flex-direction: column;
	display: flex;
	min-height: 100vh;
}

header#masthead {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 1000;
	border-bottom: solid 1px #CCCCCC;
}

#mastbody {
	flex: 1;
}
/*------------------------------------------------------------------------------
	header
------------------------------------------------------------------------------*/
header.site-header {
	background-color: #FFF;
	z-index: 1000;
}

header.site-header.header_fix {
	/*background-color: rgba(255, 255, 255, 0.8);*/
	background-color: transparent;
}

header.site-header #header_copy {
	background-color: #00968d;
}

header.site-header.header_fix #header_copy {
	background-color: rgba(0, 150, 141, 0.8);
}

header.site-header #header_copy p {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	color: #FFF;
	font-size: 1.2rem;
}

#header_inner {
	height: 80px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.site-branding	{
	display: flex;
	align-items: center;
	/*width: 200px;*/
	height: 100%;
}

.site-branding h1, .site-branding span	{
	display: inline-block;
	flex-shrink: 0;
	height: 85%;
}

.site-branding img	{
	max-height: 100%;
	width: auto;
}


.site-btn	{
	display: inline-block;
	height: 38px;
	text-align: right;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
}

.site-btn p, .site-btn p span	{
	display: inline-block;
	height: 100%;
}

.site-btn p:last-child	{
	margin: 0 0 0 5px;
}

.site-btn a {
	display: inline-block;
	height: 100%;
	padding: 0;
	min-width: 150px;
	text-align: center;
	border: solid 1px #CCC;
	line-height: 38px;
}

.site-btn .login_btn a ,.site-btn .mypage_btn a {
	border: solid 1px #00968d;
	color: #00968d;
	background-color: #FFFFFF;
}

.site-btn .entry_btn a {
	border: solid 1px #FBA20A;
	color: #FFFFFF;
	background-color: #FBA20A;
}

#header_navi {
	height: 35px;
	width: 100%;
	/*
	background-color: #00968d;
	color: #FFF;
	*/
	background-color: #FFFFFF;
	color: #0A2A59;
}

#header_navi > .menu_container {
	height: 100%;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#header_navi ul {
	width: 100%;
	height: 100%;
	display: flex;
}

#header_navi ul > li {
	height: 100%;
	/*flex: 1;*/
	text-align: center;
	width: 170px;
}

#header_navi ul > li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #0A2A59;
	line-height: 34px;
	position: relative;
}

.menu-toggle {
	display: none;
}

#menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 900;
	background-color: #FFFFFF;
	opacity: 0.5;
	display: none;
	margin: 0;
	padding: 0;
}
/*------------------------------------------------------------------------------
	footer_entry
------------------------------------------------------------------------------*/
.footer_entry {
	background-color: #F5F5F5;
	background-image: url(../image/entry_bk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.footer_entry_inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	line-height: 1.4;
}

.footer_entry_ttl {
	padding: 0;
	margin: 0 0 40px 0;
}

.footer_entry_ttl span {
	display: block;
	color: #0a2a59;
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
}

.footer_entry_txt1 {
	margin: 0 auto 40px auto;
	max-width: 850px;
}

.footer_entry_txt1 p {
	color: #0a2a59;
	padding: 10px 0;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.footer_entry_txt2 {
	margin: 0 auto 40px auto;
	max-width: 800px;
	text-align: center;
}


.footer_entry_txt2 p {
	padding: 0;
	line-height: 1.6;
}

.footer_entry_txt2 a {
	display: inline-block;
	padding: 12px 50px;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #FBA20A;
	border: solid 2px #FBA20A;
}
.footer_entry_txt2 a:hover {
	color: #FBA20A;
	background-color: #FFFFFF;
	border: solid 2px #FBA20A;
}
/*------------------------------------------------------------------------------
	footer_contact
------------------------------------------------------------------------------*/
.footer_contact {
	background-color: #F5F5F5;
}

.footer_contact_inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	line-height: 1.4;
}

.footer_contact_ttl {
	padding: 0;
	margin: 0 0 40px 0;
}

.footer_contact_ttl span {
	display: block;
	color: #0a2a59;
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
}

.footer_contact_txt1 {
	margin: 0 auto 40px auto;
	max-width: 850px;
}

.footer_contact_txt1 p {
	color: #0a2a59;
	padding: 10px 0;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.footer_contact_txt2 {
	margin: 0 auto 40px auto;
	max-width: 800px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.footer_contact_txt2 .contact_tel {
	padding: 0 0 20px;
	line-height: 1.6;
}

.footer_contact_txt2 > .contact_tel span {
	position: relative;
}

.footer_contact_txt2 > .contact_tel > span {
	margin: 0 0 20px 0;
	display: block;
	text-align: center;
}

.footer_contact_txt2 > .contact_tel > span > span {
	position: relative;
	display: inline-block;
	padding: 5px 0 0 70px;
	color: #0a2a59;
	font-size: 1.4rem;
}

.footer_contact_txt2 > .contact_tel > span > span::before {
	content: '\f2a0';
	text-align: center;
	color: #0a2a59;
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	line-height: 70px;
	top: 0;
	left: 0px;
	font-family: "Font Awesome 5 Free";
	font-size: 65px;
	transform: rotate(-32deg);
	font-weight: 900;
}

.footer_contact_txt2 > .contact_tel > span > span a {
	color: #0a2a59;
	font-size: 4rem;
	line-height: 4rem;
	font-weight: bold;
}

.footer_contact_txt2 .contact_mail {
	padding: 0;
	line-height: 1.6;
	margin: 0 30px;
}

.footer_contact_txt2 .contact_mail a {
	display: inline-block;
	padding: 12px 50px;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #00968D;
	border: solid 2px #00968d;
	min-width: 300px;
}
.footer_contact_txt2 .contact_mail a:hover {
	color: #00968D;
	background-color: #FFFFFF;
	border: solid 2px #00968d;
}

.footer_contact_txt2 .contact_mail:last-child a {
	background-color: #d71718;
	border: solid 2px #d71718;
}

.footer_contact_txt2 .contact_mail:last-child a:hover {
	color: #d71718;
	background-color: #FFFFFF;
	border: solid 2px #d71718;
}
/*------------------------------------------------------------------------------
	footer
------------------------------------------------------------------------------*/
#mastfooter {
	width: 100%;
	background-color: #484848;
	color: #FFFFFF;
}

#mastfooter #footer_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0 70px;
}

#mastfooter #footer_inner .footer_logo {
	height: 70px;
}

#mastfooter #footer_inner .footer_logo span	{
	display: inline-block;
	height: 100%;
}

#mastfooter #footer_inner .footer_logo img	{
	max-height: 100%;
	width: auto;
}

#mastfooter #footer_inner .footer_contents {
	margin: 50px 0 0;
}

#mastfooter #footer_inner ul {
	display: inline-block;
	width: calc((100% - 100px) / 3);
	margin: 0 0 0 50px;
	vertical-align: top;
}

#mastfooter #footer_inner ul:last-child {
	margin: 0;
}

#mastfooter #footer_inner ul li {
	position: relative;
	padding: 0 0 0 1em;
}

#mastfooter #footer_inner ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #FFFFFF;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0.2em;
	transform: translateY(-50%);
}

#mastfooter #footer_inner ul li a {
	color: #FFFFFF;
}


#mastfooter .site-info {
	background-color: #00968d;
}

#mastfooter .site-info .copyright {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
}


/* PC */
@media screen and (min-width: 768px) {
	/* header */


	header.site-header.header_fix #header_inner::before {
		content: "";
		display: block;
		width: 100%;
		height: 80px;
		/*background-color: rgba(0, 150, 141, 0.8);*/
		background-color: rgba(255, 255, 255, 0.9);
		position: fixed;
		top: 20px;
		left: 0px;
		z-index: -1;
	}


	header.site-header.header_fix #header_navi {
		/*background-color: rgba(0, 150, 141, 0.8);*/
		background-color: rgba(255, 255, 255, 0.9);
	}

	#header_navi ul > li.active_menu a::after, #header_navi ul > li a:hover::after {
		content: "";
		display: block;
		width: 100%;
		height: 5px;
		background-color: #FBA20A;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#header_navi .sp_navi {
		display: none;
	}

}

/* mobile */
@media screen and (max-width: 767px) {
	/* header */


	header.site-header.header_fix #header_inner::before {
		content: "";
		display: block;
		width: 100%;
		height: 60px;
		/*background-color: rgba(0, 150, 141, 0.8);*/
		background-color: rgba(255, 255, 255, 0.9);
		position: fixed;
		top: 15px;
		left: 0px;
		z-index: -1;
	}


	header.site-header #header_copy p {
		height: 15px;
		line-height: 15px;
		font-size: 1.0rem
	}

	#header_inner {
		height: 60px;
	}

	.site-btn	{
		display: none;
	}

	#header_navi ul {
		height: auto;
		display: block;
	}

	#header_navi {
		/*display: none;*/
		background-color: transparent;
		position: absolute;
		top: 15px;
		width: 60px;
		height: 60px;
		right: 0;
	}

	.menu-toggle {
		background-color: transparent;
		width: 60px;
		height: 60px;
		display: block;
		outline: 0;
		border-style: none;
		padding: 0;
	}

	.menu-toggle::before {
		content:'\f0c9';
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
		color: #00968d;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		font-size: 24px;
		width: 24px;
		height: 24px;
		line-height: 24px;
	}

	#header_navi > .menu_container {
		width: 100vw;
		height: auto;
		max-height: calc(100vh - 75px);
		position: absolute;
		right: 0;
		background-color: transparent;
		z-index: 1000;
		overflow-y: auto;
	}


	#header_navi.toggled ul {
	    display: block;
	}

	#header_navi ul {
		display: none;
	}

	#header_navi ul li {
		display: block;
		/*background-color: #FFF;*/
		background-color: rgba(0, 150, 141, 0.9); /*#00968D*/
	}

	#header_navi ul > li {
		width: 100%;
	}

	header.site-header.header_fix #header_navi ul li {
		/*background-color: rgba(255, 255, 255, 0.8);*/
		background-color: rgba(0, 150, 141, 0.9); /*#00968D*/
	}

	#header_navi ul.menu > li::after	{
		border-right: none;
	}

	#header_navi ul ul {
		box-shadow: none;
		float: none;
		position: static;
		z-index: 99999;
	}

	#header_navi li a {
		height: 50px;
		line-height: 50px;
		/*color: #0a2a59 !important;*/
		color: #FFFFFF !important;
		text-align: left;
		border-bottom: solid 1px #5bb5af;
	}

	#header_navi li a {
		padding: 0 15px;
	}

	#header_navi ul ul a {
		width: 100%;
		color: #0a2a59 !important;;
	}

	.sub_menu_container {
		display: none;
	}

	#header_navi ul.menu .sub_menu	{
		/*display: none;*/
		padding: 0 0 0 20px;
	}

	#header_navi ul.menu li.open .sub_menu	{
		display: block;
		padding: 0 0 0 20px;
	}

	#header_navi ul.menu .child_menu_button	{
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 50px;
		display: block;
		text-align: center;
		right: 0px;
		top: 1px;
		cursor: pointer;
	}

	#header_navi ul.menu .child_menu_button .icon::before	{
		content: '\f067';
		color: #aaa;
		text-align: center;
		display: block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		border: 1px solid #aaa;
		border-radius: 100%;
		position: absolute;
		left: 20px;
		top: 15px;
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
		font-size: 8px;
	}

	#header_navi ul.menu .open .child_menu_button .icon::before	{
		content: '\f068';
	}

	.sub-menu-block p {
		display: none;
	}

	#menu-overlay {
		display: none !important;
	}


	/* footer_entry */
	.footer_entry {
		padding: 0 10px;
	}

	.footer_entry_ttl {
		padding: 0;
		margin: 0 0 30px 0;
	}

	.footer_entry_ttl span {
		font-size: 2.0rem;
	}

	.footer_entry_txt1 {
		margin: 0 auto 30px auto;
	}

	.footer_entry_txt1 p {
		font-size: 1.6rem;
	}

	.footer_entry_txt2 {
		margin: 0 auto 30px auto;
	}

	/* footer_contact */
	.footer_contact {
		padding: 0 10px;
	}

	.footer_contact_ttl {
		padding: 0;
		margin: 0 0 30px 0;
	}

	.footer_contact_ttl span {
		font-size: 2.0rem;
	}

	.footer_contact_txt1 {
		margin: 0 auto 30px auto;
	}

	.footer_contact_txt1 p {
		font-size: 1.6rem;
	}

	.footer_contact_txt2 {
		margin: 0 auto 30px auto;
		flex-direction: column;
	}

	.footer_contact_txt2 > .contact_tel span {
		position: relative;
	}

	.footer_contact_txt2 > .contact_tel > span > span {
		padding: 5px 0 0 50px;
	}

	.footer_contact_txt2 > .contact_tel > span > span::before {
		width: 50px;
		height: 50px;
		line-height: 50px;
		top: 5px;
		font-size: 50px;
	}

	.footer_contact_txt2 > .contact_tel > span > span a {
		font-size: 3rem;
		line-height: 3rem;
	}

	.footer_contact_txt2 .contact_mail {
		margin: 0;
	}

	.footer_contact_txt2 .contact_mail a {
		min-width: initial;
	}

	.footer_contact_txt2 .contact_mail:last-child {
		margin-top: 30px;
	}

	/* footer */
	#mastfooter #footer_inner {
		padding: 20px 10px 50px;
	}

	#mastfooter #footer_inner .footer_logo {
	    height: 50px;
	}

	#mastfooter #footer_inner .footer_contents {
	    margin: 40px 0 0;
	}

	#mastfooter #footer_inner ul {
		display: block;
		width: calc(100% - 30px);
	    margin: 0 0 0 30px;
	}

	#mastfooter #footer_inner ul:last-child {
		  margin: 0 0 0 30px;
	}

}