@charset "UTF-8";

/*
	Theme Name: MR_design
	Description: Easy and Simple theme by <a href="http://webdesignrecipes.com/">Web Design Recipes</a>. WordPressを参考にしたテンプレート。
	Theme URI: http://webdesignrecipes.com/first-time-wordpress-origin-theme/
	Author: 株式会社MarketRiver
	Author URI: https://www.market-river.co.jp/
	Version: 0.0.1
	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: white, right-sidebar, two-columns

*/

/****************************************

          General Setting

*****************************************/


html {
 font-family: sans-serif;
  -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}

body {
	margin:0;
	color: #333;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
	line-height: 1.75;
	display: flex;
	flex-flow: column;
	min-height: 100vh;
}
.main{flex:1;}
/****************************************

          レイアウト

*****************************************/



.top_in{
		max-width: 1100px;
		margin-right: auto;
		margin-left: auto;
}



.post_wrap,.page_wrap{
	padding-top:150px;
}












/****************************************

          Typography

*****************************************/

*{box-sizing:border-box;}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	position: relative;
}

h1 {margin:0;padding:0;line-height:1;}

p {  
	margin: 15px 0 ;
	padding: 0;
}

blockquote{
	margin: 15px 10px;
    padding:15px;
	border-left: 15px solid #ddd;
    background-color:#F5F5F5;
}

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

figure{margin: 0;}

/*画像・埋め込みコンテンツ*/
img {
 max-width: 100%;
 height: auto;
 border: 0;
 vertical-align: middle;
}
svg:not(:root) {
 overflow: hidden;
}
iframe {
 max-width: 100%;
 vertical-align: bottom;
}
figure {
 margin: 0;
}

/****************************************

          Link

*****************************************/

a {
	border-bottom: 1px solid #81b8ff;
	color: #81b8ff;
	text-decoration: none;
	border:none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a:hover {
	color: #81b8ff;
}


/****************************************

          ヘッダー

*****************************************/

.header{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;background:#fff;z-index:9999;overflow:hidden;box-shadow: 0px 3px 12px rgba(34, 34, 34, 0.12);}

.header_in{flex:1;}
.logo {padding:15px 25px;width:300px;margin:0;}
	


	

/****************************************

          ナビゲーション

*****************************************/

.nav{flex:3;overflow:hidden;}

	
#toggle {display: none;}

	
.nav_in{
	display: block;
	position: relative;
	padding-top:0;
	overflow: hidden;
}

.nav_menu{
	display:flex;
	justify-content:end;
	padding:0;margin:0;
}

.nav_in li{}

.nav_in a{display:block;color:#000;display:flex;justify-content:center;align-items:center;padding:15px 15px;height:80px;line-height:1.5;border-bottom:2px solid white;}
	
.nav_in a:hover{
  color: #292929;
	border-bottom:2px solid #333;
}
	
.nav_in .nav_items{
flex-flow: column;
background:#1b2b6f;
	color:#fff;
	height:80px;
	width:120px;
	font-size:14px;
	line-height:1.1;
	padding:10px;
	border-bottom:2px solid #1b2b6f;
}
.nav_in .nav_items01{
background:#0e6eb8;
	border-bottom:2px solid #0e6eb8;	
}

.nav_in .nav_items:hover {
    background: #000;
    color: #fff;
}



.sns_icon{
	margin-top:15px;
	width:80px;
	height:50px;
	display:block;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right:5px;
	padding:0;
	line-height:1;
}
.nav_in .sns_icon img{width:40px;}
.nav_in .sns_icon a {
	display:block;
    padding:0;
	padding-top:15px;
    height: 80px;
    line-height: 1.1;
	text-align:center;
}

.sns_icon span{display:block;font-size:10px;font-weight:bold;}

.sns_icon001 {
	position:relative;
}
.sns_icon001 img{
	position:absolute;
	width:65px!important;
	top:-12px;
	left:10px;
	z-index:100;
}
	

/****************************************

         パン屑

*****************************************/





.breadcrumb{
	overflow: hidden;
	margin:2rem 5px 0;
	display:flex;
}

.breadcrumb a{
border:none;
color:#333;
}

.breadcrumb li{
	position:relative;
	margin-right: 5px;
        font-size:12px;
	padding-right:1rem;
}
.breadcrumb li:after{
	content:'>';
	position:absolute;
	right:0;
	top:50%;
	transform:translatey(-50%);
}
.breadcrumb li:last-child:after{
	content:'';
}		



/****************************************

          メインコンテンツ

*****************************************/

.top_in,
.post_in{padding:0 15px;}


.w_main{
	max-width:85%;
	margin-left:auto;
	margin-right:auto;
}



/**************************
トップコンテンツ
**************************/
.media .top_in{max-width:100%;}
.media{
	position:relative;
	width:100%;
	height:68vh;
	overflow:hidden;
	z-index:1;
}

.media:after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-image: linear-gradient(90deg, rgba(115, 248, 224, 0.6), rgba(150, 167, 241, 0.6));
	z-index:5;
}


.media_text{
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	transform:translate(-50%,-50%);
	z-index:100;
	color:#fff;
	display:flex;
	flex-direction:column;
	justify-content:center;
	justify-items:center;
	margin-top:2%;
}
.media_text_logo{
	text-align:center;
}
.media_text_dis{
	text-align:center;
	font-size:1.4rem;
    text-shadow: 0 0 10px #000,
    0 0 20px #000,
    0 0 30px #737373,
    0 0 40px #737373,
    0 0 50px #ddd,
    0 0 60px #ddd,
    0 0 70px #f5f5f5;
}


.media_vido{
	overflow:hidden;
	position:fixed;
	width:100%;
	z-index:1;
}
.media_vido video{
	width:100%;
	height:100vh;
	object-fit:cover;
	position:relative;
	z-index:1;
}



.media .top_in{
	position:relative;
	padding:0;
	width:100%;
	height:100%;
}
.media h2{
	position:absolute;
	bottom:10%;
	left:5%;
	z-index:10;
	color:#fe0100;
	font-weight:bold;
	font-size:4rem;
	line-height:1.3;
}
.media h2 span{
	line-height:1;
	display:block;
	margin-top:1rem;
	margin-left:1rem;
	font-size:2rem;
	letter-spacing:10px;
}


.h_design01{
	text-align:center;
	margin:4rem 2rem;
	font-size:1.6rem;
	color:#343539;
	line-height:1.2;
	letter-spacing:5px;
}
.h_design01 span{
	display:block;
	position:relative;
	font-size:3.4rem;
	color:#1b2b6f;
	font-weight:bold;
	letter-spacing:2px;
}

.h_design02{
	color:#0e6eb8;
	font-size:3rem;
	font-weight:bold;
	line-height:1.3;
}


.h_design03{
	margin:4rem 2rem;
	font-size:4.5rem;
	color:#fff;
	line-height:1.2;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;	
  font-style: normal;	
}
.h_design03 span{
	display:block;
	position:relative;
	font-size:1.4rem;
	font-weight:bold;
	letter-spacing:5px;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;	
}

.news{
	position:relative;
	z-index:2;
	overflow:hidden;
	background:#fff;
}
.news .top_in{
	max-width:100%;
	padding:3rem;
	margin:0;
	display:flex;
}
.news .top_in .news_head{
	flex:2;
}
.news_box{
	flex:5;
	padding:2rem;
}

.news_items h3{
	line-height:1.2;
	font-size:18px;
	margin:5px 0 1rem;
}

.news_items a{
	display:block;
    position: relative;
    border: none;
    border-bottom: 2px solid #f5f5f5;
    background-color: transparent;
    color: #333;
    font-weight: 600;
    font-size: 16px;
	margin:1rem 0;
}

.news_items a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    transform: scaleX(0);
    transform-origin: center left;
    width: 100%;
    height: 2px;
    background-color: #0e6eb8;
    content: '';
    transition: transform .3s ease;
}

.news_items a:hover::after {
    transform: scaleX(1);

}
.news_items a:hover{
	opacity:0.8;
	padding-left:0.6rem;
}
.meta{
	display:flex;
	align-items:center;
	gap:1rem;
	margin:0;
}

.meta_day{
	font-size:14px;
	color:#575857;
	letter-spacing:2px;
}
.meta_cat{
	font-size:12px;
	color:#575857;
	letter-spacing:2px;
	border:1px solid #575857;
	line-height:1;
	padding:3px 10px;
	font-weight:normal;
	border-radius:4px;
}
.meta_area{
	font-size:12px;
	color:#575857;
	letter-spacing:2px;
	border:1px solid #575857;
	line-height:1;
	padding:3px 10px;
	font-weight:normal;
	border-radius:4px;
}

.meta_cat_topics{background:#0e6eb8;border-color:#0e6eb8;color:#fff;}
.meta_cat_award{background:#FCCD2A;border-color:#FFF100;color:#fff;}
.meta_cat_event{background:#02a628;border-color:#02a628;color:#fff;}

.meta_cat_architecture-construction{background:#02a628;border-color:#02a628;color:#fff;}
.meta_cat_machine-tools{background:#0e6eb8;border-color:#0e6eb8;color:#fff;}
.meta_cat_material{background:#FCCD2A;border-color:#FFF100;color:#fff;}

.business {position:relative;background:#fff;z-index:10;overflow:hidden;}
/*.business:after{
	position:absolute;
	top:35%;
	left:0;
	content:'';
	width:100%;
	height:120%;
	background:#f5f5f5;
	z-index:-1;
}*/
.business .top_in{
	max-width:100%;
	padding:0;
}

.business_box{
	display:flex;
	justify-content:space-around;
}

.business_items{
	position:relative;
	width:32%;
	background:#fff;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
}
.business_items figure img{
	width:100%;
	height:320px;
	object-fit:cover;
}
.business_items_text{
	position:relative;
	padding:1rem 3rem 1rem;
	margin-bottom:6rem;
}
.business_items_btn{
	position:absolute;
	bottom:1rem;
	right:0;
	width:100%;
	padding-right:3rem;
}

.business_items h3{
	/*
	position:absolute;
	top:-2rem;
	left:50%;
	transform:translatex(-50%);
	width:80%;
	margin:0 auto;
	border-radius:50%;
	background:#fff;
	*/
	color:#1b2b6f;
	font-weight:bold;
	padding:0;
	font-size:1.6rem;
	text-align:center;
	letter-spacing:4px;
}
.business_items h3 span{
	color:#ddd;
	display:block;
	font-size:18px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;	
  font-style: normal;
	letter-spacing:1px;	
}
/*
.business_items a{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#000;
	font-size:0;
}

.business_box a:hover:after{
	content:'';
	width:100%;
	height:100%;
	z-index:10;
	position:absolute;
	background:rgba(0,0,0,0.8);
	top:0;
	left:0;
}*/

.link .top_in{
	max-width:100%;
	padding:0;
}
.top_link_box{
	display:flex;
}

.top_link_items{
	flex:1;
	position:relative;
	overflow:hidden;

}

.top_link_items:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(14, 110, 184,0.7);
	content:'';
	z-index:1;
}

.top_link_items.hover:before {
	 transition: 0.6s;	 
	background:transparent;/* ホバー時の背景色変更 */
}

.top_link_items img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.top_link_items h2{
	position:absolute;
	top:5%;
	left:5%;
	z-index:10;
}
.top_link_items p{
	position:absolute;
	bottom:5%;
	right:5%;
	z-index:10;
}




.features{padding-bottom:5rem;background:#fff;position:relative;z-index:10;overflow:hidden;}

.features .top_in{max-width:100%;}


.features_box{
	width:85%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
.features_img{
	width:55%;
}
.features_text{
	width:40%;
}


.gala_box{
	position:relative;
	z-index:5;
	overflow:hidden;
}
.gala_box:after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
  background-image: linear-gradient(90deg, rgba(115, 248, 224, 0.6), rgba(150, 167, 241, 0.6));
}

.gala_box_text{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	text-align:center;
	font-size:5vw;
	font-weight:bold;
	z-index:10;
	color:#fff;
	letter-spacing:5px;
}
.gala_box_text02{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align:center;
	font-weight:bold;
	z-index:10;
	color:#fff;
	letter-spacing:5px;
	margin-top:8%;
}

.loop_css {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
width:calc(100vw + 3000px);
    left: 50%;
    margin-left: -50vw;
    overflow: hidden;
  }

  .loop_css ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
  }


  .loop_css li {
    display: block;
	width: 500px;
	height: 500px;
    list-style: none;
  }


  .loop_css li img {
    width: 100%;
    height: 100%;
	object-fit:cover;
  }

  .loop_css ul:first-child {
    -webkit-animation: loop 100s -50s linear infinite;
    animation: loop 100s -50s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
  }

  .loop_css ul + ul {
    -webkit-animation: loop2 100s  linear infinite;
    animation: loop2 100s linear infinite;
  }


  @-webkit-keyframes loop {
    0% {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }

  @keyframes loop {
    0% {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }

  @-webkit-keyframes loop2 {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }

  @keyframes loop2 {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }





.recruit_bage{
	display:none;
	position:fixed;
  right: -300px; /* 画面外に配置しておく */
	bottom:10px;
	width:250px;
	height:250px;
	border-radius:50%;
	background:#fff;
	/*background:#D70654;*/
	color:#fff;
  transition: all 0.3s ease;	
}
.recruit_bage:hover{
  transform: scale(1.1); /* ホバー時に拡大 */
}

.recruit_bage_box{
	position:relative;
}
.recruit_bage_box a{color:#fff!important;}
.recruit_bage_text{
	position:absolute;
	top:60px;
	left:10px;
	width:300px;
	font-size:16px;
}
.recruit_bage_img{position:absolute;width:300px;height:300px;top:-15px;right:0px;margin:0;}
.recruit_bage_text h3{margin:0;text-shadow: 0 0 10px #000;}
.recruit_bage_text p{margin:0; text-shadow: 0 0 10px #000;}
/**************************
ポストコンテンツ
**************************/


.post_meta{padding: 10px;background:#f5f5f5;font-size:12px;font-weight:bold;}
.post_meta a{color:#333}



/**************************
ページコンテンツ
**************************/



.company_box{
	width:100%;
	display:flex;
	align-items:start;
	justify-content:center;
	gap:2rem;
	overflow:hidden;
}
.company_items{
	width:22%;
	overflow:hidden;
}

.company_items img{width:100%;height:15vw;object-fit:cover;}

.company_items_text{width:100%;padding:0 15px;}



.history_wrap{
	margin-top:-10rem;
	padding-top:10rem;
	padding-bottom:10rem;
	color:#fff;
	background:#1b2b6f;
}

.history {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

.history:before {
  content: "";
  width: 2px;
  height: 100%;
  background:#0e6eb8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.history_box{
	width:50%;
	text-align:right;
	margin:0;
	padding:30px;
	
}
.history:after{
	width:50%;
content:'';
  display: block;	
}

.history_box:nth-child(2n){
	text-align:left;
	margin-top:12rem;
}

.history_box h3{
	position:relative;
}
.history_box h3:after{
	position:absolute;
	top:0;
	right:-73px;
	content:'●';
	font-size:25px;
	color:#FFF100;
}

.history_box:nth-child(2n) h3:after{
	top:0;
	right:auto;
	left:-73px;
}

.history_box h3 {
	position: relative;
	padding-top: 45px;
	font-size: 20px;
	font-weight:bold;
	color:#fff;
	margin-right:30px;
}


.history_box h3 span {
	position: absolute;
	top: -45px;
	right: 0;
	color: #BCF2F6;
	font-size: 60px;
	letter-spacing:3px;
}

.history_box:nth-child(2n) h3{
	margin-right:0px;
	margin-left:30px;
}


.history_box:nth-child(2n) h3 span{
	left:0;
	right:auto;
}


.history_text{
	padding:1rem 5rem;
	border-bottom:1px dotted #fff;
	font-size:18px;
}

.his_m200_t{margin-top:200px!important;}
.his_m300_t{margin-top:300px!important;}
.his_m400_t{margin-top:400px!important;}
.his_m500_t{margin-top:500px!important;}
.his_m600_t{margin-top:600px!important;}
.his_m700_t{margin-top:700px!important;}

/****************************************

          ポスト

*****************************************/
.h_post{
	margin:2rem 0;
	font-size:1.8rem;
}

.footer_post{
	margin:4rem 0 8rem;	
}

.news_wrap{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

/****************************************

          アーカイブ

*****************************************/
.news_items .news_items_link_card{
	display:flex;
	align-items:center;
	gap:1rem;
	padding:15px;
}
.news_items_link_card figure img{
	border-radius:6px;
	width:150px;
	height:100px;
	object-fit:cover;
}

.faq_article{
	margin-bottom:50px;
}








.faq_conts {
	display: none;
	padding: 10px 5px;
	margin-bottom: 2em;
	box-sizing: border-box;
}

.qa_open {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 1rem;
	position: relative;
	padding: 20px 20px 20px 60px ;
	color: #000;
	box-shadow: 2px 2px 4px #ddd;
	border: none;
	background: #fff;
	font-weight:bold;
	cursor:pointer;
}
.qa_open .icon_q{
	position:absolute;
	top:45%;
	transform:translatey(-45%);
	left:20px;
	font-size:2rem;
	color:#fe000c;
	opacity:0.4;
}
.faq_conts .icon_a{
	position:absolute;
	top:20px;
	left:20px;
	font-size:2rem;
	color:#1b2b6f;
	
}
.faq_conts{
	position:relative;
	padding-top:20px;
	padding-left:60px;
}

.qa_open:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 15px;
	height: 2px;
	background-color: #2a90a9;
}

.qa_open:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 15px;
	height: 2px;
	background-color: #2a90a9;
	transform: rotate(90deg);
}

.qa_close {
	position: relative;
	padding: 20px 20px 20px 60px ;
	background: #eff4f7;
	color: #2a90a9;
	margin: 0;
}

.qa_close:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 15px;
	height: 2px;
	background-color: #2a90a9;
}

.qa_close:after {
	display: none;
}


.h_faq001{margin-top:150px!important;}
.h_faq001:first-child{margin-top:10px!important;}

.works_box{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.works_box:after{display:block;width:32%;content:'';}

.works_items{
	width:32%;
	margin-bottom:2rem;
}
.works_items_link_card_text{
	padding:1rem;
}
.works_items h2{
	margin:5px;
	font-size:1.2rem;
}
.works_items a{
	color:#000;
}
.works_items_link_card img{
	width:100%;
	height:240px;
	object-fit:cover;
}
.works_items{
	border-radius:3px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

/****************************************

ページネーション

*****************************************/

.pagenation ul{
display:flex;
color:#fff;
-webkit-justify-content: center; /* Safari */
justify-content:center;
margin-top:2rem;
}

.pagenation li{
position:relative;
margin-left:5px;
}

.pagenation .active{color:#fff;display:block;background-color:#0e6eb8;padding:3px 15px;}
.pagenation a{color:#fff;display:block;padding:3px 15px;background-color:#575857;}
.pagenation a:hover{background-color:#0e6eb8;}

.pagenation li:first-child{margin-left:0;}



/****************************************

          サイドバー

*****************************************/

.side_wrap{margin-bottom:60px;}

.side_wrap a{
  color:#737373;
  -webkit-transition: all .2s;
  transition: all .2s;
	}
	
.side_wrap  a:hover{letter-spacing: 2px;}


.widgettitle{
background-color:#292929;
color:#fff;
margin:0;
padding:5px;
font-weight:bold;
font-size:16px;
}


.widget{

    overflow: hidden;
	margin-bottom: 30px;
    background-color:#fff;
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
}



.widget ul{margin:10px;}
.widget li{margin:5px 0;border-bottom:1px dotted #DDDDDD;}
.widget li:last-child{border: none;}
.widget li:before{font-family: FontAwesome;content: "\f054";color:#f5f5f5;margin-right:5px;}




/****************************************

          フッター

*****************************************/

.footer {
box-shadow: 0px 3px 12px rgba(34, 34, 34, 0.12);	
    background-color:#fff;
	color: #333;
	overflow:hidden;
	position:relative;
	z-index:10;
}

.footer a{color:#333;}


.footer_in{
	display:flex;
	padding:3rem 3rem 3rem;
}

.footer_logo_box{
	flex:2;
}


.footer_logo_box hr{
	border:none;
	border-bottom:1px solid #ddd;
	margin:1rem;
}

.footer_logo_items{
	padding:5px 2rem;
	font-size:14px;
}
.footer_logo_items p{
	margin:0;
}
.footer_logo_items h3{
	font-size:16px;
	padding:7px 0;
	margin:0;
}


.footer_link_box{
	flex:5;
	display:flex;
	justify-content:end;
	gap:3rem;
}

.footer_link_box li{
	width:250px;
}
.footer_link_box li a{
	display:block;
	color:#333;
	font-size:16px;
	padding:15px 5px;
	border-bottom:1px solid rgba(0, 0, 0, .1);
	letter-spacing:2px;
	position:relative;
}
.footer_link_box li a:after{
	font-family: "Material Icons";
	content:'\e039';
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	right:0;
	width:30px;
	height:30px;
	color:#ddd;
	font-size:20px;
}
.footer_link_box_list{
	margin:1rem 0 0;
}
.footer_link_box_list li a{
	border:none;
	padding:5px 5px 5px 25px;
	font-size:14px;
}
.footer_link_box_list li a:after{
	font-family: "Material Icons";
	content:'\e315';
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	right:auto;
	left:0;
	width:30px;
	height:30px;
	color:#ddd;
	font-size:20px;
}


.footer .copyright{
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
}

.footer_label{
	background:#f5f5f5;
	display:flex;
	align-items:center;
	padding:0 4rem;
	justify-content:space-between;
}

.footer_label_items{
	display:flex;
	align-items:center;
	font-size:14px;
	gap:1rem;
}
.footer_label_items_img{
	width:150px;
	background:#fff;
	padding:15px;
}


/****************************************

共通

*****************************************/


/**************************
テーブル
**************************/

table{
	word-break: break-all;
	word-wrap: break-word;
	border-collapse: collapse;
	border-spacing: 0;
}

table{
	width: 100%;
	margin: 1em auto;
	padding: 0;
	border-top: 1px solid #ECEEF1;
	border-left: 1px solid #ECEEF1;
    table-layout:fixed;
}

th,
td{
	padding: 10px;
	border-right: 1px solid #ECEEF1;
	border-bottom: 1px solid #ECEEF1;
}

th,
thead,
.thead{background-color:#f5f5f5;font-weight:bold;}







/****************************************

          お問い合わせフォーム

*****************************************/


input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] ,
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
}

.wpcf7 input[type="submit"]{
	display: table;
    margin:0 auto;
	font-size: 26px;
	font-weight:bold;
	letter-spacing:10px;
	width: 70%;
	padding: 15px;
	background:#0e6eb8;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
  -webkit-transition: all .5s;
  transition: all .5s;	
}

.wpcf7 input[type="submit"]:hover {background-color:#1b2b6f;}

.form-width{max-width: 100%;}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/****************************************

          WordPress Misc

*****************************************/

.aligncenter{display:block;margin-right:auto;margin-left:auto;}
.alignleft {float: left;}.alignright {float: right;}
.wp-caption {margin: 10px;padding-top: 4px;border: 1px solid #ddd;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background-color: #f3f3f3;text-align: center;}
.wp-caption-text,.gallery-caption{font-size: 80%;}
.wp-caption img {margin: 0;padding: 0;border: 0 none;}
.wp-caption-dd {margin: 0;padding: 0 4px 5px;font-size: 11px;line-height: 17px;}
img.alignright {display: inline-block;margin: 0 0 0.5em 1em;}
img.alignleft {display: inline-block;margin: 0 1em 0.5em 0;}


.mob_nav_menu{display:none;}

.activity_box{display:flex;gap:10px;margin-bottom:40px;justify-content:center;align-items:center;padding:1rem;}
.activity_box p{width:130px;}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ココからタブレットデザイン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


@media (max-width : 1300px){

.logo {width: 260px;}
.sns_icon{display:none;}
.nav_in a {padding: 15px 7px;}

	
	
	
.ul_design002 li {
    font-size: 12px;
}	
	
	
.box_design002 {
    padding:3rem 1rem!important;
}	
	
.ul_design003 {
margin-top:1rem;
}	
	
	
	
	

}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ココからタブレットデザインtabu
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

	/*
	# 記事一覧
	*/

@media (max-width : 1025px){


.header,
.main,
.nav,
.footer,
.bxslider
{
	width: 100%;
	display: block;
	overflow: hidden;
	box-sizing:border-box;
}

.header_in,
.nav_in,
.footer_in{
		margin-right: auto;
		margin-left: auto;
}	
	
	

.logo{margin:0 auto;text-align:center;}

.nav_in{
	display: none;
	position:fixed;
	background:#f1f1f1;
	top:0;
	width:100%;
	height:100%;
	z-index: 1000;
	padding-top:5em;
	overflow:hidden;

}

.nav_in a{color:#fff;}


#toggle {
		position:absolute;
		display: block;
		width: 40px;
		height: 40px;
		top:20px;
        right:30px;
		z-index: 10000;
	cursor:pointer;
}

.toggle_in{
		position: relative;
		z-index: 10000;
}

	#toggle span{	
		display: block;
		height: 2px;
		background: #333;
		position:absolute;
		width: 100%;
		left: 0;
		line-height:50px;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#toggle span:nth-child(1){top:0px;}
	#toggle span:nth-child(2){top:8px;}
	#toggle span:nth-child(3){top:16px;}




	.toggle_open #toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.toggle_open #toggle span:nth-child(2) {width: 0;left:0;}
		.toggle_open #toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}



	.sns_icon{display:flex;}
	
	.nav_menu{
		flex-wrap:wrap;
		justify-content:center;
		gap:1rem;
	}	
	.nav_menu li{width:100%;}	
	
	.nav_menu li a{width:50%;border:none;color:#333;box-shadow: 10px 10px 15px -10px;font-size:1.2rem;margin:0 auto;font-weight:bold;padding:5px;position:relative;}
	.nav_menu li a:after{position:absolute;	font-family: "Material Icons";
	content:'\e409';
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	right:5%;
	width:20px;
	height:20px;
	color:#737373;
	font-size:1.7rem;
		line-height:1;
	}
	.nav_menu li a:hover{border:none;}		
	
.nav_in .nav_items {
    width: 100%;
}	
	
	.sns_icon001{display:none!important;}
	
.nav_menu .sns_icon {
    margin-top: 15px;
    width: 105px;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0;
    padding: 0;
    line-height: 1;	
	margin-bottom:3.5rem;
}	
	.sns_icon span{font-size:16px;}
	
	.nav_menu .sns_icon img{width:80px;}	
	
	.nav_menu .sns_icon a{border:none;box-shadow:none;}
	.nav_menu .sns_icon a:after{content:'';}
	

	.nav_menu li:last-child{width:45%;margin-top:2rem;}	
	.nav_menu li:nth-last-child(2){width:45%;margin-top:2rem;}	
	.nav_menu li:nth-last-child(3){margin-right:0!important;}	
	.nav_menu li:last-child a:after{content:'';}	
	.nav_menu li:nth-last-child(2) a:after{content:'';}	
	
	
	.mob_nav_menu{
		display:block;
	}
	
	
	
.business_box {
flex-wrap:wrap;
}
.business_items {
    width: 100%;
	margin-bottom:15px;
}	
	


	
.features_box {
flex-wrap:wrap;
}	
.features_img {
    width: 100%;
}	
.features_text {
    width: 100%;
}	
	.features_text h3{text-align:center;margin-top:3rem!important;font-size:4.5rem!important;margin-bottom:1rem!important;}	
.top_link_box {
flex-wrap:wrap;
}
	.footer_logo_items{display:none;}
.top_link_items {
    flex: auto;
	width:100%;
}	
.footer_in {
	flex-wrap:wrap;
	flex-direction:column;
    padding:2rem 5px;
}	
.footer_link_box {
justify-content: center;	
    gap: 1rem;
}	
.top_link_items:first-child {
    border-right:none;
}	
.footer_label {
flex-wrap:wrap;
	padding:15px;
}
	.footer_label_items{font-size:14px;}
.footer .copyright {text-align:center;margin:0 auto;padding:0;}	
	

.works_items {width: 48%;margin-bottom: 2rem;}
.works_items_link_card img {height: 160px;}	
.works_items h2 {font-size: 16px;}	
	
	
	.company_box{
		flex-wrap:wrap;
		width:60%;
		margin:0 auto;
	}	
.company_items img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}	
	
	.company_items{width:100%;}
	.company_items p{width:100%;}
	
	.company_items_text{padding:1rem 15px 3rem;}
	
	
	
	
	
	
	
	
	
	
	
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ココからスマホデザインsumaho
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

	/*
	# 記事一覧
	*/

@media (max-width : 900px){
	
	.news .top_in {flex-wrap:wrap;margin-top:0;padding:0;}	
.news .top_in .news_head {flex:auto;width:100%;}	
.news_box {flex:auto;padding: 2rem;width:100%;}	

.gala_box_text02{
	margin-top:16%;
}	
	
	
    .footer_link_box {
flex-wrap:wrap;

    }	
	.footer_label_items{
flex-wrap:wrap;justify-content:center;
		gap:0;
	}	
	
	
	
	.history_box{width:100%;text-align:left;}
	.history:before {left: 15px;}
	.history_text {padding:0 15px 2rem;}	
	.history_box h3 span {right: auto;left:0;}
.history_box h3:after {top: 0;right: auto;left: -43px;}	
.history_box:nth-child(2n) h3 {margin-right: 0;margin-left: 0;}
.history_box:nth-child(2n) h3:after {top: 0;right: auto;left: -43px;}	
.history_box:nth-child(2n) {margin-top: 2rem;}
.his_m500_t {margin-top: 0 !important;}

	
	.company_box{
		flex-wrap:wrap;
		width:100%;
		margin:0 auto;
	}		

	.nav_menu .sns_icon {width:30%;}	
	
	
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ココからスマホデザインsumaho
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media (max-width : 800px){
	
	
	
	.media_text_dis{font-size:14px;}
	
	
	.activity_box{display:flex;gap:5px;flex-wrap:wrap;}
.activity_box p{width:20%;}
	
	
.features_text h3 {font-size: 2.3rem !important;}	
	
	
.recruit_bage{
	display:none;
	position:fixed;
  right: -220px; /* 画面外に配置しておく */
	bottom:30px;
	width:160px;
	height:160px;
	border-radius:50%;
	background:#fff;
	/*background:#D70654;*/
	color:#fff;
  transition: all 0.3s ease;	
}
.recruit_bage:hover{
  transform: scale(1.1); /* ホバー時に拡大 */
}

.recruit_bage_box{
	position:relative;
}
.recruit_bage_box a{color:#fff!important;}
.recruit_bage_text{
	position:absolute;
	top:60px;
	left:10px;
	width:180px;
	font-size:16px;
}	
.recruit_bage_img{position:absolute;width:180px;height:180px;top:0;right:0px;margin:0;}	
	
	
	
}






	/*
	# 記事一覧
	*/

@media (max-width : 600px){











.breadcrumb{
	overflow: hidden;
        margin:10px 5px 0;
}

.breadcrumb a{
border:none;
color:#333;
}

.breadcrumb li{
	float: left;
	margin-right: 5px;
        font-size:12px;
}




	#toggle {right:15px;}
	.nav_menu li a{width:80%;}
	.h_design02{font-size:1.8rem;}

	.top_link_items figure{
		height:400px;
	}

	
.h_design03 {
    font-size: 3rem;
}	
	
	
.news_items .news_items_link_card {
    display: flex;
	flex-wrap:wrap;
    align-items: center;
    gap: 1rem;
    padding: 15px;
}
.news_items_link_card figure{width:100%;}
	.news_items_link_card figure img {width:100%;height:120px;}
	
    .works_items {
		width: 100%;
	}
        	
.qa_open {font-size:14px;padding-right:65px;}	
.company_items_text {
    width: 90%;
}	

.w_main{
	max-width:95%;
	margin-left:auto;
	margin-right:auto;
}	
	
	
	
	
	
	
	
	
	
	


}
