body {
	-webkit-font-smoothing:  inherit;
	-moz-osx-font-smoothing: inherit;
	overflow-x:hidden;
}

/*リンククリック時の青い線を削除*/
*:focus {
    outline: 0 !important;
}

/*コンテナ共通設定縦0*/
@media screen and (min-width: 1201px) {
.wrapper_container {
	padding: 0px 16px;
	}
}

@media screen and (max-width: 1200px) {
.wrapper_container {
	padding: 0px 32px;
	}
}

@media screen and (max-width: 767px) {
.wrapper_container {
	padding: 0px 24px;
	}
}

/*カラー等の指定*/
.white{
	color: white;
}


/*最後の段落のマージンOFF*/
p:last-child {
	margin-bottom:0;
}


h1.entry-title {
	display:none;
}

html, body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, label, .elementor-nav-menu--main, .elementor-widget-posts .elementor-post__title a, .elementor-widget-posts .elementor-post__meta-data, .elementor-widget-heading .elementor-heading-title, .elementor-widget-toggle .elementor-toggle .elementor-tab-title, .elementor-widget-form .elementor-field-subgroup label, .elementor-widget-form .elementor-field-subgroup label, .elementor-widget-text-editor, .elementor-widget-nav-menu .elementor-nav-menu--main, .elementor-widget-form .elementor-button, .elementor-widget-form .elementor-field-group > label, .elementor-posts .elementor-post__excerpt p {
		font-family:  'Noto Sans JP', sans-serif;
}

a{
	transition: all .3s;
}

input[type=checkbox],
input[type=radio] {
	vertical-align:middle;
}

/* Q&Aのアイコン余白調整 */
.elementor-toggle-icon-opened,
.elementor-toggle-icon-closed {
	line-height:1.5em;
}

/* Go to top */
#page-top{
    /*height: 35px;*/
    width: 48px;
    position:fixed;
    right:75px;
    bottom:0;
    display: none;
    z-index:100000;
}
@media screen and (max-width: 800px) {
#page-top{
    right:15px;
}
}
 
#page-top a{
    background-color: #7590AC;
    border-radius: 2px 2px 0 0;
    color:#ffffff;
    padding:10px;
    text-decoration:none;
    display:block;
    cursor:pointer;
    text-align:center;
    line-height:100%;
    transition: all .2s ease-in-out 0s;
}
 
#page-top a:hover{
	background-color:#AAC1D8;
	color:#ffffff;
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    transition:all 0.2s;
}

/* br */
@media screen and (min-width: 1201px) {
    .br-on-pc {
        display: inherit;
    }
	.br-on-tablet {
        display: none;
    }
    .br-on-mobile {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .br-on-pc {
        display: none;
    }
    .br-on-tablet {
        display: inherit;
    }
	.br-on-mobile {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .br-on-pc {
        display: none;
    }
    .br-on-tablet {
        display: none;
    }
	.br-on-mobile {
        display: inherit;
    }
}


/*ブログタイトルに「...」と追加*/
.elementor-posts .elementor-post__title{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.elementor-posts .elementor-post__excerpt p {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*ブログ抜粋に「...」と追加*/
.elementor-post__excerpt p::after {
    content: "...";
}

/* トップページのパンくず非表示 */
.page-id-35 .bread-crumbs-footer{
	display: none;
}

/* お問い合わせページのフッターコンタクトフォーム非表示 */
.page-id-1050 .contact-footer{
	display: none;
}

.contact-footer a{
	font-size:22px;
	color:#000000 !important;
}

/* reCAPTCHA */
.grecaptcha-badge {
	z-index: 99999;
}
	
.black{
		color: #111111;
	}

.flow_wrap > div {
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}

/* カラーの設定（指定したい色を強制的に指定） */

.color1{
	color: #04274b !important;
}

.color2{
	color: #BE9C59 !important;
}

.color3{
	color: #7590AC !important;
}

.color4{
	color: #AAC1D8 !important;
}

.case_txt{
	font-size: 30px;
}

.mtext1{
	font-size: 28px;
}

/*フッター背景のグラデーション*/

.bg-grad,.bg-grad02{
	position : relative;
}

.bg-grad::before{
	content: "";
    position: absolute; 
	width: 100%;
    height: 100%; 
	z-index: -10;
	background: linear-gradient(90deg, #D0D5DD 0%, #D0D5DD 15%, #DDE0E8 15%, #DDE0E8 50% , #EAEBEF 50%, #EAEBEF 100% );
}

.bg-grad02::before{
	content: "";
    position: absolute; 
	width: 100%;
    height: 100%; 
	z-index: -10;
	background: linear-gradient(90deg, #EAEBEF 0%, #EAEBEF 45%, #DDE0E8 45%, #DDE0E8 85% , #D0D5DD 85%, #D0D5DD 100% );
}

/*左右に寄せた白い背景*/


.bg-white01::before,
.bg-white02::before{
	content: "";
    position: absolute; /* 絶対位置を指定 */
	background-color: white;
	height: 100%; 
	opacity: 1;
}
.bg-white01::before{
    left: 0; /* 左端に寄せる */
}
	
.bg-white02::before{
    right: 0; /* 右端に寄せる */
}

@media screen and (min-width: 1201px) {
	.bg-white01::before{
		width: calc(50vw + 350px);
	}
	
	.bg-white02::before{
		width: calc(50vw + 650px);
		margin-left: calc(50vw - 665px);  /*650pxでは下部スクロールバー発生*/
	}
}

@media screen and (max-width: 1200px) {
	.bg-white01::before{
		width: 100%;
	}
	
	.bg-white02::before{
		margin-left:0;
	}
}

@media screen and (max-width: 767px) {
	.bg-white01::before,.bg-white02::before{
		width: calc(100% - 16px);
	}
	.bg-white02::before{
		margin-left: 16px;
	}
}


/*リンクホバー*/

.link_h{
		transition: all .3s;
}
.link_h:hover{
	opacity: .8;
}

/*画像右端に寄せる*/

.img_right{
	margin-right: calc(50% - 49.5vw); /*50vwでは下部スクロールバー発生*/
}


/*施工実績ギャラリー虫眼鏡アイコンアニメーションと表示*/
.e-gallery-item.elementor-gallery-item::after{
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    content: "\f00e";
    position: absolute;
    right: 10px;
    bottom: 7px;
    color: #D9D9D9;
	 opacity: 0;
	animation: fadeIn 0.5s ease-in 2s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1; /* 最終状態で表示 */
  }
}

@media screen and (max-width: 767px) {
	
	.case_txt{
	font-size: 20px;
}
	
	.mtext1{
	font-size: 18px;
}
	
}

.book-bg{
	position : relative;
}

/* トップスライダー */
.slider-wrapper {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
}
/* スライド3枚のグループ */
.slider {
	padding: 0;
  animation: scroll-left 50s infinite linear .5s both;
  display: flex; /* スライド3枚を横並び */
	list-style: none;
}
/* スライド */
.slide {
  width: calc(100vw / 3); /* 3はスライドの枚数 */
}
/* スライドの画像 */
.slide img {
  display: block;
  width: 100%;
	/* height: 40vh;*/
		height: 25vw;
	object-fit: cover;
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 767px) {
	/* スライド */
.slide {
  width: calc(100vw / 2); /* 3はスライドの枚数 */
}
/* スライドの画像 */
.slide img {
  display: block;
  width: 100%;
	height: 20vh;
	object-fit: cover;
}
	
}

/*料金表のタブ設定*/
/*タブの中身の余白・枠線*/
.elementor-tabs .elementor-tab-content{
    padding:10px 0 !important;
	border:none !important;
}

/*未選択時のタブの枠線*/
.elementor-tabs .elementor-tab-title{
    border:1px solid #000000 !important;
	border-bottom:0 !important;
}

/*2つ目以降のタブの枠線*/
.elementor-tabs .elementor-tab-title:nth-child(n+2){
    border-left:0 !important;
	border-bottom:0 !important;
}
/*タブ下線を黒へ*/
.elementor-widget-tabs .elementor-tab-title::after{
    border-color:#000000 !important;
}

/*スマホ時のスタイル*/
@media screen and (max-width: 767px) {

.elementor-tabs .elementor-tab-content{
	border-top:2px solid #000000 !important;
	}
.elementor-tabs .elementor-tab-title:nth-child(n+2){
	border-left:1px solid #000000 !important;
	border-bottom:1px solid #000000 !important;
	}
}

/* モバイルでもタブの切り替えをPCと同仕様に変更 */
.elementor-widget-tabs .elementor-tab-title:before {
	border: 1px #000000;
}

@media screen and (max-width: 767px) {
	.elementor-tabs .elementor-tabs-wrapper {
		/* display: block; */
		display: inherit !important;
	}
	.elementor-tabs .elementor-tab-mobile-title{
		display: none;		
	}
	.elementor-tabs .elementor-tab-content {
		border-top: none !important;
	}
	.elementor-tabs .elementor-tab-title:nth-child(n+2){
		border-left:none !important;
		border-bottom:none !important;
	}
}

/*トップテキストアニメーション*/
.line_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: right;
  overflow: visible;
}

.line_txt {
  font-size: 28px;
  font-weight: bold;
  color: #7590ac !important;
  position: relative;
  display: inline-block;
  text-align: right;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	padding-left: 5px;
}

.line_txt.active {
  opacity: 1;
  transform: translateY(0); 
}

.line_txt .text-content {
  position: relative;
  display: inline-block;
}

.line {
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  background-color: #7590ac;
  width: 0;
  transition: width 1s ease-out;
  transition-delay: 0.2s;
	border-radius: 5px;
}

.line_wrap.active .line {
  width: 100vw;
}

h4.line_txt {
  text-align: right;
  position: relative;
}

@media (max-width: 768px) {
  .line_txt {
    font-size: 24px;
	  margin-top: 30px;
  }
}


/*強みタイトルスタイル*/

.str_txt {
    font-size: 22px;
  }

.str_txt span {
    font-size: 32px;
	color: #04274B;
  }

@media (max-width: 768px) {
  .str_txt {
    font-size: 18px;
  }
	.str_txt span {
    font-size: 22px;
  }
}



/*2ページ目以降のピックアップを非表示*/
.paged #project_pick-up {
	display:none;
}

/*ヘッダーの開閉アニメーション用CSS*/
.custom-header {
	left: 0 !important; 
    right: 0 !important; 
    width: 100% !important; 
    inset-inline-start: unset !important; /* これがポイント！ */
    transition: all 0.3s ease-in-out;
}

.custom-header.header-hidden {
    transform: translateY(-100%); /* 上にスライドして隠す */
    opacity: 0; /* 透明にする */
}

/* アンカーリンクのオフセット Page scroll to id */
@media screen and (max-width: 1200px) {
    #ps2id-dummy-offset {
        height:80px;
    }
}
@media screen and (min-width: 1201px) {
    #ps2id-dummy-offset {
        height:80px;
    }
}

