@charset "UTF-8";
/* ========================================================
# 基本
======================================================== */
/* ========================================================
# メディアクエリ
======================================================== */
/* ========================================================
# フォント
======================================================== */
html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3f3f41;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
  background-color: #fff;
  line-height: 1.8;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  color: #fff;
  background-color: #155aa8;
}

::selection {
  color: #fff;
  background-color: #155aa8;
}

a,
button {
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.4, 1);
}
a:hover,
button:hover {
  opacity: 0.6;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

.js-flash {
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, color-stop(39.35%, #155aa8), color-stop(45.26%, #60aafd), color-stop(52.41%, #60aafd), color-stop(57.31%, #ffffff));
  background: linear-gradient(90deg, #155aa8 39.35%, #60aafd 45.26%, #60aafd 52.41%, #ffffff 57.31%);
  background-position: 100% 50%;
  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: text;
}

.js-flash-after {
  translate: 0 2.5rem;
  opacity: 0;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-column {
  display: grid;
  grid-template-columns: 22.5rem 1fr;
  max-width: 82.5rem;
  width: calc(100% - 5rem);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-column {
    display: block;
    padding: 0;
    width: 100%;
  }
}
.l-column::before {
  content: "";
}
@media screen and (max-width: 767px) {
  .l-column::before {
    display: none;
  }
}
.l-column::after {
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background-color: #fff;
  border-radius: 0.5rem;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-column .l-inner {
    padding: 0;
  }
}
.l-column.--white {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .l-column.--white {
    background-color: transparent;
    padding: 3.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .l-column.--white::after {
    opacity: 1;
  }
}

.l-column__inner {
  padding-right: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-column__inner {
    padding: 0;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.c-arrow {
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 0.25rem solid #155aa8;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: clip;
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0.4, 1), border-color 0.3s cubic-bezier(0, 0, 0.4, 1), translate 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: background-color 0.3s cubic-bezier(0, 0, 0.4, 1), border-color 0.3s cubic-bezier(0, 0, 0.4, 1), translate 0.3s cubic-bezier(0, 0, 0.4, 1);
}
@media screen and (max-width: 767px) {
  .c-arrow {
    width: 1.5rem;
    border-width: 0.125rem;
  }
}
.c-arrow::before, .c-arrow::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.625rem;
  -webkit-mask: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
  background-color: #155aa8;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0.0625rem;
  -webkit-transition: translate 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: translate 0.3s cubic-bezier(0, 0, 0.4, 1);
}
@media screen and (max-width: 767px) {
  .c-arrow::before, .c-arrow::after {
    width: 0.4375rem;
    height: 0.375rem;
    margin-left: 0;
  }
}
.c-arrow::before {
  translate: -50% -50%;
}
.c-arrow::after {
  translate: -500% -50%;
}
.c-arrow.--blue {
  border-color: #155aa8;
}
.c-arrow.--blue::before, .c-arrow.--blue::after {
  background-color: #155aa8;
}
@media (any-hover: hover) {
  .c-arrow.--blue:hover .c-arrow {
    opacity: 1;
  }
  .c-arrow.--blue:hover .c-arrow::before {
    translate: 500% -50%;
    background-color: #155aa8;
  }
  .c-arrow.--blue:hover .c-arrow::after {
    translate: -50% -50%;
    background-color: #155aa8;
  }
}
.c-arrow.--fill-blue {
  border-color: #155aa8;
  background-color: #155aa8;
}
.c-arrow.--fill-blue::before, .c-arrow.--fill-blue::after {
  background-color: #fff;
}
.c-arrow.--white {
  border-color: #fff;
}
.c-arrow.--white::before, .c-arrow.--white::after {
  background-color: #fff;
}
@media (any-hover: hover) {
  .c-arrow.--white:hover .c-arrow {
    opacity: 1;
  }
  .c-arrow.--white:hover .c-arrow::before {
    translate: 500% -50%;
    background-color: #fff;
  }
  .c-arrow.--white:hover .c-arrow::after {
    translate: -50% -50%;
    background-color: #fff;
  }
}
.c-arrow.--sm {
  width: 1.5rem;
  border-width: 0.125rem;
}
.c-arrow.--sm::before, .c-arrow.--sm::after {
  width: 0.5625rem;
  height: 0.5rem;
}
.c-arrow.--md {
  width: 2rem;
  border-width: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .c-arrow.--md {
    width: 1.5rem;
    border-width: 0.125rem;
  }
}
.c-arrow.--md::before, .c-arrow.--md::after {
  width: 0.5rem;
  height: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .c-arrow.--spMd {
    width: 2rem;
    border-width: 0.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-arrow.--spMd::before, .c-arrow.--spMd::after {
    width: 0.5rem;
    height: 0.4375rem;
  }
}
.c-arrow.--md2 {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .c-arrow.--md2 {
    width: 2.5rem;
    border-width: 0.1875rem;
  }
}
.c-arrow.--md2::before, .c-arrow.--md2::after {
  width: 0.875rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .c-arrow.--md2::before, .c-arrow.--md2::after {
    width: 0.75rem;
    height: 0.8125rem;
  }
}
.c-arrow.--lg {
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .c-arrow.--lg {
    width: 3rem;
    border-width: 0.1875rem;
  }
}
.c-arrow.--lg::before, .c-arrow.--lg::after {
  width: 0.875rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .c-arrow.--lg::before, .c-arrow.--lg::after {
    width: 0.5625rem;
    height: 0.625rem;
  }
}
.c-arrow.--rotate {
  rotate: 90deg;
}

.c-banner {
  display: block;
  width: 100%;
  background-color: #f9f9f9;
  aspect-ratio: 900/360;
  position: relative;
  overflow: clip;
  border-radius: 0.5rem;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.4, 1);
}
@media screen and (max-width: 767px) {
  .c-banner {
    aspect-ratio: 311/363;
    border-radius: 0.25rem;
  }
}
.c-banner img {
  aspect-ratio: 900/360;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: scale 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: scale 0.3s cubic-bezier(0, 0, 0.4, 1);
}
@media screen and (max-width: 767px) {
  .c-banner img {
    aspect-ratio: 311/363;
  }
}

@media (any-hover: hover) {
  a.c-banner:hover {
    opacity: 1;
    background-color: #ebf1f8;
  }
  a.c-banner:hover img {
    scale: 1.025;
  }
}

.c-breadcrumb {
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #3f3f41;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.c-breadcrumb::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}
.c-breadcrumb > span:not(:last-child) {
  color: #155aa8;
  text-decoration: underline;
}
.c-breadcrumb > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb > *:last-child {
    padding-right: 2rem;
  }
}
.c-breadcrumb .icon {
  display: block;
  width: 0.375rem;
  height: 0.4375rem;
  margin: 0.1875rem 0.5rem;
  -webkit-mask: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
  background-color: #dcdcdc;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb .icon {
    width: 0.25rem;
    height: 0.3125rem;
    margin: 0.25rem 0.375rem;
  }
}

.c-btn1 {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  background-color: #155aa8;
  color: #fff;
  padding: 1.5rem;
  min-width: 27.3125rem;
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-btn1 {
    padding: 1rem;
    border-radius: 0.5rem;
    min-width: 100%;
  }
}
.c-btn1 .c-btn1__text {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-btn1 .c-btn1__text {
    font-size: 0.875rem;
  }
}
.c-btn1 .c-btn1__text .sm {
  font-size: 0.75rem;
}
@media (any-hover: hover) {
  .c-btn1:hover {
    opacity: 1;
    background-color: #1e7ed5;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-btn1:hover .c-arrow {
    opacity: 1;
  }
  .c-btn1:hover .c-arrow::before {
    translate: 500% -50%;
    background-color: #fff;
  }
  .c-btn1:hover .c-arrow::after {
    translate: -50% -50%;
    background-color: #fff;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .c-btn1:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.c-btn1.--white {
  background-color: #fff;
  color: #155aa8;
}
@media (any-hover: hover) {
  .c-btn1.--white:hover {
    opacity: 1;
    background-color: #ebf1f8;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-btn1.--white:hover .c-arrow {
    opacity: 1;
  }
  .c-btn1.--white:hover .c-arrow::before {
    translate: 500% -50%;
    background-color: #155aa8;
  }
  .c-btn1.--white:hover .c-arrow::after {
    translate: -50% -50%;
    background-color: #155aa8;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .c-btn1.--white:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.c-btn1.--sm {
  min-width: 13.5rem;
  padding: 0.625rem 0.875rem;
  border-radius: 0.5rem;
}
.c-btn1.--sm .c-btn1__text {
  font-size: 0.875rem;
}
.c-btn1.--md {
  min-width: 21.4375rem;
  padding: 1rem 0.875rem 1rem 1.5rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn1.--md {
    padding: 1rem;
    min-width: 19.4375rem;
  }
}
.c-btn1.--md .c-btn1__text {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-btn1.--md .c-btn1__text {
    font-size: 0.875rem;
  }
}
.c-btn1.--w100 {
  min-width: 100%;
  min-height: 4rem;
  padding: 0.625rem 0.875rem 0.625rem 1.5rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn1.--w100 {
    min-width: 100%;
    min-height: 3.5rem;
  }
}
.c-btn1.--w100 .c-btn1__text {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-btn1.--w100 .c-btn1__text {
    font-size: 0.875rem;
  }
}

.c-btn1[target=_blank] .c-arrow::before {
  -webkit-mask: url(../images/common/icon_blank_white.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_blank_white.svg) no-repeat center center/contain;
  width: 1rem;
  height: 1rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-btn1[target=_blank] .c-arrow::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.c-btn2 {
  display: inline-grid;
  grid-template-columns: 2.25rem 1fr 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: rgba(255, 255, 255, .1);
  padding: 0.25rem 1.25rem;
  border-radius: 3.125rem;
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: background-color 0.3s cubic-bezier(0, 0, 0.4, 1);
}
.c-btn2::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  -webkit-mask: url(../images/common/icon_blank.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_blank.svg) no-repeat center center/contain;
  background-color: #fff;
  opacity: 0.3;
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0.4, 1), opacity 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: background-color 0.3s cubic-bezier(0, 0, 0.4, 1), opacity 0.3s cubic-bezier(0, 0, 0.4, 1);
}
@media (any-hover: hover) {
  .c-btn2:hover {
    opacity: 1;
    background-color: #fff;
  }
  .c-btn2:hover::after {
    background-color: #155aa8;
    opacity: 1;
  }
  .c-btn2:hover .c-btn2__logo img:nth-child(2) {
    opacity: 1;
  }
  .c-btn2:hover .c-btn2__snsIcon img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  .c-btn2:hover .c-btn2__snsIcon::after {
    background-color: rgba(63, 63, 65, .3);
  }
}

.c-btn2__snsIcon {
  width: 2.25rem;
  padding-right: 0.75rem;
  position: relative;
}
.c-btn2__snsIcon img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.c-btn2__snsIcon::after {
  content: "";
  display: block;
  height: 1rem;
  width: 0.0625rem;
  border-radius: 0.0625rem;
  background-color: rgba(255, 255, 255, .3);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: background-color 0.3s cubic-bezier(0, 0, 0.4, 1);
}

.c-btn2__logo {
  margin-left: 0.25rem;
  margin-right: 0.75rem;
  position: relative;
  height: 2.5rem;
}
.c-btn2__logo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.4, 1);
}
.c-btn2__logo img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.c-btn3 {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #155aa8;
}
@media screen and (max-width: 767px) {
  .c-btn3 {
    gap: 0.75rem;
  }
}
.c-btn3.--white .c-btn3__text {
  color: #fff;
}
.c-btn3 .c-btn3__text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-btn3 .c-btn3__text {
    font-size: 0.875rem;
  }
}

@media (any-hover: hover) {
  a.c-btn3:hover {
    opacity: 1;
  }
  a.c-btn3:hover .c-arrow {
    opacity: 1;
    border-color: #1e7ed5;
  }
  a.c-btn3:hover .c-arrow::before {
    translate: 500% -50%;
    background-color: #1e7ed5;
  }
  a.c-btn3:hover .c-arrow::after {
    translate: -50% -50%;
    background-color: #1e7ed5;
  }
  a.c-btn3:hover .c-btn3__text {
    color: #1e7ed5;
  }
  a.c-btn3:hover .c-arrow {
    translate: -0.25rem 0;
  }
}
.c-card1 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem 0.75rem 0.75rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
@media (any-hover: hover) {
  .c-card1:hover {
    opacity: 1;
  }
  .c-card1:hover .c-arrow {
    opacity: 1;
    background-color: #1e7ed5;
    border-color: #1e7ed5;
  }
  .c-card1:hover .c-arrow::before {
    translate: 500% -50%;
    background-color: #fff;
  }
  .c-card1:hover .c-arrow::after {
    translate: -50% -50%;
    background-color: #fff;
  }
  .c-card1:hover .c-card1__text {
    color: #1E7ED5;
  }
  .c-card1:hover .c-card1__img {
    -webkit-box-shadow: 0 0 0.625rem 0 rgba(30, 126, 213, .35);
            box-shadow: 0 0 0.625rem 0 rgba(30, 126, 213, .35);
  }
}
.c-card1.--gray {
  background-color: #F6F6F6;
}
.c-card1 img {
  aspect-ratio: 269/141;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card1__meta {
  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: 0.625rem;
}

.c-card1__category {
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
  color: #155aa8;
  display: block;
}

.c-card1__date {
  font-size: 0.875rem;
  font-family: "Rubik", sans-serif;
  -webkit-font-feature-settings: auto;
          font-feature-settings: auto;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  display: block;
  color: #717173;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-card1__img {
  margin-top: 1rem;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  position: relative;
  overflow: clip;
  aspect-ratio: 269/141;
  width: 100%;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(21, 90, 168, .15);
          box-shadow: 0 0 0.625rem 0 rgba(21, 90, 168, .15);
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: -webkit-box-shadow 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: box-shadow 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: box-shadow 0.3s cubic-bezier(0, 0, 0.4, 1), -webkit-box-shadow 0.3s cubic-bezier(0, 0, 0.4, 1);
}
.c-card1__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card1__textArea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-card1__text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 1rem;
  -webkit-transition: color 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: color 0.3s cubic-bezier(0, 0, 0.4, 1);
}

.c-card1__btn {
  margin-top: 1.5rem;
}
.c-card1__btn .c-arrow {
  margin-left: auto;
}

.c-card2 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.75rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
@media (any-hover: hover) {
  .c-card2:hover {
    opacity: 1;
  }
  .c-card2:hover .c-arrow {
    opacity: 1;
    background-color: #1e7ed5;
    border-color: #1e7ed5;
  }
  .c-card2:hover .c-arrow::before {
    translate: 500% -50%;
    background-color: #fff;
  }
  .c-card2:hover .c-arrow::after {
    translate: -50% -50%;
    background-color: #fff;
  }
  .c-card2:hover .c-card2__text {
    color: #1e7ed5;
  }
  .c-card2:hover .c-card2__img {
    -webkit-box-shadow: 0 0 0.625rem 0 rgba(30, 126, 213, .35);
            box-shadow: 0 0 0.625rem 0 rgba(30, 126, 213, .35);
  }
}
.c-card2[target=_blank] .c-arrow::before {
  -webkit-mask: url(../images/common/icon_blank_white.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_blank_white.svg) no-repeat center center/contain;
  width: 1rem;
  height: 1rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-card2[target=_blank] .c-arrow::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.c-card2__img {
  width: 100%;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: -webkit-box-shadow 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: box-shadow 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: box-shadow 0.3s cubic-bezier(0, 0, 0.4, 1), -webkit-box-shadow 0.3s cubic-bezier(0, 0, 0.4, 1);
}
.c-card2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 370/194;
  border: 0.125rem solid #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(21, 90, 168, .15);
          box-shadow: 0px 0px 10px rgba(21, 90, 168, .15);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-card2__img img {
    border-radius: 0.25rem;
    aspect-ratio: 286/150;
  }
}

.c-card2__bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
  margin-top: 1rem;
}

.c-card2__text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
  -webkit-transition: color 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: color 0.3s cubic-bezier(0, 0, 0.4, 1);
  margin-left: 0.25rem;
}

.c-card3 .c-card3__img img {
  aspect-ratio: 394/455;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.c-card3 .c-card3__position {
  padding: 0 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #155aa8;
  margin-top: 0.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-card3 .c-card3__position {
    padding: 0;
  }
}
.c-card3 .c-card3__head {
  padding: 0 1rem;
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-card3 .c-card3__head {
    padding: 0;
  }
}
.c-card3 .c-card3__name {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.c-card3 .c-card3__sns {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
.c-card3 .c-card3__sns-link {
  display: block;
  border-radius: 0.25rem;
}
.c-card3 .c-card3__sns-link img {
  width: 2.25rem;
  height: 2.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (any-hover: hover) {
  .c-card3 .c-card3__sns-link:hover {
    opacity: 1;
    background-color: #f6f6f6;
  }
}
.c-card3 .c-card3__nameEn {
  padding: 0 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #9B9B9F;
  margin-top: 0.25rem;
  line-height: 1.2142857143;
}
@media screen and (max-width: 767px) {
  .c-card3 .c-card3__nameEn {
    padding: 0;
  }
}
.c-card3 .c-card3__title {
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 1rem;
  color: #155aa8;
}
@media screen and (max-width: 767px) {
  .c-card3 .c-card3__title {
    padding: 0;
  }
}
.c-card3 .c-card3__text {
  padding: 0 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
  color: #717173;
}
@media screen and (max-width: 767px) {
  .c-card3 .c-card3__text {
    padding: 0;
  }
}

.c-pager span, .c-pager a {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Rubik", sans-serif;
  color: #155aa8;
  min-width: 3rem;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pager span, .c-pager a {
    font-size: 1rem;
    min-width: 2.5rem;
  }
}
.c-pager .current {
  text-decoration: underline;
}
.c-pager .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-pager .prev {
  margin-right: 1rem;
  scale: -1 1;
}
@media screen and (max-width: 767px) {
  .c-pager .prev {
    margin-right: 0.75rem;
  }
}
.c-pager .next {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .c-pager .next {
    margin-left: 0.75rem;
  }
}
@media (any-hover: hover) {
  .c-pager .prev:hover, .c-pager .next:hover {
    opacity: 1;
  }
  .c-pager .prev:hover .c-arrow, .c-pager .next:hover .c-arrow {
    opacity: 1;
  }
  .c-pager .prev:hover .c-arrow::before, .c-pager .next:hover .c-arrow::before {
    translate: 500% -50%;
    background-color: #155aa8;
  }
  .c-pager .prev:hover .c-arrow::after, .c-pager .next:hover .c-arrow::after {
    translate: -50% -50%;
    background-color: #155aa8;
  }
}
@media screen and (max-width: 767px) {
  .c-pager .c-arrow {
    width: 3rem;
    border-width: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-pager .c-arrow::before, .c-pager .c-arrow::after {
    width: 1rem;
    height: 0.875rem;
  }
}

.c-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-scroll {
    opacity: 0;
  }
}
.c-scroll.--white .c-scroll__text {
  color: #fff;
}
.c-scroll.--white .c-scroll__icon::before, .c-scroll.--white .c-scroll__icon::after {
  background-color: #fff;
}

.s-scroll__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #155aa8;
  font-family: "Rubik", sans-serif;
  -webkit-font-feature-settings: auto;
          font-feature-settings: auto;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  display: block;
}

.c-scroll__icon {
  display: block;
  width: 0.625rem;
  height: 0.5625rem;
  position: relative;
  overflow: clip;
  margin-top: 0.25rem;
  --beforeY: -50%;
  --afterY: -500%;
}
.c-scroll__icon::before, .c-scroll__icon::after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.5625rem;
  -webkit-mask: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
  background-color: #155aa8;
  position: absolute;
  top: 50%;
  left: 50%;
  rotate: 90deg;
}
.c-scroll__icon::before {
  translate: -50% var(--beforeY);
  -webkit-transition: none;
  transition: none;
}
.c-scroll__icon::after {
  translate: -50% var(--afterY);
  -webkit-transition: none;
  transition: none;
}

.c-sidebar {
  width: 13.5rem;
  margin-left: 2.75rem;
  pointer-events: auto;
  position: sticky;
  top: 6.25rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 10;
}

.c-sidebar__list {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(21, 90, 168, .15);
          box-shadow: 0px 0px 10px 0px rgba(21, 90, 168, .15);
}

.c-sidebar__item.is-active .c-sidebar__link {
  color: #155aa8;
}
.c-sidebar__item.is-active .c-sidebar__icon::after {
  scale: 1;
}

.c-sidebar__link {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
  color: #717173;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  padding: 0.5625rem 0;
}
@media (any-hover: hover) {
  .c-sidebar__link:hover {
    opacity: 1;
    color: #155aa8;
  }
}

.c-sidebar__icon {
  width: 0.75rem;
  display: block;
  aspect-ratio: 1;
  position: relative;
  margin-top: 0.1875rem;
}
.c-sidebar__icon::before {
  content: "";
  display: block;
  width: 0.25rem;
  aspect-ratio: 1;
  background-color: #d9d9d9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.c-sidebar__icon::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../images/common/title_dot.webp) no-repeat center center/contain;
  scale: 0;
  -webkit-transition: scale 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: scale 0.3s cubic-bezier(0, 0, 0.4, 1);
}

.c-sidebar__btns {
  margin-top: 0.625rem;
  display: grid;
  gap: 0.25rem;
}

.c-title1 .c-title1__en {
  font-size: 1.125rem;
  line-height: 1.1666666667;
  font-family: "Rubik", sans-serif;
  -webkit-font-feature-settings: auto;
          font-feature-settings: auto;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  color: #155aa8;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-title1 .c-title1__en {
    font-size: 1rem;
  }
}
.c-title1 .c-title1__en::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background: url(../images/common/title_dot.webp) no-repeat center center/contain;
  border-radius: 50%;
}
.c-title1 .c-title1__ja {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #155aa8;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-title1 .c-title1__ja {
    font-size: 1.75rem;
    margin-top: 1.25rem;
  }
}
.c-title1.--white .c-title1__en {
  color: #fff;
}
.c-title1.--white .c-title1__en::before {
  background: #fff;
}
.c-title1.--white .c-title1__ja {
  color: #fff;
}
.c-title1.--black .c-title1__ja {
  color: #3f3f41;
}
.c-title1.--subMv .c-title1__en {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-title1.--subMv .c-title1__en {
    font-size: 0.875rem;
  }
}
.c-title1.--subMv .c-title1__en::before {
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .c-title1.--subMv .c-title1__en::before {
    width: 0.625rem;
    height: 0.625rem;
    gap: 0.25rem;
    translate: 0 -0.0625rem;
  }
}
.c-title1.--subMv .c-title1__ja {
  font-size: 3rem;
  line-height: 1.2;
  margin-top: 0.75rem;
  color: #3f3f41;
}
@media screen and (max-width: 767px) {
  .c-title1.--subMv .c-title1__ja {
    font-size: 1.75rem;
    margin-top: 0.5rem;
  }
}
.c-title1.--md .c-title1__en {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-title1.--md .c-title1__en {
    font-size: 0.875rem;
  }
}
.c-title1.--md .c-title1__en::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../images/common/title_dot.webp) no-repeat center center/contain;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-title1.--md .c-title1__en::before {
    width: 0.625rem;
    height: 0.625rem;
    translate: 0 -0.0625rem;
  }
}
.c-title1.--md .c-title1__ja {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-title1.--md .c-title1__ja {
    font-size: 1.75rem;
    line-height: 1.2;
    margin-top: 0.5rem;
  }
}
.c-title1.--mt .c-title1__ja {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-title1.--mt .c-title1__ja {
    margin-top: 0.5rem;
  }
}
.c-title1.--lg .c-title1__ja {
  font-size: 3.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-title1.--lg .c-title1__ja {
    font-size: 1.75rem;
  }
}

.c-title2 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
  color: #155aa8;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-title2 {
    font-size: 1.25rem;
    line-height: 1.4;
    gap: 0.5rem;
  }
}
.c-title2::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../images/common/title_dot.webp) no-repeat center center/contain;
  border-radius: 50%;
  translate: 0 0.5625rem;
}
@media screen and (max-width: 767px) {
  .c-title2::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.c-wysiwyg {
  /* ========================================================
  # プライバシーポリシー
  ======================================================== */
}
.c-wysiwyg > *:first-child {
  margin-top: 0;
}
.c-wysiwyg h2 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-bottom: 1.25rem;
  padding-left: 1.625rem;
  border-bottom: 1px solid #a5a5a4;
  margin-top: 3.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h2 {
    font-size: 1.125rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    margin-top: 2.5rem;
  }
}
.c-wysiwyg h2::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background: url(../images/common/title_dot.webp) no-repeat center center/contain;
  border-radius: 50%;
  position: absolute;
  top: 0.75rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h2::before {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.5rem;
  }
}
.c-wysiwyg h3 {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h3 {
    font-size: 1.125rem;
    margin-top: 2.5rem;
  }
}
.c-wysiwyg h4 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h4 {
    margin-top: 2rem;
    font-size: 1rem;
  }
}
.c-wysiwyg p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg p {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}
.c-wysiwyg li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg li {
    font-size: 0.875rem;
  }
}
.c-wysiwyg ul,
.c-wysiwyg ol {
  margin-top: 2.5rem;
  display: grid;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg ul,
  .c-wysiwyg ol {
    margin-top: 1.5rem;
  }
}
.c-wysiwyg ul ul,
.c-wysiwyg ul ol,
.c-wysiwyg ol ul,
.c-wysiwyg ol ol {
  margin-top: 0.75rem;
}
.c-wysiwyg ol {
  counter-reset: n;
}
.c-wysiwyg ol li {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg ol li {
    padding-left: 2.5rem;
  }
}
.c-wysiwyg ol li:before {
  content: "0" counter(n) ".";
  font-weight: 500;
  counter-increment: n;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-family: "Rubik", sans-serif;
  -webkit-font-feature-settings: auto;
          font-feature-settings: auto;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  position: absolute;
  left: 0;
  top: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg ol li:before {
    font-size: 0.875rem;
    top: 0.125rem;
  }
}
.c-wysiwyg ol li:nth-of-type(n + 10):before {
  content: counter(n) ".";
}
.c-wysiwyg ul li {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg ul li {
    padding-left: 2.5rem;
  }
}
.c-wysiwyg ul li:before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #3f3f41;
  border-radius: 50%;
  position: absolute;
  left: 0.9375rem;
  top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg ul li:before {
    left: 0.6875rem;
  }
}
.c-wysiwyg a {
  word-wrap: break-word;
  font-weight: 500;
  color: #155aa8;
  text-decoration: underline;
  word-break: break-all;
}
.c-wysiwyg blockquote {
  border-radius: 0.5rem;
  border: 1px solid #a5a5a4;
  padding: 1.5rem 3.25rem;
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg blockquote {
    padding: 2rem 1.5rem;
    margin-top: 1.5rem;
  }
}
.c-wysiwyg blockquote::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.6875rem;
  -webkit-mask-image: url("../images/common/icon_quote.svg");
          mask-image: url("../images/common/icon_quote.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #155aa8;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg blockquote::before {
    top: 1rem;
    left: 1rem;
  }
}
.c-wysiwyg blockquote p {
  margin: 0;
  color: #717173;
}
.c-wysiwyg figure {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg figure {
    margin-top: 1.5rem;
  }
}
.c-wysiwyg figure > *:first-child {
  margin-top: 0;
}
.c-wysiwyg table {
  margin-top: 2.5rem;
  display: block;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg table {
    margin-top: 1.5rem;
  }
}
.c-wysiwyg table tbody,
.c-wysiwyg table thead {
  width: 100%;
  display: table;
  border: none;
}
.c-wysiwyg table th {
  background-color: #ecf7ff;
}
.c-wysiwyg table td,
.c-wysiwyg table th {
  border: 1px solid #ccc;
  padding: 0.625rem;
  min-width: 16.25rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
.c-wysiwyg table th {
  text-align: left;
  font-weight: bold;
}
.c-wysiwyg table td {
  padding: 0.75rem 0.625rem;
  font-weight: 400;
}
.c-wysiwyg table thead tr:last-child td,
.c-wysiwyg table thead tr:last-child th {
  border-bottom: none;
}
.c-wysiwyg table th[colspan="2"] {
  min-width: 32.5rem;
}
.c-wysiwyg table td[colspan="2"] {
  min-width: 32.5rem;
}
.c-wysiwyg img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg img {
    margin-top: 1.5rem;
  }
}
.c-wysiwyg pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.c-wysiwyg.--privacy h2 {
  color: #155aa8;
  padding-left: 0;
}
.c-wysiwyg.--privacy h2::before {
  display: none;
}
.c-wysiwyg.--privacy h3 {
  color: #155aa8;
}
.c-wysiwyg.--privacy td,
.c-wysiwyg.--privacy th {
  min-width: 0;
  min-width: initial;
  border: 1px solid #3f3f41;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg.--privacy td,
  .c-wysiwyg.--privacy th {
    font-size: 0.75rem;
    vertical-align: top;
    padding: 0.5rem;
  }
}
.c-wysiwyg.--privacy th {
  background-color: #ebf1f8;
  font-weight: 500;
}
.c-wysiwyg.--privacy td {
  font-weight: 500;
}
.c-wysiwyg.--privacy ul,
.c-wysiwyg.--privacy ol {
  margin-top: 1rem;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg.--privacy ul,
  .c-wysiwyg.--privacy ol {
    gap: 0.5rem;
  }
}

.p-access {
  padding-top: 0.75rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-top: 0.25rem;
    margin-bottom: 5rem;
  }
}

.p-access__container.--white {
  padding: 0;
}

.p-access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-access__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    padding: 0 0.5rem;
  }
}

.p-access__body {
  margin-top: 6.1875rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-access__body {
    margin-top: 0;
    padding: 1.5rem 1.5rem 3.1875rem;
  }
}

.p-access__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-access__text {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
}

.p-access__btns {
  margin-top: 3rem;
  display: grid;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-access__btns {
    margin-top: 1.5rem;
    gap: 0.5rem;
  }
}

.p-access__img {
  width: 100%;
  max-width: 25.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-access__img {
    max-width: 100%;
  }
}
.p-access__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0.5rem 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-access__img img {
    border-radius: 0.5rem 0.5rem 0 0;
    aspect-ratio: 359/240;
  }
}

.p-block {
  padding: 0.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-block {
    padding: 0.25rem 0;
  }
}

.p-block__container.--white {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-block__container.--white {
    padding: 1.5rem 0 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-block__inner {
    padding: 0 2rem;
  }
}

.p-block__title {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-block__title {
    margin-top: 1.5rem;
  }
}

.p-block__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-block__text {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}

.p-block__btn {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-block__btn {
    margin-top: 1.5rem;
    text-align: center;
  }
}

.p-block__img {
  width: 100%;
}
.p-block__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 900/360;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-block__img img {
    aspect-ratio: 311/125;
    border-radius: 0.25rem;
  }
}

.p-breadcrumb {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb {
    padding-top: 5.625rem;
  }
}
.p-breadcrumb.--border .p-breadcrumb__wrap {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb.--border .p-breadcrumb__wrap {
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-breadcrumb__inner {
    padding-right: 0;
  }
}

.p-cards__container {
  background-color: #ebf1f8;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-cards__container {
    padding: 2rem 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cards__inner {
    padding: 0 2rem;
  }
}

.p-cards__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-cards__list {
    grid-template-columns: 1fr;
  }
}

.p-casual {
  padding-top: 3.5rem;
  padding-bottom: 3.75rem;
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-casual {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
  }
}

.p-casual__inner {
  padding-right: 0;
  margin-right: 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-casual__inner {
    padding: 0 2rem;
  }
}

.p-casual__wrap {
  display: grid;
  grid-template-columns: 1fr 31.9375rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.625rem;
  max-width: 82.25rem;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-casual__wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-casual__body {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-casual__body {
    margin: 0;
  }
}

.p-casual__title .c-title1__ja {
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-casual__title .c-title1__ja {
    font-size: 1.75rem;
  }
}

.p-casual__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-casual__text {
    margin-top: 2rem;
    font-size: 0.875rem;
  }
}

.p-casual__btn {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-casual__btn {
    margin-top: 2rem;
  }
}

.p-casual__img {
  width: 100%;
  aspect-ratio: 511/727;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-casual__img {
    aspect-ratio: 311/376;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.p-casual__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.p-casual__img .p-casual__circle {
  width: 5.625rem;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: 0.75rem;
  left: -2.8125rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
  -webkit-filter: blur(0.125rem);
          filter: blur(0.125rem);
}
@media screen and (max-width: 767px) {
  .p-casual__img .p-casual__circle {
    width: 3.625rem;
    bottom: 1rem;
    left: -1.8125rem;
    z-index: -1;
  }
}

.p-contents {
  padding: 0.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-contents {
    padding: 0.25rem 0;
  }
}

@media screen and (max-width: 767px) {
  .p-contents__inner {
    padding: 0 2rem;
  }
}

.p-contents__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contents__list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2.25rem;
  }
}

.p-contents__link {
  display: block;
}
@media (any-hover: hover) {
  .p-contents__link:hover {
    opacity: 1;
  }
  .p-contents__link:hover .p-contents__lead {
    color: #1e7ed5;
  }
  .p-contents__link:hover .c-arrow {
    opacity: 1;
    background-color: #1e7ed5;
    border-color: #1e7ed5;
  }
  .p-contents__link:hover .c-arrow::before {
    translate: 500% -50%;
    background-color: #fff;
  }
  .p-contents__link:hover .c-arrow::after {
    translate: -50% -50%;
    background-color: #fff;
  }
}
.p-contents__link[target=_blank] .c-arrow::before {
  -webkit-mask: url(../images/common/icon_blank_white.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_blank_white.svg) no-repeat center center/contain;
  width: 1rem;
  height: 1rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-contents__link[target=_blank] .c-arrow::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.p-contents__img {
  width: 100%;
}
.p-contents__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  aspect-ratio: 278/146;
}
@media screen and (max-width: 767px) {
  .p-contents__img img {
    aspect-ratio: 311/163;
    border-radius: 0.25rem;
  }
}

.p-contents__body {
  padding: 0.5rem 0.5rem 0;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.p-contents__lead {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  -webkit-transition: color 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: color 0.3s cubic-bezier(0, 0, 0.4, 1);
}

.p-cta__link {
  padding: 6.75rem 0;
  background-color: #fff;
  display: block;
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: background-color 0.3s cubic-bezier(0, 0, 0.4, 1);
}
@media screen and (max-width: 767px) {
  .p-cta__link {
    padding-top: 4.5rem;
    padding-bottom: 2rem;
  }
}
@media (any-hover: hover) {
  .p-cta__link:hover {
    opacity: 1;
    background-color: #ebf1f8;
  }
  .p-cta__link:hover .p-cta__title {
    color: #1e7ed5;
  }
  .p-cta__link:hover .p-cta__title::before {
    background-color: #1e7ed5;
  }
  .p-cta__link:hover .c-arrow {
    opacity: 1;
    border-color: #1e7ed5;
  }
  .p-cta__link:hover .c-arrow::before {
    translate: 500% -50%;
    background-color: #1e7ed5;
  }
  .p-cta__link:hover .c-arrow::after {
    translate: -50% -50%;
    background-color: #1e7ed5;
  }
}

.p-cta__title {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: bold;
  color: #155aa8;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: color 0.3s cubic-bezier(0, 0, 0.4, 1);
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: 1.25rem;
    gap: 0.5rem;
  }
}
.p-cta__title::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #155aa8;
  -webkit-mask: url(../images/common/icon_contact.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_contact.svg) no-repeat center center/contain;
  translate: 0 0.1875rem;
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: background-color 0.3s cubic-bezier(0, 0, 0.4, 1);
}
@media screen and (max-width: 767px) {
  .p-cta__title::before {
    width: 2rem;
    height: 2rem;
    translate: 0 0.125rem;
  }
}

.p-cta__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta__body {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__body .c-arrow {
    margin-left: auto;
  }
}

.p-cta__text {
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: 0.875rem;
  }
}

.p-entry {
  min-height: 45.25rem;
  position: relative;
  padding-bottom: 6rem;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-entry {
    background-color: #155aa8;
    padding-bottom: 3.9375rem;
    min-height: 35.75rem;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .p-entry {
    min-height: 40.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .p-entry__inner {
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .c-title1__ja {
    font-size: 1.625rem;
  }
}

.p-entry__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-entry__list {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    margin-top: 2.5rem;
  }
}

.p-entry__item a {
  width: 100%;
  min-width: 0;
  min-width: initial;
}

.p-entry__img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-entry__img {
    z-index: 1;
  }
}
.p-entry__img::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 90, 168, .1)), color-stop(62.98%, rgba(21, 90, 168, .8)));
  background: linear-gradient(180deg, rgba(21, 90, 168, .1) 0%, rgba(21, 90, 168, .8) 62.98%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-entry__img::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10.58%, rgba(21, 90, 168, .1)), color-stop(39.42%, #155aa8));
    background: linear-gradient(180deg, rgba(21, 90, 168, .1) 10.58%, #155aa8 39.42%);
    z-index: 2;
  }
}
.p-entry__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-entry__img img {
    height: auto;
    aspect-ratio: 375/272;
  }
}

.p-error {
  padding-top: 14.5rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .p-error {
    padding-top: 10.5rem;
    padding-bottom: 6.25rem;
  }
}

.p-error__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10.1875rem;
  margin-top: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-error__body {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
}

.p-error__text {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-error__text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-error__btn {
    text-align: center;
  }
}

.p-error__bg {
  position: absolute;
  width: 38.375rem;
  height: 33.0625rem;
  left: calc(50% + 9.875rem);
  top: -1.6875rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-error__bg {
    width: 18.25rem;
    height: 15.75rem;
    right: -4.25rem;
    top: 0.6875rem;
    left: auto;
  }
}

.p-faq {
  padding: 0.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 0.25rem 0;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding: 0 2rem;
  }
}

.p-faq__list {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    margin-top: 1.875rem;
  }
}

.p-faq__item {
  border-top: 1px solid #DCDCDC;
}

.p-faq__item:last-child {
  border-bottom: 1px solid #DCDCDC;
}

.p-faq__head {
  font-weight: bold;
  padding: 1.5rem 3.125rem 1.25rem 0;
  cursor: pointer;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__head {
    gap: 0.25rem;
    padding: 1rem 1.25rem 1rem 0;
  }
}
.p-faq__head.is-active .p-faq__icon::after {
  rotate: 180deg;
}
.p-faq__head::before {
  content: "Q";
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #155aa8;
  font-family: "Rubik", sans-serif;
  -webkit-font-feature-settings: auto;
          font-feature-settings: auto;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  width: 2.75rem;
  height: 1.9375rem;
  padding-top: 0.5625rem;
  padding-left: 1.0625rem;
  -webkit-transition: color 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: color 0.3s cubic-bezier(0, 0, 0.4, 1);
}
@media screen and (max-width: 767px) {
  .p-faq__head::before {
    width: 1.25rem;
    height: auto;
    padding-top: 0.25rem;
    padding-left: 0.3125rem;
  }
}
@media (any-hover: hover) {
  .p-faq__head:hover {
    opacity: 1;
  }
  .p-faq__head:hover::before {
    color: #1e7ed5;
  }
  .p-faq__head:hover .p-faq__lead {
    color: #1e7ed5;
  }
  .p-faq__head:hover .p-faq__icon::before, .p-faq__head:hover .p-faq__icon::after {
    background-color: #1e7ed5;
  }
}

.p-faq__lead {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  display: block;
  -webkit-transition: color 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: color 0.3s cubic-bezier(0, 0, 0.4, 1);
}
@media screen and (max-width: 767px) {
  .p-faq__lead {
    font-size: 1rem;
  }
}

.p-faq__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq__labels {
    margin-top: 0.5rem;
  }
}

.p-faq__label {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  color: #155aa8;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125rem 0.5rem;
  border-radius: 0.25rem;
  background-color: #ebf1f8;
}
@media screen and (max-width: 767px) {
  .p-faq__label {
    font-size: 0.75rem;
    padding: 0.25rem 0.375rem;
  }
}

.p-faq__content {
  display: none;
}

.p-faq__contentInner {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__contentInner {
    gap: 0.25rem;
    padding-bottom: 1rem;
  }
}
.p-faq__contentInner::before {
  content: "A";
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #155aa8;
  font-family: "Rubik", sans-serif;
  -webkit-font-feature-settings: auto;
          font-feature-settings: auto;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  width: 2.75rem;
  height: 1.9375rem;
  padding-top: 0.25rem;
  padding-left: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-faq__contentInner::before {
    font-size: 0.875rem;
    width: 1.25rem;
    height: auto;
    padding-top: 0.1875rem;
    padding-left: 0.3125rem;
  }
}
.p-faq__contentInner::after {
  content: "";
  display: block;
  width: calc(100% - 3.25rem);
  height: 1px;
  background-color: #DCDCDC;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__contentInner::after {
    width: calc(100% - 1.5rem);
  }
}

.p-faq__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #717173;
}
@media screen and (max-width: 767px) {
  .p-faq__text {
    font-size: 0.875rem;
  }
}

.p-faq__text a {
  color: #155aa8;
  text-decoration: underline;
}

.p-faq__icon {
  display: block;
  width: 1rem;
  aspect-ratio: 1;
  position: absolute;
  top: 2.1875rem;
  right: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq__icon {
    width: 0.75rem;
    top: 1.5rem;
    right: 0;
  }
}
.p-faq__icon::before, .p-faq__icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #155aa8;
  border-radius: 0.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-transition: rotate 0.3s cubic-bezier(0, 0, 0.4, 1), background-color 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: rotate 0.3s cubic-bezier(0, 0, 0.4, 1), background-color 0.3s cubic-bezier(0, 0, 0.4, 1);
}
.p-faq__icon::after {
  rotate: 90deg;
}

.p-footer {
  padding-top: 6.25rem;
  padding-bottom: 5rem;
  background-color: #3f3f41;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 3.5rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding: 0 2rem;
  }
}

.p-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    display: block;
  }
}

/* ========================================================
# ロゴ
======================================================== */
.p-footer__logo {
  width: 12.8125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 8.5625rem;
  }
}
.p-footer__logo img {
  width: 100%;
  height: auto;
}
@media (any-hover: hover) {
  .p-footer__logo:hover {
    opacity: 1;
  }
}

/* ========================================================
# ナビゲーション
======================================================== */
.p-footer__nav {
  margin-top: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    display: block;
    margin-top: 2.9375rem;
  }
}

.p-footer__navList {
  display: grid;
  grid-template-columns: repeat(2, 12.125rem);
  gap: 1.75rem 3.625rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__navList {
    grid-template-columns: repeat(auto-fill, minmax(9.1875rem, 1fr));
    margin-top: 0;
    gap: 1.25rem 0.75rem;
    margin-left: 0.25rem;
  }
}

.p-footer__navLink {
  display: block;
}
@media (any-hover: hover) {
  .p-footer__navLink:hover {
    opacity: 1;
  }
  .p-footer__navLink:hover .p-footer__navText::before {
    translate: 0 0;
  }
  .p-footer__navLink:hover .p-footer__navTextJa {
    translate: 0 0;
  }
}

.p-footer__navText {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: clip;
}
.p-footer__navText::before {
  content: "";
  -webkit-mask: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
  background-color: #fff;
  width: 0.5rem;
  height: 0.625rem;
  display: block;
  translate: -1rem 0;
  -webkit-transition: translate 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: translate 0.3s cubic-bezier(0, 0, 0.4, 1);
}

.p-footer__navTextJa {
  font-size: 1.125rem;
  display: block;
  font-weight: bold;
  line-height: 1;
  translate: -1rem 0;
  -webkit-transition: translate 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: translate 0.3s cubic-bezier(0, 0, 0.4, 1);
}
@media screen and (max-width: 767px) {
  .p-footer__navTextJa {
    font-size: 0.875rem;
  }
}

.p-footer__navTextEn {
  font-size: 0.875rem;
  font-family: "Rubik", sans-serif;
  -webkit-font-feature-settings: auto;
          font-feature-settings: auto;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  color: rgba(255, 255, 255, .4);
  margin-top: 0.625rem;
  line-height: 1.2142857143;
}
@media screen and (max-width: 767px) {
  .p-footer__navTextEn {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}

/* ========================================================
# ボタンリスト
======================================================== */
@media screen and (max-width: 767px) {
  .p-footer__btnList {
    margin-top: 2.5rem;
    margin-left: 0.25rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(9.125rem, 1fr));
    gap: 1.25rem 0.9375rem;
  }
}

.p-footer__btnItem:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__btnItem:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-footer__btnLink {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__btnLink {
    gap: 0.5rem;
  }
}

.p-footer__btnIcon {
  width: 2.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-footer__btnIcon {
    width: 1.5rem;
  }
}
.p-footer__btnIcon img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__btnText {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__btnText {
    font-size: 1rem;
  }
}

/* ========================================================
# sns
======================================================== */
.p-footer__middle {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__middle {
    margin-top: 3rem;
  }
}

.p-footer__snsList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__snsList {
    grid-template-columns: repeat(auto-fill, minmax(19.4375rem, 1fr));
  }
}

/* ========================================================
# 下部
======================================================== */
.p-footer__bottom {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 2.8125rem;
  }
}

.p-footer__bottomList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__bottomList {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 0.25rem;
  }
}

.p-footer__bottomItem {
  font-size: 0.875rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer__bottomItem {
    font-size: 0.75rem;
  }
}
.p-footer__bottomItem:nth-child(n+2) {
  padding-left: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__bottomItem:nth-child(n+2) {
    padding-left: 0;
    padding-top: 0.8125rem;
  }
}
.p-footer__bottomItem:nth-child(n+2)::before {
  content: "";
  display: block;
  width: 1px;
  height: 0.4375rem;
  background: url(../images/common/dot_line.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-footer__bottomItem:nth-child(n+2)::before {
    left: auto;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    top: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
    rotate: 90deg;
  }
}

.p-footer__bottomLink {
  opacity: 0.7;
}
@media (any-hover: hover) {
  .p-footer__bottomLink:hover {
    opacity: 1;
  }
}

.p-footer__copright {
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Rubik", sans-serif;
  -webkit-font-feature-settings: auto;
          font-feature-settings: auto;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .p-footer__copright {
    font-size: 0.75rem;
    line-height: 1.4;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 3.875rem;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: inherit;
  max-width: 87rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    height: 3.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* ========================================================
# ロゴ
======================================================== */
.p-header__logoWrap {
  margin-top: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__logoWrap {
    gap: 0.75rem;
    margin-top: 1.875rem;
  }
}

.p-header__logo {
  display: block;
  width: 10.6875rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 6.4375rem;
  }
}
.p-header__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 1;
  }
}

/* ========================================================
# 言語切り替え
======================================================== */
.p-header__lang {
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  line-height: 1.1666666667;
  color: #717173;
  display: inline-block;
  padding: 0.25rem 0.5625rem;
  border-radius: 2.5rem;
  border: 0.0625rem solid #717173;
  background-color: #fff;
}

/* ========================================================
# メニューボタン
======================================================== */
.p-header__menuWrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__menuWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    left: 50%;
    bottom: 1rem;
    translate: -50% 0;
    z-index: 102;
    gap: 0.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__menuBtn {
    width: 6.0625rem;
    height: 3.5rem;
    background-color: #155aa8;
    border-radius: 3.125rem;
    padding: 1.0625rem 2.25rem;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 0.25rem solid #f6f6f6;
    -webkit-box-shadow: 0 0 0.625rem rgba(21, 90, 168, .15);
            box-shadow: 0 0 0.625rem rgba(21, 90, 168, .15);
    -webkit-tap-highlight-color: transparent;
  }
  .p-header__menuBtn span {
    display: block;
    width: 1rem;
    height: 0.125rem;
    border-radius: 0.125rem;
    background-color: #fff;
    -webkit-transition: 0.3s all cubic-bezier(0, 0, 0.4, 1);
    transition: 0.3s all cubic-bezier(0, 0, 0.4, 1);
  }
  .p-header__menuBtn.is-active {
    -webkit-box-shadow: 0 0 0 rgba(21, 90, 168, 0);
            box-shadow: 0 0 0 rgba(21, 90, 168, 0);
  }
  .p-header__menuBtn.is-active span:nth-child(1) {
    -webkit-transform: translateY(0.375rem) rotate(45deg);
            transform: translateY(0.375rem) rotate(45deg);
  }
  .p-header__menuBtn.is-active span:nth-child(2) {
    opacity: 0;
  }
  .p-header__menuBtn.is-active span:nth-child(3) {
    -webkit-transform: translateY(-0.375rem) rotate(-45deg);
            transform: translateY(-0.375rem) rotate(-45deg);
  }
  .p-header__menuBtn.--entry {
    padding: 0.6875rem 0.8125rem;
    font-size: 0.875rem;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    background-color: #fff;
    color: #155aa8;
    line-height: 1.2142857143;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* ========================================================
# メニュー
======================================================== */
.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: block;
    height: auto;
    height: initial;
    position: fixed;
    width: 100%;
    max-width: 19.4375rem;
    bottom: -0.5rem;
    left: 50%;
    translate: -50% 0;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(21,90,168,0.15)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 0 0.625rem rgba(21, 90, 168, .15));
            filter: drop-shadow(0 0 0.625rem rgba(21, 90, 168, .15));
    z-index: 100;
    visibility: hidden;
    -webkit-transition: 0.3s all cubic-bezier(0, 0, 0.4, 1);
    transition: 0.3s all cubic-bezier(0, 0, 0.4, 1);
  }
  .p-header__nav.is-active {
    bottom: 0.5rem;
    visibility: visible;
  }
}

.p-header__navInner {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-header__navInner {
    display: block;
    -webkit-clip-path: inset(100% 50% 0 50% round 0.5rem);
            clip-path: inset(100% 50% 0 50% round 0.5rem);
    -webkit-transition: 0.3s all cubic-bezier(0, 0, 0.4, 1);
    transition: 0.3s all cubic-bezier(0, 0, 0.4, 1);
  }
  .p-header__navInner.is-active {
    -webkit-clip-path: inset(0 0 0 0 round 0.5rem);
            clip-path: inset(0 0 0 0 round 0.5rem);
  }
}

.p-header__navWrap {
  padding: 0.25rem;
  border-radius: 100vmax;
  background-color: #f6f6f6;
  position: relative;
  margin-top: 1.4375rem;
  height: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__navWrap {
    height: auto;
    height: initial;
    background-color: #f6f6f6;
    padding: 2rem 4rem 5.5rem;
    border-radius: 0.5rem;
    margin-top: 0;
    position: static;
  }
}

.p-header__navBg {
  display: block;
  width: 0;
  height: 2.25rem;
  position: absolute;
  bottom: 0.25rem;
  background-color: #ebf1f8;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  z-index: 1;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .p-header__navBg {
    display: none;
  }
}

.p-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__navList {
    display: block;
  }
}

.p-header__navItem {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-header__navItem:nth-child(n+2) {
    margin-top: 0.25rem;
  }
}
.p-header__navItem.current .p-header__navLink {
  background-color: #155aa8;
  color: #fff;
}

.p-header__navLink {
  display: block;
  padding: 0.6875rem 1rem;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 2;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .p-header__navLink {
    text-align: center;
    font-size: 0.9375rem;
    padding: 0.9375rem 1rem;
  }
}
@media (any-hover: hover) {
  .p-header__navLink:hover {
    opacity: 1;
    color: #155aa8;
  }
}

/* ========================================================
# ボタンリスト
======================================================== */
.p-header__btnList {
  background-color: #155aa8;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 0 0.5rem 0.5rem;
  margin-left: 8.3125rem;
}
@media screen and (max-width: 767px) {
  .p-header__btnList {
    margin-left: 0;
    height: auto;
    height: initial;
  }
}

.p-header__btnItem {
  position: relative;
}
.p-header__btnItem:nth-child(n+2) {
  padding-left: 0.0625rem;
}
.p-header__btnItem:nth-child(n+2)::before {
  content: "";
  width: 0.125rem;
  height: 1rem;
  background: url(../images/common/dot_line.svg) no-repeat center center/contain;
  position: absolute;
  top: calc(50% + 0.25rem);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-header__btnItem:nth-child(n+2)::before {
    top: 50%;
  }
}
.p-header__btnItem:first-child .p-header__btnLink {
  padding: 2rem 0.75rem 1.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__btnItem:first-child .p-header__btnLink {
    padding: 0.875rem 0.5rem 0.625rem 0.75rem;
  }
}
.p-header__btnItem:last-child .p-header__btnLink {
  padding: 2rem 1.25rem 1.5rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__btnItem:last-child .p-header__btnLink {
    padding: 0.875rem 0.75rem 0.625rem 0.5rem;
  }
}

.p-header__btnLink {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__btnLink {
    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;
    padding: 0.75rem 0.5rem;
    grid-template-columns: 1fr;
  }
}

.p-header__btnIcon {
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__btnText {
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-header__btnText {
    font-size: 0.625rem;
  }
}

.p-history {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-history {
    padding: 2.5rem 0;
  }
}

.p-history__inner {
  display: grid;
  grid-template-columns: 17.5rem 1fr;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-history__inner {
    display: block;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-history__boxList {
    margin-top: 2.5rem;
  }
}

.p-history__box {
  display: grid;
  grid-template-columns: auto 0.8125rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-history__box {
    gap: 0.375rem;
    grid-template-columns: auto 0.4375rem 1fr;
  }
}
.p-history__box::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #dcdcdc;
  position: absolute;
  top: 0;
  left: 6.4375rem;
}
@media screen and (max-width: 767px) {
  .p-history__box::before {
    left: 3.125rem;
  }
}

.p-history__box:nth-child(n+2) .p-history__list {
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-history__box:nth-child(n+2) .p-history__list {
    padding: 1rem 0;
  }
}
.p-history__box:nth-child(n+2) .p-history__circle {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-history__box:nth-child(n+2) .p-history__circle {
    margin-top: 1rem;
  }
}
.p-history__box:nth-child(n+2) .p-history__year {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-history__box:nth-child(n+2) .p-history__year {
    padding-top: 1.125rem;
  }
}

.p-history__box:last-child::before {
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-history__box:last-child::before {
    height: 1rem;
  }
}

.p-history__year {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Rubik", sans-serif;
  -webkit-font-feature-settings: auto;
          font-feature-settings: auto;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  color: #155aa8;
  display: block;
  min-width: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-history__year {
    font-size: 0.875rem;
    min-width: 2.5625rem;
    line-height: 1.7142857143;
  }
}

.p-history__circle {
  display: block;
  width: 0.8125rem;
  height: 1.8125rem;
  background: url(../images/common/parallax_circle1.webp) no-repeat center center/contain;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-history__circle {
    width: 0.4375rem;
    height: 1.5rem;
  }
}

.p-history__list {
  padding-bottom: 2rem;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  .p-history__list {
    padding-bottom: 1rem;
  }
}

.p-history__item {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-history__item {
    gap: 0.5rem;
  }
}

.p-history__item + .p-history__item {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-history__item + .p-history__item {
    margin-top: 0.5rem;
  }
}

.p-history__month {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.8;
  display: inline-block;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-history__month {
    font-size: 0.625rem;
    margin-top: 0.25rem;
  }
}

.p-history__num {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Rubik", sans-serif;
  -webkit-font-feature-settings: auto;
          font-feature-settings: auto;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  margin-right: 0.0625rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-history__num {
    font-size: 0.875rem;
  }
}

.p-history__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-history__text {
    font-size: 0.875rem;
  }
}

.p-job {
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-job {
    padding: 2.5rem 0;
  }
}

.p-job__list {
  border-top: 1px solid #DCDCDC;
}

.p-job__item {
  padding: 3.75rem 2rem;
  border-bottom: 1px solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .p-job__item {
    display: grid;
    padding: 2rem 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-job__head {
    display: contents;
  }
}

.p-job__body {
  display: grid;
  grid-template-columns: 1fr 18.375rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-job__body {
    display: contents;
  }
}

.p-job__title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-job__title {
    font-size: 1.25rem;
  }
}

.p-job__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #717173;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-job__text {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
}

.p-job__lead {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-job__lead {
    font-size: 0.875rem;
  }
}

.p-job__bodyList {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-job__bodyList {
    margin-top: 1rem;
    gap: 1rem;
  }
}

.p-job__bodyLink {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-job__bodyLink {
    grid-template-columns: 1.25rem 1fr;
  }
}

.p-job__bodyIcon {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-job__bodyText {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #155aa8;
}
@media screen and (max-width: 767px) {
  .p-job__bodyText {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-job__btn {
    margin-top: 2rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.p-job__btn .c-btn1 {
  width: 100%;
  min-width: 0;
  min-width: initial;
  padding: 1rem 0.875rem 1rem 1.5rem;
}
.p-job__btn .c-btn1__text {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-job__btn .c-btn1__text {
    font-size: 0.875rem;
  }
}
.p-job__btn .c-arrow {
  width: 2rem;
  border-width: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-job__btn .c-arrow {
    width: 1.5rem;
    border-width: 0.125rem;
  }
}
.p-job__btn .c-arrow::before, .p-job__btn .c-arrow::after {
  width: 0.5rem;
  height: 0.4375rem;
}

.p-links {
  padding: 3.75rem 0 10rem;
}

.p-links__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-links__list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.p-links__link {
  display: block;
  position: relative;
}
@media (any-hover: hover) {
  .p-links__link:hover {
    opacity: 1;
  }
  .p-links__link:hover .c-arrow {
    opacity: 1;
  }
  .p-links__link:hover .c-arrow::before {
    translate: 500% -50%;
    background-color: #fff;
  }
  .p-links__link:hover .c-arrow::after {
    translate: -50% -50%;
    background-color: #fff;
  }
}
.p-links__link[target=_blank] .c-arrow::before {
  -webkit-mask: url(../images/common/icon_blank_white.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_blank_white.svg) no-repeat center center/contain;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-links__link[target=_blank] .c-arrow::before {
    width: 1rem;
    height: 1rem;
  }
}

.p-links__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-links__btn {
    padding: 1.25rem 0.75rem;
  }
}
.p-links__btn .c-btn3__text {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-links__btn .c-btn3__text {
    font-size: 1.25rem;
  }
}
.p-links__btn .c-arrow {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .p-links__btn .c-arrow {
    width: 2.5rem;
  }
}
.p-links__btn .c-arrow::before, .p-links__btn .c-arrow::after {
  width: 1rem;
  height: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-links__btn .c-arrow::before, .p-links__btn .c-arrow::after {
    width: 0.8125rem;
    height: 0.6875rem;
  }
}

.p-links__bg {
  width: 100%;
  border-radius: 0.5rem;
  aspect-ratio: 394/526;
  position: relative;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .p-links__bg {
    aspect-ratio: 335/240;
  }
}
.p-links__bg::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51.44%, rgba(21, 90, 168, 0)), to(#155aa8));
  background: linear-gradient(180deg, rgba(21, 90, 168, 0) 51.44%, #155aa8 100%);
}
.p-links__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-links2 {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-links2 {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-links2__inner {
    padding: 0 2rem;
  }
}

.p-links2__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.125rem;
  border: 0.125rem solid #155aa8;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-links2__list {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }
}

.p-links2__item {
  padding: 0.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-links2__item {
    padding: 0;
  }
}
.p-links2__item:nth-child(odd) .c-arrow {
  rotate: 180deg;
}
@media screen and (max-width: 767px) {
  .p-links2__item:nth-child(odd) .c-arrow {
    rotate: 0deg;
  }
}
.p-links2__item:nth-child(even) .p-links2__link {
  padding: 2.125rem 2.5rem 2.125rem 3.5rem;
  grid-template-columns: 1fr 3rem;
}
@media screen and (max-width: 767px) {
  .p-links2__item:nth-child(even) .p-links2__link {
    padding: 0;
  }
}
.p-links2__item:nth-child(even) .p-links2__link .c-arrow {
  grid-area: 1/2/2/3;
}
.p-links2__item:nth-child(even) .p-links2__link .p-links2__text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-links2__item:nth-child(even) .p-links2__link .p-links2__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-links2__item:nth-child(even) .p-links2__link .p-links2__text2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-links2__item:nth-child(even)::before {
  position: absolute;
  display: block;
  content: "";
  height: calc(100% - 4.25rem);
  width: 0.125rem;
  background-color: rgba(21, 90, 168, .2);
  top: 2.125rem;
  left: -0.125rem;
  border-radius: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-links2__item:nth-child(n+2) {
    margin-top: 1rem;
    padding-top: 1rem;
  }
  .p-links2__item:nth-child(n+2)::before {
    height: 0.125rem;
    width: 100%;
    background-color: #ebf1f8;
    top: 0;
    left: 0;
    border-radius: 0.125rem;
  }
}

.p-links2__link {
  padding: 2.125rem 3.5rem 2.125rem 2.5rem;
  display: grid;
  grid-template-columns: 3rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-links2__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    gap: 0.25rem;
  }
}
@media (any-hover: hover) {
  .p-links2__link:hover {
    opacity: 1;
    background-color: #ebf1f8;
  }
  .p-links2__link:hover .c-arrow {
    opacity: 1;
  }
  .p-links2__link:hover .c-arrow::before {
    translate: 500% -50%;
    background-color: #155aa8;
  }
  .p-links2__link:hover .c-arrow::after {
    translate: -50% -50%;
    background-color: #155aa8;
  }
}
.p-links2__link .c-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-links2__text {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #155aa8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-links2__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.125rem;
    gap: 0.25rem;
  }
}

.p-links2__text2 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #155aa8;
  line-height: 1.2;
  font-family: "Rubik", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-links2__text2 {
    display: block;
    font-size: 0.75rem;
    line-height: 1.1666666667;
  }
}
.p-links2__text2::before {
  content: "";
  display: block;
  height: 0.125rem;
  background-color: rgba(21, 90, 168, .2);
  border-radius: 0.125rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-links2__text2::before {
    display: none;
  }
}

.p-member {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-member {
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-member__inner {
    padding: 0 2rem;
  }
}

.p-member__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-member__list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-member__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: 0 0;
}
@media screen and (max-width: 767px) {
  .p-member__item {
    display: block;
  }
}
.p-member__item:nth-child(n+4) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-member__item:nth-child(n+4) {
    margin-top: 0;
  }
}

.p-member__banner {
  margin-top: 10rem;
  max-width: 56.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-member__banner {
    margin-top: 5rem;
  }
}

.p-message {
  padding: 5rem 0 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding: 2.5rem 0 0.25rem;
  }
}

.p-message__container.--white {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-message__container.--white {
    padding: 3.5rem 0;
  }
}

.p-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    padding: 0 2rem;
  }
}

.p-message__body {
  margin-top: 7.6875rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-message__body {
    display: contents;
  }
}

.p-message__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    font-size: 0.875rem;
    margin-top: 2.5rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-message__btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-message__btn {
    text-align: center;
    margin-top: 1.5rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.p-message__img {
  width: 100%;
  max-width: 25.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-message__img {
    margin: 2.25rem auto 0;
    max-width: 100%;
    width: 87.1382636656%;
  }
}
.p-message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0.5rem 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-message__img img {
    border-radius: 0.25rem;
    aspect-ratio: 271/377;
  }
}

.p-mv {
  padding-top: 17rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 9.9375rem;
    padding-bottom: 6rem;
  }
}
.p-mv .p-mv__inner {
  max-width: 55.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv .p-mv__inner {
    max-width: 23.4375rem;
    padding: 0;
  }
}
.p-mv .p-mv__copy {
  position: relative;
  font-size: 6.25rem;
  font-weight: 600;
  line-height: 1.4;
  color: transparent;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  background: -webkit-gradient(linear, left top, right top, color-stop(39.35%, #155aa8), color-stop(45.26%, #60aafd), color-stop(52.41%, #60aafd), color-stop(57.31%, #ffffff));
  background: linear-gradient(90deg, #155aa8 39.35%, #60aafd 45.26%, #60aafd 52.41%, #ffffff 57.31%);
  background-position: 100% 50%;
  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (max-width: 767px) {
  .p-mv .p-mv__copy {
    white-space: nowrap;
    font-size: 2.8125rem;
    margin-left: 2.625rem;
  }
}
.p-mv .p-mv__copy .ls {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-mv .p-mv__copy .ls {
    letter-spacing: 0.06em;
  }
}
.p-mv .p-mv__text {
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 3.5625rem;
  translate: 0 2.5rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-mv .p-mv__text {
    font-size: 0.875rem;
    width: 18.3125rem;
    margin: 2.5rem auto 0;
  }
}
.p-mv .p-mv__btn {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-mv .p-mv__btn {
    margin-top: 2.5rem;
    padding: 0 2rem;
  }
}
.p-mv .p-mv__parallax {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  mix-blend-mode: multiply;
}
.p-mv .p-mv__parallax img,
.p-mv .p-mv__parallax video {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}
.p-mv .p-mv__parallaxImg1 {
  width: 106.25rem;
  top: -25.0625rem;
  left: calc(50% - 20rem);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
  -webkit-filter: blur(0.125rem);
          filter: blur(0.125rem);
}
@media screen and (max-width: 767px) {
  .p-mv .p-mv__parallaxImg1 {
    width: 43.75rem;
    top: -6.25rem;
    left: calc(50% - 13.75rem);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="1" /></filter></svg>#filter');
    -webkit-filter: blur(0.0625rem);
            filter: blur(0.0625rem);
  }
}
.p-mv .p-mv__parallaxImg2 {
  width: 53.0625rem;
  top: 40vh;
  left: calc(50% - 66.875rem);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="1" /></filter></svg>#filter');
  -webkit-filter: blur(0.0625rem);
          filter: blur(0.0625rem);
}
@media screen and (max-width: 767px) {
  .p-mv .p-mv__parallaxImg2 {
    width: 13.125rem;
    top: 20.125rem;
    left: calc(50% - 16.875rem);
    -webkit-filter: initial;
            filter: initial;
  }
}
.p-mv .p-mv__parallaxImg3 {
  width: 78.125rem;
  top: 50vh;
  left: calc(50% - 3.125rem);
}
@media screen and (max-width: 767px) {
  .p-mv .p-mv__parallaxImg3 {
    width: 37.5rem;
    top: 28rem;
    left: calc(50% - 8.125rem);
  }
}
.p-mv .p-mv__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  translate: -50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  max-width: 75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv .p-mv__scroll {
    opacity: 0;
  }
}
.p-mv .p-mv__scrollText {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #155aa8;
  font-family: "Rubik", sans-serif;
  -webkit-font-feature-settings: auto;
          font-feature-settings: auto;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  display: block;
}
.p-mv .p-mv__scrollIcon {
  display: block;
  width: 0.625rem;
  height: 0.5625rem;
  position: relative;
  overflow: clip;
  --beforeY: -50%;
  --afterY: -500%;
}
.p-mv .p-mv__scrollIcon::before, .p-mv .p-mv__scrollIcon::after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.5625rem;
  -webkit-mask: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
  background-color: #155aa8;
  position: absolute;
  top: 50%;
  left: 50%;
  rotate: 90deg;
}
.p-mv .p-mv__scrollIcon::before {
  translate: -50% var(--beforeY);
  -webkit-transition: none;
  transition: none;
}
.p-mv .p-mv__scrollIcon::after {
  translate: -50% var(--afterY);
  -webkit-transition: none;
  transition: none;
}

.p-newsList {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-newsList {
    padding-bottom: 6.25rem;
  }
}

.p-newsList__wrap {
  display: grid;
  grid-template-columns: 13.9375rem 1fr;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-newsList__wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.p-newsList__sidebarWrap {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-newsList__sidebarWrap {
    z-index: 1;
    position: relative;
    display: block;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .p-newsList__sidebarWrap.is-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

.p-newsList__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
  row-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-newsList__items {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ========================================================
# Pager
======================================================== */
.p-newsList__pager {
  margin-top: 5rem;
  justify-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-newsList__pager {
    margin-top: 2.5rem;
    justify-items: center;
  }
}
.p-newsList__pager:not(:has(span)) {
  margin-top: 0;
}

.p-outline {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-outline {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.p-outline .p-outline__inner {
  display: grid;
  grid-template-columns: 250fr 900fr;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-outline .p-outline__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 0 2rem;
  }
}
.p-outline .p-outline__item {
  display: grid;
  grid-template-columns: 296fr 596fr;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-outline .p-outline__item {
    grid-template-columns: 80fr 227fr;
    gap: 0.25rem;
  }
}
.p-outline .p-outline__item:first-child .p-outline__itemTitle {
  border-top: 1px solid #155aa8;
}
.p-outline .p-outline__item:first-child .p-outline__itemText {
  border-top: 1px solid #dcdcdc;
}
.p-outline .p-outline__itemTitle {
  padding: 2rem 0;
  border-bottom: 1px solid #155aa8;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-outline .p-outline__itemTitle {
    padding: 1.8125rem 0;
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .p-outline .p-outline__itemTitle.--p20 {
    padding: 1.25rem 0;
  }
}
.p-outline .p-outline__itemText {
  padding: 2rem 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-outline .p-outline__itemText {
    padding: 1.5rem 0;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
}
.p-outline .p-outline__itemText span {
  display: inline-block;
}
.p-outline .p-outline__map {
  margin-top: 2rem;
  border-radius: 0.5rem;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .p-outline .p-outline__map {
    margin-top: 1.5rem;
    border-radius: 0.25rem;
  }
}
.p-outline .p-outline__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 900/362;
}
.p-outline .p-outline__map + .p-outline__list {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-outline .p-outline__map + .p-outline__list {
    margin-top: 0;
  }
}
.p-outline .p-outline__map + .p-outline__list .p-outline__item:first-child .p-outline__itemTitle {
  border-top: none;
}
.p-outline .p-outline__map + .p-outline__list .p-outline__item:first-child .p-outline__itemText {
  border-top: none;
}

.p-philosophy {
  padding-top: 1.5rem;
  padding-bottom: 12.5rem;
  position: relative;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .p-philosophy {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}

.p-philosophy__inner {
  display: grid;
  grid-template-columns: 17.5rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 2.9375rem;
  }
}

.p-philosophy__inner:not(:has(.p-philosophy__title))::before {
  content: "";
}
@media screen and (max-width: 767px) {
  .p-philosophy__inner:not(:has(.p-philosophy__title))::before {
    content: none;
  }
}

.p-philosophy__title {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__title {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-philosophy__body {
    margin-top: 2rem;
  }
}

.p-philosophy__lead {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-philosophy__lead {
    font-size: 2rem;
  }
}

.p-philosophy__text {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__text {
    margin-top: 2rem;
    font-size: 0.875rem;
  }
}

.p-philosophy__text + .p-philosophy__text {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__text + .p-philosophy__text {
    margin-top: 0.5rem;
  }
}

.p-philosophy__bg {
  width: 21.3125rem;
  height: 17.125rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
  -webkit-filter: blur(0.125rem);
          filter: blur(0.125rem);
  opacity: 0.7;
  position: absolute;
  top: 15.625rem;
  left: calc(50% - 43.75rem);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-philosophy__bg {
    width: 10.75rem;
    height: 8.625rem;
    top: 19.375rem;
    left: -3.1875rem;
  }
}

.p-philosophy__circle {
  width: 7.1875rem;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: 0.4375rem;
  left: calc(50% + 32.1875rem);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4" /></filter></svg>#filter');
  -webkit-filter: blur(0.25rem);
          filter: blur(0.25rem);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-philosophy__circle {
    width: 4.1875rem;
    left: auto;
    left: initial;
    right: 1.875rem;
    bottom: 0;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
    -webkit-filter: blur(0.125rem);
            filter: blur(0.125rem);
  }
}

.p-philosophy:not(:has(.p-philosophy__title)) {
  padding-top: 0;
}
.p-philosophy:not(:has(.p-philosophy__title)) .p-philosophy__inner::before {
  content: "";
}
@media screen and (max-width: 767px) {
  .p-philosophy:not(:has(.p-philosophy__title)) .p-philosophy__inner::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy:not(:has(.p-philosophy__title)) .p-philosophy__body {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy:not(:has(.p-philosophy__title)) .p-philosophy__lead {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-philosophy.--service {
    padding-bottom: 7.5rem;
  }
}
.p-philosophy.--service .p-philosophy__bg {
  top: 11.6875rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy.--service .p-philosophy__bg {
    top: auto;
    bottom: 0;
  }
}

.p-privacy {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding-top: 3rem;
    padding-bottom: 6.25rem;
  }
}

.p-privacy__inner {
  max-width: 67.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__inner {
    padding: 0 2rem;
  }
}

.p-recommend {
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding: 2.5rem 0;
  }
}

.p-recommend__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 2rem;
  padding: 2rem;
  background-color: #EBF1F8;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recommend__list {
    padding: 1.5rem 0.75rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.p-recommend__item {
  display: grid;
  grid-template-rows: auto 1fr;
}

.p-recommend__item:first-child {
  grid-column: 1/4;
}
@media screen and (max-width: 767px) {
  .p-recommend__item:first-child {
    grid-column: initial;
  }
}

.p-recommend__itemHead {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recommend__itemHead {
    gap: 0.375rem;
  }
}

.p-recommend__itemIcon {
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-recommend__itemIcon {
    width: 1.25rem;
  }
}

.p-recommend__itemLead {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #155aa8;
}
@media screen and (max-width: 767px) {
  .p-recommend__itemLead {
    font-size: 1rem;
  }
}

.p-recommend__itemBox {
  padding: 1.5rem 2.125rem;
  background-color: #fff;
  border-radius: 0.25rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recommend__itemBox {
    margin-top: 0.75rem;
    padding: 1rem 1.5rem;
  }
}

.p-recommend__itemText {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-recommend__itemText {
    font-size: 0.875rem;
  }
}

li.p-recommend__itemText {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
}
li.p-recommend__itemText::before {
  content: "・";
}

li.p-recommend__itemText + li.p-recommend__itemText {
  margin-top: 0.75rem;
}

.p-recruit {
  position: relative;
  padding-top: 14.25rem;
  padding-bottom: 12.5rem;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
  }
}

.p-recruit__container {
  position: relative;
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  min-height: 40.25rem;
}

.p-recruit__inner {
  display: grid;
  grid-template-columns: 43.375rem 1fr;
  gap: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__inner {
    display: block;
  }
}
.p-recruit__inner::after {
  content: "";
}
@media screen and (max-width: 767px) {
  .p-recruit__inner::after {
    display: none;
  }
}

.p-recruit__body {
  min-width: 43.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__body {
    min-width: 0;
    min-width: initial;
    width: 100%;
    padding: 0 1.75rem;
    margin: 0 auto;
  }
}

.p-recruit__text {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 1330px) {
  .p-recruit__text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__text {
    font-size: 0.875rem;
  }
}

.p-recruit__text + .p-recruit__text {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__text + .p-recruit__text {
    margin-top: 0.5rem;
  }
}

.p-recruit__img {
  max-width: 34.8125rem;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0.875rem;
  aspect-ratio: 557/644;
}
@media screen and (max-width: 767px) {
  .p-recruit__img {
    min-width: 100%;
    max-width: 100%;
    position: relative;
    inset: initial;
    margin-top: 4rem;
  }
}
.p-recruit__img img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 18.875rem;
  aspect-ratio: 302/305;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__img img:nth-child(1) {
    width: 54.0298507463%;
    border-radius: 0.25rem;
  }
}
.p-recruit__img img:nth-child(2) {
  position: absolute;
  top: 11.75rem;
  right: 0;
  width: 15.1875rem;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__img img:nth-child(2) {
    width: 43.5820895522%;
    border-radius: 0.25rem;
    top: 33.7313432836%;
  }
}
.p-recruit__img img:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 3.125rem;
  width: 15.75rem;
  aspect-ratio: 252/327;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__img img:nth-child(3) {
    width: 45.0746268657%;
    border-radius: 0.25rem;
    left: 8.9552238806%;
  }
}

.p-recruit__parallax1 {
  width: 14.6875rem;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4" /></filter></svg>#filter');
  -webkit-filter: blur(4px);
          filter: blur(4px);
  position: absolute;
  top: 7.5625rem;
  left: calc(50% + 31.25rem);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-recruit__parallax1 {
    width: 9.375rem;
    top: 30.625rem;
    left: auto;
    left: initial;
    right: -3.1875rem;
  }
}

.p-recruit__parallax2 {
  width: 7.375rem;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
  -webkit-filter: blur(2px);
          filter: blur(2px);
  position: absolute;
  top: 20.125rem;
  left: calc(50% - 50rem);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-recruit__parallax2 {
    width: 4.4375rem;
    top: 1.0625rem;
    left: -1.9375rem;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4" /></filter></svg>#filter');
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
}

.p-recruit__parallax3 {
  width: 26.5rem;
  height: 14.9375rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4" /></filter></svg>#filter');
  -webkit-filter: blur(4px);
          filter: blur(4px);
  position: absolute;
  bottom: 3.375rem;
  left: calc(50% - 3.125rem);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-recruit__parallax3 {
    width: 16.9375rem;
    height: 9.5rem;
    bottom: -0.6875rem;
    left: -6.375rem;
  }
}

.p-recruitAbout {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitAbout__inner {
    padding: 0 1rem 0 2rem;
  }
}

.p-recruitAbout__img {
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__img {
    padding-right: 1rem;
  }
}
.p-recruitAbout__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 900/360;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__img img {
    aspect-ratio: 311/125;
    border-radius: 0.25rem;
  }
}

.p-recruitAbout__lead {
  font-size: 3.25rem;
  font-weight: bold;
  line-height: 1.4;
  color: #155aa8;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__lead {
    margin-top: 1.5rem;
    font-size: 1.75rem;
  }
}

.p-recruitAbout__bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__bottom {
    display: block;
    margin-top: 1.5rem;
    padding-right: 1rem;
  }
}

.p-recruitAbout__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitAbout__btn {
    margin-top: 2rem;
    text-align: center;
  }
}

.p-recruitAbout__lead2 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  color: #155aa8;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__lead2 {
    margin-top: 4rem;
    font-size: 1.125rem;
    padding-right: 1rem;
  }
}

.p-recruitAbout__text2 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__text2 {
    font-size: 0.875rem;
    padding-right: 1rem;
  }
}

.p-recruitAbout__img2 {
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__img2 {
    padding-right: 1rem;
  }
}
.p-recruitAbout__img2 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 900/360;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__img2 img {
    aspect-ratio: 311/529;
    border-radius: 0.25rem;
  }
}

.p-recruitAbout__note {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #717173;
  display: block;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__note {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    padding-right: 1rem;
  }
}

.p-recruitAbout__iframe {
  width: 100%;
  margin-top: 7.5rem;
  border-radius: 0.5rem;
  position: relative;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__iframe {
    margin-top: 4rem;
    border-radius: 0.25rem;
    padding-right: 1rem;
  }
}
.p-recruitAbout__iframe iframe {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 900/508;
}
@media screen and (max-width: 767px) {
  .p-recruitAbout__iframe iframe {
    aspect-ratio: 311/175;
  }
}

.p-recruitCta {
  position: relative;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .p-recruitCta {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-recruitCta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.5625rem;
}
@media screen and (max-width: 767px) {
  .p-recruitCta__inner {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 2rem;
    gap: 2.5rem;
  }
}

.p-recruitCta__body {
  max-width: 35.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruitCta__body {
    max-width: 100%;
  }
}

.p-recruitCta__text {
  font-size: 2rem;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-recruitCta__text {
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }
}

.p-recruitCta__btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-recruitCta__btn {
    margin-top: 2rem;
  }
}

.p-recruitCta__img {
  max-width: 31.375rem;
  width: 100%;
  height: 100%;
  aspect-ratio: 502/553;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruitCta__img {
    max-width: 100%;
    width: 90.0321543408%;
    margin: 0 auto;
  }
}
.p-recruitCta__img img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 58.5657370518%;
  aspect-ratio: 340/343;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitCta__img img:nth-child(1) {
    width: 57.1428571429%;
    border-radius: 0.25rem;
  }
}
.p-recruitCta__img img:nth-child(2) {
  position: absolute;
  top: 28.9330922242%;
  right: 0;
  width: 39.8406374502%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitCta__img img:nth-child(2) {
    width: 41.4285714286%;
    border-radius: 0.25rem;
    top: 29.1428571429%;
  }
}
.p-recruitCta__img img:nth-child(3) {
  position: absolute;
  bottom: 0%;
  left: 20.1195219124%;
  width: 38.4462151394%;
  aspect-ratio: 244/316;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitCta__img img:nth-child(3) {
    width: 41.4285714286%;
    border-radius: 0.25rem;
    left: 16.077170418%;
    bottom: -2%;
  }
}

.p-recruitCta__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-recruitCta__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 767px) {
  .p-recruitCta__bg img {
    -o-object-position: top;
       object-position: top;
  }
}
.p-recruitCta__bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 90, 168, .75)), color-stop(68.27%, rgba(21, 90, 168, .75)));
  background: linear-gradient(180deg, rgba(21, 90, 168, .75) 0%, rgba(21, 90, 168, .75) 68.27%);
}
@media screen and (max-width: 767px) {
  .p-recruitCta__bg::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(31.25%, rgba(21, 90, 168, .8)), color-stop(45.19%, #155AA8));
    background: linear-gradient(180deg, rgba(21, 90, 168, .8) 31.25%, #155AA8 45.19%);
  }
}

.p-recruitMv {
  position: relative;
  overflow: hidden;
  height: 100vh;
  /* ========================================================
  # Slide
  ======================================================== */
}
@media screen and (max-width: 767px) {
  .p-recruitMv {
    height: auto;
  }
}
.p-recruitMv .p-recruitMv__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.125rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruitMv .p-recruitMv__container {
    grid-template-columns: 1fr;
  }
}
.p-recruitMv .splide.is-initialized {
  height: 100%;
}
.p-recruitMv .splide.is-initialized .splide__track {
  height: 100%;
}
.p-recruitMv .splide.is-initialized .splide__slide.is-active .p-recruitMv__img {
  -webkit-clip-path: inset(0 0 0 0%);
          clip-path: inset(0 0 0 0%);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.p-recruitMv .splide.is-initialized .splide__slide.is-active .p-recruitMv__img img {
  scale: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.p-recruitMv .splide.is-initialized .splide__slide {
  opacity: 1;
}
.p-recruitMv .splide.is-initialized .p-recruitMv__img {
  width: 100%;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.6, 0, 0.4, 1);
  transition: -webkit-clip-path 1s cubic-bezier(0.6, 0, 0.4, 1);
  transition: clip-path 1s cubic-bezier(0.6, 0, 0.4, 1);
  transition: clip-path 1s cubic-bezier(0.6, 0, 0.4, 1), -webkit-clip-path 1s cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  position: relative;
  height: 100%;
}
.p-recruitMv .splide.is-initialized .p-recruitMv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 719/800;
  scale: 1.05;
  -webkit-transition: scale 1s cubic-bezier(0.6, 0, 0.4, 1);
  transition: scale 1s cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
@media screen and (max-width: 767px) {
  .p-recruitMv .splide.is-initialized .p-recruitMv__img img {
    aspect-ratio: 376/260;
  }
}
.p-recruitMv .splide.is-initialized .p-recruitMv__img.--mask::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: #155aa8;
  z-index: 1;
  -webkit-animation: mask 1s cubic-bezier(0.6, 0, 0.4, 1) forwards 0.5s;
          animation: mask 1s cubic-bezier(0.6, 0, 0.4, 1) forwards 0.5s;
}
.p-recruitMv .splide.is-initialized .p-recruitMv__img.--mask img {
  -webkit-animation: scale 1s cubic-bezier(0.6, 0, 0.4, 1) forwards 0.5s;
          animation: scale 1s cubic-bezier(0.6, 0, 0.4, 1) forwards 0.5s;
}
@-webkit-keyframes mask {
  0% {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}
@keyframes mask {
  0% {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}
@-webkit-keyframes scale {
  0% {
    scale: 1.05;
  }
  100% {
    scale: 1;
  }
}
@keyframes scale {
  0% {
    scale: 1.05;
  }
  100% {
    scale: 1;
  }
}
.p-recruitMv .p-recruitMv__wrapper {
  padding: 4.5625rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-recruitMv .p-recruitMv__wrapper {
    padding: 3.875rem 0 5.125rem;
    position: relative;
    inset: initial;
    margin-top: -8.75rem;
  }
}
.p-recruitMv .p-recruitMv__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 102, 212, 0)), color-stop(71.63%, #0063d2));
  background: linear-gradient(180deg, rgba(4, 102, 212, 0) 0%, #0063d2 71.63%);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-recruitMv .p-recruitMv__wrapper::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMv .p-recruitMv__spBg {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-rows: auto 1fr;
  }
  .p-recruitMv .p-recruitMv__spBg::before {
    content: "";
    display: block;
    width: 100%;
    height: 8.6875rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 102, 212, 0)), color-stop(60.58%, #0557b4));
    background: linear-gradient(180deg, rgba(4, 102, 212, 0) 0%, #0557b4 60.58%);
    mix-blend-mode: multiply;
  }
  .p-recruitMv .p-recruitMv__spBg::after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    background-color: #155aa8;
    mix-blend-mode: multiply;
  }
}
.p-recruitMv .p-recruitMv__inner {
  max-width: 86.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-recruitMv .p-recruitMv__inner {
    padding: 0;
  }
}
.p-recruitMv .p-recruitMv__copy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-recruitMv .p-recruitMv__sub {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Rubik", sans-serif;
  -webkit-font-feature-settings: auto;
          font-feature-settings: auto;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  color: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitMv .p-recruitMv__sub {
    display: none;
  }
}
.p-recruitMv .p-recruitMv__sub::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  margin-top: 0.5625rem;
}
.p-recruitMv .p-recruitMv__main {
  font-size: 5.0625rem;
  font-weight: 600;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .p-recruitMv .p-recruitMv__main {
    font-size: 4.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMv .p-recruitMv__main {
    font-size: 2.1875rem;
    letter-spacing: 0.07em;
    line-height: 1.4571428571;
    text-align: center;
    translate: 0.5625rem 0;
    white-space: normal;
  }
}
.p-recruitMv .p-recruitMv__main span {
  letter-spacing: 0.12em;
  display: inline-block;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruitMv .p-recruitMv__main span {
    letter-spacing: 0.15em;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-recruitMv .p-recruitMv__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  max-width: 60.375rem;
  width: 100%;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-recruitMv .p-recruitMv__list {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-top: 2rem;
    padding: 0 2rem;
  }
}
.p-recruitMv .p-recruitMv__item .c-btn1 {
  width: 100%;
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruitMv .p-recruitMv__item .c-btn1 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.p-recruitMv .p-recruitMv__scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  translate: -50% 0;
  z-index: 10;
  max-width: 86.5rem;
  padding: 0 1.25rem;
}
.p-recruitMv .p-recruitMv__bread {
  position: absolute;
  top: 7rem;
  left: 50%;
  translate: -50% 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-recruitMv .p-recruitMv__bread {
    top: 4.875rem;
  }
}
.p-recruitMv .p-recruitMv__bread .c-breadcrumb {
  background-color: rgba(255, 255, 255, .7);
  padding: 0.25rem;
  border-radius: 0.25rem;
}
.p-recruitMv .p-recruitMv__bread .c-breadcrumb > *:last-child {
  padding-right: 0;
}

.p-related {
  padding-top: 3.75rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-related {
    padding-top: 1.875rem;
    padding-bottom: 6.25rem;
  }
}

.p-related__wrap {
  padding-top: 2.5rem;
  border-top: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  .p-related__wrap {
    display: grid;
    padding-top: 3.75rem;
  }
}

.p-related__top {
  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: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-related__top {
    display: contents;
  }
}

.p-related__title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-related__title {
    font-size: 1.25rem;
  }
}

.p-related__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-related__btn {
    margin-top: 2rem;
    text-align: right;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-related__list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-related__list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 2rem;
  }
}

.p-service {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    margin-top: -2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-service__list {
    display: block;
  }
}

.p-service__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
@media screen and (max-width: 767px) {
  .p-service__item {
    display: block;
  }
}
.p-service__item:nth-child(n+3) {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__item:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service__item:nth-child(n+2) {
    margin-top: 3.75rem;
  }
}

.p-service__img {
  width: 27.4375rem;
  height: auto;
  aspect-ratio: 439/240;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-service__img {
    width: 100%;
  }
}

.p-service__logo {
  height: 2.5rem;
  width: auto;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-service__logo {
    height: 2rem;
  }
}

.p-service__text {
  margin-top: 2rem;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    font-size: 0.875rem;
    padding: 0 0.75rem;
  }
}

.p-service__btnList {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-service__btnList {
    grid-template-columns: 1fr;
    padding: 0 0.75rem;
  }
}
.p-service__btnList:has(.p-service__btnItem:nth-child(3)) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-service__btnItem {
  width: calc(50% - 0.5rem);
}
@media screen and (max-width: 767px) {
  .p-service__btnItem {
    width: 100%;
  }
}

.p-service2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.c-title2 + .p-service2__list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-title2 + .p-service2__list {
    margin-top: 2.25rem;
  }
}

.p-service2__item {
  padding: 3.5rem 2rem;
  border-top: 1px solid #DCDCDC;
  display: grid;
  grid-template-columns: 16.75rem 1fr 20.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-service2__item {
    grid-template-columns: 1fr;
    padding: 2rem 0.75rem;
  }
}
.p-service2__item:not(:has(.p-service2__img)) {
  grid-template-columns: 1fr 20.875rem;
}
@media screen and (max-width: 767px) {
  .p-service2__item:not(:has(.p-service2__img)) {
    grid-template-columns: 1fr;
  }
}
.p-service2__item:not(:has(.p-service2__img)) .p-service2__body {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-service2__item:not(:has(.p-service2__img)) .p-service2__body {
    margin-top: 0;
  }
}
.p-service2__item:last-child {
  border-bottom: 1px solid #DCDCDC;
}

.p-service2__img {
  background-color: #EBF1F8;
  border-radius: 0.5rem;
  overflow: clip;
  aspect-ratio: 268/88;
  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;
}
@media screen and (max-width: 767px) {
  .p-service2__img {
    border-radius: 0.3125rem;
    aspect-ratio: 311/88;
  }
}
.p-service2__img img {
  aspect-ratio: 213/26;
  width: 79.4776119403%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-service2__img img {
    width: 68.1672025723%;
  }
}

.p-service2__body {
  margin-left: 2rem;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-service2__body {
    font-size: 0.875rem;
    margin-left: 0;
    margin-top: 0.75rem;
  }
}

.p-service2__btn {
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service2__btn {
    margin-left: 0;
    margin-top: 2rem;
  }
}

.p-service2.--inquiry {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-service2.--inquiry {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.p-service2.--inquiry:nth-child(1 of .p-service2.--inquiry) {
  padding-top: 0;
}
.p-service2.--inquiry:nth-last-child(1 of .p-service2.--inquiry) {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-service2.--inquiry:nth-last-child(1 of .p-service2.--inquiry) {
    padding-bottom: 6.25rem;
  }
}

/* ========================================================
# Sidebar
======================================================== */
@media screen and (max-width: 767px) {
  .p-sidebar {
    position: fixed;
    bottom: 5rem;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 30;
    padding: 0 1.25rem;
  }
}

/* ========================================================
# Accordion
======================================================== */
.p-sidebar__inner {
  position: sticky;
  top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-sidebar__inner {
    position: relative;
    inset: initial;
    min-width: 20.9375rem;
    border: 2px solid #155aa8;
    border-radius: 0.5rem;
    background-color: #fff;
  }
}

.p-sidebar__head {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-sidebar__head {
    display: block;
  }
}

.p-sidebar__head.is-active .p-sidebar__arrow {
  rotate: 270deg;
}

@media screen and (max-width: 767px) {
  .p-sidebar__head {
    display: inline-grid;
    grid-template-columns: auto 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 1.5rem;
    width: 100%;
  }
}

.p-sidebar__icon {
  width: 1.5rem;
  aspect-ratio: 1;
  display: block;
  background: url(../images/common/icon_search.svg) no-repeat center center/contain;
}

.p-sidebar__arrow {
  width: 0.375rem;
  height: 0.4375rem;
  display: block;
  -webkit-mask: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
  background-color: #155aa8;
  rotate: 90deg;
  -webkit-transition: rotate 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: rotate 0.3s cubic-bezier(0, 0, 0.4, 1);
}

.p-sidebar__title {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #155aa8;
  display: block;
  text-align: left;
  padding: 0 0.5rem;
}

/* ========================================================
# Category Area
======================================================== */
.p-sidebar__wrap {
  padding: 1.5rem 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  .p-sidebar__wrap {
    display: none;
    padding: 1rem 0 0;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-sidebar__list {
    height: 9.5rem;
    overflow-y: scroll;
  }
}

/* SimpleBar*/
@media screen and (max-width: 767px) {
  .p-sidebar__list .simplebar-scrollbar {
    background-color: #155aa8 !important;
    border-radius: 0.8125rem;
  }
}
.p-sidebar__list .simplebar-track {
  background-color: #dcdcdc;
}
.p-sidebar__list .simplebar-track.simplebar-vertical {
  width: 0.125rem;
}

.p-sidebar__item {
  will-change: height;
}

.p-sidebar__item:nth-child(n+2) {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-sidebar__item:last-child {
    padding-bottom: 1rem;
  }
}

.p-sidebar__link {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -webkit-transition: color 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: color 0.3s cubic-bezier(0, 0, 0.4, 1);
}
@media screen and (max-width: 767px) {
  .p-sidebar__link {
    text-align: left;
  }
}
@media (any-hover: hover) {
  .p-sidebar__link:hover {
    opacity: 1;
    color: #155aa8;
  }
}

.p-sidebar__link.is-active {
  color: #155aa8;
}
.p-sidebar__link.is-active span {
  background-color: #dbe7f5;
}
.p-sidebar__link.is-active span::before {
  opacity: 1;
}

.p-sidebar__link span {
  width: 1.75rem;
  aspect-ratio: 1;
  display: block;
  border-radius: 50%;
  background-color: #f6f6f6;
  display: grid;
  place-items: center;
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: background-color 0.3s cubic-bezier(0, 0, 0.4, 1);
}
.p-sidebar__link span::before {
  content: "";
  display: block;
  width: 0.75rem;
  aspect-ratio: 1;
  background: url(../images/common/title_dot.webp) no-repeat center center/contain;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.4, 1);
}

.p-sidebar__moreBtn {
  display: none;
}

.p-sidebar__moreBtnInner {
  padding: 0.5rem 1rem;
  border: 2px solid #155aa8;
  border-radius: 2.375rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 7.375rem;
  min-height: 2.125rem;
  margin-top: 1rem;
  background-color: #fff;
}

.p-sidebar__moreBtn.is-active .p-sidebar__moreIcon::after {
  rotate: 180deg;
  opacity: 0;
}
.p-sidebar__moreBtn.is-active .p-sidebar__moreText:first-child {
  translate: 0 -100%;
}
.p-sidebar__moreBtn.is-active .p-sidebar__moreText:last-child {
  translate: 0 0;
}

.p-sidebar__moreIcon {
  width: 0.75rem;
  aspect-ratio: 1;
  position: relative;
  display: block;
}
.p-sidebar__moreIcon::before, .p-sidebar__moreIcon::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #155aa8;
  border-radius: 100vmax;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-sidebar__moreIcon::after {
  rotate: 90deg;
  -webkit-transition: rotate 0.3s cubic-bezier(0, 0, 0.4, 1), opacity 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: rotate 0.3s cubic-bezier(0, 0, 0.4, 1), opacity 0.3s cubic-bezier(0, 0, 0.4, 1);
}

.p-sidebar__moreTextArea {
  position: relative;
  overflow: clip;
  display: block;
}

.p-sidebar__moreText {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #155aa8;
  display: block;
  -webkit-transition: translate 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: translate 0.3s cubic-bezier(0, 0, 0.4, 1);
  will-change: translate;
}

.p-sidebar__moreText + .p-sidebar__moreText {
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 100%;
}

.p-single {
  padding-top: 3.6875rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-single {
    padding-top: 2.5rem;
    padding-bottom: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-single__inner {
    padding: 0 2rem;
  }
}

.p-single__wrap {
  max-width: 56.6875rem;
  width: 100%;
  margin-left: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-single__wrap {
    margin-left: 0;
  }
}

/* ========================================================
# Header
======================================================== */
.p-single__header {
  display: grid;
  grid-template-columns: 3.625rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .p-single__header {
    display: block;
  }
}
.p-single__header::before {
  content: "";
}
@media screen and (max-width: 767px) {
  .p-single__header::before {
    content: none;
  }
}

.p-single__meta {
  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: 0.625rem;
}

.p-single__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}

.p-single__category a {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1875;
  color: #155aa8;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__category a {
    font-size: 0.8125rem;
    gap: 0.25rem;
  }
}
.p-single__category a::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background: url(../images/common/title_dot.webp) no-repeat center center/contain;
  border-radius: 50%;
}

.p-single__date {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  -webkit-font-feature-settings: auto;
          font-feature-settings: auto;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  line-height: 1.2142857143;
  color: #717173;
  display: block;
}

.p-single__title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}

.p-single__contents {
  display: grid;
  grid-template-columns: 3.625rem 1fr;
  gap: 3.0625rem;
  margin-top: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-single__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-top: 1rem;
  }
}

/* ========================================================
# Sns
======================================================== */
@media screen and (max-width: 767px) {
  .p-single__sns {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-single__snsInner {
  position: sticky;
  top: 6.25rem;
  background-color: #f6f6f6;
  border-radius: 0.5rem;
  padding: 1rem 0.5rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__snsInner {
    position: relative;
    inset: initial;
    padding: 0.5rem;
    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: 1rem;
  }
}

.p-single__snsTitle {
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  -webkit-font-feature-settings: auto;
          font-feature-settings: auto;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  line-height: 14/12;
  color: #717173;
  display: block;
  text-align: center;
}
.p-single__snsList {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__snsList {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.25rem;
  }
}

.p-single__snsItem:nth-child(n+2) {
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__snsItem:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-single__snsLink {
  width: 100%;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 0.25rem;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-single__snsLink {
    width: 2.625rem;
  }
}
.p-single__snsLink img {
  width: 1.5rem;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ========================================================
# Main
======================================================== */
.p-single__main {
  max-width: 50rem;
  width: 100%;
}

.p-single__eyecatch {
  width: 100%;
  position: relative;
  overflow: clip;
  border-radius: 0.5rem;
  aspect-ratio: 800/419;
  -webkit-box-shadow: 0px 0px 0.625rem rgba(21, 90, 168, .15);
          box-shadow: 0px 0px 0.625rem rgba(21, 90, 168, .15);
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-single__eyecatch {
    aspect-ratio: 311/162;
  }
}
.p-single__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single__wysiwyg {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-single__wysiwyg {
    margin-top: 2.5rem;
  }
}

.p-slide {
  position: relative;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-slide {
    padding-bottom: 2.5rem;
  }
}
.p-slide .p-slide__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.p-slide .p-slide__parallax1 {
  position: absolute;
  bottom: 1.875rem;
  left: calc(50% + 32.0625rem);
  width: 5.4375rem;
  height: 5.4375rem;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="8" /></filter></svg>#filter');
  -webkit-filter: blur(0.5rem);
          filter: blur(0.5rem);
}
@media screen and (max-width: 767px) {
  .p-slide .p-slide__parallax1 {
    left: auto;
    bottom: 0.625rem;
    right: 1.3125rem;
    width: 3rem;
    height: 3rem;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4" /></filter></svg>#filter');
    -webkit-filter: blur(0.25rem);
            filter: blur(0.25rem);
  }
}

.p-sticky {
  position: relative;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-sticky {
    display: contents;
  }
}

.p-sticky__inner {
  display: grid;
  grid-template-columns: 22.5rem 1fr;
  max-width: 82.5rem;
  width: calc(100% - 5rem);
  height: 100%;
  margin: 0 auto;
  position: relative;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 10;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-sticky__inner {
    display: none;
  }
}

.p-subMv {
  min-height: 15.875rem;
  margin-top: 4.5rem;
  padding: 1.25rem 0;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-subMv {
    min-height: 10.5625rem;
  }
}

.p-subMv__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-subMv__inner {
    display: block;
    padding-left: 2rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-subMv__inner .c-title1 {
    padding-right: 2rem;
  }
}

.p-subMv__bread {
  justify-self: flex-end;
}
@media screen and (max-width: 767px) {
  .p-subMv__bread {
    margin-top: 1.5rem;
    justify-self: initial;
  }
}

.p-subMv2 {
  padding-top: 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-subMv2 {
    padding-top: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .p-subMv2__inner {
    padding: 0 2rem;
  }
}

.p-subMv2__head {
  border-bottom: 0.0625rem solid #DCDCDC;
  padding-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-subMv2__head {
    padding-bottom: 1rem;
  }
}

.p-subMv2__title {
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-subMv2__title {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}

.p-subMv2__bread {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-subMv2__bread {
    margin-top: 2rem;
  }
}

.p-subMv3 {
  padding-top: 9.5rem;
  padding-bottom: 5.25rem;
  position: relative;
  overflow: clip;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-subMv3 {
    padding-top: 8.5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-subMv3__inner {
    padding: 0 2rem;
  }
}

.p-subMv3__bread {
  margin-top: 3rem;
  font-size: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-subMv3__bread {
    margin-top: 2rem;
  }
}

.p-subMv3__bg {
  position: absolute;
  width: 38.375rem;
  height: 33.0625rem;
  left: calc(50% + 9.875rem);
  top: -1.6875rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-subMv3__bg {
    width: 22.75rem;
    height: 19.625rem;
    right: -7.5rem;
    top: -1.25rem;
    left: auto;
  }
}

.p-team {
  position: relative;
  overflow: clip;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-team {
    padding: 2.5rem 0;
  }
}

.p-team__inner {
  display: grid;
  grid-template-columns: 36.25rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-team__inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 2rem;
  }
}

.p-team__body {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-team__body {
    display: contents;
  }
}

.p-team__lead {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.07em;
  color: #155aa8;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-team__lead {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    margin-top: 2rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-team__btn {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-team__btn {
    margin-top: 2rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.p-team__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-team__img {
    margin-top: 2.5rem;
  }
}
.p-team__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 600/339;
  border-radius: 0.25rem;
}

.p-team__bg {
  width: 6.9375rem;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: 3.1875rem;
  left: calc(50% - 3.125rem);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="6" /></filter></svg>#filter');
  -webkit-filter: blur(0.375rem);
          filter: blur(0.375rem);
  opacity: 0.7;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-team__bg {
    width: 2.6875rem;
    top: 16.25rem;
    left: 0.4375rem;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    -webkit-filter: blur(0.1875rem);
            filter: blur(0.1875rem);
  }
}

.p-thought {
  padding-top: 12.5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .p-thought {
    padding-top: 5rem;
    padding-bottom: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-thought__inner {
    padding: 0 2rem;
  }
}

.p-thought__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-thought__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.p-thought__list {
  display: grid;
  gap: 6rem;
  max-width: 37.8125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-thought__list {
    margin-top: 3rem;
    gap: 3rem;
  }
}

.p-thought__lead {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.4;
  color: #155aa8;
}
@media screen and (max-width: 767px) {
  .p-thought__lead {
    font-size: 1.4375rem;
  }
}

.p-thought__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-thought__text {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
}

.p-thought__text + .p-thought__text {
  margin-top: 0.5rem;
}

.p-thought__body {
  width: 24.6875rem;
  position: sticky;
  top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-thought__body {
    position: relative;
    inset: initial;
    width: 87.1382636656%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.p-thought__img {
  width: 100%;
}
.p-thought__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 395/520;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-thought__img img {
    aspect-ratio: 271/358;
  }
}

.p-thought__job {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  color: #155aa8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-thought__job {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.p-thought__name {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: right;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-thought__name {
    font-size: 1.25rem;
    margin-top: 0.25rem;
  }
}

.p-thought__bg1 {
  width: 14.6875rem;
  height: 15.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 7.75rem;
  left: calc(50% + 6.25rem);
  z-index: -1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="8" /></filter></svg>#filter');
  -webkit-filter: blur(0.5rem);
          filter: blur(0.5rem);
}
@media screen and (max-width: 767px) {
  .p-thought__bg1 {
    width: 9.8125rem;
    height: 10.25rem;
    top: 28.6875rem;
    left: -1.875rem;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="6" /></filter></svg>#filter');
    -webkit-filter: blur(0.375rem);
            filter: blur(0.375rem);
  }
}

.p-thought__bg2 {
  width: 24.3125rem;
  height: 23.1875rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: 0;
  left: calc(50% + 25rem);
  z-index: -1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="8" /></filter></svg>#filter');
  -webkit-filter: blur(0.5rem);
          filter: blur(0.5rem);
}
@media screen and (max-width: 767px) {
  .p-thought__bg2 {
    width: 11.25rem;
    height: 10.75rem;
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    top: 1.125rem;
    right: -2.9375rem;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="6" /></filter></svg>#filter');
    -webkit-filter: blur(0.375rem);
            filter: blur(0.375rem);
  }
}

.p-topCompany {
  padding: 10rem 0 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-topCompany {
    padding: 6.75rem 0 3.75rem;
  }
}

.p-topCompany__en {
  font-size: 1.125rem;
  line-height: 1.1666666667;
  font-family: "Rubik", sans-serif;
  -webkit-font-feature-settings: auto;
          font-feature-settings: auto;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  color: #155aa8;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-topCompany__en {
    font-size: 1rem;
    margin-left: 0.75rem;
  }
}
.p-topCompany__en::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background: url(../images/common/title_dot.webp) no-repeat center center/contain;
  border-radius: 50%;
}

/* ========================================================
# Slide
======================================================== */
.p-topCompany__container {
  max-width: 50rem;
  width: 100%;
  margin: -1.3125rem auto 0;
  position: relative;
  overflow: clip;
  border-radius: 19rem;
}
@media screen and (max-width: 767px) {
  .p-topCompany__container {
    margin-top: 1.9375rem;
  }
}

.p-topCompany__img {
  width: 100%;
  aspect-ratio: 800/599;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topCompany__img {
    aspect-ratio: 335/251;
  }
}
.p-topCompany__img img {
  max-width: none;
  max-width: initial;
  width: 112%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.p-topCompany__container .splide__slide.is-visible img {
  -webkit-animation: slide-pc 5s linear forwards;
          animation: slide-pc 5s linear forwards;
}
@media screen and (max-width: 767px) {
  .p-topCompany__container .splide__slide.is-visible img {
    -webkit-animation: slide-sp 5s linear forwards;
            animation: slide-sp 5s linear forwards;
  }
}
@-webkit-keyframes slide-pc {
  0% {
    translate: 0rem 0;
  }
  100% {
    translate: -5rem 0;
  }
}
@keyframes slide-pc {
  0% {
    translate: 0rem 0;
  }
  100% {
    translate: -5rem 0;
  }
}
@-webkit-keyframes slide-sp {
  0% {
    translate: 0rem 0;
  }
  100% {
    translate: -1.875rem 0;
  }
}
@keyframes slide-sp {
  0% {
    translate: 0rem 0;
  }
  100% {
    translate: -1.875rem 0;
  }
}

/* ========================================================
# --slide-stop
======================================================== */
.p-topCompany__container.--slide-stop .p-topCompany__img img {
  width: 100%;
}

/* ========================================================
# Body
======================================================== */
.p-topCompany__body {
  margin-top: -11.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-topCompany__body {
    margin-top: 0.6875rem;
    padding: 0 0.75rem;
  }
}

.p-topCompany__title {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.4;
  color: #155aa8;
}
@media screen and (max-width: 767px) {
  .p-topCompany__title {
    font-size: 1.75rem;
  }
}

.p-topCompany__titleOverlap {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 1.4375rem;
  translate: -50% -0.35%;
  z-index: 2;
  width: 1280px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.p-topCompany__bottom {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: 43.5625rem 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-topCompany__bottom {
    margin-top: 2rem;
    display: block;
  }
}

.p-topCompany__text {
  font-size: 1.375rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-topCompany__text {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-topCompany__btn {
    margin-top: 2rem;
  }
}

.p-topMember {
  padding: 9.6875rem 0 15.625rem;
  position: relative;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .p-topMember {
    padding: 3.75rem 0 7.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-topMember__inner {
    padding: 0 2rem;
  }
}

.p-topMember__wrap {
  display: grid;
  grid-template-columns: 30.9375rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6.5625rem;
  max-width: 76.5rem;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-topMember__wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.p-topMember__img {
  width: 100%;
  position: relative;
  overflow: clip;
  border-radius: 0.5rem;
  aspect-ratio: 495/757;
}
@media screen and (max-width: 767px) {
  .p-topMember__img {
    border-radius: 0.25rem;
    aspect-ratio: 215/330;
    margin-top: 2rem;
    margin-left: 3rem;
    width: 64.2%;
  }
}
.p-topMember__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topMember__body {
  margin-top: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .p-topMember__body {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p-topMember__title {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.p-topMember__text {
  font-size: 1.25rem;
  margin-top: 3.75rem;
  width: 27.3125rem;
}
@media screen and (max-width: 767px) {
  .p-topMember__text {
    font-size: 0.875rem;
    margin-top: 1.5rem;
    width: 100%;
  }
}

.p-topMember__btn {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-topMember__btn {
    margin-top: 2rem;
  }
}

.p-topNews {
  padding: 6.25rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-topNews {
    padding: 3.75rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-topNews .p-topNews__inner {
    display: grid;
  }
}
.p-topNews .p-topNews__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-topNews .p-topNews__head {
    display: contents;
  }
}
.p-topNews .p-topNews__title {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  -webkit-font-feature-settings: auto;
          font-feature-settings: auto;
  -webkit-font-kerning: auto;
          font-kerning: auto;
}
@media screen and (max-width: 767px) {
  .p-topNews .p-topNews__title {
    font-size: 2.25rem;
  }
}
.p-topNews .p-topNews__btn {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-topNews .p-topNews__btn {
    margin-top: 2rem;
    text-align: right;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-topNews .p-topNews__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5625rem;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-topNews .p-topNews__list {
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
    gap: 0.75rem;
  }
}

.p-topParallaxArea {
  position: relative;
  overflow: clip;
}

.p-topParallaxArea__parallax1 {
  width: 14.6875rem;
  height: 15.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 15.5rem;
  left: calc(50% - 40.625rem);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="8" /></filter></svg>#filter');
  -webkit-filter: blur(0.5rem);
          filter: blur(0.5rem);
}
@media screen and (max-width: 767px) {
  .p-topParallaxArea__parallax1 {
    width: 6.25rem;
    height: 6.4375rem;
    top: 43.0625rem;
    left: calc(50% - 12.5rem);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    -webkit-filter: blur(0.1875rem);
            filter: blur(0.1875rem);
  }
}

.p-topParallaxArea__parallax2 {
  width: 40.25rem;
  height: 22.625rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 34.6875rem;
  left: calc(50% + 12.5rem);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="6" /></filter></svg>#filter');
  -webkit-filter: blur(0.375rem);
          filter: blur(0.375rem);
}
@media screen and (max-width: 767px) {
  .p-topParallaxArea__parallax2 {
    width: 15rem;
    height: 8.4375rem;
    top: 1.0625rem;
    left: calc(50% + 0.625rem);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
    -webkit-filter: blur(0.125rem);
            filter: blur(0.125rem);
  }
}

.p-topParallaxArea__parallax3 {
  width: 24.3125rem;
  height: 23.1875rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: 51.875rem;
  left: calc(50% + 28.125rem);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="6" /></filter></svg>#filter');
  -webkit-filter: blur(0.375rem);
          filter: blur(0.375rem);
}
@media screen and (max-width: 767px) {
  .p-topParallaxArea__parallax3 {
    width: 8.3125rem;
    height: 7.9375rem;
    bottom: 39.125rem;
    left: calc(50% + 3.75rem);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    -webkit-filter: blur(0.1875rem);
            filter: blur(0.1875rem);
  }
}

.p-topParallaxArea__parallax4 {
  width: 3.5rem;
  height: 3.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: 44.9375rem;
  left: calc(50% - 40.625rem);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  -webkit-filter: blur(0.1875rem);
          filter: blur(0.1875rem);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-topParallaxArea__parallax4 {
    width: 1.5625rem;
    height: 1.5625rem;
    bottom: 35.5rem;
    left: calc(50% - 8.75rem);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
    -webkit-filter: blur(0.125rem);
            filter: blur(0.125rem);
  }
}

.p-topParallaxArea__parallax5 {
  width: 8.125rem;
  height: 8.125rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: -2.0625rem;
  left: calc(50% + 18.75rem);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="6" /></filter></svg>#filter');
  -webkit-filter: blur(0.375rem);
          filter: blur(0.375rem);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-topParallaxArea__parallax5 {
    width: 4.5rem;
    height: 4.5rem;
    bottom: -1.1875rem;
    left: calc(50% + 4.375rem);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    -webkit-filter: blur(0.1875rem);
            filter: blur(0.1875rem);
  }
}

.p-topRecruit {
  position: relative;
  padding-top: 9.8125rem;
  padding-bottom: 10.5625rem;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .p-topRecruit {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-topRecruit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.6875rem;
}
@media (max-width: 1414px) {
  .p-topRecruit__inner {
    gap: 3.125rem;
  }
}
@media (max-width: 1324px) {
  .p-topRecruit__inner {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-topRecruit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 2rem;
    gap: 2.5rem;
  }
}

.p-topRecruit__body {
  min-width: 40.375rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__body {
    min-width: 100%;
  }
}

.p-topRecruit__title .c-title1__ja {
  font-size: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__title .c-title1__ja {
    font-size: 1.75rem;
  }
}

.p-topRecruit__text {
  font-size: 1.375rem;
  line-height: 1.8;
  color: #fff;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__text {
    font-size: 0.9375rem;
    margin-top: 2rem;
  }
}

.p-topRecruit__btn {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__btn {
    margin-top: 2rem;
  }
}

.p-topRecruit__img {
  min-width: 36.875rem;
  height: 100%;
  aspect-ratio: 590/665;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__img {
    min-width: 100%;
  }
}
.p-topRecruit__img img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 21.25rem;
  aspect-ratio: 340/343;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__img img:nth-child(1) {
    width: 57.5562700965%;
    border-radius: 0.25rem;
  }
}
.p-topRecruit__img img:nth-child(2) {
  position: absolute;
  top: 12.125rem;
  right: 0;
  width: 15.25rem;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__img img:nth-child(2) {
    width: 41.1575562701%;
    border-radius: 0.25rem;
    top: 29.1428571429%;
  }
}
.p-topRecruit__img img:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 6rem;
  width: 15.25rem;
  aspect-ratio: 244/316;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__img img:nth-child(3) {
    width: 41.1575562701%;
    border-radius: 0.25rem;
    left: 16.077170418%;
  }
}

.p-topRecruit__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 1.25rem;
  overflow: hidden;
  max-width: 80rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__bg {
    max-width: 89.3333333333%;
  }
}
.p-topRecruit__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__bg img {
    -o-object-position: top;
       object-position: top;
  }
}
.p-topRecruit__bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 90, 168, 0)), color-stop(45.19%, rgba(21, 90, 168, .95)));
  background: linear-gradient(180deg, rgba(21, 90, 168, 0) 0%, rgba(21, 90, 168, .95) 45.19%);
}

.p-topService {
  padding: 8.75rem 0 9.6875rem;
  position: relative;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .p-topService {
    padding: 3.75rem 0;
  }
}

.p-topService__inner {
  max-width: 83rem;
}
@media screen and (max-width: 767px) {
  .p-topService__inner {
    padding: 0 2rem;
  }
}

.p-topService__wrap {
  display: grid;
  grid-template-columns: 38.625rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.8125rem;
  max-width: 76.5rem;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-topService__wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-topService__head {
    display: contents;
  }
}

.p-topService__text {
  font-size: 1.375rem;
  margin-top: 3.75rem;
  max-width: 35.625rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-topService__text {
    font-size: 0.9375rem;
    margin-top: 2rem;
  }
}

.p-topService__btn {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-topService__btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 2.5rem;
    text-align: center;
  }
}

.p-topService__content {
  padding: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topService__content {
    padding: 0.625rem;
    width: 78%;
    margin: 2rem auto 0;
  }
}

.p-topService__contentMain {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  scale: 0.9;
  -webkit-transition: scale 0.8s cubic-bezier(0, 0, 0.4, 1), -webkit-box-shadow 0.8s cubic-bezier(0, 0, 0.4, 1);
  transition: scale 0.8s cubic-bezier(0, 0, 0.4, 1), -webkit-box-shadow 0.8s cubic-bezier(0, 0, 0.4, 1);
  transition: scale 0.8s cubic-bezier(0, 0, 0.4, 1), box-shadow 0.8s cubic-bezier(0, 0, 0.4, 1);
  transition: scale 0.8s cubic-bezier(0, 0, 0.4, 1), box-shadow 0.8s cubic-bezier(0, 0, 0.4, 1), -webkit-box-shadow 0.8s cubic-bezier(0, 0, 0.4, 1);
}
.p-topService__contentMain img {
  width: 9.0625rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-topService__contentMain img {
    width: 28%;
  }
}

.p-topService__contentList {
  rotate: -15deg;
  position: absolute;
  inset: 0;
  -webkit-transition: rotate 0.8s cubic-bezier(0, 0, 0.4, 1);
  transition: rotate 0.8s cubic-bezier(0, 0, 0.4, 1);
}

.p-topService__contentItem {
  width: 11.3125rem;
  height: auto;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  --translate: 2.5rem;
  -webkit-transition: opacity 0.8s cubic-bezier(0, 0, 0.4, 1), -webkit-transform 0.8s cubic-bezier(0, 0, 0.4, 1);
  transition: opacity 0.8s cubic-bezier(0, 0, 0.4, 1), -webkit-transform 0.8s cubic-bezier(0, 0, 0.4, 1);
  transition: transform 0.8s cubic-bezier(0, 0, 0.4, 1), opacity 0.8s cubic-bezier(0, 0, 0.4, 1);
  transition: transform 0.8s cubic-bezier(0, 0, 0.4, 1), opacity 0.8s cubic-bezier(0, 0, 0.4, 1), -webkit-transform 0.8s cubic-bezier(0, 0, 0.4, 1);
}
@media screen and (max-width: 767px) {
  .p-topService__contentItem {
    width: 32%;
  }
}
.p-topService__contentItem img {
  width: 5.875rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  rotate: 15deg;
  -webkit-transition: rotate 0.8s cubic-bezier(0, 0, 0.4, 1);
  transition: rotate 0.8s cubic-bezier(0, 0, 0.4, 1);
}
@media screen and (max-width: 767px) {
  .p-topService__contentItem img {
    width: 53%;
  }
}

.p-topService__contentItem:nth-child(1 of .p-topService__contentItem) {
  background-color: #155aa8;
  top: 0;
  left: 0;
  translate: calc(var(--translate) * -1) calc(var(--translate) * -1);
}

.p-topService__contentItem:nth-child(2 of .p-topService__contentItem) {
  background-color: #003571;
  top: 0;
  right: 0;
  translate: var(--translate) calc(var(--translate) * -1);
}

.p-topService__contentItem:nth-child(3 of .p-topService__contentItem) {
  background-color: #1e7ed5;
  bottom: 0;
  left: 0;
  translate: calc(var(--translate) * -1) var(--translate);
}

.p-topService__contentItem:nth-child(4 of .p-topService__contentItem) {
  background-color: #155aa8;
  bottom: 0;
  right: 0;
  translate: var(--translate) var(--translate);
}

/* ========================================================
# Animation
======================================================== */
.p-topService__content.is-active .p-topService__contentList {
  rotate: 0deg;
}
.p-topService__content.is-active .p-topService__contentItem {
  translate: 0rem 0rem;
  opacity: 1;
}
.p-topService__content.is-active .p-topService__contentItem img {
  rotate: 0deg;
}
.p-topService__content.is-active .p-topService__contentMain {
  scale: 1;
  -webkit-box-shadow: 0 0 1.3125rem 0.3125rem rgba(21, 90, 168, .2);
          box-shadow: 0 0 1.3125rem 0.3125rem rgba(21, 90, 168, .2);
}
@media screen and (max-width: 767px) {
  .p-topService__content.is-active .p-topService__contentMain {
    -webkit-box-shadow: 0 0 0.5625rem 0.125rem rgba(21, 90, 168, .2);
            box-shadow: 0 0 0.5625rem 0.125rem rgba(21, 90, 168, .2);
  }
}

.p-value {
  padding-top: 7.5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-value {
    padding-top: 2.5rem;
    padding-bottom: 5.75rem;
  }
}

.p-value__inner {
  display: grid;
  grid-template-columns: 17.5rem 1fr;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-value__inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 2rem;
  }
}

.p-value__list {
  display: grid;
  gap: 0.5rem;
  counter-reset: num;
}
@media screen and (max-width: 767px) {
  .p-value__list {
    margin-top: 2.5rem;
    gap: 0.25rem;
  }
}

.p-value__item {
  background-color: #fff;
  border-radius: 0.5rem;
  counter-increment: num;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: 17.5rem 1fr;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-value__item {
    display: block;
    padding: 1.25rem;
    border-radius: 0.25rem;
  }
}

.p-value__label {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
  color: #155aa8;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-value__label {
    font-size: 1.25rem;
    gap: 0.75rem;
  }
}
.p-value__label::before {
  content: counter(num);
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../images/common/parallax_circle1.webp) no-repeat center center/contain;
  color: #fff;
  font-family: "Rubik", sans-serif;
  -webkit-font-feature-settings: auto;
          font-feature-settings: auto;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-value__label::before {
    width: 2rem;
    font-size: 0.875rem;
  }
}

.p-value__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-value__text {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.p-vision {
  position: relative;
  overflow: clip;
  padding-top: 10rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-vision {
    padding-top: 5.75rem;
    padding-bottom: 2.5rem;
  }
}

.p-vision__inner {
  max-width: 89.25rem;
}
@media screen and (max-width: 767px) {
  .p-vision__inner {
    padding: 0 2rem;
  }
}

.p-vision__wrap {
  max-width: 79.625rem;
  width: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-vision__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-vision__title {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.p-vision__body {
  max-width: 44rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-vision__body {
    display: contents;
  }
}

.p-vision__lead {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.4;
  color: #155aa8;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-vision__lead {
    font-size: 1.75rem;
    margin-top: 2rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-vision__text {
  margin-top: 3rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-vision__text {
    margin-top: 2rem;
    font-size: 0.875rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.p-vision__text + .p-vision__text {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-vision__text + .p-vision__text {
    margin-top: 0.5rem;
  }
}

.p-vision__box {
  margin-left: -2.9375rem;
  max-width: 48.4301412873%;
  width: 100%;
  aspect-ratio: 1;
  margin-top: 6.125rem;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.4, 1);
}
@media screen and (max-width: 767px) {
  .p-vision__box {
    margin: 23.0508474576% auto 0;
    max-width: 31.25rem;
    width: 94.8553054662%;
  }
}

.p-vision__centerCircle {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #155aa8;
  text-align: center;
  width: 64.829821718%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15.997px 3.999px rgba(21, 90, 168, .2);
          box-shadow: 0px 0px 15.997px 3.999px rgba(21, 90, 168, .2);
  display: grid;
  place-items: center;
  position: absolute;
  top: 22.528363047%;
  left: 50%;
  translate: -50% 0;
  scale: 0.9;
  -webkit-transition: scale 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: scale 0.3s cubic-bezier(0, 0, 0.4, 1);
}
@media screen and (max-width: 767px) {
  .p-vision__centerCircle {
    width: 73.5593220339%;
    font-size: 1.0625rem;
    top: 50%;
    translate: -50% -50%;
  }
}

.p-vision__item {
  width: 34.0356564019%;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  display: grid;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-vision__item {
    width: 38.6440677966%;
  }
}

.p-vision__item.--top {
  top: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .p-vision__item.--top {
    top: -12.2033898305%;
  }
}
.p-vision__item.--top .p-vision__itemInner {
  background-color: #003571;
  translate: 0 -1.75rem;
}

.p-vision__item.--left {
  left: 0;
  bottom: 7.9416531605%;
}
@media screen and (max-width: 767px) {
  .p-vision__item.--left {
    bottom: 6.7796610169%;
    left: -6.7796610169%;
  }
}
.p-vision__item.--left .p-vision__itemInner {
  background-color: #155aa8;
  translate: -1.25rem 1.25rem;
}

.p-vision__item.--right {
  right: 0;
  bottom: 7.9416531605%;
}
@media screen and (max-width: 767px) {
  .p-vision__item.--right {
    right: -6.7796610169%;
    bottom: 6.7796610169%;
  }
}
.p-vision__item.--right .p-vision__itemInner {
  background-color: #1e7ed5;
  translate: 1.25rem 1.25rem;
}

.p-vision__itemInner {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: translate 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: translate 0.3s cubic-bezier(0, 0, 0.4, 1);
}

.p-vision__itemImg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1;
}

.p-vision__circleArrow {
  width: 88.1685575365%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  scale: 0;
  -webkit-transition: scale 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: scale 0.3s cubic-bezier(0, 0, 0.4, 1);
  -webkit-animation: circleArrow 8s linear infinite 1s;
          animation: circleArrow 8s linear infinite 1s;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-vision__circleArrow {
    width: 100%;
  }
}

/* ========================================================
# Active
======================================================== */
.p-vision__box.is-active {
  opacity: 1;
}
.p-vision__box.is-active .p-vision__centerCircle {
  scale: 1;
}
.p-vision__box.is-active .p-vision__itemInner {
  translate: 0rem 0rem;
}
.p-vision__box.is-active .p-vision__circleArrow {
  scale: 1;
}

@-webkit-keyframes circleArrow {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}

@keyframes circleArrow {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
.p-work {
  padding: 0.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-work {
    padding: 0.25rem 0;
  }
}

.p-work__container.--white {
  position: relative;
  overflow: clip;
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-work__container.--white {
    padding: 3.5rem 0;
  }
}

@media screen and (max-width: 767px) {
  .p-work__inner {
    padding: 0 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-work__title {
    margin-left: 1.5rem;
  }
}

.p-work__img {
  width: 100%;
}
.p-work__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 480/320;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-work__img img {
    aspect-ratio: 300/200;
    border-radius: 0.25rem;
  }
}

.p-work__caption {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.375rem 0.5rem;
  background-color: #fff;
  display: block;
  border-radius: 0.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
}

.p-work__slideContainer {
  margin-top: -2.125rem;
  padding-top: 6.5rem;
  position: relative;
  -webkit-clip-path: inset(0 0 0 -50vw);
          clip-path: inset(0 0 0 -50vw);
}
@media screen and (max-width: 767px) {
  .p-work__slideContainer {
    -webkit-clip-path: initial;
            clip-path: initial;
    padding-top: 4.25rem;
    margin-top: -1.75rem;
  }
}
.p-work__slideContainer .splide {
  position: static;
}
.p-work__slideContainer .splide__track {
  overflow: visible;
  overflow: initial;
}
@media screen and (max-width: 767px) {
  .p-work__slideContainer .splide__track {
    overflow: clip;
  }
}
.p-work__slideContainer .splide.is-initialized .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  right: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-work__slideContainer .splide.is-initialized .splide__arrows {
    gap: 0.5rem;
    right: 0.75rem;
  }
}
.p-work__slideContainer .splide.is-initialized .splide__arrow {
  position: relative;
  inset: initial;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: initial;
          transform: initial;
  opacity: 1;
  background-color: transparent;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .p-work__slideContainer .splide.is-initialized .splide__arrow {
    width: 2rem;
    height: 2rem;
  }
}
.p-work__slideContainer .splide.is-initialized .splide__arrow::before, .p-work__slideContainer .splide.is-initialized .splide__arrow::after {
  width: 1rem;
  height: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-work__slideContainer .splide.is-initialized .splide__arrow::before, .p-work__slideContainer .splide.is-initialized .splide__arrow::after {
    width: 0.6875rem;
    height: 0.625rem;
  }
}
.p-work__slideContainer .splide.is-initialized .splide__arrow--prev {
  rotate: 180deg;
}

@media screen and (max-width: 767px) {
  .p-work__box {
    padding: 0 1.5rem;
  }
}

.p-work__lead {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #155aa8;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-work__lead {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 4rem;
  }
}

.p-work__text {
  font-size: 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-work__text {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}

.p-work__img2 {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-work__img2 {
    margin-top: 1.5rem;
  }
}
.p-work__img2 img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 900/360;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-work__img2 img {
    aspect-ratio: 311/195;
    border-radius: 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
