@charset "UTF-8";
/* Break point
---------------------------------------------------------- */
/* Font
---------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@300;400;500;700;900&family=Ysabeau+Office:ital,wght@0,1..1000;1,1..1000&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* Mixin
---------------------------------------------------------- */
/* animation
---------------------------------------------------------- */
.a-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.a-fadeIn.-start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ==========================================================================//
//
//　変数
//
// ========================================================================== */
:root {
  /* Color
  ---------------------------------------------------------- */
  --color-main: #096781;
  --color-sub: #F5F5F5;
  --color-sub2: #EDF7FA;
  --color-sub3: #DFF2F8;
  --color-sub4: #c9ecf8;
  --color-gray: #EEEEEE;
  --color-line: #787878;
  --color-point: #FFC930;
  --color-red: #DF3333;
  --color-font: #2D2D2D;
  /* font
  ---------------------------------------------------------- */
  --font-zenkaku: "Zen Kaku Gothic New", "noto sans jp", sans-serif;
  --font-en: "Ysabeau Office", "noto sans jp", sans-serif;
  --font-no: "Roboto", "noto sans jp", sans-serif;
  --font-r: 300;
  --font-m: 500;
  --font-b: 700;
  --font-bl: 900;
  --lhS: 1.2;
  --lhM: 1.5;
  --lhL: 1.8;
  --lhLL: 2.3;
  --font8: 0.5rem;
  --font9: 0.56rem;
  --font10: 0.62rem;
  --font11: 0.7rem;
  --font12: 0.79rem;
  --font13: 0.81rem;
  --font14: 0.88rem;
  --font15: 0.94rem;
  --font16: 1rem;
  --font18: 1.12rem;
  --font20: 1.25rem;
  --font22: 1.42rem;
  --font23: 1.5rem;
  --font24: 1.5rem;
  --font25: 1.6rem;
  --font26: 1.62rem;
  --font28: 1.8rem;
  --font29: 1.85rem;
  --font30: 1.87rem;
  --font32: 2rem;
  --font33: 2.06rem;
  --font36: 2.28rem;
  --font37: 2.31rem;
  --font38: 2.37rem;
  --font41: 2.56rem;
  --font46: 2.88rem;
  --font50: 3.12rem;
  --font52: 3.25rem;
  --font55: 3.43rem;
  --font61: 3.81rem;
  --font66: 4.12rem;
  --font70: 4.37rem;
  --font74: 4.62rem;
  /* width
  ---------------------------------------------------------- */
  --maxWidth: 1040px;
}

:root {
  --triangle-size: 100px;
  --triangle-clip-right: polygon(calc(0% + var(--triangle-size)) 0, 100% 0, 100% 100%, 0 100%, 0 calc(0% + var(--triangle-size)));
  --triangle-clip-left: polygon(calc(100% - var(--triangle-size)) 0, 100% calc(0% + var(--triangle-size)), 100% 100%, 0 100%, 0 0);
}
@media screen and (min-width: 960px) {
  :root {
    --triangle-size: 190px;
  }
}

.l-top-mv {
  height: 100svh;
  padding-top: 45px;
  position: relative;
  --imgAnime: 0.8s;
  --txtAnime: 0.5s;
  --imgAnimeDelay: 1s;
}
.l-top-mv__img {
  width: calc(100% - 80px);
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 960px) {
  .l-top-mv__img {
    width: 83%;
    height: 80%;
  }
}
@media screen and (min-width: 1500px) {
  .l-top-mv__img {
    width: calc(50% + 520px);
  }
}
@media screen and (min-width: 960px) {
  .l-top-mv__img::before {
    width: 150px;
    height: 150px;
  }
}
.l-top-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
}
.l-top-mv__txt {
  position: absolute;
  width: 100%;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .l-top-mv__txt {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1500px) {
  .l-top-mv__txt {
    width: auto;
    left: calc(50% - 650px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-top-mv__txt .-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-top-mv__txt .-ttl {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0 40px;
  }
}
@media screen and (min-width: 960px) {
  .l-top-mv__txt .-ttl {
    padding: 0 70px;
  }
}
@media screen and (min-width: 1500px) {
  .l-top-mv__txt .-ttl {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-top-mv__txt .-ttl p br.sp-only {
    display: none;
  }
}
.l-top-mv__txt .-ttl p br.tab-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-top-mv__txt .-ttl p br.tab-only {
    display: block;
  }
}
.l-top-mv__txt .-ttl p > span {
  display: inline-block;
  font-family: var(--font-zenkaku);
  font-size: var(--font25);
  font-weight: var(--font-m);
  letter-spacing: 5.1px;
  line-height: var(--lhL);
}
@media screen and (min-width: 425px) {
  .l-top-mv__txt .-ttl p > span {
    font-size: var(--font30);
  }
}
@media screen and (min-width: 960px) {
  .l-top-mv__txt .-ttl p > span {
    font-size: var(--font46);
    position: relative;
  }
  .l-top-mv__txt .-ttl p > span > span::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 38%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1500px) {
  .l-top-mv__txt .-ttl p > span {
    font-size: var(--font61);
  }
}
.l-top-mv__txt .-ttl p > span.-txt1 {
  grid-area: txt1;
}
.l-top-mv__txt .-ttl p > span.-txt2 {
  grid-area: txt2;
}
.l-top-mv__txt .-ttl p > span.-txt3 {
  grid-area: txt3;
}
.l-top-mv__txt .-ttl p > span.-txt4 {
  grid-area: txt4;
}
.l-top-mv__txt .-ttl p > span.-sub {
  grid-area: sub;
  font-size: var(--font25);
  font-family: var(--font-en);
  color: #059DC6;
  letter-spacing: var(--lhM);
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 425px) {
  .l-top-mv__txt .-ttl p > span.-sub {
    font-size: var(--font30);
  }
}
@media screen and (min-width: 960px) {
  .l-top-mv__txt .-ttl p > span.-sub {
    font-size: var(--font28);
  }
}
@media screen and (min-width: 1500px) {
  .l-top-mv__txt .-ttl p > span.-sub {
    font-size: var(--font41);
  }
}
.l-top-mv__txt .-ttl p > span.-sub > span::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 40%;
  background: rgba(255, 201, 48, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.l-top-mv__scroll {
  --lineHeight: 40px;
  display: inline-block;
  width: 1px;
  height: var(--lineHeight);
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media screen and (min-width: 960px) {
  .l-top-mv__scroll {
    --lineHeight: 60px ;
  }
}
@media screen and (min-width: 960px) {
  .l-top-mv__scroll {
    width: 2px;
    left: 80px;
  }
}
@media screen and (min-width: 1500px) {
  .l-top-mv__scroll {
    left: calc(50% - 650px);
  }
}
.l-top-mv__scroll .-line {
  width: 100%;
  height: 0;
  background: #059DC6;
  position: absolute;
  left: 0;
  -webkit-animation: scrollLine 2s infinite;
          animation: scrollLine 2s infinite;
}
@-webkit-keyframes scrollLine {
  0% {
    height: 0;
    top: 0;
  }
  50% {
    height: var(--lineHeight);
    top: 0;
  }
  100% {
    height: 0;
    top: var(--lineHeight);
  }
}
@keyframes scrollLine {
  0% {
    height: 0;
    top: 0;
  }
  50% {
    height: var(--lineHeight);
    top: 0;
  }
  100% {
    height: 0;
    top: var(--lineHeight);
  }
}
.l-top-mv__img {
  -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%);
  -webkit-transition: -webkit-clip-path var(--imgAnime);
  transition: -webkit-clip-path var(--imgAnime);
  transition: clip-path var(--imgAnime);
  transition: clip-path var(--imgAnime), -webkit-clip-path var(--imgAnime);
}
.l-top-mv__txt .-ttl p > span {
  overflow: hidden;
}
.l-top-mv__txt .-ttl p > span > span {
  display: inline-block;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-transition: all var(--txtAnime) var(--imgAnimeDelay);
  transition: all var(--txtAnime) var(--imgAnimeDelay);
}
.l-top-mv__txt .-ttl p > span.-txt2 > span {
  -webkit-transition-delay: calc(var(--imgAnimeDelay) + var(--txtAnime));
          transition-delay: calc(var(--imgAnimeDelay) + var(--txtAnime));
}
@media screen and (min-width: 768px) {
  .l-top-mv__txt .-ttl p > span.-txt2 > span {
    -webkit-transition-delay: var(--imgAnimeDelay);
            transition-delay: var(--imgAnimeDelay);
  }
}
.l-top-mv__txt .-ttl p > span.-txt3 > span {
  -webkit-transition-delay: calc(var(--imgAnimeDelay) + var(--txtAnime));
          transition-delay: calc(var(--imgAnimeDelay) + var(--txtAnime));
}
.l-top-mv__txt .-ttl p > span.-txt4 > span {
  -webkit-transition-delay: calc(var(--imgAnimeDelay) + var(--txtAnime) * 2);
          transition-delay: calc(var(--imgAnimeDelay) + var(--txtAnime) * 2);
}
@media screen and (min-width: 768px) {
  .l-top-mv__txt .-ttl p > span.-txt4 > span {
    -webkit-transition-delay: calc(var(--imgAnimeDelay) + var(--txtAnime));
            transition-delay: calc(var(--imgAnimeDelay) + var(--txtAnime));
  }
}
.l-top-mv__txt .-ttl p > span.-sub > span {
  -webkit-transition-duration: calc(var(--txtAnime) * 2.2);
          transition-duration: calc(var(--txtAnime) * 2.2);
  -webkit-transition-delay: calc(var(--imgAnimeDelay) + var(--txtAnime) * 4);
          transition-delay: calc(var(--imgAnimeDelay) + var(--txtAnime) * 4);
}
@media screen and (min-width: 768px) {
  .l-top-mv__txt .-ttl p > span.-sub > span {
    -webkit-transition-delay: calc(var(--imgAnimeDelay) + var(--txtAnime) * 3);
            transition-delay: calc(var(--imgAnimeDelay) + var(--txtAnime) * 3);
  }
}
.l-top-mv__scroll {
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-delay: calc(var(--imgAnimeDelay) + var(--txtAnime) * 4 + var(--txtAnime) * 2.2);
          transition-delay: calc(var(--imgAnimeDelay) + var(--txtAnime) * 4 + var(--txtAnime) * 2.2);
}
@media screen and (min-width: 768px) {
  .l-top-mv__scroll {
    -webkit-transition-delay: calc(var(--imgAnimeDelay) + var(--txtAnime) * 3 + var(--txtAnime) * 2.2);
            transition-delay: calc(var(--imgAnimeDelay) + var(--txtAnime) * 3 + var(--txtAnime) * 2.2);
  }
}
.l-top-mv.-start .l-top-mv__img {
  -webkit-clip-path: polygon(calc(0% + 100px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(0% + 100px));
          clip-path: polygon(calc(0% + 100px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(0% + 100px));
}
.l-top-mv.-start .l-top-mv__txt .-ttl p > span > span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-top-mv.-start .l-top-mv__scroll {
  opacity: 1;
}

.l-top-news {
  margin-top: 60px;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .l-top-news {
    overflow-x: hidden;
    padding: 0 40px;
  }
}
@media screen and (min-width: 960px) {
  .l-top-news .l-sec__inner {
    max-width: 1040px;
    margin: 0 auto;
  }
}
.l-top-news__ttlBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 25px;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .l-top-news__ttlBox {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-top-news__more {
  margin-bottom: 5px;
  padding-right: 35px;
  position: relative;
}
.l-top-news__more::before, .l-top-news__more::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.l-top-news__more::before {
  width: 15px;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background: var(--color-point);
  top: calc(50% - 7.5px);
  right: 10px;
}
.l-top-news__more::after {
  width: 17px;
  height: 17px;
  background: url(/assets/img/ico-arrow.svg) no-repeat center center/cover;
  top: calc(50% - 8.5px);
  right: 0;
}
@media screen and (min-width: 960px) {
  .l-top-news__more::before {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .l-top-news__more:hover::before {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    right: 2px;
  }
}
.l-top-news__mainBox {
  margin-top: 30px;
  display: grid;
  grid-template-areas: "ttlCom ttlRec" "contents contents";
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 960px) {
  .l-top-news__mainBox {
    padding: 40px 0 50px 60px;
    position: relative;
    grid-template-areas: "ttlCom ttlRec" "contents-1 contents-2";
    gap: 20px 60px;
  }
  .l-top-news__mainBox::before {
    content: "";
    display: inline-block;
    width: 100vw;
    height: 100%;
    background: var(--color-sub);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 960px) and (min-width: 1500px) {
  .l-top-news__mainBox::after {
    content: "";
    display: inline-block;
    width: 111px;
    height: 113px;
    background: url(/assets/img/img-woofy-01.png) no-repeat center center/cover;
    position: absolute;
    bottom: 0;
    left: calc(100% + 24px);
  }
}
.l-top-news__mainBox__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 10px 0;
}
@media screen and (min-width: 960px) {
  .l-top-news__mainBox__ttl {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0 0 10px;
    border-bottom: 2px solid #AECAD1;
    gap: 15px;
  }
}
.l-top-news__mainBox__ttl.-active {
  background: var(--color-sub);
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 960px) {
  .l-top-news__mainBox__ttl.-active {
    background: none;
  }
}
.l-top-news__mainBox__ttl .-main {
  font-family: var(--font-zenkaku);
  font-size: var(--font18);
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .l-top-news__mainBox__ttl .-main {
    font-size: var(--font23);
    font-weight: var(--font-m);
  }
}
.l-top-news__mainBox__ttl .-en {
  font-family: var(--font-en);
  font-size: var(--font12);
  font-weight: 400;
  color: var(--color-main);
}
@media screen and (min-width: 960px) {
  .l-top-news__mainBox__ttl .-en {
    font-size: var(--font16);
  }
}
.l-top-news__mainBox__ttl.-company {
  grid-area: ttlCom;
}
.l-top-news__mainBox__ttl.-recruit {
  grid-area: ttlRec;
}
.l-top-news__mainBox__list {
  grid-area: contents;
  background: var(--color-sub);
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .l-top-news__mainBox__list {
    padding: 0;
    background: none;
  }
}
@media screen and (min-width: 960px) {
  .l-top-news__mainBox__list.-company {
    grid-area: contents-1;
  }
}
.l-top-news__mainBox__list.-recruit {
  display: none;
}
@media screen and (min-width: 960px) {
  .l-top-news__mainBox__list.-recruit {
    display: block;
    grid-area: contents-2;
  }
}
.l-top-news__mainBox__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-top-news__mainBox__list__item + .l-top-news__mainBox__list__item {
  margin-top: 20px;
}
.l-top-news__mainBox__list__item .-day {
  font-size: var(--font12);
  padding: 0 5px;
  background: #fff;
  color: var(--color-main);
}
.l-top-news__mainBox__list__item .-ttl {
  margin-top: 5px;
  font-weight: 400;
  line-height: var(--lhL);
}
.l-top-news__mainBox__list__item a {
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .l-top-news__mainBox__list__item a:hover {
    text-decoration: none;
  }
}
.l-top-news__mainBox.js-scroll {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (min-width: 960px) {
  .l-top-news__mainBox.js-scroll {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: none;
    transition: none;
  }
}
.l-top-news__mainBox.js-scroll::before {
  width: 0;
  -webkit-transition: width 0.8s ease-in;
  transition: width 0.8s ease-in;
}
@media screen and (min-width: 1500px) {
  .l-top-news__mainBox.js-scroll::after {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: all 0.3s 1s;
    transition: all 0.3s 1s;
  }
}
.l-top-news__mainBox.js-scroll.-start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 960px) {
  .l-top-news__mainBox.js-scroll.-start::before {
    width: 100vw;
  }
}
@media screen and (min-width: 1500px) {
  .l-top-news__mainBox.js-scroll.-start::after {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.l-top-about {
  margin: 80px 20px 0 0;
  position: relative;
  padding: 35px 0 200px 40px;
}
@media screen and (min-width: 960px) {
  .l-top-about {
    margin: 130px 0;
    padding: 130px 0;
    background: none;
  }
}
.l-top-about::before, .l-top-about::after {
  content: "";
  display: inline-block;
  width: calc(100% - 20px);
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 20px;
  -webkit-clip-path: var(--triangle-clip-left);
          clip-path: var(--triangle-clip-left);
}
@media screen and (min-width: 960px) {
  .l-top-about::before, .l-top-about::after {
    left: 40px;
    right: auto;
    width: calc(100% - 40px);
    -webkit-clip-path: var(--triangle-clip-right);
            clip-path: var(--triangle-clip-right);
  }
}
@media screen and (min-width: 1500px) {
  .l-top-about::before, .l-top-about::after {
    width: calc(50% + 600px);
    left: calc(50% - 600px);
  }
}
.l-top-about::before {
  background: -webkit-gradient(linear, left top, right top, from(#DFF6FD), color-stop(100%, #DFF6FD), color-stop(100%, #fff), to(#fff));
  background: -webkit-linear-gradient(left, #DFF6FD 0%, #DFF6FD 100%, #fff 100%, #fff 100%);
  background: linear-gradient(90deg, #DFF6FD 0%, #DFF6FD 100%, #fff 100%, #fff 100%);
}
.l-top-about::after {
  background: url(/images/bg-top-about.jpg) no-repeat bottom right/contain;
}
@media screen and (min-width: 768px) {
  .l-top-about::after {
    background: url(/images/bg-about.jpg) no-repeat top right/cover;
  }
}
.l-top-about > * {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .l-top-about .c-ttl-1 {
    margin-left: 190px;
  }
}
@media screen and (min-width: 1500px) {
  .l-top-about .c-ttl-1 {
    margin-left: calc(50% - 420px);
  }
}
.l-top-about__list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-top-about__list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .l-top-about__list {
    max-width: 1500px;
    margin: 70px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .l-top-about__list__item {
    max-width: none;
    width: 100%;
  }
}
.l-top-about__list__item a {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: var(--color-gray);
}
@media screen and (min-width: 768px) {
  .l-top-about__list__item a {
    background-position: center bottom;
    background-size: 100% auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
    width: 100%;
    padding: 40px 30px 60px;
  }
}
@media screen and (min-width: 960px) {
  .l-top-about__list__item a {
    padding: 60px 30px 130px;
  }
}
@media screen and (min-width: 768px) {
  .l-top-about__list__item a::before {
    width: 24px;
    right: 22px;
    top: auto;
    bottom: 17px;
  }
  .l-top-about__list__item a::after {
    width: 18px;
    height: 18px;
    right: 12px;
    top: auto;
    bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .l-top-about__list__item a::before {
    width: 42px;
    right: calc(50% - 8px);
    bottom: 29px;
  }
  .l-top-about__list__item a::after {
    width: 30px;
    height: 30px;
    right: calc(50% - 25px);
    bottom: 35px;
  }
  .l-top-about__list__item a:hover::before {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    right: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .l-top-about__list__item a .-txtBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    white-space: pre;
  }
  .l-top-about__list__item a .-txtBox span.-main {
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 960px) {
  .l-top-about__list__item a .-txtBox {
    padding-left: 20px;
  }
  .l-top-about__list__item a .-txtBox .-en {
    font-size: var(--font18);
  }
}
@media screen and (min-width: 960px) and (min-width: 1500px) {
  .l-top-about__list__item a .-txtBox .-en {
    font-size: var(--font23);
  }
}
@media screen and (min-width: 960px) {
  .l-top-about__list__item a .-txtBox .-main {
    font-size: var(--font23);
  }
}
@media screen and (min-width: 960px) and (min-width: 1500px) {
  .l-top-about__list__item a .-txtBox .-main {
    font-size: var(--font30);
  }
}
.l-top-about__list__item.-message a {
  background-image: url(/images/img-aboutBtn-message_sp.jpg);
}
@media screen and (min-width: 768px) {
  .l-top-about__list__item.-message a {
    background-image: url(/images/img-aboutBtn-message_pc.jpg);
  }
}
.l-top-about__list__item.-innovation a {
  background-image: url(/images/img-aboutBtn-innovation_sp.jpg);
}
@media screen and (min-width: 768px) {
  .l-top-about__list__item.-innovation a {
    background-image: url(/images/img-aboutBtn-innovation_pc.jpg);
  }
}
.l-top-about__list__item.-company a {
  background-image: url(/images/img-aboutBtn-company_sp.jpg);
}
@media screen and (min-width: 768px) {
  .l-top-about__list__item.-company a {
    background-image: url(/images/img-aboutBtn-company_pc.jpg);
  }
}
.l-top-about__list__item.-fields a {
  background-image: url(/images/img-aboutBtn-fields_sp.jpg);
}
@media screen and (min-width: 768px) {
  .l-top-about__list__item.-fields a {
    background-image: url(/images/img-aboutBtn-fields_pc.jpg);
  }
}
.l-top-about__list__item.-assurance a {
  background-image: url(/images/img-aboutBtn-assurance_sp.jpg);
}
@media screen and (min-width: 768px) {
  .l-top-about__list__item.-assurance a {
    background-image: url(/images/img-aboutBtn-assurance_pc.jpg);
  }
}
.l-top-about__list__item.-transparency a {
  background-image: url(/images/img-aboutBtn-transparency_sp.jpg);
}
@media screen and (min-width: 768px) {
  .l-top-about__list__item.-transparency a {
    background-image: url(/images/img-aboutBtn-transparency_pc.jpg);
  }
}
.l-top-about.js-scroll {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .l-top-about.js-scroll {
    overflow-x: visible;
  }
}
.l-top-about.js-scroll::before {
  width: 0;
  -webkit-transition: width 0.8s ease-in;
  transition: width 0.8s ease-in;
}
.l-top-about.js-scroll::after {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in 0.5s;
  transition: opacity 0.8s ease-in 0.5s;
}
.l-top-about.js-scroll .l-top-about__list__item {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  --delay-main: 0.6s;
  --delay-plus: 0.2s;
  --delay-time: calc(var(--delay-main));
  -webkit-transition-delay: var(--delay-time);
          transition-delay: var(--delay-time);
}
@media screen and (min-width: 768px) {
  .l-top-about.js-scroll .l-top-about__list__item {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.l-top-about.js-scroll .l-top-about__list__item:nth-child(2) {
  --delay-time: calc(var(--delay-main) + var(--delay-plus));
}
.l-top-about.js-scroll .l-top-about__list__item:nth-child(3) {
  --delay-time: calc(var(--delay-main) + (var(--delay-plus) * 2));
}
.l-top-about.js-scroll .l-top-about__list__item:nth-child(4) {
  --delay-time: calc(var(--delay-main) + (var(--delay-plus) * 3));
}
.l-top-about.js-scroll .l-top-about__list__item:nth-child(5) {
  --delay-time: calc(var(--delay-main) + (var(--delay-plus) * 4));
}
.l-top-about.js-scroll .l-top-about__list__item:nth-child(6) {
  --delay-time: calc(var(--delay-main) + (var(--delay-plus) * 5));
}
.l-top-about.js-scroll.-start::before {
  width: calc(100% - 20px);
}
@media screen and (min-width: 960px) {
  .l-top-about.js-scroll.-start::before {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1500px) {
  .l-top-about.js-scroll.-start::before {
    width: calc(50% + 600px);
  }
}
.l-top-about.js-scroll.-start::after {
  opacity: 1;
}
.l-top-about.js-scroll.-start .l-top-about__list__item {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-top-about.js-scroll.-start .l-top-about__list__item {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.l-top-jutaku {
  margin-top: 80px;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .l-top-jutaku {
    margin-top: 130px;
  }
}
.l-top-jutaku .l-sec__inner {
  background: url(/images/bg-jutaku.jpg) no-repeat 15% center/cover;
  padding: 40px 0 60px;
}
@media screen and (min-width: 960px) {
  .l-top-jutaku .l-sec__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0 70px;
  }
}
.l-top-jutaku .l-sec__inner > .c-ttl-1 {
  margin-left: 20px;
}
@media screen and (min-width: 960px) {
  .l-top-jutaku .l-sec__inner > .c-ttl-1 {
    margin-left: 80px;
  }
}
.l-top-jutaku__rightBox {
  text-align: right;
}
.l-top-jutaku__list {
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 30px;
  width: calc(100% - 40px);
  padding: 30px;
  position: relative;
}
.l-top-jutaku__list::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-top-jutaku__list {
    display: inline-grid;
    grid-template-columns: repeat(4, auto);
    gap: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: auto;
    padding: 45px 60px;
  }
}
@media screen and (min-width: 960px) {
  .l-top-jutaku__list {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .l-top-jutaku__list {
    gap: 20px 100px;
    padding: 45px 100px;
  }
}
.l-top-jutaku__list__item a {
  font-size: var(--font16);
  padding-right: 35px;
  position: relative;
}
.l-top-jutaku__list__item a::before, .l-top-jutaku__list__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.l-top-jutaku__list__item a::before {
  width: 15px;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background: var(--color-point);
  top: calc(50% - 7.5px);
  right: 10px;
}
.l-top-jutaku__list__item a::after {
  width: 17px;
  height: 17px;
  background: url(/assets/img/ico-arrow.svg) no-repeat center center/cover;
  top: calc(50% - 8.5px);
  right: 0;
}
@media screen and (min-width: 960px) {
  .l-top-jutaku__list__item a::before {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .l-top-jutaku__list__item a:hover::before {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    right: 2px;
  }
}
@media screen and (min-width: 960px) {
  .l-top-jutaku__list__item a {
    font-size: var(--font20);
  }
}
.l-top-jutaku__pro {
  margin: 60px 20px 0 0;
}
@media screen and (min-width: 960px) {
  .l-top-jutaku__pro {
    margin: 150px 80px 0 0;
  }
}
.l-top-jutaku__pro a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  padding-right: 35px;
  position: relative;
  padding: 20px 45px 20px 20px;
}
.l-top-jutaku__pro a::before, .l-top-jutaku__pro a::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.l-top-jutaku__pro a::before {
  width: 15px;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background: var(--color-point);
  top: calc(50% - 7.5px);
  right: 10px;
}
.l-top-jutaku__pro a::after {
  width: 17px;
  height: 17px;
  background: url(/assets/img/ico-arrow.svg) no-repeat center center/cover;
  top: calc(50% - 8.5px);
  right: 0;
}
@media screen and (min-width: 960px) {
  .l-top-jutaku__pro a::before {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .l-top-jutaku__pro a:hover::before {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    right: 2px;
  }
}
@media screen and (min-width: 768px) {
  .l-top-jutaku__pro a {
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    padding: 50px 85px 50px 40px;
  }
}
@media screen and (min-width: 960px) {
  .l-top-jutaku__pro a {
    padding: 60px 105px 60px 80px;
  }
}
.l-top-jutaku__pro a::before {
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 20px;
}
@media screen and (min-width: 960px) {
  .l-top-jutaku__pro a::before {
    width: 42px;
    height: 42px;
    top: calc(50% - 21px);
    right: 48px;
  }
}
.l-top-jutaku__pro a::after {
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  right: 10px;
}
@media screen and (min-width: 960px) {
  .l-top-jutaku__pro a::after {
    width: 30px;
    height: 30px;
    right: 30px;
    top: calc(50% - 15px);
  }
}
.l-top-jutaku__pro a .c-ttl-1 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-top-jutaku__pro a .c-ttl-1 {
    margin-bottom: 0;
  }
}
.l-top-jutaku__pro a .c-ttl-1 svg {
  width: 25px;
  height: 25px;
}
.l-top-jutaku__pro a .-txt {
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .l-top-jutaku__pro a .-txt {
    font-size: var(--font18);
    line-height: var(--lhL);
  }
}
@media screen and (min-width: 960px) {
  .l-top-jutaku__pro a::before {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .l-top-jutaku__pro a:hover::before {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    right: 25px;
  }
}
.l-top-jutaku__rightBox.js-scroll {
  overflow: hidden;
}
.l-top-jutaku__rightBox.js-scroll .l-top-jutaku__list::before {
  width: 0;
  opacity: 0;
  -webkit-transition: width 0.5s ease-in, opacity 0.4s ease-in;
  transition: width 0.5s ease-in, opacity 0.4s ease-in;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.l-top-jutaku__rightBox.js-scroll.-start .l-top-jutaku__list::before {
  opacity: 1;
  width: 100%;
}
.l-top-jutaku__pro.js-scroll {
  overflow: hidden;
}
.l-top-jutaku__pro.js-scroll > a {
  opacity: 0;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  -webkit-transition: all 0.8s ease 0.3s;
  transition: all 0.8s ease 0.3s;
}
.l-top-jutaku__pro.js-scroll.-start > a {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-top-products {
  margin-top: 80px;
  padding-right: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-top-products {
    overflow: visible;
  }
}
@media screen and (min-width: 960px) {
  .l-top-products {
    margin-top: 130px;
    padding-right: 0;
  }
}
.l-top-products .l-sec__inner {
  padding: 35px 0 50px 40px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-top-products .l-sec__inner {
    padding: 130px 0;
  }
}
.l-top-products .l-sec__inner::before, .l-top-products .l-sec__inner::after {
  content: "";
  display: inline-block;
  width: calc(100% - 20px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: -1;
  -webkit-clip-path: var(--triangle-clip-left);
          clip-path: var(--triangle-clip-left);
}
@media screen and (min-width: 960px) {
  .l-top-products .l-sec__inner::before, .l-top-products .l-sec__inner::after {
    width: calc(100% - 40px);
    right: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .l-top-products .l-sec__inner::before, .l-top-products .l-sec__inner::after {
    width: calc(50% + 600px);
    right: calc(50% - 600px);
  }
}
.l-top-products .l-sec__inner::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(32.5%, rgba(65, 129, 147, 0.2)), color-stop(76%, #418193), to(#418193));
  background: -webkit-linear-gradient(left, rgba(65, 129, 147, 0.2) 32.5%, #418193 76%, #418193 100%);
  background: linear-gradient(90deg, rgba(65, 129, 147, 0.2) 32.5%, #418193 76%, #418193 100%);
}
.l-top-products .l-sec__inner::after {
  background: url(/images/bg-products.jpg) no-repeat center center/cover;
  z-index: -2;
}
.l-top-products .l-sec__inner > .c-ttl-1 {
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
}
@media screen and (min-width: 960px) {
  .l-top-products .l-sec__inner > .c-ttl-1 {
    max-width: 1040px;
    margin: 0 auto 0 80px;
  }
}
@media screen and (min-width: 1500px) {
  .l-top-products .l-sec__inner > .c-ttl-1 {
    margin: 0 auto;
  }
}
.l-top-products__btnBox {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-top-products__btnBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .l-top-products__btnBox {
    max-width: 1280px;
    margin-top: 70px;
    margin-left: 80px;
  }
}
@media screen and (min-width: 1500px) {
  .l-top-products__btnBox {
    margin-left: calc(50% - 600px + 80px);
  }
}
.l-top-products__btnBox__item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .l-top-products__btnBox__item {
    display: grid;
    grid-template-rows: 180px 1fr;
  }
}
@media screen and (min-width: 960px) {
  .l-top-products__btnBox__item {
    grid-template-rows: 215px 1fr;
  }
}
.l-top-products__btnBox__item.-pres {
  background-image: url(/images/bg-products-1.jpg);
}
.l-top-products__btnBox__item.-health {
  background-image: url(/images/bg-products-2.jpg);
  border-top: 1px solid var(--color-line);
}
@media screen and (min-width: 768px) {
  .l-top-products__btnBox__item.-health {
    border-top: none;
    border-left: 1px solid var(--color-line);
  }
}
.l-top-products__btnBox__item .-link {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 30px;
  padding-right: 35px;
  position: relative;
  padding-right: 40px;
}
@media screen and (min-width: 960px) {
  .l-top-products__btnBox__item .-link {
    padding: 55px 0 55px 80px;
  }
}
.l-top-products__btnBox__item .-link::before, .l-top-products__btnBox__item .-link::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.l-top-products__btnBox__item .-link::before {
  width: 15px;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background: var(--color-point);
  top: calc(50% - 7.5px);
  right: 10px;
}
.l-top-products__btnBox__item .-link::after {
  width: 17px;
  height: 17px;
  background: url(/assets/img/ico-arrow.svg) no-repeat center center/cover;
  top: calc(50% - 8.5px);
  right: 0;
}
@media screen and (min-width: 960px) {
  .l-top-products__btnBox__item .-link::before {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .l-top-products__btnBox__item .-link:hover::before {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    right: 2px;
  }
}
.l-top-products__btnBox__item .-link::before {
  right: 20px;
}
.l-top-products__btnBox__item .-link::after {
  right: 10px;
}
@media screen and (min-width: 768px) {
  .l-top-products__btnBox__item .-link::before {
    width: 24px;
    right: 22px;
    top: calc(50% - 12px);
  }
  .l-top-products__btnBox__item .-link::after {
    width: 18px;
    height: 18px;
    right: 12px;
    top: calc(50% - 9px);
  }
}
@media screen and (min-width: 960px) {
  .l-top-products__btnBox__item .-link {
    padding-right: 105px;
  }
  .l-top-products__btnBox__item .-link::before {
    right: 52px;
    width: 42px;
    top: calc(50% - 21px);
  }
  .l-top-products__btnBox__item .-link::after {
    right: 35px;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  .l-top-products__btnBox__item .-link:hover::before {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    right: 30px;
  }
}
.l-top-products__btnBox__item .-link .c-ttl-1 {
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-top-products__btnBox__item .-link .c-ttl-1 .-en {
  font-size: var(--font14);
  padding-left: 0;
}
@media screen and (min-width: 960px) {
  .l-top-products__btnBox__item .-link .c-ttl-1 .-en {
    font-size: var(--font18);
  }
}
.l-top-products__btnBox__item .-link .c-ttl-1 .-en::before {
  content: none;
}
.l-top-products__btnBox__item .-link .c-ttl-1 .-main {
  margin-top: 5px;
  font-size: var(--font20);
  font-family: "noto sans jp";
  line-height: var(--lhS);
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-top-products__btnBox__item .-link .c-ttl-1 .-main {
    font-size: var(--font28);
  }
}
.l-top-products__btnBox__item .-link .c-ttl-1 .-main .-small {
  font-size: var(--font16);
}
@media screen and (min-width: 960px) {
  .l-top-products__btnBox__item .-link .c-ttl-1 .-main .-small {
    font-size: var(--font23);
  }
}
.l-top-products__btnBox__item .-link .c-ttl-1 .-main svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: -25px;
}
@media screen and (min-width: 768px) {
  .l-top-products__btnBox__item .-link .c-ttl-1 .-main svg {
    width: 25px;
    height: 25px;
    right: -30px;
    top: calc(50% - 12.5px);
  }
}
@media screen and (min-width: 960px) {
  .l-top-products__btnBox__item .-link .c-ttl-1 .-main svg {
    width: 35px;
    height: 35px;
    right: -40px;
    top: calc(50% - 17.5px);
  }
}
.l-top-products__btnBox__item .-txt {
  background: rgba(148, 204, 220, 0.2);
  padding: 25px 30px;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .l-top-products__btnBox__item .-txt {
    padding: 30px 80px;
    font-size: var(--font18);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-top-products.js-scroll .l-sec__inner::before {
  width: 0;
  -webkit-transition: width 0.6s ease-in;
  transition: width 0.6s ease-in;
}
.l-top-products.js-scroll .l-sec__inner::after {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in 0.5s;
  transition: opacity 0.5s ease-in 0.5s;
}
.l-top-products.js-scroll .l-sec__inner .l-top-products__btnBox__item {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  --delay-main: 0.6s;
  --delay-plus: 0.2s;
  --delay-time: calc(var(--delay-main));
  -webkit-transition-delay: var(--delay-time);
          transition-delay: var(--delay-time);
}
@media screen and (min-width: 768px) {
  .l-top-products.js-scroll .l-sec__inner .l-top-products__btnBox__item {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.l-top-products.js-scroll .l-sec__inner .l-top-products__btnBox__item:nth-child(2) {
  --delay-time: calc(var(--delay-main) + var(--delay-plus));
}
.l-top-products.js-scroll.-start .l-sec__inner::before {
  width: calc(100% - 20px);
}
.l-top-products.js-scroll.-start .l-sec__inner::after {
  opacity: 1;
}
.l-top-products.js-scroll.-start .l-top-products__btnBox__item {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-top-products.js-scroll.-start .l-top-products__btnBox__item {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.l-top-sustaina {
  overflow: hidden;
}
.l-top-sustaina .l-sec__inner {
  margin: 80px 0 0 20px;
  padding: 35px 40px 0 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-top-sustaina .l-sec__inner {
    margin: 130px 0 0 40px;
    padding: 80px 0 0;
    max-width: 1200px;
  }
}
@media screen and (min-width: 960px) and (min-width: 1500px) {
  .l-top-sustaina .l-sec__inner {
    margin: 130px auto 0;
  }
}
.l-top-sustaina .l-sec__inner::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(/images/bg-sustainability.jpg) no-repeat right center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .l-top-sustaina .l-sec__inner::before {
    width: calc(100vw - 40px);
  }
}
@media screen and (min-width: 1500px) {
  .l-top-sustaina .l-sec__inner::before {
    width: calc(50vw + 600px);
  }
}
.l-top-sustaina .c-ttl-1 {
  margin-left: 20px;
}
@media screen and (min-width: 960px) {
  .l-top-sustaina .c-ttl-1 {
    margin-left: 80px;
  }
}
.l-top-sustaina .c-btn-col {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .l-top-sustaina .c-btn-col {
    margin-top: 80px;
  }
}
.l-top-sustaina .c-btn-col .c-btn-1 {
  margin: 0 auto 0 0;
}
.l-top-sustaina .c-btn-col .c-btn-1 a {
  min-height: 100px;
}
@media screen and (min-width: 960px) {
  .l-top-sustaina .c-btn-col .c-btn-1 a {
    font-size: var(--font20);
  }
}
.l-top-sustaina.js-scroll .l-sec__inner::before {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 0.8s ease-out;
  transition: -webkit-clip-path 0.8s ease-out;
  transition: clip-path 0.8s ease-out;
  transition: clip-path 0.8s ease-out, -webkit-clip-path 0.8s ease-out;
}
.l-top-sustaina.js-scroll .c-btn-1 {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.6s ease-out;
  transition: opacity 0.3s, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.3s;
  transition: transform 0.6s ease-out, opacity 0.3s, -webkit-transform 0.6s ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.l-top-sustaina.js-scroll .c-btn-1:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.l-top-sustaina.js-scroll.-start .l-sec__inner::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.l-top-sustaina.js-scroll.-start .c-btn-1 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.l-top-recruit {
  margin: 80px 20px 0 0;
  padding: 35px 0 40px 40px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-top-recruit {
    margin: 130px 0 0;
    padding: 130px 0;
  }
}
.l-top-recruit::before {
  content: "";
  display: inline-block;
  width: calc(100% - 20px);
  height: 100%;
  background: -webkit-linear-gradient(161deg, #FAFFDD -0.76%, #ECFCF1 32.96%, #E1F9FF 79.98%);
  background: linear-gradient(289deg, #FAFFDD -0.76%, #ECFCF1 32.96%, #E1F9FF 79.98%);
  position: absolute;
  top: 0;
  right: 20px;
  z-index: -2;
  -webkit-clip-path: var(--triangle-clip-left);
          clip-path: var(--triangle-clip-left);
}
@media screen and (min-width: 960px) {
  .l-top-recruit::before {
    width: calc(100% - 40px);
    right: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .l-top-recruit::before {
    width: calc(50% + 600px);
    right: calc(50% - 600px);
  }
}
@media screen and (min-width: 960px) {
  .l-top-recruit .c-ttl-1 {
    max-width: 1040px;
    margin: 0 auto 0 80px;
  }
}
@media screen and (min-width: 1500px) {
  .l-top-recruit .c-ttl-1 {
    margin: 0 auto;
  }
}
.l-top-recruit__bnrBox {
  margin-top: 40px;
  text-align: right;
}
@media screen and (min-width: 960px) {
  .l-top-recruit__bnrBox {
    max-width: 1120px;
    padding: 0 40px;
    margin: 70px auto 0;
  }
}
.l-top-recruit__bnrBox .-bnr {
  display: inline-block;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  .l-top-recruit__bnrBox .-bnr {
    max-width: 1040px;
  }
}
@media screen and (min-width: 960px) {
  .l-top-recruit__bnrBox .-bnr {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .l-top-recruit__bnrBox .-bnr:hover {
    opacity: 0.7;
  }
}
.l-top-recruit.js-scroll {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-top-recruit.js-scroll {
    overflow: visible;
  }
}
.l-top-recruit.js-scroll::before {
  width: 0;
  -webkit-transition: width 0.8s ease-in;
  transition: width 0.8s ease-in;
}
.l-top-recruit.js-scroll .l-top-recruit__bnrBox {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (min-width: 768px) {
  .l-top-recruit.js-scroll .l-top-recruit__bnrBox {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.l-top-recruit.js-scroll.-start::before {
  width: calc(100% - 20px);
}
.l-top-recruit.js-scroll.-start .l-top-recruit__bnrBox {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-top-recruit.js-scroll.-start .l-top-recruit__bnrBox {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.l-top-bnr {
  margin-top: 80px;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .l-top-bnr {
    padding: 0 40px;
    margin: 130px auto 0;
    max-width: 1120px;
  }
}
.l-top-bnr__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960px) {
  .l-top-bnr__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px 10px;
  }
}
.l-top-bnr__list__item {
  max-width: 310px;
}
@media screen and (min-width: 960px) {
  .l-top-bnr__list__item a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .l-top-bnr__list__item a:hover {
    opacity: 0.7;
  }
}
.l-top-bnr__list.js-scroll .l-top-bnr__list__item {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  --delay-plus: 0.3s;
}
.l-top-bnr__list.js-scroll .l-top-bnr__list__item:nth-child(2) {
  -webkit-transition-delay: var(--delay-plus);
          transition-delay: var(--delay-plus);
}
.l-top-bnr__list.js-scroll .l-top-bnr__list__item:nth-child(3) {
  -webkit-transition-delay: calc(var(--delay-plus) * 2);
          transition-delay: calc(var(--delay-plus) * 2);
}
.l-top-bnr__list.js-scroll .l-top-bnr__list__item:nth-child(4) {
  -webkit-transition-delay: calc(var(--delay-plus) * 3);
          transition-delay: calc(var(--delay-plus) * 3);
}
.l-top-bnr__list.js-scroll .l-top-bnr__list__item:nth-child(5) {
  -webkit-transition-delay: calc(var(--delay-plus) * 4);
          transition-delay: calc(var(--delay-plus) * 4);
}
.l-top-bnr__list.js-scroll .l-top-bnr__list__item:nth-child(6) {
  -webkit-transition-delay: calc(var(--delay-plus) * 5);
          transition-delay: calc(var(--delay-plus) * 5);
}
@media screen and (min-width: 960px) {
  .l-top-bnr__list.js-scroll .l-top-bnr__list__item {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.l-top-bnr__list.js-scroll.-start .l-top-bnr__list__item {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}