@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.u-en {
  font-family: "aktiv-grotesk", sans-serif;
}

/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
body {
  margin: 0;
  padding: 0;
}

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

a,
button {
  cursor: revert;
  color: inherit;
}

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

ol,
ul,
menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

figure {
  display: block;
  margin: 0;
}

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

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;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #20282D;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767.9px) {
  body {
    padding-top: 15.4666666667vw;
  }
}
body a {
  text-decoration: none;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .u-hover:hover {
    opacity: 0.7;
  }
}

.l-inner {
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .l-inner {
    width: min(1200px, 93.75vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-inner {
    width: 84vw;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000001;
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 80px;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header {
    height: 15.4666666667vw;
  }
}
.l-header__inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    max-width: 1600px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-header__inner {
    padding: 0 min(12px, 0.9375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-header__inner {
    padding-left: 5.3333333333vw;
    padding-right: 2.6666666667vw;
  }
}
.l-header__logo {
  display: flex;
  align-self: flex-start;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    column-gap: 24px;
    margin-top: 18px;
  }
  .l-header__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header__logo {
    column-gap: 4vw;
    margin-top: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header__logo img {
    width: 190px;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header__logo img {
    width: 34.9333333333vw;
  }
}
.l-header__logo-txt {
  color: #3757AC;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .l-header__logo-txt {
    font-size: clamp(16px, 1.25vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header__logo-txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media (max-width: 1300px) and (min-width: 768px) {
  .l-header__navwrap {
    position: fixed;
    top: 0;
    right: -120%;
    height: 100vh;
    width: 375px;
    background-color: #EFF4F7;
    padding: 110px 30px 30px;
    transition: all 0.6s;
    overflow-y: auto;
  }
  .l-header__navwrap.is-panelactive {
    right: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header__navwrap {
    position: fixed;
    top: 15.4666666667vw;
    right: -120%;
    height: calc(100vh - 15.4666666667vw);
    width: 100vw;
    background-color: #fff;
    padding: 8vw;
    transition: all 0.6s;
    overflow-y: auto;
  }
  .l-header__navwrap.is-panelactive {
    right: 0;
  }
}
.l-header__nav {
  display: flex;
}
.l-header__nav-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-header__nav-list {
    column-gap: min(16px, 1.25vw);
  }
}
@media (max-width: 1300px) and (min-width: 768px) {
  .l-header__nav-list {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header__nav-list {
    width: 100%;
    flex-direction: column;
  }
}
.l-header__nav-list li {
  display: flex;
}
@media (max-width: 1300px) and (min-width: 768px) {
  .l-header__nav-list li {
    width: 100%;
    border-bottom: 1px solid #3757AC;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header__nav-list li {
    width: 100%;
    border-bottom: 1px solid #3757AC;
  }
}
.l-header__nav-list a {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list a {
    font-size: clamp(14px, 1.171875vw, 15px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header__nav-list a {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav-list a:hover::after {
    opacity: 1;
  }
  .l-header__nav-list a.is-current::after {
    opacity: 1;
  }
  .l-header__nav-list a::after {
    position: absolute;
    content: "";
    display: block;
    pointer-events: none;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 5px;
    height: 5px;
    bottom: -8px;
    background-color: #4364BD;
    opacity: 0;
    transition: all 0.3s;
  }
}
@media (max-width: 1300px) and (min-width: 768px) {
  .l-header__nav-list a::after {
    display: none;
  }
  .l-header__nav-list a {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header__nav-list a {
    width: 100%;
    text-align: center;
    padding: 4vw;
  }
}
.l-header__openbtn {
  position: relative;
}
@media (max-width: 1300px) and (min-width: 768px) {
  .l-header__openbtn {
    display: block !important;
    cursor: pointer;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header__openbtn {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.l-header__openbtn.is-active span:first-of-type {
  transform: rotate(45deg);
}
@media (max-width: 1300px) and (min-width: 768px) {
  .l-header__openbtn.is-active span:first-of-type {
    top: 27px;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header__openbtn.is-active span:first-of-type {
    top: 4.8vw;
  }
}
.l-header__openbtn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__openbtn.is-active span:last-of-type {
  bottom: auto;
  transform: rotate(-45deg);
}
@media (max-width: 1300px) and (min-width: 768px) {
  .l-header__openbtn.is-active span:last-of-type {
    top: 27px;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header__openbtn.is-active span:last-of-type {
    top: 4.8vw;
  }
}
.l-header__openbtn span {
  position: absolute;
  background-color: #3757AC;
  transition: all 0.6s;
}
@media (max-width: 1300px) and (min-width: 768px) {
  .l-header__openbtn span {
    width: 27px;
    left: 16.5px;
    height: 3px;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header__openbtn span {
    width: 4.8vw;
    left: 2.9333333333vw;
    height: 0.5333333333vw;
  }
}
@media (max-width: 1300px) and (min-width: 768px) {
  .l-header__openbtn span:first-of-type {
    top: 16.5px;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header__openbtn span:first-of-type {
    top: 2.9333333333vw;
  }
}
.l-header__openbtn span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1300px) and (min-width: 768px) {
  .l-header__openbtn span:last-of-type {
    bottom: 16.5px;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header__openbtn span:last-of-type {
    bottom: 2.9333333333vw;
  }
}

.l-footer__bg {
  background-color: #001E6E;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer__bg {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .l-footer__bg {
    padding: 10.6666666667vw 0;
  }
}
.l-footer__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  .l-footer__inner {
    flex-direction: column;
    row-gap: 10.6666666667vw;
  }
}
.l-footer__logo {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-footer__logo img {
    width: 185px;
  }
}
@media screen and (max-width: 767.9px) {
  .l-footer__logo img {
    width: 49.3333333333vw;
  }
}
.l-footer__link {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-footer__link {
    margin-left: auto;
    margin-right: 80px;
  }
}
.l-footer__link-item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-footer__link-item a {
    font-size: clamp(13px, 1.015625vw, 13px);
    line-height: 1.4615384615;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.9px) {
  .l-footer__link-item a {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    font-size: clamp(13px, 1.015625vw, 13px);
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767.9px) {
  .l-footer__copy {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}

.c-blank-txt {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-blank-txt {
    padding-right: 18px;
  }
}
@media screen and (max-width: 767.9px) {
  .c-blank-txt {
    padding-right: 4.8vw;
  }
}
.c-blank-txt::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/common/ic-blank.png);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-blank-txt::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .c-blank-txt::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}

.c-wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-wrap {
    max-width: 1600px;
  }
}

@media screen and (min-width: 768px) {
  .c-title-wrap {
    display: flex;
    align-items: flex-start;
    column-gap: min(100px, 7.8125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .c-title-wrap {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-title-wrap .c-text-l {
    margin-top: min(30px, 2.34375vw);
  }
}

@media screen and (min-width: 768px) {
  .c-title {
    margin-bottom: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767.9px) {
  .c-title {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-title:has(.c-title-en2) {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .c-title:has(.c-title-en2) {
    margin-bottom: 6.4vw;
  }
}
.c-title-en {
  display: block;
  color: #3757AC;
  font-family: "aktiv-grotesk", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-title-en {
    font-size: clamp(34px, 5.3125vw, 68px);
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767.9px) {
  .c-title-en {
    font-size: calc(36 / 375 * 100vw);
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .c-title-en {
    margin-bottom: min(8px, 0.625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .c-title-en {
    margin-bottom: 1.0666666667vw;
  }
}
.c-title-en2 {
  display: block;
  color: #3757AC;
  font-family: "aktiv-grotesk", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-title-en2 {
    font-size: clamp(25px, 3.90625vw, 50px);
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767.9px) {
  .c-title-en2 {
    font-size: calc(30 / 375 * 100vw);
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .c-title-en2 {
    margin-bottom: min(8px, 0.625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .c-title-en2 {
    margin-bottom: 1.0666666667vw;
  }
}
.c-title-jp {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-title-jp {
    font-size: clamp(16px, 1.40625vw, 18px);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.9px) {
  .c-title-jp {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (min-width: 768px) {
  .c-subtitle {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .c-subtitle {
    margin-bottom: 5.3333333333vw;
  }
}
.c-subtitle--blue .c-subtitle-txt {
  background-color: #EFF4F7;
}
.c-subtitle--white .c-subtitle-txt {
  background-color: #fff;
}
.c-subtitle-txt {
  display: inline-block;
  color: #3757AC;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-subtitle-txt {
    font-size: clamp(19px, 2.1875vw, 28px);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767.9px) {
  .c-subtitle-txt {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .c-subtitle-txt {
    padding: min(4px, 0.3125vw) min(12px, 0.9375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .c-subtitle-txt {
    padding: 1.0666666667vw 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .c-subtitle-txt:not(:last-of-type) {
    margin-bottom: min(12px, 0.9375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .c-subtitle-txt:not(:last-of-type) {
    margin-bottom: 2.1333333333vw;
  }
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3757AC;
  border: 2px solid #3757AC;
}
@media screen and (min-width: 768px) {
  .c-button {
    font-size: clamp(14px, 1.25vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.9px) {
  .c-button {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .c-button {
    min-width: min(240px, 18.75vw);
    padding: 13px;
    border-radius: min(50px, 3.90625vw);
  }
  .c-button:hover {
    background-color: #fff;
  }
}
@media screen and (max-width: 767.9px) {
  .c-button {
    width: 64vw;
    height: 11.7333333333vw;
    border-radius: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .c-text-s {
    font-size: clamp(12px, 1.015625vw, 13px);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767.9px) {
  .c-text-s {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .c-text-m {
    font-size: clamp(14px, 1.171875vw, 15px);
    line-height: 1.7533333333;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767.9px) {
  .c-text-m {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .c-text-ml {
    font-size: clamp(16px, 1.40625vw, 18px);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767.9px) {
  .c-text-ml {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .c-text-l {
    font-size: clamp(16px, 1.5625vw, 20px);
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767.9px) {
  .c-text-l {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.c-notes-txt {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .c-notes-txt {
    font-size: clamp(12px, 1.015625vw, 13px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767.9px) {
  .c-notes-txt {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.c-fw-b {
  font-weight: 700;
}
.c-fw-sb {
  font-weight: 600;
}
.c-fw-m {
  font-weight: 500;
}

.c-ta-c {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-ta-c-pc {
    text-align: center;
  }
}
@media screen and (max-width: 767.9px) {
  .c-ta-c-sp {
    text-align: center;
  }
}
.c-ta-l {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-ta-l-pc {
    text-align: left;
  }
}
@media screen and (max-width: 767.9px) {
  .c-ta-l-sp {
    text-align: left;
  }
}
.c-ta-r {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .c-ta-r-pc {
    text-align: right;
  }
}
@media screen and (max-width: 767.9px) {
  .c-ta-r-sp {
    text-align: right;
  }
}

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

.c-bg-grad {
  background: linear-gradient(98.95deg, #D6E3F2 0%, #CCE7E7 100%);
}

.c-bg-skew {
  position: relative;
}
.c-bg-skew::before, .c-bg-skew::after {
  position: absolute;
  content: "";
  display: block;
}
.c-bg-skew::before {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-bg-skew::before {
    height: min(38px, 2.96875vw);
    top: min(90px, 7.03125vw);
    width: min(524px, 40.9375vw);
    left: max(-354px, -27.65625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .c-bg-skew::before {
    height: 5.3333333333vw;
    top: 8vw;
    width: 64vw;
    left: -40vw;
  }
}
.c-bg-skew::after {
  z-index: 1;
  top: 0;
  clip-path: polygon(85% 0, 100% 0, 15% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .c-bg-skew::after {
    height: 100%;
    width: min(524px, 40.9375vw);
    left: max(-354px, -27.65625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .c-bg-skew::after {
    height: 106.6666666667vw;
    width: 64vw;
    left: -40vw;
  }
}
.c-bg-skew--bl::before {
  background-color: #F7F7F7;
}
.c-bg-skew--bl::after {
  background-color: #79A9E0;
}
.c-bg-skew--gr::before {
  background-color: #F7F7F7;
}
.c-bg-skew--gr::after {
  background-color: #DFEDED;
}

@media screen and (min-width: 768px) {
  .c-pt160 {
    padding-top: min(160px, 12.5vw);
  }
}
@media screen and (max-width: 767.9px) {
  .c-pt160 {
    padding-top: 21.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .c-pt120 {
    padding-top: min(120px, 9.375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .c-pt120 {
    padding-top: 16vw;
  }
}

@media screen and (min-width: 768px) {
  .c-pb120 {
    padding-bottom: min(120px, 9.375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .c-pb120 {
    padding-bottom: 16vw;
  }
}

.c-modal {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
}
.c-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
}
.c-modal__content {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80vh;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .c-modal__content {
    width: min(1200px, 93.75vw);
    padding: min(100px, 7.8125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .c-modal__content {
    width: 92vw;
    padding: 16vw 5.3333333333vw;
  }
}
.c-modal__closebtn {
  position: absolute;
  background: center/contain no-repeat url(../img/common/ic-close.png);
}
@media screen and (min-width: 768px) {
  .c-modal__closebtn {
    width: min(46px, 3.59375vw);
    height: min(46px, 3.59375vw);
    top: min(24px, 1.875vw);
    right: min(24px, 1.875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .c-modal__closebtn {
    width: 8vw;
    height: 8vw;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
.c-modal__closebtn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #20282D;
}
@media screen and (min-width: 768px) {
  .c-modal__closebtn2 {
    width: min(200px, 15.625vw);
    height: min(50px, 3.90625vw);
    column-gap: min(4px, 0.3125vw);
    border-radius: min(50px, 3.90625vw);
    margin-top: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767.9px) {
  .c-modal__closebtn2 {
    width: 42.6666666667vw;
    height: 11.7333333333vw;
    column-gap: 1.0666666667vw;
    border-radius: 13.3333333333vw;
    margin-top: 16vw;
  }
}
.c-modal__closebtn2-icon {
  background: center/contain no-repeat url(../img/common/ic-batsu.png);
}
@media screen and (min-width: 768px) {
  .c-modal__closebtn2-icon {
    width: min(24px, 1.875vw);
    height: min(24px, 1.875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .c-modal__closebtn2-icon {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-modal__closebtn2-txt {
    font-size: clamp(14px, 1.25vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.9px) {
  .c-modal__closebtn2-txt {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.l-top .p-kv {
  position: relative;
  overflow: hidden;
}
.l-top .p-kv__bg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__bg {
    aspect-ratio: 1600/820;
    padding-top: min(80px, 5vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-kv__bg {
    aspect-ratio: 750/780;
    padding-top: 10.6666666667vw;
  }
}
.l-top .p-kv__dc {
  position: absolute;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  will-change: clip-path, transform;
  animation: revealDown 1s ease forwards;
}
.l-top .p-kv__dc01 {
  left: 50%;
  transform: translateX(-50%);
  animation: revealDown2 2s ease forwards;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__dc01 {
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-kv__dc01 {
    bottom: -13.3333333333vw;
    left: -10.6666666667vw;
    width: 47.2vw;
  }
}
.l-top .p-kv__dc02 {
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__dc02 {
    left: 65%;
    animation: revealDown3 1.6s ease forwards;
    animation-delay: 0.4s;
    bottom: 0;
    left: min(248px, 15.5vw);
    width: min(468px, 29.25vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-kv__dc02 {
    left: 72%;
    animation: revealDown3-sp 1.6s ease forwards;
    animation-delay: 0.4s;
    bottom: -13.0666666667vw;
    left: 13.3333333333vw;
    width: 45.6vw;
  }
}
.l-top .p-kv__dc03 {
  top: 0;
  animation-delay: 2.2s;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__dc03 {
    right: min(352px, 22vw);
    width: min(286px, 17.875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-kv__dc03 {
    left: 18.9333333333vw;
    width: 40vw;
  }
}
.l-top .p-kv__dc04 {
  top: 0;
  animation-delay: 2.2s;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__dc04 {
    right: 0;
    width: min(547px, 34.1875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-kv__dc04 {
    right: 20.8vw;
    width: 18.6666666667vw;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-kv__dc05 {
    animation-delay: 2.2s;
    top: 26.9333333333vw;
    right: 2.4vw;
    width: 18.6666666667vw;
  }
}
.l-top .p-kv__img {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__img {
    justify-content: flex-end;
    column-gap: min(18px, 1.40625vw);
    padding-right: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-kv__img {
    justify-content: center;
    column-gap: 1.6vw;
  }
}
.l-top .p-kv__img-item {
  opacity: 0;
  animation: fadein 1s ease-out forwards;
  animation-delay: 2.2s;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__img-item {
    width: min(215px, 13.4375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-kv__img-item {
    width: 21.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__img-item:nth-of-type(2) {
    margin-top: min(40px, 2.5vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-kv__img-item:nth-of-type(2) {
    margin-top: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__img-item:nth-of-type(4) {
    margin-top: min(77px, 4.8125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-kv__img-item:nth-of-type(4) {
    margin-top: 6.6666666667vw;
  }
}
.l-top .p-kv__text {
  opacity: 0;
  animation: fade 1s ease-out forwards;
  animation-delay: 2.2s;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__text {
    margin-top: min(35px, 2.1875vw);
    padding-left: min(80px, 5vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-kv__text {
    margin-top: 12vw;
    padding-left: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__title {
    font-size: clamp(27px, 4.21875vw, 54px);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-kv__title {
    font-size: calc(21 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-top .p-kv__title span {
  color: #3757AC;
}
.l-top .p-kv__subtitle {
  color: #3757AC;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__subtitle {
    font-size: clamp(12px, 1.875vw, 24px);
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-kv__subtitle {
    font-size: calc(11 / 375 * 100vw);
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__subtitle {
    margin-top: min(10px, 0.78125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-kv__subtitle {
    margin-top: 2.1333333333vw;
  }
}
@keyframes revealDown {
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes revealDown2 {
  0% {
    left: 50%;
    clip-path: inset(0 0 100% 0);
    transform: translateX(-50%);
  }
  68% {
    left: 50%;
    clip-path: inset(0 0 0 0);
    transform: translateX(-50%);
  }
  100% {
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
  }
}
@keyframes revealDown3 {
  0% {
    left: 65%;
    clip-path: inset(0 0 100% 0);
    transform: translateX(-50%);
  }
  60% {
    left: 65%;
    clip-path: inset(0 0 0 0);
    transform: translateX(-50%);
  }
  100% {
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
  }
}
@keyframes revealDown3-sp {
  0% {
    left: 72%;
    clip-path: inset(0 0 100% 0);
    transform: translateX(-50%);
  }
  60% {
    left: 72%;
    clip-path: inset(0 0 0 0);
    transform: translateX(-50%);
  }
  100% {
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-top .p-float {
  position: fixed;
  display: flex;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .l-top .p-float {
    width: min(150px, 11.71875vw);
    bottom: min(20px, 1.5625vw);
    right: min(20px, 1.5625vw);
  }
  .l-top .p-float:hover {
    opacity: 0.7 !important;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-float {
    width: 21.3333333333vw;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}
.l-top .p-float.is-visible {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.l-top .p-message::before, .l-top .p-message::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
}
.l-top .p-message::before {
  background: center/contain no-repeat url(../img/top/dc-message.png);
}
@media screen and (min-width: 768px) {
  .l-top .p-message::before {
    top: min(100px, 7.8125vw);
    width: min(151px, 11.796875vw);
    height: min(141px, 11.015625vw);
    left: max(-30px, -2.34375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-message::before {
    top: 8vw;
    width: 32.2666666667vw;
    height: 30.1333333333vw;
    left: -6.4vw;
  }
}
.l-top .p-message::after {
  background-color: #4364BD;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (min-width: 768px) {
  .l-top .p-message::after {
    width: min(79px, 6.171875vw);
    height: min(79px, 6.171875vw);
    bottom: min(46px, 3.59375vw);
    right: 35px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-message::after {
    right: min(10px, 0.78125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-message::after {
    width: 16vw;
    height: 16vw;
    right: 2.4vw;
    bottom: 6.4vw;
  }
}
.l-top .p-message__inner {
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-message__inner {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: min(1080px, 84.375vw);
    column-gap: min(60px, 4.6875vw);
    row-gap: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-message__inner {
    flex-direction: column;
    row-gap: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-message__img {
    width: min(360px, 28.125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-message__img {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-message__text {
    width: 100%;
  }
}
.l-top .p-message__text .c-text-l {
  line-height: 1.8;
}
.l-top .p-message__text-title {
  color: #3757AC;
}
@media screen and (min-width: 768px) {
  .l-top .p-message__text-title {
    margin-bottom: min(8px, 0.625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-message__text-title {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-message__text-title.mt {
    margin-top: min(28px, 2.1875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-message__text-title.mt {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-message__text-name {
    margin-top: min(24px, 1.875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-message__text-name {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-message__text.col-1 {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-message__text.col-2 {
    width: 100%;
  }
}
.l-top .p-numbers__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-top .p-numbers__list {
    row-gap: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-numbers__list {
    row-gap: 5.3333333333vw;
  }
}
.l-top .p-numbers__list-item {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-top .p-numbers__list-item {
    width: min(380px, 29.6875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-numbers__list-item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-numbers__list-item .c-text-m {
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-numbers__list-item.item01 .p-numbers__list-fukidashi {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-numbers__list-item.item01 .p-numbers__list-fukidashi {
    margin-left: 35%;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-numbers__list-item.item02 .p-numbers__list-fukidashi {
    margin-left: 42%;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-numbers__list-item.item03 .p-numbers__list-fukidashi {
    margin-right: 6%;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-numbers__list-item.item03 .p-numbers__list-fukidashi {
    margin-left: 34%;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-numbers__list-item.item04 .p-numbers__list-fukidashi {
    margin-right: 8%;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-numbers__list-item.item04 .p-numbers__list-fukidashi {
    margin-left: 37%;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-numbers__list-item.item05 .p-numbers__list-fukidashi {
    margin-left: 35%;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-numbers__list-item.item06 .p-numbers__list-fukidashi {
    margin-right: 10%;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-numbers__list-item.item06 .p-numbers__list-fukidashi {
    margin-left: 38%;
  }
}
.l-top .p-numbers__list-title {
  background-color: #4364BD;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-top .p-numbers__list-title {
    padding: min(8px, 0.625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-numbers__list-title {
    padding: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-numbers__list-body {
    padding: min(28px, 2.1875vw) min(30px, 2.34375vw) min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-numbers__list-body {
    padding: 6.4vw 7.2vw 8vw;
  }
}
.l-top .p-numbers__list-fukidashi {
  background-color: #F5F5F5;
  width: max-content;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-numbers__list-fukidashi {
    margin-left: auto;
    padding: min(12px, 0.9375vw) min(16px, 1.25vw);
    border-radius: min(10px, 0.78125vw);
    margin-bottom: min(13px, 1.015625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-numbers__list-fukidashi {
    padding: 2.1333333333vw 3.2vw;
    border-radius: 2.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.l-top .p-numbers__list-fukidashi::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #F5F5F5;
  bottom: 0;
  left: 50%;
  transform: rotate(30deg) translate(-50%, 99%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .l-top .p-numbers__list-fukidashi::after {
    width: min(15px, 1.171875vw);
    height: min(19px, 1.484375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-numbers__list-fukidashi::after {
    width: 3.2vw;
    height: 4.2666666667vw;
  }
}
.l-top .p-numbers__list-fukidashi .c-text-s {
  line-height: 1.4;
  color: #3757AC;
}
.l-top .p-numbers__list-num {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-numbers__list-num {
    column-gap: min(20px, 1.5625vw);
    margin-bottom: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-numbers__list-num {
    column-gap: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-numbers__list-num.gap-10 {
    column-gap: min(10px, 0.78125vw);
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-numbers__list-num.gap-10 {
    column-gap: min(8px, 0.625vw);
  }
}
.l-top .p-numbers__list-num.gap-0 {
  column-gap: 0;
}
@media screen and (min-width: 768px) {
  .l-top .p-numbers__list-num img {
    width: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-numbers__list-num img {
    width: 17.0666666667vw;
  }
}
.l-top .p-numbers__list-num .text {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .l-top .p-numbers__list-num .text {
    font-size: clamp(10px, 1.5625vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-numbers__list-num .text {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-numbers__list-num .text {
    column-gap: min(3px, 0.234375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-numbers__list-num .text {
    column-gap: 0.5333333333vw;
  }
}
.l-top .p-numbers__list-num .text-num {
  color: #3757AC;
}
@media screen and (min-width: 768px) {
  .l-top .p-numbers__list-num .text-num {
    font-size: clamp(43px, 6.71875vw, 86px);
    line-height: 0.75;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-numbers__list-num .text-num {
    font-size: calc(68.8 / 375 * 100vw);
    line-height: 0.75;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.l-top .p-numbers__list-num .text-num.ls-s {
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .l-top .p-numbers__list-num .text-num.ls-s {
    margin-right: max(-2px, -0.15625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-numbers__list-num .text-num.ls-s {
    margin-right: -0.5333333333vw;
  }
}
.l-top .p-numbers__list-num .text-nums {
  color: #3757AC;
}
@media screen and (min-width: 768px) {
  .l-top .p-numbers__list-num .text-nums {
    font-size: clamp(30px, 4.6875vw, 60px);
    line-height: 0.8;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-numbers__list-num .text-nums {
    font-size: calc(48 / 375 * 100vw);
    line-height: 0.8;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-life {
    overflow: hidden;
  }
}
.l-top .p-life__bg::before, .l-top .p-life__bg::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  border-radius: 50%;
}
.l-top .p-life__bg::before {
  background-color: #DFEDED;
}
@media screen and (min-width: 768px) {
  .l-top .p-life__bg::before {
    width: min(164px, 12.8125vw);
    height: min(164px, 12.8125vw);
    top: min(87px, 6.796875vw);
    right: min(446px, 34.84375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-life__bg::before {
    width: 21.8666666667vw;
    height: 21.8666666667vw;
    right: -1.6vw;
    top: 176vw;
  }
}
.l-top .p-life__bg:after {
  background-color: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .l-top .p-life__bg:after {
    width: min(70px, 5.46875vw);
    height: min(70px, 5.46875vw);
    left: min(290px, 22.65625vw);
    top: min(640px, 50vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-life__bg:after {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    left: 22.1333333333vw;
    top: 248vw;
  }
}
.l-top .p-life__dc01 {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top .p-life__dc01 {
    width: min(200px, 15.625vw);
    left: max(-74px, -5.78125vw);
    top: max(-71px, -5.546875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-life__dc01 {
    width: 26.6666666667vw;
    top: -26.6666666667vw;
    left: -13.3333333333vw;
  }
}
.l-top .p-life__wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-life__text {
    width: min(500px, 39.0625vw);
    margin-left: min(260px, 20.3125vw);
  }
}
.l-top .p-life__img01 {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-top .p-life__img01 {
    position: absolute;
    width: min(280px, 21.875vw);
    top: min(60px, 4.6875vw);
    left: -140px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-life__img01 {
    left: max(-40px, -3.125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-life__img01 {
    position: relative;
    width: 48vw;
    margin-top: 11.2vw;
    left: -14.1333333333vw;
  }
}
.l-top .p-life__img02 {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-top .p-life__img02 {
    position: absolute;
    width: min(520px, 40.625vw);
    right: max(-200px, -15.625vw);
    top: -200px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-life__img02 {
    right: max(-80px, -6.25vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-life__img02 {
    position: relative;
    width: 53.3333333333vw;
    margin-top: -17.6vw;
    margin-left: auto;
    right: -8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-life__roles {
    margin-top: min(100px, 7.8125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-life__roles {
    margin-top: 16vw;
  }
}
.l-top .p-life__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-top .p-life__list {
    justify-content: space-between;
    row-gap: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-life__list {
    row-gap: 5.3333333333vw;
  }
}
.l-top .p-life__list-item {
  background-color: #F7F7F7;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-top .p-life__list-item {
    width: min(380px, 29.6875vw);
    padding: min(24px, 1.875vw) min(28px, 2.1875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-life__list-item {
    width: 100%;
    padding: 5.3333333333vw 6.4vw;
  }
}
.l-top .p-life__list-item.planning {
  border-bottom: 3px solid #907996;
}
.l-top .p-life__list-item.planning .p-life__list-title .u-en {
  color: #907996;
}
.l-top .p-life__list-item.planning .p-life__list-btn {
  background-color: #907996;
}
.l-top .p-life__list-item.developments {
  border-bottom: 3px solid #56719A;
}
.l-top .p-life__list-item.developments .p-life__list-title .u-en {
  color: #56719A;
}
.l-top .p-life__list-item.developments .p-life__list-btn {
  background-color: #56719A;
}
.l-top .p-life__list-item.manufacturing {
  border-bottom: 3px solid #6B9474;
}
.l-top .p-life__list-item.manufacturing .p-life__list-title .u-en {
  color: #6B9474;
}
.l-top .p-life__list-item.manufacturing .p-life__list-btn {
  background-color: #6B9474;
}
.l-top .p-life__list-item.quality {
  border-bottom: 3px solid #C89060;
}
.l-top .p-life__list-item.quality .p-life__list-title .u-en {
  color: #C89060;
}
.l-top .p-life__list-item.quality .p-life__list-btn {
  background-color: #C89060;
}
.l-top .p-life__list-item.sales {
  border-bottom: 3px solid #C56152;
}
.l-top .p-life__list-item.sales .p-life__list-title .u-en {
  color: #C56152;
}
.l-top .p-life__list-item.sales .p-life__list-btn {
  background-color: #C56152;
}
.l-top .p-life__list-item.customer {
  border-bottom: 3px solid #E78E90;
}
.l-top .p-life__list-item.customer .p-life__list-title .u-en {
  color: #E78E90;
}
.l-top .p-life__list-item.customer .p-life__list-btn {
  background-color: #E78E90;
}
@media screen and (min-width: 768px) {
  .l-top .p-life__list-title {
    margin-bottom: min(16px, 1.25vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-life__list-title {
    margin-bottom: 3.2vw;
  }
}
.l-top .p-life__list-title .u-en {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-top .p-life__list-title .u-en {
    font-size: clamp(14px, 1.171875vw, 15px);
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-life__list-title .u-en {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
.l-top .p-life__list-title .c-text-l {
  display: block;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .l-top .p-life__list .c-text-m {
    margin-bottom: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-life__list .c-text-m {
    margin-bottom: 3.7333333333vw;
  }
}
.l-top .p-life__list-btn {
  margin-top: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-top .p-life__list-btn {
    font-size: clamp(14px, 1.09375vw, 14px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-life__list-btn {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-life__list-btn {
    padding: 9px 20px;
    border-radius: min(50px, 3.90625vw);
  }
  .l-top .p-life__list-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-life__list-btn {
    width: 29.3333333333vw;
    height: 10.6666666667vw;
    border-radius: 13.3333333333vw;
  }
}
.l-top .p-modal#planning .p-modal__title {
  border-bottom: 3px solid #907996;
}
.l-top .p-modal#planning .p-modal__title-en {
  color: #907996;
}
.l-top .p-modal#developments .p-modal__title {
  border-bottom: 3px solid #56719A;
}
.l-top .p-modal#developments .p-modal__title-en {
  color: #56719A;
}
.l-top .p-modal#manufacturing .p-modal__title {
  border-bottom: 3px solid #6B9474;
}
.l-top .p-modal#manufacturing .p-modal__title-en {
  color: #6B9474;
}
.l-top .p-modal#quality .p-modal__title {
  border-bottom: 3px solid #C89060;
}
.l-top .p-modal#quality .p-modal__title-en {
  color: #C89060;
}
.l-top .p-modal#sales .p-modal__title {
  border-bottom: 3px solid #C56152;
}
.l-top .p-modal#sales .p-modal__title-en {
  color: #C56152;
}
.l-top .p-modal#customer .p-modal__title {
  border-bottom: 3px solid #E78E90;
}
.l-top .p-modal#customer .p-modal__title-en {
  color: #E78E90;
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__title {
    padding-bottom: min(20px, 1.5625vw);
    margin-bottom: min(28px, 2.1875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__title {
    padding-bottom: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
.l-top .p-modal__title-en {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__title-en {
    font-size: clamp(18px, 1.5625vw, 20px);
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__title-en {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
.l-top .p-modal__title-jp {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__title-jp {
    font-size: clamp(24px, 2.1875vw, 28px);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__title-jp {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__mission {
    padding: min(24px, 1.875vw);
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__mission {
    padding: 5.3333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__mission .c-text-s {
    margin-bottom: min(4px, 0.3125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__mission .c-text-s {
    margin-bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__item:not(:last-of-type) {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__item:not(:last-of-type) {
    margin-bottom: 8.5333333333vw;
  }
}
.l-top .p-modal__flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__flex {
    align-items: flex-start;
    column-gap: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__flex {
    flex-direction: column;
    row-gap: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__img {
    width: min(400px, 31.25vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__text {
    flex: 1;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__text {
    width: 100%;
  }
}
.l-top .p-modal__subtitle {
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__subtitle {
    font-size: clamp(18px, 1.5625vw, 20px);
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__subtitle {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__subtitle {
    padding-bottom: min(8px, 0.625vw);
    margin-bottom: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__subtitle {
    padding-bottom: 2.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.l-top .p-modal__list li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__list li {
    font-size: clamp(14px, 1.171875vw, 15px);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__list li {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__list li {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__list li {
    padding-left: 6.6666666667vw;
  }
}
.l-top .p-modal__list li::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #001E6E;
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__list li::before {
    width: 5px;
    height: 5px;
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__list li::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__list li:not(:last-of-type) {
    margin-bottom: min(8px, 0.625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__list li:not(:last-of-type) {
    margin-bottom: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__list-note {
    font-size: clamp(12px, 0.9375vw, 12px);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__list-note {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__list-note {
    margin-top: min(8px, 0.625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__list-note {
    margin-top: 1.6vw;
  }
}
.l-top .p-modal__checklist li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__checklist li {
    font-size: clamp(14px, 1.171875vw, 15px);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__checklist li {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__checklist li {
    padding-left: 26px;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__checklist li {
    padding-left: 6.9333333333vw;
  }
}
.l-top .p-modal__checklist li::before {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/common/ic-check.png);
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__checklist li::before {
    width: 18px;
    height: 16px;
    top: 4px;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__checklist li::before {
    width: 4.8vw;
    height: 4.2666666667vw;
    top: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__checklist li:not(:last-of-type) {
    margin-bottom: min(8px, 0.625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__checklist li:not(:last-of-type) {
    margin-bottom: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__group {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    row-gap: min(12px, 0.9375vw);
    column-gap: min(4px, 0.3125vw);
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__group-item {
    display: contents;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__group-item:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}
.l-top .p-modal__group-item .c-text-m {
  line-height: 1.4;
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__group-item .c-text-m {
    font-weight: 500;
  }
}
.l-top .p-modal__group-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__group-list {
    column-gap: min(6px, 0.46875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__group-list {
    column-gap: 1.0666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__group-list li {
    font-size: clamp(14px, 1.171875vw, 15px);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__group-list li {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__group-list li {
    padding: min(6px, 0.46875vw) min(10px, 0.78125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-modal__group-list li {
    padding: 1.6vw 2.6666666667vw;
  }
}
.l-top .p-modal__group-list li.planning {
  border: 2px solid #907996;
  color: #907996;
}
.l-top .p-modal__group-list li.developments {
  border: 2px solid #56719A;
  color: #56719A;
}
.l-top .p-modal__group-list li.manufacturing {
  border: 2px solid #6B9474;
  color: #6B9474;
}
.l-top .p-modal__group-list li.quality {
  border: 2px solid #C89060;
  color: #C89060;
}
.l-top .p-modal__group-list li.sales {
  border: 2px solid #C56152;
  color: #C56152;
}
.l-top .p-modal__group-list li.customer {
  border: 2px solid #E78E90;
  color: #E78E90;
}
.l-top .p-modal__group-list li.purchase {
  border: 2px solid #3B8CB5;
  color: #3B8CB5;
}
.l-top .p-modal__group-list li.all {
  border: 2px solid #666;
  color: #666;
}
@media screen and (min-width: 768px) {
  .l-top .p-modal__group .c-text-m::before {
    content: "：";
    display: inline-block;
    font-family: inherit;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-top .p-modal__group .c-text-m::before {
    font-size: clamp(14px, 1.171875vw, 15px);
    line-height: 1.7533333333;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.l-top .p-profile__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-profile__list {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-profile__list {
    flex-direction: column;
    row-gap: 4.8vw;
  }
}
.l-top .p-profile__list-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-profile__list-item {
    width: min(380px, 29.6875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-profile__list-item {
    width: 100%;
  }
}
.l-top .p-profile__list-item a {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-profile__list-item a:hover {
    opacity: 0.7;
  }
}
.l-top .p-profile__list-text {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-top .p-profile__list-text {
    width: min(350px, 27.34375vw);
    padding: min(20px, 1.5625vw);
    bottom: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-profile__list-text {
    width: 76vw;
    padding: 4.2666666667vw 3.7333333333vw 5.3333333333vw 4.2666666667vw;
    bottom: 8vw;
  }
}
.l-top .p-profile__list-text.blue {
  box-shadow: 10px 10px 0 #79A9E0;
}
.l-top .p-profile__list-text.green {
  box-shadow: 10px 10px 0 #BBE0E0;
}
.l-top .p-profile__list-text.orange {
  box-shadow: 10px 10px 0 #FAB876;
}
.l-top .p-profile__list-title {
  color: #3757AC;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .l-top .p-profile__list-title {
    margin-bottom: min(8px, 0.625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-profile__list-title {
    margin-bottom: 1.6vw;
  }
}
.l-top .p-voice__bg {
  position: relative;
}
.l-top .p-voice__bg::before {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/top/bg-voice.png);
  top: 0;
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__bg::before {
    width: min(897px, 70.078125vw);
    height: 100%;
    right: calc((100vw - 1600px) / 2);
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-voice__bg::before {
    right: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-voice__bg::before {
    width: 98%;
    height: 70.6666666667vw;
    bottom: 0;
    right: -16vw;
  }
}
.l-top .p-voice__wrap {
  display: flex;
  overflow: hidden;
}
.l-top .p-voice__list {
  animation: scroll-left 80s infinite linear 0.5s both;
  display: flex;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__list {
    margin-right: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-voice__list {
    margin-right: 3.2vw;
  }
}
.l-top .p-voice__list-item {
  flex-shrink: 0;
  background-color: #F7F7F7;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__list-item {
    min-width: 240px;
    width: min(328px, 25.625vw);
    padding: min(20px, 1.5625vw) min(24px, 1.875vw);
    margin-right: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-voice__list-item {
    width: 80vw;
    padding: 4.2666666667vw 5.3333333333vw;
    margin-right: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__list-title {
    margin-bottom: min(4px, 0.3125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-voice__list-title {
    margin-bottom: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__list-text {
    margin-bottom: min(16px, 1.25vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-voice__list-text {
    margin-bottom: 3.2vw;
  }
}
.l-top .p-voice__list-department {
  margin-top: auto;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__list-department {
    column-gap: min(12px, 0.9375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-voice__list-department {
    column-gap: 2.1333333333vw;
  }
}
.l-top .p-voice__list-department .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__list-department .icon {
    width: min(40px, 3.125vw);
    height: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-voice__list-department .icon {
    width: 8.8vw;
    height: 8.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__list-department .icon img {
    width: min(24px, 1.875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-voice__list-department .icon img {
    width: 5.3333333333vw;
  }
}
.l-top .p-voice__list-department .icon.purple {
  background-color: #907996;
}
.l-top .p-voice__list-department .icon.blue {
  background-color: #56719A;
}
.l-top .p-voice__list-department .icon.green {
  background-color: #6B9474;
}
.l-top .p-voice__list-department .icon.orange {
  background-color: #C89060;
}
.l-top .p-voice__list-department .icon.red {
  background-color: #C56152;
}
.l-top .p-voice__list-department .icon.pink {
  background-color: #E78E90;
}
.l-top .p-voice__list-department .icon.black {
  background-color: #666;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.l-top .p-culture__dcwrap::before, .l-top .p-culture__dcwrap::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top .p-culture__dcwrap::before, .l-top .p-culture__dcwrap::after {
    width: min(84px, 6.5625vw);
    height: min(84px, 6.5625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-culture__dcwrap::before, .l-top .p-culture__dcwrap::after {
    width: 16vw;
    height: 16vw;
  }
}
.l-top .p-culture__dcwrap::before {
  background-color: #DFEDED;
  clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
}
@media screen and (min-width: 768px) {
  .l-top .p-culture__dcwrap::before {
    bottom: max(-42px, -3.28125vw);
    left: min(38px, 2.96875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-culture__dcwrap::before {
    bottom: -12.8vw;
    left: 2.6666666667vw;
  }
}
.l-top .p-culture__dcwrap::after {
  background: linear-gradient(45deg, #DFEDED 0%, #DFEDED 50%, #79A9E0 50%, #79A9E0 100%);
}
@media screen and (min-width: 768px) {
  .l-top .p-culture__dcwrap::after {
    top: min(807px, 63.046875vw);
    left: min(60px, 4.6875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-culture__dcwrap::after {
    top: 274.6666666667vw;
    left: 4vw;
  }
}
.l-top .p-culture__dc01 {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top .p-culture__dc01 {
    width: min(250px, 19.53125vw);
    right: max(-90px, -7.03125vw);
    top: min(130px, 10.15625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-culture__dc01 {
    width: 42.6666666667vw;
    right: -16vw;
    top: 16vw;
  }
}
.l-top .p-culture__dc02 {
  position: absolute;
  z-index: 1;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-top .p-culture__dc02 {
    width: min(168px, 13.125vw);
    bottom: min(444px, 34.6875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-culture__dc02 {
    width: 32vw;
    bottom: 80vw;
  }
}
.l-top .p-culture__item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-culture__item {
    align-items: center;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-culture__item {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-culture__item:not(:last-of-type) {
    margin-bottom: min(100px, 7.8125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-culture__item:not(:last-of-type) {
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-culture__item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-culture__img {
    width: min(540px, 42.1875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-culture__img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-culture__text {
    margin: 0 auto;
    width: min(500px, 39.0625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-culture__text {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-culture__text .c-text-m {
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-culture__text-box {
    margin-top: min(28px, 2.1875vw);
    padding: min(20px, 1.5625vw) min(19px, 1.484375vw) min(20px, 1.5625vw) min(12px, 0.9375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-culture__text-box {
    margin-top: 5.3333333333vw;
    padding: 4.2666666667vw 2.6666666667vw;
  }
}
.l-top .p-culture__text-list li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-culture__text-list li {
    padding-left: min(25px, 1.953125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-culture__text-list li {
    padding-left: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-culture__text-list li:not(:last-of-type) {
    margin-bottom: min(8px, 0.625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-culture__text-list li:not(:last-of-type) {
    margin-bottom: 1.6vw;
  }
}
.l-top .p-culture__text-list li::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #4364BD;
}
@media screen and (min-width: 768px) {
  .l-top .p-culture__text-list li::before {
    width: min(5px, 0.390625vw);
    height: min(5px, 0.390625vw);
    left: min(10px, 0.78125vw);
    top: min(10px, 0.78125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-culture__text-list li::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    left: 1.6vw;
    top: 2.4vw;
  }
}
.l-top .p-job::before, .l-top .p-job::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
}
.l-top .p-job::before {
  background: center/contain no-repeat url(../img/top/dc-job.png);
}
@media screen and (min-width: 768px) {
  .l-top .p-job::before {
    width: min(181px, 14.140625vw);
    height: min(265px, 20.703125vw);
    top: min(80px, 6.25vw);
    left: max(-91px, -7.109375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-job::before {
    width: 38.6666666667vw;
    height: 56.5333333333vw;
    top: 4.8vw;
    left: -19.2vw;
  }
}
.l-top .p-job::after {
  background: linear-gradient(45deg, #DFEDED 0%, #DFEDED 50%, #79A9E0 50%, #79A9E0 100%);
}
@media screen and (min-width: 768px) {
  .l-top .p-job::after {
    width: min(84px, 6.5625vw);
    height: min(84px, 6.5625vw);
    right: 0;
    bottom: min(223px, 17.421875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-job::after {
    width: 16vw;
    height: 16vw;
    bottom: 8vw;
    right: 0;
  }
}
.l-top .p-job__table {
  width: 100%;
  border-top: 1px solid #DEDEDE;
}
.l-top .p-job__table th, .l-top .p-job__table td {
  border-bottom: 1px solid #DEDEDE;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .l-top .p-job__table th, .l-top .p-job__table td {
    padding: min(20px, 1.5625vw) 0;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-job__table th, .l-top .p-job__table td {
    padding: 4vw 0;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-job__table th {
    font-size: clamp(14px, 1.171875vw, 15px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-job__table th {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-job__table th {
    width: min(180px, 14.0625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-job__table th {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-job__table td {
    font-size: clamp(14px, 1.171875vw, 15px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-job__table td {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-job__table td {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-job__table td p + p,
  .l-top .p-job__table td .mt {
    margin-top: min(12px, 0.9375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-job__table td p + p,
  .l-top .p-job__table td .mt {
    margin-top: 2.1333333333vw;
  }
}
.l-top .p-job__table td .c-text-s {
  line-height: 1.5;
}
.l-top .p-faq__tab {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__tab {
    column-gap: min(10px, 0.78125vw);
    margin-bottom: min(55px, 4.296875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-faq__tab {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 3.2vw;
    margin-bottom: 8vw;
  }
}
.l-top .p-faq__tab-item {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #3757AC;
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__tab-item {
    font-size: clamp(16px, 1.40625vw, 18px);
    line-height: 1.4111111111;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-faq__tab-item {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__tab-item {
    min-width: min(260px, 20.3125vw);
    padding: 16px 40px;
    border-radius: min(150px, 11.71875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-faq__tab-item {
    width: 100%;
    height: 10.6666666667vw;
    border-radius: 40vw;
  }
}
.l-top .p-faq__tab-item.is-active {
  background-color: #BBE0E0;
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__tab-item.is-active::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #BBE0E0;
    left: 50%;
    transform: translate(-50%, 99%);
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: min(25px, 1.953125vw);
    height: min(15px, 1.171875vw);
  }
}
.l-top .p-faq__list {
  border-top: 1px solid #DEDEDE;
}
.l-top .p-faq__list-item {
  border-bottom: 1px solid #DEDEDE;
}
.l-top .p-faq__list-head {
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__list-head {
    column-gap: min(20px, 1.5625vw);
    padding: min(25px, 1.953125vw) 0;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-faq__list-head {
    column-gap: 3.2vw;
    padding: 4.2666666667vw 0;
  }
}
.l-top .p-faq__list-head.is-open .icon::after {
  height: 0;
}
.l-top .p-faq__list-head::before {
  font-family: "aktiv-grotesk", sans-serif;
  color: #3757AC;
  content: "Q";
  margin-bottom: auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__list-head::before {
    font-size: clamp(32px, 2.8125vw, 36px);
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-faq__list-head::before {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
.l-top .p-faq__list-head .txt {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__list-head .txt {
    font-size: clamp(16px, 1.40625vw, 18px);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-faq__list-head .txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-top .p-faq__list-head .icon {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__list-head .icon {
    width: min(40px, 3.125vw);
    height: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-faq__list-head .icon {
    width: 8vw;
    height: 8vw;
  }
}
.l-top .p-faq__list-head .icon::before, .l-top .p-faq__list-head .icon::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #20282D;
  transition: all 0.3s;
}
.l-top .p-faq__list-head .icon::before {
  height: 2px;
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__list-head .icon::before {
    width: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-faq__list-head .icon::before {
    width: 4vw;
  }
}
.l-top .p-faq__list-head .icon::after {
  width: 2px;
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__list-head .icon::after {
    height: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-faq__list-head .icon::after {
    height: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__list-body {
    padding: 0 min(48px, 3.75vw) min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-faq__list-body {
    padding: 0 8.5333333333vw 4vw;
  }
}
.l-top .p-faq__list-body .c-text-m {
  line-height: 1.6;
}
.l-top .p-entry__box {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-entry__box {
    background-image: url(../img/top/bg-entry.jpg);
    align-items: center;
    min-height: min(320px, 25vw);
    padding: min(30px, 2.34375vw) min(60px, 4.6875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-entry__box {
    background-image: url(../img/top/bg-entry-sp.jpg);
    flex-direction: column;
    padding: 10.6666666667vw 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-entry__box .c-title {
    margin-bottom: 0;
    margin-right: min(165px, 12.890625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-entry__box .c-title {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-entry__box .c-button {
    margin-left: auto;
  }
}
@media screen and (max-width: 767.9px) {
  .l-top .p-entry__box .c-button {
    margin-top: 6.4vw;
  }
}

.l-interview .p-kv {
  background-color: #F7F7F7;
}
.l-interview .p-kv__bg {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .l-interview .p-kv__bg {
    aspect-ratio: 1600/700;
    background-image: url(../img/interview/common/bg-kv.jpg);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-kv__bg {
    aspect-ratio: 1/1;
    background-image: url(../img/interview/common/bg-kv-sp.jpg);
  }
}
.l-interview .p-kv__inner {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-interview .p-kv__inner {
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-kv__inner {
    flex-direction: column-reverse;
    padding-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-kv__text {
    width: min(650px, 50.78125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-kv__text {
    padding-left: 5.8666666667vw;
    margin-top: -2.6666666667vw;
  }
}
.l-interview .p-kv__text-num {
  color: #3757AC;
}
@media screen and (min-width: 768px) {
  .l-interview .p-kv__text-num {
    font-size: clamp(12px, 1.875vw, 24px);
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-kv__text-num {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-kv__text-num {
    margin-bottom: min(16px, 1.25vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-kv__text-num {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-kv__text-title {
    font-size: clamp(24px, 3.75vw, 48px);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-kv__text-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-kv__text-txt {
    font-size: clamp(14px, 2.1875vw, 28px);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-kv__text-txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-kv__text-txt {
    margin-top: min(16px, 1.25vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-kv__text-txt {
    margin-top: 2.1333333333vw;
  }
}
.l-interview .p-kv__img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-interview .p-kv__img {
    width: min(550px, 42.96875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-kv__img {
    width: 53.3333333333vw;
    margin-left: auto;
    margin-right: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__bg {
    background: top center/100% auto repeat-y url(../img/interview/common/bg-interview.jpg);
    max-width: 1810px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-interview__bg {
    background: top center/113% auto repeat-y url(../img/interview/common/bg-interview-sp.jpg);
  }
}
.l-interview .p-interview__wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__wrap {
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-interview__wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__wrap.reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__wrap:not(:last-of-type) {
    margin-bottom: min(100px, 7.8125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-interview__wrap:not(:last-of-type) {
    margin-bottom: 16vw;
  }
}
.l-interview .p-interview__img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__img {
    width: min(500px, 39.0625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-interview__img {
    width: 78.6666666667vw;
  }
}
.l-interview .p-interview__img.radius img {
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__text {
    width: min(600px, 46.875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-interview__text {
    width: 100%;
  }
}
.l-interview .p-interview__text-q {
  display: flex;
  align-items: flex-start;
  color: #3757AC;
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__text-q {
    font-size: clamp(18px, 2.1875vw, 28px);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-interview__text-q {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__text-q {
    column-gap: min(20px, 1.5625vw);
    margin-bottom: min(28px, 2.1875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-interview__text-q {
    column-gap: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__text-q.mb40 {
    margin-bottom: min(40px, 3.125vw);
  }
}
.l-interview .p-interview__text-q::before {
  content: "Q";
  font-family: "aktiv-grotesk", sans-serif;
  color: #3757AC;
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__text-q::before {
    font-size: clamp(18px, 2.8125vw, 36px);
    line-height: 1.2444444444;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-interview__text-q::before {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.0769230769;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
.l-interview .p-schedule__bg {
  position: relative;
}
.l-interview .p-schedule__bg::before, .l-interview .p-schedule__bg::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-interview .p-schedule__bg::before {
  background-image: url(../img/interview/common/bg-schedule01.png);
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-interview .p-schedule__bg::before {
    width: min(875px, 68.359375vw);
    height: min(709px, 55.390625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-schedule__bg::before {
    width: 80vw;
    height: 64.8vw;
  }
}
.l-interview .p-schedule__bg::after {
  background-image: url(../img/interview/common/bg-schedule02.png);
}
@media screen and (min-width: 768px) {
  .l-interview .p-schedule__bg::after {
    width: min(257px, 20.078125vw);
    height: min(410px, 32.03125vw);
    top: min(327px, 25.546875vw);
    left: max(-30px, -2.34375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-schedule__bg::after {
    bottom: 0;
    left: -2.6666666667vw;
    width: 34.4vw;
    height: 54.6666666667vw;
  }
}
.l-interview .p-schedule__box {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-interview .p-schedule__box {
    padding: min(100px, 7.8125vw) min(100px, 7.8125vw) min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-schedule__box {
    padding: 6.4vw 4vw;
  }
}
.l-interview .p-schedule__box-item {
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .l-interview .p-schedule__box-item {
    column-gap: min(55px, 4.296875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-schedule__box-item {
    column-gap: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-schedule__box-item:not(:last-of-type) {
    margin-bottom: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-schedule__box-item:not(:last-of-type) {
    margin-bottom: 6.4vw;
  }
}
.l-interview .p-schedule__box-item:last-of-type::after {
  display: none;
}
.l-interview .p-schedule__box-item::before, .l-interview .p-schedule__box-item::after {
  position: absolute;
  content: "";
  display: block;
}
.l-interview .p-schedule__box-item::before {
  background-color: #3757AC;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .l-interview .p-schedule__box-item::before {
    left: min(94px, 7.34375vw);
    top: min(5px, 0.390625vw);
    width: min(15px, 1.171875vw);
    height: min(15px, 1.171875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-schedule__box-item::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    left: 15.7333333333vw;
    top: 1.8666666667vw;
  }
}
.l-interview .p-schedule__box-item::after {
  width: 1px;
  background-color: #aaa;
}
@media screen and (min-width: 768px) {
  .l-interview .p-schedule__box-item::after {
    left: min(100px, 7.8125vw);
    top: min(29.5px, 2.3046875vw);
    height: calc(100% - min(10px, 0.78125vw));
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-schedule__box-item::after {
    left: 16.8vw;
    top: 5.8666666667vw;
    height: calc(100% - 1.6vw);
  }
}
.l-interview .p-schedule__box-time {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-interview .p-schedule__box-time {
    font-size: clamp(16px, 1.875vw, 24px);
    line-height: 1.0833333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-schedule__box-time {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.625;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-interview .p-schedule__box-text .c-text-m {
  line-height: 1.75;
}
.l-interview .p-schedule__box-text img {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-interview .p-schedule__box-text img {
    margin-top: min(15px, 1.171875vw);
    width: min(360px, 28.125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-schedule__box-text img {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-schedule__box-title {
    font-size: clamp(16px, 1.875vw, 24px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-schedule__box-title {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-schedule__box-title {
    margin-bottom: min(14px, 1.09375vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-schedule__box-title {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-message {
    padding-bottom: min(170px, 13.28125vw);
  }
}
.l-interview .p-message__dcwrap {
  position: relative;
}
.l-interview .p-message__dcwrap::before, .l-interview .p-message__dcwrap::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
}
.l-interview .p-message__dcwrap::before {
  background: center/contain no-repeat url(../img/interview/common/dc-message.png);
  left: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-interview .p-message__dcwrap::before {
    width: min(250px, 19.53125vw);
    height: min(125px, 9.765625vw);
    top: min(68px, 5.3125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-message__dcwrap::before {
    width: 42.6666666667vw;
    height: 21.3333333333vw;
    top: 8vw;
  }
}
.l-interview .p-message__dcwrap::after {
  border-radius: 100% 0 0 100%/50%;
  background-color: #BBE0E0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-interview .p-message__dcwrap::after {
    width: min(84px, 6.5625vw);
    height: min(168px, 13.125vw);
    bottom: max(-112px, -8.75vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-message__dcwrap::after {
    width: 10.6666666667vw;
    height: 21.3333333333vw;
    bottom: -8vw;
  }
}
.l-interview .p-message__wrap {
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-message__wrap {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    row-gap: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-message__text {
    width: min(700px, 54.6875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-message__text {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-message__img {
    position: absolute;
    right: 0;
    bottom: max(-60px, -4.6875vw);
    width: min(380px, 29.6875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-message__img {
    width: 74.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-message__img.bottom {
    bottom: 0;
  }
}
.l-interview .p-other__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-interview .p-other__list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-other__list {
    flex-direction: column;
    row-gap: 4.8vw;
  }
}
.l-interview .p-other__list-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-interview .p-other__list-item {
    width: min(550px, 42.96875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-other__list-item {
    width: 100%;
  }
}
.l-interview .p-other__list-item a {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-interview .p-other__list-item a:hover {
    opacity: 0.7;
  }
}
.l-interview .p-other__list-text {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-interview .p-other__list-text {
    width: min(350px, 27.34375vw);
    padding: min(20px, 1.5625vw);
    bottom: min(73px, 5.703125vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-other__list-text {
    width: 76vw;
    padding: 4.2666666667vw 3.7333333333vw 5.3333333333vw 4.2666666667vw;
    bottom: 5.3333333333vw;
  }
}
.l-interview .p-other__list-text.blue {
  box-shadow: 10px 10px 0 #79A9E0;
}
.l-interview .p-other__list-text.green {
  box-shadow: 10px 10px 0 #BBE0E0;
}
.l-interview .p-other__list-text.orange {
  box-shadow: 10px 10px 0 #FAB876;
}
.l-interview .p-other__list-title {
  color: #3757AC;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .l-interview .p-other__list-title {
    margin-bottom: min(8px, 0.625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-other__list-title {
    margin-bottom: 1.6vw;
  }
}
.l-interview .p-entry__box {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-interview .p-entry__box {
    background-image: url(../img/top/bg-entry.jpg);
    align-items: center;
    min-height: min(320px, 25vw);
    padding: min(30px, 2.34375vw) min(60px, 4.6875vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-entry__box {
    background-image: url(../img/top/bg-entry-sp.jpg);
    flex-direction: column;
    padding: 10.6666666667vw 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-entry__box .c-title {
    margin-bottom: 0;
    margin-right: min(165px, 12.890625vw);
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-entry__box .c-title {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-entry__box .c-button {
    margin-left: auto;
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-entry__box .c-button {
    margin-top: 6.4vw;
  }
}
.l-interview .p-float {
  position: fixed;
  display: flex;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .l-interview .p-float {
    width: min(150px, 11.71875vw);
    bottom: min(20px, 1.5625vw);
    right: min(20px, 1.5625vw);
  }
  .l-interview .p-float:hover {
    opacity: 0.7 !important;
  }
}
@media screen and (max-width: 767.9px) {
  .l-interview .p-float {
    width: 21.3333333333vw;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}
.l-interview .p-float.is-visible {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.js-panel {
  display: none;
}
.js-panel.is-active {
  display: block;
}

.js-accordion-body {
  display: none;
}

@media screen and (max-width: 767.9px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

/* animation */
[data-module=FadeIn] {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-timing-function: ease-out;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
}

[data-module=FadeIn].is-FadeIn {
  opacity: 1;
  transform: translateZ(0);
}