@charset "utf-8";
/* CSS Document */
::-moz-selection {
    background: #04b9f5;
	color: #000000;
}
::selection {
    background: #04b9f5;
	color: #000000;
}

body {
	font-family:"Zen Kaku Gothic New","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
	font-size:16px;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
	color: #000000;
	background: #f1f1f1;
}
*{vertical-align: top; box-sizing: border-box; word-break: break-all;}

a{color: #000000; display: inline-block; text-indent: 0; text-decoration: underline;}
a:hover{opacity: 0.6; text-decoration: none;}

a.honbun{display: none;}

.sp{display: none;}

.animated{opacity: 0;}


@media screen and (max-width: 700px){
	body {
		font-size:14px;
	}
}



/*=====================================================================================
***************************************************************************************

　　header
		
***************************************************************************************
=====================================================================================*/
header{
	position: fixed;
	width: 100%;
	height: 100px;
	z-index: 7;
	top: 0;
	left: 0;
	background: #f1f1f1;
}
header h1 {
	position: fixed;
	top: 24px;
	left: 35px;
	z-index: 10;
}
header h1 img{
	width: 400px;
}

header .mail_icon{
	position: fixed;
    z-index: 7;
    top: 34px;
    right: 121px;
	width: 27px;
	height: 26px;
	transition: 0.3s;
}
header .mail_icon:hover{opacity: 1;}
header .mail_icon:hover svg{
	fill: #04b9f5;
	transition: 0.3s;
}

/*============= 右側アイコン =============*/
.header_menu{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
}
/*ハンバーガーメニューアイコン*/
.item{
	width: 100px;
	height: 100px;
	background: #04b9f5;
	display: flex;
	justify-content: center;
}
.menu-trigger {
  position: relative;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}

.menu-trigger .clause{display: none;}
.menu-trigger .active.clause{display: block;}
.menu-trigger .active.opne{display: none;}


/*======= ハンバーガーメニュー中身 ========*/
.menu_box{
	width: 100%;
	height: 100vh;
	background: #FFFFFF;
	position: fixed;
	z-index: 9;
	top: 0;
	left: -100%;
	padding: 120px 100px;
	display: flex;
	overflow: hidden;
	opacity: 0; /* 最初は非表示に */
	transition: left 0.8s ease-in-out, opacity 0.3s ease-in-out; /* 左からスライドとフェイドインのアニメーションを追加 */
}

.menu_box .cop_box{width: 300px;}

.menu_box ul{
	text-align: justify;
	width: calc(100% - 300px);
	padding-left: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.menu_box li{
	width: 50%;
	height: 130px;
	font-size: 40px;
	line-height: 1;
	display: flex;
	align-items: center;
	position: relative;
}

.menu_box li a{
	text-decoration: none;
	font-weight: bold;
	width: 100%;
}

.menu_box li a b{
	display: block;
	font-size: 18px;
	margin-top: 20px;
}

.menu_box li a::after{
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #04b9f5;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.3s;
}

.menu_box li a:hover{
	opacity: 1;
	color: #04b9f5;
}

.menu_box li a:hover::after{
	width: 90%;
	transition: 0.3s;
}

@media screen and (max-width: 1400px){
	.menu_box{padding: 90px 35px;}
	.menu_box ul{padding-left: 45px;}
}

@media screen and (max-width: 1000px){
	.menu_box{padding: 90px 40px;}
	.menu_box ul{padding-left: 50px; width: calc(100% - 170px);}
	.menu_box li{font-size: 3.5vw;}
	.menu_box .cop_box{width: 170px;}
}

@media screen and (max-width: 700px){
	header{height: 60px;}
	header h1{top: 15px; left: 15px; z-index: 10;}
	header h1 img{width: 240px;}
		
	.header_menu{top: 0; right: 0;}
	.header_menu svg{width: 60px; height: 60px;}
	.item{width: 70px; height: 60px;}
	
	.menu_box{padding: 60px 20px; overflow-y: scroll;}
	.menu_box ul{padding: 0; width: 100%; display: block;}
	.menu_box li{padding: 20px 0; width: 100%; height: auto; font-size: 22px;}
	.menu_box li a::after{
		width: 100%;
		height: 2px;
		background: #000000;
	}
	.menu_box li a:hover::after{width: 100%;}
	.menu_box li a b{margin-top: 5px; font-size: 13px;}
}



/*=====================================================================================
***************************************************************************************

　　中ページ上部
		
***************************************************************************************
=====================================================================================*/
#hed_mv{
	width: 100%; 
	position: relative; 
	overflow: hidden;
	padding: 290px 0 190px;
	z-index: 1;
	background: url("../img/common/hed_mv.jpg") center no-repeat;
	background-size: cover;
}

#hed_mv p{color: #FFFFFF; font-weight: 900; font-size: 20px;}
#hed_mv h2{
	display: inline-block;
	background: #FFFFFF;
	padding:10px 25px;
	line-height: 1;
	font-size: 51px;
}

@media screen and (max-width: 700px){
	#hed_mv{padding: 120px 0 70px;}
	#hed_mv h2{font-size: 30px; padding: 5px 15px;}
	#hed_mv p{font-size: 16px;}
	
}


/*=====================================================================================
***************************************************************************************

　　パンくず
		
***************************************************************************************
=====================================================================================*/
.pankuzu{
	max-width: 1200px;
	width: 90%;
	margin: 30px auto 80px;
	text-align: justify;
	font-size: 13px;
	font-weight: bold;
}
@media screen and (max-width: 700px){
	.pankuzu{margin: 15px auto 30px;}
}

/*=====================================================================================
***************************************************************************************

　　共通parts
		
***************************************************************************************
=====================================================================================*/
.contents_box{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

/* 表 */
.table_box{width: 100%;border-collapse: collapse;}

.table_box th{
	width: 25%;
	border-collapse: collapse;
	border-bottom: 3px solid ;
	border-top: 3px solid ;
	padding: 30px;
	vertical-align: middle;
}

.table_box td{
	border-collapse: collapse;
	border-bottom: 1px solid ;
	border-top: 1px solid ;
	padding: 30px;
	text-align: justify;
}

@media screen and (max-width: 700px){
	.table_box th{
		display: block!important;
		width: 100%;
		border-bottom: none;
		padding: 15px;
	}
	.table_box td{
		display: block!important;
		padding: 15px 10px;
	}
}


/*=====================================================================================
***************************************************************************************

　　footer
		
***************************************************************************************
=====================================================================================*/
footer{
	width: 100%;
	margin-top: 200px;
	padding: 95px 5% 30px;
	background: url("../img/common/footer_bg.jpg") center no-repeat;
	background-size: cover;
	color: #FFFFFF;
}


footer img{
	max-width: 370px;
	width: 90%;
}
footer p{margin: 10px 0 140px;}


@media screen and (max-width: 700px){
	footer .sp{display: block;}
	footer{padding: 50px 5% 20px; margin-top: 100px;}
	footer p{margin: 10px 0 50px;}
}



