@charset "utf-8";

/*===================
fv
===================*/
.fv {
  width: 100%;
  height: calc(100vh + 200px);
  background: url(../imgs/index/fv.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.fv__head{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.fv__logo{
  width: 588px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.fv__logo::after{
  content: "";
  display: block;
  position: absolute;
  top:50%;
  left: 56.5%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  width: 511px;
  height: 120px;
  background-color: #00000076;
  z-index: -1;
}
.fv__text{
  position: absolute;
  top: 8.593vw;
  left: 6.25vw;
}
.fv__text p{
  font-size:0.83vw;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 2.04;
}
.fv__news{
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.fv__newsWrap{
  width: 100%;
  max-width: 1375px;
  margin: 0 auto;
  background-color: #000;
  padding:20px 0 20px 60px ;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fv__newTtl{
  width: 120px;
  font-family: ff-din-paneuropean, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.fv__newsSwiper{
  width: calc(100% - 120px);
  height: 70px;
  padding-right: 190px;
  color:#fff;
}
.fv__newsItem{
  width: 100%;
  color: #fff;
  /* background-color: #aeaeae; */
  display: flex;
  justify-content: start;
  align-items: center;
}
.fv__newsItem--link{
  display: block;
}
.swiper-wrapper{
  /* width: calc(100% - 200px); */
  width: 100%;
  position: relative; 
  display: flex;
  justify-content:start;
  align-items: center;
}
.fv__newsItem--inner{
  width: 100%;
  padding: 5px 15px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.fv__newsItem--date{
  width: 125px;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: left;
}
.fv__newsItem--title{
  width: calc(100% - 125px);
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.5;
 overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;

}

/* news スワイパー */
.swiper-buttonWrap{
  width: 190px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button{
  position: relative;
  width: 140px;
  height: 50px;
}
.fv__newsSwiper .swiper-pagination-bullets,
.fv__newsSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.fv__newsSwiper .swiper-pagination-custom,
.fv__newsSwiper .swiper-pagination-fraction {
    bottom:auto;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 95px;
    margin: 0;
    font-size: 14px;
}
.fv__newsSwiper .swiper-button-next,
.fv__newsSwiper .swiper-button-prev{
  content:'';
  height: 9px;
  width: 18px;
  top:50%;
  transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
  margin-top: 0;
  color: #0000007b;
}
.fv__newsSwiper .swiper-button-prev::after {
  background-image: url(../imgs/index/swiper_arrow.svg);
  background-size: contain;
  width: 18px;
  height: 9px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.fv__newsSwiper .swiper-button-next::after {
  background-image: url(../imgs/index/swiper_arrow.svg);
  background-size: contain;
  width: 18px;
  height: 9px;
}



@media screen and (max-width: 1600px) {
    .fv__text{
      left: 60px;
    }
  }
@media screen and (max-width: 1440px) {
  .fv{
    height: 100vh;
  }
  .fv__logo{
    width: 36.75vw;
  }
  .fv__logo::after{
    width: 31.93vw;
    height: 7.5vw;
  }
  .fv__news{
    max-width: 1200px;
    padding:0 20px;
  }
  .fv__newsWrap{
   padding: 10px 0 10px 30px;
  }
  .fv__newTtl{
    font-size: 18px;
  }
  .fv__newsItem--date,
  .fv__newsItem--title{
    font-size: 16px;
  }
  .fv__newsSwiper,
  .swiper-buttonWrap{
    height: 50px;
  }
}
/* @media screen and (max-width: 1600px) {
    .fv__text{
      
    }
  } */
@media screen and (max-width: 1300px) {
  .fv__newsWrap{
    padding: 10px 0 10px 20px;
  }
  .fv__text{
     top: 80px;
     left: 23px;
  }
   .fv__newTtl{
    font-size: 16px;
  }
  .fv__newsItem--inner{
    padding: 0;
  }
  .fv__newsItem--date,
  .fv__newsItem--title{
    font-size: 14px;
  }
  .fv__newsItem--date{
    width: 90px;
  }
  .fv__newsItem--title{
    width: calc(100% - 90px);
  }
  .fv__newsSwiper,
  .swiper-buttonWrap{
    height: 40px;
  }
  .fv__newsSwiper{
   padding-right: 140px;
  }
  .swiper-buttonWrap {
    width: 140px;
  }
  .swiper-button{
    width: 100px;
  }
  .fv__newsSwiper .swiper-pagination-bullets,
  .fv__newsSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .fv__newsSwiper .swiper-pagination-custom,
  .fv__newsSwiper .swiper-pagination-fraction{
    font-size: 12px;
  }
  .fv__newsSwiper .swiper-button-next::after,
  .fv__newsSwiper .swiper-button-prev::after{
    width: 13px;
    height: 7px;
  }

}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 750px) {
  .fv{
    /* margin-bottom: 123px; */
  }
  .fv__logo{
    width: 275px;
  }
  .fv__logo::after{
    width: 239px;
    height: 56px;
  }
  .fv__text{
    display: none;
  }

  .fv__news{
    /* bottom: -123px; */
    padding: 0;
  }
  .fv__newsWrap{
    align-items: start;
    padding: 15px;
  }
  .fv__newTtl{
    width: 70px;
  }
  .fv__newsSwiper{
    width: 100%;
    padding: 0 0 0 20px;
    /* padding-left: 30px; */
    height: auto;
  }
  .fv__newsSwiper .swiper-wrapper{
    display: block;
    width: 100%;
    height: auto;
  }
  .fv__newsSwiper .swiper-buttonWrap{
    display: none;
  }
  .fv__newsItem{
    padding: 3px 0;
  }
  .fv__newsItem:first-of-type{
    padding-top: 0;
  }
  .fv__newsItem--date{
    width: 80px;
    font-size: 12px;
  }
   .fv__newsItem--title{
    width: calc(100% - 80px);
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .fv{
    /* margin-bottom: 151px; */
  }
  .fv__news{
    /* bottom: -151px; */
  }
  .fv__newsWrap{
    display: block;
  }
  .fv__newsSwiper{
    padding: 10px 0 0 0;
  }
}
@media screen and (max-width: 375px) {
}



/*===================
challenge
===================*/
.challenge{
  width: 100%;
  overflow: hidden;
  overflow: visible;
  position: relative;
}
.challenge__inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}


.challenge__head{
  width: 100%;
  margin-top: -1px;
}
.challenge__wrap{
  /* margin-bottom: 165px; */
  margin-bottom: clamp(40px,8.489vw,165px);
  display: flex;
  justify-content: center;
  align-items: start;
}
.challenge__textWrap{
  width: 50%;
  /* margin-top: 174px; */
  margin-top: clamp(80px,9.06vw,174px);
  padding-left: 4%;
}

.challenge__ttl{
  margin-bottom: 33px;
}
.challenge__ttl--small{
  margin-bottom: 13px;
  display: block;
  /* font-size: 34px; */
  font-size: clamp(18px,1.77vw,34px);
  letter-spacing: 0.14em;
}
.challenge__ttl--big{
  display: block;
  /* font-size: 77px; */
  font-size: clamp(27px,4.01vw,77px);

}
.challenge__text{
  margin-bottom: 1.2em;
  /* font-size: 21px; */
  font-size: clamp(14px,1.093vw,21px);
   letter-spacing: 0.04em;
   line-height: 2.98;
}
.challenge__text:last-of-type{
  margin-bottom: 0;
}
.challenge__img{
  width: 50%;
  padding-left: 9%;
  padding-right: 6%;
}





/* challenge アニメ */
.challenge-area{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.challenge__cover{
  width: 100%;
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.challenge__coverItem{
  width: calc(50% + 200px);
  height: 100%;
}

.coverItem--lft{
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../imgs/index/challenge_coverleft.png);
  background-position: right top;
  background-size: cover;
  z-index: 2;
 
}
.coverItem--rgt{
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../imgs/index/challenge_coverright.png);
  background-position: left bottom;
  background-size: cover;
  z-index: 3;
}
.challenge__coverItem--iinner{
  position: relative;
  width: 100%;
  height: 100%;
}
.challenge__coverItem--text{
  font-size: clamp(40px,17.44vw,250px);
  font-family: ff-din-paneuropean, sans-serif;
  font-weight: 700;
  color: #fff;
  opacity: 0;   /* 最初は非表示 */
  position: absolute;
  z-index: 100;
}

.challenge__coverItem--text.left {
  position: absolute;
  top: 15%;
  left: 0;
  transform: translateX(-150vw); /* 画面外に逃がす */
}

.challenge__coverItem--text.right {
  position: absolute;
  bottom: 15%;
  right: 0;
  transform: translateX(150vw); /* 画面外に逃がす */
}





@media screen and (max-width: 1600px) {
  
}
@media screen and (max-width: 1280px) {
  .challenge__textWrap{
    width: 60%;
  }
  .challenge__img{
    padding-left: 0;
    width: 40%;
  }
}
@media screen and (max-width: 980px) {
  .challenge__textWrap{
    width: 70%;
  }
  .challenge__img{
    padding-right: 0;
    width: 30%;
  }
}
@media screen and (max-width: 750px) {
  .challenge__wrap{
    flex-direction: column-reverse;
    align-items: center;
  }
  .challenge__img{
    width: 100%;
    max-width: 350px;
    padding: 0;
  }
  .challenge__textWrap{
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .challenge__text{
    line-height: 2.5;
  }
  .challenge__coverItem--text.left {
    top: 32%;
    }
  .challenge__coverItem--text.right {
    bottom: 32%;
  }


}
@media screen and (max-width: 375px) {
  .challenge__img{
    max-width: 200px;
  }
  .challenge__ttl{
    margin-bottom: 20px;
  }
  .challenge__ttl--small{
    margin-bottom: 8px;
    font-size: 14px;
  }
  .challenge__ttl--big{
    font-size: 23px;
  }
  .challenge__text {
    line-height: 2.3;
  }
}




/*===================
PURCHASE
===================*/
.purchase{
  background-color: #e6e6e6;
  padding-top: 103px;
}


/* 不動産買取条件 */
.purchase__conditions{
  padding-top: 60px;
  margin-bottom: 83px;
}

.purchase__subttl{
  font-size:36px;
  letter-spacing: 0.2em;
  text-decoration: underline;
  text-align: center;
}
.purchase__conditionsList{
  padding-top: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}

/* 買取の特徴 */
.purchase__features{
  max-width: 1393px;
  margin: 0 auto 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.purchase__featuresTtl{
  width: 352px;
  font-size: 35px;
  letter-spacing: 0.26em;
  text-align: center;
  padding: 30px 0;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}
.purchase__featuresWrap{
  width: calc(100% - 346px);
  padding: 0 5px 0 42px;
}
.purchase__featuresWrap p{
  font-size: 21px;
  line-height: 2.03;
  letter-spacing: 0.08em;
}


/* スライド部分 */


  .purchase__flowWrap {
  margin: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 50px;
  height: calc(100vh + 150px);
}

/* 左側テキストエリア */
#textDisplay {
  width: 50%;
  max-width: 630px;
  height: 520px;
  opacity: 0;
  position: relative;
  z-index: 2;
  transition: all .3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(5px); /* 下から40pxスタート */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.stageWrapper {
  margin: 0 auto;
  width: 320px;
  height: 480px;
  perspective: 800px;
  position: relative;
}
.stage {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
}
.box {
  position: absolute;
  width: 300px;
  /* active のサイズ */
  height: 450px;
  left: 50%;
  top: 50%;
  margin: -225px 0 0 -150px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s;
}
 .btn-prev, .btn-next {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.522);
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 10px;
    border-radius: 50%;
  }
  .btn-prev { left: 10px; }
  .btn-next { right: 0; }




@media screen and (max-width: 1600px) {
  .purchase__conditionsList{
    max-width: 1200px;
    margin: 0 auto;
  }
  .purchase__subttl{
    font-size: 28px;
  }
  .purchase__features{
    max-width: 1200px;
    margin-bottom: 140px;
  }
  .purchase__featuresTtl{
    width: 270px;
    font-size: 23px;
  }
  .purchase__featuresWrap{
    width: calc(100% - 274px);
    padding: 0 0px 0 6%;
  }
  .purchase__featuresWrap p{
    font-size: 16px;
  }

}
@media screen and (max-width: 1280px) {
  .purchase__featuresTtl{
    width: 200px;
    font-size: 18px;
    padding: 25px 0;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
  }
  .purchase__featuresWrap{
    width: calc(100% - 204px);
    padding: 0 0px 0 3%;
  }
  .purchase__featuresWrap p{
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .purchase__conditions{
    margin-bottom: 50px;
  }
  .purchase__features{
    display: block;
    margin-bottom: 80px;
    /* max-width: 500px; */
  }
  .purchase__featuresTtl{
    margin-bottom: 15px;
    width: fit-content;
    padding: 0;
    border:none;
    border-bottom: 2px solid #000;
  }
  .purchase__featuresWrap{
    width: 100%;
    padding: 0;
  }

  .purchase__flowWrap{
    padding-top: 0;
    height: 100vh;
  }
  #textDisplay{
    width: 40%;
  }
  .stageWrapper{
    width: 250px;
    height: 400px;
    perspective: unset;
  }
}
@media screen and (max-width: 750px) {
  .purchase{
    padding-top: 80px;
  }
  .purchase__subttl{
    font-size: 18px;
  }
  .purchase__conditionsList{
    padding-top: 60px;
  }
  .purchase__featuresTtl{
    font-size: 16px;
  }
  .purchase__flowWrap{
    padding-top: 0;
    margin-top: 50px;
    display: block;
    position: relative;
    /* height: auto; */
  }
  #textDisplay{
    height: auto;
    width: 210px;
    transition: .3s;
  }
}
@media screen and (max-width: 480px) {
  .purchase__conditionsList{
    display: block;
    max-width: 250px;
    margin: 0 auto;
  }
  .purchase__conditionsItem{
    margin-bottom: 10px;
  }
  .purchase__conditionsItem:last-child{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  .box{
    width: 250px;
    height: 300px;
    /* left: 60%; */
    /* margin-top: -145px; */
        margin: -145px 0 0 -120px;
  }
}


/*===================
message
===================*/
.message {
  width: 100%;
  position: relative;
  padding-top: 100px;
}
.message::before {
  width: 100%;
  height:100vh;
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../imgs/index/message_bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
  transition: position 0s;
}
.message.bg-stop::before {
  position: fixed;
  top: 0;
  left: 0;
}


.message.bg-stop .message__headContent{
  position: fixed;
  top:100px;
  /* left: 9.33%; */
  left: 50%;
  transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.message.bg-stop .message__headWrap{
  position: relative;
}
.message .message__head{
  position: relative;
}
.bg-stopOut .message__head{
  opacity: 0;
  transition: .1s;
}


.message.bg-stop .message__head{
  position: absolute ;
  top: 0;
  left: 0;
  transition: .3s;
}
.message.bg-stop .message__head.ttl-stop.head_area::before{
  background-color: #fff;
}
.message.bg-stop .message__head.ttl-stop.head_area .head_area__ttl{
  background-color: #fff;
  color: #000;
  transition: .3s;
}
.message.bg-stop .message__head.ttl-stop.head_area .head_area__ttl--en{
  background-color: #fff;
  color: #000;
  transition: .3s;
}
.message__wrap{

 width: 100%;
 max-width: 1820px;
 padding: 0 20px;
 /* margin: 0 auto; */
 margin: 390px auto 0 auto;
}
.message.bg-stop .message__wrap{
  margin-top: 500px;
}
.message__inner{
  background-color: #000;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
}
.message__textWrap{
  width: 100%;
  max-width: 1442px;
  padding-left:364px ;
  padding-right: 10px;
  margin: 0 auto;
}
.message__text{
  margin-bottom: 75px;
  font-size: 26px;
  line-height: 2.96;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: #fff;
}
.message__text span{
  display: inline-block;
}

.message__logo{
  width: 100%;
  max-width: 375px;
  margin-left: 100px;
}


@media screen and (max-width: 1600px) {
  .message__wrap{
    margin-top: 200px;
  }
  .message.bg-stop .message__wrap{
    margin-top: 300px;
  }
  .message__textWrap {
    padding-left: 280px;
    padding-right: 150px;
}
  .message__text{
    font-size: 18px;
    line-height: 3.5
  }
  .message__logo{
    width: 315px;
  }
}
@media screen and (max-width: 1280px) {
  .message__textWrap{
    padding-left: 260px;
    padding-right: 30px;
  }
  .message__text{
    font-size: 16px;
  }
  .message__logo {
    width: 240px;
  }
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 750px) {
  .message.bg-stop .message__headContent{
    position: unset;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    -moz-transform: unset;
    -o-transform: unset
  }
  .message__wrap{
    padding-top: 0;
    margin-top: 50px;
  }
  .message.bg-stop .message__wrap{
    margin-top: 110px;
  }
  .message__inner{
    margin-bottom: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .message__textWrap{
    padding: 0 30px;
  }
  .message__text{
    margin-bottom: 50px;
    font-size: 14px;
  }
  .message__logo{
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  .message__inner{
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .message__textWrap{
    padding: 0 15px;
  }
  .message__text{
    margin-bottom: 30px;
    line-height: 2.6;
    letter-spacing: 0.08em;
    font-weight: 500;
    font-size: 13px;
  }

  .message__logo{
    width: 200px;
  }
}
@media screen and (max-width: 375px) {
   .message__text{
    font-size: 12px;
   }
}



/*===================
blog
===================*/
.blog{
  padding-top: 120px;
  padding-bottom: 85px;
  background-color: #fff;
}
.blog__head{
  margin-bottom: 63px;
}
.blog__list{
  margin-bottom: 136px;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 3.6%;
}
.blog__item{
  width: calc((100% - 7.2%)/3);
  border-bottom: 1px solid #cccccc;
}
.blog__itemLink{

  display: block;
  width: 100%;
}
.blog__itemImg{
  width: 100%;
  /* height: 278px; */
  padding-top: 59.5%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.blog__itemImg::after{
  content: "";
  display: block;
  background:url(../imgs/common/blog_anc.svg) no-repeat center center;
  background-size: contain;
  width: 57px;
  height: 57px;
  position: absolute;
  bottom: 17px;
  right: 32px;
}
.blog__textWrap{
  padding: 22px 10px 0 10px;
  height: 170px;
}
.blog__date{
  font-size: 17px;
  letter-spacing: 0.02em;
}
.blog__ttl{
  padding-top: 15px;
  font-size:18px ;
  letter-spacing: 0.02em;
  line-height: 1.73;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


@media screen and (max-width: 1600px) {
  .blog__itemImg::after{
    width: 30px;
    height: 30px;
    right: 15px;
    bottom: 15px;
  }
  .moreLink{
    padding-right: 75px;
    font-size: 16px;
  }
  .moreLink::after{
    width: 52px;
    height: 52px;
  }
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 980px) {
  .blog{
    padding-top: 80px;
  }
  .blog__head{
    margin-bottom: 50px;
  }
  .blog__date{
    font-size: 15px;
  }
  .blog__ttl{
    padding-top: 5px;
    font-size: 16px;
  }
  .moreLink{
    padding-right: 50px;
    font-size: 15px;
  }
  .moreLink::after{
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 750px) {
  .blog__wrap{
    margin-bottom: 60px;
  }
  .blog__list{
    display: block;
    max-width: 350px;
    margin: 0 auto;
  }
  .blog__item{
    width: 100%;
    margin-bottom: 30px;
  }
  .blog__item:last-child{
    margin-bottom: 0;
  }
  .blog__textWrap{
    height: auto;
    padding: 12px 10px 30px 10px;
  }
  .blog__date{
    font-size: 12px;
  }
  .blog__ttl{
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
}


/*===================
news
===================*/
.news{
  padding-top: 115px;
  padding-bottom: 73px;
  background-color: #e6e6e6;
}
.news__wrap{
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.news__head{
  width: 240px;
  margin-right: 60px;
}
.news__content{
  width: calc(100% - 400px);
}
.news__list{
    border-top:1px solid #cccccc;
}
.news__item{
  padding: 56px 30px 56px 30px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.news__item:nth-of-type(odd){
  background-color: #d6d6d6;
}
.news__item::after{
  content: "";
  display: block;
  background:url(../imgs/index/news_anc.svg) no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 10px;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
  right: 12px;
}
.news__itemLink{
  display: flex;
  justify-content: start;
  align-items: center;
}
.news__itemImg{
  width: 142px;
  padding-top: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  position: relative;
  border-radius: 3px;
}
.news__itemWrap{
  width: calc(100% - 142px);
  padding: 0 0 0 45px;
}
.news__itemTtl{
  margin-bottom: 10px;
  font-size: 20px ;
  letter-spacing: 0.02em;
  line-height: 1.56;
}
.news__itemDate{
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #666666;
}


@media screen and (max-width: 1600px) {
  .news__item{
    padding: 30px 30px 30px 30px;
  }
  .news__itemTtl{
    font-size: 16px;
  }
  .news__itemDate{
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .news__head{
    width: 165px;
    margin-right: 0;
  }
  .news__content {
    width: calc(100% - 250px);
  }
  .news__item {
        padding: 30px 30px 30px 15px;
  }
  .news__itemLink{
    align-items: start;
  }
  .news__itemWrap{
    padding-left: 20px;
  }
}
@media screen and (max-width: 980px) {
  .news{
    padding-top: 80px;
  }
  .news__content {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 750px) {
  
  .news__wrap{
    display: block;
    margin-bottom: 60px;
  }
  .news__head{
    margin-bottom: 50px;
  }
  .news__content{
    width: 100%;
  }
  .news__itemTtl{
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .news__itemLink{
    display: block;
  }
  .news__itemImg{
    margin-bottom: 10px;
  }
  .news__itemWrap{
    padding-left: 0;
    width: 100%;
  }
  .news__item {
    padding: 20px 20px 20px 15px;
  }
  .news__item::after{
    top: auto;
    bottom: 15px;
  }
  .news__itemImg{
    width: 100%;
    padding-top: 62%;
  }
}
@media screen and (max-width: 375px) {
}


/*===================
contact
===================*/
.contact{
  padding-top: 100px;
  padding-bottom:182px ;
  background-color: #fff;
}
.contact__head{
  margin-bottom: 40px;
}
.contact__content{
  width: 100%;
  max-width: 731px;
  margin: 0 auto;
  background-color: #000;
  padding: 62px 20px 73px;
  color: #fff;
}
.contant__inner{
  width: 80%;
  max-width: 553px;
  margin: 0 auto;
}
.contact__text1{
  margin-bottom: 53px;
  font-size:37px;
  letter-spacing: 0.04em;
}
.contact__text2{
  margin-bottom: 40px;
  font-size:19px ;
  letter-spacing: 0.04em;
}
.cotanct__tel{
  margin: 0 auto 22px;
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border:1px solid #fff;
  font-size: 37px;
  letter-spacing: 0.1em;
  transition: .3s;
  position: relative;
}
.cotanct__tel::before{
  display: block;
  background:url(../imgs/index/contact_tel.svg) no-repeat center center;
  background-size: contain;
  width: 48px;
  height: 55px;
  /* margin-right: 20px; */
  content:'';
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.cotanct__tel:hover{
  background-color: #fff;
  color: #000;
}
.cotanct__tel:hover::before{
  background:url(../imgs/index/contact_telBlack.svg) no-repeat center center;
}


@media screen and (max-width: 1600px) {
  .contant__inner{
    max-width: 475px;
  }
  .contact__text1{
    margin-bottom: 30px;
    font-size: 30px;
  }
  .contact__text2 {
    margin-bottom: 20px;
  }
  .cotanct__tel{
    margin-bottom: 15px;
    font-size: 32px;
  }
  .cotanct__tel::before{
    width: 35px;
    height: 40px;
  }
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 980px) {
  .contact{
    padding-top: 80px;
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 750px) {
  .contact{
    padding-bottom: 80px;
  }
  .contact__content{
    padding: 45px 15px 40px;
  }
  .contant__inner{
    width: 100%;
    max-width: 350px;
  }
  .contact__text1{
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 1.5;
  }
  .contact__text2{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
  .cotanct__tel{
    font-size: 28px;
  }
  .cotanct__tel--num{
    padding-left: 20px;
  }
  .cotanct__tel::before{
    width: 25px;
    height: 30px;
    left: 35px;
  }
  .contact__text3{
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 400px) {
  .contact{
    padding-bottom: 60px;
  }
  .contact__content {
    padding: 25px 15px 30px;
  }
  .contact__text1{
    margin-bottom: 12px;
    font-size: 18px;
  }
  .contact__text2{
    margin-bottom: 5px;
    font-size: 15px;
  }
  .cotanct__tel {
      padding: 20px 0;
      font-size: 23px;
    }
  .cotanct__tel--num{
    padding-left: 30px;
  }
  .cotanct__tel::before{
    width: 22px;
    height: 25px;
    left: 9%;
  }
}

/*===================
company
===================*/
.company{
  padding-top: 77px;
  padding-bottom: 95px;
  background-color: #e6e6e6;
}
.company__head{
  margin-bottom: 90px;
}

.company__list {
  width: 100%;
  max-width: 1383px;
  margin: 0 auto;
}
.company__listItem {
  padding-bottom: 15px;
  margin-bottom: 33px;
  min-height: 63px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #2b2b2b;
  position: relative;
}
.company__listItem:last-child {
  margin-bottom: 0;
}
.company__listItem::after{
  content: '';
  display: block;
  width: 27%;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.company__listHeading,
.company__listText {
  font-size: 19px;
  line-height: 1.75;
  letter-spacing: 0.35em;
}
.company__listHeading {
  width: 27%;
  min-width: 150px;
}
.company__listText {
  width: 73%;
  padding:0 5px;
}
.company__listText--inner{
  width: 100%;
  max-width: 1020px;
}


@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1280px) {
  .company__listHeading, .company__listText {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .company__head{
    margin-bottom: 60px;
  }
  .company__listItem{
    min-height: 0 ;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 750px) {
  .company__listHeading, .company__listText {
    font-size: 14px;
  }
  .company__listHeading{
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 480px) {
  .company{
    padding-bottom: 80px;
  }
  .company__listItem{
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .company__listText{
    padding: 0;
    width: 100%;
    line-height: 1.5;
  }
}
@media screen and (max-width: 375px) {
  .company__head{
    margin-bottom: 40px;
  }
}


/*===================
history
===================*/
.history{
  padding-top: 118px;
  padding-bottom: 95px;
  background-color: #fff;
}
.history__head{
  margin-bottom: 110px;
}
.history__list {
  width: 100%;
  max-width: 1383px;
  margin: 0 auto;
}
.history__listItem {
  margin-bottom: 38px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.history__listItem:last-child {
  margin-bottom: 0;
}
.history__listHeading,
.history__listText {
  font-size: 21px;
  line-height: 2;
  letter-spacing: 0.02em;
}
.history__listHeading {
  width: 27%;
  min-width: 150px;
  padding-left: 32px;
}
.history__listText {
  width: 73%;
  padding:0 5px;
}
.history__listText.nowrap{
  white-space: nowrap;
}
.history__listText--inner{
  width: 100%;
  max-width: 1020px;
}



@media screen and (max-width: 1600px) {
  .history__listText.nowrap {
    white-space: wrap;
}
.history__listHeading, .history__listText{
    font-size: 19px;
  }

}
@media screen and (max-width: 1280px) {
  .history__listHeading, .history__listText{
    font-size: 16px;
  }
  .history__listHeading{
    padding: 0;
  }
  .history__listText{
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 980px) {
  .history__head{
    margin-bottom: 60px;
  }

}
@media screen and (max-width: 750px) {
  .history{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .history__listItem{
    display: block;
    margin-bottom: 20px;
  }
  .history__listHeading,.history__listText{
    width: 100%;
    font-size: 14px;
  }
  .history__listText{
    padding-left: 5px;
  }
}
@media screen and (max-width: 375px) {
  .history__head {
        margin-bottom: 40px;
    }
}







