:root {
  --font-base: "Zen Kaku Gothic New", sans-serif;
  --font-accent: "Jost", sans-serif;
  --color-white: #fff;
  --color-gray: #fafafa;
  --color-theme: #20365a;
  --color-accent: #ea1930;
}
html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
html.is-fixed {
  overflow: hidden;
}
body {
  background: var(--color-white);
  color: var(--color-theme);
  font-family: var(--font-base);
  font-weight: 400;
  line-height: 1.4;
}
body.is-fixed {
  overflow: hidden;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
embed,
iframe,
img,
object,
svg {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled,
button:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
fieldset,
option {
  padding: 0;
}
fieldset {
  margin: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-collapse: collapse;
  border-color: inherit;
}
caption {
  text-align: left;
}
td,
th {
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: 700;
  text-align: left;
}
.c-header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9997;
}
.c-header .c-header__inner {
  display: flex;
  padding-right: 2.6666666667vw;
}
@media (min-width: 52.1875em) {
  .c-header .c-header__inner {
    padding-right: 2.196193265vw;
  }
}
@media (min-width: 85.375em) {
  .c-header .c-header__inner {
    padding-right: 30px;
  }
}
.c-header .c-header__logo {
  align-items: center;
  background: var(--color-white);
  border-bottom-right-radius: 5.3333333333vw;
  box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.1);
  display: flex;
  flex-shrink: 0;
  height: 12vw;
  justify-content: center;
  width: 29.3333333333vw;
}
@media (min-width: 52.1875em) {
  .c-header .c-header__logo {
    border-bottom-right-radius: 3.6603221083vw;
    box-shadow: 0 0 0.7320644217vw rgba(0, 0, 0, 0.1);
    height: 8.0527086384vw;
    width: 17.3499267936vw;
  }
}
@media (min-width: 85.375em) {
  .c-header .c-header__logo {
    border-bottom-right-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 110px;
    width: 237px;
  }
}
.c-header .c-header__logo img {
  height: auto;
  width: 17.3333333333vw;
}
@media (min-width: 52.1875em) {
  .c-header .c-header__logo img {
    width: 10.3953147877vw;
  }
}
@media (min-width: 85.375em) {
  .c-header .c-header__logo img {
    width: 142px;
  }
}
.c-header .c-header__text {
  color: var(--color-white);
  font-size: 3.2vw;
  font-weight: 500;
  margin-left: 2.6666666667vw;
  margin-top: 3.2vw;
}
@media (min-width: 52.1875em) {
  .c-header .c-header__text {
    font-size: 1.1713030747vw;
    margin-left: 2.3426061493vw;
    margin-top: 2.9282576867vw;
  }
}
@media (min-width: 85.375em) {
  .c-header .c-header__text {
    font-size: 16px;
    margin-left: 32px;
    margin-top: 40px;
  }
}
.c-header .c-header__btn {
  margin-left: auto;
}
.c-header .c-header__btn.is-active a {
  background: var(--color-white);
  color: var(--color-accent);
}
@media (any-hover: hover) {
  .c-header .c-header__btn.is-active a:focus-visible,
  .c-header .c-header__btn.is-active a:hover {
    color: var(--color-white);
  }
  .c-header .c-header__btn.is-active a:focus-visible:before,
  .c-header .c-header__btn.is-active a:hover:before {
    background: var(--color-accent);
    transform: translate(-50%, -50%) scale(1);
  }
}
.c-header .c-header__btn a {
  align-items: center;
  background: var(--color-accent);
  border-radius: 1.3333333333vw;
  box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.1);
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  height: 16vw;
  justify-content: center;
  margin-top: 1.3333333333vw;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition:
    background 0.3s ease-in-out,
    color 0.3s ease-in-out;
  white-space: nowrap;
  width: 16vw;
  z-index: 1;
}
@media (min-width: 52.1875em) {
  .c-header .c-header__btn a {
    border-radius: 0.3660322108vw;
    box-shadow: 0 0 0.7320644217vw rgba(0, 0, 0, 0.1);
    height: 7.3206442167vw;
    margin-top: 2.0497803807vw;
    width: 7.3206442167vw;
  }
}
@media (min-width: 85.375em) {
  .c-header .c-header__btn a {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 100px;
    margin-top: 28px;
    width: 100px;
  }
}
@media (any-hover: hover) {
  .c-header .c-header__btn a:focus-visible,
  .c-header .c-header__btn a:hover {
    color: var(--color-accent);
  }
  .c-header .c-header__btn a:focus-visible:before,
  .c-header .c-header__btn a:hover:before {
    background: var(--color-white);
    transform: translate(-50%, -50%) scale(1);
  }
}
.c-header .c-header__btn a:before {
  background: var(--color-accent);
  border-radius: 50%;
  content: "";
  height: 150%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition:
    transform 0.3s ease-in-out,
    background 0.3s ease-in-out;
  width: 150%;
  z-index: -1;
}
.c-header .c-header__btn a .ja {
  font-size: 2.6666666667vw;
  font-weight: 600;
}
@media (min-width: 52.1875em) {
  .c-header .c-header__btn a .ja {
    font-size: 0.7320644217vw;
  }
}
@media (min-width: 85.375em) {
  .c-header .c-header__btn a .ja {
    font-size: 10px;
  }
}
.c-header .c-header__btn a .en {
  font-family: var(--font-accent);
  font-size: 3.7333333333vw;
}
@media (min-width: 52.1875em) {
  .c-header .c-header__btn a .en {
    font-size: 1.6837481698vw;
  }
}
@media (min-width: 85.375em) {
  .c-header .c-header__btn a .en {
    font-size: 23px;
  }
}
.c-heading {
  display: flex;
  flex-direction: column;
}
.c-heading.is-center {
  align-items: center;
}
.c-heading .c-heading__sub {
  align-items: center;
  color: var(--color-accent);
  display: flex;
  font-size: 4.2666666667vw;
  font-weight: 500;
  gap: 2.6666666667vw;
}
@media (min-width: 52.1875em) {
  .c-heading .c-heading__sub {
    font-size: 1.4641288433vw;
    gap: 1.1713030747vw;
  }
}
@media (min-width: 85.375em) {
  .c-heading .c-heading__sub {
    font-size: 20px;
    gap: 16px;
  }
}
.c-heading .c-heading__sub:before {
  aspect-ratio: 1/1;
  background: currentColor;
  border-radius: 50%;
  content: "";
  width: 1.6vw;
}
@media (min-width: 52.1875em) {
  .c-heading .c-heading__sub:before {
    width: 0.6588579795vw;
  }
}
@media (min-width: 85.375em) {
  .c-heading .c-heading__sub:before {
    width: 9px;
  }
}
.c-heading .c-heading__main {
  font-size: 4.8vw;
  font-weight: 700;
  margin-top: 1.3333333333vw;
}
@media (min-width: 52.1875em) {
  .c-heading .c-heading__main {
    font-size: 2.5622254758vw;
    margin-top: 1.3909224012vw;
  }
}
@media (min-width: 85.375em) {
  .c-heading .c-heading__main {
    font-size: 35px;
    margin-top: 19px;
  }
}
@keyframes imgslide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes imgslide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes imgslidereverse1 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes imgslidereverse2 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes img-slide-y1 {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes img-slide-y2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}
@keyframes img-slidereverse-y1 {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes img-slidereverse-y2 {
  0% {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(0);
  }
}
.c-footer .c-footer__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 8vw 8vw 3.7333333333vw;
}
@media (min-width: 52.1875em) {
  .c-footer .c-footer__inner {
    flex-direction: row;
    padding: 2.0497803807vw 3.6603221083vw;
  }
}
@media (min-width: 85.375em) {
  .c-footer .c-footer__inner {
    padding: 28px 50px;
  }
}
.c-footer .c-footer__logo {
  width: 26.6666666667vw;
}
@media (min-width: 52.1875em) {
  .c-footer .c-footer__logo {
    width: 8.78477306vw;
  }
}
@media (min-width: 85.375em) {
  .c-footer .c-footer__logo {
    width: 120px;
  }
}
.c-footer .c-footer__logo img {
  height: auto;
  width: 100%;
}
.c-footer .c-footer__blank {
  align-items: center;
  display: flex;
  gap: 2.4vw;
  margin-top: 4.2666666667vw;
}
@media (min-width: 52.1875em) {
  .c-footer .c-footer__blank {
    gap: 0.6588579795vw;
    margin-left: 2.9282576867vw;
    margin-top: 0;
  }
}
@media (min-width: 85.375em) {
  .c-footer .c-footer__blank {
    gap: 9px;
    margin-left: 40px;
  }
}
.c-footer .c-footer__blank .text {
  font-size: 3.4666666667vw;
  font-weight: 500;
}
@media (min-width: 52.1875em) {
  .c-footer .c-footer__blank .text {
    font-size: 0.9516837482vw;
  }
}
@media (min-width: 85.375em) {
  .c-footer .c-footer__blank .text {
    font-size: 13px;
  }
}
.c-footer .c-footer__blank .icon {
  align-items: center;
  display: flex;
  width: 2.6666666667vw;
}
@media (min-width: 52.1875em) {
  .c-footer .c-footer__blank .icon {
    width: 0.7320644217vw;
  }
}
@media (min-width: 85.375em) {
  .c-footer .c-footer__blank .icon {
    width: 10px;
  }
}
.c-footer .c-footer__blank .icon img {
  height: auto;
  width: 100%;
}
.c-footer .c-footer__cr {
  display: block;
  font-size: 2.9333333333vw;
  font-weight: 500;
  margin-top: 5.3333333333vw;
}
@media (min-width: 52.1875em) {
  .c-footer .c-footer__cr {
    font-size: 0.9516837482vw;
    margin-left: auto;
    margin-top: 0;
  }
}
@media (min-width: 85.375em) {
  .c-footer .c-footer__cr {
    font-size: 13px;
  }
}
.c-hve-opacity {
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .c-hve-opacity:focus-visible,
  .c-hve-opacity:hover {
    opacity: 0.6;
  }
}
.kv {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 680px;
}

@media (min-width: 85.375em) {
  .kv {
    height: 100svh;
  }
}

.kv__btn {
  display: block;
  width: 100%;
}

@media (min-width: 85.375em) {
  .kv__btn {
    display: block;
    width: 100%;
  }
}

.kv__btn img {
  margin-top: 10px;
  margin-bottom: 40px;
  width: 100%;
}

@media (min-width: 85.375em) {
  .kv__btn img {
    margin-top: 40px;
    margin-bottom: 0px;
    width: 80%;
  }
}

.kv .kv__over {
  bottom: 8vw;
  /* left: 5.3333333333vw; */
  padding: 0 5.3333333333vw;
  position: absolute;
  z-index: 1;
}
@media (min-width: 52.1875em) {
  .kv .kv__over {
    bottom: 6.149341142vw;
    left: 6.149341142vw;
  }
}
@media (min-width: 85.375em) {
  .kv .kv__over {
    padding: 0 0px;
    bottom: 84px;
    left: 84px;
  }
}
.kv .kv__heading {
  margin-left: -2.9333333333vw;
  width: 72vw;
}
@media (min-width: 52.1875em) {
  .kv .kv__heading {
    margin-left: -1.9765739385vw;
    width: 40.2635431918vw;
  }
}
@media (min-width: 85.375em) {
  .kv .kv__heading {
    margin-left: -27px;
    width: 550px;
  }
}
.kv .kv__heading img {
  height: auto;
  width: 100%;
}
.kv .kv__copy {
  color: var(--color-white);
  font-size: 4.2666666667vw;
  font-weight: 500;
}
@media (min-width: 52.1875em) {
  .kv .kv__copy {
    font-size: 1.9033674963vw;
  }
}
@media (min-width: 85.375em) {
  .kv .kv__copy {
    font-size: 26px;
  }
}
.kv .kv__carousel {
  margin-bottom: 0 !important;
}
.kv .kv__carousel .slick-slide div {
  vertical-align: middle;
}
.kv .kv__carousel .slick-dots {
  bottom: 4vw;
  position: absolute;
  right: 2.6666666667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 52.1875em) {
  .kv .kv__carousel .slick-dots {
    bottom: 2.3426061493vw;
    right: 2.196193265vw;
  }
}
@media (min-width: 85.375em) {
  .kv .kv__carousel .slick-dots {
    bottom: 32px;
    right: 30px;
  }
}
.kv .kv__carousel .slick-dots li {
  height: auto;
  margin-inline: 0.8vw;
  width: auto;
}
@media (min-width: 52.1875em) {
  .kv .kv__carousel .slick-dots li {
    margin-inline: 0.439238653vw;
  }
}
@media (min-width: 85.375em) {
  .kv .kv__carousel .slick-dots li {
    margin-inline: 6px;
  }
}
.kv .kv__carousel .slick-dots li.slick-active {
  margin-inline: 2.1333333333vw;
}
@media (min-width: 52.1875em) {
  .kv .kv__carousel .slick-dots li.slick-active {
    margin-inline: 0.878477306vw;
  }
}
@media (min-width: 85.375em) {
  .kv .kv__carousel .slick-dots li.slick-active {
    margin-inline: 12px;
  }
}
.kv .kv__carousel .slick-dots li.slick-active button {
  background: var(--color-theme);
  opacity: 1;
  width: 3.7333333333vw;
}
@media (min-width: 52.1875em) {
  .kv .kv__carousel .slick-dots li.slick-active button {
    width: 1.9033674963vw;
  }
}
@media (min-width: 85.375em) {
  .kv .kv__carousel .slick-dots li.slick-active button {
    width: 26px;
  }
}
.kv .kv__carousel .slick-dots li button {
  aspect-ratio: 1/1;
  background: var(--color-white);
  border-radius: 50%;
  height: auto;
  opacity: 0.4;
  padding: 0;
  width: 1.6vw;
}
@media (min-width: 52.1875em) {
  .kv .kv__carousel .slick-dots li button {
    width: 0.7320644217vw;
  }
}
@media (min-width: 85.375em) {
  .kv .kv__carousel .slick-dots li button {
    width: 10px;
  }
}
.kv .kv__carousel .slick-dots li button:before {
  display: none;
}
.kv .kv__carousel-slide {
  aspect-ratio: 1/1.1;
}
@media (min-width: 52.1875em) {
  .kv .kv__carousel-slide {
    aspect-ratio: auto;
  }
}
.kv .kv__carousel-slide img {
  height: 100%;
  min-height: 680px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 52.1875em) {
  .kv .kv__carousel-slide img {
    height: 100svh;
  }
}
.intro {
  background-image: url(../img/intro-bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -2px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.intro .intro__inner {
  display: flex;
  flex-direction: column;
  gap: 8vw;
  margin-inline: auto;
  padding-bottom: 10.6666666667vw;
  padding-top: 10.6666666667vw;
  width: 92vw;
}
@media (min-width: 52.1875em) {
  .intro .intro__inner {
    align-items: center;
    flex-direction: row;
    gap: 3.8067349927vw;
    padding-bottom: 4.39238653vw;
    padding-top: 5.4904831625vw;
    width: 79.0629575403vw;
  }
}
@media (min-width: 85.375em) {
  .intro .intro__inner {
    gap: 52px;
    padding-bottom: 60px;
    padding-top: 75px;
    width: 1080px;
  }
}
.intro .intro__cont {
  color: var(--color-white);
}
.intro .intro__en {
  font-size: 3.7333333333vw;
  font-weight: 500;
}
@media (min-width: 52.1875em) {
  .intro .intro__en {
    font-size: 1.4641288433vw;
  }
}
@media (min-width: 85.375em) {
  .intro .intro__en {
    font-size: 20px;
  }
}
.intro .intro__heading {
  font-size: 4.8vw;
  font-weight: 700;
  margin-top: 2.6666666667vw;
}
@media (min-width: 52.1875em) {
  .intro .intro__heading {
    font-size: 2.4890190337vw;
    margin-top: 1.9033674963vw;
  }
}
@media (min-width: 85.375em) {
  .intro .intro__heading {
    font-size: 34px;
    margin-top: 26px;
  }
}
.intro .intro__text {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 4vw;
}
@media (min-width: 52.1875em) {
  .intro .intro__text {
    font-size: 1.1713030747vw;
    margin-top: 1.756954612vw;
  }
}
@media (min-width: 85.375em) {
  .intro .intro__text {
    font-size: 16px;
    margin-top: 24px;
  }
}
.intro .intro__img {
  border-radius: 1.3333333333vw;
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 52.1875em) {
  .intro .intro__img {
    border-radius: 0.7320644217vw;
    margin-right: -14.6412884334vw;
    width: 42.532942899vw;
  }
}
@media (min-width: 85.375em) {
  .intro .intro__img {
    border-radius: 10px;
    margin-right: -200px;
    width: 581px;
  }
}
.intro .intro__img img {
  height: auto;
  width: 100%;
}
.about {
  background: var(--color-theme);
  color: var(--color-white);
  margin-top: -2px;
  position: relative;
  z-index: 3;
}
.about .about__inner {
  margin-inline: auto;
  padding-bottom: 10.6666666667vw;
  padding-top: 10.6666666667vw;
  width: 92vw;
}
@media (min-width: 52.1875em) {
  .about .about__inner {
    padding-bottom: 9.1508052709vw;
    padding-top: 5.9297218155vw;
    width: 79.0629575403vw;
  }
}
@media (min-width: 85.375em) {
  .about .about__inner {
    padding-bottom: 125px;
    padding-top: 81px;
    width: 1080px;
  }
}
.about .about__cont {
  margin-top: 8vw;
}
@media (min-width: 52.1875em) {
  .about .about__cont {
    margin-top: 4.7584187408vw;
  }
}
@media (min-width: 85.375em) {
  .about .about__cont {
    margin-top: 65px;
  }
}
.about .about__cards {
  display: grid;
  gap: 8vw;
  grid-template-columns: 1fr;
}
@media (min-width: 52.1875em) {
  .about .about__cards {
    gap: 3.074670571vw;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 85.375em) {
  .about .about__cards {
    gap: 42px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (any-hover: hover) {
  .about .about__card a:focus-visible .about__card-thumb img,
  .about .about__card a:hover .about__card-thumb img {
    transform: scale(1.05);
  }
  .about .about__card a:focus-visible .about__card-arrow,
  .about .about__card a:hover .about__card-arrow {
    color: var(--color-accent);
  }
  .about .about__card a:focus-visible .about__card-arrow:before,
  .about .about__card a:hover .about__card-arrow:before {
    transform: translate(-50%, 60%) scale(1);
  }
}
.about .about__card:nth-child(2) .about__card-num:before {
  background-image: url(../img/about-deco-02.png);
}
.about .about__card:nth-child(3) .about__card-num:before {
  background-image: url(../img/about-deco-03.png);
}
.about .about__card-img {
  position: relative;
}
.about .about__card-num {
  align-items: center;
  aspect-ratio: 1/1;
  background: var(--color-white);
  border-bottom-right-radius: 4vw;
  color: var(--color-theme);
  display: flex;
  font-size: 5.8666666667vw;
  font-weight: 500;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 16vw;
  z-index: 1;
}
@media (min-width: 52.1875em) {
  .about .about__card-num {
    border-bottom-right-radius: 1.4641288433vw;
    font-size: 2.196193265vw;
    width: 6.588579795vw;
  }
}
@media (min-width: 85.375em) {
  .about .about__card-num {
    border-bottom-right-radius: 20px;
    font-size: 30px;
    width: 90px;
  }
}
.about .about__card-num:before {
  background-image: url(../img/about-deco-01.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}
.about .about__card-thumb {
  overflow: hidden;
}
.about .about__card-thumb img {
  height: auto;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.about .about__card-body {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-top: 2.6666666667vw;
}
@media (min-width: 52.1875em) {
  .about .about__card-body {
    margin-top: 1.3909224012vw;
  }
}
@media (min-width: 85.375em) {
  .about .about__card-body {
    margin-top: 19px;
  }
}
.about .about__card-text {
  font-size: 3.2vw;
  font-weight: 500;
}
@media (min-width: 52.1875em) {
  .about .about__card-text {
    font-size: 0.878477306vw;
  }
}
@media (min-width: 85.375em) {
  .about .about__card-text {
    font-size: 12px;
  }
}
.about .about__card-title {
  font-size: 4.2666666667vw;
  font-weight: 500;
  margin-top: 1.3333333333vw;
}
@media (min-width: 52.1875em) {
  .about .about__card-title {
    font-size: 1.6105417277vw;
    margin-top: 0.3660322108vw;
  }
}
@media (min-width: 85.375em) {
  .about .about__card-title {
    font-size: 22px;
    margin-top: 5px;
  }
}
.about .about__card-arrow {
  align-items: center;
  background: var(--color-accent);
  border-radius: 0.8vw;
  display: flex;
  font-size: 3.7333333333vw;
  height: 5.3333333333vw;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: color 0.3s ease-in-out;
  width: 6.4vw;
  z-index: 1;
}
@media (min-width: 52.1875em) {
  .about .about__card-arrow {
    border-radius: 0.2196193265vw;
    font-size: 1.0248901903vw;
    height: 1.756954612vw;
    padding-bottom: 0.0732064422vw;
    width: 2.3426061493vw;
  }
}
@media (min-width: 85.375em) {
  .about .about__card-arrow {
    border-radius: 3px;
    font-size: 14px;
    height: 24px;
    padding-bottom: 1px;
    width: 32px;
  }
}
.about .about__card-arrow:before {
  aspect-ratio: 1/1;
  background: var(--color-white);
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, 60%) scale(0);
  transition: transform 0.3s ease-in-out;
  width: 250%;
  z-index: -1;
}
.point {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.point:after,
.point:before {
  aspect-ratio: 317/291;
  background-image: url(../img/point-deco-02.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  width: 48vw;
  z-index: -2;
}
@media (min-width: 52.1875em) {
  .point:after,
  .point:before {
    width: 23.2064421669vw;
  }
}
@media (min-width: 85.375em) {
  .point:after,
  .point:before {
    width: 317px;
  }
}
.point:before {
  left: 0;
  top: 0;
}
.point:after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
@media (min-width: 52.1875em) {
  .point:after {
    right: 35.2855051245vw;
  }
}
@media (min-width: 85.375em) {
  .point:after {
    right: 482px;
  }
}
.point.is-gray {
  background: var(--color-gray);
}
.point.is-gray:after,
.point.is-gray:before {
  display: none;
}
.point.is-blue:after,
.point.is-blue:before {
  background-image: url(../img/point-deco-03.png);
}
.point .point__inner {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  padding-bottom: 10.6666666667vw;
  padding-top: 10.6666666667vw;
  position: relative;
  width: 92vw;
}
@media (min-width: 52.1875em) {
  .point .point__inner {
    padding-bottom: 0;
    padding-top: 0;
    width: 88.3601756955vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__inner {
    width: 1207px;
  }
}
@media (min-width: 52.1875em) {
  .point .point__inner.is-small {
    display: block;
    max-width: 79.0629575403vw;
    padding-bottom: 5.7833089312vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__inner.is-small {
    max-width: 1080px;
    padding-bottom: 79px;
  }
}
.point .point__img {
  -webkit-clip-path: inset(0 0 8% 0);
  clip-path: inset(0 0 8% 0);
  left: -13.3333333333vw;
  position: absolute;
  top: -13.3333333333vw;
  width: 72vw;
  z-index: -1;
}
@media (min-width: 52.1875em) {
  .point .point__img {
    -webkit-clip-path: none;
    clip-path: none;
    left: -21.5959004392vw;
    top: -15.7393850659vw;
    width: 61.859443631vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__img {
    left: -295px;
    top: -215px;
    width: 845px;
  }
}
.point .point__img.is-right {
  left: auto;
  right: -10.6666666667vw;
  top: -17.0666666667vw;
}
@media (min-width: 52.1875em) {
  .point .point__img.is-right {
    right: -23.3528550512vw;
    top: -14.4216691069vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__img.is-right {
    right: -319px;
    top: -197px;
  }
}
@media (min-width: 52.1875em) {
  .point .point__img.is-large {
    right: -26.7203513909vw;
    width: 64.2020497804vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__img.is-large {
    right: -365px;
    width: 877px;
  }
}
.point .point__img img {
  -webkit-clip-path: inherit;
  clip-path: inherit;
  height: auto;
  width: 100%;
}
.point .point__cont {
  padding-top: 48vw;
  position: relative;
}
@media (min-width: 52.1875em) {
  .point .point__cont {
    padding-top: 6.0761346999vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__cont {
    padding-top: 83px;
  }
}
.point .point__cont.is-deco-none {
  padding-top: 45.3333333333vw;
}
@media (min-width: 52.1875em) {
  .point .point__cont.is-deco-none {
    padding-top: 6.0761346999vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__cont.is-deco-none {
    padding-top: 83px;
  }
}
.point .point__cont.is-deco-none:before {
  display: none;
}
.point .point__cont:before {
  aspect-ratio: 317/291;
  background-image: url(../img/point-deco-01.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  left: 29.3333333333vw;
  position: absolute;
  top: -10.6666666667vw;
  width: 48vw;
  z-index: -2;
}
@media (min-width: 52.1875em) {
  .point .point__cont:before {
    left: -6.9546120059vw;
    top: 0;
    width: 23.2064421669vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__cont:before {
    left: -95px;
    width: 317px;
  }
}
.point .point__headline {
  display: flex;
  gap: 2.6666666667vw;
}
@media (min-width: 52.1875em) {
  .point .point__headline {
    gap: 1.317715959vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__headline {
    gap: 18px;
  }
}
.point .point__num {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 2.6666666667vw;
  font-weight: 500;
}
@media (min-width: 52.1875em) {
  .point .point__num {
    font-size: 0.7320644217vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__num {
    font-size: 10px;
  }
}
.point .point__num .large {
  font-size: 8vw;
  line-height: 1;
}
@media (min-width: 52.1875em) {
  .point .point__num .large {
    font-size: 2.4890190337vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__num .large {
    font-size: 34px;
  }
}
.point .point__heading {
  font-size: 3.2vw;
  font-weight: 500;
}
@media (min-width: 52.1875em) {
  .point .point__heading {
    font-size: 0.878477306vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__heading {
    font-size: 12px;
  }
}
.point .point__heading .large {
  display: block;
  font-size: 4.8vw;
}
@media (min-width: 52.1875em) {
  .point .point__heading .large {
    font-size: 1.6105417277vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__heading .large {
    font-size: 22px;
  }
}
.point .point__copy {
  margin-top: 5.3333333333vw;
  width: 74.6666666667vw;
}
@media (min-width: 52.1875em) {
  .point .point__copy {
    margin-top: 4.2459736457vw;
    width: 46.5592972182vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__copy {
    margin-top: 58px;
    width: 636px;
  }
}
@media (min-width: 52.1875em) {
  .point .point__copy.is-type-02 {
    width: 57.9795021962vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__copy.is-type-02 {
    width: 792px;
  }
}
@media (min-width: 52.1875em) {
  .point .point__copy.is-type-03 {
    width: 57.9795021962vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__copy.is-type-03 {
    width: 792px;
  }
}
.point .point__copy img {
  height: auto;
  width: 100%;
}
.point .point__text {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 8vw;
}
@media (min-width: 52.1875em) {
  .point .point__text {
    font-size: 1.1713030747vw;
    margin-top: 2.4158125915vw;
    max-width: 42.4597364568vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__text {
    font-size: 16px;
    margin-top: 33px;
    max-width: 580px;
  }
}
.point .point__box {
  background: var(--color-white);
  border-radius: 2.6666666667vw;
  display: flex;
  flex-direction: column;
  gap: 8vw;
  margin-top: 10.6666666667vw;
  padding: 8vw 5.3333333333vw;
}
@media (min-width: 52.1875em) {
  .point .point__box {
    border-radius: 1.4641288433vw;
    flex-direction: row;
    gap: 4.2459736457vw;
    margin-top: 7.1742313324vw;
    padding: 4.6120058565vw 4.39238653vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__box {
    border-radius: 20px;
    gap: 58px;
    margin-top: 98px;
    padding: 63px 60px;
  }
}
.point .point__box-img {
  border-radius: 1.3333333333vw;
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 52.1875em) {
  .point .point__box-img {
    border-radius: 0.7320644217vw;
    width: 28.9165446559vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__box-img {
    border-radius: 10px;
    width: 395px;
  }
}
.point .point__box-img img {
  height: auto;
  width: 100%;
}
.point .point__box-en {
  align-items: center;
  display: flex;
  font-size: 4.2666666667vw;
  font-weight: 500;
  gap: 3.7333333333vw;
}
@media (min-width: 52.1875em) {
  .point .point__box-en {
    font-size: 1.4641288433vw;
    gap: 1.3909224012vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__box-en {
    font-size: 20px;
    gap: 19px;
  }
}
.point .point__box-en:before {
  aspect-ratio: 1/1;
  background: currentColor;
  border-radius: 50%;
  content: "";
  width: 1.6vw;
}
@media (min-width: 52.1875em) {
  .point .point__box-en:before {
    width: 0.6588579795vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__box-en:before {
    width: 9px;
  }
}
.point .point__box-heading {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 4.8vw;
}
@media (min-width: 52.1875em) {
  .point .point__box-heading {
    font-size: 2.3426061493vw;
    margin-top: 1.317715959vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__box-heading {
    font-size: 32px;
    margin-top: 18px;
  }
}
.point .point__box-text {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 4.8vw;
}
@media (min-width: 52.1875em) {
  .point .point__box-text {
    font-size: 1.1713030747vw;
    margin-top: 2.0497803807vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__box-text {
    font-size: 16px;
    margin-top: 28px;
  }
}
.point .point__box-name {
  font-size: 3.7333333333vw;
  font-weight: 500;
  margin-top: 4.8vw;
  text-align: right;
}
@media (min-width: 52.1875em) {
  .point .point__box-name {
    font-size: 1.2445095168vw;
    margin-top: 2.0497803807vw;
  }
}
@media (min-width: 85.375em) {
  .point .point__box-name {
    font-size: 17px;
    margin-top: 28px;
  }
}
.works {
  background: var(--color-gray);
  position: relative;
}
.works:before {
  aspect-ratio: 317/291;
  background-image: url(../img/works-deco.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 48vw;
}
@media (min-width: 52.1875em) {
  .works:before {
    width: 23.2064421669vw;
  }
}
@media (min-width: 85.375em) {
  .works:before {
    width: 317px;
  }
}
.works .works__inner {
  margin-inline: auto;
  padding-bottom: 10.6666666667vw;
  padding-top: 10.6666666667vw;
  width: 92vw;
}
@media (min-width: 52.1875em) {
  .works .works__inner {
    padding-bottom: 9.0775988287vw;
    padding-top: 6.149341142vw;
    width: 79.0629575403vw;
  }
}
@media (min-width: 85.375em) {
  .works .works__inner {
    padding-bottom: 124px;
    padding-top: 84px;
    width: 1080px;
  }
}
.works .works__heading-sub {
  align-items: center;
  display: flex;
  font-size: 4.2666666667vw;
  font-weight: 500;
  gap: 2.6666666667vw;
}
@media (min-width: 52.1875em) {
  .works .works__heading-sub {
    font-size: 1.4641288433vw;
    gap: 2.2693997072vw;
  }
}
@media (min-width: 85.375em) {
  .works .works__heading-sub {
    font-size: 20px;
    gap: 31px;
  }
}
.works .works__heading-sub:before {
  aspect-ratio: 1/1;
  background: currentColor;
  border-radius: 50%;
  content: "";
  width: 1.6vw;
}
@media (min-width: 52.1875em) {
  .works .works__heading-sub:before {
    width: 0.6588579795vw;
  }
}
@media (min-width: 85.375em) {
  .works .works__heading-sub:before {
    width: 9px;
  }
}
.works .works__heading-main {
  font-size: 8vw;
  font-weight: 700;
  margin-top: 1.3333333333vw;
}
@media (min-width: 52.1875em) {
  .works .works__heading-main {
    font-size: 3.074670571vw;
    margin-top: 0.439238653vw;
  }
}
@media (min-width: 85.375em) {
  .works .works__heading-main {
    font-size: 42px;
    margin-top: 6px;
  }
}
.works .works__cont {
  margin-top: 8vw;
  padding-bottom: 21.3333333333vw;
  position: relative;
}
@media (min-width: 52.1875em) {
  .works .works__cont {
    margin-top: 4.0263543192vw;
    padding-bottom: 8.345534407vw;
  }
}
@media (min-width: 85.375em) {
  .works .works__cont {
    margin-top: 55px;
    padding-bottom: 114px;
  }
}
.works .works__carousel {
  margin-bottom: 0 !important;
  margin-right: calc(50% - 50cqi);
  position: static;
}
.works .works__carousel .slick-list {
  position: static;
}
.works .works__carousel .slick-list .slick-track {
  display: flex;
  gap: 3.2vw;
  position: static;
}
@media (min-width: 52.1875em) {
  .works .works__carousel .slick-list .slick-track {
    gap: 1.756954612vw;
  }
}
@media (min-width: 85.375em) {
  .works .works__carousel .slick-list .slick-track {
    gap: 24px;
  }
}
.works .works__carousel .slick-list .slick-track .slick-slide .works__slide {
  cursor: pointer;
  width: 74.6666666667vw !important;
}
@media (min-width: 52.1875em) {
  .works .works__carousel .slick-list .slick-track .slick-slide .works__slide {
    width: 36.6032210835vw !important;
  }
}
@media (min-width: 85.375em) {
  .works .works__carousel .slick-list .slick-track .slick-slide .works__slide {
    width: 500px !important;
  }
}
@media (any-hover: hover) {
  .works .works__carousel .slick-list .slick-track .slick-slide .works__slide:focus-visible .works__slide-img img,
  .works .works__carousel .slick-list .slick-track .slick-slide .works__slide:hover .works__slide-img img {
    transform: scale(1.05);
  }
}
.works .works__carousel .slick-arrow {
  align-items: center;
  aspect-ratio: 1/1;
  border: 0.2666666667vw solid var(--color-theme);
  border-radius: 1.3333333333vw;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5333333333vw;
  height: auto;
  justify-content: center;
  overflow: hidden;
  padding-top: 1.0666666667vw;
  top: auto;
  transform: none;
  width: 13.3333333333vw;
  z-index: 1;
}
@media (min-width: 52.1875em) {
  .works .works__carousel .slick-arrow {
    border: 0.0732064422vw solid var(--color-theme);
    border-radius: 0.3660322108vw;
    gap: 0.439238653vw;
    padding-top: 0.2928257687vw;
    width: 5.5636896047vw;
  }
}
@media (min-width: 85.375em) {
  .works .works__carousel .slick-arrow {
    border: 1px solid var(--color-theme);
    border-radius: 5px;
    gap: 6px;
    padding-top: 4px;
    width: 76px;
  }
}
@media (any-hover: hover) {
  .works .works__carousel .slick-arrow:focus-visible:after,
  .works .works__carousel .slick-arrow:hover:after {
    transform: translate(-50%, -50%) scale(1);
  }
  .works .works__carousel .slick-arrow:focus-visible .text,
  .works .works__carousel .slick-arrow:hover .text {
    color: var(--color-white);
  }
  .works .works__carousel .slick-arrow:focus-visible .arrow img:last-child,
  .works .works__carousel .slick-arrow:hover .arrow img:last-child {
    opacity: 1;
  }
}
.works .works__carousel .slick-arrow:before {
  display: none;
}
.works .works__carousel .slick-arrow:after {
  background: var(--color-theme);
  border-radius: 50%;
  content: "";
  height: 150%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition:
    transform 0.3s ease-in-out,
    background 0.3s ease-in-out;
  width: 150%;
  z-index: -1;
}
.works .works__carousel .slick-arrow.slick-prev {
  left: auto;
  right: 16vw;
}
@media (min-width: 52.1875em) {
  .works .works__carousel .slick-arrow.slick-prev {
    right: 6.0029282577vw;
  }
}
@media (min-width: 85.375em) {
  .works .works__carousel .slick-arrow.slick-prev {
    right: 82px;
  }
}
.works .works__carousel .slick-arrow.slick-next {
  right: 0;
}
.works .works__carousel .slick-arrow.slick-next .arrow {
  transform: scaleX(-1);
}
.works .works__carousel .slick-arrow .text {
  color: var(--color-theme);
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 52.1875em) {
  .works .works__carousel .slick-arrow .text {
    font-size: 0.878477306vw;
  }
}
@media (min-width: 85.375em) {
  .works .works__carousel .slick-arrow .text {
    font-size: 12px;
  }
}
.works .works__carousel .slick-arrow .arrow {
  position: relative;
  width: 4.2666666667vw;
}
@media (min-width: 52.1875em) {
  .works .works__carousel .slick-arrow .arrow {
    width: 1.756954612vw;
  }
}
@media (min-width: 85.375em) {
  .works .works__carousel .slick-arrow .arrow {
    width: 24px;
  }
}
.works .works__carousel .slick-arrow .arrow img {
  height: auto;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.works .works__carousel .slick-arrow .arrow img:last-child {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.works .works__carousel .slick-dots {
  bottom: 4vw;
  left: 0;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 52.1875em) {
  .works .works__carousel .slick-dots {
    bottom: 2.3426061493vw;
  }
}
@media (min-width: 85.375em) {
  .works .works__carousel .slick-dots {
    bottom: 32px;
  }
}
.works .works__carousel .slick-dots li {
  height: auto;
  margin-inline: 0.8vw;
  width: auto;
}
@media (min-width: 52.1875em) {
  .works .works__carousel .slick-dots li {
    margin-inline: 0.439238653vw;
  }
}
@media (min-width: 85.375em) {
  .works .works__carousel .slick-dots li {
    margin-inline: 6px;
  }
}
.works .works__carousel .slick-dots li.slick-active {
  margin-inline: 2.1333333333vw;
}
@media (min-width: 52.1875em) {
  .works .works__carousel .slick-dots li.slick-active {
    margin-inline: 0.878477306vw;
  }
}
@media (min-width: 85.375em) {
  .works .works__carousel .slick-dots li.slick-active {
    margin-inline: 12px;
  }
}
.works .works__carousel .slick-dots li.slick-active button {
  opacity: 1;
  width: 3.7333333333vw;
}
@media (min-width: 52.1875em) {
  .works .works__carousel .slick-dots li.slick-active button {
    width: 1.9033674963vw;
  }
}
@media (min-width: 85.375em) {
  .works .works__carousel .slick-dots li.slick-active button {
    width: 26px;
  }
}
.works .works__carousel .slick-dots li button {
  aspect-ratio: 1/1;
  background: var(--color-theme);
  border-radius: 50%;
  height: auto;
  opacity: 0.4;
  padding: 0;
  width: 1.6vw;
}
@media (min-width: 52.1875em) {
  .works .works__carousel .slick-dots li button {
    width: 0.7320644217vw;
  }
}
@media (min-width: 85.375em) {
  .works .works__carousel .slick-dots li button {
    width: 10px;
  }
}
.works .works__carousel .slick-dots li button:before {
  display: none;
}
.works .works__slide-img {
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
@media (min-width: 52.1875em) {
  .works .works__slide-img {
    border-radius: 0.7320644217vw;
  }
}
@media (min-width: 85.375em) {
  .works .works__slide-img {
    border-radius: 10px;
  }
}
.works .works__slide-img img {
  height: auto;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.works .works__slide-title {
  font-size: 4.2666666667vw;
  font-weight: 500;
  margin-top: 2.6666666667vw;
}
@media (min-width: 52.1875em) {
  .works .works__slide-title {
    font-size: 1.756954612vw;
    margin-top: 1.0980966325vw;
  }
}
@media (min-width: 85.375em) {
  .works .works__slide-title {
    font-size: 24px;
    margin-top: 15px;
  }
}
.works .works__slide-label {
  font-size: 3.4666666667vw;
  font-weight: 500;
  margin-top: 2.6666666667vw;
  padding: 0.5333333333vw 3.2vw;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 52.1875em) {
  .works .works__slide-label {
    font-size: 1.1713030747vw;
    margin-top: 1.1713030747vw;
    padding: 0.2196193265vw 1.3909224012vw;
  }
}
@media (min-width: 85.375em) {
  .works .works__slide-label {
    font-size: 16px;
    margin-top: 16px;
    padding: 3px 19px;
  }
}
.works .works__slide-label:before {
  background: var(--color-theme);
  border-radius: 100vmax;
  content: "";
  inset: 0;
  opacity: 0.2;
  position: absolute;
}
.works .works__progress {
  background: rgba(32, 54, 90, 0.2);
  border-radius: 100vmax;
  height: 0.5333333333vw;
  margin-top: 8vw;
  overflow: hidden;
}
@media (min-width: 52.1875em) {
  .works .works__progress {
    height: 0.1464128843vw;
    margin-top: 4.0263543192vw;
  }
}
@media (min-width: 85.375em) {
  .works .works__progress {
    height: 2px;
    margin-top: 55px;
  }
}
.works .works__progress-inner {
  background: var(--color-theme);
  height: 100%;
}
.interview {
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(../img/grad-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 52.1875em) {
  .interview {
    background-blend-mode: normal;
    background-color: transparent;
  }
}
.interview .interview__inner {
  padding-bottom: 10.6666666667vw;
  padding-top: 10.6666666667vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__inner {
    padding-bottom: 8.345534407vw;
    padding-top: 0;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__inner {
    padding-bottom: 114px;
  }
}
.interview .interview__flex {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8vw;
  padding-left: 4.2666666667vw;
  padding-right: 4.2666666667vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__flex {
    flex-direction: row;
    gap: 4.0263543192vw;
    padding-left: 0;
    padding-right: 1.6105417277vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flex {
    gap: 55px;
    padding-right: 22px;
  }
}
.interview .interview__img {
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 52.1875em) {
  .interview .interview__img {
    border-bottom-right-radius: 1.4641288433vw;
    width: 48.0966325037vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__img {
    border-bottom-right-radius: 20px;
    width: 657px;
  }
}
.interview .interview__img img {
  height: auto;
  width: 100%;
}
.interview .interview__cont {
  color: var(--color-white);
}
@media (min-width: 52.1875em) {
  .interview .interview__cont {
    padding-top: 9.5168374817vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__cont {
    padding-top: 130px;
  }
}
.interview .interview__num {
  font-size: 3.4666666667vw;
  font-weight: 500;
}
@media (min-width: 52.1875em) {
  .interview .interview__num {
    font-size: 1.0980966325vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__num {
    font-size: 15px;
  }
}
.interview .interview__heading {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 2.6666666667vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__heading {
    font-size: 2.5622254758vw;
    margin-top: 1.1713030747vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__heading {
    font-size: 35px;
    margin-top: 16px;
  }
}
.interview .interivew__info {
  font-size: 7.4666666667vw;
  font-weight: 500;
  margin-top: 2.6666666667vw;
}
@media (min-width: 52.1875em) {
  .interview .interivew__info {
    font-size: 2.9282576867vw;
    margin-top: 1.1713030747vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interivew__info {
    font-size: 40px;
    margin-top: 16px;
  }
}
.interview .interivew__info .small {
  font-size: 3.7333333333vw;
  margin-left: 3.7333333333vw;
}
@media (min-width: 52.1875em) {
  .interview .interivew__info .small {
    font-size: 1.317715959vw;
    margin-left: 1.317715959vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interivew__info .small {
    font-size: 18px;
    margin-left: 18px;
  }
}
.interview .interview__cat {
  display: flex;
  gap: 2.6666666667vw;
  margin-top: 4vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__cat {
    gap: 0.878477306vw;
    margin-top: 1.4641288433vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__cat {
    gap: 12px;
    margin-top: 20px;
  }
}
.interview .interview__cat li {
  border: 0.2666666667vw solid;
  border-radius: 100vmax;
  font-size: 3.2vw;
  font-weight: 500;
  padding: 0.5333333333vw 3.7333333333vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__cat li {
    border: 0.0732064422vw solid;
    font-size: 1.1713030747vw;
    padding: 0.1464128843vw 1.5373352855vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__cat li {
    border: 1px solid;
    font-size: 16px;
    padding: 2px 21px;
  }
}
.interview .interview__text {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 5.3333333333vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__text {
    font-size: 1.2445095168vw;
    margin-top: 1.9765739385vw;
    max-width: 44.1434846266vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__text {
    font-size: 17px;
    margin-top: 27px;
    max-width: 603px;
  }
}
.interview .interview__flow {
  background: hsla(0, 0%, 100%, 0.8);
  border-radius: 1.3333333333vw;
  margin-inline: auto;
  margin-top: 10.6666666667vw;
  max-width: 92vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow {
    border-radius: 1.4641288433vw;
    margin-top: 5.4904831625vw;
    max-width: 79.0629575403vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow {
    border-radius: 20px;
    margin-top: 75px;
    max-width: 1080px;
  }
}
.interview .interview__flow-head {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 5.3333333333vw 4.2666666667vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-head {
    padding: 3.2942898975vw 4.39238653vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-head {
    padding: 45px 60px;
  }
}
.interview .interview__flow-head.is-show .interview__toggle span:first-child {
  transform: translate(-50%, -50%) rotate(0deg);
}
.interview .interview__flow-title {
  align-items: center;
  display: flex;
  font-size: 4.8vw;
  font-weight: 500;
  gap: 3.4666666667vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-title {
    font-size: 2.196193265vw;
    gap: 1.4641288433vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-title {
    font-size: 30px;
    gap: 20px;
  }
}
.interview .interview__flow-title:before {
  aspect-ratio: 1/1;
  background: currentColor;
  border-radius: 50%;
  content: "";
  width: 2.6666666667vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-title:before {
    width: 1.1713030747vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-title:before {
    width: 16px;
  }
}
.interview .interview__toggle {
  position: relative;
  width: 4.2666666667vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__toggle {
    width: 1.6837481698vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__toggle {
    width: 23px;
  }
}
.interview .interview__toggle span {
  background: var(--color-theme);
  display: inline-block;
  height: 0.2666666667vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
@media (min-width: 52.1875em) {
  .interview .interview__toggle span {
    height: 0.1464128843vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__toggle span {
    height: 2px;
  }
}
.interview .interview__toggle span:first-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.interview .interview__flow-body {
  padding: 5.3333333333vw 4.2666666667vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-body {
    padding: 1.3909224012vw 2.196193265vw 6.2225475842vw 4.39238653vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-body {
    padding: 19px 30px 85px 60px;
  }
}
.interview .interview__flow-block {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-block {
    flex-direction: row;
  }
}
.interview .interview__flow-block:not(:first-child) {
  margin-top: 10.6666666667vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-block:not(:first-child) {
    margin-top: 4.6852122987vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-block:not(:first-child) {
    margin-top: 64px;
  }
}
.interview .interview__flow-block:first-child {
  position: relative;
}
.interview .interview__flow-block:first-child:after {
  background-image: url(../img/interview-dotted-01.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  z-index: -1;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-block:first-child:after {
    height: 27.8184480234vw;
    left: 9.2972181552vw;
    top: 8.7115666179vw;
    width: 50.7320644217vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-block:first-child:after {
    height: 380px;
    left: 127px;
    top: 119px;
    width: 693px;
  }
}
.interview .interview__flow-block:nth-child(2) {
  flex-direction: column-reverse;
  position: relative;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-block:nth-child(2) {
    flex-direction: row;
  }
}
.interview .interview__flow-block:nth-child(2):after {
  background-image: url(../img/interview-dotted-02.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  z-index: -1;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-block:nth-child(2):after {
    height: 27.8184480234vw;
    left: 12.9575402635vw;
    top: 10.7613469985vw;
    width: 50.7320644217vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-block:nth-child(2):after {
    height: 380px;
    left: 177px;
    top: 147px;
    width: 693px;
  }
}
.interview .interview__flow-img {
  border-radius: 1.3333333333vw;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-img {
    border-radius: 0.7320644217vw;
    width: 18.3748169839vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-img {
    border-radius: 10px;
    width: 251px;
  }
}
.interview .interview__flow-img + .interview__flow-img {
  margin-top: 2.6666666667vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-img + .interview__flow-img {
    margin-top: 1.3909224012vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-img + .interview__flow-img {
    margin-top: 19px;
  }
}
.interview .interview__flow-img.is-red {
  box-shadow: 2.6666666667vw 2.6666666667vw 0 #e82e68;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-img.is-red {
    box-shadow: 1.317715959vw 1.4641288433vw 0 #e82e68;
    margin-right: 2.8550512445vw;
    width: 24.3777452416vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-img.is-red {
    box-shadow: 18px 20px 0 #e82e68;
    margin-right: 39px;
    width: 333px;
  }
}
.interview .interview__flow-img.is-pink {
  border-radius: 50%;
  box-shadow: 2.6666666667vw 2.6666666667vw 0 #ff9f9f;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-img.is-pink {
    box-shadow: 1.0248901903vw 1.0248901903vw 0 #ff9f9f;
    margin-left: 1.3909224012vw;
    width: 23.0600292826vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-img.is-pink {
    box-shadow: 14px 14px 0 #ff9f9f;
    margin-left: 19px;
    width: 315px;
  }
}
.interview .interview__flow-img.is-orange {
  box-shadow: 2.6666666667vw 2.6666666667vw 0 #ffa867;
  width: 66.6666666667vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-img.is-orange {
    box-shadow: 1.9033674963vw 2.4158125915vw 0 #ffa867;
    margin-left: -2.4890190337vw;
    width: 23.2796486091vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-img.is-orange {
    box-shadow: 26px 33px 0 #ffa867;
    margin-left: -34px;
    width: 318px;
  }
}
.interview .interview__flow-img.is-ml {
  margin-left: 24vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-img.is-ml {
    margin-left: 7.1742313324vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-img.is-ml {
    margin-left: 98px;
  }
}
.interview .interview__flow-img img {
  height: auto;
  width: 100%;
}
.interview .interview__flow-cols {
  padding-top: 10.6666666667vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-cols {
    padding-top: 2.0497803807vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-cols {
    padding-top: 28px;
  }
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-cols.is-pt-lg {
    padding-top: 7.3206442167vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-cols.is-pt-lg {
    padding-top: 100px;
  }
}
.interview .interview__flow-col {
  align-items: flex-start;
  display: flex;
  gap: 2.6666666667vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-col {
    gap: 2.4158125915vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-col {
    gap: 33px;
  }
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-col:last-child {
    margin-left: 2.2693997072vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-col:last-child {
    margin-left: 31px;
  }
}
.interview .interview__flow-col:not(:first-child) {
  margin-top: 5.3333333333vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-col:not(:first-child) {
    margin-top: 4.2459736457vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-col:not(:first-child) {
    margin-top: 58px;
  }
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-col.is-ml-none {
    margin-left: 0;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-col.is-ml-none {
    margin-left: 0;
  }
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-col.is-ml {
    margin-left: 5.1244509517vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-col.is-ml {
    margin-left: 70px;
  }
}
.interview .interview__flow-col-time {
  background: var(--color-white);
  border: 0.2666666667vw solid;
  border-radius: 100vmax;
  font-size: 3.7333333333vw;
  font-weight: 500;
  padding: 0.2666666667vw 2.6666666667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-col-time {
    border: 0.0732064422vw solid;
    font-size: 1.6105417277vw;
    padding: 0.0732064422vw 1.0980966325vw 0.3660322108vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-col-time {
    border: 1px solid;
    font-size: 22px;
    padding: 1px 15px 5px;
  }
}
.interview .interview__flow-col-title {
  font-size: 4.2666666667vw;
  font-weight: 500;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-col-title {
    font-size: 1.9033674963vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-col-title {
    font-size: 26px;
  }
}
.interview .interview__flow-col-text {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1.3333333333vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__flow-col-text {
    font-size: 1.2445095168vw;
    margin-top: 1.3909224012vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__flow-col-text {
    font-size: 17px;
    margin-top: 19px;
  }
}
.interview .interview__btn {
  display: flex;
  justify-content: center;
  margin-top: 10.6666666667vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__btn {
    margin-top: 5.4904831625vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__btn {
    margin-top: 75px;
  }
}
.interview .interview__btn a {
  align-items: center;
  background: var(--color-accent);
  border-radius: 1.3333333333vw;
  color: var(--color-white);
  display: flex;
  gap: 2.6666666667vw;
  justify-content: center;
  max-width: 80vw;
  padding: 4.2666666667vw;
  transition:
    color 0.3s ease-in-out,
    background 0.3s ease-in-out;
  width: 100%;
}
@media (min-width: 52.1875em) {
  .interview .interview__btn a {
    border-radius: 0.7320644217vw;
    gap: 1.2445095168vw;
    max-width: 47.2181551977vw;
    padding: 2.1229868228vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__btn a {
    border-radius: 10px;
    gap: 17px;
    max-width: 645px;
    padding: 29px;
  }
}
@media (any-hover: hover) {
  .interview .interview__btn a:focus-visible,
  .interview .interview__btn a:hover {
    background: var(--color-white);
    color: var(--color-accent);
  }
  .interview .interview__btn a:focus-visible .icon img:last-child,
  .interview .interview__btn a:hover .icon img:last-child {
    opacity: 1;
  }
}
.interview .interview__btn a .text {
  font-size: 4.2666666667vw;
  font-weight: 600;
}
@media (min-width: 52.1875em) {
  .interview .interview__btn a .text {
    font-size: 2.4890190337vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__btn a .text {
    font-size: 34px;
  }
}
.interview .interview__btn a .icon {
  align-items: center;
  display: flex;
  position: relative;
  width: 3.7333333333vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__btn a .icon {
    width: 1.4641288433vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__btn a .icon {
    width: 20px;
  }
}
.interview .interview__btn a .icon img {
  height: auto;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.interview .interview__btn a .icon img:last-child {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.interview .interview__box-boxes {
  margin-inline: auto;
  margin-top: 10.6666666667vw;
  max-width: 92vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__box-boxes {
    margin-top: 3.6603221083vw;
    max-width: 79.0629575403vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__box-boxes {
    margin-top: 50px;
    max-width: 1080px;
  }
}
.interview .interview__box {
  background: hsla(0, 0%, 100%, 0.8);
  border-radius: 2.6666666667vw;
  padding: 8vw 5.3333333333vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__box {
    border-radius: 1.4641288433vw;
    padding: 5.1244509517vw 4.39238653vw 2.9282576867vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__box {
    border-radius: 20px;
    padding: 70px 60px 40px;
  }
}
.interview .interview__box:not(:first-child) {
  margin-top: 8vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__box:not(:first-child) {
    margin-top: 2.3426061493vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__box:not(:first-child) {
    margin-top: 32px;
  }
}
.interview .interview__box-en {
  align-items: center;
  display: flex;
  font-size: 3.7333333333vw;
  font-weight: 500;
  gap: 2.6666666667vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__box-en {
    font-size: 1.1713030747vw;
    gap: 1.1713030747vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__box-en {
    font-size: 18px;
    gap: 16px;
  }
}
.interview .interview__box-en:before {
  aspect-ratio: 1/1;
  background: currentColor;
  border-radius: 50%;
  content: "";
  width: 1.6vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__box-en:before {
    width: 0.6588579795vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__box-en:before {
    width: 9px;
  }
}
.interview .interview__box-heading {
  font-size: 4.8vw;
  font-weight: 700;
  margin-top: 2.6666666667vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__box-heading {
    font-size: 2.5622254758vw;
    margin-top: 0.7320644217vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__box-heading {
    font-size: 35px;
    margin-top: 10px;
  }
}
.interview .interview__box-text {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 4.2666666667vw;
}
@media (min-width: 52.1875em) {
  .interview .interview__box-text {
    font-size: 1.1713030747vw;
    margin-top: 1.6105417277vw;
  }
}
@media (min-width: 85.375em) {
  .interview .interview__box-text {
    font-size: 16px;
    margin-top: 22px;
  }
}
.message {
  background-image: url(../img/grad-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.message:after {
  background: var(--color-white);
  content: "";
  inset: 0;
  opacity: 0.6;
  position: absolute;
  z-index: -1;
}
.message .message__inner {
  margin-inline: auto;
  padding-block: 10.6666666667vw;
  width: 92vw;
}
@media (min-width: 52.1875em) {
  .message .message__inner {
    padding-block: 8.4187408492vw;
    width: 79.0629575403vw;
  }
}
@media (min-width: 85.375em) {
  .message .message__inner {
    padding-block: 115px;
    width: 1080px;
  }
}
.message .message__cont {
  border-radius: 2.6666666667vw;
  overflow: hidden;
  padding: 9.6vw 5.3333333333vw;
  position: relative;
  z-index: 1;
}
@media (min-width: 52.1875em) {
  .message .message__cont {
    border-radius: 1.4641288433vw;
    padding: 5.4904831625vw 4.39238653vw 3.6603221083vw;
  }
}
@media (min-width: 85.375em) {
  .message .message__cont {
    border-radius: 20px;
    padding: 75px 60px 50px;
  }
}
.message .message__cont:before {
  backdrop-filter: blur(50px) brightness(1.16);
  -webkit-backdrop-filter: blur(50px) brightness(1.16);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}
.message .message__label {
  background: linear-gradient(54deg, #e59089, #ea0943);
  border-bottom-left-radius: 2.6666666667vw;
  border-top-right-radius: 2.6666666667vw;
  color: var(--color-white);
  font-size: 3.7333333333vw;
  font-weight: 500;
  padding: 1.6vw 8vw;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 52.1875em) {
  .message .message__label {
    border-bottom-left-radius: 1.4641288433vw;
    border-top-right-radius: 1.4641288433vw;
    font-size: 1.0980966325vw;
    padding: 0.8052708638vw 4.39238653vw;
  }
}
@media (min-width: 85.375em) {
  .message .message__label {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 15px;
    padding: 11px 60px;
  }
}
.message .message__flex {
  display: flex;
  flex-direction: column;
  gap: 8vw;
}
@media (min-width: 52.1875em) {
  .message .message__flex {
    align-items: center;
    flex-direction: row;
    gap: 4.39238653vw;
  }
}
@media (min-width: 85.375em) {
  .message .message__flex {
    gap: 60px;
  }
}
.message .message__img {
  border-radius: 1.3333333333vw;
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 52.1875em) {
  .message .message__img {
    border-radius: 0.7320644217vw;
    width: 30.9663250366vw;
  }
}
@media (min-width: 85.375em) {
  .message .message__img {
    border-radius: 10px;
    width: 423px;
  }
}
.message .message__img img {
  height: auto;
  width: 100%;
}
.message .message__heading {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 52.1875em) {
  .message .message__heading {
    font-size: 2.5622254758vw;
  }
}
@media (min-width: 85.375em) {
  .message .message__heading {
    font-size: 35px;
  }
}
.message .message__info {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
  margin-top: 2.6666666667vw;
}
@media (min-width: 52.1875em) {
  .message .message__info {
    align-items: flex-end;
    flex-direction: row;
    gap: 1.8301610542vw;
    margin-top: 1.6837481698vw;
  }
}
@media (min-width: 85.375em) {
  .message .message__info {
    gap: 25px;
    margin-top: 23px;
  }
}
.message .message__name {
  font-size: 7.4666666667vw;
  font-weight: 500;
}
@media (min-width: 52.1875em) {
  .message .message__name {
    font-size: 2.9282576867vw;
  }
}
@media (min-width: 85.375em) {
  .message .message__name {
    font-size: 40px;
  }
}
.message .message__name .small {
  font-size: 3.7333333333vw;
  margin-left: 4.5333333333vw;
}
@media (min-width: 52.1875em) {
  .message .message__name .small {
    font-size: 1.317715959vw;
    margin-left: 1.2445095168vw;
  }
}
@media (min-width: 85.375em) {
  .message .message__name .small {
    font-size: 18px;
    margin-left: 17px;
  }
}
.message .message__cat {
  border: 0.2666666667vw solid;
  border-radius: 100vmax;
  font-size: 3.2vw;
  font-weight: 500;
  margin-bottom: 2.1333333333vw;
  padding: 0.5333333333vw 4.2666666667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 52.1875em) {
  .message .message__cat {
    border: 0.0732064422vw solid;
    font-size: 1.1713030747vw;
    margin-bottom: 0.5856515373vw;
    padding: 0.1464128843vw 1.5373352855vw;
  }
}
@media (min-width: 85.375em) {
  .message .message__cat {
    border: 1px solid;
    font-size: 16px;
    margin-bottom: 8px;
    padding: 2px 21px;
  }
}
.message .message__text {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 5.3333333333vw;
}
@media (min-width: 52.1875em) {
  .message .message__text {
    font-size: 1.317715959vw;
    margin-top: 4.0263543192vw;
  }
}
@media (min-width: 85.375em) {
  .message .message__text {
    font-size: 18px;
    margin-top: 55px;
  }
}
.member {
  overflow: hidden;
  padding-top: 10.6666666667vw;
  position: relative;
  z-index: 1;
}
@media (min-width: 52.1875em) {
  .member {
    padding-top: 6.588579795vw;
  }
}
@media (min-width: 85.375em) {
  .member {
    padding-top: 90px;
  }
}
.member:after,
.member:before {
  aspect-ratio: 1/1;
  background-image: url(../img/member-deco-01.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  width: 64vw;
  z-index: -1;
}
@media (min-width: 52.1875em) {
  .member:after,
  .member:before {
    width: 45.0951683748vw;
  }
}
@media (min-width: 85.375em) {
  .member:after,
  .member:before {
    width: 616px;
  }
}
.member:before {
  right: -8vw;
  top: 0;
}
@media (min-width: 52.1875em) {
  .member:before {
    right: -9.663250366vw;
    top: -4.7584187408vw;
  }
}
@media (min-width: 85.375em) {
  .member:before {
    right: -13px;
    top: -65px;
  }
}
.member:after {
  background-image: url(../img/member-deco-02.png);
  bottom: -8vw;
  left: -8vw;
}
@media (min-width: 52.1875em) {
  .member:after {
    bottom: -9.3704245974vw;
    left: -14.494875549vw;
  }
}
@media (min-width: 85.375em) {
  .member:after {
    bottom: -128px;
    left: -198px;
  }
}
.member .member__inner {
  margin-inline: auto;
  padding-bottom: 21.3333333333vw;
  width: 92vw;
}
@media (min-width: 52.1875em) {
  .member .member__inner {
    padding-bottom: 11.859443631vw;
    width: 79.0629575403vw;
  }
}
@media (min-width: 85.375em) {
  .member .member__inner {
    padding-bottom: 162px;
    width: 1080px;
  }
}
.member .member__cont {
  margin-top: 10.6666666667vw;
}
@media (min-width: 52.1875em) {
  .member .member__cont {
    margin-top: 5.4172767204vw;
  }
}
@media (min-width: 85.375em) {
  .member .member__cont {
    margin-top: 74px;
  }
}
.member .member__slider {
  margin-inline: calc(50% - 50cqi);
}
.member .member__slider.is-active .member__group:first-child .member__list:first-child {
  animation: imgslidereverse1 120s linear infinite;
}
.member .member__slider.is-active .member__group:first-child .member__list:last-child {
  animation: imgslidereverse2 120s linear -60s infinite;
}
.member .member__slider.is-active .member__group:last-child .member__list:first-child {
  animation: imgslide1 120s linear infinite;
}
.member .member__slider.is-active .member__group:last-child .member__list:last-child {
  animation: imgslide2 120s linear -60s infinite;
}
.member .member__group {
  display: flex;
}
.member .member__group:not(:first-child) {
  margin-top: 5.3333333333vw;
}
@media (min-width: 52.1875em) {
  .member .member__group:not(:first-child) {
    margin-top: 1.9033674963vw;
  }
}
@media (min-width: 85.375em) {
  .member .member__group:not(:first-child) {
    margin-top: 26px;
  }
}
.member .member__list {
  display: flex;
}
.member .member__item {
  padding-right: 2.6666666667vw;
}
@media (min-width: 52.1875em) {
  .member .member__item {
    padding-right: 0.878477306vw;
  }
}
@media (min-width: 85.375em) {
  .member .member__item {
    padding-right: 12px;
  }
}
.member .member__item img {
  border-radius: 0.8vw;
  height: auto;
  width: 53.3333333333vw;
}
@media (min-width: 52.1875em) {
  .member .member__item img {
    border-radius: 0.7320644217vw;
    width: 39.6778916545vw;
  }
}
@media (min-width: 85.375em) {
  .member .member__item img {
    border-radius: 10px;
    width: 542px;
  }
}
.recruit {
  background-image: url(../img/recruit-bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.recruit .recruit__inner {
  display: flex;
  flex-direction: column;
  gap: 10.6666666667vw;
  padding-top: 10.6666666667vw;
}
@media (min-width: 52.1875em) {
  .recruit .recruit__inner {
    align-items: center;
    flex-direction: row;
    gap: 16.2518301611vw;
    justify-content: flex-end;
    padding-top: 0;
  }
}
@media (min-width: 85.375em) {
  .recruit .recruit__inner {
    gap: 222px;
  }
}
.recruit .recruit__cont {
  align-items: center;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
}
@media (min-width: 52.1875em) {
  .recruit .recruit__cont {
    display: block;
  }
}
.recruit .recruit__heading {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 52.1875em) {
  .recruit .recruit__heading {
    display: block;
  }
}
.recruit .recruit__heading-sub {
  align-items: center;
  display: flex;
  font-size: 3.7333333333vw;
  font-weight: 500;
  gap: 2.6666666667vw;
}
@media (min-width: 52.1875em) {
  .recruit .recruit__heading-sub {
    font-size: 1.4641288433vw;
    gap: 1.1713030747vw;
  }
}
@media (min-width: 85.375em) {
  .recruit .recruit__heading-sub {
    font-size: 20px;
    gap: 16px;
  }
}
.recruit .recruit__heading-sub:before {
  aspect-ratio: 1/1;
  background: currentColor;
  border-radius: 50%;
  content: "";
  width: 1.6vw;
}
@media (min-width: 52.1875em) {
  .recruit .recruit__heading-sub:before {
    width: 0.6588579795vw;
  }
}
@media (min-width: 85.375em) {
  .recruit .recruit__heading-sub:before {
    width: 9px;
  }
}
.recruit .recruit__heading-main {
  font-size: 8vw;
  font-weight: 700;
  margin-top: 1.3333333333vw;
}
@media (min-width: 52.1875em) {
  .recruit .recruit__heading-main {
    font-size: 4.0263543192vw;
    margin-top: 0.3660322108vw;
  }
}
@media (min-width: 85.375em) {
  .recruit .recruit__heading-main {
    font-size: 55px;
    margin-top: 5px;
  }
}
.recruit .recruit__btn {
  display: flex;
  margin-top: 30px;
}
@media (min-width: 52.1875em) {
  .recruit .recruit__btn {
    margin-top: 3.4407027818vw;
  }
}
@media (min-width: 85.375em) {
  .recruit .recruit__btn {
    margin-top: 47px;
  }
}
.recruit .recruit__btn a {
  align-items: center;
  border: 0.2666666667vw solid;
  border-radius: 1.3333333333vw;
  display: flex;
  gap: 3.7333333333vw;
  overflow: hidden;
  padding: 3.4666666667vw 7.4666666667vw;
  position: relative;
  transition: color 0.3s ease-in-out;
  z-index: 1;
}
@media (min-width: 52.1875em) {
  .recruit .recruit__btn a {
    border: 0.0732064422vw solid;
    border-radius: 0.3660322108vw;
    gap: 1.4641288433vw;
    padding: 1.317715959vw 2.3426061493vw;
  }
}
@media (min-width: 85.375em) {
  .recruit .recruit__btn a {
    border: 1px solid;
    border-radius: 5px;
    gap: 20px;
    padding: 18px 32px;
  }
}
@media (any-hover: hover) {
  .recruit .recruit__btn a:focus-visible,
  .recruit .recruit__btn a:hover {
    color: var(--color-accent);
  }
  .recruit .recruit__btn a:focus-visible:before,
  .recruit .recruit__btn a:hover:before {
    transform: translate(-50%, -50%) scale(1);
  }
  .recruit .recruit__btn a:focus-visible .icon,
  .recruit .recruit__btn a:hover .icon {
    border-color: var(--color-accent);
  }
  .recruit .recruit__btn a:focus-visible .icon:after,
  .recruit .recruit__btn a:hover .icon:after {
    background: var(--color-accent);
  }
}
.recruit .recruit__btn a:before {
  aspect-ratio: 1/1;
  background: var(--color-white);
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease-in-out;
  width: 130%;
  z-index: -1;
}
.recruit .recruit__btn a .text {
  font-size: 3.7333333333vw;
}
@media (min-width: 52.1875em) {
  .recruit .recruit__btn a .text {
    font-size: 1.317715959vw;
  }
}
@media (min-width: 85.375em) {
  .recruit .recruit__btn a .text {
    font-size: 18px;
  }
}
.recruit .recruit__btn a .icon {
  aspect-ratio: 1/1;
  border: 0.2666666667vw solid var(--color-white);
  border-radius: 50%;
  position: relative;
  transition: border-color 0.3s ease-in-out;
  width: 4.8vw;
}
@media (min-width: 52.1875em) {
  .recruit .recruit__btn a .icon {
    border: 0.0732064422vw solid var(--color-white);
    width: 1.6837481698vw;
  }
}
@media (min-width: 85.375em) {
  .recruit .recruit__btn a .icon {
    border: 1px solid var(--color-white);
    width: 23px;
  }
}
.recruit .recruit__btn a .icon:after {
  aspect-ratio: 1/1;
  background: var(--color-white);
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.3s ease-in-out;
  width: 1.0666666667vw;
}
@media (min-width: 52.1875em) {
  .recruit .recruit__btn a .icon:after {
    width: 0.3660322108vw;
  }
}
@media (min-width: 85.375em) {
  .recruit .recruit__btn a .icon:after {
    width: 5px;
  }
}
.recruit .recruit__img {
  flex-shrink: 0;
}
@media (min-width: 52.1875em) {
  .recruit .recruit__img {
    width: 53.8067349927vw;
  }
}
.recruit .recruit__img img {
  height: auto;
  width: 100%;
}
.modal .modal__item {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  transition:
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.modal .modal__item.is-active {
  opacity: 1;
  visibility: visible;
}
.modal .modal__item-inner {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 10vh;
}
@media (min-width: 52.1875em) {
  .modal .modal__item-inner {
    gap: 1.2445095168vw;
    padding-block: 4vh;
  }
}
@media (min-width: 85.375em) {
  .modal .modal__item-inner {
    gap: 17px;
  }
}
.modal .modal__item-close {
  cursor: pointer;
  flex-shrink: 0;
  height: 6.4vw;
  position: relative;
  width: 6.4vw;
}
@media (min-width: 52.1875em) {
  .modal .modal__item-close {
    height: 2.0497803807vw;
    width: 2.0497803807vw;
  }
}
@media (min-width: 85.375em) {
  .modal .modal__item-close {
    height: 28px;
    width: 28px;
  }
}
.modal .modal__item-close span {
  background: var(--color-white);
  display: inline-block;
  height: 0.2666666667vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
}
@media (min-width: 52.1875em) {
  .modal .modal__item-close span {
    height: 0.1464128843vw;
  }
}
@media (min-width: 85.375em) {
  .modal .modal__item-close span {
    height: 2px;
  }
}
.modal .modal__item-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal .modal__item-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal .modal__item-cont {
  flex-shrink: 0;
  width: 92vw;
}
@media (min-width: 52.1875em) {
  .modal .modal__item-cont {
    width: 79.0629575403vw;
  }
}
@media (min-width: 85.375em) {
  .modal .modal__item-cont {
    width: 1080px;
  }
}
.modal .modal__item-img {
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
@media (min-width: 52.1875em) {
  .modal .modal__item-img {
    border-radius: 0.7320644217vw;
  }
}
@media (min-width: 85.375em) {
  .modal .modal__item-img {
    border-radius: 10px;
  }
}
.modal .modal__item-img img {
  height: auto;
  width: 100%;
}
.modal .modal__item-title {
  color: var(--color-white);
  font-size: 4.8vw;
  font-weight: 500;
  margin-top: 4.2666666667vw;
}
@media (min-width: 52.1875em) {
  .modal .modal__item-title {
    font-size: 1.756954612vw;
    margin-top: 1.1713030747vw;
  }
}
@media (min-width: 85.375em) {
  .modal .modal__item-title {
    font-size: 24px;
    margin-top: 16px;
  }
}
.modal .modal__item-label {
  background: #8c8c8c;
  border-radius: 100vmax;
  color: var(--color-white);
  font-size: 3.7333333333vw;
  font-weight: 500;
  margin-top: 4.2666666667vw;
  padding: 0.5333333333vw 3.2vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 52.1875em) {
  .modal .modal__item-label {
    font-size: 1.1713030747vw;
    margin-top: 1.1713030747vw;
    padding: 0.2196193265vw 1.3909224012vw;
  }
}
@media (min-width: 85.375em) {
  .modal .modal__item-label {
    font-size: 16px;
    margin-top: 16px;
    padding: 3px 19px;
  }
}
.hidden {
  display: none !important;
}
@media (min-width: 835px) {
  .desktop\:block {
    display: block !important;
  }
  .desktop\:hidden {
    display: none !important;
  }
}

.cta-btn {
  width: 100%;
  margin: 25px auto;
}
.cta-btn img {
  width: 90%;
  margin: 0px auto;
  display: block;
}

@media (min-width: 85.375em) {
  .cta-btn {
    width: fit-content;
    margin: 80px auto;
  }
}
