/*
Theme Name: irodori_cssmix
Theme URL: http://wordpress.hitsuji.me
Description: Wordpress sample theme for training.
Author: ujidesign
Version: 1.0
*/
@charset "UTF-8";
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}

/*========================================
共通部分 style
========================================*/
body {
	background:#fff;
	font-family: "秀英丸ゴシック L",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#00479D;
	font-size: 16px;
	line-height: 1.8;
	max-width:100%;
	position: relative;
    margin-top: 42px;
}

.wrap{overflow: hidden;
      position: relative;
	right: 0;}

/*SP用表示*/
.pc{ display: none !important; }
.sp { display: block !important; }
.pc_sub { display: none !important; }
.sp_sub { display: block !important; }
.sp a{ color: #00479D; }
a:hover {
	background-color:none;
	text-decoration: none;}
a {
	color: #00479D;
    text-decoration: none;}
.hava{
	padding-left:20px;
    padding-right:20px;}

/*========================================
ヘッター
========================================*/
/* サブタイトル */
.subtitle{     /*空白（PCは40pxでサブ入り）*/
	background-color:#FFFFFF;
	position: relative;
    width:auto;
	padding-left:20px;
	padding-right:20px;}
.subtitle_sp{
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;}

/*へッター*/
#headerunderbox{ /*ヘッターの下の青い線*/
	height:10px;
	background-color:#00479D;
}
.l-header {
    background: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    min-height: 40px;
		transition: .3s;
		z-index: 10;
}
.l-header-content {
    padding: 6px 12px;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.l-header-logo {
    width: 230px;
    transition: .3s;
}
.l-header-logo a {
	display: block;
	transition: .3s;
}
/* ロゴ ヘッターの住所、電話、メール、ナビ */
h1 img{
	 display: inline-table;                     /*ロゴ*/
     width:  65.625vw;
	 height:auto;
	 left:20px;
	 vertical-align: middle;
	 text-align: center;
	 z-index: 0;}
#topcon{ /* ヘッターの住所、電話、メール、ナビを中心に配置 */
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);}
#sidemenu{
	 float:right;
	 color: #fff;
	 display:block;
	 height:auto;
     width: -webkit-calc(100% - 400px);
     width: calc(100% - 200px);}
#menubar{
	right:0px;
	text-align:right;
	margin-top:10px;
	width: 100%;}
#menubar a{
	font-size: 14px;
	color: #00479D;
	text-decoration: none;}
#menubar ul {
	float:right;
	width:800px;}
#menubar ul li{
	display: inline-block;
	text-align:right;
	padding-left: 24px;}
#menubar ul li p{
	width:6em;
	height:auto;}

/*スライダーメニュー*/
.layer{
    position: fixed;
    top: 0;
	right:0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
body.open{
    position: fixed;}
/* スライドインメニューに必要なところ */
#slide_menu{
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
    background: #fff;
	z-index: 98;
}
#slide_menu ul{
    margin-top: 120px;
    padding: 0;
}
#slide_menu li{
    list-style: none;
}
#slide_menu li a{
    display: block;
    padding: 10px 60px;
    color: #00479D;
    text-align: left;
    text-decoration: none;
}
#button{
	position: absolute;
	top:7px;
	right:20px;
    width:24px;
    height:24px;
    outline:none;
	background-image:url(../img/button.svg);
    border: none;
	background-size:100%;
	background-repeat:no-repeat;
	z-index: 2;
}

#button_close{
	position: absolute;
	top:12px;
	right:20px;
    width:20px;
    height:20px;
    outline:none;
	background-image:url(../img/button_close.svg);
    border: none;
	background-size:100%;
	background-repeat:no-repeat;
	z-index: 99;
}

/*大項目*/
h2{
	text-align:center;
	height:60px;
	line-height:60px;
	font-size:35px;}
h2 img{
	height:25px;}


/*========================================
Body
========================================*/

/*メインピクチャ*/
.wideifull {width: 100%;height: auto;vertical-align: top;}

/*コンテンツ*/
#topmain{
	position:relative;
	margin-top:0px;
	width:100%;
	max-width: 100%;
	height:auto;}
#content{
	margin:auto;
	margin-top:50px;
	position:relative;}
.con_item{
	position: relative;
	width: 140px;
	margin-left:auto;
	margin-right:auto;
	height:auto;}
.con_item img{
	width: 140px;
	height:auto;}
.box{
	position: relative;
	width:100%;
    height:auto;
	margin-top:20px;
	margin-bottom:100px;}

/*コンテンツ*/
.border_bf {
    width: 100%;
    height: 3px;
    border-top: solid 5px #00479D;
    border-bottom: solid 2px #00479D;
	margin-bottom:10px;
}
.post{
	margin-bottom:100px;
}
.toukou_box{
	position: relative;
	width:100%;
    height:auto;
	margin-top:20px;
	margin-bottom:100px;
}
h3{font-size:22px;}

.border_bf{
	width:100%;
	height:3px;
	border-top:solid 5px #00479D;
	border-bottom:solid 2px #00479D;
}

.size-full{
	width:100%;
	height:auto;
}

.type-C{
display:block;
font-size:16px;
}
.categories{
	display:block;
	left:0;
}

.categories li{
	display:block;
}

#saikintoukou{
	width:120px;
}

#saikintoukou li{
	font-size:14px;
	line-height:1.8;
}
#saikintoukou{
	float:right;
	display: block; 
	vertical-align: top;
	margin-top:initial;
	font-size:13px;
	line-height:2em;}
.recentArchives{
	margin-top:10px;
}

#peger{
	width:100%;
	text-align:right;
}
#peger a{
	display:block;
}

/*========================================
フッター
========================================*/
/*フッター（SP用）*/
#footeroverbox{
	height:10px;
	background-color:#00479D;}
#footerbox{
    margin-top:10px;
	height:740px;
	background-color:#00479D;
	font-size:12px;
	color:#fff;
	position: relative;}
footer .sp{
    text-align:left;
    }
footer .footertext{position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 20px;
	margin-top: 20px;
	width:100%;
	height:187px;}
footer p{display:inline-table;}	
footer .foot_fs_a{font-size:3.571vw;line-height:2;margin-bottom:5px;width:300px;}
footer .foot_fs_b{font-size:3.7vw;line-height:1.5;width:300px;}
footer .foot_fs_c{font-size:3.6vw;line-height:1.4;}
footer .foot_fs_c a{color:#FFF;}
footer .foot_fs_d{font-size:20px;line-height:1.8;width:320px;}
footer .foot_fs_d a{color:#FFF;text-decoration:none;}
footer .tel{margin-top:0vw;}
footer .mail{margin-top:-0.28vw}
footer .foot_fs_e{font-size:3.095vw;margin-top:4vw}
.icon_tel {
  position: relative;
  width:25px;
  height:auto;
  top: 4px;
  right:3px;}
.icon_mail {
  position: relative;
  width:25px;
  height:auto;
  top: 5px;
  right:3px;}
/* ボタン全体 */
.flowbtn17{
border-radius:50%;
position:relative;
display:inline-block;
width:40px;
height:40px;
font-size:30px;
text-decoration:none;
transition:.5s;
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
color:#fff;
}
/* ボタンマウスホバー時のテキスト指定 */
.flowbtn17:hover{
text-decoration:none;
}
/* アイコンをど真ん中に */
.flowbtn17 i{
position:absolute;
top:50%;
left:50%;
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
/* Instagramマウスホバー時 */
.flowbtn17.insta_btn2:hover{
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
color:#fff;
}
/* ulタグの内側余白を０にする */
ul.snsbtniti2{
padding:0!important;
}
/* ボタン全体の位置 */
.snsbtniti2{
display:flex;
flex-flow:row wrap;
}
/* ボタン同士の余白 */
.snsbtniti2 li{
flex:0 0 48%;
text-align:center !important;
}


/*========================================
端末サイズ別の分岐
========================================*/
@media only screen and (min-width: 320px) {
h1 img{width:228px;height:auto;}
}
@media only screen and (min-width: 360px) {
h1 img{width:135px;height:auto;}
}


h1 img{width:290px;height:auto;}

/*大項目*/
h2{text-align:center;
	height:70px;
	line-height:70px;
	font-size:35px;}
h2 img{height:27px;}
}

@media only screen and (min-width: 500px) {/*フッター(SP用420以上)*/
footer .footertext{width:363px;height:186px;}
footer .foot_fs_a{font-size:15px;margin-bottom:5px;}
footer .foot_fs_b{font-size:15px;}
footer .foot_fs_c{font-size:15px;}
footer .foot_fs_d{font-size:22px;width:363px;}
footer .foot_fs_d a{color:#FFF;text-decoration:none;}
footer .tel{margin-top:8px;}
footer .mail{margin-top:-4px}
footer .foot_fs_e{font-size:13px;margin-top:9px;}
.icon_tel {width:26px;}
.icon_mail {width:26px;}
#button{top:27.5px;width:45px;height:45px;}
}

@media only screen and (min-width: 530px) {
#top{
	height:150px !important;
	background-color:#00479D;}
    
h1 img{
	margin-top: 45px;
	width:290px;
	height:auto;}    
	
.pc_sub { display: block !important; width:450px;}
.sp_sub { display: none !important; }
.subtitle{height:75px;}    
}


@media only screen and (min-width: 640px) {

#button{top:45px;width: 70px;height: 70px;}
.pc_sub{
	width:592px;
	height:100%;
	position: relative;
    margin-left: auto;
    margin-right: auto;}

}

@media screen and (max-width: 767px) {
.index_body{
    margin-top: 50px !important ;
    }
/* l-header/*LINE */    
.l-header-line {
    position: fixed !important ;
    width: 68px;
    padding: 0px 0px;
    top: 0px;
    left:210px;
    display: flex;
  }
.l-undernavi{
    padding-left: 0px !important ;
    padding-bottom: 0px !important ;
    position: fixed;
    bottom: 0px !important ;
    width: 100%;
    z-index: 10;
    display: flex;
}
.lp_recruit{
    margin-top: 70px !important ;
    }        
}

@media screen and (min-width: 768px) {
.l-header-line {
    display : none;
  }

.l-undernavi{
    display : none;
}    
} 

@media only screen and (min-width: 960px) {

/*PC用表示*/
.pc { display: block !important; }
.sp { display: none !important; }
.index_body { margin-top: 100px;
}    
.l-header-content {
    padding: 10px 30px;
}    
/*標準フォントサイズ変更*/
body {font-size: 18px;
      margin-top: 100px;    }
/* ヘッター */
h1{
	padding-right:initial;
	 width:185px;
	 float:left;
	 display:block;
}    
    
h1 img{
	width:auto;
	height:40px;
    padding-top:initial;}

/*アドレス*/
.icon_tel {
  position: relative;
  width:15px;
  height:auto;
  top: 2px;}
.icon_mail {
  position: relative;
  width:30px;
  height:auto;
  top: 7px;}
.icon_menuitem{
  position:relative;
  top:7px;
  right: 2px;}
.hava {
  display:block;
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
  z-index: 0;}

/*大項目*/
h2 img{
	height:32px;}

#topbutton {margin-bottom:100px;}
.box{
	float: right;
    display: block;
	width : -webkit-calc(100% - 220px) ;
   width : calc(100% - 220px) ;
	margin-top:0px;
	margin-bottom:100px;}
.toukou_box{
	float:left;
    display: block;
	width : 670px;
	margin-top:0px;
	margin-right:50px;
	margin-bottom:100px;
}	
.saikintoukou p{
    display:block;
	width : 260px;}	 
/*フッター（PC用）*/
#footeroverbox{
	height:10px;
	background-color:#00479D;
}
#footerbox{
    margin-top:10px;
	height:105px;
	background-color:#00479D;
	font-size:12px;
	color:#fff;
	position: relative;    
}
#footerside_left{
	float: left;
    display: block;
	width:400px;
	margin-top:24px;
}    
#footerside_left #company_name{
	font-size:17px;
}
#footerside_left #copyright{
	font-size:12px;
	margin-top:14px;
}
#footerside_right{
	    float: right;
	display: block;
	 text-align: right;
	 margin-top:16px;
}
#footerside_right ul{
	 display:block;
	 margin-top:-3px;
	 font-size:13px;
}	 
#footerside_right ul li{
	display: inline-block;
	margin-left:10px;
}
#footerside_right ul a{
	color:#FFF;
	text-decoration:underline;
}
#footerside_right img{
	 width:45px;
	 height:45px;
	 margin-right:-7px;
}
#top{
	height:70px;
	background-color:#00479D;}     
}

@media screen and (min-width: 1201px) {
	
	/*PC用表示*/
.pc { display: block !important; }
.sp { display: none !important; }
.hava {
		max-width:1200px;
		position: relative;
		width:980px;
		padding:initial;
		margin-left:auto;
		margin-right:auto;
		z-index: 0;}
.box{
	float: right;
    display: block;
	width:760px;
	margin-top:0px;
	margin-bottom:100px;}
}

