@charset "utf-8";
/* CSS Document */

/*　アップル読み込み用フォント指定　*/
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

/* TOPへ戻るボタン */    
#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a {
    background-color: #999;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
}
#page_top a:hover {
    background-color: #666;
    text-decoration: none;
}    


/* スマホサイズ　*/
@media (max-width: 760px){

.width_control{
	min-width: 350px;
	margin: 0 auto;
}

.nav_wrapper{
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
}

.main_wrapper{
	position: absolute;
	z-index: 0;
	left: 0;
	top: 20px;
	width: 100%;
}

.g_nav {
	/*display: flex;*/
	justify-content: space-between;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	border-bottom: 1px solid #000000;
}

.g_nav p{
	font-size: 14px;
	font-color: #595857;
	font-weight: 400;
	padding: 0px 0px 0px 10px;	
}

.g_nav ul{
	display: flex;
	list-style: none;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
}

.g_nav li{
	flex: auto;
	font-size: 12px;
	font-color: #595857;
	font-style: normal;
	padding: 0px 5px 10px 5px;

}

.g_nav a{
	display: block;
	justify-content: space-around;
	margin: 0px 5px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-decoration: none;
	color: #585957;
}

.g_nav li a:hover{
	color: #f1f3ce;
	background: #00293c;
	font-weight: 500;
	padding: 2px;	
	transform: rotate(-0deg);
	transition: transform(0.5s linear);
}

.top_img {
	margin: 0;
	padding: 90px 10px 20px 10px;
	background: url("../images/forothers.jpg") bottom no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background-size: cover;
	background-position: center;  
}

.key_massage {
	display: flex;
	justify-content: space-between;
}

.key_massage h1{
	margin: 0px 10px 0px 10px;
	font-size: 22px;
	color: #ffffff;
	text-shadow: 5px 5px 7px #000000;
}

.key_massage img{
	margin: 0px 30px 0px 0px;
	width: 10%;
	height: 10%;
}

.sub_massage p{
	font-size: 10px;
	color: #ffffff;
	text-shadow: 3px 3px 5px #000000;
	text-align: right;
	padding: 60px 10px 10px 0px;
}

.pad p{
	margin: 80px 0px 0px 0px;
	color: #ffffff;
}

.content_box_1{
	/* display: flex; */
	margin: 50px 20px 10px 20px;
	justify-content: flex-start;
}

.content_title_1 h1{
	font-size: 20px;
	font-color: #595857;
	text-align: center;
	width: 100%;
	margin: 0px 0px 5px 00px;
	padding: 0px 5px 0px 0px;
}

.content_title_1 h2{
	font-size: 14px;
	font-color: #595857;
	text-align: center;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}

.content_title_1 img{
	width: 50%;	
	margin: 0px auto 0px 60px;
}

.content_title_1 p{
	font-size: 14px;
	text-color: #595857;
	margin: 10px 20px 0px 20px;
	padding: 0px 5px 0px 0px;
	line-height: 1.7;
}

.content_menue{
	/*border-left: 0.5px solid #000000; 
	border-right: 0.5px solid #000000;*/
	width: 100%;
}

.content_menue ul{
	list-style: none;
}

.content_menue li{
	float: left;
	margin: 5px 10px 20px 10px;
	width: 40%;
	padding: 0px 0px 5px 0px;
}

.content_menue p{
	font-size: 16px;
	font-color: #595857;
	margin: 0px 0px 5px 0px;
	transition: transform(0.5s linear);
}

.content_menue a{
	text-decoration: none;
	color: #585957;
}

.content_menue{
	overflow: hidden;
}

.content_menue li a:hover p{
	color: #f1f3ce;
	background: #00293c;
	font-weight: 400;
	padding: 5px;	
	transform: rotate(-0deg);
}

.content_menue li a:hover img{
	transform: scale(1.05);
	box-shadow: 1px 1px 5px 3px #00293c;
	z-index: 10;
}

.content_title_2 {
	width: 100%;
	/*border-right: 1px solid #000000;*/
	padding: 30px 0px 30px 0px;
}

.content_title_2 h1{
	font-size: 22px;
	font-color: #595857;
	width: 100%;
	margin: 10px 0px 5px 20px;
	padding: 0px 10px 0px 0px;
}

.content_title_2 h2{
	font-size: 16px;
	font-color: #595857;
	width: 100%;
	margin: 0px 0px 0px 20px;
	padding: 0px 10px 0px 0px;
}

.content_title_2 img{
	width: 100%;	
	margin: 20px 0px 0px 20px;
}

.content_title_2 p{
	font-size: 14px;
	text-color: #595857;
	margin: 20px 20px 0px 20px;
	padding: 0px 10px 0px 0px;
	line-height: 2.0;
}

.content_menue_2{
	width: 100%;
}
	
.content_menue_2 ul{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 00px;
	text-align: center;
	list-style: none;
	}

.content_menue_2 li{
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	margin: 20px 0px 15px 10px;
	padding: 0px 5px 0px 0px;
}

.content_menu_2 a{
	text-decoration: none;
	color: #585957;
}

.content_menue_2 h4{
	font-size: 12px;
	font-weight: 300;
	line-height: 2.0;
	color: #585957;
	margin: 10px 30px 10px 10px;
	border-left: 5px solid #4c6cb3;
	padding: 0px 10px 0px 10px;
}

.footer {
	/*display: flex;*/
	justify-content: space-between;
	background-color: #1e656d;
	margin-top: 30px;
}

.foot_1 {
	width: 100%;
	margin: 20px 0px 15px 20px;
}

.foot_1 h3{
	font-size: 12px;
	font-weight: 300;
	color: #f1f3ce;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
}

.foot_1 h4{
	font-size: 12px;
	font-weight: 300;
	color: #f1f3ce;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
}

.foot_1 img{
	display: none;
	width: 25%;
}

.foot_2 {
	width: 100%;
	margin: 20px 0px 20px 20px;
}

.foot_2 ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.foot_2 li{
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	color: #f1f3ce;
}

.foot_2 a{
	text-decoration: none;
	color: #f1f3ce;
}

.foot_3 {
	width: 30%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	}

.foot_3 ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.foot_3 li{
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	color: #f1f3ce;
}

.foot_3 a{
	text-decoration: none;
	color: #f1f3ce;
}

.foot_4 p{
	font-size: 12px;
	text-align: right;
	color: #f1f3ce;
	background-color: #1e656d;
	margin: 0px 0px 0px 0px;
	padding: 0px 50px 0px 0px;
}

.footer a:hover{
	color: #f1f3ce;
	background-color: #f62a00;	
}

.press_release div{
	width: 100%;
	height: auto;	
}	

	.contact_button div{
		margin: 60px 30px 60px 30px;
	}
	
	.contact_button p{
		width: 80%;
		margin: 30px auto;
		font-size: 16px;
		text-align: center;
		color: aliceblue;
		font-weight: 400;
		padding: 15px 20px 15px 20px;
		background-color: darkblue;
	}
	
.contact_form div{
	width: auto;
	height: auto;
}	
	
	
}


/*　PCサイズ　*/
@media (min-width: 761px){

.width_control{
	max-width: 1200px;
	margin: 0 auto;
}

.nav_wrapper{
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
}

.main_wrapper{
	position: absolute;
	z-index: 0;
	left: 0;
	top: 50px;
	width: 100%;
}

.g_nav {
	display: flex;
	justify-content: space-between;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	border-bottom: 1px solid #000000;
}

.g_nav p{
	font-size: 16px;
	font-color: #595857;
	font-weight: 500;
	padding: 0px 0px 0px 30px;	
}

.g_nav ul{
	display: flex;
	list-style: none;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.g_nav li{
	flex: auto;
	font-size: 14px;
	font-color: #595857;
	font-style: normal;
	padding: 10px 10px 0px 10px;

}

.g_nav a{
	display: block;
	justify-content: space-around;
	margin: 0px 20px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-decoration: none;
	color: #585957;
}

.g_nav li a:hover{
	color: #f1f3ce;
	background: #00293c;
	font-weight: 600;
	padding: 5px;	
	transform: rotate(-10deg);
	transition: transform(0.5s linear);
}

.top_img {
	margin: 0;
	padding: 50px 20px 50px 20px;
	background: url("../images/forothers.jpg") bottom no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background-size: cover;
	background-position: center;  
}

.key_massage {
	display: flex;
	justify-content: space-between;
}

.key_massage h1{
	margin: 0px 0px 0px 20px;
	font-size: 32px;
	color: #ffffff;
	text-shadow: 5px 5px 7px #000000;
}

.key_massage img{
	margin: 0px 60px 0px 0px;
	width: 10%;
	height: 10%;
}

.sub_massage p{
	font-size: 16px;
	color: #ffffff;
	text-shadow: 3px 3px 5px #000000;
	text-align: right;
	padding: 200px 60px 30px 0px;
}

.pad p{
	margin: 100px 0px 100px 0px;
	color: #ffffff;
}

.content_box_1{
	display: flex;
	margin: 60px 10px 10px 60px;
	justify-content: flex-start;
}

.content_title_1 h1{
	font-size: 28px;
	font-color: #595857;
	width: 40%;
	margin: 0px 0px 5px 30px;
	padding: 0px 0px 0px 0px;
}

.content_title_1 h2{
	font-size: 18px;
	font-color: #595857;
	width: 40%;
	margin: 5px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}

.content_title_1 img{
	width: 40%;	
	margin: 50px 0px 0px 30px;
}

.content_title_1 p{
	font-size: 16px;
	text-color: #595857;
	margin: 20px 30px 0px 30px;
	padding: 0px 0px 0px 0px;
	line-height: 1.7;
}

.content_menue{
	border-left: 1px solid #000000; 
	width: 60%;
}

.content_menue ul{
	list-style: none;
}

.content_menue li{
	float: left;
	margin: 5px 20px 20px 20px;
	width: 40%;
	padding: 0px 0px 5px 0px;
}

.content_menue p{
	font-size: 18px;
	font-color: #595857;
	margin: 0px 0px 5px 0px;
	transition: transform(0.5s linear);
}

.content_menue a{
	text-decoration: none;
	color: #585957;
}

.content_menue{
	overflow: hidden;
}

.content_menue li a:hover p{
	color: #f1f3ce;
	background: #00293c;
	font-weight: 500;
	padding: 5px;	
	transform: rotate(-2deg);
}

.content_menue li a:hover img{
	transform: scale(1.05);
	box-shadow: 1px 1px 5px 3px #00293c;
	z-index: 100;
}

.content_title_2 {
	width: 40%;
	border-right: 1px solid #000000;
	padding: 40px 0px 40px 0px;
}

.content_title_2 h1{
	font-size: 28px;
	font-color: #595857;
	width: 100%;
	margin: 0px 0px 5px 30px;
	padding: 0px 0px 0px 0px;
}

.content_title_2 h2{
	font-size: 18px;
	font-color: #595857;
	width: 100%;
	margin: 5px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}

.content_title_2 img{
	width: 100%;	
	margin: 50px 0px 0px 30px;
}

.content_title_2 p{
	font-size: 16px;
	text-color: #595857;
	margin: 20px 30px 0px 30px;
	padding: 0px 0px 0px 0px;
	line-height: 1.7;
}

.content_menue_2{
	width: 70%;
}
	
.content_menue_2 ul{
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 30px;
	list-style: none;
	}

.content_menue_2 li{
	font-size: 20px;
	font-weight: 500;
	width: 100%;
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
}

.content_menu_2 a{
	text-decoration: none;
	color: #585957;
}

.content_menue_2 h4{
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7;
	color: #585957;
	margin: 0px 30px 0px 10px;
	border-left: 5px solid #4c6cb3;
	padding: 0px 0px 0px 10px;
}

.footer {
	display: flex;
	justify-content: space-between;
	background-color: #1e656d;
	margin-top: 50px;
}

.foot_1 {
	width: 40%;
	margin: 20px 0px 20px 30px;
}

.foot_1 h3{
	font-size: 16px;
	font-weight: 300;
	color: #f1f3ce;
	margin: 0px;
	padding: 0px;
}

.foot_1 h4{
	font-size: 12px;
	font-weight: 300;
	color: #f1f3ce;
	margin: 0px 0px 50px 0px;
	padding: 0px;
}

.foot_1 img{
	width: 25%;
}

.foot_2 {
	width: 30%;
	margin: 20px 0px 20px 30px;
}

.foot_2 ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.foot_2 li{
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	color: #f1f3ce;
}

.foot_2 a{
	text-decoration: none;
	color: #f1f3ce;
}

.foot_3 {
	width: 30%;
	margin: 20px 0px 20px 30px;
}

.foot_3 ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.foot_3 li{
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	color: #f1f3ce;
}

.foot_3 a{
	text-decoration: none;
	color: #f1f3ce;
}

.foot_4 p{
	font-size: 12px;
	text-align: right;
	color: #f1f3ce;
	background-color: #1e656d;
	margin: 0px 0px 0px 0px;
	padding: 0px 50px 0px 0px;
}

.footer a:hover{
	color: #f1f3ce;
	background-color: #f62a00;	
}

.press_release div{
	width: 100%;
	height: 2000px;	
}	
	
	.contact_button div{
		margin: 60px 80px 60px 80px;
	}
	
	.contact_button p{
		width: 50%;
		margin: 40px auto;
		padding: 15px;
		font-size: 16px;
		font-weight: 400;
		text-align: center;
		color: aliceblue;
		background-color: darkslategrey
	}
	
.contact_form div{
	width: 100%;
	height: 300px;
}	
	
	
}






