@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSansJP-Thin.woff2") format("woff2"), url("../fonts/NotoSansJP-Thin.woff") format("woff"), url("../fonts/NotoSansJP-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSansJP-Light.woff2") format("woff2"), url("../fonts/NotoSansJP-Light.woff") format("woff"), url("../fonts/NotoSansJP-Light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansJP-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansJP-DemiLight.woff") format("woff"), url("../fonts/NotoSansJP-DemiLight.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/NotoSansJP-Black.woff") format("woff"), url("../fonts/NotoSansJP-Black.otf") format("opentype");
}
:root {
  --color-black: #221e1f;
  --color-white: #fff;
  --color-gray: #dedede;
  --color-separateborder-gray: #dedede;
  --color-elementborder-gray: #cacaca;
  --color-pink: #e32769;
  --color-yellow: #ffe100;
  --color-blue: #0061b6;
  --color-border: rgba(29, 28, 26, 0.1);
  --font-default: "YakuHanJP", "Noto Sans JP", "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
      sans-serif;
  --font-tasa: "TASA Explorer", sans-serif;
  --aspect-ratio-golden: 1.618/1;
  --aspect-ratio-square: 1/1;
  --letter-spacing-0: 0;
  --letter-spacing-035: 0.35px;
  --letter-spacing-045: 0.45px;
  --line-width: 1px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  word-break: break-all;
}

html {
  font-size: 62.5%;
}

/* HTML5 display-role rese for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

*::selection {
  background: var(--color-black);
  color: var(--color-white);
}

@media (min-width: 1921px) {
  html {
    font-size: 70%;
  }
}

body {
  font-size: 1.6rem;
  font-family: var(--font-default);
  line-height: 1.8;
  color: var(--color-black);
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
  letter-spacing: var(--letter-spacing-045);
}
body.nav--first {
  overflow: hidden;
}

a {
  position: relative;
  transition: all 0.3s ease;
  color: var(--color-black);
  text-decoration: none;
}

img,
video {
  border-radius: 3px;
}

.container-outer {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
}
@media (min-width: 1921px) {
  .container-outer {
    max-width: 1920px;
  }
}
@media (max-width: 1024px) {
  .container-outer {
    padding: 0 3rem;
  }
}
@media (max-width: 1024px) {
  .container-outer {
    padding: 0 2rem;
  }
}
.container-inner {
  max-width: 1124px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
}
@media (min-width: 1921px) {
  .container-inner {
    max-width: 1540px;
  }
}
@media (max-width: 1024px) {
  .container-inner {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .container-inner {
    padding: 0;
  }
}
.container-inner--small {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .container-inner--small {
    max-width: 1340px;
  }
}
.container-grid {
  display: grid;
  grid-template-columns: 150px 1fr 150px;
}
@media (max-width: 1024px) {
  .container-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .container-grid__left:has(.page-child-list) {
    display: none;
  }
}
.container-grid--largeleft {
  grid-template-columns: 240px 900px auto;
  gap: 0 50px;
}
@media (min-width: 1921px) {
  .container-grid--largeleft {
    grid-template-columns: 340px 1200px auto;
  }
}
@media (max-width: 1024px) {
  .container-grid--largeleft {
    grid-template-columns: 1fr;
  }
}
.container-grid__smalltext {
  display: block;
  width: fit-content;
  font-size: 1.1rem;
  font-weight: 500;
  opacity: 0.5;
}

.icon-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--color-black);
}
.icon-circle--white {
  border: 1px solid var(--color-white);
}

iframe {
  border-radius: 10px;
}

.figure-element {
  margin: 5rem auto;
}
@media (max-width: 1024px) {
  .figure-element {
    margin: 3rem auto 2rem;
  }
}
.figure-triangle-down {
  width: 55px;
  height: 40px;
  clip-path: polygon(50% 70%, 0 0, 100% 0);
  background: var(--color-black);
}

.main {
  transition: all 0.2s ease-in-out;
}
.main:before {
  content: "";
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7777;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1024px) {
  .main {
    padding-top: 10rem;
  }
}

.english-title {
  display: block;
  font-size: 9rem;
  font-family: var(--font-tasa);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .english-title {
    font-size: calc(3rem + 6vw);
  }
}
.english-title--white {
  color: var(--color-white);
}
.english-title--white .english-title__japanese {
  color: var(--color-white);
}
.english-title--white .english-title__japanese:after {
  background: var(--color-white);
}
.english-title span {
  display: block;
  transform: translateY(100%);
  transition: all 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.english-title span:has(span) {
  transform: translateY(0%);
}
.english-title span:has(span) span {
  height: 9rem;
  line-height: 1.1;
  overflow: hidden;
  padding-top: 8rem;
  transition: all 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.english-title span:has(span) span:nth-of-type(2) {
  transition-delay: 0.1s;
}
@media (max-width: 1024px) {
  .english-title span:has(span) span {
    height: calc(2.8rem + 6vw);
  }
}
.english-title-japanese {
  font-size: 5.2rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .english-title-japanese {
    font-size: calc(1rem + 6vw);
    line-height: 1.2;
  }
}
.english-title-japanese span:has(span) span {
  height: 6rem;
}
@media (max-width: 1024px) {
  .english-title-japanese span:has(span) span {
    height: calc(1rem + 6vw);
  }
}
.english-title.view-is--shown span {
  transform: translateY(0);
}
.english-title.view-is--shown span:has(span) {
  transform: translateY(0%);
}
.english-title.view-is--shown span:has(span) span {
  padding-top: 0;
}

.button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 3px;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 1.6rem;
  overflow: visible;
}
@media (max-width: 1024px) {
  .button {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem;
  }
}
.button-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-left: 1px solid #898989;
}
.button-icon::before, .button-icon::after {
  display: block;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../images/icon-allow--right--white.svg) no-repeat center center/14px 14px;
  transition: all 0.3s ease;
}
.button-icon::after {
  opacity: 0;
  transform: translateX(-10px);
}
.button-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 17px 0 25px;
  line-height: 1.2;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .button-text {
    padding: 0 10px 0 15px;
  }
}
.button-text__text {
  width: 100%;
  transition: all 0.15s ease;
  opacity: 0.8;
}
.button-text:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0 17px 0 25px;
  transform: translateY(110%);
  transform-origin: top left;
  transition: all 0.15s ease;
  opacity: 1;
}
@media (max-width: 1024px) {
  .button-text:after {
    display: none;
  }
}
.button:hover .button-text__text {
  opacity: 0;
  transform: translateY(-100%);
}
@media (max-width: 1024px) {
  .button:hover .button-text__text {
    opacity: 1;
    transform: translateY(0);
  }
}
.button:hover .button-text:after {
  transform: translateY(0%);
  opacity: 1;
}
@media (max-width: 1024px) {
  .button:hover .button-text:after {
    display: none;
  }
}
.button:hover .button-icon::before {
  opacity: 0;
  transform: translateX(10px);
}
.button:hover .button-icon::after {
  opacity: 1;
  transform: translateX(0);
}
.button-tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-black);
  color: var(--color-white);
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 1.2rem;
  white-space: nowrap;
  z-index: 1000;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .button-tooltip {
    width: 100%;
    white-space: normal;
  }
}
.button-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: var(--color-black);
}
.button--white {
  background: var(--color-white);
  color: var(--color-black);
}
.button--white .button-icon::before {
  background: url(../images/icon-allow--right.svg) no-repeat center center/12px 12px;
}
.button--white .button-icon::after {
  background: url(../images/icon-allow--right.svg) no-repeat center center/12px 12px;
}
.button[disabled] {
  background: #ccc;
  cursor: not-allowed;
}

.noimg {
  aspect-ratio: 16/9;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 900;
  border-radius: 10px;
  border: 3px solid var(--color-blue);
  color: var(--color-blue);
}

button {
  font-family: var(--font-default);
  font-size: initial;
}

select,
input:not([type=submit]),
input:not([type=radio]),
input:not([type=checkbox]),
textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-shadow: none;
  border: none;
  border-radius: 3px;
  font-size: 1.6rem;
}
select:focus,
input:not([type=submit]):focus,
input:not([type=radio]):focus,
input:not([type=checkbox]):focus,
textarea:focus {
  outline: none;
}
select::placeholder,
input:not([type=submit])::placeholder,
input:not([type=radio])::placeholder,
input:not([type=checkbox])::placeholder,
textarea::placeholder {
  color: #c0c0c0;
}

textarea {
  padding: 20px;
  resize: none;
}

.form-block:not(:first-of-type) {
  margin-top: 3rem;
}
.form-block--required .form-title:after {
  content: "必須";
  font-size: 1.4rem;
  color: var(--color-white);
  background: #df0000;
  margin-left: 1rem;
  padding: 0 7px 2px;
  border-radius: 3px;
  line-height: 1;
}
.form-title {
  font-weight: 500;
}
.form-content {
  margin-top: 0.7rem;
}
.form-input-wrap {
  position: relative;
  width: 100%;
  height: 70px;
  border: 1px solid var(--color-elementborder-gray);
  border-radius: 3px;
}
.form-input-wrap:has(input:focus, select:focus, textarea:focus) {
  border-color: var(--color-black);
}
.form-input-wrap--textarea {
  height: 150px;
}
.form-hr {
  border: none;
  border-top: 1px solid var(--color-elementborder-gray);
  margin: 5rem 0;
}
.form-button {
  width: 100%;
  margin-top: 6rem;
}
.form-button .button-text {
  flex: 1;
  padding: 0;
}
.form-button .button-text:after {
  padding: 0;
}
.form-button .button-icon {
  flex: none;
  width: 100px;
  height: 100px;
}
.form-privacy {
  margin-top: 7rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
.form-block--required.is--error select,
.form-block--required.is--error input:not([type=submit]),
.form-block--required.is--error input:not([type=radio]),
.form-block--required.is--error input:not([type=checkbox]),
.form-block--required.is--error textarea {
  background: #fff0f0;
}
.form-block--required.is--error .form-input-wrap {
  border-color: #df0000;
}
.form-alert {
  font-weight: 700;
  color: #df0000;
}

.intro {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  clip-path: inset(0% 0% 0% 0%);
  transition: all 0.3s ease-in-out;
}
.intro-progress {
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  width: 100%;
  height: 5px;
  background: var(--coltor-white);
  border-radius: 10px;
}
.intro-logo {
  width: 100px;
  margin: auto;
}

.is--loaded {
  overflow: auto;
}
.is--loaded__complete .main {
  opacity: 1;
}

@keyframes linelink {
  0% {
    background-position: left bottom 0px;
    background-size: 0% var(--line-width);
  }
  100% {
    background-position: left bottom 0px;
    background-size: 100% var(--line-width);
  }
}
@keyframes linelink--shown {
  0% {
    background-position: right bottom 0px;
    background-size: 100% var(--line-width);
  }
  50% {
    background-position: right bottom 0px;
    background-size: 0% var(--line-width);
  }
  51% {
    background-position: left bottom 0px;
    background-size: 0% var(--line-width);
  }
  100% {
    background-position: left bottom 0px;
    background-size: 100% var(--line-width);
  }
}
.text-link-underline {
  display: inline;
  background-position: right bottom 0px;
  background-image: linear-gradient(90deg, var(--color-black) 0%, var(--color-black) 100%);
  background-repeat: no-repeat;
  background-size: 0% var(--line-width);
  transition: background-size 0.32s ease;
}
.text-link-underline:hover {
  background-position: left bottom 0px;
  background-size: 100% var(--line-width);
}
.text-link-underline--shown {
  background-position: right bottom 0px;
  background-size: 100% var(--line-width);
}
.text-link-underline--shown:hover {
  animation: linelink--shown 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99) forwards;
}
.text-link-underline--white {
  background-image: linear-gradient(90deg, var(--color-white) 0%, var(--color-white) 100%);
  color: var(--color-white);
}

.text-link-overlap {
  position: relative;
  display: inline-flex;
  line-height: 1.2;
  overflow: hidden;
}
.text-link-overlap__text {
  transition: all 0.2s ease;
}
.text-link-overlap:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  display: block;
  transform: translateY(110%) skewY(5deg);
  transform-origin: top left;
  transition: all 0.2s ease;
  opacity: 0;
  white-space: pre-line;
}
@media (max-width: 1024px) {
  .text-link-overlap:after {
    display: none;
  }
}
.text-link-overlap:hover .text-link-overlap__text {
  opacity: 0;
  transform: translateY(-100%) skewY(5deg);
}
@media (max-width: 1024px) {
  .text-link-overlap:hover .text-link-overlap__text {
    opacity: 1;
    transform: translateY(0) skewY(0);
  }
}
.text-link-overlap:hover:after {
  transform: translateY(0%) skewY(0);
  opacity: 1;
}
@media (max-width: 1024px) {
  .text-link-overlap:hover:after {
    display: none;
  }
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tag-link {
  padding: 4px 13px;
  border-radius: 2px;
  border: 1px solid var(--color-elementborder-gray);
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  color: #808080;
}
.tag-link:hover {
  background: var(--color-white);
  color: var(--color-black);
}
.tag-link--white {
  background: var(--color-white);
  color: var(--color-black);
  border: none;
}
.tag-link--white:hover {
  background: var(--color-black);
  color: var(--color-white);
}
.tag-link.is-current {
  background: var(--color-black);
  color: var(--color-white);
  border: 1px solid var(--color-white);
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem;
}
@media (max-width: 1024px) {
  .service-list {
    flex-direction: column;
  }
}
.service-list__item {
  width: calc(50% - 4rem);
}
@media (max-width: 1024px) {
  .service-list__item {
    width: 100%;
  }
}
.service-list__item:nth-of-type(even) {
  transform: translateY(33rem);
}
@media (max-width: 1024px) {
  .service-list__item:nth-of-type(even) {
    transform: translateY(0);
  }
}
.service-list__item-link:after {
  display: none;
}
.service-list__item-image {
  position: relative;
  width: 100%;
  aspect-ratio: 63/55;
  border-radius: 3px;
  overflow: hidden;
}
.service-list__item-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(158.85% 183.13% at -13.57% -14%, #ebedef 0%, #cbd0d5 100%);
  transition: all 0.4s ease;
  z-index: -1;
}
.service-list__item-image-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transform: scale(1.6);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.6, 0.02, 0.38, 1.04);
}
.service-list__item-english {
  margin-top: 1.5rem;
  font-family: var(--font-tasa);
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #a09e9f;
  line-height: 1;
}
.service-list__item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
  font-size: 3.2rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .service-list__item-title {
    font-size: 2.4rem;
  }
}
.service-list__item-title__japanese {
  position: relative;
  line-height: 1.2;
  display: inline;
  background-position: right bottom 0px;
  background-image: linear-gradient(90deg, var(--color-black) 0%, var(--color-black) 100%);
  background-repeat: no-repeat;
  background-size: 0% var(--line-width);
  transition: background-size 0.32s ease;
}
.service-list__item-title .button-icon {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background: var(--color-black);
}
.service-list__item-text {
  margin-top: 1.5rem;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .service-list__item-text {
    margin-top: 1rem;
  }
}
.service-list__item.view-is--shown .service-list__item-image-img {
  transform: scale(1);
  opacity: 1;
}
.service-list__item-link:hover .service-list__item-image:before {
  opacity: 0.3;
}
.service-list__item-link:hover .service-list__item-image-img {
  transform: scale(1.02);
  transition: all 0.2s ease;
}
.service-list__item-link:hover .service-list__item-title__japanese {
  background-position: left bottom 0px;
  background-size: 100% var(--line-width);
}
.service-list__item-link:hover .button-icon::before {
  opacity: 0;
  transform: translateX(10px);
}
.service-list__item-link:hover .button-icon::after {
  opacity: 1;
  transform: translateX(0);
}
.service-list__other {
  display: flex;
  margin-top: 8rem;
  padding: 5rem 10rem;
  background: radial-gradient(158.85% 183.13% at -13.57% -14%, #f5f6f9 0%, #e8ebef 100%);
  border-radius: 3px;
}
@media (max-width: 1024px) {
  .service-list__other {
    flex-direction: column;
    padding: 3rem 2rem;
  }
}
.service-list__other-header {
  flex: none;
  width: 280px;
  padding-right: 5rem;
}
@media (max-width: 1024px) {
  .service-list__other-header {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2rem;
  }
}
.service-list__other-header .service-list__item-english {
  margin-top: 0;
}
.service-list__other-content {
  flex: 1;
  padding-left: 5rem;
  border-left: 1px solid #d0d0d0;
}
@media (max-width: 1024px) {
  .service-list__other-content {
    padding-left: 0;
    padding-top: 2rem;
    border-left: none;
    border-top: 1px solid #d0d0d0;
  }
}
.service-list__other-item-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .service-list__other-item-title {
    font-size: 2rem;
  }
}
.service-list__other-item-text {
  margin-top: 1rem;
  line-height: 1.6;
}

.numbers-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 7rem;
  padding-top: 7rem;
  border-top: 1px solid var(--color-elementborder-gray);
  font-weight: 600;
}
@media (max-width: 1024px) {
  .numbers-item {
    justify-content: center;
    margin-top: 5rem;
    padding-top: 5rem;
  }
}
.numbers-title {
  writing-mode: vertical-rl;
  text-orientation: upright; /* すべて縦方向に表示 */
  font-feature-settings: initial;
  font-size: 1.8rem;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .numbers-title {
    width: 100%;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 1.8rem;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .numbers-title br {
    display: none;
  }
}
.numbers-number {
  display: flex;
  align-items: flex-end;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .numbers-number {
    width: 100%;
    justify-content: center;
    font-size: 2rem;
  }
}
.numbers-number__number {
  font-size: 17rem;
  font-weight: 500;
  font-family: var(--font-tasa);
  line-height: 0.9;
  letter-spacing: -0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  transform: translateY(1.4rem);
}
@media (max-width: 1024px) {
  .numbers-number__number {
    font-size: 10rem;
  }
}
.numbers-number__number-childs {
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.numbers-bottom {
  width: 100%;
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .numbers-bottom {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .numbers-bottom br {
    display: none;
  }
}
.numbers .personnel .numbers-title {
  margin-right: 1rem;
  padding-top: 2rem;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .numbers .personnel .numbers-title {
    font-size: 1.4rem;
  }
}
.numbers .school .numbers-title {
  position: absolute;
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  .numbers .school .numbers-title {
    position: static;
  }
}
.numbers .consulting .numbers-title {
  position: absolute;
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  .numbers .consulting .numbers-title {
    position: static;
  }
}

.column-archive {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 5rem;
}
.column-archive__content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  flex: 1;
}

.content-2col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
}
@media (max-width: 1024px) {
  .content-2col {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.content-2col__nav {
  position: sticky;
  top: 10rem;
  flex: none;
  width: 240px;
}
@media (max-width: 1024px) {
  .content-2col__nav {
    position: static;
    width: 100%;
  }
}
.content-2col__nav-title {
  font-size: 1.8rem;
  font-weight: 600;
}
.content-2col__nav-detail {
  margin-top: 3rem;
}
.content-2col__nav-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .content-2col__nav-list {
    flex-direction: row;
  }
}
.content-2col__nav .tag-link {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-black);
}
.content-2col__nav .button {
  margin-top: 5rem;
}
.content-2col__content {
  flex: 1;
}

.news-link {
  display: flex;
  margin-top: -1px;
  padding: 2.5rem 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .news-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.news-head {
  flex: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 180px;
}
.news-time {
  font-family: var(--font-tasa);
  font-weight: 400;
  font-size: 1.1rem;
  color: #a0a0a0;
}
.news-tag {
  padding: 2px 10px;
}
.news-text {
  display: block;
}

.casestudy-archive {
  grid-template-columns: 240px 1fr;
}
@media (max-width: 1024px) {
  .casestudy-archive {
    grid-template-columns: 1fr;
  }
}
.casestudy-post {
  margin-top: 4rem;
  padding-bottom: 4rem;
}
.casestudy-post:first-of-type {
  margin-top: 0;
}
.casestudy-post:not(:last-of-type) {
  border-bottom: 1px solid var(--color-elementborder-gray);
}
.casestudy-post__link {
  display: flex;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .casestudy-post__link {
    display: block;
  }
}
.casestudy-post__link:after {
  display: none;
}
.casestudy-post__image {
  flex: none;
  width: 300px;
  aspect-ratio: 3/2;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .casestudy-post__image {
    float: left;
    width: 130px;
    margin: 0 2rem 1rem 0;
  }
}
.casestudy-post__image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}
.casestudy-post__content {
  flex: 1;
}
.casestudy-post__tag {
  margin-bottom: 1.4rem;
}
@media (max-width: 1024px) {
  .casestudy-post__tag {
    margin-bottom: 0.5rem;
  }
}
.casestudy-post__title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .casestudy-post__title {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.casestudy-post__text {
  margin-top: 1.5rem;
}
.casestudy-post__link:hover .casestudy-post__image-img {
  transform: scale(1.02);
}

.column-archive {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 5rem;
}
@media (max-width: 1024px) {
  .column-archive {
    grid-template-columns: 1fr;
  }
}
.column-archive__content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  flex: 1;
}

@media (max-width: 1024px) {
  .column-post {
    width: 100%;
  }
}
.column-post__link:after {
  display: none;
}
.column-post__image {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 3px;
  overflow: hidden;
}
.column-post__image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}
.column-post__content {
  margin-top: 1rem;
}
.column-post__time {
  display: block;
  font-family: var(--font-tasa);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
}
.column-post__title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.column-post__tag {
  margin-top: 1.4rem;
}
.column-post__link:hover .column-post__image-img {
  transform: scale(1.02);
}

.slick-dots {
  bottom: auto;
  top: calc(100% + 1rem);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
  color: #c3c3c3;
}
@media (max-width: 1024px) {
  .breadcrumbs {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 1rem;
  }
}
.breadcrumbs span,
.breadcrumbs a {
  color: #c3c3c3;
}
.breadcrumbs img {
  border-radius: 0;
}

.table-list {
  display: grid;
  grid-template-columns: 160px 1fr;
  margin-top: -1px;
  padding: 4rem 0;
  border-top: 1px solid var(--color-separateborder-gray);
  border-bottom: 1px solid var(--color-separateborder-gray);
}
@media (max-width: 1024px) {
  .table-list {
    grid-template-columns: 120px 1fr;
  }
}
.table-list__title {
  font-weight: 700;
}
.table-list__content {
  line-height: 1.5;
}

.pagenav {
  width: 100%;
  font-family: var(--font-tasa);
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #a0a0a0;
  line-height: 1;
  text-align: center;
  margin-top: 10rem;
}
.pagenav .wp-pagenavi {
  display: flex;
  align-items: center;
}
.pagenav .wp-pagenavi a,
.pagenav .wp-pagenavi span {
  padding: 1rem;
  border: none;
}
.pagenav .wp-pagenavi a:hover {
  border-bottom: 1px solid var(--color-black);
}
.pagenav .wp-pagenavi .current {
  border-bottom: 1px solid var(--color-black);
}
.pagenav .wp-pagenavi .first,
.pagenav .wp-pagenavi .last {
  font-family: var(--font-default);
  font-size: 12px;
  font-weight: 400;
}

.banner-engage {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6rem;
  margin-top: 6rem;
  padding: 3rem 4.5rem 3rem 5rem;
  background: url(../images/recruit-engage-bg.jpg) no-repeat center center/cover;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .banner-engage {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
}
.banner-engage__img {
  width: 300px;
}
.banner-engage__text {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding-left: 6rem;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--color-white);
  text-decoration: none;
}
.banner-engage__icon {
  flex: none;
}

.faq-list {
  margin-top: 3rem;
}
.faq-list__title {
  display: grid;
  grid-template-columns: 40px 1fr;
  font-size: 1.8rem;
  font-weight: 600;
}
.faq-list__title:before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 600;
  font-family: var(--font-tasa);
}
.faq-list__description {
  margin-top: 1rem;
}

.clients {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem;
  margin-top: 5ch;
}
@media (max-width: 1024px) {
  .clients {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.clients__item {
  border-radius: 0;
}
.clients__item img {
  width: 100%;
  object-fit: cover;
}

.transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  pointer-events: none;
  clip-path: inset(100% 0 0% 0);
  transition: clip-path 0.4s ease-in-out;
}
.transition-overlay-logo {
  width: 100px;
}

.header, .header-sticking {
  position: relative;
  z-index: 9999;
  border-top: 7px solid var(--color-black);
}
@media (max-width: 1024px) {
  .header, .header-sticking {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    transition: all 0.8s ease;
  }
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 3rem 5rem 2rem;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .header-inner {
    gap: 5rem;
    padding: 1rem 1rem;
    background: var(--color-white);
  }
}
.header-logo {
  width: 162px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .header-logo {
    width: 85px;
    line-height: 1;
  }
}
.header-logo__link:after {
  display: none;
}
.header-logo__img {
  width: 100%;
  border-radius: 0;
}
.header-nav {
  display: flex;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .header-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    background: var(--color-black);
    padding: 14px 50px 30px 2rem;
    transition: all 0.3s ease-in-out;
    color: var(--color-white);
  }
}
.header-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .header-menu {
    justify-content: center;
    gap: 1rem;
  }
}
.header-menu__item {
  padding: 4rem 1.5rem;
}
@media (max-width: 1024px) {
  .header-menu__item {
    padding: 0;
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  .header-menu__item--news {
    display: none;
  }
}
.header-menu__item-icon {
  transition: all 0.15s ease-in-out;
  transform-origin: center;
}
.header-menu__item-icon rect {
  transition: all 0.15s ease-in-out;
}
.header-menu__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  .header-menu__link {
    padding-bottom: 0;
    font-size: 1.4rem;
    color: var(--color-white);
  }
}
@media (max-width: 1024px) {
  .header-menu__link svg {
    display: none;
  }
}
.header-menu__sub {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  border-top: 1px solid var(--color-separateborder-gray);
  background: var(--color-white);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header-menu__sub-container {
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 5rem 5rem;
}
.header-menu__sub-title {
  font-size: 1.8rem;
  font-weight: 500;
}
.header-menu__sub-box {
  display: flex;
  font-size: 1.4rem;
}
.header-menu__sub-image {
  margin-right: 6rem;
  padding-right: 6rem;
  border-right: 1px solid var(--color-separateborder-gray);
}
.header-menu__sub-image-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 145px;
  margin-top: 1rem;
  background: #f3f3f3;
}
.header-menu__sub-image-inner img,
.header-menu__sub-image-inner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-menu__sub-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 1024px) {
  .header .button, .header-sticking .button {
    margin-right: 0;
  }
}
.header .button-icon, .header-sticking .button-icon {
  width: 50px;
  height: 50px;
}
.header-toggle__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .header-toggle__button {
    position: fixed;
    bottom: 37px;
    right: 20px;
    flex-direction: column;
    width: 30px;
    height: auto;
    border: none;
  }
  .header-toggle__button:after {
    content: "MENU";
    font-family: var(--font-tasa);
    font-size: 1rem;
    color: var(--color-white);
  }
}
.header-toggle__button .border-rect {
  transition: stroke 0.2s ease;
}
.header-toggle__button .dot {
  transition: opacity 0.3s ease;
  opacity: 1;
}
@media (max-width: 1024px) {
  .header-toggle__button .dot {
    fill: var(--color-white);
  }
}
.header-toggle__button:hover .border-rect {
  stroke: var(--color-black);
  stroke-dasharray: 196;
  stroke-dashoffset: 196;
  animation: borderDraw 0.6s ease forwards;
}
.header-toggle__button:hover .dot {
  animation: dotBlink 0.5s ease-in-out 1;
}
.header-toggle__button:hover .dot.dot-1 {
  animation-delay: 0s;
}
.header-toggle__button:hover .dot.dot-2 {
  animation-delay: 0.1s;
}
.header-toggle__button:hover .dot.dot-3 {
  animation-delay: 0.2s;
}
.header-toggle__line {
  width: 4px;
  height: 4px;
  background-color: var(--color-black);
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .header-toggle__line {
    width: 100%;
    height: 2px;
    background: var(--color-white);
  }
}

@keyframes dotBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes borderDraw {
  to {
    stroke-dashoffset: 0;
  }
}
.dropdown-is-open {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .dropdown-is-open {
    overflow: visible;
  }
}
.dropdown-is-open .main {
  position: relative;
  pointer-events: none;
}
.dropdown-is-open .main:before {
  opacity: 1;
}
@media (max-width: 1024px) {
  .dropdown-is-open .main {
    pointer-events: auto;
  }
  .dropdown-is-open .main:before {
    display: none;
  }
}
.dropdown-is-open .header-menu__item {
  opacity: 0.3;
}
.dropdown-is-open .dropdown-is-open-element {
  opacity: 1;
}
@media (max-width: 1024px) {
  .dropdown-is-open .dropdown-is-open-element {
    display: none;
  }
}
.dropdown-is-open .dropdown-is-open-element .header-menu__link {
  background-size: 100% var(--line-width);
  background-position: left bottom 0px;
}
.dropdown-is-open .dropdown-is-open-element .header-menu__link .text-link-overlap__text {
  opacity: 0;
  transform: translateY(-100%) skewY(20deg);
}
.dropdown-is-open .dropdown-is-open-element .header-menu__link:after {
  transform: translateY(0%) skewY(0);
  opacity: 1;
}
.dropdown-is-open .dropdown-is-open-element .header-menu__sub {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.dropdown-is-open .dropdown-is-open-element .header-menu__item-icon {
  transform: rotate(90deg);
}
.dropdown-is-open .dropdown-is-open-element .header-menu__item-icon rect:nth-of-type(1) {
  opacity: 0;
}

.header-sticking {
  position: fixed;
  top: -180px;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
  border-top: none;
  border-bottom: 1px solid var(--color-separateborder-gray);
}
.header-sticking.is--visible {
  top: 0;
  pointer-events: auto;
}
.header-sticking .header-inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header-sticking .header-logo {
  width: 80px;
  padding-top: 5px;
}
.header-sticking .header-toggle__button {
  position: relative;
}
.header-sticking .header-menu__item {
  padding: 1rem 1.5rem;
}
.header-sticking .header-menu__sub {
  width: 100%;
  left: 0;
  border: 1px solid var(--color-separateborder-gray);
}
.header-sticking:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  pointer-events: none;
}

body:has(.page-contact) .header-sticking,
body:has(.page-downloads) .header-sticking {
  display: none;
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 5.5rem 5rem 5.5rem 5.5rem;
  background-color: var(--color-black);
  color: var(--color-white);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .drawer {
    align-items: flex-start;
    gap: 4rem;
    left: auto;
    right: 0;
    border-radius: 10px 0 0 10px;
    padding: 5.5rem 2rem 5.5rem 2rem;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}
.nav--first .drawer {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.drawer.is-active {
  opacity: 1;
  visibility: visible;
}
.drawer-toggle {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 50px;
  height: 50px;
  margin-left: auto;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .drawer-toggle {
    position: sticky;
    top: 0;
    right: 0;
    z-index: 100;
  }
}
.drawer-toggle .border-rect {
  transition: stroke 0.2s ease;
}
.drawer-toggle .line {
  transition: stroke 0.2s ease, transform 0.4s ease;
  transform-origin: 25px 25px;
}
.drawer-toggle:hover .border-rect {
  stroke: var(--color-white);
  stroke-dasharray: 196;
  stroke-dashoffset: 196;
  animation: borderDraw 0.6s ease forwards;
}
.drawer-toggle:hover .line {
  stroke: var(--color-white);
}
.drawer-toggle:hover .line.line-1 {
  transform: rotate(-45deg) translateY(0);
}
.drawer-toggle:hover .line.line-2 {
  transform: rotate(45deg) translateY(0);
}
.drawer-toggle__line {
  position: absolute;
  width: 22px;
  height: 1px;
  background-color: var(--color-white);
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
.drawer-toggle__line:nth-child(2) {
  transform: rotate(-45deg);
}
@media (max-width: 1024px) {
  .drawer-toggle__line:nth-child(2) {
    transform: scaleX(1);
    opacity: 1;
  }
}
.drawer-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: auto 0;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .drawer-content {
    flex-direction: column;
    width: 100%;
  }
}
.nav--third .drawer-content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.drawer-content__copy {
  flex: none;
  font-size: 3.1rem;
  font-weight: 800;
  line-height: 1.24;
}
@media (max-width: 1024px) {
  .drawer-content__copy {
    margin-bottom: 5rem;
    font-size: calc(1rem + 3vw);
    line-height: 1;
  }
}
.drawer-content__copy-row {
  height: 4rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .drawer-content__copy-row {
    height: calc(2rem + 2vw);
  }
}
.drawer-content__copy-row__text {
  transform: translateY(100%);
}
.nav--second .drawer-content__copy-row__text {
  transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
  transform: translateY(0);
}
.drawer-content__nav {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 6.5rem 5.5rem;
  padding-right: 6.8rem;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition-delay: 0.2s;
}
@media (max-width: 1024px) {
  .drawer-content__nav {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-bottom: 5rem;
    padding-bottom: 5rem;
    padding-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.drawer-content__nav-link {
  font-size: 1.8rem;
  font-weight: 700;
}
.drawer-content__nav-detail {
  margin-top: 1rem;
}
.drawer-content__nav-detail__link {
  display: inline-block;
  font-size: 1.4rem;
  color: #a2a2a2;
  line-height: 1.2;
}
.nav--second .drawer-content__nav {
  opacity: 1;
  transform: translateY(0);
}
.drawer-footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-right: 6.8rem;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .drawer-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    padding-right: 0;
  }
}
.nav--third .drawer-footer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.drawer-footer-company {
  display: flex;
  gap: 3rem;
  font-size: 1rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .drawer-footer-company {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.drawer-footer-company__img {
  width: 110px;
}
.drawer-footer-company__text {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2rem;
  color: #a2a2a2;
}
@media (max-width: 1024px) {
  .drawer-footer-company__text {
    gap: 1rem;
  }
}
.drawer-footer-company__text-title {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .drawer-footer-company__text-address:first-child {
    margin-top: 5rem;
  }
}
.drawer-footer-privacy__link {
  font-size: 1.4rem;
  color: #a2a2a2;
}
.drawer-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.2;
}
@media (max-width: 1024px) {
  .drawer-video {
    display: none;
  }
}

@keyframes borderDraw {
  to {
    stroke-dashoffset: 0;
  }
}
.footer {
  margin-top: 20rem;
  color: var(--color-white);
}
body:has(.page-home) .footer {
  margin-top: 0;
}
.footer-cta {
  padding: 14rem 0;
  background: #252525;
}
@media (max-width: 1024px) {
  .footer-cta {
    padding: 10rem 0;
  }
}
.footer-cta__title {
  overflow: hidden;
}
.footer-cta__title span {
  display: block;
  transform: translateY(100%);
  transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.footer-cta__title.view-is--shown span {
  transform: translateY(0);
}
.footer-cta__title-english {
  color: var(--color-white);
}
.footer-cta__title-japanese {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1024px) {
  .footer-cta__title-japanese {
    font-size: calc(1rem + 8vw);
  }
}
.footer-cta__text {
  margin-top: 3rem;
  font-size: 1.4rem;
  color: #bbbbbb;
}
.footer-cta__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  .footer-cta__list {
    grid-template-columns: 1fr;
  }
}
.footer-cta__list-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 160px;
  padding: 0 2rem 0 3rem;
  border-radius: 3px;
  background: rgba(53, 53, 53, 0.3);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  color: var(--color-white);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: pre-wrap;
}
@media (max-width: 1024px) {
  .footer-cta__list-button {
    white-space: normal;
  }
}
.footer-cta__list-button:before {
  -webkit-mask-image: linear-gradient(160deg, #fff 10%, transparent 50%);
  mask-image: linear-gradient(160deg, #fff 10%, transparent 50%);
  pointer-events: none;
}
.footer-cta__list-button:after {
  padding: 0 2rem 0 3rem;
}
.footer-cta__list-button path {
  transition: stroke 0.2s ease;
}
.footer-cta__list-button circle {
  transition: stroke 0.2s ease;
}
.footer-cta__list-button .circle-animation {
  stroke-dasharray: 91.1;
  stroke-dashoffset: 91.1;
  opacity: 0;
  transition: stroke-dashoffset 0.6s ease, opacity 0.2s ease;
}
.footer-cta__list-button:hover {
  box-shadow: none;
  background: var(--color-black);
}
.footer-cta__list-button:hover:before {
  opacity: 0;
}
.footer-cta__list-button:hover path {
  stroke: var(--color-white);
}
.footer-cta__list-button:hover .circle-animation {
  opacity: 1;
  stroke-dashoffset: 0;
}
.footer-cta__search {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  .footer-cta__search {
    flex-direction: column;
  }
}
.footer-cta__search-title {
  display: flex;
  align-items: center;
  margin-right: 3rem;
  padding-right: 3rem;
  border-right: 1px solid #585858;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .footer-cta__search-title {
    margin-right: 0;
    margin-bottom: 2rem;
    padding-right: 0;
    border-right: none;
  }
}
.footer-cta__search-list {
  display: flex;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .footer-cta__search-list {
    flex-direction: column;
  }
}
.footer-cta__search-list-link {
  font-size: 1.3rem;
  color: #bbbbbb;
}
.footer-cta__search-list-link-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 275px;
  height: 80px;
  border-radius: 3px;
  background: var(--color-white);
}
@media (max-width: 1024px) {
  .footer-cta__search-list-link-image {
    width: 100%;
  }
}
.footer-menu {
  background: var(--color-black);
}
.footer-menu-container {
  display: flex;
}
@media (max-width: 1024px) {
  .footer-menu-container {
    flex-direction: column-reverse;
  }
}
.footer-menu__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 7rem;
  padding: 12.5rem 7rem 14rem 0;
  border-right: 1px solid #585858;
}
@media (max-width: 1024px) {
  .footer-menu__info {
    align-items: center;
    margin-right: 0;
    padding: 5rem 0;
    border-right: none;
  }
}
.footer-menu__info-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  .footer-menu__info-title img {
    width: 60%;
    max-width: 300px;
  }
}
.footer-menu__info-address {
  margin-top: 2rem;
  font-size: 1.2rem;
  color: #a2a2a2;
}
.footer-menu__info-english {
  margin-top: 7rem;
  font-size: 1.2rem;
  font-family: var(--font-tasa);
  color: #595959;
}
.footer-menu__menu {
  flex: 1;
  padding-top: 15rem;
}
@media (max-width: 1024px) {
  .footer-menu__menu {
    padding-top: 10rem;
  }
}
.footer-menu__menu-title {
  margin-bottom: 4rem;
  font-size: 3rem;
  font-weight: 700;
  font-family: var(--font-tasa);
  line-height: 1.2;
}
.footer-menu__menu-list {
  display: flex;
  margin-top: -1px;
  padding: 3.5rem 0;
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
}
@media (max-width: 1024px) {
  .footer-menu__menu-list {
    flex-direction: column;
  }
}
.footer-menu__menu-list-title {
  flex: none;
  width: 100px;
}
@media (max-width: 1024px) {
  .footer-menu__menu-list-title {
    width: 100%;
  }
}
.footer-menu__menu-list-title__link {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .footer-menu__menu-list-content {
    margin-top: 2rem;
  }
}
.footer-menu__menu-list-content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
}
@media (max-width: 1024px) {
  .footer-menu__menu-list-content-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .footer-menu__menu-list-content-list-item {
    width: calc(50% - 0.5rem);
  }
}
.footer-menu__menu-list-content-list-item__link {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #a2a2a2;
}
.footer-bottom {
  padding: 7rem 0;
  background: #080707;
  font-size: 1.2rem;
  color: #c2c2c2;
}
.footer-bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer-bottom-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    line-height: 1.2;
  }
}
.footer-bottom-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #c2c2c2;
}
.footer-bottom-copyright {
  font-family: var(--font-tasa);
}
.footer-contact {
  margin-top: 10rem;
}
.footer-contact-logo {
  display: block;
  width: 165px;
  margin: 0 auto;
}
.footer-contact-copyright {
  margin-top: 5rem;
  padding: 3rem 0;
  background: var(--color-black);
  font-size: 1.2rem;
  color: #c2c2c2;
  text-align: center;
}
@media (max-width: 1024px) {
  .footer-contact-copyright {
    padding-bottom: 15rem;
  }
}

.page-header__container {
  padding-top: 7.5rem;
  padding-bottom: 6rem;
}
@media (max-width: 1024px) {
  .page-header__container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.page-header__container-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 8rem;
}
@media (max-width: 1024px) {
  .page-header__container-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    height: auto;
  }
}
.page-header__container-content--small {
  height: 110px;
}
@media (max-width: 1024px) {
  .page-header__container-content--small {
    height: auto;
  }
}
.page-header__title {
  flex: none;
  align-self: flex-start;
}
.page-header__description {
  flex: 1;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
.page-mainvisual {
  width: 100%;
  border-radius: 3px;
  aspect-ratio: 1340/625;
  background: radial-gradient(158.85% 183.13% at -13.57% -14%, #ebedef 0%, #cbd0d5 100%);
  overflow: hidden;
}
.page-mainvisual__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  scale: 1.1;
  transform-origin: center center;
}
.is--loaded .page-mainvisual__img {
  opacity: 1;
  scale: 1;
  transition: all 0.8s ease;
}
.page-mainvisual + * {
  margin-top: 6rem;
}
.page-content h2:not([class]),
.page-content .h2,
.page-content h2.wp-block-heading {
  margin-bottom: 4rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .page-content h2:not([class]),
  .page-content .h2,
  .page-content h2.wp-block-heading {
    font-size: 2.8rem;
  }
}
.page-content h2:not([class]):before,
.page-content .h2:before,
.page-content h2.wp-block-heading:before {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 2rem;
  background: linear-gradient(to right, var(--color-black) 25px, var(--color-separateborder-gray) 20px);
}
.page-content * + h2:not([class]),
.page-content * + .h2,
.page-content * + h2.wp-block-heading {
  margin-top: 7rem;
}
.page-content h3:not([class]),
.page-content .h3,
.page-content h3.wp-block-heading {
  padding: 1.3rem 2rem;
  border-radius: 3px;
  background: #f4f4f4;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .page-content h3:not([class]),
  .page-content .h3,
  .page-content h3.wp-block-heading {
    font-size: 2.2rem;
  }
}
.page-content * + h3:not([class]),
.page-content * + .h3,
.page-content * + h3.wp-block-heading {
  margin-top: 6rem;
}
.page-content h4:not([class]),
.page-content .h4,
.page-content h4.wp-block-heading {
  border-left: 1px solid var(--color-separateborder-gray);
  padding: 0.5rem 0 0.5rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .page-content h4:not([class]),
  .page-content .h4,
  .page-content h4.wp-block-heading {
    font-size: 2rem;
  }
}
.page-content * + h4:not([class]),
.page-content * + .h4,
.page-content * + h4.wp-block-heading {
  margin-top: 6rem;
}
.page-content h5:not([class]),
.page-content .h5,
.page-content h5.wp-block-heading {
  font-size: 2.2rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .page-content h5:not([class]),
  .page-content .h5,
  .page-content h5.wp-block-heading {
    font-size: 2rem;
  }
}
.page-content * + h5:not([class]),
.page-content * + .h5,
.page-content * + h5.wp-block-heading {
  margin-top: 5rem;
}
.page-content * + p:not([class]) {
  margin-top: 2.4rem;
}
.page-content p.small {
  font-size: 70%;
}
.page-content ul:not([class]),
.page-content ol:not([class]) {
  line-height: 1.7;
}
.page-content ul:not([class]) {
  padding-left: 20px;
  list-style-type: disc;
}
.page-content ol:not([class]) {
  padding-left: 20px;
  list-style-type: decimal;
}
.page-content .wp-block-image img {
  border-radius: 3px;
}
.page-content * + ul:not([class]),
.page-content * + ol:not([class]),
.page-content * + .wp-block-image,
.page-content * + .wp-block-columns,
.page-content * + .wp-block-table {
  margin-top: 3rem;
}
.page-content a:not([class]) {
  text-decoration: underline;
  color: #1c8086;
}
.page-content hr {
  margin: 7rem 0;
  border-top: 1px solid var(--color-separateborder-gray);
}
.page-content__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-content__meta + * {
  margin-top: 4rem;
}
.page-content__date {
  font-size: 1.4rem;
  font-family: var(--font-tasa);
  color: #d2d2d2;
}
.page-content__thumbnail {
  width: 100%;
  aspect-ratio: 1340/625;
  background: #f4f4f4;
  border-radius: 3px;
  overflow: hidden;
}
.page-content__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-content__thumbnail + * {
  margin-top: 3.6rem;
}
.page-content__casestudy__profile {
  margin-top: 5rem;
  padding: 2rem 4rem;
  border-radius: 3px;
  background: #f4f4f4;
}
.page-content__casestudy__profile h3:not([class]) {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0;
  font-size: 2rem;
}
.page-content__casestudy__profile h3:not([class]):before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: var(--color-black);
}
.page-content__casestudy__profile-list {
  display: grid;
  grid-template-columns: 100px 1fr;
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--color-separateborder-gray);
  font-size: 1.4rem;
}
.page-content .related-posts {
  margin-top: 5rem;
}
.page-child-list {
  position: sticky;
  top: 10rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.page-child-list__link {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  opacity: 0.3;
}
.page-child-list__link.is--current {
  opacity: 1;
}
.page-child-list__link.is--current::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: var(--color-black);
}
.page-child-list__link.is--current .text-link-underline {
  background: none;
}

.about-list__item {
  width: calc(50% - 4rem);
}
.about-list__item:nth-of-type(even) {
  transform: translateY(0);
}
@media (max-width: 1024px) {
  .about-list__item {
    width: 100%;
  }
}
.about-list__item-image {
  width: 100%;
  aspect-ratio: 50/35;
}
.about-list__item-image-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.about-list__item-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.about-list__item-text {
  margin-top: 2rem;
  line-height: 1.6;
}
.about-bottom {
  display: flex;
  margin-top: 7rem;
  padding-top: 7rem;
  border-top: 1px solid var(--color-elementborder-gray);
}
@media (max-width: 1024px) {
  .about-bottom {
    flex-direction: column;
    gap: 3rem;
  }
}
.about-bottom__item-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
  font-size: 1.8rem;
}
.about-bottom__item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  aspect-ratio: 15/10;
  background: #f3f3f3;
}
.about-bottom__item-image-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-bottom__item:first-child {
  margin-right: 10rem;
  padding-right: 10rem;
  border-right: 1px solid var(--color-elementborder-gray);
}
@media (max-width: 1024px) {
  .about-bottom__item:first-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}
.about-bottom__item:last-child img {
  width: 115px;
  height: auto;
}

.history-row {
  display: grid;
  grid-template-columns: 56px 75px 1fr;
  margin-top: -1px;
  padding: 4rem 0;
  border-top: 1px solid var(--color-separateborder-gray);
  border-bottom: 1px solid var(--color-separateborder-gray);
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .history-row {
    grid-template-columns: 50px 60px 1fr;
  }
}
.history-head {
  display: grid;
  grid-template-columns: 56px 75px 1fr;
  padding: 3rem 0 0;
  border-top: 1px solid var(--color-separateborder-gray);
  font-family: var(--font-tasa);
  font-weight: 400;
  font-size: 1.4rem;
  color: #d2d2d2;
}
@media (max-width: 1024px) {
  .history-head {
    grid-template-columns: 50px 60px 1fr;
    font-size: 1rem;
  }
}
.history-head .history-box2 {
  padding-bottom: 3rem;
  border-left: 1px solid var(--color-separateborder-gray);
  border-right: 1px solid var(--color-separateborder-gray);
  text-align: center;
}
.history-box1 {
  font-family: var(--font-tasa);
}
.history-box2 {
  font-family: var(--font-tasa);
  text-align: center;
}
.history-box3 {
  padding-left: 2rem;
}

.greeting .container-grid--largeleft {
  grid-template-columns: 240px auto;
}
@media (max-width: 1024px) {
  .greeting .container-grid--largeleft {
    grid-template-columns: 1fr;
  }
}
.greeting-2col {
  display: grid;
  grid-template-columns: 1fr 35%;
  gap: 5rem;
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  .greeting-2col {
    grid-template-columns: 1fr;
    padding: 0 0;
  }
}
.greeting-2col__text {
  display: flex;
  flex-direction: column;
}
.greeting-2col__text dl {
  margin: auto 0 0 auto;
  text-align: right;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .greeting-2col__text dl {
    margin-top: 3rem;
  }
}
.greeting-2col__text dd .large {
  display: inline-block;
  margin: 2rem 0 0 2rem;
  font-size: 4.4rem;
  font-family: serif;
}
.greeting-2col__img-img {
  width: 100%;
}

.philosophy-title {
  padding: 0;
  line-height: 1.2;
}
.philosophy-title__english {
  font-size: 3.6rem;
  font-family: var(--font-tasa);
  font-weight: 500;
}
@media (max-width: 1024px) {
  .philosophy-title__english {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
.philosophy-title__japanese {
  display: block;
  font-size: 1rem;
}
.philosophy-text {
  margin-top: 2rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .philosophy-text {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
.philosophy-line {
  margin: 6rem 0;
  border: none;
  border-top: 1px solid var(--color-separateborder-gray);
}
.philosophy-2col {
  display: grid;
  grid-template-columns: 39% 1fr;
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  .philosophy-2col {
    display: flex;
    flex-direction: column;
  }
}
.philosophy-2col__text {
  grid-row: 1/2;
  grid-column: 2/3;
}
.philosophy-2col__img {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media (max-width: 1024px) {
  .philosophy-2col__img {
    margin-top: 8rem;
  }
}
.philosophy-2col__img-img {
  width: 100%;
}
.philosophy-box {
  padding-left: 7rem;
}
@media (max-width: 1024px) {
  .philosophy-box {
    padding-left: 0;
  }
}

.page-number .container-grid--largeleft {
  grid-template-columns: 240px auto;
}
@media (max-width: 1024px) {
  .page-number .container-grid--largeleft {
    grid-template-columns: 1fr;
  }
}
.page-number .number-sec1 {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 8rem;
  margin-top: 8rem;
}
@media (max-width: 1024px) {
  .page-number .number-sec1 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.page-number .number-sec1__img {
  width: 100%;
  aspect-ratio: 9/13;
}
.page-number .number-sec1__img img,
.page-number .number-sec1__img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-number .number-sec1 .yearinbusiness {
  margin-top: 0;
}
.page-number .number-sec2 {
  position: relative;
  margin-top: 12rem;
  padding: 15rem;
  padding-right: 0;
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .page-number .number-sec2 {
    padding: 10rem 2rem;
    background: var(--color-black);
  }
}
.page-number .number-sec2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100vw - 240px - 100px);
  height: 100%;
  background: var(--color-black);
}
@media (max-width: 1024px) {
  .page-number .number-sec2:before {
    display: none;
  }
}
.page-number .number-sec2 .numbers-item {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.page-number .number-sec2__box {
  position: relative;
  width: 100%;
}
.page-number .number-sec2 .field {
  position: relative;
  z-index: 5;
  flex: none;
  align-items: flex-end;
  gap: 3rem;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  font-size: 3rem;
}
@media (max-width: 1024px) {
  .page-number .number-sec2 .field {
    gap: 0.5rem;
  }
}
.page-number .number-sec2 .field .numbers-title {
  font-size: 3rem;
}
@media (max-width: 1024px) {
  .page-number .number-sec2 .field .numbers-title {
    font-size: initial;
  }
}
.page-number .number-sec2 .field .numbers-number__number {
  font-size: 26rem;
}
@media (max-width: 1024px) {
  .page-number .number-sec2 .field .numbers-number__number {
    font-size: 10rem;
  }
}
.page-number .number-sec2 .field .numbers-bottom {
  flex: 1;
}
.page-number .number-sec2__video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(60% + 50px);
  opacity: 0.2;
  pointer-events: none;
}
.page-number .number-sec2__video video {
  aspect-ratio: 645/800;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-number .number-sec2__list {
  position: relative;
  z-index: 5;
  padding: 20rem 0 0 60%;
}
@media (max-width: 1024px) {
  .page-number .number-sec2__list {
    padding: 0 0;
  }
}
.page-number .number-sec2__bottom {
  margin-top: 15rem;
}
.page-number .number-sec2__bottom .numbers-itemwrap {
  display: flex;
  align-items: flex-start;
  gap: 7rem;
  margin-top: 10rem;
}
@media (max-width: 1360px) {
  .page-number .number-sec2__bottom .numbers-itemwrap {
    gap: 3rem;
  }
}
@media (max-width: 1024px) {
  .page-number .number-sec2__bottom .numbers-itemwrap {
    flex-direction: column;
    gap: 2rem;
  }
}
.page-number .number-sec2__bottom .numbers-itemwrap:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .page-number .number-sec2__bottom .numbers-itemwrap:nth-of-type(even) {
    flex-direction: column;
  }
}
.page-number .number-sec2__bottom .numbers-img {
  flex: none;
  width: 300px;
}
@media (max-width: 1360px) {
  .page-number .number-sec2__bottom .numbers-img {
    width: calc(30% - 3rem);
  }
}
@media (max-width: 1024px) {
  .page-number .number-sec2__bottom .numbers-img {
    display: none;
  }
}
.page-number .number-sec2__bottom .numbers-img img,
.page-number .number-sec2__bottom .numbers-img video {
  width: 100%;
}
.page-number .number-sec2__bottom .numbers-item {
  flex: 1;
  margin-top: 0;
}
@media (max-width: 1360px) {
  .page-number .number-sec2__bottom .numbers-item {
    width: 70%;
    min-width: 525px;
  }
}
@media (max-width: 1024px) {
  .page-number .number-sec2__bottom .numbers-item {
    width: 100%;
    min-width: 0;
  }
}

.recruit-slides {
  overflow: hidden;
  width: 100%;
}
.recruit-slides__inner {
  position: relative;
  width: 500%;
  height: 100%;
  display: flex;
  animation: slide 100s linear infinite;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.recruit-slides__img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.recruit-description {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .recruit-description {
    font-size: 2rem;
  }
}
.recruit-description__space {
  display: inline-block;
  margin-left: 5rem;
}
@media (max-width: 1024px) {
  .recruit-description__space {
    display: none;
  }
}
.recruit-point {
  margin-top: 5rem;
  padding: 8rem 5rem;
  border-radius: 3px;
  background: url(../images/recruit-iimg1.jpg) no-repeat center center/cover;
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .recruit-point {
    padding: 4rem 2rem;
  }
}
.recruit-point__item {
  position: relative;
  margin-bottom: 2.5em;
  padding-left: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.recruit-point__item:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-white);
}
.recruit-point__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.recruit-point__title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .recruit-point__title {
    font-size: 2rem;
  }
}
.recruit-point__description {
  margin-top: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .recruit-point__description {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.recruit-link {
  display: grid;
  grid-template-columns: 235px 1fr;
  grid-template-rows: auto auto;
  gap: 1rem 4rem;
  margin-top: 3rem;
  padding: 3rem;
  border: 1px solid var(--color-separateborder-gray);
  border-radius: 3px;
}
@media (max-width: 1024px) {
  .recruit-link {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem;
  }
}
.recruit-link:hover {
  background: #f4f4f4;
}
.recruit-link__img {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 100%;
}
.recruit-link__img img {
  width: 100%;
}
.recruit-link__title {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .recruit-link__title {
    padding-bottom: 0.5rem;
    font-size: 1.8rem;
  }
}
.recruit-link__list {
  grid-column: 2/3;
  grid-row: 2/3;
  width: fit-content;
}
.recruit-link__item {
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--color-separateborder-gray);
}
.recruit-link__item-title {
  width: 100px;
}
.recruit-link__icon {
  grid-column: 2/3;
  grid-row: 2/3;
  align-self: flex-end;
  justify-self: flex-end;
}
.recruit__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.recruit__item {
  display: flex;
}
.recruit-wanted {
  display: grid;
  grid-template-columns: 400px 1fr;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 1024px) {
  .recruit-wanted {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.recruit-wanted__img img {
  width: 100%;
}
.recruit-wanted__list {
  font-size: 1.8rem;
  line-height: 4rem;
}
@media (max-width: 1024px) {
  .recruit-wanted__list {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.recruit-wanted__item::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-black);
  margin-right: 1.5rem;
  vertical-align: middle;
}

.service-page-header {
  align-items: flex-start;
  height: 120px;
}
@media (max-width: 1024px) {
  .service-page-header {
    height: auto;
  }
}
.service-title {
  font-weight: 700;
}
.service-title__balloon {
  position: relative;
  padding: 0.5rem 2rem;
  background: var(--color-black);
  font-size: 2.2rem;
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .service-title__balloon {
    padding: 2rem;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.service-title__balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 4rem;
  width: 20px;
  height: 20px;
  background: var(--color-black);
  clip-path: polygon(50% 70%, 0 0, 100% 0);
}
@media (max-width: 1024px) {
  .service-title__balloon:before {
    width: 10px;
    height: 10px;
    left: 2rem;
  }
}
.service-title__text {
  margin-top: 1rem;
  font-size: 4rem;
}
@media (max-width: 1024px) {
  .service-title__text {
    margin-top: 1.6rem;
    font-size: 2.6rem;
    line-height: 1.2;
  }
}
.service-check {
  margin-top: 3.5rem;
}
.service-check__item {
  padding: 2rem 2rem 2rem 5rem;
  border-bottom: 1px solid var(--color-separateborder-gray);
  background: url(../images/icon-checkline.svg) no-repeat 10px center/20px;
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .service-check__item {
    padding: 1.5rem 1.5rem 1.5rem 2.5rem;
    background: url(../images/icon-checkline.svg) no-repeat 0px 2.2rem/15px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.service-2col {
  display: flex;
  gap: 4rem;
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .service-2col {
    display: block;
    font-size: 1.6rem;
  }
}
.service-2col__small {
  width: 285px;
}
@media (max-width: 1024px) {
  .service-2col__small {
    float: left;
    margin-right: 2rem;
    width: 30%;
    max-width: 285px;
  }
}
.service-2col__large {
  flex: 1;
}
.service-2col img {
  width: 100%;
}
.service-2col::after {
  content: "";
  display: block;
  clear: both;
}
.service-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  margin-top: 5rem;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .service-3col {
    grid-template-columns: 1fr;
  }
}
.service-3col__box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding: 2rem;
  aspect-ratio: 7/5;
}
@media (max-width: 1024px) {
  .service-3col__box {
    aspect-ratio: 7/4;
  }
}
.service-3col__box--nogrid {
  display: flex;
  flex-direction: column;
  aspect-ratio: auto;
  gap: 1em;
  height: 100%;
}
.service-3col__box * {
  grid-column: 1/2;
  grid-row: 1/2;
}
.service-3col__box + * {
  margin-top: 1rem;
}
.service-3col__box-text {
  font-family: var(--font-tasa);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.service-3col__box img {
  align-self: center;
  justify-self: center;
  max-height: 90px;
}
.service-3col__box-number {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--font-tasa);
}
.service-3col__box-number-small {
  transform: translateY(10px);
  font-size: 30%;
}
.service-3col__box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 1px solid #626262;
  border-radius: 3px;
  -webkit-mask-image: linear-gradient(155deg, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0.9) 100%);
  mask-image: linear-gradient(155deg, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0.9) 100%);
  pointer-events: none;
}
.service-3col__box-japanese {
  align-self: flex-end;
  font-size: 2.4rem;
  text-align: right;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .service-3col__box-japanese {
    font-size: 2rem;
  }
}
.service-3col__box--nogrid .service-3col__box-japanese {
  margin-top: auto;
  font-size: 2rem;
}
.service-3col__title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.service-3col__title + * {
  margin-top: 1rem;
}
.service-3col img {
  width: 100%;
}
.service-3col__content {
  font-size: 1.4rem;
  line-height: 1.4;
}
.service-cta {
  position: relative;
  margin: 8rem 0 14rem;
  padding: 8rem 5rem 7rem;
  border-radius: 3px;
  background: radial-gradient(158.85% 183.13% at -13.57% -14%, #a7aaae 0%, #979b9e 100%);
  overflow: hidden;
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .service-cta {
    margin: 4rem 0 6rem;
    padding: 7rem 2rem 5rem;
  }
}
.service-cta__head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .service-cta__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.service-cta__title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .service-cta__title {
    font-size: 2.4rem;
  }
  .service-cta__title br {
    display: none;
  }
}
.service-cta__description {
  line-height: 1.4;
}
.service-cta__body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  .service-cta__body {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.service-cta__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  padding: 0 2rem 0 3rem;
  border-radius: 3px;
  background: rgba(53, 53, 53, 0.9);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  color: var(--color-white);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}
.service-cta__button .icon-circle {
  opacity: 0.7;
}
.service-cta__button:hover {
  box-shadow: none;
  background: var(--color-black);
}
.service-cta__button:hover:before {
  opacity: 0;
}
.service-cta__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0;
  filter: brightness(0.7);
  transition: all 0.4s ease-in-out;
}
.service-cta.view-is--shown .service-cta__img {
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(1);
}
.service-numberlist {
  position: relative;
  margin-top: 3rem;
}
.service-numberlist__item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 2rem 3.5rem;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background: var(--color-white);
}
@media (max-width: 1024px) {
  .service-numberlist__item {
    padding: 1.5rem;
  }
}
.service-numberlist__num {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100px;
  margin-right: 4rem;
  padding-right: 4rem;
  border-right: 1px solid #bfbfbf;
  font-family: var(--font-tasa);
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1921px) {
  .service-numberlist__num {
    width: 130px;
  }
}
@media (max-width: 1024px) {
  .service-numberlist__num {
    width: auto;
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    font-size: 3rem;
  }
}
.service-numberlist__small {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .service-numberlist__small {
    font-size: 1.1rem;
  }
}
.service-numberlist__small.fz-12 {
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .service-numberlist__small.fz-12 {
    font-size: 1.1rem;
  }
}
.service-numberlist__small.fz-11 {
  font-size: 1.1rem;
}
.service-numberlist__text {
  font-size: 1.8rem;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .service-numberlist__text {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.service-numberlist--flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 1px;
  height: 100%;
  background: #221e1f;
}
.service-result__text {
  margin-top: 8rem;
  padding: 2rem 0 1rem;
  background: var(--color-black);
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .service-result__text {
    padding: 2rem 1.5rem 1rem;
    font-size: 2rem;
  }
}
.service-result::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  margin-top: -1px;
  background: var(--color-black);
  clip-path: polygon(100% 0, 100% 1%, 50% 100%, 0 1%, 0 0);
}

.page-agent .english-title-japanese {
  font-size: 4.2rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .page-agent .english-title-japanese {
    font-size: calc(1rem + 4vw);
  }
  .page-agent .english-title-japanese span:has(span) span {
    height: calc(3rem + 7vw);
  }
}

.page-contact {
  padding-top: 10rem;
}

@media (max-width: 1024px) {
  .contact .header {
    position: static;
  }
}
@media (max-width: 1024px) {
  .contact .main {
    padding-top: 5rem;
  }
}
.contact-container {
  display: grid;
  grid-template-columns: 160px 1fr 160px;
  grid-template-rows: 1fr;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 1024px) {
  .contact-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0 2rem;
  }
}
.contact-nav {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-bottom: 16rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .contact-nav {
    position: fixed;
    bottom: 0;
    left: 2rem;
    width: calc(100% - 4rem);
    border-radius: 10px 10px 0 0;
    padding: 1rem 3rem;
    background: var(--color-white);
  }
}
.contact-nav__list {
  position: sticky;
  top: 30%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-right: 5rem;
}
@media (max-width: 1024px) {
  .contact-nav__list {
    position: static;
    display: flex;
    align-items: center;
    padding: 0;
    gap: 1rem;
  }
}
.contact-nav__list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  line-height: 1;
  color: #bdbbbc;
}
@media (max-width: 1024px) {
  .contact-nav__list-item {
    gap: 0.5rem;
  }
}
.contact-nav__list-item .english {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: var(--font-tasa);
}
.contact-nav__list-item .japanese {
  font-weight: 400;
}
.contact-nav__list-item.is--current {
  color: var(--color-black);
}
.contact-nav__list-current {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 95px;
  height: 95px;
  margin: 2rem auto 0;
  padding-top: 1rem;
  border-radius: 3px;
  border: 1px solid #939393;
  line-height: 1;
}
@media (max-width: 1024px) {
  .contact-nav__list-current {
    width: 80px;
    height: 70px;
    margin: 0 0 0 auto;
  }
}
.contact-nav__list-current-title {
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .contact-nav__list-current-title {
    font-size: 1.1rem;
  }
}
.contact-nav__list-current-count {
  margin-top: 0.8rem;
  font-family: var(--font-tasa);
  font-size: 3.4rem;
  font-weight: 600;
}
.contact-content {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (max-width: 1024px) {
  .contact-content {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.contact-header {
  margin-bottom: 4rem;
}
.contact-header__title {
  line-height: 1.2;
}
.contact-header__title .english {
  font-size: 5.2rem;
  font-family: var(--font-tasa);
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .contact-header__title .english {
    font-size: calc(3rem + 6vw);
    line-height: 1;
  }
}
.contact-header__title .japanese {
  font-size: 1.4rem;
  font-weight: 400;
  color: #221e1f;
}
.contact-header__text {
  margin: 4rem 0 0;
}

body:has(.page-contact) .header-nav,
body:has(.page-contact) .drawer,
body:has(.page-contact) .header-toggle__button {
  display: none;
}

.page-downloads {
  padding-top: 10rem;
}

@media (max-width: 1024px) {
  .downloads .header {
    position: static;
  }
}
@media (max-width: 1024px) {
  .downloads .main {
    padding-top: 5rem;
  }
}
.downloads-container {
  display: grid;
  grid-template-columns: 560px 1fr;
  grid-template-rows: auto auto;
  gap: 4rem 8rem;
}
@media (max-width: 1024px) {
  .downloads-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0 2rem;
  }
}
.downloads-header {
  grid-column: 1/3;
  grid-row: 1/2;
}
.downloads-content {
  grid-column: 2/3;
  grid-row: 2/3;
}
.downloads-img {
  align-self: flex-start;
  grid-column: 1/2;
  grid-row: 2/3;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .downloads-img {
    display: none;
  }
}
.downloads-img img {
  display: block;
  width: 100%;
  border: 1px solid #939393;
}

body:has(.page-downloads) .header-nav,
body:has(.page-downloads) .drawer,
body:has(.page-downloads) .header-toggle__button {
  display: none;
}

#downloads-form {
  padding-top: 8rem;
}

.page-confirm .form-block {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  margin: 0;
  padding: 2rem 0;
  border-top: 1px solid var(--color-separateborder-gray);
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .page-confirm .form-block {
    grid-template-columns: 1fr;
  }
}
.page-confirm .form-block:last-child {
  border-bottom: 1px solid var(--color-separateborder-gray);
}
.page-confirm .form-content {
  margin: 0;
}
.page-confirm .form-button--confirm.is--loading {
  position: relative;
  pointer-events: none;
}
.page-confirm .form-button--confirm.is--loading .button-text {
  opacity: 0;
}
.page-confirm .form-button--confirm.is--loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-white);
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.page-confirm .form-error-message {
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
  background: #fee;
  color: #c33;
  border: 1px solid #fcc;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.page-confirm form p:not([class]) {
  display: none;
}
.page-confirm .downloads-container {
  display: block;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
.page-confirm .downloads-container .downloads-header {
  margin-bottom: 8rem;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.home-mainvisual {
  padding-top: 7.5rem;
}
@media (max-width: 1024px) {
  .home-mainvisual {
    padding-top: 5rem;
  }
}
.home-mainvisual__row1 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .home-mainvisual__row1 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.home-mainvisual__copy {
  flex: none;
  font-size: 5rem;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 1.24;
}
@media (max-width: 1024px) {
  .home-mainvisual__copy {
    font-size: calc(1rem + 8vw);
    line-height: 1;
  }
}
.home-mainvisual__copy-row {
  height: 6rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home-mainvisual__copy-row {
    height: auto;
  }
}
.home-mainvisual__copy-row__text {
  transform: translateY(100%);
}
.is--loaded .home-mainvisual__copy-row__text {
  transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
  transform: translateY(0);
}
.home-mainvisual__content {
  margin-top: auto;
}
.home-mainvisual__text {
  width: 460px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .home-mainvisual__text {
    width: 100%;
    margin-top: calc(2rem + 10vw);
  }
}
.home-mainvisual__row2 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  .home-mainvisual__row2 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1rem;
  }
}
.home-mainvisual__hr {
  flex: none;
  width: 1px;
  margin: 0 auto;
  border: none;
  background: #eee;
}
.home-mainvisual__news {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 3rem;
  padding: 10px 20px;
  border-radius: 3px;
  border: 1px solid var(--color-elementborder-gray);
  line-height: 1;
}
@media (max-width: 1024px) {
  .home-mainvisual__news {
    width: 100%;
  }
}
.home-mainvisual__news-title {
  flex: none;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid var(--color-elementborder-gray);
  font-size: 1.6rem;
  font-family: var(--font-tasa);
  font-weight: 600;
  text-transform: uppercase;
  color: #221e1f;
}
.home-mainvisual__news-child {
  height: 28px;
  overflow: hidden;
}
.home-mainvisual__news-list {
  height: 84px;
  animation: news_scroll 8s ease infinite;
}
@keyframes news_scroll {
  0% {
    transform: translateY(0);
  }
  27% {
    transform: translateY(0);
  }
  33% {
    transform: translateY(-33.33%);
  }
  60% {
    transform: translateY(-33.33%);
  }
  66% {
    transform: translateY(-66.66%);
  }
  90% {
    transform: translateY(-66.66%);
  }
}
.home-mainvisual__news-post-link {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  height: 28px;
  font-size: 1.2rem;
  text-decoration: none;
}
.home-mainvisual__news-post-link:after {
  display: none;
}
.home-mainvisual__news-post-time {
  font-family: var(--font-tasa);
  font-weight: 400;
  letter-spacing: 0;
  color: #a0a0a0;
}
.home-mainvisual__news-post-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: var(--letter-spacing-035);
}
.home-section {
  position: relative;
  padding-top: 14rem;
}
.home-section__subtitle {
  margin-top: 2rem;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .home-section__subtitle {
    font-size: calc(1rem + 5vw);
  }
}
.home-section__description {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .home-section__description {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4rem;
  }
}
.home-section__description-text {
  max-width: 630px;
  width: 100%;
}
.home-about {
  position: relative;
  margin-top: 8rem;
  color: var(--color-white);
  clip-path: inset(45% 0 0 0);
}
.is--loaded .home-about {
  clip-path: inset(0 0 0 0);
  transition: all 0.8s cubic-bezier(0.6, 0.02, 0.38, 1.04);
}
.home-about__video {
  position: sticky;
  top: 0;
  z-index: -1;
  width: calc(100% - 10rem);
  height: 100vh;
  margin: 0 auto;
  pointer-events: none;
  background: var(--color-black);
}
@media (max-width: 1024px) {
  .home-about__video {
    width: calc(100% - 6rem);
  }
}
.home-about__video-item1, .home-about__video-item2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.home-about__video-item1 {
  z-index: 5;
}
.home-about__video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.home-about__content {
  padding: 0 5rem 20rem;
}
@media (max-width: 1024px) {
  .home-about__content {
    height: auto;
    min-height: auto;
    padding: 0 2rem 12rem;
  }
}
.home-about__content-inner {
  padding-left: 50%;
}
@media (max-width: 1024px) {
  .home-about__content-inner {
    padding: 8rem 0 0;
  }
}
.home-about__text {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.8px;
}
@media (max-width: 1024px) {
  .home-about__text {
    font-size: 1.8rem;
  }
}
.home-about .button {
  margin-top: 8rem;
}
@media (max-width: 1024px) {
  .home-about .button {
    margin-left: 0;
  }
}
.home-service .service-list {
  margin-top: 8rem;
}
@media (max-width: 1024px) {
  .home-service .service-list {
    margin-top: 4rem;
  }
}
.home-numbers {
  width: 100%;
  margin-top: 14rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: var(--color-black);
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .home-numbers {
    width: 100vw;
    padding: 14rem 2rem;
  }
}
.home-numbers__inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
.home-numbers__title {
  position: relative;
  z-index: 2;
}
.home-numbers__title__english {
  font-size: 2.8rem;
}
.home-numbers__slides {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 740px;
  max-height: 1000px;
  margin: 5rem 0;
}
@media (max-width: 1024px) {
  .home-numbers__slides {
    height: 50vw;
    min-height: 700px;
    max-height: auto;
  }
}
.home-numbers__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.home-numbers__list .slick-list {
  height: 100%;
}
.home-numbers__list .slick-track {
  height: 100%;
}
.home-numbers__item {
  position: relative;
  display: flex !important;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  transition: all 0.6s cubic-bezier(0.6, 0.02, 0.38, 1.04);
  opacity: 0;
  top: 10rem;
  left: 10rem;
  --top1: 0.4%;
  --top2: 1%;
  --top3: 1.6%;
}
.home-numbers__item .numbers-title {
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .home-numbers__item {
    --top1: 0;
    --top2: 0.4%;
    --top3: 0.8%;
  }
}
.home-numbers__item.yearinbusiness {
  margin-top: var(--top1);
  margin-right: 15rem;
}
.home-numbers__item.employee {
  margin-top: var(--top2);
  margin-right: 20rem;
  transition-delay: 0.05s;
}
@media (max-width: 1024px) {
  .home-numbers__item.employee {
    transform: translateY(10rem);
    margin-right: 5rem;
  }
}
.home-numbers__item.company {
  margin-top: var(--top1);
  margin-right: 50rem;
  transition-delay: 0.1s;
}
@media (max-width: 1024px) {
  .home-numbers__item.company {
    margin-right: 5rem;
  }
}
.home-numbers__item.adcost {
  margin-top: var(--top2);
  margin-right: 20rem;
  transition-delay: 0.15s;
}
@media (max-width: 1024px) {
  .home-numbers__item.adcost {
    margin-right: 5rem;
  }
}
.home-numbers__item.field {
  margin-top: var(--top2);
  margin-right: 20rem;
  transition-delay: 0.2s;
}
@media (max-width: 1024px) {
  .home-numbers__item.field {
    transform: translateY(10rem);
    margin-right: 5rem;
  }
}
.home-numbers__item.clinic {
  margin-top: var(--top1);
  margin-right: 20rem;
  transition-delay: 0.25s;
}
@media (max-width: 1024px) {
  .home-numbers__item.clinic {
    transform: translateY(10rem);
    margin-right: 5rem;
  }
}
.home-numbers__item.personnel {
  margin-top: var(--top1);
  margin-right: 20rem;
  transition-delay: 0.3s;
}
@media (max-width: 1024px) {
  .home-numbers__item.personnel {
    margin-right: 5rem;
  }
}
.home-numbers__item.school {
  margin-top: var(--top2);
  margin-right: 20rem;
  transition-delay: 0.35s;
}
@media (max-width: 1024px) {
  .home-numbers__item.school {
    transform: translateY(10rem);
    margin-right: 5rem;
  }
}
.home-numbers__item.consulting {
  margin-top: var(--top2);
  margin-right: 20rem;
  transition-delay: 0.4s;
}
@media (max-width: 1024px) {
  .home-numbers__item.consulting {
    transform: translateY(10rem);
    margin-right: 5rem;
  }
}
.home-numbers__number {
  font-size: 2.8rem;
}
@media (max-width: 1024px) {
  .home-numbers__number {
    font-size: 2rem;
  }
}
.home-numbers__number-number {
  font-size: 15rem;
}
@media (max-width: 1024px) {
  .home-numbers__number-number {
    font-size: 10rem;
  }
}
.home-numbers__imglist {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home-numbers__imglist-item {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.6, 0.02, 0.38, 1.04);
  margin-top: 0.2%;
  margin-right: 15rem;
  transition-delay: 0.3s;
}
.home-numbers__imglist-item .home-numbers__imglist-img {
  width: 300px;
}
.home-numbers__imglist-item.item2 {
  margin-top: 1.2%;
  margin-right: 20rem;
  transition-delay: 0.4s;
}
@media (max-width: 1024px) {
  .home-numbers__imglist-item.item2 {
    margin-top: 0.6%;
    margin-right: 5rem;
  }
}
.home-numbers__imglist-item.item2 .home-numbers__imglist-img {
  width: 400px;
}
.home-numbers__imglist-item.item3 {
  margin-top: 1.4%;
  margin-right: 50rem;
  transition-delay: 0.5s;
}
@media (max-width: 1024px) {
  .home-numbers__imglist-item.item3 {
    margin-top: 0.8%;
    margin-right: 5rem;
  }
}
.home-numbers__imglist-item.item3 .home-numbers__imglist-img {
  width: 500px;
}
.home-numbers-bottom {
  margin-top: 0;
}
.home-numbers__bottom {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-top: auto;
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .home-numbers__bottom {
    align-items: start;
  }
}
.home-numbers__bottom-link {
  background-image: linear-gradient(90deg, var(--color-white) 0%, var(--color-white) 100%);
  text-align: right;
  color: var(--color-white);
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .home-numbers__bottom-link {
    text-align: left;
  }
}
.home-numbers__bottom-button {
  margin-top: 3rem;
}
.home-numbers.view-is--shown .home-numbers__item {
  opacity: 1;
  top: 0;
  left: 0;
}
.home-numbers.view-is--shown .home-numbers__imglist-item {
  opacity: 1;
}
.home-casestudy__content {
  margin-top: 10rem;
}
@media (max-width: 1024px) {
  .home-casestudy__content {
    margin-top: 4rem;
  }
}
@media (max-width: 1024px) {
  .home-casestudy__content .content-2col__nav-detail {
    margin-top: 1rem;
  }
}
.home-casestudy__button--sp {
  display: none;
}
@media (max-width: 1024px) {
  .home-casestudy__button--sp {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .home-casestudy__button--pc {
    display: none;
  }
}
.home-column {
  margin-top: 14rem;
  padding-bottom: 14rem;
}
@media (max-width: 1024px) {
  .home-column {
    background: #f2f1e9;
  }
}
.home-column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 5rem);
  height: 100%;
  background: #f2f1e9;
}
@media (max-width: 1024px) {
  .home-column:before {
    display: none;
  }
}
.home-column__tags-title {
  font-weight: 700;
  font-size: 1.4rem;
}
.home-column__tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.home-column__tags .tag-link {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 1.1rem;
}
.home-column__posts {
  display: flex;
  gap: 3rem;
  width: 100%;
  overflow: hidden;
  margin-top: 8rem;
}
@media (max-width: 1024px) {
  .home-column__posts {
    flex-wrap: wrap;
    margin-top: 3rem;
    padding: 0 2rem;
    gap: 2rem;
    overflow: visible;
  }
}
.home-column__posts .column-post {
  padding: 0 1rem;
}
@media (max-width: 1024px) {
  .home-column__posts .column-post {
    width: calc(50% - 1rem);
    padding: 0;
  }
}
.home-column__bottom {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10rem;
  margin-top: 8rem;
}
.home-column__bottom-scrollbar {
  flex: 1;
  position: relative;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.08);
}
@media (max-width: 1024px) {
  .home-column__bottom-scrollbar {
    display: none;
  }
}
.home-column__bottom-scrollbar-bar {
  position: absolute;
  height: 3px;
  background: var(--color-black);
  transition: width 0.2s ease, left 0.2s ease;
  z-index: 1;
}
.home-column__bottom-buttons {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .home-column__bottom-buttons {
    display: none;
  }
}
.home-column__bottom-button:not(.slick-disabled) path {
  transition: stroke 0.2s ease;
}
.home-column__bottom-button:not(.slick-disabled) circle {
  transition: stroke 0.2s ease;
}
.home-column__bottom-button:not(.slick-disabled) .circle-animation {
  stroke-dasharray: 138.23;
  stroke-dashoffset: 138.23;
  opacity: 0;
  transition: stroke-dashoffset 0.6s ease, opacity 0.2s ease;
}
.home-column__bottom-button:not(.slick-disabled):hover path {
  stroke: var(--color-black);
}
.home-column__bottom-button:not(.slick-disabled):hover .circle-animation {
  opacity: 1;
  stroke-dashoffset: 0;
}
.home-column__bottom .slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.home-news {
  margin-top: 14rem;
  padding-bottom: 14rem;
}
.home-news__container {
  display: grid;
  grid-template-columns: 1fr 220px;
  grid-template-rows: auto 1fr;
}
@media (max-width: 1024px) {
  .home-news__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 0 2rem;
  }
}
.home-news__title {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .home-news__title {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.home-news__title-english {
  font-size: 6rem;
  font-weight: 600;
  font-family: var(--font-tasa);
}
.home-news__title-japanese {
  display: block;
  font-size: 1.4rem;
}
.home-news .button {
  grid-column: 2/3;
  grid-row: 2/3;
  align-self: flex-start;
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .home-news .button {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 5rem;
  }
}
.home-news .button-icon {
  width: 50px;
  height: 50px;
}
.home-news__list {
  grid-column: 1/2;
  grid-row: 1/3;
  margin-right: 6rem;
  padding-right: 6rem;
  border-right: 1px solid #e5e5e5;
}
@media (max-width: 1024px) {
  .home-news__list {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}
.home-news__list-link {
  display: flex;
  margin-top: -1px;
  padding: 2.5rem 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}
.home-news__list-head {
  flex: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 180px;
}
.home-news__list-time {
  font-family: var(--font-tasa);
  font-weight: 400;
  font-size: 1.1rem;
  color: #a0a0a0;
}
.home-news__list-tag {
  padding: 2px 10px;
  font-size: 1rem;
}
.home-recruit {
  position: relative;
}
.home-recruit__slide-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  min-height: 400px;
  padding: 15vh 0 0;
}
@media (max-width: 1024px) {
  .home-recruit__slide-container {
    height: auto;
    min-height: auto;
    padding: 10vh 0 0;
  }
}
.home-recruit__slide-inner {
  overflow: hidden;
  width: 60vw;
  height: 200px;
  margin: 0 auto;
  transition: all 1s cubic-bezier(0.6, 0.02, 0.38, 1.04);
  trasition-delay: 0.5s;
}
@media (max-width: 1024px) {
  .home-recruit__slide-inner {
    width: 100%;
    height: 50vw;
  }
}
.home-recruit__slide-inner.view-is--shown {
  width: 100%;
  height: 50vw;
}
.home-recruit__slider {
  display: flex;
  width: 300%;
  height: 100%;
  animation: recruit_slide 80s linear infinite;
}
@keyframes recruit_slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.home-recruit__slide-item {
  flex: none;
  height: 100%;
}
.home-recruit__slide-img {
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.home-recruit__container {
  position: relative;
  z-index: 2;
  padding-top: 10rem;
  padding-bottom: 14rem;
}
.home-recruit__description {
  align-items: flex-start;
  margin-top: 3rem;
  font-size: 1.4rem;
}
.home-recruit__description .button {
  margin-top: 5rem;
}
.home-recruit__list {
  max-width: 450px;
  width: 100%;
}
.home-recruit__list-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 3rem 0;
  border-top: 1px solid #e5e5e5;
  font-size: 1.8rem;
}
.home-recruit__list-link path {
  transition: stroke 0.2s ease;
}
.home-recruit__list-link circle {
  transition: stroke 0.2s ease;
}
.home-recruit__list-link .circle-animation {
  stroke-dasharray: 91.1;
  stroke-dashoffset: 91.1;
  opacity: 0;
  transition: stroke-dashoffset 0.6s ease, opacity 0.2s ease;
}
.home-recruit__list-link:hover path {
  stroke: var(--color-black);
}
.home-recruit__list-link:hover .circle-animation {
  opacity: 1;
  stroke-dashoffset: 0;
}
.home-recruit__list-item:last-child .home-recruit__list-link {
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 1025px) {
  .sp-only {
    display: none;
  }
}

.display-none {
  display: none;
}

.m-0 {
  margin: 0;
}

.m-8 {
  margin: 8px;
}

.m-16 {
  margin: 16px;
}

.m-24 {
  margin: 24px;
}

.m-32 {
  margin: 32px;
}

.m-40 {
  margin: 40px;
}

.m-48 {
  margin: 48px;
}

.m-56 {
  margin: 56px;
}

.m-96 {
  margin: 96px;
}

.m-auto {
  margin: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-96 {
  margin-top: 96px;
}

.mt-auto {
  margin-top: auto;
}

.mr-0 {
  margin-right: 0;
}

.mr-8 {
  margin-right: 8px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-24 {
  margin-right: 24px;
}

.mr-32 {
  margin-right: 32px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-48 {
  margin-right: 48px;
}

.mr-56 {
  margin-right: 56px;
}

.mr-96 {
  margin-right: 96px;
}

.mr-auto {
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mb-192 {
  margin-bottom: 192px;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-0 {
  margin-left: 0;
}

.ml-8 {
  margin-left: 8px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-32 {
  margin-left: 32px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-48 {
  margin-left: 48px;
}

.ml-56 {
  margin-left: 56px;
}

.ml-96 {
  margin-left: 96px;
}

.ml-auto {
  margin-left: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.p-0 {
  padding: 0;
}

.p-8 {
  padding: 8px;
}

.p-16 {
  padding: 16px;
}

.p-24 {
  padding: 24px;
}

.p-32 {
  padding: 32px;
}

.p-40 {
  padding: 40px;
}

.p-48 {
  padding: 48px;
}

.p-56 {
  padding: 56px;
}

.p-96 {
  padding: 96px;
}

.pt-0 {
  padding-top: 0;
}

.pt-8 {
  padding-top: 8px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-56 {
  padding-top: 56px;
}

.pt-96 {
  padding-top: 96px;
}

.pt-160 {
  padding-top: 160px;
}

.pr-0 {
  padding-right: 0;
}

.pr-8 {
  padding-right: 8px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-32 {
  padding-right: 32px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-48 {
  padding-right: 48px;
}

.pr-56 {
  padding-right: 56px;
}

.pr-96 {
  padding-right: 96px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pl-0 {
  padding-left: 0;
}

.pl-8 {
  padding-left: 8px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-32 {
  padding-left: 32px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-48 {
  padding-left: 48px;
}

.pl-56 {
  padding-left: 56px;
}

.pl-96 {
  padding-left: 96px;
}

@media (max-width: 768px) {
  .sp-m-0 {
    margin: 0;
  }
  .sp-m-8 {
    margin: 8px;
  }
  .sp-m-16 {
    margin: 16px;
  }
  .sp-m-24 {
    margin: 24px;
  }
  .sp-m-32 {
    margin: 32px;
  }
  .sp-m-40 {
    margin: 40px;
  }
  .sp-m-48 {
    margin: 48px;
  }
  .sp-m-56 {
    margin: 56px;
  }
  .sp-m-96 {
    margin: 96px;
  }
  .sp-mt-0 {
    margin-top: 0;
  }
  .sp-mt-8 {
    margin-top: 8px;
  }
  .sp-mt-16 {
    margin-top: 16px;
  }
  .sp-mt-24 {
    margin-top: 24px;
  }
  .sp-mt-32 {
    margin-top: 32px;
  }
  .sp-mt-40 {
    margin-top: 40px;
  }
  .sp-mt-48 {
    margin-top: 48px;
  }
  .sp-mt-56 {
    margin-top: 56px;
  }
  .sp-mt-96 {
    margin-top: 96px;
  }
  .sp-mr-0 {
    margin-right: 0;
  }
  .sp-mr-8 {
    margin-right: 8px;
  }
  .sp-mr-16 {
    margin-right: 16px;
  }
  .sp-mr-24 {
    margin-right: 24px;
  }
  .sp-mr-32 {
    margin-right: 32px;
  }
  .sp-mr-40 {
    margin-right: 40px;
  }
  .sp-mr-48 {
    margin-right: 48px;
  }
  .sp-mr-56 {
    margin-right: 56px;
  }
  .sp-mr-96 {
    margin-right: 96px;
  }
  .sp-mb-0 {
    margin-bottom: 0;
  }
  .sp-mb-8 {
    margin-bottom: 8px;
  }
  .sp-mb-16 {
    margin-bottom: 16px;
  }
  .sp-mb-24 {
    margin-bottom: 24px;
  }
  .sp-mb-32 {
    margin-bottom: 32px;
  }
  .sp-mb-40 {
    margin-bottom: 40px;
  }
  .sp-mb-48 {
    margin-bottom: 48px;
  }
  .sp-mb-56 {
    margin-bottom: 56px;
  }
  .sp-mb-96 {
    margin-bottom: 96px;
  }
  .sp-mb-192 {
    margin-bottom: 192px;
  }
  .sp-ml-0 {
    margin-left: 0;
  }
  .sp-ml-8 {
    margin-left: 8px;
  }
  .sp-ml-16 {
    margin-left: 16px;
  }
  .sp-ml-24 {
    margin-left: 24px;
  }
  .sp-ml-32 {
    margin-left: 32px;
  }
  .sp-ml-40 {
    margin-left: 40px;
  }
  .sp-ml-48 {
    margin-left: 48px;
  }
  .sp-ml-56 {
    margin-left: 56px;
  }
  .sp-ml-96 {
    margin-left: 96px;
  }
  .sp-p-0 {
    padding: 0;
  }
  .sp-p-8 {
    padding: 8px;
  }
  .sp-p-16 {
    padding: 16px;
  }
  .sp-p-24 {
    padding: 24px;
  }
  .sp-p-32 {
    padding: 32px;
  }
  .sp-p-40 {
    padding: 40px;
  }
  .sp-p-48 {
    padding: 48px;
  }
  .sp-p-56 {
    padding: 56px;
  }
  .sp-p-96 {
    padding: 96px;
  }
  .sp-pt-0 {
    padding-top: 0;
  }
  .sp-pt-8 {
    padding-top: 8px;
  }
  .sp-pt-16 {
    padding-top: 16px;
  }
  .sp-pt-24 {
    padding-top: 24px;
  }
  .sp-pt-32 {
    padding-top: 32px;
  }
  .sp-pt-40 {
    padding-top: 40px;
  }
  .sp-pt-48 {
    padding-top: 48px;
  }
  .sp-pt-56 {
    padding-top: 56px;
  }
  .sp-pt-96 {
    padding-top: 96px;
  }
  .sp-pr-0 {
    padding-right: 0;
  }
  .sp-pr-8 {
    padding-right: 8px;
  }
  .sp-pr-16 {
    padding-right: 16px;
  }
  .sp-pr-24 {
    padding-right: 24px;
  }
  .sp-pr-32 {
    padding-right: 32px;
  }
  .sp-pr-40 {
    padding-right: 40px;
  }
  .sp-pr-48 {
    padding-right: 48px;
  }
  .sp-pr-56 {
    padding-right: 56px;
  }
  .sp-pr-96 {
    padding-right: 96px;
  }
  .sp-pb-0 {
    padding-bottom: 0;
  }
  .sp-pb-8 {
    padding-bottom: 8px;
  }
  .sp-pb-16 {
    padding-bottom: 16px;
  }
  .sp-pb-24 {
    padding-bottom: 24px;
  }
  .sp-pb-32 {
    padding-bottom: 32px;
  }
  .sp-pb-40 {
    padding-bottom: 40px;
  }
  .sp-pb-48 {
    padding-bottom: 48px;
  }
  .sp-pb-56 {
    padding-bottom: 56px;
  }
  .sp-pb-96 {
    padding-bottom: 96px;
  }
  .sp-pl-0 {
    padding-left: 0;
  }
  .sp-pl-8 {
    padding-left: 8px;
  }
  .sp-pl-16 {
    padding-left: 16px;
  }
  .sp-pl-24 {
    padding-left: 24px;
  }
  .sp-pl-32 {
    padding-left: 32px;
  }
  .sp-pl-40 {
    padding-left: 40px;
  }
  .sp-pl-48 {
    padding-left: 48px;
  }
  .sp-pl-56 {
    padding-left: 56px;
  }
  .sp-pl-96 {
    padding-left: 96px;
  }
}
.font-size--12 {
  font-size: 12px;
}
.font-size--13 {
  font-size: 13px;
}
.font-size--16 {
  font-size: 16px;
}
.font-size--18 {
  font-size: 18px;
}
.font-size--20 {
  font-size: 20px;
}
.font-size--24 {
  font-size: 24px;
}
.font-size--32 {
  font-size: 32px;
}
.font-size--40 {
  font-size: 40px;
}
.font-size--48 {
  font-size: 48px;
}
.font-size--64 {
  font-size: 64px;
}

.text--white {
  color: var(--color-white);
}
.text--center {
  text-align: center;
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--purpleblue {
  color: #405dff;
}
.text--pink {
  color: #ff4089;
}
.text--lightblue {
  color: #40a7ff;
}

.fw--400 {
  font-weight: 400;
}
.fw--500 {
  font-weight: 500;
}
.fw--600 {
  font-weight: 600;
}
.fw--700 {
  font-weight: 700;
}
.fw--800 {
  font-weight: 800;
}
.fw--900 {
  font-weight: 900;
}

.underline {
  text-decoration: underline;
}

.text--blue {
  color: var(--color-blue);
}
.text--red {
  color: var(--color-red);
}

.font--unset {
  margin: 0;
  font-family: unset;
  font-size: unset;
}

.width-full {
  width: 100%;
}

.aspect-square {
  aspect-ratio: 1/1;
}
.aspect-golden {
  aspect-ratio: 1.618/1;
}

img.aspect-square, img.aspect-golden {
  object-fit: cover;
}

.flex--row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 32px;
}
.flex--column {
  display: flex;
  flex-direction: column;
}
.flex__item {
  width: calc(50% - 16px);
}

.is-justify--between {
  justify-content: space-between;
}

.is-justify--center {
  justify-content: center;
}

.is-justify--start {
  justify-content: flex-start;
}

.is-justify--end {
  justify-content: flex-end;
}

.is-items--center {
  align-items: center;
}

.is-items--start {
  align-items: flex-start;
}

.is-items--end {
  align-items: flex-end;
}

@media (max-width: 768px) {
  .sp-flex--row {
    flex-direction: row;
  }
  .sp-flex--column {
    flex-direction: column;
  }
}
.bg--white {
  background: var(--color-white);
}
.bg--lightgray {
  background: var(--color-gray100);
}
.bg--yellow {
  background: var(--color-yellow);
}
.bg--blue {
  background: var(--color-blue);
}
.bg--paleblue {
  background: #e6f0fc;
}
.bg--black {
  background: var(--color-black);
}
.bg--lightblue-100 {
  background: var(--color-lightblue-100);
}
.bg--lightblue-200 {
  background: var(--color-lightblue-200);
}

.rounded-corner--size-16 {
  border-radius: 16px;
}
.rounded-corner--size-56 {
  border-radius: 56px;
}
.rounded-corner--size-full {
  border-radius: 500px;
}

.width-full {
  width: 100%;
}

.aspect-square {
  aspect-ratio: 1/1;
}
.aspect-golden {
  aspect-ratio: 1.618/1;
}

img.aspect-square, img.aspect-golden {
  object-fit: cover;
}

.flex--row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 32px;
}
.flex--column {
  display: flex;
  flex-direction: column;
}
.flex__item {
  width: calc(50% - 16px);
}

.is-justify--between {
  justify-content: space-between;
}

.is-justify--center {
  justify-content: center;
}

.is-justify--start {
  justify-content: flex-start;
}

.is-justify--end {
  justify-content: flex-end;
}

.is-items--center {
  align-items: center;
}

.is-items--start {
  align-items: flex-start;
}

.is-items--end {
  align-items: flex-end;
}

@media (max-width: 768px) {
  .sp-flex--row {
    flex-direction: row;
  }
  .sp-flex--column {
    flex-direction: column;
  }
}
.join-first {
  border-radius: 16px 16px 0 0;
}
.join-mid {
  border-radius: 0;
  margin-top: 4px;
}
.join-last {
  border-radius: 0 0 16px 16px;
  margin-top: 4px;
}

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