@charset "UTF-8";
/* =====================================
  about
===================================== */

.visual{
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../img/about/visual01.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-left: min(7.8125vw, 125px);
}

.visual h1 img{
  width: 369px;
}

.visual h1 small{
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  display: block;
  color: #fff;
  margin-top: 21px;
}

.lead{
  width: 100%;
  height: 2349px;
  padding: 434px 40px 0;
  background: #d6eef8 url("../img/about/bg01.jpg") no-repeat center bottom;
  background-size: cover;
}

.lead h2{
  margin-left: 38.4375%;
}

.lead h2 img{
  width: 258px;
}

.lead p{
  margin: 72px 0 0 38.4375%;
}

.lead p img{
  width: 382px;
}

.features{
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 215px 40px 0;
}

.features ul li{
  width: 100%;
  display: flex;
}

.features ul li:nth-child(even){
  flex-direction: row-reverse;
}

.features ul li + li{
  margin-top: 168px;
}

.features ul li .img-area{
  width: 58.8125%;
}

.features ul li .txt-area{
  width: 41.1875%;
  padding-left: min(5vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.features ul li .txt-area h3{
  font-size: 30px;
  font-weight: 500;
  line-height: 1.567;
}

.features ul li .txt-area h3 span{
  line-height: 1;
  color: #a4becd;
  display: block;
  margin-bottom: 46px;
}

.features ul li .txt-area p{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.0625;
  margin-top: 14px;
}

.features ul li .txt-area a{
  font-size: 18px;
  font-weight: 500;
  color: #a4becd;
  background: url("../img/common/arrow05.svg") no-repeat center right;
  background-size: 68px auto;
  padding-right: 92px;
  line-height: 68px;
  margin-top: 40px;
  display: block;
}

/* =====================================
  company 横スクロール
===================================== */

.company{
  width: 100%;
  max-width: none;
  padding: 168px 0 0;
  margin: 0;
  position: relative;
  overflow: visible;
}

.company-head{
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 40px;
}

.company h2{
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-left: min(7.5vw, 120px);
}

.company h2 span{
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  display: block;
  color: #c5d5e5;
  margin-bottom: 22px;
}

.company .txt01{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.0625;
  margin: 30px 0 0 min(7.5vw, 120px);
}

.company-scroll{
  position: relative;
  width: 100%;
  height: 400vh;
  margin-top: 72px;
  overflow: visible;
}

.company-slide-sticky{
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.company .slide{
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  height: 100%;
  margin: 0;
  padding: 0;
  will-change: transform;
}

.company .slide .slide-list{
  width: auto;
  height: 100vh;
  flex: 0 0 auto;
  overflow: visible;
}

.company .slide .slide-list img{
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  display: block;
}


/* =====================================
  product
===================================== */

.product{
  width: 100%;
  padding: 190px 0 208px;
  margin: 0 auto;
}

.product .ttl-area{
  width: 100%;
  padding: 0 125px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product .ttl-area h2{
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #a4becd;
}

.product .ttl-area a{
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  color: #a4becd;
  padding-right: 35px;
  background: url("../img/common/arrow06.svg") no-repeat center right 5px;
  background-size: 16px auto;
}

.product .ttl-area a:hover{
  background: url("../img/common/arrow06.svg") no-repeat center right 0;
  background-size: 16px auto;
  opacity: 1;
}

.product ul{
  width: 100%;
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
}

.product ul li{
  width: 24.6875%;
}

.product ul li .img-area{
  width: 100%;
  overflow: hidden;
}

.product ul li a:hover{
  opacity: 1;
}

.product ul li .img-area img{
  width: 100%;
  display: block;
  transition: transform .4s ease;
}

.product ul li a:hover .img-area img{
  transform: scale(1.1);
}

.product ul li h3{
  display: flex;
  justify-content: center;
  gap: 16px;
  font-size: 31px;
  line-height: 1;
  margin-top: 33px;
}

.product ul li h3 div{
  display: inherit;
}

.product ul li h3 img{
  width: 89px;
  margin-top: 3px;
}

.product ul li:last-child h3 img{
  width: 97px;
}

.product ul li p{
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-top: 12px;
  text-align: center;
}

/* =====================================
  SP
===================================== */

@media screen and (max-width: 768px) {

.visual{
  background: url("../img/about/sp/visual01.jpg") no-repeat center;
  background-size: cover;
  padding-left: 6.51vw;
}

.visual h1 img{
  width: 48.046875vw;
}

.visual h1 small{
  font-size: 4.296875vw;
  margin-top: 3.3854167vw;
}

.lead{
  height: 314.453125vw;
  padding: 42.70833vw 0 0 16.9270833vw;
  background: #d6eef8 url("../img/about/sp/bg01.jpg") no-repeat center bottom;
  background-size: cover;
}

.lead h2{
  margin-left: 0;
}

.lead h2 img{
  width: 42.70833vw;
}

.lead p{
  margin: 9.895833vw 0 0 0;
}

.lead p img{
  width: 67.83854167vw;
}

.features{
  padding: 30.99vw 0 0;
}

.features ul li{
  flex-direction: column-reverse;
}

.features ul li:nth-child(even) {
  flex-direction: column-reverse;
}

.features ul li + li{
  margin-top: 26.5625vw;
}

.features ul li .img-area{
  width: 100%;
  margin-top: 15.3645833vw;
}

.features ul li .txt-area{
  width: 100%;
  padding: 0 6.51vw;
}

.features ul li .txt-area h3{
  font-size: 5.2vw;
}

.features ul li .txt-area h3 span{
  font-size: 6.25vw;
  margin-bottom: 8.33vw;
}

.features ul li .txt-area p{
  font-size: 3.3854167vw;
  margin-top: 2.734375vw;
}

.features ul li .txt-area a{
  font-size: 3.046875vw;
  background: url("../img/common/arrow05.svg") no-repeat center right;
  background-size: 11.0677vw auto;
  padding-right: 15.625vw;
  line-height: 11.0677vw;
  margin-top: 5.46875vw;
}

/* =====================================
  company 横スクロール
===================================== */

.company{
  padding: 41.40625vw 0 0;
}

.company-head{
  padding: 0 6.51vw;
}

.company h2{
  font-size: 5.2vw;
  line-height: 1.75;
  margin-left: 0;
}

.company h2 span{
  font-size: 6.25vw;
  margin-bottom: 7.03125vw;
}

.company .txt01{
  font-size: 3.3854167vw;
  line-height: 2;
  margin: 2.9948vw 0 0 0;
}

.company-scroll{
  margin-top: 17.96875vw;
}

.company .slide .slide-list{
  width: auto;
  height: 100vh;
  flex: 0 0 auto;
  overflow: visible;
}

.company .slide .slide-list img{
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  display: block;
}


/* =====================================
  product
===================================== */

.product{
    padding: 18.229167vw 0 23.95833vw;
}

.product .ttl-area{
    padding: 0 5.2vw;
}

.product .ttl-area h2{
    font-size: 5.2vw;
}

.product .ttl-area a{
    font-size: 3.125vw;
    padding-right: 5.2vw;
    background: url("../img/common/arrow06.svg") no-repeat center right 0;
    background-size: 2.734375vw auto;
}

.product .ttl-area a:hover{
    background: url("../img/common/arrow06.svg") no-repeat center right 0;
    background-size: 2.734375vw auto;
}

.product ul{
    margin-top: 5.46875vw;
    flex-wrap: wrap;
    row-gap: 7.9427vw;
}

.product ul li{
    width: 49.609375vw;
}

.product ul li a:hover .img-area img{
    transform: scale(1.0);
}

.product ul li h3{
    gap: 2.34375vw;
    font-size: 5.138vw;
    margin-top: 3.645833vw;
}

.product ul li h3 img{
    width: 10.8073vw;
    margin-top: 0.390625vw;
}

.product ul li:last-child h3 img{
    width: 15.7552vw;
}

.product ul li p{
    font-size: 2.34375vw;
    margin-top: 1.6927vw;
}

}