* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "noto-sans-jp", sans-serif;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

@media (max-width: 1439px) {
  html {
    font-size: 0.69vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.67vw;
  }
}
body {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1a1a1a;
  background: #fbf8f0;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}

a {
  color: #c80002;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

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

p {
  margin: 0;
}

.container {
  max-width: 148rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 2.4rem 1.2rem 0 2rem;
  }
}
@media screen and (max-width: 639px) {
  .container {
    padding: 0 1.2rem;
  }
}

main {
  background-color: #fbf8f0;
  overflow-x: clip;
}

.is__block--sp {
  display: none;
}

.is__block--pc {
  display: block;
}

.is__flex--sp {
  display: none;
}

.is__flex--pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is__block--sp {
    display: block;
  }
  .is__block--pc {
    display: none;
  }
}
.bs-text-red {
  color: #c80002;
}

.bs-button {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1.6rem 3.1rem 1.5rem;
  border: 1px solid #1a1a1a;
  border-radius: 10rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.bs-button--primary {
  background-color: #c80002;
  color: #ffffff;
}
.bs-button--primary:hover {
  background-color: rgb(149, 0, 1.49);
}
@media screen and (max-width: 768px) {
  .bs-button {
    padding: 1.3rem 2.5rem 1.3rem;
    margin-top: 1.2rem;
    font-size: 1.6rem;
  }
}
.bs-button span {
  margin-left: -0.2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .bs-button span {
    font-size: 1.6rem;
  }
}

.bs-button__icon {
  font-size: 2rem;
  line-height: 1;
}

.ly-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
}

.ly-header__nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: auto;
}

.ly-header__left {
  position: relative;
  flex: 0 0 auto;
  padding: 3.2rem 0 0;
  padding-left: 0.4rem;
}
.ly-header__left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 11.1rem;
  background-image: url("../images/icons/head_menu_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ly-header__left {
    padding: 1.2rem 0;
    display: none;
  }
  .ly-header__left::before {
    top: 1rem;
    width: 2.25rem;
    height: 7.85rem;
  }
}

.ly-header__menu {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  background: #ffffff;
  border: 0.1rem solid black;
  border-radius: 0.9rem;
  padding: 0 2.7rem 0 4rem;
}

.ly-header__link {
  font-size: 1.5rem;
  font-weight: 700;
  color: black;
  text-decoration: none;
  padding: 1rem 0.8rem 0.8rem;
  display: inline-block;
  transition: color 0.3s ease;
}
.ly-header__link:hover {
  color: #c80002;
}
@media screen and (max-width: 768px) {
  .ly-header__link {
    padding: 0.4rem 0.8rem;
  }
}

.ly-header__center {
  display: flex;
  gap: 1rem;
  padding: 3.2rem 0 0;
}
@media screen and (max-width: 768px) {
  .ly-header__center {
    padding: 1.6rem 0 !important;
    gap: 1.2rem;
  }
}

.ly-header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .ly-header__btn {
    padding: 0.8rem 0.6rem;
    font-size: 1.4rem !important;
    height: 3.6rem;
  }
}

.ly-header__btn--reserve {
  background-color: #c80002;
  color: #ffffff;
}
.ly-header__btn--reserve:hover {
  background-color: #a00001;
}
@media screen and (max-width: 768px) {
  .ly-header__btn--reserve {
    width: 7.2rem;
  }
}

.ly-header__btn--apply {
  background-color: #f9e01f;
  color: #1a1a1a;
}
.ly-header__btn--apply:hover {
  background-color: #d4b800;
}
@media screen and (max-width: 768px) {
  .ly-header__btn--apply {
    width: 11.4rem;
  }
}

.ly-header__right {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
  z-index: 12;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .ly-header__right {
    gap: 0;
    transition: transform 0.4s ease, opacity 0.3s ease;
    padding: 0 0 0 2.1rem !important;
    gap: 0;
  }
}

.ly-header__logo-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  padding: 1.35rem 1.6rem 3rem 3.1rem;
}
@media screen and (max-width: 768px) {
  .ly-header__logo-section {
    width: 14rem;
    padding: 0rem 1.5rem 3rem 1.6rem;
    gap: 1.1rem;
  }
}

.ly-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ly-header__bg::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50%;
  height: 14rem;
  background: radial-gradient(ellipse at center top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 70%);
}
@media screen and (max-width: 768px) {
  .ly-header__bg::after {
    display: none;
  }
}
.ly-header__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .ly-header__bg {
    top: -0.7rem;
  }
}

.ly-header__logo {
  padding: 1.1rem 0.7rem;
}
.ly-header__logo a {
  display: block;
}
.ly-header__logo a img {
  width: 13rem;
  height: 2.9rem;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .ly-header__logo a {
    display: block;
    padding-top: 1.2rem;
    padding-left: 0.5rem;
  }
}

.ly-header__menu-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.ly-header__menu-toggle:hover {
  opacity: 0.8;
}

.ly-header__menu-line {
  width: 6.8rem;
  height: 0.1rem;
  background-color: #ffffff;
  border-radius: 2rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-line {
    width: 6rem;
  }
}

.ly-header__menu-text {
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-text {
    margin-top: 0.2rem;
    margin-left: -0.4rem;
  }
}

/* overlay */
.ly-header__menu-open {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  height: 100vh;
  overflow: scroll;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-open {
    overflow-y: auto;
  }
}

.ly-header__menu-open-text {
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: -1rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-open-text {
    bottom: -3.2rem;
  }
}

.ly-header__menu-open-text-inner {
  display: inline-block;
  font-size: 28rem;
  line-height: 1;
  font-weight: 900;
  color: rgba(250, 198, 30, 0.3);
  animation: marquee 20s linear infinite;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-open-text-inner {
    font-size: 14rem;
    animation: marquee 10s linear infinite;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.ly-header .ly-header__menu-text.is-close {
  display: block;
}
.ly-header .ly-header__menu-text.is-open {
  display: none;
}

.ly-header--menu-open .ly-header__menu-text.is-close {
  display: none;
}
.ly-header--menu-open .ly-header__menu-text.is-open {
  display: block;
}

.ly-header--menu-open .ly-header__btn--apply {
  background-color: #ffffff;
  color: #000000;
}

.ly-header--menu-open .ly-header__menu-line:first-child {
  transform: translateY(0.4rem) rotate(8deg);
}

.ly-header--menu-open .ly-header__menu-line:nth-child(2) {
  transform: translateY(-0.4rem) rotate(-8deg);
}

@media screen and (max-width: 768px) {
  .ly-header--menu-open .ly-header__right {
    position: fixed;
    transform: translateY(0);
  }
}

/* open state */
.ly-header--menu-open .ly-header__menu-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* inner container */
.ly-header__menu-open-inner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #f9e01f;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url("../images/common/bg_menu_open.jpg");
}

.ly-header__menu-open-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 87.8rem;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-open-content {
    padding: 11.9rem 0 8rem;
    flex-direction: column;
    gap: 4.8rem;
  }
}

.ly-header__menu-open-bg {
  position: absolute;
  width: 100%;
  height: 59.8rem;
  top: 50%;
  max-width: 95.1rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ly-header__menu-open-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: 2.7rem;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-open-bg img {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .ly-header__menu-open-bg {
    width: 135%;
    top: 49.4%;
    left: 48.3%;
    transform: translate(-50%, -50%) rotate(314deg);
  }
}

/* menu block */
.ly-header__menu-block {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 50%;
  max-width: 34.7rem;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-block {
    padding: 0 2.4rem;
    width: 100%;
    max-width: none;
    align-items: flex-start;
    text-align: center;
    gap: 2.4rem;
  }
}

/* title */
.ly-header__menu-title {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-title {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
  }
}

/* list */
.ly-header__menu-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-list {
    gap: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .ly-header__menu-open-content > .ly-header__menu-block:last-child .ly-header__menu-list {
    gap: 2.4rem;
  }
}

/* item */
.ly-header__menu-item {
  position: relative;
  padding-left: 5.8rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-item {
    padding-left: 4.6rem;
  }
}

/* dot */
.ly-header__menu-item::before {
  content: "";
  position: absolute;
  left: 2.25rem;
  top: -0.2rem;
  width: 3.7rem;
  height: 3.7rem;
  background-image: url("../images/icons/hexagon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-item::before {
    width: 2rem;
    height: 3rem;
    top: -1px;
    left: 18px;
  }
}

.ly-header__menu-item:hover::before {
  transform: rotate(60deg);
}

/* link */
.ly-header__menu-link {
  color: #000000;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-link {
    align-items: start;
  }
}

.ly-header__menu-link-title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-link-title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
  }
}

.ly-header__menu-link-subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .ly-header__menu-link-subtitle {
    margin-top: -0.3rem;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
  }
}

@media screen and (max-width: 768px) {
  .ly-header__nav {
    flex-direction: column;
    align-items: stretch;
  }
  .ly-header__left {
    width: 100%;
  }
  .ly-header__menu {
    gap: 0.6rem;
    padding: 0.5rem 2rem;
    flex-wrap: wrap;
  }
  .ly-header__right {
    width: 100%;
    justify-content: space-between;
    padding: 0 0 0 2.1rem;
  }
  .ly-header__actions {
    flex-direction: column;
    width: 100%;
  }
  .ly-header__center {
    padding: 1.6rem 0 1.5rem;
  }
  .ly-header__logo {
    padding: 0;
  }
  .ly-header__logo a img {
    width: 10rem;
  }
}
.ly-cta {
  position: relative;
  overflow: hidden;
  background-color: #fbf8f0;
}

.ly-cta__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 93.6rem;
  background-color: #f9e01f;
  clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0% 100%, 0% 25%);
}
@media screen and (max-width: 768px) {
  .ly-cta__bg {
    clip-path: polygon(50% 0%, 173% 25%, 100% 100%, 0% 100%, -4% 11%);
  }
}

.ly-cta__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.2rem;
  padding: 14.4rem 0 7.9rem;
}
@media screen and (max-width: 768px) {
  .ly-cta__content {
    margin-top: 6.4rem;
    padding: 8rem 2rem 7.9rem;
  }
}

.ly-cta__logo img {
  width: 7rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .ly-cta__logo img {
    width: 7rem;
  }
}

.ly-cta__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  display: inline;
  width: 56.7rem;
}
@media screen and (max-width: 768px) {
  .ly-cta__text-wrapper {
    display: flex;
  }
}

.ly-cta__text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
  line-height: 2.4;
}

.ly-cta__text:first-child {
  margin-left: 0.4rem;
  display: inline;
}

.ly-cta__text:nth-child(2) {
  margin-left: -0.5rem;
  display: inline;
}

.ly-cta__line {
  width: 55.7rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  height: 5rem;
  background-image: url("../images/common/line-decoration.svg");
}

.ly-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 3.1rem;
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 3.2rem 6.2rem 2.9rem;
  border-radius: 20rem;
  font-size: 6.4rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: -3px;
  padding: 3.2rem 6rem 3.2rem;
}
.ly-cta__button:hover {
  opacity: 0.9;
}
.ly-cta__button span {
  margin-left: 0.4rem;
  margin-top: -0.2rem;
}
@media screen and (max-width: 768px) {
  .ly-cta__button {
    width: 32.8rem;
    gap: 0;
    margin-top: -0.8rem;
    padding: 2rem 4rem;
    font-size: 3.2rem;
    white-space: nowrap;
    padding-bottom: 2.2rem;
  }
  .ly-cta__button span {
    margin-left: -0.4rem;
    font-size: 3.6rem;
    line-height: 1.54;
    margin-top: 0.3rem;
  }
}

.ly-cta__button-icon {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ly-cta__button-icon {
    width: 5.5rem;
    height: 5.4rem;
    margin-left: 2.4rem;
    margin-top: 0.3rem;
  }
}

.ly-footer {
  background-color: black;
  color: #fbf8f0;
  padding: 4rem 6rem 1.6rem 4rem;
}
@media screen and (max-width: 768px) {
  .ly-footer {
    padding: 4rem 2rem 1.6rem 5.6rem;
  }
}

.ly-footer__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8.7rem;
}

.ly-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ly-footer__logo img {
  width: 24.2rem;
  height: 5.4rem;
  object-fit: contain;
}

.ly-footer__nav {
  display: flex;
  gap: 3.2rem;
  align-items: center;
}

.ly-footer__link {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fbf8f0;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.ly-footer__link:hover {
  color: #f9e01f;
}

.ly-footer__bottom {
  text-align: center;
}

.ly-footer__copyright {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fbf8f0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .ly-cta__bg {
    width: 100%;
    height: 100%;
  }
  .ly-cta__text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .ly-cta__line {
    width: 31rem;
    height: 6rem;
    margin-top: 0.1rem;
  }
}
.ly-cta__button-icon {
  font-size: 2.4rem;
}

.ly-footer__container {
  gap: 4rem;
}

.ly-footer__top {
  flex-direction: column;
  gap: 3.8rem;
  align-items: flex-start;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .ly-footer__top {
    flex-direction: column;
    gap: 3.8rem;
    align-items: flex-start;
  }
}

.ly-footer__logo img {
  width: 24.2rem;
  height: auto;
}

.ly-footer__nav {
  flex-direction: column;
  gap: 3.38rem;
  align-items: flex-start;
  width: 100%;
  flex-direction: row;
  gap: 3.2rem;
  align-items: center;
  width: auto;
  margin-top: 1.7rem;
}
@media screen and (max-width: 768px) {
  .ly-footer__nav {
    flex-direction: column;
    gap: 3.38rem;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }
}

.ly-footer__link {
  font-size: 1.4rem;
  letter-spacing: 0.074em;
}

.ly-footer__link:last-child {
  letter-spacing: 0.03em;
}

.hero {
  padding: 8rem 2.4rem;
  background: linear-gradient(135deg, #c80002 0%, #a00001 100%);
  color: #ffffff;
  text-align: center;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__container {
  max-width: 1000px;
  margin: 0 auto;
}

.hero__title {
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  line-height: 1.2;
}

.hero__subtitle {
  font-size: 2rem;
  margin-bottom: 4rem;
  opacity: 0.95;
}

.hero__actions {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cp-section-title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .cp-section-title {
    gap: 1rem;
  }
}

.cp-section-title__icon {
  width: 2.8713rem;
  height: 3.2514rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .cp-section-title__icon {
    width: 2.1rem;
    height: 2.4rem;
    margin-top: 0.1rem;
    margin-left: -0.04rem;
  }
}

.cp-section-title__text {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .cp-section-title__text {
    font-size: 3.2rem;
  }
}

.cp-section-title--white .cp-section-title__text {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .bl-hero {
    background-color: #1a1a1a;
    height: 55rem !important;
  }
}

.bl-hero__image {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bl-hero__image {
    padding-bottom: 0;
    height: 100%;
  }
  .bl-hero__image img,
  .bl-hero__image video {
    height: 100% !important;
    object-fit: cover !important;
  }
}
.bl-hero__image img,
.bl-hero__image video {
  width: 100%;
  height: auto;
  display: block;
}
.bl-hero__image .bl-hero__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bl-hero__image .bl-hero__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl-hero__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.bl-hero__image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.bl-hero__title {
  display: none;
  position: absolute;
  width: 7.5rem;
  top: 16.4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .bl-hero__title {
    width: 2.5rem;
    top: 5rem;
  }
}

.bl-benefit {
  padding: 8rem 0 0;
}
@media screen and (max-width: 768px) {
  .bl-benefit {
    padding: 6.4rem 0 2rem;
  }
}

.bl-benefit__container {
  width: 100%;
  max-width: 103.55rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .bl-benefit__container {
    padding: 0 1.1rem;
  }
}

.bl-benefit__bg {
  width: 100%;
  width: 99.6rem;
  height: 76.2rem;
}
.bl-benefit__bg img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .bl-benefit__bg {
    width: 35.3rem;
    height: 27.1rem;
  }
  .bl-benefit__bg img {
    width: 100%;
    height: 100%;
  }
}

.bl-benefit__bg--img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
}

.bl-mission {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 7.9rem 0 11.75rem;
}
@media screen and (max-width: 768px) {
  .bl-mission {
    padding: 7.9rem 0 13.3rem;
  }
}

.bl-mission__container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.2rem;
  margin-top: -0.2rem;
}
@media screen and (max-width: 768px) {
  .bl-mission__container {
    padding: 0 2.5rem;
    margin-top: 1.3rem;
    gap: 0;
  }
}

.bl-mission__icon {
  margin-bottom: 4rem;
}
.bl-mission__icon img {
  width: 4rem;
  height: auto;
}

.bl-mission__text {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  line-height: 2.4;
  letter-spacing: 0.06em;
}
.bl-mission__text p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bl-mission__text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .bl-mission__text:first-child {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 768px) {
  .bl-mission__text:last-child {
    margin-top: 0.1rem;
  }
}

.bl-mission__image {
  width: 100%;
  max-width: 100rem;
  margin-top: 5rem;
  display: none;
}
.bl-mission__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .bl-mission__image {
    height: 36rem;
  }
}

.bl-staff-interview {
  background-color: #fbf8f0;
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .bl-staff-interview {
    padding: 10.4rem 8px;
    padding-bottom: 10.6rem;
  }
}
.bl-staff-interview .bl-staff-interview__container {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-interview__container {
    padding: 0;
  }
}
.bl-staff-interview .bl-staff-interview__top {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 9.9rem;
  position: relative;
  max-width: 128rem;
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-interview__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
    margin-bottom: 2.4rem;
  }
}
.bl-staff-interview .bl-staff-interview__header {
  flex: 0 0 auto;
  max-width: 84.4711rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  position: relative;
  bottom: -2.4rem;
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-interview__header {
    gap: 2.5rem;
    bottom: 0;
    gap: 2.34rem;
  }
}
.bl-staff-interview .bl-staff-interview__headline h3 {
  left: 0;
}
.bl-staff-interview .bl-staff-interview__subtitle {
  font-size: 1.6rem;
  line-height: 2.4;
  color: #1a1a1a;
  font-weight: 500;
  max-width: 49.3rem;
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-interview__subtitle {
    line-height: 2.25;
    white-space: nowrap;
    letter-spacing: -0.068em;
  }
}
.bl-staff-interview .bl-staff-interview__headline h3 {
  font-size: 6.4rem;
  line-height: 1.36;
  font-weight: 900;
  color: #1a1a1a;
  letter-spacing: -0.192rem;
  margin: 0;
  white-space: nowrap;
  position: relative;
  left: -0.2rem;
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-interview__headline h3 {
    font-size: 3.2rem;
    line-height: 1.37;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-interview__headline {
    margin-left: 0.2rem;
  }
}
.bl-staff-interview .bl-staff-interview__cards {
  display: flex;
  gap: 8rem;
  max-width: 130.3rem;
  width: 100%;
  position: relative;
  margin: 0 auto;
  left: 1.1rem;
  top: 2.3rem;
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-interview__cards {
    flex-direction: column;
    left: 0;
    top: 5.5rem;
    gap: 6.1rem;
  }
}
.bl-staff-interview .bl-staff-card {
  display: flex;
  flex-direction: column;
  max-width: 61.15rem;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-card {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-interview__cards > .bl-staff-card:last-child .bl-staff-card__label {
    right: 1.8rem;
    top: -3rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-interview__cards > .bl-staff-card:last-child .bl-staff-card__image img {
    transform: scale(1.1);
  }
}
.bl-staff-interview .bl-staff-card__image {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bl-staff-interview .bl-staff-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0.8rem;
}
.bl-staff-interview .bl-staff-card__label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: absolute;
  top: -3.85rem;
  right: 4.05rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-card__label {
    right: 1.5rem;
    top: -6.6rem;
    width: 6.3rem;
  }
}
.bl-staff-interview .bl-staff-card__label span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 0.9rem 0.4rem 0.5rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.02;
  color: #1a1a1a;
  writing-mode: vertical-rl;
  letter-spacing: 0.03em;
  text-align: center;
  margin-right: -0.1rem;
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-card__label span {
    font-size: 2.6rem;
    letter-spacing: -0.085em;
  }
}
.bl-staff-interview .bl-staff-card__label span:first-child {
  padding-right: 0.6rem;
  padding-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-card__label span:first-child {
    padding-left: 0.3rem;
    padding-right: 0;
    padding-top: 0.8rem;
  }
}
.bl-staff-interview .bl-staff-card__label span:last-child {
  padding-left: 0.1rem;
  padding-bottom: 0.5rem;
  padding-right: 0.6rem;
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-card__label span:last-child {
    padding-left: 0.1rem;
    padding-bottom: 0.8rem;
    padding-right: 0.7rem;
  }
}
.bl-staff-interview .bl-staff-card__label--right--0 {
  right: 6.5rem;
  top: -3.96rem;
  width: 6.3rem;
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-card__label--right--0 {
    right: 1.5rem;
    top: -2.96rem;
    width: 6.3rem;
  }
}
.bl-staff-interview .bl-staff-card__label--right--0 span:first-child {
  padding-right: 0.6rem;
  padding-top: 1rem;
  letter-spacing: 0.026em;
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-card__label--right--0 span:first-child {
    padding-left: 0.3rem;
    padding-right: 0 !important;
    padding-top: 0.8rem !important;
    letter-spacing: -0.067em;
  }
}
.bl-staff-interview .bl-staff-card__label--right--0 span:last-child {
  padding-left: 0.3rem;
  padding-bottom: 0.7rem;
  padding-right: 0.6rem;
}
.bl-staff-interview .bl-staff-card__span:first-child {
  padding: 0.8rem 0 0.7rem 0.3rem;
  letter-spacing: -0.068em;
}
.bl-staff-interview .bl-staff-card__span:last-child {
  padding-left: 0.1rem;
  padding-bottom: 0.8rem;
  padding-right: 0.7rem;
}
.bl-staff-interview .bl-staff-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.6rem 0.2rem 0;
}
.bl-staff-interview .bl-staff-card__info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-top: 0;
}
.bl-staff-interview .bl-staff-card__name {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-card__name {
    font-size: 2.4rem;
  }
}
.bl-staff-interview .bl-staff-card__name-en {
  font-size: 1.4rem;
  line-height: 1;
  color: #1a1a1a;
  font-weight: 600;
  margin: 0;
  margin-bottom: 1.1rem;
  margin-left: 0.2rem;
  margin-top: -0.1rem;
  letter-spacing: -0.02em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-card__name-en {
    font-size: 1.2rem;
  }
}
.bl-staff-interview .bl-staff-card__name-en--item2 {
  letter-spacing: 0.01em;
}
.bl-staff-interview .bl-staff-card__position {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-card__position {
    font-size: 1.2rem;
  }
}
.bl-staff-interview .bl-staff-card__year {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-card__year {
    font-size: 1.2rem;
  }
}
.bl-staff-interview .bl-staff-card__year {
  font-size: 1.4rem;
  color: #333;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bl-staff-interview .bl-staff-card__year {
    font-size: 1.2rem;
  }
}

.bl-recruitment {
  position: relative;
  padding: 12.3rem 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bl-recruitment {
    padding: 8rem 0;
    padding-top: 7rem;
  }
}
.bl-recruitment::before {
  content: "";
  position: absolute;
  background-image: url("../images/common/bg-decoration.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
  width: 158.5rem;
  height: 87.9rem;
  left: 47.35%;
  top: 47.2%;
  transform: translate(-50%, -50%) rotate(350deg);
}
@media screen and (max-width: 768px) {
  .bl-recruitment::before {
    display: none;
  }
}
.bl-recruitment::after {
  content: "";
  position: absolute;
  background-image: url("../images/common/bg-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
  width: 127.2rem;
  height: 46.3rem;
  top: 79.4%;
  left: 47.3%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .bl-recruitment::after {
    display: none;
  }
}

.bl-recruitment__container {
  position: relative;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 8rem;
  display: flex;
  gap: 1rem;
  height: 88rem;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bl-recruitment__container {
    flex-direction: column;
    padding: 0 2rem;
    justify-content: start;
    gap: 4rem;
  }
}

.bl-recruitment__collage {
  position: absolute;
  width: 78.3rem;
  left: -0.2rem;
  top: 10.2rem;
  transition: filter 0.3s ease;
}
.bl-recruitment__collage:hover {
  opacity: 1 !important;
  filter: brightness(1.1);
}
.bl-recruitment__collage img {
  width: 100%;
  height: auto;
  display: block;
  max-width: none;
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .bl-recruitment__collage img {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 768px) {
  .bl-recruitment__collage {
    width: 33.5rem;
    position: relative;
    top: 3.1rem;
    left: -1.3rem;
    z-index: 9;
  }
}

.bl-recruitment__content {
  display: flex;
  flex-direction: column;
  gap: 18rem;
  padding-right: 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl-recruitment__content {
    padding-right: 0;
    gap: 1rem;
  }
}

.bl-recruitment__catchphrase {
  position: absolute;
  left: -23.2rem;
  top: 10.3rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  top: 10.4rem;
}
@media screen and (max-width: 768px) {
  .bl-recruitment__catchphrase {
    width: 33.5rem;
    position: relative;
    top: 0;
    left: 0;
  }
}

.bl-recruitment__white-box {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0rem 0.8rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
  letter-spacing: -0.12rem;
  white-space: nowrap;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .bl-recruitment__white-box {
    font-size: 2.4rem;
    padding-top: 1.7rem;
    padding-left: 1rem;
    height: 3.5rem;
  }
}

.bl-recruitment__white-box-2 {
  margin-top: 0;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 768px) {
  .bl-recruitment__white-box-2 {
    letter-spacing: -0.03em;
    padding-right: 1.7rem;
    padding-top: 1.6rem;
  }
}

.bl-recruitment__quote {
  font-size: 4rem;
  padding: 0.3rem;
  margin-left: -2.5rem;
  margin-right: -0.4rem;
}
@media screen and (max-width: 768px) {
  .bl-recruitment__quote {
    font-size: 4rem;
    padding: 0.3rem;
    margin-left: -2.48rem;
    margin-right: -0.4rem;
  }
}

.bl-recruitment__quote_2,
.bl-recruitment__period {
  margin-right: -2.1rem;
}
@media screen and (max-width: 768px) {
  .bl-recruitment__quote_2,
  .bl-recruitment__period {
    font-size: 4rem;
    margin-bottom: 2.3rem;
  }
}

.bl-recruitment__demit {
  margin-right: -1.7rem;
}
@media screen and (max-width: 768px) {
  .bl-recruitment__demit {
    padding: 0 0.6rem 0 0;
    margin-top: -1.2rem;
  }
}

.bl-recruitment__period {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .bl-recruitment__period {
    font-size: 2.4rem;
    margin-bottom: 7.6px;
    margin-left: -3px;
  }
}

.bl-recruitment__text {
  padding: 0 1.8rem 0 0;
  margin-right: -1.8rem;
}
@media screen and (max-width: 768px) {
  .bl-recruitment__text {
    padding: 0 1.8rem 0 0;
    margin-right: -1.8rem;
    margin-top: -0.9rem;
  }
}

.bl-recruitment__text-2 {
  padding: 0 1.6rem 0 0;
  margin-right: -1.8rem;
  margin-top: -0.9rem;
  letter-spacing: -0.02em;
  margin-top: 0.1rem;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .bl-recruitment__text-2 {
    padding: 0 1.6rem 0 0;
    margin-right: -1.8rem;
    margin-top: -0.9rem;
    letter-spacing: -0.02em;
  }
}

.bl-recruitment__description {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.39;
  color: #1a1a1a;
  white-space: nowrap;
  width: 37.8rem;
}
@media screen and (max-width: 768px) {
  .bl-recruitment__description {
    font-size: 1.6rem;
    white-space: wrap;
    margin-top: 9px;
  }
  .bl-recruitment__description p {
    white-space: nowrap;
  }
}
.bl-recruitment__description p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bl-recruitment__description .bs-button {
    right: 0;
    bottom: 0;
    margin-top: 2.3rem;
    padding: 0.58rem 2.4rem;
  }
}

.bl-recruitment__description-1 {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .bl-recruitment__description-1 {
    letter-spacing: -0.07em;
  }
}

.bl-recruitment__description-2 {
  line-height: 2.4;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .bl-recruitment__description-2 {
    line-height: 2.2;
    letter-spacing: -0.067em;
  }
}

.bl-recruitment__description-3 {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .bl-recruitment__description-3 {
    letter-spacing: -0.068em;
    line-height: 2.3;
  }
}

.bl-recruitment__bg {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl-recruitment__bg {
    width: 100%;
    display: block;
    position: absolute;
    top: -2.9rem;
    left: 0;
    z-index: -1;
  }
  .bl-recruitment__bg img {
    width: 100%;
  }
}

.bl-recruitment__bee-vector {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl-recruitment__bee-vector {
    display: block;
    position: absolute;
    bottom: 3.3rem;
    left: 0;
    width: 100%;
  }
  .bl-recruitment__bee-vector img {
    width: 100%;
  }
}

.recruitment-button {
  margin-top: 2.4rem;
  padding: 0.75rem 3.2rem;
  width: fit-content;
  padding: 1rem 3.2rem;
}
@media screen and (max-width: 768px) {
  .recruitment-button {
    margin-top: 2.3rem;
    padding: 0.58rem 2.4rem;
    font-size: 1.6rem;
  }
}
.recruitment-button span {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .recruitment-button span {
    letter-spacing: 0.02em;
  }
}
.recruitment-button span {
  font-size: 1.6rem;
  font-weight: 400;
}

.bl-company-info {
  position: relative;
  padding: 17.7rem 8rem 12rem;
  margin-top: -7rem;
  max-width: 164.1rem;
  margin: 0 auto;
}
.bl-company-info::before {
  content: "";
  position: absolute;
  background-image: url("../images/blocs/company/company_bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.05;
  z-index: 0;
  width: 186.8rem;
  height: 134.6rem;
  transform: translate(-50%, -50%);
  left: 68%;
  top: 40.8%;
}
@media screen and (max-width: 768px) {
  .bl-company-info::before {
    width: 99.643rem;
    height: 76.144rem;
    left: 124%;
    top: 35.8%;
  }
}
@media screen and (max-width: 768px) {
  .bl-company-info {
    padding-top: 1.2rem !important;
    padding: 8rem 2rem;
  }
  .bl-company-info::before {
    content: "";
    position: absolute;
    background-image: url(../images/blocs/company/company_bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.05;
    z-index: 0;
    width: 969px;
    height: 698px;
    transform: translate(-50%, -50%);
    left: 122%;
    top: 44.4%;
  }
}

.bl-company-info__container {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .bl-company-info__container {
    gap: 4rem;
  }
}

.bl-company-info__header {
  max-width: 84.4711rem;
  width: 100%;
}

.bl-company-info__headline {
  font-size: 6.4rem;
  font-weight: 900;
  line-height: 1.36;
  letter-spacing: -0.192rem;
  color: #1a1a1a;
  text-align: center;
  margin: 0;
  white-space: nowrap;
  max-width: 128.1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .bl-company-info__headline {
    font-size: 3.2rem;
    white-space: wrap;
    text-align: center;
  }
}

.bl-company-info__headline-blog1,
.bl-company-info__headline-blog2 {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-left: -6.4rem;
}
@media screen and (max-width: 768px) {
  .bl-company-info__headline-blog1,
  .bl-company-info__headline-blog2 {
    flex-direction: column;
    margin-left: 0;
  }
}

.bl-company-info__headline-blog2 {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .bl-company-info__headline-1 {
    line-height: 1.4;
    letter-spacing: -0.03em;
  }
}

@media screen and (max-width: 768px) {
  .bl-company-info__headline-2 {
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
}

@media screen and (max-width: 768px) {
  .bl-company-info__headline-3 {
    letter-spacing: -0.02em;
  }
}

@media screen and (max-width: 768px) {
  .bl-company-info__headline-4 {
    line-height: 1.3;
    letter-spacing: -0.03em;
  }
}

.bl-company-info__content {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.bl-company-info__content .bs-button {
  top: 0;
  right: 0;
  position: relative;
}
.bl-company-info__content {
  padding-top: 0 !important;
  padding: 1.6rem 3.3rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .bl-company-info__content {
    gap: 4rem;
  }
}

.bl-company-info__image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.bl-company-info__image img {
  width: 100%;
  object-fit: cover;
}
.bl-company-info__image {
  width: 128rem;
}
@media screen and (max-width: 768px) {
  .bl-company-info__image {
    height: 12.8rem;
    width: 35.7rem;
  }
  .bl-company-info__image img {
    height: 100%;
  }
}

.bl-president-message {
  background-color: #fbf8f0;
  padding: 16rem 8rem 3rem 0;
  padding-top: 14.5rem !important;
  padding: 10rem 4rem 3rem 0;
}
@media screen and (max-width: 768px) {
  .bl-president-message {
    padding-top: 2.4rem !important;
    padding: 8rem 2rem;
    margin-bottom: 12.6rem;
    padding-right: 0;
  }
}

.bl-president-message__container {
  max-width: 156.1rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 7.94rem;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .bl-president-message__container {
    gap: 0;
    align-items: flex-start;
  }
}

.bl-president-message__header {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
  padding-left: 8rem;
}
@media screen and (max-width: 768px) {
  .bl-president-message__header {
    padding-left: 0rem;
    gap: 3.2rem;
    margin-bottom: 3.6rem;
  }
}

.bl-president-message__subtitle-wrapper {
  width: 44rem;
}

.bl-president-message__subtitle {
  font-size: 1.6rem;
  line-height: 2.4;
  color: #1a1a1a;
  margin: 0;
  max-width: 43.7rem;
  display: inline;
}
.bl-president-message__subtitle:first-of-type {
  margin-right: 0.1em;
}
@media screen and (max-width: 768px) {
  .bl-president-message__subtitle {
    display: block;
    margin-right: 0;
    margin-top: -0.9rem;
    line-height: 2.36;
    letter-spacing: -0.05em;
  }
  .bl-president-message__subtitle:first-of-type {
    margin-right: 0;
    letter-spacing: -0.06em;
  }
}

.bl-president-message__subtitle:last-child {
  margin-left: -0.6rem;
}
@media screen and (max-width: 768px) {
  .bl-president-message__subtitle:last-child {
    margin-left: 0;
    margin-top: 0;
  }
}

.bl-president-message__content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.bl-president-message__image {
  max-width: 105.4rem;
  width: 100%;
  height: 53.115rem;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  width: 105.4rem;
  left: -4rem;
}
.bl-president-message__image img {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .bl-president-message__image {
    margin-top: 4.1rem;
    width: 36rem;
    height: 17.8rem;
    left: 0;
  }
  .bl-president-message__image img {
    height: 100%;
  }
}

.bl-president-message__overlay {
  position: absolute;
  left: 8.7rem;
  top: 7.9rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .bl-president-message__overlay {
    left: 0;
    top: 0;
  }
}

.bl-president-message__catchphrase {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .bl-president-message__catchphrase {
    margin-top: 1.3rem;
    margin-left: -0.5rem;
  }
}
.bl-president-message__catchphrase .bs-white-box {
  background-color: #ffffff;
  padding: 0.4rem 1rem 0.4rem 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1a1a1a;
  white-space: nowrap;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .bl-president-message__catchphrase .bs-white-box {
    font-size: 2.4rem;
  }
}

.bl-president-message__info {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-left: -0.8rem;
}
@media screen and (max-width: 768px) {
  .bl-president-message__info {
    margin-top: 13.3rem;
    margin-left: 0;
  }
}

.bl-president-message__name {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .bl-president-message__name {
    font-size: 1.8rem;
  }
}

.bl-president-message__name-en {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #1a1a1a;
  margin: 0;
  padding: 0 0.2rem;
}
@media screen and (max-width: 768px) {
  .bl-president-message__name-en {
    font-size: 1.2rem;
  }
}

.bl-president-message__title-box {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.bl-president-message__company {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .bl-president-message__company {
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: -0.008em;
  }
}

.bl-president-message__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bl-president-message__title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
  }
}

.bl-president-message__info .bs-white-box {
  background-color: #ffffff;
  padding: 0.4rem 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: fit-content;
}

.bl-values {
  position: relative;
  padding: 30.3rem 0 42rem;
  margin-bottom: 11.7rem;
  padding-top: 26.6rem;
}
@media screen and (max-width: 768px) {
  .bl-values {
    padding: 2rem;
    margin-bottom: 30.9rem;
  }
}
.bl-values::before {
  content: "";
  position: absolute;
  background-image: url("../images/blocs/values/values_bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  z-index: 0;
  pointer-events: none;
  width: 214.4rem;
  height: 147.5rem;
  left: 58.3%;
  top: 49.5%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .bl-values::before {
    display: none;
  }
}

.bl-values__container {
  max-width: 156.1rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bl-values__container {
    gap: 4.1rem;
  }
}

.bl-values__top {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
  padding-left: 8rem;
  padding-right: 11.6rem;
}
@media screen and (max-width: 768px) {
  .bl-values__top {
    padding: 0;
    flex-direction: column;
  }
}

.bl-values__header {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  padding-bottom: 4rem;
  margin-top: 3.8rem;
}
.bl-values__header .cp-section-title {
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .bl-values__header .cp-section-title {
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-values__header {
    width: 100%;
    margin-top: 9.7rem;
    gap: 2.5rem;
    align-items: flex-end;
    padding-bottom: 1rem;
  }
}

.bl-values__subtitle {
  padding-left: 5.6rem;
  width: 45.6rem;
}
.bl-values__subtitle p {
  display: inline;
  font-size: 1.6rem;
  line-height: 2.4;
  color: #ffffff;
  margin: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .bl-values__subtitle p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-values__subtitle {
    padding-left: 0;
    width: auto;
  }
  .bl-values__subtitle p {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .bl-values__subtitle-text-1 {
    margin-left: -0.5rem !important;
  }
}

.bl-values__subtitle-text-2 {
  margin-left: -0.4rem !important;
}

.bl-values__subtitle-text-3 {
  margin-left: -0.5rem !important;
}

.bl-values__cards {
  display: flex;
  gap: 4.8rem;
  width: 100%;
  padding: 0 7.4rem;
}
@media screen and (max-width: 768px) {
  .bl-values__cards {
    flex-direction: column;
    padding: 0;
    gap: 4.5rem;
  }
}

.bl-value-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  min-width: 0;
}

.bl-value-card__image-wrapper {
  position: relative;
  width: 100%;
}

.bl-value-card__image {
  width: 100%;
  height: 36rem;
  border-radius: 0.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl-value-card__image {
    width: 35rem;
    height: 18rem;
    left: 0.5rem;
  }
}
.bl-value-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .bl-value-card__image--2 {
    width: 35rem;
    height: 18rem;
    left: -2rem;
  }
}

.bl-value-card__label {
  position: absolute;
  right: 3.4rem;
  top: -2.2rem;
  background-color: #ffffff;
  padding: 0.8rem 0.4rem 0.5rem;
  width: 4.4rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.02;
  color: #1a1a1a;
  writing-mode: vertical-rl;
  white-space: nowrap;
  display: block;
  letter-spacing: 0.05em;
}
.bl-value-card__label--label2 {
  letter-spacing: 0.03em;
}
.bl-value-card__label--label3 {
  top: 9rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .bl-value-card__label {
    right: 4.8rem;
    top: -2.2rem;
    padding: 0.8rem 0.7rem 0.74rem 0rem;
    width: 3.4rem;
    font-size: 2.4rem;
    letter-spacing: 0.01em;
  }
  .bl-value-card__label--label2 {
    right: 2.4rem;
    top: -2.2rem;
    padding: 0.8rem 0.6rem 0.74rem 0rem;
    width: 3.4rem;
    font-size: 2.4rem;
    letter-spacing: 0.01em;
  }
  .bl-value-card__label--label3 {
    right: 5.9rem;
    top: -2.1rem;
    padding: 0.84rem 0.7rem 0.74rem 0rem;
    width: 3.4rem;
    font-size: 2.4rem;
    letter-spacing: -0.01em;
  }
  .bl-value-card__label--label4 {
    right: 2.9rem;
    top: -2.1rem;
  }
}

.bl-value-card__text {
  font-size: 1.8rem;
  line-height: 2.4;
  color: #ffffff;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bl-value-card__text {
    font-size: 1.6rem;
    padding-left: 0.3rem;
    width: 35rem;
    line-height: 2.38;
  }
}
@media screen and (max-width: 768px) {
  .bl-value-card__text--2 {
    margin-left: -1rem;
  }
}

@media screen and (max-width: 768px) {
  .bs-button {
    position: relative;
    right: 172px;
    bottom: -1.3px;
    padding: 1.3rem 2.5rem 1.3rem;
    margin-top: 1.2rem;
    font-size: 1.6rem;
  }
}

.bl-values__bg {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl-values__bg {
    display: block;
    position: absolute;
    top: 3.5rem;
    left: 3.8rem;
  }
}

.bl-values__bg-1 {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl-values__bg-1 {
    width: 100%;
    display: block;
    position: absolute;
    top: -15.9rem;
    left: 0;
  }
  .bl-values__bg-1 img {
    width: 100%;
  }
}

.bl-values__bg-2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl-values__bg-2 {
    width: 100%;
    display: block;
    position: absolute;
    bottom: -16.4rem;
    left: 0;
  }
  .bl-values__bg-2 img {
    width: 100%;
  }
}

.bl-values__bg-3 {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl-values__bg-3 {
    display: block;
    position: absolute;
    background: #1a1a1a;
    width: 100%;
    height: 41.6rem;
    top: 48%;
    left: 0;
  }
}

.bl-values__bg-4 {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl-values__bg-4 {
    display: block;
    position: absolute;
    bottom: -15.2rem;
    right: -1px;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 81rem;
  overflow: hidden;
}

.hero__image {
  width: 100%;
  height: 100%;
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mission {
  background-color: #1a1a1a;
  padding: 4rem 4rem;
}

.mission__container {
  max-width: 1440px;
  margin: 0 auto;
}

.mission__text {
  text-align: center;
  color: #fbf8f0;
  font-size: 1.8rem;
  line-height: 2.4;
  padding: 11.8rem 4.8rem;
  font-weight: 500;
  letter-spacing: 0.108rem;
}
.mission__text p {
  margin: 0;
}

.mission__image {
  width: 100%;
  max-width: 136rem;
  margin: 0 auto;
}
.mission__image img {
  width: 100%;
  height: auto;
  display: block;
}

.staff-interview {
  background-color: #fbf8f0;
  padding: 20rem 8rem 12rem;
  position: relative;
}

.staff-interview__container {
  max-width: 1440px;
  margin: 0 auto;
}

.staff-interview__header {
  margin-bottom: 10rem;
}

.staff-interview__subtitle {
  font-size: 1.6rem;
  line-height: 2.4;
  color: #1a1a1a;
  margin-top: 3.2rem;
  max-width: 49.3rem;
}

.staff-interview__headline {
  position: absolute;
  top: -12rem;
  right: 8rem;
}
.staff-interview__headline h3 {
  font-size: 6.4rem;
  line-height: 1.36;
  letter-spacing: -0.192rem;
  font-weight: 900;
  color: #1a1a1a;
}
.staff-interview__headline h3 .text-red {
  color: #c80002;
}

.staff-interview__cards {
  display: flex;
  gap: 8rem;
  justify-content: center;
}

.staff-card {
  position: relative;
  width: 61.15rem;
}

.staff-card__image {
  width: 100%;
  height: 44.9rem;
  border-radius: 0.8rem;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.staff-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-card__content {
  padding: 0 0.2rem;
}

.staff-card__name {
  font-size: 3.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6rem;
}

.staff-card__name-en {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
}

.staff-card__position {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
}

.staff-card__year {
  font-size: 1.4rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-top: 0.8rem;
}

.staff-card__label {
  position: absolute;
  background: white;
  padding: 0.8rem 0.4rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.02;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.staff-card__label:first-child {
  top: 22.4rem;
  left: 56.3rem;
}
.staff-card__label:nth-child(2) {
  top: 22.4rem;
  right: 125.5rem;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.section-title__icon {
  width: 2.8713rem;
  height: 3.2514rem;
  color: #1a1a1a;
}

.section-title__text .section-title__text {
  font-size: 5.6rem;
  font-weight: 700;
  color: #1a1a1a;
}
.section-title__text .section-title--white .section-title__text {
  color: white;
}
.section-title__text .section-title--white .section-title__icon {
  color: white;
}
.section-title__text .recruitment {
  background-color: #f9e01f;
  padding: 10rem 8rem;
  position: relative;
  overflow: hidden;
}
.section-title__text .recruitment__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  gap: 10rem;
}
.section-title__text .recruitment__content {
  flex: 1;
  padding-right: 4rem;
}
.section-title__text .recruitment__catchphrase {
  margin: 10.3rem 0 0 -23.2rem;
}
.section-title__text .recruitment__catchphrase .white-box {
  background: white;
  padding: 0.4rem 0.8rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.12rem;
  display: inline-block;
  margin-bottom: 0.4rem;
}
.section-title__text .recruitment__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4;
  color: #1a1a1a;
  margin-top: 2.4rem;
}
.section-title__text .recruitment__text p {
  margin: 0;
}
.section-title__text .recruitment__images {
  position: absolute;
  left: -4.5rem;
  top: 10.3rem;
}
.section-title__text .photo-collage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.16rem;
  margin-bottom: -5.58rem;
}
.section-title__text .photo-collage__item img {
  width: 100%;
  height: auto;
  display: block;
}
.section-title__text .photo-collage__item--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.section-title__text .company-info {
  background-color: #fbf8f0;
  padding: 20rem 8rem 12rem;
  position: relative;
}
.section-title__text .company-info__container {
  max-width: 1440px;
  margin: 0 auto;
}
.section-title__text .company-info__headline {
  font-size: 6.4rem;
  font-weight: 900;
  line-height: 1.36;
  letter-spacing: -0.192rem;
  color: #1a1a1a;
  text-align: center;
  margin: 8rem 0;
}
.section-title__text .company-info__headline .text-red {
  color: #c80002;
}
.section-title__text .company-info__image {
  width: 100%;
  height: 53.8rem;
  margin-top: 8rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.section-title__text .company-info__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-title__text .president-message {
  background-color: #fbf8f0;
  padding: 16rem 8rem 12rem;
}
.section-title__text .president-message__container {
  max-width: 1440px;
  margin: 0 auto;
}
.section-title__text .president-message__subtitle {
  font-size: 1.6rem;
  line-height: 2.4;
  color: #1a1a1a;
  margin: 3.2rem 0 0;
  max-width: 43.7rem;
}
.section-title__text .president-message__content {
  display: flex;
  gap: 8rem;
  margin-top: 8rem;
  align-items: flex-start;
}
.section-title__text .president-message__image {
  flex: 1;
  height: 53.115rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.section-title__text .president-message__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-title__text .president-message__info {
  flex: 0 0 auto;
  align-self: flex-end;
}
.section-title__text .president-message__info .white-box {
  background: white;
  padding: 0.4rem 0.8rem;
  margin-bottom: 0.9rem;
}
.section-title__text .president-message__info .white-box:first-child h4 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.12rem;
  margin: 0;
}
.section-title__text .president-message__info .white-box p {
  margin: 0;
}
.section-title__text .president-name {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.section-title__text .president-name-en {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  margin-top: 0.4rem;
}
.section-title__text .president-title {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-top: 0.4rem;
}
.section-title__text .values {
  background-color: #1a1a1a;
  padding: 6rem 8rem 12rem;
  position: relative;
}
.section-title__text .values__container {
  max-width: 1440px;
  margin: 0 auto;
}
.section-title__text .values__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}
.section-title__text .values__subtitle {
  font-size: 1.6rem;
  line-height: 2.4;
  color: white;
  margin-top: 6.4rem;
  padding-left: 5.6rem;
}
.section-title__text .values__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem;
  margin-top: 4rem;
}
.section-title__text .value-card__image {
  position: relative;
  width: 100%;
  height: 36rem;
  border-radius: 0.8rem;
  overflow: hidden;
  margin-bottom: 2.4rem;
}
.section-title__text .value-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-title__text .value-card__label {
  position: absolute;
  top: -2.2rem;
  right: 0;
  background: white;
  padding: 0.8rem 0.4rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.02;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.section-title__text .value-card__text {
  font-size: 1.8rem;
  line-height: 2.4;
  color: white;
  font-weight: 500;
}
.section-title__text .cta {
  background-color: #fbf8f0;
  padding: 14rem 0 8rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.section-title__text .cta__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4rem;
}
.section-title__text .cta__logo {
  width: 8.6rem;
  height: 8.6rem;
  margin: 0 auto 4rem;
}
.section-title__text .cta__logo img {
  width: 100%;
  height: auto;
}
.section-title__text .cta__text {
  font-size: 1.8rem;
  line-height: 2.4;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 4rem;
}
.section-title__text .button {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  padding: 2rem 3.2rem;
  border-radius: 10rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 0.1rem solid #1a1a1a;
}
.section-title__text .button--primary {
  background-color: #c80002;
  color: white;
  border-color: #1a1a1a;
}
.section-title__text .button--primary:hover {
  background-color: #a00001;
}
.section-title__text .button--white {
  background-color: white;
  color: #1a1a1a;
  border-color: #1a1a1a;
}
.section-title__text .button--white:hover {
  background-color: #fbf8f0;
}
.section-title__text .button--large {
  background-color: #1a1a1a;
  color: white;
  font-size: 6.4rem;
  font-weight: 700;
  padding: 3.2rem 6.4rem;
  gap: 3.1rem;
}
.section-title__text .button--large:hover {
  background-color: #333333;
}
.section-title__text .button__icon {
  font-size: 2rem;
}
.section-title__text .white-box {
  background: white;
  padding: 0.4rem 0.8rem;
  display: inline-block;
}
.section-title__text .text-red {
  color: #c80002;
}
@media screen and (max-width: 768px) {
  .section-title__text .hero {
    height: 60rem;
  }
  .section-title__text .staff-interview {
    padding: 12rem 4rem 8rem;
  }
  .section-title__text .staff-interview__cards {
    flex-direction: column;
    gap: 4rem;
  }
  .section-title__text .staff-interview__headline {
    position: static;
    margin-bottom: 4rem;
  }
  .section-title__text .staff-interview__headline h3 {
    font-size: 4.8rem;
  }
  .section-title__text .staff-card {
    width: 100%;
  }
  .section-title__text .recruitment__container {
    flex-direction: column;
  }
  .section-title__text .recruitment__images {
    position: static;
  }
  .section-title__text .values__cards {
    grid-template-columns: 1fr;
  }
  .section-title__text .company-info,
  .section-title__text .president-message {
    padding: 12rem 4rem 8rem;
  }
  .section-title__text .president-message__content {
    flex-direction: column;
  }
  .section-title__text .button--large {
    font-size: 4rem;
    padding: 2.4rem 4.8rem;
  }
}

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