@charset "utf-8";

/*** スマートフォン(～767px) ***/
@media screen and (max-width:767px) {


/*全体のスタイル
---------------------------------------------------------------------------*/
body {
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;;
}

/*section
---------------------------------------------------------------------------*/
section{
	padding: 3rem 10%;
}
/* 2カラムの場合 */
.column2 {
	flex-wrap: wrap;
}
.column2 .col-1 {
	width: 100%;
}
.column2 .col-2 {
	width: 100%;
	margin-top: 2rem;
}

/*h2
---------------------------------------------------------------------------*/
#top h2{
	font-size: 3.5rem;
}

/*.sub-ttl
---------------------------------------------------------------------------*/
.sub-ttl{
	font-size: 1.3rem;
}

/*view moreボタン
---------------------------------------------------------------------------*/
.more-btn {
	width: 120px;
}


/*ローディング画面
---------------------------------------------------------------------------*/
.ashiba {
    width: 70px;
    height: 70px;
}
.ashiba1 {
    width: 70px;
}
.ashiba2-1 {
    height: 70px;
}
.ashiba2-2 {
    height: 70px;
}
.ashiba3-1 {
    height: 92px;
    bottom: -12px;
    left: 33px;
}
.ashiba3-2 {
    height: 92px;
    bottom: -12px;
    right: 33px;
}
.ashiba4 {
    width: 70px;
}


/*グローバルナビ
---------------------------------------------------------------------------*/

  .hamburger-menu {
	width: 50px;
	height: 50px;
	position: relative;
	border: none;
	background: transparent;
	appearance: none;
	padding: 0;
  }
  .hamburger-menu__bar {
	display: inline-block;
	width: 44%;
	height: 2px;
	background: #242424;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
  }
  .hamburger-menu__bar:first-child {
	top: 16px;
  }
  .hamburger-menu__bar:nth-child(2) {
	top: 24px;
  }
  .hamburger-menu__bar:last-child {
	top: 32px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
	top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
	display: none;
  }
  .navigation {
	display: none;
	background: rgba(232, 239, 205, 0.97);
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	z-index: 9999;
	padding-bottom: 1.5rem;
  }
  #top header {
	margin-top: 70px;
  }
  header #nav {
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0.5);
  }
  header #nav h1 {
	display: contents;
  }
  #nav ul {
	display: block;
  }
  #nav ul li:not(.contact,.tel){
	border-bottom: 1px solid #fff;
  }
  #nav ul .contact,
  #nav ul .tel{
	margin: 1rem auto 0;
	width: 80%;
	text-align: center;
	background-color: rgba(197, 237, 95, 0.5);
	border-radius: 10px;
	border: 1px solid;
  }
  #nav ul li a::before{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 20px;
  }
  #nav ul li:not(.contact,.tel) a::before{
	content: '\f054';
  }
  #nav ul .contact a::before{
	content: '\f0e0';
  }
  #nav ul .tel a::before{
	content: '\f095';
  }
  #nav ul li a {
	width: 100%;
	height: 100%;
	padding: 10px 60px;
	margin: 0;
	font-size: 1.3rem;
	color: #131900;
  }
  #nav ul a::after {
	content: none;
  }

  /* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
  #nav.scroll-nav {
	/* 余白を狭くする */
	padding: 10px 20px;
	/* 背景を白にする */
	background: #fff;
	/* コンテンツの背景が白でもナビゲーションだと分かりやすいように影をつける */
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }
  #nav.scroll-nav ul li a {
	color: #131900;
  }

/*ページトップに戻る
---------------------------------------------------------------------------*/  


/*メインビジュアル
---------------------------------------------------------------------------*/
.catch {
	font-size: 2rem;
	top: 40%;
}
.catch span {
	font-size: 1.3rem;
}

/*お知らせ
---------------------------------------------------------------------------*/
#news .col-1{
	margin-right: 0;
	margin-bottom: 2rem;
	width: 100%;
}
#news .col-2 {
    width: 100%;
}
#news .news-ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#news .news-ttl .btn {
    margin-top: 0;
}

#news ul li {
    margin-bottom: 1.2rem;
	flex-wrap: wrap;
}

#news ul li .c-newsList__itemNameTxt{
	display: block;
}

#news ul li .news-itemName {
	width: 100%;
	padding: 1rem;
}

/*事業内容
---------------------------------------------------------------------------*/
#business .col-1 img {
	margin: 0 auto;
}
#business .col-1 {
	width: 300px;
	margin: 0 auto;
}
#business .col-2 {
	width: 100%;
}
#canvas_s {
	width: 300px;
	height: 300px;
}
/*選ばれる理由
---------------------------------------------------------------------------*/
#feature .block-cts {
	padding: 2rem;
	width: 90%;
	margin: 4rem auto;
}

.bgImage-clip {
	height: 115%;
  }
.st-wrapper{
	display: flex;
	flex-wrap: wrap;
	margin: 0 5% 6rem;
}
.st-wrapper .st-item{
	width: 100%;
	margin-bottom: 1rem;
	background-color: rgba(255, 255, 255, 1);
}
.st-wrapper .st-item a {
    padding: 1rem 1rem 2rem;
}

#feature .feature-ttl {
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 1rem;
    
}
#feature .feature-ttl span {
	font-size: 3.5rem;
}

.st-wrapper .st-item h3{
	font-size: 1.3rem;
    line-height: 1.5;
	text-align: center;
  }
  .st-wrapper .st-item h3 .number{
	font-size: 2rem;
	display: block;
  }

.st-wrapper .st-txt {
	display: flex;
	flex-wrap: wrap;
  }
  .st-wrapper .st-txt .st-img{
	width: 200px;
	margin: 0 auto 2rem;
  }
  .st-wrapper .st-txt p{
	width: 100%;
	font-size: 1rem;
  }
  .st-wrapper .st-item .st-btntxt{
	background-color: #333;
	color: #fff;
  }
  
  .st-wrapper .st-item img {
	max-width: 70%;
  }

/*施工実績
---------------------------------------------------------------------------*/


/*採用情報
---------------------------------------------------------------------------*/
#recruit .col-1 {
	width: 100%;
}
#recruit .col-2 {
	margin-top: 0;
	padding: 4rem 2rem;
}

/*フッター
---------------------------------------------------------------------------*/
footer .footer-fl {
	flex-direction: column-reverse;
}
footer ul {
	display: block;
	width: 100%;
	margin-bottom: 2rem;
}

}


/*** タブレット(769～1024px) ***/
@media screen and (min-width:768px) and ( max-width:1024px) {


/*全体のスタイル
---------------------------------------------------------------------------*/


/*section
---------------------------------------------------------------------------*/
section{
	padding: 3rem 10%;
}
/* 2カラムの場合 */
.column2 {
	flex-wrap: wrap;
}
.column2 .col-1 {
	width: 100%;
}
.column2 .col-2 {
	width: 100%;
	margin-top: 2rem;
}

/*h2
---------------------------------------------------------------------------*/
#top h2{
	font-size: 3.5rem;
}

/*.sub-ttl
---------------------------------------------------------------------------*/
.sub-ttl{
	font-size: 1.3rem;
}

/*view moreボタン
---------------------------------------------------------------------------*/
.more-btn {
	width: 120px;
}


/*ローディング画面
---------------------------------------------------------------------------*/
.ashiba {
    width: 70px;
    height: 70px;
}
.ashiba1 {
    width: 70px;
}
.ashiba2-1 {
    height: 70px;
}
.ashiba2-2 {
    height: 70px;
}
.ashiba3-1 {
    height: 92px;
    bottom: -12px;
    left: 33px;
}
.ashiba3-2 {
    height: 92px;
    bottom: -12px;
    right: 33px;
}
.ashiba4 {
    width: 70px;
}


/*グローバルナビ
---------------------------------------------------------------------------*/

  .hamburger-menu {
	width: 50px;
	height: 50px;
	position: relative;
	border: none;
	background: transparent;
	appearance: none;
	padding: 0;
  }
  .hamburger-menu__bar {
	display: inline-block;
	width: 44%;
	height: 2px;
	background: #242424;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
  }
  .hamburger-menu__bar:first-child {
	top: 16px;
  }
  .hamburger-menu__bar:nth-child(2) {
	top: 24px;
  }
  .hamburger-menu__bar:last-child {
	top: 32px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
	top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
	display: none;
  }
  .navigation {
	display: none;
	background: rgba(232, 239, 205, 0.97);
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	z-index: 9999;
	padding-bottom: 1.5rem;
  }
  header #nav {
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0.5);
  }
  header #nav h1 {
	display: contents;
  }
  #nav ul {
	display: block;
  }
  #nav ul li:not(.contact,.tel){
	border-bottom: 1px solid #fff;
  }
  #nav ul .contact,
  #nav ul .tel{
	margin: 1rem auto 0;
	width: 80%;
	text-align: center;
	background-color: rgba(197, 237, 95, 0.5);
	border-radius: 10px;
	border: 1px solid;
  }
  #nav ul li a::before{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 20px;
  }
  #nav ul li:not(.contact,.tel) a::before{
	content: '\f054';
  }
  #nav ul .contact a::before{
	content: '\f0e0';
  }
  #nav ul .tel a::before{
	content: '\f095';
  }
  #nav ul li a {
	width: 100%;
	height: 100%;
	padding: 10px 60px;
	margin: 0;
	font-size: 1.3rem;
	color: #131900;
  }
  #nav ul a::after {
	content: none;
  }

  /* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
  #nav.scroll-nav {
	/* 余白を狭くする */
	padding: 10px 20px;
	/* 背景を白にする */
	background: #fff;
	/* コンテンツの背景が白でもナビゲーションだと分かりやすいように影をつける */
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }
  #nav.scroll-nav ul li a {
	color: #131900;
  }

/*ページトップに戻る
-------------------------

/*メインビジュアル
---------------------------------------------------------------------------*/
.catch {
	font-size: 2rem;
	top: 40%;
}
.catch span {
	font-size: 1.3rem;
}

/*お知らせ
---------------------------------------------------------------------------*/
#news .col-1{
	margin-right: 0;
	margin-bottom: 2rem;
	width: 100%;
}
#news .col-2 {
    width: 100%;
}
#news .news-ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#news .news-ttl .btn {
    margin-top: 0;
}

#news ul li {
    margin-bottom: 1.2rem;
}

/*事業内容
---------------------------------------------------------------------------*/
#business .col-1 img {
	margin: 0 auto;
}
#business .col-1 {
	width: 300px;
	margin: 0 auto;
}
#business .col-2 {
	width: 100%;
}
#canvas_s {
	width: 300px;
	height: 300px;
}
/*選ばれる理由
---------------------------------------------------------------------------*/
#feature .block-cts {
	padding: 2rem;
	width: 90%;
	margin: 4rem auto;
}

.bgImage-clip {
	height: 115%;
  }
.st-wrapper{
	display: flex;
	flex-wrap: wrap;
	margin: 0 5% 6rem;
}
.st-wrapper .st-item{
	width: 80%;
	margin: 0 auto 1rem;
	background-color: rgba(255, 255, 255, 1);
}
.st-wrapper .st-item a {
    padding: 1rem 1rem 2rem;
}

#feature .feature-ttl {
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 1rem;
    
}
#feature .feature-ttl span {
	font-size: 3.5rem;
}

.st-wrapper .st-item h3{
	font-size: 1.3rem;
    line-height: 1.5;
	text-align: center;
  }
  .st-wrapper .st-item h3 .number{
	font-size: 2rem;
	display: block;
  }

.st-wrapper .st-txt {
	display: flex;
	flex-wrap: wrap;
  }
  .st-wrapper .st-txt .st-img{
	width: 200px;
	margin: 0 auto 2rem;
  }
  .st-wrapper .st-txt p{
	width: 100%;
	font-size: 1rem;
	text-align: center;
  }
  .st-wrapper .st-item .st-btntxt{
	background-color: #333;
	color: #fff;
  }
  .st-wrapper .st-item img {
	max-width: 70%;
  }

/*施工実績
---------------------------------------------------------------------------*/


/*採用情報
---------------------------------------------------------------------------*/
#recruit .col-1 {
	width: 100%;
}
#recruit .col-2 {
	margin-top: 0;
	padding: 4rem 2rem;
}

/*フッター
---------------------------------------------------------------------------*/
footer .footer-fl {
	flex-direction: column-reverse;
}
footer ul {
	display: block;
	width: 100%;
	margin-bottom: 2rem;
}

}