*,
*::before,
*::after {
  box-sizing: border-box;
}
@media only screen and (max-width: 52em) {
  *,
  *::before,
  *::after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  font-size: 1rem;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  line-break: strict;
}

*:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

figure,
img,
picture,
svg {
  display: block;
}

img,
picture,
svg {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 52em) {
  img,
  picture,
  svg {
    width: 100%;
  }
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

select {
  background: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-value {
  color: inherit;
  background: transparent;
}
select::-ms-expand {
  display: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 0;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  background: transparent;
  font: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

html {
  font-weight: 500;
  font-family: "M PLUS 1", sans-serif;
  color: #333;
}

@media only screen and (max-width: 52em) {
  .pc-only {
    display: none !important;
  }
}

@media only screen and (min-width: 52.0625em) {
  .sp-only {
    display: none !important;
  }
}

.new-toppage {
  overflow: hidden;
}

.top-kv {
  margin-top: min(96px, 96 / 1440 * var(--inner-width) * 1px);
  position: relative;
  height: 100vh;
  height: 100dvh;
  margin-bottom: calc(100 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (min-width: 52.0625em) {
  .top-kv {
    min-height: min(704px, 704 / 1440 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 52em) {
  .top-kv {
    margin-top: calc(64 / 400 * var(--inner-width) * 1px);
    margin-bottom: 0;
  }
}
.top-kv .kv-inner {
  margin: 0 auto;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (min-width: 52.0625em) {
  .top-kv .kv-inner {
    align-items: flex-start;
    padding-top: calc(114 / 1440 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 52em) {
  .top-kv .kv-inner {
    align-items: flex-start;
    padding-top: calc(40 / 400 * var(--inner-width) * 1px);
    flex-direction: column;
  }
}
.top-kv .text-scroll {
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: min(40px, 40 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .top-kv .text-scroll {
    top: 0;
  }
}
.top-kv .back-text {
  font-size: min(176px, 176 / 1440 * var(--inner-width) * 1px);
  font-weight: 700;
  line-height: 1;
  color: #e0f4e7;
  white-space: nowrap;
  display: inline-flex;
  animation: textLoop 40s linear infinite;
}
@media only screen and (max-width: 52em) {
  .top-kv .back-text {
    font-size: calc(104 / 400 * var(--inner-width) * 1px);
  }
}
.top-kv .back-text span {
  margin-right: min(40px, 40 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .top-kv .back-text span {
    margin-right: calc(40 / 400 * var(--inner-width) * 1px);
  }
}
@keyframes textLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.top-kv .loading-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 3;
  height: calc(360 / 1440 * var(--inner-width) * 1px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0 auto;
  transition: 2s ease;
}
@media only screen and (max-width: 52em) {
  .top-kv .loading-title {
    width: calc(217 / 400 * var(--inner-width) * 1px);
    height: calc(240 / 400 * var(--inner-width) * 1px);
  }
}
.top-kv .kv-title {
  width: calc(325 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .top-kv .kv-title {
    width: calc(217 / 400 * var(--inner-width) * 1px);
  }
}
.top-kv .kv-title img {
  width: 100%;
  height: auto;
}
.top-kv .kv-text {
  font-size: calc(20 / 1440 * var(--inner-width) * 1px);
  font-weight: 700;
  line-height: 1.8;
  margin-top: calc(346 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .top-kv .kv-text {
    font-size: calc(12 / 400 * var(--inner-width) * 1px);
    margin-top: calc(150 / 400 * var(--inner-width) * 1px);
    margin-left: auto;
    text-align: right;
  }
}
@media only screen and (min-width: 52.0625em) {
  .top-kv .kv-images {
    width: calc(915 / 1440 * var(--inner-width) * 1px);
    position: absolute;
    top: calc(65 / 1440 * var(--inner-width) * 1px);
    right: calc(-100 / 1440 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 52em) {
  .top-kv .kv-images {
    position: relative;
    width: calc(400 / 400 * var(--inner-width) * 1px);
    margin: calc(48 / 400 * var(--inner-width) * 1px) auto 0;
    left: calc(-20 / 400 * var(--inner-width) * 1px);
  }
}
.top-kv .kv-images img {
  width: 100%;
  height: auto;
}
.top-kv .kv-images .kv-1 {
  transform: translateY(20px);
}
.top-kv .kv-images .kv-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1.8s ease 2s;
  transition-delay: 2s;
}
.top-kv .kv-images .kv-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: transform 0.5s ease-out 7.5s, opacity 0.4s ease 7.5s;
  transition-delay: 3.5s;
  transform: translateY(-30px);
}
.top-kv .kv-images .kv-4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition-delay: 4s;
  transform: translateY(20px);
  animation: float 3.5s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.top-kv .kv-text,
.top-kv .kv-images img,
.top-kv .text-scroll {
  opacity: 0;
  transition: 4s ease;
}
.top-kv .c-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media only screen and (min-width: 52.0625em) {
  .top-kv .c-inner {
    width: calc(1200 / 1440 * var(--inner-width) * 1px);
    height: calc(472 / 1440 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 52em) {
  .top-kv .c-inner {
    height: auto;
  }
}
.top-kv.is-start .loading-title {
  left: 0;
  transform: translateX(0);
}
.top-kv.is-start .kv-text,
.top-kv.is-start .kv-images img,
.top-kv.is-start .text-scroll {
  opacity: 1;
}
.top-kv.is-start .kv-1,
.top-kv.is-start .kv-3,
.top-kv.is-start .kv-4 {
  transform: translateY(0);
}

.top-intro {
  margin-bottom: min(120px, 120 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .top-intro {
    margin-bottom: calc(120 / 400 * var(--inner-width) * 1px);
    padding-top: calc(40 / 400 * var(--inner-width) * 1px);
  }
}
.top-intro .top-intro__title {
  font-size: min(32px, 32 / 1440 * var(--inner-width) * 1px);
  font-weight: 700;
  margin-bottom: min(40px, 40 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .top-intro .top-intro__title {
    font-size: calc(24 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(32 / 400 * var(--inner-width) * 1px);
  }
}
.top-intro .text-g {
  color: #00a03f;
}
.top-intro .text-r {
  color: #ec091e;
}
.top-intro .top-intro__text {
  font-size: min(18px, 18 / 1440 * var(--inner-width) * 1px);
  font-weight: 400;
}
@media only screen and (max-width: 52em) {
  .top-intro .top-intro__text {
    font-size: calc(18 / 400 * var(--inner-width) * 1px);
  }
}
.top-intro .top-intro__text + .top-intro__text {
  margin-top: min(24px, 24 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .top-intro .top-intro__text + .top-intro__text {
    margin-top: calc(24 / 400 * var(--inner-width) * 1px);
  }
}
.top-intro .line01 {
  width: min(840px, 840 / 1440 * var(--inner-width) * 1px);
  position: absolute;
  bottom: max(-120px, -120 / 1440 * var(--inner-width) * 1px);
  right: max(-600px, -600 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .top-intro .line01 {
    display: none;
  }
}

.top-gallery {
  margin-bottom: min(136px, 136 / 1440 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 52em) {
  .top-gallery::before {
    display: block;
    content: "";
    background: url(../img/top/line01-sp.png) no-repeat center center/contain;
    width: calc(114 / 400 * var(--inner-width) * 1px);
    height: calc(120 / 400 * var(--inner-width) * 1px);
    position: absolute;
    right: 0;
    top: calc(-120 / 400 * var(--inner-width) * 1px);
  }
  .top-gallery::after {
    display: block;
    content: "";
    background: url(../img/top/line01-2-sp.png) no-repeat center center/contain;
    width: calc(114 / 400 * var(--inner-width) * 1px);
    height: calc(120 / 400 * var(--inner-width) * 1px);
    position: absolute;
    right: 0;
    bottom: calc(-120 / 400 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 52em) {
  .top-gallery {
    margin-bottom: calc(160 / 400 * var(--inner-width) * 1px);
  }
}
.top-gallery .top-gallery__inner {
  border-top: 1px solid #00a03f;
  border-bottom: 1px solid #00a03f;
  padding: min(40px, 40 / 1440 * var(--inner-width) * 1px) 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 52em) {
  .top-gallery .top-gallery__inner {
    padding: calc(20 / 400 * var(--inner-width) * 1px) 0;
  }
}
.top-gallery .top-gallery__inner .car-1 {
  width: min(137px, 137 / 1440 * var(--inner-width) * 1px);
  height: min(64px, 64 / 1440 * var(--inner-width) * 1px);
  position: absolute;
  bottom: 0;
  right: max(-200px, -200 / 1440 * var(--inner-width) * 1px);
  animation: carMove 22s linear infinite;
  animation-delay: 0s;
}
@media only screen and (max-width: 52em) {
  .top-gallery .top-gallery__inner .car-1 {
    width: calc(70 / 400 * var(--inner-width) * 1px);
    height: calc(33 / 400 * var(--inner-width) * 1px);
  }
}
.top-gallery .top-gallery__inner .car-2 {
  width: min(132px, 132 / 1440 * var(--inner-width) * 1px);
  height: min(64px, 64 / 1440 * var(--inner-width) * 1px);
  position: absolute;
  bottom: 0;
  right: max(-200px, -200 / 1440 * var(--inner-width) * 1px);
  animation: carMove 22s linear infinite;
  animation-delay: 11s;
}
@media only screen and (max-width: 52em) {
  .top-gallery .top-gallery__inner .car-2 {
    width: calc(70 / 400 * var(--inner-width) * 1px);
    height: calc(33 / 400 * var(--inner-width) * 1px);
  }
}
@keyframes carMove {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-120vw);
  }
  100% {
    transform: translateX(-120vw);
  }
}
.top-gallery .gallery-line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 200%;
  gap: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  animation: scrollRight 60s linear infinite;
}
@media only screen and (max-width: 52em) {
  .top-gallery .gallery-line {
    gap: calc(20 / 400 * var(--inner-width) * 1px);
  }
}
.top-gallery .gallery-line img {
  width: min(280px, 280 / 1440 * var(--inner-width) * 1px);
  border-radius: min(56px, 56 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .top-gallery .gallery-line img {
    width: calc(142 / 400 * var(--inner-width) * 1px);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.top-gallery .line01-2 {
  width: min(840px, 840 / 1440 * var(--inner-width) * 1px);
  height: min(176px, 176 / 1440 * var(--inner-width) * 1px);
  position: absolute;
  bottom: max(-176px, -176 / 1440 * var(--inner-width) * 1px);
  left: calc(50% + min(360px, 360 / 1440 * var(--inner-width) * 1px));
}
@media only screen and (max-width: 52em) {
  .top-gallery .line01-2 {
    display: none;
  }
}

.top-about .top-about__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 52em) {
  .top-about .top-about__block {
    flex-direction: column;
    gap: calc(40 / 400 * var(--inner-width) * 1px);
  }
}
.top-about .top-about__block + .top-about__block {
  margin-top: min(80px, 80 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .top-about .top-about__block + .top-about__block {
    margin-top: calc(64 / 400 * var(--inner-width) * 1px);
    flex-direction: column-reverse;
  }
}
.top-about .about-img {
  width: min(592px, 592 / 1440 * var(--inner-width) * 1px);
  border-radius: min(56px, 56 / 1440 * var(--inner-width) * 1px);
  overflow: hidden;
}
@media only screen and (max-width: 52em) {
  .top-about .about-img {
    width: calc(360 / 400 * var(--inner-width) * 1px);
    height: calc(244 / 400 * var(--inner-width) * 1px);
    border-radius: calc(28 / 400 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 52em) {
  .top-about .about-img {
    width: 100%;
    border-radius: calc(28 / 400 * var(--inner-width) * 1px);
  }
}
.top-about .about-img img {
  transform: scale(1.1);
  transition: transform 1.2s ease;
}
.top-about .about-img.is-show img {
  transform: scale(1);
}
.top-about .top-about__body {
  width: min(544px, 544 / 1440 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 52em) {
  .top-about .top-about__body {
    width: calc(360 / 400 * var(--inner-width) * 1px);
  }
}
.top-about .top-about__body.about01::after {
  display: block;
  content: "";
  background: url(../img/top/about-ornament1.svg) no-repeat center center/contain;
  width: min(160px, 160 / 1440 * var(--inner-width) * 1px);
  height: min(160px, 160 / 1440 * var(--inner-width) * 1px);
  position: absolute;
  bottom: max(-90px, -90 / 1440 * var(--inner-width) * 1px);
  right: 0;
}
@media only screen and (max-width: 52em) {
  .top-about .top-about__body.about01::after {
    width: calc(160 / 400 * var(--inner-width) * 1px);
    height: calc(160 / 400 * var(--inner-width) * 1px);
    bottom: calc(-88 / 400 * var(--inner-width) * 1px);
    right: calc(-20 / 400 * var(--inner-width) * 1px);
  }
}
.top-about .top-about__body.about02::after {
  display: block;
  content: "";
  background: url(../img/top/about-ornament2.svg) no-repeat center center/contain;
  width: min(184px, 184 / 1440 * var(--inner-width) * 1px);
  height: min(120px, 120 / 1440 * var(--inner-width) * 1px);
  position: absolute;
  bottom: max(-75px, -75 / 1440 * var(--inner-width) * 1px);
  left: 0;
}
@media only screen and (max-width: 52em) {
  .top-about .top-about__body.about02::after {
    width: calc(184 / 400 * var(--inner-width) * 1px);
    height: calc(120 / 400 * var(--inner-width) * 1px);
    right: calc(-28 / 400 * var(--inner-width) * 1px);
    left: unset;
    bottom: calc(-128 / 400 * var(--inner-width) * 1px);
  }
}
@media only screen and (min-width: 52.0625em) {
  .top-about .top-about__body.about02 .more-link {
    margin-left: auto;
  }
}
.top-about .top-about__label {
  font-size: min(20px, 20 / 1440 * var(--inner-width) * 1px);
  color: #fff;
  font-weight: 700;
  background: #00a03f;
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  display: inline-block;
  padding: min(4px, 4 / 1440 * var(--inner-width) * 1px) min(16px, 16 / 1440 * var(--inner-width) * 1px);
  margin-bottom: min(8px, 8 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .top-about .top-about__label {
    font-size: calc(20 / 400 * var(--inner-width) * 1px);
    border-radius: calc(8 / 400 * var(--inner-width) * 1px);
    padding: calc(4 / 400 * var(--inner-width) * 1px) calc(16 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(20 / 400 * var(--inner-width) * 1px);
  }
}
.top-about .top-about__title {
  font-size: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  font-weight: 700;
  margin-bottom: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  overflow: hidden;
}
@media only screen and (max-width: 52em) {
  .top-about .top-about__title {
    font-size: calc(32 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(16 / 400 * var(--inner-width) * 1px);
  }
}
.top-about .top-about__text {
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  font-weight: 400;
  line-height: 2;
  margin-bottom: min(40px, 40 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .top-about .top-about__text {
    font-size: calc(16 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(40 / 400 * var(--inner-width) * 1px);
  }
}

.js-split span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  transition: 0.6s;
}
.js-split span.is-show {
  transform: translateY(0);
  opacity: 1;
}

.section-title {
  font-size: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: min(20px, 20 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .section-title {
    font-size: calc(32 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(16 / 400 * var(--inner-width) * 1px);
  }
}
.section-title small {
  color: #00a03f;
  font-size: min(20px, 20 / 1440 * var(--inner-width) * 1px);
  font-weight: 700;
}
@media only screen and (max-width: 52em) {
  .section-title small {
    font-size: calc(20 / 400 * var(--inner-width) * 1px);
  }
}
.section-title strong {
  font-weight: 700;
}

.top-job {
  margin-top: min(120px, 120 / 1440 * var(--inner-width) * 1px);
  margin-bottom: min(136px, 136 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .top-job {
    margin-top: calc(168 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(60 / 400 * var(--inner-width) * 1px);
  }
}
.top-job .lead {
  text-align: center;
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  font-weight: 400;
  line-height: 2;
  margin-bottom: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 52em) {
  .top-job .lead {
    font-size: calc(16 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(40 / 400 * var(--inner-width) * 1px);
    padding: 0 calc(20 / 400 * var(--inner-width) * 1px);
    text-align: left;
  }
}
.top-job .top-jobs__person {
  margin-top: min(64px, 64 / 1440 * var(--inner-width) * 1px);
  padding-bottom: min(65px, 65 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (min-width: 52.0625em) {
  .top-job .top-jobs__person {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
@media only screen and (max-width: 52em) {
  .top-job .top-jobs__person {
    margin-top: calc(64 / 400 * var(--inner-width) * 1px);
    padding-bottom: calc(104 / 400 * var(--inner-width) * 1px);
  }
}
.top-job .top-jobs__person {
  position: relative;
}
.top-job .top-jobs__person::before {
  display: block;
  content: "";
  width: min(1200px, 1200 / 1440 * var(--inner-width) * 1px);
  height: min(378px, 378 / 1440 * var(--inner-width) * 1px);
  border-radius: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  background: #e0f4e7;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 52em) {
  .top-job .top-jobs__person::before {
    width: 100%;
    height: calc(418 / 400 * var(--inner-width) * 1px);
    border-radius: 0;
  }
}
@media only screen and (min-width: 52.0625em) {
  .top-job .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(34px, 34 / 1440 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 52em) {
  .top-job .swiper-wrapper {
    justify-content: flex-start;
    margin: auto;
  }
}
@media only screen and (min-width: 52.0625em) {
  .top-job .swiper-slide {
    width: min(224px, 224 / 1440 * var(--inner-width) * 1px) !important;
  }
}
@media only screen and (max-width: 52em) {
  .top-job .swiper-slide {
    width: calc(224 / 400 * var(--inner-width) * 1px) !important;
  }
}
.top-job .top-person__link {
  width: min(224px, 224 / 1440 * var(--inner-width) * 1px);
  display: block;
}
@media only screen and (max-width: 52em) {
  .top-job .top-person__link {
    width: calc(224 / 400 * var(--inner-width) * 1px);
  }
}
.top-job .top-person__link:hover .more-arrow {
  background: #ec091e;
}
.top-job .top-person__link:hover .more-arrow .arrow.arrow-1 {
  color: #fff;
  transform: translateX(200%);
}
.top-job .top-person__link:hover .more-arrow .arrow.arrow-2 {
  color: #fff;
  transform: translateX(0);
}
.top-job .person-thumbnail {
  width: 100%;
  height: min(320px, 320 / 1440 * var(--inner-width) * 1px);
  border-radius: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 52em) {
  .top-job .person-thumbnail {
    height: calc(320 / 400 * var(--inner-width) * 1px);
    border-radius: calc(24 / 400 * var(--inner-width) * 1px);
  }
}
.top-job .person-thumbnail .more-arrow {
  position: absolute;
  bottom: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  right: min(8px, 8 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .top-job .person-thumbnail .more-arrow {
    bottom: calc(8 / 400 * var(--inner-width) * 1px);
    right: calc(8 / 400 * var(--inner-width) * 1px);
  }
}
.top-job .person-name {
  text-align: center;
  font-size: min(20px, 20 / 1440 * var(--inner-width) * 1px);
  font-weight: 700;
  margin-top: min(24px, 24 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .top-job .person-name {
    font-size: calc(20 / 400 * var(--inner-width) * 1px);
    margin-top: calc(24 / 400 * var(--inner-width) * 1px);
  }
}
.top-job .person-dept {
  text-align: center;
  font-size: min(14px, 14 / 1440 * var(--inner-width) * 1px);
  font-weight: 400;
}
@media only screen and (max-width: 52em) {
  .top-job .person-dept {
    font-size: calc(14 / 400 * var(--inner-width) * 1px);
  }
}
.top-job .top-person__wrap {
  position: relative;
  width: 100%;
}
.top-job .top-person__wrap .line02 {
  width: min(840px, 840 / 1440 * var(--inner-width) * 1px);
  height: min(434px, 434 / 1440 * var(--inner-width) * 1px);
  display: block;
  max-width: unset;
  position: absolute;
  top: max(-353px, -353 / 1440 * var(--inner-width) * 1px);
  right: calc(50% + min(367px, 367 / 1440 * var(--inner-width) * 1px));
}
.top-job .top-person__wrap .line02 path {
  vector-effect: non-scaling-stroke;
}
@media only screen and (max-width: 52em) {
  .top-job .top-person__wrap .line02 {
    display: none;
  }
}
.top-job .top-person__wrap .line03 {
  width: min(80px, 80 / 1440 * var(--inner-width) * 1px);
  height: min(136px, 136 / 1440 * var(--inner-width) * 1px);
  position: absolute;
  bottom: max(-136px, -136 / 1440 * var(--inner-width) * 1px);
  left: calc(50% + min(365px, 365 / 1440 * var(--inner-width) * 1px));
}
@media only screen and (max-width: 52em) {
  .top-job .top-person__wrap .line03 {
    width: calc(40 / 400 * var(--inner-width) * 1px);
    height: calc(80 / 400 * var(--inner-width) * 1px);
    bottom: calc(-70 / 400 * var(--inner-width) * 1px);
    left: unset;
    right: calc(93 / 400 * var(--inner-width) * 1px);
  }
}
@media only screen and (min-width: 52.0625em) {
  .top-job .swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 52em) {
  .top-job .swiper-button-prev {
    background: url(../img/top/arrow-prev.png) no-repeat center center/contain;
    width: calc(40 / 400 * var(--inner-width) * 1px);
    height: calc(40 / 400 * var(--inner-width) * 1px);
    bottom: calc(40 / 400 * var(--inner-width) * 1px);
    top: unset;
    left: calc(114 / 400 * var(--inner-width) * 1px);
    right: unset;
  }
}
.top-job .swiper-button-prev::after {
  display: none;
}
@media only screen and (min-width: 52.0625em) {
  .top-job .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 52em) {
  .top-job .swiper-button-next {
    background: url(../img/top/arrow-next.png) no-repeat center center/contain;
    width: calc(40 / 400 * var(--inner-width) * 1px);
    height: calc(40 / 400 * var(--inner-width) * 1px);
    bottom: calc(40 / 400 * var(--inner-width) * 1px);
    top: unset;
    right: calc(114 / 400 * var(--inner-width) * 1px);
    left: unset;
  }
}
.top-job .swiper-button-next::after {
  display: none;
}

.top-workplace {
  background: url(../img/top/work-bg.jpg) no-repeat center center/cover;
  padding: min(40px, 40 / 1440 * var(--inner-width) * 1px) 0;
  position: relative;
}
@media only screen and (max-width: 52em) {
  .top-workplace {
    background: url(../img/top/work-bg-sp.jpg) no-repeat center center/cover;
    padding: calc(138 / 400 * var(--inner-width) * 1px) calc(20 / 400 * var(--inner-width) * 1px) calc(64 / 400 * var(--inner-width) * 1px);
  }
}
.top-workplace .top-workplace__body {
  width: min(592px, 592 / 1440 * var(--inner-width) * 1px);
  background: #fff;
  border-radius: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  padding: min(56px, 56 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .top-workplace .top-workplace__body {
    width: 100%;
    border-radius: calc(20 / 400 * var(--inner-width) * 1px);
    padding: calc(40 / 400 * var(--inner-width) * 1px);
  }
}
.top-workplace .section-title {
  align-items: flex-start;
}
.top-workplace .lead {
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  font-weight: 400;
  margin-bottom: min(40px, 40 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .top-workplace .lead {
    font-size: calc(16 / 400 * var(--inner-width) * 1px);
    line-height: 2;
    margin-bottom: calc(24 / 400 * var(--inner-width) * 1px);
  }
}
.top-workplace .car-3 {
  width: min(132px, 132 / 1440 * var(--inner-width) * 1px);
  position: absolute;
  bottom: 0;
  right: max(-200px, -200 / 1440 * var(--inner-width) * 1px);
  animation: carMove2 16s linear infinite;
}
@media only screen and (max-width: 52em) {
  .top-workplace .car-3 {
    width: calc(66 / 400 * var(--inner-width) * 1px);
    animation: carMove2 12s linear infinite;
  }
}
@keyframes carMove2 {
  0% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(-120vw);
  }
  100% {
    transform: translateX(-120vw);
  }
}/*# sourceMappingURL=top.css.map */