@charset "UTF-8";
/* Auto-generated index.scss for layout */
/* Auto-generated index.scss for global */
:root {
  --main-black: #323337;
  --sub-black: #CCCCCC;
  --bg-black: #333333;
  --main-orange: #FDFAF5;
  --main-white: #ffffff;
  --sub-color: #F6F8FB;
  --accent-color: #E84B14;
  --bg-accent-color: #C80D2F;
  --link-color: #0075FF;
  --bg-main: var(--main-white);
  --bg-dark: var(--bg-black);
  --bg-sub: var(--sub-color);
  --bg-accent: var(--bg-accent-color);
  --text-main: var(--main-black);
  --text-sub: var(--sub-black);
  --text-accent: var(--accent-color);
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Ubuntu", sans-serif;
  --font-en2: "Nothing You Could Do", cursive;
  --font-en3: "din-2014", sans-serif;
  --font-material: "Material Icons Round";
  --font-normal: 400;
  --font-medium: 500;
  --font-bold: 700;
  --container: calc(1920px + (var(--container-side) * 2));
  --container-side: 4.8611111111%;
  --container-xl: 100rem;
  --container-l: 71.25rem;
  --container-m: 53.75rem;
  --container-s: 46.125rem;
  --container-ss: 39.5rem;
  --headerHeight: 80px;
}

@media screen and (max-width: 80em) {
  :root {
    --container-side: 6.3888888889%;
  }
}
@media screen and (max-width: 35em) {
  :root {
    --headerHeight: 60px;
  }
}
html {
  box-sizing: border-box;
  font-size: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body {
  background-color: var(--bg-main);
  color: var(--text-main);
  font-family: var(--font-jp);
  font-size: 1rem;
  font-style: normal;
  font-weight: var(--font-medium);
  letter-spacing: 0.05em;
  line-height: 2;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.is-checked {
  overflow: hidden;
}

.site-content {
  flex: 1;
}

section {
  position: relative;
  width: 100%;
}

a {
  color: var(--main-color);
  text-decoration: none;
  transition: all 0.3s;
}
a:hover,a:active {
  transition: 0.3s ease;
}

img {
  border: none;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
}

hr {
  padding: 50px 0;
}
button,button:hover {
  transition: all 0.3s;
}
button:hover {
  opacity: 0.7;
}

.content-text {
  font-size: 1.125rem;
  font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
  font-weight: var(--font-bold);
  line-height: 2;
}
.content-text + .content-text {
  margin-top: 2rem;
}
@media screen and (max-width: 60em) {
  .content-text + .content-text {
    margin-top: 1rem;
  }
  .content-text {
    font-size: 0.875rem;
    font-weight: var(--font-medium);
  }
}
@media screen and (max-width: 60em) {
}

.page-content-text {
  font-size: 1.125rem;
  font-weight: var(--font-medium);
  line-height: 2;
}
.page-content-text + .page-content-text {
  margin-top: 2rem;
}
@media screen and (max-width: 60em) {
  .page-content-text + .page-content-text {
    margin-top: 1rem;
  }
  .page-content-text {
    font-size: 0.875rem;
    font-weight: var(--font-medium);
    line-height: 1.9;
  }
}
@media screen and (max-width: 60em) {
}

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

@media screen and (max-width: 35em) {
  .tab-only {
    display: none !important;
  }
}
@media screen and (min-width: 60.0625em) and (max-width: 90em) {
  .tab-only {
    display: none !important;
  }
}
@media screen and (min-width: 90.0625em) {
  .tab-only {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 60em) {
  .sm-only {
    display: none !important;
  }
}
@media screen and (min-width: 60.0625em) and (max-width: 90em) {
  .sm-only {
    display: none !important;
  }
}
@media screen and (min-width: 90.0625em) {
  .sm-only {
    display: none !important;
  }
}

.center {
  text-align: center;
}

.center > * {
  margin-left: auto;
  margin-right: auto;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.margin-1 {
  margin-bottom: 15rem;
}
@media screen and (max-width: 35em) {
  .margin-1 {
    margin-bottom: 7.5rem;
  }
}

.margin-2 {
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 35em) {
  .margin-2 {
    margin-bottom: 6.25rem;
  }
}

.margin-3 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 35em) {
  .margin-3 {
    margin-bottom: 5rem;
  }
}

.margin-4 {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 35em) {
  .margin-4 {
    margin-bottom: 3.75rem;
  }
}

.margin-5 {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 35em) {
  .margin-5 {
    margin-bottom: 3.125rem;
  }
}

.margin-6 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 60em) {
  .margin-6 {
    margin-bottom: 2.5rem;
  }
}

.margin-7 {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 60em) {
  .margin-7 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width: 35em) {
  .margin-7 {
    margin-bottom: 1.5rem;
  }
}

.margin-8 {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 35em) {
  .margin-8 {
    margin-bottom: 1.5rem;
  }
}

.margin-9 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 35em) {
  .margin-9 {
    margin-bottom: 1.5rem;
  }
}

.margin-10 {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 35em) {
  .margin-10 {
    margin-bottom: 0.625rem;
  }
}

.img-circle {
  border-radius: 50%;
}

.img-radius {
  border-radius: 30px;
}

.img-aspect {
  aspect-ratio: 3/2;
}

.color-bg-main {
  background-color: var(--main-orange);
}

.color-bg-sub {
  background-color: var(--bg-sub);
}

.color-bg-accent {
  background: var(--bg-accent);
}

.color-text-main {
  color: var(--text-main);
}

.color-text-sub {
  color: var(--text-sub);
}

.color-text-accent {
  color: var(--text-accent);
}

.font-en {
  font-family: var(--font-en);
}

.font-small {
  font-size: 0.75em;
}

.font-large {
  font-size: 1.125em;
}

.font-strong {
  font-weight: var(--font-bold);
}

.font-uppercase {
  text-transform: uppercase;
}

.nav-links {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 6.25rem;
}
@media screen and (max-width: 35em) {
  .nav-links {
    margin-top: 3.75rem;
  }
}

ul.page-numbers {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
@media screen and (max-width: 35em) {
  ul.page-numbers {
    gap: 0.9375rem;
  }
}

.page-numbers {
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 999px;
  font-family: var(--font-en);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: var(--font-normal);
  height: 1.6875rem;
  letter-spacing: 0.04em;
  line-height: normal;
  width: 1.6875rem;
}

@media (hover: hover) {
  a.page-numbers:hover {
    color: var(--accent-color);
  }
}

.next.page-numbers {
  background: url(../img/common/nxet-arrow.svg) no-repeat center center/contain;
}
@media (hover: hover) {
  .next.page-numbers:hover {
    opacity: 0.7;
  }
}

.prev.page-numbers {
  background: url(../img/common/prev-arrow.svg) no-repeat center center/contain;
}
@media (hover: hover) {
  .prev.page-numbers:hover {
    opacity: 0.7;
  }
}

.page-numbers.current {
  background-color: var(--text-accent);
  color: #fff;
}

.breadcrumb-wrap {
  margin: 0 auto;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 80em) {
  .breadcrumb-wrap {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 35em) {
  .breadcrumb-wrap {
    margin-bottom: 3.75rem;
  }
}
.breadcrumb-wrap .container {
  max-width: calc(70rem + var(--container-side) * 2);
}

#breadcrumb {
  margin: 0 auto;
  padding: 1.875rem 0;
}
@media screen and (max-width: 35em) {
  #breadcrumb {
    padding: 0.75rem 0;
  }
}

#breadcrumb a {
  color: var(--text-main);
  text-decoration: none;
}

.breadcrumb-separator {
  padding: 0 0.9375rem;
}

.breadcrumb-list {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.35;
}

.breadcrumb-item {
  font-family: var(--font-jp);
  position: relative;
}
.breadcrumb-item:not(:first-child) {
  padding-left: 1.75rem;
}
.breadcrumb-item:not(:first-child)::before {
  content: ">";
  font-size: 0.875rem;
  left: 0.6875rem;
  position: absolute;
  top: 0.125rem;
}
.breadcrumb-item span {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.breadcrumb-link {
  color: var(--text-accent);
  font-size: 0.875rem;
  font-weight: var(--font-normal);
  letter-spacing: 0.05em;
  line-height: normal;
  text-decoration: none;
}
@media screen and (max-width: 35em) {
  .breadcrumb-link {
    font-size: 0.75rem;
  }
}
@media (hover: hover) {
  .breadcrumb-link:hover, .breadcrumb-link:active {
    opacity: 0.7;
  }
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.hidden {
  overflow: hidden;
}

.shadow {
  box-shadow: 0 0 1.125rem -1rem rgba(0, 0, 0, 0.27);
}

.marker {
  background: linear-gradient(transparent 60%, var(--sub-color-2) 60%);
}

.box {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
}

.box > *:last-child {
  margin-bottom: 0;
}

.line-heighter,
.line-heighter * {
  line-height: 2.1;
}

.line-heighter p {
  margin: 0 0 2rem;
}

.video-wrap {
  aspect-ratio: 760/442;
  width: 100%;
}

.video-wrap iframe {
  border: 0;
  border-radius: 25px;
  height: 100%;
  width: 100%;
}

.map-wrap {
  position: relative;
}

.map-wrap::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.map-wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.firstv {
  background-color: #000;
  height: calc(100vh - 71px);
}

.footer-cta__text {
  font-size: 1.25rem;
  letter-spacing: 0.008em;
}

.container {
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 var(--container-side);
  position: relative;
  width: 100%;
}
@media screen and (max-width: 35em) {
  .container {
    padding: 0 1rem;
  }
}

.container-xl {
  margin: 0 auto;
  max-width: var(--container-xl);
}
.container-xl.--left {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  padding: 0 calc(50vw - 50%) 0 0;
  width: 100vw;
}

.container-l {
  margin: 0 auto;
  max-width: var(--container-l);
}
.container-l.--left {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  padding: 0 calc(50vw - 50%) 0 0;
  width: 100vw;
}

.container-m {
  margin: 0 auto;
  max-width: var(--container-m);
}

.container-s {
  margin: 0 auto;
  max-width: var(--container-s);
}

.container-ss {
  margin: 0 auto;
  max-width: var(--container-ss);
}

.section-wrap {
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
  position: relative;
}

.footer-cta__text {
  font-size: 1rem;
}

.flex {
  display: flex;
}
.flex.--space-between {
  justify-content: space-between;
}
.flex.--space-around {
  justify-content: space-around;
}
.flex.--justify-center {
  justify-content: center;
}
.flex.--justify-start {
  justify-content: flex-start;
}
.flex.--justify-end {
  justify-content: flex-end;
}
.flex.--align-center {
  align-items: center;
}
.flex.--align-start {
  align-items: flex-start;
}
.flex.--align-end {
  align-items: flex-end;
}
.flex.--align-base {
  align-items: baseline;
}
.flex.--row-column {
  flex-direction: row;
}
@media screen and (max-width: 80em) {
  .flex.--row-column {
    flex-direction: column;
  }
}
.flex.--row-column-reverse {
  flex-direction: row;
}
@media screen and (max-width: 80em) {
  .flex.--row-column-reverse {
    flex-direction: column-reverse;
  }
}
.flex.--row-reverse-column {
  flex-direction: row-reverse;
}
@media screen and (max-width: 80em) {
  .flex.--row-reverse-column {
    flex-direction: column;
  }
}
.flex.--column,.flex.--column-row {
  flex-direction: column;
}
@media screen and (max-width: 80em) {
  .flex.--column-row {
    flex-direction: row;
  }
}

.cell {
  position: relative;
}

.cell img {
  display: block;
  width: 100%;
}

.cell > *:last-child {
  margin-bottom: 0;
}

.cell--1-2 {
  width: 48%;
}

.cell--1-3 {
  width: 30%;
}

.cell--1-4 {
  width: 23%;
}

.cell--2-3 {
  width: 60%;
}

.cell--3-4 {
  width: 73%;
}

@media screen and (max-width: 35em) {
  .cell--1-2,
  .cell--1-3,
  .cell--1-4,
  .cell--2-3,
  .cell--3-4 {
    margin-bottom: 1em;
    width: 100%;
  }
}

@media screen and (max-width: 80em) {
  .order0 {
    order: 0;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
}

@media screen and (max-width: 80em) {
}

@media screen and (max-width: 80em) {
}

@media screen and (max-width: 80em) {
}

.footer {
  background-color: var(--main-orange);
  overflow: hidden;
  padding: 3.75rem 0 1.875rem;
}

.footer__container {
  background-color: #fff;
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  padding: 5.9375rem 4.6875rem;
  padding: clamp(4.688rem, 2.465rem + 4.63vw, 5.938rem) clamp(2.5rem, -1.389rem + 8.1vw, 4.688rem);
  position: relative;
}
@media screen and (max-width: 80em) {
  .footer__container {
    align-items: center;
    flex-direction: column;
    padding: 2.8125rem 2.5rem 5.9375rem;
  }
}
@media screen and (max-width: 60em) {
  .footer__container {
    padding: 2.8125rem 1rem 5rem;
  }
}

.footer__left {
  min-width: 9.75rem;
  text-align: center;
  width: 9.75rem;
}
@media screen and (max-width: 60em) {
  .footer__left {
    width: 100%;
  }
}

.footer__logo img {
  margin: 0 auto;
}
.footer__logo a {
  transition: all 0.3s;
}
@media (hover: hover) {
  .footer__logo a:hover, .footer__logo a:active {
    opacity: 0.7;
  }
}

.footer__right {
  width: 53.125rem;
  width: clamp(40.625rem, 18.403rem + 46.3vw, 53.125rem);
}
@media screen and (max-width: 60em) {
  .footer__right {
    width: 100%;
  }
}

.footer__address {
  font-size: 0.875rem;
  font-weight: var(--font-bold);
  line-height: 1.7142857143;
  margin-top: 0.9375rem;
  text-align: center;
}
@media screen and (max-width: 80em) {
  .footer__address {
    font-size: 0.75rem;
  }
}

.footer__nav {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
}
@media screen and (max-width: 60em) {
  .footer__nav {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav {
    align-items: center;
    flex-direction: column;
    gap: 2.5rem;
    margin: 0 auto;
    max-width: 21.875rem;
  }
}

.footer__return {
  bottom: -2.5rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.footer__return a {
  animation: swing 1s infinite;
  display: block;
  transition: all 0.3s;
}
@media (hover: hover) {
  .footer__return a:hover, .footer__return a:active {
    opacity: 0.7;
  }
}

.footer-navigation {
  display: flex;
  gap: 2.1875rem;
  gap: clamp(0.938rem, -1.285rem + 4.63vw, 2.188rem);
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-navigation {
    flex-wrap: wrap;
    gap: 0.625rem;
  }
}

.footer-navigation__lists {
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
  gap: clamp(0.938rem, -1.285rem + 4.63vw, 2.188rem);
  min-width: 10.3125rem;
}
@media screen and (max-width: 80em) {
  .footer-navigation__lists {
    min-width: 7.8125rem;
  }
}
@media screen and (max-width: 60em) {
  .footer-navigation__lists {
    min-width: 6.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-navigation__lists {
    display: contents;
  }
  .footer-navigation__item {
    width: 9.375rem;
  }
}

@media screen and (max-width: 767px) {
}

.footer-navigation__link {
  font-size: 1rem;
  font-weight: var(--font-bold);
  transition: all 0.3s;
}
@media screen and (max-width: 80em) {
  .footer-navigation__link {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 60em) {
  .footer-navigation__link {
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .footer-navigation__link:hover, .footer-navigation__link:active {
    color: var(--accent-color);
  }
}

@media screen and (max-width: 80em) {
  .footer-navigation__btn a {
    font-size: 0.875rem;
    height: 2.96875rem;
    min-width: 13.75rem;
  }
}

.footer__copyright {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-top: 5.625rem;
  text-align: center;
}
@media screen and (max-width: 35em) {
  .footer__copyright {
    font-size: 0.75rem;
  }
}

.header {
  align-items: center;
  background-color: transparent;
  height: 5rem;
  justify-content: space-between;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transform: translateY(0);
  transition: opacity 0.7s ease-in-out, transform 0.3s ease-in-out;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 60em) {
  .header {
    height: 3.75rem;
  }
}
.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-left: 4.375rem;
}
@media screen and (max-width: 80em) {
  .header__inner {
    width: 100%;
  }
}
@media screen and (max-width: 60em) {
  .header__inner {
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 35em) {
  .header__inner {
    padding-left: 1rem;
  }
}

.header__left {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  padding-top: 0.875rem;
}
@media screen and (max-width: 35em) {
  .header__left {
    padding-top: 0rem;
  }
}

.header__logo img {
  width: 6rem;
}
@media screen and (max-width: 60em) {
  .header__logo img {
    width: 4.6875rem;
  }
}
@media screen and (max-width: 35em) {
  .header__logo img {
    width: 3.9375rem;
  }
}
.header__logo a {
  transition: all 0.3s;
}
@media (hover: hover) {
  .header__logo a:hover, .header__logo a:active {
    opacity: 0.7;
  }
}

.header__tag {
  border: 1px solid var(--text-main);
  border-radius: 0.125rem;
  font-size: 1rem;
  font-weight: var(--font-bold);
  padding: 0rem 1.25rem;
  text-align: center;
}
@media screen and (max-width: 60em) {
  .header__tag {
    font-size: 0.75rem;
    padding: 0rem 0.625rem;
  }
}
@media screen and (max-width: 35em) {
  .header__tag {
    display: none;
  }
}

.header__right {
  display: flex;
}

.hamburger {
  align-items: center;
  background-color: var(--text-main);
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  gap: 0.625rem;
  height: 4.375rem;
  justify-content: center;
  position: relative;
  width: 4.375rem;
}
@media screen and (max-width: 35em) {
  .hamburger {
    height: 3.75rem;
    width: 3.75rem;
  }
}
.hamburger span {
  background: #fff;
  border-radius: 2px;
  display: block;
  height: 0.125rem;
  transition: all 0.3s;
  width: 55%;
}
.hamburger.is-active span:nth-child(1) {
  transform: translateY(0.4375rem) rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  transform: translateY(-0.375rem) rotate(-45deg);
}

.header-overlay {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: -1;
}
.header-overlay.active {
  opacity: 1;
  z-index: 80;
}

.header-menu {
  background-color: var(--main-orange);
  height: 100vh;
  opacity: 0;
  overflow: auto;
  padding: 7.875rem var(--container-side) 4.6875rem;
  position: absolute;
  right: 0;
  transition: all 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 60em) {
  .header-menu {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    min-height: 0rem;
    padding: 7.5rem 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 35em) {
  .header-menu {
    padding: 5.625rem 1.25rem 0.625rem;
    width: 100%;
  }
}

.header-menu__container {
  align-items: flex-end;
  display: flex;
  gap: 7.5rem;
  justify-content: space-between;
}
@media screen and (max-width: 60em) {
  .header-menu__container {
    display: contents;
  }
}

.header-menu__right {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 60em) {
  .header-menu__right {
    display: contents;
  }
}
@media screen and (max-width: 35em) {
  .header-menu__right {
    display: contents;
  }
}

.header-menu__inner {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  width: 20rem;
}
@media screen and (max-width: 60em) {
  .header-menu__inner {
    height: 100%;
  }
}

.header-menu__lists {
  gap: 0.875rem;
}

.header-menu__lists,.header-menu__link {
  display: flex;
  flex-direction: column;
}

.header-menu__link {
  background-color: #fff;
  border-radius: 0.5rem;
  gap: 0.5rem;
  padding: 1.125rem 1.25rem;
  position: relative;
  transition: all 0.3s;
}
.header-menu__link::before {
  background: url(../img/common/btn-arrow-black.svg) no-repeat center center/contain;
  content: "";
  height: 0.75rem;
  position: absolute;
  right: 1.5rem;
  top: 52%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 0.8125rem;
}
@media screen and (max-width: 35em) {
  .header-menu__link::before {
    height: 0.5rem;
    width: 0.5rem;
  }
}
@media (hover: hover) {
  .header-menu__link:hover, .header-menu__link:active {
    color: var(--accent-color);
  }
  .header-menu__link:hover::before, .header-menu__link:active::before {
    right: 1.125rem;
  }
}

.header-menu__en {
  font-family: var(--font-en);
  font-size: 0.75rem;
  line-height: 1;
  padding-left: 0.75rem;
  position: relative;
}
@media screen and (max-width: 35em) {
  .header-menu__en {
    font-size: 0.625rem;
  }
}
.header-menu__en::before {
  background: url(../img/common/symbol.svg) no-repeat center center/contain;
  content: "";
  height: 0.6875rem;
  left: 0;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  width: 0.5625rem;
}
@media screen and (max-width: 35em) {
  .header-menu__en::before {
    height: 0.6875rem;
    width: 0.5625rem;
  }
}

.header-menu__jp {
  font-size: 1.125rem;
  font-weight: var(--font-bold);
  line-height: 1;
}
@media screen and (max-width: 35em) {
  .header-menu__jp {
    font-size: 1rem;
  }
}

/* クリックでjQueryで追加・削除 */
.header-menu.active {
  opacity: 100;
  visibility: visible;
}

.header-menu__other {
  align-items: flex-end;
  color: #606060;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  gap: 0.5rem;
  margin-left: auto;
  margin-top: 2.5rem;
  padding-left: 0.3125rem;
  padding-top: 1.5rem;
}
@media screen and (max-width: 60em) {
  .header-menu__other {
    margin-top: auto;
  }
}
@media screen and (max-width: 35em) {
  .header-menu__other {
    font-size: 0.75rem;
    margin-top: auto;
  }
}

.header-menu__external {
  padding-right: 1.375rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.header-menu__external::before {
  background: url(../img/common/external-hamburger.svg) no-repeat center center/contain;
  content: "";
  height: 1.0625rem;
  position: absolute;
  right: 0;
  top: 48%;
  transform: translateY(-50%);
  width: 1rem;
}
@media screen and (max-width: 35em) {
  .header-menu__external::before {
    height: 0.875rem;
    width: 0.8125rem;
  }
}
@media (hover: hover) {
  .header-menu__external:hover, .header-menu__external:active {
    opacity: 0.7;
  }
}

.header-menu__img {
  height: calc(100vh - 7.875rem - 4.6875rem);
  max-width: 100%;
  min-height: 40rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 60em) {
  .header-menu__img {
    display: none;
  }
}
.header-menu__img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
  border-radius: 0.9375rem;
  left: 0;
     object-position: top;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s;
  z-index: 1;
}
.header-menu__img .hamburger-img {
  opacity: 1;
  z-index: 1;
}
.header-menu__img .hamburger-img01,.header-menu__img .hamburger-img02,.header-menu__img .hamburger-img03,.header-menu__img .hamburger-img04,.header-menu__img .hamburger-img05,.header-menu__img .hamburger-img06 {
  z-index: 2;
}

.header-menu__logo {
  background-color: var(--main-orange);
  border-radius: 0.9375rem 0 0 0;
  bottom: 0;
  padding: 0.875rem 1.875rem;
  position: absolute;
  right: 0;
  z-index: 4;
}
.header-menu__logo img {
  width: 8.1875rem;
  z-index: 5;
}
@media screen and (max-width: 1440px) {
  .header-menu__logo img {
    width: 6.9375rem;
  }
}
@media screen and (max-width: 1280px) {
  .header-menu__logo img {
    width: 6.3125rem;
  }
}
@media screen and (max-width: 60em) {
  .header-menu__logo img {
    width: 6.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .header-menu__logo img {
    width: 6.3125rem;
  }
}
@media screen and (max-width: 35em) {
  .header-menu__logo {
    display: none;
  }
}
.header-menu__logo::before, .header-menu__logo::after {
  background: url(../img/common/shape-radius.svg) no-repeat center center/contain;
  content: "";
  height: 0.9375rem;
  position: absolute;
  transform: scale(1, -1);
  width: 0.9375rem;
}
.header-menu__logo::before {
  bottom: 0;
  left: -0.9375rem;
}
.header-menu__logo::after {
  right: 0;
  top: -0.9375rem;
}

.main-top {
  padding-bottom: 5rem;
}
@media screen and (max-width: 35em) {
  .main-top {
    padding-bottom: 2.5rem;
  }
}

.main-page {
  overflow: clip;
}
.main-page.--environment {
  position: relative;
}
.main-page.--environment::after {
  bottom: 3.125rem;
  bottom: clamp(-1rem, -3.571rem + 7.44vw, 3.125rem);
  content: "Enjoy Life";
  font-family: var(--font-en2);
  font-size: 5.75rem;
  font-size: clamp(4.5rem, 3.071rem + 2.98vw, 5.75rem);
  left: 4.375rem;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 60em) {
  .main-page.--environment::after {
    font-size: 3.625rem;
    left: 40px;
  }
}
@media screen and (max-width: 35em) {
  .main-page.--environment::after {
    font-size: 2.5rem;
    left: 20px;
  }
}
.main-page.--process, .main-page.--company,.main-page.--application {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 35em) {
  .main-page.--application {
    padding-bottom: 3.75rem;
  }
}

.main-page__2col {
  align-items: flex-start;
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  max-width: 90rem;
}

.main-page__left {
  max-width: 100%;
  min-width: 17.8125rem;
  position: sticky;
  top: 7.5rem;
  width: 17.8125rem;
}
@media screen and (max-width: 80em) {
  .main-page__left {
    display: none;
  }
}

.main-page__right {
  margin-left: auto;
  max-width: 52.5rem;
  width: 100%;
}
@media screen and (max-width: 80em) {
  .main-page__right {
    max-width: 100%;
  }
}

.main-flex {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 60em) {
  .main-flex {
    padding-bottom: 6.25rem;
  }
}

.main-flex__item {
  display: flex;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 26.25rem;
  position: relative;
}
@media screen and (min-width: 120em) {
  .main-flex__item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 60em) {
  .main-flex__item {
    padding-top: 15rem;
  }
}
.main-flex__item.--reverse .main-flex__img {
  border-radius: 0.9375rem 0 0 0.9375rem;
  left: auto;
  right: 0;
}
.main-flex__item.--reverse .main-flex__img img {
  border-radius: 0.9375rem 0 0 0.9375rem;
  margin-left: auto;
}
@media screen and (min-width: 120em) {
  .main-flex__item.--reverse .main-flex__img img {
    border-radius: 0.9375rem;
  }
}
.main-flex__item.--reverse .main-flex__body {
  margin-left: 0;
  margin-right: auto;
}
.main-flex__item + .main-flex__item {
  margin-top: 7%;
}
@media screen and (max-width: 60em) {
  .main-flex__item + .main-flex__item {
    margin-top: 12%;
  }
}

.main-flex__img {
  border-radius: 0 0.9375rem 0.9375rem 0;
  left: 0;
  max-height: 43.75rem;
  overflow: hidden;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 120em) {
  .main-flex__img {
    border-radius: 0.9375rem;
  }
}
.main-flex__img img {
  aspect-ratio: 1136/610;
  border-radius: 0 0.9375rem 0.9375rem 0;
  height: 100%;
  max-width: 100%;
  max-width: 100%;
  min-height: 31.25rem;
  width: 78.8888888889%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 60em) {
  .main-flex__img img {
    min-height: 18.75rem;
  }
}
@media screen and (max-width: 35em) {
  .main-flex__img img {
    width: 86.1111111111%;
  }
}

.main-flex__body {
  background-color: #fff;
  border-radius: 0.9375rem;
  margin-left: auto;
  min-width: 40.625rem;
  padding: 3rem 6.25rem;
  position: relative;
  width: 54.0972222222%;
  z-index: 1;
}
@media screen and (max-width: 60em) {
  .main-flex__body {
    max-width: 36.25rem;
    min-width: 0;
    padding: 1.5rem 1.5rem;
    width: 90%;
  }
  .main-flex__text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 60em) {
}
.main-flex__text + .main-flex__text {
  margin-top: 2rem;
}
@media screen and (max-width: 60em) {
  .main-flex__text + .main-flex__text {
    margin-top: 1rem;
  }
}

.main-section {
  padding: 5rem 0;
}
.main-section.--orange {
  background-color: var(--main-orange);
}
.main-section.--works {
  justify-content: center;
}

/* Auto-generated index.scss for components */
/*********************
ANIMATION
*********************/
.fadein,
.fadeinLeft,
.fadeinRight,
.fadeinFV,
.fadeinRightFV {
  --fade-dur: 0.6s; /* 再生時間 */
  --fade-delay: 0s; /* 遅延 */
  --fade-ease: cubic-bezier(0.42, 0, 0.58, 1); /* easeOutCubic：柔らかく減速 */
  opacity: 0;
  transition-delay: var(--fade-delay);
  transition-duration: var(--fade-dur);
  transition-property: transform, opacity;
  transition-timing-function: var(--fade-ease);
}

/* 各方向の初期位置 */
.fadein, .fadeinFV {
  transform: translateY(10px);
}

.fadeinLeft, .fadeinLeftFV {
  transform: translateX(-10px);
}

.fadeinRight, .fadeinRightFV {
  transform: translateX(10px);
}

/* アクティブ状態 */
.fadein.is-active,
.fadeinFV.is-active {
  opacity: 1;
  transform: translateY(0);
}

.fadeinLeft.is-active,
.fadeinRight.is-active,
.fadeinRightFV.is-active {
  opacity: 1;
  transform: translateX(0);
}

/* 個別ディレイ（既存対応） */
.delay--2 {
  --fade-delay: 0.3s;
}

.delay--3 {
  --fade-delay: 0.6s;
}

.delay--4 {
  --fade-delay: 0.9s;
}

/* 低モーション配慮 */
@media (prefers-reduced-motion: reduce) {
  .fadein,
  .fadeinLeft,
  .fadeinRight {
    transition-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}
/* =========================================================
   アニメーション調整可能バージョン
   ========================================================= */
.text {
  /* 時間の管理 */
  --cover-dur: 0.8s;
  --cover-gap: 0s;
  --word-fade: 0.3s;
  --word-extra-delay: -0.3s;
  /* モーションの種類 */
  --cover-ease: cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutCubic */
  --fade-ease: cubic-bezier(0.25, 0.1, 0.25, 1); /* ease */
  /* 変形の初期値 */
  --skewX: 8deg;
  --cover-x: -101%;
  --x: -110%;
  overflow: hidden;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

/* アクティブで走る */
.text.is-active {
  --skewX: 0deg;
  --cover-x: 101%;
  --x: 0;
}

/* カバー */
.text::before,
.text::after {
  background-color: var(--accent-color);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(var(--cover-x));
  transition: transform var(--cover-dur) var(--cover-ease);
}

.text::after {
  transition-delay: var(--cover-gap);
}

/* テキストフェード */
.word {
  opacity: 0;
  transition: opacity var(--word-fade) var(--fade-ease);
}

.text.is-active .word {
  opacity: 1;
  transition-delay: calc(var(--cover-dur) + var(--cover-gap) + var(--word-extra-delay));
}

/* 低モーション配慮 */
@media (prefers-reduced-motion: reduce) {
  .text::before,
  .text::after,
  .word {
    transition-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}
/*********************
ARCHIVE
*********************/
.main-archive-post {
  padding-top: 5rem;
}
@media screen and (max-width: 60em) {
  .main-archive-post {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 35em) {
  .main-archive-post {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
  }
}

.benefit-cards {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.benefit-cards__item {
  align-items: center;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  padding: 2rem 2rem 1.75rem;
  width: calc((100% - 1.25rem) / 3);
}
@media screen and (max-width: 60em) {
  .benefit-cards__item {
    min-height: 10.4375rem;
    padding: 1rem 0.75rem 1.25rem;
    width: calc((100% - 0.625rem) / 2);
  }
}

.benefit-cards__img {
  max-width: 100%;
  width: 12.9375rem;
}

.benefit-cards__text {
  font-size: 0.875rem;
}
@media screen and (max-width: 35em) {
  .benefit-cards__text {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}

.box-item-wrap + .box-item-wrap {
  margin-top: 3.3333333333%;
}
@media screen and (max-width: 80em) {
  .box-item-wrap + .box-item-wrap {
    margin-top: 1.5rem;
  }
}
.box-item-wrap.flex {
  justify-content: space-between;
}
@media screen and (max-width: 80em) {
  .box-item-wrap.flex {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.box-item-wrap.flex .box-item {
  width: 48.3333333333%;
}
@media screen and (max-width: 80em) {
  .box-item-wrap.flex .box-item {
    width: 100%;
  }
}

.box-item {
  background-color: #FFFFFF;
  padding: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 35em) {
  .box-item {
    padding: 2.5rem 1.5rem;
  }
}

.box-item__heading {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 80em) {
  .box-item__heading {
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 35em) {
  .box-item__heading {
    margin-bottom: 2.1875rem;
  }
}

.box-item-text {
  font-family: var(--font-en);
  font-size: 1.375rem;
  line-height: 1.6818181818;
}
@media screen and (max-width: 35em) {
  .box-item-text {
    font-size: 1.0625rem;
    letter-spacing: 0.0375em;
    line-height: 1.7647058824;
  }
}

.box-icon-lists {
  flex-wrap: wrap;
  row-gap: 4.375rem;
}
@media screen and (max-width: 80em) {
  .box-icon-lists {
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 35em) {
  .box-icon-lists {
    row-gap: 1.875rem;
  }
}
.box-icon-lists .box-icon-item {
  width: 48.6206896552%;
}
@media screen and (max-width: 80em) {
  .box-icon-lists .box-icon-item {
    width: 100%;
  }
}

.box-icon-item {
  align-items: center;
  gap: 1.5rem;
}

.box-icon-item__icon {
  width: 3.75rem;
}

.box-icon-item__heading {
  width: calc(100% - 1.5rem - 3.75rem);
}

.box-icon-heading {
  font-family: var(--font-mincho);
  font-size: 1.375rem;
  line-height: 1.3636363636;
}
@media screen and (max-width: 35em) {
  .box-icon-heading {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.box-icon-heading span {
  display: inline-block;
  font-family: var(--font-jp);
  font-size: 1rem;
  font-weight: var(--font-normal);
  line-height: 2;
}
@media screen and (max-width: 80em) {
  .box-icon-heading span {
    font-size: 0.875rem;
    line-height: 2;
  }
}
/*********************
BUTTON
*********************/
.btn-wrap {
  width: 100%;
}

.btn-wrap-submit {
  background-color: var(--bg-accent);
  border: 2px solid var(--accent-color);
  border-radius: 90px;
  max-width: 28.6875rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.btn {
  align-items: center;
  background-color: var(--bg-dark);
  border-radius: 100px;
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
  font-weight: var(--font-bold);
  height: 3.375rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 2;
  min-width: 15.3125rem;
  padding: 0rem 3.9375rem 0rem 1.5625rem;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 35em) {
  .btn {
    font-size: 0.875rem;
    height: 3rem;
    min-width: 13.75rem;
    padding: 0rem 3rem 0rem 1.5625rem;
  }
}
.btn::before {
  background: url(../img/common/btn-arrow.svg) no-repeat center center/contain;
  content: "";
  height: 0.75rem;
  position: absolute;
  right: 1.5rem;
  top: 52%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 0.8125rem;
}
@media screen and (max-width: 35em) {
  .btn::before {
    height: 0.5rem;
    width: 0.5rem;
  }
}
@media (hover: hover) {
  .btn:hover, .btn:active {
    background-color: var(--accent-color);
  }
}
.btn.--bg-white {
  background-color: #fff;
  color: var(--text-main);
}
.btn.--bg-white::before {
  background: url(../img/common/btn-arrow-black.svg) no-repeat center center/contain;
}
@media (hover: hover) {
  .btn.--bg-white:hover, .btn.--bg-white:active {
    background-color: var(--text-main);
    color: #fff;
  }
  .btn.--bg-white:hover::before, .btn.--bg-white:active::before {
    background: url(../img/common/btn-arrow.svg) no-repeat center center/contain;
  }
}
.btn.--bg-orange {
  background-color: var(--accent-color);
}
@media (hover: hover) {
  .btn.--bg-orange:hover, .btn.--bg-orange:active {
    background-color: var(--text-main);
    color: #fff;
  }
  .btn.--bg-orange:hover::before, .btn.--bg-orange:active::before {
    background: url(../img/common/btn-arrow.svg) no-repeat center center/contain;
  }
}
.btn.--border {
  border: 1px solid var(--text-main);
  padding-left: 2.8125rem;
}
@media screen and (max-width: 60em) {
  .btn.--border {
    padding-left: 1.875rem;
    font-size: 0.75rem;
    height: 2.25rem;
    min-width: 10.3125rem;
    padding-right: 2.8125rem;
  }
}
@media screen and (max-width: 60em) {
}
@media screen and (max-width: 35em) {
  .btn.--external-cta {
    font-size: 0.8125rem;
    min-width: 15.8125rem;
    padding-left: 0.875rem;
    padding-right: 1.25rem;
  }
}
.btn.--external-cta::before {
  background: url(../img/common/external-white.svg) no-repeat center center/contain;
  height: 1.0625rem;
  top: 50%;
  width: 1rem;
}
@media screen and (max-width: 35em) {
  .btn.--external-cta::before {
    height: 0.8125rem;
    right: 0.6875rem;
    width: 0.75rem;
  }
}
@media (hover: hover) {
  .btn.--external-cta:hover::before, .btn.--external-cta:active::before {
    background: url(../img/common/external-white-hover.svg) no-repeat center center/contain;
  }
}
.btn.--external {
  font-weight: var(--font-medium);
}
.btn.--external::before {
  background: url(../img/common/external-black.svg) no-repeat center center/contain;
  height: 1.0625rem;
  top: 50%;
  width: 1rem;
}
@media screen and (max-width: 60em) {
  .btn.--external::before {
    height: 0.875rem;
    width: 0.8125rem;
  }
}
@media (hover: hover) {
  .btn.--external:hover::before, .btn.--external:active::before {
    background: url(../img/common/external-white-hover.svg) no-repeat center center/contain;
  }
}

.btn-cv {
  background-color: var(--accent-color);
  border-radius: 0 0 0 0.5rem;
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: var(--font-bold);
  padding: 0.9375rem;
  text-align: center;
  transition: all 0.3s;
  width: 15.375rem;
}
@media (hover: hover) {
  .btn-cv:hover, .btn-cv:active {
    background-color: rgb(246, 141, 84);
  }
}
@media screen and (max-width: 60em) {
  .btn-cv {
    font-size: 1rem;
    padding: 1.125rem 0.625rem 1.125rem;
    width: 12.25rem;
  }
}
@media screen and (max-width: 35em) {
  .btn-cv {
    font-size: 0.75rem;
    padding: 1.125rem 0.625rem 1.125rem;
    width: 10.375rem;
  }
}

.card-believe {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2.8125rem;
}
@media screen and (max-width: 35em) {
  .card-believe {
    row-gap: 3.4375rem;
  }
}

.card-believe__item {
  width: calc((100% - 2.5rem) / 2);
}
@media screen and (max-width: 35em) {
  .card-believe__item {
    width: 100%;
  }
}
.card-believe__item:nth-child(2) .card-believe__en {
  color: #14E822;
}
.card-believe__item:nth-child(3) .card-believe__en {
  color: #E8C814;
}
.card-believe__item:nth-child(4) .card-believe__en {
  color: #1445E8;
}

.card-believe__head {
  align-items: center;
  background-color: var(--main-orange);
  display: flex;
  flex-direction: column;
  padding: 3.25rem 1.5625rem;
}
@media screen and (max-width: 60em) {
  .card-believe__head {
    padding: 2.25rem 1.5625rem;
  }
}

.card-believe__img {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 60em) {
  .card-believe__img {
    margin-bottom: 0.625rem;
  }
}

.card-believe__heading {
  font-size: 1.25rem;
  font-weight: var(--font-bold);
}
@media screen and (max-width: 60em) {
  .card-believe__heading {
    font-size: 1rem;
  }
}

.card-believe__en {
  color: #E81414;
  font-family: var(--font-en);
  font-weight: var(--font-medium);
}
@media screen and (max-width: 60em) {
  .card-believe__en {
    font-size: 0.75rem;
  }
}

.card-believe__body {
  font-size: 1.0625rem;
  font-weight: var(--font-medium);
  line-height: 2.0588235294;
  padding: 1.25rem 1.125rem 0;
}
@media screen and (max-width: 60em) {
  .card-believe__body {
    font-size: 0.875rem;
    padding: 0.75rem 1.125rem 0;
  }
}

.card-simple {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3.75rem;
}
@media screen and (max-width: 35em) {
  .card-simple {
    row-gap: 2.5rem;
  }
}

.card-simple__item {
  width: calc((100% - 3.375rem) / 2);
}
@media screen and (max-width: 35em) {
  .card-simple__item {
    width: 100%;
  }
}

.card-simple__img img {
  border-radius: 0.625rem;
  width: 100%;
}

.card-simple__heading {
  font-size: 1.125rem;
  font-weight: var(--font-bold);
  margin-bottom: 0.75rem;
  margin-top: 0.9375rem;
  text-align: center;
}

.card-simple__text {
  font-size: 0.875rem;
  line-height: 2;
}

.container-box {
  background-color: #fff;
  border-radius: 0.9375rem;
  padding: 1.5rem;
}
.container-box + .container-box {
  margin-top: 1.25rem;
}

.container-box__heading {
  border-bottom: 1px solid #ccc;
  font-size: 1.25rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 60em) {
  .container-box__heading {
    font-size: 1rem;
  }
}

.container-box__text {
  font-size: 1rem;
  font-weight: var(--font-medium);
  line-height: 2;
}
@media screen and (max-width: 60em) {
  .container-box__text {
    font-size: 0.875rem;
  }
}

/*********************
ANIMATION
*********************/
.cta {
  background-color: transparent;
  color: #fff;
  padding-top: 7.5rem;
}
@media screen and (max-width: 35em) {
  .cta {
    padding-top: 4rem;
  }
}

.cta__container {
  background: url(../img/common/bg-cta.webp) no-repeat top 0 right 0/cover;
  border-radius: 0.9375rem;
  padding: 8.75rem 5.625rem 4.375rem 5.625rem;
}
@media screen and (max-width: 80em) {
  .cta__container {
    background: url(../img/common/bg-cta.webp) no-repeat center right -120px/cover;
    padding: 8.75rem 2.5rem 4.375rem 2.5rem;
  }
}
@media screen and (max-width: 60em) {
  .cta__container {
    background: url(../img/common/bg-cta_sp.webp) no-repeat top center/cover;
    padding: 4.3125rem 1.25rem 2.25rem;
  }
}

@media screen and (max-width: 35em) {
  .cta__body {
    max-width: 16.5625rem;
  }
}
.cta__body .heading-body {
  font-size: 2.625rem;
}
@media screen and (max-width: 60em) {
  .cta__body .heading-body {
    font-size: clamp(2rem, 1.121rem + 2.51vw, 2.625rem);
  }
}
@media screen and (max-width: 35em) {
  .cta__body .heading-body {
    font-size: 1.5rem;
  }
}
.cta__body .content-text {
  max-width: 22.8125rem;
}

@media screen and (max-width: 35em) {
  .cta__image {
    aspect-ratio: 343/299;
    overflow: hidden;
  }
  .cta__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 35em) {
}

.cta-area {
  align-items: center;
  background-color: #fff;
  border-radius: 0.9375rem;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  padding: 1.5625rem 1.5625rem 2.5rem;
}
@media screen and (max-width: 60em) {
  .cta-area {
    padding: 1.5625rem 1rem 2.5rem;
  }
}

.cta-area__mynavi img {
  width: 18.5625rem;
}

.cta-area__recruit img {
  width: 8.3125rem;
}

.cta-area__btn {
  text-align: center;
}
@media screen and (max-width: 35em) {
  .cta-area__btn a {
    max-width: 17.5rem;
    width: 100%;
  }
}

/*********************
FAQ
*********************/
.faq {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.faq__item {
  background-color: #fff;
  border-radius: 0.9375rem;
}
.faq__item.--top .faq__answer {
  display: none;
}

.faq__question {
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: var(--font-bold);
  padding: 1.5625rem 1.6875rem 1.5625rem 4rem;
  pointer-events: visible;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 60em) {
  .faq__question {
    font-size: 1rem;
    padding: 1.3125rem 1.375rem 1.3125rem 3rem;
  }
}
@media screen and (max-width: 35em) {
  .faq__question {
    padding: 1rem 1.375rem 1rem 3rem;
  }
}
.faq__question::before, .faq__question::after {
  background-color: var(--accent-color);
  border-width: 0.125rem 0 0 0.125rem;
  content: "";
  height: 0.15625rem;
  margin-right: 0.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 1.5rem;
}
@media screen and (max-width: 60em) {
  .faq__question::before, .faq__question::after {
    height: 0.125rem;
    margin-right: 0rem;
    width: 1rem;
  }
}
.faq__question::before {
  right: 1.6875rem;
}
@media screen and (max-width: 60em) {
  .faq__question::before {
    right: 1.25rem;
  }
}
.faq__question::after {
  right: 1.6875rem;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 60em) {
  .faq__question::after {
    right: 1.25rem;
  }
}
.faq__question.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq__question-tag {
  color: var(--accent-color);
  display: inline-block;
  font-family: var(--font-en3);
  font-size: 2.25rem;
  font-weight: 600;
  left: 1.6875rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 60em) {
  .faq__question-tag {
    font-size: 1.5rem;
    left: 1.25rem;
  }
}

.faq__answer {
  font-size: 1.125rem;
  font-weight: var(--font-medium);
  line-height: 1.7777777778;
  padding: 1.5625rem 1.6875rem 1.5625rem 1.6875rem;
  position: relative;
}
@media screen and (max-width: 60em) {
  .faq__answer {
    padding: 1.3125rem 1.25rem 1.3125rem 1.25rem;
  }
}
.faq__answer::after {
  background-color: #e9e9e9;
  content: "";
  height: 1px;
  left: 1.6875rem;
  position: absolute;
  top: 0;
  width: calc(100% - 3.375rem);
}
@media screen and (max-width: 60em) {
  .faq__answer::after {
    left: 1.25rem;
    width: calc(100% - 2.5rem);
  }
  .faq__answer {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 60em) {
}

.figure {
  aspect-ratio: 1369/656;
  max-width: 100%;
  padding-right: var(--container-side);
}
@media screen and (min-width: 120em) {
  .figure {
    padding-right: 0;
  }
}
.figure img {
  height: 100%;
  max-height: 57.5rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 120em) {
  .figure img {
    border-radius: 0px;
  }
}
.figure.--small {
  aspect-ratio: 960/460;
  margin-top: -3.75rem;
  position: relative;
  width: 71.6417910448%;
  z-index: 1;
}
@media screen and (max-width: 35em) {
  .figure.--small {
    margin-top: -2.5rem;
    width: 100%;
  }
}
.figure.--small img {
  border-radius: 0 15px 15px 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 60em) {
  .figure.--small img {
    border-radius: 0.625rem;
  }
}

.figure__inner {
  border-radius: 0 15px 15px 0;
  overflow: hidden;
}
@media screen and (max-width: 60em) {
  .figure__inner {
    border-radius: 0 10px 10px 0;
  }
}
@media screen and (max-width: 35em) {
  .figure__inner {
    height: 100%;
  }
}

/*********************
PAGE NAVIGATION
*********************/
.floating-navigation {
  background-color: var(--main-orange);
  border-radius: 0.9375rem;
  counter-reset: number 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2.5rem 1.5625rem;
  transition: background-color 0.3s;
}
.floating-navigation.active,.floating-navigation.--white {
  background-color: #fff;
}
.floating-navigation.--orange {
  background-color: var(--main-orange) !important;
}

.floating-navigation__link {
  color: #989898;
  display: block;
  font-size: 1.25rem;
  font-weight: var(--font-medium);
  padding-left: 2.8125rem;
  position: relative;
  transition: color 0.3s;
}
.floating-navigation__link::before, .floating-navigation__link::after {
  font-family: var(--font-en3);
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.floating-navigation__link::before {
  content: "0" counter(number);
  counter-increment: number 1;
  font-weight: 600;
  left: 0.5rem;
  z-index: 1;
}
.floating-navigation__link::after {
  border-radius: 100px;
  content: "";
  height: 1.875rem;
  left: 0rem;
  width: 1.875rem;
}
.floating-navigation__link.is-active {
  color: var(--accent-color);
}
.floating-navigation__link.is-active::before {
  color: #fff;
}
.floating-navigation__link.is-active::after {
  background-color: var(--accent-color);
}

/*********************
FLOW
*********************/
.flow {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.flow.--orange .flow__item::after {
  border-top: 20px solid var(--accent-color);
}
@media screen and (max-width: 60em) {
  .flow.--orange .flow__item::after {
    border-top: 12px solid var(--accent-color);
  }
}
@media screen and (max-width: 35em) {
  .flow.--career {
    padding-bottom: 0rem;
    padding-top: 0.375rem;
  }
}
@media screen and (max-width: 60em) {
  .flow.--career .flow__heading {
    padding-top: 0;
  }
}
.flow.--career .flow__tag {
  padding-top: 0.375rem;
}

.flow__item {
  background-color: #fff;
  border-radius: 0.9375rem;
  padding: 2.5rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 60em) {
  .flow__item {
    padding: 1.5rem;
  }
}
.flow__item::after {
  border-bottom: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-style: solid;
  border-top: 20px solid var(--text-main);
  bottom: -2.25rem;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
@media screen and (max-width: 60em) {
  .flow__item::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid var(--text-main);
    bottom: -1.75rem;
  }
}
.flow__item:last-child::after {
  display: none;
}
.flow__item a {
  color: var(--link-color);
  text-decoration: underline;
  transition: all 0.3s;
}
@media (hover: hover) {
  .flow__item a:hover, .flow__item a:active {
    opacity: 0.7;
  }
}

.flow__head {
  align-items: flex-end;
  border-bottom: 1px solid #ccc;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 60em) {
  .flow__head {
    align-items: flex-start;
    gap: 1.125rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 35em) {
  .flow__head {
    gap: 0.5rem;
  }
}
.flow__head.--borderless {
  border: 0px;
  margin-bottom: 0;
}

.flow__tag {
  color: var(--accent-color);
  line-height: 1;
  padding-bottom: 0.4375rem;
}
@media screen and (max-width: 60em) {
  .flow__tag {
    padding-bottom: 0rem;
  }
}
.flow__tag span {
  font-size: 0.75rem;
  font-weight: 600;
}
@media screen and (max-width: 60em) {
  .flow__tag span {
    font-size: 0.625rem;
  }
}
.flow__tag p {
  font-family: var(--font-en3);
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 60em) {
  .flow__tag p {
    font-size: 1.375rem;
  }
}

.flow__heading {
  font-size: 1.25rem;
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 60em) {
  .flow__heading {
    font-size: 1.0625rem;
    padding-top: 0.375rem;
  }
}
.flow__body.--short {
  width: 78.4810126582%;
}
@media screen and (max-width: 60em) {
  .flow__body.--short {
    width: 100%;
  }
}

.flow__text {
  font-size: 1rem;
  font-weight: var(--font-medium);
  letter-spacing: 0.05em;
  line-height: 2.25;
}
@media screen and (max-width: 60em) {
  .flow__text {
    font-size: 0.875rem;
  }
}
.flow__text + .flow__text {
  margin-top: 1.25rem;
}

.flow__img img {
  border-radius: 0.9375rem;
  height: 100%;
  min-height: 8.75rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 60em) {
  .flow__img img {
    border-radius: 0.625rem;
  }
}

.flow__en {
  color: var(--accent-color);
  font-family: var(--font-en2);
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
  transform: rotate(-2deg);
}
@media screen and (max-width: 60em) {
  .flow__en {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.heading-h2-top span {
  font-family: var(--font-en);
  font-size: 4rem;
  font-size: clamp(3rem, 1.222rem + 3.7vw, 4rem);
  font-weight: var(--font-medium);
  line-height: 1.1;
}
@media screen and (max-width: 35em) {
  .heading-h2-top span {
    font-size: 2.5rem;
  }
}
.heading-h2-top h2 {
  font-size: 1rem;
  font-size: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
  font-weight: var(--font-medium);
  line-height: 2;
  padding-left: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 35em) {
  .heading-h2-top h2 {
    font-size: 0.75rem;
  }
}
.heading-h2-top h2::before {
  background: url(../img/common/symbol.svg) no-repeat center center/contain;
  content: "";
  height: 0.6875rem;
  left: 0;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 0.5625rem;
}
@media screen and (max-width: 35em) {
  .heading-h2-top h2::before {
    top: 54%;
  }
}

.heading-body {
  font-size: 2.25rem;
  font-size: clamp(1.5rem, 0.167rem + 2.78vw, 2.25rem);
  font-weight: var(--font-bold);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 35em) {
  .heading-body {
    font-size: 1.375rem;
  }
}
.heading-body p {
  line-height: 1;
  padding: 0.46875rem 0.625rem 0.46875rem 0rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 35em) {
  .heading-body p {
    padding: 0.3125rem 0.3125rem 0.3125rem 0rem;
  }
}
.heading-body p.--pr0 {
  padding-right: 0 !important;
}
.heading-body.--bg-white p {
  background-color: #fff;
  padding: 0.3125rem 0.625rem 0.46875rem 0.25rem;
}
.heading-body.--bg-white .text + .text,
.heading-body.--bg-white p + p {
  margin-top: 0.625rem;
}
@media screen and (max-width: 35em) {
  .heading-body.--bg-white .text + .text,
  .heading-body.--bg-white p + p {
    margin-top: 0.3125rem;
  }
}
.heading-body.--color-white {
  color: #fff;
}
.heading-body strong {
  color: var(--accent-color);
  font-weight: var(--font-bold);
}
.heading-body span {
  background-color: var(--accent-color);
  color: #fff;
  font-size: 1rem;
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
  padding: 0 0.3125rem;
}
@media screen and (max-width: 35em) {
  .heading-body span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 60em) {
  .heading-body.--sp p {
    background-color: #fff;
    padding: 0.3125rem 0.3125rem 0.3125rem 0rem;
  }
  .heading-body.--sp .text + .text,
  .heading-body.--sp p + p {
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 60em) {
}
@media screen and (max-width: 35em) {
  .heading-body.--top-works {
    font-size: 1.125rem;
    width: -moz-max-content;
    width: max-content;
  }
}

.heading-h1-page span {
  font-family: var(--font-en);
  font-size: 1.125rem;
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
  line-height: 1;
  padding-left: 1.125rem;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 60em) {
  .heading-h1-page span {
    font-size: 0.875rem;
  }
}
.heading-h1-page span::before {
  background: url(../img/common/symbol.svg) no-repeat center center/contain;
  content: "";
  height: 0.8125rem;
  left: 0;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 0.6875rem;
}
@media screen and (max-width: 60em) {
  .heading-h1-page span::before {
    height: 0.6875rem;
    width: 0.5625rem;
  }
}
.heading-h1-page h1 {
  font-size: 2.25rem;
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 60em) {
  .heading-h1-page h1 {
    font-size: 1.75rem;
    margin-top: 0.625rem;
  }
}

.heading-cta {
  color: #fff;
  font-family: var(--font-en);
  font-size: 1.875rem;
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 35em) {
  .heading-cta {
    font-size: 1rem;
  }
}

.heading-h3 {
  border-left: 4px solid var(--accent-color);
  font-size: 1.5rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
  padding-left: 0.9375rem;
}
@media screen and (max-width: 60em) {
  .heading-h3 {
    font-size: 1.25rem;
  }
}

.heading-h3-page span {
  color: var(--accent-color);
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: var(--font-bold);
}
@media screen and (max-width: 60em) {
  .heading-h3-page span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 35em) {
  .heading-h3-page span {
    font-size: 0.625rem;
  }
}
.heading-h3-page h3 {
  font-size: 2rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
}
@media screen and (max-width: 60em) {
  .heading-h3-page h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 35em) {
  .heading-h3-page h3 {
    font-size: 1.125rem;
  }
}

/*=========================================================================
# h2見出しアニメーション
========================================================================== */
.char {
  display: inline-block;
  opacity: var(--opacity, 0);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}

/* スクロールでアクティブになったとき */
.heading-h2-top.is-active {
  --opacity: 1;
}

.text-progress {
  color: #ccc; /* ベース色（未進捗） */
  position: relative;
}

.text-progress::after {
  clip-path: inset(0 100% 0 0); /* 右100%カット＝幅0%表示 */
  color: var(--text-main); /* 進捗色 */
  content: attr(data-txt); /* 上に重ねる“進捗テキスト” */
  inset: 0; /* top:0; right:0; bottom:0; left:0 の略 */
  left: 0.9375rem;
  pointer-events: none;
  position: absolute;
  transition: clip-path 1s linear;
  transition-delay: 0.4s;
  white-space: pre-wrap; /* 折返しにも対応 */
}

/* 画面に入ったら左→右へ一気に表示 */
.text-progress.is-active::after {
  clip-path: inset(0 0 0 0); /* 全面表示＝進捗100% */
}

/* 1回だけでなく、ビューポートから外れたら戻して毎回再生したい場合用（任意）
.text-progress:not(.is-active)::after {
  clip-path: inset(0 100% 0 0);
} */
/*********************
KEYWORD CARD
*********************/
.key-word {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 28.125rem;
  padding: 3.125rem;
}
@media screen and (max-width: 60em) {
  .key-word {
    max-width: 20rem;
    padding: 1rem 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 35em) {
  .key-word {
    gap: 1.5625rem;
  }
}
.key-word.--card {
  border: 1px solid #ccc;
  gap: 1.5625rem;
  padding: 1.5625rem 1.875rem 1.75rem;
}
@media screen and (max-width: 60em) {
  .key-word.--card {
    max-width: 100%;
  }
}
@media screen and (max-width: 35em) {
  .key-word.--card {
    gap: 0.9375rem;
    padding: 1rem 1rem 1.5rem;
  }
}
.key-word.--card .key-word__heading {
  font-size: 1.375rem;
}
@media screen and (max-width: 35em) {
  .key-word.--card .key-word__heading {
    font-size: 0.875rem;
  }
}
.key-word.--card .key-word__image {
  width: 7.75rem;
}
@media screen and (max-width: 35em) {
  .key-word.--card .key-word__image {
    width: 6.875rem;
  }
}
.key-word.--card .key-word__text {
  font-size: 0.875rem;
}
@media screen and (max-width: 60em) {
  .key-word.--card .key-word__text {
    font-size: 0.75rem;
  }
}

.key-word__heading {
  font-size: 1.0625rem;
  font-weight: var(--font-bold);
  padding-bottom: 0.625rem;
  position: relative;
}
@media screen and (max-width: 35em) {
  .key-word__heading {
    font-size: 0.875rem;
    padding-bottom: 0.3125rem;
  }
}
.key-word__heading::after {
  background-color: var(--text-main);
  bottom: 0rem;
  content: "";
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1.5rem;
}

.key-word__image {
  width: 9.5625rem;
}
@media screen and (max-width: 60em) {
  .key-word__image {
    width: 7.375rem;
  }
}

.key-word__text {
  font-size: 1.125rem;
  font-weight: var(--font-medium);
  line-height: 1.8;
}
@media screen and (max-width: 60em) {
  .key-word__text {
    font-size: 0.75rem;
  }
}

.keyword-card {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.keyword-card__item {
  width: calc((100% - 1.25rem) / 3);
}
@media screen and (max-width: 60em) {
  .keyword-card__item {
    width: calc((100% - 0.625rem) / 2);
  }
}

/* 2回目以降（<html class="skip-loading"> が付く）は描画前から完全非表示 */
html.skip-loading #loading {
  display: none !important;
}

#loading {
  position: relative;
}

#loading,
#loading_logo {
  display: none;
}

#loading {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}

#loading,#loading__logo {
  display: block;
  text-align: center;
}

#loading__logo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25rem;
}
#loading__logo img {
  margin: 0 auto;
  width: 7.8125rem;
}
@media screen and (max-width: 35em) {
  #loading__logo img {
    width: 5.3125rem;
  }
}

#text-animation {
  width: 17.8125rem;
}
@media screen and (max-width: 35em) {
  #text-animation {
    width: 12.8125rem;
  }
}

.st0 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 8px;
}

/* 初期は非表示に（レイアウトは確保） */
#text-animation {
  visibility: hidden;
}

/* 再生タイミングで表示 */
#loading.is-vivus-ready #text-animation {
  visibility: visible;
}

.media-block {
  display: flex;
  flex-direction: column;
}
.media-block + .media-block {
  margin-top: 5rem;
}
.media-block.--reverse .media-block__img img {
  margin-left: 0;
  margin-right: auto;
}
.media-block.--reverse .media-block__copy {
  left: auto;
  right: 0;
}
.media-block.--short .media-block__img img {
  width: 66.7105263158%;
}

.media-block__img {
  margin-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 35em) {
  .media-block__img {
    margin-bottom: 1.5rem;
  }
}
.media-block__img img {
  aspect-ratio: 507/385;
  min-height: 18.75rem;
  -o-object-fit: cover;
  border-radius: 0.9375rem;
  height: 100%;
  margin-left: auto;
     object-fit: cover;
  overflow: hidden;
  width: 78.9473684211%;
}
@media screen and (max-width: 35em) {
  .media-block__img img {
    border-radius: 0.625rem;
    min-height: 13.75rem;
  }
}

.media-block__heading {
  left: 0;
  position: absolute;
  top: 0;
}

.media-block__copy {
  bottom: 1.25rem;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 35em) {
  .media-block__copy .heading-body {
    font-size: 1rem;
  }
  .media-block__copy .heading-body p {
    padding: 0.25rem 0.25rem;
  }
  .media-block__copy {
    bottom: 1.25rem;
  }
}
@media screen and (max-width: 35em) {
}

.media-block__en {
  color: var(--accent-color);
  font-family: var(--font-en2);
  font-size: 1.75rem;
}
@media screen and (max-width: 35em) {
  .media-block__en {
    font-size: 1.25rem;
  }
}

.media-block__text {
  line-height: 2.5;
}
@media screen and (max-width: 60em) {
  .media-block__text {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.media-block__text + .media-block__text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 60em) {
  .media-block__text + .media-block__text {
    margin-top: 1rem;
  }
}

.media-block__desc {
  max-width: 100%;
  width: 100%;
}
.media-block__desc.--short {
  width: 36.125rem;
}
.media-block__desc.--full {
  width: 100%;
}

.media-block__meta {
  font-weight: var(--font-bold);
  margin-top: 2.5rem;
  text-align: right;
}
@media screen and (max-width: 60em) {
  .media-block__meta {
    margin-top: 1.5rem;
  }
}
.media-block__meta span {
  font-size: 1.125rem;
}
@media screen and (max-width: 60em) {
  .media-block__meta span {
    font-size: 0.75rem;
  }
}
.media-block__meta p {
  font-size: 1.5rem;
}
@media screen and (max-width: 60em) {
  .media-block__meta p {
    font-size: 1.25rem;
  }
}

.media-double-block__img {
  display: flex;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 35em) {
  .media-double-block__img {
    margin-bottom: 1.5rem;
  }
}
.media-double-block__img img {
  border-radius: 0.9375rem;
  max-width: 100%;
}
@media screen and (max-width: 60em) {
  .media-double-block__img img {
    border-radius: 0.625rem;
  }
}
.media-double-block__img img:nth-child(1) {
  width: 58.9861751152%;
}
.media-double-block__img img:nth-child(2) {
  width: 39.8617511521%;
}

.media-double-block__text {
  font-size: 1.125rem;
  font-weight: var(--font-medium);
  line-height: 2;
}
.media-double-block__text + .media-double-block__text {
  margin-top: 2rem;
}
@media screen and (max-width: 60em) {
  .media-double-block__text + .media-double-block__text {
    margin-top: 1rem;
  }
  .media-double-block__text {
    font-size: 0.875rem;
    font-weight: var(--font-medium);
  }
}
@media screen and (max-width: 60em) {
}

.number-item-wrap {
  position: relative;
}
.number-item-wrap:nth-child(odd) {
  margin-top: 4rem;
}
@media screen and (max-width: 80em) {
  .number-item-wrap:nth-child(odd) {
    margin-top: 2.5rem;
  }
}
.number-item-wrap:nth-child(even) {
  margin-top: 7.5rem;
}
@media screen and (max-width: 80em) {
  .number-item-wrap:nth-child(even) {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 35em) {
  .number-item-wrap:nth-child(even) {
    margin-top: 3.75rem;
  }
}
.number-item-wrap:first-child {
  margin-top: 0 !important;
}
.number-item-wrap::after {
  content: "0" counter(number) ".";
  counter-increment: number 1;
  font-family: var(--font-en);
  font-size: 12.5rem;
  font-weight: var(--font-normal);
  letter-spacing: 0.0375em;
  line-height: 1;
  opacity: 0.15;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 80em) {
  .number-item-wrap::after {
    font-size: 8.4375rem;
  }
}
@media screen and (max-width: 35em) {
  .number-item-wrap::after {
    font-size: 6.5625rem;
  }
}
.number-item-wrap.--left-full::after {
  left: 0;
  top: 0;
}
@media screen and (min-width: 1600px) {
  .number-item-wrap.--left-full::after {
    left: 2.5rem;
  }
}
.number-item-wrap.--right-full::after {
  right: 0;
  top: 0;
}
@media screen and (min-width: 1600px) {
  .number-item-wrap.--right-full::after {
    right: 2.5rem;
  }
}
.number-item {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.number-item.--left-full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-top: 23.125rem;
}
@media screen and (min-width: 1600px) {
  .number-item.--left-full {
    margin-left: auto;
    margin-right: auto;
    padding-right: 3.75rem;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .number-item.--left-full {
    padding-top: 28.75rem;
  }
}
@media screen and (max-width: 80em) {
  .number-item.--left-full {
    padding-left: 0;
    padding-right: 0;
    padding-top: 23.75rem;
  }
}
@media screen and (max-width: 35em) {
  .number-item.--left-full {
    padding-top: 21.25rem;
  }
}
.number-item.--left-full .number-item__image {
  left: 0;
  top: 7.5rem;
}
@media screen and (max-width: 80em) {
  .number-item.--left-full .number-item__image {
    left: auto;
    top: 5rem;
  }
}
@media screen and (max-width: 80em) {
}
@media screen and (max-width: 35em) {
  .number-item.--left-full .number-item__image {
    top: 4.0625rem;
  }
}
.number-item.--left-full .number-item__box {
  margin-left: auto;
  padding-left: 7.5rem;
  padding-top: 6.25rem;
}
@media screen and (max-width: 80em) {
  .number-item.--left-full .number-item__box {
    padding: 3.125rem 3.125rem 0;
  }
}
@media screen and (max-width: 35em) {
  .number-item.--left-full .number-item__box {
    padding: 1.875rem 1.875rem 0;
  }
}
.number-item.--right-full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 19.125rem;
  padding-left: max(50vw - 50%, 100px);
}
@media screen and (min-width: 1600px) {
  .number-item.--right-full {
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.75rem;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .number-item.--right-full {
    padding-bottom: 21.25rem;
  }
}
@media screen and (max-width: 80em) {
  .number-item.--right-full {
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 21.25rem;
  }
}
.number-item.--right-full .number-item__image {
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 80em) {
  .number-item.--right-full .number-item__image {
    bottom: auto;
    top: 4.0625rem;
  }
}
.number-item.--right-full .number-item__box {
  margin-right: auto;
  padding-bottom: 6.25rem;
  padding-right: 7.5rem;
}
@media screen and (max-width: 80em) {
  .number-item.--right-full .number-item__box {
    padding: 3.125rem;
  }
}
@media screen and (max-width: 35em) {
  .number-item.--right-full .number-item__box {
    padding: 1.875rem 1.875rem 0;
  }
}

.number-item__heading {
  margin-bottom: 3.375rem;
}
@media screen and (max-width: 35em) {
  .number-item__heading {
    margin-bottom: 2.5rem;
  }
}

.number-item__image {
  position: absolute;
  width: 51.875rem;
}
@media screen and (max-width: 80em) {
  .number-item__image {
    min-width: 32.5rem;
    width: 70%;
  }
}
@media screen and (max-width: 35em) {
  .number-item__image {
    width: 90%;
  }
}

.number-item__box {
  background-color: #fff;
  min-width: 36.375rem;
  position: relative;
  width: 40.4166666667vw;
}
@media screen and (min-width: 90.0625em) {
  .number-item__box {
    width: 36.375rem;
  }
}
@media screen and (max-width: 80em) {
  .number-item__box {
    min-width: 0;
    width: 75%;
  }
}
@media screen and (max-width: 35em) {
  .number-item__box {
    width: 90%;
  }
}

/*********************
SINGLE
*********************/
.page-single-header {
  overflow: hidden;
  padding-bottom: 7.5rem;
  padding-top: 7.5rem;
  position: relative;
}
@media screen and (max-width: 35em) {
  .page-single-header {
    padding-bottom: 5rem;
    padding-top: 6.25rem;
  }
}

.page-single-header__container {
  display: flex;
  margin-right: calc(50% - 50vw);
  position: relative;
  width: 100vw;
}
@media screen and (min-width: 120em) {
  .page-single-header__container {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 60em) {
  .page-single-header__container {
    flex-direction: column;
    margin-right: 0;
    width: 100%;
  }
}

.page-single-header__heading {
  font-size: 3rem;
  font-size: clamp(1.75rem, 0.321rem + 2.98vw, 3rem);
  margin-top: 7.1875rem;
}
@media screen and (max-width: 60em) {
  .page-single-header__heading {
    bottom: 6.25rem;
    margin-top: 0;
    order: 3;
    position: absolute;
    z-index: 1;
  }
}
@media screen and (max-width: 35em) {
  .page-single-header__heading {
    bottom: 4.0625rem;
  }
  .page-single-header__heading p {
    font-size: 1.375rem;
  }
}

.page-single-header__body {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 60em) {
  .page-single-header__body {
    display: contents;
  }
  .page-single-header__body .heading-h1-page {
    order: 1;
  }
}
@media screen and (max-width: 60em) {
}

.page-single-header__img {
  aspect-ratio: 855/560;
  border-radius: 0.9375rem 0 0 0.9375rem;
  margin-left: auto;
  max-height: 36.25rem;
  min-height: 31.25rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 62.4087591241%;
}
@media screen and (min-width: 120em) {
  .page-single-header__img {
    border-radius: 0.9375rem;
  }
}
@media screen and (max-width: 60em) {
  .page-single-header__img {
    border-radius: 0.625rem;
    margin-top: 2.25rem;
    order: 2;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 35em) {
  .page-single-header__img {
    min-height: 18.75rem;
  }
}
.page-single-header__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-single-header__meta {
  margin-top: 6.25rem;
}
@media screen and (max-width: 60em) {
  .page-single-header__meta {
    margin-top: 2.5rem;
    order: 4;
  }
}

.page-single-header__name {
  font-size: 2rem;
  font-weight: var(--font-bold);
}
@media screen and (max-width: 35em) {
  .page-single-header__name {
    font-size: 1.5rem;
    line-height: 1.35;
  }
}

.page-single-header__detail {
  font-size: 1.5rem;
  font-weight: var(--font-normal);
}
@media screen and (max-width: 35em) {
  .page-single-header__detail {
    font-size: 1rem;
  }
}

.page-single-header__en {
  bottom: -1.1875rem;
  color: var(--main-orange);
  font-family: var(--font-en);
  font-size: 7.5rem;
  font-weight: var(--font-medium);
  left: -1.25rem;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  white-space: nowrap;
}
@media screen and (max-width: 35em) {
  .page-single-header__en {
    font-size: 6rem;
  }
}

.main-single-post {
  background-color: var(--main-orange);
  padding: 10.625rem 3.75rem;
}
@media screen and (max-width: 35em) {
  .main-single-post {
    padding: 5rem 1.5rem 2.5rem;
  }
}

.main-single-post__container {
  background-color: #fff;
  counter-reset: item;
  padding: 5rem;
  position: relative;
}
@media screen and (max-width: 60em) {
  .main-single-post__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 35em) {
  .main-single-post__container {
    padding: 3.75rem 1.5rem;
  }
}
.main-single-post__container::before, .main-single-post__container::after {
  content: "";
  position: absolute;
}
.main-single-post__container::before {
  animation: swing 1s infinite;
  background: url(../img/common/character02.webp) no-repeat center center/contain;
  height: 4.0625rem;
  left: -2.5rem;
  top: -1.875rem;
  width: 8rem;
}
@media screen and (max-width: 35em) {
  .main-single-post__container::before {
    height: 2.8125rem;
    left: -1.25rem;
    top: -1.25rem;
    width: 5.625rem;
  }
}
.main-single-post__container::after {
  animation: swing 1s infinite;
  background: url(../img/common/character03.webp) no-repeat center center/contain;
  bottom: -1.875rem;
  height: 4.4375rem;
  right: -2.5rem;
  width: 7.9375rem;
}
@media screen and (max-width: 35em) {
  .main-single-post__container::after {
    bottom: -1.25rem;
    height: 3.1875rem;
    right: -1rem;
    width: 5.6875rem;
  }
}

.main-single-post__block {
  counter-increment: item;
  position: relative;
}
.main-single-post__block .main-single-post__tag::after {
  content: counter(item, decimal-leading-zero);
  font-size: 2.25rem;
  line-height: 1;
}
@media screen and (max-width: 35em) {
  .main-single-post__block .main-single-post__tag::after {
    font-size: 1.5rem;
  }
}
.main-single-post__block + .main-single-post__block {
  margin-top: 5rem;
}
@media screen and (max-width: 35em) {
  .main-single-post__block + .main-single-post__block {
    margin-top: 4.0625rem;
  }
}

.main-single-post__tag {
  color: var(--accent-color);
  display: block;
  font-family: var(--font-en2);
  font-size: 1.25rem;
}
@media screen and (max-width: 35em) {
  .main-single-post__tag {
    font-size: 0.875rem;
  }
}

.main-single-post__heading {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 35em) {
  .main-single-post__heading {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.main-single-post__text {
  font-size: 1.125rem;
  font-weight: var(--font-normal);
  line-height: 2;
}
@media screen and (max-width: 35em) {
  .main-single-post__text {
    font-size: 0.875rem;
    line-height: 1.9;
  }
}
.main-single-post__text + .main-single-post__text {
  margin-top: 0.9375rem;
}

.main-single-post__img {
  margin-bottom: 1.25rem;
}
.main-single-post__img img {
  border-radius: 0.9375rem;
  width: 100%;
}
@media screen and (max-width: 60em) {
  .main-single-post__img img {
    border-radius: 0.625rem;
  }
}

.main-single-post__btn {
  margin-top: 4.375rem;
  text-align: center;
}

.sub-slider {
  overflow: hidden;
  padding: 12.5rem 0 8.75rem;
  padding-bottom: clamp(3.125rem, -5.313rem + 17.58vw, 8.75rem);
  padding-top: clamp(3.75rem, -9.375rem + 27.34vw, 12.5rem);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 60em) {
  .sub-slider {
    padding-bottom: 4.6875rem;
    padding-top: 10rem;
  }
}
@media screen and (max-width: 35em) {
  .sub-slider {
    padding-bottom: 2.5rem;
    padding-top: 5rem;
  }
}
.sub-slider.--orange-half {
  position: relative;
}
.sub-slider.--orange-half::after {
  background-color: var(--main-orange);
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.sub-slider__container {
  background-color: var(--main-orange);
  left: -200px;
  padding: 3.75rem 0;
  position: relative;
  transform: rotate(9.15deg);
  width: 120%;
}
@media screen and (max-width: 80em) {
  .sub-slider__container {
    left: -100px;
  }
}
@media screen and (max-width: 60em) {
  .sub-slider__container {
    left: -3.75rem;
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 35em) {
  .sub-slider__container {
    left: -1.25rem;
    padding: 1.5625rem 0;
  }
}
.sub-slider__container.--white {
  background-color: #fff;
}

.swiper {
  width: 120%;
}

.sub-slider__unit01,
.sub-slider__unit02 {
  /* スライドの動き等速 */
}
.sub-slider__unit01 .swiper-wrapper,
.sub-slider__unit02 .swiper-wrapper {
  transition-timing-function: linear;
}
.sub-slider__unit01,
.sub-slider__unit02 {
  /* 画像のサイズ調整 */
}
.sub-slider__unit01 .swiper-slide img,
.sub-slider__unit02 .swiper-slide img {
  border-radius: 0.5rem;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 35em) {
  .sub-slider__unit01 .swiper-slide img,
  .sub-slider__unit02 .swiper-slide img {
    border-radius: 0.25rem;
  }
}

.sub-slider__unit01 img {
  aspect-ratio: 200/267;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-slider__unit02 {
  margin-top: 0.875rem;
}
@media screen and (max-width: 35em) {
  .sub-slider__unit02 {
    margin-top: 0.25rem;
  }
}
.sub-slider__unit02 img {
  aspect-ratio: 291/218;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.keyword-slider {
  overflow: hidden;
  width: 100%;
}

.keyword-slider__track {
  animation: slide-left 100s linear infinite;
  display: flex;
  gap: 2.1875rem;
  width: -moz-max-content;
  width: max-content;
}

@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    /* アイテム1セット分を左に動かす */
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 60em) {
  .table {
    margin-bottom: 3.75rem;
  }
  .table:last-child {
    margin-bottom: 0;
  }
}
.table.--schedule tr:first-child::before {
  width: 7.5rem;
}
@media screen and (max-width: 60em) {
  .table.--schedule tr:first-child::before {
    width: 4.6875rem;
  }
}
.table.--schedule tr::after {
  width: 7.5rem;
}
@media screen and (max-width: 60em) {
  .table.--schedule tr::after {
    width: 4.6875rem;
  }
}
.table.--schedule th {
  font-family: var(--font-en3);
  font-weight: 600;
}
.table.--schedule td {
  font-weight: var(--font-normal);
}

.table-container {
  width: 100%;
}
.table-container tr {
  border-bottom: 1px solid #ccc;
  display: flex;
  padding: 1.25rem 0;
  position: relative;
}
@media screen and (max-width: 60em) {
  .table-container tr {
    padding: 1rem 0;
  }
}
.table-container tr:first-child {
  border-top: 1px solid #ccc;
}
.table-container tr:first-child::before {
  background-color: var(--accent-color);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 10rem;
}
@media screen and (max-width: 60em) {
  .table-container tr:first-child::before {
    width: 4.6875rem;
  }
}
.table-container tr::after {
  background-color: var(--accent-color);
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 10rem;
}
@media screen and (max-width: 60em) {
  .table-container tr::after {
    width: 4.6875rem;
  }
}
.table-container th, .table-container td {
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 60em) {
  .table-container th, .table-container td {
    font-size: 0.875rem;
  }
}
.table-container th {
  font-weight: var(--font-bold);
  text-align: left;
  width: 11.25rem;
}
@media screen and (max-width: 60em) {
  .table-container th {
    width: 6.5625rem;
  }
}
.table-container td {
  font-weight: var(--font-medium);
  width: calc(100% - 11.25rem);
}
@media screen and (max-width: 60em) {
  .table-container td {
    width: calc(100% - 6.5625rem);
  }
}
.table-container ul li {
  padding-left: 0.9375rem;
  position: relative;
}
.table-container ul li::before {
  background-color: var(--text-main);
  border-radius: 100px;
  content: "";
  height: 0.3125rem;
  left: 0;
  position: absolute;
  top: 1.0625rem;
  width: 0.3125rem;
}

.voice {
  display: flex;
  flex-wrap: wrap;
  gap: 3.125rem;
}
@media screen and (max-width: 80em) {
  .voice {
    gap: 1.5625rem;
  }
}
@media screen and (max-width: 60em) {
  .voice {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .voice {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 35em) {
  .voice {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.voice__post {
  position: relative;
  width: calc((100% - 6.25rem) / 3);
}
@media screen and (max-width: 80em) {
  .voice__post {
    width: calc((100% - 3.125rem) / 3);
  }
}
@media screen and (max-width: 60em) {
  .voice__post {
    width: calc((100% - 2rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .voice__post {
    width: 100%;
    width: calc((100% - 2.5rem) / 2);
  }
}
@media screen and (max-width: 35em) {
  .voice__post {
    width: 100%;
  }
}

.voice__link {
  display: block;
}
@media (hover: hover) {
  .voice__link:hover .voice__thumb img {
    transform: scale(1.05);
  }
}

.voice__thumb {
  border-radius: 15px;
  overflow: hidden;
}
.voice__thumb img {
  aspect-ratio: 399/513;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.voice__dept {
  background-color: #fff;
  border-radius: 0 0.625rem;
  font-size: 1rem;
  font-weight: var(--font-bold);
  min-width: 7.8125rem;
  min-width: clamp(6.25rem, 3.906rem + 4.88vw, 7.813rem);
  padding: 0.4375rem 0.75rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
@media screen and (max-width: 60em) {
  .voice__dept {
    font-size: 0.875rem;
    min-width: 5.3125rem;
  }
}
@media screen and (max-width: 35em) {
  .voice__dept {
    font-size: 1rem;
    min-width: 7.8125rem;
  }
}
.voice__dept::before, .voice__dept::after {
  background: url(../img/common/shape-radius.svg) no-repeat center center/contain;
  content: "";
  height: 0.625rem;
  position: absolute;
  width: 0.625rem;
}
.voice__dept::before {
  left: -0.625rem;
  top: 0;
}
.voice__dept::after {
  bottom: -0.625rem;
  right: 0;
}

.voice__body {
  bottom: 1.875rem;
  left: 1.125rem;
  position: absolute;
}
@media screen and (max-width: 60em) {
  .voice__body {
    left: 0.3125rem;
  }
}
@media screen and (max-width: 35em) {
  .voice__body {
    bottom: 1.25rem;
    left: 0.875rem;
  }
}

.voice__copy {
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.373rem + 1.25vw, 1.5rem);
  font-weight: var(--font-bold);
  line-height: 1.85;
}
@media screen and (max-width: 60em) {
  .voice__copy {
    font-size: clamp(0.75rem, 0.225rem + 1.5vw, 1.125rem);
    line-height: 1.75;
  }
}
@media screen and (max-width: 35em) {
  .voice__copy {
    font-size: 1.3125rem;
  }
}
.voice__copy p {
  background: linear-gradient(transparent 5%, #fff 0%);
  display: inline;
  line-height: 1.5;
}
@media screen and (max-width: 35em) {
  .voice__copy p {
    line-height: 1.35;
  }
}

.voice__meta {
  color: #fff;
  display: flex;
  font-size: 1.25rem;
  font-size: clamp(0.875rem, 0.313rem + 1.17vw, 1.25rem);
  font-weight: var(--font-bold);
  gap: 2rem;
}
@media screen and (max-width: 35em) {
  .voice__meta {
    font-size: 1rem;
    gap: 1.5rem;
  }
}

.voice__name {
  position: relative;
}
.voice__name::before {
  background-color: #fff;
  content: "";
  height: 0.125rem;
  position: absolute;
  right: -1.75rem;
  top: 1.1875rem;
  transform: rotate(-45deg);
  width: 1.25rem;
}
@media screen and (max-width: 60em) {
  .voice__name::before {
    right: -1.25rem;
    top: 1rem;
    width: 1rem;
  }
}

/* Auto-generated index.scss for page */
.page-header {
  overflow: hidden;
  padding-bottom: 7.5rem;
  padding-top: 6.75rem;
  padding-top: clamp(6.75rem, -3rem + 8.13vw, 10rem);
  position: relative;
}
@media screen and (max-width: 60em) {
  .page-header {
    padding-bottom: 5rem;
    padding-top: 6.75rem;
  }
}
@media screen and (max-width: 35em) {
  .page-header {
    padding-top: 5rem;
  }
}
.page-header .container {
  max-width: 100%;
}

.page-header__heading {
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 35em) {
  .page-header__heading {
    margin-bottom: 1.5rem;
  }
}

.page-header__img {
  position: relative;
}
.page-header__img img {
  border-radius: 0.625rem 0 0 0.625rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 120em) {
  .page-header__img img {
    border-radius: 0.9375rem;
  }
}
@media screen and (max-width: 60em) {
  .page-header__img img {
    height: 100%;
    min-height: 16.375rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-header__container {
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 120em) {
  .page-header__container {
    margin-right: 0;
  }
}

.page-header__en {
  backface-visibility: hidden; /* レンダリング安定化 */
  bottom: -4.375rem;
  /* Safari で最初から合成レイヤにする */
  isolation: isolate; /* ブレンドの基準をこの要素内に限定 */
  mix-blend-mode: exclusion;
  position: absolute;
  right: var(--container-side);
  transform: translateZ(0); /* 強制レイヤ化 */
  will-change: transform; /* レイヤ化のヒント */
}
@media screen and (max-width: 60em) {
  .page-header__en {
    bottom: -3.125rem;
  }
}
@media screen and (max-width: 35em) {
  .page-header__en {
    bottom: -2.5rem;
  }
}
.page-header__en.--works {
  width: 36.1875rem;
}
@media screen and (max-width: 60em) {
  .page-header__en.--works {
    width: 23.125rem;
  }
}
@media screen and (max-width: 35em) {
  .page-header__en.--works {
    width: 16.875rem;
  }
}
.page-header__en.--environment {
  width: 35.8125rem;
}
@media screen and (max-width: 60em) {
  .page-header__en.--environment {
    width: 23.3125rem;
  }
}
@media screen and (max-width: 35em) {
  .page-header__en.--environment {
    width: 17.0625rem;
  }
}
.page-header__en.--interview {
  width: 25.4375rem;
}
@media screen and (max-width: 60em) {
  .page-header__en.--interview {
    width: 17.9375rem;
  }
}
@media screen and (max-width: 35em) {
  .page-header__en.--interview {
    width: 13.5625rem;
  }
}
.page-header__en.--company {
  bottom: -6.25rem;
  width: 25.75rem;
}
@media screen and (max-width: 60em) {
  .page-header__en.--company {
    bottom: -4.5rem;
    width: 17.9375rem;
  }
}
@media screen and (max-width: 35em) {
  .page-header__en.--company {
    bottom: -3.5625rem;
    width: 13.25rem;
  }
}
.page-header__en.--process {
  width: 20.3125rem;
}
@media screen and (max-width: 60em) {
  .page-header__en.--process {
    width: 15.3125rem;
  }
}
@media screen and (max-width: 35em) {
  .page-header__en.--process {
    width: 10.9375rem;
  }
}
.page-header__en.--application {
  width: 21rem;
}
@media screen and (max-width: 60em) {
  .page-header__en.--application {
    width: 14.1875rem;
  }
}
@media screen and (max-width: 35em) {
  .page-header__en.--application {
    width: 10.4375rem;
  }
}
.page-header__en .text-st0,.page-header__en .text-st1 {
  mix-blend-mode: exclusion;
}
.page-header__en .text-st1 {
  fill: #fff;
  stroke-width: 0px;
}
.page-header__en .text-st2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 8px;
}

.page-container {
  border-radius: 0.9375rem;
}
.page-container.--orange {
  background-color: var(--main-orange);
  padding: 2.5rem;
}
@media screen and (max-width: 60em) {
  .page-container.--orange {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 35em) {
  .page-container.--orange {
    padding: 1.25rem;
  }
}
.page-container.--white {
  background-color: #fff;
  padding: 2.5rem;
}
@media screen and (max-width: 60em) {
  .page-container.--white {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 35em) {
  .page-container.--white {
    padding: 1.25rem;
  }
}

.page-section {
  position: relative;
}
.page-section.--orange {
  padding: 3.75rem 0;
}
.page-section.--orange::before {
  background-color: var(--main-orange);
  content: "";
  height: 100%;
  left: -2000px;
  position: absolute;
  top: 0;
  width: 6000px;
  z-index: -1;
}
.page-section.--pb0 {
  padding-bottom: 0;
}
.page-section.--pb0::before {
  height: calc(100% + 7.5rem);
}

.top-section {
  overflow: hidden;
  padding: 7.5rem 0 0.9375rem;
  position: relative;
}
@media screen and (max-width: 80em) {
  .top-section {
    padding: 5rem 0 0.9375rem;
  }
}
@media screen and (max-width: 35em) {
  .top-section {
    padding: 4rem 0 0.9375rem;
  }
}

/*********************
ファーストビュー
*********************/
.top-service,.fv {
  background-color: var(--main-orange);
}
.fv {
  padding-bottom: 2rem;
  padding-top: 19.75rem;
  padding-top: clamp(12.813rem, -1.106rem + 23.17vw, 19.75rem);
  position: relative;
}
@media screen and (min-width: 120em) {
  .fv {
    padding-top: 19.75rem;
  }
}
@media screen and (max-width: 60em) {
  .fv {
    padding-top: clamp(13.75rem, 11.992rem + 5.01vw, 15rem);
  }
}
@media screen and (max-width: 35em) {
  .fv {
    padding-top: 4.84375rem;
  }
}
.fv .container {
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 60em) {
  .fv .container {
    padding: 0 var(--container-side);
  }
}

/* コンテナのサイズはお好みで調整 */
#fvSlider {
  height: 35rem;
  height: clamp(35rem, 5rem + 25vw, 45rem);
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 60em) {
  #fvSlider {
    height: 42.5rem;
  }
}
@media screen and (max-width: 35em) {
  #fvSlider {
    height: calc(100svh - 7.9375rem);
  }
}

/* 画像を全面フィットさせる */
#fvSlider .swiper-slide {
  display: grid;
  place-items: center;
}

#fvSlider img,
#fvSlider picture {
  height: 100%;
  max-height: 35rem;
  max-height: clamp(35rem, 5rem + 25vw, 45rem);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
  border-radius: 15px;
     object-position: top;
}
@media screen and (max-width: 60em) {
  #fvSlider img,
  #fvSlider picture {
    max-height: 42.5rem;
  }
}
@media screen and (max-width: 35em) {
  #fvSlider img,
  #fvSlider picture {
    max-height: calc(100svh - 7.9375rem);
  }
}

/* ページネーション（丸） */
.fv__copy {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  left: calc(var(--container-side) + 1.75rem);
  position: absolute;
  top: -7.5rem;
  top: clamp(-120px, -100px - 20 * (100vw - 768px) / 512, -100px);
  z-index: 1;
}
@media screen and (min-width: 120em) {
  .fv__copy {
    top: -8.4375rem;
  }
}
@media screen and (max-width: 35em) {
  .fv__copy {
    bottom: 5.3125rem;
    gap: 0.390625rem;
    left: calc(var(--container-side) + 0.375rem);
    top: auto;
  }
}
.fv__copy p {
  background-color: #fff;
  font-size: 3rem;
  font-size: clamp(2rem, 0.5rem + 3.13vw, 3rem);
  font-weight: var(--font-bold);
  line-height: 1;
  padding: 0.625rem 0.625rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 120em) {
  .fv__copy p {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 35em) {
  .fv__copy p {
    font-size: 1.875rem;
    padding: 0.3125rem 0.3125rem 0.3125rem;
  }
}
.fv__copy > .text:nth-child(2) p, .fv__copy > :nth-child(3) p {
  padding-right: 0rem;
}

/* FOUC対策：初期は不可視。ただしスペースは確保 */
#page-text-animation {
  display: block;
  height: auto;
  visibility: hidden;
  width: 100%;
}

/* 見せていい瞬間だけ付ける */
#page-text-animation.is-vivus-ready {
  visibility: visible;
}

.fv__eb {
  backface-visibility: hidden; /* レンダリング安定化 */
  /* Safari で最初から合成レイヤにする */
  isolation: isolate; /* ブレンドの基準をこの要素内に限定 */
  mix-blend-mode: exclusion;
  position: absolute;
  right: var(--container-side);
  top: -5.3125rem;
  transform: translateZ(0); /* 強制レイヤ化 */
  width: 22.25rem;
  will-change: transform; /* レイヤ化のヒント */
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .fv__eb {
    top: -4.375rem;
    width: 18.75rem;
  }
}
@media screen and (max-width: 60em) {
  .fv__eb {
    top: -3.75rem;
    width: 16.25rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__eb {
    bottom: 0rem;
    top: auto;
    width: 16.25rem;
  }
}
@media screen and (max-width: 35em) {
  .fv__eb {
    width: 11rem;
  }
}
.fv__eb .text-st0,.fv__eb .text-st1 {
  mix-blend-mode: exclusion;
}
.fv__eb .text-st1 {
  fill: #fff;
  stroke-width: 0px;
}
.fv__eb .text-st2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 8px;
}

.fv__desc {
  font-family: var(--font-en);
  font-size: 0.875rem;
  font-weight: var(--font-bold);
  letter-spacing: 0.22em;
  position: absolute;
  right: 1.5277777778%;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
}
@media screen and (min-width: 120em) {
  .fv__desc {
    font-size: 1.125rem;
    height: 23.125rem;
  }
}
@media screen and (max-width: 35em) {
  .fv__desc {
    display: none;
  }
}

.fv__scroll {
  content: "";
  font-size: 1.125rem;
  margin-top: 0.3125rem;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (min-width: 120em) {
  .fv__scroll {
    font-size: 1.375rem;
    padding-left: 1.75rem;
  }
}
@media screen and (max-width: 35em) {
  .fv__scroll {
    font-size: 0.875rem;
    padding-left: 1.125rem;
  }
}
.fv__scroll::before {
  background: url(../img/common/scrolldown-arrow.svg) no-repeat center center/contain;
  content: "";
  height: 1.1875rem;
  left: 0;
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  width: 1.1875rem;
}
@media screen and (min-width: 120em) {
  .fv__scroll::before {
    height: 1.4375rem;
    width: 1.4375rem;
  }
}
@media screen and (max-width: 35em) {
  .fv__scroll::before {
    height: 0.9375rem;
    width: 0.9375rem;
  }
}

.fv__pagination {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0.625rem;
  padding-right: 1.5625rem;
}
.fv__pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 0.375rem;
  opacity: 1;
  transition: all 0.3s ease;
  width: 0.375rem;
}

/* アクティブ時を画像に変更 */
.fv__pagination .swiper-pagination-bullet-active {
  background: url("../img/common/symbol.svg") no-repeat center/contain;
  background-color: transparent; /* 背景色を消す */
  border: none;
  border-radius: 0; /* 丸ではなく画像形状に合わせる */
  height: 0.625rem;
  opacity: 1;
  width: 0.625rem;
}

/*********************
仕事を知る
*********************/
.top-works {
  position: relative;
}
.top-works::after {
  background-color: var(--main-orange);
  bottom: 0;
  content: "";
  height: 85%;
  left: 0;
  position: absolute;
  width: 65.9722222222%;
  z-index: -1;
}
@media screen and (max-width: 35em) {
  .top-works::after {
    bottom: 0.9375rem;
    height: 75%;
  }
}

.top-works__container {
  display: flex;
  padding-bottom: 20rem;
  padding-bottom: clamp(15.625rem, 7.847rem + 16.2vw, 20rem);
  position: relative;
}
@media screen and (max-width: 35em) {
  .top-works__container {
    flex-direction: column;
    padding-bottom: 0;
  }
}

.top-works__body {
  bottom: 0rem;
  left: 0;
  max-width: 35.625rem;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 35em) {
  .top-works__body {
    display: contents;
  }
  .top-works__heading {
    order: 1;
  }
}

@media screen and (max-width: 35em) {
}

.top-works__copy {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 35em) {
  .top-works__copy {
    margin-top: -5rem;
    order: 3;
  }
  .top-works__image {
    margin-bottom: 1.25rem;
    order: 2;
  }
}

@media screen and (max-width: 35em) {
}
.top-works__image img {
  margin-left: auto;
  min-height: 25rem;
  width: 65rem;
  width: 80%;
  -o-object-fit: cover;
  border-radius: 0.9375rem;
     object-fit: cover;
}
@media screen and (max-width: 35em) {
  .top-works__image img {
    border-radius: 0.625rem;
    min-height: 0;
    min-height: 18.75rem;
    width: 100%;
  }
  .top-works__text {
    order: 4;
  }
  .top-works__btn {
    order: 5;
  }
}

@media screen and (max-width: 35em) {
}

@media screen and (max-width: 35em) {
}

/*********************
環境を知る
*********************/
.top-environment__container {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding-bottom: 5.9375rem;
}
@media screen and (min-width: 90.0625em) {
  .top-environment__container {
    gap: 7.5rem;
    justify-content: center;
  }
}
@media screen and (max-width: 60em) {
  .top-environment__container {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 0;
  }
}

.top-environment__body {
  margin-bottom: -5.9375rem;
  max-width: 33.8125rem;
  width: 41.6153846154%;
}
@media screen and (max-width: 60em) {
  .top-environment__body {
    display: contents;
  }
}

.top-environment__heading {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 60em) {
  .top-environment__heading {
    order: 1;
  }
}

.top-environment__copy {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 60em) {
  .top-environment__copy {
    margin-top: -5rem;
    order: 3;
  }
  .top-environment__text {
    max-width: 80%;
    order: 4;
  }
}

@media screen and (max-width: 60em) {
}
@media screen and (max-width: 35em) {
  .top-environment__text {
    max-width: 100%;
  }
}

@media screen and (max-width: 60em) {
  .top-environment__btn {
    order: 5;
  }
}

.top-environment__image {
  border-radius: 0.9375rem;
  max-width: 50rem;
  overflow: hidden;
  width: 49%;
}
@media screen and (max-width: 60em) {
  .top-environment__image {
    aspect-ratio: 375/260;
    border-radius: 0.625rem;
    margin-bottom: 1.25rem;
    order: 2;
    width: 100%;
  }
}
.top-environment__image img {
  width: 100%;
}

/*********************
働く人を知る
*********************/
.top-voice {
  padding-top: 2.5rem;
}

@media screen and (max-width: 35em) {
  .top-voice__container {
    display: flex;
    flex-direction: column;
  }
}

.top-voice__head {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 35em) {
  .top-voice__head {
    display: contents;
  }
  .top-voice__head-left {
    order: 1;
  }
  .top-voice__head-right {
    order: 3;
  }
  .top-voice__btn {
    margin-top: 1.5rem;
    order: 3;
    text-align: center;
  }
  .top-voice__body {
    margin-top: 1.5rem;
    order: 2;
    padding: 0 1rem;
  }
}

@media screen and (max-width: 35em) {
}

@media screen and (max-width: 35em) {
}

@media screen and (max-width: 35em) {
}

@media screen and (max-width: 35em) {
}

/*********************
会社を知る
*********************/
.top-company__container {
  display: flex;
  padding-bottom: 8.75rem;
  position: relative;
}
@media screen and (max-width: 60em) {
  .top-company__container {
    background-color: #fff;
    border-radius: 0.625rem;
    flex-direction: column;
    padding: 2.5rem;
  }
}
@media screen and (max-width: 35em) {
  .top-company__container {
    padding: 1.5rem;
  }
}

.top-company__body {
  background-color: #fff;
  border-radius: 0.9375rem;
  max-width: 53.8461538462%;
  min-width: clamp(31.25rem, 12.5rem + 39.06vw, 43.75rem);
  padding: 5.8125rem 1.4375rem 7.875rem 3.75rem;
  position: relative;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 60em) {
  .top-company__body {
    background-color: transparent;
    max-width: 100%;
    min-width: 0;
    padding: 0;
  }
}
.top-company__body::before {
  animation: swing 1s infinite;
  background: url(../img/common/character01.webp) no-repeat center center/contain;
  content: "";
  height: 3.5rem;
  position: absolute;
  right: -0.875rem;
  top: -1.75rem;
  transform-origin: center bottom;
  width: 6.3125rem;
}
@media screen and (max-width: 60em) {
  .top-company__body::before {
    right: -3.5rem;
    top: -3.5rem;
  }
}
@media screen and (max-width: 35em) {
  .top-company__body::before {
    height: 2.5rem;
    right: -2rem;
    top: -2.875rem;
    width: 4.4375rem;
  }
}
@keyframes swing {
  0% {
    transform: rotate(5deg);
  }
  49.9% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}

.top-company__image {
  border-radius: 0.9375rem;
  bottom: 0;
  max-height: 43.75rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 52.7692307692%;
}
@media screen and (max-width: 60em) {
  .top-company__image {
    border-radius: 0.625rem;
    bottom: auto;
    position: relative;
    right: 0;
    width: 100%;
  }
}
.top-company__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-company__text {
  max-width: 100%;
  width: 28.4375rem;
}

/*********************
キーワード
*********************/
.top-keyword {
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 35em) {
  .top-keyword {
    padding-bottom: 7.5rem;
  }
}

/*********************
よくある質問
*********************/
.top-faq {
  overflow: visible;
  position: relative;
}
.top-faq::before {
  background: var(--main-orange);
  content: "";
  height: 46.875rem;
  position: absolute;
  right: 0rem;
  top: -3.75rem;
  width: 80.0694444444%;
  z-index: -1;
}
@media screen and (max-width: 60em) {
  .top-faq::before {
    height: calc(100% + 3.75rem);
    top: -2.5rem;
    width: 100%;
  }
}

.top-faq__container {
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
}
@media screen and (max-width: 60em) {
  .top-faq__container {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
}

.top-faq__head {
  width: 18.75rem;
}
@media screen and (max-width: 60em) {
  .top-faq__head {
    display: contents;
  }
  .top-faq__heading {
    order: 1;
  }
  .top-faq__btn {
    margin-top: 1.5rem;
    order: 3;
  }
}

@media screen and (max-width: 60em) {
}

@media screen and (max-width: 60em) {
}

.top-faq__body {
  width: 68.4615384615%;
}
@media screen and (max-width: 60em) {
  .top-faq__body {
    order: 2;
    width: 100%;
  }
}

/*********************
メッセージ
*********************/
.top-message {
  overflow: hidden;
}

@media screen and (max-width: 35em) {
  .top-message__container {
    margin-bottom: 0;
  }
}

.top-message__head {
  display: flex;
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 120em) {
  .top-message__head {
    margin-right: 0;
  }
}

.top-message__image {
  margin-left: auto;
  max-height: 37.9375rem;
  overflow: hidden;
}
@media screen and (max-width: 35em) {
  .top-message__image {
    overflow: hidden;
  }
}
.top-message__image img {
  height: 100%;
  margin-left: auto;
  max-width: 100%;
  width: 83.2116788321%;
  -o-object-fit: cover;
  border-radius: 0.9375rem 0 0 0.9375rem;
     object-fit: cover;
}
@media screen and (max-width: 35em) {
  .top-message__image img {
    aspect-ratio: 360/340;
    border-radius: 0.625rem 0 0 0.625rem;
  }
}
@media screen and (min-width: 120em) {
  .top-message__image img {
    border-radius: 0.9375rem;
  }
}

.top-message__copy {
  position: absolute;
  top: 8rem;
  z-index: 2;
}
@media screen and (max-width: 35em) {
  .top-message__copy {
    bottom: 1.5rem;
    top: auto;
  }
}

.top-message__body {
  align-items: flex-end;
  display: flex;
  gap: 6.875rem;
  margin-top: -10.625rem;
  margin-top: clamp(-170px, -20px - 50 * (100vw - 768px) / 512, -20px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 60em) {
  .top-message__body {
    gap: 2.5rem;
    margin-top: -2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-message__body {
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 35em) {
  .top-message__body {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
}

.top-message__body-left {
  width: 42%;
}
@media screen and (max-width: 60em) {
  .top-message__body-left {
    width: 47.6923076923%;
  }
}
@media screen and (max-width: 35em) {
  .top-message__body-left {
    aspect-ratio: 375/260;
    overflow: hidden;
    width: 100%;
  }
}
.top-message__body-left img {
  border-radius: 0.9375rem;
  width: 100%;
}
@media screen and (max-width: 35em) {
  .top-message__body-left img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top-message__body-right {
  width: 41.6153846154%;
}
@media screen and (max-width: 35em) {
  .top-message__body-right {
    width: 100%;
  }
}