@charset "utf-8";
/*-------------------------------------------- 

	 TOP - MV

--------------------------------------------*/
.top__expo{
  padding-top: 3.6%;
}
.top__expo-inner{
	padding-left: 5.2083vw;
	padding-right: 3.3854vw;
}
.top__expo-link{
	transition:opacity .5s;
}
.top__expo-link:hover{
	opacity:.5;
}
.top__expo-img{
	width:100%;
	height:auto;
}
.top_kv{
  position: relative;
  align-items: flex-start;
  padding: 3.6% 3.3854vw 0 5.2083vw;
  flex-direction: column;
}
.top_kv-catch{
  position: relative;
  z-index: 5;
  width: 34.79166vw;
  padding-top: 4.428vw;
  order: 1;
}
.top_sub-slider{
  position: relative;
  width: 24.375vw;
  height: 100%;
  order: 3;
  padding-top: 21.9%;
}
.top_sub-slider_list{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.top_sub-slide_item{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.top_sub-slide_item.active{
  z-index: 4;
}
.top_sub-slide_item.inactive{
  z-index: 3;
}
.top_sub-slide_inner{
  position: relative;
  width: 0;
  height: 100%;
  transition: width 2s cubic-bezier(.93,-0.01,.54,.93);
}
.top_sub-slide_item.active .top_sub-slide_inner{
  width: 100%;
}
.top_sub-slide_item.inactive .top_sub-slide_inner{
  width: 0;
  transition:width 0s linear 2s;
}
.top_sub-slide_picture{
  width:100%;
  height:100%;
  object-fit: cover;
  position:absolute;
  left:0;
  top:0;
}
.top_sub-slide_name,
.top_kv-slide_name{
	opacity:0;
	transition:1s;
	transition-delay:1s;
	position:absolute;
	right:0;
	font-size:12px;
	bottom:-1.8em;
}
.top_sub-slide_item.active .top_sub-slide_name,
.top_kv-slide_item.active .top_kv-slide_name{
	opacity:1;
}
.top_kv-ttlBox{
/*   width: 27.83vw; */
}
.top_kv-ttl-jp{
  font-size: 4.0625vw;
	font-size:3.4vw;
  letter-spacing: 0.08em;
  line-height: 1.43;
  white-space: nowrap;
}
.top_kv-ttl-jp02{
}
/* .top_kv-ttl-jp:before{
  content: attr(data-inverted);
  overflow: hidden;
  width: 27.89vw;
  position: absolute;
  left: 0;
  top: 4.428vw;
  color: #1F1F1F;
  white-space: nowrap;
} */
.top_kv-ttl-en{
  font-size: 1.04166vw;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 1.2em;
}
@media screen and (max-width : 1153px ){
  .top_kv-ttl-en{
    font-size: 1.2rem;
  }
}
.top_kv-lead{
  width: 24.375vw;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 2.4;
  margin-top: 4.6em;
  padding-right: 4.4em;
  margin-bottom: 8.4em;
  order: 2;
}
.top_main{
  flex: 1;
  position: absolute;
  top: 6.2%;
  right: 3.3854vw;
  width: 49.843vw;
  height: 94%;
  z-index: 1;
}
.top_kv-slider_list{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.top_kv-slide_item{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.top_kv-slide_item.active{
  z-index: 4;
}
.top_kv-slide_item.inactive{
  z-index: 3;
}
.top_kv-slide_inner{
  position: relative;
  width: 0;
  height: 100%;
  transition: width 1.2s cubic-bezier(.93,-0.01,.54,.93);
}
.top_kv-slide_item.active .top_kv-slide_inner{
  width: 100%;
}
.top_kv-slide_item.inactive .top_kv-slide_inner{
  width: 0;
  transition:width 0s linear 1.2s;
}
.top_kv-slide_picture{
  width:100%;
  height:100%;
  object-fit: cover;
  position:absolute;
  left:0;
  top:0;
}
.top_kv-scroll{
  position: absolute;
  right: 6%;
  bottom: 118px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.13em;
  writing-mode: tb-rl;
}
.scroll-line{
  position: relative;
}
.scroll-line:before,.scroll-line:after{
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
}
.scroll-line:before{
  width: 9px;
  height: 9px;
  bottom: -38px;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
}
.scroll-line:after{
  width: 1px;
  height: 63px;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
/*============================
#top__about
============================*/
#top__about{
  position: relative;
  padding: 9.1% 0 8.4%;
}
#top__about:after{
  content: "";
  display: block;
  width: 100%;
  height: 45%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #F5F4EF;
  z-index: -1;
}
.top__about-secInner{
  max-width: 100%;
  padding: 0 10vw;
}
.top__about-head{
  position: relative;
  margin-bottom: 12%;
}

@media screen and (max-width : 1200px ){
  .top__about-head{
    padding-left: 13.75vw;
  }
}
.top__about-ttlbox{
  width: 38.0208vw;
  position: relative;
  z-index: 5;
}
.top__about-ttl-en{
  position: relative;
  font-size: 8.020833vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1;
}
/* .top__about-ttl-en02{
  color: #008D5C;
} */
/* .top__about-ttl-en02:after{
  content: attr(data-inverted);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  color: #1F1F1F;
  white-space: nowrap;
  width: 33.8313vw;
} */
.top__about-gray{
  font-size: 8.54166vw;
  letter-spacing: -0.03em;
  color: #F5F4EF;
}
.top__about-imgBox{
  position: absolute;
  right: 0;
  top: 15.1%;
  width: 32.4125vw;
  z-index: 1;
}
.top__about-textBox{
  width: 38.0208vw;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  font-size: 1.4rem;
  padding:0 7.4895vw 0 4.1666vw;
  margin-top: 4.58333vw;
}
.top__about-ttl-jp{
  position: relative;
  font-size: 1.458333vw;
  font-weight: 500;
  letter-spacing: 0.13em;
  margin-bottom: 1.5em;
}
@media screen and (max-width : 1441px ){
  .top_kv-ttl-en{
    font-size: 2.1rem;
  }
}
.top__about-ttl-jp:before{
  content: "";
  display: block;
  width: 1.92em;
  height: 0.75px;
  position: absolute;
  left: -3em;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1F1F1F;
}
.top__about-plane{
  letter-spacing: 0.13em;
  line-height: 2;
	font-size:1.5rem;
}
.top__about-plane:not(:last-child){
  margin-bottom: 1.92em;
}
.top__about-bottom{
  position: relative;
  max-width: 1180px;
  margin:9% auto 0;
}
.top__about-list{
  position: relative;
  z-index: 5;
	max-width:865px;
	width:100%;
	margin:0 auto;
}
.top__about-item{
  width: calc(88.6% / 3);
}
.top__about-item:not(:nth-child(3n)){
  margin-right: 5.7%;
}
.top__about-item:nth-child(n+4){
  margin-top: 2.4%;
}
.top__about-item-textBox{
  font-size: 1.3rem;
  margin-top: 1.53em;
}
.top__about-big__txt{
  position: absolute;
  right: -15%;
  bottom: 0;
  z-index: 1;
  color: #fff;
display:none;
}
.top__about-btn{
  position: relative;
  z-index: 5;
  margin-top: 5.6%;
}
/*============================
#top__use
============================*/
#top__use{
  position: relative;
  padding: 9.05% 0 6.2%;
}
.top__use-plane{
	font-size:1.5rem;
    letter-spacing: 0.13em;
    line-height: 2.1;
    margin-bottom: 5em;
    margin-top: 5em;
}
.top__use-big__txt{
  position: absolute;
  right: 0;
  top: 14%;
  writing-mode: tb-rl;
  color: #F5F4EF;
}
.top__use-ttlBox{
  margin-bottom: 3.4%;
}
.top__use-btn{
  margin-top: 7.4%;
}
/*============================
#top__works
============================*/
#top__works{
  position: relative;
  padding: 6.2% 0 8.4%;
}
#top__works:after{
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #F5F4EF;
  z-index: -1;
}
.top__works-secInner{
  max-width: 1420px;
  padding: 0 0 0 13.645vw;
}

.top__works-ttlBox{
  margin-bottom: 4.2%;
}
.top__works-slider .slick-list{
  padding: 0 9.58333vw 0 0!important;
}
.top__works-slide-item{
  width:61.456vw!important;
}
.top__works-slide-img{
  width: 57.8125vw;
  padding-top: 45%;
  margin-left: 3.6457vw;
}
.top__works-slide-textBox{
  width: 23.9583vw;
  background-color: #FFFFFF;
  font-size: 1rem;
  padding: 2.6041vw 2.91666vw;
  box-sizing: border-box;
  margin-top: -13.6em;
  position: relative;
  z-index: 5;
  transition: 0.6s;
}
.top__works-slider .slick-prev, .top__works-slider .slick-next{
  width: 2.8125vw;
  height: 2.8125vw;
  top: inherit;
  bottom: 0;
  z-index: 11;
}
.top__works-slider .slick-next{
  left: inherit;
  right: 16.3%;
  bottom: 0;
}
.top__works-slider .slick-prev{
  left: initial;
  right: 20.8%;
}

@media screen and (max-width : 1220px ){
  .top__works-slider .slick-next{
    right: 29.3%;
  }
  .top__works-slider .slick-prev{
    right: 34.8%;
  }
}
.top__works-slider .slick-prev:before, .top__works-slider .slick-next:before{
  width: 2.8125vw;
  height: 2.8125vw;
  opacity: 1;
  display: block;
}
.top__works-slider .slick-prev:before{
  content: "";
  background: url("../Image/slide-prev-wh.svg") no-repeat center top;
  background-size: contain;
}
.top__works-slider .slick-next:before{
  content: "";
  background: url("../Image/slide-next-wh.svg") no-repeat center top;
  background-size: contain;
}
.top__works-slide-number{
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.top__works-cateBox{
  flex-direction: column;
  align-items: flex-start;
}
.top__works-slide-category{
  background-color: #487B66;
  color: #fff;
  margin-top: 0.5em;
  padding: 0.2em 0.8em;
  display: inline-block;
}
.top__works-slide-year{
  margin-top: 2em;
}
.top__works-slide-label{
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0.1em;
}
.top__works-slide-scale{
  color: #8E8E8E;
  margin-top: 0.6em;
}
.top__works-btn{
  margin: 3.94% auto 0;
	padding-right:13.645vw;
}
#top__works .slick-counter{
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.3rem;
  letter-spacing: 0.08em;
  width: 90px;
  position: absolute;
  bottom: 24.5%;
  right: 19.2%;
}
@media screen and (max-width : 1220px ){
  #top__works .slick-counter{
    bottom: 26.5%;
    right: 30.2%;
  }
}
/*============================
#top__strengths
============================*/
#top__strengths{
  position: relative;
  padding: 8.4% 0;
}
.top__strengths-big__txt{
  position: absolute;
  right: 5%;
  bottom: 4.2%;
  color: #F5F4EF;
  z-index: -1;
}
.top__strengths-ttlBox{
  margin-bottom: 5%;
}
.top__strengths-wrap{
}
.top__strengths-imgBox{
  width: 40%;
  margin-right: 15.2%;
}
.top__strengths-textBox{
  flex: 1;
  font-size: 1.4rem;
  padding-top: 2.2em;
}
.top__strengths-label{
  font-size: 2.8rem;
	line-height:1.7;
  font-weight: 500;
}
.top__strengths-leadBox{
  margin-top: 3.1em;
}
.top__strengths-plane{
  line-height: 1.9;
	font-size:1.5rem;
}
.top__strengths-plane:not(:last-child){
  margin-bottom: 1.8em;
}
.top__strengths-btn{
  margin: 13.2% 0 0;
}
/*============================
#top__news
============================*/
#top__news{
  padding: 8.4% 0;
}
.top__news-secInner{
}
.top__news-wrap{
}
.top__news-ttlBox{
  width: 25.7%;
  margin-right: 2.25%;
}
.top__news-ttl-en{
  padding-bottom: 0.2em;
  margin-bottom: 0.4em;
}
.top__news-ttl-en:after{
  bottom: 0;
  right: inherit;
  left: 0;
  width: 0.62em;
}
.top__news-list{
  flex: 1;
}
.top__news-item{
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid #C4C4C4;
}
.top__news-item:first-child{
  border-top: 1px solid #C4C4C4;
}
.top__news-item a{
  position: relative;
  padding: 1.65em 1em 2.1em;
  display: block;
  transition: 0.7s;
}
.top__news-item a:after{
  content: "";
  display: block;
  width: 18px;
  height: 6px;
  position: absolute;
  right: 0;
  bottom: 2em;
  background: url("../Image/news-arrow.svg") no-repeat center top;
  background-size: contain;
}
.top__news-item a:hover{
  opacity: 0.6;
}
.top__news-imgbox{
  position: absolute;
  left: 0;
  top: 1.65em;
  width: 5.3%;
  padding: 5.3%;
  margin-right: 3.4%;
}
.top__news-textBox{
  padding-left: 18.4%;
}
.top__news-item-head{
  align-items: center;
  padding-left: 18.4%;
}
.top__news-date{
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  padding-right: 1.45em;
}
.top__news-date:after{
  content: "";
  display: block;
  width: 1px;
  height: 0.87em;
  position: absolute;
  right: 0;
  top: 0.32em;
  background-color: #363636;
}
.top__news-category{
  font-size: 1.2rem;
  font-weight: 500;
  color: #008D5C;
  border: 1px solid #008D5C;
  padding: 0.2em 1em;
  box-sizing: border-box;
  margin-left: 1.8em;
}
.top__news-ttl{
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.43em;
}
.top__news-btn{
  margin-top: 4.66%;
}
/*============================
#top__information
============================*/
#top__information {
  padding: 8.4% 0;
  background-color: #F5F4EF;
}
#top__information .top__news-date:after {
  display: none;
  }

#top__information .top__news-item-head,
#top__information .top__news-textBox {
  padding-left: 0;
}

/*============================
#top__about
============================*/
#top__faq {
  padding: 8% 0;
  background-color: #F5F4EF;
  position: relative;
  z-index: 1;
}
.top__faq-enTtl {
  color: color-mix(in srgb, #C1C0BC 30%, transparent);
  font-size: 15.5rem;
  line-height: 1;
}
.top__faq-ttl {
  display: flex;
  align-items: center;
  gap: 0 2.5rem;
  margin-top: 3.6rem;
  padding-left: 1rem;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.13em;
}
.top__faq-ttl::before {
  content: "";
  display: block;
  width: 5.2rem;
  height: 1px;
  background: #000;
}
.top__faq-mainImg {
  width: calc(721 / 1920 * 100vw);
  position: absolute;
  top: calc(113 / 1920 * 100vw);
  right: 0;
  z-index: -1;
}
.top__faq-mainImg img {
  width: 100%;
}
.top__faq-contBox {
  width: 90%;
  max-width: 960px;
  margin-top: 116px;
  background: #fff;
  padding: 78px min(calc(87 / 1920 * 100vw) , 87px);
  box-sizing: border-box;
}
.top__faq-contBox dl+dl {
  margin-top: 28px;
  padding-top: 32px;
  border-top: 1px solid #000;
}

.top__faq-contBox dt,
.top__faq-contBox dd {
  padding-left: 64px;
  position: relative;
}
.top__faq-contBox dt::before,
.top__faq-contBox dd::before {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
} 
.top__faq-contBox dt::before {
  content: "Q.";
}
.top__faq-contBox dd::before {
  content: "A.";
}
.top__faq-contBox dt::after,
.top__faq-contBox dd::after {
  content: "";
  display: block;
  width: 1px;
  height: 21px;
  position: absolute;
  top: 7px;
  left: 41px;
}
.top__faq-contBox dt::after {
  background-color: #008D5C;
}
.top__faq-contBox dd::after {
  background-color: #000;
}
.top__faq-contBox dt {
  color: #008D5C;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.13em;
}
.top__faq-contBox dd {
  margin-top: 24px;
  font-size: 14px;
  line-height: calc(24 / 14);
  letter-spacing: 0.13em;
}
/*============================
#strenghts__cts
============================*/
.about__navi{
  padding-bottom: 3.3%;
}
.about__navi-item{
  width: 24%;
}
/*============================
#strenghts__cts
============================*/
#about__support{
  position: relative;
  padding: 6.6%;
}
#about__support:after{
  content: "";
  display: block;
  width: 100%;
  height: 88.9%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #F5F4EF;
  z-index: -1
}
.about__support-ttlBox{
  margin-bottom: 5.08%;
}
.about__support-item{
  width: 28.9%;
  font-size: 1.4rem;
}
.about__support-item:not(:nth-child(3n)){
  margin-right: 6.6%;
}
.about__support-item:nth-child(n + 4){
  margin-top: 5%;
}
.about__support-item-imgBox{
  padding-top: 76.4%;
}
.about__support-item-textBox{
  margin-top: 1.5em;
}
.about__support-item-lead{
  margin-top: 0.8em;
  line-height: 1.7;
}
.about__support-item-value{
  background-color: #D9D9D9;
  padding: 0.4em 1.3em;
  box-sizing: border-box;
  border-radius: 3.8em;
  margin-right: 0.6em;
  margin-top: 0.6em;
}
.about__support-bottom{
  position: relative;
  z-index: 5;
  margin-top: 5%;
  background-color: #fff;
  padding: 10% 8.4%;
  box-sizing: border-box;
}
.about__support-bottom-label{
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 0.62em;
  margin-bottom: 1.16em;
  border-bottom: 1px solid #707070;
}
.about__support-bottom-plane{
  line-height: 1.7;
  margin-bottom: 3.5em;
}
.about__support-big__txt{
  position: absolute;
  left: 10px;
  bottom: 20px;
  color: #F5F4EF;
  opacity: 0.4;
  z-index: -11;
}
/*============================
#about__scene
============================*/
#about__scene{
  padding: 10.4% 0 7.6%;
}
.about__scene-ttlBox{
  margin-bottom: 5%;
}
/*============================
#about__flow
============================*/
#about__flow{
  padding-top: 6.77%;
  background-color: #F5F4EF;
}
.about__flow-secInner{
  max-width: 1420px;
  margin: 0 0 0 auto;
  padding: 0 0 0 5%;
}
.about__flow-ttlBox{
  margin-bottom: 5.9%;
}
.about__flow-wrap{
  position: relative;
  background-color: #fff;
  padding: 8.8% 11% ;
  box-sizing: border-box;
}
.about__flow-list{
  
}
.about__flow-item{
  position: relative;
  font-size: 1.4rem;
  align-items: flex-start;
}
.about__flow-item:not(:last-child):after{
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 26px;
  top: 0;
  z-index: 1;
  background-color: #008D5C;
}
.about__flow-item:not(:last-child){
  padding-bottom: 3.5em;
}
.about__flow-numberBox{
  position: relative;
  z-index: 5;
  width: 55px;
  height: 55px;
  text-align: center;
  background-color: #008D5C;
  border-radius: 50%;
  color: #fff;
  margin-right: 7%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.about__flow-step{
  font-size: 1rem;
}
.about__flow-num{
  font-size: 3rem;
  letter-spacing: 0;
}
.about__flow-textBox{
  width: 64.4%;
  padding-top: 0.5em;
}
.about__flow-label{
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 0.5em;
  margin-bottom: 1.25em;
  border-bottom: 1px solid #C4C4C4;
}
.about__flow-plane{
  line-height: 1.7;
}
.about__flow-big__txt{
  position: absolute;
  top: 12.9%;
  right: 0;
  color: #F5F4EF;
  writing-mode: tb-rl;
}
/*============================
#strenghts__cts
============================*/
#strenghts__cts{
  position: relative;
  background-color: #F5F4EF;
  padding: 8.44% 0 10%;
}
.strenghts__cts-secInner{
  max-width: 1376px;
  position: relative;
  z-index: 5;
}
.strenghts__cts-list{
  
}
.strenghts__cts-item{
  padding-left: 4.8958vw;
  box-sizing: border-box;
}
.strenghts__cts-item:nth-child(even){
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 4.8958vw;
}
.strenghts__cts-item:not(:last-child){
  margin-bottom: 5.9%;
}
.strenghts__cts-textBox{
  position: relative;
  flex: 1;
}
.strenghts__cts-label{
  position: relative;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.75;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #E1E3D9;
}
.strenghts__cts-label:after{
  content: "";
  display: block;
  width: 3.52em;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #148D5C;
}
.strenghts__cts-text-plane{
  font-size: 1.5rem;
  line-height: 1.84;
}
.strenghts__cts-text-plane:not(:last-child){
  margin-bottom: 2.1em;
}
.strenghts__cts-imgBox{
  width: 53.9%;
  margin-left: 4.375vw;
}
.strenghts__cts-item:nth-child(even) .strenghts__cts-imgBox{
  margin-left: 0;
  margin-right: 4.375vw;
}
.strenghts__works{
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 6.5%;
}
.strenghts__works-imgBox{
  width: 38.6%;
}
.strenghts__works-textBox{
  background-color: #fff;
  flex: 1;
  font-size: 1.4rem;
  padding: 4.28em 4.8em;
}
.strenghts__works-label-en{
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #008D5C;
}
.strenghts__works-label-jp{
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 0.12em;
}
.strenghts__works-plane{
  line-height: 1.8;
  margin: 1.7em 0 3.4em;
}
.strenghts__works-btn{
  margin: 0;
}
.strenghts__cts-big__txt{
  color: #FFFFFF;
  opacity: 0.5;
  position: absolute;
  left: 10px;
  bottom: 50px;
  z-index: 1;
}

/*============================
works__navi
============================*/
.works__navi{
  padding-bottom: 4.2%;
}
.works__navi-ttlBox{
  margin-bottom: 3%;
}
.works__navi-ttl-en{
  color: #008D5C;
  font-size: 3rem;
  font-weight: 500;
}
.works__navi-ttl-en:after{
  background-color: #008D5C;
}
.works__navi-ttl-jp{
  color: #008D5C;
  font-size: 1.4rem;
  font-weight: 500;
}
.works__navi .slick-dotted.slick-slider{
  margin-bottom: 0;
}
.works__navi-list{
  position: relative;
  padding: 70px 5.298vw 50px;
  overflow: hidden;
}
.works__navi-list:before,
.works__navi-list:after{
  content: "";
  display: block;
  width: 5.298vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}
.works__navi-list:before{
  left: 0;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
.works__navi-list:after{
  right: 0;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}
.works__navi-list .slick-list{
  overflow: initial;
}
.works__navi-list .slick-slide{
  width: 11.679vw!important;
  margin: 0 10px;
}
.works__navi-item{
  width: 100%!important;
  margin-top: 1.1em;
  font-size: 0.6770833vw;
}
.works__navi-item:not(:last-child) {
  margin-right: 0;
}

@media screen and (max-width : 1220px ){
  .works__navi-item{
 font-size: 1.2rem;
}
}
.works__navi-item a{
  background-image: none;
  padding: 1.23em 1em 1.23em;
}
.works__navi-item a:hover{
  background-image: none;
}

.works__navi-list .slick-prev, .works__navi-list .slick-next{
  width: 50px;
  height: 50px;
  top: 46px;
}
.works__navi-list .slick-prev {
  left: initial;
  right: 180px;
}
.works__navi-list .slick-next{
  left: inherit;
  right: 120px;
  z-index: 11;
}
.works__navi-list .slick-prev:before, .works__navi-list .slick-next:before{
  content: "";
  width: 50px;
  height: 50px;
  top: 46px;
  display: block;
}
.works__navi-list .slick-prev:before{
  
  background: url(../Image/slide-prev-bk.svg) no-repeat center top;
  background-size: contain;
}
.works__navi-list .slick-next:before{
  background: url(../Image/slide-next-bk.svg) no-repeat center top;
  background-size: contain;
}
.works__navi-list .slick-dots{
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.works__navi-list .slick-dots li{
  position: relative;
  display: inline-block;
  height: 3px;
  width: 60px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.works__navi-list .slick-dots li button{
  background: #D8D8D8;
  display: block;
  height: 3px;
  width: 60px;
  padding: 0;
}
.works__navi-list .slick-dots li.slick-active button:before {
  background-color: #148D5C;
  width: 60px;
  height: 3px;
}
.works__navi-list .slick-dots li button:before{
  content: "";
}

/*============================
works__cts
============================*/
#works__cts{
  position: relative;
  padding: 4.2% 0 10.4%;
}
#works__cts:after{
  content: "";
  display: block;
  width: 100%;
  height: 79.3%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #F5F4EF;
  z-index: -1;
}
.works__cts-ttlBox{
  font-size: 3.2rem;
  margin-bottom: 1em;
}
.works__cts-ttl-jp{
  position: relative;
  font-weight: bold;
  color: #148D5C;
  padding-bottom: 0.56em;
}
.works__cts-ttl-jp:after{
  content: "";
  display: block;
  width: 1.875em;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #148D5C;
}
.works__note{
	padding-top:6%;
/* 	display:flex;
	justify-content:flex-end; */
	line-height:1.5;
}
.works__note p{
	font-size:0.92em;
}
.works__cts-list{
  flex-wrap: wrap;
}
.works__cts-item{
  position: relative;
  width: 28.8%;
}
.works__cts-item:not(:nth-child(3n)){
  margin-right: 6.8%;
}
.works__cts-item:nth-child(n + 4){
  margin-top: 4.8%;
}
.works__modaal-thum{
  padding-top: 76%;
}
.works__modaal-thum a,.works__modaal-in a{
  display: block;
}
.works__cts-scale{
  position: absolute;
  right: 6px;
  top: 6px;
  background-color: #000000;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0.38em 0.6em;
  box-sizing: border-box;
}
.works__cts-textBox{
  font-size: 1.4rem;
  margin-top: 1.85em;
}
.works__cts-cateBox{
  align-items: center;
}
.works__cts-category{
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #487B66;
  padding: 0.28em 0.76em;
  margin-right: 0.79em;
  white-space: nowrap;
}
.works__cts-date{
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #797979;
}
.works__cts-ttl{
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 0.7em;
	font-size:1.7rem;
}
.works__cts-plane{
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 0.98em;
}
#works__cts .wp-pagenavi{
  margin-top: 8.7%;
}
/*============================
company__navi
============================*/
.company__navi{
  padding-bottom: 3.3%;
}
.company__navi-item{
  width: 18.6%;
}
/*============================
#company__message
============================*/
#company__message{
  position: relative;
  padding: 5% 0 5.2%;
}
.company__message-big__txt{
  position: absolute;
  top: 8.5%;
  right: 0;
  color: #F5F4EF;
  writing-mode: tb-rl;
  z-index: -1;
}
.company__message-ttlBox{
  margin-bottom: 6.9%;
}
.company__message-cts{
  padding: 0 4.6875vw;
  box-sizing: border-box;
}
.company__message-label{
  font-size: 2.08333vw;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.9;
}
.company__message-textBox{
  font-size: 1.4rem;
  margin-top: 2.1em;
}
.company__message-plane{
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 3;
}
.company__message-nameBox{
  font-size: 1.8rem;
  margin-top: 3.37em;
	text-align:right;
}
.company__message-post{
}
.company__message-name{
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  margin-top: 0.4em;
}

/*============================
#company__history
============================*/
#company__history{
  position: relative;
  background-color: #F5F4EF;
  padding: 7.3% 0 6%;
}
.company__history-secInner
{
  position: relative;
  z-index: 5;
}
.company__history-ttlBox{
  margin-bottom: 5.7%;
}
.company__history-cts{
  justify-content: space-between;
}
.company__history-list{
  flex: 1;
}
.company__history-item{
  position: relative;
  font-size: 1.6rem;
  display: flex;
}
.company__history-item:not(:last-child){
  padding-bottom: 3.75em;
}
.company__history-item:not(:last-child):before{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0.35em;
  left: 11.0625em;
  background-color:#1F1F1F;
  z-index: 5;
}
.company__history-label{
  position: relative;
  width: 11.0625em;
  font-weight: bold;
}
.company__history-label:after{
  content: "";
  display: block;
  width: 0.9375em;
  height: 0.9375em;
  position: absolute;
  top: 0.35em;
  left: 10.59375em;
  background-color: #148D5C;
  border-radius: 50%;
  z-index: 10;
}
.company__history-value{
  flex: 1;
  padding-left: 1.78em;
  font-size: 1.4rem;
  padding-top: 0.13em;
}
.company__history-value-item{
  display: none;
}
.company__history-imgBox{
  width: 25%;
  margin-left: 5%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.company__history-img-item{
}
.company__history-img-pic img{
  border-radius: 5px;
}
.company__history-img-text{
  font-size: 1.4rem;
  text-align: right;
}
.company__history-big__txt{
  position: absolute;
  right: 0;
  top: 8.5%;
  color: #FFFFFF;
  writing-mode: tb-rl;
  z-index: 1;
}

/*============================
#company__info
============================*/
#company__info{
  position: relative;
  padding: 7.7% 0 8.8%;
}
.company__info-big__txt{
  writing-mode: tb-rl;
  color: #F5F4EF;
  position: absolute;
  right: 0;
  top: 12.4%;
}
.company__info-ttlBox{
  margin-bottom: 5.9%;
}
.company__info-cts{
  
  
}
.company__info-list{
  margin-bottom: 10.5%;
  padding: 0 6.0979vw;
}
.company__info-item{
  font-size: 1.4rem;
  line-height: 2;
}
.company__info-label{
  font-weight: bold;
  width: 24%;
  border-bottom: 1px solid #148D5C;
  padding: 1.4em 0.5em 1.4em 1.1em;
}
.company__info-value{
  font-weight: 500;
  flex: 1;
  padding: 1.4em 0.5em 1.4em 2.42em;
  border-bottom: 1px solid #E1E3D9;
}
.company__info-field:first-child{
  width: 90px;
  margin-right: 2.5em;
}
.company__info-csr{
  border: 1px solid #1F1F1F;
  padding: 6.5% 5%;
  box-sizing: border-box;
  align-items: center;
}
.company__info-csr-textBox{
  flex: 1;
}
.company__info-csr-label-en{
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.2;
}
.company__info-csr-label-jp{
  position: relative;
  font-size: 1.5rem;
  margin: 0.38em 0 1.66em;
  padding-bottom: 1.66em;
}
.company__info-csr-label-jp:after{
  content: "";
  display: block;
  width:2.93em;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #148D5C;
}
.company__info-csr-plane{
  line-height: 2;
}
.flex.company__info-csr-imgBox{
  width: 41.2%;
  margin-left: 3.7%;
}
.company__info-csr-img-inner{
  width: 46%;
}
.company__info-csr-img-inner:first-child{
  margin-right: 8%;
}
.company__info-csr-text{
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1em;
}
/*============================
#company__access
============================*/
#company__access{
  position: relative;
  background-color: #F5F4EF;
}
.company__access-big__txt{
  position: absolute;
  left: -14px;
  top: 20px;
  writing-mode: tb-rl;
  color: #FFFFFF;
  z-index: 1;
}
.company__access-secInner{
  position: relative;
  z-index: 5;
  max-width: 100%;
  padding: 0;
}
.company__access-wrap{
}
.company__access-textBox{
  padding: 4.4% 6.5%;
  box-sizing: border-box;
  width: 50%;
}
.company__access-ttlBox{
  margin-bottom: 5.5%;
}
.company__access-ttl-en{
  font-size: 2.03125vw;
}
.company__access-ttl-jp{
  font-size: 0.8854vw;
  font-weight: 500;
}
.company__access-info-list{
}
.company__access-item{
  font-size: 1.4rem;
}
.company__access-item:not(:last-child){
  margin-bottom: 2.4em;
}
.company__access-info-label{
  width: 9.2em;
  font-weight: bold;
}
.company__access-info-value{
  flex: 1;
  font-weight: 500;
  padding-left: 1.5em;
  border-left: 1px solid #148D5C;
}
.company__access-info-bus,.company__access-info-taxi{
  margin-top: 1.28em;
  text-indent: -1em;
  padding-left: 1em;
}
.company__access-map{
  width: 50%;
}
.company__access-map iframe{
  width: 100%;
  height: 100%;
}
/*============================
#news
============================*/
.news__navi{
  padding-bottom: 5.2%;
}
.news__cate-item{
  width: 18.6%;
}
.news__cate-item a{
  background-image: none;
  padding-bottom: 1.24em;
}
.news__cate-item a:hover{
  background-image: none;
}
/*============================
#news__archive
============================*/
#news__archive{
  padding: 6.7% 0 9.7%;
  background-color: #F5F4EF
}
.news__archive-wrap{
  background-color: #fff;
  padding: 10.6% 6.666vw;
  box-sizing: border-box;
}
.news__list{
}
.news__item{
  font-size: 1.3rem;
  
  border-bottom: 1px solid #E1E3D9;
}
.news__item a{
  position: relative;
  display:block;
  padding: 2.9em 0 5.2em;
  transition: 0.7s;
}
.news__item a:hover{
  opacity: 0.6;
}
.news__item-cts{
}
.news__item-head{
  padding-right: 26.6%;
}
.news__item-head:not(:has(.news__item-imgBox)) {
  padding-right: 0;
}
.news__item-head:not(:has(.news__item-imgBox))+.news__item-lead {
  padding-right: 0;
}
.news__item-dateBox{
  font-size: 1.4rem;
  margin-bottom: 1em;
  align-items: center;
}
.news__item-date{
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #606060;
  padding-right: 1.25em;
  border-right: 1px solid #E0E0E0;
  line-height: 1;
}
.news__item-date.-catNon {
  border-right: 0;
}
.news__item-cate{
  font-weight: 500;
  color: #148D5C;
  padding-left: 1.5em;
}
.news__item-ttl{
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.76;
  padding-right: 26.6%;
}
.news__item-lead{
  font-size: 1.3rem;
  margin-top: 1.23em;
  padding-right: 26.6%;
}
.news__item-imgBox{
  position: absolute;
  right: 0;
  top: 2.9em;
  width: 20.1%;
  padding-top: 15.8%;
  margin-left: 5.5%;
}
#news__archive .wp-pagenavi{
  margin-top: 5.7%;
}
/*============================
#news__single
============================*/
#news__single{
  padding: 5.9% 0 11.6%;
}
.news__single-secInner{
  
}
.news__start{
  padding-bottom: 10.8%;
}
.news__single-head{
  margin-bottom: 5.5%;
}
.news__single-ttl{
  position: relative;
  font-size: 1.77083vw;
  padding-bottom: 0.88em;
  margin-bottom: 0.88em;
  border-bottom: 1px solid #E1E3D9;
}
.news__single-ttl:after{
  content: "";
  display: block;
  width: 2.05em;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #008D5C;
}
.news__single-dateBox{
  font-size: 1.3rem;
  line-height: 1;
  align-items: center;
}
.news__single-category{
  color: #008D5C;
  background-color: #F5F4EF;
  font-weight: 500;
  margin-right: 1.8em;
  padding: 0.5em  1.23em;
  box-sizing: border-box;
}
.news__single-date{
  color: #939393;
  font-size: 2rem;
  font-weight: 500;
}
.news__single-body p{
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.6;
}
.news__single-body p:not(:last-child){
  margin-bottom: 3.8em;
}
.news__single-body img{
  height: auto;
}
.news__single-body img.aligncenter{
	display:block;
	margin:0 auto;
}
.news__single-pagenavi{
  border-top: 1px solid #E1E3D9;
  padding-top: 8.8%;
}
.page-list{
  max-width: 1364px;
  margin: 0 auto;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 500;
	padding:0 5%;
}
.page-item a{
  position: relative;
  display: inline-block;
}
.page-back{
  margin: 0 1em;
}
.page-prev{
  margin-right: 1em;
}
.page-next{
  margin-left: 1em;
}
.page-back a{
  position: relative;
  display: inline-block;
}
.page-item a:after,.page-back a:after{
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #1F1F1F;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .6s;
}
.page-item a:hover:after,.page-back a:hover:after{
    transform-origin: left top;
transform: scale(1, 1);
}
.page-prev a{
  padding-left: 2.4em;
  background: url("../Image/news-single-navi-prev.svg") no-repeat center left;
  background-size: 12px;
}
.page-next a{
  padding-right: 2.4em;
  background: url("../Image/news-single-navi-next.svg") no-repeat center right;
  background-size: 12px;
}
/*============================
#custom__made
============================*/
#custom__made{
  padding-bottom: 5.2%;
}
.custom__made-secInner{
  max-width: 1460px;
  padding:0 0 0 5%;
  margin: 0 0 0 auto;
}
.custom__made-wrap{
  position: relative;
}
.custom__made-ttlBox{
  font-size: 9.58333vw;
  position: relative;
  z-index: 5;
}
.custom__made-ttl-en{
  letter-spacing: -0.03em;
  color: #E3E0CF;
  opacity: 0.3;
  line-height: 1;
}
.custom__made-imgBox{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 37.5vw;
}
.custom__made-textbox{
  width:560px;
  position: relative;
  z-index: 6;
  padding-left: 4.1666vw;
  box-sizing: border-box;
}
@media screen and (max-width : 1350px ){
  .custom__made-textbox{
    width:520px;
  }
}
.custom__made-ttl-jp{
  position: relative;
  font-size: 1.458333vw;
  font-weight: 500;
  letter-spacing: 0.13em;
}
@media screen and (max-width : 1235px ){
  .custom__made-ttl-jp{
    font-size: 1.8rem;
  }
}
.custom__made-ttl-jp:before{
 content: "";
  display: block;
  width: 1.85em;
  height: 1px;
  position: absolute;
  top: 0.75em;
  left: -3.91666vw;
  background-color: #1F1F1F;
}
.custom__made-leadBox{
  font-size: 0.7291666vw;
  font-weight: 500;
  margin-top: 3.2em;
  box-sizing: border-box;
}
@media screen and (max-width : 1645px ){
  .custom__made-leadBox{
    font-size:1.2rem;
  }
}
.custom__made-plane{
  line-height: 1.85;
}
.custom__made-plane:not(:last-child){
  margin-bottom: 1.86em;
}
/*============================
#custom__service
============================*/
#custom__service{
  position: relative;
  padding: 5.2% 0 10.2%;
}
#custom__service:after{
  content: "";
  display: block;
  width: 100%;
  height: 71%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #F5F4EF;
  z-index: -1;
}
.custom__service-lead{
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 3.85em;
  line-height: 1.85;
  letter-spacing: 0.13em;
}
.custom__service-list{
  padding-top: 7.9%;
  flex-wrap: wrap;
}
.custom__service-item{
  position: relative;
  width: 43%;
}
.custom__service-item:nth-child(2n){
  margin-left: 14%;
}
.custom__service-item:nth-child(n + 3){
  margin-top: 5.9%;
}
.custom__service-imgBox{
  position: relative;
  z-index: 1;
}
.custom__service-number{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  background-color: #F5F4EF;
  color: #008D5C;
  font-size: 1.6rem;
  font-weight: 500;
  writing-mode: tb-rl;
  padding: 0.5em 1em 1.87em;
  box-sizing: border-box;
}
.custom__service-item:first-child .custom__service-number,
.custom__service-item:nth-child(2) .custom__service-number{
  background-color: #fff;
}
.custom__service-textBox{
}
.custom__service-labelBox{
  font-size: 2.4rem;
  margin-top: 1.4em;
  align-items: flex-end;
}
.custom__service-label-jp{
}
.custom__service-label-en{
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  padding-bottom: 0.4em;
  margin-left: 0.87em;
}
.custom__service-plane{
  font-size: 1.5rem;
  letter-spacing: 0.09em;
  margin-top: 2em;
  line-height: 1.76;
}
/*============================
#custom__archive
============================*/
#custom__archive{
  position: relative;
  padding:8.6% 0 11.8%;
}
.custom__archive-big__txt{
  position: absolute;
  right: 0;
  top: 20%;
  color: #E3E0CF;
  opacity: 0.3;
  writing-mode: tb-rl;
}
.custom__archive-ttlBox{
  margin-bottom: 6.4%;
}
.custom__archive-list{
  position: relative;
}
.custom__archive-item{
  position: relative;
}
.custom__archive-item:nth-child(even){
  flex-direction: row-reverse;
}
.custom__archive-item:not(:last-child){
  margin-bottom: 9.8%;
}
.custom__archive-imgBox{
  width: 49.1%;
}
.custom__archive-textBox{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56.5%;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 3.1em 3.4em;
  box-sizing: border-box;
}
.custom__archive-item:nth-child(odd) .custom__archive-textBox{
  right: 0;
}
.custom__archive-item:nth-child(even) .custom__archive-textBox{
  left: 0;
}
.custom__archive-text-head{
  font-size: 2.8rem;
  position: relative;
  border-bottom: 1px solid #E1E3D9;
}
.custom__archive-text-head:after{
  content: "";
  display: block;
  width: 2.2em;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #148D5C;
}
.custom__archive-label-en{
  font-size: 1.2rem;
  color: #148D5C;
  letter-spacing: 0.08em;
  margin-bottom: 2em;
}
.custom__archive-label-jp{
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 0.71em;
}
.custom__archive-text-plane{
  margin-top: 1.7em;
  line-height: 2.1;
}
/*============================
#equipment__production
============================*/
#equipment__production{
  padding-bottom: 5.88%;
}
.equipment__production-secInner{
}
.equipment__production-ttlBox{
  margin-bottom: 4.74%;
}
.equipment__production-list{
}
.equipment__production-item{
  position: relative;
  width: 33.3%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  padding-top: 2em;
}
.equipment__production-item:not(:last-child){
  border-right: 1px solid #C7C7C7;
}
.equipment__production-item:before{
  content: "";
  display: block;
  font-size: 22.3958vw;
  font-weight: 500;
  font-family: 'Cormorant Garamond', serif;
  color: #F9F8F5;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  line-height: 0.45;
  letter-spacing: -0.03em;
}
.equipment__production-item:first-child:before{
  content: "01";
}
.equipment__production-item:nth-child(2):before{
  content: "02";
}
.equipment__production-item:nth-child(3):before{
  content: "03";
}
.equipment__production-label{
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #148D5C;
  margin-bottom: 2.2em;
}

/*============================
#equipment__other
============================*/
#equipment__other{
  position: relative;
  background-color: #F5F4EF;
  padding-top: 6.77%;
}
.equipment__other-big__txt{
  position: absolute;
  right: 10px;
  top: 7.1%;
  color: #fff;
  z-index: 1;
}
.equipment__other-secInner{
  max-width: 1546px;
  padding: 0 0 0 5%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 5;
}
.equipment__other-ttlBox{
  padding-left: 8%;
  margin-bottom: 5.5%;
}
.equipment__other-wrap{
  background-color: #fff;
  padding: 6.97916vw 12.5vw 8.9583vw 5.98958vw;
}
.equipment__other-list{
  border: 1px solid #148D5C;
}
.equipment__other-soft-labelBox{
  font-size: 1.8rem;
  width: 9.27em;
  background-color: #148D5C;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #F0F0F0;
}
.equipment__other-label{
  font-size: 1.8rem;
  font-weight: bold;
}
.equipment__other-soft-valueBox{
  flex-direction: column;
  flex: 1;
}
.equipment__other-soft-value-head{
  border-bottom: 1px solid #C3C3C3;
}
.equipment__other-value{
  border-right: 1px solid #C3C3C3;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #F0F0F0;
  width: 11.9em;
  padding: 2em 1em 2em 1.3em;
  box-sizing: border-box;
}
.equipment__other-field{
  font-size: 1.5rem;
  padding: 2em 1em 2em 3.6em;
  box-sizing: border-box;
}
.equipment__other-field-in{
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.equipment__other-soft .equipment__other-field{
  width: 18.45em;
}
.equipment__other-machine .equipment__other-field{
  width: 18.45em;
}
.equipment__other-field-icon{
  position: relative;
}
.equipment__other-field-icon:before{
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 0.35em;
  left: -1.6em;
  background: url("../Image/equipment__other-dot.svg") no-repeat center top;
  background-size: contain;
}

.equipment__other-machine-labelBox{
  font-size: 1.8rem;
  width: 19.15em;
  background-color: #148D5C;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.equipment__other-machine-label{
}
.equipment__other-machine-valueBox{
  padding: 2em 0 1em;
  font-size: 1.5rem;
  flex: 1;
  flex-wrap: wrap;
  border-top: 1px solid #C3C3C3;
}

/*============================
#contact
============================*/
#contact{
  background-color: #F5F4EF;
  padding:5.6% 0 9%;
}
.contact-secInner{
}
.contact__cts{
  padding: 13% 11%; 
  background-color: #fff;
  box-sizing: border-box;
}
.contact__tel-bnr{
  width: 90%;
  margin: 0 auto 11.8%;
  background-color: #148D5C;
  color: #fff;
  font-size: 1.7rem;
  padding: 2.9em 2.9em 2.9em 3.3em;
  box-sizing: border-box;
  align-items: center;
}
.contact__tel-bnr-label{
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  width: 47%;
  text-align: center;
  box-sizing: border-box;
  padding-right: 2.5em;
}
.contact__tel-bnr-field{
  text-align: center;
  flex: 1;
  padding-left: 2.4em;
  border-left: 1px solid #fff;
  box-sizing: border-box;
}
.contact__tel-bnr-number{
  display: inline-block;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-left: 0.8em;
  background: url("../Image/icon-tel.svg") no-repeat center left;
  background-size: 22px;
}
.contact__tel-bnr-hour{
  letter-spacing: 0.1em;
  margin-top: 0.15em;
}

.contact__faq  {
  width: 90%;
  margin: -9.8% auto 11.8%;
}
.contact__faq a {
  display: flex;
  align-items: center;
  background: #F5F4EF;
  padding: .9em 4rem .9rem 0;
  color: #008D5C;
}
@media (hover: hover) {
  .contact__faq a {
    transition: opacity .3s;
  }

  .contact__faq a:hover {
    opacity: 0.7;
  }
}
.contact__faq-ttl {
  width: 20rem;
  font-size: 4rem;
  text-align: center;
  position: relative;
}
.contact__faq-ttl::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #008D5C;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact__faq-desc {
  flex: 1;
  padding: 0 4.8rem;
  font-size: 1.7rem;
  position: relative;
}
.contact__faq-desc::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #008D5C;
  border-right: 1px solid #008D5C;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.contact__form{
}
.contact__form-head{
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding-bottom: 1em;
  border-bottom: 1px solid #BCBCBC;
  margin-bottom: 2.2em;
}
.contact__form-list{
}
.contact__form-item{
  font-size: 1.8rem;
  padding: 2.77em 0;
	padding:1.4em 0;
}
.contact__form-item:first-child{
  padding: 0 0 1.3em;
}
.contact__form-item:not(:last-child){
  border-bottom: 1px solid #EBEBEB;
}
.contact__form-label{
  font-weight: bold;
  padding-top: 0.5em;
  margin-bottom: 0.8em;
}
.contact__form-item.flex .contact__form-label{
  width: 34%;
  margin-bottom: 0;
}
.contact__form-must{
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0;
  background-color: #00AD71;
  color: #fff;
  padding: 0.1em 0.3em;
  box-sizing: border-box;
  margin-left: 0.69em;
}
.contact__form-optional{
  background-color: #7fc1cb;
}
.contact__form-value{
  flex: 1;
}
.contact__form-notes{
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 0.4em;
}
.contact__form-notes_02{
  font-size: 1.3rem;
  margin-bottom: 0.6em;
	margin-top:0;
	color: #333;
}
.contact__form-bottom{
  
}
.contact__form-privacy{
  text-align: center;
  padding-top: 6.2%;
}
.contact__form-privacy-label{
  font-size: 1.6rem;
  margin-bottom: 2.1em;
  font-weight: 500;
}
.contact__form-privacy-plane{
  line-height: 1.7;
  margin-bottom: 1em;
}
.contact__form-privacy-plane a{
	text-decoration:underline;
}
.contact__form-btnBox{
  margin-top: 4.7%;
}
.contact__form input[type="text"], .contact__form input[type="tel"], .contact__form input[type="email"], .contact__form textarea{
  width: 100% !important;
  background-color: #F4F4F4;
  color: #222;
  font-size: 1.6rem;
  box-sizing: border-box;
  padding: 0.98em 1.2em;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-family: "游ゴシック","YuGothic", "游ゴシック体","メイリオ", "Meiryo", "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
  border-radius: 0;
  border: 0;
  -webkit-appearance: none;
}
.contact__form textarea{
  height: 220px;
}
.ccontact__form-privacy{
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 3.6em;
}
.contact__form-value {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 5rem;
  max-width: 750px;
}
.contact__form-value.-flexSpaceMin {
  gap: 1.5rem 3rem;
}
.contact__form-value+.contact__form-notes {
  margin-top: 2rem;
}
.mwform-radio-field label,
.mwform-checkbox-field label{
	cursor:pointer;
}
.mwform-radio-field input,
.mwform-checkbox-field input {
  display: none;
}
.mwform-radio-field-text,
.mwform-checkbox-field-text{
  padding-left: 32px;
  position:relative;
  font-size: 14px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0!important;
}
.mwform-radio-field-text::before,
.mwform-checkbox-field-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #C9C9C9;
  border-radius: 4px;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::after,
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 8px;
  transform: rotate(40deg);
  border-bottom: 2px solid #008D5C;
  border-right: 2px solid #008D5C;
}
.contact__form-submit_btn{
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.13em;
  width: 30em;
  margin: 0 auto;
  transition: 0.7s;
  border: 0;
}
.contact__form input[type="submit"]{
  width: 100%;
  font-size:1.3rem;
  color: #fff;
  padding: 1.2em 1em 1.3em 1em;
  text-align: center;
  box-sizing: border-box;
   -webkit-appearance: none;
  border: 1px solid #1F1F1F;
  cursor: pointer;
  background: url(../Image/arrow-right-wh.svg) no-repeat center right 92px #1F1F1F;
  background-size: 5px;
  transition: 0.7s;
}
.contact__form input[type="submit"]:hover{
  color: #1F1F1F;
  background: url(../Image/arrow-right-bk.svg) no-repeat center right 92px #fff;
  background-size: 5px;
}
.submit__btn-arrow{
  position: relative;
}
.contact__form-bottom-label{
  text-align: center;
  font-size: 1.5rem;
  margin-top: 2.93em;
}
.mw_wp_form .error {
	font-size:0.9em!important;
	margin-top: 0.6em;
}
/*============================
#contact__thanks
============================*/
#contact__thanks{
  background: #F5F4EF;
  padding: 11.3% 0;
}
.contact__thanks-secInner{
  max-width: 1100px;
  margin: 0 auto;
}
.contact__thanks-bg{
  background-color: #fff;
  padding: 11%;
  text-align: center;
}
.contact__thanks-ttl-jpn{
  position: relative;
  font-size: 2.4rem;
  color: #148D5C;
  letter-spacing: 0.11em;
  padding-bottom: 1.3em;
  margin-bottom: 1.3em;
}
.contact__thanks-ttl-jpn:after{
  content: "";
  display: block;
  width: 2.2em;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #000000;
}
.contact__thanks-text{
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 2.1;
}
.contact__thanks-btn{
  width: 32em;
  margin: 5.2em auto 0;
  text-align: center;
}
.contact__thanks-btn a{
  display: block;
  position: relative;
  background-color: #1F1F1F;
  color: #fff;
  border: 1px solid #1F1F1F;
  transition: 0.7s;
  padding: 1.5em 0;
}
/*============================
#privacy__policy
============================*/
#privacy__policy{
  background-color: #F5F4EF;
  padding-top: 5.6%;
}
.privacy__policy-secInner{
  max-width: 1545px;
  margin: 0 0 0 auto;
  padding: 8% 12.5vw 9.6% 6.458vw;
  background-color: #fff;
  box-sizing: border-box;
}
.privacy__policy-wrap{
  max-width: 1180px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
/*   line-height: 1.91;
  font-weight: 500; */
	line-height:1.72;
	font-weight:400;
}
.privacy__policy-wrap:nth-child(2){
	padding-top:4em;
	margin-top:4em;
	border-top:1px solid #ccc;
}
.privacy__policy-head{
  padding-bottom: 2.4em;
/*   margin-bottom: 6em;
  border-bottom: 1px solid #E1E3D9; */
}
.privacy__policy-title{
	font-size:1.5em;
	margin-bottom:1.2em;
}
.privacy__policy-item:not(:last-child){
/*   margin-bottom: 4.28em; */
  margin-bottom: 2em;
}
.privacy__policy-item-label{
/*   padding-left: 3em;
  text-indent: -2.5em; */
	font-weight:bold;
}
.privacy__policy-value{
/*   margin-top: 1.52em;
  padding-left: 3em; */
	margin-top:0.52em;
	padding-left:1.45em;
}
.privacy__policy-field:not(:last-child){
  margin-bottom: 1.22em;
}

.privacy__policy-wrap:nth-child(2) .privacy__policy-title{
	margin-bottom:0;
}
.privacy__policy-sec:nth-child(n+2){
	margin-top:3.2em;
}
.privacy__policy-title_02{
	font-size:1.1em;
	margin-bottom:1em;
}
.privacy__policy-subsection:nth-child(n+2){
	margin-top:1.8em;
}
.privacy__policy-subsection_head{
	margin-bottom:0.4em;
	font-weight:500;
}
.privacy__policy-subsection_list,
.privacy__policy-subsection_plane,
.privacy__policy-subsection_label{
	padding-left:1.5em;
}
.privacy__policy-subsection_plane + .privacy__policy-subsection_plane,
.privacy__policy-subsection_plane + .privacy__policy-subsection_list,
.privacy__policy-subsection_label{
	margin-top:0.8em;
}
.privacy__policy-subsection_label,
.privacy__policy-subsection_item{
	padding-left:1.5em;
	text-indent:-1.5em;
}
/*============================
#recruit__main
============================*/
.recruit__main{
	padding-bottom:10%;
}
.recruit__main-inner{
}
.recruit__main-lead{
	margin-bottom:3em;
}
.recruit__main-table{
}
.recruit__main-list{
}
.recruit__main-item{
	display:flex;
	letter-spacing:0.08em;
	line-height:1.7;
}
.recruit__main-label{
	width:12em;
	padding:2em 0;
	padding-right:4em;
    border-bottom: 2px solid #148D5C;
    font-weight: 700;
    color: #148D5C;
	font-size:16px;
}
.recruit__main-value{
	flex:1;
    border-bottom: 2px solid #b2b2b2;
	padding:2.5em 0 2em;
	padding-left:1em;
}
.recruit__value-list{
}
.recruit__value-item{
    padding-left: 1.9em;
    text-indent: -1.9em;
}
.recruit__value-item + .recruit__value-item{
	margin-top:0.6em;
}
.recruit__value-item_label{
	display: inline-block;
    text-align: center;
    padding: 0.4em 1em;
    border-radius: 2em;
    background-color: #dcdcdc;
    color: #000;
    width: 10em;
    margin-right: 1.2em;
    font-size: 0.8em;
    font-weight: bold;
}
.recruit__value-link{
	background-color:#008D5C;
	padding:0.6em 1.5em;
	color:#fff;
	border-radius:2em;
	display:inline-block;
	margin-top:0.7em;
	border:1px solid #008D5C;
	transition:.5s;
}
.recruit__value-link:hover{
	background-color:transparent;
	color:#008D5C;
}
.recruit__contact .common__contact-item-tel{
	display:none;
}
.recruit__contact .common__contact-item-mail {
    border-right:none;
    padding-right: 0;
}