@charset "UTF-8";
/*
Theme Name: Metaphor Corporate Site
Description: A modern corporate website theme for Metaphor company with Swiper sliders, FLOCSS architecture, and responsive design.
Author: Metaphor Team
Version: 1.0.0
Text Domain: metaphor-corporate
Domain Path: /languages
Tags: corporate, business, responsive, modern, slider
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray-50: #fafafa;
  --color-gray-100: #f8f9fa;
  --color-gray-200: #f0f0f0;
  --color-gray-300: #e0e0e0;
  --color-gray-400: #cccccc;
  --color-gray-500: #c8c8c8;
  --color-gray-600: #434343;
  --color-gray-700: #3f3f3f;
  --color-gray-800: #323232;
  --color-gray-900: #252525;
  --color-dark-bg: #252525;
  --color-card-bg: #323232;
  --color-accent: #00ff53;
  --color-orange: #f69308;
  --color-orange-base: #fff0db;
  --color-button-hover: #ce7800;
  --font-family-base: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  --font-size-body1: 1.5rem;
  --font-size-body2: 1.4rem;
  --font-size-body3: 1.3rem;
  --font-size-heading1: 7.5rem;
  --font-size-heading2: 4rem;
  --font-size-heading3: 3.1rem;
  --font-size-heading4: 2rem;
  --font-size-body1-en: 1.6rem;
  --font-size-body2-en: 1.4rem;
  --font-size-body3-en: 1.2rem;
  --font-size-heading1-en: 4.4rem;
  --font-size-heading2-en: 4rem;
  --font-size-heading3-en: 3.1rem;
  --line-height-body1: var(--font-size-body1) / 3rem;
  --line-height-body2: var(--font-size-body2) / 2.6rem;
  --line-height-body3: var(--font-size-body3) / 2.6rem;
  --line-height-heading1: var(--line-height-heading1) / 6.51rem;
  --line-height-heading2: var(--line-height-heading2) / 6rem;
  --line-height-heading3: var(--line-height-heading3) / 4.8rem;
  --line-height-heading4: var(--line-height-heading4) / 3.3rem;
  --line-height-body1-en: var(--font-size-body1-en) / 2.8rem;
  --line-height-body2-en: var(--font-size-body2-en) / 2.6rem;
  --line-height-body3-en: var(--font-size-body3-en);
  --line-height-heading1-en: var(--line-height-heading1-en);
  --line-height-heading2-en: var(--line-height-heading2-en) / 6rem;
  --line-height-heading3-en: var(--line-height-heading3-en) / 4.8rem;
  --font-size-button1: 1.6rem;
  --font-size-button2: 1.4rem;
  --font-family--ja: "univers-next-pro-extended", "Noto Sans JP", sans-serif;
  --font-family--en: "univers-next-pro-extended", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
  max-width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  color: var(--color-black);
  background-color: var(--color-white);
  font-family: var(--font-family--ja);
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: var(--font-size-body1);
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(var(--font-size-body1) * 0.001 * 75);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  body {
    font-size: var(--font-size-body1);
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(var(--font-size-body1) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  body {
    font-size: calc(var(--font-size-body1) * 0.9);
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(calc(var(--font-size-body1) * 0.9) * 0.001 * 75);
  }
}

img {
  vertical-align: middle;
}

::-webkit-input-placeholder {
  color: var(--color-gray-500);
}

::-moz-placeholder {
  color: var(--color-gray-500);
}

:-ms-input-placeholder {
  color: var(--color-gray-500);
}

::-ms-input-placeholder {
  color: var(--color-gray-500);
}

::placeholder {
  color: var(--color-gray-500);
}

video {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
}

.c-card--small {
  padding: 3.2rem;
}
.c-card--button, .p-newsletter__card--button, .p-business__card--button, .p-index-newsletter__card--button, .p-index-business__card--button {
  -webkit-transition: 0.2s ease-out !important;
  transition: 0.2s ease-out !important;
  text-decoration: none;
  color: var(--color-gray-900);
}
.c-card--button *, .p-newsletter__card--button *, .p-business__card--button *, .p-index-newsletter__card--button *, .p-index-business__card--button * {
  text-decoration: none;
}
.c-card__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-card__meta, .p-newsletter__card-meta, .p-business__card-meta, .p-index-newsletter__card-meta, .p-index-business__card-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-card__category {
  font-size: var(--font-size-body3-en);
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(var(--font-size-body3-en) * 0.001 * 75);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .c-card__category {
    font-size: calc(var(--font-size-body3-en) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(calc(var(--font-size-body3-en) * 0.75) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  .c-card__category {
    font-size: calc(var(--font-size-body3-en) * 0.9);
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(calc(var(--font-size-body3-en) * 0.9) * 0.001 * 75);
  }
}
.c-card__title, .p-newsletter__card-title, .p-business__card-title, .p-index-newsletter__card-title, .p-index-business__card-title, .c-card__title--md {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(2rem * 0.001 * 50);
}
.c-card__title a, .p-newsletter__card-title a, .p-business__card-title a, .p-index-newsletter__card-title a, .p-index-business__card-title a, .c-card__title--md a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-card__title a:hover, .p-newsletter__card-title a:hover, .p-business__card-title a:hover, .p-index-newsletter__card-title a:hover, .p-index-business__card-title a:hover, .c-card__title--md a:hover {
  color: var(--color-orange);
}
.c-card__title--md {
  font-size: var(--font-size-body2);
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(var(--font-size-body2) * 0.001 * 75);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .c-card__title--md {
    font-size: calc(var(--font-size-body2) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-body2) * 0.75) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  .c-card__title--md {
    font-size: calc(var(--font-size-body2) * 0.9);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-body2) * 0.9) * 0.001 * 75);
  }
}
.c-card__description {
  font-size: 1.5rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(1.5rem * 0.001 * 50);
}
.c-card__image, .c-card__image--small, .p-newsletter__card-image, .p-business__card-image, .p-index-newsletter__card-image, .p-index-business__card-image {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--color-gray-400);
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.c-card__image::after, .c-card__image--small::after, .p-newsletter__card-image::after, .p-business__card-image::after, .p-index-newsletter__card-image::after, .p-index-business__card-image::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-card__image::before, .c-card__image--small::before, .p-newsletter__card-image::before, .p-business__card-image::before, .p-index-newsletter__card-image::before, .p-index-business__card-image::before {
  content: "READ MORE";
  color: var(--color-white);
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-card__image img, .c-card__image--small img, .p-newsletter__card-image img, .p-business__card-image img, .p-index-newsletter__card-image img, .p-index-business__card-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.c-card__image:hover::before, .c-card__image--small:hover::before, .p-newsletter__card-image:hover::before, .p-business__card-image:hover::before, .p-index-newsletter__card-image:hover::before, .p-index-business__card-image:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  pointer-events: none;
}
.c-card__image:hover img, .c-card__image--small:hover img, .p-newsletter__card-image:hover img, .p-business__card-image:hover img, .p-index-newsletter__card-image:hover img, .p-index-business__card-image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c-card__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-card__arrow, .p-newsletter__card-arrow, .p-business__card-arrow, .p-index-newsletter__card-arrow, .p-index-business__card-arrow {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 2.5rem;
}
.c-card__arrow img, .p-newsletter__card-arrow img, .p-business__card-arrow img, .p-index-newsletter__card-arrow img, .p-index-business__card-arrow img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-button, .p-contact__button, .c-button--line, .c-button--accent, .c-button--secondary, .c-button--small, .c-button--white {
  background-color: var(--color-orange);
  padding: 2rem 2.8rem;
  border-radius: 0.8rem;
  color: var(--color-white);
  text-decoration: none;
  font-size: var(--font-size-button1);
  font-weight: 600;
  line-height: 1.25;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-box-shadow: 1rem 4.5rem -1rem rgb(0, 0, 0);
          box-shadow: 1rem 4.5rem -1rem rgb(0, 0, 0);
}
.c-button__text, .c-button--secondary__text {
  position: relative;
  z-index: 10;
}
.c-button__arrow, .c-button--secondary__arrow {
  display: inline-block;
  margin-left: 4rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  position: relative;
  z-index: 10;
}
.c-button:hover .c-button__arrow, .p-contact__button:hover .c-button__arrow, .c-button--line:hover .c-button__arrow, .c-button--accent:hover .c-button__arrow, .c-button:hover .c-button--secondary__arrow, .p-contact__button:hover .c-button--secondary__arrow, .c-button--line:hover .c-button--secondary__arrow, .c-button--accent:hover .c-button--secondary__arrow, .c-button--secondary:hover .c-button__arrow, .c-button--secondary:hover .c-button--secondary__arrow, .c-button--small:hover .c-button__arrow, .c-button--small:hover .c-button--secondary__arrow, .c-button--white:hover .c-button__arrow, .c-button--white:hover .c-button--secondary__arrow {
  -webkit-transform: translate3d(1rem, 0, 0);
          transform: translate3d(1rem, 0, 0);
}
.c-button:before, .p-contact__button:before, .c-button--line:before, .c-button--accent:before, .c-button--secondary:before, .c-button--small:before, .c-button--white:before {
  content: "";
  position: absolute;
  left: -50%;
  -webkit-transform: translateX(-50%) scaleY(1) scaleX(1.25) rotate(90deg);
          transform: translateX(-50%) scaleY(1) scaleX(1.25) rotate(90deg);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: var(--color-orange);
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.75s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.75s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}
.c-button:after, .p-contact__button:after, .c-button--line:after, .c-button--accent:after, .c-button--secondary:after, .c-button--small:after, .c-button--white:after {
  content: "";
  position: absolute;
  left: -55%;
  -webkit-transform: translateX(-50%) scaleY(1) scaleX(1.45) rotate(90deg);
          transform: translateX(-50%) scaleY(1) scaleX(1.45) rotate(90deg);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: var(--color-button-hover);
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.75s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.75s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}
.c-button:hover, .p-contact__button:hover, .c-button--line:hover, .c-button--accent:hover, .c-button--secondary:hover, .c-button--small:hover, .c-button--white:hover {
  background-color: var(--color-orange);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.c-button:hover:before, .p-contact__button:hover:before, .c-button--line:hover:before, .c-button--accent:hover:before, .c-button--secondary:hover:before, .c-button--small:hover:before, .c-button--white:hover:before {
  top: 0;
  left: 40%;
  background-color: var(--color-button-hover);
  -webkit-transform: translateX(-50%) scaleX(10) scaleY(1) rotate(90deg);
          transform: translateX(-50%) scaleX(10) scaleY(1) rotate(90deg);
}
.c-button:hover:after, .p-contact__button:hover:after, .c-button--line:hover:after, .c-button--accent:hover:after, .c-button--secondary:hover:after, .c-button--small:hover:after, .c-button--white:hover:after {
  top: 0;
  left: 40%;
  background-color: var(--color-button-hover);
  -webkit-transform: translateX(-50%) scaleX(10) scaleY(1) rotate(90deg);
          transform: translateX(-50%) scaleX(10) scaleY(1) rotate(90deg);
}

.c-button--white {
  background-color: var(--color-white);
  color: var(--color-black);
}
.c-button--white:before {
  background-color: var(--color-white);
}
.c-button--white:after {
  background-color: var(--color-gray-300);
}
.c-button--white:hover {
  background-color: var(--color-white);
  color: var(--color-white);
}
.c-button--white:hover:before {
  background-color: var(--color-orange);
}
.c-button--white:hover:after {
  background-color: var(--color-orange);
}

.c-button--small {
  padding: 1rem 1.4rem;
  font-size: var(--font-size-button2);
}

.c-button--secondary {
  background: var(--color-black);
  color: var(--color-white);
}
.c-button--secondary::before, .c-button--secondary::after {
  background: var(--color-gray-800);
}
.c-button--secondary:hover {
  background: var(--color-black);
}
.c-button--secondary:hover::before, .c-button--secondary:hover::after {
  background: var(--color-gray-800);
}
.c-button--secondary__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  padding-bottom: 0.4rem;
}
.c-button--secondary:hover .c-button--secondary__text {
  position: relative;
  z-index: 10;
}
.c-button--secondary:hover .c-button--secondary__arrow {
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transform: translate3d(1rem, 0, 0) rotate(180deg);
          transform: translate3d(1rem, 0, 0) rotate(180deg);
}
.c-button--secondary--full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.c-button--accent {
  font-size: var(--font-size-button1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.c-button--line {
  background-color: #06bd55;
}
.c-button--line::before, .c-button--line::after {
  background-color: #05ac4d;
}
.c-button--line:hover {
  background-color: #06bd55;
}
.c-button--line:hover::before, .c-button--line:hover::after {
  background-color: #05ac4d;
}

.c-grid, .l-cv__content, .l-footer__nav {
  display: grid;
  gap: 1.6rem;
}
@media (max-width: 1024px) {
  .c-grid, .l-cv__content, .l-footer__nav {
    gap: 0.8rem;
  }
}
.c-grid--2 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .c-grid--2 {
    grid-template-columns: 1fr;
  }
}
.c-grid--3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  .c-grid--3 {
    grid-template-columns: 1fr;
  }
}
.c-grid--6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  .c-grid--6 {
    grid-template-columns: 1fr 1fr;
  }
}

.c-hover-underline, .l-footer__title a, .l-header__nav__list__item__link, .c-hover-underline--white, .l-footer__table td li a, .l-footer__links li a, .l-footer__bottom a {
  position: relative;
}
.c-hover-underline::after, .l-footer__title a::after, .l-header__nav__list__item__link::after, .c-hover-underline--white::after, .l-footer__table td li a::after, .l-footer__links li a::after, .l-footer__bottom a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color-orange);
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.c-hover-underline:hover::after, .l-footer__title a:hover::after, .l-header__nav__list__item__link:hover::after, .c-hover-underline--white:hover::after, .l-footer__table td li a:hover::after, .l-footer__links li a:hover::after, .l-footer__bottom a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.c-hover-underline--white::after, .l-footer__table td li a::after, .l-footer__links li a::after, .l-footer__bottom a::after {
  background: var(--color-white);
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 2.5rem 9rem;
  width: 100vw;
  z-index: 100;
  background-color: var(--color-white);
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
@media (max-width: 1024px) {
  .l-header {
    padding: 3rem 3.2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .l-header {
    padding: 2.5rem 4rem;
  }
}
.l-header__inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .l-header__inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-header__logo {
  position: relative;
  z-index: 100;
}
.l-header__logo img {
  height: 4.5rem;
}
@media (max-width: 1024px) {
  .l-header__logo img {
    height: 4rem;
  }
}
.l-header__trigger {
  position: fixed;
  top: 2rem;
  right: 2rem;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background-color: var(--color-orange);
  z-index: 100;
}
.l-header__trigger span {
  width: 2rem;
  height: 1px;
  background-color: var(--color-white);
  margin: 2rem auto;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.l-header__trigger span::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  margin: 0.5rem auto;
  background-color: var(--color-white);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.l-header__check {
  display: none !important;
}
@media (max-width: 1024px) {
  .l-header__check:checked + .l-header__nav .l-header__nav__list {
    visibility: visible;
    opacity: 1;
    pointer-events: inherit;
  }
}
.l-header__nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .l-header__nav__list {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100svh;
    background-color: var(--color-white);
    padding: 12rem 4.8rem 10rem;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    gap: 2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .l-header__nav__list {
    gap: 2rem;
  }
}
.l-header__nav__list__item {
  list-style: none;
}
.l-header__nav__list__item__link {
  text-decoration: none;
  color: var(--color-black);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-size: var(--font-size-body1);
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(var(--font-size-body1) * 0.001 * 50);
}
@media (max-width: 1024px) {
  .l-header__nav__list__item__link {
    color: var(--color-orange);
    font-size: 2.1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(2.1rem * 0.001 * 50);
  }
}
.l-header__nav__list__item__link:hover {
  color: var(--color-orange);
}
@media (max-width: 1024px) {
  .l-header__nav__list__item__button {
    margin-top: 3.2rem;
  }
}
.l-header__check:checked + .l-header__nav + .l-header__trigger span {
  -webkit-transform: rotate(45deg) translate(1px, 1px);
          transform: rotate(45deg) translate(1px, 1px);
}
.l-header__check:checked + .l-header__nav + .l-header__trigger span::after {
  -webkit-transform: rotate(-90deg) translate(5px, 0px);
          transform: rotate(-90deg) translate(5px, 0px);
}

.c-slider-navigation, .p-index-newsletter__nav, .p-index-business__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.c-slider-navigation__button, .p-index-newsletter__nav-btn, .p-index-business__nav-btn {
  border: 0.3rem solid rgba(255, 255, 255, 0.2);
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-slider-navigation__button:hover, .p-index-newsletter__nav-btn:hover, .p-index-business__nav-btn:hover {
  cursor: pointer;
  opacity: 0.5;
}
.c-slider-navigation__button--next img, .p-index-newsletter__nav-btn--next img, .p-index-business__nav-btn--next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.l-footer {
  background-color: var(--color-orange);
  color: var(--color-white);
  margin-top: 20rem;
}
.l-footer__contact {
  width: 120rem;
  max-width: calc(100vw - 24rem);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .l-footer__contact {
    width: calc(100vw - 4rem);
    max-width: none;
  }
}
.l-footer__contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: var(--color-white);
  border-radius: 2rem;
  padding: 5rem;
  -webkit-transform: translateY(-10rem);
          transform: translateY(-10rem);
  -webkit-box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media (max-width: 1024px) {
  .l-footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 2rem 10rem;
    grid-template-columns: auto;
    text-align: center;
  }
}
.l-footer__contact:after {
  content: "→";
  color: var(--color-white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1rem;
  background-color: var(--color-orange);
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  width: 5.5rem;
  height: 5.5rem;
}
@media (max-width: 1024px) {
  .l-footer__contact:after {
    right: 2rem;
    bottom: 2rem;
  }
}
.l-footer__contact:hover {
  background-color: var(--color-orange);
  color: var(--color-white);
}
.l-footer__contact__illust--01, .l-footer__contact__illust--02 {
  position: absolute;
  bottom: 3rem;
  max-width: 5vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 1024px) {
  .l-footer__contact__illust--01, .l-footer__contact__illust--02 {
    max-width: 12vw;
  }
}
.l-footer__contact__illust--01 {
  left: 40%;
}
@media (max-width: 1024px) {
  .l-footer__contact__illust--01 {
    left: 15%;
  }
}
.l-footer__contact__illust--02 {
  left: 33%;
}
@media (max-width: 1024px) {
  .l-footer__contact__illust--02 {
    left: 30%;
  }
}
.l-footer__contact__col__title {
  margin-left: 5rem;
  color: var(--color-orange);
  font-family: "Lexend", sans-serif !important;
  font-optical-sizing: auto !important;
  font-size: 4.8rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(4.8rem * 0.001 * 0);
}
@media (max-width: 1024px) {
  .l-footer__contact__col__title {
    margin: 0 0 1.6rem 0;
    font-size: 3.2rem;
    font-weight: 800;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(3.2rem * 0.001 * 0);
  }
}
.l-footer__contact__col__title small {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(1.6rem * 0.001 * 50);
}
.l-footer__contact__col p {
  color: var(--color-black);
  font-size: var(--font-size-body1);
  font-weight: 600;
  font-style: normal;
  line-height: 2;
  letter-spacing: calc(var(--font-size-body1) * 0.001 * 50);
}
.l-footer__contact__col p small {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(1.4rem * 0.001 * 50);
}
.l-footer__contact:hover .l-footer__contact__col__title, .l-footer__contact:hover p {
  color: var(--color-white);
}
.l-footer__contact:hover:after {
  color: var(--color-orange);
  background-color: var(--color-white);
}
.l-footer__content {
  padding: 0 0 5rem;
  margin-top: -5rem;
}
@media (max-width: 1024px) {
  .l-footer__content {
    padding: 0;
  }
}
.l-footer__column__logo {
  margin-bottom: 1rem;
}
.l-footer__column__logo img {
  height: 4.5rem;
}
.l-footer__column__message {
  font-size: 5rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(5rem * 0.001 * 50);
}
@media (max-width: 1024px) {
  .l-footer__column__message {
    margin-bottom: 3rem;
    font-size: 2.8rem;
    font-weight: 900;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(2.8rem * 0.001 * 50);
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .l-footer__column__message {
    font-size: 3.6rem;
    font-weight: 900;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(3.6rem * 0.001 * 50);
  }
}
.l-footer__nav {
  width: 120rem;
  max-width: calc(100vw - 24rem);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .l-footer__nav {
    width: calc(100vw - 4rem);
    max-width: none;
  }
}
.l-footer__nav {
  grid-template-columns: 1fr 2fr 1fr;
  gap: 1.6rem;
}
@media (max-width: 1024px) {
  .l-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-template-columns: auto;
    margin-bottom: 2rem;
  }
}
.l-footer__title {
  font-family: "Lexend", sans-serif !important;
  font-optical-sizing: auto !important;
  font-size: 2.4rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(2.4rem * 0.001 * 50);
  list-style: none;
  margin-bottom: 1.6rem;
}
.l-footer__title a {
  text-decoration: none;
}
.l-footer__table {
  border-spacing: 1rem 1rem;
}
@media (max-width: 1024px) {
  .l-footer__table {
    border-spacing: 0;
  }
}
@media (max-width: 1024px) {
  .l-footer__table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1rem;
  }
}
.l-footer__table th span {
  background-color: var(--color-white);
  color: var(--color-orange);
  text-align: center;
  border-radius: 100rem;
  padding: 0 1rem;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}
.l-footer__table td ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.l-footer__table td li {
  list-style: none;
}
.l-footer__table td li:not(:last-child)::after {
  content: "/";
  padding: 0 1rem;
}
.l-footer__table td li a {
  color: var(--color-white);
  text-decoration: none;
}
.l-footer__links li {
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(1.8rem * 0.001 * 50);
  list-style: none;
  margin-bottom: 1.3rem;
}
@media (max-width: 1024px) {
  .l-footer__links li {
    font-size: 1.6rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(1.6rem * 0.001 * 50);
  }
}
.l-footer__links li a {
  text-decoration: none;
  color: var(--color-white);
}
.l-footer__bottom {
  width: 120rem;
  max-width: calc(100vw - 24rem);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .l-footer__bottom {
    width: calc(100vw - 4rem);
    max-width: none;
  }
}
.l-footer__bottom {
  border-top: 1px solid var(--color-white);
  padding: 5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .l-footer__bottom {
    padding: 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__bottom a {
  color: var(--color-white);
  text-decoration: none;
}
.l-footer__bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .l-footer__bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
}
.l-footer__bottom ul li {
  list-style: none;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(1.2rem * 0.001 * 50);
}
.l-footer__bottom ul small {
  opacity: 0.75;
}
.l-footer__bottom__back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.l-footer__bottom__back::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  -webkit-transform: rotate(-45deg) translate(-2px, 2px);
          transform: rotate(-45deg) translate(-2px, 2px);
}

.l-cv {
  background: var(--color-black);
  position: relative;
  overflow: hidden;
}
.l-cv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.5);
}
.l-cv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1) contrast(1.5);
          filter: grayscale(1) contrast(1.5);
}
.l-cv__content {
  width: 120rem;
  max-width: calc(100vw - 24rem);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .l-cv__content {
    width: calc(100vw - 4rem);
    max-width: none;
  }
}
.l-cv__content {
  grid-template-columns: 5fr 7fr;
  padding: 14.4rem 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .l-cv__content {
    grid-template-columns: 1fr;
    padding: 5rem 0;
  }
}
.l-cv__title {
  font-family: var(--font-family--en);
  font-size: 6.4rem;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .l-cv__title {
    font-size: 3.6rem;
    text-align: center;
  }
}
.l-cv__description {
  font-size: var(--font-size-heading4);
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(var(--font-size-heading4) * 0.001 * 50);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .l-cv__description {
    font-size: calc(var(--font-size-heading4) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-heading4) * 0.75) * 0.001 * 50);
  }
}
@media (max-width: 1024px) {
  .l-cv__description {
    font-size: calc(var(--font-size-heading4) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-heading4) * 0.75) * 0.001 * 50);
  }
}
.l-cv__description {
  margin-bottom: 3.5rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .l-cv__description {
    margin-bottom: 4rem;
  }
}
.l-cv__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .l-cv__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-cv__phone {
  text-align: center;
  font-family: var(--font-family--en);
}
@media (max-width: 1024px) {
  .l-cv__phone {
    margin-bottom: 1rem;
  }
}
.l-cv__phone-label {
  font-size: var(--font-size-body1);
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(var(--font-size-body1) * 0.001 * 75);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .l-cv__phone-label {
    font-size: var(--font-size-body1);
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(var(--font-size-body1) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  .l-cv__phone-label {
    font-size: calc(var(--font-size-body1) * 0.9);
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(calc(var(--font-size-body1) * 0.9) * 0.001 * 75);
  }
}
.l-cv__phone-label {
  margin-bottom: 0.3rem;
}
.l-cv__phone-number {
  font-size: var(--font-size-heading3);
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(var(--font-size-heading3) * 0.001 * 50);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .l-cv__phone-number {
    font-size: calc(var(--font-size-heading3) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-heading3) * 0.75) * 0.001 * 50);
  }
}
@media (max-width: 1024px) {
  .l-cv__phone-number {
    font-size: calc(var(--font-size-heading3) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-heading3) * 0.75) * 0.001 * 50);
  }
}
@media (min-width: 1025px) {
  .l-cv__button {
    margin-left: 2rem;
  }
}

.l-careers {
  width: 120rem;
  max-width: calc(100vw - 24rem);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .l-careers {
    width: calc(100vw - 4rem);
    max-width: none;
  }
}
.l-careers__title {
  text-align: center;
  color: var(--color-orange);
  margin-bottom: 2rem;
  font-family: "Lexend", sans-serif !important;
  font-optical-sizing: auto !important;
  font-size: 4.8rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(4.8rem * 0.001 * 0);
}
@media (max-width: 1024px) {
  .l-careers__title {
    font-size: 2.4rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(2.4rem * 0.001 * 0);
  }
}
.l-careers__title small {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(1.6rem * 0.001 * 0);
}
.l-careers__description {
  text-align: center;
  margin-bottom: 3rem;
  font-size: var(--font-size-body1);
  font-weight: 600;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(var(--font-size-body1) * 0.001 * 50);
}
.l-careers__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
@media (max-width: 1024px) {
  .l-careers__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-careers__list li {
  list-style: none;
}

.l-news-list {
  width: 100%;
}
.l-news-list__child {
  width: 100%;
  border-top: 1px solid var(--color-orange-base);
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1fr 7fr;
  padding: 2.5rem;
}
@media (max-width: 1024px) {
  .l-news-list__child {
    grid-template-columns: auto;
    gap: 0;
  }
}
.l-news-list__child:last-child {
  border-bottom: 1px solid var(--color-orange-base);
}
.l-news-list__date {
  color: var(--color-orange);
  font-size: var(--font-size-body1);
  font-weight: 600;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(var(--font-size-body1) * 0.001 * 50);
}
.l-news-list__title {
  font-size: var(--font-size-body1);
  font-weight: 600;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(var(--font-size-body1) * 0.001 * 50);
}
.l-news-list__title a {
  color: var(--color-black);
  text-decoration: none;
}

.c-tag {
  display: inline-block;
  background-color: var(--color-gray-600);
  padding: 0.65rem 1.5rem;
  border-radius: 10rem;
  color: var(--color-white);
  text-decoration: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-size: var(--font-size-body3);
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(var(--font-size-body3) * 0.001 * 75);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .c-tag {
    font-size: calc(var(--font-size-body3) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-body3) * 0.75) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  .c-tag {
    font-size: calc(var(--font-size-body3) * 0.9);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-body3) * 0.9) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  .c-tag {
    padding: 0.35rem 0.75rem;
  }
}
.c-tag:hover {
  background-color: var(--color-gray-800);
}

.c-breadcrumb {
  text-align: right;
}
@media (max-width: 1024px) {
  .c-breadcrumb {
    text-align: left;
  }
}
.c-breadcrumb__item, .c-breadcrumb__current {
  font-size: var(--font-size-body2);
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(var(--font-size-body2) * 0.001 * 75);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .c-breadcrumb__item, .c-breadcrumb__current {
    font-size: calc(var(--font-size-body2) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-body2) * 0.75) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  .c-breadcrumb__item, .c-breadcrumb__current {
    font-size: calc(var(--font-size-body2) * 0.9);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-body2) * 0.9) * 0.001 * 75);
  }
}
.c-breadcrumb__item {
  color: var(--color-gray-400);
}
.c-breadcrumb__item:after {
  content: "/";
  display: inline-block;
  color: var(--color-white);
  margin: 0 1rem;
}
.c-pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
@media (max-width: 1024px) {
  .c-pagination__list {
    gap: 0.8rem;
  }
}
.c-pagination__list .page-numbers {
  font-size: var(--font-size-body1-en);
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(var(--font-size-body1-en) * 0.001 * 75);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .c-pagination__list .page-numbers {
    font-size: calc(var(--font-size-body1-en) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(calc(var(--font-size-body1-en) * 0.75) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  .c-pagination__list .page-numbers {
    font-size: calc(var(--font-size-body1-en) * 0.9);
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(calc(var(--font-size-body1-en) * 0.9) * 0.001 * 75);
  }
}
.c-pagination__list .page-numbers {
  text-align: center;
  font-family: var(--font-family--en);
  text-decoration: none;
  color: var(--color-white);
  border: 0.3rem solid rgba(255, 255, 255, 0.2);
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media (max-width: 1024px) {
  .c-pagination__list .page-numbers {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.c-pagination__list .page-numbers:not(.current):hover {
  cursor: pointer;
  opacity: 0.5;
}
.c-pagination__list .page-numbers.current {
  background-color: var(--color-white);
  color: var(--color-black);
}
.c-pagination__list .page-numbers.next, .c-pagination__list .page-numbers.prev {
  font-size: var(--font-size-body3-en);
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(var(--font-size-body3-en) * 0.001 * 75);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .c-pagination__list .page-numbers.next, .c-pagination__list .page-numbers.prev {
    font-size: calc(var(--font-size-body3-en) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(calc(var(--font-size-body3-en) * 0.75) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  .c-pagination__list .page-numbers.next, .c-pagination__list .page-numbers.prev {
    font-size: calc(var(--font-size-body3-en) * 0.9);
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(calc(var(--font-size-body3-en) * 0.9) * 0.001 * 75);
  }
}
.c-pagination__list .page-numbers.next {
  border: 0;
  width: auto;
  height: auto;
}
.c-pagination__list .page-numbers.next::after {
  content: url(img/arrow-white.svg);
  display: block;
  padding-right: 1rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-pagination__list .page-numbers.prev {
  border: 0;
  width: auto;
  height: auto;
}
.c-pagination__list .page-numbers.prev::before {
  content: url(img/arrow-white.svg);
  display: block;
  padding-right: 1rem;
}

.c-table {
  border-top: var(--color-gray-600) 1px solid;
}
.c-table__row {
  display: grid;
  grid-template-columns: 2fr 5fr;
}
@media (max-width: 1024px) {
  .c-table__row {
    grid-template-columns: 1fr;
  }
}
.c-table__label, .c-table__value {
  font-size: var(--font-size-body1);
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(var(--font-size-body1) * 0.001 * 75);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .c-table__label, .c-table__value {
    font-size: var(--font-size-body1);
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(var(--font-size-body1) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  .c-table__label, .c-table__value {
    font-size: calc(var(--font-size-body1) * 0.9);
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(calc(var(--font-size-body1) * 0.9) * 0.001 * 75);
  }
}
.c-table__label, .c-table__value {
  border-bottom: var(--color-gray-600) 1px solid;
  padding: 3.4rem 0;
}
.c-table__label {
  text-align: left;
}
@media (max-width: 1024px) {
  .c-table__label {
    padding: 2.4rem 0 0.4rem 0;
    border: 0;
  }
}
@media (max-width: 1024px) {
  .c-table__value {
    padding: 0 0 2.4rem 0;
  }
}

.c-input--label, .p-contact__input-label {
  font-size: var(--font-size-body1);
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(var(--font-size-body1) * 0.001 * 75);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .c-input--label, .p-contact__input-label {
    font-size: var(--font-size-body1);
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(var(--font-size-body1) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  .c-input--label, .p-contact__input-label {
    font-size: calc(var(--font-size-body1) * 0.9);
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(calc(var(--font-size-body1) * 0.9) * 0.001 * 75);
  }
}
.c-input--label, .p-contact__input-label {
  margin-bottom: 1rem;
}
.c-input--label .red, .p-contact__input-label .red {
  font-size: var(--font-size-body3);
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(var(--font-size-body3) * 0.001 * 75);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .c-input--label .red, .p-contact__input-label .red {
    font-size: calc(var(--font-size-body3) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-body3) * 0.75) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  .c-input--label .red, .p-contact__input-label .red {
    font-size: calc(var(--font-size-body3) * 0.9);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-body3) * 0.9) * 0.001 * 75);
  }
}
.c-input--label .red, .p-contact__input-label .red {
  color: #ff8c8c;
  padding-left: 0.8rem;
}
.c-input--text, .p-contact__input-text {
  padding: 1.5rem 2rem;
  background-color: var(--color-white);
  color: var(--color-black);
  outline: 0;
  border: 0;
  width: 100%;
}
.c-input--textarea, .p-contact__textarea {
  padding: 1.5rem 2rem;
  background-color: var(--color-white);
  color: var(--color-black);
  outline: 0;
  border: 0;
  width: 100%;
  height: 10rem;
}

.c-page-title, .p-strength-header, .p-contact-header, .p-single-header, .p-company-header, .p-news-header, .p-careers-header, .p-newsletter-header, .p-business-header {
  background-color: var(--color-orange-base);
  padding: 4rem;
  width: 100vw;
  position: relative;
  text-align: center;
}
.c-page-title__title, .p-strength-header__title, .p-contact-header__title, .p-single-header__title, .p-company-header__title, .p-news-header__title, .p-careers-header__title, .p-newsletter-header__title, .p-business-header__title {
  color: var(--color-orange);
  font-size: 3.6rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(3.6rem * 0.001 * 0);
}
@media (max-width: 1024px) {
  .c-page-title__title, .p-strength-header__title, .p-contact-header__title, .p-single-header__title, .p-company-header__title, .p-news-header__title, .p-careers-header__title, .p-newsletter-header__title, .p-business-header__title {
    font-size: 2.4rem;
    font-weight: 800;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(2.4rem * 0.001 * 0);
  }
}
.c-page-title__title small, .p-strength-header__title small, .p-contact-header__title small, .p-single-header__title small, .p-company-header__title small, .p-news-header__title small, .p-careers-header__title small, .p-newsletter-header__title small, .p-business-header__title small {
  font-size: 1.8rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(1.8rem * 0.001 * 0);
}
@media (max-width: 1024px) {
  .c-page-title__title small, .p-strength-header__title small, .p-contact-header__title small, .p-single-header__title small, .p-company-header__title small, .p-news-header__title small, .p-careers-header__title small, .p-newsletter-header__title small, .p-business-header__title small {
    display: block;
    margin-left: 0;
    margin-top: 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(1.5rem * 0.001 * 0);
  }
}
.c-page-title__illust, .p-strength-header__illust, .p-company-header__illust, .p-news-header__illust, .p-careers-header__illust, .p-newsletter-header__illust, .p-business-header__illust {
  width: 7vw;
  position: absolute;
  bottom: 2rem;
  right: 4rem;
}
@media (max-width: 1024px) {
  .c-page-title__illust, .p-strength-header__illust, .p-company-header__illust, .p-news-header__illust, .p-careers-header__illust, .p-newsletter-header__illust, .p-business-header__illust {
    width: 18vw;
  }
}
.c-page-title__description, .p-strength-header__description, .p-contact-header__description, .p-company-header__description, .p-news-header__description, .p-careers-header__description, .p-newsletter-header__description {
  margin-top: 3rem;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(1.5rem * 0.001 * 0);
}

.p-business__filter {
  margin-top: 2rem;
}
.p-business__filter-item {
  display: inline-block;
}
@media (max-width: 1024px) {
  .p-business__filter-item {
    margin: 1rem 0;
  }
}
.p-business__filter-text {
  display: block;
  font-weight: bold;
  margin-bottom: 2.5rem;
  color: var(--color-orange);
}
.p-business__filter-checkbox {
  display: none;
}
.p-business__filter-label {
  background-color: var(--color-white);
  border-radius: 100rem;
  padding: 1rem;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.p-business__filter-label:hover {
  cursor: pointer;
  background-color: var(--color-orange);
  color: var(--color-white);
}
.p-business__filter-checkbox:checked + .p-business__filter-label {
  background-color: var(--color-orange);
  color: var(--color-white);
}

.p-index {
  max-width: 100vw;
  overflow-x: hidden;
}

.p-index-hero {
  height: 90svh;
  min-height: 70rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .p-index-hero {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100svh;
    min-height: auto;
    max-height: 60rem;
  }
}
.p-index-hero__video video {
  position: absolute;
  top: calc(50% + 8.5rem);
  right: 0;
  width: 75vw;
  height: 100svh;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  .p-index-hero__video video {
    width: 125vw;
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 35%);
            transform: translate(-50%, 35%);
  }
}
.p-index-hero__content {
  max-width: 100vw;
  padding: 0 12rem;
}
@media (max-width: 1024px) {
  .p-index-hero__content {
    padding: 0 4rem;
  }
}
.p-index-hero__content {
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .p-index-hero__content {
    padding-top: 12rem;
  }
}
.p-index-hero__title {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 900 !important;
  font-style: normal !important;
  font-size: var(--font-size-heading1);
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(var(--font-size-heading1) * 0.001 * 50);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-index-hero__title {
    font-size: calc(var(--font-size-heading1) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(calc(var(--font-size-heading1) * 0.75) * 0.001 * 50);
  }
}
@media (max-width: 1024px) {
  .p-index-hero__title {
    font-size: calc(var(--font-size-heading1) * 0.6);
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(calc(var(--font-size-heading1) * 0.6) * 0.001 * 50);
  }
}
.p-index-hero__title {
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 1rem;
  color: var(--color-orange);
}
@media (max-width: 1024px) {
  .p-index-hero__title {
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 1rem;
  }
}
.p-index-hero__description {
  color: var(--color-orange);
  font-family: "Lexend", sans-serif !important;
  font-optical-sizing: auto !important;
  font-size: 2.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(2.5rem * 0.001 * 0);
}
@media (max-width: 1024px) {
  .p-index-hero__description {
    font-size: 1.8rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(1.8rem * 0.001 * 0);
  }
}

.p-index-message__body {
  max-width: 100vw;
  padding: 0 12rem;
}
@media (max-width: 1024px) {
  .p-index-message__body {
    padding: 0 4rem;
  }
}
.p-index-message__body {
  padding: 7rem 0;
  background: url(img/top/firstview-bg.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 1024px) {
  .p-index-message__body {
    background: url(img/top/firstview-bg-sp.png) no-repeat center center;
    background-size: contain;
  }
}
.p-index-message__body p {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: calc(2rem * 0.001 * 25);
}
@media (max-width: 1024px) {
  .p-index-message__body p {
    font-size: 1.5rem;
    font-weight: 900;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: calc(1.5rem * 0.001 * 25);
  }
}
.p-index-message__number {
  text-align: center;
  background-color: var(--color-orange);
  color: var(--color-white);
  margin: 0 auto 7.5rem auto;
  padding: 4rem 0 6rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .p-index-message__number {
    padding: 2rem 0 3rem;
  }
}
.p-index-message__number span {
  display: block;
  font-family: "Lexend", sans-serif !important;
  font-optical-sizing: auto !important;
  font-size: 7.2rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: calc(7.2rem * 0.001 * 25);
}
@media (max-width: 1024px) {
  .p-index-message__number span {
    font-size: 4rem;
    font-weight: 900;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: calc(4rem * 0.001 * 25);
  }
}
.p-index-message__number p {
  font-size: 2rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: calc(2rem * 0.001 * 25);
}
@media (max-width: 1024px) {
  .p-index-message__number p {
    font-size: 1.6rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: calc(1.6rem * 0.001 * 25);
  }
}

.p-index-strength {
  width: 120rem;
  max-width: calc(100vw - 24rem);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .p-index-strength {
    width: calc(100vw - 4rem);
    max-width: none;
  }
}
.p-index-strength {
  width: 100rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 8rem;
  -webkit-box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.25);
  margin: 0 auto 7.5rem auto;
  border-radius: 2rem;
}
@media (max-width: 1024px) {
  .p-index-strength {
    margin: 3.5rem auto;
    width: calc(100% - 4rem);
    text-align: center;
    gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 3rem;
  }
}
.p-index-strength__text h2 {
  color: var(--color-orange);
  margin-bottom: 2.4rem;
  font-size: 3.6rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(3.6rem * 0.001 * 50);
}
@media (max-width: 1024px) {
  .p-index-strength__text h2 {
    font-size: 2.4rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(2.4rem * 0.001 * 50);
  }
}
.p-index-strength__image img {
  max-width: 35rem;
}
@media (max-width: 1024px) {
  .p-index-strength__image img {
    width: 100%;
  }
}

.p-index-news {
  width: 120rem;
  max-width: calc(100vw - 24rem);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .p-index-news {
    width: calc(100vw - 4rem);
    max-width: none;
  }
}
.p-index-news {
  display: grid;
  grid-template-columns: 3fr 7fr;
  padding: 7.5rem 0;
}
@media (max-width: 1024px) {
  .p-index-news {
    display: block;
    padding: 3.5rem 0 7.5rem 0;
  }
}
.p-index-news__title {
  color: var(--color-orange);
  margin-bottom: 2.4rem;
  font-family: "Lexend", sans-serif !important;
  font-optical-sizing: auto !important;
  font-size: 4.8rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  letter-spacing: calc(4.8rem * 0.001 * 50);
}
@media (max-width: 1024px) {
  .p-index-news__title {
    font-size: 2.4rem;
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(2.4rem * 0.001 * 50);
  }
}
.p-index-news__title small {
  display: block;
  font-size: var(--font-size-body1);
  font-weight: 600;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(var(--font-size-body1) * 0.001 * 50);
}
.p-index-news__footer {
  margin-top: 3rem;
}

.p-index-business {
  margin: 15rem auto 7.5rem;
}
@media (max-width: 1024px) {
  .p-index-business {
    margin: 7.5rem auto 3.5rem;
  }
}
.p-index-business__header {
  max-width: 100vw;
  padding: 0 12rem;
}
@media (max-width: 1024px) {
  .p-index-business__header {
    padding: 0 4rem;
  }
}
.p-index-business__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  margin-bottom: 7.5rem;
}
@media (max-width: 1024px) {
  .p-index-business__header {
    display: block;
    margin-bottom: 5rem;
  }
}
.p-index-business__title {
  color: var(--color-orange);
  font-size: 3.6rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(3.6rem * 0.001 * 50);
}
.p-index-business__title small {
  display: block;
  font-family: "Lexend", sans-serif !important;
  font-optical-sizing: auto !important;
  font-size: 2.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(2.4rem * 0.001 * 50);
}
@media (max-width: 1024px) {
  .p-index-business__title {
    font-size: 2.8rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(2.8rem * 0.001 * 50);
  }
  .p-index-business__title small {
    display: block;
    font-family: "Lexend", sans-serif !important;
    font-optical-sizing: auto !important;
    font-size: 2rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(2rem * 0.001 * 50);
  }
}
@media (max-width: 1024px) {
  .p-index-business__slider {
    max-width: 100vw;
    width: 100vw;
    overflow-x: hidden;
    margin-left: 4rem !important;
  }
}
.p-index-business__footer {
  text-align: center;
}
@media (min-width: 1025px) {
  .p-index-business__grid {
    padding-left: calc((100vw - 120rem) / 2);
  }
}
.p-index-business__card-meta {
  margin-bottom: 2rem;
}
.p-index-business__card-date {
  font-size: var(--font-size-body2);
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(var(--font-size-body2) * 0.001 * 75);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-index-business__card-date {
    font-size: calc(var(--font-size-body2) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-body2) * 0.75) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  .p-index-business__card-date {
    font-size: calc(var(--font-size-body2) * 0.9);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-body2) * 0.9) * 0.001 * 75);
  }
}
.p-index-business__card-date {
  color: var(--color-gray-500);
}
.p-index-business__card-footer {
  margin-top: 2rem;
}
.p-index-business__card-footer__category {
  background-color: var(--color-orange);
  color: var(--color-white);
  border-radius: 100rem;
  display: inline-block;
  padding: 0.5rem 2rem;
}
.p-index-business__card-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(1.4rem * 0.001 * 50);
}
.p-index-business__nav {
  margin-top: 6.8rem;
}
@media (max-width: 1024px) {
  .p-index-business__nav {
    margin-top: 3rem;
  }
}
@media (max-width: 1024px) {
  .p-index-business__footer {
    text-align: center;
    margin-top: 5rem;
  }
}

.p-index-data {
  max-width: 100vw;
  padding: 0 12rem;
}
@media (max-width: 1024px) {
  .p-index-data {
    padding: 0 4rem;
  }
}
.p-index-data {
  margin: 15rem auto 7.5rem auto;
}
@media (max-width: 1024px) {
  .p-index-data {
    margin: 7.5rem auto 3.5rem auto;
    grid-template-columns: auto;
  }
}
.p-index-data__text {
  position: relative;
}
.p-index-data__illust--01, .p-index-data__illust--02 {
  position: absolute;
  bottom: 0;
  max-width: 7vw;
}
@media (max-width: 1024px) {
  .p-index-data__illust--01, .p-index-data__illust--02 {
    display: none;
  }
}
.p-index-data__illust--01 {
  right: 0rem;
}
.p-index-data__illust--02 {
  right: 10rem;
}
.p-index-data__title {
  font-family: "Lexend", sans-serif !important;
  font-optical-sizing: auto !important;
  color: var(--color-orange);
  font-size: 5.6rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(5.6rem * 0.001 * 50);
}
@media (max-width: 1024px) {
  .p-index-data__title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(2.4rem * 0.001 * 50);
  }
}
.p-index-data__title small {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(2.4rem * 0.001 * 50);
}
.p-index-data__title + p {
  color: #b2b2b2;
  margin: 2rem 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #b2b2b2;
  font-size: 2.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(2.4rem * 0.001 * 50);
}
.p-index-data__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .p-index-data__list {
    gap: 1.5rem;
  }
}
.p-index-data__list__child {
  padding: 2rem;
  list-style: none;
  color: var(--color-gray-700);
  border-bottom: 0.35rem solid var(--color-orange);
}
@media (max-width: 1024px) {
  .p-index-data__list__child {
    padding: 1rem;
  }
}
.p-index-data__list__child__title p {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(2rem * 0.001 * 50);
}
@media (max-width: 1024px) {
  .p-index-data__list__child__title p {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(1.4rem * 0.001 * 50);
  }
}
.p-index-data__list__child__number {
  text-align: right;
  color: var(--color-orange);
}
.p-index-data__list__child__number strong {
  font-family: "Lexend", sans-serif !important;
  font-optical-sizing: auto !important;
  font-size: 10rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: calc(10rem * 0.001 * -25);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-index-data__list__child__number strong {
    font-size: 6.4rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(6.4rem * 0.001 * -25);
  }
}
@media (max-width: 1024px) {
  .p-index-data__list__child__number strong {
    margin-bottom: 1rem;
    font-size: 4rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(4rem * 0.001 * -25);
  }
}
.p-index-data__list__child__number small {
  padding-left: 1ch;
  font-size: 3rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: calc(3rem * 0.001 * 0);
}
@media (max-width: 1024px) {
  .p-index-data__list__child__number small {
    padding-left: 0.5ch;
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(1.6rem * 0.001 * 0);
  }
}

.p-index-newsletter {
  margin: 15rem auto 7.5rem;
  padding: 7.5rem 0;
  background-color: var(--color-orange);
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .p-index-newsletter {
    margin: 7.5rem auto 3.5rem;
    padding: 3rem 0;
  }
}
.p-index-newsletter__header {
  max-width: 100vw;
  padding: 0 12rem;
}
@media (max-width: 1024px) {
  .p-index-newsletter__header {
    padding: 0 4rem;
  }
}
.p-index-newsletter__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  margin-bottom: 7.5rem;
}
@media (max-width: 1024px) {
  .p-index-newsletter__header {
    margin-bottom: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-index-newsletter__title {
  color: var(--color-white);
  font-size: 3.6rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(3.6rem * 0.001 * 50);
}
@media (max-width: 1024px) {
  .p-index-newsletter__title {
    font-size: 2.4rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(2.4rem * 0.001 * 50);
  }
}
.p-index-newsletter__title small {
  display: block;
  font-family: "Lexend", sans-serif !important;
  font-optical-sizing: auto !important;
  font-size: 2.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(2.4rem * 0.001 * 50);
}
@media (max-width: 1024px) {
  .p-index-newsletter__title small {
    font-size: 1.5rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(1.5rem * 0.001 * 50);
  }
}
@media (max-width: 1024px) {
  .p-index-newsletter__slider {
    max-width: 100vw;
    width: 100vw;
    overflow-x: hidden;
    margin-left: 4rem !important;
  }
}
@media (min-width: 1025px) {
  .p-index-newsletter__grid {
    padding-left: calc((100vw - 120rem) / 2);
  }
}
.p-index-newsletter__card-image {
  background-color: #b2b2b2;
  border: 0;
}
.p-index-newsletter__card-position {
  color: var(--color-white);
  margin-left: 2rem;
}
.p-index-newsletter__card-message {
  width: calc(100% - 4rem);
  border-radius: 1rem;
  background-color: var(--color-white);
  color: var(--color-orange);
  padding: 1rem;
  margin: -5rem 0 2rem 2rem;
  position: relative;
  z-index: 10;
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(1.6rem * 0.001 * 50);
}
.p-index-newsletter__card-message::after {
  content: "▼";
  color: var(--color-white);
  margin-left: 4rem;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}
.p-index-newsletter__card-meta {
  margin-bottom: 2rem;
}
.p-index-newsletter__card-date {
  font-size: var(--font-size-body2);
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(var(--font-size-body2) * 0.001 * 75);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-index-newsletter__card-date {
    font-size: calc(var(--font-size-body2) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-body2) * 0.75) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  .p-index-newsletter__card-date {
    font-size: calc(var(--font-size-body2) * 0.9);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-body2) * 0.9) * 0.001 * 75);
  }
}
.p-index-newsletter__card-date {
  color: var(--color-white);
}
.p-index-newsletter__card-title {
  margin-left: 2rem;
  color: var(--color-white);
}
.p-index-newsletter__card-footer {
  margin-top: 2rem;
}
.p-index-newsletter__card-footer__category {
  background-color: var(--color-white);
  color: var(--color-orange);
  border-radius: 100rem;
  display: inline-block;
  padding: 0.5rem 2rem;
  margin-left: 2rem;
}
.p-index-newsletter__card-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(1.4rem * 0.001 * 50);
}
.p-index-newsletter__nav {
  margin-top: 6.8rem;
}
@media (max-width: 1024px) {
  .p-index-newsletter__nav {
    margin-top: 3rem;
  }
}
@media (max-width: 1024px) {
  .p-index-newsletter__footer {
    text-align: center;
    margin-top: 5rem;
  }
}

.p-business-header {
  margin-top: 10rem;
}
.p-business {
  margin: 0 auto 7.5rem;
}
@media (max-width: 1024px) {
  .p-business {
    margin: 7.5rem auto 3.5rem;
  }
}
.p-business__subtitle {
  max-width: 100vw;
  padding: 0 12rem;
}
@media (max-width: 1024px) {
  .p-business__subtitle {
    padding: 0 4rem;
  }
}
.p-business__subtitle {
  font-size: 2.8rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(2.8rem * 0.001 * 50);
  margin-top: 3.5rem;
  color: var(--color-orange);
}
.p-business__grid {
  max-width: 100vw;
  padding: 0 12rem;
}
@media (max-width: 1024px) {
  .p-business__grid {
    padding: 0 4rem;
  }
}
.p-business__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  margin: 2.5rem auto 10rem;
}
@media (max-width: 1024px) {
  .p-business__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 3.5rem auto;
  }
}
.p-business__card-meta {
  margin-bottom: 2rem;
}
.p-business__card-date {
  font-size: var(--font-size-body2);
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(var(--font-size-body2) * 0.001 * 75);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-business__card-date {
    font-size: calc(var(--font-size-body2) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-body2) * 0.75) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  .p-business__card-date {
    font-size: calc(var(--font-size-body2) * 0.9);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-body2) * 0.9) * 0.001 * 75);
  }
}
.p-business__card-date {
  color: var(--color-gray-500);
}
.p-business__card-footer {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.6rem;
}
.p-business__card-footer__category {
  background-color: var(--color-orange);
  color: var(--color-white);
  border-radius: 100rem;
  display: inline-block;
  padding: 0.5rem 2rem;
}
.p-business__card-footer__link {
  color: var(--color-orange);
  vertical-align: top;
  font-weight: bold;
  border-bottom: 1px solid var(--color-orange);
}
.p-business__card-footer__link img {
  margin-left: 0.5rem;
}
.p-business__card-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(1.4rem * 0.001 * 50);
}
.p-business__noresult__button {
  margin-top: 1rem;
}

.p-newsletter-header {
  margin-top: 10rem;
}
.p-newsletter__grid {
  max-width: 100vw;
  padding: 0 12rem;
}
@media (max-width: 1024px) {
  .p-newsletter__grid {
    padding: 0 4rem;
  }
}
.p-newsletter__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  margin: 7.5rem auto;
}
@media (max-width: 1024px) {
  .p-newsletter__grid {
    grid-template-columns: 1fr;
  }
}
.p-newsletter__card-image {
  background-color: #b2b2b2;
  border: 0;
}
.p-newsletter__card-position {
  color: var(--color-black);
  margin-left: 2rem;
}
.p-newsletter__card-message {
  width: calc(100% - 4rem);
  border-radius: 1rem;
  background-color: var(--color-orange);
  color: var(--color-white);
  padding: 1rem;
  margin: -5rem 0 2rem 2rem;
  position: relative;
  z-index: 10;
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(1.6rem * 0.001 * 50);
}
.p-newsletter__card-message::after {
  content: "▼";
  color: var(--color-orange);
  margin-left: 4rem;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}
.p-newsletter__card-meta {
  margin-bottom: 2rem;
}
.p-newsletter__card-date {
  font-size: var(--font-size-body2);
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(var(--font-size-body2) * 0.001 * 75);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-newsletter__card-date {
    font-size: calc(var(--font-size-body2) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-body2) * 0.75) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  .p-newsletter__card-date {
    font-size: calc(var(--font-size-body2) * 0.9);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-body2) * 0.9) * 0.001 * 75);
  }
}
.p-newsletter__card-date {
  color: var(--color-white);
}
.p-newsletter__card-title {
  margin-left: 2rem;
  color: var(--color-black);
}
.p-newsletter__card-footer {
  margin-top: 2rem;
}
.p-newsletter__card-footer__category {
  background-color: var(--color-orange);
  color: var(--color-white);
  border-radius: 100rem;
  display: inline-block;
  padding: 0.5rem 2rem;
  margin-left: 2rem;
}
.p-newsletter__card-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(1.4rem * 0.001 * 50);
}

.p-newsletter {
  max-width: 100vw;
  overflow-x: hidden;
}

.p-newsletter-article-header {
  max-width: 100vw;
  padding: 0 12rem;
}
@media (max-width: 1024px) {
  .p-newsletter-article-header {
    padding: 0 4rem;
  }
}
.p-newsletter-article-header {
  margin: 7.5rem auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-newsletter-article-header {
    margin: 3.5rem auto;
  }
}
.p-newsletter-article-header__title {
  font-size: var(--font-size-heading3);
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(var(--font-size-heading3) * 0.001 * 50);
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .p-newsletter-article-header__title {
    font-size: 2.4rem;
    font-weight: 900;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(2.4rem * 0.001 * 50);
  }
}
.p-newsletter-article-header__position {
  font-size: var(--font-size-heading4);
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(var(--font-size-heading4) * 0.001 * 50);
}
.p-newsletter-article-header__position span {
  margin-left: 1ch;
}
.p-newsletter-article-header__name {
  font-size: var(--font-size-heading3);
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(var(--font-size-heading3) * 0.001 * 50);
}
@media (max-width: 1024px) {
  .p-newsletter-article-header__name {
    font-size: 2.4rem;
    font-weight: 900;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(2.4rem * 0.001 * 50);
  }
}
.p-newsletter-article-thumbnail img {
  width: calc(100% - 12rem);
  max-width: 128rem;
  height: auto;
  margin: auto;
  display: block;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .p-newsletter-article-thumbnail img {
    width: 100vw;
  }
}
.p-newsletter-article-body {
  max-width: calc(100vw - 24rem);
  width: 79.4rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .p-newsletter-article-body {
    width: calc(100vw - 8.4rem);
    max-width: none;
  }
}
.p-newsletter-article-body {
  margin-top: 7.5rem;
}
@media (max-width: 1024px) {
  .p-newsletter-article-body {
    margin-top: 3.5rem;
  }
}
.p-newsletter-article-body h2,
.p-newsletter-article-body h3,
.p-newsletter-article-body h4 {
  margin: 2.5rem 0;
}
.p-newsletter-article-body h2 {
  font-size: var(--font-size-heading2);
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(var(--font-size-heading2) * 0.001 * 50);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-newsletter-article-body h2 {
    font-size: calc(var(--font-size-heading2) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(calc(var(--font-size-heading2) * 0.75) * 0.001 * 50);
  }
}
@media (max-width: 1024px) {
  .p-newsletter-article-body h2 {
    font-size: calc(var(--font-size-heading2) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(calc(var(--font-size-heading2) * 0.75) * 0.001 * 50);
  }
}
.p-newsletter-article-body h2 {
  font-weight: 700;
}
.p-newsletter-article-body h3 {
  font-size: var(--font-size-heading3);
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(var(--font-size-heading3) * 0.001 * 50);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-newsletter-article-body h3 {
    font-size: calc(var(--font-size-heading3) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-heading3) * 0.75) * 0.001 * 50);
  }
}
@media (max-width: 1024px) {
  .p-newsletter-article-body h3 {
    font-size: calc(var(--font-size-heading3) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-heading3) * 0.75) * 0.001 * 50);
  }
}
.p-newsletter-article-body h3 {
  font-weight: 600;
}
.p-newsletter-article-body p {
  font-size: var(--font-size-body1);
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(var(--font-size-body1) * 0.001 * 75);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-newsletter-article-body p {
    font-size: var(--font-size-body1);
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(var(--font-size-body1) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  .p-newsletter-article-body p {
    font-size: calc(var(--font-size-body1) * 0.9);
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(calc(var(--font-size-body1) * 0.9) * 0.001 * 75);
  }
}
.p-newsletter-article-body p {
  line-height: 2 !important;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
.p-newsletter-article-body p strong {
  color: var(--color-orange);
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(1.8rem * 0.001 * 50);
}
.p-newsletter-article-body img {
  max-width: 100%;
}
.p-newsletter-article-body a {
  color: var(--color-gray-400);
  text-decoration: underline;
}
.p-newsletter-article-body figure {
  margin-bottom: 2.4rem;
}
.p-newsletter-article-body figcaption {
  font-size: var(--font-size-body3);
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(var(--font-size-body3) * 0.001 * 75);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-newsletter-article-body figcaption {
    font-size: calc(var(--font-size-body3) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-body3) * 0.75) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  .p-newsletter-article-body figcaption {
    font-size: calc(var(--font-size-body3) * 0.9);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-body3) * 0.9) * 0.001 * 75);
  }
}
.p-newsletter-article-body figcaption {
  color: var(--color-gray-400);
  margin-top: 0.4rem;
}
.p-newsletter-article-body pre {
  font-size: 1.3rem;
  line-height: 0.8;
  background: #000;
  padding: 2rem;
  white-space: pre;
  overflow: scroll;
}
.p-newsletter-article-body ul,
.p-newsletter-article-body ol {
  margin-bottom: 2.4rem;
}
.p-newsletter-article-body li {
  list-style-position: inside;
}
.p-newsletter-article-body .table-wrap,
.p-newsletter-article-body .dl-wrap {
  overflow-x: scroll;
}
.p-newsletter-article-body table {
  margin-bottom: 2.4rem;
  border-spacing: 0;
  width: 100%;
  white-space: nowrap;
}
.p-newsletter-article-body tbody {
  border: 0;
}
.p-newsletter-article-body tr {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
.p-newsletter-article-body th,
.p-newsletter-article-body td {
  outline: 0;
  border: 0;
  border-bottom: 1px solid var(--color-gray-600);
  padding: 1rem;
  white-space: nowrap;
}
.p-newsletter-article-body dl {
  width: 100%;
  white-space: nowrap;
  display: grid;
  grid-template-columns: 3fr 9fr;
  border-top: 1px solid var(--color-gray-600);
  margin-bottom: 2.4rem;
}
.p-newsletter-article-body dl dt,
.p-newsletter-article-body dl dd {
  border-bottom: 1px solid var(--color-gray-600);
  padding: 1rem;
}
.p-newsletter-article-body hr {
  border-top: 1px solid var(--color-gray-600);
  margin: 2.4rem auto;
}
.p-newsletter-article__back {
  margin: 10rem 0;
  text-align: center;
}

.p-careers-header {
  margin-top: 10rem;
}
.p-news-body {
  width: 120rem;
  max-width: calc(100vw - 24rem);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .p-news-body {
    width: calc(100vw - 4rem);
    max-width: none;
  }
}
.p-news-body {
  margin-top: 7.5rem;
}

.p-news-header {
  margin-top: 10rem;
}
.p-careers-body {
  width: 120rem;
  max-width: calc(100vw - 24rem);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .p-careers-body {
    width: calc(100vw - 4rem);
    max-width: none;
  }
}
.p-careers-body {
  margin-top: 7.5rem;
}
.p-careers-body h2 {
  color: var(--color-orange);
}
.p-careers-body a {
  color: var(--color-orange);
  font-weight: bold;
}
.p-careers-body .wp-block-columns {
  margin-bottom: 4rem;
}
.p-careers-body .wp-block-table tr {
  display: grid;
  grid-template-columns: 2fr 6fr;
}
.p-careers-body .wp-block-table tr:last-child th,
.p-careers-body .wp-block-table tr:last-child td {
  border-bottom: 1px solid var(--color-gray-400);
}
.p-careers-body .wp-block-table th,
.p-careers-body .wp-block-table td {
  border: 0;
  border-top: 1px solid var(--color-gray-400);
  padding: 2rem;
}

.p-company-header {
  margin-top: 10rem;
}
.p-company-mission {
  width: 120rem;
  max-width: calc(100vw - 24rem);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .p-company-mission {
    width: calc(100vw - 4rem);
    max-width: none;
  }
}
.p-company-mission {
  margin: 7.5rem auto;
}
.p-company-mission__header {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 1.6rem;
}
@media (max-width: 1024px) {
  .p-company-mission__header {
    display: block;
  }
}
.p-company-mission__headline h2 {
  color: var(--color-orange);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 900 !important;
  font-style: normal !important;
  font-size: 7.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(7.5rem * 0.001 * 50);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-company-mission__headline h2 {
    font-size: 5rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(5rem * 0.001 * 50);
  }
}
@media (max-width: 1024px) {
  .p-company-mission__headline h2 {
    margin-bottom: 2.4rem;
    font-size: 3.6rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(3.6rem * 0.001 * 50);
  }
}
.p-company-mission__headline h2 small {
  color: var(--color-black);
  display: block;
  font-family: "Lexend", sans-serif !important;
  font-optical-sizing: auto !important;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(1.8rem * 0.001 * 50);
}
.p-company-mission__text h3 {
  margin-bottom: 2.4rem;
  color: var(--color-orange);
  font-size: 2.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(2.4rem * 0.001 * 50);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-company-mission__text h3 {
    font-size: 1.8rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(1.8rem * 0.001 * 50);
  }
}
@media (max-width: 1024px) {
  .p-company-mission__text h3 {
    font-size: 2rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(2rem * 0.001 * 50);
  }
}
.p-company-mission__image img {
  display: block;
  margin: 7.5rem auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-company-mission__image img {
    width: 100%;
  }
}

.p-company-data {
  max-width: 100vw;
  padding: 0 12rem;
}
@media (max-width: 1024px) {
  .p-company-data {
    padding: 0 4rem;
  }
}
.p-company-data {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 5fr 7fr;
  margin: 15rem auto 7.5rem auto;
}
@media (max-width: 1024px) {
  .p-company-data {
    margin: 7.5rem auto 3.5rem auto;
    grid-template-columns: auto;
  }
}
.p-company-data__title {
  color: var(--color-orange);
  font-size: 3.6rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(3.6rem * 0.001 * 50);
}
@media (max-width: 1024px) {
  .p-company-data__title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(2.4rem * 0.001 * 50);
  }
}
.p-company-data__title small {
  display: block;
  font-family: "Lexend", sans-serif !important;
  font-optical-sizing: auto !important;
  font-size: 2.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(2.4rem * 0.001 * 50);
}
.p-company-data__list {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  .p-company-data__list {
    grid-template-columns: 1fr 1fr;
  }
}
.p-company-data__list__child {
  padding: 2rem;
  text-align: center;
  list-style: none;
  background-color: var(--color-white);
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
  position: relative;
}
.p-company-data__list__child__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .p-company-data__list__child__inner {
    width: 100%;
  }
}
.p-company-data__list__child__inner strong {
  margin-bottom: 2rem;
  color: var(--color-orange);
  display: block;
  font-family: "Lexend", sans-serif !important;
  font-optical-sizing: auto !important;
  font-size: 7.2rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: calc(7.2rem * 0.001 * 50);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-company-data__list__child__inner strong {
    font-size: 4rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(4rem * 0.001 * 50);
  }
}
@media (max-width: 1024px) {
  .p-company-data__list__child__inner strong {
    font-size: 2.4rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(2.4rem * 0.001 * 50);
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-company-data__list__child__inner p {
    font-size: 1.1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(1.1rem * 0.001 * 50);
  }
}
.p-company-data__list__child::after {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
}

.p-company-profile {
  width: 120rem;
  max-width: calc(100vw - 24rem);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .p-company-profile {
    width: calc(100vw - 4rem);
    max-width: none;
  }
}
.p-company-profile {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 4fr 8fr;
  margin: 15rem auto 7.5rem auto;
}
@media (max-width: 1024px) {
  .p-company-profile {
    margin: 7.5rem auto 3.5rem auto;
    display: block;
  }
}
.p-company-profile__title {
  color: var(--color-orange);
  font-family: "Lexend", sans-serif !important;
  font-optical-sizing: auto !important;
  font-size: 3.6rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(3.6rem * 0.001 * 50);
}
@media (max-width: 1024px) {
  .p-company-profile__title {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(2.4rem * 0.001 * 50);
  }
}
.p-company-profile__title small {
  display: block;
  font-family: "Lexend", sans-serif !important;
  font-optical-sizing: auto !important;
  font-size: 2.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(2.4rem * 0.001 * 50);
}
@media (max-width: 1024px) {
  .p-company-profile__title small {
    font-size: 1.6rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(1.6rem * 0.001 * 50);
  }
}
.p-company-profile__table {
  margin-bottom: 2.4rem;
  border-spacing: 0;
  width: 100%;
}
.p-company-profile__table tbody {
  border: 0;
}
.p-company-profile__table a {
  color: var(--color-orange);
}
.p-company-profile__table tr {
  width: 100%;
  border-collapse: collapse;
  display: grid;
  grid-template-columns: 2fr 6fr;
}
.p-company-profile__table th,
.p-company-profile__table td {
  outline: 0;
  border: 0;
  border-bottom: 1px solid var(--color-gray-300);
  padding: 2rem;
  text-align: left;
}
.p-company-profile__table th img,
.p-company-profile__table td img {
  zoom: 0.5;
  display: block;
  margin: 1rem 0;
}

.p-company-access {
  width: 120rem;
  max-width: calc(100vw - 24rem);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .p-company-access {
    width: calc(100vw - 4rem);
    max-width: none;
  }
}
.p-company-access {
  margin: 15rem auto 7.5rem auto;
}
@media (max-width: 1024px) {
  .p-company-access {
    margin: 7.5rem auto 3.5rem auto;
  }
}
.p-company-access__title {
  color: var(--color-orange);
  margin-bottom: 3.5rem;
  font-family: "Lexend", sans-serif !important;
  font-optical-sizing: auto !important;
  font-size: 3.6rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(3.6rem * 0.001 * 50);
}
@media (max-width: 1024px) {
  .p-company-access__title {
    font-size: 2.4rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(2.4rem * 0.001 * 50);
  }
}
.p-company-access__title small {
  display: block;
  font-family: "Lexend", sans-serif !important;
  font-optical-sizing: auto !important;
  font-size: 2.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(2.4rem * 0.001 * 50);
}
@media (max-width: 1024px) {
  .p-company-access__title small {
    font-size: 1.6rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(1.6rem * 0.001 * 50);
  }
}
.p-company-access__list {
  display: grid;
  grid-template-columns: 2fr 3fr 7fr;
  gap: 1.6rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .p-company-access__list {
    display: block;
    margin-bottom: 4rem;
  }
}
.p-company-access__list__title {
  color: var(--color-orange);
  font-size: 2.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(2.4rem * 0.001 * 50);
}
@media (max-width: 1024px) {
  .p-company-access__list__title {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(2rem * 0.001 * 50);
  }
}
.p-company-access__list__address {
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(1.6rem * 0.001 * 50);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-company-access__list__address {
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(1.4rem * 0.001 * 50);
  }
}
@media (max-width: 1024px) {
  .p-company-access__list__address {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(1.4rem * 0.001 * 50);
  }
}
.p-company-access__list__map iframe {
  width: 100%;
}
@media (max-width: 1024px) {
  .p-company-access__list__map iframe {
    height: 20rem !important;
  }
}

.p-single-header {
  margin-top: 10rem;
}
.p-single-body {
  width: 120rem;
  max-width: calc(100vw - 24rem);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .p-single-body {
    width: calc(100vw - 4rem);
    max-width: none;
  }
}
.p-single-body {
  margin-top: 7.5rem;
}
@media (max-width: 1024px) {
  .p-single-body {
    margin-top: 3.5rem;
  }
}
.p-single-body__title {
  font-size: var(--font-size-heading3);
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(var(--font-size-heading3) * 0.001 * 50);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-single-body__title {
    font-size: calc(var(--font-size-heading3) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-heading3) * 0.75) * 0.001 * 50);
  }
}
@media (max-width: 1024px) {
  .p-single-body__title {
    font-size: calc(var(--font-size-heading3) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-heading3) * 0.75) * 0.001 * 50);
  }
}
.p-single-body__title {
  font-weight: 700;
  margin-bottom: 2rem;
}
.p-single-body h2,
.p-single-body h3,
.p-single-body h4 {
  margin: 2.5rem 0;
}
.p-single-body h2 {
  font-size: var(--font-size-heading3);
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(var(--font-size-heading3) * 0.001 * 50);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-single-body h2 {
    font-size: calc(var(--font-size-heading3) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-heading3) * 0.75) * 0.001 * 50);
  }
}
@media (max-width: 1024px) {
  .p-single-body h2 {
    font-size: calc(var(--font-size-heading3) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-heading3) * 0.75) * 0.001 * 50);
  }
}
.p-single-body h2 {
  font-weight: 700;
}
.p-single-body h3 {
  font-size: 2.1rem;
  font-weight: 600;
}
.p-single-body p {
  font-size: var(--font-size-body1);
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(var(--font-size-body1) * 0.001 * 75);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-single-body p {
    font-size: var(--font-size-body1);
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(var(--font-size-body1) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  .p-single-body p {
    font-size: calc(var(--font-size-body1) * 0.9);
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(calc(var(--font-size-body1) * 0.9) * 0.001 * 75);
  }
}
.p-single-body p {
  line-height: 2 !important;
  margin-bottom: 1.6rem;
}
.p-single-body img {
  max-width: 100%;
}
.p-single-body a {
  color: var(--color-gray-400);
  text-decoration: underline;
}
.p-single-body figure {
  margin-bottom: 2.4rem;
}
.p-single-body figcaption {
  font-size: var(--font-size-body3);
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(var(--font-size-body3) * 0.001 * 75);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-single-body figcaption {
    font-size: calc(var(--font-size-body3) * 0.75);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-body3) * 0.75) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  .p-single-body figcaption {
    font-size: calc(var(--font-size-body3) * 0.9);
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(calc(var(--font-size-body3) * 0.9) * 0.001 * 75);
  }
}
.p-single-body figcaption {
  color: var(--color-gray-400);
  margin-top: 0.4rem;
}
.p-single-body pre {
  font-size: 1.3rem;
  line-height: 0.8;
  background: #000;
  padding: 2rem;
  white-space: pre;
  overflow: scroll;
}
.p-single-body ul,
.p-single-body ol {
  margin-bottom: 2.4rem;
}
.p-single-body li {
  list-style-position: inside;
}
.p-single-body .table-wrap,
.p-single-body .dl-wrap {
  overflow-x: scroll;
}
.p-single-body table {
  margin-bottom: 2.4rem;
  border-spacing: 0;
  width: 100%;
  white-space: nowrap;
}
.p-single-body tbody {
  border: 0;
}
.p-single-body tr {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
.p-single-body th,
.p-single-body td {
  outline: 0;
  border: 0;
  border-bottom: 1px solid var(--color-gray-600);
  padding: 1rem;
  white-space: nowrap;
}
.p-single-body dl {
  width: 100%;
  white-space: nowrap;
  display: grid;
  grid-template-columns: 3fr 9fr;
  border-top: 1px solid var(--color-gray-600);
  margin-bottom: 2.4rem;
}
.p-single-body dl dt,
.p-single-body dl dd {
  border-bottom: 1px solid var(--color-gray-600);
  padding: 1rem;
}
.p-single-body hr {
  border-top: 1px solid var(--color-gray-600);
  margin: 2.4rem auto;
}
.p-single__back {
  margin: 10rem 0;
  text-align: center;
}

.p-contact-body {
  width: 120rem;
  max-width: calc(100vw - 24rem);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .p-contact-body {
    width: calc(100vw - 4rem);
    max-width: none;
  }
}
.p-contact-body__content__form {
  background-color: var(--color-orange-base);
  margin: 7.5rem auto;
  padding: 6rem 8.8rem;
  border-radius: 3.2rem;
  max-width: calc(100vw - 24rem);
  width: 79.4rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .p-contact-body__content__form {
    width: calc(100vw - 8.4rem);
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .p-contact-body__content__form {
    padding: 4rem 3rem;
    max-width: none;
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
}
.p-contact-body__content__form .wpcf7-not-valid-tip {
  margin-top: -3.5rem;
  margin-bottom: 3.5rem;
}
.p-contact-body__content__form__small a {
  color: var(--color-orange);
}
.p-contact-body__content__form .hidden-fields-container {
  border: 0;
  outline: 0;
}
.p-contact-body__content__notice {
  font-size: var(--font-size-body1);
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(var(--font-size-body1) * 0.001 * 75);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-contact-body__content__notice {
    font-size: var(--font-size-body1);
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(var(--font-size-body1) * 0.001 * 75);
  }
}
@media (max-width: 1024px) {
  .p-contact-body__content__notice {
    font-size: calc(var(--font-size-body1) * 0.9);
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(calc(var(--font-size-body1) * 0.9) * 0.001 * 75);
  }
}
.p-contact-body__content__notice {
  margin-bottom: 3rem;
  color: var(--color-gray-800);
}
.p-contact-body__content__notice a {
  color: var(--color-orange);
}

.p-contact-header {
  margin-top: 10rem;
}
.p-contact__input-text {
  margin-top: 1rem;
  margin-bottom: 3.5rem;
}

.p-contact__textarea {
  margin-top: 1rem;
  margin-bottom: 3.5rem;
}

.p-contact__button {
  margin-top: 1rem;
  margin-bottom: 3.5rem;
  border: 0;
  outline: 0;
}
.p-contact__button:hover {
  cursor: pointer;
}

.p-strength-header {
  margin-top: 10rem;
}
.p-strength-body {
  width: 120rem;
  max-width: calc(100vw - 24rem);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .p-strength-body {
    width: calc(100vw - 4rem);
    max-width: none;
  }
}
.p-strength-body__title {
  color: var(--color-orange);
  margin: 3.5rem 0 2rem;
  text-align: center;
  font-size: var(--font-size-heading2);
  font-weight: 800;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(var(--font-size-heading2) * 0.001 * 50);
}
@media (max-width: 1024px) {
  .p-strength-body__title {
    text-align: left;
    font-size: 2.4rem;
    font-weight: 800;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(2.4rem * 0.001 * 50);
  }
}
.p-strength-body__title + p {
  text-align: center;
  margin-bottom: 3.5rem;
  font-size: var(--font-size-body1);
  font-weight: 500;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(var(--font-size-body1) * 0.001 * 50);
}
@media (max-width: 1024px) {
  .p-strength-body__title + p {
    text-align: left;
  }
}
.p-strength-body__model {
  display: block;
  width: 75%;
  margin: 3.5rem auto;
}
@media (max-width: 1024px) {
  .p-strength-body__model {
    width: 100%;
  }
}
.p-strength-body__row {
  margin-top: 7.5rem;
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .p-strength-body__row {
    margin-top: 3.5rem;
    gap: 2rem;
    grid-template-columns: auto;
  }
}
.p-strength-body__col__title {
  color: var(--color-orange);
  margin-bottom: 1.8rem;
  border-bottom: 3px solid var(--color-orange);
  font-size: 2.8rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(2.8rem * 0.001 * 50);
}
@media (max-width: 1024px) {
  .p-strength-body__col__title {
    margin-bottom: 1rem;
    font-size: 2.1rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(2.1rem * 0.001 * 50);
  }
}
.p-strength-body__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  margin: 7.5rem auto;
}
@media (max-width: 1024px) {
  .p-strength-body__wrap {
    grid-template-columns: auto;
  }
}
.p-strength-body__point {
  color: var(--color-white);
  background-color: var(--color-orange);
  border-radius: 2rem;
  padding: 4rem;
}
@media (max-width: 1024px) {
  .p-strength-body__point {
    padding: 3rem;
  }
}
.p-strength-body__point__label {
  font-family: "Lexend", sans-serif !important;
  font-optical-sizing: auto !important;
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(2rem * 0.001 * 50);
}
.p-strength-body__point__title {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: calc(2.8rem * 0.001 * 50);
}
@media (max-width: 1024px) {
  .p-strength-body__point__title {
    font-size: 2.1rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: calc(2.1rem * 0.001 * 50);
  }
}
.p-strength-body__point__text {
  font-size: var(--font-size-body1);
  font-weight: 500;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(var(--font-size-body1) * 0.001 * 50);
}
.p-strength-body__next {
  margin: 7.5rem auto;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-white);
  color: var(--color-orange);
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
  padding: 2rem;
  text-align: center;
  text-decoration: none;
  border-radius: 2rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-size: 2.8rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(2.8rem * 0.001 * 50);
}
@media (max-width: 1024px) {
  .p-strength-body__next {
    grid-template-columns: auto;
    font-size: 2.1rem;
    font-weight: 800;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(2.1rem * 0.001 * 50);
  }
}
.p-strength-body__next:hover {
  background-color: var(--color-orange);
  color: var(--color-white);
}
.p-strength-body__next img {
  max-height: 17rem;
  border-radius: 1rem;
  max-width: 100%;
}

.sp-only {
  display: none;
}
@media (max-width: 1024px) {
  .sp-only {
    display: inherit !important;
  }
}

.pc-only {
  display: none;
}
@media (min-width: 1025px) {
  .pc-only {
    display: inherit !important;
  }
}

.widget_bogo_language_switcher .w-header__title {
  display: none;
}

.bogo-language-switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bogo-language-switcher a {
  padding: 1em;
  color: var(--color_text);
  font-weight: 700;
}

.bogo-language-switcher .current a {
  color: darkgreen;
}

.bogo-language-switcher .en-US {
  position: relative;
}

.bogo-language-switcher .en-US::before {
  content: "";
  width: 1px;
  height: 65%;
  background-color: var(--color_text);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bogoflags {
  display: none;
}

.bogo-language-switcher a {
  padding: 0.5rem;
  text-decoration: none;
}

.bogo-language-switcher .current a {
  color: var(--color-accent);
}

.bogo-language-switcher .en-US::before {
  background-color: var(--color-white);
}

.grecaptcha-badge {
  display: none !important;
}