@charset "UTF-8";
/* ============================================ */
/* function
/* ============================================ */
/* ===== fontサイズ ===== */
/* ============================================ */
/* mixin
/* ============================================ */
/* ===== mediaquery ===== */
/* ============================================ */
/* index
/* ============================================ */
/* ===== safari横スクロール対策 ===== */
html {
  overflow-x: hidden;
  overflow-x: clip;
}

/* ===== loading ===== */
#loading {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
#loading.is-hide {
  opacity: 0;
  visibility: hidden;
}
#loading .loading-logo img {
  width: 200px;
}

/* ===== contents-wrap ===== */
.contents-wrap {
  position: relative;
  background: var(--color-bg);
  padding: 180px 0 220px;
}

@media screen and (max-width: 768px) {
  .contents-wrap {
    padding: 100px 0 150px;
  }
}
/* ===== section共通 ===== */
.section {
  position: relative;
}
.section .section-title {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  line-height: 1;
}
.section .section-title .en,
.section .section-title .ja {
  display: block;
}
.section .section-title .en {
  font-size: 8.125rem;
  font-weight: 900;
  font-family: var(--fontfamily-en);
}
.section .section-title .ja {
  position: relative;
  font-weight: 500;
}
.section .section-title .ja.r-line {
  font-size: 1.3125rem;
  padding: 0 0 0 2em;
}
.section .section-title .ja.r-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 3.5em;
  aspect-ratio: 17/10;
  padding: 0 0 0 2em;
  background: url(../img/common/icon_r-line-reverse.svg) no-repeat center;
  background-size: contain;
}
.section .section-title .ja.line {
  font-size: 0.9375rem;
  border-left: solid 2px var(--color-primary);
  padding: 0 0 0 1em;
  margin: 0 0 0 1.5em;
}
.section .section-catch {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .section .section-title .en {
    font-size: 6.875rem;
  }
}
@media screen and (max-width: 768px) {
  .section .section-title .en {
    font-size: 4.5rem;
  }
  .section .section-title .ja.r-line {
    font-size: 1rem;
  }
  .section .section-catch {
    font-size: 2.25rem !important;
  }
}
@media screen and (max-width: 600px) {
  .section .section-title .en {
    font-size: 3.125rem;
  }
  .section .section-catch {
    font-size: 1.5rem !important;
  }
}
/* ===== top-view ===== */
#top-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.8s ease;
}
#top-view.is-show {
  opacity: 1;
}
#top-view.is-show .first .catch {
  transform: translate(0, 0);
  opacity: 1;
}
#top-view.is-show .first .catch .marker::before {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.6s;
}
#top-view .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  inset: 0;
}
#top-view .video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top-view .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #676767;
  mix-blend-mode: multiply;
  opacity: 0;
}
#top-view .map {
  position: absolute;
  left: 40%;
  top: 50%;
  width: 180%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  opacity: 0;
}
#top-view .map img {
  position: absolute;
  left: 46%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
#top-view .flag {
  position: absolute;
  left: 40%;
  top: 50%;
  width: 180%;
  height: 100%;
  opacity: 0;
}
#top-view .flag img {
  position: absolute;
  left: 46%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
#top-view .first {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100vw;
  height: 100svh;
  transition: opacity 0.5s ease-out;
}
#top-view .first.is-hidden {
  opacity: 0;
}
#top-view .first .catch {
  width: 85%;
  position: relative;
  white-space: nowrap;
  color: #fff;
  font-size: 4.3125rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto 1.3em;
  opacity: 0;
  transform: translate(-0.5em, 0);
  transition: 1s;
}
#top-view .first .catch .marker {
  color: #000;
  position: relative;
  display: inline-block;
  padding: 0 0.15em;
}
#top-view .first .catch .marker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  display: block;
  width: 100%;
  height: 80%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  opacity: 0;
  transform-origin: left center;
  transform: scaleX(0);
  transition: cubic-bezier(0.47, 0.01, 0.26, 0.97) 0.8s;
}
#top-view .first .catch .marker span {
  position: relative;
  z-index: 1;
}
#top-view .first .roll-text {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 9.0625rem;
  font-weight: 900;
  line-height: 0.9;
  color: #fff;
  opacity: 0.2;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
#top-view .first .roll-text .roll-line {
  display: flex;
}
#top-view .first .roll-text .roll-line .roll {
  display: grid;
  padding: 0 0.5em 0 0;
  animation: x-roll 15s linear infinite;
}
#top-view .first .scroll-down {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3em;
  right: 7.5%;
  bottom: 2.5em;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
#top-view .first .scroll-down::before {
  content: "scroll down";
}
#top-view .first .scroll-down .icon {
  width: 1em;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 2;
}

@keyframes x-roll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes x-roll-reverse {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1200px) {
  #top-view .first .catch {
    margin: 0 auto 100px;
  }
  #top-view .first .roll-text {
    bottom: 65px;
  }
  #top-view .first .scroll-down {
    bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  #top-view .first .catch {
    font-size: 3.4375rem;
  }
  #top-view .first .roll-text {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top-view .first .catch {
    font-size: 8vw;
    margin: 0 auto 180px;
  }
}
@media screen and (max-width: 600px) {
  #top-view .first .catch {
    color: #000;
    font-size: 10vw;
  }
  #top-view .first .scroll-down {
    right: 50%;
    transform: translate(50%, 0);
  }
}
/* ===== message ===== */
#message {
  margin: 100svh 0 0;
}
#message .section-title {
  margin: 0 0 30px;
}
#message .section-title .en {
  color: #b7b7b7;
  opacity: 0.4;
}
#message .section-title .ja {
  left: 10%;
  color: #fff;
}
#message .text {
  position: relative;
  color: #fff;
  width: 55%;
  min-width: 500px;
  margin: 0 0 0 auto;
  padding: 0 0 150px;
  font-weight: 500;
  z-index: 1;
}
#message .text p {
  line-height: 2.4;
}
#message .text p + p {
  margin: 2.5em 0 0;
}
#message .text .reveal-text {
  display: inline-block;
  margin: 0;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  will-change: background-position;
}
#message .base {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
}
#message .base img {
  height: 100%;
}
#message .map-base {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 80svw;
  height: 80svh;
  mix-blend-mode: multiply;
  will-change: transform;
  transform: translateZ(0);
  max-width: 1600px;
}
#message .map {
  position: relative;
  width: 80svw;
  height: 80svh;
  margin: 0 5% 0 auto;
  z-index: 1;
  max-width: 1600px;
  overflow: hidden;
}
#message .map .flag {
  position: absolute;
  left: 47.3%;
  bottom: 42%;
  width: 3%;
}
#message .map .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mask-image: url("../img/index/map_base.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
#message .map .mask .circle {
  position: absolute;
  left: 46%;
  top: 54.7%;
  width: 1.2%;
  aspect-ratio: 1/1;
  background: var(--color-primary);
  border-radius: 50%;
}
#message .over-red {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  z-index: 2;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #message .text {
    width: fit-content;
    min-width: auto;
    padding: 0 0 100px;
  }
  #message .text .reveal-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  #message .text .reveal-text {
    font-size: 0.8125rem;
  }
}
/* ===== our-mission ===== */
.our-mission {
  position: relative;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  background: var(--color-primary);
  text-align: center;
  z-index: 10;
}
.our-mission .mask {
  position: relative;
  width: 100%;
  aspect-ratio: 3.3/1;
  mask-image: url("../img/index/our-mission_line.svg");
  mask-repeat: no-repeat;
  mask-position: right bottom;
  mask-size: contain;
}
.our-mission .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .our-mission {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 600px) {
  .our-mission {
    font-size: 1rem;
  }
}
/* ===== company ===== */
#company {
  z-index: 1;
}
#company .section-title {
  position: relative;
  margin: 0 0 30px;
}
#company .section-title .en {
  color: #eaeaea;
}
#company .section-title .ja {
  left: 10%;
}
#company .section-catch {
  margin: 0 0 0.5em;
}
#company .flex-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 8%;
}
#company .img {
  width: 50%;
  aspect-ratio: 593/354;
  flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden;
}
#company .text {
  font-size: 1.125rem;
  font-weight: 500;
}
#company .btn {
  margin: 40px 0 0;
}

@media screen and (max-width: 1800px) {
  #company .img {
    border-radius: 0 15px 15px 0;
  }
}
@media screen and (max-width: 1024px) {
  #company .flex-wrap {
    flex-direction: column;
    gap: 30px;
    padding: 0 0 0 10vw;
  }
  #company .img {
    width: 100%;
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  #company .text {
    font-size: 1rem;
  }
}
/* ===== business ===== */
#business {
  padding: 160px 0 0;
  background: linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg) 40%, var(--color-bg-gray) 40%, var(--color-bg-gray) 100%);
}
#business::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(60% - 1px);
  display: block;
  width: 100%;
  aspect-ratio: 3000/1890;
  background: url(../img/index/business_bg.png) no-repeat center;
  background-size: contain;
}
#business .section-title {
  margin: 0 0 30px;
}
#business .section-title .en {
  text-align: right;
}
#business .section-title .ja {
  margin: 0 0 0 -2em;
}
#business .section-catch {
  margin: 0 0 1.2em;
}
#business .btn {
  margin: 40px 0 0;
}

/* アコーディオン */
.accordion .accordion-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 5%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 140px;
  border-top: solid 1px #707070;
}
.accordion .accordion-item:last-child {
  border-bottom: solid 1px #707070;
}
.accordion .accordion-item .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 40px;
  transform: translate(0, -50%);
  transition: 0.3s ease 0.5s;
}
.accordion .accordion-item .icon .circle {
  fill: var(--color-primary);
  transition: 0.3s ease-out;
}
.accordion .accordion-item .icon .cursor {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 3;
  transition: 0.3s ease-out;
}
.accordion .accordion-item .text {
  position: relative;
  font-size: 1rem;
}
.accordion .accordion-item .text p {
  display: none;
  padding: 50px 0 0;
}
.accordion .accordion-item .img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 360px;
  aspect-ratio: 333/200;
  border-radius: 15px;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
  opacity: 0;
}
.accordion .accordion-item .title {
  position: relative;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 80px 0 0;
}
.accordion .accordion-item .title .number {
  position: absolute;
  left: -120px;
  top: 50%;
  font-size: 4.75rem;
  font-weight: 900;
  line-height: 1;
  color: var(--color-primary);
  transform: translate(0, -50%);
}
.accordion .accordion-item.is-open .icon {
  visibility: hidden;
  opacity: 0;
  transition: none;
}
.accordion .accordion-item.is-open .text p {
  opacity: 1;
  visibility: visible;
}
.accordion .accordion-item.is-open .img {
  opacity: 1;
}
.accordion .accordion-item.is-open .img::before {
  animation: small-fadein 0.5s both 0.3s;
}
.accordion .accordion-item.is-open .title {
  padding: 0;
}

/* 画像指定 */
.accordion .accordion-item:nth-of-type(1) .img::before {
  background-image: url(../img/business/features01.jpg);
}
.accordion .accordion-item:nth-of-type(2) .img::before {
  background-image: url(../img/business/features02.jpg);
}
.accordion .accordion-item:nth-of-type(3) .img::before {
  background-image: url(../img/business/features03.jpg);
}
.accordion .accordion-item:nth-of-type(4) .img::before {
  background-image: url(../img/business/features04.jpg);
}

@media screen and (max-width: 1400px) {
  .accordion .accordion-item {
    padding-left: 120px;
  }
}
@media screen and (max-width: 1024px) {
  #business {
    background: linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg) 10%, var(--color-bg-gray) 10%, var(--color-bg-gray) 100%);
  }
  #business::before {
    bottom: calc(90% - 1px);
  }
  .accordion .accordion-item {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #business {
    padding: 100px 0 0;
  }
  .accordion .accordion-item {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 60px;
  }
  .accordion .accordion-item .title {
    font-size: 1.125rem;
    padding: 0 45px 0 0;
  }
  .accordion .accordion-item .title .number {
    left: -60px;
    font-size: 2.25rem;
  }
  .accordion .accordion-item .icon {
    width: 32px;
    right: 0;
  }
  .accordion .accordion-item .text {
    font-size: 0.9375rem;
  }
  .accordion .accordion-item .text p {
    padding: 30px 0 0;
  }
}
/* ===== works ===== */
#works {
  padding: 160px 0 0;
  background: var(--color-bg-gray);
}
#works .section-title {
  flex-direction: row;
  align-items: baseline;
  gap: 1.5em;
}
#works .img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 720px;
  overflow: hidden;
  background: #f4f4f4;
}
#works .img .roll-container {
  position: absolute;
  display: flex;
  gap: 1%;
  width: 100%;
  height: 100%;
}
#works .img .roll-line {
  width: 25%;
  height: 100%;
}
#works .img .roll-line .roll {
  display: grid;
  animation: y-roll 30s linear infinite;
  gap: 15px;
  padding: 0 0 15px;
}
#works .img .roll-line .roll .img-item {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 417/272;
  border-radius: 15px;
  background: #ccc;
  overflow: hidden;
}
#works .img .roll-line .roll .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#works .img .roll-line:nth-child(even) .roll {
  animation: y-roll-reverse 30s linear infinite;
}
#works .link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  max-width: 580px;
  height: 380px;
  border-radius: 15px;
  overflow: hidden;
}
#works .link > * {
  position: relative;
  z-index: 2;
}
#works .link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #676767;
  mix-blend-mode: multiply;
  z-index: 1;
}
#works .link .section-catch {
  position: relative;
  font-size: 2.875rem;
  line-height: 1.6;
  margin: 0 0 1em;
  color: #fff;
}

@keyframes y-roll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes y-roll-reverse {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1800px) {
  #works .img .roll-container {
    width: 120%;
  }
}
@media screen and (max-width: 768px) {
  #works {
    padding: 100px 0 0;
  }
  #works .img {
    height: 500px;
  }
  #works .img .roll-line .roll {
    gap: 10px;
    padding: 0 0 10px;
  }
  #works .link {
    max-width: 400px;
    height: 280px;
  }
}
@media screen and (max-width: 600px) {
  #works .section-title {
    flex-direction: column;
    align-items: baseline;
    gap: 0;
    margin: 0 0 20px;
  }
  #works .img {
    height: 340px;
  }
  #works .img .roll-container {
    width: 150%;
  }
  #works .img .roll-line .roll {
    gap: 5px;
    padding: 0 0 5px;
  }
  #works .link {
    max-width: 400px;
    height: 220px;
  }
}
/* ===== voice ===== */
#voices {
  padding: 190px 0 0;
  background: var(--color-bg-gray);
  /* 画像設定 */
}
#voices::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  aspect-ratio: 3000/1890;
  background: url(../img/index/voice_bg.png) no-repeat center;
  background-size: contain;
}
#voices .section-title {
  flex-direction: row;
  align-items: baseline;
  gap: 1.5em;
  margin: 0 0 70px;
}
#voices .flex-wrap {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
#voices .section-catch {
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  line-height: 2;
}
#voices .voices-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}
#voices .voices-list .voices-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#voices .voices-list .voices-item .img {
  width: 55%;
  aspect-ratio: 446/311;
  border-radius: 15px;
  background: #ccc;
}
#voices .voices-list .voices-item .text {
  width: 40%;
}
#voices .voices-list .voices-item .number {
  font-family: var(--fontfamily-en);
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 1;
  color: var(--color-primary);
}
#voices .voices-list .voices-item .name {
  font-size: 1rem;
  font-weight: 500;
  margin: 1em 0;
}
#voices .voices-list .voices-item .btn {
  margin: 30px 0 0;
}
#voices .sup01 .img::before {
  background-image: url(../img/voices/sup01/index.jpg);
}
#voices .sup02 .img::before {
  background-image: url(../img/voices/sup02/index.jpg);
}
#voices .sup03 .img::before {
  background-image: url(../img/voices/sup03/index.jpg);
}

@media screen and (max-width: 1200px) {
  #voices .flex-wrap {
    flex-direction: column;
    gap: 40px;
  }
  #voices .section-title {
    margin: 0 0 30px;
  }
  #voices .section-catch {
    writing-mode: horizontal-tb;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  #voices .section-title {
    flex-direction: column;
    align-items: baseline;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  #voices {
    padding: 100px 0 0;
  }
  #voices .voices-list {
    gap: 50px;
  }
  #voices .voices-list .voices-item .img {
    aspect-ratio: 446/380;
  }
  #voices .voices-list .voices-item .number {
    font-size: 2.25rem;
  }
  #voices .voices-list .voices-item .name {
    font-size: 0.9375rem;
    margin: 0.5em 0;
  }
  #voices .voices-list .voices-item .btn {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 600px) {
  #voices .voices-list .voices-item a {
    flex-direction: column;
    gap: 20px;
  }
  #voices .voices-list .voices-item .img {
    width: 100%;
    aspect-ratio: 446/311;
  }
  #voices .voices-list .voices-item .text {
    width: 100%;
  }
  #voices .voices-list .voices-item .number {
    font-size: 2.25rem;
  }
  #voices .voices-list .voices-item .name {
    font-size: 0.9375rem;
    margin: 0.5em 0;
  }
  #voices .voices-list .voices-item .btn {
    margin: 20px 0 0;
  }
}
/* ===== supplier/recruit ===== */
#supplier-recruit {
  margin: 270px 0 0;
}
#supplier-recruit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  display: block;
  width: 30%;
  aspect-ratio: 475.2/257.3;
  background: url(../img/index/supplier-recruit-bg.svg) no-repeat left center;
  background-size: contain;
}
#supplier-recruit .flex-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10%;
}
#supplier-recruit .section-title {
  flex-direction: row;
  align-items: center;
  margin: 0 0 20px;
}
#supplier-recruit .section-title .en {
  font-size: 1.8125rem;
  color: var(--color-primary);
}
#supplier-recruit .supplier,
#supplier-recruit .recruit {
  width: 100%;
}
#supplier-recruit .supplier .link,
#supplier-recruit .recruit .link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 325/162;
  padding: 0 5% 5% 0;
  border-radius: 15px;
}
#supplier-recruit .supplier .section-title {
  padding: 0 0 0 10%;
}
#supplier-recruit .supplier .link::before {
  background-image: url(../img/supplier/index.jpg);
}
#supplier-recruit .recruit .section-title {
  padding: 0 0 0 40px;
}
#supplier-recruit .recruit .link::before {
  background-image: url(../img/recruit/index.jpg);
}

@media screen and (max-width: 1800px) {
  #supplier-recruit .supplier .link {
    border-radius: 0 15px 15px 0;
  }
  #supplier-recruit .recruit .link {
    border-radius: 15px 0 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  #supplier-recruit .flex-wrap {
    gap: 5%;
  }
}
@media screen and (max-width: 768px) {
  #supplier-recruit {
    margin: 100px 0 0;
  }
  #supplier-recruit .flex-wrap {
    flex-direction: column;
    gap: 30px;
    width: 80%;
  }
  #supplier-recruit .section-title {
    margin: 0 0 15px;
  }
  #supplier-recruit .supplier .link,
#supplier-recruit .recruit .link {
    border-radius: 15px;
  }
  #supplier-recruit .supplier .section-title,
#supplier-recruit .recruit .section-title {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  #supplier-recruit .supplier .link,
#supplier-recruit .recruit .link {
    aspect-ratio: 325/200;
  }
}
/* ===== news ===== */
#news {
  margin: 180px 0 0;
}
#news .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#news .section-title {
  flex-direction: row;
  align-items: flex-start;
  margin: 0 0 20px;
}
#news .section-title .en {
  font-size: 5.0625rem;
  color: var(--color-primary);
}
#news .section-title .ja {
  top: 1.5em;
}
#news .news-list {
  width: 80%;
}
#news .news-list .news-item {
  border-top: solid 1px #707070;
  line-height: 1.5;
  display: flex;
  align-items: baseline;
  gap: 75px;
  padding: 2em 7.5%;
}
#news .news-list .news-item:last-child {
  border-bottom: solid 1px #707070;
}
#news .news-list .news-item .news-date {
  font-family: var(--fontfamily-en);
  font-weight: 700;
  font-size: 1rem;
  white-space: nowrap;
}
#news .news-list .news-item .news-title {
  font-size: 0.875rem;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  #news .news-list {
    width: 100%;
  }
  #news .news-list .news-item {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #news {
    margin: 100px 0 0;
  }
  #news .section-title .en {
    font-size: 3.125rem;
  }
  #news .section-title .ja {
    top: 1em;
  }
}
@media screen and (max-width: 600px) {
  #news .section-title .en {
    font-size: 2.625rem;
  }
  #news .section-title .ja {
    top: 0.8em;
  }
  #news .news-list .news-item {
    flex-direction: column;
    gap: 10px;
  }
}

/*# sourceMappingURL=index.css.map */
