@charset "UTF-8";
/* variable
----------------------------------------------------------------- */
/* color */
/* color-sns */
/* font */
html {
  color: #03081B;
}
@media screen and (max-width: 1439px) and (min-width: 1025px) {
  html {
    font-size: calc(1600 / 1440 * 1vw);
  }
}
@media screen and (max-width: 1024px) and (min-width: 374px) {
  html {
    font-size: calc(1600 / 375 * 1vw);
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: calc(1600 / 1440 * 1vw);
  }
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 9.375rem;
}
@media screen and (max-width: 1024px) {
  html {
    scroll-padding-top: 5rem;
  }
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1rem;
  }
}

body.no-scroll {
  overflow: hidden;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: 0.3s;
}
@media (hover: hover) {
  a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

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

code,
kbd,
pre,
samp {
  font-size: inherit;
  font-family: monospace, sans-serif;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  padding: 4px 6px;
  vertical-align: top;
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

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

@font-face {
  font-family: "NovaSquare";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NovaSquare-Regular.ttf") format("truetype");
}
.l-inner, .l-inner--20, .l-inner--24 {
  max-width: 100%;
  width: 100%;
}
.l-inner--wide {
  margin: auto;
  width: 100%;
  max-width: 80rem;
  padding: 0 2rem;
}
.l-inner--small {
  margin: auto;
  width: 100%;
  max-width: 45rem;
}
@media screen and (max-width: 1024px) {
  .l-inner, .l-inner--20, .l-inner--24 {
    padding: 0 0.625rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-inner--24 {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-inner--20 {
    padding: 0 1.25rem;
  }
}

.l-outer {
  overflow: hidden;
}

body {
  background: #03081B;
}
body.is-fixed {
  overflow: hidden;
}

/* 下層ページ bradcrumnb
----------------------------------------------------------------- */
.c-breadcrumb, .c-breadcrumb--white {
  width: 100%;
  color: #03081B;
}
.c-breadcrumb__inner {
  margin: auto;
  padding: 1rem 2rem 0;
  width: 100%;
  max-width: 86rem;
}
@media screen and (max-width: 1024px) {
  .c-breadcrumb__inner {
    padding: 1.5rem 1.75rem 0;
  }
}
.c-breadcrumb ol, .c-breadcrumb--white ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.5rem;
  height: auto;
}
.c-breadcrumb ol li, .c-breadcrumb--white ol li {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
}
.c-breadcrumb ol li + li, .c-breadcrumb--white ol li + li {
  position: relative;
  padding-left: 1rem;
}
.c-breadcrumb ol li + li::after, .c-breadcrumb--white ol li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.51875rem;
  height: 1.0375rem;
  background: url("../images/icon/icon_slash.svg") center/cover no-repeat;
  transform: translateY(-50%);
}
.c-breadcrumb ol span, .c-breadcrumb--white ol span {
  display: block;
}
.c-breadcrumb--white {
  color: #fff;
}
.c-breadcrumb--white ol li + li::after {
  background: url("../images/icon/icon_slash_white.svg") center/cover no-repeat;
}

.c-breadcrumb-head ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
@media screen and (max-width: 1024px) {
  .c-breadcrumb-head ol {
    font-size: 0.722rem;
  }
}
.c-breadcrumb-head ol li + li {
  position: relative;
  padding-left: 1.5rem;
}
.c-breadcrumb-head ol li + li::before {
  content: ">";
  position: absolute;
  left: 0;
  width: 0.875rem;
}
.c-breadcrumb-head a {
  text-decoration: none;
}

.c-btn-common, .c-btn-common--download, .c-btn-common--form, .c-btn-common--small {
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 20rem;
  height: 3.9375rem;
  background: linear-gradient(135deg, #30CFD0 0%, #330867 100%);
}
.c-btn-common::after, .c-btn-common--download::after, .c-btn-common--form::after, .c-btn-common--small::after {
  position: absolute;
  top: 50%;
  right: 0.875rem;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  transform: translateY(-50%);
  background: url("../images/icon/icon_arrow_circle.svg") center/cover no-repeat;
}
.c-btn-common__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .c-btn-common, .c-btn-common--download, .c-btn-common--form, .c-btn-common--small {
    min-width: unset;
    width: 100%;
  }
}
.c-btn-common--small {
  height: 3rem;
}
.c-btn-common--small::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  transform: translateY(-50%);
  background: url("../images/icon/icon_arrow_circle.svg") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .c-btn-common--small::after {
    right: 0.375rem;
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-btn-common--small {
    max-width: 100%;
    height: 2.0625rem;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-btn-common--small .c-btn-common__link {
    font-size: 0.75rem;
  }
}
.c-btn-common--form {
  color: #fff;
  font-weight: bold;
  height: 2.75rem;
  border: none !important;
}
.c-btn-common--download::after {
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  width: 1.101875rem;
  height: 1.21875rem;
  content: "";
  transform: translateY(-50%);
  background: url("../images/icon/icon_download_white.svg") center/cover no-repeat;
}

.c-btn-sub, .c-btn-sub--small, .c-btn-sub--small--translucent, .c-btn-sub--small--white {
  position: relative;
  width: 100%;
  max-width: 24rem;
  height: 5.5rem;
  border: solid 1px #fff;
}
@media screen and (max-width: 1024px) {
  .c-btn-sub, .c-btn-sub--small, .c-btn-sub--small--translucent, .c-btn-sub--small--white {
    max-width: 17.375rem;
    height: 4.5625rem;
  }
}
.c-btn-sub::after, .c-btn-sub--small::after, .c-btn-sub--small--translucent::after, .c-btn-sub--small--white::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.75rem;
  height: 1.75rem;
  content: "";
  transform: translateY(-50%);
  background: url("../images/icon/icon_arrow_circle_right.svg") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .c-btn-sub::after, .c-btn-sub--small::after, .c-btn-sub--small--translucent::after, .c-btn-sub--small--white::after {
    right: 1rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.c-btn-sub__link, .c-btn-sub--small a, .c-btn-sub--small--translucent a, .c-btn-sub--small--white a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .c-btn-sub__link, .c-btn-sub--small a, .c-btn-sub--small--translucent a, .c-btn-sub--small--white a {
    font-size: 0.625rem;
  }
}
.c-btn-sub--small, .c-btn-sub--small--translucent, .c-btn-sub--small--white {
  max-width: 19.5rem;
  height: 4.5625rem;
}
@media screen and (max-width: 1024px) {
  .c-btn-sub--small, .c-btn-sub--small--translucent, .c-btn-sub--small--white {
    height: 3.875rem;
  }
}
.c-btn-sub--small a, .c-btn-sub--small--translucent a, .c-btn-sub--small--white a {
  font-size: 0.875rem;
}
.c-btn-sub--small::after, .c-btn-sub--small--translucent::after, .c-btn-sub--small--white::after {
  position: absolute;
  right: 0.875rem;
}
.c-btn-sub--small--white {
  background-color: #fff;
}
.c-btn-sub--small--white a {
  color: #333333;
}
.c-btn-sub--small--white::after {
  background-image: url("../images/icon/icon_arrow_circle_black.svg");
}
.c-btn-sub--small--translucent {
  background-color: rgba(255, 255, 255, 0.4);
}
.c-btn-sub--small--translucent::after {
  background-image: url("../images/icon/icon_arrow_circle.svg");
}

.c-btn-download {
  width: 100%;
  max-width: 17.5rem;
  height: 4.5rem;
  background-color: #fff;
  border: solid 1px #03081B;
  transition: background-color 0.3s ease;
}
.c-btn-download a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  color: #03081B;
  font-weight: bold;
  font-size: 0.875rem;
}
.c-btn-download::after {
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  width: 1.101875rem;
  height: 1.21875rem;
  content: "";
  transform: translateY(-50%);
  background: url("../images/icon/icon_download.svg") center/cover no-repeat;
}
.c-btn-download:hover {
  background-color: #D9D9D9;
}

.c-btn-more {
  text-align: right;
}
.c-btn-more a {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .c-btn-more a {
    font-size: 0.875rem;
  }
}

.c-btn-arrow, .c-btn-arrow--left, .c-btn-arrow--right {
  width: 2.425rem;
  height: 2.425rem;
  transform: translate(-50%, -50%);
}
.c-btn-arrow--left {
  background: url("../images/icon/icon_arrow_circle_left.svg") center/cover no-repeat;
}
.c-btn-arrow--right {
  background: url("../images/icon/icon_arrow_circle_right.svg") center/cover no-repeat;
}

.c-btn--learn_more {
  position: relative;
  color: #00ABBD;
  width: max-content;
  line-height: 1.5;
  font-weight: 700;
}
.c-btn--learn_more::after {
  position: absolute;
  bottom: 0;
  right: -0.375rem;
  width: 0.729375rem;
  height: 0.729375rem;
  content: "";
  transform: translate(100%, -50%);
  background: url("../images/icon/icon_arrow_right_circle.svg") center/cover no-repeat;
}

.c-btn-hamburger, .c-btn-hamburger--toggle, .c-btn-hamburger--close, .c-btn-hamburger--open {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .c-btn-hamburger, .c-btn-hamburger--toggle, .c-btn-hamburger--close, .c-btn-hamburger--open {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.c-btn-hamburger--open {
  width: 1.5rem;
  height: 1.005rem;
}
.c-btn-hamburger--close {
  width: 1.18375rem;
  height: 1.155rem;
}
.c-case-card {
  display: flex !important;
  flex-direction: column;
  padding: 2.1875rem 1.3125rem;
  border: solid 1px #00ABBD;
}
.c-case-card > div:first-child {
  flex: 1;
}
.c-case-card__category {
  display: flex;
  gap: 0.375rem;
  margin-bottom: 2.3125rem;
  flex-wrap: wrap;
}
.c-case-card__info {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}
.c-case-card__info .title {
  font-size: 1.75rem;
  font-weight: bold;
  color: #00ABBD;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .c-case-card__info .title {
    font-size: 1.5rem;
  }
}
.c-case-card__info .excerpt {
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .c-case-card__info .excerpt {
    font-size: 0.875rem;
  }
}
.c-case-card__btn {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
  width: 100%;
  max-width: 11.25rem;
  background-color: #fff;
  border: solid 1px #03081B;
}
.c-case-card__btn a {
  display: block;
  text-align: center;
  color: #03081B;
}
@media screen and (max-width: 1024px) {
  .c-case-card__btn {
    font-size: 0.875rem;
  }
}

.c-case, .c-case--sub {
  background: #fff;
  padding: 2.875rem 0;
}
.c-case__inner {
  background: url("../images/common/case_bg.png") center/cover no-repeat;
  padding-top: 2.875rem;
  padding-bottom: 4.75rem;
}
@media screen and (max-width: 1024px) {
  .c-case__inner {
    padding-top: 2.875rem;
    padding-bottom: 3.5625rem;
  }
}
.c-case--sub .c-case__inner {
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
}
@media screen and (max-width: 1024px) {
  .c-case--sub .c-case__inner {
    padding-top: 2.875rem;
  }
}
.c-case__slider {
  margin-bottom: 4.1875rem;
}
@media screen and (max-width: 1024px) {
  .c-case__slider {
    margin-bottom: 2.5rem;
  }
}
.c-case__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2rem;
}
@media screen and (max-width: 1024px) {
  .c-case__list {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.c-case__list > li {
  flex: 1 1 calc(33.333% - 1.3333125rem);
  max-width: calc(33.333% - 1.3333125rem);
  min-height: 25rem;
}
@media screen and (max-width: 1024px) {
  .c-case__list > li {
    flex: 1 1 100%;
    max-width: 100%;
    min-height: max-content;
  }
}
.c-case__title {
  margin-bottom: 3.3125rem;
}
@media screen and (max-width: 1024px) {
  .c-case__title {
    margin-bottom: 1rem;
  }
}

.c-case-slider.swiper {
  padding: 0 4.3125rem;
}
@media screen and (max-width: 1024px) {
  .c-case-slider.swiper {
    padding: 0;
    overflow: visible;
  }
}
.c-case-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.c-case-slider .swiper-slide {
  width: 25.625rem;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .c-case-slider .swiper-button-next {
    right: -1rem;
  }
}

.c-contact {
  background: #000;
}
.c-contact__inner {
  padding-top: 3.125rem;
  padding-bottom: 2.875rem;
}
@media screen and (max-width: 1024px) {
  .c-contact__inner {
    padding-top: 1.4375rem;
    padding-bottom: 1.4375rem;
  }
}
.c-contact__title {
  color: #fff;
  margin-bottom: 2.5rem;
}
.c-contact__content .c-btn-sub {
  margin: auto;
}

.c-footer, .c-footer--bottom-padding {
  position: relative;
  padding: 7.125rem 0 2.375rem;
  background-color: #333333;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .c-footer, .c-footer--bottom-padding {
    padding: 1.5rem 0 1.125rem;
  }
}
.c-footer__content {
  margin: 0 auto 3.5rem;
  max-width: 64rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .c-footer__content {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1.625rem;
  }
}
.c-footer--bottom-padding {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .c-footer--bottom-padding {
    margin-bottom: 8rem;
  }
}
.c-footer-nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-footer-nav > div {
  padding: 0 2rem;
}
.c-footer-nav > div:first-child {
  position: relative;
}
.c-footer-nav > div:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  border-right: 1px solid #fff;
}
.c-footer-nav__list,
.c-footer-nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  width: fit-content;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-footer-nav__list,
  .c-footer-nav ul {
    gap: 1rem;
  }
}
.c-footer-nav__link,
.c-footer-nav a {
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
}
.c-footer__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.1875rem;
}
@media screen and (max-width: 1024px) {
  .c-footer__logo {
    max-width: 17.25rem;
    align-items: center;
    gap: 1.5625rem;
  }
}
.c-footer__logo #logo-main {
  width: 17.1875rem;
}
@media screen and (max-width: 1024px) {
  .c-footer__logo #logo-main {
    width: 13.125rem;
  }
}
.c-footer__logo #logo-jpx_growth {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.625rem;
}
.c-footer__logo #logo-jpx_growth img {
  width: 2.875rem;
}
.c-footer__copyright {
  font-size: 0.625rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .c-footer__copyright {
    text-align: left;
  }
}
.c-footer__copyright-copy {
  font-size: 0.625rem;
}

.c-header {
  position: sticky;
  z-index: 9997;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: #03081B;
}
@media screen and (max-width: 1024px) {
  .c-header {
    height: 2.5625rem;
    box-shadow: 0px 2px 2px 0px rgba(91, 79, 71, 0.25);
  }
}
.c-header a {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .c-header a {
    font-size: 0.75rem;
  }
}
.c-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  width: 100%;
  max-width: 85rem;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .c-header__inner {
    gap: 1.125rem;
    padding: 0 0.75rem 0 0.625rem;
  }
}
.c-header__logo {
  width: 11.6875rem;
}
@media screen and (max-width: 1024px) {
  .c-header__logo {
    width: 6rem;
  }
}
.c-header__btn {
  flex-grow: 0;
}
.c-header .menu-item, .c-header .menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.c-header .menu-item-has-children {
  flex-direction: column;
  position: relative;
}
.c-header-nav {
  align-self: stretch;
}
@media screen and (max-width: 1024px) {
  .c-header-nav {
    flex: 1;
  }
}
.c-header-nav > .menu-main-container {
  height: 100%;
}
.c-header-nav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-header-nav__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .c-header-nav__body {
    justify-content: flex-end;
    gap: 1.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-header-nav__body .menu-item:not(.sp), .c-header-nav__body .c-header .menu-item-has-children:not(.sp), .c-header .c-header-nav__body .menu-item-has-children:not(.sp) {
    display: none;
  }
}
.c-header-nav__body .menu-item-has-children {
  justify-content: center;
}
.c-header-nav__body .menu-item-has-children .sub-menu {
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: max-content;
  background-color: #03081B;
}
.c-header-nav__body .menu-item-has-children .sub-menu.is-active {
  visibility: visible;
  opacity: 1;
}
.c-header-nav__body .menu-item-has-children .sub-menu .menu-item, .c-header-nav__body .menu-item-has-children .sub-menu .c-header .menu-item-has-children, .c-header .c-header-nav__body .menu-item-has-children .sub-menu .menu-item-has-children {
  border-bottom: solid 1px #fff;
}
.c-header-nav__body .menu-item-has-children .sub-menu .menu-item a, .c-header-nav__body .menu-item-has-children .sub-menu .c-header .menu-item-has-children a, .c-header .c-header-nav__body .menu-item-has-children .sub-menu .menu-item-has-children a {
  padding: 1rem 1.75rem;
  line-height: 1.8;
}
.c-header-nav__body .menu-item-has-children .sub-menu .menu-item:last-child, .c-header-nav__body .menu-item-has-children .sub-menu .c-header .menu-item-has-children:last-child, .c-header .c-header-nav__body .menu-item-has-children .sub-menu .menu-item-has-children:last-child {
  border-bottom: none;
}
.c-header-hamburger {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #03081B;
  padding-bottom: 2.875rem;
  overflow: hidden scroll;
}
.c-header-hamburger.is-active {
  visibility: visible;
  opacity: 1;
}
.c-header-hamburger__head {
  display: flex;
  justify-content: space-between;
  padding: 1.1875rem 1.1875rem 2.0625rem;
}
.c-header-hamburger__head .c-header__logo {
  width: 9.25rem;
}
.c-header-hamburger__body {
  margin-bottom: 3.9375rem;
  border-top: solid 1px #fff;
}
.c-header-hamburger__body .menu-item, .c-header-hamburger__body .c-header .menu-item-has-children, .c-header .c-header-hamburger__body .menu-item-has-children {
  border-bottom: solid 1px #fff;
}
.c-header-hamburger__body .menu-item > a, .c-header-hamburger__body .c-header .menu-item-has-children > a, .c-header .c-header-hamburger__body .menu-item-has-children > a {
  width: 100%;
  line-height: 1.8;
  font-size: 1.25rem;
  padding: 0.875rem 1.75rem;
}
.c-header-hamburger__body .menu-item:not(.menu-item-has-children)::after, .c-header-hamburger__body .c-header .menu-item-has-children:not(.menu-item-has-children)::after, .c-header .c-header-hamburger__body .menu-item-has-children:not(.menu-item-has-children)::after {
  content: "";
  position: absolute;
  right: 1.75rem;
  top: 50%;
  width: 0.583125rem;
  height: 0.983125rem;
  background: url("../images/icon/icon_arrow_right_white.svg") center/cover no-repeat;
  transform: translateY(-50%);
}
.c-header-hamburger__body .menu-item.menu-item-has-children > a, .c-header-hamburger__body .c-header .menu-item-has-children > a, .c-header .c-header-hamburger__body .menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-header-hamburger__submenu {
  position: relative;
  width: 100%;
}
.c-header-hamburger__submenu .sub-menu {
  padding: 0 1.75rem 1rem 2.25rem;
}
.c-header-hamburger__submenu .sub-menu a {
  font-size: 0.875rem;
  padding: 0.3125rem;
}
.c-header-hamburger__submenu .menu-item, .c-header-hamburger__submenu .c-header .menu-item-has-children, .c-header .c-header-hamburger__submenu .menu-item-has-children {
  border: none;
}
.c-header-hamburger__submenu .menu-item::after, .c-header-hamburger__submenu .c-header .menu-item-has-children::after, .c-header .c-header-hamburger__submenu .menu-item-has-children::after {
  right: 0 !important;
}

.c-icon-home, .c-icon-home--white {
  width: 0.9375rem;
  height: 0.975625rem;
  background-image: url("../images/icon/icon_home.svg");
  background-size: cover;
  display: inline-block;
}
.c-icon-home--white {
  background-image: url("../images/icon/icon_home_white.svg");
}
.c-icon-hamburger {
  width: 1.5rem;
  height: 1.005rem;
  background: url("../images/icon/icon_hamburger.svg") center/cover no-repeat;
  display: inline-block;
}
.c-icon-close {
  width: 1.18375rem;
  height: 1.155rem;
  background: url("../images/icon/icon_close.svg") center/cover no-repeat;
  display: inline-block;
}
.c-icon-toggle {
  width: 1.1875rem;
  height: 1.1875rem;
  background: url("../images/icon/icon_toggle_plus.svg") center/cover no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.c-icon-toggle.is-active {
  height: 0.125rem;
  background-image: url("../images/icon/icon_toggle_minus.svg");
}

.c-insight {
  background: #fff;
}
.c-insight__inner {
  padding: 3.375rem 0 7.8125rem;
}
@media screen and (max-width: 1024px) {
  .c-insight__inner {
    padding: 2.9375rem 0 4.5625rem;
  }
}
.c-insight__title {
  margin-bottom: 2.5rem;
}
.c-insight__slider {
  margin-bottom: 3.875rem;
}
@media screen and (max-width: 1024px) {
  .c-insight__slider {
    height: 20.75rem !important;
    margin-bottom: 1.4375rem;
  }
}
.c-insight__slider .c-news-slider__list.swiper {
  padding: 0 4.875rem;
}

.c-interview-card__thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 288/384;
  object-fit: cover;
}
.c-interview-card__info {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 1.25rem;
  width: calc(100% - 2rem);
  border: solid 1px #fff;
  background-color: rgba(3, 8, 27, 0.3);
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .c-interview-card__info {
    padding: 1rem;
  }
}
.c-interview-card__info .excerpt {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .c-interview-card__info .excerpt {
    font-size: 0.75rem;
  }
}
.c-interview-card__info .excerpt::before, .c-interview-card__info .excerpt::after {
  content: "";
  display: inline-block;
  width: 0.25rem;
}
.c-interview-card__info .excerpt::before {
  content: "“";
}
.c-interview-card__info .excerpt::after {
  content: "”";
}
.c-interview-card__info .name {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  margin-right: 0.125rem;
}
@media screen and (max-width: 1024px) {
  .c-interview-card__info .name {
    font-size: 0.75rem;
  }
}
.c-interview-card__info .kana {
  display: inline;
  font-size: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .c-interview-card__info .kana {
    font-size: 0.5rem;
  }
}
.c-interview-card__info .position {
  display: block;
  font-size: 0.625rem;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .c-interview-card__info .position {
    font-size: 0.5rem;
    margin-top: 0.625rem;
  }
}
.c-interview-slider {
  color: #03081B;
}
.c-interview-slider.swiper {
  padding: 0 7rem;
}
@media screen and (max-width: 1024px) {
  .c-interview-slider.swiper {
    padding: 0 2rem;
  }
}
.c-interview-slider .swiper-slide {
  width: 20.875rem;
}
.c-interview-slider .swiper-slide:last-child {
  margin-right: 3.5rem;
}

.c-member-card {
  padding: 1rem;
  background: #fff;
  border: solid 1px #03081B;
}
@media screen and (max-width: 1024px) {
  .c-member-card {
    padding: 0.75rem;
  }
}
.c-member-card__content {
  height: 100%;
}
.c-member-card__thumbnail {
  display: block;
  margin-bottom: 0.5rem;
  width: 100%;
  aspect-ratio: 914/571;
  object-fit: cover;
}
.c-member-card__info {
  line-height: 1.8;
}
.c-member-card__info .name {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  margin-right: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .c-member-card__info .name {
    font-size: 1.125rem;
  }
}
.c-member-card__info .kana {
  display: inline;
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .c-member-card__info .kana {
    font-size: 0.8125rem;
  }
}
.c-member-card__info .position {
  margin-bottom: 0.8125rem;
  display: block;
  font-size: 0.875rem;
  color: #2A3D8E;
}
@media screen and (max-width: 1024px) {
  .c-member-card__info .position {
    font-size: 0.8125rem;
    margin-bottom: 0.625rem;
  }
}
.c-member-card__info .excerpt {
  line-height: 1.5;
}
.c-member-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .c-member-list {
    gap: 1rem;
  }
}
.c-member-list > li {
  flex: 1 1 calc(33.333% - 1.3333125rem);
  max-width: calc(33.333% - 1.3333125rem);
  min-height: 36.5rem;
}
@media screen and (max-width: 1024px) {
  .c-member-list > li {
    flex: 1 1 100%;
    max-width: 100%;
    min-height: max-content;
  }
}
.c-member-slider {
  color: #03081B;
}
.c-member-slider.swiper {
  padding: 0 3.5625rem;
}
@media screen and (max-width: 1024px) {
  .c-member-slider.swiper {
    padding: 0;
  }
}
.c-member-slider .swiper-slide {
  width: 20.875rem;
  height: auto;
}
.c-member-slider .swiper-slide:last-child {
  margin-right: 3.5rem;
}

.c-news {
  background: #03081B;
}
.c-news__inner {
  padding-top: 10.75rem;
  padding-bottom: 9.875rem;
}
@media screen and (max-width: 1024px) {
  .c-news__inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.c-news__content {
  margin: auto;
  max-width: 69.625rem;
}
.c-news__list {
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 1024px) {
  .c-news__list {
    margin-bottom: 0.5625rem;
  }
}

.c-news-card, .c-news-card--small, .c-news-card--medium, .c-news-card--large {
  background-color: #fff;
  border: solid 1px #03081B;
}
.c-news-card:last-child, .c-news-card--small:last-child, .c-news-card--medium:last-child, .c-news-card--large:last-child {
  margin-right: 15.375rem;
}
@media screen and (max-width: 1024px) {
  .c-news-card:last-child, .c-news-card--small:last-child, .c-news-card--medium:last-child, .c-news-card--large:last-child {
    margin-right: 1.125rem;
  }
}
.c-news-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (hover: hover) {
  .c-news-card__link:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.c-news-card__thumbnail img {
  width: 100%;
  aspect-ratio: 193/126;
  object-fit: cover;
}
.c-news-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.375rem;
}
@media screen and (max-width: 1024px) {
  .c-news-card__content {
    padding: 0.875rem;
  }
}
.c-news-card .title, .c-news-card--small .title, .c-news-card--medium .title, .c-news-card--large .title {
  font-weight: 700;
  line-height: 1.8;
  color: #03081B;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .c-news-card .title, .c-news-card--small .title, .c-news-card--medium .title, .c-news-card--large .title {
    font-size: 0.875rem;
    margin-top: 0.1875rem;
  }
}
.c-news-card .excerpt, .c-news-card--small .excerpt, .c-news-card--medium .excerpt, .c-news-card--large .excerpt {
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .c-news-card .excerpt, .c-news-card--small .excerpt, .c-news-card--medium .excerpt, .c-news-card--large .excerpt {
    font-size: 0.875rem;
  }
}
.c-news-card .date, .c-news-card--small .date, .c-news-card--medium .date, .c-news-card--large .date {
  display: block;
  margin-left: auto;
  color: #fff;
  background-color: #330B68;
  text-align: center;
  padding: 0.375rem 1rem;
  width: fit-content;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .c-news-card .date, .c-news-card--small .date, .c-news-card--medium .date, .c-news-card--large .date {
    font-size: 0.875rem;
  }
}
.c-news-card--large {
  min-width: 24.1875rem;
  max-width: 24.1875rem;
}
@media screen and (max-width: 1024px) {
  .c-news-card--large {
    min-width: 14.8125rem;
    max-width: 14.8125rem;
  }
}
.c-news-card--medium {
  width: 24rem;
}
@media screen and (max-width: 1024px) {
  .c-news-card--medium {
    width: 100%;
  }
}
.c-news-card--medium:last-child {
  margin: 0;
}
.c-news-card--medium .title, .c-news-card--medium .excerpt, .c-news-card--medium .date {
  font-size: 1.375rem;
}
@media screen and (max-width: 1024px) {
  .c-news-card--medium .title {
    font-size: 1.25rem;
  }
  .c-news-card--medium .excerpt, .c-news-card--medium .date {
    font-size: 1rem;
  }
}
.c-news-card--small {
  width: 23.125rem;
}
@media screen and (max-width: 1024px) {
  .c-news-card--small {
    width: 14.8125rem;
  }
}
.c-news-card--small .title, .c-news-card--small .excerpt, .c-news-card--small .date {
  font-size: 1.3125rem;
}
@media screen and (max-width: 1024px) {
  .c-news-card--small .title, .c-news-card--small .excerpt, .c-news-card--small .date {
    font-size: 0.875rem;
  }
}

.c-news-list, .c-news-list--black {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .c-news-list, .c-news-list--black {
    gap: 0.9375rem;
  }
}
.c-news-list__item {
  padding-bottom: 1.625rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .c-news-list__item {
    padding-bottom: 1.375rem;
  }
}
.c-news-list__link {
  display: block;
  font-size: 1.225rem;
}
@media (hover: hover) {
  .c-news-list__link:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1024px) {
  .c-news-list__link {
    font-size: 0.875rem;
  }
}
.c-news-list .date, .c-news-list--black .date {
  display: block;
  margin-bottom: 0.5rem;
  color: #7F7F7F;
  line-height: 2.2;
}
@media screen and (max-width: 1024px) {
  .c-news-list .date, .c-news-list--black .date {
    margin-bottom: 0.375rem;
  }
}
.c-news-list .title, .c-news-list--black .title {
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .c-news-list--black {
    gap: 2rem;
  }
}
.c-news-list--black .c-news-list__item {
  border-color: #03081B;
}
@media screen and (max-width: 1024px) {
  .c-news-list--black .c-news-list__item {
    padding-bottom: 1rem;
  }
}
.c-news-list--black .title, .c-news-list--black .date {
  color: #03081B;
}

.c-news-slider--scroll {
  overflow-x: scroll;
  padding: 0 0 6.25rem;
}
.c-news-slider--scroll__list {
  display: flex;
  gap: 1.5rem;
  padding-left: 15.375rem;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .c-news-slider--scroll__list {
    gap: 1.25rem;
    padding-left: 1.125rem;
  }
}
.c-news-slider--scroll > li {
  flex: 1;
}
.c-news-slider--swiper {
  height: 32.4375rem;
}
.c-news-slider--swiper.swiper {
  padding: 0 4.8125rem;
}
@media screen and (max-width: 1024px) {
  .c-news-slider--swiper.swiper {
    padding: 0 1.5rem;
  }
}
.c-news-slider--swiper .swiper-slide {
  flex: 1;
  min-width: 23.125rem;
  max-width: 23.125rem;
}
@media screen and (max-width: 1024px) {
  .c-news-slider--swiper .swiper-slide {
    min-width: 14.8125rem;
    max-width: 14.8125rem;
  }
}

.c-overlay {
  display: none;
}
.c-overlay.is-open {
  display: block;
}
@media screen and (max-width: 1024px) {
  .c-overlay.is-open {
    display: none;
  }
}
.c-overlay__content {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.c-pagination, .c-pagination--sp {
  display: flex;
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .c-pagination, .c-pagination--sp {
    display: none;
  }
}
.c-pagination ul.page-numbers, .c-pagination--sp ul.page-numbers {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  max-width: 76rem;
}
.c-pagination ul.page-numbers li, .c-pagination--sp ul.page-numbers li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .c-pagination ul.page-numbers li, .c-pagination--sp ul.page-numbers li {
    flex: 1;
  }
}
.c-pagination ul.page-numbers li span, .c-pagination--sp ul.page-numbers li span, .c-pagination ul.page-numbers li a, .c-pagination--sp ul.page-numbers li a {
  display: block;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  color: #03081B;
}
.c-pagination ul.page-numbers li:has(.prev), .c-pagination--sp ul.page-numbers li:has(.prev), .c-pagination ul.page-numbers li:has(.next), .c-pagination--sp ul.page-numbers li:has(.next) {
  position: absolute;
  width: max-content;
  height: 2.25rem;
  border: solid 1px #03081B;
}
@media screen and (max-width: 1024px) {
  .c-pagination ul.page-numbers li:has(.prev), .c-pagination--sp ul.page-numbers li:has(.prev), .c-pagination ul.page-numbers li:has(.next), .c-pagination--sp ul.page-numbers li:has(.next) {
    position: initial;
    flex: 0;
  }
}
.c-pagination ul.page-numbers li:has(.prev), .c-pagination--sp ul.page-numbers li:has(.prev) {
  left: 0rem;
}
.c-pagination ul.page-numbers li:has(.next), .c-pagination--sp ul.page-numbers li:has(.next) {
  right: 0rem;
}
.c-pagination ul.page-numbers li:has(.current), .c-pagination--sp ul.page-numbers li:has(.current) {
  border: solid 1px #03081B;
}
@media screen and (max-width: 1024px) {
  .c-pagination ul.page-numbers li a, .c-pagination--sp ul.page-numbers li a {
    font-size: 0.875rem;
  }
}
.c-pagination ul.page-numbers li a:not(.next):not(.prev), .c-pagination--sp ul.page-numbers li a:not(.next):not(.prev) {
  line-height: 2.5rem;
  height: 100%;
}
.c-pagination ul.page-numbers li a.prev, .c-pagination--sp ul.page-numbers li a.prev, .c-pagination ul.page-numbers li a.next, .c-pagination--sp ul.page-numbers li a.next {
  line-height: 2.25rem;
  padding: 0 0.75rem;
}
.c-pagination ul.page-numbers li a.prev, .c-pagination--sp ul.page-numbers li a.prev {
  padding-left: 2.25rem;
}
.c-pagination ul.page-numbers li a.next, .c-pagination--sp ul.page-numbers li a.next {
  padding-right: 2.25rem;
}
.c-pagination ul.page-numbers li a.prev::before, .c-pagination--sp ul.page-numbers li a.prev::before, .c-pagination ul.page-numbers li a.next::after, .c-pagination--sp ul.page-numbers li a.next::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/icon/icon_arrow.svg") no-repeat center center/contain;
}
.c-pagination ul.page-numbers li a.prev::before, .c-pagination--sp ul.page-numbers li a.prev::before {
  left: 0.75rem;
}
.c-pagination ul.page-numbers li a.next::after, .c-pagination--sp ul.page-numbers li a.next::after {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .c-pagination ul.page-numbers li span, .c-pagination--sp ul.page-numbers li span {
    font-size: 0.875rem;
  }
}
.c-pagination--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-pagination--sp {
    display: flex;
  }
}

.c-service, .c-service--sub {
  background: #fff;
}
.c-service__title {
  margin-bottom: 2.5rem;
  color: #222;
}
@media screen and (max-width: 1024px) {
  .c-service__title {
    margin-bottom: 1rem;
  }
}
.c-service__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.c-service--sub .c-service__inner {
  padding: 4rem 0;
}
@media screen and (max-width: 1024px) {
  .c-service--sub .c-service__inner {
    padding: 4rem 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-service--sub .c-service-list__item {
    max-width: 100%;
    min-height: 20.9375rem;
  }
}

.c-service-list, .c-service-list--full {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: auto;
  padding: 0 2rem;
  max-width: 80rem;
}
@media screen and (max-width: 1024px) {
  .c-service-list, .c-service-list--full {
    padding: 0;
    gap: 1rem;
  }
}
.c-service-list__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-sizing: border-box;
  max-width: calc(25% - 1.125rem);
  padding: 1rem;
  background: #fff;
  border: solid 1px #03081B;
}
@media screen and (max-width: 1024px) {
  .c-service-list__item {
    padding: 0.75rem;
    max-width: calc(50% - 0.5rem);
  }
}
.c-service-list__content {
  flex: 1;
}
.c-service-list__title {
  position: relative;
  display: block;
  padding-bottom: 2rem;
  text-align: center;
  color: #330B68;
  font-size: 1.40625rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .c-service-list__title {
    font-size: 1rem;
  }
}
.c-service-list__title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1rem;
  width: 3.375rem;
  height: 0.25rem;
  background-color: #330B68;
  transform: translateX(-50%);
}
.c-service-list__excerpt {
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .c-service-list__excerpt {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-service-list--full {
    padding: 0;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-service-list--full .c-service-list__item {
    max-width: 100%;
    min-height: 20.9375rem;
  }
}

.c-sponsor-slider {
  padding: 1.125rem 0 2.5rem;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .c-sponsor-slider {
    padding: 0.375rem 0 1.325rem;
  }
}
.c-sponsor-slider__title {
  text-align: center;
  margin: auto;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.2;
}
@media screen and (max-width: 1024px) {
  .c-sponsor-slider__title {
    font-size: 0.875rem;
  }
}
.c-sponsor-slider__content {
  margin-top: 0.5rem;
}
.c-sponsor-slider__list.swiper-wrapper {
  transition-timing-function: linear;
}
.c-sponsor-slider__list .swiper-slide {
  height: auto;
  width: auto;
  max-height: 4.5625rem;
}
@media screen and (max-width: 1024px) {
  .c-sponsor-slider__list .swiper-slide {
    max-height: 3.125rem;
    max-width: 8.75rem;
  }
}
.c-sponsor-slider__list .swiper-slide img {
  margin: auto;
  object-fit: contain;
  height: 100%;
}

.swiper {
  position: relative;
}
.swiper-button, .swiper-button-next, .swiper-button-prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-next {
  right: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .swiper-button-next {
    right: 1rem;
  }
}
.swiper-button-prev {
  left: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .swiper-button-prev {
    left: 1rem;
  }
}

.c-tab, .c-tab.active {
  display: flex;
  padding: 0.5rem;
  cursor: pointer;
  border-radius: 7.5rem;
  background: #fff;
  box-shadow: 0px 0.737px 1.474px 0px rgba(0, 0, 0, 0.25);
  align-items: center;
  justify-content: center;
  gap: 0.6875rem;
}
@media screen and (max-width: 1024px) {
  .c-tab, .c-tab.active {
    gap: 0.25rem;
  }
}
.c-tab.active {
  background: #b2c3ef;
}
.c-tab.active .c-tab__lamp {
  border: 1px solid #00BECE;
  background: #00BECE;
}
.c-tab.active .c-tab__lamp::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8125rem;
  height: 0.5rem;
  content: "";
  transform: translate(-50%, -50%);
  background: url("../images/icon/icon_check_white.svg") center/cover no-repeat;
}
.c-tab.active .c-tab__text {
  color: #00BECE;
}
.c-tab__text {
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .c-tab__text {
    font-size: 0.625rem;
  }
}
.c-tab__lamp {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #333333;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .c-tab__lamp {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.c-tab-switch {
  margin: auto;
  max-width: 79.25rem;
}
.c-tab-switch__list {
  position: relative;
  display: flex;
  justify-content: center;
  color: #00BECE;
  gap: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .c-tab-switch__list {
    gap: 1rem;
    padding: 0 1.5625rem;
  }
}
.c-tab-switch__tab {
  position: relative;
  width: 11.25rem;
  padding: 0.5rem 0 0.625rem;
  text-align: center;
  font-size: 3.4375rem;
  line-height: 1;
  border: 3px solid #00BECE;
  border-radius: 14px 14px 0 0;
  border-width: 3px 3px 0 3px;
  border-color: #00BECE #00BECE #03081B;
  font-family: "NovaSquare";
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .c-tab-switch__tab {
    font-size: 2.125rem;
  }
}
.c-tab-switch__tab span {
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .c-tab-switch__tab span {
    font-size: 1rem;
  }
}
.c-tab-switch__tab.is-active::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  border: solid 4px #03081B;
}
.c-tab-switch__content {
  border: 3px solid #00BECE;
  padding: 4.75rem 4.875rem;
}
@media screen and (max-width: 1024px) {
  .c-tab-switch__content {
    padding: 1rem 0.875rem 1.375rem 0.875rem;
  }
}
.c-tab-switch__panel {
  display: none;
}
.c-tab-switch__panel.is-active {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.375rem;
}
@media screen and (max-width: 1024px) {
  .c-tab-switch__panel.is-active {
    flex-direction: column;
    gap: 1.375rem;
  }
}
.c-tab-switch__panel h3 {
  font-size: 3.125rem;
  color: #00BECE;
}
@media screen and (max-width: 1024px) {
  .c-tab-switch__panel h3 {
    margin-bottom: 0.5625rem;
    font-size: 1.875rem;
  }
}
.c-tab-switch__panel p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .c-tab-switch__panel p {
    font-size: 0.875rem;
  }
}
.c-tab-switch__panel > div {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .c-tab-switch__panel > div {
    min-width: 100%;
  }
}
.c-tab-switch__panel > div:last-child {
  max-width: 29.5rem;
}

.c-tab-switch-list {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}
@media screen and (max-width: 1024px) {
  .c-tab-switch-list {
    gap: 1rem;
  }
}
.c-tab-switch-list__item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-tab-switch-list__item .point {
  text-align: center;
  font-size: 2.25rem;
  color: #00BECE;
  line-height: 1;
  font-family: "NovaSquare";
}
@media screen and (max-width: 1024px) {
  .c-tab-switch-list__item .point {
    font-size: 1.5rem;
  }
}
.c-tab-switch-list__item .point > span {
  display: block;
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .c-tab-switch-list__item .point > span {
    font-size: 0.8125rem;
  }
}
.c-tab-switch-list__item .text {
  background: #fff;
  flex: 1;
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  color: #03081B;
  border: solid 2.5px;
  border-image: linear-gradient(to right, #30CFD0, #997EBB) 1;
  color: #03081B;
}
@media screen and (max-width: 1024px) {
  .c-tab-switch-list__item .text {
    padding: 0.625rem;
    font-size: 0.875rem;
  }
}
.c-tab-switch-list__item .text span {
  font-weight: bold;
}

.c-tag, .c-tag--white_round, .c-tag--blue, .c-tag--black {
  display: block;
  width: fit-content;
  text-align: center;
  font-size: 0.875rem;
  color: #00ABBD;
  padding: 0.375rem;
  border: solid 1px #00ABBD;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .c-tag, .c-tag--white_round, .c-tag--blue, .c-tag--black {
    font-size: 0.6875rem;
  }
}
.c-tag--black {
  color: #03081B;
  border-color: #03081B;
  background-color: #fff;
  padding: 0.5rem;
}
.c-tag--blue {
  color: #00ABBD;
  background-color: #fff;
  padding: 0.5rem;
  font-size: 0.71rem;
}
.c-tag--white_round {
  color: #fff;
  border: solid 1px #fff;
  padding: 0.125rem 0.625rem;
  font-size: 0.875rem;
  height: 1.5rem;
  line-height: 1;
  border-radius: 0.8125rem;
}

.c-text-link, .c-text-link--right, .c-text-link--center {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: #00BECE;
  font-weight: 700;
}
.c-text-link--center {
  justify-content: center;
}
.c-text-link--right {
  justify-content: end;
}
.c-text-link__text {
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .c-text-link__text {
    font-size: 0.875rem;
  }
}
.c-text-link__text--small {
  font-size: 0.875rem;
}

.c-title-common, .c-title-common--sub, .c-title-common--main {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #03081B;
}
.c-title-common--main {
  font-size: 2rem;
  line-height: 2.2;
}
@media screen and (max-width: 1024px) {
  .c-title-common--main {
    font-size: 1.375rem;
  }
}
.c-title-common--sub {
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .c-title-common--sub {
    font-size: 0.875rem;
  }
}

.c-webinar, .c-webinar--top {
  background: #03081B;
}
.c-webinar__inner {
  padding-top: 4rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 1024px) {
  .c-webinar__inner {
    padding-bottom: 2.5rem;
  }
}
.c-webinar__title {
  color: #fff;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .c-webinar__title {
    margin-bottom: 1.375rem;
  }
}
.c-webinar-card__link {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-webinar-card__info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-webinar-card__info .date {
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .c-webinar-card__info .date {
    font-size: 0.75rem;
  }
}
.c-webinar-card__info .title {
  font-size: 1.125rem;
}
.c-webinar-card__info .excerpt {
  font-size: 0.875rem;
}
.c-webinar-card__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.c-webinar-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .c-webinar-list {
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 2rem;
  }
}
.c-webinar-list > li {
  flex: 1 1 calc(33.333% - 1.3333125rem);
  max-width: calc(33.333% - 1.3333125rem);
  min-height: 27.5rem;
}
@media screen and (max-width: 1024px) {
  .c-webinar-list > li {
    flex: 1 1 100%;
    max-width: 100%;
    min-height: max-content;
  }
}
.c-webinar-slider {
  margin-bottom: 6.5rem;
}
.c-webinar-slider.swiper {
  padding: 0 4rem;
}
@media screen and (max-width: 1024px) {
  .c-webinar-slider.swiper {
    padding: 0 0.9375rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-webinar-slider {
    margin-bottom: 1rem;
  }
}
.c-webinar-slider .c-webinar-card {
  width: 32rem;
}
.c-webinar--top .c-webinar__inner {
  padding-top: 12.5rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .c-webinar--top .c-webinar__inner {
    padding-top: 6.25rem;
    padding-bottom: 2.5rem;
  }
}

.c-whitepaper, .c-whitepaper--sub {
  background: #03081B;
}
.c-whitepaper__inner {
  padding-top: 6.25rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 1024px) {
  .c-whitepaper__inner {
    padding-bottom: 6.25rem;
  }
}
.c-whitepaper__title {
  color: #fff;
  margin-bottom: 2.5rem;
}
.c-whitepaper__content {
  margin-bottom: 3.75rem;
}
.c-whitepaper-slider {
  margin-bottom: 6.5rem;
  height: 27.875rem;
}
@media screen and (max-width: 1024px) {
  .c-whitepaper-slider {
    height: 22.5625rem;
    margin-bottom: 2.875rem;
  }
}
.c-whitepaper-slider.swiper {
  padding: 0 4rem;
}
@media screen and (max-width: 1024px) {
  .c-whitepaper-slider.swiper {
    padding: 0 1.875rem;
  }
}
.c-whitepaper-slider__list {
  display: flex;
}
.c-whitepaper-slider__item {
  width: 22.5625rem;
  background-color: #fff;
}
.c-whitepaper-slider__thumbnail {
  width: 100%;
  height: 100%;
}
.c-whitepaper-slider__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-whitepaper-slider .c-btn-download {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.c-whitepaper-slider .c-btn-download a:hover {
  opacity: 0.8;
}
.c-whitepaper-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .c-whitepaper-list {
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 2rem;
  }
}
.c-whitepaper-list > li {
  flex: 1 1 calc(33.333% - 1.3333125rem);
  max-width: calc(33.333% - 1.3333125rem);
  min-height: 19.75rem;
}
@media screen and (max-width: 1024px) {
  .c-whitepaper-list > li {
    flex: 1 1 100%;
    max-width: 100%;
    min-height: max-content;
  }
}
.c-whitepaper--sub .c-whitepaper__inner {
  padding-top: 4rem;
  padding-bottom: 6.875rem;
}

.c-whitepaper-card__link {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  height: 100%;
}
.c-whitepaper-card__thumbnail {
  width: 100%;
  max-height: 13.125rem;
}
.c-whitepaper-card__thumbnail img {
  aspect-ratio: 384/210;
  height: 100%;
  object-fit: cover;
}
.c-whitepaper-card__info {
  flex: 1;
}
.c-whitepaper-card__info .head {
  display: block;
  color: #535862;
  margin-bottom: 0.25rem;
}
.c-whitepaper-card__info .title {
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
}

.p-home {
  background-color: #03081B;
}
.p-home-kv {
  position: relative;
  width: 100%;
  height: 43.125rem;
}
@media screen and (max-width: 1024px) {
  .p-home-kv {
    height: 40.75rem;
  }
}
.p-home-kv__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-home-kv video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-home-kv video {
    height: 50%;
  }
}
.p-home-kv__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-home-kv .title {
  font-size: 2.8125rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-home-kv .title {
    font-size: 1.25rem;
  }
}

.p-home-introduction__title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20.875rem;
  background: #fff;
  font-weight: bold;
  line-height: 2.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .p-home-introduction__title {
    height: 12.375rem;
    padding: 0 1.125rem;
    line-height: 2.2;
  }
}
.p-home-introduction__title video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-home-introduction__title h2 {
  position: relative;
  font-size: 1.875rem;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .p-home-introduction__title h2 {
    font-size: 1.25rem;
  }
}
.p-home-introduction__title h2::before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background: linear-gradient(90deg, #30CFD0 0%, #330867 100%);
}
@media screen and (max-width: 1024px) {
  .p-home-introduction__title h2::before {
    bottom: 0;
  }
}
.p-home-introduction__title p {
  position: relative;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .p-home-introduction__title p {
    font-size: 1rem;
  }
}

.p-home-strength__inner {
  padding-top: 7.3125rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 1024px) {
  .p-home-strength__inner {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }
}
.p-home-strength__title {
  margin: 0 auto 5rem;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .p-home-strength__title {
    margin-bottom: 3.4375rem;
  }
}
.p-home-strength__title h2 {
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #30CFD0 0%, #997EBB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .p-home-strength__title h2 {
    font-size: 1.3125rem;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 375px) {
  .p-home-strength__title h2 {
    font-size: 1.125rem;
  }
}

.p-home-service {
  background-color: #fff;
}
.p-home-service__cover {
  position: relative;
  padding: 5.25rem 0;
  text-align: center;
  line-height: 1.8;
  background: url("../images/top/service_cover.png") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .p-home-service__cover {
    padding: 3.3125rem 0 2.9375rem;
  }
}
.p-home-service__cover video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-home-service__cover__title {
  position: relative;
  margin-bottom: 1.75rem;
  font-size: 1.6875rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-home-service__cover__title {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
  }
}
.p-home-service__cover__text {
  position: relative;
  display: block;
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .p-home-service__cover__text {
    font-size: 0.875rem;
  }
}
.p-home-service__cover__text + .p-home-service__cover__text {
  margin-top: 2.875rem;
}
@media screen and (max-width: 1024px) {
  .p-home-service__cover__text + .p-home-service__cover__text {
    margin-top: 1.25rem;
  }
}
.p-home-service__inner {
  padding-bottom: 9rem;
}
@media screen and (max-width: 1024px) {
  .p-home-service__inner {
    padding-bottom: 4.8125rem;
  }
}
.p-home-service__image {
  position: relative;
  margin: -2.8125rem auto 3.875rem;
  width: 100%;
  max-width: 40rem;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .p-home-service__image {
    margin: 0 auto 3.1875rem;
  }
}

.p-home-member__inner {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 1024px) {
  .p-home-member__inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.p-home-member__title {
  margin-bottom: 3.4375rem;
}
@media screen and (max-width: 1024px) {
  .p-home-member__title {
    margin-bottom: 1.875rem;
  }
}
.p-home-member__title .c-title-common--sub {
  font-size: 0.875rem;
}
.p-home-member__content > .c-member-slider {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .p-home-member__content > .c-member-slider {
    margin-bottom: 6.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-member__content > .c-member-slider .c-member-card .name {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-member__content > .c-member-slider .c-member-card .kana {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-member__content > .c-member-slider .c-member-card .position {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-member__content > .c-member-slider .c-member-card .excerpt {
    font-size: 0.75rem;
  }
}

.p-home-recruit {
  background: url("../images/common/recruit_bg.png") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .p-home-recruit {
    background-size: 180%;
  }
}
.p-home-recruit__inner {
  position: relative;
  padding-top: 14.125rem;
  padding-bottom: 19.375rem;
}
@media screen and (max-width: 1024px) {
  .p-home-recruit__inner {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.p-home-recruit video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-home-recruit__title {
  position: relative;
  margin-bottom: 0.9375rem;
}
.p-home-recruit__content {
  position: relative;
  font-weight: bold;
  line-height: 2.2;
  text-align: center;
  color: #fff;
}
.p-home-recruit__content span {
  display: block;
  margin-bottom: 1.6875rem;
  font-size: 1.625rem;
}
@media screen and (max-width: 1024px) {
  .p-home-recruit__content span {
    margin-bottom: 1.0625rem;
    font-size: 1rem;
  }
}
.p-home-recruit__content p {
  margin-bottom: 6rem;
  font-size: 1.375rem;
}
@media screen and (max-width: 1024px) {
  .p-home-recruit__content p {
    margin-bottom: 1.875rem;
    font-size: 0.875rem;
  }
}
.p-home-recruit__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .p-home-recruit__btn {
    flex-direction: column;
    gap: 0.9375rem;
  }
}

.p-archive__inner {
  padding-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-archive__inner {
    padding: 0 1rem;
  }
}
.p-archive__title {
  padding: 6rem 0;
}
@media screen and (max-width: 1024px) {
  .p-archive__title {
    padding: 4rem 0;
  }
}
.p-archive__tags {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-archive__tags {
    margin-bottom: 2rem;
  }
}
.p-archive__tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-archive__tags ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.p-archive__tags li {
  flex-shrink: 0;
}
.p-archive-insight__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-archive-insight__list {
    gap: 3rem;
  }
}
.p-archive-insight__list > div {
  flex: 1 1 calc(33.333% - 1.3333125rem);
  max-width: calc(33.333% - 1.3333125rem);
}
@media screen and (max-width: 1024px) {
  .p-archive-insight__list > div {
    flex: 1;
    min-width: 100%;
    max-width: 100%;
  }
}
.p-archive__inner {
  margin: auto;
}

.p-page__inner {
  padding-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-page__inner {
    padding: 0 1rem;
  }
}
.p-page__title {
  padding: 6rem 0;
}
.p-page__inner {
  margin: auto;
}
.p-page-company .p-page__inner {
  padding-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .p-page-company .p-page__inner {
    padding-bottom: 4rem;
  }
}
.p-page-company .p-page__content {
  margin: auto;
  max-width: 45rem;
}
.p-page-company h2 {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
}
.p-page-company p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-page-company p {
    margin-bottom: 1.5rem;
  }
}
.p-page-company a {
  text-decoration: underline;
}
.p-page-company ul, .p-page-company ol {
  line-height: 1.5;
}
.p-page-recruit-kv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50rem;
}
@media screen and (max-width: 1024px) {
  .p-page-recruit-kv {
    background-size: 200%;
    height: 17.6875rem;
  }
}
.p-page-recruit-kv video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-page-recruit-kv__title .c-title-common--main {
    line-height: 1.4;
    font-size: 1.5rem;
  }
}
.p-page-recruit-content {
  color: #fff;
}
.p-page-recruit__section, .p-page-recruit__section--full {
  padding: 6rem 0;
}
@media screen and (max-width: 1024px) {
  .p-page-recruit__section, .p-page-recruit__section--full {
    padding: 3rem 1.5rem;
  }
}
.p-page-recruit__section#message, #message.p-page-recruit__section--full {
  margin: auto;
  max-width: 80rem;
}
@media screen and (max-width: 1024px) {
  .p-page-recruit__section#message, #message.p-page-recruit__section--full {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-recruit__section#message .image, #message.p-page-recruit__section--full .image {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-recruit__section#goal .image, #goal.p-page-recruit__section--full .image {
    padding: 0 1rem;
  }
}
.p-page-recruit__section#values, #values.p-page-recruit__section--full {
  background: url("../images/recruit/values_bg.png") no-repeat center center/cover;
}
.p-page-recruit__section#values .title, #values.p-page-recruit__section--full .title {
  margin-bottom: 1.5rem;
}
.p-page-recruit__section#values .item-title, #values.p-page-recruit__section--full .item-title {
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 1024px) {
  .p-page-recruit__section#values .item-title, #values.p-page-recruit__section--full .item-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-recruit__section#values p, #values.p-page-recruit__section--full p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-recruit__section#work .item-container, #work.p-page-recruit__section--full .item-container {
    padding: 3rem 0 0;
  }
}
.p-page-recruit__section#work .item-title, #work.p-page-recruit__section--full .item-title {
  margin-bottom: 2rem;
  font-size: 1.875rem;
}
.p-page-recruit__section#work .item-title-sub, #work.p-page-recruit__section--full .item-title-sub {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.p-page-recruit__section#work .item-list, #work.p-page-recruit__section--full .item-list {
  margin-left: 1rem;
  margin-bottom: 2rem;
  list-style-type: disc;
  line-height: 1.5;
}
.p-page-recruit__section#position .block-item, #position.p-page-recruit__section--full .block-item {
  padding: 1.5rem 0 2rem;
  border-bottom: solid 1px #fff;
}
.p-page-recruit__section#position .block-item:last-child, #position.p-page-recruit__section--full .block-item:last-child {
  border-bottom: none;
}
.p-page-recruit__section#position .block-item-title, #position.p-page-recruit__section--full .block-item-title {
  width: fit-content;
  position: relative;
  text-decoration: underline;
}
.p-page-recruit__section#position .block-item-title::after, #position.p-page-recruit__section--full .block-item-title::after {
  content: "";
  position: absolute;
  top: 0.4375rem;
  right: -0.4375rem;
  transform: translateX(100%);
  width: 0.625rem;
  height: 0.625rem;
  background: url("../images/icon/icon_external.svg") center/cover no-repeat;
}
.p-page-recruit__section#faq .faq-category-title, #faq.p-page-recruit__section--full .faq-category-title {
  margin: 2rem auto;
  font-size: 1.5rem;
}
.p-page-recruit__section#faq .faq-list-item, #faq.p-page-recruit__section--full .faq-list-item {
  border-top: solid 1px #fff;
  padding: 2rem 0;
}
.p-page-recruit__section#faq .faq-list-item .question, #faq.p-page-recruit__section--full .faq-list-item .question {
  position: relative;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .p-page-recruit__section#faq .faq-list-item .question, #faq.p-page-recruit__section--full .faq-list-item .question {
    padding-right: 1.75rem;
  }
}
.p-page-recruit__section#faq .faq-list-item .question span::after, #faq.p-page-recruit__section--full .faq-list-item .question span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/icon/icon_toggle_circle_plus.svg") center/cover no-repeat;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.p-page-recruit__section#faq .faq-list-item .question.is-active span::after, #faq.p-page-recruit__section--full .faq-list-item .question.is-active span::after {
  transform: rotate(360deg) translateY(-50%);
  background-image: url("../images/icon/icon_toggle_circle_minus.svg");
}
.p-page-recruit__section#faq .faq-list-item .answer, #faq.p-page-recruit__section--full .faq-list-item .answer {
  display: none;
  padding: 1rem 0 0;
  line-height: 1.5;
}
.p-page-recruit__section#faq .faq-list-item .answer.is-active, #faq.p-page-recruit__section--full .faq-list-item .answer.is-active {
  display: block;
}
.p-page-recruit__section--full {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.p-page-recruit__section > h2, .p-page-recruit__section--full > h2 {
  margin-bottom: 1.5rem;
}
.p-page-recruit__section h2, .p-page-recruit__section--full h2, .p-page-recruit__section h3, .p-page-recruit__section--full h3 {
  font-weight: bold;
}
.p-page-recruit__section h2, .p-page-recruit__section--full h2 {
  font-size: 2.25rem;
}
@media screen and (max-width: 1024px) {
  .p-page-recruit__section h2, .p-page-recruit__section--full h2 {
    font-size: 1.875rem;
  }
}
.p-page-recruit__section h3, .p-page-recruit__section--full h3 {
  font-size: 1.125rem;
}
.p-page-recruit__section .title-sub, .p-page-recruit__section--full .title-sub {
  display: block;
  margin-bottom: 1.5rem;
  color: #00BECE;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .p-page-recruit__section .title-sub, .p-page-recruit__section--full .title-sub {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
  }
}
.p-page-recruit__block--flex {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.p-page-recruit__block--flex > div {
  flex: 1;
  width: 100%;
}
.p-page-recruit__block--text {
  max-width: 35rem;
  padding: 0 2rem;
}
@media screen and (max-width: 1024px) {
  .p-page-recruit__block--text {
    padding: 3rem 0 0;
    margin: 0 1rem;
  }
}
.p-page-recruit__block--text .title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-page-recruit__block--text .title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.p-page-recruit__block--text .title-sub {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .p-page-recruit__block--text .title-sub {
    margin-bottom: 1.5rem;
  }
}
.p-page-recruit__block--text .text {
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .p-page-recruit__block--text .text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-recruit__block--list {
    gap: 2.25rem !important;
    flex-direction: column;
  }
}
.p-page-recruit__block--list > div {
  padding: 0 1rem;
}
@media screen and (max-width: 1024px) {
  .p-page-recruit__block--list > div {
    flex: 1 !important;
    max-width: 100% !important;
  }
}
.p-page-recruit-slider {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  .p-page-recruit-slider {
    margin-top: 1.5rem;
    margin-bottom: 4.5rem;
  }
}
.p-page-contact__form label {
  color: #414651;
}
.p-page-contact__form label .required {
  font-size: 0.875rem;
  color: #00ABBD;
}
.p-page-contact__form input, .p-page-contact__form textarea {
  margin-top: 0.375rem;
  padding: 0 0.875rem;
  width: 100%;
  height: 2.75rem;
  border: solid 1px #D5D7DA;
  font-size: 1rem;
}
.p-page-contact__form input::placeholder, .p-page-contact__form textarea::placeholder {
  color: #717680;
}
.p-page-contact__form form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 0 auto;
  max-width: 45rem;
}
.p-page-contact__form-title {
  margin-top: 0 !important;
  color: #03081B;
}
.p-page-contact__form .notice {
  color: #535862;
  font-size: 0.875rem;
}
.p-page-contact__form .notice p {
  margin: 0;
}
.p-page-contact__form .notice a {
  text-decoration: underline;
  font-size: 0.875rem;
}
.p-page-contact__form .agreement span {
  display: block;
  margin: 0;
}
.p-page-contact__form .agreement label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: #535862;
}
.p-page-contact__form .agreement input {
  margin: 0;
  width: 1rem;
  height: 1rem;
}
.p-page-contact__form .wpcf7-form-control-wrap {
  display: block;
}
.p-page-contact__form .wpcf7-submit {
  cursor: pointer;
  margin-top: 2rem;
}
.p-page-contact__form .wpcf7-response-output {
  padding: 1rem;
  border-color: #00BECE;
}

.p-single__inner {
  margin: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  .p-single__inner {
    padding: 3rem 1rem;
  }
}
.p-single__head, .p-single__head--center {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .p-single__head, .p-single__head--center {
    padding: 0 1rem;
  }
}
.p-single__head--center {
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-single__head--center {
    align-items: flex-start;
    text-align: left;
  }
}
.p-single__tags {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-single__tags {
    margin-bottom: 2rem;
  }
}
.p-single__tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-single__tags ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.p-single__tags li {
  flex-shrink: 0;
}
.p-single__title {
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-single__title {
    font-size: 2rem;
  }
}
.p-single__lead, .p-single__date {
  font-size: 1.125rem;
  line-height: 1.875;
}
.p-single__thumbnail {
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-single__thumbnail {
    margin-top: 3rem;
  }
}
.p-single__thumbnail img {
  width: 100%;
}
.p-single__content, .p-single-whitepaper__content, .p-single__content--separate {
  margin: 6rem auto 0;
  max-width: 45rem;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .p-single__content, .p-single-whitepaper__content, .p-single__content--separate {
    margin: 3rem auto 0;
  }
}
.p-single__content h1, .p-single-whitepaper__content h1, .p-single__content--separate h1, .p-single__content h2, .p-single-whitepaper__content h2, .p-single__content--separate h2 {
  margin: 1.25rem auto;
  font-size: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .p-single__content h1, .p-single-whitepaper__content h1, .p-single__content--separate h1, .p-single__content h2, .p-single-whitepaper__content h2, .p-single__content--separate h2 {
    font-size: 1.25rem;
  }
}
.p-single__content h3, .p-single-whitepaper__content h3, .p-single__content--separate h3, .p-single__content h4, .p-single-whitepaper__content h4, .p-single__content--separate h4 {
  margin: 1rem auto;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .p-single__content h3, .p-single-whitepaper__content h3, .p-single__content--separate h3, .p-single__content h4, .p-single-whitepaper__content h4, .p-single__content--separate h4 {
    font-size: 1.25rem;
  }
}
.p-single__content p, .p-single-whitepaper__content p, .p-single__content--separate p {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.p-single__content img:not(.p-single__thumbnail img), .p-single-whitepaper__content img:not(.p-single__thumbnail img), .p-single__content--separate img:not(.p-single__thumbnail img) {
  margin: 1rem auto 0;
}
.p-single__content--separate {
  display: flex;
  gap: 4.5rem;
  padding: 0 0.25rem;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-single__content--separate {
    flex-direction: column;
    padding: 0;
  }
}
.p-single__content--separate > div:first-child {
  flex: 1;
  max-width: 48.5rem;
}
.p-single__content--separate .p-single__thumbnail {
  margin: 0;
}
.p-single__form {
  flex: 1;
  max-width: 22.5rem;
}
.p-single__form label {
  color: #414651;
}
.p-single__form label .required {
  font-size: 0.875rem;
  color: #00ABBD;
}
.p-single__form input, .p-single__form textarea {
  margin-top: 0.375rem;
  padding: 0 0.875rem;
  height: 2.75rem;
  border: solid 1px #D5D7DA;
  font-size: 1rem;
}
.p-single__form input::placeholder, .p-single__form textarea::placeholder {
  color: #717680;
}
.p-single__form form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2rem;
}
.p-single__form-title {
  margin-top: 0 !important;
  color: #03081B;
}
.p-single__form .notice {
  color: #535862;
  font-size: 0.875rem;
}
.p-single__form .notice p {
  margin: 0;
}
.p-single__form .notice a {
  text-decoration: underline;
  font-size: 0.875rem;
}
.p-single__form .agreement span {
  display: block;
  margin: 0;
}
.p-single__form .agreement label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: #535862;
}
.p-single__form .agreement input {
  margin: 0;
  width: 1rem;
  height: 1rem;
}
.p-single__form .wpcf7-submit {
  cursor: pointer;
}
.p-single-whitepaper__head {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-single-whitepaper__head {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.p-single-whitepaper__head > div:not(.p-single__thumbnail) {
  padding: 0 1rem;
}
.p-single-whitepaper .p-single__thumbnail {
  margin: 0;
  width: 100%;
  max-width: 25rem;
}
.p-single-whitepaper .p-single__thumbnail img {
  aspect-ratio: 400/533;
  object-fit: cover;
  height: 100%;
}
.p-single-whitepaper .p-single__title {
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-single-whitepaper .p-single__title {
    font-size: 2rem;
  }
}
.p-single-whitepaper .p-single__lead {
  margin-top: 1.5rem;
}
.p-single-whitepaper .c-btn-common--download {
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-single-whitepaper .c-btn-common--download {
    margin-top: 1.5rem;
  }
}
.p-single-whitepaper__content {
  max-width: 100%;
}
.p-single-whitepaper__content > h2 {
  text-align: center;
  font-size: 2.25rem;
}
@media screen and (max-width: 1024px) {
  .p-single-whitepaper__content > h2 {
    font-size: 2rem;
  }
}
.p-single-whitepaper__overview {
  background-color: #03081B;
  color: #fff;
  padding: 4.6875rem 1rem;
  width: 100%;
  max-width: 77.5rem;
}
.p-single-whitepaper__overview > div {
  margin: auto;
  width: 100%;
  max-width: 48.5rem;
}

.u-bg-color--white {
  background: #fff;
}
.u-bg-color--black {
  background: #03081B;
}
.u-bg-color--blue {
  background: #406AD6;
}
.u-bg-color--yellow {
  background: #FFF6E5;
}
.u-bg-wave--blue {
  background: url("../images/bg/wave_blue_pc.webp") no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
  .u-bg-wave--blue {
    background: url("../images/bg/wave_blue_sp.webp") no-repeat center/cover;
  }
}
.u-bg-wave--yellow {
  background: url("../images/bg/wave_yellow.webp") repeat-x top/contain;
}

.u-margin-top--narrow {
  margin-top: 0.625rem;
}
.u-margin-top--normal {
  margin-top: 1.5rem;
}
.u-margin-top--wide {
  margin-top: 3rem;
}

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

.only-pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .only-pc {
    display: none;
  }
}

.u-display-flex, .u-display-flex--center {
  display: flex;
}
.u-display-flex--center {
  justify-content: center;
  align-items: center;
}
.u-display-flex .flex-1_3, .u-display-flex--center .flex-1_3 {
  flex: 1 1 33.3333%;
  max-width: 33.3333%;
}
.u-display-flex.column, .column.u-display-flex--center {
  flex-direction: column;
}
.u-display-flex.wrap, .wrap.u-display-flex--center {
  flex-wrap: wrap;
}
.u-display-flex.gap-8, .gap-8.u-display-flex--center {
  gap: 0.5rem;
}
.u-display-flex.gap-row-60, .gap-row-60.u-display-flex--center {
  row-gap: 3.75rem;
}
.u-display-flex.gap-row-64, .gap-row-64.u-display-flex--center {
  row-gap: 4rem;
}
@media screen and (max-width: 1024px) {
  .u-display-flex.column--sp, .column--sp.u-display-flex--center {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .u-display-flex.column-reverse--sp, .column-reverse--sp.u-display-flex--center {
    flex-direction: column-reverse;
  }
}

.u-position--relative {
  position: relative;
}

.u-color--white {
  color: #fff;
}
.u-color--blue {
  color: #00BECE;
}
.u-color--black {
  color: #03081B;
}
.u-color--gradient {
  background: linear-gradient(to right, #30CFD0, #997EBB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-text--center {
  text-align: center;
}

.u-underline a {
  text-decoration: underline;
  color: #0645AD !important;
}

.u-tracking--wide {
  letter-spacing: 0.1em;
}

ol.wp-block-list {
  list-style-type: decimal;
  list-style-position: inside;
}

ul.wp-block-list {
  list-style-type: disc;
  list-style-position: inside;
}
