@charset "utf-8";
/*共通 設定
---------------------------------------------------------*/
@font-face {
	font-family: 'Oswald';
	src: url('./font/Oswald-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald';
	src: url('./font/Oswald-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald';
	src: url('./font/Oswald-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald';
	src: url('./font/Oswald-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

:root {
  --color-main: #FFE600;
  --gray: #F5F5F5;
  --fontEn: "Oswald", sans-serif;
}
.fontEn{
		font-family: var(--fontEn);
		font-weight: 500;
		font-style: normal;
		line-height: 1;
}
.clrMain{
  color: var(--color-main)!important;
}
.bgMain{
  background-color: var(--color-main)!important;
}
.txt-set{
		line-height: 2;
		text-align: left;
}
:root { scroll-behavior: smooth; }         /* ネイティブスムース */
:root { scroll-padding-top: var(--hh, 80px); } /* ヘッダー分の余白 */

/*header
---------------------------------------------------------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	transition: .2s;
	z-index: 9999;
}
.headerWrap {
	width: 100%;
	max-width: 200rem;
	margin: 0 auto;
	padding: 1rem 0;
}
.hLogo {
	margin-left: 4rem;
}
.hLogo a{
	font-size: 2.4rem;
	color: #fff;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 1rem;
	text-align: left;
}
.hLogo img {
	width: 5.9rem;
}
.hLogo a p{
	line-height: 1.2;
}
.hLogo a p span{
	display: block;
	font-size: 1.4rem;
}
.hNav li {
	text-align: left;
	margin: 0 1.9rem;
	position: relative;
}
.hNav li a {
	position: relative;
	color: #fff;
	font-weight: 600;
}
.hNav li._insta {
	margin: 0 1.2rem;
}
.hNav li._contact{
	margin-right: 0;
}
.hNav li._contact a{
	color: #000;
	padding: 2.5rem 2.6rem 2.4rem;
	border: none;
}
.hNav li:not(:nth-of-type(n+7)) a::before{
  content: "";
  position: absolute;
  bottom: -.2rem;
  left: 0;
  width: 100%;
  height: .1rem;
  background: #fff;
  transform-origin: right top;
  transform: scale(0,1);
  transition: transform .4s cubic-bezier(.165,.84,.44,1);
}
.hNav li a:hover::before{
  transform-origin: left top;
  transform: scale(1,1);
}
#header.scrollClass {
	background-color: #fff;
	box-shadow: 0 .1rem .4rem rgba(0,0,0,.1)
}
#header.scrollClass a{
	color: #000;
}
#header.scrollClass a.c-blank::after{
  background-image: url("../img/icon_blank_black.svg");
}
#header.scrollClass .hNav li:not(._contact) a::before{
  background: #000;
}
#header.scrollClass .hNav li._insta img{
	filter: brightness(0);
}

.menuIcon {
	display: none;
}


/*footer
---------------------------------------------------------*/
.fContact{
  background: url("../img/contact_bg.jpg") center no-repeat;
  background-size: cover;
  padding: 13rem 0 10rem;
}
.fContact .row {
    gap: 15rem;
}
.fContact .row .box {
    flex:1;
    color: #fff;
}
.fContact .row .box .ttlEnJa {
    margin-bottom: 8rem;
}
.fContact .row .box .txt{
	text-shadow: 0 0 .3rem rgba(0,0,0,0.5);
}
.fContact .row .link {
    width: 49rem;
    max-width: 100%;
}
.fContact .row .link a{
	display: block;
	height: 12rem;
}
.fContact .row .link .c-tel{
  position: relative;
  border: .1rem solid #fff;
  margin-bottom: 3rem;
  padding: 2.8rem 4rem 2rem;
}
.fContact .row .link .c-tel::before{
		position: relative;
		z-index: 2;
		width: 2.4rem;
		height: 3.1rem;
}
.fContact .row .link .c-tel::after{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: .2s;
}
.fContact .row .link .c-tel span{
	position: relative;
	z-index: 2;
}
.fContact .row .link .c-tel .num{
    font-size: 4.8rem;
}
.fContact .row .link .c-tel .time{
    font-size: 1.4rem;
    margin: 0.2rem 0 0;
}
.fContact .row .link .c-tel:hover::after{
  background-color: rgba(0,0,0,.7);
}
.fContact .row .link .c-mail{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.4rem;
}
.fContact .row .link .c-mail::before {
    width: 2.8rem;
    height: 2rem;
    margin-right: 1.5rem;
}

.footer{
  background-color: #000;
}
.fRow{
  gap: 6.8rem;
  align-items: center;
}
.fCompany{
  background-color: #fff;
  padding: 5rem 3.6rem;
  width: 25.1rem;
}
.fCompany .fLogo{
  margin-bottom: 3rem;
  display: block;
}
.fCompany .fLogo img{
	width: 10.8rem;
	max-width: 100%;
  margin-bottom: 1rem;
}
.fCompany .fLogo .name{
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
}
.fCompany .fLogo .name span{
	display: block;
    font-size: 1.4rem;
}
.fAddress{
  font-size: 1.4rem;
  text-align: left;
}
.fNav {
		flex:1;
		gap: 8rem;
		font-weight: 600;
		text-align: left;
}
.fNav li + li,
.fNav .child {
  margin-top: 2rem;
}
.fNav a{
  color: #fff;
  position: relative;
}
.fNav a::before{
  content: "";
  position: absolute;
  bottom: -.2rem;
  left: 0;
  width: 100%;
  height: .1rem;
  background: #fff;
  transform-origin: right top;
  transform: scale(0,1);
  transition: transform .4s cubic-bezier(.165,.84,.44,1);
}
.fNav a:hover::before{
  transform-origin: left top;
  transform: scale(1,1);
}
.fNav .child li::before{
	content: "";
	width: 0.5rem;
	height: 0.1rem;
	background-color: #fff;
	display: inline-block;
	margin-right: 0.6rem;
	vertical-align: 0.5rem;
}
.fLink{
  width: 24.3rem;
  margin-top: -2rem;
  text-align: left;
}
.fLink .c-mail{
  margin-bottom: 4rem;
  width: 24.3rem;
  display: block;
  padding: 1.6rem;
  text-align: center;
}
.fLink .c-tel,
.fLink .insta{
	margin-left: 2rem;
}
.fLink .insta{
	color: #fff;
	margin-top: 3rem;
	display: inline-flex;
	align-items: center;
	font-size: 1.2rem;
}
.fLink .insta img{
	margin-right: 1rem;
}


/*共通 パーツ
---------------------------------------------------------*/
.c-mail{
  background-color: var(--color-main);
  color: #000;
  font-weight: 600;
  padding: 2rem;
  border: .1rem solid var(--color-main);
}
.c-mail::before{
  content: "";
  width: 1.6rem;
  height: auto;
  aspect-ratio: 16/11;
  background: url("../img/icon_mail.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: .5rem;
}
.c-mail:hover{
  color: var(--color-main)!important;
  background-color: #000;
}
.c-mail:hover::before{
  background-image: url("../img/icon_mail_yellow.svg");
}

.c-tel{
  color: #fff;
  letter-spacing: .08em;
}
.c-tel::before{
  content: "";
  width: 1.9rem;
  height: auto;
  aspect-ratio: 19/25;
  background: url("../img/icon_tel.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 0.5rem;
}
.c-tel .num{
  font-size: 3.3rem;
  /* white-space: nowrap; */
}
.c-tel .time{
	display: block;
	font-size: 1.2rem;
	margin-left: 4.2em;
}

.c-blank::after{
  content: "";
  width: 1.1rem;
  height: auto;
  aspect-ratio: 1;
  background: url("../img/icon_blank.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 1rem;
}

/* タイトル */
.ttlEnJa {
    font-size: 2rem;
    position: relative;
    z-index: 1;
    text-align: left;
    width: fit-content;
}
.ttlEnJa .fontEn {
    display: block;
    font-size: 9rem;
    margin-bottom: .4rem;
}
.ttlEnJa._small .fontEn{
  font-size: 2.8rem;
  display: inline-block;
}
.ttlEnJa._small .jaTxt{
  display: block;
  font-size: 5.4rem;
  line-height: 1.4;
}
.ttlEnJa._center{
  text-align: center;
  font-size: 2rem;
  margin-inline: auto;
}
.ttlEnJa._center .fontEn{
  font-size: 7.6rem;
  margin-bottom: 0.8rem;
}

.ttlEnJa._white,
.ttlEnJa._white span{
  color: #fff;
}
.ttlEnJa::before{
  content: "";
  width: 32.8rem;
  height: auto;
  aspect-ratio: 32.8/23.7;
  background: url("../img/logo02_gw.svg") center right no-repeat;
  background-size: contain;
  position: absolute;
  top: -7.3rem;
  right: -4.8rem;
  z-index: -1;
  opacity:0;
}
.ttlEnJa._logo_gy::before{
  background-image: url("../img/logo02_gy.svg");
}
.ttlEnJa._logo_gy02::before{
  background-image: url("../img/logo02_gy02.svg");
}
.ttlEnJa._logo_by::before{
  background-image: url("../img/logo02_by.svg");
}
.ttlEnJa._logo_wy::before{
  background-image: url("../img/logo02_wy.svg");
}
.ttlEnJa.active::before{
  animation: ttlEnJa .6s .4s forwards ease;
}
@keyframes ttlEnJa{
  0%{
    transform:translateX(4rem);
  }
  100%{
    transform: translateX(0);
	opacity: 1;
  }
}
.ttlEnJa._logoNone::before{
  display: none;
}

.ttlJa {
  font-size: 3.2rem;
  position: relative;
  z-index: 1;
  text-align: left;
  display: inline-block;
}
.ttlJa::before{
  content: "";
  width: 32.8rem;
  height: auto;
  aspect-ratio: 32.8/23.7;
  background: url("../img/logo02_gw.svg") center right no-repeat;
  background-size: contain;
  position: absolute;
  top: -9.7rem;
  right: -7.8rem;
  z-index: -1;
  opacity:0;
}
.ttlJa.active::before{
  animation: ttlEnJa .6s .4s forwards ease;
}


/* ボタン */
.btn._black a {
  background-color: #000;
  color: #fff;
  padding: 1rem 1rem 1rem 1.4rem;
  font-size: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 15rem;
  border: .1rem solid #000;
}
.btn._black._ja a{
  width: 24rem;
  font-size: 1.8rem;
  padding: 1rem;
}
.btn._black a::after {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 0.5rem;
  background: url("../img/arrow_white.svg") center no-repeat;
  background-size: contain;
  transition: .2s;
}
.btn._black a:hover{
  background-color: transparent;
  color: #000;
}
.btn._black a:hover::after {
  background-image: url("../img/arrow_black.svg");
  transform: translateX(1rem);
}

.btn._yellow {
  color: #fff;
  font-size: 2.4rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.btn._yellow::after {
  content: "";
  display: inline-block;
  width: 5rem;
  height: auto;
  aspect-ratio: 1;
  background: url("../img/arrow_black.svg") center no-repeat;
  background-size: 45% auto;
  background-color: var(--color-main);
}
a:hover .btn._yellow::after,
.anchorLink ul li a.btn:hover::after,
.exteriornavi li a:hover:after{
  animation: arrow .6s forwards;
}
@keyframes arrow {
  0%   { background-position: 50% center; background-size: 45% auto; }
  33%   { background-position: 110% center; background-size: 0 auto; }
  66%   { background-position: -110% center; background-size: 0 auto; }
  100%   { background-position: 50% center; background-size: 45% auto; }
}

.btn._blank a,
.btn._blank span {
  background-color: #fff;
  color: #C33;
  padding: 1.3rem 1rem;
  font-size: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 16.8rem;
}
.btn._blank a::after,
.btn._blank span::after{
  content: "";
  display: inline-block;
  width: 1rem;
  height: auto;
  aspect-ratio: 1;
  background: url("../img/icon_blank_red.svg") center no-repeat;
  background-size: contain;
  transition: .2s;
}
.btn._blank._red a{
  color: #fff;
  background-color: #C33;
  width: 32rem;
  gap: 1rem;
}
.btn._blank._red a:hover{
  background-color: #000;
}
.btn._blank._red a::after {
  background-image: url("../img/icon_blank.svg");
}
.btn._insta a::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
  background: url("../img/icon_insta.svg") center no-repeat;
  background-size: contain;
  transition: .2s;
}


/*アニメーション
---------------------------------------------------------*/
.img.js-scroll{
  overflow: hidden;
	position: relative;
}
.img.js-scroll img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: transform 2s .1s cubic-bezier(.33,1,.68,1);
}
.img.active img{
	transform: scale(1);
}
.img.js-scroll::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #666;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
.img.js-scroll.active::before{
  animation: imgColor .6s .1s forwards linear;
}
@keyframes imgColor{
  0%{
	  background-color: #666;
  }
  100%{
	  background-color: transparent;
  }
}

/* fadeIn */
._fadeIn,
.topLead .leadSlide{
  opacity: 0;
  transition: opacity .6s .4s ease;
}
.topBusiness .link a._01 {
  transition-delay: .2s;
}
.topBusiness .link a._02 {
  transition-delay: .4s;
}
.topBusiness .link a._03 {
  transition-delay: .6s;
}
.fContact .row .link .c-mail{
  transition: opacity .6s .6s ease,background-color 0.2s;
}

._fadeIn.active,
.topLead.active .leadSlide{
  opacity: 1;
}


/*top
---------------------------------------------------------*/
.mainArea{
  position: relative;
  overflow: hidden;
}
.mainArea::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #4e4e4e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
.mainArea.active::before{
  animation: mainColor 1.2s forwards linear;
}
@keyframes mainColor{
  0%{
	  background-color: #444;
  }
  100%{
	  background-color: #B6B6B6;
  }
}
.mainBox{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  height: 100%;
  width: 64.7rem;
}
.mainBox h1{
	position: relative;
	z-index: 3;
	text-align: left;
	font-feature-settings: "palt";
	letter-spacing: .1em;
}
.mainBox h1 span{
  color: #fff;
  background-color: #000;
  padding: .1rem 3.2rem 0;
  margin: 0.5rem 0;
  display: inline-block;
  font-size: 5.3rem;
}
.mainBox h1 span{
  opacity: 0;
}
.active .mainBox h1 span{
  opacity: 1;
  animation: textLeft 1.2s .2s backwards cubic-bezier(.77,0,.175,1);
}
@keyframes textLeft{
  0%,30%{
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100%{
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.mainBox .logo{
  width: 58.6rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
}
.active .mainBox .logo{
  animation: transLeft .8s 1.1s forwards ease;
}
@keyframes transLeft{
  0%{
    transform:translateY(-50%) translateX(8rem);
  }
  100%{
    transform: translateY(-50%) translateX(0);
	opacity: 1;
  }
}
.mainArea .enTxt{
  font-size: min(7.2vw,13.4rem);
  color: #fff;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 2;
  opacity: 0;
  line-height: 1;
  white-space: nowrap;
}
.mainArea.active .enTxt{
  opacity: 1;
  animation: textLeft 1.2s 1.15s backwards cubic-bezier(.77,0,.175,1);
}
.mainArea .bgImg {
  height: 100%;
}
.mainArea .bgImg figure{
  width: 50%;
  max-height: 100rem;
	overflow: hidden;
}
.mainArea .bgImg figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 3s, opacity 3s cubic-bezier(.33,1,.68,1);
}
.mainArea .bgImg figure._01 img{
  transform: scale(1);
}
.mainArea.active .bgImg figure img{
	transform: scale(1);
	opacity: 1;
}
.mainArea.active .bgImg figure._01 img{
  transform: scale(1.1);
}

.topLead{
	padding: 30.6rem 0 13.6rem;
}
.topLead .container{
	position: relative;
	height: 100%;
}
.topLead .box {
  max-width: 29.2rem;
  text-align: left;
}
.topLead .box .ttl {
  font-size: 2.4rem;
  padding-bottom: 1.6rem;
}
.topLead .box .txt{
	line-height: 1.7
}
.leadSlide .slide{
  position: absolute;
	width: 61.4rem;
	height: 35.2rem;
}
.leadSlide .slide._01{
  left: -60%;
  bottom: 0;
}
.leadSlide .slide._02{
  width: 80.4rem;
  height: 54.4rem;
  left: 31.2%;
  bottom: 0rem;
}
.leadSlide .slide._03{
  left: 106.8%;
  bottom: 0;
}
.leadSlide .slide figure {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: 1.8s;
}
.leadSlide .slide figure.active {
	opacity: 1;
}
.leadSlide .slide figure.hidden {
	opacity: 0
}
.leadSlide .slide figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.topBusiness{
	padding: 0;
}
.topBusiness .area{
  background-color: var(--color-main);
  padding: 10rem 0 5rem;
}
.topBusiness .row {
    gap: 12rem;
}
.topBusiness .row .box {
    flex:1;
}
.topBusiness .row .box .txt {
    padding-bottom: 2rem;
}
.topBusiness .row .box .btn {
    text-align: right;
}
.topBusiness .link {
  grid-template-columns: repeat(4, 1fr);
}
.topBusiness .link a {
  position: relative;
  gap: 2.8rem;
  height: clamp(38rem,30vw,56rem);
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  flex-direction: column;
}
.topBusiness .link a::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #999797;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.topBusiness .link a .num {
  font-size: clamp(5.6rem,4vw,8rem);
  position: relative;
  letter-spacing: .05em;
}
.topBusiness .link a .num ._yellow{
  color: var(--color-main);
}
/*
.topBusiness .link a .num::after {
  content: "";
  width: .2rem;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: -2.4rem;
}

.topBusiness .link a .txt{
	text-align: left;
}*/
.topBusiness .link a .txt h3{
  font-size: clamp(3.4rem,2.5vw,4.8rem);
  line-height: 1.3;
  margin: 0 0 1rem;
}
.topBusiness .link a .txt p{
  font-size: clamp(2rem,1.4vw,2.6rem);
  font-weight: 300;
}
.topBusiness .link a .btn{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.topBusiness .link a .img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.topBusiness .link a .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
}
.topBusiness .link a:hover::before{
  background-color: #575757;
}
.topBusiness .link a:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.topWorks{
	padding: 20rem 0 14rem;
}
.topWorks .ttlEnJa::before{
	right: -10rem;
}
.postSlide{
  margin: 8.8rem 0 6.8rem;
}
.postSlide a {
  position: relative;
  display: block;
  width: 54rem;
  height: 30rem;
}
.postSlide a::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #A8A7A7;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.postSlide a::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
  background: url("../img/arrow_black.svg") center no-repeat;
  background-size: 45% auto;
  background-color: var(--color-main);
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.postSlide a .box{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  color: #fff;
  opacity: 0;
  z-index: 3;
  height: 100%;
  width: 37.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.postSlide a .ttl{
  font-size: 1.8rem;
  font-weight: 600;
  height: 11rem;
  line-height: 1.7;
  width: 100%;
}
.postSlide a .item{
  border-top: .1rem solid #fff;
  font-size: 1.4rem;
  gap: 2.4rem;
  width: 100%;
  padding-top: 1rem;
}
.postSlide a .item .cate{
  position: relative;
}
.postSlide a .item .cate::after{
  content: "";
  width: .1rem;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: -1.2rem;
}
.postSlide a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.postSlide a:hover::before,
.postSlide a:hover::after,
.postSlide a:hover .box{
	transition: .2s
}
.postSlide a:hover::before,
.postSlide a:hover::after,
.postSlide a:hover .box,
.postSlide a:hover img{
  opacity: 1;
}
.swiper-wrapper {
  transition-timing-function: linear;
}
.topWorks .nopost{
  font-size: 1.8rem;
  margin-top: 7.2rem;
}

.topReason {
	background-color: var(--color-main);
	padding: 0;
}
.topReason .row{
	gap: 12rem;
}
.topReason .row .box {
    width: 43rem;
    max-width: 100%;
    padding: 14rem 0 4rem;
}
.topReason .row .box .ttlEnJa {
    margin-bottom: 7.8rem;
}
.topReason .row .box .txt {
  margin-bottom: 6.7rem;
  width: 40rem;
}
.topReason .row .box .btn {
  text-align: left;
}
.topReason .row .imgWrap {
    width: 96rem;
    margin-right: calc(-50vw + 50%);
    position: relative;
}
.topReason .row .img{
	width: 100%;
    height: 100%;
}
.topReason .row .img img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}
.topReason .enTxt{
  position: absolute;
  bottom: -10.6rem;
  left: -5rem;
  margin-inline: auto;
  font-size: 12rem;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  -o-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  z-index: 2;
  color: #fff;
  white-space: nowrap;
  transform: rotate(180deg);
}

.topCompany{
	padding: 14rem 0;
}
.topCompany .row {
    gap: 9.4rem;
    align-items: flex-end;
    justify-content: flex-end;
}
.topCompany .row .box {
    width: 60rem;
    max-width: 100%;
    text-align: left;
}
.topCompany .row .box .ttlEnJa {
    margin-bottom: 7.7rem;
}
.topCompany .row .box .ttl {
    font-size: 2.6rem;
    margin-bottom: 1.6rem;
}
.topCompany .row .box .txt {
  margin-bottom: 4rem;
  max-width: 46rem;
}
.topCompany .row .img {
    width: 93.1rem;
    height: 52.3rem;
    margin-left: calc(-50vw + 50%);
}
.topCompany .row .img img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}


/*下層共通
---------------------------------------------------------*/
.lower_mv{
  height: 38rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.lower_mv .ttlEnJa {
  font-size: 2.4rem;
  margin-top: 8rem;
}
.lower_mv .ttlEnJa::before{

right: -11.5rem;
}
.lower_mv .bgImg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lower_mv .bgImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/*contact
---------------------------------------------------------*/
.contactSec{
  padding: 4.2rem 0;
}
.contactSec .lead .txt{
  margin-bottom: 3rem;
}
.contactSec .lead .row {
    gap: 6.5rem;
    background-color: var(--color-main);
    padding: 4rem 4.2rem 2.4rem;
    max-width: 100rem;
    margin-inline: auto;
}
.contactSec .lead .row h2 {
    font-size: 2.8rem;
    width: 42rem;
    max-width: 100%;
    margin-top: 1rem;
}
.contactSec .lead .row .c-tel {
    color: #000;
}
.contactSec .lead .row .c-tel::before {
    width: 3.3rem;
    height: auto;
	aspect-ratio: 3.3/4.2;
    background-image: url("../img/icon_tel_black.svg");
}
.contactSec .lead .row .c-tel .num {
    font-size: 6.2rem;
}
.contactSec .lead .row .c-tel .time {
    font-size: 1.4rem;
    margin-left: -3.4em;
}

.formArea {
	font-size: 1.8rem;
	padding: 9rem 10rem;
}
.formTxt {
	font-size: 115%;
	font-weight: 600;
	margin-bottom: 4rem;
	color: #cc0000;
}
.formBox dt,
.formBox dd {
	width: 30%;
	font-weight: 400;
	text-align: left;
	position: relative;
	padding: 2.5rem 2rem;
	border-bottom: .1rem solid #E6E6E6;
}
.formBox dt:last-of-type,
.formBox dd:last-of-type{
	border-bottom: none;
}
.formBox dt::before {
	content: "任意";
	font-size: 82%;
	font-weight: 500;
	padding: 0.6rem 1rem;
	display: inline-block;
	background: #999999;
	color: #fff;
	line-height: 0.9;
	margin-right: 2rem;
}
.formBox dt.req::before {
	content: "必須";
	background: #A8191F;
}
.formBox dt {
	margin-top: 1rem;
}
.formBox dd {
	width: 70%;
	padding-left: 0;
}
.formBox dd.formName{
	justify-content:space-between;
}
.formName > .txt {
	width: 47%;
	display: flex;
	align-items: center;
}
.formName .txt span {
	display: block;
	white-space: nowrap;
	min-width: 4.6rem;
}
.form-address p {
	text-align: left;
	padding: .5rem 0;
}
.formBox input[type="text"],
.formBox input[type="tel"],
.formBox input[type="email"],
.formBox input[type="date"],
.formBox select,
.formBox textarea {
	width: 100%;
	padding: .5em;
	border: 1px solid #D9D9D9;
	color: #000;
	font-size: 1.6rem;
	letter-spacing: .05em;
	line-height: 1.6;
	background-color: #F2F2F2;
}
input::placeholder,
textarea::placeholder{
	color: #AAAAAA;
}
.formBox .radioWrap{
	gap: 4rem;
}
.formBox .radioWrap label{
	margin: 0;
}
.formBox textarea {
	height: 19rem;
}

.privacyBox{
  padding: 10rem 0 0;
}
.privacyBox h3{
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 0.7rem;
}
.privacyTxt{
	overflow: auto;
	width: 100%;
	height: 15rem;
	white-space: normal;
	padding: 1.4rem;
	font-size: 1.4rem;
	text-align: left;
	border: 1px solid #DCDCDC;
	font-feature-settings: "palt";
	letter-spacing: 0.02em;
}
.privacyTxt h4{
font-size: 1.5rem;
font-weight: 600;
margin: 2.6rem 0 1rem;
}
.privacyTxt h4:first-of-type{
	margin-top: 0;
}
.privacyTxt h5,
.privacyTxt h6,
.privacyTxt p{
font-size:1.4rem;
font-weight:500;
}
.privacyTxt h5,
.privacyTxt h6{
margin: 2rem 0 1rem;
}

.privacyCheck {
	margin: 2rem 0 1rem;
}
.privacyCheck a {
	color: #0553dd;
	text-decoration: underline;
}
.formBtn {
	margin-top: 2rem;
}
.formArea input[type="submit"],
.formArea input[type="button"] {
	font-weight: 400;
	font-style: normal;
	font-size: 120%;
	line-height: 1.2;
	letter-spacing: .075em;
	text-indent: .075em;
	background: var(--color-main);
	min-width: 24rem;
	display: block;
	padding: 1.8rem 2rem;
	margin: 1rem;
	border: none;
	transition: .2s;
	cursor: pointer;
	font-weight: 500;
	line-height: 1;
	color: #000;
}
.formArea input[type="submit"].btn_back{
	background: #ddd;
	color: #333;
}
.formArea input[type="submit"]:hover,
.formArea input[type="button"]:hover{
	opacity: .7;
}

.onlyconf,button {
	display: none;
}
.mw_wp_form_confirm .onlyconf,
#confirm .onlyconf {
	display: block!important;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0!important;
}
.mw_wp_form_confirm .privacyBox,
.mw_wp_form_confirm .formBox dt::before,
.mw_wp_form_confirm .zipBtn,
.mw_wp_form_confirm .formName .txt span,
.mw_wp_form_confirm .policyTxt,
.mw_wp_form_confirm h2 {
	display: none!important;
}
.mw_wp_form_confirm .formName > .txt {
	width: auto;
}

.thxBox {
	line-height: 1.8;
	padding: 4rem 1.5rem;
	border: 1px solid #999;
	background: #fff;
	color: #1a1a1a
}
.thxBox .ttl{
	font-size: 2.2rem;
}
.thxBox .txt{
	margin-bottom: 1.6rem;
}


/*business
---------------------------------------------------------*/
.secTxtArea {
  padding: 6rem 0;
}
.secTxt {
  gap: 1rem 3rem;
  padding: 0 5rem 0 6rem;
  text-align: left;
}
.secTxt h2 {
  font-size: 3.2rem;
  font-weight: 600;
  white-space: nowrap;
}
.secTxt .txt {
  line-height: 2;
  text-align: left;
}
.bizLink li + li {
  margin-top: 6rem;
}
.bizLink li a {
  position: relative;
  gap: 4.8rem;
  height: 27rem;
  align-items: center;
  color: #fff;
  overflow: hidden;
  padding: 2rem 2rem 2rem 11.5rem;
}
.bizLink li a::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #999797;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.bizLink li a .num {
  font-size: 3.2rem;
  position: relative;
  letter-spacing: .05em;
  margin-bottom: 0.4rem;
}
.bizLink li a .num ._yellow{
  color: var(--color-main);
}
.bizLink li a .num i {
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  margin-right: 0.2em;
}
.bizLink li a .txt {
	text-align: left;
  position: relative;
  z-index: 10;
}
.bizLink li a .txt::before {
  content: "";
  display: block;
  width: 31.2rem;
  height: auto;
  aspect-ratio: 7/5;
  background: url(../img/logo02_wy.svg) center right no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -8.5rem;
  transform: translateY(-50%);
  z-index: -1;
}
.bizLink li a .txt h2 {
  font-size: 5.4rem;
  line-height: 1.3;
  letter-spacing: .05em;
}
.bizLink li a .btn{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.bizLink li a .img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.bizLink li a .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
}
.bizLink li a:hover::before{
  background-color: #575757;
}
.bizLink li a:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}


/*works
---------------------------------------------------------*/
.worksArchive{
	padding-top: 4rem;
}
.worksArchive .cateWrap h2{
  font-size: 3.2rem;
  margin-bottom: 0.8rem;
  text-align: left;
}
.archiveCate {
  gap: 0.6rem;
  padding-bottom: 5.5rem;
}
.archiveCate li a {
  display: block;
  padding: 0.6rem 1.8rem;
  line-height: 1;
  font-size: 1.6rem;
  background-color: #999797;
  color: #fff;
}
.archiveCate li.current a{
  color:#fff;
  background-color: #000;
}
.archiveCate a:hover {
  background-color:#555;
}
.postCard{
    gap: 6rem 2.3rem;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
}
.postCard a{
    display: flex;
    flex-direction: column;
}
.postCard a:hover{
    opacity: .8;
}
.thumb {
    overflow: hidden;
    aspect-ratio: 9 / 5;
    position: relative;
}
.postCard a .thumb::after{
  content: "";
  display: inline-block;
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
  background: url("../img/arrow_black.svg") center no-repeat;
  background-size: 45% auto;
  background-color: var(--color-main);
  position: absolute;
  right: 0;
  bottom: 0;
}
.postCard a:hover .thumb::after{
  animation: arrow .6s forwards;
}
.thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .4s;
}
a:hover .thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}
.postCard a .box{
	margin-top: 1.4rem;
	gap: .8rem;
	align-items: center;
}
.postCard a .date {
    font-size: 1.4rem;
}
.postCard a .cate{
    background-color: #000;
    color: #fff;
    padding: 0.5rem 1.2rem;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1;
}
.postCard a .ttl{
    width: 100%;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.worksArchive .nopost{
	font-size: 1.8rem;
	margin-top: 2rem;
}

/* ページャー */
.pager {
  width: 100%;
  text-align: center;
  margin-top: 4rem;
}
.pager span, .pager a {
  display: inline-block;
  padding: 0;
  margin: 0 0.4rem;
  transition: .1s;
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
  font-size: 2rem;
  line-height: 1.5;
  font-family: var(--fontEn);
  background-color: #F5F5F5;
}
.pager a.prev,
.pager a.next{
  width: 5rem;
  height: auto;
}
.pager a.page-numbers:hover{
  background-color: var(--color-main);
}
.pager a.prev,
.pager a.next{
  background-color: transparent;
}
.pager a.prev:hover,
.pager a.next:hover{
  background-color: transparent;
  opacity:.7;
}
.pager .next,.pager .prev {
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pager .current {
  background-color: #000;
  color: #fff;
}


/*works 詳細
---------------------------------------------------------*/
.singleWrap {
  text-align: left;
}
.singleHeader {
  margin-bottom: 4.2rem;
  gap: 1rem;
}
.singleHeader .cate{
  padding: 0.5rem 1.4rem .4rem;
  line-height:1;
  background-color: #000;
  color: #fff;
}
.singleHeader h2 {
  font-size: 3.2rem;
  width: 100%;
}
.single .contWrap{
  max-width: 100.5rem;
  margin:0 auto
}
.single .img{
  max-width: 68rem;
  margin:0 auto;
  margin: 2rem auto 3rem;
  text-align: center;
}
.single .img img{
  max-height: 50rem;
}
.single .cont h3{
  font-size:2rem;
  margin: 2rem 0 0;
}
.single .cont h4,
.single .cont h5,
.single .cont h6{
  font-size:1.8rem;
  margin: 2rem 0 0;
}
.single .cont p{
  line-height:1.8;
  font-size: 1.6rem;
  margin-top: 1rem;
}
.single .construct {
	margin-top: 3rem;
}
.single .construct dt,
.single .construct dd {
    padding: 2.5rem 5rem 2.2rem 0;
    text-align: left;
    width: 85%;
    border-bottom: .1rem solid #000;
}
.single .construct dt {
    width: 15%;
    font-size: 1.8rem;
    font-weight: 600;
}
/* 前後の記事 */
.pageset._card {
    margin-top: 8rem;
    margin-bottom: 3rem;
    gap: 10rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 100.5rem;
    margin-inline: auto;
}
.pageset > div{
    height: 100%;
    flex: 1;
}
.pageset > div a{
    display: flex;
    flex-direction: column;
}
.pageset > div a:hover{
    opacity: .8;
}
.pageset a.postArrow .pagesetText{
    padding-bottom: 1rem;
}
.pagebefore a.postArrow{
    text-align: left;
}
.pagenext a.postArrow{
    text-align: right;
    height: 100%;
}
.pagesetPost{
    text-align: left;
    gap: 1rem;
}
.pagesetPostText{
    width: 55%;
}
.pagesetPost .thumb{
    width: 10rem;
    aspect-ratio: 1;
}
.pagesetPostTxt{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.pagenext .pagesetPostTxt{
	align-items: flex-end;
}
.pagesetPostTxt .ttl{
    font-size: 1.4rem;
    width: 100%;
}
.pagesetPost .btn._yellow{
	color: #000;
	font-size: 1.8rem;
	font-weight: 600;
	align-content: flex-end;
	flex-wrap: wrap;
}
.pagebefore .pagesetPost .btn._yellow{
	flex-direction: row-reverse;
}
.pagesetPost .btn._yellow::after {
	width: 3.6rem;
}
.pagebefore .pagesetPost .btn._yellow::after {
    transform: scale(-1, 1)
}


/*reform
---------------------------------------------------------*/
.reformStreng{
	padding: 0 0 10rem;
}
.reformStreng .ttlWrap{
  background-color: var(--color-main);
  padding: 7.7rem 0 6rem;
  margin-bottom: 8rem;
}
.reformStreng .ttlWrap .ttlEnJa {
  text-align: center;
}
.reformStreng .ttlWrap .ttlEnJa .fontEn{
	font-size: 8rem;
}
.reformStreng .ttlWrap .ttlEnJa::before {
    width: 28rem;
    top: -6.6rem;
    right: -2.7rem;
}
.reformStreng .row {
    gap: 5.5rem;
}
.reformStreng .row:nth-of-type(even),
.reformStreng .row:nth-of-type(even) .box{
  flex-direction: row-reverse;
}
.reformStreng .row:nth-of-type(n+2) {
  margin-top: 9.5rem;
}
.reformStreng .row .img {
  width: 52rem;
  max-width: 100%;
}
.reformStreng .row .box {
  flex:1;
  gap: 2.3rem;
}
.reformStreng .row .box .ttl {
    font-size: 3.2rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: left;
    line-height: 1.3;
    letter-spacing: .1em;
}
.reformStreng .row .box .ttl span{
  letter-spacing: -0.05em;
  display: inline-block;
  transform: rotate(-90deg);
}
.reformStreng .paint{
	margin-top: 10rem;
}
.reformStreng .paint h4{
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.reformStreng .paint .bnr{
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 3.7rem;
}
.reformStreng .paint .bnr .img img{
  width: 100%;
	height: 100%;
	object-fit: cover;
}
.reformStreng .paint .box {
  background: #C33;
  color: #fff;
  padding: 3rem;
  transition: .4s;
  background: linear-gradient(-45deg, #C33, #C33, #ffb100, #C33);
  background-size: 400% 400%;
  animation: GradietionAnimation 16s ease infinite;
}
@keyframes GradietionAnimation {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
.reformStreng .paint .box h5 {
  font-size: 1.8rem;
  padding-bottom: 0.8rem;
}
.reformStreng .paint .box strong {
  margin-bottom: 1.2rem;
  display: block;
}
.reformStreng .paint .bnr:hover .box{
	animation:none;
	filter: grayscale(100%);
}
.reformStreng .paint .bnr:hover .box .btn span{
	color: #000;
}
.reformStreng .paint .bnr:hover .box .btn span::after{
	background-image:url(../img/icon_blank_black.svg);
}
.reformStreng .paint .txt{
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 2rem;
}
.reformPlan{
  background-color: var(--color-main);
  padding: 9rem 0;
  margin-bottom: 14.5rem;
}
.reformPlan .row {
    gap: 9.4rem;
    align-items: flex-end;
    justify-content: flex-end;
}
.reformPlan .row .img {
  width: 93.1rem;
  height: 52.3rem;
  margin-left: calc(-50vw + 50%);
}
.reformPlan .row .img img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

.reformPlan .row .box {
    width: 49rem;
    max-width: 100%;
    text-align: left;
}
.reformPlan .row .box .ttlJa {
    margin-bottom: 7.8rem;
}
.reformPlan .row .box ul{
  margin-bottom: 2.2rem;
}
.reformPlan .row .box li{
  text-align: left;
  text-indent: -0.3em;
  padding-left: 0.6em;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
}
.reformPlan .row .box li::before{
  content:"●";
  display:inline-block;
  font-size: 0.8rem;
  vertical-align: 0.6rem;
  margin-right: 0.8rem;
}
.reformPlan .row .box .txt {
  max-width: 44rem;
  margin-bottom: 1.4rem;
}


/*reason
---------------------------------------------------------*/
.c_reason{
	padding: 5rem 0 20rem;
}
.c_reason._exterior{
  overflow: hidden;
}
.c_reasonRow {
    gap: 9.4rem;
    align-items: flex-end;
    justify-content: center;
}
.c_reasonRow + .c_reasonRow{
  justify-content: flex-start;
  margin-top: 11rem;
}
.c_reasonRow:nth-of-type(even){
  flex-direction: row-reverse;
}
.c_reasonRow .box {
    min-width: 38rem;
    max-width: 38rem;
    text-align: left;
}
.c_reasonRow .box .ttlEnJa {
    margin-bottom: 12rem;
}
.c_reasonRow:nth-of-type(2) .box .ttlEnJa,
.c_reasonRow:nth-of-type(3) .box .ttlEnJa{
	margin-bottom: 6rem;
}
.c_reasonRow .box .ttl {
    font-size: 3.2rem;
    margin-bottom: 1.6rem;
}
.c_reasonRow .img {
    width: 105rem;
    height: 56rem;
    margin-right: calc(-50vw + 50%);
}
.c_reasonRow:nth-of-type(even) .img{
    margin-right: 0;
    margin-left: calc(-50vw + 50%);
}
.c_reasonRow .img img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}


/*carpentering
---------------------------------------------------------*/
.carpenWork{
	padding: 0 0 9rem;
}
.carpenWork .area{
  position: relative;
  color: #fff;
  padding: 4.2rem 2rem 4.8rem;
}
.carpenWork .area::before,
.carpenWork .area::after{
  content: "";
  width: 50%;
  height: 100%;
  background: url("../img/carpentering/work_bg01.jpg") center right no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.carpenWork .area::after{
  background-image: url("../img/carpentering/work_bg02.jpg");
  left: auto;
  right: 0;
}
.carpenWork .ttlRow {
  gap: 4rem;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  letter-spacing: .02em;
}
.carpenWork .ttlRow h2 {
  font-size: 2.4rem;
  margin-top: 4.2rem;
  border-bottom: .5rem solid var(--color-main);
}
.carpenWork .ttlRow .year {
  font-size: 4.2rem;
  font-weight: 600;
}
.carpenWork .ttlRow .year .num{
  font-size: 285.7%;
  margin: 0 0.6rem;
}
.carpenWork .txt{
  font-size: 2rem;
}
.c_carpen{
	padding-top: 0;
}
.c_carpenArea{
    padding-top: 14.7rem;
}
.c_carpenArea .row {
    gap: 10.4rem;
    align-items: center;
}
.c_carpenArea .row .box {
    min-width: 48rem;
    max-width: 48rem;
    text-align: left;
    padding-left: 6rem;
}
.c_carpenArea .row .box .ttlEnJa {
    margin-bottom: 8.7rem;
}
.c_carpenArea .row .box .ttlEnJa::before {
    right: -15rem;
}
.c_carpenArea .row .box .txt {
    max-width: 36rem;
}
.c_carpenArea .row .img {
    width: 93rem;
    height: 40rem;
    margin-right: calc(-50vw + 50%);
}

.c_carpenArea .row .img img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}
.c_carpenArea:nth-of-type(odd){
  background-color: var(--gray);
  padding: 7.5rem 0;
}
.c_carpenArea:nth-of-type(odd) .row{
  flex-direction: row-reverse;
}
.c_carpenArea:nth-of-type(odd) .box{
	padding-left: 0;
}
.c_carpenArea:nth-of-type(odd) .img{
    margin-right: 0;
    margin-left: calc(-50vw + 50%);
}


/*civil-engineering
---------------------------------------------------------*/
.c_civil{
	padding:0 0 17rem;
}
.c_civilRow {
  gap: 3rem;
}
.c_civilRow + .c_civilRow{
  margin-top: 5.8rem;
}
.c_civilRow .img {
  width: 68rem;
  max-width: 100%;
}
.c_civilRow .box {
  flex:1;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c_civilRow .box .enTxt{
  font-size: 2rem;
  padding: 0.5rem 2rem;
  background-color: var(--color-main);
  display: inline-block;
  font-weight: 400;
  margin-bottom: 1rem;
}
.c_civilRow .box .ttl {
  font-size: 3.2rem;
  padding-bottom: 1rem;
  font-feature-settings: "palt";
  letter-spacing: .02em;
  line-height: 1.4;
  flex: 1;
  max-height: 10rem;
}
.c_civilRow .box .ttl span{
  font-size: 68.8%;
  display: block;
}
.c_civilRow .box .txt{
	max-width: 32rem;
}


/*company
---------------------------------------------------------*/
.anchorLink{
  padding: 6rem 0 0;
}
.anchorLink ul{
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
}
.anchorLink ul li a.btn{
  background: url("../img/company/anchor_bg01.jpg") center no-repeat;
  background-size: 100% 100%;
  font-size: 1.6rem;
  color: #fff;
  display: block;
  padding: 4rem 0 2.8rem;
  position: relative;
  z-index: 1;
  font-weight: 600;
}
.anchorLink ul li:nth-of-type(2) a.btn{
  background-image: url("../img/company/anchor_bg02.jpg");
}
.anchorLink ul li:nth-of-type(3) a.btn{
  background-image: url("../img/company/anchor_bg03.jpg");
}
.anchorLink ul li a.btn .fontEn {
  display: block;
  font-size: 4.2rem;
  margin-bottom: .4rem;
}
.anchorLink ul li a.btn::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #B6B6B6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.anchorLink ul li a.btn::after{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 3.6rem;
}
.anchorLink ul li a.btn:hover{
  background-size: 110% 110%;
}
.anchorLink ul li a.btn:hover::before{
  background-color: #767676;
}
.companyMessage{
	padding-bottom: 4rem;
}
.companyMessage .rowWrap{
	margin-top: 6.8rem;
}
.companyMessage .row {
    gap: 5.7rem;
    align-items: flex-start;
}
.companyMessage .row + .row{
	margin-top: 7.4rem;
}
.companyMessage .row .box {
    text-align: left;
    width: 52rem;
    max-width: 100%;
}
.companyMessage .row .box .ttl {
    margin-bottom: 6.4rem;
    font-size: 3.2rem;
}
.companyMessage .row .box .txt{
	line-height: 1.7;
}
.companyMessage .row .img {
    width: 93rem;
    height: 43rem;
    margin-right: calc(-50vw + 50%);
}
.companyMessage .row .img img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}
.companyMessage .row:nth-of-type(even){
  flex-direction: row-reverse;
}
.companyMessage .row:nth-of-type(even) .img{
    margin-right: 0;
    margin-left: calc(-50vw + 50%);
}
.companyInfo{
	padding: 8rem 0 0;
}
.companyInfo .ttlWrap{
  background-color: var(--color-main);
  padding: 7.7rem 0 5rem;
  margin-bottom: 6.4rem;
}
.companyInfo .ttlWrap .ttlEnJa {
  text-align: center;
  width: fit-content;
}
.companyInfo .ttlWrap .ttlEnJa::before {
    width: 28rem;
    top: -6.6rem;
    right: 0;
    left: 0;
    margin-inline: auto;
}
.companyInfo .ttl{
  font-size: 2.6rem;
  text-align: left;
  padding: 0 2rem 2rem;
}
.companyInfo .profile dt,
.companyInfo .profile dd {
  padding: 2.5rem 2rem;
  text-align: left;
  width: 78%;
  border-bottom: .1rem solid #DCDCDC;
}
.companyInfo .profile dt {
  width: 22%;
}
.companyInfo .profile dd{
	padding-right: 20rem;
}
.companyInfo .profile dd li{
  text-align: left;
  text-indent: -0.3em;
  padding-left: 0.8em;
}
.companyInfo .profile dd li + li{
  margin-top: 1rem;
}
.companyInfo .profile dd li::before{
  content:"●";
  display:inline-block;
  font-size: 0.4rem;
  vertical-align: 0.4rem;
  margin-right: 0.6rem;
}

.companyAccess .ttlEnJa{
	margin-bottom: 2.4rem;
}
.map {
  position: relative;
  padding-bottom: 25%;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin-inline: auto;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map._02{
  padding-bottom: 44%;
}
.companyAccess .head{
  gap: 5.8rem;
  margin: 2.8rem 0 5rem;
  justify-content: center;
}
.c_accsess .ttl{
  font-size: 1.6rem;
  text-align: left;
}
.c_accsess .txt{
  font-size: 1.6rem;
  text-align: left;
}
.companyAccess .row {
  grid-template-columns: repeat(2, 1fr);
  gap: 5.3rem 8rem;
}
.companyAccess .row .box .ttl {
  margin: 1.2rem 0 .4rem;
}


/*exterior
---------------------------------*/
.exteriortop{
	margin: 0 0 8rem;
}
.exteriortop._02{
	margin-bottom: 0;
}

.exteriortop ._cont{
	flex-basis: 40%;
	text-align: left;
}
.exteriortop._02 ._cont{
flex-basis: 48%;
}
.exteriortop ._img{
	flex-basis: 50%;
}
.exteriortop._02 ._img{
flex-basis: 48%;
}

.exteriortop h3{
	font-size: 3.2rem;
	margin: 0 0 3rem;
}
.exteriortop h4{
	font-size: 2rem;
	margin: 0 0 2rem;
}

.exteriortop ._txt{
	line-height: 2;
}

.etitle01{
	background: #000;
	color: #fff;
	font-size: 2.8rem;
	padding: 1rem;
	margin: 0 0 4rem;
}
.kftile {
	margin: 0 0 8rem;
}
.kftile ._cont{
	flex-basis: 46%;
	text-align: left;
}

.kftile ._img{
	flex-basis: 50%;
	text-align: left;
}
.kftile h3{
	font-size: 2.8rem;
	margin: 0 0 3rem;
}
.kftile ._txt{
	line-height: 2;
}

.kftile ._img ul{
	position: relative;
}
.kftile ._img li._before{
	position: absolute;
	right: 0;
	bottom: -3rem;
}


.kftile ._img li figure{
	position: relative;
}
.kftile ._img li figure span{
	position: absolute;
	left:0;
	top: 0;
	padding: 1rem;
	background: #000;
	color: #fff;
}
.kftile ._img li._after figure span{
	background: var(--color-main);
	color: #000;
}


.etitle02{
	font-size: 2.8rem;
	margin: 0 0 2rem;
}
.kfhosho {
	background: #F5F5F5;
	padding: 2rem 4rem;
	margin: 0 0 6rem;
}
.kfhosho ._title{
	flex-basis: 30%;
}
.kfhosho ._title h4{
	font-size: 3.2rem;
  font-weight: 600;
  border-bottom: 10px solid var(--color-main);
  display: inline-block;
}
.kfhosho ._title h4 big{
  font-size: 8rem;
}
.kfhosho ._cont{
	text-align: left;
	flex-basis: 70%;
	line-height: 2;
}



.paintlist{
	margin: 0 0 8rem;
}
.paintbox{
flex-basis: 29%;
margin: 0 2%;
}
.paintbox h3{
	text-align: left;
	font-size: 2.8rem;
	margin: 0 0 2rem;
}
.paintbox ._img{
	margin: 0 0 2rem;
}

.paintbox ._img{
	min-height: 20rem;
}

.paintbox ._img figure{
	flex-basis: 50%;
}
.paintbox ._year{
	flex-basis: 50%;
}
.paintbox ._year h4{
	font-size: 2rem;
}
.paintbox ._year p {
	font-size: 3.2rem;
	font-weight: 600;
	border-bottom: 10px solid var(--color-main);
	display: inline-block;
}
.paintbox ._year p big{
	font-size: 8rem;
}
.paintbox ._period{
	text-align: left;
}
.paintbox ._period h5{
	border-bottom: 1px solid #000;
}
.paintbox ._period ._txt{
	padding: 1rem 0;
}
.paintbox ._period ._tag{
	background:  var(--color-main);
	text-align: center;
	font-weight: 600;
	padding: .5rem;
	max-width: 23rem;
}



.rubox ._img{
	flex-basis: 25%;
}
.rubox ._cont{
	flex-basis: 70%;
	text-align: left;
}
.rubox ._cont h4{
font-size: 2rem;
  margin: 0 0 2rem;
}
.rubox ._cont ._txt{
	line-height: 2;
}
.rufeature li{
	text-align: center;
	background: #DCDCDC;
	font-weight: 600;
	font-size: 2rem;
	flex-basis: 24%;
	margin: 0 .5% 1rem;
	padding: .5rem;
}
.ruhosho {
	grid-template-columns: repeat(3, 1fr);
	gap: 6rem;
}
.ruhosho dl{
	margin: 0 0% 2rem;
}
.ruhosho dt{
	border-bottom: 1px solid #000;
	font-size: 2rem;
	margin: 0 0 2rem;
}
.ruhosho dd li{
	font-size: 2rem;
	font-weight: 600;
}
.ruhosho dd li big{
	font-size: 8rem;
}
.ruhosho dd li ._btmbdr{
border-bottom: 10px solid var(--color-main);
  display: inline-block;
  margin-left: 2rem;
}





.exteriornaviwrap{
	padding: 5rem 0;
}
.exteriornaviwrap h2{
	font-size: 3.8rem;
	padding: 0 0 3rem;
}

.exteriornavi li{
	flex-basis: 29%;
	margin: 0 2%;
}
.exteriornavi li a{
	position: relative;
	align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  height: 17rem;
  display: flex;
  z-index: 1;
  font-weight: 600;
  font-size: 3.2rem;
}
.exteriornavi li a:before{
content: "";
  width: 100%;
  height: 100%;
  background-color: #999797;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
  .exteriornavi li a:after{
content: "";
  display: inline-block;
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
  background: url("../img/arrow_black.svg") center no-repeat;
    background-color: rgba(0, 0, 0, 0);
  background-size: 45% auto;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
 .exteriornavi li a figure{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  transition: .4s;
}
 .exteriornavi li a figure img{
  width: 100%;
  height: 100%;
  transition: .4s;
  object-fit: cover;
}
 .exteriornavi li a .fontEn{
 	font-size: 4rem;
	margin-right: 2rem;
 }
 .exteriornavi li a:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}
.exteriorsttitlewrap{
	padding:10rem 0 7rem;
	color: #fff;

}
.exteriorsttitlewrap._01{
	background: url("../img/exterior/bg_title01.jpg") no-repeat top center;
	background-size: cover;

}
.exteriorsttitlewrap._02{
	background-image: url("../img/exterior/bg_title02.jpg") ;
	background-size: cover;
}
.exteriorsttitlewrap._03{
	background-image: url("../img/exterior/bg_title03.jpg") ;
	background-size: cover;
}


.exteriorsttitlewrap .ttlEnJa.active::before {
  width: 28rem;
  top: -6.6rem;
  right: 0;
  left: 0;
  margin-inline: auto;

}
.exteriorsttitlewrap .ttlEnJa{
	font-size: 5.4rem;
	text-align: center;
}

.exteriorsttitlewrap .ttlEnJa .fontEn{
	font-size: 2.8rem;
}
.exteriorstrengthwrap .ttlEnJa._small .jaTxt{
	font-size: 4.7rem;
}

.exteriorstrengthwrap .container.secTxt{
	max-width: 122rem;
}



/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1300px) {
	html {
		font-size: .75vw;
	}
	.topLead .box{
		margin-left: 3.2rem;
	}
	.leadSlide .slide{
		width: 50rem;
		height: 35.8rem;
	}
	.leadSlide .slide._01{
	  left: -37.5vw;
	}
	.leadSlide .slide._02{
	  width: 71rem;
	  height: 54.4rem;
	  left: 30.5%;
	}
	.leadSlide .slide._03{
	  left: 82.5vw;
	}
}

/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 780px) {
/*全体レイアウト
---------------------------------------------------------*/
	html {
		font-size: 2.7777777vw;
	}
	body {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	body.active {
		overflow: hidden;
	}
	article > section {
		padding: 4rem 0;
	}
	.txt-set{
		line-height: 1.8;
	}

	/*header
	-------------------------------------------------------*/
	.headerWrap {
	    padding: 1rem;
	}
	.hNav {
		display: none;
	}
	.hLogo {
	    margin-left: 0;
	}
	.hLogo a{
		font-size: 1.8rem;
	}
	.hLogo a p span{
		font-size: 1.2rem;
	}
	.active .hLogo a{
		color: #000;
	}
	.hLogo img {
	    width: 4.4rem;
	}


	/*nav
	-----------------------------------------------------*/
	.menuIcon {
		position: fixed;
		top: 1.3rem;
		right: 5%;
		width: 3rem;
		height: 2.2rem;
		z-index: 99999;
		cursor: pointer;
		display: block;
	}
	.menuIcon span {
		position: absolute;
		left: 0;
		width: 100%;
		height: .2rem;
		background: #fff;
		z-index: 10;
		transition: .2s;
	}
	.active .menuIcon span,
	.menuIcon.scrollClass span{
		background: #000;
	}
	.menuIcon.scrollClass.active span{
		background: #000;
	}
	.menuIcon span:nth-of-type(1) {top: 0;}
	.menuIcon span:nth-of-type(2) {top: 1rem;}
	.menuIcon span:nth-of-type(3) {bottom: 0;}
	.menuIcon.active span:nth-of-type(1) {
		-webkit-transform: translateY(1rem) rotate(45deg);
		transform: translateY(1rem) rotate(45deg);
	}
	.menuIcon.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menuIcon.active span:nth-of-type(3) {
		-webkit-transform: translateY(-1rem) rotate(-45deg);
		transform: translateY(-1rem) rotate(-45deg);
	}
	#nav {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		transition: all 0.3s ease-in-out;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		display: block;
		padding: 8rem 10% 4rem;
		background: #fff;
		visibility: hidden;
		opacity: 0;
	}
	#nav.active {
		right: 0;
		opacity: 1;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
		z-index: 9990;
	}
	.active #header{
		box-shadow:none;
	}
	.spMenu .img{
		mix-blend-mode: screen;
		width:80%;
		margin: 1rem auto 2rem;
		opacity: .8;
	}
	.spMenu li {
		border-bottom: 1px solid #000;
	}
	.spMenu li:first-child {
		border-top: 1px solid #000;
	}
	.spMenu li a {
		font-size: 1.6rem;
		font-weight: 600;
		text-align: left;
		display: block;
		padding: 1.4rem 1.7rem;
		position: relative;
	}
.spMenu li .c-blank::after {
    background-image: url(../img/icon_blank_black.svg);
}
  .spNav {
      font-weight: 600;
      text-align: left;
      margin-bottom: 2rem;
  }
  .spNav a{
    position: relative;
  }
  .spNav li.parent {
	  padding-bottom: 1rem;
  }
  .spNav li.parent > a{
	  padding-bottom: .4rem;
	}
  .spNav .child li{
	  padding-left: 2rem;
	  border: none;
	}
  .spNav .child li a{
	  position: relative;
	  padding: 0.4rem 1.7rem;
	  margin: .4rem 0;
	 }
  .spNav .child li a::before{
    content: "";
    width: 0.7rem;
    height: 0.1rem;
    background-color: #000;
    display: inline-block;
    margin-right: 0.6rem;
    vertical-align: 0.5rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .spLink .c-mail{
    margin-bottom: 1.4rem;
    display: block;
    padding: 2rem;
    font-size: 1.6rem;
  }
.spLink .c-mail::before{
  width: 2rem;
  height: auto;
  aspect-ratio: 1.6/1.1;
  margin-right: .7rem;
}
.spLink .c-tel{
	color: #000;
	border: .1rem solid #000;
	display: block;
	padding: 1.4rem 0 0.9rem;
}
.spLink .c-tel::before{
  background-image: url(../img/icon_tel_black.svg);
}
.spLink .insta{
	color: #000;
	margin-top: 2rem;
	display: inline-flex;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 600;
}
.spLink .insta img{
	margin-right: 1rem;
	width: 3rem;
}




/*footer
---------------------------------------------------------*/
.fContact{
  padding: 7rem 0 5rem;
}
.fContact .row {
    gap: 2rem;
    flex-direction: column;
}
.fContact .row .box .ttlEnJa {
    margin-bottom: 3rem;
}
.fContact .row .link {
    width: 49rem;
    max-width: 100%;
}
.fContact .row .link a{
	display: block;
	height: 8.4rem;
}
.fContact .row .link .c-tel{
  margin-bottom: 1.6rem;
  padding: 1.8rem 4rem 1rem;
}
.fContact .row .link .c-tel::before{
		width: 1.7rem;
		height: 2.3rem;
}
.fContact .row .link .c-tel .num{
    font-size: 3rem;
}
.fContact .row .link .c-tel .time{
    font-size: 1.4rem;
    margin: 0.2rem 0 0;
}
.fContact .row .link .c-mail{
	font-size: 1.8rem;
}
.fContact .row .link .c-mail::before {
    width: 2.3rem;
    height: 1.5rem;
    margin-right: 1rem;
}

.footer{
  padding: 0;
}
.footer .container{
	display: contents;
}
.fRow{
  display: contents;
}
.fCompany{
  padding: 0;
  display: flex;
  background-color: transparent;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  justify-content: center;
  width: 100%;
  align-items: center;
  gap: 8rem;
  padding: 1.6rem;
}
.fCompany::before{
	content: "";
	width: 16rem;
	height: 25rem;
	background-color: #fff;
	position: absolute;
	top: -2rem;
	left: -3rem;
	z-index: -1;
	transform: rotate(41deg);
	border: 0.6rem solid;
	border-image: linear-gradient(255deg, #FFE600 52%, #CBCBCB 71%) 1;
}
@media screen and (max-width: 330px) {
  .fCompany::before{
	width: 155px;
  }
}
.fCompany .fLogo{
  margin-bottom: 0;
}
.fCompany .fLogo img{
	width: 8.3rem;
}
.fCompany .fLogo .name{
  font-size: 1.34rem;
  line-height: 1.2;
}
.fCompany .fLogo .name span{
    font-size: 1.2rem;
}
.fAddress{
  font-size: 1.4rem;
}
.fNav {
	display: none;
}
.fLink{
  text-align: center;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  padding: 2.6rem 0;
}
.fLink .c-mail{
  margin-bottom: 2.4rem;
  margin-inline: auto;
  width: 100%;
  font-size: 1.8rem;
  padding: 2.2rem;
}
.fLink .c-mail::before {
  width: 2rem;
}
.fLink .c-tel .num{
	font-size: 4.2rem;
}
.fLink .c-tel, .fLink .insta {
    margin-left: 0;
}
.fLink .c-tel::before{
	width: 2.6rem;
}
.fLink .insta {
    margin-top: 2rem;
    text-align: center;
    font-size: 1.4rem;
}


/*共通 パーツ
---------------------------------------------------------*/
.c-mail{
  padding: 2rem;
}
.c-tel::before{
  margin-right: 0.5rem;
}
.c-tel .num{
  font-size: 3.2rem;
}
.c-tel .time{
	font-size: 1.4rem;
	margin-left: -1.2em;
}

.c-blank::after{
  width: 1.1rem;
  margin-left: 1rem;
}

/* タイトル */
.ttlEnJa {
    font-size: 1.6rem;
}
.ttlEnJa .fontEn {
    font-size: 4.4rem;
}
.ttlEnJa::before{
  width: 15rem;
  top: -3.4rem;
  right: -4.4rem;
}
.ttlEnJa._small .fontEn{
  font-size: 1.8rem;
}
.ttlEnJa._small .jaTxt{
  font-size: 2.8rem;
}
.ttlEnJa._small::before{
  right: -5rem;
}
.ttlEnJa._center{
  font-size: 1.4rem;
}
.ttlEnJa._center .fontEn{
  font-size: 4.2rem;
  margin-bottom: 0.4rem;
}
.ttlJa {
  font-size: 2.2rem;
}
.ttlJa::before{
  width: 20rem;
  top: -5.5rem;
  right: -2.8rem;
}



/* ボタン */
.btn._black a {
  padding: 0.8rem 1rem;
  font-size: 1.6rem;
  gap: 0.5rem;
  width: 12.8rem;
}
.btn._black._ja a{
  width: 22rem;
  font-size: 1.6rem;
  padding: .8rem;
}
.btn._black a::after {
  width: 1.7rem;
  height: 0.5rem;
}
.btn._yellow {
  font-size: 1.6rem;
}
.btn._yellow::after {
  width: 3.6rem;
  background-size: 40% auto;
}

.btn._blank a,
.btn._blank span {
  padding: 1.3rem 1rem;
  font-size: 1.8rem;
  width: 15rem;
}
.btn._blank._red a{
  width: 28rem;
}
.btn._insta a::before {
  width: 2.4rem;
}




/*top
---------------------------------------------------------*/
.mainArea{
  height: 100svh;
  min-height: 55rem;
}
.mainBox{
  width: 80%;
}
.mainBox h1 span{
  padding: 0.2rem 1.3rem;
  margin: .2rem 0;
  font-size: 2.6rem;
}
.mainBox h1 span._02{
	display: block;
	width: fit-content;
}
.mainBox .logo{
  width: 24rem;
  right: -3rem;
}
.mainArea .enTxt{
  font-size: 3.37rem;
  bottom: 2%;
  white-space: nowrap;
  right: auto;
  left: 0.8rem;
}
.mainArea .bgImg{
	flex-direction: column;
}
.mainArea .bgImg figure{
  width: 100%;
  max-height: none;
  height: 50%;
}
.mainArea .bgImg figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.topLead{
	padding: 5rem 0 4rem;
}
.topLead .container{
	padding-bottom: 16rem;
}
.topLead .box {
  max-width: 100%;
  margin: 0;
}
.topLead .box .ttl {
  font-size: 2rem;
  padding-bottom: 1.4rem;
}
.topLead .box .txt {
  font-size: 1.35rem;
}
.leadSlide .slide{
  width: 20rem;
  height: 10rem;
  top: auto!important;
  bottom: 0!important;
}
.leadSlide .slide._01{
  left: -36.7%;
}
.leadSlide .slide._02{
  width: 21.8rem;
  height: 14.5rem;
  left: 28.2%;
}
.leadSlide .slide._03{
  left: 98.5%;
}

.topBusiness .area{
  padding: 5rem 0 3rem;
}
.topBusiness .row {
    gap: 2rem;
    flex-direction: column;
}
.topBusiness .row .box .txt {
    padding-bottom: 1.2rem;
}
.topBusiness .link {
  grid-template-columns: repeat(1, 1fr);
}
.topBusiness .link a {
  gap: 1rem;
  height: 15rem;
  justify-content: flex-start;
  padding: 2rem 2rem 2rem 2rem;
}
.topBusiness .link a .num {
  font-size: 3rem;
  letter-spacing: .05em;
}
.topBusiness .link a .num::after {
  width: .2rem;
  height: 100%;
  top: 0;
  right: -1.3rem;
}
.topBusiness .link a .txt h3{
  font-size: 2.4rem;
  margin-bottom: .2rem;
}
.topBusiness .link a .txt p{
  font-size: 1.6rem;
}

.topWorks{
	padding: 9rem 0 4rem;
}
.topWorks .ttlEnJa::before{
	right: -4rem;
}
.postSlide {
  margin: 2.8rem 0 2.8rem;
}
.postSlide a {
  width: 17rem;
  height: 16rem;
}
.postSlide a::before{
  opacity: 1;
}
.postSlide a::after {
  width: 2rem;
  opacity: 1;
}
.postSlide a .box{
  opacity: 1;
  width: 100%;
  flex-direction: column;
  padding: 2rem;
}
.postSlide a .ttl{
  font-size: 1.3rem;
  height: auto;
}
.postSlide a .item{
  font-size: 1.1rem;
  gap: 1.2rem;
  padding-top: 1rem;
  margin-top: 0.5rem;
}
.postSlide a .item .cate::after{
  right: -.6rem;
}
.topWorks .nopost {
    font-size: 1.4rem;
    margin-top: 2.6rem;
}

.topReason .row{
	gap: 4.7rem;
	flex-direction: column;
}
.topReason .row .box {
    width: 43rem;
    max-width: 100%;
    padding: 6rem 0 0;
}
.topReason .row .box .ttlEnJa {
    margin-bottom: 2rem;
}
.topReason .row .box .txt {
  margin-bottom: 1rem;
  width: 100%;
}
.topReason .row .box .btn {
    text-align: right;
}
.topReason .row .imgWrap {
    width: 112%;
    margin-right: auto;
    margin-left: -6%;
}
.topReason .enTxt{
  bottom: auto;
  top: -2.2rem;
  left: -3.6rem;
  font-size: 4.4rem;
  -webkit-writing-mode:horizontal-tb;
  -ms-writing-mode:lr-tb;
  writing-mode:horizontal-tb;
  transform: none;
}

.topCompany{
	padding: 8rem 0 5rem;
}
.topCompany .row {
    gap: 3.2rem;
    flex-direction: column-reverse;
}
.topCompany .row .box {
    width: 60rem;
}
.topCompany .row .box .ttlEnJa {
    margin-bottom: 2.7rem;
}
.topCompany .row .box .ttl {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
}
.topCompany .row .box .txt {
  margin-bottom: 1rem;
}
.topCompany .row .box .btn{
	text-align: right;
}
.topCompany .row .img {
    width: 112%;
    height: auto;
    margin-left: 0;
    margin-right: -6%;
}



/*下層共通
---------------------------------------------------------*/
.lower_mv{
  height: 18rem;
}
.lower_mv .ttlEnJa {
  font-size: 1.6rem;
  margin-top: 6rem;
}
.lower_mv .ttlEnJa::before{
  right: -5.1rem;
}

/*contact
---------------------------------------------------------*/
.contactSec{
  padding: 4.2rem 0;
}
.contactSec .lead .txt{
  margin-bottom: 1rem;
}
.contactSec .lead .row {
    gap: 0.8rem;
    padding: 1.7rem;
    flex-direction: column;
}
.contactSec .lead .row h2 {
    font-size: 1.8rem;
    margin-top: 0;
}
.contactSec .lead .row .c-tel::before {
    width: 2.3rem;
}
.contactSec .lead .row .c-tel .num {
    font-size: 4.4rem;
}
.contactSec .lead .row .c-tel .time {
    font-size: 1.2rem;
    margin-left: 0;
}

.formArea {
	font-size: 1.6rem;
	padding: 4rem 0 0;
}
.formTxt {
	margin-bottom: 1rem;
}
.formBox dt,
.formBox dd {
	width: 100%;
	padding: 2rem 1rem;
}
.formBox dt::before {
	padding: 0.6rem 1rem;
	margin-right: 1.2rem;
}
.formBox dt {
	border-bottom: none;
	margin-top: 0;
	padding-bottom: 0;
}
.formBox dd{
	padding-top: 1.4rem;
}
.formBox input[type="text"],
.formBox input[type="tel"],
.formBox input[type="email"],
.formBox input[type="date"],
.formBox select,
.formBox textarea {
	padding: 0.2em .5em;
}
.formBox textarea {
	height: 16rem;
}

.privacyBox{
  padding: 2rem 0 0;
}
.privacyBox h3{
	font-size: 1.6rem;
}
.privacyTxt{
	height: 15rem;
	padding: 1.4rem;
	font-size: 1.4rem;
}
.privacyTxt h4{
	font-size: 1.4rem;
	margin: 2rem 0 1rem;
}
.privacyTxt h5,
.privacyTxt h6,
.privacyTxt p{
font-size:1.3rem;
}
.privacyTxt h5,
.privacyTxt h6{
  margin: 1.6rem 0 0.6rem;
}
.privacyBox .txt{
		text-align: left;
}
.formBtn{
	flex-direction: column-reverse;
}
.thxBox {
	padding: 2rem 1.5rem;
}
.thxBox .ttl{
	font-size: 1.6rem;
}
.thxBox .txt{
	margin-bottom: 1.2rem;
	text-align: justify;
}


/*business
---------------------------------------------------------*/
.secTxtArea {
  padding: 2.4rem 0;
}
.secTxt {
  gap: 1rem 3rem;
  padding: 0;
  flex-direction: column;
}
.secTxt h2 {
  font-size: 2rem;
}
.bizLink li + li {
  margin-top: 1rem;
}
.bizLink li a {
  height: 12rem;
  padding: 2rem 2rem 2rem 4.5rem;
}
.bizLink li a .num {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.bizLink li a .txt::before {
  width: 14.2rem;
  left: -3.7rem;
}
.bizLink li a .txt h2 {
  font-size: 2.6rem;
}


/*works
---------------------------------------------------------*/
.worksArchive{
	padding-top: 2.4rem;
}
.worksArchive .cateWrap h2{
  font-size: 2.2rem;
  margin-bottom: 0.6rem;
}
.archiveCate {
  gap: 0.6rem;
  padding-bottom: 2.8rem;
}
.archiveCate li a {
  padding: .6rem 1.3rem;
  font-size: 1.4rem;
}
.postCard{
    gap: 2.4rem;
    grid-template-columns: repeat(1, 1fr);
}
.postCard a .box{
	margin-top: 1rem;
}
.postCard a .cate{
    padding: 0.4rem .8rem;
    font-size: 1.3rem;
}
.postCard a .ttl{
    font-size: 1.6rem;
    -webkit-line-clamp: 2;
}
.worksArchive .nopost{
	font-size: 1.4rem;
	margin-top: 1rem;
}

/* ページャー */
.pager {
  margin-top: 2.2rem;
}
.pager span, .pager a {
  width: 2.2rem;
  font-size: 1.6rem;
  line-height: 1.4;
}
.pager a.prev,
.pager a.next{
  width: 4rem;
}


/*works 詳細
---------------------------------------------------------*/
.singleHeader {
  margin-bottom: 1.6rem;
}
.singleHeader .cate{
  padding: 0.4rem 0.8rem;
}
.singleHeader h2 {
  font-size: 1.8rem;
}
.single .img{
  margin: 1.6rem auto 2rem;
}
.single .img img{
  max-height: 40rem;
}
.single .cont h3{
  font-size: 1.6rem;
}
.single .cont h4,
.single .cont h5,
.single .cont h6{
  font-size:1.8rem;
  padding: 2rem 0 0;
}
.single .cont p{
  font-size: 1.4rem;
}
.single .construct {
	margin-top: 2rem;
}
.single .construct dt,
.single .construct dd {
    padding: 1.4rem 1rem 1.4rem 0;
    width: 100%;
}
.single .construct dt {
    font-size: 1.6rem;
    border-bottom: none;
    padding-bottom: 0;
}
.single .construct dd{
	padding-top: .8rem;
}
.pageset._card {
    margin-top: 5rem;
    margin-bottom: 0;
    gap: 3rem;
    flex-direction: column;
    align-items: center;
    max-width: 88%;
}
.pageset > div{
	width: 100%;
}
.pageset .btn._black{
	order: 2;
}
.pageset > div a{
    display: flex;
    flex-direction: column;
}
.pageset a.postArrow .pagesetText{
    padding-bottom: 1rem;
}
.pagesetPost .btn._yellow{
	font-size: 1.6rem;
}
.pagesetPost .btn._yellow::after {
	width: 3rem;
}

/*reform
---------------------------------------------------------*/
.reformStreng{
	padding: 0 0 5rem;
}
.reformStreng .ttlWrap{
  padding: 5.7rem 0 4rem;
  margin-bottom: 2.8rem;
}
.reformStreng .ttlWrap .ttlEnJa .fontEn{
	font-size: 4.6rem;
}
.reformStreng .ttlWrap .ttlEnJa::before {
    width: 20rem;
    top: -4.8rem;
    right: -2.9rem;
}
.reformStreng .row {
    gap: 2.4rem;
    flex-direction: column!important;
}
.reformStreng .row:nth-of-type(even) .box{
  gap: 0.8rem;
}
.reformStreng .row:nth-of-type(n+2) {
  margin-top: 4rem;
}
.reformStreng .row .box {
  gap: 1.8rem;
}
.reformStreng .row .box .ttl {
    font-size: 2.2rem;
}
.reformStreng .paint{
	margin-top: 4rem;
}
.reformStreng .paint h4{
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.reformStreng .paint .bnr{
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 3rem;
}
.reformStreng .paint .box {
  padding: 1.8rem 3rem;
}
.reformStreng .paint .box h5 {
  font-size: 1.6rem;
  padding-bottom: 0.8rem;
}
.reformStreng .paint .box strong {
  margin-bottom: 1.2rem;
}
.reformStreng .paint .txt{
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.reformPlan{
  padding: 3.4rem 0;
  margin-bottom: 5rem;
}
.reformPlan .row {
    gap: 7rem;
    flex-direction: column;
}
.reformPlan .row .img {
  width: 106%;
  height: auto;
}
.reformPlan .row .box .ttlJa {
    margin-bottom: 3.6rem;
}
.reformPlan .row .box ul{
  margin-bottom: 1.2rem;
}
.reformPlan .row .box li{
  font-size: 1.6rem;
}
.reformPlan .row .box li::before{
  font-size: 0.5rem;
  vertical-align:.4rem;
  margin-right: 0.6rem;
}
.reformPlan .row .box .txt {
  margin-bottom: 0;
}




/*reason
---------------------------------------------------------*/
.c_reason{
	padding: 4rem 0 6.4rem;
}
.c_reasonRow {
    gap: 2rem;
    align-items: center;
    flex-direction: column!important;
}
.c_reasonRow + .c_reasonRow{
  margin-top: 6rem;
}
.c_reasonRow .box {
    min-width: auto;
    max-width: 100%;
}
.c_reasonRow .box .ttlEnJa {
    margin-bottom: 2rem!important;
}
.c_reasonRow:nth-of-type(2) .box .ttlEnJa::before ,
.c_reasonRow:nth-of-type(3) .box .ttlEnJa::before {
    top: -1rem;
}
.c_reasonRow .box .ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.c_reasonRow .img {
    width: 106%;
    height: auto;
}
.c_reasonRow .img img {
    height: auto;
}




/*carpentering
---------------------------------------------------------*/
.carpenWork{
	padding: 0 0 4rem;
}
.carpenWork .area{
  padding: 2rem;
}
.carpenWork .area::before,
.carpenWork .area::after{
  width: 100%;
  height: 50%;
}
.carpenWork .area::after{
  top: auto;
  bottom: 0;
}
.carpenWork .ttlRow {
  gap: 2rem;
  margin-bottom: 0.4rem;
  flex-direction: column;
}
.carpenWork .ttlRow h2 {
  font-size: 2rem;
  margin-top: 0;
  border-width: .4rem;
}
.carpenWork .ttlRow .year {
  font-size: 3rem;
}
.carpenWork .ttlRow .year .num{
  margin: 0 0.6rem;
  font-size: 8rem;
}
.carpenWork .txt{
  font-size: 1.4rem;
}
.c_carpen{
	padding: 0 0 2rem;
}
.c_carpenArea{
    padding: 6.4rem 0 4rem!important;
}
.c_carpenArea .row {
    gap: 2rem;
    flex-direction: column!important;
}
.c_carpenArea .row .box {
    min-width: auto;
    padding-left: 0;
}
.c_carpenArea .row .box .ttlEnJa {
    margin-bottom: 1.6rem;
}
.c_carpenArea .row .box .ttlEnJa::before {
    right: -7.5rem;
}
.c_carpenArea .row .box .txt {
    max-width: 36rem;
}
.c_carpenArea .row .img {
    width: 106%;
    height: auto;
}
.c_carpenArea .row .img img {
    height: auto;
}


/*civil-engineering
---------------------------------------------------------*/
.c_civil{
	padding: 1rem 0 6rem;
}
.c_civilRow {
  gap: 1.2rem;
  flex-direction: column-reverse;
}
.c_civilRow + .c_civilRow{
  margin-top: 3.6rem;
}
.c_civilRow .box .enTxt{
  font-size: 1.6rem;
  padding: 0.4rem 1.2rem;
  margin-bottom: 0.8rem;
}
.c_civilRow .box .ttl {
  font-size: 2.2rem;
  padding-bottom: 0.8rem;
}




/*company
---------------------------------------------------------*/
.anchorLink{
  padding: 3.2rem 0 0;
}
.anchorLink ul{
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.anchorLink ul li a.btn{
  font-size: 1.4rem;
  padding: 2.2rem 0 1.3rem;
}
.anchorLink ul li a.btn .fontEn {
  font-size: 2.4rem;
  margin-bottom: 0.2rem;
}
.anchorLink ul li a.btn::after{
	width: 2.6rem;
}
.companyMessage{
	padding: 6rem 0 0;
}
.companyMessage .rowWrap{
	margin-top: 2.6rem;
}
.companyMessage .row {
    gap: 2rem;
    flex-direction: column!important;
}
.companyMessage .row + .row{
	margin-top: 5rem;
}
.companyMessage .row .box .ttl {
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
}
.companyMessage .row .box .txt{
	line-height: 1.7;
}
.companyMessage .row .img {
    width: 106%;
    height: auto;
}
.companyMessage .row .img img {
    height: auto;
}
.companyInfo{
	padding: 6rem 0 0;
}
.companyInfo .ttlWrap{
  padding: 5rem 0 3.1rem;
  margin-bottom: 3.4rem;
}
.companyInfo .ttlWrap .ttlEnJa::before {
    width: 17rem;
    top: -4.1rem;
}
.companyInfo .ttl{
  font-size: 2rem;
  padding: 0 0 1rem;
}
.companyInfo .profile dt,
.companyInfo .profile dd {
  padding: 1.4rem 0;
  width: 100%;
}
.companyInfo .profile dt {
  border-bottom: none;
  padding-bottom: 0;
}
.companyInfo .profile dd{
	padding-top: 1rem;
}
.companyInfo .profile dd li {
    padding-left: 0.8em;
}
.companyInfo .profile dd li + li {
    margin-top: .6rem;
}
.companyInfo .profile dd li::before {
    font-size: 0.3rem;
    margin-right: 0.4rem;
}
.companyAccess{
	padding-top: 6rem;
}
.companyAccess .ttlEnJa{
	margin-bottom: 1.4rem;
}
.map {
  padding-bottom: 55%;
}
.map._02{
  padding-bottom: 44%;
}
.companyAccess .head{
  gap: 0.4rem;
  margin: 1.8rem 0 3.2rem;
  flex-direction: column;
}
.c_accsess .ttl{
  font-size: 1.6rem;
}
.c_accsess .txt{
  font-size: 1.6rem;
}
.companyAccess .row {
  grid-template-columns: repeat(1, 1fr);
  gap: 3.2rem;
}
.companyAccess .row .box .ttl {
  margin: 1.2rem 0 .4rem;
}




/*exterior
---------------------------------*/
.exteriortop{
	margin: 0 0 4rem;
	display: block;
}
.exteriortop._02{
	margin-bottom: 0;
}

.exteriortop ._cont{
	padding: 0 0 2rem;
}
.exteriortop h3{
	font-size: 2rem;
	margin: 0 0 2rem;
}
.exteriortop h4{
	font-size: 1.4rem;
	margin: 0 0 1rem;
}

.etitle01{
	font-size: 1.8rem;
	margin: 0 0 2rem;
}
.kftile {
	margin: 0 0 4rem;
	display: block;
}
.kftile ._cont{
	padding:0 0 2rem;
}

.kftile ._img{

	text-align: left;
}
.kftile h3{
	font-size: 1.8rem;
	margin: 0 0 2rem;
}
.kftile ._txt{
	line-height: 2;
}

.kftile ._img ul{
	position: relative;
}
.kftile ._img li._after{
	width: 60%;
}

.kftile ._img li._before{
	position: absolute;
	right: 0;
	bottom: -1rem;
	width: 45%;
}


.etitle02{
	font-size: 1.8rem;
}
.kfhosho {
	padding: 2rem 2rem;
	margin: 0 0 3rem;
	display: block;
}
.kfhosho ._title{
	padding: 0 0 2rem;
}
.kfhosho ._title h4{
	font-size: 3.2rem;
  font-weight: 600;
  border-bottom: 10px solid var(--color-main);
  display: inline-block;
}
.kfhosho ._title h4 big{
  font-size: 5rem;
}



.paintlist{
	margin: 0 0 4rem;
	display: block;

}

.paintbox{
margin: 0 0 3rem;
}
.paintbox h3{
	font-size: 2rem;
	margin: 0 0 1rem;
	text-align: center;
}


.paintbox ._img{
	min-height: auto;
	justify-content: center;
}

.paintbox ._img figure{
	flex-basis: 25%;
}
.paintbox ._year{
	flex-basis: 35%;
}
.paintbox ._year h4{
	font-size: 1.6rem;
}
.paintbox ._year p {
	font-size: 3.2rem;
}
.paintbox ._year p big{
	font-size: 5rem;
}


.paintbox ._period ._tag{
	max-width: none;
}



.rubox{
	display: block;
}

.rubox ._img{
	padding: 0 30% 2rem;
}
.rubox ._cont h4{
font-size: 1.4rem;
  margin: 0 0 1rem;
}

.rufeature li{
	font-size: 1.4rem;
	flex-basis: 49%;
	margin: 0 .5% .5rem;
}
.ruhosho {
	display: block;
}
.ruhosho dl{
	margin: 0 5% 3rem;
}
.ruhosho dt{
	font-size: 1.4rem;
	margin: 0 0 2rem;
}
.ruhosho dd li{
	font-size: 1.8rem;
}
.ruhosho dd li big{
	font-size: 6rem;
}










.exteriornaviwrap{
	padding: 3rem 0;
}
.exteriornaviwrap h2{
	font-size: 2rem;
	padding: 0 0 1rem;
}
.exteriornavi ul{
	display: block;
}
.exteriornavi li{
	margin: 0 0 2rem;
}
.exteriornavi li a{
  height: 10rem;
  font-size: 2rem;
}

 .exteriornavi li a .fontEn{
 	font-size:2rem;
	margin-right: 1rem;
 }

.exteriorstrengthwrap{
	overflow: hidden;
}

.exteriorsttitlewrap{
	padding:5rem 0;

}




.exteriorsttitlewrap .ttlEnJa.active::before {
    width: 17rem;
    top: -2.1rem;
}
.exteriorsttitlewrap .ttlEnJa{
	font-size:3rem;
	text-align: center;
}

.exteriorsttitlewrap .ttlEnJa .fontEn{
	font-size: 1.6rem;
}
.exteriorstrengthwrap .ttlEnJa._small .jaTxt{
	font-size: 2.8rem;
}




}



