@charset "utf-8";

/*
****************************************
----------------------------------------
-------common
----------------------------------------
****************************************
*/

.inner {
	max-width: 1000px;
	margin: 0 auto;
}

.flex {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

#wrapper {
	position: relative;
	width: 85%;
	width: calc(100% - 200px);
	margin-left: 15%;
	margin-left: calc(200px);
}

section {
	padding: 50px 0;
}

#map-canvas01 {
	width: 100%;
	height: 400px;
}

.sp_only {
	display: none;
}


/*______________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
hover
________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/
header nav li{
	transition: background 0.7s;
}

header nav li a:hover {
	opacity: 1;
}

header nav li:hover {
	background: rgba(49,140,196,0.1);
}

/*______________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
listdot
________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/

.dot li {
	position: relative;
	padding-left: 1em;
}

.dot li+li {
	margin-top: 0.3em;
}

.dot li:before {
	content: '';
	position: absolute;
	top: 0.5em;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

/*______________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
button
________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/
.button {
	position: relative;
	text-align: center;
}

.button a{
	display: block;
	padding: 10px 12px 10px 10px;
}
/*______________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
arrow
________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/
.arrow a {
	display: block;
	position: relative;
}

.arrow a:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

/*______________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
d_arrow
________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/
.d_arrow a {
	position: relative;
	display: block;
	padding: 10px 12px 10px 10px;
}

.d_arrow a:before,
.d_arrow a:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.d_arrow a:before {
	left: 0;
}

.d_arrow a:after {
	left: 6px;
}
/*
****************************************
----------------------------------------
------- title
----------------------------------------
****************************************
*/
/*______________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
h2
________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/

.h2box {
	text-align: center;
	margin-bottom: 40px;
}

h2 {
	position: relative;
	display: inline-block;
	font-size: 50px;
	font-size: 5rem;
	letter-spacing: 4px;
	padding: 0 0.2em 5px;
}

h2:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 4px;
	background: -webkit-repeating-linear-gradient(-45deg,#318cc4,#318cc4 10%,#fff 10%,#fff 30%,#318cc4 30%,#318cc4 70%,#fff 70%,#fff 90%,#318cc4 90%,#318cc4 100%);
	background: repeating-linear-gradient(-45deg,#318cc4,#318cc4 10%,#fff 10%,#fff 30%,#318cc4 30%,#318cc4 70%,#fff 70%,#fff 90%,#318cc4 90%,#318cc4 100%);
	background-size: 6px 4px;
}

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

header .slicknav_menu {
	display: none;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 15%;
	width: calc(200px);
	height: 100%;
	-moz-box-shadow:4px 0px 10px 0px rgba(160, 160, 160, 0.5);
	-webkit-box-shadow:4px 0px 10px 0px rgba(160, 160, 160, 0.5);
	box-shadow:4px 0px 10px 0px rgba(160, 160, 160, 0.5);
	z-index: 1000;
}

header h1 {
	padding: 40px 0;
	text-align: center;
	border-bottom: 1px solid #318cc4;
}

header h1 img {
	display: inline-block;
	width: 145px;
}

header nav li {
	padding: 0 14px;
}

header nav a {
	padding: 20px 10px 20px 0;
	font-size: 16px;
	font-size: 1.6rem;
}

header nav .arrow a:before {
	right: 3px;
}

/*
****************************************
----------------------------------------
------- gmap
----------------------------------------
****************************************
*/

.gmap iframe {
	width: 100%;
	height: 400px;
}

.g_box {
	background: #fff;
	padding: 10px;
	border-radius: 2px;
	margin: 5px;
}

/*
****************************************
----------------------------------------
-------mv_wrap
----------------------------------------
****************************************
*/
#mv_wrap {
	position: relative;
}

#mv_wrap .m_img {
	max-width: 1200px;
	margin: 0 auto;
}

#mv_wrap .p_img {
	position: absolute;
	max-width: 270px;
	width: 22.5%;
	top: 0;
	left: 0;
}
#mv_wrap .l_img {
	position: absolute;
	max-width: 30px;
	width: 2.5%;
	top: 0;
	right: 0;
}
/*
****************************************
----------------------------------------
------- service
----------------------------------------
****************************************
*/

#service p {
	text-align: center;
}

#service p img {
	display: inline-block;
	max-width: 910px;
}

/*
****************************************
----------------------------------------
-------corporate
----------------------------------------
****************************************
*/

#corporate table {
	max-width: 740px;
	margin: 0 auto;
}

#corporate th,
#corporate td {
	vertical-align: middle;
	padding: 10px 40px;
}

#corporate th {
	text-align: center;
}

/*
****************************************
----------------------------------------
------- access
----------------------------------------
****************************************
*/
#access {
	padding-bottom: 0;
}

#access table {
	width: 550px;
	margin: 0 auto 40px;
}

#access table th,
#access table td {
	vertical-align: middle;
}

#access th span {
	position: relative;
	display: inline-block;
	margin: 10px 30px 10px 0;
	padding: 24px 5px;
 	width: 70px;
	height: 70px;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background: #ea6285;
}

#access th span:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -22px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 15px solid #ea6285;
	z-index: 0;
}

#access #map_canvas01 {
	width: 100%;
	height: 400px;
}


/*
****************************************
----------------------------------------
------- top_button
----------------------------------------
****************************************
*/

#top_button {
	position: fixed;
	bottom: 0;
	right: 0;
	height: 40px;
	z-index: 1000;
}

#top_button a {
	display: block;
	width: 70px;
	height: 40px;
	padding: 18px 0;
	text-align: center;
	font-size: 10px;
	font-size: 1rem;
}

#top_button a:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	top: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

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

footer .f_bottom {
	padding: 10px 0;
}


