@charset "UTF-8";
.arrow {
  position: relative;
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 2px;
}
.arrow::before {
  border-top: 2px solid currentColor;
  width: 13px;
}
@media screen and (max-width: 767px) {
  .arrow::before {
    border-width: 1.5px;
    width: 10px;
  }
}
.arrow::after {
  width: 7px;
  height: 7px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .arrow::after {
    border-width: 1.5px;
    width: 5px;
    height: 5px;
  }
}

/* ▼▼▼ トップ
======================================================*/
.stripe, #business::before, #concept .img01::before, #concept .img02::before {
  background: repeating-linear-gradient(-45deg, #94C9AC, #94C9AC 2px, transparent 0, transparent 7px);
}
@media screen and (max-width: 767px) {
  .stripe, #business::before, #concept .img01::before, #concept .img02::before {
    background: repeating-linear-gradient(-45deg, #94C9AC, #94C9AC 1px, transparent 0, transparent 5px);
  }
}

.stripe2, #sustainability::after, #works .slide_wrap::after {
  background: repeating-linear-gradient(-45deg, #C8E3D4, #C8E3D4 2px, transparent 0, transparent 7px);
}
@media screen and (max-width: 767px) {
  .stripe2, #sustainability::after, #works .slide_wrap::after {
    background: repeating-linear-gradient(-45deg, #C8E3D4, #C8E3D4 1px, transparent 0, transparent 5px);
  }
}

/* ▼ mainVisual
----------------------------------------*/
#mainVisual {
  position: relative;
}
#mainVisual h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 68px);
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
#mainVisual h1 img {
  width: 56.5%;
}
@media screen and (max-width: 767px) {
  #mainVisual h1 {
    width: calc(100% - 24px);
  }
  #mainVisual h1 img {
    width: 90%;
  }
}

.top_slide {
  padding-right: 68px;
}
@media screen and (max-width: 767px) {
  .top_slide {
    padding-right: 24px;
  }
}
.top_slide .swiper-slide {
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}
.top_slide .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 45px;
  left: auto;
  bottom: auto;
  right: 40px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .top_slide .swiper-pagination {
    gap: 8px 0;
    top: 35px;
    right: 10px;
  }
}
.top_slide .swiper-pagination .swiper-pagination-bullet {
  background: #94C8AC;
  margin: 0;
  width: 5px;
  height: 5px;
  opacity: 1;
}
.top_slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #027B39;
}

/* ▼ concept
----------------------------------------*/
#concept {
  padding: 170px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #concept {
    padding: 85px 24px 253px;
  }
}
#concept .lead {
  line-height: 2.88;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #concept .lead {
    line-height: 2.7;
  }
}
#concept .img01, #concept .img02 {
  position: absolute;
  z-index: 2;
}
#concept .img01::before, #concept .img02::before {
  content: "";
  width: 100%;
  height: calc(100% - 20px);
  position: absolute;
  z-index: -1;
}
#concept .img01 {
  width: 366px;
  padding: 0 0 15px 15px;
  top: -74px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #concept .img01 {
    width: 194px;
    padding: 0 0 10px 10px;
    top: auto;
    bottom: 50px;
  }
  #concept .img01 img {
    border-radius: 30px 0 0 30px;
  }
}
#concept .img01::before {
  border-radius: 33px 0 0 33px;
  left: 0;
  bottom: 0;
}
#concept .img02 {
  width: 296px;
  padding: 15px 15px 0 0;
  left: 0;
  bottom: -48px;
}
@media screen and (max-width: 767px) {
  #concept .img02 {
    width: 160px;
    padding: 10px 10px 0 0;
    bottom: -46px;
  }
  #concept .img02 img {
    border-radius: 0 30px 30px 0;
  }
}
#concept .img02::before {
  border-radius: 0 33px 33px 0;
  top: 0;
  left: 0;
}

.topics {
  background: #fff;
  border-radius: 0 60px 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 453px;
  height: 110px;
  font-weight: bold;
  position: absolute;
  top: -55px;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .topics {
    width: 283px;
    height: 84px;
    top: -50px;
  }
}
.topics > p {
  background: #027B39;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 89px;
          flex: 0 0 89px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 767px) {
  .topics > p {
    font-size: 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 59px;
            flex: 0 0 59px;
  }
}
.topics > p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .topics > p a {
    padding-bottom: 10px;
  }
}
@media (hover: hover) {
  .topics > p a:hover {
    opacity: 1;
  }
  .topics > p a:hover span::before {
    width: calc(100% + 4px);
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
  }
  .topics > p a:hover span::after {
    left: calc(100% - 3px);
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
  }
}
.topics > p span {
  display: block;
  position: relative;
}
.topics > p span::before, .topics > p span::after {
  content: "";
  position: absolute;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.topics > p span::before {
  border-top: 2px solid currentColor;
  width: 0;
  left: -2px;
  bottom: -6px;
}
.topics > p span::after {
  display: block;
  line-height: 1;
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -6px;
  bottom: -8px;
}
@media screen and (max-width: 767px) {
  .topics > p span::before, .topics > p span::after {
    left: auto;
    right: 0;
  }
  .topics > p span::before {
    content: "";
    border-top: 2px solid currentColor;
    width: 100%;
    bottom: -4px;
  }
  .topics > p span::after {
    width: 6px;
    height: 6px;
    bottom: -6px;
  }
}
.topics ul {
  padding: 14px 20px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .topics ul {
    padding: 10px;
    font-size: 11px;
  }
}
.topics ul li {
  line-height: 1.4;
}
.topics ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .topics ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
.topics ul li span {
  font-family: "Barlow", sans-serif;
}
.topics ul li p {
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  max-width: 24.3em;
}
@media screen and (max-width: 767px) {
  .topics ul li p {
    max-width: 17em;
    letter-spacing: 0.02em;
  }
}
@media (hover: hover) {
  .topics ul li a:hover p {
    text-decoration: none;
  }
}

/* ▼ business
----------------------------------------*/
#business {
  background: url(../img/top/business_bg.jpg) no-repeat center/cover;
  padding: 90px 0 80px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #business {
    background-image: url(../img/top/business_bg_sp.jpg);
    padding-bottom: 70px;
  }
}
#business::before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: -1;
}
#business .container {
  overflow: hidden;
}
#business h2 {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  #business h2 {
    margin-bottom: 50px;
  }
}
#business ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 0;
  margin: 0 -55px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #business ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    gap: 40px 10%;
    font-size: 16px;
  }
}
#business ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media screen and (max-width: 767px) {
  #business ul li {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    padding: 0;
  }
  #business ul li:nth-child(1), #business ul li:nth-child(2) {
    min-width: 115px;
  }
}
#business ul li:not(:first-child) {
  position: relative;
}
#business ul li:not(:first-child)::after {
  content: "";
  border-left: 1px solid #fff;
  height: 90px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  #business ul li:not(:first-child)::after {
    display: none;
  }
}
#business ul li:nth-child(1) a {
  background: url(../img/top/business01.svg) no-repeat center top/auto;
}
#business ul li:nth-child(2) a {
  background: url(../img/top/business02.svg) no-repeat center top/auto;
}
#business ul li:nth-child(3) a {
  background: url(../img/top/business03.svg) no-repeat center top/auto;
}
#business ul li:nth-child(4) a {
  background: url(../img/top/business04.svg) no-repeat center top/auto;
}
#business ul li:nth-child(5) a {
  background: url(../img/top/business05.svg) no-repeat center top/auto;
}
#business ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-width: 80px;
  padding-top: 70px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #business ul li a {
    padding-top: 60px;
    background-size: 67px !important;
  }
}
#business .more {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #business .more {
    margin-top: 40px;
  }
}

/* ▼ works
----------------------------------------*/
#works {
  padding: 180px 0 0;
}
@media screen and (max-width: 767px) {
  #works {
    padding-top: 90px;
  }
}
#works .more {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #works .more {
    margin-top: 20px;
  }
}
#works .container {
  position: relative;
  z-index: 3;
}
#works .slide_wrap {
  padding-bottom: calc(3vw + 50px);
  margin-top: -3%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #works .slide_wrap {
    padding-bottom: calc(6vw + 60px);
    margin-top: 30px;
  }
}
#works .slide_wrap::after {
  content: "";
  width: 100%;
  height: 65%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #works .slide_wrap::after {
    height: 80%;
  }
}

.works_slide {
  -webkit-transform: skew(0, -7deg);
          transform: skew(0, -7deg);
  padding: 2vw 0;
  overflow: inherit;
}
@media screen and (max-width: 767px) {
  .works_slide {
    padding: 0;
  }
}
.works_slide .swiper-slide, .works_slide .swiper-pagination {
  -webkit-transform: skew(0, 7deg);
          transform: skew(0, 7deg);
}
.works_slide .swiper-slide a {
  display: block;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .works_slide .swiper-slide a {
    padding-bottom: 18px;
  }
}
.works_slide .ph {
  border-radius: 25px;
  overflow: hidden;
  aspect-ratio: 1/0.7;
}
@media screen and (max-width: 767px) {
  .works_slide .ph {
    aspect-ratio: 1.2/1;
  }
}
.works_slide .ph img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.works_slide .txt {
  display: inline-block;
  background: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
}
.works_slide .txt .txt_red {
  color: #D94F58;
  font-size: 12px;
  font-weight: 500;
}
.works_slide .swiper-pagination {
  width: 261px;
  top: auto;
  left: auto;
  bottom: -20%;
  right: 10vw;
}
@media screen and (max-width: 767px) {
  .works_slide .swiper-pagination {
    width: 306px;
    -webkit-transform: translateX(-50%) skew(0, 7deg);
            transform: translateX(-50%) skew(0, 7deg);
    left: 50%;
    right: auto;
    bottom: calc(-6vw - 20px);
  }
}
.works_slide .swiper-pagination {
  background: #fff;
  border-radius: 30px;
}
.works_slide .swiper-pagination-progressbar-fill {
  background: #027B39;
  border-radius: 30px;
}

/* ▼ other
----------------------------------------*/
#other {
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  #other {
    padding: 80px 0;
  }
}
#other .item_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px 4px;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #other .item_wrap {
    grid-template-columns: 1fr;
  }
}
#other .item_wrap .item a {
  display: block;
  padding-top: 20px;
  height: 406px;
}
@media screen and (max-width: 767px) {
  #other .item_wrap .item a {
    aspect-ratio: 1/0.58;
    height: auto;
  }
}
#other .item_wrap .item:nth-of-type(1) a {
  background: url(../img/top/company.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #other .item_wrap .item:nth-of-type(1) a {
    background-image: url(../img/top/company_sp.jpg);
  }
}
#other .item_wrap .item:nth-of-type(2) a {
  background: url(../img/top/recruit.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #other .item_wrap .item:nth-of-type(2) a {
    background-image: url(../img/top/recruit_sp.jpg);
  }
}

/* ▼ sustainability
----------------------------------------*/
#sustainability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 115px);
  padding: 37px 0 75px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sustainability {
    width: 100%;
    display: block;
    padding: 0 0 60px;
  }
}
#sustainability::before, #sustainability::after {
  content: "";
  height: calc(100% - 75px);
  position: absolute;
}
#sustainability::before {
  background: url(../img/top/sustainability.jpg) no-repeat right top 70%/cover;
  width: calc(100% - 395px);
  border-radius: 0 30px 30px 0;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #sustainability::before {
    display: block;
    width: calc(100% - 23px);
    height: 204px;
    margin-bottom: 45px;
    position: static;
  }
}
#sustainability::after {
  border-radius: 0 0 0 30px;
  width: 100%;
  bottom: 0;
  right: -115px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #sustainability::after {
    height: calc(100% - 93px);
    right: 0;
  }
}
#sustainability .txt {
  width: 395px;
  padding-left: 35px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sustainability .txt {
    width: 100%;
    padding: 0 24px;
    overflow: hidden;
  }
}
#sustainability .txt .contents_ttl {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #sustainability .txt .contents_ttl {
    margin-bottom: 30px;
  }
}
#sustainability .txt .contents_ttl span {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #sustainability .txt .contents_ttl span {
    margin-bottom: 5px;
  }
}
#sustainability .txt p {
  line-height: 2.88;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  #sustainability .txt p {
    line-height: 3.23;
    padding: 0;
  }
}
#sustainability .txt .more {
  margin-top: 30px;
}

/* ▼ access
----------------------------------------*/
#access {
  padding: 170px 0 230px;
}
@media screen and (max-width: 767px) {
  #access {
    padding: 60px 0 100px;
  }
}
#access .contents_ttl {
  margin-bottom: 30px;
}
#access .contents_ttl + p {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #access .contents_ttl + p {
    margin-bottom: 30px;
  }
}
#access .map {
  aspect-ratio: 2.3/1;
}
@media screen and (max-width: 767px) {
  #access .map {
    aspect-ratio: 1.55/1;
  }
}
#access .map iframe {
  width: 100%;
  height: 100%;
}

.animate {
  opacity: 0;
}
.animate.active.fadeInUp {
  -webkit-animation: fadeInUp 0.8s forwards;
          animation: fadeInUp 0.8s forwards;
}
.animate.active.fadeIn {
  -webkit-animation: fadeIn 0.3s forwards;
          animation: fadeIn 0.3s forwards;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}