#contents {
  position: relative;
}
/* =======================================
	contents-header
======================================= */
.contents-header{
  background: var(--background-dark);
  padding: 60px 5% 0;
  position: relative;
  z-index: 10;
}

.contents-header__front{
  background-image: url(../img/background/bg_mv.png);
  background-position: center;
  background-size: cover;
}

.contents-header__notFront{
  padding: 60px 0 50px;
}

body.home .contents-header .wrap-container{
  width: 100%;
  height: 100%;
}

.contents-header__container{
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  height: 450px;
  position: relative;
}

.contents-header__inner {
  position: relative; 
}

.catch-copy {
  margin:auto;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}

.catch-copy h2{
  width: 100%;
  font-size: 2.2rem;
  font-family: var(--font-en);
  letter-spacing: 3px;
  color: #d5d5d5;
}

.mv-red{
  color: #DF0000;
}

.top-slider__area{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.slick-list,
.slick-track{
  height: 100%;
}
.top-slider__area .slick-track img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: inherit;
}
.top-main__slider.slick-slider {
  position: absolute;
  top: 100px;
  left: auto;
  right: 5vw;
  bottom: 100px;
  width: calc(50% - 5vw);
  height: calc(100% - 200px);
  z-index: 2;
  overflow: hidden;
}
.top-bg_slider.slick-slider{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top-bg_slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  z-index: 1;
}
.slider-letter{
  position: absolute;
  left: -10vw;
  bottom: 0;
  padding-right: 30vw;
  color: #fff;
  font-family: var(--font-en);
  font-size: clamp(2rem, 5vw, 6rem);
  font-weight: 100;
  line-height: .8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  z-index: 3;
}

.main-ttl__area{
  position: absolute;
  top: 0;
  left: 0;
}
.page-ttl {
  background: var(--background-dark);
  padding: 10px 30px 10px 0;
}
.middle-message{
  padding: 50px 5%;
  text-align: center;
  color: white;
}
body:not(.home) .middle-message{
  padding-top: 0;
  background: var(--background-light);
}
.eyecatch{
  height: 200px;
}
.eyecatch img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.service-eyecatch{
  object-position: right center !important;
}

/* 767以下 */
@media screen and (max-width:767px) {
  .contents-header{
    padding: 60px 0 0;
  }

  .catch-copy {
    left: 5%;
  }
}

/* 768以上 */
@media only screen and (min-width: 768px) {
  .top-slider__area{
    width: 60%;
  }
  .top-main__slider.slick-slider {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 80%;
  }

  .catch-copy h2{
    font-size: 3rem;
  }

  .eyecatch{
    height: auto;
  }
}

/* 840以上 */
@media only screen and (min-width: 840px) {
  .contents-header {
    padding: 100px 5% 0;
  }

  .contents-header__notFront{
    padding: 120px 0 50px;
  }

  .contents-header__container{
    height: 600px;
  }
}

/* 850以上 */
@media only screen and (min-width: 850px) {
  .catch-copy h2{
    font-size: 5rem;
    line-height: 1.5;
  }
}
/* =======================================
	TITLE
======================================= */
.main-ttl .ja{
  font-size: 1.4rem;
  font-weight: 300;
  display: block;
}
.main-ttl .en{
  font-family: var(--font-en);
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.2;
  font-weight: normal;
}
.page-ttl .ja{
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  color: white;
}
.page-ttl .en{
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 500;
  color: white;
  font-family: var(--font-en);
}
@media only screen and (min-width: 768px) {
.page-ttl .en{
  font-size: 5.8rem;
}
}
/* =======================================
	contents-body
======================================= */
.contents-body__inner{
  position: relative;
  padding: 50px 5%;
}
body.home .contents-body__inner{
  padding: 50px 5%;
}
.wrap-container,
.wrap-container__narrow{
  margin: 0 auto;
}
.bloc-header{
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  body:not(.home) .contents-body__inner{
    padding-top: 100px;
  }
}
@media only screen and (min-width: 940px) {
  .wrap-container__narrow{
    margin: 0 auto;
    max-width: 900px;
  }
}
/* @media only screen and (min-width: 1120px) {
  .wrap-container{
    margin: 0 auto;
    max-width: 1080px;
  }
} */
@media only screen and (min-width: 1280px) {
  .wrap-container{
    margin: 0 auto;
    max-width: 1240px;
  }
}


/* ===============================================================
  banner
================================================================ */
.banner{
  padding: 30px 5%;
  background-color: black;
}

.wrap-container__banner{
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.wrap-container__banner br{
  display: none;
}

.banner-img__a,
.banner-img{
  display: block;
  margin: 0 auto;
  transition: 0.2s;
}

.banner-img__a:hover{
  opacity: 0.7;
  transition: 0.2s;
}

/* ==============================================================
	NEWS
============================================================== */
#top-news .main-ttl{
  text-align: left;
}
.home-news__list {
  padding: 10px;
  border-bottom:1px solid var(--color-border);
}
.home-news__list a{
  transition: all .5s ease;
}
.home-news__list a:hover{
  opacity: .6;
  transition: all .5s ease;
}
#top-news .home-news__list:first-child{
  border-top:1px solid var(--color-border);
}
.home-news__list dl{
  width: 100%;
}
.home-news__list dt{
  width: 100px;
  font-size: 1.4rem;
  color: #808080;
}
.home-news__list dt,
.home-news__list dd{
  line-height: 36px;
}
.home-news__list dd{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-news__list > div,
.home-news__list a{
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  text-decoration: none;
  position: relative;
  transition: all .5s ease;
}
.home-news__list .flex{
  align-items: center;
}
.home-news__list a:hover{
  color: var(--color-accent);
  transition: all .5s ease;
}
.home-news__list a .icon-box{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 24px;
}
#top-news .page-link{
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .news-flex{
    gap: 50px;
  }
  .news-flex .bloc-header{
    width: calc(160px - 25px);
  }
  .news-flex .bloc-body{
    width: calc(100% - 160px - 25px);
  }
  .home-news__list > div,
  .home-news__list a{
    padding-right: 30px;
    flex-direction: inherit;
    align-items: center;
    gap: 20px;
  }
}
#single-news .news-detail-header{
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}
#single-news .news-detail-header h4{
  order: -1;
}
#single-news .page-link{
  text-align: center;
}

@media screen and (max-width:767px) {
  #top-news .page-link {
      text-align: center;
  }
}
/* =======================================
	TOP-company
======================================= */
#page-company.contents-body__inner{
  padding: 100px 5%;
}

#page-company .wrap-container__narrow{
  margin: 0 auto;
}

.company-list__item{
  position: relative;
}

.company-list img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}
.company-list a:hover img{
  transform: scale(1.1);
  transition: all .5s ease;
}

.company-list .ttl-box{
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 5px 10px 5px;
  box-sizing: border-box;
}
#top-company .page-link{
  text-align: center;
}

@media screen and (max-width:767px) {
  #page-company.contents-body__inner{
    padding: 50px 5%;
  }
}
/* =======================================
	TOP-service
======================================= */
#top-service{
  position: relative;
  background-color: white;
}

#top-service.contents-body__inner{
  padding: 100px 5%;
}

#top-service .bloc-header{
  text-align: center;
  position: relative;
  z-index: 2;
}

#top-service .bloc-header::before{
  content: "Service";
  color: rgba(194,194,194,0.25);
  font-family: var(--font-en);
  font-size: clamp(1rem, calc(100vw / 7), 11rem);
  font-weight: 700;
  line-height: 0.8;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

#top-service .intro{
  text-align: center;
}

.company-ttl{
  position: relative;
  padding-left: 1em;
  font-size: 2rem;
  z-index: 2;
}
.company-ttl span{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: var(--font-en);
  color: #f0f0f0;
  line-height: 1;
  font-size: 10rem;
  z-index: -1;
}
#top-service .page-link{
  text-align: center;
}

.reverse{
  flex-direction: row-reverse;
}

@media screen and (max-width:767px) {
  .service-list{
    flex-direction: column-reverse;
  }

  #top-service .bloc-header::before{
    bottom: 50px;
  }
}
/* ================================================= top works */
.top-works{
  background-color: #4B4F54;
  color: white;
  padding: 50px 5%;
}

.section-title__works{
  text-align: center;
}

.works-caption{
  margin-top: 50px;
  text-align: center;
}

.top-works__list{
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.top-works__item{
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.works-link{
  display: block;
  width: 100%;
  height: 100%;
}

.works-item__title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
  width: fit-content;
  color: white;
  font-size: 2rem;
  padding: 10px 20px;
  background-color: rgba(75,79,84,0.7);
}

.works-item__img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/works-list__img__1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.works-item__img__2{ background-image: url(../img/common/works-list__img__2.jpg); }
.works-item__img__3{ background-image: url(../img/common/works-list__img__3.jpg); }

.black-filter{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  transition: 0.3s;
}

.top-works__item:hover .works-item__img{
  transform: scale(1.05,1.05);
  transition: 0.3s;
}

.top-works__item:hover .black-filter{
  background-color: rgba(0,0,0,0);
  transition: 0.3s;
}

.page-link__topWroks{
  display: flex;
  justify-content: center;
}

@media screen and (max-width:767px) {
  .top-works__item{
    height: 180px;
    margin-bottom: 10px;
  }

  .works-item__title{
    top: 0;
    transform: translate(-50%,0%);
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
  }

  .black-filter{
    display: none;
  }

  .works-item__img__1{ background-image: url(../img/common/works-list__img__1__sp.jpg); }
  .works-item__img__2{ background-image: url(../img/common/works-list__img__2__sp.jpg); }
  .works-item__img__3{ background-image: url(../img/common/works-list__img__3__sp.jpg); }
}
/* ================================================= top works end */


/* =======================================
	下部slider
======================================= */
.top-image__slider__area{
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
.top-image__slider .slick-slide {
  margin: 0 15px;
}
.top-image__slider__area .slider-letter__bottom{
  position: absolute;
  left: -10vw;
  bottom: -6px;
  font-family: var(--font-en);
  color: var(--color-base);
  font-weight: 100;
  font-size: 6rem;
  line-height: .9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  z-index: 3;
}
/* =======================================
	contents-footer
======================================= */
.contents-footer{
  position: relative;
  color: #fff;
}
.contents-footer::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/background/bg_contact.png) no-repeat center / cover;
  z-index: -2;
}

.contents-footer::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  z-index: -1;
}

.contents-footer__inner{
  position: relative;
  /* padding: 50px 0; */
}
.contents-footer .main-ttl{
  text-align: center;
}
.contents-footer .contact-area{
  position: relative;
  padding: 50px;
  box-sizing: border-box;
  z-index: 2;
}
/* .contents-footer .white-area::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .85;
  z-index: -1;
} */
.contents-footer p{
  text-align: center;
}
.contents-footer a{
  color: #fff;
}

.contact-list{
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.tel-link a{
  display: block;
  font-family: var(--font-en);
  padding-left: 25px;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.4;
  transition: all .5s ease;
}
.tel-link .business-hours{
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
}

.contents-footer .tel-link a:hover{
  opacity: .6;
}

.contents-footer .page-link__btn {
  border: 1px solid #fff;
  background-color: transparent;
  display: flex;
}

.contents-footer .page-link__btn .arrow::before{
  background-color: white;
  transition: 0.3s;
}

.contents-footer .page-link__btn .arrow::after{
  background: url(../img/common/icon/icon_arrow_white.png) no-repeat center / contain;
}

.contents-footer .page-link__btn:hover .arrow::before{
  opacity: 0;
}

.contents-footer a.page-link__btn .mail::after {
  background: url(../img/common/icon/icon_mail_white.png) no-repeat center / contain;
}

@media screen and (max-width:767px) {
  .tel-link a{
    font-size: 3rem;
  }
}
/* =======================================
	共通
======================================= */
.bloc-header .flex{
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.bloc-header .flex .page-link{
  width: auto;
}
.bloc-3,
.bloc-2{
  gap: 50px;
  align-items: center;
}
.flex-64{
  gap: 30px;
  align-items: center;
}
.flex-64 > div,
.bloc-3 > div,
.bloc-2 > div{
  width: 100%;
}
.img-area.only-pc img{
  object-fit: cover;
  width:  100%;
  height: 100%;
}
.flex-64 > .img-area{
  order: -1;
}
@media only screen and (min-width: 768px) {
  .bloc-2 > div{
    width: calc(50% - 25px);
  }
  .bloc-3 > div{
    width: calc((100% - 100px)/3);
  }
  .flex-64 > .img-area{
    width: calc(40% - 15px);
    order: inherit;
  }
  .flex-64 > .txt-area{
    width: calc(60% - 15px);
  }
}

.table1 dl{
  display: flex;
  flex-direction: column;
}
.table1 dl:last-child{
  border-bottom: 1px var(--color-border) solid;
}
.table1 dt {
  width: 100%;
  background-color: #dddddd;
  padding: 15px 10px;
  border-top: 1px var(--color-border) solid;
  box-sizing: border-box;
}
.table1 dd {
  padding: 15px 10px 45px;
  border-top: 1px var(--color-border) solid;
  flex: 1;
  align-self: inherit;
  text-align: justify;
}
.table1 dd span{
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .table1 dl{
    display: flex;
    flex-direction: inherit;
  }
  .table1 dt {
    padding: 20px 10px;
    width: 20%;
    background-color: transparent;
  }
  .table1 dd {
    padding: 20px 10px;
    align-self: center;
  }
}
.intro p+p{
  margin-top: 1em;
}

/* =======================================
	PAGE-service
======================================= */
.service-page__list.flex-64{
  align-items: flex-start;
}

.service-page__list{
  margin-top: 75px;
}

.service-page__list:first-of-type{
  margin-top: 0;
}

.service-page__list .bloc-header{
  margin-bottom: 30px;
}
.service-page__list .bloc-ttl{
  font-size: 2rem;
}
.service-detail{
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 20px;
}
.reco-list.bloc-3{
  align-items: inherit;
  gap: 10px;
}
.reco-ttl{
  margin-bottom: 10px;
  color: var(--color-accent);
}
.reco-list p{
  width: 100%;
  padding: 10px 20px;
  border: 1px solid var(--background-dark);
  border-radius: 10px;
  box-sizing: border-box;
}

.service-page__title{
  padding: 35px 0 0 20px;
}

.service-page__title span{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: var(--font-en);
    font-weight: 700;
    color: #f0f0f0;
    line-height: 1;
    font-size: 10rem;
    z-index: -1;
}

/* =======================================
	PAGE-works
======================================= */
.works-bread{
  background: var(--background-dark) !important;
}

.works-bread ul li::after{
  color: white !important;
}

.works-bread ul li span{
  color: white !important;
}


.contetns-body__inner__works{
  width: 100%;
  padding: 0 5% 100px;
  background-color: var(--background-dark);
  box-sizing: border-box;
}

.wrap-container__works__page{
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.works-page__btn__box{
  padding: 100px 0;
  justify-content: center;
  gap: 20px;
}

.works-page__btn__box br{
  display: none;
}

.works-page__btn{
  position: relative;
  width: 350px;
  color: white;
  border: 1px solid white;
  padding: 5px 10px;
}

.works-page__btn .arrow::before {
  background: white;
}

.works-page__btn .arrow::after {
  background: url(../img/common/icon/icon_arrow_white.png) no-repeat center / contain;
}

.works-page__list{
  align-items: flex-start;
  color: white;
  margin-top: 50px;
}

.works-page__title{
  font-size: 2.4rem;
  padding: 0 0 20px;
}

.works-page__list__flex{
  gap: 50px;
}

.works-img__area{
  width: calc(48% - 25px);
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  gap: 10px;
}

.works-img__area img{
  width: calc(50% - 5px);
}

.works-img__area br{
  display: none;
}

.works-txt__area{
  width: calc(52% - 25px);
}

.works-list__title{
  width: fit-content;
  color: white;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #5f656b;
  padding: 10px 30px;
  margin-bottom: 20px;
}

.works-list{
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid white;
  border-radius: 5px;
  padding: 10px;
}

.works-list li{
  line-height: 1.2;
}

.etc{
  margin-top: 10px;
}

@media screen and (max-width:1023px) {
  .works-page__btn__box{
    padding: 50px 0;
  }

  .works-page__list__flex{
    gap: 20px;
    flex-direction: column;
  }

  .works-img__area{
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
  }

  .works-img__area img{
    width: calc(50% - 10px);
  }

  .works-list__title{
    margin: 0 auto 20px;
  }

  .works-txt__area{
    width: 100%;
  }
}


/* ==================================================================
    others
================================================================== */
.privacy{
  text-decoration: underline;
}

.privacy:hover{
  opacity: 0.7;
}