@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

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

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Sawarabi+Gothic&display=swap');

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,	
.footer_in{
		max-width: 1100px;
		margin-right: auto;
		margin-left: auto;
}

.post_wrap,
.page_wrap{		
	max-width: 1100px;
		margin-right: auto;
		margin-left: auto;		
		display:flex;
		-webkit-flex-wrap: wrap; 
		-ms-flex-wrap    : wrap;
		flex-wrap        : wrap;
}


.post_wrap .post_in{width:100%;}












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

          Typography

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

*{box-sizing:border-box;}

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

h1 {
	margin-bottom: 10px;
	font-size: 240%;
}

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 3.s;
        transition: all .3s;	
}

a:hover {
	color: #81b8ff;
}


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

          ヘッダー

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

.header{display:flex;justify-content:space-between;align-items:center;position:relative;width:100%;z-index:9999;padding:0 1rem;}
.header_in{flex:1;}


.logo {width:300px;margin:0;padding:0;}
	



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

          ナビゲーション

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



.nav{flex:3;}
	
#toggle {display: none;}

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

.nav_in .nav_menu{
	display:flex;
	flex-direction:row;
	justify-content:end;
}


.nav_in .nav_menu a{
  color:#000;
  display: block;
  padding:7px 15px;
	text-align:center;
  -webkit-transition: all .7s;
	transition: all .7s;

	}
	
.nav_in .nav_menu a:hover{
  background-color: #fff;
  border-color: #59b1eb;
  color: #292929;
}
	






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

         パン屑

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





.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,
.page_in,
.post_in{padding:0 15px;}



/**************************
トップコンテンツ
**************************/

.top_main_visual .top_in{max-width:100%;padding:0;}
.top_main_visual{position:relative;overflow:hidden;}
/*.top_main_visual:after{position:absolute;top:0;left:0;width:150%;height:60%;content:'';background:#fff;z-index:2000;transform:rotate(-45deg); }*/
.top_main_visual_text{position:absolute;right:5%;bottom:25%;z-index:5000;font-size:3.2rem;color:#fff;text-shadow: 6px 3px #737373;}


.bx-wrapper 
{
	-moz-box-shadow: 0 0 0px #fff;
	-webkit-box-shadow: 0 0 0px #fff;
	box-shadow: 0 0 0px #fff;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bx-wrapper ul
{
	margin: 0px;
	padding: 0px;
 
/**  ▼▼▼　ここから追加 */
	margin-left: 50%;
/**  ▲▲▲ここまで追加 */
}
 
/**  ▼▼▼　ここから追加 */
.bx-wrapper ul li 
{
	margin-right: 600px;
	margin-left: -600px;
}

.bxslider img{
	height:720px;
	object-fit:cover;
}



.h_design01{font-size:1.8rem;line-height:1.2;color:#003479;text-align:center;}
.h_design01 span{display:block;font-size:2.8rem;color:#333;}

.h_design02{font-size:1.6rem;line-height:1.6;}


.h_design02 span {
    display: inline-block;
	font-size:14px;
    background-color: #003479; /* Choose your desired background color */
    color: white; /* Choose your desired text color */
    padding: 5px; /* Adjust padding to suit your design */
	padding-left:2rem;
	padding-right:2rem;
    clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%); /* Slanted edges */
}

.h_design03{font-size:1.6rem;line-height:1.2;color:#003479;}
.h_design03 span{display:block;}

.h_design04{font-size:1.6rem;line-height:1.2;color:#003479;}
.h_design04 span{display:block;font-size:2rem;color:#333;}

.h_design05{font-size:2rem;line-height:1.2;border-bottom:3px dotted #737373;padding:10px 0;}

.h_design06{font-size:2rem;line-height:1.3;color:#003479;}


.h_design07{
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #003479;
    color: #333333;
	font-size:2.2rem;
}

.h_design07::before,
.h_design07::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.h_design07::before {
    background-color: #003479;
}

.h_design07::after {
    bottom: -11px;
    background-color: #fff;
}

.ul_design07{
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	gap:10px;
	padding:0;
	margin:0;
}
.ul_design07 li{
	border:2px solid #003479;
	border-radius:6px;
	padding:15px 20px;
	color:#003479;
	font-weight:bold;
}
.box_design07{

}

.maru_img img{
	width:240px;
	height:240px;
	object-fit:cover;
	border-radius:50%;
}



.top_about{margin-top:4rem;margin-bottom:5rem;}
.top_about .top_in{max-width:90%;}
.top_about_box{margin:2rem 2rem 2rem 0;display:flex;justify-content:center;}

.top_business{position:relative;}
.top_business_img{width:80%;position:relative;z-index:10;}
.top_business_mark{position:absolute;width:100%;height:600px;top:20%;right:0;z-index:1;text-align:right;}
.top_business_mark img{width:55%;}


.top_business .top_in{max-width:90%;margin-right:auto;}

.top_business_box{
	margin:4rem 0;
	position:relative;
	border-radius:8px;
	width:100%;
	z-index:100;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:2rem;
}

.top_business_items{
	padding-bottom:15px;
	border-bottom:2px dotted #003479;
	width:32%;
}
.top_business_items figure img{
	width:100%;
	height:200px;
	object-fit:cover;
	border-radius:8px;
}

.top_topics{background:#f5f5f5;padding:3rem 0;}
.top_topics .top_in{display:flex;align-items:center;}

.top_topics_box a{color:#333;font-weight:bold;letter-spacing:2px;}

.top_topics h2{
	margin:2rem;
}

.top_topics_box{
	width:100%;
	margin-left:2rem;
	border-left:1px solid #333;
	padding:2rem 4rem;
}

.top_topics_box li{
	padding:5px 0;
	border-bottom:1px dotted #333;
}

.topics_date{
	font-size:14px;
	background:#333;
    color: white; /* Choose your desired text color */
	padding-left:2rem;
	padding-right:2rem;
    clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%); /* Slanted edges */	
	color:#fff;
	margin-right:1rem;
}


.top_works .top_in{max-width:90%;}


.top_works_link{
margin:5rem 0;
display:flex;
	justify-content:end;}

.top_works h2{margin-top:4rem;}
.top_works_box{
	margin-top:4rem;
	display:flex;
	gap:2rem;
	justify-content:center;
	flex-wrap:wrap;
}

.top_works_box h3{
	margin:5px;
	font-size:1.2rem;
}
.cat{
	border:1px solid #000;
	padding:3px 20px;
	font-size:12px;
}
.cat a{color:#000;}
.top_works_items{
	width:23%;
}
.image_container {
    position: relative;
    width: 100%; /* コンテナの幅を調整してください */
    height: 200px; /* コンテナの高さを調整してください */
}

.works_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

/* キーフレームアニメーションで自動的に画像を切り替え */
@keyframes fadeAnimation {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.image_container .works_image:first-child {
    animation: fadeAnimation 4s infinite; /* 4秒周期で繰り返し */
}

.image_container .works_image:last-child {
    animation: fadeAnimation 4s infinite;
    animation-delay: 2s; /* 2秒遅延して開始 */
}


.top_baconts{
background-color: #2929b1;
opacity: 0.8;
background-image: radial-gradient(circle at center center, #444cf7, #2929b1), repeating-radial-gradient(circle at center center, #444cf7, #444cf7, 10px, transparent 20px, transparent 10px);
background-blend-mode: multiply;
	padding:3rem 0 5rem;
}

.top_baconts .top_in{
	max-width:90%;
}

.top_baconts h2{
	color:#fff;
	font-weight:bold;
	font-size:1.6rem;
}

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

.top_baitems{
	width:30%;
	display:flex;
}

.top_baimg01,.top_baimg02{
	position:relative;
}

.top_baimg01:after{
	content:'BEFORE';
	position:absolute;
	top:10px;
	left:10px;
	background:#FF6600;
	color:#fff;
	font-weight:bold;
	border-radius:16px;
	padding:3px 10px;
	font-size:12px;
}

.top_baimg02:after{
	content:'AFTER';
	position:absolute;
	top:10px;
	right:10px;
	background:#003479;
	color:#fff;
	font-weight:bold;
	border-radius:16px;
	padding:3px 10px;
	font-size:12px;
}


.top_baimg01 img{
	width:100%;
	height:200px;
	object-fit:cover;
	border-radius:6px 0 0 6px;
	border:3px solid white;
	border-right:none;
}
.top_baimg02 img{
	width:100%;
	height:200px;
	object-fit:cover;
	border-radius:0 6px 6px 0;
	border:3px solid white;
	border-left:none;	
}

.top_contact .top_in{max-width:100%;padding:0;}

.top_contact_box h2{
	color:#fff;
	width:100%;
	text-align:center;
	line-height:1.2;
}
.top_contact_box h2 span{
font-size:3rem;
	display:block;
}

.top_contact_box_text{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:100;
	width:60%;
	color:#fff;
	padding:4rem;
	text-align:center;
}

.top_contact_box_text .tel{font-size:4rem;}
.top_contact_box_text i{font-size:4rem;overflow:hidden;margin-bottom:-7px;}
.top_contact_box_text .time{font-size:1rem;background:#fff;display:inline;color:#000;padding:3px 20px;}

.top_contact_box {
	position:relative;
    overflow: hidden;
    position: relative;
	z-index:10;
}

.top_contact_box:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	background:rgba(0, 22, 51,0.7);
	z-index:100;
}


.loop_css {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
width:calc(100vw + 1600px);
    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: 300px;
    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%);
    }
  }


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

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


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


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

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

  .loop_css02 ul + ul {
    -webkit-animation: looop2 100s  linear infinite;
    animation: looop2 100s linear infinite;
  }


@keyframes looop {
    0% {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}

@keyframes looop2 {
    0% {
        transform: translateX(-200%);
    }
    to {
        transform: translateX(0);
    }
}

/**************************
ポストコンテンツ
**************************/


.post_wrap{margin-bottom:5rem;}

.aisatu{
	padding:2rem 0 4rem;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:2rem;
	flex-direction:row-reverse;
	z-index:10;
	overflow:hidden;
	margin-bottom:4rem;
}
.aisatu:after{
content:'';
	position:absolute;
	width:100%;
	height:100%;
	background:#f5f5f5;
	top:20%;
	right:15%;
	z-index:1;
}
.aisatu figure{
	position:relative;
	z-index:100;
}

.aisatu figure img{
	position:relative;
	z-index:10;
	width:320px;
	height:460px;
	object-fit:cover;
}

.aisatu_text{
	position:relative;
width:60%;
	z-index:10;
}
/**************************
ページコンテンツ
**************************/
.page_in h1{
	margin:2rem 0 3rem;
}

.page-id-82 .page_wrap{
	max-width:100%;
}
.page-id-82 .page_in{
	padding:0;
}

.business_box{
	margin:0;
	position:relative;
	display:flex;
	flex-wrap:wrap;
}

.business_box figure{
	width:50%;
}
.business_box figure img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.business_text{
	width:50%;
	background:#f9f9f9;
	padding:4rem;
	align-items:center;
}

.business_box_r{flex-direction:row-reverse;}
.business_text_r{right:auto;left:5%;}

.business_box h2{line-height:1.4;margin-bottom:2rem;}

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

          アーカイブ

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

.post_in .top_topics_box {
    width: 100%;
    margin-left: 2rem;
    border-left:none;
    padding: 2rem 4rem;
}

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



.works_items{
	width:48%;
animation-direction
	overflow:hidden;
	margin-bottom:2rem;
}


.works_items h3{
	margin:10px 0;
}
.works_items .cat{display:inline-block;margin-bottom:10px;}
.works_items_img{
	display:flex;
	overflow:hidden;
}
.works_items_img img{
	width:300px;
	height:230px;
	object-fit:cover;
}
.post_works_items_img img{
	width:600px;
	height:400px;
	object-fit:cover;
}

.post_works_items_img span{
	margin:5px 0;
	display:inline-block;
	border:1px solid #737373;
	padding:1px 10px;
	color:#737373;
	font-size:12px;
}

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

ページネーション

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

.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;padding:3px 10px;background-color:red;}
.pagenation a{color:#fff;display:block;padding:3px 10px;background-color:#000;  -webkit-transition: all .3s;transition: all .3s;}
.pagenation a:hover{background-color:red;padding:3px 10px;color:#000;}

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



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

          サイドバー

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





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

          フッター

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

.footer {
    background-color:#003479;
	color: #fff;
}

.footer a{color:#fff;}

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





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

共通

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


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

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;}



.table_design01 table{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
	border:none;
}

.table_design01 table th,.table_design01 table td{
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
}

.table_design01 table td:first-child{
  background-color: #003479;
  color: white;
  border:solid 1px #f5f5f5;
}

.table_design01 table td{
  background-color: #edf2f7;
  border:solid 1px #f5f5f5;
}



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

          お問い合わせフォーム

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


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: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
}

.wpcf7 input[type="submit"]{
	display: table;
    margin:0 auto;
	font-size: 18px;
	font-weight:bold;
	letter-spacing:10px;
	width: 70%;
	padding: 15px;
	background: #FFDC1E;
	color: #333;
	border-radius: 36px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
}

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

.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;}







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

	/*
	# 記事一覧
	*/

@media (max-width : 1025px){


.nav_in{
	display: none;
	position: fixed;
	background:rgba(0, 22, 51,0.9);
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1000;
	padding:5rem;
	padding-top:5em;
	overflow:hidden;
	
}

.nav_in a{color:#fff;}


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

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

	#toggle span{
		display: block;
		height: 4px;
		background: #333;
		position:absolute;
		width: 100%;
		left: 0;
		-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:10px;}
	#toggle span:nth-child(3){top:20px;}



    .toggle_open #toggle span{background: #fff;}
	.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: 50%;}
		.toggle_open #toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}

.nav_menu{display:flex;flex-wrap:wrap;flex-direction:column;}
.nav_menu li{width:60%;padding:10px;margin:10px auto;font-size:1.4rem;}
.nav_in .nav_menu a {
    color: #000;
	background:#fff;
	
}

.nav_in .nav_menu .btn004{
	background:#003479;
	border:2px solid #fff;}		
	
	
.top_works_items {
    width: 45%;
}	
	
	
.top_contact_box_text{width:90%;}	
	
	
.business_box figure {
    width: 80%;
}	
.business_text {
    position: relative;
    width: 80%;
	margin-top:-5rem;
	margin-left:auto;
    padding: 4rem;
}	
	
.business_text_r {
	margin-left:0;
	margin-right:auto;
}		
	
.post_in .top_topics_box {
    margin-left: 0;
}	
	
	
	
	
	
	
}

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

	/*
	# 記事一覧
	*/

@media (max-width : 860px){
.topics_date {
display:block;
	width:180px;
}

	
	}

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

	/*
	# 記事一覧
	*/

@media (max-width : 600px){




.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;
	
}



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

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

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



.logo {
    width: 220px;
    margin: 0;
    padding: 0;
}


	#toggle span{
		display: block;
		height: 2px;
		background: #333;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}

.nav_menu li{width:100%;padding:10px;margin:10px auto;font-size:16px;}
    .bxslider img {height: 500px; /* 縦サイズを大きく */
        object-fit: cover; /* 画像をボックスに収める */
    }


.top_about {
    margin-top: 1rem;
    margin-bottom: 5rem;
}

.h_design01 {
    font-size: 1.2rem;
}
.h_design01 span {
    font-size: 1.6rem;
}
.h_design02 {
    font-size: 1.4rem;
}
	
.top_about_box {
    margin: 0;
    display: flex;
	flex-wrap:wrap;
}	
	
.top_business_img img{
    height:400px;
	object-fit:cover;
}	
.top_business_mark {
    top: 13%;
}	
.top_business_box {
    width: 100%;
}	
	
	
.top_topics .top_in {
    display: block;
    align-items: center;
	
}	
	
    .top_works_items {
        width: 100%;
    }	
.top_contact_box_text {
        width: 100%;
    }	

	
.top_contact_box_text .tel {
    font-size: 1.8rem;
}	
.top_contact_box_text i {
    font-size: 2.2rem;
    overflow: hidden;
    margin-bottom: -7px;
}	
	.top_contact_box h2{font-size:14px;}	
.top_contact_box h2 span {
    font-size: 2rem;
    display: block;
}	
	
	
	.table_design01 td{
		display:block;
	}	
	
	
.works_items {
    width: 100%;
    margin-bottom: 2rem;
}	
	
	
	
	
    .business_box figure img{
        height:400px;
		object-fit:cover;
    }	
	
	    .business_text {
        position: relative;
        width: 90%;
        margin-top: -5rem;
        margin-left: auto;
        padding:2rem 15px;
    }
	
.business_box h2 {font-size:1rem;}	
.business_box .h_design04 span {font-size: 1.8rem;}	
.business_text_r {margin-right: 3rem;}	
	
	
.post_in .top_topics_box {
    margin-left:0;
    padding:1.5rem 15px;
}	
	
	.h_post{
		font-size:1.6rem;
	}	

	.post_works_items_img img {
    width: 380px;
    height: 260px;
    object-fit: cover;
}

	
.aisatu_text {
    position: relative;
    width: 90%;
    z-index: 10;
}	
	
	.top_business_box{
		display:block;
	}
	.top_business_items{
		width:100%;
	}
	
	
.maru_img img{
	width:100px;
	height:100px;
	object-fit:cover;
	border-radius:50%;
}	
	
	
.top_main_visual_text{position:absolute;right:5%;bottom:25%;z-index:5000;font-size:1.8rem;color:#fff;}


.bx-wrapper 
{
	-moz-box-shadow: 0 0 0px #fff;
	-webkit-box-shadow: 0 0 0px #fff;
	box-shadow: 0 0 0px #fff;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bx-wrapper ul
{
	margin: 0px;
	padding: 0px;
 

}
 
/**  ▼▼▼　ここから追加 */
.bx-wrapper ul li 
{
	margin-right:0;
	margin-left: 0;
}

.bxslider img{
	height:400px;
	object-fit:cover;
}	
	
	.top_babox{
		gap:1rem;
		flex-wrap:wrap;
	}	
	.top_baitems{
		width:100%;
	}

}
