@charset "UTF-8";
/* ===================
 オリジナル
==================== */
/* ===================
 MIXIN
==================== */
/* ====================
design SIZE SET
==================== */
/* ====================
header height
==================== */
/*----------------------------------------
	RESET
-----------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none !important;
}

blockquote,
q {
  quotes: none;
}

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

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

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

/*----------------------------------------
	BACE
-----------------------------------------*/
.pc {
  display: block;
}
@media only screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 834px) {
  .sp {
    display: block !important;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
html.is-open {
  overflow: hidden;
}
@media only screen and (max-width: 834px) {
  html {
    scroll-padding-top: calc(60 / 375 * 100vw);
  }
}

body {
  position: relative;
  width: 100%;
  min-width: 1314px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 2.13;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  word-wrap: break-word;
  color: #151515;
  background: #fff;
  hanging-punctuation: allow-end;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 834px) {
  body {
    width: 100%;
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 2.14;
    min-width: 0;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
  }
}
body.is-open {
  overflow: hidden;
}

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

a {
  text-decoration: none;
  color: #151515;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:before, a:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 835px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

img,
video {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

button {
  font-family: inherit;
  color: inherit;
  cursor: pointer;
}

/*----------------------------------------
	COMMON
-----------------------------------------*/
/* 画面サイズ
===================================*/
.c-full {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.c-outer {
  width: 96%;
  max-width: 1314px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-inner {
  width: 92%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .c-inner {
    width: calc(313 / 375 * 100vw);
  }
}
/*----------------------------------------
	HEADER
-----------------------------------------*/
.c-link-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 300px;
  height: 70px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background: #3E5D9A;
  padding: 0 24px;
}
.c-link-box::before, .c-link-box::after {
  content: "";
  display: block;
  height: 60%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.c-link-box::before {
  position: absolute;
  top: 50%;
  right: 64px;
  width: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.c-link-box::after {
  width: 20px;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  -webkit-mask-image: url("../img/common/arrow_right.svg");
          mask-image: url("../img/common/arrow_right.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media only screen and (min-width: 835px) {
  .c-link-box:hover {
    color: #fff !important;
    background: #6EA3D7;
    border-color: #6EA3D7 !important;
  }
  .c-link-box:hover::after {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
@media only screen and (min-width: 835px) {
  .c-link-box--prev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-link-box--prev::before {
    left: 64px;
    right: auto;
  }
  .c-link-box--prev::after {
    margin-right: 40px;
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
    -webkit-mask-image: url("../img/common/arrow_left.svg");
            mask-image: url("../img/common/arrow_left.svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .c-link-box--prev:hover::after {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
}
.c-link-box--white {
  color: #3E5D9A !important;
  background: #fff;
}
.c-link-box--white::before, .c-link-box--white::after {
  background: #3E5D9A !important;
}
.c-link-box--white:hover::before, .c-link-box--white:hover::after {
  background: #fff !important;
}
.c-link-box--toggle {
  border: 1px solid #fff;
}
.c-link-box--toggle::after {
  width: 20px;
  height: 1px;
  -webkit-mask: none;
          mask: none;
  background: #fff;
}
.c-link-box--toggle span {
  position: absolute;
  top: 50%;
  right: 21px;
  width: 20px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
@media only screen and (min-width: 835px) {
  .c-link-box--toggle:hover {
    border: 1px solid #fff;
  }
  .c-link-box--toggle:hover::after {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
.c-link-box--toggle.is-open span {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.c-link-blank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 500;
}
.c-link-blank::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.25em;
  background: #151515;
  -webkit-mask-image: url("../img/common/icon_blank.svg");
          mask-image: url("../img/common/icon_blank.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

@media only screen and (max-width: 834px) {
  .c-link-box {
    width: calc(300 / 375 * 100vw);
    height: calc(70 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 0 calc(24 / 375 * 100vw);
  }
  .c-link-box::before {
    right: calc(64 / 375 * 100vw);
  }
  .c-link-box::after {
    width: calc(20 / 375 * 100vw);
    -webkit-transform: translateX(calc(3 / 375 * 100vw));
            transform: translateX(calc(3 / 375 * 100vw));
  }
  .c-link-box--toggle::after {
    width: calc(20 / 375 * 100vw);
    height: 1px;
  }
  .c-link-box--toggle span {
    right: calc(21 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
  }
  .c-link-blank {
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 1;
  }
}
/* 共通テキスト
-----------------------------------------*/
.c-text-eng {
  font-family: "Caveat", cursive;
}

/* MODAL
===================================*/
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
}
.c-modal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.c-modal__back {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(62, 93, 154, 0.97);
  pointer-events: visible;
}
.c-modal-button {
  position: fixed;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
}
.c-modal-button__arrow {
  display: block;
  width: 32px;
  height: 32px;
  background: #fff;
  border: none;
  pointer-events: visible;
}
.c-modal-button__arrow--prev {
  -webkit-mask-image: url("../img/common/arrow_pager_prev.svg");
          mask-image: url("../img/common/arrow_pager_prev.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left;
          mask-position: left;
}
.c-modal-button__arrow--next {
  -webkit-mask-image: url("../img/common/arrow_pager_next.svg");
          mask-image: url("../img/common/arrow_pager_next.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: right;
          mask-position: right;
}
.c-modal-button__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 32px;
  height: 32px;
  background: #3C3C3C;
  border: none;
  -webkit-mask-image: url("../img/common/button_close.svg");
          mask-image: url("../img/common/button_close.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-modal-voice {
  position: relative;
  display: none;
  max-width: 868px;
  padding: 36px;
  background: #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 10;
  pointer-events: visible;
}
.c-modal-voice__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 36px;
}
.c-modal-voice__profile img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 360px;
}
.c-modal-voice__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 398px;
}
.c-modal-voice__wrap:first-child {
  width: 360px;
}
.c-modal-voice__interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 36px;
  margin-top: 38px;
}
.c-modal-voice__interview dl:nth-of-type(n+2) {
  margin-top: 25px;
}
.c-modal-voice__interview dt {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #3E5D9A;
}
.c-modal-voice__text {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 1.62;
  margin-top: 20px;
}

@media only screen and (max-width: 834px) {
  .c-modal-button {
    position: relative;
    top: 0;
    left: 0;
    width: calc(354 / 375 * 100vw);
    height: auto;
    margin-top: calc(25 / 375 * 100vw);
    -webkit-transform: none;
            transform: none;
    z-index: 20;
  }
  .c-modal-button__arrow {
    width: calc(30 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
  }
  .c-modal-button__close {
    top: calc(2.5 / 375 * 100vw);
    right: calc(50% - 12.5 / 375 * 100vw);
    width: calc(25 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
    background: #fff;
  }
  .c-modal-voice {
    max-width: calc(354 / 375 * 100vw);
    max-height: 80vh;
    padding: calc(36 / 375 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
  }
  .c-modal-voice__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(36 / 375 * 100vw);
  }
  .c-modal-voice__profile img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(360 / 375 * 100vw);
  }
  .c-modal-voice__wrap {
    width: 100%;
  }
  .c-modal-voice__wrap:first-child {
    width: 100%;
  }
  .c-modal-voice__interview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(36 / 375 * 100vw);
    margin-top: calc(38 / 375 * 100vw);
  }
  .c-modal-voice__interview dl:nth-of-type(n+2) {
    margin-top: calc(36 / 375 * 100vw);
  }
  .c-modal-voice__interview dt {
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
  .c-modal-voice__text {
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.62;
    margin-top: calc(20 / 375 * 100vw);
  }
}
.u-inview {
  -webkit-animation: none !important;
          animation: none !important;
}
.u-inview > img {
  -webkit-animation: none !important;
          animation: none !important;
}

/*===================================
オリジナル
===================================*/
.u-block img {
  display: none;
}

.u-mask-up {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-animation: animate-maskUp 1s ease-out forwards;
          animation: animate-maskUp 1s ease-out forwards;
  will-change: mask-position;
}
.u-mask-down {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-animation: animate-maskDown 1s ease-out forwards;
          animation: animate-maskDown 1s ease-out forwards;
  will-change: mask-position;
}
@media only screen and (max-width: 834px) {
  .u-mask-down-sp {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
    -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
            mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
    -webkit-mask-size: 100% 300%;
            mask-size: 100% 300%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
            mask-position: bottom;
    -webkit-animation: animate-maskDown 1s ease-out forwards;
            animation: animate-maskDown 1s ease-out forwards;
    will-change: mask-position;
  }
}
.u-mask-left {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-animation: animate-maskLeft 1s ease-out forwards;
          animation: animate-maskLeft 1s ease-out forwards;
  will-change: mask-position;
}
.u-mask-right {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-animation: animate-maskRight 1s ease-out forwards;
          animation: animate-maskRight 1s ease-out forwards;
  will-change: mask-position;
}

/* アニメーション定義 */
@-webkit-keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@-webkit-keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@-webkit-keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@-webkit-keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
@keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
/*===================================
transform
===================================*/
.u-fade-in {
  opacity: 0;
  -webkit-animation: animate-transform 0.8s forwards;
          animation: animate-transform 0.8s forwards;
}
.u-fade-up {
  opacity: 0;
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
  -webkit-animation: animate-transform 0.8s forwards;
          animation: animate-transform 0.8s forwards;
}
.u-fade-down {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-animation: animate-transform 0.8s forwards;
          animation: animate-transform 0.8s forwards;
}
.u-fade-left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-animation: animate-transform 0.8s forwards;
          animation: animate-transform 0.8s forwards;
}
.u-fade-right {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-animation: animate-transform 0.8s forwards;
          animation: animate-transform 0.8s forwards;
}

.u-image-in {
  display: block;
  overflow: hidden;
}
.u-image-in img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-animation: animate-transform ease-in-out 2s forwards;
          animation: animate-transform ease-in-out 2s forwards;
}
.u-image-out {
  display: block;
  overflow: hidden;
}
.u-image-out img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-animation: animate-transform ease-in-out 2s forwards;
          animation: animate-transform ease-in-out 2s forwards;
}

.u-roll-z {
  -webkit-transform: rotateX(60deg);
          transform: rotateX(60deg);
  -webkit-animation: animate-transform ease-in-out 5s forwards infinite alternate;
          animation: animate-transform ease-in-out 5s forwards infinite alternate;
}

@-webkit-keyframes animate-transform {
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes animate-transform {
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/*===================================
回転
===================================*/
.rotateX {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

.rotateXcenter {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

@-webkit-keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*==================================================
スーッ
===================================*/
.slideIn {
  -webkit-animation: animate-slideIn 0.4s linear forwards;
          animation: animate-slideIn 0.4s linear forwards;
}

@-webkit-keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*==================================================
滑らかに変形して出現
===================================*/
.smooth {
  -webkit-animation: animate-smooth 1s forwards;
          animation: animate-smooth 1s forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/*----------------------------------------
	HEADER
-----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header.is-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
.l-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
.l-header-logo a {
  line-height: 1;
}
.l-header-logo img {
  width: 284px;
}
.l-header-logo__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid rgba(25, 25, 25, 0.5);
}
.l-header-logo__text strong {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 500;
}
.l-header-logo__text span {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-left: 8px;
}
.l-header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: auto;
}
@media only screen and (min-width: 835px) {
  .l-header-menu a:hover {
    color: #6EA3D7;
    text-decoration: underline;
  }
}
.l-header-menu__entry {
  position: relative;
}
.l-header-menu__entry.is-open {
  top: 50px;
  height: 150px;
}
.l-header-menu__entry.is-open .l-header-menu__button--parent {
  background: #6EA3D7;
  border: 1px solid #6EA3D7;
}
.l-header-menu__entry.is-open a {
  text-decoration: none;
}
.l-header-menu__entry.is-open a:nth-of-type(1) {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.l-header-menu__entry.is-open a:nth-of-type(2) {
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}
.l-header-menu__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  height: 50px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.38;
  font-weight: 500;
  border-radius: 100vmax;
  cursor: pointer;
}
.l-header-menu__button span {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #6EA3D7;
}
.l-header-menu__button--parent {
  color: #fff;
  background: #3E5D9A;
  border: 1px solid #3E5D9A;
  z-index: 5;
}
.l-header-menu__button--child {
  position: absolute;
  top: 0;
  color: #6EA3D7;
  background: #fff;
  border: 1px solid #6EA3D7;
}
@media only screen and (min-width: 835px) {
  .l-header-menu__button--child:hover {
    color: #fff !important;
    background: #3E5D9A;
  }
  .l-header-menu__button--child:hover span {
    border-color: #fff;
  }
}
.l-header-hamburger, .l-header-nav, .l-header-float {
  display: none;
}

@media screen and (max-width: 1280px) {
  .l-header-menu {
    display: none;
  }
  .l-header-hamburger {
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    width: 50px;
    height: 50px;
    margin-left: auto;
    background: #3E5D9A;
    border-radius: 100vmax;
    border: none;
    z-index: 1000;
  }
  .l-header-hamburger span {
    width: 21px;
    height: 1px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header-hamburger.is-open {
    border-radius: 0;
    background: none;
  }
  .l-header-hamburger.is-open span {
    width: 100%;
  }
  .l-header-hamburger.is-open span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
  }
  .l-header-hamburger.is-open span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }
  .l-header-hamburger.is-open span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg);
  }
  .l-header-nav {
    position: fixed;
    top: 0;
    right: -101%;
    display: block;
    width: 375px;
    height: 100dvh;
    background: rgba(62, 93, 154, 0.95);
    padding-top: 100px;
    overflow: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 999;
  }
  .l-header-nav.is-open {
    right: 0;
  }
  .l-header-nav * {
    color: #fff;
  }
  .l-header-nav *::after {
    background: #fff;
  }
  .l-header-nav__wrap {
    width: 300px;
    padding-bottom: 100px;
  }
  .l-header-nav-list {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .l-header-nav-list__item {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .l-header-nav-list__item > * {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 60px;
  }
  .l-header-nav-list__item > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../img/common/arrow_right.svg");
            mask-image: url("../img/common/arrow_right.svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-header-nav-list__item > p::before, .l-header-nav-list__item > p::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 1px;
    background: #fff;
  }
  .l-header-nav-list__item > p::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header-nav-list__item > p.is-open::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .l-header-nav-list__inner {
    display: none;
    height: auto;
    padding: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .l-header-nav-list__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-header-nav-list__inner li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 2.77;
  }
  .l-header-nav-list__inner li::before {
    content: "-";
    margin-right: 0.2em;
  }
  .l-header-nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-top: 40px;
  }
  .l-header-nav-button a {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .l-header-nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    margin-top: 40px;
    text-align: center;
  }
  .l-header-nav-links__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
  .l-header-nav-links__icons img {
    width: 100%;
    max-width: 40px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (max-width: 834px) {
  .l-header {
    height: calc(60 / 375 * 100vw);
  }
  .l-header-logo img {
    width: calc(220 / 375 * 100vw);
  }
  .l-header-logo__text {
    height: 1em;
    padding-left: calc(8 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
  }
  .l-header-logo__text strong {
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1;
    font-weight: 500;
  }
  .l-header-logo__text span {
    display: none;
  }
  .l-header-hamburger {
    top: calc(10 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
    gap: calc(4 / 375 * 100vw);
    width: calc(40 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
  }
  .l-header-hamburger span {
    width: calc(16 / 375 * 100vw);
  }
  .l-header-hamburger.is-open span:nth-of-type(1) {
    -webkit-transform: translateY(calc(5 / 375 * 100vw)) rotate(45deg);
            transform: translateY(calc(5 / 375 * 100vw)) rotate(45deg);
  }
  .l-header-hamburger.is-open span:nth-of-type(3) {
    -webkit-transform: translateY(calc(-5 / 375 * 100vw)) rotate(-45deg);
            transform: translateY(calc(-5 / 375 * 100vw)) rotate(-45deg);
  }
  .l-header-nav {
    width: 100%;
    padding-top: calc(100 / 375 * 100vw);
  }
  .l-header-nav__wrap {
    width: calc(300 / 375 * 100vw);
    padding-bottom: calc(100 / 375 * 100vw);
  }
  .l-header-nav-list__item {
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .l-header-nav-list__item > * {
    height: calc(60 / 375 * 100vw);
  }
  .l-header-nav-list__item > a::after {
    width: calc(16 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
  }
  .l-header-nav-list__item > p::before, .l-header-nav-list__item > p::after {
    width: calc(16 / 375 * 100vw);
  }
  .l-header-nav-list__inner {
    height: auto;
    padding: calc(24 / 375 * 100vw);
  }
  .l-header-nav-list__inner li {
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 2.77;
  }
  .l-header-nav-button {
    gap: calc(24 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
  .l-header-nav-links {
    gap: calc(24 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
  .l-header-nav-links__icons {
    gap: calc(24 / 375 * 100vw);
  }
  .l-header-nav-links__icons img {
    max-width: calc(40 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
  }
  .l-header-float {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(64 / 375 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99;
  }
  .l-header-float a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1em;
    width: 50%;
    height: 100%;
    color: #fff;
    background: #6EA3D7;
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 500;
  }
  .l-header-float a:nth-of-type(2) {
    background: #3E5D9A;
  }
  .l-header-float a::after {
    content: "";
    display: block;
    width: calc(14 / 375 * 100vw);
    height: calc(14 / 375 * 100vw);
    background: #fff;
    -webkit-mask-image: url("../img/common/arrow_right.svg");
            mask-image: url("../img/common/arrow_right.svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
}
/*----------------------------------------
	FOOTER
-----------------------------------------*/
.l-footer {
  padding: 80px 0;
}
.l-footer__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer-totop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  width: 50px;
  -webkit-transition: none;
  transition: none;
}
.l-footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 315px;
}
.l-footer-logo a {
  line-height: 1;
}
.l-footer-logo__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-footer-logo__text strong {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 500;
}
.l-footer-logo__text span {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid #191919;
}
.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding-left: 48px;
  border-left: 1px solid rgba(25, 25, 25, 0.5);
}
.l-footer-nav__list {
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
}
.l-footer-nav__list--intarview {
  width: 252px;
}
.l-footer-nav__list--entry {
  width: 190px;
}
.l-footer-nav__list--entry li:last-of-type::before {
  display: none;
}
.l-footer-nav__item:not(:first-of-type) {
  margin-top: 24px;
}
.l-footer-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.77;
  margin-top: 8px;
}
.l-footer-nav__inner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
}
.l-footer-nav__inner li::before {
  content: "-";
}
@media only screen and (min-width: 835px) {
  .l-footer-nav__inner--intarview li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56%;
            flex: 0 0 56%;
  }
  .l-footer-nav__inner--intarview li:nth-of-type(even) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
  }
}
.l-footer-info {
  position: absolute;
  bottom: 8px;
  left: 0;
}
.l-footer-info__address {
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1.57;
}
.l-footer-info__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 24px;
}
.l-footer-info__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
.l-footer-info__text {
  margin-left: 1em;
}
.l-footer-copy {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 190px;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media only screen and (max-width: 834px) {
  .l-footer {
    padding: calc(80 / 375 * 100vw) 0;
  }
  .l-footer__wrap {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer-totop {
    position: fixed;
    bottom: calc(31 / 375 * 100vw + 64px);
    right: calc(31 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
  }
  .l-footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(16 / 375 * 100vw);
    width: calc(315 / 375 * 100vw);
  }
  .l-footer-logo a {
    line-height: 1;
  }
  .l-footer-logo__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-footer-logo__text strong {
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1;
  }
  .l-footer-logo__text span {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.15em;
    line-height: 1.29;
    padding-left: calc(16 / 375 * 100vw);
    margin-left: calc(16 / 375 * 100vw);
    border-left: 1px solid #191919;
  }
  .l-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(0 / 375 * 100vw);
    margin-top: calc(24 / 375 * 100vw);
    padding-left: calc(0 / 375 * 100vw);
    border-left: none;
  }
  .l-footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  .l-footer-nav__list li {
    width: 50%;
  }
  .l-footer-nav__list--intarview {
    width: 100%;
  }
  .l-footer-nav__list--intarview li {
    width: 100%;
  }
  .l-footer-nav__list--entry {
    width: 100%;
  }
  .l-footer-nav__list--entry li {
    width: 100% !important;
  }
  .l-footer-nav__item {
    margin-top: calc(24 / 375 * 100vw);
  }
  .l-footer-nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.77;
    margin-top: calc(8 / 375 * 100vw);
  }
  .l-footer-nav__inner li {
    text-align: left;
    gap: calc(8 / 375 * 100vw);
    width: 50%;
  }
  .l-footer-info {
    position: static;
    margin-top: calc(40 / 375 * 100vw);
    padding-top: 40px;
    border-top: 1px solid rgba(25, 25, 25, 0.5);
  }
  .l-footer-info__address {
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.69;
    text-align: center;
  }
  .l-footer-info__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(16 / 375 * 100vw);
    margin-top: calc(24 / 375 * 100vw);
  }
  .l-footer-info__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(16 / 375 * 100vw);
  }
  .l-footer-info__text {
    margin-left: 0;
  }
  .l-footer-copy {
    position: static;
    margin-top: calc(32 / 375 * 100vw);
    width: 100%;
    font-size: calc(11 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
  }
}
/*----------------------------------------
	MAIN
-----------------------------------------*/
.l-main .js-animate-svg {
  display: block;
  width: 100%;
  height: 100%;
}
.l-main .js-animate-svg svg {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.l-main-heading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-main-heading__title embed {
  opacity: 0;
}
.l-main-heading__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 500px;
}
.l-main-heading__text strong {
  font-size: 4.2rem;
  letter-spacing: 0.05em;
  line-height: 1.52;
  font-weight: 700;
  color: #6EA3D7;
}
.l-main-heading__text p {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.89;
  margin-top: 32px;
}
.l-main-subhead {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2.13;
  margin-bottom: 40px;
  border-bottom: 1px solid #6EA3D7;
}
.l-main-subhead strong {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.44;
  color: #6EA3D7;
  margin-right: 0.5em;
}

@media only screen and (max-width: 834px) {
  .l-main-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-main-heading__text {
    width: 100%;
    margin-top: calc(32 / 375 * 100vw);
  }
  .l-main-heading__text strong {
    display: block;
    font-size: calc(24 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
  }
  .l-main-heading__text p {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 1.86;
    margin-top: calc(32 / 375 * 100vw);
  }
  .l-main-subhead {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 2.46;
    margin-bottom: 24px;
    border-bottom: none;
  }
  .l-main-subhead::before {
    content: "";
    position: absolute;
    top: calc(10 / 375 * 100vw);
    width: 100%;
    height: 1px;
    background: #6EA3D7;
  }
  .l-main-subhead strong {
    position: relative;
    display: block;
    font-size: calc(28 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 0.71;
    margin-right: 0;
    padding: 0 0.2em;
    z-index: 1;
    background: #fff;
  }
}
/*----------------------------------------
	TOP
-----------------------------------------*/
.p-top-splash {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  background: transparent;
  z-index: 10000;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.p-top-splash::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 0 200vmax #3E5D9A;
          box-shadow: 0 0 0 200vmax #3E5D9A;
  -webkit-transition: width 1.6s ease, height 1.6s ease;
  transition: width 1.6s ease, height 1.6s ease;
  z-index: 0;
}
.p-top-splash > * {
  position: relative;
  z-index: 1;
}
.p-top-splash embed {
  width: 90% !important;
  max-width: 957px;
}
.p-top-fv__title {
  position: sticky;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100vh;
  z-index: 11;
  pointer-events: none;
}
@media only screen and (min-width: 835px) {
  .p-top-fv__title {
    padding-bottom: 100px;
  }
}
.p-top-fv__title embed {
  width: 500px !important;
  margin-left: -57px;
}
.p-top-fv__slide {
  margin-top: -100vh;
}
.p-top-fv-lead {
  position: relative;
  background: url(../img/top/fv_lead_bg_pc.jpg) no-repeat center bottom/cover;
}
.p-top-fv-lead__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 132px;
}
.p-top-fv-lead__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 465px;
  height: 1900px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 3;
  font-weight: 500;
  margin-left: auto;
  padding-top: 218px;
}
.p-top-fv-lead__text span {
  display: inline-block;
  width: 2em;
  height: 1px;
  background: #151515;
  margin: 0 0.2em 0.35em 0;
}
.p-top-fv-lead__text a {
  margin-top: 90px;
}
.p-top-menbers {
  padding-top: 132px;
  padding-bottom: 148px;
}
.p-top-menbers .l-main-heading__title {
  width: 435px;
}
.p-top-menbers__heading {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 20px;
  left: 30px;
  z-index: 11;
}
.p-top-menbers__heading strong {
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.15;
  color: #6EA3D7;
}
.p-top-menbers__heading span {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2.29;
}
.p-top-menbers__more {
  width: 220px;
  height: 50px;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  padding-right: 20px;
}
.p-top-menbers__more::before {
  right: 50px;
}
.p-top-menbers__more::after {
  width: 16px;
}
.p-top-menbers-intarview {
  position: relative;
  margin-top: 80px;
}
.p-top-menbers-intarview .c-link-box {
  margin-top: 16px;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 835px) {
  .p-top-menbers-intarview a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top-menbers-intarview a:hover img {
    opacity: 0.9;
  }
  .p-top-menbers-intarview a:hover .c-link-box {
    color: #fff !important;
    background: #6EA3D7;
    border-color: #6EA3D7 !important;
  }
  .p-top-menbers-intarview a:hover .c-link-box::after {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
.p-top-menbers-intarview__text {
  position: absolute;
  top: 120px;
  left: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 280px;
  z-index: 11;
}
.p-top-menbers-intarview__number {
  font-size: 2.8rem;
  letter-spacing: 0em;
  line-height: 1.14;
  font-weight: 500;
  color: #6EA3D7;
}
.p-top-menbers-intarview__catch {
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.53;
  font-weight: 700;
}
@media only screen and (min-width: 835px) {
  .p-top-menbers-intarview__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
    margin-top: auto;
  }
}
.p-top-menbers-intarview__name {
  width: 72px;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 2.29;
  font-weight: 500;
  border-right: 1px solid #151515;
}
.p-top-menbers-intarview__name strong {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-top-menbers-intarview__picture {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.p-top-menbers-intarview__department {
  font-size: 1.3rem;
  letter-spacing: 0em;
  line-height: 1.46;
}
.p-top-menbers-intarview .splide__pagination {
  position: static;
  padding: 0;
}
.p-top-menbers-intarview .splide__pagination li {
  width: 20%;
  height: 50px;
  margin-top: 32px;
  border-left: 1px solid rgba(25, 25, 25, 0.5);
}
.p-top-menbers-intarview .splide__pagination li:nth-of-type(5n) {
  border-right: 1px solid rgba(25, 25, 25, 0.5);
}
.p-top-menbers-intarview .splide__pagination__page {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0;
  background: none;
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
}
.p-top-menbers-intarview .splide__pagination__page.is-active {
  color: #fff;
  background: #6EA3D7;
}
@media only screen and (min-width: 835px) {
  .p-top-menbers-intarview .splide__pagination__page:hover {
    color: #fff;
    background: #6EA3D7;
  }
}
.p-top-menbers-talk {
  position: relative;
  margin-top: 80px;
}
@media only screen and (min-width: 835px) {
  .p-top-menbers-talk__banner:hover {
    opacity: 0.9;
  }
}
.p-top-menbers-talk__picture {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.p-top-menbers-talk__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
.p-top-menbers-talk__text p {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-weight: 700;
}
.p-top-works {
  padding-top: 132px;
  padding-bottom: 148px;
  background: #6EA3D7;
}
.p-top-works .l-main-heading__title {
  width: 346px;
}
.p-top-works * {
  color: #fff !important;
}
.p-top-works__slide {
  margin-top: 80px;
}
.p-top-works__slide img {
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.p-top-works__slide dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 50px;
  margin-top: 24px;
}
.p-top-works__slide dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 175px;
  height: 70px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1.14;
  border-right: 1px solid #fff;
}
.p-top-works__slide dd {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.p-top-works__slide .splide__arrow {
  top: 250px;
  width: 30px;
  height: 30px;
  background: #fff;
}
.p-top-works__slide .splide__arrow svg {
  display: none;
}
.p-top-works__slide .splide__arrow--prev {
  left: -60px;
  -webkit-mask-image: url("../img/common/arrow_left.svg");
          mask-image: url("../img/common/arrow_left.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-top-works__slide .splide__arrow--next {
  right: -60px;
  -webkit-mask-image: url("../img/common/arrow_right.svg");
          mask-image: url("../img/common/arrow_right.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-top-works__slide .splide__pagination {
  position: static;
  gap: 8px;
  margin-top: 48px;
  padding: 0;
}
.p-top-works__slide .splide__pagination__page {
  margin: 0;
  background: none;
  border: 1px solid #fff;
  border-radius: 100vmax;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top-works__slide .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #fff;
}
.p-top-environment {
  padding-top: 132px;
  padding-bottom: 148px;
  background: url(../img/top/environment_bg_pc.webp) no-repeat center bottom/cover;
}
.p-top-environment .l-main-heading__title {
  width: 572px;
}
.p-top-environment__heading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top-environment__heading strong {
  display: block;
  color: #151515;
  margin-top: 56px;
}
.p-top-environment__heading p {
  width: 400px;
}
.p-top-environment__heading a {
  margin-top: 48px;
}
.p-top-company {
  padding-top: 132px;
  padding-bottom: 148px;
}
.p-top-company .l-main-heading__title {
  width: 400px;
}
.p-top-company-message {
  margin-top: 80px;
}
.p-top-company-message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 56px;
}
.p-top-company-message__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 490px;
  gap: 16px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 700;
  color: #6EA3D7;
}
.p-top-company-message__text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-top-company-message__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1em;
  text-align: right;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2.46;
  margin-top: 1em;
  pointer-events: none;
}
.p-top-company-message__name img {
  width: 178px;
}
.p-top-company-numbers {
  margin-top: 80px;
}
.p-top-company-numbers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
}
.p-top-company-numbers__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 250px;
  height: 230px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  background: #6EA3D7;
  border-radius: 10px;
}
.p-top-company-numbers__card strong {
  font-size: 6rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 600;
  margin-top: 8px;
}
.p-top-company-numbers__card span {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.33;
}
.p-top-company-numbers__note {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.38;
  margin-top: 1em;
}
.p-top-company-numbers__note li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-top-entry .l-main-heading__title {
  width: 305px;
}
.p-top-entry__wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  background: #3E5D9A;
  overflow: hidden;
}
.p-top-entry__heading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-entry__heading strong {
  display: block;
  margin-top: 56px;
  color: #fff;
}
.p-top-entry__heading p {
  width: 470px;
}
.p-top-entry__heading a {
  width: 470px;
  height: 90px;
  margin-top: 24px;
}
.p-top-entry__heading a:first-of-type {
  margin-top: 48px;
}
.p-top-entry__heading a:last-of-type {
  height: 60px;
}
.p-top-entry__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
.p-top-entry__photo {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-top-entry__picture {
  position: absolute;
  -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.25));
}
.p-top-entry__picture--01 {
  top: -73px;
  width: 646px;
}
.p-top-entry__picture--02 {
  top: 274px;
  left: 350px;
  width: 340px;
  z-index: 2;
}
.p-top-entry__picture--03 {
  top: 357px;
  left: 90px;
  width: 342px;
  z-index: 1;
}
.p-top-entry__picture--04 {
  top: 561px;
  left: 384px;
  width: 289px;
  z-index: 2;
}
.p-top-entry__picture--05 {
  top: 742px;
  left: 349px;
  width: 253px;
  z-index: 2;
}
.p-top-entry__picture--06 {
  top: 585px;
  left: 44px;
  width: 418px;
}
.p-top-entry-faq {
  position: relative;
  display: none;
  margin-top: 132px;
}
.p-top-entry-faq__nav {
  position: sticky;
  top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  margin-bottom: 50px;
  background: #fff;
  z-index: 10;
}
.p-top-entry-faq__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 173px;
  height: 70px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2.29;
  color: #6EA3D7;
  background: #e2edf7;
}
.p-top-entry-faq__nav a::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #6EA3D7;
  border-right: 1px solid #6EA3D7;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (min-width: 835px) {
  .p-top-entry-faq__nav a:hover {
    color: #fff;
    background: #6EA3D7;
  }
  .p-top-entry-faq__nav a:hover::after {
    border-color: #fff;
  }
}
.p-top-entry-faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 50px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.56;
  font-weight: 500;
  padding: 0 32px;
  color: #fff;
  background: #6EA3D7;
  scroll-margin-top: 70px;
}
.p-top-entry-faq__description {
  font-weight: 500;
  padding: 40px 0;
  border-bottom: 1px solid rgba(110, 163, 215, 0.5);
}
.p-top-entry-faq__description dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #6EA3D7;
}
.p-top-entry-faq__description dt::before {
  content: "Q.";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 48px;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-top-entry-faq__description dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 16px;
}
.p-top-entry-faq__description dd::before {
  content: "A.";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 48px;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #3E5D9A;
}
.p-top-entry-faq__close {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.57;
  color: #6EA3D7;
  background: none;
  border: none;
  margin: 24px auto 0;
}
.p-top-entry-faq__close--float {
  position: absolute;
  top: 0;
  right: 0;
}
.p-top-entry-faq__close::before, .p-top-entry-faq__close::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #6EA3D7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-top-entry-faq__close::after {
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (min-width: 835px) {
  .p-top-entry-faq__close:hover {
    color: #3E5D9A;
  }
  .p-top-entry-faq__close:hover::before, .p-top-entry-faq__close:hover::after {
    background: #3E5D9A;
  }
}

.p-top.is-splash-active .p-top-splash {
  opacity: 1;
  visibility: visible;
}

.p-top.is-splash-active > :not(.js-splash) {
  display: none;
}

.p-top.is-splash-finish .p-top-splash {
  pointer-events: none;
}

.p-top.is-splash-finish .p-top-splash embed {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.p-top.is-splash-finish .p-top-splash::before {
  width: 300vmax;
  height: 300vmax;
}

@media only screen and (max-width: 834px) {
  .p-top-fv__title {
    position: static;
    height: auto;
    text-align: center;
    padding: calc(24 / 375 * 100vw) 0 calc(80 / 375 * 100vw);
  }
  .p-top-fv__title embed {
    width: calc(313 / 375 * 100vw) !important;
    margin: 0 auto;
  }
  .p-top-fv__slide {
    margin-top: 0;
  }
  .p-top-fv-lead {
    padding-bottom: calc(320 / 375 * 100vw);
    background-image: url(../img/top/fv_lead_bg_sp.jpg);
  }
  .p-top-fv-lead__text {
    width: 100%;
    height: auto;
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 2.5;
    text-align: center;
    padding-top: 0;
  }
  .p-top-fv-lead__text a {
    margin-top: calc(40 / 375 * 100vw);
  }
  .p-top-menbers {
    padding-top: calc(100 / 375 * 100vw);
    padding-bottom: calc(100 / 375 * 100vw);
  }
  .p-top-menbers .l-main-heading__title {
    width: calc(220 / 375 * 100vw);
  }
  .p-top-menbers__heading {
    position: static;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: calc(16 / 375 * 100vw);
  }
  .p-top-menbers__heading strong {
    font-size: calc(28 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.14;
  }
  .p-top-menbers__heading span {
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 2.15;
  }
  .p-top-menbers__more {
    width: calc(110 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
    letter-spacing: 0.01em;
    line-height: 2;
    padding-right: calc(12 / 375 * 100vw);
    padding-left: calc(10 / 375 * 100vw);
  }
  .p-top-menbers__more::before {
    right: calc(25 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
  }
  .p-top-menbers__more::after {
    width: calc(8 / 375 * 100vw);
  }
  .p-top-menbers-intarview {
    margin-top: calc(80 / 375 * 100vw);
  }
  .p-top-menbers-intarview .c-link-box {
    margin-top: calc(8 / 375 * 100vw);
  }
  .p-top-menbers-intarview__text {
    top: calc(25 / 375 * 100vw);
    left: calc(25 / 375 * 100vw);
    height: calc(100% - 45 / 375 * 100vw);
  }
  .p-top-menbers-intarview__number {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  .p-top-menbers-intarview__catch {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: calc(5 / 375 * 100vw);
  }
  .p-top-menbers-intarview__profile {
    margin-top: auto;
  }
  .p-top-menbers-intarview__name {
    font-size: calc(12 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 2.67;
    border: none;
  }
  .p-top-menbers-intarview__name strong {
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.78;
  }
  .p-top-menbers-intarview__department {
    font-size: calc(12 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.42;
  }
  .p-top-menbers-intarview__picture {
    border-radius: calc(10 / 375 * 100vw);
  }
  .p-top-menbers-intarview .splide__pagination {
    position: static;
    padding: 0;
    margin-top: calc(16 / 375 * 100vw);
  }
  .p-top-menbers-intarview .splide__pagination li {
    height: calc(40 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
  }
  .p-top-menbers-intarview .splide__pagination__page {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 2.29;
  }
  .p-top-menbers-talk {
    margin-top: calc(80 / 375 * 100vw);
  }
  .p-top-menbers-talk__picture {
    border-radius: calc(10 / 375 * 100vw);
  }
  .p-top-menbers-talk__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(16 / 375 * 100vw);
  }
  .p-top-menbers-talk__text p {
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.44;
    font-weight: 700;
    text-align: center;
  }
  .p-top-menbers-talk__text a {
    margin: calc(8 / 375 * 100vw) auto 0;
  }
  .p-top-works {
    overflow: hidden;
    padding-top: calc(100 / 375 * 100vw);
    padding-bottom: calc(100 / 375 * 100vw);
  }
  .p-top-works * {
    color: #fff !important;
  }
  .p-top-works .l-main-heading__title {
    width: calc(173 / 375 * 100vw);
  }
  .p-top-works__slide {
    margin-top: calc(80 / 375 * 100vw);
  }
  .p-top-works__slide img {
    height: calc(181 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
  }
  .p-top-works__slide dl {
    display: block;
    margin-top: calc(24 / 375 * 100vw);
  }
  .p-top-works__slide dt {
    display: block;
    width: 100%;
    text-align: center;
    height: auto;
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 1.6;
    border-right: none;
  }
  .p-top-works__slide dd {
    width: 100%;
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.85;
    margin-top: calc(16 / 375 * 100vw);
  }
  .p-top-works__slide .splide__arrow {
    top: auto;
    bottom: calc(-25 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
  }
  .p-top-works__slide .splide__arrow--prev {
    left: calc(20 / 375 * 100vw);
  }
  .p-top-works__slide .splide__arrow--next {
    right: calc(20 / 375 * 100vw);
  }
  .p-top-works__slide .splide__pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: calc(8 / 375 * 100vw);
    margin-top: calc(24 / 375 * 100vw);
  }
  .p-top-environment {
    padding-top: calc(100 / 375 * 100vw);
    padding-bottom: calc(320 / 375 * 100vw);
    background-image: url(../img/top/environment_bg_sp.webp);
  }
  .p-top-environment .l-main-heading__title {
    width: calc(289 / 375 * 100vw);
  }
  .p-top-environment__heading strong {
    margin-top: 0;
  }
  .p-top-environment__heading p {
    width: 100%;
  }
  .p-top-environment__heading a {
    margin-top: calc(48 / 375 * 100vw);
  }
  .p-top-company {
    padding-top: calc(100 / 375 * 100vw);
    padding-bottom: calc(100 / 375 * 100vw);
  }
  .p-top-company .l-main-heading__title {
    width: calc(224 / 375 * 100vw);
  }
  .p-top-company-message {
    margin-top: calc(80 / 375 * 100vw);
  }
  .p-top-company-message__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(24 / 375 * 100vw);
  }
  .p-top-company-message__catch {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: calc(24 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .p-top-company-message__text {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 1.86;
  }
  .p-top-company-message__name {
    font-size: calc(12 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 2.17;
  }
  .p-top-company-message__name img {
    width: calc(14 u-inview u-fade-up8 / 375 * 100vw);
  }
  .p-top-company-numbers {
    margin-top: calc(80 / 375 * 100vw);
  }
  .p-top-company-numbers__list {
    gap: calc(9 / 375 * 100vw);
  }
  .p-top-company-numbers__card {
    width: calc(152 / 375 * 100vw);
    height: calc(140 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 1.38;
    border-radius: calc(10 / 375 * 100vw);
  }
  .p-top-company-numbers__card strong {
    font-size: calc(36 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    margin-top: calc(8 / 375 * 100vw);
  }
  .p-top-company-numbers__card span {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.13;
  }
  .p-top-company-numbers__note {
    font-size: calc(12 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.33;
  }
  .p-top-entry .l-main-heading__title {
    width: calc(158 / 375 * 100vw);
    margin: 0 auto;
  }
  .p-top-entry__wrap {
    position: relative;
    padding-top: calc(100 / 375 * 100vw);
    padding-bottom: calc(100 / 375 * 100vw);
  }
  .p-top-entry__heading strong {
    margin-top: 0;
  }
  .p-top-entry__heading p {
    width: 100%;
  }
  .p-top-entry__heading a {
    width: 100%;
    height: calc(70 / 375 * 100vw);
    margin-top: calc(24 / 375 * 100vw);
  }
  .p-top-entry__heading a:first-of-type {
    margin-top: calc(592 / 375 * 100vw);
  }
  .p-top-entry__inner {
    display: block;
  }
  .p-top-entry__photo {
    position: absolute;
    top: calc(475 / 375 * 100vw);
    width: 100%;
    height: calc(592 / 375 * 100vw);
    pointer-events: none;
  }
  .p-top-entry__picture {
    position: absolute;
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.25));
  }
  .p-top-entry__picture--01 {
    top: 0;
    width: calc(330 / 375 * 100vw);
  }
  .p-top-entry__picture--02 {
    top: calc(180 / 375 * 100vw);
    left: calc(179 / 375 * 100vw);
    width: calc(177 / 375 * 100vw);
  }
  .p-top-entry__picture--03 {
    top: calc(223 / 375 * 100vw);
    left: calc(30 / 375 * 100vw);
    width: calc(177 / 375 * 100vw);
  }
  .p-top-entry__picture--04 {
    top: calc(327 / 375 * 100vw);
    left: calc(180 / 375 * 100vw);
    width: calc(149 / 375 * 100vw);
  }
  .p-top-entry__picture--05 {
    top: calc(421 / 375 * 100vw);
    left: calc(162 / 375 * 100vw);
    width: calc(133 / 375 * 100vw);
  }
  .p-top-entry__picture--06 {
    top: calc(339 / 375 * 100vw);
    left: calc(4 / 375 * 100vw);
    width: calc(203 / 375 * 100vw);
  }
  .p-top-entry-faq {
    margin-top: calc(100 / 375 * 100vw);
  }
  .p-top-entry-faq__close {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 1.57;
  }
  .p-top-entry-faq__close--float {
    display: none;
  }
  .p-top-entry-faq__close::before, .p-top-entry-faq__close::after {
    height: calc(16 / 375 * 100vw);
  }
  .p-top-entry-faq__close::after {
    left: calc(6 / 375 * 100vw);
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .p-top-entry-faq__nav {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: calc(50 / 375 * 100vw);
  }
  .p-top-entry-faq__nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: calc(50 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 2.29;
    padding: 0 calc(24 / 375 * 100vw);
  }
  .p-top-entry-faq__title {
    height: calc(40 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 2;
    padding: 0 calc(24 / 375 * 100vw);
    scroll-margin-top: calc(50 / 375 * 100vw);
  }
  .p-top-entry-faq__description {
    font-weight: 500;
    padding: calc(24 / 375 * 100vw) 0;
  }
  .p-top-entry-faq__description dt {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
  .p-top-entry-faq__description dt::before {
    width: calc(32 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .p-top-entry-faq__description dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.57;
    margin-top: calc(8 / 375 * 100vw);
  }
  .p-top-entry-faq__description dd::before {
    width: calc(32 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
}
/*----------------------------------------
	PAGE
-----------------------------------------*/
.p-page {
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
}
.p-page__article {
  margin-top: 120px;
  margin-bottom: 80px;
}
.p-page-heading {
  position: relative;
  overflow: hidden;
}
.p-page-heading__picture {
  position: relative;
  display: block;
  width: 100%;
  height: 440px;
}
.p-page-heading__picture img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.p-page-heading__picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #7DADDC;
  clip-path: polygon(0 0, 35% 0, 40.5% 100%, 0 100%);
}
.p-page-heading__picture--large {
  height: 650px;
}
.p-page-heading__picture--large::before {
  clip-path: polygon(0 0, 40.5% 0, 49% 100%, 0 100%);
}
.p-page-heading-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  z-index: 1;
}
.p-page-heading-text__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.p-page-heading-text__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1em;
  color: #fff;
}
.p-page-heading-text__main strong {
  font-size: 4rem;
  letter-spacing: 0em;
  line-height: 1;
}
.p-page-heading-text__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 4rem;
  letter-spacing: 0em;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 10px;
}
.p-page-heading-text__catch span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.2em;
  background: #fff;
}
.p-page-heading-text__float {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 4rem;
  letter-spacing: 0em;
  line-height: 1.2;
  font-weight: 700;
  color: #003366;
  z-index: 3;
}
.p-page-heading-text__float--white {
  color: #fff;
}
.p-page-heading-text__profile {
  color: #fff;
  margin-top: 35px;
}
.p-page-heading-text__profile strong {
  font-size: 1.25em;
  font-weight: 700;
  margin-right: 0.1em;
}
.p-page-heading-text__profile {
  width: 314px;
}
.p-page-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  margin-bottom: 150px;
}
.p-page-lead__picture {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 500px;
}
.p-page-lead__text strong {
  font-weight: 700;
}
.p-page-lead__text p:not(:first-of-type) {
  margin-top: 32px;
}
.p-page-content {
  padding: 80px;
  border-left: 4px solid #003366;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.12), 40px 40px 0 #E2EDF7;
          box-shadow: 0 0px 8px rgba(0, 0, 0, 0.12), 40px 40px 0 #E2EDF7;
}
.p-page-content:nth-of-type(n+2) {
  margin-top: 160px;
}
.p-page-content__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 60px;
}
.p-page-content__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #6EA3D7;
}
.p-page-content__heading p {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2.8rem;
  letter-spacing: 0em;
  line-height: 1.43;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  padding: 0 0.4em 0 0;
  background: #fff;
  z-index: 2;
}
.p-page-content__heading--about {
  color: #003366;
  margin-left: 65px;
}
.p-page-content__heading--about p {
  left: 40px;
  padding-left: 0.4em;
}
.p-page-content__heading--about::before {
  content: "A";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 16rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  color: #E2EDF7;
  -webkit-transform: translate(-80px, -62.5%);
          transform: translate(-80px, -62.5%);
}
.p-page-content__wrap {
  padding-left: 120px;
}
.p-page-content__wrap > *:not(:first-child) {
  margin-top: 15px;
}
.p-page-content__catch {
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1.33;
  font-weight: 700;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #6EA3D7;
}
.p-page-content__catch:nth-of-type(n+2) {
  margin-top: 75px;
}
.p-page-content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 38px;
}
.p-page-content__body img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 356px;
}
.p-page-content__body--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-page-content__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.p-page-content__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #151515;
}
.p-page-content__benefits:first-of-type {
  border-top: 1px solid #151515;
}
.p-page-content__benefits:not(:first-of-type) {
  margin-top: 0;
}
.p-page-content__benefits dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1.2;
  font-weight: 700;
  padding: 16px 8px;
  background: #E2EDF7;
}
.p-page-content__benefits dd {
  padding: 16px 0 16px 16px;
}
.p-page-content__benefits dd li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-page-content__benefits dd li::before {
  content: "・";
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-page-content__benefits dd li li::before {
  content: "∟";
}
.p-page-content__talk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-page-content__talk dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
}
.p-page-content__talk dt img {
  width: 60px;
  border-radius: 100vmax;
}
.p-page-content__talk dd {
  border-left: 1px solid #151515;
  padding-left: 1em;
}
.p-page-gallery {
  margin-top: 24px;
}
.p-page-gallery > *:nth-child(n+2) {
  margin-top: 16px;
}
.p-page-gallery__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.p-page-schedule {
  margin-top: 160px;
  padding: 120px 0;
  background: #EEF8FE;
}
.p-page-schedule__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.p-page-schedule__heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2.8rem;
  letter-spacing: 0em;
  line-height: 1.43;
  font-weight: 700;
}
.p-page-schedule__content {
  border-left: 2px solid #003366;
  padding-left: 40px;
}
.p-page-schedule__content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(25, 25, 25, 0.4);
}
.p-page-schedule__content dl:nth-of-type(n+2) {
  margin-top: 20px;
}
.p-page-schedule__content dt {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
}
.p-page-schedule__content dt::after {
  content: "";
  width: 40px;
  height: 1px;
}
.p-page-voice {
  position: relative;
}
.p-page-voice__picture img {
  width: 100%;
  max-width: none;
}
.p-page-voice__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-page-voice__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.p-page-voice-text {
  width: 480px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.5);
}
.p-page-voice-text__title {
  font-size: 2.8rem;
  letter-spacing: 0em;
  line-height: 1.43;
  font-weight: 700;
  margin-bottom: 1em;
}
.p-page-member {
  padding: 120px 0;
  background: #F6FBFF;
}
.p-page-member__heading {
  font-size: 2.8rem;
  letter-spacing: 0em;
  line-height: 1.43;
  font-weight: 700;
  padding-left: 1em;
  border-left: 2px solid #003366;
}
.p-page-member__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.p-page-member__list li {
  width: 320px;
}
.p-page-member__name strong {
  font-size: 1.5em;
  font-weight: 700;
  margin-right: 0.1em;
}
.p-page-member p {
  margin-top: 0.5em;
}
.p-page-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 80px auto;
}
.p-page-links a {
  width: 320px;
}
.p-page-links__long {
  width: 470px !important;
}

@media only screen and (max-width: 834px) {
  .p-page {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.71;
  }
  .p-page__article {
    margin-top: calc(40 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
  .p-page-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-page-heading__picture {
    height: calc(60 / 375 * 100vw);
    background: #7DADDC;
  }
  .p-page-heading__picture img {
    opacity: 0;
  }
  .p-page-heading__picture::before {
    display: none;
  }
  .p-page-heading__picture--large {
    height: auto;
  }
  .p-page-heading__picture--large img {
    opacity: 1;
  }
  .p-page-heading-text {
    position: static;
    width: 100%;
    height: auto;
    padding-top: 0;
    background: #7DADDC;
  }
  .p-page-heading-text__wrap {
    width: 100%;
    padding: calc(24 / 375 * 100vw) calc(16 / 375 * 100vw);
  }
  .p-page-heading-text__main {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.75;
  }
  .p-page-heading-text__main strong {
    font-size: calc(32 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  .p-page-heading-text__catch {
    gap: calc(10 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.2;
    margin-top: calc(10 / 375 * 100vw);
  }
  .p-page-heading-text__float {
    top: calc(255 / 375 * 100vw);
    right: calc(8 / 375 * 100vw);
    font-size: calc(32 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.25;
  }
  .p-page-heading-text__profile {
    margin-top: calc(16 / 375 * 100vw);
    width: 100%;
  }
  .p-page-lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: calc(40 / 375 * 100vw);
    margin-bottom: calc(60 / 375 * 100vw);
    margin-inline: calc(-3 / 375 * 100vw);
  }
  .p-page-lead__picture {
    width: 100%;
  }
  .p-page-lead__text p:not(:first-of-type) {
    margin-top: calc(16 / 375 * 100vw);
  }
  .p-page-content {
    padding: calc(0 / 375 * 100vw);
    border-left: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-page-content:nth-of-type(n+2) {
    margin-top: calc(40 / 375 * 100vw);
  }
  .p-page-content__heading {
    margin-bottom: calc(24 / 375 * 100vw);
  }
  .p-page-content__heading p {
    font-size: calc(24 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.33;
  }
  .p-page-content__heading--about {
    margin-left: calc(30 / 375 * 100vw);
  }
  .p-page-content__heading--about p {
    left: calc(30 / 375 * 100vw);
  }
  .p-page-content__heading--about::before {
    font-size: calc(80 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    -webkit-transform: translate(calc(-30 / 375 * 100vw), -62.5%);
            transform: translate(calc(-30 / 375 * 100vw), -62.5%);
  }
  .p-page-content__heading--full {
    display: block;
  }
  .p-page-content__heading--full p {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .p-page-content__heading--full::after {
    display: none;
  }
  .p-page-content__wrap {
    padding: calc(24 / 375 * 100vw);
    border-left: calc(2 / 375 * 100vw) solid #003366;
    -webkit-box-shadow: 0 0 calc(4 / 375 * 100vw) rgba(0, 0, 0, 0.2), calc(8 / 375 * 100vw) calc(8 / 375 * 100vw) 0 #E2EDF7;
            box-shadow: 0 0 calc(4 / 375 * 100vw) rgba(0, 0, 0, 0.2), calc(8 / 375 * 100vw) calc(8 / 375 * 100vw) 0 #E2EDF7;
  }
  .p-page-content__wrap > *:not(:first-child) {
    margin-top: calc(15 / 375 * 100vw);
  }
  .p-page-content__catch {
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.4;
    padding: 0;
    border: none;
  }
  .p-page-content__catch:nth-of-type(n+2) {
    margin-top: calc(24 / 375 * 100vw);
  }
  .p-page-content__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .p-page-content__body img {
    width: 100%;
  }
  .p-page-content__body--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-page-content__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(16 / 375 * 100vw);
  }
  .p-page-content__benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #151515;
  }
  .p-page-content__benefits:first-of-type {
    border-top: 1px solid #151515;
  }
  .p-page-content__benefits:not(:first-of-type) {
    margin-top: 0;
  }
  .p-page-content__benefits dt {
    width: 100%;
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.2;
    padding: calc(8 / 375 * 100vw);
  }
  .p-page-content__benefits dd {
    padding: calc(16 / 375 * 100vw) 0;
    border: none;
  }
  .p-page-content__benefits dd li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .p-page-content__benefits dd li::before {
    content: "・";
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-page-content__benefits dd li li::before {
    content: "∟";
  }
  .p-page-content__talk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-page-content__talk dt {
    width: 100%;
  }
  .p-page-content__talk dt img {
    width: calc(40 / 375 * 100vw);
  }
  .p-page-content__talk dd {
    border-left: none;
    padding-left: 0;
    margin-top: calc(8 / 375 * 100vw);
  }
  .p-page-gallery {
    margin-top: calc(16 / 375 * 100vw);
  }
  .p-page-gallery > *:nth-child(n+2) {
    margin-top: calc(16 / 375 * 100vw);
  }
  .p-page-gallery__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(16 / 375 * 100vw);
  }
  .p-page-schedule {
    margin-top: calc(40 / 375 * 100vw);
    padding: calc(40 / 375 * 100vw) 0;
    background: #EEF8FE;
  }
  .p-page-schedule__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(40 / 375 * 100vw);
  }
  .p-page-schedule__heading {
    font-size: calc(24 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.33;
    text-align: center;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #151515;
  }
  .p-page-schedule__content {
    border-left: none;
    padding-left: 0;
  }
  .p-page-schedule__content dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(10 / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
    border-bottom: calc(1 / 375 * 100vw) dotted rgba(25, 25, 25, 0.4);
  }
  .p-page-schedule__content dl:nth-of-type(n+2) {
    margin-top: calc(20 / 375 * 100vw);
  }
  .p-page-schedule__content dt {
    width: 100%;
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.75;
  }
  .p-page-schedule__content dt::after {
    display: none;
  }
  .p-page-voice__picture {
    line-height: 1;
  }
  .p-page-voice__wrap {
    position: static;
    width: 100%;
    height: auto;
  }
  .p-page-voice__inner {
    height: 100%;
  }
  .p-page-voice-text {
    width: 100%;
    padding: calc(24 / 375 * 100vw) 0;
  }
  .p-page-voice-text__title {
    font-size: calc(24 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.33;
  }
  .p-page-member {
    padding: calc(40 / 375 * 100vw) 0;
  }
  .p-page-member__heading {
    font-size: calc(24 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.33;
    padding-left: 0;
    border-left: none;
  }
  .p-page-member__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(24 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
  }
  .p-page-member__list li {
    width: 100%;
  }
  .p-page-member__name {
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.6;
  }
  .p-page-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(24 / 375 * 100vw);
    margin: calc(40 / 375 * 100vw) auto;
  }
  .p-page-links a {
    width: 100%;
  }
  .p-page-links__long {
    width: 100% !important;
  }
}