@charset "UTF-8";
/*================================= 見出し =================================*/
/*== 日本語 ==*/
/*== 日本語 SP ==*/
/*== 数字 ==*/
/*== 数字 SP ==*/
/*== 英語 ==*/
/*== 英語 SP ==*/
/*================================= 本文 =================================*/
/*== SP ==*/
:root {
  --clred01: #E50012;
  --clred02: #FFF2F3;
  --clred03: #A9212C;
  --clred04: #FDC0C5;
  --clgray01: #6C6A6A;
  --clgray02: #B3B3B3;
  --clgray03: #F2F2F2;
  --header-h: 0px;
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .inline-block {
    display: inline-block;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

img {
  vertical-align: bottom;
}

div.hero-area {
  background-color: var(--clgray03);
  height: 120vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  div.hero-area {
    height: auto;
  }
}
div.hero-area video {
  width: 214%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  div.hero-area video {
    width: 100%;
  }
}

/*============================== TOP共通 ==============================*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.business-img,
.sec-business p,
.sec-business .top-base-btn,
.sec-office .top-txt01,
.sec-office .office-spimg,
.sec-office .top-base-btn,
.sec-company .top-txt01,
.sec-company a,
.sec-news .top-base-btn,
.sec-news ul,
.sec-suenaga .suenaga-box,
.sec-suenaga .logo-box {
  opacity: 0;
}
.business-img.animation,
.sec-business p.animation,
.sec-business .top-base-btn.animation,
.sec-office .top-txt01.animation,
.sec-office .office-spimg.animation,
.sec-office .top-base-btn.animation,
.sec-company .top-txt01.animation,
.sec-company a.animation,
.sec-news .top-base-btn.animation,
.sec-news ul.animation,
.sec-suenaga .suenaga-box.animation,
.sec-suenaga .logo-box.animation {
  animation: fade 1.6s 0.2s ease forwards;
}

.top-title {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  .top-title {
    margin-bottom: 30px;
  }
}
@keyframes top-title {
  0% {
    transform: translate(0, 1.2em);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes top-title-line {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.top-title.animation .ja::after, .top-title.g-animation .ja::after {
  animation: top-title-line 0.8s cubic-bezier(0.62, 0, 0, 1) forwards;
}
.top-title.animation .ja span.inner span, .top-title.g-animation .ja span.inner span {
  animation: top-title 1s 0.3s cubic-bezier(0.62, 0, 0, 1) forwards;
}
.top-title.animation .en span, .top-title.g-animation .en span {
  animation: top-title 1s 0.5s cubic-bezier(0.62, 0, 0, 1) forwards;
}
.top-title span {
  display: block;
  line-height: 1.2em;
}
.top-title span.ja {
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0.3em;
  font-size: 8vw;
}
@media screen and (min-width: 768px) {
  .top-title span.ja {
    font-size: 33px;
  }
}
@media screen and (min-width: 1000px) {
  .top-title span.ja {
    font-size: 37px;
  }
}
@media screen and (min-width: 1280px) {
  .top-title span.ja {
    font-size: 40px;
  }
}
.top-title span.ja::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 114px;
  height: 5px;
  background-color: var(--clred01);
  transform: scaleX(0);
  transform-origin: left;
}
.top-title span.ja span.inner {
  display: inline-block;
  height: 1.2em;
  overflow: hidden;
}
.top-title span.ja span.inner span {
  display: inline-block;
  transform: translate(0, 1.2em);
}
.top-title span.en {
  font-weight: bold;
  font-family: "YakuHanJP", "Zalando Sans", sans-serif;
  font-size: 5.3vw;
  line-height: 1.2em;
  height: 1.2em;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-title span.en {
    font-size: 22px;
  }
}
@media screen and (min-width: 1000px) {
  .top-title span.en {
    font-size: 23px;
  }
}
@media screen and (min-width: 1280px) {
  .top-title span.en {
    font-size: 25px;
  }
}
.top-title span.en span {
  display: inline-block;
  transform: translate(0, 1.2em);
}

.top-txt01 {
  line-height: 2.4em;
}
@media screen and (min-width: 768px) {
  .top-txt01 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1000px) {
  .top-txt01 {
    font-size: 15px;
  }
}

a.top-base-btn, span.top-base-btn {
  font-family: "YakuHanJP", "Zalando Sans", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #000;
  margin-top: 1em;
  width: 50vw;
  padding: 1em 0 0.6em;
  margin: 5vw auto 0;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1em;
  width: 30vw;
}
@media screen and (min-width: 768px) {
  a.top-base-btn, span.top-base-btn {
    width: 160px;
    font-size: 16px;
    margin: 20px 0 0;
  }
  a.top-base-btn:hover .hover-box span, span.top-base-btn:hover .hover-box span {
    transform: translate(0, -1em);
  }
}
@media screen and (min-width: 1000px) {
  a.top-base-btn, span.top-base-btn {
    width: 170px;
    font-size: 18px;
  }
}
a.top-base-btn span, span.top-base-btn span {
  display: inline-block;
}
a.top-base-btn span.arrow, span.top-base-btn span.arrow {
  border-radius: 50em;
  width: 1em;
  background-color: var(--clred01);
}

#header {
  background: none;
}
#header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
}
#header.bg::after {
  opacity: 1;
}

/*============================== 事業紹介 ==============================*/
section.sec-business {
  background-color: var(--clgray03);
  padding: 20vw 0 28vw;
  position: relative;
  height: 220vw;
}
@media screen and (min-width: 768px) {
  section.sec-business {
    padding: 120px 0;
    height: auto;
  }
}
section.sec-business div.black-bg {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  section.sec-business div.sec-business-inner {
    width: 90%;
    margin: auto;
    max-width: 1000px;
  }
}
section.sec-business h2 {
  text-align: center;
}
section.sec-business h2 span.ja::after {
  right: 0;
  margin: auto;
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  section.sec-business div.business-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
section.sec-business div.business-box div.business-img {
  margin: auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  section.sec-business div.business-box div.business-img {
    margin: 0;
    width: 50%;
  }
}
section.sec-business div.business-box div.business-txt-wrap {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-business div.business-box div.business-txt-wrap {
    width: 50%;
    order: -1;
    margin-top: 0;
  }
}
section.sec-business div.business-box div.business-txt-wrap p.business-txt01 {
  font-weight: bold;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  margin-bottom: 1em;
  text-align: center;
  font-size: 5.3vw;
}
@media screen and (min-width: 768px) {
  section.sec-business div.business-box div.business-txt-wrap p.business-txt01 {
    text-align: left;
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-business div.business-box div.business-txt-wrap p.business-txt01 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-business div.business-box div.business-txt-wrap p.business-txt01 {
    font-size: 31px;
  }
}
section.sec-business div.business-box div.business-txt-wrap p.business-txt02 {
  line-height: 2.4em;
  font-size: 3.73vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.sec-business div.business-box div.business-txt-wrap p.business-txt02 {
    text-align: left;
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-business div.business-box div.business-txt-wrap p.business-txt02 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-business div.business-box div.business-txt-wrap p.business-txt02 {
    font-size: 17px;
  }
}

div.sticky-area {
  position: relative;
  height: 380vh;
}
@media screen and (min-width: 768px) {
  div.sticky-area {
    height: 380vh;
  }
}
div.sticky-area div.sticky-area-bg {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

/*============================== 事業紹介 リンク ==============================*/
section.sec-link {
  position: sticky;
  top: 0;
  left: 0;
}
@keyframes link-txt-box {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
section.sec-link.animation div.txt-box {
  animation: link-txt-box 1s 0s cubic-bezier(0.62, 0, 0, 1) forwards;
}
section.sec-link div.black-bg {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  section.sec-link div.sec-link-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-link div.sec-link-inner a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 33.3333333333vh;
}
@media screen and (min-width: 768px) {
  section.sec-link div.sec-link-inner a {
    height: 100vh;
    width: 33.3333333333%;
    transition: all 0.3s;
  }
  section.sec-link div.sec-link-inner a:hover {
    /*h3,p{
    	color: #000;
    }*/
  }
  section.sec-link div.sec-link-inner a:hover div.txt-box div.ami {
    background: rgba(255, 255, 255, 0.9254901961);
  }
  section.sec-link div.sec-link-inner a:hover div.link-bg img {
    transform: scale(1.03);
  }
  section.sec-link div.sec-link-inner a:hover .hover-box span {
    transform: translate(0, -1em);
  }
  section.sec-link div.sec-link-inner a:hover::after {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-link div.sec-link-inner a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    transition: all 0.3s;
  }
}
section.sec-link div.sec-link-inner a div.link-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
section.sec-link div.sec-link-inner a div.link-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
section.sec-link div.sec-link-inner a span.top-base-btn {
  color: #fff;
  border-bottom: solid 1px #fff;
  position: absolute;
  z-index: 1;
  bottom: 6%;
  right: 8%;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  section.sec-link div.sec-link-inner a span.top-base-btn {
    bottom: 10%;
  }
}
section.sec-link div.sec-link-inner a div.txt-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 2;
  color: #fff;
  width: 73%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.sec-link div.sec-link-inner a div.txt-box {
    width: 82%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-link div.sec-link-inner a div.txt-box {
    width: 67%;
  }
}
section.sec-link div.sec-link-inner a div.txt-box div.blur {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  backdrop-filter: blur(10px);
}
section.sec-link div.sec-link-inner a div.txt-box div.ami {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6078431373);
  z-index: -1;
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  section.sec-link div.sec-link-inner a div.txt-box div.ami {
    background: rgba(255, 255, 255, 0.5607843137);
  }
}
section.sec-link div.sec-link-inner a div.txt-box-inner {
  padding: 4.6vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-link div.sec-link-inner a div.txt-box-inner {
    padding: 50px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 15vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-link div.sec-link-inner a div.txt-box-inner {
    min-height: 150px;
    height: auto;
  }
}
section.sec-link div.sec-link-inner a div.txt-box-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: solid 1px #fff;
}
section.sec-link div.sec-link-inner a div.txt-box-inner h3 {
  line-height: 1.2em;
  margin-bottom: 0.6em;
  font-size: 4.53vw;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  section.sec-link div.sec-link-inner a div.txt-box-inner h3 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-link div.sec-link-inner a div.txt-box-inner h3 {
    font-size: 23px;
  }
}
section.sec-link div.sec-link-inner a div.txt-box-inner p {
  line-height: 1.4em;
  font-size: 3.22vw;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  section.sec-link div.sec-link-inner a div.txt-box-inner p {
    line-height: 1.8em;
    font-size: 13px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-link div.sec-link-inner a div.txt-box-inner p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-link div.sec-link-inner a div.txt-box-inner p {
    font-size: 15px;
  }
}

div.sticky-scarea {
  height: 20vh;
  position: sticky;
  top: 0;
}

/*============================== 取扱商品 ==============================*/
section.sec-product {
  color: #fff;
  position: sticky;
  top: 0;
  left: 0;
}
section.sec-product div.sec-product-inner {
  margin: auto;
  position: relative;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  section.sec-product div.sec-product-inner {
    width: 90%;
    max-width: 1000px;
  }
}
section.sec-product div.product-slide-wrap {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-product div.product-slide-wrap {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 5%;
    margin-top: 0;
    max-width: 560px;
  }
}
section.sec-product div.product-slide-wrap .vmarquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}
section.sec-product div.product-slide-wrap .vmarquee.marquee-up {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  section.sec-product div.product-slide-wrap .vmarquee {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 48%;
  }
  section.sec-product div.product-slide-wrap .vmarquee.marquee-up {
    margin-top: 0;
    left: auto;
    right: 0;
  }
}
section.sec-product div.product-slide-wrap .vmarquee__track {
  display: flex;
  will-change: transform;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  section.sec-product div.product-slide-wrap .vmarquee__track {
    flex-direction: column;
    gap: 20px;
  }
}
section.sec-product div.product-slide-wrap .vmarquee__item {
  flex: 0 0 auto;
  width: 35%;
  height: auto;
  margin-right: 3%;
}
@media screen and (min-width: 768px) {
  section.sec-product div.product-slide-wrap .vmarquee__item {
    margin-right: 0;
    width: auto;
    max-width: none;
  }
}
section.sec-product div.product-slide-wrap .vmarquee__item picture, section.sec-product div.product-slide-wrap .vmarquee__item img {
  display: block;
  width: 100%;
  height: auto;
}
section.sec-product div.product-slide-wrap .marquee-up .vmarquee__track {
  animation: hmarquee-right var(--dur, 12s) linear infinite;
}
@media screen and (min-width: 768px) {
  section.sec-product div.product-slide-wrap .marquee-up .vmarquee__track {
    animation: vmarquee-up var(--dur, 12s) linear infinite;
  }
}
section.sec-product div.product-slide-wrap .marquee-down .vmarquee__track {
  animation: hmarquee-left var(--dur, 12s) linear infinite;
}
@media screen and (min-width: 768px) {
  section.sec-product div.product-slide-wrap .marquee-down .vmarquee__track {
    animation: vmarquee-down var(--dur, 12s) linear infinite;
  }
}
@keyframes hmarquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--loopDist)));
  }
}
@keyframes hmarquee-right {
  from {
    transform: translateX(calc(-1 * var(--loopDist)));
  }
  to {
    transform: translateX(0);
  }
}
@keyframes vmarquee-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-1 * var(--loopDist)));
  }
}
@keyframes vmarquee-down {
  from {
    transform: translateY(calc(-1 * var(--loopDist)));
  }
  to {
    transform: translateY(0);
  }
}
section.sec-product div.product-txt-wrap {
  text-align: center;
  padding-top: 20vw;
}
@media screen and (min-width: 768px) {
  section.sec-product div.product-txt-wrap {
    text-align: left;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(0, -50%);
    padding-top: 0;
  }
}
section.sec-product div.product-txt-wrap h2 span.ja::after {
  right: 0;
  margin: auto;
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  section.sec-product div.product-txt-wrap h2 span.ja::after {
    right: auto;
    transform-origin: left;
  }
}
section.sec-product div.product-txt-wrap a.top-base-btn {
  color: #fff;
  border-bottom: solid 1px #fff;
}

/*============================== 営業所拠点 ==============================*/
div.sec-office-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  div.sec-office-wrap {
    height: 300vh;
  }
}

div.office-wh-area {
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #fff;
}
div.office-wh-area div.office-wh-area-inner {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 150%;
}
div.office-wh-area div.office-wh-area-inner p {
  font-family: "YakuHanJP", "Zalando Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  div.office-wh-area div.office-wh-area-inner p {
    font-size: 4.78vw;
  }
}
div.office-wh-area div.office-wh-area-inner p:nth-of-type(1) {
  margin-right: 0.2em;
}
div.office-wh-area div.office-wh-area-inner p:nth-of-type(2) {
  margin-left: 0.2em;
}
div.office-wh-area div.office-wh-area-inner div.office-wh-area-img {
  width: 0;
  height: 100vh;
  background-image: url(../myimg/top/office-bg_pc.png);
  background-image: url(../myimg/top/office-bg_pc.webp);
  background-size: cover;
  background-position: center center;
}

div.office-trigger01 {
  height: 100vh;
}

section.sec-office {
  padding: 30vw 12vw;
  background: #fff;
}
@media screen and (min-width: 768px) {
  section.sec-office {
    background-size: cover;
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 0;
    background: none;
  }
}
@media screen and (min-width: 768px) {
  section.sec-office div.sec-office-inner {
    width: 90%;
    margin: auto;
    max-width: 1360px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
section.sec-office div.sec-office-inner div.office-txt-wrap {
  background-color: #fff;
}
section.sec-office div.sec-office-inner div.office-txt-wrap {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.sec-office div.sec-office-inner div.office-txt-wrap {
    width: 420px;
    padding: 50px 70px;
  }
}
section.sec-office div.sec-office-inner div.office-spimg {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 10vw;
}
section.sec-office div.sec-office-inner a.top-base-btn {
  margin-left: 0;
}

/*============================== 会社について ==============================*/
section.sec-company {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 30vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-company {
    padding: 130px 0;
    margin-top: 180px;
  }
}
section.sec-company div.sec-company-inner {
  width: 76%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-company div.sec-company-inner {
    width: 90%;
    margin: auto;
    max-width: 1360px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-company div.company-txt-wrap {
    width: 260px;
    margin: 0 10% 0 auto;
  }
}
section.sec-company div.company-txt-wrap a.top-base-btn {
  color: #fff;
  border-bottom: solid 1px #fff;
  margin-left: 0;
}
section.sec-company div.company-txt-wrap a.faq-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.6em;
  border: solid 1px #fff;
  width: 45vw;
  padding: 0.8em 0;
  margin: 10vw 0 0;
  color: #fff;
  font-size: 6.6vw;
  line-height: 1em;
  font-family: "YakuHanJP", "Zalando Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  section.sec-company div.company-txt-wrap a.faq-btn {
    width: 160px;
    font-size: 23px;
    margin: 60px 0 0;
    padding: 0.6em 0;
  }
  section.sec-company div.company-txt-wrap a.faq-btn:hover .hover-box span {
    transform: translate(0, -1em);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-company div.company-txt-wrap a.faq-btn {
    width: 171px;
    font-size: 25px;
  }
}
section.sec-company div.company-txt-wrap a.faq-btn span {
  display: inline-block;
}
section.sec-company div.company-txt-wrap a.faq-btn span.arrow {
  border-radius: 50em;
  transform: translate(0, -0.1em);
  width: 0.7em;
  background-color: var(--clred01);
}
section.sec-company .slide-bg {
  display: flex;
  overflow: hidden;
  position: absolute;
  width: 800vw;
  top: 0;
  height: 100%;
  z-index: -1;
  background: #000;
}
@media screen and (min-width: 768px) {
  section.sec-company .slide-bg {
    width: 280vw;
  }
}
section.sec-company .slide-wrap {
  animation: scroll-left 35s infinite linear 0.5s both;
  display: flex;
  width: 50%;
}
section.sec-company .slide {
  width: 50%;
  height: 100%;
  background-image: url(../myimg/top/company-bg01.png);
  background-image: url(../myimg/top/company-bg01.webp);
  background-size: cover;
  box-sizing: border-box;
}
section.sec-company .slide:nth-of-type(2) {
  background-image: url(../myimg/top/company-bg02.png);
  background-image: url(../myimg/top/company-bg02.webp);
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*============================== 会社について ==============================*/
section.sec-news {
  background-image: url(../myimg/top/news-bg_sp.png);
  background-image: url(../myimg/top/news-bg_sp.webp);
  background-size: cover;
  padding: 20vw 0;
  margin-top: 20vw;
}
@media screen and (min-width: 768px) {
  section.sec-news {
    background-image: url(../myimg/top/news-bg_pc.png);
    background-image: url(../myimg/top/news-bg_pc.webp);
    padding: 130px 0;
    margin-top: 140px;
  }
}
section.sec-news div.sec-news-inner {
  background-color: #fff;
  width: 85.2%;
  margin: auto;
  box-sizing: border-box;
  padding: 13vw 10vw;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.sec-news div.sec-news-inner {
    display: block;
    width: 90%;
    max-width: 1000px;
    padding: 80px;
  }
}
section.sec-news div.sec-news-inner div.title-wrap {
  display: contents;
}
@media screen and (min-width: 768px) {
  section.sec-news div.sec-news-inner div.title-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
section.sec-news div.sec-news-inner div.title-wrap h2 {
  font-family: "YakuHanJP", "Zalando Sans", sans-serif;
  font-size: 12vw;
  font-weight: bold;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-news div.sec-news-inner div.title-wrap h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-news div.sec-news-inner div.title-wrap h2 {
    font-size: 55px;
  }
}
section.sec-news div.sec-news-inner div.title-wrap h2.animation span.inner span {
  animation: top-title 1.2s cubic-bezier(0.62, 0, 0, 1) forwards;
}
section.sec-news div.sec-news-inner div.title-wrap h2 span.inner {
  display: inline-block;
  overflow: hidden;
}
section.sec-news div.sec-news-inner div.title-wrap h2 span.inner span {
  display: inline-block;
  transform: translate(0, 1.2em);
}
section.sec-news div.sec-news-inner div.title-wrap a {
  margin: 0;
  order: 1;
}
section.sec-news div.sec-news-inner ul {
  margin: 10vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-news div.sec-news-inner ul {
    margin-top: 65px;
    margin-bottom: 0;
  }
}
section.sec-news div.sec-news-inner ul li {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-news div.sec-news-inner ul li {
    margin-bottom: 40px;
  }
}
section.sec-news div.sec-news-inner ul li:last-child {
  margin-bottom: 0;
}
section.sec-news div.sec-news-inner ul li a {
  display: block;
}
@media screen and (min-width: 768px) {
  section.sec-news div.sec-news-inner ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    transition: all 0.3s;
  }
  section.sec-news div.sec-news-inner ul li a:hover {
    color: var(--clred01);
  }
  section.sec-news div.sec-news-inner ul li a:hover time {
    color: var(--clred01);
  }
  section.sec-news div.sec-news-inner ul li a:hover .ct-tag {
    border: solid 1px var(--clred01);
    background: var(--clred02);
  }
}
section.sec-news div.sec-news-inner ul li .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 3vw;
}
@media screen and (min-width: 768px) {
  section.sec-news div.sec-news-inner ul li .wrap {
    display: contents;
    margin-bottom: 0;
  }
}
section.sec-news div.sec-news-inner ul li time {
  color: var(--clgray01);
  margin-right: 1em;
  margin-top: 0.12em;
  font-size: 4.4vw;
  font-weight: 600;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  section.sec-news div.sec-news-inner ul li time {
    width: 70px;
    font-size: 16px;
    margin-right: 0;
    margin-top: 0;
  }
}
section.sec-news div.sec-news-inner ul li .ct-tag {
  display: block;
  border: solid 1px #000;
  width: 20vw;
  font-size: 3.3vw;
  line-height: 1.2em;
  text-align: center;
  padding: 0.3em 0;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  section.sec-news div.sec-news-inner ul li .ct-tag {
    width: 84px;
    font-size: 14px;
    line-height: 1.2em;
    padding: 0.4em 0;
    text-align: center;
  }
}
section.sec-news div.sec-news-inner ul li p {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-news div.sec-news-inner ul li p {
    width: calc(100% - 200px);
  }
}

/*============================== 会社について ==============================*/
section.sec-suenaga div.sec-suenaga-inner {
  background-color: #fff;
  margin: auto;
  box-sizing: border-box;
  width: 85.2%;
  margin: auto;
  padding: 15vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-suenaga div.sec-suenaga-inner {
    width: 90%;
    max-width: 900px;
    padding: 130px 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-suenaga div.suenaga-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
section.sec-suenaga div.suenaga-box div.suenaga-logo {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-suenaga div.suenaga-box div.suenaga-logo {
    width: 41%;
    margin: 0;
  }
}
section.sec-suenaga div.suenaga-box h3 {
  text-align: center;
  font-size: 6.93vw;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  section.sec-suenaga div.suenaga-box h3 {
    text-align: left;
    width: 51%;
    font-size: 4vw;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-suenaga div.suenaga-box h3 {
    font-size: 40px;
  }
}
section.sec-suenaga div.logo-box {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-suenaga div.logo-box {
    margin-top: 75px;
  }
}
section.sec-suenaga div.logo-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #dadada;
  border-bottom: solid 1px #dadada;
  padding: 5vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-suenaga div.logo-box ul {
    padding: 30px 0;
  }
}
section.sec-suenaga div.logo-box ul li {
  position: relative;
  width: 50%;
}
@media screen and (min-width: 768px) {
  section.sec-suenaga div.logo-box ul li {
    width: 25%;
  }
}
section.sec-suenaga div.logo-box ul li a {
  display: block;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  section.sec-suenaga div.logo-box ul li a:hover {
    transform: scale(1.1);
  }
}
section.sec-suenaga div.logo-box ul li span.plus {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1em;
  height: 1em;
  pointer-events: none;
  transform: translate(-50%, 50%);
}
section.sec-suenaga div.logo-box ul li span.plus::after, section.sec-suenaga div.logo-box ul li span.plus::before {
  content: "";
  display: block;
  background: #dadada;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.sec-suenaga div.logo-box ul li span.plus::after {
  width: 100%;
  height: 1px;
}
section.sec-suenaga div.logo-box ul li span.plus::before {
  width: 1px;
  height: 100%;
}
section.sec-suenaga div.logo-box ul li span.plus.plus02 {
  left: auto;
  right: 0;
  transform: translate(50%, 50%);
}
@media screen and (min-width: 768px) {
  section.sec-suenaga div.logo-box ul li span.plus.smp-block {
    display: none;
  }
}
section.sec-suenaga a.top-base-btn {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  line-height: 1em;
  width: 55vw;
  margin: 10vw auto 0;
}
@media screen and (min-width: 768px) {
  section.sec-suenaga a.top-base-btn {
    width: 240px;
    margin: 80px auto 0;
  }
  section.sec-suenaga a.top-base-btn:hover .hover-box span {
    transform: translate(0, -1.15em);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-suenaga a.top-base-btn {
    width: 285px;
  }
}

a.top-recruit-link {
  display: block;
  background-color: var(--clred01);
  padding: 10vw 0;
}
@media screen and (min-width: 768px) {
  a.top-recruit-link {
    padding: 90px 0 130px;
    transition: all 0.3s;
    box-sizing: border-box;
    border-top: solid 4px var(--clred01);
    border-bottom: solid 4px var(--clred01);
  }
  a.top-recruit-link:hover {
    background: #fff;
  }
  a.top-recruit-link:hover .hover-box span {
    transform: translate(0, -1.02em);
  }
  a.top-recruit-link:hover div.top-recruit-link-inner p span {
    background-color: #000;
    color: #fff;
  }
  a.top-recruit-link:hover div.top-recruit-link-inner div.title-wrap h2 {
    color: var(--clred01);
  }
  a.top-recruit-link:hover div.top-recruit-link-inner div.title-wrap .arrow svg {
    stroke: var(--clred01);
  }
}
a.top-recruit-link div.top-recruit-link-inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  position: relative;
}
a.top-recruit-link div.top-recruit-link-inner p {
  text-align: center;
  font-size: 4vw;
  line-height: 1.2em;
  background-color: #fff;
  padding: 0.4em 0;
  margin-bottom: 1em;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  a.top-recruit-link div.top-recruit-link-inner p {
    background: none;
    position: absolute;
    text-align: left;
    top: -30px;
    right: 0;
    writing-mode: vertical-rl;
    font-size: 25px;
    height: 220px;
  }
}
a.top-recruit-link div.top-recruit-link-inner p span {
  box-sizing: border-box;
  font-weight: 500;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  a.top-recruit-link div.top-recruit-link-inner p span {
    padding: 0.3em 0.2em;
    display: inline-block;
    background-color: #fff;
    margin-left: 10px;
  }
}
a.top-recruit-link div.top-recruit-link-inner div.title-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  a.top-recruit-link div.top-recruit-link-inner div.title-wrap {
    width: 610px;
  }
}
a.top-recruit-link div.top-recruit-link-inner div.title-wrap h2 {
  color: #fff;
}
a.top-recruit-link div.top-recruit-link-inner div.title-wrap h2 span {
  display: block;
}
a.top-recruit-link div.top-recruit-link-inner div.title-wrap h2 span.en {
  font-family: "YakuHanJP", "Zalando Sans", sans-serif;
  line-height: 1.2em;
  font-size: 13.8vw;
}
@media screen and (min-width: 768px) {
  a.top-recruit-link div.top-recruit-link-inner div.title-wrap h2 span.en {
    font-size: 97px;
  }
}
a.top-recruit-link div.top-recruit-link-inner div.title-wrap h2 span.ja {
  line-height: 1.2em;
  font-weight: 500;
  font-size: 4.8vw;
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  a.top-recruit-link div.top-recruit-link-inner div.title-wrap h2 span.ja {
    font-size: 25px;
  }
}
a.top-recruit-link div.top-recruit-link-inner div.title-wrap .arrow {
  display: inline-block;
  margin-left: 0.2em;
  transform: translate(0, -0.2em);
  width: 2.4em;
}
@media screen and (min-width: 768px) {
  a.top-recruit-link div.top-recruit-link-inner div.title-wrap .arrow {
    width: 60px;
  }
}
a.top-recruit-link div.top-recruit-link-inner div.title-wrap .arrow svg {
  stroke: #fff;
  transition: all 0.3s;
}/*# sourceMappingURL=style.css.map */