/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.sec01{
	margin-bottom: 250px;
}

.sec01 .homeConsept {
  position: relative;
	padding-left: 80px;
}

.sec01 .homeConsept::after {
  content: 'OUR CONSEPT';
  position: absolute;
  top: 50%; /* 垂直方向の中央寄せ */
  left: 50%; /* 水平方向の中央寄せ */
  transform: translate(-50%, -50%); /* 中央に配置 */
  font-size: 180px; /* 背景テキストのフォントサイズ */
  color: rgba(209, 201, 173, 0.2); /* 背景テキストの色（透明度含む） */
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";

}

.sec02 {
	padding: 12rem 0;
}

.sec03 {
	padding-bottom: 120px;
	background: #f1f4f6;
}


.sec03 .container{
	margin-top: -100px;
	background-color: #fff;
	margin-right: calc(50% - 50vw);
	padding: 2%;
	background: #f1f4f6;
	max-width: 80%;
}

.sec04 {
	height: 200px;
	margin: 30px auto;
}

.sec04 .vr{
	text-align: center;
	    margin: 0 auto;
    color: #111;
}

.contact-properties [class^=col-] > a,
.product .product-image,
.button,
.feature-box.media-box.fbox-bg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	box-shadow: 0 1px 1px 0 rgba(10, 16, 34, .2);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;

}

.contact-properties [class^=col-] > a:hover,
.product:hover .product-image,
.button:hover,
.feature-box.media-box.fbox-bg:hover {
	box-shadow: 0 10px 30px -5px rgba(10, 16, 34, .2);

}

.fbox-content .heading-block h3 { font-size: 1.2rem; }

.feature-box h3 span.subtitle { font-size: 14px; }

.contact-properties [class^=col-] {
	position: relative;
	margin-bottom: 30px;
}

.contact-properties [class^=col-] > a {
	display: block;
	position: relative;
	height: 300px;

	background-color: #EEE;
}

.contact-properties [class^=col-] img { display: block; }

.contact-properties [class^=col-] > a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	opacity: 0.4;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.contact-properties [class^=col-] > a:hover::before { opacity: 1; }

.contact-properties [class^=col-] > a .heading-block h3::after {
	content: "";
	border-style: solid;
	border-color: #FFF;
	display: inline-block;
	position: absolute;
	top: auto;
	bottom: 50%;
	width: 40px;
	height: 4px;

	left: 50%;
	right: auto;
	margin-left: -20px;
	opacity: 1;
	-webkit-transition: opacity .35s,-webkit-transform .35s;
	-moz-transition: opacity .35s,-webkit-transform .35s;
	transition: opacity .35s,transform .35s;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1);
	transform: scale(0,1);
}

.contact-properties [class^=col-] > a:hover .heading-block h3::after {
	opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.footMap{
	margin-top: 80px;
	height: 300px;
    width: 100%;
    filter: grayscale(100%);//白黒に変換
}


		@media (min-width: 992px) {
			.morph-marker {
				--cnvs-morph-height: 3px;
				--cnvs-morph-duration: .3s;
				position: absolute;
				display: block;
				background: var(--cnvs-themecolor);
				height: var(--cnvs-morph-height);
				border-radius: var(--bs-border-radius);
				transition: all var(--cnvs-morph-duration);
			}

			.morph-bg .morph-marker {
				--cnvs-morph-height: 100%;
				opacity: .1;
				bottom: 0 !important;
			}

			.morph-bg .menu-link {
				position: relative;
				--cnvs-primary-menu-padding-y: 11px;
				--cnvs-primary-menu-hover-color: var(--cnvs-primary-menu-color);
				z-index: 1;
			}
		}


.head-lead{
	padding: 0 15%;
}


.cta {
  border: none;
  background: none;
}

.cta span {
  padding-bottom: 7px;
  letter-spacing: 4px;
  font-size: 10px;
  padding-right: 15px;
  text-transform: uppercase;
}

.cta svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

@media screen and (max-width: 768px){
.homeCphot{display: none;}
	.sec01 .homeConsept{padding-left: 10px;}
	.sec03 .container{margin-right: auto;}
}

/* ----------------------------------------------------------------
	service
-----------------------------------------------------------------*/

.page-title {
	padding: 210px 0!important;
}

@media screen and (max-width: 768px){
		.page-title {
	padding: 60px 0!important;
}
}

.section-showcase-sticky .list-group-item {
	position: absolute;
	top: 0;
	left: 0;
	color: #212529;
	border: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	pointer-events: default;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity .3s ease;
}

.section-showcase-sticky .list-group-item.active {
	opacity: 1;
	background-color: #000;
}

.section-showcase-sticky .list-group-content > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 4rem;
	padding-right: 4rem;
	border-bottom: 1px solid #ccc;
}


.phednavi{
	display: flex;
	flex-wrap: wrap;
}

.phednavi li{
	list-style: none;
	margin-right: 58px;
}

.phednavi li a{
	color: #555;
	font-size: 1.5rem
}

.phednavi li span {
    display: block;
    background: url(../images/chevron-down.svg) no-repeat right center;
    background-size: 24px 24px;
    padding-right: 25px;
}



.button-sfoot {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    overflow: hidden;
    border: 1px solid #155aa8;
    border-radius: 5px;
    background-color: #fff;
    color: #155aa8;
    font-size: 1em;
}

.button-sfoot:hover {
    background-color: transparent;
    color: #fff;
}

.button-sfoot::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #155aa8;
    content: '';
    transition: width .3s ease;
}

.button-sfoot:hover::before {
    width: 100%;
}

.button-sfoot::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #155aa8;
    border-right: 2px solid #155aa8;
    content: '';
}

.button-sfoot:hover::after {
    border-color: #fff;
}


.list-group-content .button-sfoot{
	margin:0;
}

@media screen and (max-width: 768px){
.head-lead{
	padding: 0;
}
	.phednavi li a{
		font-size: 1.2rem;
	}
	.phednavi li{
		margin-bottom: 30px;
		margin-right:20px;
	}
	
	.phednavi{
		justify-content: center;
	}
	
	.servicehead{
		padding-bottom: 0px!important;
	}
	
	.section-showcase-sticky .list-group-content > div{
		padding-left:2rem;
		padding-right: 2rem;
	}
}


/* ----------------------------------------------------------------
	service 02
-----------------------------------------------------------------*/

.dotted-bg:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 110%;
	height: 100%;
	background-size: 12px 12px;
	background-position: center;
	transform: translate(-50%, -50%);
	background-image: radial-gradient(rgba(var(--cnvs-themecolor-rgb),0.3) 14%, transparent 14%);
	-webkit-mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
	mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
	z-index: 0;
}


.cheadTitle{
	font-size: 3rem;
}

@media screen and (max-width: 768px){
	.cheadTitle{
	font-size: 2.1rem;
}

}

/* ----------------------------------------------------------------
	about
-----------------------------------------------------------------*/

.aboutPhoto {
  display: grid;
  gap: 10px;
  grid-template-columns: 2fr 2fr 2fr;
  grid-template-rows: 300px 300px;
}
.aboutPhoto .item {

}
.box-big1 {
  grid-column: 1;
  grid-row: 1 / 3;
  background: #fc2;
  border-color: #fa0;
}
.box-big2 {
  grid-column: 2 / 4;
  background: #0bd;
  border-color: #09c;
}

.aboutPhoto .item img{
object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Responsive */
@media (max-width: 768px){
  .aboutPhoto {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .box-big1,
  .box-big2 {
    grid-column: 1;
    grid-row: auto;
  }
}

.c-data-table{
	width: 80%;
	margin: 0 auto;
}
.c-data-table tr{
    border-bottom: .5px solid #dbdbdb;
    display: flex;
    padding: 28px 0;
    width: 100%;
}

.c-data-table th{
	width: 180px;
	display: block;
}
.c-data-table td{
	width: calc(100% - 180px);
	display: block;
}

@media (max-width: 768px){
	.c-data-table{width: 100%;}
	.c-data-table tr{display: block;}
	.c-data-table th,.c-data-table td{width: 100%;}
	.c-data-table td{padding-left: 15px;}
}


/************************************
** Contact form 7 CSSカスタマイズ
************************************/
/* 入力欄全体の設定 */
input[type="text"],input[type="password"],input[type="datetime"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],
input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea {
    display: block;
    width: 100%;
    height: 45px;
    margin-bottom: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    background-color: #F6F8F8;
    color: #5c6b80;
    font-size: 1em;
    vertical-align: middle;
    line-height: 45px;
    transition: background-color 0.24s ease-in-out;
}
/* テキストエリアの設定 */
table.CF7_table textarea {
    resize: vertical;
    max-width: 100%;
    min-height: 300px;
    line-height: 1.5em;
    padding: 0.5em;
    overflow: auto;
}
/* 入力欄とテキストエリア共通 */
.CF7_table input, .CF7_table select, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}
/* table */
table.CF7_table {
	width: 80%;
	margin: 0 auto;
	border: none !important
}
table.CF7_table tr {
	border-top: 1px solid #e5e5e5;
}
table.CF7_table th {
  width: 30%;
  background-color: #F6F8F8;
	font-size: 15px;
	vertical-align: middle;
}
/* 背景を削除 */
table.CF7_table tr,
table.CF7_table th,
table.CF7_table td {
	padding: 0.75rem 0.75rem !important;
	background: none !important;
	border: none !important;
}
.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
	display: table;
}
.CF7_table ::placeholder {
	color: #797979;
}

/*「必須」文字*/
.CF7_req{
	font-size: .9em;
	padding: 4px 7px;
	background: #155aa8;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size: .9em;
	padding: 4px 7px;
	background: #bdbdbd;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	    width: 90%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
        display: block;
        width: 100% !important;
        line-height: 2.5em;
	}
	.CF7_table th{
	    background-color: #F6F8F8;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color: #155aa8;
	border: 2px solid #155aa8;
	color:#fff;
	font-size:1.2em;
	font-weight: bold;
	margin: 0 auto;
	padding: 15px 30px;
	transition: all 0.5s 0s ease;
}
.wpcf7 input.wpcf7-submit:hover {
  background: #fff;
	color: #155aa8;
}
.CF7_btn{
	text-align: center;
	margin: 20px;
}
.wpcf7-spinner{
	width:0;
	margin:0;
}



.privacy_box{
	width: 100%;
    height: 200px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    overflow: auto;
    background: #f2f5f9;
}

.privacy_box p{
	font-size: 14px;
	font-weight: normal;
	line-height:normal; 
}

.privacy_area{
	margin: 20px 0;
}

.contactPhone{
	width: 60%;
	margin: 0 auto;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.contactPhone h3{
	margin-bottom: 10px;
}

.phoneNumber{
	font-size: 2rem;
}
@media screen and (max-width: 768px){
.contactPhone{
	width: 100%;
	}
/* ************************************
  ************************************ */