@charset "UTF-8";

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
sec_page_ttl
=============================================== */
#second .sec_page_ttl .ttl_range .ttl_mass h2 {
	color: #ffffff;
}

/* ===============================================
sec_greeting
=============================================== */
.sec_greeting {
	padding: 0 0 50px 0;
	background: none;
	background-color: #e1f3fd;
}

.sec_greeting .inner_sec {
	width: 93.75%;
	margin: 0 auto;
	height: auto; 
}

/* -----------------------------------------------
philosophy_range
----------------------------------------------- */
.sec_greeting .philosophy_range {
	padding: 30px 0 50px 0;
}

.sec_greeting .philosophy_range .view_mass {
	float: none;
	margin: 0 0 20px 0;
	width: 100%;
	height: auto;
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sec_greeting .philosophy_range .view_mass .circle_area {
	width: min(50vw, 200px);
	height: min(50vw, 200px);
	border-radius: 50%;
	background: #ffffff;
	/* 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;
}

.sec_greeting .philosophy_range .view_mass .txt {
	color: #00698c;
	font-size: 20px;
	line-height: 1.1;
}

.sec_greeting .philosophy_range .txt_mass p {
	margin: 15px 0 0 0;
	font-size: 15px;
	line-height: 1.8;
}

.sec_greeting .philosophy_range .txt_mass p:first-child {
	margin: 0 0 0 0;
}

/* -----------------------------------------------
partner_range
----------------------------------------------- */
.sec_greeting .partner_range .inner_range {
	/* flex */
	display: block;
}

.sec_greeting .partner_range .txt_mass {
	width: 100%;
	margin: 0 0 25px 0;
}

.sec_greeting .partner_range .txt_mass h4 {
	color: #00698c;
	font-size: 18px;
}

.sec_greeting .partner_range .txt_mass .txt_area {
	margin: 0 0 18px 0;
	font-size: 15px;
	line-height: 1.8;
}

.sec_greeting .partner_range .view_mass {
	text-align: center;
}


/* ===============================================
sec_overview
=============================================== */
.sec_overview {
	padding: 50px 0 60px 0;
}

.sec_overview .inner_sec {
	width: 93.75%;
	margin: 0 auto;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_overview .about_range h3 {
	margin: 0 0 20px 0;
	padding: 10px 20px 8px 20px;
	border: 1px solid #00698c;
	border-radius: 30px;
	color: #00698c;
	font-size: 18px;
}

.sec_overview .about_range .table_mass table {
	width: 100%;
	border-collapse: collapse;
}

.sec_overview .about_range .table_mass table th,
.sec_overview .about_range .table_mass table td {
	border-bottom: 2px solid #ffffff;
}

.sec_overview .about_range .table_mass th {
	width: 28%;
	padding: 10px 5px 8px 5px;
	background-color: #e1f3fd;
	color: #00698c;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	word-break: break-all;
	line-height: 1.4;
	vertical-align: top;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_overview .about_range .table_mass td {
	padding: 10px 5px 8px 5px;
	background-color: #f5f5f5;
	font-size: 14px;
	line-height: 1.4;
	word-break: break-all;
	vertical-align: top;
}

.sec_overview .about_range .table_mass td a {
	color: #006ab8;
	text-decoration: underline;
}

.sec_overview .about_range .table_mass td a:hover {
	opacity: 0.7;
}


/* ===============================================
sec_access
=============================================== */
.sec_access {
	padding: 0 0 60px 0;
}

.sec_access .inner_sec {
	width: 93.75%;
	margin: 0 auto;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_access .about_range h3 {
	margin: 0 0 20px 0;
	padding: 10px 20px 8px 20px;
	border: 1px solid #00698c;
	border-radius: 30px;
	color: #00698c;
	font-size: 18px;
}

#gmap {
	position: relative;
	width: 100%;
	height: 400px;
	z-index: 1;
}

.sec_access .about_range .map_mass .address_area {
	padding: 10px 0 0 0;
	font-size: 14px;
}


}/* End SP----------------------------------------------------*/