@charset "UTF-8";

/*=================================================================
*==================================================================
base layout
==================================================================*
==================================================================*/
/* ===============================================
etc.
=============================================== */
/* -----------------------------------------------
pc or sp
----------------------------------------------- */
.l_pc {
	display: block;
}

.l_sp {
	display: none;
}

.l_i_pc {
	display: inline;
}

.l_i_sp {
	display: none;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	/* -----------------------------------------------
	pc or sp
	----------------------------------------------- */
	.l_pc {
		display: none;
	}

	.l_sp {
		display: block;
	}

	.l_i_pc {
		display: none;
	}

	.l_i_sp {
		display: inline;
	}

	#wrapper img {
		max-width: 100%;
	}
}/* End SP----------------------------------------------------*/

/* ===============================================
header
=============================================== */
/* ------------- START >> fl_header_base fixed ----------*/
#wrap_header .fl_header_base {
	position: relative;
	padding: 0 0 0 0;
	background-color: #ffffff;
}

#wrap_header .fl_header_base.fixed {
	visibility: hidden;
	position: static;
	display: none;
}

#wrap_header .fl_header_base.fixed.on {
	visibility: hidden;
	display: none;
}

#wrap_header .fl_header_base .fl_header_inner {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 80px;
	padding: 0 0 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* ------------- END << fl_header_base fixed ----------*/

/* -----------------------------------------------
logo_range
----------------------------------------------- */
#wrap_header .logo_range {
	height: 100%;
	padding: 0 0 0 30px;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#wrap_header .logo_range h1 a {
	color: #294688;
	font-size: 28px;
}

#wrap_header .logo_range h1 a:hover {
	opacity: 0.8;
}

/* -----------------------------------------------
info_range
----------------------------------------------- */
#wrap_header .info_range {
	height: 100%;
}

#wrap_header .info_range .inner_range {
	/* flex */
	display: -webkit-flex;
	display: flex;
}

/* -----------------------------------------------
contact_mass
*/
#wrap_header .info_range .contact_mass ul {
	height: 100%;
	/* flex */
	display: -webkit-flex;
	display: flex;
}

#wrap_header .info_range .contact_mass li {
	padding: 17px 17px 0 17px;
	border-left: 4px solid #d7e7f4;
}

#wrap_header .info_range .contact_mass .ttl_area {
	margin: 0 0 4px 0;
	color: #1fa6e0;
	font-size: 17px;
}

#wrap_header .info_range .contact_mass .info_area {
	color: #2a477f;
	font-size: 22px;
	/* flex */
	display: -webkit-flex;
	display: flex;
}

#wrap_header .info_range .contact_mass li .icon_block {
	margin: 0 10px 0 0;
}

#wrap_header .info_range .contact_mass li.tel .icon_block {
	width: 26px;
	height: 19px;
	background: url(../../img/base/header/info_contact_icon_tel.png) no-repeat 0 0;
}

#wrap_header .info_range .contact_mass li.mail .icon_block {
	width: 23px;
	height: 19px;
	background: url(../../img/base/header/info_contact_icon_mail.png) no-repeat 0 0;
}
/* -----------------------------------------------
bt_mass
*/
#wrap_header .info_range .bt_mass ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
}

#wrap_header .info_range .bt_mass a img:hover {
	opacity: 0.8;
}

/* -----------------------------------------------
ly_sp_mass
*/
#wrap_header .ly_sp_mass {
	display: block;
	width: 90px;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/* Start 1300--------------------------------------------------*/
@media screen and (max-width: 1300px) {
	/* -----------------------------------------------
	logo_range
	----------------------------------------------- */
	#wrap_header .logo_range {
		width: 180px;
		padding: 0 0 0 4px;
	}

	#wrap_header .logo_range h1 a {
		font-size: 18px;
	}

	#wrap_header .logo_range h1 img {
		width: 100%;
	}

	/* -----------------------------------------------
	info_range
	----------------------------------------------- */
	/* -----------------------------------------------
	contact_mass
	*/
	#wrap_header .info_range .contact_mass li {
		padding: 17px 4px 0 4px;
	}
}/* End 1300----------------------------------------------------*/

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 1120px) {
	/* ------------- START >> sp nav fixed ----------*/
	#wrap_header .fl_header_base.fixed {
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100000;
		background-color: #ffffff;
		border-bottom: 2px solid #dddcdc;
	}

	#wrap_header .fl_header_base.fixed.on {
		visibility: visible;
		display: block;
	}

	#wrap_header .fl_header_base .fl_header_inner {
		position: relative;
		z-index: 10;
		width: 93.75%;
		height: 60px;
		margin: 0 auto;
		padding: 0 0 0 0;
		/* flex */
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	/* ------------- END << nav fixed ----------*/

	/* -----------------------------------------------
	logo_range
	----------------------------------------------- */
	#wrap_header .logo_range {
		height: auto;
		padding: 0 0 0 0;
		/* flex */
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#wrap_header .logo_range h1 a {
		color: #294688;
		font-size: 18px;
	}

	#wrap_header .logo_range h1 a:hover {
		opacity: 0.8;
	}

	/* -----------------------------------------------
	info_range
	----------------------------------------------- */
	#wrap_header .info_range {
		height: auto;
	}

	#wrap_header .info_range .inner_range {
		/* flex */
		display: -webkit-flex;
		display: flex;
	}

	/* -----------------------------------------------
	contact_mass
	*/
	#wrap_header .info_range .contact_mass {
		display: none;
	}

	/* -----------------------------------------------
	bt_mass
	*/
	#wrap_header .info_range .bt_mass {
		display: none;
	}

	/* -----------------------------------------------
	ly_sp_mass
	*/
	#wrap_header .ly_sp_mass {
		display: block;
		width: auto;
		/* flex */
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}/* End SP----------------------------------------------------*/

/* -----------------------------------------------
gm
----------------------------------------------- */
/* -----------------------------------------------
sp_gm
----------------------------------------------- */
/* sp_gm */
#wrap_header .sp_gm {
	display: block;
}

#wrap_header .sp_gm:hover {
	opacity: 0.5;
}

/*--- sp_gm_menu_area ---*/
#wrap_header .sp_gm_menu_area {
	display: none;
}

/* -----------------------------------------------
ly_sp_mass
----------------------------------------------- */
#wrap_header .ly_sp_mass {
	display: block;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

/* -----------------------------------------------
sp_gm
----------------------------------------------- */
/* sp_gm */
#wrap_header .sp_gm {
	display: block;
	height: auto;
	margin: 0 0 0 0;
}

#wrap_header .sp_gm .bt_sp_gm {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 0;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

#wrap_header .bt_sp_gm span,
#wrap_header .bt_sp_gm::before,
#wrap_header .bt_sp_gm::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	width: 100%;
	height: 2px;
	margin: auto;
	background: #999;
}
#wrap_header .bt_sp_gm span {
	overflow: hidden;
	z-index: 1;
	color: #999;
}
#wrap_header .bt_sp_gm::before {
	z-index: 2;
	transform: translate(0, -11px);
	content: "";
}
#wrap_header .bt_sp_gm::after {
	z-index: 2;
	transform: translate(0, 11px);
	content: "";
}

/*--- sp_gm_menu_area ---*/
#wrap_header .sp_gm_menu_area {
	display: block;
	margin: 0 0 0 0;
}

#wrap_header .sp_gm_menu_area a {
	color: #ffffff;
}

/* (sidr) */
.sidr {
	width: 30%;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	.sidr {
		width: 90%;
	}
}/* End SP----------------------------------------------------*/

.sidr ul li a {
	display: block;
	padding: 0;
	text-decoration: none;
	color: #294688;
	font-weight: normal;
}

.sidr ul li span {
	display: inline-block;
	padding: 0;
	text-decoration: none;
	color: #294688;
	font-weight: normal;
}

#sidr .hd_close {
	display: block;
	border-bottom: 2px solid #24a5dc;
	font-weight: bold;
	line-height: 1;
}

#sidr .hd_close a {
	display: block;
	padding: 13px 12px 13px 12px;
	color: #000000;
	text-align: right;
}

#sidr .hd_close .icon_area {
	overflow: hidden;
	display: inline-block;
	position: relative;
	z-index: 0;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

#sidr .hd_close .icon_area::before,
#sidr .hd_close .icon_area::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	width: 100%;
	height: 2px;
	margin: auto;
	background: #999;
}
#sidr .hd_close .icon_area span {
	overflow: hidden;
	z-index: 1;
	color: #999;
}
#sidr .hd_close .icon_area::before {
	z-index: 2;
	transform: rotate(45deg);
	content: "";
}
#sidr .hd_close .icon_area::after {
	z-index: 2;
	transform: rotate(-45deg);
	content: "";
}

.sidr ul {
	border-top: 2px solid #ffffff;
}

/* menu */
#wrap_header .sp_gm_base_menu {
	display: none;
	width: 100%;
	background-color: #ffffff;
}

#wrap_header .sp_gm_base_menu a {
	display: inline-block;
	width: 100%;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrap_header .sp_gm_base_menu li {
	width: 100%;
	border-bottom: 2px solid #24a5dc;
	font-size: 15px;
}

#wrap_header .sp_gm_base_menu li:last-child {
	border-bottom: 2px solid #24a5dc;
}

#wrap_header .sp_gm_base_menu li dl {
	margin: 0 0 0 0;
}

#wrap_header .sp_gm_base_menu li dt {
	padding: 0 0 0 0;
	color: #1384b9;
	font-size: 15px;
	font-weight: 600;
}

#wrap_header .sp_gm_base_menu li dt.no_link {
	padding: 10px 0 15px 24px;
	line-height: 1;
}

#wrap_header .sp_gm_base_menu li dt.no_link:before {
	padding: 0 6px 0 0;
	content: "■";
	color: #294688;
	font-size: 24px;
}

#wrap_header .sp_gm_base_menu li dt a {
	padding: 10px 0 15px 24px;
	color: #1384b9;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
}

#wrap_header .sp_gm_base_menu li dt a:before {
	padding: 0 6px 0 0;
	content: "■";
	color: #294688;
	font-size: 24px;
}

#wrap_header .sp_gm_base_menu li dd {
	margin: 0 0 0 0;
	border-top: 2px solid #dddcdc;
}

#wrap_header .sp_gm_base_menu li dd a {
	padding: 12px 0 12px 24px;
	color: #000000;
	font-size: 14px;
}

#wrap_header .sp_gm_base_menu li dd a:before {
	display: inline-block;
	content: "＞";
	margin: 0 2px 0 0;
	font-size: 13px;
}

#wrap_header .sp_gm_base_menu li .anc_link a {
	padding: 8px 0 8px 24px;
	color: #000000;
	font-size: 14px;
}

#wrap_header .sp_gm_base_menu li .anc_link a:before {
	display: inline-block;
	content: "・";
	margin: 0 2px 0 0;
	font-size: 13px;
}

#wrap_header .ft_close {
	padding: 25px 0 30px 0;
	text-align: center;
}

#wrap_header .ft_close a {
	display: inline-block;
	content: "";
	width: 33.5px;
	height: 47.5px;
	margin: 0 0 0 0;
	background: url(../../sp/img/base/gm/ft_close_bt.png) no-repeat 0 0;
	background-size: contain;
}

#wrap_header .hd_layout {
	display: none;
}

#wrap_header .hd_close {
	display: none;
}

#wrap_header .ft_close {
	display: none;
}

/* -----------------------------------------------
second_page_nav_base
----------------------------------------------- */
#wrap_header .second_page_nav_base {
	position: relative;
	display: block;
}

/* -----------------------------------------------
basic_nav_mass
*/
#wrap_header .second_page_nav_base .basic_nav_mass {
	display: none;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 40px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: rgba(62, 179, 226, 0.8);
}

#wrap_header .second_page_nav_base .basic_nav_mass.on {
	display: block;
}

#wrap_header .second_page_nav_base .basic_nav_mass ul {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
}

#wrap_header .second_page_nav_base .basic_nav_mass li {
	width: 165px;
	position: relative;
	border-right: 1px solid #378bc0;
}

#wrap_header .second_page_nav_base .basic_nav_mass li:first-child {
	border-left: 1px solid #378bc0;
}

#wrap_header .second_page_nav_base .basic_nav_mass li a {
	position: relative;
	display: block;
	height: 100%;
	padding: 0 2px 0 2px;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.4;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#wrap_header .second_page_nav_base .basic_nav_mass li.active a {
	background-color: #59c3df;
}

#wrap_header .second_page_nav_base .basic_nav_mass li a:before {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin: 0 5px 0 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #ffffff;
}

#wrap_header .second_page_nav_base .basic_nav_mass li a:hover {
	opacity: 0.7;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	#wrap_header .second_page_nav_base {
		display: none;
	}

}/* End SP----------------------------------------------------*/


/* ===============================================
footer
=============================================== */
/* ===============================================
switch
----------------------------------------------- */
#wrap_footer .ft_core {
	display: none;
}

#wrap_footer .ft_core.on {
	display: block;
}

/* ===============================================
common
----------------------------------------------- */
/* -----------------------------------------------
ft_nav_range
----------------------------------------------- */
#wrap_footer .ft_nav_range .inner_range {
	width: 100%;
	padding: 35px 0 35px 0;
	border-bottom: 1px solid #ffffff;
	background-color: rgba(32, 169, 221, 0.9);
}

/* -----------------------------------------------
nav_mass
*/
#wrap_footer .ft_nav_range .nav_mass {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#wrap_footer .ft_nav_range .nav_mass .nav_01_area {
	margin: 0 0 10px 0;
}

#wrap_footer .ft_nav_range .nav_mass ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#wrap_footer .ft_nav_range .nav_mass li {
	padding: 0 8px 0 8px;
	border-left: 1px solid #ffffff;
}

#wrap_footer .ft_nav_range .nav_mass li:first-child {
	border-left: none;
}

#wrap_footer .ft_nav_range .nav_mass li a {
	color: #ffffff;
	font-size: 14px;
}

#wrap_footer .ft_nav_range .nav_mass li a:hover {
	opacity: 0.7;
}

/* -----------------------------------------------
copyright
----------------------------------------------- */
#wrap_footer .copyright {
	width: 100%;
	padding: 22px 0 22px 0;
	background-color: rgba(32, 169, 221, 0.9);
	text-align: center;
}

#wrap_footer .copyright small {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	letter-spacing: 1px;
}

/* ===============================================
ft_basic
----------------------------------------------- */
/* -----------------------------------------------
experience_range
----------------------------------------------- */
#wrap_footer .ft_basic .experience_range .inner_range {
	padding: 2px 0 40px 0;
}

/* -----------------------------------------------
ttl_mass
*/
#wrap_footer .ft_basic .experience_range .ttl_mass {
	margin: 0 0 60px 0;
}

#wrap_footer .ft_basic .experience_range .ttl_mass  .icon_area {
	margin: 0 0 -6px 0;
	text-align: center;
}

#wrap_footer .ft_basic .experience_range .ttl_mass  h3 {
	padding: 30px 0 30px 0;
	background-color: #f3e928;
	color: #284682;
	font-size: 36px;
	text-align: center;
}

/* -----------------------------------------------
bt_mass
*/
#wrap_footer .ft_basic .experience_range .bt_mass {
	width: 1000px;
	margin: 0 auto;
}

#wrap_footer .ft_basic .experience_range .bt_mass ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
   -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#wrap_footer .ft_basic .experience_range .bt_mass li {
	margin: 0 0 0 50px;
	text-align: center;
}

#wrap_footer .ft_basic .experience_range .bt_mass li:first-child {
	margin: 0 0 0 0;
}

#wrap_footer .ft_basic .experience_range .bt_mass .sub_area {
	margin: 0 0 10px 0;
}

#wrap_footer .ft_basic .experience_range .bt_mass a {
	position: relative;
	display: inline-block;
	width: 370px;
	margin: 0 auto;
	padding: 15px 100px 14px 100px;
	border: 2px solid #bd2226;
	background-color: #e20f1e;
	border-radius: 80px;
	color: #ffffff;
	font-size: 30px;
	text-decoration: none;
	text-align: center;
	line-height: 1.3;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrap_footer .ft_basic .experience_range .bt_mass .personal a {
	border: 2px solid #dc7f0e;
	background-color: #f49f22;
}

#wrap_footer .ft_basic .experience_range .bt_mass .business a {
	border: 2px solid #ca7431;
	background-color: #ef7f1a;
}

#wrap_footer .ft_basic .experience_range .bt_mass a:before {
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -10px;
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	border: 4px solid;
	border-color: #ffffff #ffffff transparent transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#wrap_footer .ft_basic .experience_range .bt_mass a:hover {
	opacity: 0.7;
}

/* -----------------------------------------------
inner_main_footer
----------------------------------------------- */
#wrap_footer .ft_basic .inner_main_footer {
	background: url(../../img/base/footer/basic/ft_bg_01.jpg) no-repeat center bottom;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	#wrap_footer .ft_basic .inner_main_footer {
		background: url(../../sp/img/base/footer/basic/ft_bg_01.jpg) no-repeat center bottom;
		background-size: cover;
	}

}/* End SP----------------------------------------------------*/

/* -----------------------------------------------
ft_banner_range
----------------------------------------------- */
#wrap_footer .ft_basic .ft_banner_range .inner_range {
	padding: 2px 0 300px 0;
}

#wrap_footer .ft_basic .ft_banner_range .banner_mass {
	width: 800px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	border: 1px solid #d6d6d6;
	background: #ffffff;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrap_footer .ft_basic .ft_banner_range .banner_mass .ttl_area {
	padding: 10px 0 7px 0;
	color: #ffffff;
	font-size: 24px;
	background: #1ab5c8;
	text-align: center;
}

#wrap_footer .ft_basic .ft_banner_range .banner_mass .links_area {
	padding: 25px 0 15px 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#wrap_footer .ft_basic .ft_banner_range .banner_mass .links_area .icon_block {
	margin: 0 20px 0 0;
}

#wrap_footer .ft_basic .ft_banner_range .banner_mass .links_area .bt_block {
	margin: 10px 0 0 0;
}

#wrap_footer .ft_basic .ft_banner_range .banner_mass .links_area .bt_block ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
}

#wrap_footer .ft_basic .ft_banner_range .banner_mass .links_area .bt_block li {
	margin: 0 0 0 10px;
}

#wrap_footer .ft_basic .ft_banner_range .banner_mass .links_area .bt_block li:first-child {
	margin: 0 0 0 0;
}

#wrap_footer .ft_basic .ft_banner_range .banner_mass .links_area .bt_block li a img:hover {
	opacity: 0.7;
}

#wrap_footer .ft_basic .ft_banner_range .banner_mass .note_area {
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
}

/* -----------------------------------------------
ft_info_range
----------------------------------------------- */
#wrap_footer .ft_basic .ft_info_range .inner_range {
	padding: 40px 0 40px 0;
	background-color: rgba(0, 0, 0, 0.6);
}

#wrap_footer .ft_basic .ft_info_range .info_mass {
	width: 1000px;
	margin: 0 auto;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#wrap_footer .ft_basic .ft_info_range .info_mass .txt_area {
	width: 330px;
	color: #ffffff;
}

#wrap_footer .ft_basic .ft_info_range .info_mass .txt_area .ttl_block {
	margin: 0 0 5px 0;
	font-size: 16px;
}

#wrap_footer .ft_basic .ft_info_range .info_mass .txt_area .tel_block {
	margin: 0 0 8px 0;
	font-size: 30px;
}

#wrap_footer .ft_basic .ft_info_range .info_mass .txt_area .sub_block {
	font-size: 16px;
}

#wrap_footer .ft_basic .ft_info_range .info_mass .bt_area {
	width: 580px;
	color: #ffffff;
}

#wrap_footer .ft_basic .ft_info_range .info_mass .bt_area ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#wrap_footer .ft_basic .ft_info_range .info_mass .bt_area a {
	position: relative;
	display: inline-block;
	width: 275px;
	margin: 0 auto;
	padding: 15px 40px 15px 10px;
	border: 2px solid #ffffff;
	border-radius: 80px;
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	line-height: 1.3;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrap_footer .ft_basic .ft_info_range .info_mass .bt_area a:before {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: #ffffff #ffffff transparent transparent;
	/*
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	*/
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#wrap_footer .ft_basic .ft_info_range .info_mass .bt_area a:hover {
	opacity: 0.7;
}

/* -----------------------------------------------
ft_nav_range
----------------------------------------------- */
/* -----------------------------------------------
nav_mass
*/
#wrap_footer .ft_basic .ft_nav_range .logo_mass {
	padding: 0 0 30px 0;
	color: #ffffff;
	font-size: 38px;
	line-height: 1.1;
	text-align: center;
}


/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	/* ===============================================
	common
	----------------------------------------------- */
	/* -----------------------------------------------
	ft_nav_range
	----------------------------------------------- */
	#wrap_footer .ft_nav_range .inner_range {
		width: 100%;
		padding: 25px 0 0 0;
		border-bottom: 1px solid #ffffff;
		background-color: rgba(19, 133, 186, 0.9);
	}

	/* -----------------------------------------------
	nav_mass
	*/
	#wrap_footer .ft_nav_range .nav_mass {
		display: none;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0 0;
	}

	#wrap_footer .ft_nav_range .nav_mass .nav_01_area {
		margin: 0 0 0 0;
	}

	#wrap_footer .ft_nav_range .nav_mass ul {
		/* flex */
		display: block;
	}

	#wrap_footer .ft_nav_range .nav_mass li {
		padding: 8px 0 0 0;
		border-left: none;
		text-align: center;
	}

	#wrap_footer .ft_nav_range .nav_mass li:first-child {
		padding: 0 0 0 0;
		border-left: none;
	}

	#wrap_footer .ft_nav_range .nav_mass li a {
		color: #ffffff;
		font-size: 14px;
	}

	#wrap_footer .ft_nav_range .nav_mass li a:hover {
		opacity: 0.7;
	}

	/* -----------------------------------------------
	copyright
	----------------------------------------------- */
	#wrap_footer .copyright {
		width: 100%;
		padding: 10px 2px 10px 2px;
		background-color: rgba(19, 133, 186, 0.9);
		text-align: center;
		/* box set */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#wrap_footer .copyright small {
		color: #ffffff;
		font-size: 10px;
		font-weight: normal;
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
		letter-spacing: 1px;
	}

	/* ===============================================
	ft_basic
	----------------------------------------------- */
	/* -----------------------------------------------
	experience_range
	----------------------------------------------- */
	#wrap_footer .ft_basic .experience_range .inner_range {
		padding: 2px 0 20px 0;
	}

	/* -----------------------------------------------
	ttl_mass
	*/
	#wrap_footer .ft_basic .experience_range .ttl_mass {
		margin: 0 0 30px 0;
	}

	#wrap_footer .ft_basic .experience_range .ttl_mass  .icon_area {
		margin: 0 0 -6px 0;
		text-align: center;
	}

	#wrap_footer .ft_basic .experience_range .ttl_mass  h3 {
		margin: 0 0 30px 0;
		padding: 14px 0 10px 0;
		font-size: 16px;
		text-align: center;
	}

	/* -----------------------------------------------
	bt_mass
	*/
	#wrap_footer .ft_basic .experience_range .bt_mass {
		width: 93.75%;
		margin: 0 auto;
	}

	#wrap_footer .ft_basic .experience_range .bt_mass ul {
		/* flex */
		display: block;
	}

	#wrap_footer .ft_basic .experience_range .bt_mass li {
		margin: 20px 0 0 0;
		text-align: center;
	}

	#wrap_footer .ft_basic .experience_range .bt_mass li:first-child {
		margin: 0 0 0 0;
	}

	#wrap_footer .ft_basic .experience_range .bt_mass .sub_mass {
		margin: 0 0 10px 0;
	}

	#wrap_footer .ft_basic .experience_range .bt_mass a {
		position: relative;
		display: inline-block;
		width: 90%;
		max-width: 350px;
		margin: 0 auto;
		padding: 15px 50px 14px 50px;
		border: 2px solid #bd2226;
		background-color: #e20f1e;
		border-radius: 80px;
		color: #ffffff;
		font-size: 20px;
		text-decoration: none;
		text-align: center;
		line-height: 1.3;
		/* box set */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#wrap_footer .ft_basic .experience_range .bt_mass .personal a {
		border: 2px solid #dc7f0e;
		background-color: #f49f22;
	}

	#wrap_footer .ft_basic .experience_range .bt_mass .business a {
		border: 2px solid #ca7431;
		background-color: #ef7f1a;
	}

	#wrap_footer .ft_basic .experience_range .bt_mass a:before {
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -5px;
		display: inline-block;
		content: "";
		width: 6px;
		height: 6px;
		border: 2px solid;
		border-color: #ffffff #ffffff transparent transparent;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#wrap_footer .ft_basic .experience_range .bt_mass a:hover {
		opacity: 0.7;
	}

	/* -----------------------------------------------
	inner_main_footer
	----------------------------------------------- */
	#wrap_footer .ft_basic .inner_wrap_footer {
		background: url(../../img/base/footer/basic/ft_bg_01.png) no-repeat center top;
		background-size: auto;
	}

	/* -----------------------------------------------
	ft_banner_range
	----------------------------------------------- */
	#wrap_footer .ft_basic .ft_banner_range .inner_range {
		padding: 10px 0 10px 0;
	}

	#wrap_footer .ft_basic .ft_banner_range .banner_mass {
		width: 94%;
		margin: 0 auto;
		padding: 10px 10px 10px 10px;
		border: 1px solid #d6d6d6;
		background: #ffffff;
		/* box set */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#wrap_footer .ft_basic .ft_banner_range .banner_mass .ttl_area {
		padding: 10px 10px 7px 10px;
		color: #ffffff;
		font-size: 15px;
		background: #1ab5c8;
		text-align: left;
	}

	#wrap_footer .ft_second .ft_banner_range .banner_mass .links_area {
		padding: 25px 0 15px 0;
		/* flex */
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#wrap_footer .ft_second .ft_banner_range .banner_mass .links_area .icon_block {
		margin: 0 10px 0 0;
	}

	#wrap_footer .ft_second .ft_banner_range .banner_mass .links_area .bt_block ul {
		/* flex */
		display: -webkit-flex;
		display: flex;
	}

	#wrap_footer .ft_second .ft_banner_range .banner_mass .links_area .bt_block li {
		margin: 0 0 0 10px;
	}

	#wrap_footer .ft_second .ft_banner_range .banner_mass .links_area .bt_block li:first-child {
		margin: 0 0 0 0;
	}

	#wrap_footer .ft_second .ft_banner_range .banner_mass .links_area .bt_block li a img:hover {
		opacity: 0.7;
	}

	#wrap_footer .ft_basic .ft_banner_range .banner_mass .note_area {
		padding: 0 0 0 1em;
		text-indent: -1em;
		font-size: 12px;
		text-align: left;
	}

	/* -----------------------------------------------
	ft_info_range
	----------------------------------------------- */
	#wrap_footer .ft_basic .ft_info_range .inner_range {
		padding: 20px 0 20px 0;
		background-color: rgba(0, 0, 0, 0.6);
	}

	#wrap_footer .ft_basic .ft_info_range .info_mass {
		width: 93.75%;
		margin: 0 auto;
		/* flex */
		display: block;
	}

	#wrap_footer .ft_basic .ft_info_range .info_mass .txt_area {
		width: 100%;
		color: #ffffff;
		margin: 0 0 20px 0;
	}

	#wrap_footer .ft_basic .ft_info_range .info_mass .txt_area .ttl_block {
		margin: 0 0 5px 0;
		font-size: 12px;
	}

	#wrap_footer .ft_basic .ft_info_range .info_mass .txt_area .tel_block {
		margin: 0 0 5px 0;
		font-size: 20px;
	}

	#wrap_footer .ft_basic .ft_info_range .info_mass .txt_area .sub_block {
		font-size: 12px;
	}

	#wrap_footer .ft_basic .ft_info_range .info_mass .bt_area {
		width: 100%;
		color: #ffffff;
	}

	#wrap_footer .ft_basic .ft_info_range .info_mass .bt_area ul {
		/* flex */
		display: block;
	}

	#wrap_footer .ft_basic .ft_info_range .info_mass .bt_area li {
		margin: 10px 0 0 0;
		text-align: center;
	}

	#wrap_footer .ft_basic .ft_info_range .info_mass .bt_area li:first-child {
		margin: 0 0 0 0;
	}

	#wrap_footer .ft_basic .ft_info_range .info_mass .bt_area a {
		position: relative;
		display: inline-block;
		width: 98%;
		margin: 0 auto;
		padding: 10px 40px 10px 10px;
		border: 2px solid #ffffff;
		border-radius: 80px;
		color: #ffffff;
		font-size: 16px;
		text-decoration: none;
		text-align: center;
		line-height: 1.3;
		/* box set */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#wrap_footer .ft_basic .ft_info_range .info_mass .bt_area a:before {
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -6px;
		display: inline-block;
		content: "";
		width: 8px;
		height: 8px;
		border: 2px solid;
		border-color: #ffffff #ffffff transparent transparent;
		/*
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
		*/
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#wrap_footer .ft_basic .ft_info_range .info_mass .bt_area a:hover {
		opacity: 0.7;
	}

	/* -----------------------------------------------
	ft_nav_range
	----------------------------------------------- */
	/* -----------------------------------------------
	nav_mass
	*/
	#wrap_footer .ft_basic .ft_nav_range .logo_mass {
		padding: 0 0 20px 0;
		color: #ffffff;
		font-size: 20px;
		line-height: 1.1;
		text-align: center;
	}

}/* End SP----------------------------------------------------*/


/* ===============================================
page Top
=============================================== */
#page_top {
	display: none;
	width: 100%;
	position: relative;
	z-index: 10;
	margin: 0 auto;
}

#page_top.on {
	display: block;
}

* html #page_top p {
	position: absolute;
}

#page_top p {
	width: 63px;
	height: 63px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 5000;
}

#page_top p:hover {
	opacity: 0.8;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	#page_top {
		display: none;
		width: 100%;
		position: relative;
		z-index: 101;
		margin: 0 auto;
	}

	#page_top.on {
		display: block;
	}

	* html #page_top p {
		position: absolute;
	}

	#page_top p {
		width: 31px;
		height: 31px;
		position: fixed;
		right: 2px;
		bottom: 10px;
		z-index: 5000;
	}

	#page_top p:hover {
		opacity: 0.8;
	}
}/* End SP----------------------------------------------------*/

/* ===============================================
wrap_cont
=============================================== */
#wrap_cont {
	width: 100%;
	margin: 0 auto 2px auto;
	line-height: 1.6;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	#wrap_cont {
		width: 100%;
		margin: 0 auto 1px auto;
	}
}/* End SP----------------------------------------------------*/

/*=================================================================
*==================================================================
contents etc.
==================================================================*
==================================================================*/
/* ===============================================
ly_breadcrumb
=============================================== */
.ly_breadcrumb {
	width: 1000px;
	margin: 0 auto;
}

.ly_breadcrumb .inner_breadcrumb {
	padding: 18px 0 0 0;
}

.ly_breadcrumb ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
}

.ly_breadcrumb li {
	padding: 0 0 0 0;
	font-size: 15px;
}

.ly_breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 0.25rem 0 0.25rem;
    content: "\03e";
}

.ly_breadcrumb li a:hover {
	opacity: 0.7;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	.ly_breadcrumb {
		width: 93.75%;
		margin: 0 auto;
	}

	.ly_breadcrumb .inner_breadcrumb {
		padding: 12px 0 0 0;
	}

	.ly_breadcrumb ul {
		/* flex */
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.ly_breadcrumb li {
		padding: 0 0 0 0;
		font-size: 12px;
	}

	.ly_breadcrumb li:not(:last-child)::after {
	    display: inline-block;
	    margin: 0 0.25rem 0 0.25rem;
	    content: "\03e";
	}

	.ly_breadcrumb li a:hover {
		opacity: 0.7;
	}
}/* End SP----------------------------------------------------*/

/* ===============================================
lay_ge_dur
=============================================== */
.lay_ge_dur {
	height: 8px;
	background: url(../../img/page/bg/bg_lay_ge_dur.png) repeat 0 0;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	.lay_ge_dur {
		height: 8px;
	}
}/* End SP----------------------------------------------------*/

.lay_ge_dur_type_2 {
	height: 16px;
	background: url(../../img/page/bg/bg_lay_ge_dur.png) repeat 0 0;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	.lay_ge_dur_type_2 {
		height: 10px;
	}
}/* End SP----------------------------------------------------*/


/*=================================================================
*==================================================================
module
==================================================================*
==================================================================*/
/* ===============================================
loading
=============================================== */
#is_loading {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,0.8);
	z-index: 1000000;
}

#is_loading.on {
	display: block;
}

#is_loading .wrap_loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 300px;
	margin-left:-150px;
	margin-top:-150px;
	text-align: center;
	z-index: 1000001;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#is_loading .wrap_loading .loader_txt {
	display: none;
	color: #bcbcbc;
	font-size: 30px;
	font-weight: bold;
}

#is_loading .wrap_loading .loader {
	position: relative;
	width: 1em;
	height: 1em;
	margin: 100px auto;
	border-radius: 50%;
	color: #bcbcbc;
	font-size: 16px;
	text-indent: -9999em;
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	#is_loading .wrap_loading .loader_txt {
		font-size: 30px;
	}
	#is_loading .wrap_loading .loader {
		width: 1em;
		height: 1em;
		font-size: 12px;
	}
}/* End SP----------------------------------------------------*/


/* ===============================================
Modal
=============================================== */

