@charset "utf-8";
* {
   box-sizing: border-box;
}
.og_font {
	font-family: 'Montserrat', sans-serif;
}
/**********************************　
アンカーリンク挙動　
************************************/
/* 簡単にスムーズスクロール */
/*html {
  scroll-behavior: smooth;
}*/

body {
   margin: 0;
   padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
   /*font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
   /*background-color: #e6e6e6;*/
	color: #717171;
  letter-spacing : 0;
}
header .head_inner {
   padding: 28px 30px 25px 45px;
   position: fixed;
   top: 0;
   width: 100%;
   background-color: #fff;
   display: flex;
   align-items: flex-end;
   opacity: 0.9;
	  z-index: 100;
}
h1 {
   margin: 0; padding: 0;
   font-size: 20px;
}
h2 {
   font-size: calc(14px * 1.1);
	  text-align: center;
}
a {	
   text-decoration: none;
   color: #717171;
}
nav {
   margin: 0 auto 0;
}
/*ul {
   list-style: none;
   margin: 0;
   display: flex;
			height: 20px;
			padding-inline-start: 0px;
}*/
/*li {
   margin: 0 0 0 15px;
   font-size: 14px;
}*/
img {
  width: 100%;
  height: auto;
}
sup {
	 vertical-align: top;
}
section.top_head {
	margin:45px 0;
}
.pos_rel {
	position: relative;
}
.copyright {
 padding-bottom: 15px;
  background: #d4d4d4;
  text-align: center;
  font-size: 10px;
  color: #717171;
  letter-spacing: 0.05em;
	 padding-bottom: calc(45px / 2);
}
.dinb {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	header .head_inner {
   align-items: center;
}
	section.top_head {
	margin-top: calc(16px * 1.5);
	margin-bottom: calc(16px * 1.5);
}
	.copyright {
	 padding-bottom: 16px;
		letter-spacing: 0;
}
}

/**********************************　
PC・SPメディアクエリ　
************************************/
.pc_only {
  display: block;
}
.sp-nav, .sp-nav-back, .sp_only, .pad_sp, .pad_pc, .pad_only, .pad_mini , .pad_big{
  display: none;
}
@media screen and (max-width: 869px) {
	.pad_pc {
  display: none !important;
   }
}
@media screen and (max-width: 767px) {
	.pc_only {
  display: none;
   }
	.sp_only{
  display: block;
}
}
@media screen and (max-width: 869px) {
.pad_sp{
  display: block;
}
}
@media only screen and (min-width:870px) {
	.pad_pc{
		display: block ;
	}
}
@media only screen and (min-width:870px) and ( max-width:1080px) {
	.pad_mini{
		display: block ;
	}
}
@media only screen and (min-width:768px) and ( max-width:1080px) {
	.pad_only{
		display: block ;
	}
}
@media only screen and ( min-width:1081px) {
	.pad_big{
		display: block ;
	}
}
  
/**********************************　
Gnabi　
************************************/

#gnav > ul {
	display: flex;
	flex-wrap: nowrap;
	height: 20px;
}
#gnav > ul > li > a {
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 700;
	/*line-height: 1.5;*/
	overflow: hidden;
	/*padding: 0px 16px 0;*/
	position: relative;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all ease-in-out 0.3s;
		 -o-transition: all ease-in-out 0.3s;
			transition: all ease-in-out 0.3s;
}
#gnav > ul > li > a > span {
	display: block;
  padding: 0 5px;
	white-space: nowrap;
	-webkit-transition: all ease-in-out 0.3s;
		 -o-transition: all ease-in-out 0.3s;
			transition: all ease-in-out 0.3s;
	-webkit-transition-timing-function: cubic-bezier(.33,1,.68,1);
	     -o-transition-timing-function: cubic-bezier(.33,1,.68,1);
	        transition-timing-function: cubic-bezier(.33,1,.68,1);
}
#gnav > ul > li > a > span:first-child {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
 font-size: 0.8em;
 letter-spacing: 0.1em;
}
#gnav > ul > li > a:hover > span:first-child {
	-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
			transform: translateY(-100%);
}
#gnav > ul > li > a > span:last-child {
 padding: 1px 0 0;
	position: absolute;
	color: #ea5500;
	font-weight: 600;
 font-size: 0.8em;
 letter-spacing: 0.1em;
	left: 0;
	right: 0;
	margin: auto;
	top: 100%;
}
#gnav > ul > li > a:hover > span:last-child {
	top: 0;
}
#gnav li {
	/*margin: 0;*/
	text-align: center;
  width: /*100%*/108px;
  position: relative;
	line-height: 1.5;
  border-left: 1px solid #717171;
}
#gnav li:last-child{
    border-right: 1px solid #717171;
}
h1 img {
width: 250px;
}
.head_center {
margin-left: 48px;
}
.head_inner .head_right {
width: 40px;
height: 40px;
margin: 0 0 0 auto;
}
.head_inner .center_logo {
width: 325px;
padding-bottom: 16px;
}
@media screen and (max-width: 1080px) {
h1 img {
width: calc(250px * 0.8);
}
header .head_inner {
   padding: 22px 30px 20px 45px;
}
.head_center {
margin-left: calc(48px * 0.8);
}
.head_inner .head_right {
width: calc(40px * 0.8);
height: calc(40px * 0.8);
}
.head_inner .center_logo {
width: calc(325px * 0.8);
padding-bottom: calc(13px * 0.8);
}
	#gnav > ul {
	height: calc(20px * 0.9);
}
	#gnav li {
  width: calc(108px * 0.8);
	line-height: calc(1.5 * 1.0);

}
	#gnav > ul > li > a {
	font-size: calc(1.1rem * 0.8);
}
	#gnav > ul > li > a > span {
  padding: 0 4px;
}
	#gnav > ul > li > a > span:first-child {
 font-size: calc(0.8em * 1.0);
}
	#gnav > ul > li > a > span:last-child {
	padding: 0px;
 font-size: calc(0.8em * 1.0);
}
}
@media screen and (max-width: 869px) {
	h1 img {
		width:160px;
}
	header .head_inner {
   padding: 16px;
}
		.head_inner h1 {
  position: relative;
  margin: 0 auto;
		text-align: center;
}
		.head_inner h1 .title p.splogo_under{
  line-height: 0;
}
		.head_inner h1 .splogo_under img{
  width: 208px;
			padding-top: 14.5px;
}
.head_inner .head_right {
   position: absolute;
   top: 16px;
   right: 16px;
		width: 25px;
}
}
/**********************************　
ページトップへ（▲）
************************************/
.page-top {
  display: none ;
	margin: 0 ;
	padding: 0 ;
  cursor: pointer;
}
.page-top p {
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 23px ;
	bottom: 23px ;
}
.move-page-top {
	display: block ;
	background: #b8b8b8 ;
	border-radius: 50%;
	width: 40px ;
	height: 40px ;
	/*text-indent: 0.2em;*/
	color: #fff ;
	line-height: 39px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}
.move-page-top:hover {
	opacity: 0.85 ;
}
@media screen and (max-width: 767px) {
.move-page-top {
	width: 30px ;
	height: 30px ;
	line-height: 29px;
	font-size: 14px;
}
	.page-top p {
	right: 15px ;
	bottom: 15px ;
}
}
/**********************************　
下からふわっと
************************************/
 .fadein {
  opacity: 0;
  transform : translate(0, 100px);
  transition : all 1500ms;/
}
.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
/**********************************　
メインビジュアルを全面に　
************************************/
/*.main-visual {
   padding: 0 4%;
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh;
   background: url('../imgs/coffee.jpg') top center / cover no-repeat;
}
h2 {
   margin: 0;
   font-size: 30px;
   font-weight: normal;
   line-height: 1.6;
   text-align: center;
   color: #fff;
}*/

/**********************************　
ハンバーガーメニューの設定　
************************************/
#hamburger {
	margin: 0 0 0 auto;
}
@media screen and (max-width: 1080px) {
  #hamburger {
				margin: 0;
    background-color: transparent;
    position: relative;
    cursor: pointer; 
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
  }
	#hamburger {
    background-color: transparent;
    position: absolute;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
    right: 0;
    top: 40px;
}
		#hamburger .menu {
    position: absolute;
			 width: 25px;
    right: 16px;
				top: 4px;
}
  .icon span {
    position: absolute;
    left: 19px;
    width: 25px;
    height: 2px;
    background-color: #717171;
    /*border-radius: 8px;*/
    transition: ease 0.75s;
  }

  .icon span:nth-of-type(1) {
    bottom: 34px;
  }
  .icon span:nth-of-type(2) {
    bottom: 28px;
  }
  .icon span:nth-of-type(3) {
    bottom: 22px;
  }
	.icon span:nth-of-type(4) {
    bottom: 16px;
  }
  .close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 33px;
  }
  .close span:nth-of-type(2) {
    opacity: 0;
  }
	.close span:nth-of-type(3) {
    opacity: 0;
  }

  .close span:nth-of-type(4) {
      transform: rotate(-45deg);
      top: 33px;
  }
/*スマホ用メニューリスト*/
  .sp-nav {
      /*top: 129px;*/
      font-size: 12px;
						letter-spacing: 0.1em;
      text-align: right;
      position: fixed;
      right: 0;
      z-index: 10;
      width: 100%;
						padding: 20px;
      /*background-color: rgba(113, 113, 113, 0.8);
			background-color: rgba(113, 113, 113,0.7);
			mix-blend-mode: multiply;*/
  }
  .sp-nav ul {
  flex-direction: column;	/*ulのflexboxを縦並びにする*/
		height: auto;
}
	.sp-nav ul li {
  margin-bottom: 18px;
		height: 18px;
}
	.sp-nav ul li:last-child {
  margin-bottom: 0;
}
  .sp-nav a {
				font-family: 'Montserrat', sans-serif;
    color: #fff;
			 font-weight: 600;
  }
	.sp-nav .sp_menu {
			 display: inline-block;
    background: #ea5500;
    text-align: center;
    width: 90px;
    margin-left: 9px;
		  font-size: 0.9em;
				padding: 2px 0 1px 0;
	}
	.sp-nav-back {
			position: fixed;
			z-index: 9;
			width: 100%;
		height: 238px;
			padding: 20px;
			background-color: rgba(113, 113, 113,0.7);
			mix-blend-mode: multiply;
  }
}
/**********************************　
フッターの設定　
************************************/
#footer02 {
  background: #999;
  padding: 0 4%;
}
 
.ie #footer02 .logo img, #footer02 .logo img {
  display: inline-block;
  width: 200px;
}
 
#footer02 .nav li a {
  color: #ccc;
}
 
#footer02 .c-btn {
  margin-left: 25px;
}
 
 
@media screen and (min-width: 767px) {
  #footer02 .logo {
    padding: 10px 0;
  }
 
  #footer02 .wrap {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
 
  #footer02 .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
 
  #footer02 .nav {
    display: inline-block;
  }
 
  #footer02 .nav li {
    display: inline-block;
  }
 
  #footer02 .nav li a:hover {
    color: #ca353b;
  }
  }
/**********************************　
スライダーのためのcss
************************************/
.slider {
	margin-top: 124.5px;
 position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	/*height:58vh*//*100vh*/;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
@media screen and (max-width: 1080px) {
.slider {
	margin-top: 100px;
}
}
/*　背景画像設定　*/

/*.slider-item01 {
    background:url("../imgs/mv01.jpg");
}
.slider-item02 {
    background:url(../imgs/mv02.jpg);
}
.slider-item03 {
    background:url(../imgs/mv03.jpg);
}
.slider-item04 {
    background:url("../imgs/mv04.jpg");
}
.slider-item05 {
    background:url(../imgs/mv05.jpg);
}
.slider-item06 {
    background:url(../imgs/mv06.jpg);
}
.slider-item07 {
    background:url(../imgs/mv07.jpg);
}
.slider-item08 {
    background:url(../imgs/mv08.jpg);
}*/
.slider-item {
    width: 100%;/*各スライダー全体の横幅:画面の高さいっぱい（100%）*/
    /*height:58vh*//*各スライダー全体の縦幅：画面の高さいっぱい（100vh）*/
    background-repeat: no-repeat;
    background-position: center;/*背景画像の位置を中央に*/
    background-size: /*contain*/cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/
.slick-prev, 
.slick-next {
    position: absolute;
				z-index: 3;
    cursor: pointer;
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
				top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}
.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.dots-2 .slick-dots {
 text-align: center;
	justify-content: center;
	margin-top: 7.5px;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 9px;
  height: 9px;
  margin: 4px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: rgba(113, 113, 113, 0.5);
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #ea5500;
}
@media screen and (max-width: 767px) {
	.dots-2 .slick-dots button {
  width: 7px;
  height: 7px;
  margin: 3px;
}
	.dots-2 .slick-dots {
	margin-top: -2px;
}
}
/**********************************　
FORMのためのcss
************************************/
#contact {
	margin-top: 70px;
}
.ct_form {
	background-color: #d4d4d4;
	padding-top: calc(45px * 0.6);
	padding-bottom: 45px;
}
form{
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
form .item {
  overflow: hidden;
  margin-bottom: 13px;
}
form .item:nth-child(7){
  margin-bottom: calc(45px * 0.6);
}
.label{
  float: left;
		font-size: 0.9em;
  margin-right: 10px;
  width: 125px;
		line-height: 1.9;
  letter-spacing: 0.05em;
}
input[type="text"],input[type="email"],input[type="tel"]{
  border: none;
		width: calc(50% - 80px);
  padding:2px 0 3px 5px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #717171;
		-webkit-appearance: none;
		border-radius: 0;
}
textarea{
  border: none;
 	width: calc(100% - 135px);
  padding: 2px 0 3px 5px;
  height: 140px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #717171;
	 margin-top: 0px;
		-webkit-appearance: none;
		border-radius: 0;
}
	textarea.longtype {
  height: 24px;
		margin-top: 5px;
		-webkit-appearance: none;
		border-radius: 0;
}
.btn-area{
  display: flex;
		width: 40%;
		justify-content: space-between;
		align-items: center;
}
input[type="reset"]{
  display: inline-block;
		background: #d4d4d4;
		border: 1px solid;
		color: #717171;
		font-size: 15.3px;
	 font-weight: 500;
		padding: 7px;
		width: 48%;
		transition: 0.3s;
		-webkit-appearance: none;
		border-radius: 0;
}
input[type="reset"]:hover{
		background: #fff;
	transition: 0.3s;
}
input[type="submit"]{
		display: inline-block;
		background: #d4d4d4;
		border: 1px solid;
		color: #717171;
		letter-spacing: 0.3em;
		font-size: 15.3px;
	 font-weight: 500;
		padding: 7px;
		width: 48%;
		transition: 0.3s;
		-webkit-appearance: none;
		border-radius: 0;
}
input[type="submit"]:hover{
		background: #fff;
	transition: 0.3s;
}
.footnote {
	display: flex;
	flex-wrap: wrap;
}
.foot_txt {
	width: calc((100% - 160px)/2 + 160px);
	width: 60%;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
	.foot_txt li {
		text-indent: -1em;
  padding-left: 1em;
	}
.foot_txt li span{
  padding-left: 1em;
	}
.pos_rel .note_in {
	position: absolute;
	top: 40px;
 font-size: 13px;
}
::placeholder {
	font-size: 0.9em;
  color: #717171;
}
@media screen and (max-width: 767px) {
	form{
  /*max-width: 90%;*/
		padding: 0;
  margin:0 auto;
}
input[type="text"],input[type="email"],input[type="tel"]{
		margin-top: -10px;
		width: calc(100% - 105px);
		font-size: 10.5px;
		-webkit-appearance: none;
		border-radius: 0;
}
form .item{
  margin-bottom: 10px;
}
	form .item:nth-child(7){
  margin-top: 12px;
		margin-bottom: 0;
}
	.label{
  float: left;
	font-size: 11px;
  margin-right: 10px;
  width: 110px;
	line-height: 1.6;
  letter-spacing: 0.05em;
}
	textarea{
  border: none;
 	width: calc(100% - 105px);
  padding: 3px;
  height: 140px;
  font-size: 10.5px;
		margin-top: 1px;
		margin-bottom: calc(16px * 1.2);
		-webkit-appearance: none;
		border-radius: 0;
}
	textarea.longtype{
		width: calc(100% - 105px);
		height: 38px;
		margin-top: 0px;
		margin-bottom: -3px;
		-webkit-appearance: none;
		border-radius: 0;
}
	.label{
  width: 95px;
}
	.foot_txt {
	width: 67%;
	font-size: 10px;
	letter-spacing: 0.05em;
	line-height: 1.7;
		padding-right: 10px;
}
	.btn-area {
		display: block;
 	width: 33%;
}
	.pos_rel .note_in {
	top: 30px;
 font-size: 10px;
}
	.footnote {
	align-items: center;
	}
	input[type="reset"]{
		font-size: 12px;
  padding: 1px 0;
		width: 100%;
		-webkit-appearance: none;
		border-radius: 0;
}
	input[type="submit"]{
		font-size: 12px;
  padding: 1px 0;
		width: 100%;
		-webkit-appearance: none;
		border-radius: 0;
}
}

/**********************************　
CONTENTS内部
************************************/
.catch {
  display: flex;
  align-items: center; 
  justify-content: center;
		margin: 0 auto;
	 margin-top: calc(45px * 1.8);
	 margin-bottom: calc(45px * 0.8);
	 max-width: calc(100% - 90px);
}
.news .catch {
	margin-top: calc(45px * 0.8);
}
.catch.mb06 {
 margin-bottom: calc(45px * 0.8);
}
.catch:before, .catch:after {
  border-top: 1px solid #ea5500;
  content: "";
  width: 100%;
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}
.catch_ttl{
	font-family: 'Montserrat', sans-serif;
	color: #ea5500;
 font-weight: 600;
 font-size: 1.3rem;
	letter-spacing: 0.1em;
}
/*.aspect1_2 img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover; 中央残しトリミング
}*/
.main_back {
	margin: 0 auto;
	max-width: calc(100% - 90px);
}
.main_width {
	max-width: 1100px;
	background: #ebebeb;
	margin: 0 auto;
}
.top_head .main_width, #news .main_width, #contact .main_width {
	background: #fff;
}
#top_head h2 {
	margin-bottom: 45px;
}
#contact h2 {
	margin-bottom: calc(45px * 0.6);
}
#contact .ct_tel {
max-width: calc(530px * 1.1);
margin: 0 auto;
margin-bottom: calc(45px * 0.6);
}
/*
NEWS
***********************************/
.news .main_width {
	display: flex;
	justify-content: space-between;
}
.news .main_width .col6 {
	display: flex;
	width: calc(50% - 13px);
	padding: calc(45px * 0.4);
	background: #ebebeb;
}
.news .main_width .col6 figure {
	width: 41%;
}
	.news .main_width .pc_col6_txt {
	width: 59%;
	padding-left: calc(45px * 0.4)
}
.news .date {
	font-size: 0.8em;
	font-weight: 500;
	padding-bottom: calc(45px * 0.2);
}
.news .ttl, .services .news .ttl{
	color: #ea5500;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.6;
	text-align: justify;
	padding-bottom: calc(45px * 0.2);
}
.news .txt , .services .news .txt {
	font-size: 0.75em;
	line-height: 1.6;
 text-align: justify;
}
.news_button {
	text-align: center;
 font-size: 0.75em;
 font-weight: 500;
 border: solid 1px;
	padding: 6px;
 margin-top: calc(45px * 0.4);
	transition: 0.3s;
}
.news_button:hover{
	background: #fff;
 transition: 0.3s;
}
/*
SERVICES***********************************/
.services .main_width {
	display: flex;
	justify-content: center;
	margin-bottom: calc(45px * 0.8);
}
.services .ct_house {
	background: #ebebeb;
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: calc(45px * 0.8);
}
.services .ct_house .main_width {
	margin-bottom: 0;
}
.services .main_width.reverse {
    flex-direction: row-reverse;
}
.services .main_width .col6 {
	width: 100%;
}
.services .main_width .sv_inner {
	padding: calc(45px * 0.6);
}
.services .ttl_head {
	font-family: 'Montserrat', sans-serif;
	background: #ea5500;
	color: #fff;
	font-weight: 600;
 font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
	padding: 4px 0;
 padding-left: calc(45px * 0.6);
}
.services .ttl_sub {
	font-size: 0.9em;
	font-weight: 500;
	padding-bottom: 16px;
}
.services .ttl {
	color: #ea5500;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.6;
	padding-bottom: calc(45px * 0.2);
}
.services .txt {
	font-size: 0.75em;
	line-height: 1.6;
	text-align: justify;
}
.services .news .main_width .col6.left{
	background: #fff;
	margin: 27px 13px 27px 27px;
}
.services .news .main_width .col6.right{
	background: #fff;
	margin: 27px 27px 27px 13px;
}
.services .news .main_width .col6 figure {
	width: 45%;
}
.services .news .main_width .col6 div {
	width: 55%;
	padding-left: calc(45px * 0.4);
}

/*
WORKS***********************************/
.works .main_width {
	padding: calc(45px * 0.6);
}
.works .col12 {
	display: flex;
	padding-bottom: calc(45px * 0.6);
}
.works .col4 {
	display: flex;
	width: 31.5%;
	justify-content: center;
	align-items: center;
}
.works .col4 img{
	width: 70%;
}
.works .col8 {
	width: 68%;
	padding-left: calc(45px * 0.6);
}
.works .ttl {
	color: #ea5500;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.6;
	padding-bottom: calc(45px * 0.2);
}
.works .txt {
	font-size: 0.75em;
	line-height: 1.6;
	text-align: justify;
}
.works .pic3 {
	display: flex;
	gap: calc(45px * 0.6);
	justify-content: space-between;
}
/*
PROFILE***********************************/
.profile .main_back {
	background: #fff;
}
.profile .catch.mb06 {
 margin-bottom: 45px;
}
.profile .main_width {
	padding-left: calc(45px * 0.6);
	padding-right: calc(45px * 0.6);
	background: #fff;
}
.profile .pic3 {
	display: flex;
	gap: calc(45px * 0.6);
	justify-content: space-between;
}
.profile .pic3.sp_only {
	display: none;
}
.profile .pic3 figure{
	width: 31.5%;
}
.profile .map{
	padding-TOP: calc(45px * 0.6);
 margin: 0 auto;
}
/* グーグルマップ・レスポンシブレイアウト */
.gmap-wrap {
    position : relative;
    height : 0;
    padding-bottom : 50%; /* 縦横比1:2 */
    overflow : hidden;
}
 
.gmap-wrap iframe,
.gmap-wrap object,
.gmap-wrap embed{
    position : absolute;
    top : 0;
    left : 0;
    width : 100%;
    height : 100%;
}
/*
CONTACT***********************************/
.privacy {
				max-width: 850px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
				padding-top: calc(45px * 0.6);
				/*padding-bottom: 45px;*/
				font-size: 10px;
				text-align: justify;
}
.privacy p{
				font-size: 13px;
    letter-spacing: -0.02em;
}
#contact .catch.mb06 {
 margin-bottom: calc(45px * 0.5);
}

/*メディアクエリ1080************************************/
@media(max-width: 1080px){
	#contact .ct_tel {
 width: calc(100% - 90px);
}
 h2 {
	font-size: 1.3vw ;
	line-height: 2.0;
	margin: 0 auto;
 max-width: 100%;
}
	.catch {
	max-width: calc(100% - 90px);
	}
	.catch.mb06 {
 margin-bottom: calc(45px * 0.8);
}
	.news .ttl, .services .news .ttl{
	font-size: 0.8em;
		letter-spacing: -0.02em;
}
		.news .main_width .col6 {
	display: flex;
	padding: calc(45px * 0.4);
	margin-bottom:calc(45px * 0.4);
}
	.services	.main_width {
	max-width: 100%;
	}
	.services .ct_house .main_width .sv_inner {
	padding-bottom: 0;
}
}

/*メディアクエリ767************************************/
@media(max-width: 767px){
	h2 {
font-size: 2.8vw;
margin: 0 auto;
 max-width: 100%;
}
.catch {
	max-width: calc(100% - 32px);
	}
	.catch_ttl{
 font-size: calc(1.3rem * 0.8);
}
.main_back {
	max-width: calc(100% - 32px);
}
.catch.mb06 {
	margin-top: calc(16px * 3.2);
 margin-bottom: calc(16px * 1.6);
}
.news .catch.mb06 {
	margin-top: calc(16px * 1.8);
}
.news .main_width {
	display: block;
	max-width: calc(100% - 32px);
}
	.news .main_width .col6 {
	display: block;
	width: 100%;
	padding: calc(16px * 0.8);
}
	.news .main_width .col6 .sp_col6{
	display: flex;
	width: 100%;
}
	.news .date {
	padding-bottom: calc(16px * 0.8);
}
	.news .txt  {
	padding-top: calc(16px * 0.6);
}
	.news .ttl {
		font-size: 0.9em;
  line-height: 1.6;
  padding-bottom: 0;
}
	.services .ttl_sub {
	font-size: calc(0.9em * 0.9);
	padding-bottom: 10px;
}
	.services .news .ttl{
  line-height: 1;
		padding-bottom: calc(16px * 0.5);
}
	.news .main_width .col6 .sp_col6_txt {
	width: 59%;
	padding-left: calc(16px * 0.8);
}
	.news_button {
 margin-top: calc(16px * 0.8);
}
	.services .main_width {
	display: block;
	max-width: 100%;
	margin-bottom: calc(16px * 1.6);
}
	.services .main_width .sv_inner {
	padding: 16px;
}
	.services .ttl_head {
	/*display: flex;
	align-items: center;*/
	height: calc(16px * 1.6);
 font-size: calc(1.3rem * 0.8);
	padding-top: 2px;
	padding-left:16px;
}
	.services .ttl {
	/*font-size: 3.2vw;*/
	font-size: 0.95rem;
	line-height: 1.6;
	padding-bottom: 10px;
}
.services .ct_house {
	padding-bottom: 16px;
	margin-bottom: calc(16px * 1.6);
}
	.services .ct_house .main_width {
	max-width: 100%;
}
	.services .news .main_width .col6 div {
	padding-left: calc(16px * 0.8);
}
		.services .news .txt {
	padding-top: 0;
}
	.services .news .main_width .col6.left, .services .news .main_width .col6.right{
	display: flex;
	margin: 16px auto 0;
	width: calc(100% - 32px);
}
	.works .main_width {
	padding: 16px;
}
	.works .col12 {
	display: block;
	padding-bottom: calc(16px * 1.6);
}
	.works .col4 {
	width: 100%;
	padding-top: calc(16px * 0.6);
	padding-bottom: calc(16px * 1.6);
}
	.works .col4 img{
	width: 55%;
}
	.works .col8 {
	width: 100%;
	padding-left: 0;
}
	.works .ttl {
	font-size: 0.9rem;
	text-align: center;
	line-height: 1;
	padding-bottom: 16px;
}
	.works .pic3 {
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}
	.works .pic3 figure {
	width: calc(100% * 2 / 3);
}
	.profile .catch.mb06 {
 margin-bottom: calc(16px * 2);
}
	.profile .pic3 {
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}
	.profile .pic3.sp_only {
	display: block;
}
		.profile .pic3.pc_only {
	display: none;
}
	.profile .pic3 figure {
	width: 100%;
}
	.profile .map{
	padding-top: calc(16px * 1.6);
	max-width: 1000px;
 margin: 0 auto;
	aspect-ratio: 2 / 1;
 object-fit: cover;
}
/* グーグルマップ・レスポンシブレイアウト */
.gmap-wrap {
    position : relative;
    height : 0;
    padding-bottom : 80%; /* 縦横比4:5 */
    overflow : hidden;
}
 
.gmap-wrap iframe,
.gmap-wrap object,
.gmap-wrap embed{
    position : absolute;
    top : 0;
    left : 0;
    width : 100%;
    height : 100%;
}
#contact {
 margin-top: 0;
}
#contact h2 {
	margin-bottom: 15px;
	line-height: 1.8;
	}
#contact .ct_tel {
 width: calc(100% - 32px);
	margin-bottom: calc(16px * 1.2);
}
#contact .catch.mb06 {
	margin-top: calc(16px * 3.2);
 margin-bottom: 12px;
}
	.privacy {
		padding: 0;
		padding-top: calc(16px * 1.2);
	}
	.ct_form {
		padding-top: calc(16px * 1.2);
		padding-bottom: calc(16px * 2);
}
	.privacy p {
    font-size: 10px;
    line-height: 1.7;
}
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
	}