@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
body {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
  color: inherit;
  text-decoration: none;
}

ol,
ul,
li,
dd,
dl,
dt,
menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

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

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

/*------------------------------

  開発環境の初期化

------------------------------*/
html {
  scroll-behavior: smooth;
}
html.is-modal-open {
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
}

.u-en {
  font-family: "Roboto Condensed", sans-serif;
}

.js-acc__cnt {
  display: none;
}

.js-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000050;
}

.c-inner {
  margin: 0 auto;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-inner {
    max-width: 1280px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-inner {
    max-width: 80vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .c-inner {
    max-width: max(720px, 66.6666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-inner {
    max-width: 89.3333333333vw;
  }
}

@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-top-ttl {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-top-ttl {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-top-ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.c-top-ttl-sub {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  color: #B60081;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-top-ttl-sub {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-top-ttl-sub {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-top-ttl-sub {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-top-ttl-sub {
    border-bottom: 3px solid #B60081;
    margin-bottom: 32px;
    padding-bottom: 9.6px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-top-ttl-sub {
    border-bottom: 0.125vw solid #B60081;
    margin-bottom: 1.6666666667vw;
    padding-bottom: 0.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-top-ttl-sub {
    border-bottom: 2px solid #B60081;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.c-top-ttl-main {
  display: block;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-top-ttl-main {
    font-size: 36.8px;
    line-height: 1.8;
    letter-spacing: 0.005em;
    font-weight: 900;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-top-ttl-main {
    font-size: 1.9166666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-top-ttl-main {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0.005em;
    font-weight: 900;
  }
}

.c-top-subttl {
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-top-subttl.large {
    font-size: 320px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-top-subttl.large {
    font-size: 16.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-top-subttl.large {
    font-size: calc(100 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-top-subttl.small {
    font-size: 240px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-top-subttl.small {
    font-size: 12.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-top-subttl.small {
    font-size: calc(80 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}

.c-ttl {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  color: #B60081;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-ttl {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-ttl {
    font-size: clamp(20px, 1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-ttl {
    padding-bottom: 32px;
    border-bottom: 2.4px solid #B60081;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-ttl {
    padding-bottom: 1.6666666667vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-ttl {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 8vw;
    border-bottom: 0.5333333333vw solid #B60081;
  }
}

@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-ttl-s {
    font-size: 19.2px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-ttl-s {
    font-size: clamp(12px, 1vw, 19.2px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-ttl-s {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-ttl-sm {
    font-size: 19.2px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-ttl-sm {
    font-size: clamp(12px, 1vw, 19.2px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-ttl-sm {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-ttl-m {
    font-size: 25.6px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-ttl-m {
    font-size: clamp(16px, 1.3333333333vw, 25.6px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-ttl-m {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-ttl-m.sp-small {
    font-size: 1.33333333vw;
  }
}

@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-ttl-l {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-ttl-l {
    font-size: clamp(20px, 1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-ttl-l {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-txt {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-txt {
    font-size: clamp(11.25px, 0.9375vw, 18px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 2;
    letter-spacing: -0.05em;
    font-weight: 500;
  }
}

@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-txt-m {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-txt-m {
    font-size: clamp(11.25px, 0.9375vw, 18px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-txt-m {
    font-size: calc(14 / 375 * 100vw);
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-txt-m.sp-small {
    font-size: 0.9375vw;
  }
}

@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-txt-l {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-txt-l {
    font-size: clamp(15px, 1.25vw, 24px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-txt-l {
    font-size: calc(16 / 375 * 100vw);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-txt-l {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-txt-s {
    font-size: 19.2px;
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-txt-s {
    font-size: clamp(12px, 1vw, 19.2px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-txt-s {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-txt-note {
    font-size: 11.2px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-txt-note {
    font-size: clamp(7px, 0.5833333333vw, 11.2px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-txt-note {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.c-small-l {
  font-size: 95%;
}

.c-small-m {
  font-size: 90%;
}

.c-small-sm {
  font-size: 85%;
}

.c-small-s {
  font-size: 80%;
}

.c-fw-m {
  font-weight: 500;
}

.c-color--gray {
  color: gray;
}

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

@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-mb {
    margin-bottom: 38.4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-mb {
    margin-bottom: max(21.6px, 2vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-mb {
    margin-bottom: 5.3333333333vw;
  }
}

@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-mb-m {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-mb-m {
    margin-bottom: max(13.5px, 1.25vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-mb-m {
    margin-bottom: 5.3333333333vw;
  }
}

@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-mb-s {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-mb-s {
    margin-bottom: max(9px, 0.8333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-mb-s {
    margin-bottom: 2.1333333333vw;
  }
}

@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-pd {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-pd {
    padding: max(45px, 4.1666666667vw) 0;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-pd {
    padding: 16vw 0;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-pd-t {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-pd-t {
    padding-top: max(45px, 4.1666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-pd-t {
    padding-top: 16vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-pd-b {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-pd-b {
    padding-bottom: max(45px, 4.1666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-pd-b {
    padding-bottom: 16vw;
  }
}

.c-bg {
  background-color: #F9F9F9;
}

.c-btnwrap {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-btnwrap {
    justify-content: center;
    column-gap: 32px;
    margin: 80px 0;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-btnwrap {
    column-gap: 1.6666666667vw;
    margin: 4.1666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-btnwrap {
    flex-direction: column;
    align-items: center;
    row-gap: 5.3333333333vw;
    margin: 16vw 0;
  }
}

.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222222;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-btn {
    width: 256px;
    height: 51.2px;
    border-radius: 25.6px;
  }
  .c-btn:hover {
    background-color: #B60081;
  }
  .c-btn:hover::after {
    transform: translate(20%, -50%);
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-btn {
    width: max(160px, 13.3333333333vw);
    height: max(32px, 2.6666666667vw);
    border-radius: max(16px, 1.3333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-btn {
    width: 67.7333333333vw;
    height: 11.7333333333vw;
    border-radius: 8.5333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-btn span {
    font-size: 15.2px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-btn span {
    font-size: clamp(9.5px, 0.7916666667vw, 15.2px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-btn span {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-btn span.u-en {
    font-size: 19.2px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-btn span.u-en {
    font-size: clamp(12px, 1vw, 19.2px);
  }
}
.c-btn::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/ic-arrow-wh.svg);
  transition: all 0.3s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-btn::after {
    right: 16px;
    width: 10.4px;
    height: 9.6px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-btn::after {
    right: max(10px, 0.8333333333vw);
    width: max(6.5px, 0.5416666667vw);
    height: max(6px, 0.5vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-btn::after {
    right: 5.3333333333vw;
    width: 3.4666666667vw;
    height: 3.2vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-btn.-large {
    width: 336px;
    height: 64px;
    border-radius: 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-btn.-large {
    width: max(210px, 17.5vw);
    height: max(40px, 3.3333333333vw);
    border-radius: max(20px, 1.6666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-btn.-large {
    height: 14.9333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-btn.-large span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-btn.-large span {
    font-size: clamp(10px, 0.8333333333vw, 16px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-btn.-large span {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-btn.-large::after {
    right: 24px;
    width: 16.8px;
    height: 15.2px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-btn.-large::after {
    right: max(15px, 1.25vw);
    width: max(10.5px, 0.875vw);
    height: max(9.5px, 0.7916666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-btn.-large::after {
    width: 4.5333333333vw;
    height: 4.2666666667vw;
  }
}

.c-anchor {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222222;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-anchor {
    width: 256px;
    height: 51.2px;
    border-radius: 25.6px;
  }
  .c-anchor:hover {
    background-color: #B60081;
  }
  .c-anchor:hover::after {
    transform: translateY(-20%);
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-anchor {
    width: 13.3333333333vw;
    height: 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-anchor {
    width: 67.7333333333vw;
    height: 11.7333333333vw;
    border-radius: 8.5333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-anchor span {
    font-size: 19.2px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-anchor span {
    font-size: 1vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-anchor span {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.c-anchor::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/ic-arrowdown-wh.svg);
  transition: all 0.3s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-anchor::after {
    right: 16px;
    width: 9.6px;
    height: 10.4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-anchor::after {
    right: 0.8333333333vw;
    width: 0.5vw;
    height: 0.5416666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-anchor::after {
    right: 5.3333333333vw;
    width: 3.2vw;
    height: 3.4666666667vw;
  }
}

@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-radius {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-radius {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-radius {
    border-radius: 2.6666666667vw;
  }
}

.c-kv {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-kv {
    margin-top: 92px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-kv {
    margin-top: 68px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .c-kv {
    margin-top: 4.7916666667vw;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-kv {
    margin-top: 68px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-kv {
    margin-top: 18.1333333333vw;
  }
}
.c-kv__ttl {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-kv__ttl {
    height: 224px;
    padding-left: calc((100vw - 1280px) / 2);
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-kv__ttl {
    height: max(140px, 11.6666666667vw);
    padding-left: calc((100vw - 66.6666666667vw) / 2);
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .c-kv__ttl {
    height: max(140px, 11.6666666667vw);
    padding-left: calc((100vw - 66.6666666667vw) / 2);
  }
}
@media screen and (max-width: 920px) and (min-width: 767px) {
  .c-kv__ttl {
    padding-left: calc((100vw - 720px) / 2);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-kv__ttl {
    height: 34.6666666667vw;
    padding-left: 8vw;
  }
}
.c-kv__ttl.purple {
  background: linear-gradient(to right, #5563BA 0%, #C92FAD 100%);
}
.c-kv__ttl.green {
  background: linear-gradient(to right, #6DB92C 0%, #1294CC 100%);
}
.c-kv__ttl.green-yellow {
  background: linear-gradient(to right, #6DB92C 0%, #ECE400 100%);
}
.c-kv__ttl.orange {
  background: linear-gradient(to right, #E54A08 0%, #F09400 100%);
}
.c-kv__ttl.blue {
  background: linear-gradient(to right, #1294CC 0%, #5563BA 100%);
}
.c-kv__ttl.red {
  background: linear-gradient(to right, #C92FAD 0%, #E54A08 100%);
}
.c-kv__ttl-en {
  position: absolute;
  z-index: 1;
  text-stroke: 0.5px rgba(255, 255, 255, 0.2);
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.2);
  color: transparent;
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-kv__ttl-en {
    top: -32px;
    left: calc((100vw - 1536px) / 2);
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-kv__ttl-en {
    top: min(-18px, -1.6666666667vw);
    left: 0;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .c-kv__ttl-en {
    top: min(-18px, -1.6666666667vw);
    left: calc((100vw - 80vw) / 2);
  }
}
@media screen and (max-width: 920px) and (min-width: 767px) {
  .c-kv__ttl-en {
    left: 0;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-kv__ttl-en {
    top: -4.8vw;
    left: 0;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-kv__ttl-en.large {
    font-size: 224px;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 900;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-kv__ttl-en.large {
    font-size: clamp(140px, 11.6666666667vw, 224px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-kv__ttl-en.large {
    font-size: calc(90 / 375 * 100vw);
    line-height: 1;
    letter-spacing: -0.08em;
    font-weight: 900;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-kv__ttl-en.small {
    font-size: 176px;
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 900;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-kv__ttl-en.small {
    font-size: clamp(110px, 9.1666666667vw, 176px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-kv__ttl-en.small {
    font-size: calc(90 / 375 * 100vw);
    line-height: 1;
    letter-spacing: -0.1em;
    font-weight: 900;
  }
}
.c-kv__ttl-en.en01 {
  position: absolute;
  top: -4.8vw;
  left: 0;
}
.c-kv__ttl-en.en02 {
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: -2.6666666667vw;
  letter-spacing: -0.04em;
}
.c-kv__ttl-ja {
  color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-kv__ttl-ja {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-kv__ttl-ja {
    font-size: clamp(20px, 1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-kv__ttl-ja {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.c-kv picture {
  display: flex;
  justify-content: center;
  width: 100%;
}
.c-kv.bg-gradient-gray picture {
  background: linear-gradient(90deg, #E2E1DC -50%, rgba(255, 255, 255, 0.17) 125%);
}

.c-textlink {
  transition: opacity 0.3s;
}
.c-textlink span {
  transition: border-bottom 0.3s;
  border-bottom: 1px solid #222222;
}
.c-textlink:hover {
  opacity: 0.6;
}
.c-textlink:hover span {
  border-bottom: none;
}

@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-column__title {
    text-align: center;
  }
}
.c-column__wrap {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-column__wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-column__wrap {
    row-gap: max(18px, 1.6666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-column__wrap {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-column__wrap + .c-column__wrap {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-column__wrap + .c-column__wrap {
    margin-top: max(18px, 1.6666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-column__wrap + .c-column__wrap {
    margin-top: 5.3333333333vw;
  }
}
.c-column__column {
  width: 100%;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-column__column {
    padding: 38.4px 48px 43.2px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-column__column {
    padding: max(21.6px, 2vw) max(27px, 2.5vw) max(24.3px, 2.25vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-column__column {
    padding: 6.4vw 5.3333333333vw;
  }
}
.c-column__item.--column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-column__item {
    width: 620px;
    padding: 38.4px 48px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-column__item {
    width: 38.75vw;
    padding: 2.4vw 3vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .c-column__item {
    width: max(348.75px, 32.2916666667vw);
    padding: max(21.6px, 2vw) max(27px, 2.5vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-column__item {
    width: 100%;
    padding: 6.4vw 5.3333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-column__item img {
    margin-bottom: 22.4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-column__item img {
    margin-bottom: max(12.6px, 1.1666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-column__item img {
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-column__item .c-color--gray {
    font-size: 13.44px;
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-column__item .c-color--gray {
    font-size: clamp(8.4px, 0.7vw, 13.44px);
  }
}
.c-column__img-text {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-column__img-text {
    flex-wrap: wrap;
    row-gap: 38.4px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-column__img-text {
    row-gap: max(21.6px, 2vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-column__img-text {
    flex-direction: column;
    row-gap: 14.4vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-column__img-text .c-color--gray {
    font-size: 13.44px;
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-column__img-text .c-color--gray {
    font-size: clamp(8.4px, 0.7vw, 13.44px);
  }
}
.c-column__img-item, .c-column__text-item {
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-column__img-item, .c-column__text-item {
    width: 550px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-column__img-item, .c-column__text-item {
    width: 34.875vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .c-column__img-item, .c-column__text-item {
    width: max(309.375px, 28.6458333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-column__img-item:first-of-type, .c-column__text-item:first-of-type {
    margin-bottom: -9.6vw;
  }
}
.c-column__img-item .img {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-column__img-item .img {
    width: 128px;
    top: 38.4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-column__img-item .img {
    width: max(72px, 6.6666666667vw);
    top: max(21.6px, 2vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-column__img-item .img {
    width: 32vw;
    top: -6.9333333333vw;
  }
}
.c-column__btn {
  width: 100%;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-column__btn {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .c-column__btn {
    margin-top: max(16.2px, 1.5vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-column__btn {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .c-column__column .c-column__btn .c-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .c-column__btn .c-btn {
    margin: auto;
  }
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100000011;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.l-header a {
  transition: all 0.3s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header a:hover {
    opacity: 0.6;
  }
}
.l-header__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__inner {
    max-width: 1920px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__inner {
    max-width: 100vw;
    padding-left: 2.0833333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__inner {
    width: 100%;
    padding-left: 5.3333333333vw;
  }
}
.l-header__logo {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__logo {
    align-items: center;
    column-gap: 20px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__logo {
    column-gap: 1.0416666667vw;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__logo {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 6px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__logo {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1.6vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__logo img {
    width: 380px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__logo img {
    width: 19.7916666667vw;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__logo img {
    width: 200px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__logo img {
    width: 53.3333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__logo-txt {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__logo-txt {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__logo-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__logo-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.1875;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__navwrap {
    margin-left: auto;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__navwrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.6s;
    width: 395px;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 100000013;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding-top: 40px;
    background-color: #fff;
  }
  .l-header__navwrap.is-panelactive {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__navwrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.6s;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    z-index: 100000013;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding-top: 10.6666666667vw;
    background-color: #fff;
  }
  .l-header__navwrap.is-panelactive {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.l-header__nav {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__nav {
    flex-direction: column-reverse;
    align-items: flex-end;
    row-gap: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__nav {
    row-gap: 0.8333333333vw;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__nav {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__nav {
    flex-direction: column;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__nav-logo {
    display: none;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__nav-logo {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 6px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__nav-logo {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 1.6vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__nav-logo img {
    width: 200px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__nav-logo img {
    width: 53.3333333333vw;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__nav-logo .txt {
    font-size: 16px;
    line-height: 1.1875;
    font-weight: 700;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__nav-logo .txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.1875;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-header__nav-list {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__nav-list {
    column-gap: 30px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__nav-list {
    column-gap: 1.5625vw;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__nav-list {
    width: 255px;
    flex-direction: column;
    margin: 0 auto 20px;
    border-bottom: 1px solid #222222;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__nav-list {
    width: 68vw;
    flex-direction: column;
    margin: 0 auto 5.3333333333vw;
    border-bottom: 1px solid #222222;
  }
}
.l-header__nav-list li {
  display: flex;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__nav-list li a {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.1875;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__nav-list li a {
    font-size: 16px;
    line-height: 1.1875;
    letter-spacing: 0;
    font-weight: 500;
  }
  .l-header__nav-list li a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__nav-list li a {
    font-size: clamp(12px, 0.9vw, 16px);
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__nav-list li a {
    text-align: center;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #222222;
    font-size: 16px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__nav-list li a {
    text-align: center;
    width: 100%;
    padding: 5.3333333333vw 0;
    border-top: 1px solid #222222;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__nav-list li.about a:hover {
    background: linear-gradient(to right, #5563ba 0%, #c92fad 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__nav-list li.work a:hover {
    background: linear-gradient(to right, #6db92c 0%, #1294cc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__nav-list li.workstyle a:hover {
    background: linear-gradient(to right, #e54a08 0%, #f09400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__nav-list li.career-step a:hover {
    background: linear-gradient(to right, #1294cc 0%, #5563ba 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__nav-list li.interview a:hover {
    background: linear-gradient(to right, #c92fad 0%, #e54a08 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__nav-list li.faq a:hover {
    background: linear-gradient(to right, #6db92c 0%, #ece400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.l-header__nav-list li.is-current.about a {
  background: linear-gradient(to right, #5563ba 0%, #c92fad 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-header__nav-list li.is-current.work a {
  background: linear-gradient(to right, #6db92c 0%, #1294cc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-header__nav-list li.is-current.workstyle a {
  background: linear-gradient(to right, #e54a08 0%, #f09400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-header__nav-list li.is-current.career-step a {
  background: linear-gradient(to right, #1294cc 0%, #5563ba 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-header__nav-list li.is-current.interview a {
  background: linear-gradient(to right, #c92fad 0%, #e54a08 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-header__nav-list li.is-current.faq a {
  background: linear-gradient(to right, #6db92c 0%, #ece400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-header__nav-corporate {
  position: relative;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__nav-corporate {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.1666666667;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__nav-corporate {
    font-size: 12px;
    line-height: 1.1666666667;
    font-weight: 500;
    padding-right: 14px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__nav-corporate {
    font-size: clamp(10px, 0.75vw, 12px);
    padding-right: 0.7291666667vw;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__nav-corporate {
    font-size: 12px;
    padding-right: 14px;
    width: max-content;
    margin-left: auto;
    margin-right: 60px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__nav-corporate {
    padding-right: 3.7333333333vw;
    width: max-content;
    margin-left: auto;
    margin-right: 16vw;
    margin-bottom: 12vw;
  }
}
.l-header__nav-corporate::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/common/ic-link.png);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__nav-corporate::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__nav-corporate::after {
    width: 0.5208333333vw;
    height: 0.5208333333vw;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__nav-corporate::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__nav-corporate::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__nav-requirement {
    display: none;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__nav-requirement {
    display: block;
    background-color: #222222;
    width: 100%;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__nav-requirement {
    background-color: #222222;
    width: 100%;
    padding: 20px 20px 60px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__nav-requirement {
    background-color: #222222;
    width: 100%;
    padding: 5.3333333333vw 5.3333333333vw 16vw;
  }
}
.l-header__nav-requirement .ttl {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__nav-requirement .ttl {
    font-size: 14px;
    line-height: 1.2142857143;
    font-weight: 400;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__nav-requirement .ttl {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.2142857143;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__nav-requirement .ttl {
    margin-bottom: 4.2666666667vw;
  }
}
.l-header__nav-requirement ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__nav-requirement ul {
    row-gap: 15px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__nav-requirement ul {
    row-gap: 4vw;
  }
}
.l-header__nav-requirement ul li {
  display: flex;
}
.l-header__nav-requirement ul li a {
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__nav-requirement ul li a {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.2142857143;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__nav-requirement ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2142857143;
    width: 160px;
    height: 44px;
    padding-left: 20px;
    border-radius: 32px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__nav-requirement ul li a {
    width: 42.6666666667vw;
    height: 11.7333333333vw;
    padding-left: 5.3333333333vw;
    border-radius: 8.5333333333vw;
  }
}
.l-header__nav-requirement ul li a::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/ic-arrow-bk-s.svg);
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__nav-requirement ul li a::after {
    width: 13px;
    height: 12px;
    right: 16px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__nav-requirement ul li a::after {
    width: 3.4666666667vw;
    height: 3.2vw;
    right: 4.2666666667vw;
  }
}
.l-header__requirement {
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__requirement {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__requirement {
    margin-left: 1.5625vw;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__requirement {
    margin-left: auto;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__requirement {
    margin-left: auto;
  }
}
.l-header__requirement-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222222;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__requirement-txt {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__requirement-txt {
    font-size: 18px;
    font-weight: 700;
    width: 120px;
    height: 92px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__requirement-txt {
    font-size: clamp(10px, 1vw, 18px);
    width: 6.25vw;
    height: 4.7916666667vw;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__requirement-txt {
    width: 75px;
    height: 68px;
    font-size: 12px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__requirement-txt {
    width: 20vw;
    height: 18.1333333333vw;
  }
}
.l-header__requirement-list {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  z-index: 100;
  background-color: #222222;
  transition: all 0.3s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__requirement-list {
    right: 0;
    width: 360px;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__requirement-list {
    width: max(180px, 18.75vw);
    padding: max(20px, 2.0833333333vw) max(15px, 1.5625vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__requirement-list {
    width: 100vw;
    padding: 5.3333333333vw;
    right: -16vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 4vw;
  }
}
.l-header__requirement-list.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.l-header__requirement-list li {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__requirement-list li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.l-header__requirement-list li a {
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__requirement-list li a {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.2142857143;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__requirement-list li a {
    font-size: 16px;
    line-height: 1.1875;
    font-weight: 500;
    height: 64px;
    padding-left: 30px;
    border-radius: 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__requirement-list li a {
    font-size: clamp(11px, 0.6666666667vw, 16px);
    height: max(32px, 3.3333333333vw);
    padding-left: max(15px, 1.5625vw);
    border-radius: max(16px, 1.6666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__requirement-list li a {
    width: 42.6666666667vw;
    height: 11.7333333333vw;
    padding-left: 5.3333333333vw;
    border-radius: 8.5333333333vw;
  }
}
.l-header__requirement-list li a::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/ic-arrow-bk-s.svg);
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__requirement-list li a::after {
    width: 13px;
    height: 12px;
    right: 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__requirement-list li a::after {
    width: max(6.5px, 0.6770833333vw);
    height: max(6px, 0.625vw);
    right: max(16px, 1.6666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__requirement-list li a::after {
    width: 3.4666666667vw;
    height: 3.2vw;
    right: 4.2666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-header__openbtn {
    display: none;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__openbtn {
    display: block;
    cursor: pointer;
    width: 60px;
    height: 68px;
    position: relative;
    background-color: #fff;
    z-index: 100000015;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__openbtn {
    width: 16vw;
    height: 18.1333333333vw;
    position: relative;
    background-color: #fff;
    z-index: 100000015;
  }
}
.l-header__openbtn.is-active .l-header__openbtn-bar:first-of-type {
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__openbtn.is-active .l-header__openbtn-bar:first-of-type {
    width: 22px;
    top: 30px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__openbtn.is-active .l-header__openbtn-bar:first-of-type {
    width: 5.8666666667vw;
    top: 8vw;
  }
}
.l-header__openbtn.is-active .l-header__openbtn-bar:nth-of-type(2) {
  opacity: 0;
}
.l-header__openbtn.is-active .l-header__openbtn-bar:last-of-type {
  bottom: auto;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__openbtn.is-active .l-header__openbtn-bar:last-of-type {
    width: 22px;
    top: 30px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__openbtn.is-active .l-header__openbtn-bar:last-of-type {
    width: 5.8666666667vw;
    top: 8vw;
  }
}
.l-header__openbtn-bar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background-color: #222222;
  transition: all 0.6s;
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__openbtn-bar {
    width: 20px;
    height: 2px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__openbtn-bar {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__openbtn-bar:first-of-type {
    top: 24px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__openbtn-bar:first-of-type {
    top: 6.4vw;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__openbtn-bar:nth-of-type(2) {
    top: 33px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__openbtn-bar:nth-of-type(2) {
    top: 8.8vw;
  }
}
@media screen and (max-width: 1170px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-header__openbtn-bar:last-of-type {
    bottom: 24px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-header__openbtn-bar:last-of-type {
    bottom: 6.4vw;
  }
}

@supports (-webkit-touch-callout: none) {
  .l-header__logo img {
    margin-left: -1.0666666667vw;
  }
}
.l-footer a {
  transition: all 0.3s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-footer a:hover {
    opacity: 0.6;
  }
}
.l-footer__bg {
  background-color: #F9F9F9;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-footer__bg {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-footer__bg {
    padding: 2.0833333333vw 0 1.0416666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-footer__bg {
    padding: 10.6666666667vw 0;
  }
}
.l-footer__inner {
  margin: 0 auto;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-footer__inner {
    display: flex;
    align-items: flex-start;
    max-width: 1600px;
    column-gap: 100px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-footer__inner {
    max-width: 90vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-footer__inner {
    max-width: max(720px, 83.3333333333vw);
    column-gap: 5.2083333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-footer__inner {
    max-width: 89.3333333333vw;
  }
}
.l-footer__logo {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-footer__logo {
    align-items: center;
    column-gap: 20px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-footer__logo {
    column-gap: 1.0416666667vw;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-footer__logo {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.4166666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-footer__logo {
    flex-direction: column;
    row-gap: 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-footer__logo img {
    width: 282px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-footer__logo img {
    width: max(161px, 14.6875vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-footer__logo img {
    width: 69.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-footer__logo-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.1875;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-footer__logo-txt {
    font-size: 16px;
    line-height: 1.1875;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-footer__logo-txt {
    font-size: clamp(12px, 0.9vw, 16px);
  }
}
.l-footer__wrap {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-footer__wrap {
    column-gap: 78px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-footer__wrap {
    column-gap: 4.0625vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-footer__wrap {
    flex-direction: column;
    row-gap: 10.6666666667vw;
  }
}
.l-footer__link {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-footer__link {
    column-gap: 64px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-footer__link {
    column-gap: 3.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-footer__link {
    column-gap: 11.2vw;
  }
}
.l-footer__link-list li {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-footer__link-list li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-footer__link-list li:not(:last-of-type) {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-footer__link-list li:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-footer__link-list li a {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.2142857143;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-footer__link-list li a {
    font-size: 14px;
    line-height: 1.1642156863;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-footer__link-list li a {
    font-size: clamp(12px, 0.9vw, 14px);
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-footer__link-list li a {
    font-size: clamp(10px, 0.9vw, 14px);
  }
}
.l-footer__link-list li a.--no_link {
  pointer-events: none;
}
.l-footer__sublink {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-footer__sublink {
    row-gap: 28px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-footer__sublink {
    row-gap: 1.4583333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-footer__sublink {
    align-items: center;
    row-gap: 10.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-footer__sublink-list {
    display: flex;
    justify-content: center;
  }
}
.l-footer__sublink-list li {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-footer__sublink-list li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-footer__sublink-list li:not(:last-of-type) {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-footer__sublink-list li:not(:last-of-type) {
    padding-right: 2.6666666667vw;
    margin-right: 2.6666666667vw;
    border-right: 1px solid #222222;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-footer__sublink-list li a {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.1666666667;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-footer__sublink-list li a {
    font-size: 14px;
    line-height: 1.1642156863;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-footer__sublink-list li a {
    font-size: clamp(12px, 0.9vw, 14px);
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-footer__sublink-list li a {
    font-size: clamp(10px, 0.9vw, 14px);
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-footer__sublink-cookie {
    font-size: 12px;
    line-height: 1.1666666667;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-footer__sublink-cookie {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-footer__sublink-cookie {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.1666666667;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-footer__sublink-corporate {
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-footer__sublink-corporate {
    font-size: 12px;
    line-height: 1.1666666667;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-footer__sublink-corporate {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-footer__sublink-corporate {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.1666666667;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-footer__sublink-corporate {
    padding-right: 14px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-footer__sublink-corporate {
    padding-right: max(7px, 0.7291666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-footer__sublink-corporate {
    padding-right: 3.7333333333vw;
  }
}
.l-footer__sublink-corporate::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/common/ic-link.png);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-footer__sublink-corporate::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-footer__sublink-corporate::after {
    width: max(5px, 0.5208333333vw);
    height: max(5px, 0.5208333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-footer__sublink-corporate::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.l-footer__copy {
  margin-left: auto;
  margin-right: auto;
  color: #666666;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-footer__copy {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-footer__copy {
    font-size: 10px;
    line-height: 1.2;
    max-width: 1880px;
    text-align: right;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-footer__copy {
    font-size: clamp(8px, 0.4166666667vw, 10px);
    max-width: 97.9166666667vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-footer__copy {
    font-size: 0.6vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-footer__copy {
    text-align: center;
    margin-top: 10.6666666667vw;
  }
}

@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirement_link {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirement_link {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirement_link {
    margin-bottom: 12.2666666667vw;
  }
}
.l-requirement_link__bg {
  margin: 0 auto;
  background-color: #222222;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirement_link__bg {
    border-radius: 16px;
    padding: 48px 0;
    max-width: 1504px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirement_link__bg {
    border-radius: 0.8333333333vw;
    padding: 2.5vw 0;
    max-width: 78.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirement_link__bg {
    max-width: 94.6666666667vw;
    border-radius: 2.6666666667vw;
    padding: 10.6666666667vw 0;
  }
}
.l-requirement_link__inner {
  margin: 0 auto;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirement_link__inner {
    max-width: 78.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirement_link__ttl {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirement_link__ttl {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirement_link__ttl {
    margin-bottom: 8vw;
  }
}
.l-requirement_link__ttl span {
  display: block;
}
.l-requirement_link__ttl-main {
  background: linear-gradient(to bottom, #656565 0%, #353535 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirement_link__ttl-main {
    font-size: 51.2px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirement_link__ttl-main {
    font-size: clamp(32px, 2.6666666667vw, 51.2px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirement_link__ttl-main {
    font-size: calc(40 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
.l-requirement_link__ttl-sub {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
  color: #fff;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirement_link__ttl-sub {
    font-size: 19.2px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirement_link__ttl-sub {
    font-size: clamp(12px, 1vw, 19.2px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirement_link__ttl-sub {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirement_link__ttl-sub {
    border-bottom: 2px solid #fff;
    padding-bottom: 9.6px;
    margin-top: -12.8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirement_link__ttl-sub {
    padding-bottom: 0.5vw;
    margin-top: -0.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirement_link__ttl-sub {
    border-bottom: 0.5333333333vw solid #fff;
    padding-bottom: 2.1333333333vw;
    margin-top: -2.6666666667vw;
  }
}
.l-requirement_link__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirement_link__list {
    column-gap: 25.6px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirement_link__list {
    column-gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirement_link__list {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}
.l-requirement_link__list-item {
  display: flex;
}
.l-requirement_link__list-item a {
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #fff;
  transition: all 0.3s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirement_link__list-item a {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirement_link__list-item a {
    font-size: clamp(10px, 0.8333333333vw, 16px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirement_link__list-item a {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirement_link__list-item a {
    width: 300.8px;
    height: 96px;
    border-radius: 16px;
    padding-left: 24px;
  }
  .l-requirement_link__list-item a:hover {
    background-color: #222222;
    color: #fff;
  }
  .l-requirement_link__list-item a:hover .icon::before {
    transform: translate(-30%, -50%);
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirement_link__list-item a {
    width: 15.6666666667vw;
    height: 5vw;
    border-radius: 0.8333333333vw;
    padding-left: 1.25vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirement_link__list-item a {
    width: 100%;
    height: 21.3333333333vw;
    border-radius: 2.6666666667vw;
    padding-left: 5.3333333333vw;
  }
}
.l-requirement_link__list-item a .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: center/contain no-repeat url(../img/common/ic-circle-rainbow.svg);
  background-color: #fff;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirement_link__list-item a .icon {
    width: 40px;
    height: 40px;
    right: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirement_link__list-item a .icon {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    right: 0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirement_link__list-item a .icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    right: 5.3333333333vw;
  }
}
.l-requirement_link__list-item a .icon::before {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/common/ic-arrow-bk.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirement_link__list-item a .icon::before {
    width: 16.8px;
    height: 12.8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirement_link__list-item a .icon::before {
    width: 0.875vw;
    height: 0.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirement_link__list-item a .icon::before {
    width: 3.7333333333vw;
    height: 3.2vw;
  }
}

.l-top .p-kv {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv {
    height: 100vh;
  }
}
.l-top .p-kv__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__bg {
    background: center/cover no-repeat url(../img/top/bg-kv.jpg);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__bg {
    background: center/cover no-repeat url(../img/top/bg-kv-sp.jpg);
  }
}
.l-top .p-kv__copy {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  display: inline-block;
  background: linear-gradient(to right, #E54A08, #F09400, #ECE400, #6DB92C, #1294CC, #5563BA, #C92FAD, #E54A08);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__copy {
    font-size: 64px;
    line-height: 1.75;
    letter-spacing: 0.02em;
    font-weight: 900;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-kv__copy {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__copy {
    font-size: calc(30 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-weight: 900;
  }
}
.l-top .p-kv__finalcopy {
  opacity: 0;
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__finalcopy {
    padding-left: calc((100vw - 1280px) / 2);
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-kv__finalcopy {
    padding-left: calc((100vw - 66.6666666667vw) / 2);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__finalcopy {
    padding-left: 8vw;
    margin-top: auto;
    padding-bottom: 32vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__finalcopy img {
    width: 629.6px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-kv__finalcopy img {
    width: 32.7916666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__finalcopy img {
    width: min(357px, 68vw);
    max-width: 38.2vh;
  }
}
.l-top .p-kv__cards {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  perspective: 1000px;
}
.l-top .p-kv__card {
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--start-size);
  height: var(--start-size);
  border-radius: 10px;
  box-shadow: 9px 9px 18px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  opacity: 0;
  transform-origin: center;
  will-change: transform, width, height, opacity;
  transform-origin: 50% 50%;
}
.l-top .p-kv__card:nth-of-type(10) {
  background-color: #E54A08;
  z-index: 12;
}
.l-top .p-kv__card:nth-of-type(11) {
  background-color: #F09400;
  z-index: 11;
}
.l-top .p-kv__card:nth-of-type(12) {
  background-color: #ECE400;
  z-index: 10;
}
.l-top .p-kv__card:nth-of-type(1) {
  background-color: #AED740;
  z-index: 9;
}
.l-top .p-kv__card:nth-of-type(2) {
  background-color: #6DB92C;
  z-index: 8;
}
.l-top .p-kv__card:nth-of-type(3) {
  background-color: #2CB981;
  z-index: 7;
}
.l-top .p-kv__card:nth-of-type(4) {
  background-color: #12C5CC;
  z-index: 6;
}
.l-top .p-kv__card:nth-of-type(5) {
  background-color: #12B0CC;
  z-index: 5;
}
.l-top .p-kv__card:nth-of-type(6) {
  background-color: #1284CC;
  z-index: 4;
}
.l-top .p-kv__card:nth-of-type(7) {
  background-color: #5563BA;
  z-index: 3;
}
.l-top .p-kv__card:nth-of-type(8) {
  background-color: #A32FC9;
  z-index: 2;
}
.l-top .p-kv__card:nth-of-type(9) {
  background-color: #C92FAD;
  z-index: 1;
}
.l-top .p-kv__finalcards {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  left: 50%;
  transform: translate(-50%, -30%);
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__finalcards {
    aspect-ratio: 16/9;
    width: 1536px;
    right: 0;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-kv__finalcards {
    width: 80vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__finalcards {
    top: 0;
    width: min(525px, 100vw);
    max-width: 56.2vh;
  }
}
.l-top .p-kv__finalcards-item {
  opacity: 0;
  display: flex;
  position: absolute;
  box-shadow: 13.5px 13.5px 27px rgba(0, 0, 0, 0.2);
  transition: all 0.6s ease-in-out;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__finalcards-item {
    border-radius: 21.6px;
    width: 448px;
  }
  .l-top .p-kv__finalcards-item:hover {
    filter: brightness(1.25);
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-kv__finalcards-item {
    border-radius: 1.125vw;
    width: 23.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__finalcards-item {
    width: min(294px, 56vw);
    border-radius: 2.7013333333vw;
    max-width: 31.5vh;
  }
}
.l-top .p-kv__finalcards-item.item01 {
  z-index: 1;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__finalcards-item.item01 {
    transform: scale(0.5) rotate(15deg);
    top: 16px;
    right: -28.8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-kv__finalcards-item.item01 {
    top: 0.8333333333vw;
    right: -1.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__finalcards-item.item01 {
    transform: scale(0.48) rotate(15deg);
    top: 5vh;
    right: 2.6666666667vw;
  }
}
.l-top .p-kv__finalcards-item.item02 {
  z-index: 2;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__finalcards-item.item02 {
    transform: scale(0.75) rotate(-30deg);
    top: -44px;
    right: 372.8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-kv__finalcards-item.item02 {
    top: -2.2916666667vw;
    right: 19.4166666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__finalcards-item.item02 {
    transform: scale(0.57) rotate(-30deg);
    top: 1.5vh;
    left: 0;
  }
}
.l-top .p-kv__finalcards-item.item03 {
  z-index: 3;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__finalcards-item.item03 {
    top: 50%;
    transform: translateY(-50%);
    right: 213.6px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-kv__finalcards-item.item03 {
    right: 11.125vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__finalcards-item.item03 {
    left: 50%;
    transform: translateX(-50%);
    top: 23vh;
  }
}
.l-top .p-kv__finalcards-item.item04 {
  z-index: 2;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__finalcards-item.item04 {
    transform: scale(0.75) rotate(15deg);
    bottom: -8px;
    right: 64px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-kv__finalcards-item.item04 {
    bottom: -0.4166666667vw;
    right: 3.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__finalcards-item.item04 {
    transform: scale(0.57) rotate(15deg);
    top: 40vh;
    right: 1.3333333333vw;
  }
}
.l-top .p-kv__finalcards-item.item05 {
  z-index: 1;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__finalcards-item.item05 {
    transform: scale(0.5) rotate(-30deg);
    bottom: -112px;
    right: 336px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-kv__finalcards-item.item05 {
    bottom: -5.8333333333vw;
    right: 17.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__finalcards-item.item05 {
    transform: scale(0.48) rotate(-30deg);
    right: -16vw;
    top: 50vh;
  }
}
.l-top .p-kv__finalcircle {
  opacity: 0;
  position: absolute;
  z-index: 1;
  height: 100%;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__finalcircle {
    width: 827.2px;
    top: 50%;
    transform: translateY(-50%);
    right: calc((100vw - 1488px) / 2);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-kv__finalcircle {
    width: 43.0833333333vw;
    right: calc((100vw - 77.5vw) / 2);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__finalcircle {
    left: 50%;
    transform: translateX(-50%);
    width: 90.6666666667vw;
    top: 25.8666666667vw;
  }
}
.l-top .p-kv__finalcircle img {
  animation: 4s linear infinite circle-rotation;
}
.l-top .p-kv__finalbg {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__finalbg {
    top: 50%;
    aspect-ratio: 16/9;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1536px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-kv__finalbg {
    width: 80vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__finalbg {
    width: 100%;
    height: 100%;
  }
}
.l-top .p-kv__finalbg-item {
  position: absolute;
  opacity: 0;
  animation: floating-y-first 1s ease-in-out forwards, fadein 1s ease-in forwards, floating-y 2s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__finalbg-item {
    border-radius: 8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-kv__finalbg-item {
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__finalbg-item {
    border-radius: 1vw;
  }
}
.l-top .p-kv__finalbg-item:first-of-type {
  background-color: #12C5CC;
  animation-delay: 4.6s, 4.6s, 5.6s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__finalbg-item:first-of-type {
    width: 144px;
    height: 144px;
    transform: rotate(15deg);
    top: 0;
    left: 186.4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-kv__finalbg-item:first-of-type {
    width: 7.5vw;
    height: 7.5vw;
    left: 9.7083333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__finalbg-item:first-of-type {
    transform: rotate(15deg);
    width: 18vw;
    height: 18vw;
    top: 89.8666666667vw;
    left: 9.0666666667vw;
  }
}
.l-top .p-kv__finalbg-item:nth-of-type(2) {
  background-color: #ECE400;
  animation-delay: 4s, 4s, 5s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__finalbg-item:nth-of-type(2) {
    transform: rotate(30deg);
    width: 128px;
    height: 128px;
    top: 78.4px;
    left: 70.4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-kv__finalbg-item:nth-of-type(2) {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    top: 4.0833333333vw;
    left: 3.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__finalbg-item:nth-of-type(2) {
    transform: rotate(30deg);
    width: 16vw;
    height: 16vw;
    top: 99.4666666667vw;
    left: -5.3333333333vw;
  }
}
.l-top .p-kv__finalbg-item:nth-of-type(3) {
  background-color: #5563BA;
  animation-delay: 4.4s, 4.4s, 5.4s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__finalbg-item:nth-of-type(3) {
    transform: rotate(-30deg);
    width: 96px;
    height: 96px;
    top: 183.2px;
    left: 533.6px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-kv__finalbg-item:nth-of-type(3) {
    width: 5vw;
    height: 5vw;
    top: 9.5416666667vw;
    left: 27.7916666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__finalbg-item:nth-of-type(3) {
    transform: rotate(-30deg);
    width: 12vw;
    height: 12vw;
    top: 117.8666666667vw;
    left: 13.8666666667vw;
  }
}
.l-top .p-kv__finalbg-item:nth-of-type(4) {
  background-color: #C92FAD;
  animation-delay: 3.8s, 3.8s, 4.8s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__finalbg-item:nth-of-type(4) {
    transform: rotate(45deg);
    width: 112px;
    height: 112px;
    bottom: 122.4px;
    left: 8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-kv__finalbg-item:nth-of-type(4) {
    width: 5.8333333333vw;
    height: 5.8333333333vw;
    bottom: 6.375vw;
    left: 0.4166666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__finalbg-item:nth-of-type(4) {
    transform: rotate(15deg);
    width: 14vw;
    height: 14vw;
    top: 135.4666666667vw;
    right: 15.2vw;
  }
}
.l-top .p-kv__finalbg-item:nth-of-type(5) {
  background-color: #AED740;
  animation-delay: 4.2s, 4.2s, 5.2s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__finalbg-item:nth-of-type(5) {
    transform: rotate(60deg);
    width: 80px;
    height: 80px;
    bottom: 235.2px;
    left: 324px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-kv__finalbg-item:nth-of-type(5) {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    bottom: 12.25vw;
    left: 16.875vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__finalbg-item:nth-of-type(5) {
    transform: rotate(60deg);
    width: 10vw;
    height: 10vw;
    top: 66.4vw;
    left: 1.8666666667vw;
  }
}
.l-top .p-kv__finalbg-item:nth-of-type(6) {
  background-color: #F09400;
  animation-delay: 3.6s, 3.6s, 4.6s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__finalbg-item:nth-of-type(6) {
    transform: rotate(165deg);
    width: 80px;
    height: 80px;
    bottom: 156px;
    left: 560.8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-kv__finalbg-item:nth-of-type(6) {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    bottom: 8.125vw;
    left: 29.2083333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__finalbg-item:nth-of-type(6) {
    transform: rotate(-15deg);
    width: 10vw;
    height: 10vw;
    top: 146.9333333333vw;
    right: -1.0666666667vw;
  }
}
.l-top .p-kv__finalbg-item:nth-of-type(7) {
  background-color: #2CB981;
  animation-delay: 4.8s, 4.8s, 5.8s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-kv__finalbg-item:nth-of-type(7) {
    transform: rotate(30deg);
    width: 128px;
    height: 128px;
    bottom: 42.4px;
    left: 474.4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-kv__finalbg-item:nth-of-type(7) {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    bottom: 2.2083333333vw;
    left: 24.7083333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-kv__finalbg-item:nth-of-type(7) {
    transform: rotate(30deg);
    width: 16vw;
    height: 16vw;
    top: 152.8vw;
    right: 0;
  }
}
@keyframes AnimationTitle {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
@keyframes floating-y-first {
  0% {
    translate: 0 20%;
  }
  100% {
    translate: 0 -5%;
  }
}
@keyframes floating-y {
  0% {
    translate: 0 5%;
  }
  100% {
    translate: 0 -5%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes circle-rotation {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 360deg;
  }
}
.l-top .p-message {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}
.l-top .p-message__bg {
  min-height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  margin: 0 auto;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-message__bg {
    max-width: 1504px;
    padding: 120px 0;
    border-radius: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-message__bg {
    max-width: 78.3333333333vw;
    padding: 6.25vw 0;
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-message__bg {
    max-width: 94.6666666667vw;
    padding: 10.6666666667vw 0;
    border-radius: 1.6vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-message .c-top-ttl-sub {
    font-size: 23.04px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-message .c-top-ttl-sub {
    font-size: clamp(14.4px, 1.2vw, 23.04px);
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-message .c-top-ttl-main {
    font-size: 36.8px;
    line-height: 1.8;
    letter-spacing: 0.005em;
    font-weight: 900;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-message .c-top-ttl-main {
    font-size: clamp(23px, 1.9166666667vw, 36.8px);
  }
}
.l-top .p-message__inner {
  margin: 0 auto;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-message__inner {
    max-width: 78.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-message__lead {
    font-size: 18.24px;
    line-height: 2.5;
    letter-spacing: 0.01em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-message__lead {
    font-size: clamp(11.4px, 0.95vw, 18.24px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-message__lead {
    font-size: calc(14 / 375 * 100vw);
    line-height: 2;
    letter-spacing: 0.01em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-message__lead {
    text-align: center;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-message__lead {
    font-size: 0.95vw;
  }
}
.l-top .p-about {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-about {
    padding-top: 248px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-about {
    padding-top: 12.9166666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-about {
    padding-top: 34.6666666667vw;
  }
}
.l-top .p-about .c-top-subttl {
  background: linear-gradient(to right, #5563BA 0%, #C92FAD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-about .c-top-subttl {
    top: 32px;
    left: calc((100vw - 1536px) / 2);
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-about .c-top-subttl {
    top: 1.6666666667vw;
    left: calc((100vw - 80vw) / 2);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-about .c-top-subttl {
    top: -17.3333333333vw;
    left: 0;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-about .c-top-ttl {
    padding-left: 8vw;
  }
}
.l-top .p-about .c-top-ttl-sub {
  margin-left: 0;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-about .c-top-ttl-main {
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.l-top .p-about__wrap {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-about__wrap {
    margin: 0 auto;
    max-width: 1536px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-about__wrap {
    max-width: 80vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-about__wrap {
    position: relative;
    flex-direction: column;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-about__text {
    width: 50%;
    max-width: 768px;
    margin-left: auto;
    padding-left: 128px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-about__text {
    max-width: 40vw;
    padding-left: 6.6666666667vw;
  }
}
.l-top .p-about__text-img {
  position: relative;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-about__text-img {
    margin-top: 93.3333333333vw;
    padding-left: 8vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-about__text-img img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-about__text-img img {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-about__text-img img {
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-about__text-img .img01 {
    width: 432px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-about__text-img .img01 {
    width: 22.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-about__text-img .img01 {
    width: 64vw;
    margin-left: 5.3333333333vw;
  }
}
.l-top .p-about__text-img .img02 {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-about__text-img .img02 {
    width: 288px;
    margin-left: 288px;
    margin-top: -59.2px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-about__text-img .img02 {
    width: 15vw;
    margin-left: 15vw;
    margin-top: -3.0833333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-about__text-img .img02 {
    width: 32vw;
    margin-left: 46.6666666667vw;
    margin-top: -10.6666666667vw;
  }
}
.l-top .p-about__text-img::before {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(to right, #5563BA 0%, #C92FAD 100%);
  z-index: -1;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-about__text-img::before {
    width: calc(50vw - 128px);
    height: 384px;
    top: 128px;
    right: 128px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-about__text-img::before {
    width: calc(50vw - 6.6666666667vw);
    height: 20vw;
    top: 6.6666666667vw;
    right: 6.6666666667vw;
    border-top-right-radius: 0.8333333333vw;
    border-bottom-right-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-about__text-img::before {
    width: 92vw;
    height: 64vw;
    top: 10.6666666667vw;
    left: 0;
    border-top-right-radius: 2.6666666667vw;
    border-bottom-right-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-about__img {
    width: 50%;
    margin-top: -40px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-about__img {
    margin-top: -2.0833333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-about__img img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-about__img img {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-about__img img {
    width: 92vw;
    position: absolute;
    right: 0;
    border-top-left-radius: 2.6666666667vw;
    border-bottom-left-radius: 2.6666666667vw;
    top: 46.4vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-about__img-txt {
    margin-top: 48px;
    padding-left: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-about__img-txt {
    margin-top: 2.5vw;
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-about__img-txt {
    padding: 0 8vw;
    margin-top: 8vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-about__img-txt .c-txt {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-about__img-txt .c-txt {
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-about__img-txt .c-txt {
    font-size: 1.35vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-about__img-txt .c-txt {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-about__img-txt .c-btn {
    margin: 0 auto;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-work {
    padding-top: 248px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-work {
    padding-top: 12.9166666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-work {
    overflow: hidden;
    padding-top: 34.6666666667vw;
  }
}
.l-top .p-work .c-top-subttl {
  background: linear-gradient(to right, #6DB92C 0%, #1294CC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-work .c-top-subttl {
    right: 0;
    top: -96px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-work .c-top-subttl {
    top: -5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-work .c-top-subttl {
    left: 0;
    top: -17.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-work .c-top-ttl {
    padding-left: 8vw;
  }
}
.l-top .p-work .c-top-ttl-sub {
  margin-left: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-work__wrap {
    display: flex;
    position: relative;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-work__wrap::before {
    position: absolute;
    content: "";
    display: block;
    background: linear-gradient(to right, #6DB92C 0%, #1294CC 100%);
    right: 0;
    z-index: -1;
    width: 73.3333333333vw;
    height: 432px;
    bottom: -32px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-work__wrap::before {
    height: 22.5vw;
    bottom: -1.6666666667vw;
    border-top-left-radius: 0.8333333333vw;
    border-bottom-left-radius: 0.8333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-work__img {
    width: 50%;
    height: 100vh;
    position: sticky;
    top: 0;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-work__img img {
    position: absolute;
    right: 0;
    top: calc(50% + 46px);
    transform: translateY(-50%);
    border-radius: 16px;
    opacity: 0;
    transition: all 0.3s;
    width: 768px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-work__img img {
    top: calc(50% + 2.3958333333vw);
    border-radius: 0.8333333333vw;
    width: 40vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-work__img img.is-active {
    opacity: 1;
  }
}
.l-top .p-work__text {
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-work__text {
    width: 50%;
    padding-left: 128px;
    max-width: 768px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-work__text {
    padding-left: 6.6666666667vw;
    max-width: 40vw;
    padding-bottom: 6.25vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-work__text-item {
    width: 512px;
    margin-bottom: 48px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-work__text-item {
    width: 32vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-top .p-work__text-item {
    width: 26.6666666667vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-work__text-item {
    position: relative;
  }
  .l-top .p-work__text-item::before {
    position: absolute;
    content: "";
    display: block;
    width: 100vw;
    height: 64vw;
    background: linear-gradient(to right, #6DB92C 0%, #1294CC 100%);
    top: 52vw;
    left: 0;
    right: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-work__text-item:not(:last-of-type) {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-work__text-item:nth-of-type(2n+1) .box {
    border-top-left-radius: 2.6666666667vw;
    border-bottom-left-radius: 2.6666666667vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-work__text-item:nth-of-type(2n) .box {
    border-top-right-radius: 2.6666666667vw;
    border-bottom-right-radius: 2.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-work__text-item img {
    border-radius: 2.6666666667vw;
    width: 84vw;
    margin: 0 auto;
  }
}
.l-top .p-work__text-item .box {
  background-color: #fff;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-work__text-item .box {
    border: 2px solid #222222;
    padding: 48px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-work__text-item .box {
    padding: 2.5vw;
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-work__text-item .box {
    border: 1px solid #222222;
    margin-top: -16vw;
    width: 86.6666666667vw;
    padding: 8vw;
    position: relative;
    z-index: 3;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-work__text-item .box-ttl {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-work__text-item .box-ttl {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-work__text-item .box-ttl {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-work__text-item .box-ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-work__text-item .box-ttl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-work__text-item .box-ttl {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-work__text-item .box .c-txt {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-work__text-item .box .c-txt {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-work__text-item .box .c-txt {
    letter-spacing: 0;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-workstyle {
    padding-top: 280px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-workstyle {
    padding-top: 14.5833333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-workstyle {
    padding-top: 34.6666666667vw;
  }
}
.l-top .p-workstyle__wrap {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-workstyle__wrap {
    margin: 0 auto;
    max-width: 1536px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-workstyle__wrap {
    max-width: 80vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-workstyle__wrap {
    position: relative;
    flex-direction: column;
  }
}
.l-top .p-workstyle__text {
  position: relative;
}
.l-top .p-workstyle__text .c-top-subttl {
  left: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-workstyle__text .c-top-subttl {
    top: -160px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-workstyle__text .c-top-subttl {
    top: -8.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-workstyle__text .c-top-subttl {
    top: -16vw;
  }
}
.l-top .p-workstyle__text .c-top-subttl span {
  display: inline-block;
  background: linear-gradient(to right, #F09400 0%, #ECE400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-top .p-workstyle__text .c-top-subttl span.txt01 {
  position: absolute;
  left: 0;
  top: 0;
}
.l-top .p-workstyle__text .c-top-subttl span.txt02 {
  position: absolute;
  left: 35.7333333333vw;
  top: 15.4666666667vw;
}
.l-top .p-workstyle__text .c-top-ttl-sub {
  margin-left: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-workstyle__text {
    width: 50%;
    max-width: 768px;
    padding-left: 128px;
    padding-right: 96px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-workstyle__text {
    max-width: 40vw;
    padding-left: 6.6666666667vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-workstyle__text {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-workstyle__text .c-txt {
    letter-spacing: -0.05em;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-workstyle__text .c-txt {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-workstyle__text .c-txt {
    margin-top: 112vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-workstyle__img {
    position: relative;
    width: 50%;
    margin-top: -64px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-workstyle__img {
    margin-top: -3.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-workstyle__img {
    position: absolute;
    top: 28vw;
    left: 0;
    right: 0;
  }
}
.l-top .p-workstyle__img::before {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(to right, #F09400 0%, #ECE400 100%);
  z-index: -1;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-workstyle__img::before {
    left: -64px;
    width: calc(50vw + 56px);
    height: 432px;
    bottom: -80px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-workstyle__img::before {
    left: -3.3333333333vw;
    width: calc(50vw + 2.9166666667vw);
    height: 22.5vw;
    bottom: -4.1666666667vw;
    border-top-left-radius: 0.8333333333vw;
    border-bottom-left-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-workstyle__img::before {
    right: 0;
    width: 92vw;
    height: 64vw;
    bottom: -8vw;
    border-top-left-radius: 2.6666666667vw;
    border-bottom-left-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-workstyle__img img {
    border-radius: 20px;
  }
}
.l-top .p-workstyle__box {
  background-color: #fff;
  position: relative;
  z-index: 3;
  border: 2px solid #222222;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-workstyle__box {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 48px 64px;
    border-radius: 16px;
    margin-top: -44px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-workstyle__box {
    max-width: 66.6666666667vw;
    padding: 2.5vw 3.3333333333vw;
    border-radius: 0.8333333333vw;
    margin-top: 0.4166666667vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-top .p-workstyle__box {
    max-width: 66.6666666667vw;
    padding: 2.5vw 3.3333333333vw;
    border-radius: 0.8333333333vw;
    margin-top: -2.2916666667vw;
  }
}
@media screen and (max-width: 920px) and (min-width: 767px) {
  .l-top .p-workstyle__box {
    margin-top: 0.4166666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-workstyle__box {
    margin: 8vw auto;
    max-width: 84vw;
    padding: 6.4vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.l-top .p-workstyle__box-list {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-workstyle__box-list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-workstyle__box-list {
    flex-direction: column;
    row-gap: 6.4vw;
  }
}
.l-top .p-workstyle__box-list li {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-workstyle__box-list li {
    align-items: flex-start;
    column-gap: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-workstyle__box-list li {
    column-gap: 0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-workstyle__box-list li {
    align-items: flex-start;
    column-gap: 4.2666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-workstyle__box-list li img {
    margin-top: 9.6px;
    width: 80px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-workstyle__box-list li img {
    margin-top: 0.5vw;
    width: 4.1666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-workstyle__box-list li img {
    width: 16vw;
    margin-top: 1.0666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-workstyle__box-list li .text {
    width: 262.4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-workstyle__box-list li .text {
    width: 13.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-workstyle__box-list li .text {
    flex: 1;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-workstyle__box-list li .text-ttl {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-workstyle__box-list li .text-ttl {
    font-size: clamp(10px, 0.8333333333vw, 16px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-workstyle__box-list li .text-ttl {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-workstyle__box-list li .text-ttl {
    margin-bottom: 12.8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-workstyle__box-list li .text-ttl {
    margin-bottom: 0.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-workstyle__box-list li .text-ttl {
    margin-bottom: 1.6vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-workstyle__box-list li .text-txt {
    font-size: 14.4px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-workstyle__box-list li .text-txt {
    font-size: clamp(9px, 0.75vw, 14.4px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-workstyle__box-list li .text-txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-workstyle .c-btn {
    margin: 0 auto;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-careerstep {
    padding-top: 248px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-careerstep {
    padding-top: 12.9166666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-careerstep {
    padding-top: 34.6666666667vw;
  }
}
.l-top .p-careerstep__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-careerstep__wrap {
    max-width: 1536px;
    row-gap: 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-careerstep__wrap {
    row-gap: 1.6666666667vw;
    max-width: 80vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-careerstep__wrap {
    position: relative;
  }
}
.l-top .p-careerstep__img {
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-careerstep__img {
    margin-left: auto;
    width: 50%;
    max-width: 768px;
    margin-top: -44px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-careerstep__img {
    max-width: 40vw;
    margin-top: -2.2916666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-careerstep__img {
    position: absolute;
    left: 0;
    top: 29.3333333333vw;
    padding-left: 8vw;
    width: 100%;
  }
}
.l-top .p-careerstep__img::before {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(to right, #1294CC 0%, #5563BA 100%);
  z-index: -1;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-careerstep__img::before {
    right: 0;
    width: 50vw;
    height: 288px;
    top: 128px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-careerstep__img::before {
    height: 15vw;
    top: 6.6666666667vw;
    border-top-right-radius: 0.8333333333vw;
    border-bottom-right-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-careerstep__img::before {
    left: 0;
    width: 92vw;
    height: 50.6666666667vw;
    bottom: 5.3333333333vw;
    border-top-right-radius: 2.6666666667vw;
    border-bottom-right-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-careerstep__img img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-careerstep__img img {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-careerstep__img-img01 {
    margin-left: auto;
    margin-right: 48px;
    width: 432px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-careerstep__img-img01 {
    width: 22.5vw;
    margin-right: 2.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-careerstep__img-img01 {
    border-radius: 2.6666666667vw;
    width: 56vw;
  }
}
.l-top .p-careerstep__img-img02 {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-careerstep__img-img02 {
    width: 320px;
    margin-left: 48px;
    margin-top: -256px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-careerstep__img-img02 {
    width: 16.6666666667vw;
    margin-left: 2.5vw;
    margin-top: -13.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-careerstep__img-img02 {
    width: 48vw;
    margin-left: auto;
    margin-top: -37.3333333333vw;
    border-top-left-radius: 2.6666666667vw;
    border-bottom-left-radius: 2.6666666667vw;
  }
}
.l-top .p-careerstep__text {
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-careerstep__text .c-top-subttl {
    right: 0;
    top: -160px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-careerstep__text .c-top-subttl {
    top: -8.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-careerstep__text .c-top-subttl {
    left: 0;
    top: -16vw;
  }
}
.l-top .p-careerstep__text .c-top-subttl span {
  display: inline-block;
  background: linear-gradient(to right, #1294CC 0%, #5563BA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-top .p-careerstep__text .c-top-subttl span.txt01 {
  position: absolute;
  left: 0;
  top: 0;
}
.l-top .p-careerstep__text .c-top-subttl span.txt02 {
  position: absolute;
  left: 45.6vw;
  top: 15.4666666667vw;
}
.l-top .p-careerstep__text .c-top-ttl-sub {
  margin-left: 0;
}
.l-top .p-careerstep__text .c-top-ttl-main {
  white-space: nowrap;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-careerstep__text .c-top-ttl-main {
    margin-left: -4.8vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-careerstep__text {
    width: 50%;
    padding-left: 48px;
    padding-right: 176px;
    max-width: 768px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-careerstep__text {
    padding-left: 2.5vw;
    padding-right: 9.1666666667vw;
    max-width: 40vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-careerstep__text {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-careerstep__text .c-txt {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-careerstep__text .c-txt {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-careerstep__text .c-txt {
    margin-top: 229.3333333333vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-careerstep__text .c-btn {
    margin: 0 auto;
  }
}
.l-top .p-careerstep__career {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-careerstep__career {
    position: relative;
    margin: 0 auto;
    width: 1184px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-careerstep__career {
    width: 61.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-careerstep__career {
    position: absolute;
    top: 101.3333333333vw;
    padding: 2.6666666667vw;
    width: 84vw;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F6F6F6;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-careerstep__career::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #EEEEEE;
    z-index: -3;
    left: 50%;
    transform: translateX(-50%);
    width: 1280px;
    height: 622.4px;
    bottom: -48px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-careerstep__career::before {
    width: 66.6666666667vw;
    height: 32.4166666667vw;
    bottom: -2.5vw;
    border-radius: 0.8333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-interview {
    padding-top: 296px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-interview {
    padding-top: 15.4166666667vw;
    padding-bottom: 6.25vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-interview {
    overflow: hidden;
    padding-top: 34.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
}
.l-top .p-interview__wrap {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-interview__wrap {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-interview__wrap {
    position: relative;
  }
}
.l-top .p-interview__text {
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-interview__text {
    width: 44.79%;
    max-width: 688px;
    padding-left: 128px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-interview__text {
    padding-left: 6.6666666667vw;
    max-width: 35.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-interview__text {
    padding-left: 8vw;
  }
}
.l-top .p-interview__text .c-top-subttl {
  background: linear-gradient(to right, #C92FAD 0%, #E54A08 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-interview__text .c-top-subttl {
    top: -160px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-interview__text .c-top-subttl {
    top: -8.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-interview__text .c-top-subttl {
    top: -17.3333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-interview__text .c-top-ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-interview__text .c-top-ttl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-interview__text .c-top-ttl {
    margin-bottom: 98.6666666667vw;
  }
}
.l-top .p-interview__text .c-top-ttl-sub {
  margin-left: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-interview__text .c-top-ttl-sub {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-interview__text .c-top-ttl-sub {
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-interview__text .c-top-ttl-main {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-interview__text .c-top-ttl-main {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-interview__text .c-top-ttl-main {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
.l-top .p-interview__text .c-btn {
  margin: 0 auto;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-interview__slider {
    position: relative;
    width: 55.2083333%;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-interview__slider {
    position: absolute;
    width: 100vw;
    top: 58.6666666667vw;
  }
}
.l-top .p-interview__slider::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  background: linear-gradient(to right, #C92FAD 0%, #E54A08 100%);
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-interview__slider::before {
    left: 176px;
    bottom: 32px;
    width: calc(100% - 220px);
    height: 320px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-interview__slider::before {
    left: 9.1666666667vw;
    bottom: 1.6666666667vw;
    width: calc(100% - 9.1666666667vw);
    height: 16.6666666667vw;
    border-top-left-radius: 0.8333333333vw;
    border-bottom-left-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-interview__slider::before {
    width: 100%;
    height: 65.6vw;
    left: 0;
    right: 0;
    bottom: -8vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-interview__slider .slick-list {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-interview__slider .slick-list {
    padding-bottom: 4.1666666667vw;
  }
}
.l-top .p-interview__slider-item {
  display: block;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-interview__slider-item {
    width: 288px;
    margin-right: 24px;
    transition: transform 0.3s;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-interview__slider-item {
    width: 15vw;
    margin-right: 1.25vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-interview__slider-item {
    width: 48vw;
    margin: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-interview__slider-item.is-up {
    transform: translateY(0);
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-interview__slider-item.is-down {
    transform: translateY(100px);
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-interview__slider-item.is-down {
    transform: translateY(4.1666666667vw);
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-interview__slider-item img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-interview__slider-item img {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-interview__slider-item img {
    border-radius: 2.6666666667vw;
  }
}
.l-top .p-interview__slider .slick-arrow {
  position: absolute;
  z-index: 10;
  z-index: 1;
  font-size: 0;
  background-color: #222222;
  border-radius: 50%;
  border: none;
  padding: 0;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-interview__slider .slick-arrow {
    bottom: 0;
    width: 51.2px;
    height: 51.2px;
  }
  .l-top .p-interview__slider .slick-arrow:hover {
    background-color: #B60081;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-interview__slider .slick-arrow {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-interview__slider .slick-arrow {
    top: 30.4vw;
    width: 12.8vw;
    height: 12.8vw;
  }
}
.l-top .p-interview__slider .slick-arrow::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: center/contain no-repeat url(../img/common/ic-arrow-wh.svg);
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-interview__slider .slick-arrow::before {
    width: 13.6px;
    height: 12.8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-interview__slider .slick-arrow::before {
    width: 0.7083333333vw;
    height: 0.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-interview__slider .slick-arrow::before {
    width: 3.4666666667vw;
    height: 3.2vw;
  }
}
.l-top .p-interview__slider .slick-arrow.slick-prev {
  transform: scale(-1, 1);
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-interview__slider .slick-arrow.slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-interview__slider .slick-arrow.slick-prev {
    left: 10.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-top .p-interview__slider .slick-arrow.slick-next {
    left: 67.2px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-top .p-interview__slider .slick-arrow.slick-next {
    left: 3.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-top .p-interview__slider .slick-arrow.slick-next {
    right: 10.6666666667vw;
  }
}

@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-mission .c-inner {
    max-width: 739.2px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-mission .c-inner {
    max-width: max(462px, 38.5vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-mission .c-inner {
    max-width: 84vw;
  }
}
.l-about .p-mission__lead {
  color: #B60081;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-mission__lead {
    font-size: 32px;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-mission__lead {
    font-size: clamp(20px, 1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-mission__lead {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-mission__lead {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-mission__lead {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-mission__lead {
    margin-bottom: 6.4vw;
  }
}
.l-about .p-mission__text {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-mission__text {
    font-size: 24px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-mission__text {
    font-size: clamp(15px, 1.25vw, 24px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-mission__text {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0.01em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-mission__text {
    margin-bottom: -88px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-mission__text {
    margin-bottom: -4.5833333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-mission__text {
    margin-bottom: -5.3333333333vw;
  }
}
.l-about .p-vision__lead {
  color: #B60081;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-vision__lead {
    font-size: 38.4px;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-vision__lead {
    font-size: 2vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-vision__lead {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-about .p-vision__wrap {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-vision__wrap {
    column-gap: 36px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-vision__wrap {
    column-gap: 1.875vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-vision__wrap {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-vision__img {
    width: 500px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-vision__img {
    width: max(281.25px, 26.0416666667vw);
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-vision__text {
    flex: 1;
  }
}
.l-about .p-value__wrap {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-value__wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-value__wrap {
    row-gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-value__wrap {
    flex-direction: column;
    row-gap: 8vw;
  }
}
.l-about .p-value__item {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-value__item {
    width: 614.4px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-value__item {
    width: 38.4vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-about .p-value__item {
    width: max(345.6px, 32vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-value__item {
    width: 100%;
  }
}
.l-about .p-value__item::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #B60081;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-value__item::before {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-value__item::before {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-value__item::before {
    border-radius: 2.6666666667vw;
  }
}
.l-about .p-value__item-ttl {
  background: linear-gradient(to right, #5563BA 0%, #C92FAD 100%);
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-value__item-ttl {
    font-size: 28.8px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-value__item-ttl {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-value__item-ttl {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-value__item-ttl {
    padding: 24px 0;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-value__item-ttl {
    padding: 1.25vw 0;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-value__item-ttl {
    font-size: 2vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-value__item-ttl {
    padding: 6.4vw 0;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-value__item-inner {
    padding: 0 48px 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-value__item-inner {
    padding: 0 2.5vw 1.25vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-value__item-inner {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-value__item .c-txt-m {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-future .c-txt-m {
    font-size: 0.9375vw;
  }
}
.l-about .p-future__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-future__wrap {
    max-width: 736px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-future__wrap {
    max-width: max(460px, 38.3333333333vw);
  }
}
.l-about .p-future__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-future__item {
    width: 256px;
    height: 256px;
    margin-left: -16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-future__item {
    width: max(160px, 13.3333333333vw);
    height: max(160px, 13.3333333333vw);
    margin-left: min(-10px, -0.8333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-future__item {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-future__item:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-future__item:nth-of-type(2n+1) {
    margin-right: -2.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-future__item:nth-of-type(n+4) {
    margin-top: -48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-future__item:nth-of-type(n+4) {
    margin-top: -2.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-future__item:nth-of-type(n+3) {
    margin-top: -6.4vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-future__item:nth-of-type(3) {
    margin-left: 23.3333333333vw;
    margin-right: 23.3333333333vw;
    margin-top: -8vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-future__item:nth-of-type(4), .l-about .p-future__item:last-of-type {
    margin-top: -8vw;
  }
}
.l-about .p-future__item::before {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/about/im-circle-rainbow.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-future__item-txt {
    font-size: 19.2px;
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-future__item-txt {
    font-size: clamp(12px, 1vw, 19.2px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-future__item-txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-about .p-message__wrap {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-message__wrap {
    align-items: flex-start;
    column-gap: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-message__wrap {
    column-gap: 2.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-message__wrap {
    flex-direction: column-reverse;
    row-gap: 4.8vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-message__img {
    width: 256px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-message__img {
    width: max(160px, 13.3333333333vw);
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-message__img img {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-about .p-message__img img {
    margin-bottom: 0.4166666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-about .p-message__img img {
    margin-bottom: 0.8vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-about .p-message__text {
    flex: 1;
  }
}

@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-message .p-message .c-txt-m {
    font-size: 0.9375vw;
  }
}
.l-message .p-message__summary {
  text-align: center;
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-message .p-message__summary .c-ttl-s {
    font-size: 1vw;
  }
}
.l-message .p-message__summary-job {
  color: #B60081;
}
.l-message .p-message__summary-fav {
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-message .p-message__summary-fav {
    padding: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-message .p-message__summary-fav {
    padding: 0.8333333333vw 0;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-message .p-message__summary-fav {
    padding: 4.2666666667vw 0;
  }
}
.l-message .p-message__title {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  color: #B60081;
}
.l-message .p-message__title.blue {
  color: #5563BA;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-message .p-message__title {
    font-size: 25.6px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-message .p-message__title {
    font-size: clamp(16px, 1.3333333333vw, 25.6px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-message .p-message__title {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-message .p-message__title {
    padding-bottom: 32px;
    border-bottom: 2.4px solid #B60081;
    margin-bottom: 32px;
  }
  .l-message .p-message__title.blue {
    border-bottom-color: #5563BA;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-message .p-message__title {
    padding-bottom: 1.6666666667vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-message .p-message__title {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    border-bottom: 0.5333333333vw solid #B60081;
  }
  .l-message .p-message__title.blue {
    border-bottom-color: #5563BA;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-message .p-message .c-column__item {
    padding: 48px 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-message .p-message .c-column__item {
    padding: 2.5vw 1.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-message .p-message .c-column__item {
    padding: 8vw 5.3333333333vw;
  }
}
.l-message .p-message__box {
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-message .p-message__box + .p-message__box {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-message .p-message__box + .p-message__box {
    margin-top: 0.4166666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-message .p-message__box + .p-message__box {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-message .p-message__box {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-message .p-message__box {
    padding: 12.8px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    border: 2.4px solid #B60081;
  }
  .l-message .p-message__box.blue {
    border-color: #5563BA;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-message .p-message__box {
    font-size: clamp(9px, 0.8333333333vw, 16px);
    padding: 0.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-message .p-message__box {
    padding: 2.6666666667vw;
    border: 0.5333333333vw solid #B60081;
  }
  .l-message .p-message__box.blue {
    border-color: #5563BA;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-message .p-message__notice dl {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-message .p-message__notice dl + dl {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-message .p-message__notice dl + dl {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-message .p-message__notice dl + dl {
    margin-top: 5.3333333333vw;
  }
}
.l-message .p-message__notice dt {
  text-align: center;
  background-color: #222222;
  color: #fff;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-message .p-message__notice dt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-message .p-message__notice dt {
    font-size: clamp(12.5px, 1.0416666667vw, 20px);
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-message .p-message__notice dt {
    padding: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-message .p-message__notice dt {
    padding: 0.8333333333vw;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-message .p-message__notice dt {
    font-size: 1.04vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-message .p-message__notice dt {
    padding: 2.6666666667vw;
  }
}
.l-message .p-message__notice dd {
  background-color: #fff;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-message .p-message__notice dd {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-message .p-message__notice dd {
    font-size: clamp(11.25px, 0.9375vw, 18px);
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-message .p-message__notice dd {
    padding: 24px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-message .p-message__notice dd {
    padding: 1.25vw;
    margin-top: 0.4166666667vw;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-message .p-message__notice dd {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-message .p-message__notice dd {
    padding: 4.2666666667vw 3.2vw;
    margin-top: 2.1333333333vw;
  }
}
.l-message .p-message__comment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-message .p-message__comment {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-message .p-message__comment {
    justify-content: center;
  }
}
.l-message .p-message__comment-text {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-message .p-message__comment-text {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-message .p-message__comment-text {
    font-size: clamp(11.25px, 0.9375vw, 18px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-message .p-message__comment-text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.l-message .p-message__comment-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 6px 18px 6px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% -50%;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-message .p-message__comment-text::before {
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 6.4vw 6.4vw 0;
    border-color: transparent transparent #000;
    translate: -50% -100%;
    transform: skew(-25deg);
    transform-origin: bottom;
  }
  .l-message .p-message__comment-text::after {
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 4.8vw 4.8vw 0;
    border-color: transparent transparent #fff;
    translate: calc(-50% - 1px) -100%;
    transform: skew(-25deg);
    transform-origin: bottom;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-message .p-message__comment-text {
    filter: drop-shadow(0 4.8px 1.6px rgba(0, 0, 0, 0.1));
    width: 1000px;
    padding: 24px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-message .p-message__comment-text {
    filter: drop-shadow(0 0.25vw 0.0833333333vw rgba(0, 0, 0, 0.1));
    width: 62.5vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-message .p-message__comment-text {
    filter: drop-shadow(0 0.25vw 0.0833333333vw rgba(0, 0, 0, 0.1));
    width: max(562.5px, 52.0833333333vw);
    padding: max(13.5px, 1.25vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-message .p-message__comment-text {
    width: 100%;
    filter: drop-shadow(0 1.0666666667vw 0.5333333333vw rgba(0, 0, 0, 0.1));
    padding: 4.2666666667vw 3.2vw;
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-message .p-message__comment picture {
    width: 176px;
    padding-left: 16px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-message .p-message__comment picture {
    width: 11vw;
    padding-left: 1vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-message .p-message__comment picture {
    width: max(99px, 9.1666666667vw);
    padding-left: 0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-message .p-message__comment picture {
    max-width: 200px;
    width: 33.3334%;
    margin-bottom: 6.4vw;
  }
}
.l-message .p-message__comment picture img {
  border-radius: 50%;
}

.l-work .p-policy__wrap {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-policy__wrap {
    column-gap: 64px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-policy__wrap {
    column-gap: 3.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-policy__wrap {
    flex-direction: column;
    row-gap: 8vw;
  }
}
.l-work .p-policy__main {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-policy__main {
    width: 349.6px;
    height: 349.6px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-policy__main {
    width: 18.2083333333vw;
    height: 18.2083333333vw;
    padding-left: 1.25vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-policy__main {
    width: 58.1333333333vw;
    height: 58.1333333333vw;
    padding-left: 4vw;
  }
}
.l-work .p-policy__main::before {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/work/im-circle-rainbow.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-policy__main-txt {
    font-size: 32px;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-policy__main-txt {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-policy__main-txt {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-policy__text {
    flex: 1;
  }
}
.l-work .p-work__wrap {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-work__wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-work__wrap {
    row-gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-work__wrap {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}
.l-work .p-work__main {
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-work__main {
    padding: 38.4px 48px 43.2px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-work__main {
    padding: 2vw 2.5vw 2.25vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-work__main {
    padding: 6.4vw 5.3333333333vw;
  }
}
.l-work .p-work__main-wrap {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-work__main-wrap {
    flex-wrap: wrap;
    row-gap: 38.4px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-work__main-wrap {
    row-gap: max(21.6px, 2vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-work__main-wrap {
    flex-direction: column;
    row-gap: 14.4vw;
  }
}
.l-work .p-work__main-item {
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-work__main-item {
    width: 550px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-work__main-item {
    width: 34.375vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-work .p-work__main-item {
    width: max(309.375px, 28.6458333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-work__main-item:first-of-type {
    margin-bottom: -9.6vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-work__main-item .pc-w {
    width: 520px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-work__main-item .pc-w {
    width: 32.5vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-work .p-work__main-item .pc-w {
    width: max(292.5px, 27.0833333333vw);
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-work__main-item .pc-w2 {
    width: 360px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-work__main-item .pc-w2 {
    width: 22.5vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-work .p-work__main-item .pc-w2 {
    width: max(202.5px, 18.75vw);
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-work__main-item .c-ttl-s.subttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-work__main-item .c-ttl-s.subttl {
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-work__main-item .c-ttl-s.subttl {
    width: 41.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.l-work .p-work__main-item .img {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-work__main-item .img {
    width: 160px;
    top: 38.4px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-work__main-item .img {
    width: 10vw;
    top: 5vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-work .p-work__main-item .img {
    width: max(90px, 8.3333333333vw);
    top: max(21.6px, 2vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-work__main-item .img {
    width: 32vw;
    top: -6.9333333333vw;
  }
}
.l-work .p-work__sub {
  background-color: #fff;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-work__sub {
    width: 620px;
    padding: 38.4px 48px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-work__sub {
    width: 38.75vw;
    padding: 2.4vw 3vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-work .p-work__sub {
    width: max(348.75px, 32.2916666667vw);
    padding: 2vw 2.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-work__sub {
    width: 100%;
    padding: 6.4vw 5.3333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-work__sub img {
    margin-bottom: 22.4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-work__sub img {
    margin-bottom: 1.1666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-work__sub img {
    margin-bottom: 3.2vw;
  }
}
.l-work .p-theater__wrap {
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-theater__wrap {
    max-width: 1236px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-theater__wrap {
    max-width: 77.25vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-work .p-theater__wrap {
    max-width: max(695.25px, 64.375vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-theater__wrap {
    width: 100%;
  }
}
.l-work .p-theater__btn {
  position: absolute;
  z-index: 5;
  width: max-content;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-theater__btn.btn01 {
    top: 64px;
    left: 120px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-theater__btn.btn01 {
    top: 2.5vw;
    left: 0.75vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-work .p-theater__btn.btn01 {
    top: max(36px, 3.3333333333vw);
    left: max(67.5px, 6.25vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-theater__btn.btn01 {
    top: 10.6666666667vw;
    left: 8vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-theater__btn.btn01 .c-btn {
    margin-left: 0;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-theater__btn.btn02 {
    left: 0;
    bottom: 106px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-theater__btn.btn02 {
    left: -3.75vw;
    bottom: 5vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-work .p-theater__btn.btn02 {
    bottom: max(59.625px, 5.5208333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-theater__btn.btn02 {
    right: 8vw;
    top: 106.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-theater__btn.btn03 {
    top: 32px;
    right: 99.2px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-theater__btn.btn03 {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-work .p-theater__btn.btn03 {
    top: max(18px, 1.6666666667vw);
    right: max(55.8px, 5.1666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-theater__btn.btn03 {
    right: 8vw;
    top: 135.2vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-theater__btn.btn04 {
    right: 0;
    top: 152px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-theater__btn.btn04 {
    right: -5vw;
    top: 7.5vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-work .p-theater__btn.btn04 {
    top: max(85.5px, 7.9166666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-theater__btn.btn04 {
    bottom: 62.6666666667vw;
    right: 8vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-theater__btn.btn05 {
    bottom: 0;
    right: 376px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-theater__btn.btn05 {
    right: 14.5833333333vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-work .p-theater__btn.btn05 {
    right: max(211.5px, 19.5833333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-theater__btn.btn05 {
    bottom: 34.1333333333vw;
    right: 8vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-theater__btn .c-ttl-s {
    font-size: 23.04px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-theater__btn .c-ttl-s {
    font-size: clamp(14.4px, 1.2vw, 23.04px);
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-theater__btn .c-ttl-s {
    margin-bottom: 12.8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-theater__btn .c-ttl-s {
    margin-bottom: 0.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-theater__btn .c-ttl-s {
    margin-bottom: 3.2vw;
  }
}
.l-work .p-theater__btn .c-btn {
  justify-content: flex-start;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-theater__btn .c-btn {
    width: 160px;
    height: 40px;
    padding-left: 13.6px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-theater__btn .c-btn {
    width: max(90px, 8.3333333333vw);
    height: max(22.5px, 2.0833333333vw);
    padding-left: max(7.65px, 0.7083333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-theater__btn .c-btn {
    width: 29.3333333333vw;
    height: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-theater__btn .c-btn span {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-theater__btn .c-btn::after {
    right: 12px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-theater__btn .c-btn::after {
    right: max(6.75px, 0.625vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-theater__btn .c-btn::after {
    width: 2.9333333333vw;
    height: 3.2vw;
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-related__img {
    max-width: 576px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-related__img {
    max-width: max(324px, 30vw);
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-related__img {
    max-width: 84vw;
    margin-bottom: 8vw;
  }
}
.l-work .p-related__list {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-related__list {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-related__list {
    row-gap: max(13.5px, 1.25vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-related__list {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}
.l-work .p-related__list-item {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-related__list-item {
    width: 620px;
    padding: 19.2px 24px 24px 120px;
    border-radius: 8px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-related__list-item {
    width: 38.75vw;
    padding: 1.2vw 1.5vw 1.5vw 7.5vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-work .p-related__list-item {
    width: max(348.75px, 32.2916666667vw);
    padding: 1vw 1.25vw 1.25vw max(67.5px, 6.25vw);
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-related__list-item {
    width: 100%;
    border-radius: 1.6vw;
    padding: 6.9333333333vw 5.3333333333vw 4.2666666667vw;
  }
}
.l-work .p-related__list-item::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-related__list-item::before {
    height: 100%;
    width: 8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-related__list-item::before {
    width: 0.4166666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-related__list-item::before {
    width: 100%;
    height: 1.76vw;
  }
}
.l-work .p-related__list-item.item01::before {
  background-color: #EB5D4A;
}
.l-work .p-related__list-item.item02::before {
  background-color: #F99747;
}
.l-work .p-related__list-item.item03::before {
  background-color: #F4D658;
}
.l-work .p-related__list-item.item04::before {
  background-color: #C6DD47;
}
.l-work .p-related__list-item.item05::before {
  background-color: #5ED987;
}
.l-work .p-related__list-item.item06::before {
  background-color: #48CCB2;
}
.l-work .p-related__list-item.item07::before {
  background-color: #6ABCDF;
}
.l-work .p-related__list-item.item08::before {
  background-color: #808DC0;
}
.l-work .p-related__list-item.item09::before {
  background-color: #C080BF;
}
.l-work .p-related__list-item.item10::before {
  background-color: #D864A3;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-related__list-item img {
    position: absolute;
    width: 80px;
    left: 24px;
    top: 24px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-related__list-item img {
    width: 5vw;
    left: 1.5vw;
    top: 1.5vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-work .p-related__list-item img {
    width: max(45px, 4.1666666667vw);
    left: max(13.5px, 1.25vw);
    top: max(13.5px, 1.25vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-related__list-item img {
    width: 21.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-related__list-item .ttlwrap {
    display: flex;
    align-items: center;
    column-gap: 2.6666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-related__list-item .c-ttl-s {
    margin-bottom: 4.8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-related__list-item .c-ttl-s {
    margin-bottom: 0.25vw;
  }
}
.l-work .p-modal__bg {
  position: absolute;
  background-color: rgba(34, 34, 34, 0.9);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.l-work .p-modal__content {
  position: absolute;
  background-color: #fff;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-modal__content {
    border-radius: 16px;
    width: 860px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-modal__content {
    border-radius: 0.8333333333vw;
    width: max(483.75px, 44.7916666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-modal__content {
    max-height: 75vh;
    border-radius: 2.6666666667vw;
    width: 89.3333333333vw;
  }
}
.l-work .p-modal__close {
  position: absolute;
  display: block;
  right: 0;
  transform: translateY(-100%);
  cursor: pointer;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-modal__close {
    width: 32.8px;
    height: 32.8px;
    top: -16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-modal__close {
    width: 1.7083333333vw;
    height: 1.7083333333vw;
    top: -0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-modal__close {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: -2.6666666667vw;
  }
}
.l-work .p-modal__wrap {
  overflow-y: auto;
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-modal__wrap {
    max-height: 368px;
    padding: 32px;
    column-gap: 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-modal__wrap {
    max-height: max(230px, 19.1666666667vw);
    padding: 1.6666666667vw;
    column-gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-modal__wrap {
    flex-direction: column;
    padding: 5.3333333333vw 4.2666666667vw 5.3333333333vw 5.3333333333vw;
    row-gap: 5.3333333333vw;
    max-height: 100%;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-modal__ttl {
    width: 240px;
    padding: 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-modal__ttl {
    width: max(135px, 12.5vw);
    padding: max(13.5px, 1.25vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-modal__ttl {
    position: relative;
    padding: 8.5333333333vw 5.3333333333vw;
  }
}
.l-work .p-modal__ttl .c-ttl-s {
  color: #B60081;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-modal__ttl .c-ttl-s {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-modal__ttl .c-ttl-s {
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-modal__ttl img {
    width: 176px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-modal__ttl img {
    width: max(99px, 9.1666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-modal__ttl img {
    width: 29.3333333333vw;
    position: absolute;
    top: -1.0666666667vw;
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-modal__text {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
.l-work .p-modal__text-list li {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-modal__text-list li {
    column-gap: 16px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-modal__text-list li {
    column-gap: max(9px, 0.8333333333vw);
    margin-bottom: max(13.5px, 1.25vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-modal__text-list li {
    column-gap: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-modal__text-list li img {
    width: 57.6px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-modal__text-list li img {
    width: max(32.4px, 3vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-modal__text-list li img {
    width: 14.9333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-modal__text-list li .c-ttl-s {
    margin-bottom: 6.4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-modal__text-list li .c-ttl-s {
    margin-bottom: max(3.6px, 0.3333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-modal__text-list li .c-ttl-s {
    margin-bottom: 1.2vw;
  }
}
.l-work .p-modal__text-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222222;
  color: #fff;
  transition: all 0.3s;
  flex-shrink: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-modal__text-btn {
    font-size: 19.2px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-modal__text-btn {
    font-size: clamp(12px, 1vw, 19.2px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-modal__text-btn {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-work .p-modal__text-btn {
    width: 128px;
    height: 40px;
    border-radius: 25.6px;
    margin-top: auto;
    margin-left: auto;
  }
  .l-work .p-modal__text-btn:hover {
    background-color: #B60081;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-work .p-modal__text-btn {
    width: max(72px, 6.6666666667vw);
    height: max(22.5px, 2.0833333333vw);
    border-radius: 1.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-work .p-modal__text-btn {
    margin-left: auto;
    margin-right: auto;
    width: 29.3333333333vw;
    height: 10.6666666667vw;
    border-radius: 8.5333333333vw;
  }
}

.l-workstyle .p-benefits__list {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-workstyle .p-benefits__list {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-workstyle .p-benefits__list {
    row-gap: max(27px, 2.5vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-workstyle .p-benefits__list {
    flex-direction: column;
    row-gap: 8vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-workstyle .p-benefits__list-item {
    width: 400px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-workstyle .p-benefits__list-item {
    width: 25vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-workstyle .p-benefits__list-item {
    width: max(225px, 20.8333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-workstyle .p-benefits__list-item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    column-gap: 5.3333333333vw;
  }
}
.l-workstyle .p-benefits__list-item .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-workstyle .p-benefits__list-item .img {
    margin-bottom: 16px;
    height: 192px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-workstyle .p-benefits__list-item .img {
    margin-bottom: 1vw;
    height: 12vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-workstyle .p-benefits__list-item .img {
    margin-bottom: max(9px, 0.8333333333vw);
    height: max(108px, 10vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-workstyle .p-benefits__list-item .img {
    margin-top: 1.0666666667vw;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
.l-workstyle .p-benefits__list-item .img.red {
  background-color: #EB5D4A;
}
.l-workstyle .p-benefits__list-item .img.blue {
  background-color: #6ABCDF;
}
.l-workstyle .p-benefits__list-item .img.green {
  background-color: #C6DD47;
}
.l-workstyle .p-benefits__list-item .img.orange {
  background-color: #F99747;
}
.l-workstyle .p-benefits__list-item .img.navy {
  background-color: #808DC0;
}
.l-workstyle .p-benefits__list-item .img.pink {
  background-color: #D864A3;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-workstyle .p-benefits__list-item .img img {
    width: 140px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-workstyle .p-benefits__list-item .img img {
    width: 8.75vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-workstyle .p-benefits__list-item .img img {
    width: max(78.75px, 7.2916666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-workstyle .p-benefits__list-item .img img {
    width: 17.8666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-workstyle .p-benefits__list-item .text {
    flex: 1;
  }
}
.l-workstyle .p-benefits__gnet {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-workstyle .p-benefits__gnet {
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-workstyle .p-benefits__gnet {
    flex-direction: column;
    row-gap: 3.2vw;
  }
}
.l-workstyle .p-benefits__gnet-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #222222;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-workstyle .p-benefits__gnet-img {
    width: 625px;
    height: 375px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-workstyle .p-benefits__gnet-img {
    width: 39.0625vw;
    height: 23.4375vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-workstyle .p-benefits__gnet-img {
    width: max(351.5625px, 32.5520833333vw);
    height: max(210.9375px, 19.53125vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-workstyle .p-benefits__gnet-img {
    width: 100%;
    height: 53.6vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-workstyle .p-benefits__gnet-img img {
    width: 500px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-workstyle .p-benefits__gnet-img img {
    width: 31.25vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-workstyle .p-benefits__gnet-img img {
    width: max(281.25px, 26.0416666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-workstyle .p-benefits__gnet-img img {
    width: 71.4666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-workstyle .p-benefits__gnet-text {
    width: 625px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-workstyle .p-benefits__gnet-text {
    width: 39.0625vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-workstyle .p-benefits__gnet-text {
    width: max(351.5625px, 32.5520833333vw);
  }
}
.l-workstyle .p-system__list {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-workstyle .p-system__list {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-workstyle .p-system__list {
    row-gap: max(27px, 2.5vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-workstyle .p-system__list {
    flex-direction: column;
    row-gap: 8vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-workstyle .p-system__list-item {
    width: 610px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-workstyle .p-system__list-item {
    width: 38.125vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-workstyle .p-system__list-item {
    width: max(343.125px, 31.7708333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-workstyle .p-system__list-item {
    width: 100%;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-workstyle .p-system__list-item img {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-workstyle .p-system__list-item img {
    margin-bottom: max(9px, 0.8333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-workstyle .p-system__list-item img {
    margin-bottom: 4.2666666667vw;
  }
}

@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .c-txt-m {
    font-size: 0.9375vw;
  }
}
.l-career-step .p-training__about {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__about {
    align-items: center;
    column-gap: 57.6px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__about {
    column-gap: max(32.85px, 3.0416666667vw);
    margin-bottom: max(27px, 2.5vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__about {
    flex-direction: column;
    align-items: center;
    row-gap: 6.4vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__about-img {
    width: 360px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__about-img {
    width: 22.5vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-career-step .p-training__about-img {
    width: max(202.5px, 18.75vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__about-img {
    width: 78.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__about-text {
    flex: 1;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__about-text {
    width: 100%;
  }
}
.l-career-step .p-training__about-text .list-sub {
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__about-text .list-sub {
    padding-left: 11.2px;
    margin-bottom: 19.2px;
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__about-text .list-sub {
    padding-left: max(6.3px, 0.5833333333vw);
    margin-bottom: max(10.8px, 1vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__about-text .list-sub {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__about-text .list-sub::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #f99747;
    left: 0;
    top: 0;
    width: 3.2px;
    height: 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__about-text .list-sub::before {
    width: max(1.8px, 0.1666666667vw);
    height: max(13.5px, 1.25vw);
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__about-text .list-sub-ttl {
    width: 191px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__about-text .list-sub-ttl {
    flex-shrink: 0;
    width: 15.8333333333vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-career-step .p-training__about-text .list-sub-ttl {
    width: max(112px, 9.9479166667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__about-text .list-sub-ttl {
    border-left: 1.0666666667vw solid #f99747;
    padding-left: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__about-text .list-sub-txt {
    padding-left: 1.0666666667vw;
  }
}
.l-career-step .p-training__about-text .list-main {
  position: relative;
  background-color: #f9f8e5;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__about-text .list-main {
    margin-top: 24px;
    border-left: 3.2px solid #f4d658;
    padding: 24px 32px 19.2px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__about-text .list-main {
    margin-top: max(13.5px, 1.25vw);
    border-left-width: max(2px, 0.1666666667vw);
    padding: max(13.5px, 1.25vw) max(18px, 1.6666666667vw) max(10.8px, 1vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__about-text .list-main {
    padding: 5.3333333333vw;
    border-left: 1.0666666667vw solid #f4d658;
    margin-bottom: 4vw;
  }
}
.l-career-step .p-training__example {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example {
    justify-content: space-between;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example {
    flex-direction: column;
    row-gap: 8vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item {
    padding: 32px 32px 49.6px;
    width: 610px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__example-item {
    padding: max(18px, 1.6666666667vw) max(18px, 1.6666666667vw) max(27.9px, 2.5833333333vw);
    width: max(343.125px, 31.7708333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item {
    padding: 8vw 5.3333333333vw;
  }
}
.l-career-step .p-training__example-item .persona {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .persona {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__example-item .persona {
    margin-bottom: max(13.5px, 1.25vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .persona {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .persona-img {
    width: 120px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__example-item .persona-img {
    width: max(67.5px, 6.25vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .persona-img {
    width: 26.6666666667vw;
  }
}
.l-career-step .p-training__example-item .persona-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .persona-text {
    width: 404px;
    height: 80px;
    padding-top: 19.2px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__example-item .persona-text {
    width: max(227.25px, 21.0416666667vw);
    height: max(45px, 4.1666666667vw);
    padding-top: max(10.8px, 1vw);
    padding-left: max(4.5px, 0.4166666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .persona-text {
    width: 50.6666666667vw;
    height: 26.6666666667vw;
    padding-top: 2.6666666667vw;
    padding-left: 2.1333333333vw;
  }
}
.l-career-step .p-training__example-item .persona-text-ttl {
  display: inline-block;
  background-color: #eb5d4a;
  color: #fff;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .persona-text-ttl {
    font-size: 15.36px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__example-item .persona-text-ttl {
    font-size: clamp(9.6px, 0.8vw, 15.36px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .persona-text-ttl {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.1666666667;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .persona-text-ttl {
    border-radius: 8px;
    padding: 2.4px 12.8px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__example-item .persona-text-ttl {
    border-radius: max(4.5px, 0.4166666667vw);
    padding: max(1.35px, 0.125vw) max(7.2px, 0.6666666667vw);
    margin-bottom: max(4.5px, 0.4166666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .persona-text-ttl {
    border-radius: 2.6666666667vw;
    padding: 0.8vw 4.2666666667vw;
    margin-bottom: 1.6vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .persona-text-txt {
    font-size: 15.36px;
    line-height: 1.1458333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__example-item .persona-text-txt {
    font-size: clamp(9.6px, 0.8vw, 15.36px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .persona-text-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.625;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-career-step .p-training__example-item .persona-text-fukidashi {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  filter: drop-shadow(4px 4px rgba(0, 0, 0, 0.2));
  z-index: -1;
}
.l-career-step .p-training__example-item .step-ttl {
  background-color: #222222;
  color: #fff;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-ttl {
    font-size: 11.2px;
    line-height: 1.2142857143;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__example-item .step-ttl {
    font-size: clamp(7px, 0.5833333333vw, 11.2px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-ttl {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.2142857143;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-ttl {
    padding: 6.4px 0 4.8px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__example-item .step-ttl {
    padding: max(3.6px, 0.3333333333vw) 0 max(2.7px, 0.25vw);
    margin-bottom: max(4.5px, 0.4166666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-ttl {
    padding: 2.1333333333vw 0 1.6vw;
    margin-bottom: 2.6666666667vw;
  }
}
.l-career-step .p-training__example-item .step-list-item {
  position: relative;
  background-color: #fff;
  border: 1px solid #222222;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-item {
    font-size: 15.36px;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__example-item .step-list-item {
    font-size: clamp(9.6px, 0.8vw, 15.36px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-item {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-item {
    border-radius: 6.4px;
    padding: 12px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__example-item .step-list-item {
    border-radius: max(3.6px, 0.3333333333vw);
    padding: max(6.75px, 0.625vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-item {
    border-radius: 2.1333333333vw;
    padding: 4vw 0;
  }
}
.l-career-step .p-training__example-item .step-list-item::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-item.-arrow {
    margin-bottom: 17.6px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__example-item .step-list-item.-arrow {
    margin-bottom: max(9.9px, 0.9166666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-item.-arrow {
    margin-bottom: 6.4vw;
  }
}
.l-career-step .p-training__example-item .step-list-item.-arrow::after {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #222222;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-item.-arrow::after {
    width: 32px;
    height: 12px;
    bottom: -4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__example-item .step-list-item.-arrow::after {
    width: max(18px, 1.6666666667vw);
    height: max(6.75px, 0.625vw);
    bottom: min(-2.25px, -0.2083333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-item.-arrow::after {
    width: 10.6666666667vw;
    height: 4vw;
    bottom: -1.6vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-item.-plus {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__example-item .step-list-item.-plus {
    margin-bottom: max(4.5px, 0.4166666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-item.-plus {
    margin-bottom: 2.6666666667vw;
  }
}
.l-career-step .p-training__example-item .step-list-item.-plus::after {
  z-index: 1;
  background: center/contain no-repeat url(../img/career-step/ic-plus.png);
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-item.-plus::after {
    width: 19.2px;
    height: 19.2px;
    bottom: 6.4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__example-item .step-list-item.-plus::after {
    width: max(10.8px, 1vw);
    height: max(10.8px, 1vw);
    bottom: max(3.6px, 0.3333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-item.-plus::after {
    width: 6.4vw;
    height: 6.4vw;
    bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-item.-last {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__example-item .step-list-item.-last {
    margin-bottom: max(22.5px, 2.0833333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-item.-last {
    margin-bottom: 13.3333333333vw;
  }
}
.l-career-step .p-training__example-item .step-list-item.-last::after {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #c6dd47;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-item.-last::after {
    width: 62.4px;
    height: 24px;
    bottom: -9.6px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__example-item .step-list-item.-last::after {
    width: max(35.1px, 3.25vw);
    height: max(13.5px, 1.25vw);
    bottom: min(-5.4px, -0.5vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-item.-last::after {
    width: 20.8vw;
    height: 8vw;
    bottom: -3.2vw;
  }
}
.l-career-step .p-training__example-item .step-list-goal {
  background-color: #fff;
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-goal {
    align-items: center;
    justify-content: center;
    padding: 11.2px;
    border-radius: 6.4px;
    border: 3.2px solid #c6dd47;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__example-item .step-list-goal {
    padding: max(6.3px, 0.5833333333vw);
    border-radius: max(3.6px, 0.3333333333vw);
    border-width: max(2px, 0.1666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-goal {
    padding: 3.2vw 0 3.2vw 28.8vw;
    border-radius: 2.1333333333vw;
    border: 1.0666666667vw solid #c6dd47;
  }
}
.l-career-step .p-training__example-item .step-list-goal-txt {
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-goal-txt {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__example-item .step-list-goal-txt {
    font-size: clamp(10px, 0.8333333333vw, 16px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-goal-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-career-step .p-training__example-item .step-list-goal-txt::before {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/career-step/ic-pleasure.png);
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-goal-txt::before {
    width: 51.2px;
    height: 49.6px;
    left: -67.2px;
    bottom: -12px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-training__example-item .step-list-goal-txt::before {
    width: max(28.8px, 2.6666666667vw);
    height: max(27.9px, 2.5833333333vw);
    left: min(-37.8px, -3.5vw);
    bottom: min(-6.75px, -0.625vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-training__example-item .step-list-goal-txt::before {
    width: 17.0666666667vw;
    height: 16.5333333333vw;
    left: -19.7333333333vw;
    bottom: -3.4666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-interview {
    margin-bottom: 89.6px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-interview {
    margin-bottom: 4.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-interview {
    margin-bottom: 22.6666666667vw;
  }
}
.l-career-step .p-interview__wrap {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-interview__wrap {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-interview__wrap {
    position: relative;
  }
}
.l-career-step .p-interview__text {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-interview__text {
    width: 44.79%;
    max-width: 688px;
    padding-left: 128px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-interview__text {
    padding-left: max(80px, 6.6666666667vw);
    max-width: max(430px, 35.8333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-interview__text {
    padding-left: 8vw;
  }
}
.l-career-step .p-interview__text .c-top-subttl {
  color: #EDEDED;
  opacity: 1;
  left: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-interview__text .c-top-subttl {
    font-size: 160px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-interview__text .c-top-subttl {
    font-size: 8.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-interview__text .c-top-subttl {
    font-size: calc(80 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-interview__text .c-top-subttl {
    top: -102.4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-interview__text .c-top-subttl {
    top: -5.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-interview__text .c-top-subttl {
    top: -18.9333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-interview__text .c-top-ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-interview__text .c-top-ttl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-interview__text .c-top-ttl {
    margin-bottom: 64vw;
  }
}
.l-career-step .p-interview__text .c-top-ttl-sub {
  margin-left: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-interview__text .c-top-ttl-sub {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-interview__text .c-top-ttl-sub {
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-interview__text .c-top-ttl-main {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-interview__text .c-top-ttl-main {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-interview__text .c-top-ttl-main {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
.l-career-step .p-interview__text .c-btn {
  margin: 0 auto;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-interview__slider {
    position: relative;
    width: 55.2083333%;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-interview__slider {
    position: absolute;
    width: 100vw;
    top: 58.6666666667vw;
  }
}
.l-career-step .p-interview__slider-item {
  display: block;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-interview__slider-item {
    width: 288px;
    margin-right: 32px;
    transition: transform 0.3s;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-interview__slider-item {
    width: 15vw;
    margin-right: 1.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-interview__slider-item {
    width: 48vw;
    margin: 0 2.6666666667vw;
    opacity: 0.5;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-interview__slider-item.is-down {
    opacity: 1;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-interview__slider-item img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-interview__slider-item img {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-interview__slider-item img {
    border-radius: 2.6666666667vw;
  }
}
.l-career-step .p-interview__slider .slick-arrow {
  position: absolute;
  z-index: 10;
  z-index: 1;
  font-size: 0;
  background-color: #222222;
  border-radius: 50%;
  border: none;
  padding: 0;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-interview__slider .slick-arrow {
    bottom: -67.2px;
    width: 51.2px;
    height: 51.2px;
  }
  .l-career-step .p-interview__slider .slick-arrow:hover {
    background-color: #B60081;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-interview__slider .slick-arrow {
    bottom: -3.5vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-interview__slider .slick-arrow {
    top: 17.6vw;
    width: 12.8vw;
    height: 12.8vw;
  }
}
.l-career-step .p-interview__slider .slick-arrow::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: center/contain no-repeat url(../img/common/ic-arrow-wh.svg);
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-interview__slider .slick-arrow::before {
    width: 13.6px;
    height: 12.8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-interview__slider .slick-arrow::before {
    width: 0.7083333333vw;
    height: 0.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-interview__slider .slick-arrow::before {
    width: 3.4666666667vw;
    height: 3.2vw;
  }
}
.l-career-step .p-interview__slider .slick-arrow.slick-prev {
  transform: scale(-1, 1);
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-interview__slider .slick-arrow.slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-interview__slider .slick-arrow.slick-prev {
    left: 10.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-career-step .p-interview__slider .slick-arrow.slick-next {
    left: 67.2px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-career-step .p-interview__slider .slick-arrow.slick-next {
    left: 3.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-career-step .p-interview__slider .slick-arrow.slick-next {
    right: 10.6666666667vw;
  }
}

.l-interview .p-interview {
  overflow: hidden;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview {
    margin-bottom: max(45px, 4.1666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview {
    margin-bottom: 16vw;
  }
}
.l-interview .p-interview__kv {
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__kv {
    padding-bottom: max(54px, 5vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv {
    border-bottom: none;
  }
}
.l-interview .p-interview__kv-title {
  width: 100%;
  background: center/cover no-repeat url(../img/common/interview-kv_bg.jpg);
  color: #fff;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-title {
    height: 256px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__kv-title {
    height: max(144px, 13.3333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-title {
    background-image: url(../img/common/interview-kv_bg-sp.jpg);
    height: 80vw;
  }
}
.l-interview .p-interview__kv-title.interviw01 {
  background-image: url(../img/interview/01/kv_bg.jpg);
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-title.interviw01 {
    background-image: url(../img/interview/01/kv_bg-sp.jpg);
  }
}
.l-interview .p-interview__kv-title.interviw02 {
  background-image: url(../img/interview/02/kv_bg.jpg);
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-title.interviw02 {
    background-image: url(../img/interview/02/kv_bg-sp.jpg);
  }
}
.l-interview .p-interview__kv-title.interviw03 {
  background-image: url(../img/interview/03/kv_bg.jpg);
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-title.interviw03 {
    background-image: url(../img/interview/03/kv_bg-sp.jpg);
  }
}
.l-interview .p-interview__kv-title.interviw04 {
  background-image: url(../img/interview/04/kv_bg.jpg);
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-title.interviw04 {
    background-image: url(../img/interview/04/kv_bg-sp.jpg);
  }
}
.l-interview .p-interview__kv-title.interviw05 {
  background-image: url(../img/interview/05/kv_bg.jpg);
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-title.interviw05 {
    background-image: url(../img/interview/05/kv_bg-sp.jpg);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-title h2 {
    text-align: center;
    padding-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-title .c-ttl-l {
    margin-bottom: 19.2px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__kv-title .c-ttl-l {
    margin-bottom: max(10.8px, 1vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-title .c-ttl-l {
    margin-bottom: 5.3333333333vw;
  }
}
.l-interview .p-interview__kv-title .p-interview__kv-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-title .p-interview__kv-inner {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-inner {
    margin: 0 calc((100vw - 1280px) / 2);
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__kv-inner {
    margin: 0 auto;
    max-width: 80vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-interview .p-interview__kv-inner {
    margin: 0 auto;
    max-width: max(720px, 66.6666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-inner {
    margin: 0 8vw;
  }
}
.l-interview .p-interview__kv-job {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  background-color: #B60081;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-job {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__kv-job {
    font-size: clamp(10px, 0.8333333333vw, 16px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-job {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-job {
    width: 176px;
    height: 32px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__kv-job {
    width: max(99px, 9.1666666667vw);
    height: max(19px, 1.6666666667vw);
    border-radius: max(9px, 0.8333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-job {
    width: max-content;
    height: 8vw;
    border-radius: 4vw;
    padding: 0 5.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-interview .p-interview__kv-profile {
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-profile {
    position: relative;
    border-bottom: none;
    margin-top: -37.3333333333vw;
  }
}
.l-interview .p-interview__kv-profile-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-profile-content {
    width: 1280px;
    margin: 0 calc((100vw - 1280px) / 2);
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__kv-profile-content {
    width: 80vw;
    margin: 0 auto;
    min-height: 28vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-interview .p-interview__kv-profile-content {
    width: max(720px, 66.6666666667vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-profile-content {
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0 5.3333333333vw;
    margin: 0;
  }
  .l-interview .p-interview__kv-profile-content p {
    width: max-content;
    text-align: center;
    margin: auto;
  }
}
.l-interview .p-interview__kv-fav {
  order: 1;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-fav {
    padding: 32px 0;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__kv-fav {
    padding: 2vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-interview .p-interview__kv-fav {
    padding: max(18px, 1.6666666667vw) 0;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-fav {
    width: 100%;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    padding: 5.3333333333vw 0;
    order: 2;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__kv-fav .c-ttl-s {
    font-size: 1.5vw;
  }
}
.l-interview .p-interview__kv-pic {
  width: 100%;
  order: 2;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-pic {
    width: 332px;
    padding-top: 12.8px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__kv-pic {
    width: 20.75vw;
    margin-top: auto;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-interview .p-interview__kv-pic {
    width: max(186.75px, 17.2916666667vw);
    padding-top: max(7.2px, 0.6666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__kv-pic {
    width: 80%;
    order: 1;
  }
}
.l-interview .p-interview__wrap {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__wrap {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__wrap {
    position: relative;
  }
}
.l-interview .p-interview__text {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__text {
    width: 44.79%;
    max-width: 688px;
    padding-left: 128px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__text {
    padding-left: 8vw;
    max-width: 43vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-interview .p-interview__text {
    padding-left: max(72px, 6.6666666667vw);
    max-width: max(387px, 35.8333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__text {
    padding-left: 8vw;
  }
}
.l-interview .p-interview__text .c-top-subttl {
  color: #ededed;
  opacity: 1;
  left: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__text .c-top-subttl {
    font-size: 160px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__text .c-top-subttl {
    font-size: 8.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__text .c-top-subttl {
    font-size: calc(80 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__text .c-top-subttl {
    top: -102.4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__text .c-top-subttl {
    top: -5.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__text .c-top-subttl {
    top: -18.9333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__text .c-top-ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__text .c-top-ttl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__text .c-top-ttl {
    margin-bottom: 64vw;
  }
}
.l-interview .p-interview__text .c-top-ttl-sub {
  margin-left: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__text .c-top-ttl-sub {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__text .c-top-ttl-sub {
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__text .c-top-ttl-main {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__text .c-top-ttl-main {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__text .c-top-ttl-main {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
.l-interview .p-interview__text .c-btn {
  margin: 0 auto;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__slider {
    position: relative;
    width: 55.2083333%;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__slider {
    position: absolute;
    width: 100vw;
    top: 58.6666666667vw;
  }
}
.l-interview .p-interview__slider-item {
  display: block;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__slider-item {
    width: 288px;
    margin-right: 32px;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__slider-item {
    width: 15vw;
    margin-right: 1.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__slider-item {
    width: 48vw;
    margin: 0 2.6666666667vw;
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__slider-item.is-down {
    opacity: 1;
  }
}
.l-interview .p-interview__slider-item img {
  transition: opacity 0.3s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__slider-item img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__slider-item img {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__slider-item img {
    border-radius: 2.6666666667vw;
  }
}
.l-interview .p-interview__slider-item:hover img {
  opacity: 0.6;
}
.l-interview .p-interview__slider .slick-arrow {
  position: absolute;
  z-index: 10;
  z-index: 1;
  font-size: 0;
  background-color: #222222;
  border-radius: 50%;
  border: none;
  padding: 0;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__slider .slick-arrow {
    bottom: -67.2px;
    width: 51.2px;
    height: 51.2px;
  }
  .l-interview .p-interview__slider .slick-arrow:hover {
    background-color: #B60081;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__slider .slick-arrow {
    bottom: -3.5vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__slider .slick-arrow {
    top: 17.6vw;
    width: 12.8vw;
    height: 12.8vw;
  }
}
.l-interview .p-interview__slider .slick-arrow::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: center/contain no-repeat url(../img/common/ic-arrow-wh.svg);
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__slider .slick-arrow::before {
    width: 13.6px;
    height: 12.8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__slider .slick-arrow::before {
    width: 0.7083333333vw;
    height: 0.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__slider .slick-arrow::before {
    width: 3.4666666667vw;
    height: 3.2vw;
  }
}
.l-interview .p-interview__slider .slick-arrow.slick-prev {
  transform: scale(-1, 1);
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__slider .slick-arrow.slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__slider .slick-arrow.slick-prev {
    left: 10.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__slider .slick-arrow.slick-next {
    left: 67.2px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__slider .slick-arrow.slick-next {
    left: 3.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__slider .slick-arrow.slick-next {
    right: 10.6666666667vw;
  }
}
.l-interview .p-interview__summary {
  text-align: center;
}
.l-interview .p-interview__summary-job {
  color: #B60081;
}
.l-interview .p-interview__summary-fav {
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__summary-fav {
    padding: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__summary-fav {
    padding: 0.8333333333vw 0;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__summary-fav {
    padding: 4.2666666667vw 0;
  }
}
.l-interview .p-interview__comment {
  text-align: center;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__comment {
    text-align: left;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__column {
    padding-top: 280px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__column {
    padding-top: max(157.5px, 14.5833333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__column {
    padding-top: 34.6666666667vw;
  }
}
.l-interview .p-interview__column-content {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-content {
    max-width: 1536px;
    justify-content: flex-end;
    padding: 80px 0;
    margin: 0 auto;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__column-content {
    max-width: 96vw;
    padding: 5vw 0;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-interview .p-interview__column-content {
    max-width: max(720px, 80vw);
    padding: max(45px, 4.1666666667vw) 0;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-content {
    position: relative;
    flex-direction: column;
  }
}
.l-interview .p-interview__column-content.--reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-content.--reverse .p-interview__column-text {
    padding-left: 128px;
    padding-right: 96px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__column-content.--reverse .p-interview__column-text {
    padding-left: max(24px, 6.6666666667vw);
    padding-right: max(18px, 5vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-content.--reverse .p-interview__column-image {
    padding-left: 5.3333333333vw;
    padding-right: 0;
  }
}
.l-interview .p-interview__column-content.--reverse .p-interview__column-image::before {
  background: linear-gradient(to left, #c92fad 0%, #e54a08 100%);
  border-radius: unset;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-content.--reverse .p-interview__column-image::before {
    left: auto;
    right: -64px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__column-content.--reverse .p-interview__column-image::before {
    left: auto;
    right: -3.3333333333vw;
    border-top-right-radius: 0.8333333333vw;
    border-bottom-right-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-content.--reverse .p-interview__column-image::before {
    left: 0;
    right: auto;
    border-top-right-radius: 2.6666666667vw;
    border-bottom-right-radius: 2.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-content.--reverse .p-interview__column-image img {
    border-radius: unset;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-content + .p-interview__column-content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__column-content + .p-interview__column-content {
    margin-top: max(45px, 4.1666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-content + .p-interview__column-content {
    margin-top: 16vw;
  }
}
.l-interview .p-interview__column-text {
  position: relative;
}
.l-interview .p-interview__column-text .c-top-subttl {
  left: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-text .c-top-subttl {
    top: -160px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__column-text .c-top-subttl {
    top: min(-90px, -8.3333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-text .c-top-subttl {
    top: -16vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-text .c-top-ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__column-text .c-top-ttl {
    margin-bottom: max(22.5px, 2.0833333333vw);
  }
}
.l-interview .p-interview__column-text .c-top-ttl-sub {
  margin-left: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-text {
    width: 50%;
    padding-left: 96px;
    padding-right: 128px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__column-text {
    padding-left: max(18px, 5vw);
    padding-right: max(24px, 6.6666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-text {
    padding: 0 5.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-text .c-txt {
    margin-top: 90vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-image {
    position: relative;
    width: 50%;
    align-self: flex-start;
    margin-top: -64px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__column-image {
    margin-top: -3.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-image {
    position: absolute;
    top: 24vw;
    left: 0;
    right: 0;
    padding-right: 5.3333333333vw;
  }
}
.l-interview .p-interview__column-image::before {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(to right, #c92fad 0%, #e54a08 100%);
  z-index: -1;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-image::before {
    left: -64px;
    width: calc(50vw + 64px);
    height: 432px;
    bottom: -80px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-interview .p-interview__column-image::before {
    left: -3.3333333333vw;
    width: calc(50vw + 3.3333333333vw);
    height: 22.5vw;
    bottom: -4.1666666667vw;
    border-top-left-radius: 0.8333333333vw;
    border-bottom-left-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-image::before {
    right: 0;
    width: 92vw;
    height: 64vw;
    bottom: -8vw;
    border-top-left-radius: 2.6666666667vw;
    border-bottom-left-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-image img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-interview .p-interview__column-image img {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-interview {
    margin-bottom: 89.6px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-interview {
    margin-bottom: 4.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-interview {
    margin-bottom: 22.6666666667vw;
  }
}
.l-faq .p-interview__wrap {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-interview__wrap {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-interview__wrap {
    position: relative;
  }
}
.l-faq .p-interview__text {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-interview__text {
    width: 44.79%;
    max-width: 688px;
    padding-left: 128px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-interview__text {
    padding-left: max(80px, 6.6666666667vw);
    max-width: max(430px, 35.8333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-interview__text {
    padding-left: 8vw;
  }
}
.l-faq .p-interview__text .c-top-subttl {
  color: #EDEDED;
  opacity: 1;
  left: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-interview__text .c-top-subttl {
    font-size: 160px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-interview__text .c-top-subttl {
    font-size: 8.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-interview__text .c-top-subttl {
    font-size: calc(80 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-interview__text .c-top-subttl {
    top: -102.4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-interview__text .c-top-subttl {
    top: -5.3333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-interview__text .c-top-subttl {
    top: -18.9333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-interview__text .c-top-ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-interview__text .c-top-ttl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-interview__text .c-top-ttl {
    margin-bottom: 64vw;
  }
}
.l-faq .p-interview__text .c-top-ttl-sub {
  margin-left: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-interview__text .c-top-ttl-sub {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-interview__text .c-top-ttl-sub {
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-interview__text .c-top-ttl-main {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-interview__text .c-top-ttl-main {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-interview__text .c-top-ttl-main {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
.l-faq .p-interview__text .c-btn {
  margin: 0 auto;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-interview__slider {
    position: relative;
    width: 55.2083333%;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-interview__slider {
    position: absolute;
    width: 100vw;
    top: 58.6666666667vw;
  }
}
.l-faq .p-interview__slider-item {
  display: block;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-interview__slider-item {
    width: 288px;
    margin-right: 32px;
    transition: transform 0.3s;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-interview__slider-item {
    width: 15vw;
    margin-right: 1.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-interview__slider-item {
    width: 48vw;
    margin: 0 2.6666666667vw;
    opacity: 0.5;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-interview__slider-item.is-down {
    opacity: 1;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-interview__slider-item img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-interview__slider-item img {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-interview__slider-item img {
    border-radius: 2.6666666667vw;
  }
}
.l-faq .p-interview__slider .slick-arrow {
  position: absolute;
  z-index: 10;
  z-index: 1;
  font-size: 0;
  background-color: #222222;
  border-radius: 50%;
  border: none;
  padding: 0;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-interview__slider .slick-arrow {
    bottom: -67.2px;
    width: 51.2px;
    height: 51.2px;
  }
  .l-faq .p-interview__slider .slick-arrow:hover {
    background-color: #B60081;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-interview__slider .slick-arrow {
    bottom: -3.5vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-interview__slider .slick-arrow {
    top: 17.6vw;
    width: 12.8vw;
    height: 12.8vw;
  }
}
.l-faq .p-interview__slider .slick-arrow::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: center/contain no-repeat url(../img/common/ic-arrow-wh.svg);
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-interview__slider .slick-arrow::before {
    width: 13.6px;
    height: 12.8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-interview__slider .slick-arrow::before {
    width: 0.7083333333vw;
    height: 0.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-interview__slider .slick-arrow::before {
    width: 3.4666666667vw;
    height: 3.2vw;
  }
}
.l-faq .p-interview__slider .slick-arrow.slick-prev {
  transform: scale(-1, 1);
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-interview__slider .slick-arrow.slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-interview__slider .slick-arrow.slick-prev {
    left: 10.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-interview__slider .slick-arrow.slick-next {
    left: 67.2px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-interview__slider .slick-arrow.slick-next {
    left: 3.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-interview__slider .slick-arrow.slick-next {
    right: 10.6666666667vw;
  }
}
.l-faq .p-faq__item {
  border: 1px solid #222222;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-faq__item:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-faq__item:not(:last-of-type) {
    margin-bottom: max(13.5px, 1.25vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-faq__item:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}
.l-faq .p-faq__item.is-active .p-faq__plus::before {
  height: 0;
}
.l-faq .p-faq__item .js-acc__ctl {
  cursor: pointer;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-faq__item .js-acc__ctl {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-faq__item .js-acc__ctl {
    padding: max(9px, 0.8333333333vw) max(13.5px, 1.25vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-faq__item .js-acc__ctl {
    padding: 4vw;
  }
}
.l-faq .p-faq__ttl {
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-faq__ttl {
    padding-right: 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-faq__ttl {
    padding-right: max(13.5px, 1.25vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-faq__ttl {
    padding-right: 5.3333333333vw;
  }
}
.l-faq .p-faq__plus {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-faq__plus {
    width: 22.4px;
    height: 22.4px;
    top: 4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-faq__plus {
    width: max(12.6px, 1.1666666667vw);
    height: max(12.6px, 1.1666666667vw);
    top: max(2.25px, 0.2083333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-faq__plus {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    top: 1.0666666667vw;
  }
}
.l-faq .p-faq__plus::before, .l-faq .p-faq__plus::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #222222;
  transition: all 0.3s;
}
.l-faq .p-faq__plus::before {
  width: 2px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.l-faq .p-faq__plus::after {
  left: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.l-faq .p-faq__inner {
  display: flex;
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-faq__inner {
    font-size: 19.2px;
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-faq__inner {
    font-size: clamp(12px, 1vw, 19.2px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-faq__inner {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-faq .p-faq__inner .p-faq__icon {
  border-right: 1px solid #222222;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-faq__inner .p-faq__icon {
    padding-right: 12.8px;
    margin-right: 12.8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-faq__inner .p-faq__icon {
    padding-right: max(7.2px, 0.6666666667vw);
    margin-right: max(7.2px, 0.6666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-faq__inner .p-faq__icon {
    padding-right: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-faq__icon {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-faq__icon {
    font-size: clamp(15px, 1.25vw, 24px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-faq__icon {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-faq .p-faq__textwrap {
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-faq__textwrap {
    padding-top: 12.8px;
    padding: 0 24px 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-faq__textwrap {
    padding: 0 max(13.5px, 1.25vw) max(9px, 0.8333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-faq__textwrap {
    padding-top: 4.2666666667vw;
    padding: 0 4vw 4vw;
  }
}
.l-faq .p-faq__textwrap .p-faq__icon {
  color: #B60081;
  position: absolute;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-faq__textwrap .p-faq__icon {
    left: 24px;
    top: 14.4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-faq__textwrap .p-faq__icon {
    left: max(13.5px, 1.25vw);
    top: max(8.1px, 0.75vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-faq__textwrap .p-faq__icon {
    left: 4vw;
    top: 4.5333333333vw;
  }
}
.l-faq .p-faq__text {
  position: relative;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-faq__text {
    padding-top: 12.8px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-faq__text {
    padding-top: 0.6666666667vw;
    padding-left: max(25px, 2.0833333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-faq__text {
    padding-top: 4vw;
    padding-left: 9.3333333333vw;
  }
}
.l-faq .p-faq__text::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  width: 1px;
  background-color: #B60081;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-faq__text::before {
    height: calc(100% - 12.8px);
    top: 12.8px;
    left: 25.6px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-faq__text::before {
    height: calc(100% - 0.6666666667vw);
    top: max(8px, 0.6666666667vw);
    left: max(16px, 1.3333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-faq__text::before {
    height: calc(100% - 4vw);
    top: 4vw;
    left: 6.4vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-faq .p-faq__text .c-txt-note {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-faq .p-faq__text .c-txt-note {
    margin-top: max(4.5px, 0.4166666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-faq .p-faq__text .c-txt-note {
    margin-top: 2.6666666667vw;
  }
}

.l-requirements .p-work__list {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-work__list {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 43.2px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-work__list {
    row-gap: max(24.3px, 2.25vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-work__list {
    flex-direction: column;
    row-gap: 8vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-work__list-item {
    width: 400px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-work__list-item {
    width: 25vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-requirements .p-work__list-item {
    width: max(225px, 20.8333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-work__list-item {
    width: 100%;
    column-gap: 6.4vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-work__list-item img {
    margin-bottom: 19.2px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-work__list-item img {
    margin-bottom: max(10.8px, 1vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-work__list-item img {
    margin-bottom: 4.2666666667vw;
  }
}
.l-requirements .p-work__table span,
.l-requirements .p-work__table p,
.l-requirements .p-work__table li {
  line-height: 1.7;
}
.l-requirements .p-work__table-block {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.l-requirements .p-work__table-block:first-of-type {
  padding-top: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-work__table-block {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 16px;
    padding: 32px 0;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-work__table-block {
    row-gap: max(9px, 0.8333333333vw);
    padding: max(18px, 1.6666666667vw) 0;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-work__table-block {
    flex-direction: column;
    row-gap: 2.1333333333vw;
    padding: 4.2666666667vw 0;
  }
}
.l-requirements .p-work__table-head {
  text-align: center;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-work__table-head {
    width: 420px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-work__table-head {
    width: 26.25vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-requirements .p-work__table-head {
    width: max(236.25px, 21.875vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-work__table-head {
    text-align: left;
    width: 100%;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-work__table-body {
    width: 800px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-work__table-body {
    width: 50vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-requirements .p-work__table-body {
    width: max(450px, 41.6666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-work__table-body {
    width: 100%;
  }
}
.l-requirements .p-benefits__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-benefits__list {
    flex-wrap: wrap;
    row-gap: 4.2666666667vw;
  }
}
.l-requirements .p-benefits__list-item {
  border: 1px solid #222222;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-benefits__list-item {
    width: 290px;
    height: 220px;
    padding-top: 24px;
    padding-bottom: 9.6px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-benefits__list-item {
    width: 18.125vw;
    height: 13.75vw;
    padding-top: 1.5vw;
    padding-bottom: 0.6vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-requirements .p-benefits__list-item {
    width: max(163.125px, 15.1041666667vw);
    height: max(123.75px, 11.4583333333vw);
    padding-top: max(13.5px, 1.25vw);
    padding-bottom: max(5.4px, 0.5vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-benefits__list-item {
    justify-content: center;
    width: 42.6666666667vw;
    height: 42.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-benefits__list-item img {
    width: 100px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-benefits__list-item img {
    width: 6.25vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-requirements .p-benefits__list-item img {
    width: max(56.25px, 5.2083333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-benefits__list-item img {
    width: 21.3333333333vw;
  }
}
.l-requirements .p-benefits__list-item .text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-benefits__list-item .text {
    flex: 1;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-benefits__list-item .text-note {
    font-size: 12.8px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-benefits__list-item .text-note {
    font-size: clamp(8px, 0.6666666667vw, 12.8px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-benefits__list-item .text-note {
    font-size: calc(12 / 375 * 100vw);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.l-requirements .p-flow__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-flow__list {
    flex-wrap: wrap;
    row-gap: 8vw;
  }
}
.l-requirements .p-flow__list-item {
  background-color: #fff;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-flow__list-item {
    width: 100%;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-flow__list-item img {
    width: 100px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-flow__list-item img {
    width: 6.25vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-requirements .p-flow__list-item img {
    width: max(56.25px, 5.2083333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-flow__list-item img {
    width: 21.3333333333vw;
  }
}
.l-requirements .p-flow__list-item:last-of-type .p-flow__list-body::after {
  display: none;
}
.l-requirements .p-flow__list-head {
  background-color: #222222;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-flow__list-head {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-flow__list-head {
    font-size: clamp(10px, 0.8333333333vw, 16px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-flow__list-head {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-flow__list-head {
    padding: 12.8px 16px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-flow__list-head {
    padding: max(5.4px, 0.5vw) max(7.2px, 0.6666666667vw);
    margin-bottom: max(10.8px, 1vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-flow__list-head {
    padding: 3.2vw 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.l-requirements .p-flow__list-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #222222;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-flow__list-body {
    width: 290px;
    height: 220px;
    padding-top: 24px;
    padding-bottom: 9.6px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-flow__list-body {
    width: 18.125vw;
    height: 13.75vw;
    padding-top: 1.5vw;
    padding-bottom: 0.6vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-requirements .p-flow__list-body {
    width: max(163.125px, 15.1041666667vw);
    height: max(123.75px, 11.4583333333vw);
    padding-top: max(13.5px, 1.25vw);
    padding-bottom: max(5.4px, 0.5vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-flow__list-body {
    justify-content: center;
    width: 100%;
    height: 42.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-flow__list-body.--higher {
    height: 250px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-flow__list-body.--higher {
    height: 15.625vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-requirements .p-flow__list-body.--higher {
    height: max(140.625px, 13.0208333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-flow__list-body.--higher {
    height: 48vw;
  }
}
.l-requirements .p-flow__list-body::after {
  position: absolute;
  content: "";
  top: 50%;
  background: center/contain no-repeat url(../img/common/ic-arrow-triangle.svg);
  transform: translateY(-50%);
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-flow__list-body::after {
    width: 20px;
    height: 32px;
    right: -28px;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-flow__list-body::after {
    width: 1.25vw;
    height: 2vw;
    right: -1.75vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .l-requirements .p-flow__list-body::after {
    width: max(11.25px, 1.0416666667vw);
    height: max(18px, 1.6666666667vw);
    right: min(-15.75px, -1.4583333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-flow__list-body::after {
    display: none;
  }
}
.l-requirements .p-flow__list-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-flow__list-text {
    flex: 1;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-flow__list-text .c-ttl-s {
    font-size: 1.5vw;
  }
}
.l-requirements .p-entry__banner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-entry__banner {
    max-width: 864px;
    column-gap: 192px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-entry__banner {
    max-width: max(486px, 45vw);
    column-gap: max(108px, 10vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-entry__banner {
    max-width: 100%;
    row-gap: 8vw;
    column-gap: 0;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-entry__banner-item {
    width: 336px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-entry__banner-item {
    width: max(189px, 17.5vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-entry__banner-item {
    justify-content: center;
    width: 100%;
  }
}
.l-requirements .p-entry__banner-item img {
  width: 100%;
}
.l-requirements .p-entry__banner a {
  display: block;
  transition: opacity 0.3s;
}
.l-requirements .p-entry__banner a:hover {
  opacity: 0.6;
}
.l-requirements .p-entry__banner a img {
  border: none;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-entry__banner a.--larger {
    width: 480px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-entry__banner a.--larger {
    width: max(270px, 25vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-entry__banner a.--larger {
    width: 100%;
  }
}
.l-requirements .p-voice__list-item {
  background-color: #fff;
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-voice__list-item {
    column-gap: 32px;
    padding: 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-voice__list-item {
    column-gap: max(18px, 1.6666666667vw);
    padding: max(18px, 1.6666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-voice__list-item {
    flex-direction: column;
    row-gap: 5.3333333333vw;
    padding: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-voice__list-item:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-voice__list-item:not(:last-of-type) {
    margin-bottom: max(18px, 1.6666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-voice__list-item:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}
.l-requirements .p-voice__list-item .img {
  background-color: #F9F9F9;
  text-align: center;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-voice__list-item .img {
    padding: 32px 16px;
    width: 256px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-voice__list-item .img {
    padding: max(18px, 1.6666666667vw) max(9px, 0.8333333333vw);
    width: max(144px, 13.3333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-voice__list-item .img {
    padding: 5.3333333333vw;
  }
}
.l-requirements .p-voice__list-item .img img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-voice__list-item .img img {
    width: 110.4px;
    margin-bottom: p(20);
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-voice__list-item .img img {
    width: max(62.1px, 5.75vw);
    margin-bottom: max(9px, 0.8333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-voice__list-item .img img {
    width: 26.6666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-voice__list-item .text {
    flex: 1;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-voice__list-item .text-list-item:not(:last-of-type) {
    margin-bottom: 19.2px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-voice__list-item .text-list-item:not(:last-of-type) {
    margin-bottom: max(9.45px, 1vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-voice__list-item .text-list-item:not(:last-of-type) {
    margin-bottom: 4.8vw;
  }
}
.l-requirements .p-voice__list-item .text-list-item-ttl {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-voice__list-item .text-list-item-ttl {
    font-size: 19.2px;
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-voice__list-item .text-list-item-ttl {
    font-size: clamp(12px, 1vw, 19.2px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-voice__list-item .text-list-item-ttl {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-voice__list-item .text-list-item-ttl {
    column-gap: 8px;
    margin-bottom: 12.8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-voice__list-item .text-list-item-ttl {
    column-gap: max(4.5px, 0.4166666667vw);
    margin-bottom: max(7.2px, 0.6666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-voice__list-item .text-list-item-ttl {
    column-gap: 1.8666666667vw;
    margin-bottom: 3.2vw;
  }
}
.l-requirements .p-voice__list-item .text-list-item-ttl-num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222222;
  color: #fff;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-voice__list-item .text-list-item-ttl-num {
    font-size: 19.2px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-voice__list-item .text-list-item-ttl-num {
    font-size: clamp(12px, 1vw, 19.2px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-voice__list-item .text-list-item-ttl-num {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-voice__list-item .text-list-item-ttl-num {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-voice__list-item .text-list-item-ttl-num {
    width: max(18px, 1.6666666667vw);
    height: max(18px, 1.6666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-voice__list-item .text-list-item-ttl-num {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    padding-bottom: 0.56vw;
  }
}
.l-requirements .p-faq__item {
  border: 1px solid #222222;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-faq__item:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-faq__item:not(:last-of-type) {
    margin-bottom: max(13.5px, 1.25vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-faq__item:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}
.l-requirements .p-faq__item.is-active .p-faq__plus::before {
  height: 0;
}
.l-requirements .p-faq__item .js-acc__ctl {
  cursor: pointer;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-faq__item .js-acc__ctl {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-faq__item .js-acc__ctl {
    padding: max(9px, 0.8333333333vw) max(13.5px, 1.25vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-faq__item .js-acc__ctl {
    padding: 4vw;
  }
}
.l-requirements .p-faq__ttl {
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-faq__ttl {
    padding-right: 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-faq__ttl {
    padding-right: max(13.5px, 1.25vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-faq__ttl {
    padding-right: 5.3333333333vw;
  }
}
.l-requirements .p-faq__plus {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-faq__plus {
    width: 22.4px;
    height: 22.4px;
    top: 4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-faq__plus {
    width: max(12.6px, 1.1666666667vw);
    height: max(12.6px, 1.1666666667vw);
    top: max(2.25px, 0.2083333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-faq__plus {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    top: 1.0666666667vw;
  }
}
.l-requirements .p-faq__plus::before, .l-requirements .p-faq__plus::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #222222;
  transition: all 0.3s;
}
.l-requirements .p-faq__plus::before {
  width: 2px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.l-requirements .p-faq__plus::after {
  left: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.l-requirements .p-faq__inner {
  display: flex;
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-faq__inner {
    font-size: 19.2px;
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-faq__inner {
    font-size: clamp(12px, 1vw, 19.2px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-faq__inner {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-requirements .p-faq__inner .p-faq__icon {
  border-right: 1px solid #222222;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-faq__inner .p-faq__icon {
    padding-right: 12.8px;
    margin-right: 12.8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-faq__inner .p-faq__icon {
    padding-right: max(7.2px, 0.6666666667vw);
    margin-right: max(7.2px, 0.6666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-faq__inner .p-faq__icon {
    padding-right: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-faq__icon {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-faq__icon {
    font-size: clamp(15px, 1.25vw, 24px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-faq__icon {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-requirements .p-faq__textwrap {
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-faq__textwrap {
    padding-top: 12.8px;
    padding: 0 24px 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-faq__textwrap {
    padding: 0 max(13.5px, 1.25vw) max(9px, 0.8333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-faq__textwrap {
    padding-top: 4.2666666667vw;
    padding: 0 4vw 4vw;
  }
}
.l-requirements .p-faq__textwrap .p-faq__icon {
  color: #B60081;
  position: absolute;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-faq__textwrap .p-faq__icon {
    left: 24px;
    top: 14.4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-faq__textwrap .p-faq__icon {
    left: max(13.5px, 1.25vw);
    top: max(8.1px, 0.75vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-faq__textwrap .p-faq__icon {
    left: 4vw;
    top: 4.5333333333vw;
  }
}
.l-requirements .p-faq__text {
  position: relative;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-faq__text {
    padding-top: 12.8px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-faq__text {
    padding-top: 0.6666666667vw;
    padding-left: max(25px, 2.0833333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-faq__text {
    padding-top: 4vw;
    padding-left: 9.3333333333vw;
  }
}
.l-requirements .p-faq__text::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  width: 1px;
  background-color: #B60081;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-faq__text::before {
    height: calc(100% - 12.8px);
    top: 12.8px;
    left: 25.6px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-faq__text::before {
    height: calc(100% - 0.6666666667vw);
    top: max(8px, 0.6666666667vw);
    left: max(16px, 1.3333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-faq__text::before {
    height: calc(100% - 4vw);
    top: 4vw;
    left: 6.4vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-faq__text .c-txt-note {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-faq__text .c-txt-note {
    margin-top: max(4.5px, 0.4166666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-faq__text .c-txt-note {
    margin-top: 2.6666666667vw;
  }
}
.l-requirements .p-search__box {
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-search__box {
    padding: 36px 0 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-search__box {
    padding: 1.875vw 0 2.5vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-search__box {
    padding: 12vw 0 16vw;
  }
}
.l-requirements .p-search__box > * {
  position: relative;
  z-index: 3;
}
.l-requirements .p-search__box::before {
  position: absolute;
  content: "";
  z-index: 1;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-search__box::before {
    background: center/contain no-repeat url(../img/requirements/im-map.png);
    width: 375.2px;
    height: 244.8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-search__box::before {
    width: 19.5416666667vw;
    height: 12.75vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-search__box::before {
    background: center/contain no-repeat url(../img/requirements/im-map-sp.png);
    width: 80vw;
    height: 63.7333333333vw;
    top: 13.3333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-search__box .c-txt-l {
    margin-bottom: 22.4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-search__box .c-txt-l {
    margin-bottom: 1.1666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-search__box .c-txt-l {
    margin-bottom: 7.4666666667vw;
  }
}
.l-requirements .p-interview__top {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-interview__top {
    column-gap: 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-interview__top {
    column-gap: max(18px, 1.6666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-interview__top {
    flex-direction: column;
    row-gap: 8vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-interview__img {
    width: 240px;
    padding-top: 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-interview__img {
    width: max(135px, 12.5vw);
    padding-top: max(18px, 1.6666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-interview__img {
    width: 100%;
    padding: 5.3333333333vw 0 4vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-interview__img img {
    width: 96px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-interview__img img {
    width: max(54px, 5vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-interview__img img {
    width: 29.0666666667vw;
  }
}
.l-requirements .p-interview__text {
  flex: 1;
}
.l-requirements .p-interview__text .c-ttl-s {
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-interview__text .c-ttl-s {
    padding: 19.2px 0;
    margin-bottom: 19.2px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-interview__text .c-ttl-s {
    padding: max(10.8px, 1vw) 0;
    margin-bottom: max(10.8px, 1vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-interview__text .c-ttl-s {
    padding: 2.4vw 0;
    margin-bottom: 4vw;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-interview__text .c-ttl-s,
  .l-requirements .p-interview__text .c-txt-s {
    font-size: 1vw;
  }
}
.l-requirements .p-interview__schedule {
  border: 1px solid #222222;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-interview__schedule {
    padding: 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-interview__schedule {
    padding: max(13.5px, 1.25vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-interview__schedule {
    padding: 8vw;
  }
}
.l-requirements .p-interview__schedule-list {
  display: flex;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-interview__schedule-list {
    justify-content: space-between;
    padding: 0 9.6px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-interview__schedule-list {
    padding: 0 max(5.4px, 0.5vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-interview__schedule-list {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}
.l-requirements .p-interview__schedule-list li {
  position: relative;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-interview__schedule-list li {
    text-align: center;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-interview__schedule-list li {
    display: flex;
    align-items: center;
    column-gap: 5.3333333333vw;
  }
}
.l-requirements .p-interview__schedule-list li:not(:last-of-type)::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/common/ic-arrow-bk.svg);
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-interview__schedule-list li:not(:last-of-type)::after {
    transform: translateX(100%);
    width: 20px;
    height: 12.8px;
    right: -13.6px;
    top: 28.8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-interview__schedule-list li:not(:last-of-type)::after {
    width: max(11.25px, 1.0416666667vw);
    height: max(7.2px, 0.6666666667vw);
    right: min(-7.65px, -0.7083333333vw);
    top: max(16.2px, 1.5vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-interview__schedule-list li:not(:last-of-type)::after {
    width: 5.6vw;
    height: 3.2vw;
    left: 24.8vw;
    transform: translateY(100%) rotate(90deg);
    bottom: -1.3333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-interview__schedule-list li img {
    margin: 0 auto;
    width: 64px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-interview__schedule-list li img {
    width: max(36px, 3.3333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-interview__schedule-list li img {
    width: 16vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-interview__schedule-list li img.large {
    width: 80px;
    margin-top: -16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-interview__schedule-list li img.large {
    width: max(45px, 4.1666666667vw);
    margin-top: min(-9px, -0.8333333333vw);
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-interview__schedule-list li .time {
    font-size: 14.4px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-interview__schedule-list li .time {
    font-size: clamp(9px, 0.75vw, 14.4px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-interview__schedule-list li .time {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-interview__schedule-list li .time {
    margin: 6.4px 0;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-interview__schedule-list li .time {
    margin: max(3.6px, 0.3333333333vw) 0;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-interview__schedule-list li .txt {
    font-size: 11.2px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-interview__schedule-list li .txt {
    font-size: clamp(7px, 0.5833333333vw, 11.2px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-interview__schedule-list li .txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-interview__schedule-list li .txt.sp-top {
    position: relative;
    top: 2.6666666667vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-contact {
    text-align: center;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-contact__ttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-contact__ttl {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-contact__ttl {
    margin-bottom: 6.4vw;
  }
}
.l-requirements .p-contact__wrap {
  display: flex;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-contact__wrap {
    flex-direction: column;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-contact__wrap > div:not(:last-of-type) {
    border-right: 1px solid #222222;
    padding-right: 30.4px;
    margin-right: 30.4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-contact__wrap > div:not(:last-of-type) {
    padding-right: max(17.1px, 1.5833333333vw);
    margin-right: max(17.1px, 1.5833333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-contact__wrap > div:not(:last-of-type) {
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-contact__wrap > div {
    border-top: 1px solid #222222;
    padding-top: 6.4vw;
  }
}
.l-requirements .p-contact__wrap.--2col > div {
  width: 50%;
  margin-right: 0;
  padding-right: 30.4px;
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-contact__wrap.--2col > div {
    width: 100%;
  }
}
.l-requirements .p-contact__wrap.--2col > div:last-of-type {
  padding-right: 0;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-contact__wrap.--2col > div:last-of-type {
    padding-left: 30.4px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-contact__wrap.--2col > div:last-of-type {
    padding-left: max(17.1px, 1.5833333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-contact__wrap.--2col > div:last-of-type {
    padding-left: 0;
  }
}
.l-requirements .p-contact__wrap.--2col .p-contact__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-requirements .p-contact__wrap.--2col .p-contact__tel-center {
  display: block;
}
.l-requirements .p-contact__tel-num {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-contact__tel-num {
    column-gap: 8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-contact__tel-num {
    column-gap: max(4.5px, 0.4166666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-contact__tel-num {
    justify-content: center;
    column-gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-contact__tel-num img {
    width: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-contact__tel-num img {
    width: max(9, 0.8333333333vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-contact__tel-num img {
    width: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-contact__tel-num .num {
    font-size: 19.2px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-contact__tel-num .num {
    font-size: clamp(12px, 1vw, 19.2px);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-contact__tel-num .num {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-contact__tel-text {
    padding-left: 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-contact__tel-text {
    padding-left: max(13.5px, 1.25vw);
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-contact__tel-text .c-txt-note {
    margin-top: 9.6px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-contact__tel-text .c-txt-note {
    margin-top: max(5.4px, 0.5vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-contact__tel-text .c-txt-note {
    margin-top: 2.4vw;
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-contact__link {
    padding-top: 8vw;
  }
}
@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .l-requirements .p-contact__link .c-btn {
    width: 320px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1/1) and (max-width: 700px) {
  .l-requirements .p-contact__link .c-btn {
    width: max(180px, 16.6666666667vw);
  }
}
@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .l-requirements .p-contact__link .c-btn {
    width: 73.3333333333vw;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
}

@media screen and (max-width: 766.98px) and (max-aspect-ratio: 1/1) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 767px), screen and (min-aspect-ratio: 1/1) {
  .is-sp {
    display: none !important;
  }
}