.l-page-home {
  padding-top: 0;
}

.main {
  overflow: hidden;
}

.top-cover {
  background: #fff;
  position: relative;
  z-index: 1;
}

.top-mv-wrap {
  position: relative;
  overflow: hidden;
}
.top-mv-wrap .mv_img {
  width: 100%;
}

.top-mv {
  position: relative;
  height: 100dvh;
  overflow: hidden;
  z-index: 1;
}
.top-mv__movie {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-mv__txt {
  position: absolute;
  bottom: 7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 144rem;
  padding: 0 2rem;
  width: 100%;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top-mv__txt {
    width: 100%;
    padding: 0 2rem;
    margin-left: 0;
    bottom: 3rem;
    left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.top-mv__txt--02 {
  opacity: 0;
}
.top-mv__txt--03 {
  opacity: 0;
}
.top-mv__txt.is-show {
  opacity: 1;
}
.top-mv__txt.is-show .top-mv__ttl {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.top-mv__txt.is-show .top-mv__desc {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.top-mv__txt.is-back .top-mv__ttl {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.top-mv__txt.is-back .top-mv__desc {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.top-mv__txt.is-hidden {
  opacity: 0;
}
.top-mv__ttl {
  font-weight: 700;
  font-family: var(--font_en);
  font-size: 6.4rem;
  letter-spacing: 0;
  line-height: 1.25;
  position: relative;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: 1.8s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: 1.8s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media screen and (max-width: 1000px) {
  .top-mv__ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__ttl {
    font-size: 2.4rem;
    line-height: 1.1111111111;
  }
}
.top-mv__ttl span {
  display: block;
}
.top-mv__ttl span + span {
  margin-top: -4rem;
}
@media screen and (max-width: 767px) {
  .top-mv__ttl span + span {
    margin-top: 0;
  }
}
.top-mv__desc {
  letter-spacing: 0;
  margin-top: 1rem;
  font-weight: 400;
  font-family: var(--font_en);
  font-size: 3.2rem;
  line-height: 1.45;
  letter-spacing: 0.02em;
  position: relative;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: 1.8s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: 1.8s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .top-mv__desc {
    font-size: 1.5rem;
    line-height: 1.3846153846;
  }
}

.top-ttl span {
  display: block;
  line-height: 1;
}
.top-ttl__en {
  font-size: 7.2rem;
  font-weight: 700;
  color: #0D2D4D;
}
@media screen and (max-width: 860px) {
  .top-ttl__en {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top-ttl__en {
    font-size: 4rem;
  }
}
.top-ttl__jp {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
  color: #107AF2;
}
@media screen and (max-width: 767px) {
  .top-ttl__jp {
    font-size: 1.2rem;
  }
}

.top-business {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-business {
    padding-bottom: 6.4rem;
  }
}
.top-business__head {
  padding-top: 10rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .top-business__head {
    padding: 6.4rem 2rem 5.6rem;
  }
}
.top-business__img {
  position: relative;
  z-index: 1;
}
.top-business__item {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .top-business__item:hover .top-business__item-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.top-business__item:hover .top-business__item-content::after {
  background: url(/assets/images/common/circle_arrow_b.svg) 0 0 no-repeat #fff;
  background-size: 100% auto;
}
.top-business__item--petrochemical .top-business__item-content {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .top-business__item--ev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3rem;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .top-business__item--ev .top-business__item-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .top-business__item--ev .top-business__item-content {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .top-business__item--ev .top-business__item-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top-business__item-inner {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top-business__item-inner {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .top-business__item-inner {
    bottom: 0;
    left: 0;
  }
}
.top-business__item-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-business__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.top-business__item-content:after {
  content: "";
  width: 7rem;
  height: 7rem;
  background: url(/assets/images/common/circle_arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 5rem;
  bottom: 5rem;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  .top-business__item-content:after {
    width: 5rem;
    height: 5rem;
    right: 2rem;
    bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-business__item-content:after {
    width: 5.6rem;
    height: 5.6rem;
    right: 2rem;
    bottom: 2rem;
  }
}
.top-business__item-content--green {
  background: -webkit-gradient(linear, left top, right top, from(#22c984), to(#15b874));
  background: linear-gradient(to right, #22c984 0%, #15b874 100%);
  opacity: 0.9;
  -webkit-box-shadow: 1rem 1rem 2.5rem rgba(0, 0, 0, 0.16);
          box-shadow: 1rem 1rem 2.5rem rgba(0, 0, 0, 0.16);
}
.top-business__item-content--blue {
  background: -webkit-gradient(linear, left top, right top, from(#095dbc), to(#107af2));
  background: linear-gradient(to right, #095dbc 0%, #107af2 100%);
  opacity: 0.9;
  -webkit-box-shadow: 1rem 1rem 1.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 1rem 1rem 1.6rem rgba(0, 0, 0, 0.16);
}
.top-business__item-content--orange {
  background: -webkit-gradient(linear, left top, right top, from(#ff993f), to(#f15f2e));
  background: linear-gradient(to right, #ff993f 0%, #f15f2e 100%);
  opacity: 0.9;
  -webkit-box-shadow: 1rem 1rem 2.5rem rgba(0, 0, 0, 0.16);
          box-shadow: 1rem 1rem 2.5rem rgba(0, 0, 0, 0.16);
}
.top-business__item-subttl {
  margin-bottom: 4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-business__item-subttl {
    margin-bottom: 0;
  }
}
.top-business__item-jp {
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .top-business__item-jp {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-business__item-jp {
    font-size: 2.8rem;
  }
}
.top-business__item-en {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-family: var(--font_en);
  display: block;
  line-height: 1;
  margin-top: 1rem;
  opacity: 0.6;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .top-business__item-en {
    font-size: 1.1rem;
  }
}
.top-business__item-desc {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top-business__item-desc {
    font-size: 1.3rem;
    margin-top: auto;
  }
}
.top-business__item-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
}
.top-business__item-img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-business__list--01 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .top-business__list--01 {
    margin-bottom: 0;
  }
}
.top-business__list--01 .top-business__item-content {
  width: 68rem;
  height: 45rem;
  padding: 6rem 7rem;
}
@media screen and (max-width: 1000px) {
  .top-business__list--01 .top-business__item-content {
    width: 60rem;
    height: 35rem;
    padding: 3rem 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-business__list--01 .top-business__item-content {
    width: 100%;
    height: 28.5rem;
    padding: 2rem 9.5rem 3rem 2rem;
  }
}
.top-business__list--02 {
  margin-bottom: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5rem;
}
@media screen and (max-width: 767px) {
  .top-business__list--02 {
    margin-bottom: 3rem;
    margin-left: 0;
  }
}
.top-business__list--02 .top-business__item {
  width: calc(33.333% - 0.5rem);
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .top-business__list--02 .top-business__item {
    width: 100%;
    margin-left: 0;
  }
}
.top-business__list--02 .top-business__item-content {
  width: 100%;
  height: 42rem;
  padding: 2.5rem 4rem;
}
@media screen and (max-width: 767px) {
  .top-business__list--02 .top-business__item-content {
    width: 33.5rem;
    height: 23.5rem;
    padding: 2rem 8.5rem 2rem 2rem;
    position: absolute;
    bottom: 0;
  }
}
.top-business__list--03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4rem;
  margin-top: -4rem;
}
@media screen and (max-width: 767px) {
  .top-business__list--03 {
    padding: 0 1rem;
    margin-top: -1rem;
    margin-left: 0;
  }
}
.top-business__list--03 .top-business__item {
  width: calc(50% - 4rem);
  margin-left: 4rem;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top-business__list--03 .top-business__item {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .top-business__list--03 .top-business__item--other01 {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .top-business__list--03 .top-business__item--other01 .top-business__item-img {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .top-business__list--03 .top-business__item--other01 .top-business__item-img, .top-business__list--03 .top-business__item--other02 .top-business__item-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) {
  .top-business__list--03 .top-business__item--other01 .top-business__item-img, .top-business__list--03 .top-business__item--other02 .top-business__item-img {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .top-business__list--03 .top-business__item--other01 .top-business__item-content, .top-business__list--03 .top-business__item--other02 .top-business__item-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) {
  .top-business__list--03 .top-business__item--other03 .top-business__item-img, .top-business__list--03 .top-business__item--other04 .top-business__item-img {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-business__list--03 .top-business__item--other01 .top-business__item-img, .top-business__list--03 .top-business__item--other03 .top-business__item-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .top-business__list--03 .top-business__item--other01 .top-business__item-content, .top-business__list--03 .top-business__item--other03 .top-business__item-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .top-business__list--03 .top-business__item--other02 .top-business__item-img, .top-business__list--03 .top-business__item--other04 .top-business__item-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .top-business__list--03 .top-business__item--other02 .top-business__item-content, .top-business__list--03 .top-business__item--other04 .top-business__item-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .top-business__list--03 .top-business__item--other04 .top-business__item-img {
    padding-bottom: 1rem;
  }
}
.top-business__list--03 .top-business__item-content {
  width: 50%;
  padding: 4rem;
}
@media screen and (max-width: 1020px) {
  .top-business__list--03 .top-business__item-content {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-business__list--03 .top-business__item-content {
    padding: 2rem;
  }
}
.top-business__list--03 .top-business__item-img {
  width: 50%;
}
.top-business__list--03 .top-business__item-other {
  color: #fff;
  font-size: 2.6rem;
}
@media screen and (max-width: 960px) {
  .top-business__list--03 .top-business__item-other {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-business__list--03 .top-business__item-other {
    font-size: 1.4rem;
  }
}

.top-bg {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-bg {
    background: #F0F3F4;
  }
}
@media screen and (min-width: 768px) {
  .top-bg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 33.333%;
    z-index: -1;
    background: #F0F3F4;
    width: 100vw;
    height: calc(100% + 14.7rem);
  }
}

.top-company {
  padding-top: 15rem;
  margin-bottom: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-company {
    padding: 3rem 2rem 6rem;
    margin-bottom: 0;
  }
}
.top-company__inner {
  position: relative;
  z-index: 2;
}
.top-company__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .top-company__top {
    margin-bottom: 6.8rem;
  }
}
.top-company__top-head {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-company__top-head {
    width: 100%;
    margin-bottom: 6rem;
  }
}
.top-company__top-body {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-company__top-body {
    width: 100%;
  }
}
.top-company__top-body .company_subttl {
  color: #107AF2;
  font-family: var(--font_en);
  font-size: 4.4rem;
  font-weight: 600;
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 767px) {
  .top-company__top-body .company_subttl {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.top-company__top-body p {
  color: #0D2D4D;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .top-company__top-body p {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }
}
.top-company__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4.4rem;
}
@media screen and (max-width: 767px) {
  .top-company__bottom-list {
    margin-left: 0;
    margin-top: -1.2rem;
  }
}
.top-company__bottom-item {
  list-style: none;
  width: calc(50% - 4.4rem);
  margin-left: 4.4rem;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .top-company__bottom-item {
    margin-top: 1.2rem;
    margin-left: 0;
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #fff;
  }
}
.top-company__bottom-link {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-company__bottom-link:hover .top-company__bottom-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.top-company__bottom-link:hover .top-company__bottom-txt::after {
  background: url(/assets/images/common/circle_arrow_b.svg) 0 0 no-repeat #fff;
  background-size: 100% auto;
}
.top-company__bottom-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.5rem 3rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#095dbc), to(#107af2));
  background: linear-gradient(to right, #095dbc 0%, #107af2 100%);
  opacity: 0.9;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-company__bottom-txt {
    padding: 2rem;
    font-size: 1.4rem;
  }
}
.top-company__bottom-txt:after {
  content: "";
  width: 4.4rem;
  height: 4.4rem;
  background: url(/assets/images/common/circle_arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 3rem;
  top: 50%;
  margin-top: -2.2rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .top-company__bottom-txt:after {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    right: 2rem;
  }
}
.top-company__bottom-img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-recruit {
  padding-bottom: 10rem;
}
@media screen and (max-width: 890px) {
  .top-recruit {
    padding: 0 2rem 6rem;
  }
}
.top-recruit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-recruit__img {
  width: 50%;
}
@media screen and (max-width: 890px) {
  .top-recruit__img {
    width: 100%;
  }
}
.top-recruit__txt {
  width: 50%;
  padding: 5rem 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .top-recruit__txt {
    padding: 2rem 5rem;
  }
}
@media screen and (max-width: 890px) {
  .top-recruit__txt {
    width: 100%;
    padding: 2rem 2rem 3.5rem;
  }
}
.top-recruit__btn {
  margin-top: auto;
}
@media screen and (max-width: 1020px) {
  .top-recruit__btn {
    max-width: 100%;
  }
}
@media screen and (max-width: 890px) {
  .top-recruit__btn {
    margin-top: 5rem;
  }
}

.top-message {
  position: relative;
}
.top-message__inner {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 767px) {
  .top-message__inner {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .top-message__inner {
    left: 0;
    padding-left: 4rem;
  }
}
.top-message__ttl {
  padding-top: 9rem;
  padding-bottom: 3.5rem;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.5555555556;
  color: #0D2D4D;
}
@media screen and (max-width: 1000px) {
  .top-message__ttl {
    padding-top: 5rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .top-message__ttl {
    padding-top: 4rem;
    padding-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 1.7222222222;
  }
}
.top-message__txt {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0D2D4D;
  font-family: var(--font_en);
}
@media screen and (max-width: 1000px) {
  .top-message__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-message__txt {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}