.hero_area {
  position: relative;
}
.hero_area .bg {
  width: 100%;
  max-width: 100%;
  height: 62.5vw;
  min-height: 617px;
}
@media screen and (max-width: 819px) {
  .hero_area .bg {
    height: 164.53vw;
    min-height: auto;
  }
}
.hero_area .bg img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  max-width: none;
}
.hero_area .hero_path_area {
  position: absolute;
  width: 36.11%;
  aspect-ratio: 520/790;
  left: 0px;
  top: 32.77%;
}
@media screen and (max-width: 819px) {
  .hero_area .hero_path_area {
    width: 61.33%;
    top: 46.19%;
  }
}
.hero_area .hero_path_area.on .path_blue {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.hero_area .hero_path_area.on .path_gray {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.hero_area .hero_path_area.on .path_arrow {
  left: 100%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.hero_area .hero_path_area .path {
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  position: absolute;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 520/500;
}
.hero_area .hero_path_area .path_blue {
  top: 0px;
  left: 0px;
  overflow: hidden;
  clip-path: polygon(0 0, 10% 0, 10% 100%, 0% 100%);
}
.hero_area .hero_path_area .path_blue img {
  max-width: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.hero_area .hero_path_area .path_gray {
  bottom: 0px;
  left: 0px;
  clip-path: polygon(0 0, 30% 0, 30% 100%, 0% 100%);
}
.hero_area .hero_path_area .path_gray img {
  max-width: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.hero_area .hero_path_area .path_arrow {
  width: 36.53%;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(-15%, -50%);
  transform: translate(-15%, -50%);
  -webkit-transition: all 1200ms ease-in-out;
  transition: all 1200ms ease-in-out;
}
.hero_area .hero_txt_area {
  position: absolute;
  top: 36.66%;
  left: 5.55%;
  color: #fff;
}
@media screen and (max-width: 819px) {
  .hero_area .hero_txt_area {
    top: 37.27%;
    left: 8%;
  }
}
.en .hero_area .hero_txt_area {
  top: 30%;
}
@media screen and (max-width: 819px) {
  .en .hero_area .hero_txt_area {
    top: 23.5%;
    left: 6.66%;
  }
}
.hero_area .hero_txt_area .txt01 {
  font-size: 90px;
  line-height: 1.5;
  font-weight: 800;
  margin-bottom: 0.44em;
}
@media screen and (max-width: 1440px) {
  .hero_area .hero_txt_area .txt01 {
    font-size: max(7.05vw, 40px);
  }
}
@media screen and (max-width: 819px) {
  .hero_area .hero_txt_area .txt01 {
    margin-bottom: 0.5em;
  }
}
.en .hero_area .hero_txt_area .txt01 {
  font-size: 70px;
  line-height: 1.14;
  letter-spacing: 0em;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 819px) {
  .en .hero_area .hero_txt_area .txt01 {
    font-size: max(10.66vw, 40px);
  }
}
.hero_area .hero_txt_area .txt02 {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 0.72em;
}
@media screen and (max-width: 1440px) {
  .hero_area .hero_txt_area .txt02 {
    font-size: max(1.56vw, 16px);
  }
}
@media screen and (max-width: 819px) {
  .hero_area .hero_txt_area .txt02 {
    margin-bottom: 7.18em;
  }
}
.en .hero_area .hero_txt_area .txt02 {
  letter-spacing: 0.05em;
  margin-bottom: 3.75em;
}
@media screen and (max-width: 819px) {
  .en .hero_area .hero_txt_area .txt02 {
    margin-bottom: 3.93em;
  }
}
.hero_area .hero_txt_area .scroll_down {
  width: 56px;
}
@media screen and (max-width: 819px) {
  .hero_area .hero_txt_area .scroll_down {
    width: 40px;
  }
}
.hero_area .hero_txt_area .scroll_down img {
  width: 100%;
  max-width: 100%;
}

main {
  overflow: hidden;
}

.sec_about {
  padding-top: 210px;
  background-image: url(../../img/common/path_gray.svg);
  background-repeat: no-repeat;
  background-size: 720px auto;
  background-position: calc(100% + 385px) 100%;
}
@media screen and (max-width: 819px) {
  .sec_about {
    padding-top: 120px;
    background-size: 180px auto;
    background-position: 100% 100%;
  }
}
.sec_about .titBox {
  width: 255px;
}
@media screen and (max-width: 819px) {
  .sec_about .titBox {
    width: 100%;
    max-width: 100%;
  }
}
.sec_about .copyBox {
  width: calc(100% - 255px - 80px);
}
@media screen and (max-width: 819px) {
  .sec_about .copyBox {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 819px) {
  .sec_about .copyBox .btn_com01 {
    margin-top: 30px;
    max-width: 255px;
  }
}
.sec_about .img_area {
  margin-top: 150px;
  position: relative;
}
@media screen and (max-width: 819px) {
  .sec_about .img_area {
    margin-top: 125px;
  }
}
.sec_about .img_area .txt_scroll_area {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  color: rgba(200, 200, 200, 0.59);
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
}
.sec_about .img_area .txt_scroll_area p {
  font-weight: 600;
  letter-spacing: 0.05em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: auto;
  display: inline-block;
  text-wrap: nowrap;
  white-space: nowrap;
  font-size: 100px;
}
@media screen and (max-width: 819px) {
  .sec_about .img_area .txt_scroll_area p {
    font-size: 70px;
  }
}
.sec_about .img_area .txt_scroll_area p:nth-child(1) {
  -webkit-animation: anim--first 15s infinite linear 0.1s both;
  animation: anim--first 15s infinite linear 0.1s both;
}
.sec_about .img_area .txt_scroll_area p:nth-child(2) {
  -webkit-animation: anim--second 15s infinite linear 0.1s both;
  animation: anim--second 15s infinite linear 0.1s both;
}
.sec_about .img_area .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.sec_about .img_area .swiper-slide img {
  height: auto;
  width: 100%;
}
@-webkit-keyframes anim--first {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes anim--first {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes anim--second {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes anim--second {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.sec_service {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E6E6E6));
  background: linear-gradient(to bottom, #fff, #E6E6E6);
  padding: 120px 0px;
  position: relative;
}
@media screen and (max-width: 819px) {
  .sec_service {
    padding: 115px 0px 61.33vw;
  }
}
.sec_service::before {
  display: block;
  content: "";
  position: absolute;
  width: 36.8%;
  aspect-ratio: 528/395;
  background: url(../../img/index/img01.png) center center/contain no-repeat;
  bottom: 10.62%;
  left: 0px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 819px) {
  .sec_service::before {
    background-image: url(../../img/index/img01_sp.png);
    width: 100%;
    max-width: 100%;
    aspect-ratio: 375/224;
    bottom: 6.38%;
  }
}
@media screen and (max-width: 819px) {
  .sec_service .titBox {
    width: 100%;
    max-width: 100%;
  }
}
.sec_service .btnBox {
  width: 51.11%;
}
@media screen and (max-width: 819px) {
  .sec_service .btnBox {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 819px) {
  .sec_service_list {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.sec_service_list li {
  background: center center/cover no-repeat;
  border-top: solid 1px #C8C8C8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
}
.sec_service_list li:last-child {
  border-bottom: solid 1px #C8C8C8;
}
.sec_service_list li > img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  grid-area: 1/1;
}
.sec_service_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 45px;
  position: relative;
  grid-area: 1/1;
}
@media screen and (max-width: 644px) {
  .sec_service_list li a {
    padding: 20px 30px;
  }
}
.en .sec_service_list li a {
  padding: 40px 50px;
}
@media screen and (max-width: 1024px) {
  .en .sec_service_list li a {
    padding: 35px 30px;
  }
}
.sec_service_list li a::before {
  display: block;
  content: "";
  background-color: #fff;
  right: 0px;
  top: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.sec_service_list li a .txt {
  z-index: 1;
  color: #222222;
  font-size: 20px;
  display: block;
  font-weight: 500;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  line-height: 1.4;
}
@media screen and (max-width: 644px) {
  .sec_service_list li a .txt {
    font-size: 17px;
  }
}
.en .sec_service_list li a .txt {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}
@media screen and (max-width: 644px) {
  .en .sec_service_list li a .txt {
    font-size: 17px;
  }
}
.sec_service_list li a .txt small {
  display: block;
  font-size: 0.6em;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0em;
}
.sec_service_list li a .btn_arrow_com01 {
  z-index: 1;
}
.sec_service_list li a:hover::before {
  width: 0px;
}
.sec_service_list li a:hover .txt {
  color: #fff;
  -webkit-transform: translateX(-0.5em);
  transform: translateX(-0.5em);
}
.sec_service_list li a:hover .btn_arrow_com01 {
  background-color: #1272BA;
  color: #fff;
  border-color: #1272BA;
}

.sec_sustainability {
  position: relative;
}
.en .sec_sustainability {
  margin-bottom: 12.5vw;
}
@media screen and (max-width: 819px) {
  .en .sec_sustainability {
    margin-bottom: 24.39vw;
  }
}
.sec_sustainability .bg img {
  width: 100%;
}
.sec_sustainability .path_area {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.sec_sustainability .path_area .path {
  position: absolute;
  width: 25%;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
@media screen and (max-width: 819px) {
  .sec_sustainability .path_area .path {
    width: 48%;
  }
}
.sec_sustainability .path_area .path.path01 {
  bottom: 25.97%;
  left: 0px;
}
@media screen and (max-width: 819px) {
  .sec_sustainability .path_area .path.path01 {
    left: auto;
    right: 98%;
    bottom: 17.42%;
  }
}
.sec_sustainability .path_area .path.path02 {
  right: 50%;
  bottom: 0px;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}
.sec_sustainability .path_area .path.path02.is-active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.sec_sustainability .path_area .path.path03 {
  top: 33.24%;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  right: 0px;
}
@media screen and (max-width: 819px) {
  .sec_sustainability .path_area .path.path03 {
    right: auto;
    left: 98%;
    bottom: 8.53%;
    top: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.sec_sustainability .path_area .path.path03.is-active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.sec_sustainability .path_area .path.path04 {
  left: 50%;
  top: 59.09%;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}
@media screen and (max-width: 819px) {
  .sec_sustainability .path_area .path.path04 {
    bottom: -8.89%;
    top: auto;
  }
}
.sec_sustainability .path_area .path.path04.is-active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.sec_sustainability .path_area .path img {
  width: 100%;
  max-width: 100%;
}
.sec_sustainability .sec_sustainability_in {
  position: absolute;
  top: 15.58%;
  left: 0px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 819px) {
  .sec_sustainability .sec_sustainability_in {
    top: 14.66%;
  }
}
.sec_sustainability .sec_sustainability_in .txt_com01 {
  color: #fff;
}
.sec_sustainability .sec_sustainability_in .btn_com01 {
  max-width: 225px;
}
@media screen and (max-width: 819px) {
  .sec_sustainability .sec_sustainability_in .btn_com01 {
    margin-top: 80px;
  }
}
.sec_sustainability .sec_sustainability_in .titBox {
  width: 300px;
}
@media screen and (max-width: 819px) {
  .sec_sustainability .sec_sustainability_in .titBox {
    width: 100%;
    max-width: 100%;
  }
}
.sec_sustainability .sec_sustainability_in .titBox .tit_com01 strong {
  color: #fff;
}
.sec_sustainability .sec_sustainability_in .copyBox {
  width: calc(100% - 300px - 80px);
}
@media screen and (max-width: 819px) {
  .sec_sustainability .sec_sustainability_in .copyBox {
    width: 100%;
    max-width: 100%;
  }
}

.sec_information {
  padding: 25px 0px 100px;
}
@media screen and (max-width: 819px) {
  .sec_information {
    padding: 115px 0px 135px;
  }
}

.sec_recruit {
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 819px) {
  .sec_recruit {
    padding-bottom: 270px;
    padding-top: 50px;
  }
}
.sec_recruit .bg {
  position: relative;
}
.sec_recruit .bg img {
  width: 100%;
  max-width: 100%;
}
.sec_recruit .bg .path {
  position: absolute;
  width: 25%;
  top: 35.71%;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
@media screen and (max-width: 819px) {
  .sec_recruit .bg .path {
    width: 50%;
    top: 35.95%;
  }
}
.sec_recruit .bg .path.is-active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.sec_recruit .sec_recruit_in {
  position: absolute;
  top: 2.77vw;
  left: 0px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 819px) {
  .sec_recruit .sec_recruit_in {
    top: 0px;
  }
}
.sec_recruit .tit_com01 {
  margin-bottom: 20.13vw;
}
@media screen and (max-width: 819px) {
  .sec_recruit .tit_com01 {
    margin-bottom: 88vw;
  }
}
.en .sec_recruit .tit_com01 {
  margin-bottom: 21.52vw;
}
@media screen and (max-width: 819px) {
  .en .sec_recruit .tit_com01 {
    margin-bottom: 92vw;
  }
}
.sec_recruit .txtBox {
  width: 50%;
  margin-left: auto;
  margin-right: 0px;
}
@media screen and (max-width: 819px) {
  .sec_recruit .txtBox {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.sec_recruit .btn_recruit {
  max-width: 255px;
}
@media screen and (max-width: 819px) {
  .sec_recruit .btn_recruit {
    margin: 0px auto;
  }
}