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

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

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

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

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

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

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

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

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

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

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

h1,
h2,
h3,
h4 {
  text-wrap: wrap;
}

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

.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 1279px) {
  body {
    padding-top: 52px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1279px) {
  .l-header {
    background: none;
  }
}
.l-header__inner {
  max-width: 1310px;
  padding: 26px 25px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .l-header__inner {
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.9);
  }
}
.l-header__logo {
  width: 454px;
  flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
  .l-header__logo {
    width: 268px;
  }
}
.l-header__logo a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: auto;
}
.l-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.l-header__logo span:nth-child(1) {
  width: 75.1101321586%;
  position: relative;
  overflow: hidden;
}
.l-header__logo span:nth-child(1) img {
  transition: transform 0.3s ease-out;
}
.l-header__logo span:nth-child(1) img:nth-child(1) {
  transform: translateZ(0);
}
.l-header__logo span:nth-child(1) img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translate3d(0, 100%, 0);
}
.l-header__logo span:nth-child(2) {
  width: 24.8898678414%;
}
.l-header__menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1279px) {
  .l-header__menu {
    display: block;
    background: #333;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100dvh;
    padding: 82px 25px 50px;
    overflow: auto;
    visibility: hidden;
    top: -100%;
    transition: top 0.3s ease-out, visibility 0.3s ease-out, opacity 0.3s ease-out;
  }
  .l-header__menu.is-active {
    visibility: visible;
    opacity: 1;
    top: 0;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__navWrap {
    margin-top: 20px;
  }
}
.l-header__nav {
  color: #023894;
}
@media screen and (max-width: 1279px) {
  .l-header__nav {
    color: #f0ebe3;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__nav .u-sp-only {
    display: block !important;
  }
}
.l-header__nav .u-pc-only {
  display: block !important;
}
@media screen and (max-width: 1279px) {
  .l-header__nav .u-pc-only {
    display: none !important;
  }
}
.l-header__nav ul li {
  position: relative;
}
.l-header__nav ul li a {
  position: relative;
}
.l-header__nav > ul {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1279px) {
  .l-header__nav > ul {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__nav > ul > li:hover:hover > div {
    clip-path: inset(0 0 0 0);
  }
}
.l-header__nav > ul > li > span, .l-header__nav > ul > li > a {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 90px;
  margin: -26px 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .l-header__nav > ul > li > span, .l-header__nav > ul > li > a {
    display: block;
    height: auto;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #848484;
    font-size: 24px;
  }
}
.l-header__nav > ul > li > span::after, .l-header__nav > ul > li > a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #023894;
  position: absolute;
  left: 0;
  bottom: 26px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .l-header__nav > ul > li > span:hover::after, .l-header__nav > ul > li > a:hover::after {
    opacity: 1;
  }
}
.l-header__nav > ul > li > div {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  color: #f0ebe3;
  background: #333;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.3s ease-out;
}
@media screen and (max-width: 1279px) {
  .l-header__nav > ul > li > div {
    position: static;
    padding: 0;
    background: none;
    clip-path: inset(0 0 0 0);
  }
}
.l-header__nav > ul > li > div > ul {
  position: relative;
  max-width: 1310px;
  padding: 40px 25px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .l-header__nav > ul > li > div > ul {
    display: flex;
    max-width: 100%;
    padding: 0;
    flex-direction: column;
    gap: 10px;
  }
}
.l-header__nav > ul > li > div > ul > li {
  width: 719px;
  margin-left: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
}
@media screen and (max-width: 1279px) {
  .l-header__nav > ul > li > div > ul > li {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__nav > ul > li > div > ul > li:first-child {
    position: absolute;
    left: 25px;
    top: 80px;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__nav > ul > li > div > ul > li + li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__nav > ul > li > div > ul > li a {
    flex-shrink: 0;
    width: 240px;
    padding-left: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    transition: padding 0.3s ease-out;
  }
  .l-header__nav > ul > li > div > ul > li a::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    left: 0;
    top: 6px;
    transform: rotate(45deg);
    transition: left 0.3s ease-out;
  }
}
@media screen and (min-width: 1280px) and (any-hover: hover) {
  .l-header__nav > ul > li > div > ul > li > a:hover {
    padding-left: 30px;
  }
  .l-header__nav > ul > li > div > ul > li > a:hover::after {
    left: 10px;
  }
}
.l-header__nav > ul > li > div > ul > li > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 0;
  padding-left: 20px;
  height: 0;
  overflow: clip;
  transition: height 0.3s ease-out, padding 0.3s ease-out;
}
@media screen and (min-width: 1280px) {
  .l-header__nav > ul > li > div > ul > li > ul {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    overflow: visible;
    padding-left: 0;
    padding-bottom: 20px;
    height: auto;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
}
.l-header__nav > ul > li > div > ul > li > ul.is-active {
  height: auto;
  padding-top: 10px;
}
.l-header__nav > ul > li > div > ul > li > ul > li {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1280px) {
  .l-header__nav > ul > li > div > ul > li > ul > li a {
    padding: 0;
    border-bottom: none;
    color: #bbb;
    transition: color 0.3s ease-out;
  }
  .l-header__nav > ul > li > div > ul > li > ul > li a::after {
    display: none;
  }
}
@media screen and (min-width: 1280px) and (any-hover: hover) {
  .l-header__nav > ul > li > div > ul > li > ul > li a:hover {
    color: #fff;
  }
}
.l-header__accordionBtn {
  display: none;
}
@media screen and (max-width: 1279px) {
  .l-header__accordionBtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    display: block;
    position: absolute;
    right: -2px;
    top: 2px;
    width: 16px;
    height: 16px;
  }
  .l-header__accordionBtn::after {
    content: "";
    width: 11px;
    height: 1px;
    background: #f0ebe3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .l-header__accordionBtn::before {
    content: "";
    width: 11px;
    height: 1px;
    background: #f0ebe3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }
  .l-header__accordionBtn.is-active::before {
    transform: translate(-50%, -50%) rotate(180deg);
    opacity: 0;
  }
}
.l-header__buttonWrap {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1279px) {
  .l-header__buttonWrap {
    display: none;
  }
}
.l-header__button, .l-header__button--sub {
  width: 140px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  background: linear-gradient(84.08deg, rgba(2, 56, 148, 0.7) 14.31%, #00afa9 86.65%);
  transition: transform 0.3s ease-out;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .l-header__button, .l-header__button--sub {
    font-size: 13px;
  }
}
.l-header__button--sub {
  color: #023894;
  background: linear-gradient(84.08deg, #fff 14.31%, rgba(221, 235, 248, 0.7) 86.65%);
  border: 1px solid #023894;
}
@media (any-hover: hover) {
  .l-header__button:hover, .l-header__button--sub:hover {
    transform: scale(1.1);
  }
}
.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 1279px) {
  .l-header__hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    display: block;
    width: 24px;
    height: 18px;
    position: relative;
  }
}
.l-header__hamburger.is-active .l-header__hamburgerLine {
  background: transparent;
}
.l-header__hamburger.is-active .l-header__hamburgerLine::before {
  transform: translate(0, 0) rotate(45deg);
}
.l-header__hamburger.is-active .l-header__hamburgerLine::after {
  transform: translate(0, 0) rotate(-45deg);
}
.l-header__hamburgerLine {
  display: block;
  width: 100%;
  height: 1px;
  background: #023894;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.l-header__hamburgerLine::before, .l-header__hamburgerLine::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #023894;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
.l-header__hamburgerLine::before {
  transform: translate(0, -9px);
}
.l-header__hamburgerLine::after {
  transform: translate(0, 9px);
}
.l-header__ctaWrap {
  display: none;
}
@media screen and (max-width: 1279px) {
  .l-header__ctaWrap {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.l-header__cta {
  width: calc((100% - 30px) / 2);
  height: 240px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .l-header__cta {
    width: 100%;
    height: 120px;
  }
}
.l-header__cta::after {
  opacity: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #023894;
  mix-blend-mode: multiply;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 1279px) {
  .l-header__cta::after {
    opacity: 0;
    display: none;
  }
}
.l-header__cta::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(258.69deg, rgba(0, 175, 169, 0.7) 9.62%, rgba(2, 56, 148, 0.8) 89.77%);
  mix-blend-mode: normal;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 1279px) {
  .l-header__cta::before {
    opacity: 1 !important;
  }
}
@media (any-hover: hover) {
  .l-header__cta:hover::after {
    opacity: 0;
  }
  .l-header__cta:hover::before {
    opacity: 1;
  }
}
@media screen and (any-hover: hover) and (min-width: 1280px) {
  .l-header__cta:hover .l-header__ctaArrow svg circle {
    fill: #fff;
  }
  .l-header__cta:hover .l-header__ctaArrow svg path {
    stroke: #023894;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__cta--sub .l-header__ctaText {
    color: #023894;
  }
  .l-header__cta--sub .l-header__ctaArrow svg circle {
    stroke: #023894;
  }
  .l-header__cta--sub .l-header__ctaArrow svg path {
    stroke: #023894;
  }
}
.l-header__cta--sub::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(78deg, rgba(221, 235, 248, 0.7) 14.79%, #fdfdfd 85.21%);
  mix-blend-mode: normal;
  transition: opacity 0.3s ease-out;
}
@media screen and (any-hover: hover) and (min-width: 1280px) {
  .l-header__cta--sub:hover .l-header__ctaText {
    color: #023894;
  }
  .l-header__cta--sub:hover .l-header__ctaText span::after {
    background: #023894;
  }
  .l-header__cta--sub:hover .l-header__ctaArrow svg circle {
    fill: #023894;
    stroke: #023894;
  }
  .l-header__cta--sub:hover .l-header__ctaArrow svg path {
    stroke: #fff;
  }
}
.l-header__ctaText {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-out;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .l-header__ctaText {
    font-size: 12px;
  }
}
.l-header__ctaText span {
  display: block;
  margin-bottom: 10px;
  position: relative;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .l-header__ctaText span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__ctaText span {
    margin-bottom: 5px;
  }
}
.l-header__ctaText span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #fff;
  transition: background 0.3s ease-out;
}
.l-header__ctaArrow {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 50px;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 1279px) {
  .l-header__ctaArrow {
    width: 30px;
    height: 30px;
    right: 15px;
  }
}
.l-header__ctaArrow svg {
  width: 100%;
  height: auto;
}
.l-header__ctaArrow svg circle {
  transition: fill 0.3s ease-out;
}
.l-header__ctaArrow svg path {
  transition: stroke 0.3s ease-out;
}
.l-header__snsWrap {
  display: none;
}
@media screen and (max-width: 1279px) {
  .l-header__snsWrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }
}
.l-header__sns {
  pointer-events: auto;
  width: 69px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  background: #fff;
  border-radius: 5px;
}
.l-header__snsIcon {
  width: 37px;
  height: 37px;
}
.l-header__snsIcon svg {
  width: 100%;
  height: auto;
}
.l-header__snsIcon svg > g > path {
  fill: #023894;
}
.l-header__snsText {
  text-align: center;
  color: #023894;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.l-footer__content {
  background: #333;
  color: #f0ebe3;
  padding: 120px 0 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    padding: 50px 0 70px;
  }
}
.l-footer__content::before {
  content: "";
  display: block;
  background: #333;
  width: 100%;
  height: 117px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  left: 0;
  top: -116px;
}
@media screen and (max-width: 767px) {
  .l-footer__content::before {
    height: 27px;
    top: -26px;
  }
}
.l-footer__inner {
  max-width: 1310px;
  padding: 0 25px;
  margin: 0 auto;
}
.l-footer__main {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__main {
    flex-direction: column;
    justify-content: flex-start;
    gap: 60px;
  }
}
.l-footer__mainLink {
  width: 100%;
  padding-left: 46px;
}
@media screen and (max-width: 767px) {
  .l-footer__mainLink {
    padding-left: 0;
  }
}
.l-footer__mainLink ul li {
  position: relative;
}
.l-footer__mainLink ul li a {
  display: block;
  width: fit-content;
  position: relative;
}
.l-footer__mainLink ul li a::before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .l-footer__mainLink ul li a:hover::before {
    opacity: 1;
  }
}
.l-footer__mainLink > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__mainLink > ul {
    flex-direction: column;
    gap: 30px;
  }
}
.l-footer__mainLink > ul > li {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 767px) {
  .l-footer__mainLink > ul > li {
    width: 100%;
  }
}
.l-footer__mainLink > ul > li span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #848484;
}
@media screen and (max-width: 767px) {
  .l-footer__mainLink > ul > li span {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }
}
.l-footer__mainLink > ul > li > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.l-footer__mainLink > ul > li > ul > li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-footer__mainLink > ul > li > ul > li {
    font-size: 14px;
    font-weight: 400;
  }
}
.l-footer__mainLink > ul > li > ul > li > ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__mainLink > ul > li > ul > li > ul {
    padding-top: 0;
    height: 0;
    overflow: clip;
    transition: height 0.3s ease-out, padding 0.3s ease-out;
  }
  .l-footer__mainLink > ul > li > ul > li > ul.is-active {
    height: auto;
    padding-top: 10px;
  }
}
.l-footer__mainLink > ul > li > ul > li > ul > li {
  color: #bbb;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-footer__mainLink > ul > li > ul > li > ul > li {
    font-size: 12px;
    font-weight: 400;
  }
}
.l-footer__accordionBtn {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer__accordionBtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    display: block;
    position: absolute;
    right: -2px;
    top: 2px;
    width: 16px;
    height: 16px;
  }
  .l-footer__accordionBtn::after {
    content: "";
    width: 11px;
    height: 1px;
    background: #f0ebe3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .l-footer__accordionBtn::before {
    content: "";
    width: 11px;
    height: 1px;
    background: #f0ebe3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }
  .l-footer__accordionBtn.is-active::before {
    transform: translate(-50%, -50%) rotate(180deg);
    opacity: 0;
  }
}
.l-footer__logoWrap {
  display: flex;
  gap: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__logoWrap {
    justify-content: center;
    gap: 40px;
  }
}
.l-footer__logo {
  width: auto;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    height: 40px;
  }
}
.l-footer__logo img {
  display: block;
  width: auto;
  height: 100%;
}
.l-footer__otherLinkWrap {
  padding-top: 30px;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__otherLinkWrap {
    padding-top: 10px;
    margin-top: 50px;
  }
}
.l-footer__otherLinkWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #848484;
}
@media screen and (max-width: 767px) {
  .l-footer__otherLinkWrap::after {
    width: calc(100% + 50px);
    left: -25px;
  }
}
.l-footer__otherLinkText {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-footer__otherLinkText {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: solid 1px #848484;
  }
}
.l-footer__otherLinkRow {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__otherLinkRow {
    flex-direction: column;
    gap: 10px;
  }
}
.l-footer__otherLinkRow + .l-footer__otherLinkRow {
  margin-top: 20px;
}
.l-footer__otherLinkRow ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__otherLinkRow ul {
    flex-direction: column;
    gap: 10px;
  }
}
.l-footer__otherLinkRow ul li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__otherLinkRow ul li a {
    font-size: 14px;
    font-weight: 400;
  }
}
.l-footer__otherLinkRow ul li a::before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .l-footer__otherLinkRow ul li a:hover::before {
    opacity: 1;
  }
}
.l-footer__otherLinkEl--blank {
  color: #bbb;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.l-footer__otherLinkEl--blank svg {
  align-self: center;
  width: 14px;
  height: 14px;
}
.l-footer__ctaOuter {
  padding: 120px 0 237px;
  background-image: url("/recruit/assets/images/common/footer-cta-bg.jpg");
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .l-footer__ctaOuter {
    padding: 60px 0 95px;
    background-image: url("/recruit/assets/images/common/footer-cta-bg-sp.jpg");
  }
}
.l-footer__ctaWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer__ctaWrap {
    gap: 20px;
  }
}
.l-footer__cta {
  width: calc((100% - 30px) / 2);
  height: 240px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__cta {
    width: 100%;
    height: 120px;
  }
}
.l-footer__cta::after {
  opacity: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #023894;
  mix-blend-mode: multiply;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .l-footer__cta::after {
    opacity: 0;
    display: none;
  }
}
.l-footer__cta::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(258.69deg, rgba(0, 175, 169, 0.7) 9.62%, rgba(2, 56, 148, 0.8) 89.77%);
  mix-blend-mode: normal;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .l-footer__cta::before {
    opacity: 1 !important;
  }
}
@media (any-hover: hover) {
  .l-footer__cta:hover::after {
    opacity: 0;
  }
  .l-footer__cta:hover::before {
    opacity: 1;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .l-footer__cta:hover .l-footer__ctaArrow svg circle {
    fill: #fff;
  }
  .l-footer__cta:hover .l-footer__ctaArrow svg path {
    stroke: #023894;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__cta--sub .l-footer__ctaText {
    color: #023894;
  }
  .l-footer__cta--sub .l-footer__ctaArrow svg circle {
    stroke: #023894;
  }
  .l-footer__cta--sub .l-footer__ctaArrow svg path {
    stroke: #023894;
  }
}
.l-footer__cta--sub::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(78deg, rgba(221, 235, 248, 0.7) 14.79%, #fdfdfd 85.21%);
  mix-blend-mode: normal;
  transition: opacity 0.3s ease-out;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .l-footer__cta--sub:hover .l-footer__ctaText {
    color: #023894;
  }
  .l-footer__cta--sub:hover .l-footer__ctaText span::after {
    background: #023894;
  }
  .l-footer__cta--sub:hover .l-footer__ctaArrow svg circle {
    fill: #023894;
    stroke: #023894;
  }
  .l-footer__cta--sub:hover .l-footer__ctaArrow svg path {
    stroke: #fff;
  }
}
.l-footer__ctaText {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-out;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .l-footer__ctaText {
    font-size: 12px;
  }
}
.l-footer__ctaText span {
  display: block;
  margin-bottom: 10px;
  position: relative;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .l-footer__ctaText span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__ctaText span {
    margin-bottom: 5px;
  }
}
.l-footer__ctaText span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #fff;
  transition: background 0.3s ease-out;
}
.l-footer__ctaArrow {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 50px;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .l-footer__ctaArrow {
    width: 30px;
    height: 30px;
    right: 15px;
  }
}
.l-footer__ctaArrow svg {
  width: 100%;
  height: auto;
}
.l-footer__ctaArrow svg circle {
  transition: fill 0.3s ease-out;
}
.l-footer__ctaArrow svg path {
  transition: stroke 0.3s ease-out;
}
.l-footer__snsWrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer__snsWrap {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
.l-footer__sns {
  pointer-events: auto;
  padding-top: 6px;
  width: 50px;
  height: 47px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  background: rgba(255, 255, 255, 0);
  border-radius: 5px;
  transition: background 0.3s ease-out;
}
@media (any-hover: hover) {
  .l-footer__sns:hover {
    background: rgba(255, 255, 255, 0.8);
  }
  .l-footer__sns:hover .l-footer__snsText {
    color: #023894;
  }
  .l-footer__sns:hover .l-footer__snsIcon svg > g > path {
    fill: #023894;
  }
}
.l-footer__snsIcon {
  width: 24px;
  height: 24px;
}
.l-footer__snsIcon svg {
  width: 100%;
  height: auto;
}
.l-footer__snsIcon svg > g > path {
  transition: fill 0.3s ease-out;
}
.l-footer__snsText {
  text-align: center;
  color: #bbb;
  transition: color 0.3s ease-out;
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.l-main {
  display: block;
  overflow: clip;
}
.l-main--other {
  padding: 240px 0 0;
}
@media screen and (max-width: 767px) {
  .l-main--other {
    padding: 50px 0 0;
  }
}

.l-section {
  padding-top: 80px;
  padding-bottom: 197px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 50px;
    padding-bottom: 77px;
  }
}
.l-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 117px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  left: 0;
  top: -116px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-section::before {
    height: 27px;
    top: -26px;
  }
}
.l-section:first-of-type {
  padding-top: 0;
}
.l-section:first-of-type::before {
  display: none;
}
.l-section:last-of-type {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .l-section:last-of-type {
    padding-bottom: 100px;
  }
}
.l-section--white {
  background: #fff;
}
.l-section--white::before {
  background: #fff;
}
.l-section--gray {
  background: #f2f2f2;
}
.l-section--gray::before {
  background: #f2f2f2;
}
.l-section--gray .c-sectionHead__inner {
  border-bottom: solid 1px #bbb;
}
.l-section--gray .c-interviewCard__control .splide__pagination__page {
  background: #fff;
}
.l-section--primary {
  color: #fff;
  background: #023894;
}
.l-section--primary::before {
  background: #023894;
}
.l-section--primary .c-subSectionTitle {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-section--primary .c-subSectionTitle {
    margin-bottom: 20px;
  }
}
.l-section--primary .c-subSectionTitle--en,
.l-section--primary .c-subSectionTitle--jp {
  color: #fff;
}
.l-section--primary .c-subSectionTitle::before {
  background: #fff;
}
.l-section--pbnormal {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-section--pbnormal {
    padding-bottom: 50px;
  }
}
.l-section--pbnone {
  padding-bottom: 0;
}
.l-section--normal {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .l-section--normal {
    padding: 50px 0;
  }
}
.l-section--normal + .l-section--normal {
  padding-top: 0;
}
.l-section--normal::before {
  display: none;
}

.l-section-inner {
  max-width: 1310px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}

.c-pageHead {
  width: 100%;
  height: 400px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 117px), 0% 100%);
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-pageHead {
    height: 200px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 45px), 0% 100%);
  }
}
.c-pageHead__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-pageHead__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-pageHead__inner {
  max-width: 1310px;
  width: 100%;
  padding: 140px 25px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-pageHead__inner {
    padding: 40px 25px 0;
  }
}
.c-pageHead__title {
  color: #fff;
}
.c-pageHead__title--en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  line-height: 1.175;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-pageHead__title--en {
    font-size: 42px;
  }
}
.c-pageHead__title--jp {
  display: block;
  margin-top: 10px;
  padding-left: 60px;
  position: relative;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-pageHead__title--jp {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-pageHead__title--jp {
    padding-left: 25px;
  }
}
.c-pageHead__title--jp::after {
  content: "";
  width: 46px;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .c-pageHead__title--jp::after {
    width: 20px;
  }
}

.c-sectionHead, .c-sectionHead--other {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .c-sectionHead, .c-sectionHead--other {
    margin-bottom: 50px;
  }
}
.c-sectionHead__inner {
  padding-bottom: 60px;
  border-bottom: solid 1px #023894;
}
@media screen and (max-width: 767px) {
  .c-sectionHead__inner {
    padding-bottom: 30px;
  }
}
.c-sectionHead__title--en {
  display: block;
  margin-bottom: 10px;
  color: #023894;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-sectionHead__title--en {
    font-size: 14px;
  }
}
.c-sectionHead__title--jp {
  display: block;
  font-size: 42px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-sectionHead__title--jp {
    font-size: 24px;
  }
}
.c-sectionHead__lead {
  margin-top: 50px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-sectionHead__lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-sectionHead__lead {
    margin-top: 30px;
  }
}
.c-sectionHead__lead--note {
  margin-top: 20px;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-sectionHead__lead--note {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-sectionHead__lead--note {
    margin-top: 10px;
  }
}
.c-sectionHead__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-sectionHead__nav {
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }
}
.c-sectionHead__navItem {
  width: fit-content;
}
.c-sectionHead__navItem a {
  display: block;
  padding: 5px 50px 5px 20px;
  border-radius: 100px;
  background: #f0ebe3;
  position: relative;
  transition: opacity 0.3s ease-out;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-sectionHead__navItem a {
    font-size: 15px;
  }
}
@media (any-hover: hover) {
  .c-sectionHead__navItem a:hover {
    opacity: 0.7;
  }
}
.c-sectionHead__navItem a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #1a1411;
  border-right: solid 1px #1a1411;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translate(0, calc(-50% - 2px)) rotate(135deg);
}

.c-sectionHead--other {
  text-align: left;
}
.c-sectionHead--other .c-sectionHead__title .c-sectionHead__title--en {
  display: block;
  margin-bottom: 0;
  color: #023894;
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  line-height: 1.175;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-sectionHead--other .c-sectionHead__title .c-sectionHead__title--en {
    font-size: 42px;
  }
}
.c-sectionHead--other .c-sectionHead__title .c-sectionHead__title--jp {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-left: 60px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-sectionHead--other .c-sectionHead__title .c-sectionHead__title--jp {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-sectionHead--other .c-sectionHead__title .c-sectionHead__title--jp {
    padding-left: 25px;
  }
}
.c-sectionHead--other .c-sectionHead__title .c-sectionHead__title--jp::after {
  content: "";
  width: 46px;
  height: 1px;
  background: #1a1411;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .c-sectionHead--other .c-sectionHead__title .c-sectionHead__title--jp::after {
    width: 20px;
  }
}

.c-subSectionTitle {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  padding-left: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-subSectionTitle {
    padding-left: 30px;
  }
}
.c-subSectionTitle::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #023894;
  position: absolute;
  left: 0;
  top: 23px;
}
@media screen and (max-width: 767px) {
  .c-subSectionTitle::before {
    width: 20px;
    top: 10px;
  }
}
.c-subSectionTitle--en {
  color: #023894;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  line-height: 1.175;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-subSectionTitle--en {
    font-size: 20px;
  }
}
.c-subSectionTitle--jp {
  color: #1a1411;
  font-size: 14px;
  line-height: 1.175;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-subSectionTitle--jp {
    font-size: 12px;
  }
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  width: 100%;
  height: 51px;
  padding: 12px 0;
  border: solid 1px #023894;
  background: #fff;
  border-radius: 100px;
  color: #023894;
  position: relative;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.c-btn_interview {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 290px;
  width: 100%;
  height: 60px;
  padding: 20px 0;
  border: solid 1px #023894;
  background: #023894;
  border-radius: 100px;
  color: #fff;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin:80px auto;
}

@media (max-width: 768px) {
  .c-btn {
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    max-width: 295px;
  }
}
.c-btn::before {
  content: "";
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
  transition: background 0.2s ease-out;
}
.c-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #023894;
  border-right: solid 1px #023894;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  transition: border-color 0.2s ease-out;
}
@media (any-hover: hover) {
  .c-btn:hover::before {
    background: #023894;
  }
  .c-btn:hover::after {
    border-color: #fff;
  }
}

.c-imgSlider__item img {
  width: 100%;
  height: auto;
}
.c-imgSlider__caption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-imgSlider__caption {
    font-size: 12px;
  }
}
.c-imgSlider__control {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-imgSlider__control {
    margin-top: 15px;
    gap: 10px;
    padding: 0 25px;
  }
}
.c-imgSlider__control .splide__arrows {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-imgSlider__control .splide__arrows {
    gap: 10px;
  }
}
.c-imgSlider__control .splide__arrow {
  position: static;
  opacity: 1;
  border-radius: 0;
  transform: translate(0, 0);
  background: #f2f2f2;
  width: 42px;
  height: 42px;
  position: relative;
  left: auto;
  right: auto;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-imgSlider__control .splide__arrow {
    width: 32px;
    height: 32px;
  }
}
.c-imgSlider__control .splide__arrow svg {
  display: none;
}
.c-imgSlider__control .splide__arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 1px #023894;
  border-right: solid 1px #023894;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translate(0, -50%) rotate(45deg);
  transition: border-color 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-imgSlider__control .splide__arrow::after {
    width: 8px;
    height: 8px;
    right: 13px;
  }
}
.c-imgSlider__control .splide__arrow--prev::after {
  right: auto;
  left: 17px;
  transform: translate(0, -50%) rotate(225deg);
}
@media screen and (max-width: 767px) {
  .c-imgSlider__control .splide__arrow--prev::after {
    left: 13px;
  }
}
.c-imgSlider__control .splide__arrow:hover:not(:disabled) {
  opacity: 1;
  background: #023894;
}
.c-imgSlider__control .splide__arrow:hover:not(:disabled)::after {
  border-color: #fff;
}
.c-imgSlider__control .splide__pagination {
  position: static;
  padding: 0;
  max-width: 546px;
  width: 100%;
  height: 4px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-imgSlider__control .splide__pagination {
    height: 8px;
  }
}
.c-imgSlider__control .splide__pagination > li {
  width: 100%;
  height: 100%;
}
.c-imgSlider__control .splide__pagination__page {
  width: 100%;
  height: 100%;
  cursor: pointer;
  vertical-align: top;
  background: #f2f2f2;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: width 0.3s ease-out;
}
.c-imgSlider__control .splide__pagination__page.is-active {
  background: #023894;
  transform: scale(1);
}

.c-fixedContent, .c-fixedContent--bg-hide {
  pointer-events: none;
  position: sticky;
  z-index: 998;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 117px;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  padding: 0 30px 10px;
}
@media screen and (max-width: 767px) {
  .c-fixedContent, .c-fixedContent--bg-hide {
    pointer-events: auto;
    position: relative;
    height: 27px;
    justify-content: flex-start;
    padding: 10px 25px 0;
    background: #333;
  }
}
.c-fixedContent::before, .c-fixedContent--bg-hide::before {
  content: "";
  width: 100%;
  height: 117px;
  background: #333;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-fixedContent::before, .c-fixedContent--bg-hide::before {
    height: 27px;
    top: -26px;
    bottom: auto;
  }
}
.c-fixedContent.is-active .c-fixedContent__sns, .is-active.c-fixedContent--bg-hide .c-fixedContent__sns {
  background: rgba(255, 255, 255, 0);
}
.c-fixedContent.is-active .c-fixedContent__sns .c-fixedContent__snsText, .is-active.c-fixedContent--bg-hide .c-fixedContent__sns .c-fixedContent__snsText {
  color: #bbb;
}
.c-fixedContent.is-active .c-fixedContent__sns .c-fixedContent__snsIcon svg > g > path, .is-active.c-fixedContent--bg-hide .c-fixedContent__sns .c-fixedContent__snsIcon svg > g > path {
  fill: #bbb;
}
@media (any-hover: hover) {
  .c-fixedContent.is-active .c-fixedContent__sns:hover, .is-active.c-fixedContent--bg-hide .c-fixedContent__sns:hover {
    background: rgba(255, 255, 255, 0.8);
  }
  .c-fixedContent.is-active .c-fixedContent__sns:hover .c-fixedContent__snsText, .is-active.c-fixedContent--bg-hide .c-fixedContent__sns:hover .c-fixedContent__snsText {
    color: #023894;
  }
  .c-fixedContent.is-active .c-fixedContent__sns:hover .c-fixedContent__snsIcon svg > g > path, .is-active.c-fixedContent--bg-hide .c-fixedContent__sns:hover .c-fixedContent__snsIcon svg > g > path {
    fill: #023894;
  }
}
.c-fixedContent--bg-hide::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-fixedContent--bg-hide::before {
    display: block;
  }
}
.c-fixedContent__snsWrap {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-fixedContent__snsWrap {
    display: none;
  }
}
.c-fixedContent__sns {
  pointer-events: auto;
  width: 69px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  background: white;
  border-radius: 5px;
  transition: background 0.3s ease-out;
}
@media (any-hover: hover) {
  .c-fixedContent__sns:hover {
    background: rgba(255, 255, 255, 0.8);
  }
  .c-fixedContent__sns:hover .c-fixedContent__snsText {
    color: #023894;
  }
  .c-fixedContent__sns:hover .c-fixedContent__snsIcon svg > g > path {
    fill: #023894;
  }
}
.c-fixedContent__snsIcon {
  width: 37px;
  height: 37px;
}
.c-fixedContent__snsIcon svg {
  width: 100%;
  height: auto;
}
.c-fixedContent__snsIcon svg > g > path {
  fill: #023894;
  transition: fill 0.3s ease-out;
}
.c-fixedContent__snsText {
  text-align: center;
  color: #023894;
  transition: color 0.3s ease-out;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.c-fixedContent__breadcrumbsList {
  pointer-events: auto;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  height: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-fixedContent__breadcrumbsList {
    padding-bottom: 0;
  }
}
.c-fixedContent__breadcrumbsList li {
  position: relative;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
}
.c-fixedContent__breadcrumbsList li::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.c-fixedContent__breadcrumbsList li:last-child::after {
  display: none;
}
.c-fixedContent__breadcrumbsList li span {
  color: #fff;
}
.c-fixedContent__breadcrumbsList li a {
  color: #bbb;
  position: relative;
}
.c-fixedContent__breadcrumbsList li a::after {
  content: "";
  opacity: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  border-radius: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .c-fixedContent__breadcrumbsList li a:hover::after {
    opacity: 1;
  }
}

.l-footer__ctaOuter {
  margin-bottom: -117px;
}
@media screen and (max-width: 767px) {
  .l-footer__ctaOuter {
    margin-bottom: 0;
  }
}

.c-fixedCta {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-fixedCta {
    display: flex;
    gap: 25px;
    width: 100%;
    padding: 0 25px 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    transition: opacity 0.3s ease-out;
  }
  .c-fixedCta.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
}
.c-fixedCta__button, .c-fixedCta__button--sub {
  width: 140px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  background: linear-gradient(84.08deg, rgba(2, 56, 148, 0.7) 14.31%, #00afa9 86.65%);
  transition: transform 0.3s ease-out;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-fixedCta__button, .c-fixedCta__button--sub {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .c-fixedCta__button, .c-fixedCta__button--sub {
    width: calc((100% - 25px) / 2);
    height: 30px;
  }
}
.c-fixedCta__button--sub {
  color: #023894;
  background: linear-gradient(84.08deg, #fff 14.31%, rgba(221, 235, 248, 0.7) 86.65%);
}
@media (any-hover: hover) {
  .c-fixedCta__button:hover, .c-fixedCta__button--sub:hover {
    transform: scale(1.1);
  }
}

.c-fullWideSection__row {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .c-fullWideSection__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-right: 0;
  }
}
.c-fullWideSection__row:nth-child(even) {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .c-fullWideSection__row:nth-child(even) {
    flex-direction: column;
    margin-left: 0;
  }
}
.c-fullWideSection__row:nth-child(even) .c-imgSlider__control {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-fullWideSection__row:nth-child(even) .c-imgSlider__control {
    flex-direction: row;
  }
}
.c-fullWideSection__row + .c-fullWideSection__row {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .c-fullWideSection__row + .c-fullWideSection__row {
    margin-top: 50px;
  }
}
.c-fullWideSection__col:nth-child(odd) {
  width: 540px;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .c-fullWideSection__col:nth-child(odd) {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .c-fullWideSection__col:nth-child(odd) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-fullWideSection__col:nth-child(even) {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
.c-fullWideSection__img {
  width: 100%;
}
.c-fullWideSection__img img {
  width: 100%;
  height: auto;
}
.c-fullWideSection__title {
  margin-bottom: 30px;
  color: #023894;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-fullWideSection__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-fullWideSection__title {
    margin-bottom: 20px;
  }
}
.c-fullWideSection__title--num {
  display: block;
  width: fit-content;
  margin-bottom: 40px;
  padding-right: 56px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-fullWideSection__title--num {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-fullWideSection__title--num {
    margin-bottom: 20px;
    padding-right: 25px;
  }
}
.c-fullWideSection__title--num::after {
  content: "";
  width: 46px;
  height: 1px;
  background: currentColor;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .c-fullWideSection__title--num::after {
    width: 20px;
  }
}
.c-fullWideSection__text {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-fullWideSection__text {
    font-size: 15px;
  }
}
.c-fullWideSection__linkWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-fullWideSection__linkWrap {
    gap: 10px;
    margin-top: 20px;
  }
}
.c-fullWideSection__link {
  color: #023894;
  border-radius: 100px;
  border: solid 1px #023894;
  padding: 0 34px 0 20px;
  position: relative;
  transition: opacity 0.3s ease-out;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-fullWideSection__link {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-fullWideSection__link {
    padding: 0 24px 0 10px;
  }
}
@media (any-hover: hover) {
  .c-fullWideSection__link:hover {
    opacity: 0.7;
  }
}
.c-fullWideSection__link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #023894;
  border-right: solid 1px #023894;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}

.c-iframeWrap {
  max-width: 990px;
  margin: 0 auto;
}
.c-iframeWrap__content {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.c-iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-interviewList .splide__list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 105px;
}
@media screen and (max-width: 767px) {
  .c-interviewList .splide__list {
    flex-direction: column;
    gap: 30px 0;
    padding: 0 10px;
  }
}
.c-interviewList .c-interviewCard {
  width: calc((100% - 210px) / 3);
}
@media screen and (max-width: 767px) {
  .c-interviewList .c-interviewCard {
    width: 100%;
  }
}
.c-interviewList .c-interviewCard a {
  padding-bottom: 0;
}
.c-interviewList .c-interviewCard:nth-child(2n) {
  margin-top: 0;
}
.c-interviewList--typeSplide {
  overflow: hidden;
}
.c-interviewList--typeSplide .splide__track {
  overflow: visible;
}
.c-interviewList--typeSplide .c-interviewList__inner {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.c-interviewList--typeSplide .c-interviewCard:nth-child(2n) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-interviewList--typeSplide .c-interviewCard:nth-child(2n) {
    margin-top: 30px;
  }
}

.c-interviewCard a {
  display: block;
  padding-bottom: 12px;
}
@media (any-hover: hover) {
  .c-interviewCard a:hover .c-interviewCard__img img {
    transform: scale(1.1);
  }
  .c-interviewCard a:hover .c-interviewCard__arrow {
    transform: scale(1.23);
  }
  .c-interviewCard a:hover .c-interviewCard__arrow svg circle {
    fill: #023894;
  }
  .c-interviewCard a:hover .c-interviewCard__arrow svg path {
    stroke: #fff;
  }
}
.c-interviewCard__img {
  clip-path: url(#interview-clip);
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 141.71%; /* (496 / 350) * 100% to maintain aspect ratio */
}
.c-interviewCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-out;
}
.c-interviewCard__name {
  color: #023894;
  position: absolute;
  right: 0;
  top: 58.5%;
  display: flex;
  gap: 10px;
}
.c-interviewCard__name--jp {
  writing-mode: vertical-rl;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-interviewCard__name--jp {
    font-size: 20px;
  }
}
.c-interviewCard__name--en {
  writing-mode: vertical-rl;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.c-interviewCard__head {
  position: relative;
}
.c-interviewCard__body {
  position: relative;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .c-interviewCard__body {
    margin-top: 10px;
  }
}
.c-interviewCard__title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-interviewCard__title {
    font-size: 20px;
  }
}
.c-interviewCard__info {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-interviewCard__info {
    font-size: 15px;
  }
}
.c-interviewCard__arrow {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 12px;
  bottom: 8px;
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-interviewCard__arrow {
    width: 30px;
    height: 30px;
    right: 0;
  }
}
.c-interviewCard__arrow svg {
  width: 100%;
  height: auto;
}
.c-interviewCard__arrow svg circle {
  transition: fill 0.3s ease-out;
}
.c-interviewCard__arrow svg path {
  transition: stroke 0.3s ease-out;
}
.c-interviewCard__control {
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .c-interviewCard__control {
    margin-top: 30px;
    flex-direction: column;
    gap: 0;
  }
}
.c-interviewCard__control .c-interviewCard__button {
  width: calc(100% - 724px);
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .c-interviewCard__control .c-interviewCard__button {
    width: 100%;
  }
}
.c-interviewCard__control .c-interviewCard__button .c-btn {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .c-interviewCard__control .c-interviewCard__button .c-btn {
    margin: 0 auto;
  }
}
.c-interviewCard__control .splide__arrows {
  display: flex;
  gap: 20px;
}
.c-interviewCard__control .splide__arrow {
  position: static;
  opacity: 1;
  border-radius: 0;
  transform: translate(0, 0);
  background: #fff;
  width: 42px;
  height: 42px;
  position: relative;
  left: auto;
  right: auto;
  transition: background 0.3s ease-out;
}
.c-interviewCard__control .splide__arrow svg {
  display: none;
}
.c-interviewCard__control .splide__arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 1px #023894;
  border-right: solid 1px #023894;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translate(0, -50%) rotate(45deg);
  transition: border-color 0.3s ease-out;
}
.c-interviewCard__control .splide__arrow--prev::after {
  right: auto;
  left: 17px;
  transform: translate(0, -50%) rotate(225deg);
}
.c-interviewCard__control .splide__arrow:hover:not(:disabled) {
  opacity: 1;
  background: #023894;
}
.c-interviewCard__control .splide__arrow:hover:not(:disabled)::after {
  border-color: #fff;
}
.c-interviewCard__control .splide__pagination {
  position: static;
  padding: 0;
  width: 600px;
  height: 4px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
}
.c-interviewCard__control .splide__pagination > li {
  width: 100%;
  height: 100%;
}
.c-interviewCard__control .splide__pagination__page {
  width: 100%;
  height: 100%;
  cursor: pointer;
  vertical-align: top;
  background: #f2f2f2;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: width 0.3s ease-out;
}
.c-interviewCard__control .splide__pagination__page.is-active {
  background: #023894;
  transform: scale(1);
}

.c-talkList {
  max-width: 1022px;
  margin: 0 auto;
}
.c-talkList .c-talkCard + .c-talkCard {
  margin-top: 50px;
}

.c-talkCard {
  width: 100%;
}
.c-talkCard:last-child {
  padding-bottom: 20px;
}
.c-talkCard:nth-child(1) .c-talkCard__label {
  background: #ed974b;
}
.c-talkCard:nth-child(1) .c-talkCard__label line {
  stroke: #ed974b;
}
.c-talkCard:nth-child(2) .c-talkCard__label {
  background: #d9628a;
}
.c-talkCard:nth-child(2) .c-talkCard__label line {
  stroke: #d9628a;
}
.c-talkCard:nth-child(3) .c-talkCard__label {
  background: #00afa9;
}
.c-talkCard:nth-child(3) .c-talkCard__label line {
  stroke: #00afa9;
}
.c-talkCard__link {
  display: block;
  position: relative;
}
.c-talkCard__link::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (any-hover: hover) {
  .c-talkCard__link:hover .c-talkCard__img img {
    transform: scale(1.1);
  }
  .c-talkCard__link:hover .c-talkCard__arrow {
    transform: translate(0, -50%) scale(1.23);
  }
  .c-talkCard__link:hover .c-talkCard__arrow svg circle {
    fill: #023894;
  }
  .c-talkCard__link:hover .c-talkCard__arrow svg path {
    stroke: #fff;
  }
}
.c-talkCard__linkInner {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-talkCard__linkInner {
    flex-direction: column;
  }
}
.c-talkCard__img {
  width: 350px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-talkCard__img {
    width: 100%;
    height: 0;
    padding-top: 61.5384615385%;
  }
}
.c-talkCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-out;
}
.c-talkCard__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 0 0 16px 0;
  background: #ed974b;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-talkCard__label {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .c-talkCard__label {
    border-radius: 0 0 10px 0;
  }
}
.c-talkCard__label svg {
  width: 24px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-talkCard__label svg {
    width: 22px;
  }
}
.c-talkCard__label--orange {
  background: #ed974b;
}
.c-talkCard__label--orange line {
  stroke: #ed974b;
}
.c-talkCard__label--pink {
  background: #d9628a;
}
.c-talkCard__label--pink line {
  stroke: #d9628a;
}
.c-talkCard__label--green {
  background: #00afa9;
}
.c-talkCard__label--green line {
  stroke: #00afa9;
}
.c-talkCard__arrow {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-talkCard__arrow {
    display: none;
  }
}
.c-talkCard__arrow svg {
  width: 100%;
  height: auto;
}
.c-talkCard__arrow svg circle {
  transition: fill 0.3s ease-out;
}
.c-talkCard__arrow svg path {
  transition: stroke 0.3s ease-out;
}
.c-talkCard__body {
  position: relative;
  padding: 30px 102px 30px 30px;
}
@media screen and (max-width: 767px) {
  .c-talkCard__body {
    padding: 15px 15px 20px 15px;
  }
}
.c-talkCard__title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-talkCard__title {
    font-size: 20px;
  }
}
.c-talkCard__text {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-talkCard__text {
    font-size: 15px;
  }
}
.c-talkCard__button {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-talkCard__button {
    display: block;
    margin-top: 20px;
  }
  .c-talkCard__button .c-btn {
    margin: 0 auto;
  }
}

.c-faq__item {
  border-bottom: 1px solid #bbb;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-faq__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.c-faq__item:first-child {
  padding-top: 0;
}
.c-faq__item.is-active .c-faq__answer {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-faq__item.is-active .c-faq__answer {
    padding-top: 10px;
  }
}
.c-faq__item.is-active .c-faq__question::before {
  transform: rotate(180deg);
}
.c-faq__question {
  color: #023894;
  display: flex;
  align-items: baseline;
  position: relative;
  cursor: pointer;
  padding-left: 70px;
  padding-right: 31px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .c-faq__question {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-faq__question {
    padding-left: 0;
    padding-right: 25px;
  }
}
.c-faq__question span {
  flex-shrink: 0;
  position: absolute;
  left: 20px;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-faq__question span {
    position: static;
    left: 0;
    width: 24px;
    font-size: 20px;
  }
}
.c-faq__question::after, .c-faq__question::before {
  content: "";
  position: absolute;
  right: 0;
  top: 14px;
  width: 21px;
  height: 3px;
  background: #023894;
}
@media screen and (max-width: 767px) {
  .c-faq__question::after, .c-faq__question::before {
    width: 15px;
  }
}
.c-faq__question::before {
  transform: rotate(90deg);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.c-faq__answer {
  box-sizing: content-box;
  padding-top: 0;
  padding-left: 70px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding-top 0.3s ease-out;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-faq__answer {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-faq__answer {
    padding-left: 0;
  }
}

.c-tabs__list {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-tabs__list {
    margin-bottom: 30px;
  }
}
.c-tabs__item {
  /*width: 25%;*/
  width: 20%;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .c-tabs__item {
    width: 50%;
    height: 72px;
  }
}
.c-tabs__button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #848484;
  background: #f0ebe3;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-tabs__button {
    font-size: 15px;
  }
}
.c-tabs__button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background: #023894;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.c-tabs__button.is-active {
  color: #023894;
  background: #fff;
}
.c-tabs__button.is-active::after {
  opacity: 1;
}

.c-scrollHint {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-scrollHint {
    width: calc(100% + 25px);
    margin-right: -25px;
  }
}
.c-scrollHint + .c-scrollHint {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-scrollHint + .c-scrollHint {
    margin-top: 40px;
  }
}
.c-scrollHint__hint {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
.c-scrollHint__hint img {
  width: 100%;
  height: auto;
}
.c-scrollHint__item {
  overflow: auto;
}
.c-scrollHint__item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-scrollHint__item img {
    min-width: 750px;
    max-width: 750px;
  }
}

.c-scrollHint.is-visible .c-scrollHint__hint {
  opacity: 1;
}

.c-textIndent {
  text-indent: -1em;
  padding-left: 1em;
}

.c-description {
  max-width: 1040px;
  margin: 0 auto;
}
.c-description__item {
  display: flex;
  gap: 30px;
  padding: 30px 0;
  border-bottom: solid 1px #bbb;
}
@media screen and (max-width: 767px) {
  .c-description__item {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }
}
.c-description__item:first-child {
  padding-top: 0;
}
.c-description__title {
  width: 210px;
  flex-shrink: 0;
  color: #023894;
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-description__title {
    font-size: 15px;
  }
}
.c-description__content {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-description__content {
    font-size: 15px;
  }
}
.c-description__content small {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-description__content small {
    font-size: 12px;
  }
}
.c-description__content > * {
  margin-bottom: 20px;
}
.c-description__content > :first-child {
  margin-top: 0 !important;
}
.c-description__content > :last-child {
  margin-bottom: 0 !important;
}
.c-description__strong {
  color: #023894;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}
.c-description__label {
  width: fit-content;
  color: #fff;
  background: #023894;
  padding: 0 10px;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 10px !important;
}
.c-description__cols {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-description__cols {
    gap: 10px 1px;
  }
}
.c-description__col {
  width: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-description__col {
    width: calc((100% - 1px) / 2);
  }
}
.c-description__img {
  width: 100%;
  text-align: center;
}
.c-description__img img {
  width: 100%;
  height: auto;
}

.p-top-section, .p-top-section--gray, .p-top-section--white, .p-top-section--primary {
  position: relative;
  padding: 120px 0 237px;
}
@media screen and (max-width: 767px) {
  .p-top-section, .p-top-section--gray, .p-top-section--white, .p-top-section--primary {
    padding: 60px 0;
  }
}
.p-top-section__child {
  padding: 237px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top-section__child {
    padding: 60px 0 0;
  }
}
.p-top-section--last {
  padding: 120px 0 150px;
}
@media screen and (max-width: 767px) {
  .p-top-section--last {
    padding: 60px 0 100px;
  }
}
.p-top-section--primary {
  background: #023894;
  color: #fff;
}
.p-top-section--primary::before {
  background: #023894;
}
.p-top-section--white {
  background: #fff;
}
.p-top-section--white::before {
  background: #fff;
}
.p-top-section--gray {
  background: #f2f2f2;
}
.p-top-section--gray::before {
  background: #f2f2f2;
}
.p-top-section::before, .p-top-section--primary::before, .p-top-section--white::before, .p-top-section--gray::before {
  content: "";
  display: block;
  width: 100%;
  height: 117px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  left: 0;
  top: -116px;
}
@media screen and (max-width: 767px) {
  .p-top-section::before, .p-top-section--primary::before, .p-top-section--white::before, .p-top-section--gray::before {
    height: 27px;
    top: -26px;
  }
}

.p-top-content {
  background: #fff;
}

.p-top-inner {
  max-width: 1310px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}

.p-top-sectionTitle, .p-top-sectionTitle--vertical, .p-top-sectionTitle--center, .p-top-sectionTitle--white {
  width: fit-content;
  color: #023894;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-sectionTitle, .p-top-sectionTitle--vertical, .p-top-sectionTitle--center, .p-top-sectionTitle--white {
    margin-bottom: 50px;
  }
}
.p-top-sectionTitle--white {
  color: #fff;
}
.p-top-sectionTitle--center {
  margin-left: auto;
  margin-right: auto;
}
.p-top-sectionTitle--center span {
  margin-left: auto;
  margin-right: auto;
}
.p-top-sectionTitle--vertical {
  transform: rotate(-90deg) translate(-100%);
  transform-origin: top left;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-top-sectionTitle--vertical {
    transform: rotate(0) translate(0);
    margin-bottom: 50px !important;
  }
}
.p-top-sectionTitle--vertical span:nth-child(2) {
  margin-top: 4px !important;
}
@media screen and (max-width: 767px) {
  .p-top-sectionTitle--vertical span:nth-child(2) {
    margin-top: 10px !important;
  }
}
.p-top-sectionTitle span, .p-top-sectionTitle--white span, .p-top-sectionTitle--center span, .p-top-sectionTitle--vertical span {
  display: block;
  width: fit-content;
}
.p-top-sectionTitle span:nth-child(1), .p-top-sectionTitle--white span:nth-child(1), .p-top-sectionTitle--center span:nth-child(1), .p-top-sectionTitle--vertical span:nth-child(1) {
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  line-height: 1.175;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-top-sectionTitle span:nth-child(1), .p-top-sectionTitle--white span:nth-child(1), .p-top-sectionTitle--center span:nth-child(1), .p-top-sectionTitle--vertical span:nth-child(1) {
    font-size: 42px;
  }
}
.p-top-sectionTitle span:nth-child(2), .p-top-sectionTitle--white span:nth-child(2), .p-top-sectionTitle--center span:nth-child(2), .p-top-sectionTitle--vertical span:nth-child(2) {
  position: relative;
  margin-top: 10px;
  padding-left: 60px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-sectionTitle span:nth-child(2), .p-top-sectionTitle--white span:nth-child(2), .p-top-sectionTitle--center span:nth-child(2), .p-top-sectionTitle--vertical span:nth-child(2) {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sectionTitle span:nth-child(2), .p-top-sectionTitle--white span:nth-child(2), .p-top-sectionTitle--center span:nth-child(2), .p-top-sectionTitle--vertical span:nth-child(2) {
    padding-left: 25px;
  }
}
.p-top-sectionTitle span:nth-child(2)::after, .p-top-sectionTitle--white span:nth-child(2)::after, .p-top-sectionTitle--center span:nth-child(2)::after, .p-top-sectionTitle--vertical span:nth-child(2)::after {
  content: "";
  width: 46px;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .p-top-sectionTitle span:nth-child(2)::after, .p-top-sectionTitle--white span:nth-child(2)::after, .p-top-sectionTitle--center span:nth-child(2)::after, .p-top-sectionTitle--vertical span:nth-child(2)::after {
    width: 20px;
  }
}

.p-top-fv {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1279px) {
  .p-top-fv {
    top: 52px;
    height: calc(100vh - 52px);
  }
}
.p-top-fv__slider {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-fv__slider .splide__track {
  width: 100%;
  height: 100%;
}
.p-top-fv img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-fv__arrow {
  display: block;
  color: #fff;
  writing-mode: vertical-rl;
  padding-bottom: 95px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 220px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-top-fv__arrow::after {
  content: "";
  width: 1px;
  height: 85px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .p-top-fv__arrow {
    display: none;
  }
}

.p-top-copy {
  width: 100%;
  height: 100dvh;
}
@media screen and (max-width: 1279px) {
  .p-top-copy {
    height: calc(100dvh - 52px);
  }
}
.p-top-copy .p-top-inner {
  height: 100%;
  position: relative;
}
.p-top-copy__left, .p-top-copy__right {
  pointer-events: none;
  width: 9px;
  position: fixed;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .p-top-copy__left, .p-top-copy__right {
    display: none;
  }
}
.p-top-copy__left img, .p-top-copy__right img {
  width: 100%;
  height: auto;
}
.p-top-copy__left {
  left: 5%;
}
@media screen and (max-width: 1500px) {
  .p-top-copy__left {
    left: 5px;
  }
}
.p-top-copy__right {
  right: 5%;
}
@media screen and (max-width: 1500px) {
  .p-top-copy__right {
    right: 5px;
  }
}
.p-top-copy__content {
  max-width: 630px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.p-top-copy__content img {
  width: 100%;
  height: auto;
}

.p-top-lead__content {
  padding: 300px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 13.68%);
}
@media screen and (max-width: 767px) {
  .p-top-lead__content {
    padding: 150px 0;
  }
}
.p-top-lead__text {
  color: #fff;
  font-size: 20px;
  line-height: 2.5;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-top-lead__text {
    font-size: 15px;
    line-height: 2;
  }
}
.p-top-lead__text + .p-top-lead__text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-lead__text + .p-top-lead__text {
    margin-top: 20px;
  }
}

.p-top-companyList {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-companyList {
    padding-left: 0;
  }
}
.p-top-companyList .p-top-companyListItem + .p-top-companyListItem {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-companyList .p-top-companyListItem + .p-top-companyListItem {
    margin-top: 50px;
  }
}

.p-top-companyListItem {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-companyListItem {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
.p-top-companyListItem__body {
  width: calc(100% - 60px - 50.8196721311%);
}
@media screen and (max-width: 767px) {
  .p-top-companyListItem__body {
    width: 100%;
  }
}
.p-top-companyListItem__imgWrap {
  width: 50.8196721311%;
}
@media screen and (max-width: 767px) {
  .p-top-companyListItem__imgWrap {
    width: calc(100% + 25px);
    margin: 0 -25px;
  }
}
.p-top-companyListItem__img {
  position: relative;
  z-index: 0;
  display: block;
}
.p-top-companyListItem__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-out;
}
.p-top-companyListItem__img::after {
  content: "";
  clip-path: url(#company-clip);
  width: 100%;
  padding-top: 53.5%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: -1;
}
@media (any-hover: hover) {
  .p-top-companyListItem__img:hover img {
    transform: scale(1.1);
  }
  .p-top-companyListItem__img:hover .p-top-companyListItem__arrow {
    transform: scale(1.23);
  }
  .p-top-companyListItem__img:hover .p-top-companyListItem__arrow svg circle {
    fill: #fff;
  }
  .p-top-companyListItem__img:hover .p-top-companyListItem__arrow svg path {
    stroke: #023894;
  }
}
.p-top-companyListItem__imgInner {
  position: relative;
  display: block;
  clip-path: url(#company-clip);
  overflow: hidden;
  width: 100%;
  padding-top: 53.5%;
}
.p-top-companyListItem__arrow {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 30px;
  top: 36.875%;
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-top-companyListItem__arrow {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
.p-top-companyListItem__arrow svg {
  width: 100%;
  height: auto;
}
.p-top-companyListItem__arrow svg circle {
  transition: fill 0.3s ease-out;
}
.p-top-companyListItem__arrow svg path {
  transition: stroke 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-top-companyListItem__arrow svg circle {
    stroke: #023894;
  }
}
.p-top-companyListItem__num {
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-top-companyListItem__num {
    font-size: 10px;
  }
}
.p-top-companyListItem__title {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-companyListItem__title {
    font-size: 22px;
  }
}
.p-top-companyListItem__text {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-top-companyListItem__text {
    font-size: 15px;
  }
}

.p-top-buisinessList {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-buisinessList {
    flex-direction: column;
    gap: 30px;
  }
}
.p-top-buisinessList .p-top-buisinessCard {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 767px) {
  .p-top-buisinessList .p-top-buisinessCard {
    width: 100%;
  }
}

@media (any-hover: hover) {
  .p-top-buisinessCard__link:hover .p-top-buisinessCard__img img {
    transform: scale(1.1);
  }
  .p-top-buisinessCard__link:hover .p-top-buisinessCard__arrow {
    transform: translate(0, -50%) scale(1.23);
  }
  .p-top-buisinessCard__link:hover .p-top-buisinessCard__arrow svg circle {
    fill: #fff;
  }
  .p-top-buisinessCard__link:hover .p-top-buisinessCard__arrow svg path {
    stroke: #023894;
  }
}
.p-top-buisinessCard__img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-buisinessCard__img {
    width: calc(100% + 25px);
    margin-bottom: 15px;
    margin-right: -25px;
    padding-left: 20px;
  }
}
.p-top-buisinessCard__imgInner {
  position: relative;
  width: 100%;
  padding-top: 46.6666666667%;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-buisinessCard__imgInner {
    padding-top: 72.7272727273%;
    border-radius: 30px 0 0 30px;
  }
}
.p-top-buisinessCard__imgInner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-out;
}
.p-top-buisinessCard__arrow {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-top-buisinessCard__arrow {
    width: 30px;
    height: 30px;
    right: -50px;
  }
}
.p-top-buisinessCard__arrow svg {
  width: 100%;
  height: auto;
}
.p-top-buisinessCard__arrow svg circle {
  transition: fill 0.3s ease-out;
}
.p-top-buisinessCard__arrow svg path {
  transition: stroke 0.3s ease-out;
}
.p-top-buisinessCard__body {
  position: relative;
  padding: 0 92px 0 60px;
}
@media screen and (max-width: 767px) {
  .p-top-buisinessCard__body {
    padding: 0 50px 0 0;
  }
}
.p-top-buisinessCard__num {
  transform: rotate(-90deg) translate(-100%);
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-top-buisinessCard__num {
    top: -30px;
    left: 0;
    transform: rotate(-90deg) translate(0, 100%);
    transform-origin: bottom left;
  }
}
.p-top-buisinessCard__title {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-buisinessCard__title {
    font-size: 22px;
  }
}
.p-top-buisinessCard__text {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-top-buisinessCard__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-buisinessCard__text {
    position: relative;
  }
}

.p-top-talk {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  padding: 150px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top-talk {
    margin-top: 50px;
    padding: 60px 0 0;
  }
}
.p-top-talk__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.p-top-talk__bg img {
  width: 100%;
  height: auto;
}
.p-top-talk__content {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .p-top-talk__content {
    flex-direction: column;
  }
}
.p-top-talk__content .p-top-sectionTitle--vertical {
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .p-top-talk__content .p-top-sectionTitle--vertical {
    transform: rotate(0) translate(0);
    margin-bottom: 50px !important;
  }
}
.p-top-talk__content .c-talkList {
  max-width: 100%;
  margin: 0;
}
.p-top-talk__content .c-talkList .c-talkCard {
  width: calc(100% - 120px);
}
@media screen and (max-width: 1023px) {
  .p-top-talk__content .c-talkList .c-talkCard {
    width: 100%;
  }
}
.p-top-talk__content .c-talkList .c-talkCard:nth-child(1) {
  margin-left: 120px;
}
@media screen and (max-width: 1023px) {
  .p-top-talk__content .c-talkList .c-talkCard:nth-child(1) {
    margin-left: 0;
  }
}
.p-top-talk__content .c-talkList .c-talkCard:nth-child(2) {
  margin-left: 60px;
}
@media screen and (max-width: 1023px) {
  .p-top-talk__content .c-talkList .c-talkCard:nth-child(2) {
    margin-left: 0;
  }
}
.p-top-talk__content .c-talkList .c-talkCard:nth-child(3) {
  margin-left: 0px;
}
@media screen and (max-width: 1023px) {
  .p-top-talk__content .c-talkList .c-talkCard:nth-child(3) {
    margin-left: 0;
  }
}

.p-top-recruitMainLink {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1023px) {
  .p-top-recruitMainLink {
    flex-direction: column;
  }
}
.p-top-recruitMainLink__item {
  position: relative;
  z-index: 1;
  width: calc((100% - 30px - 630px) / 2);
  min-height: 400px;
  flex-shrink: 0;
  background-image: url("/recruit/assets/images/top/recruit-img01.jpg");
  background-size: cover;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  transition: width 0.3s ease-out;
}
@media screen and (max-width: 1279px) {
  .p-top-recruitMainLink__item {
    width: calc((100% - 30px - 480px) / 2);
  }
}
@media screen and (max-width: 1023px) {
  .p-top-recruitMainLink__item {
    width: 100%;
    min-height: unset;
    border-radius: 10px;
  }
}
.p-top-recruitMainLink__item::before, .p-top-recruitMainLink__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  transition: opacity 0.3s ease-out;
}
.p-top-recruitMainLink__item::after {
  z-index: -1;
  background: rgba(2, 56, 148, 0.5);
  mix-blend-mode: multiply;
}
.p-top-recruitMainLink__item:nth-child(2) {
  background-image: url("/recruit/assets/images/top/recruit-img02.jpg");
}
.p-top-recruitMainLink__item:nth-child(3) {
  background-image: url("/recruit/assets/images/top/recruit-img03.jpg");
}
.p-top-recruitMainLink__item:first-child {
  width: 630px;
}
@media screen and (max-width: 1279px) {
  .p-top-recruitMainLink__item:first-child {
    width: 480px;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-recruitMainLink__item:first-child {
    width: 100%;
  }
}
.p-top-recruitMainLink__item:first-child .p-top-recruitMainLink__itemInner {
  top: calc(50% - 42px);
  padding: 0 50px;
}
@media screen and (max-width: 1279px) {
  .p-top-recruitMainLink__item:first-child .p-top-recruitMainLink__itemInner {
    padding: 0 25px;
  }
}
.p-top-recruitMainLink__item:first-child .p-top-recruitMainLink__title {
  left: 0;
  transform: translate(0, 0);
  font-size: 36px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-recruitMainLink__item:first-child .p-top-recruitMainLink__title {
    font-size: 22px;
  }
}
.p-top-recruitMainLink__item:first-child .p-top-recruitMainLink__text {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1024px) and (any-hover: hover) {
  .p-top-recruitMainLink__item:hover {
    width: 630px;
  }
}
@media screen and (min-width: 1024px) and (any-hover: hover) and (max-width: 1279px) {
  .p-top-recruitMainLink__item:hover {
    width: 480px;
  }
}
@media screen and (min-width: 1024px) and (any-hover: hover) {
  .p-top-recruitMainLink__item:hover .p-top-recruitMainLink__itemInner {
    top: calc(50% - 42px);
    padding: 0 50px;
  }
}
@media screen and (min-width: 1024px) and (any-hover: hover) and (max-width: 1279px) {
  .p-top-recruitMainLink__item:hover .p-top-recruitMainLink__itemInner {
    padding: 0 25px;
  }
}
@media screen and (min-width: 1024px) and (any-hover: hover) {
  .p-top-recruitMainLink__item:hover .p-top-recruitMainLink__title {
    left: 0;
    transform: translate(0, 0);
    font-size: 36px;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1024px) and (any-hover: hover) and (max-width: 768px) {
  .p-top-recruitMainLink__item:hover .p-top-recruitMainLink__title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) and (any-hover: hover) {
  .p-top-recruitMainLink__item:hover .p-top-recruitMainLink__text {
    visibility: visible;
    opacity: 1;
  }
  .p-top-recruitMainLink__item:hover::before {
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) and (any-hover: hover) {
  .p-top-recruitMainLink:has(a:hover) a:not(:hover) {
    width: calc((100% - 30px - 630px) / 2);
  }
}
@media screen and (min-width: 1024px) and (any-hover: hover) and (max-width: 1279px) {
  .p-top-recruitMainLink:has(a:hover) a:not(:hover) {
    width: calc((100% - 30px - 480px) / 2);
  }
}
@media screen and (min-width: 1024px) and (any-hover: hover) {
  .p-top-recruitMainLink:has(a:hover) a:not(:hover) .p-top-recruitMainLink__itemInner {
    top: calc(50% - 30px);
    padding: 0;
  }
  .p-top-recruitMainLink:has(a:hover) a:not(:hover) .p-top-recruitMainLink__title {
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .p-top-recruitMainLink:has(a:hover) a:not(:hover) .p-top-recruitMainLink__text {
    visibility: hidden;
    opacity: 0;
  }
}
.p-top-recruitMainLink__itemInner {
  width: 100%;
  position: absolute;
  top: calc(50% - 30px);
  transition: top 0.3s ease-out, padding 0.3s ease-out;
}
@media screen and (max-width: 1023px) {
  .p-top-recruitMainLink__itemInner {
    position: static;
    padding: 20px 15px !important;
  }
}
.p-top-recruitMainLink__arrow {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0;
  top: -72px;
}
@media screen and (max-width: 1023px) {
  .p-top-recruitMainLink__arrow {
    position: static;
    width: 30px;
    height: 30px;
    margin-top: 20px;
    margin-left: auto;
  }
}
.p-top-recruitMainLink__arrow svg {
  width: 100%;
  height: auto;
}
.p-top-recruitMainLink__title {
  width: fit-content;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  transition: font-size 0.3s ease-out, transform 0.3s ease-out, left 0.3s ease-out;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-top-recruitMainLink__title {
    left: 0;
    transform: translate(0, 0);
  }
}
.p-top-recruitMainLink__text {
  margin-top: 30px;
  position: relative;
  visibility: hidden;
  opacity: 0;
  width: 530px;
  transition: opacity 0.3s ease-out;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-top-recruitMainLink__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 1279px) {
  .p-top-recruitMainLink__text {
    width: 430px;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-recruitMainLink__text {
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
}
.p-top-recruitMainLink__text::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -15px;
}
@media screen and (max-width: 767px) {
  .p-top-recruitMainLink__text::after {
    width: 16px;
  }
}

.p-top-recruitOtherLink {
  margin-top: 80px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-recruitOtherLink {
    margin-top: 30px;
    flex-direction: column;
    gap: 30px;
  }
}
.p-top-recruitOtherLink__item {
  position: relative;
  width: calc((100% - 30px) / 2);
  padding: 8px 0 24px;
  color: #023894;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (any-hover: hover) {
  .p-top-recruitOtherLink__item:hover .p-top-recruitOtherLink__arrow {
    transform: scale(1.23);
  }
  .p-top-recruitOtherLink__item:hover .p-top-recruitOtherLink__arrow svg circle {
    fill: #023894;
  }
  .p-top-recruitOtherLink__item:hover .p-top-recruitOtherLink__arrow svg path {
    stroke: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruitOtherLink__item {
    width: 100%;
    padding: 0 45px 20px 15px;
    text-align: left;
  }
}
.p-top-recruitOtherLink__item::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #023894;
  border-radius: 100px;
}
.p-top-recruitOtherLink__arrow {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 50px;
  bottom: 20px;
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-top-recruitOtherLink__arrow {
    width: 30px;
    height: 30px;
    right: 15px;
    bottom: auto;
    top: 0;
  }
}
.p-top-recruitOtherLink__arrow svg {
  width: 100%;
  height: auto;
}
.p-top-recruitOtherLink__arrow svg circle {
  transition: fill 0.3s ease-out;
}
.p-top-recruitOtherLink__arrow svg path {
  transition: stroke 0.3s ease-out;
}

.p-top-fixedbanner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 998;
  width: 684px;
  height: 252px;
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-top-fixedbanner {
    width: 100%;
    height: auto;
  }
}
.p-top-fixedbanner.is-hidden {
  transform: translate(-100%, 0);
  pointer-events: none;
}
.p-top-fixedbanner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(187, 187, 187, 0.5);
  clip-path: polygon(0 0, 83% 0%, 100% 100%, 0% 100%);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-top-fixedbanner::after {
    background: rgba(0, 0, 0, 0.4);
  }
}
.p-top-fixedbanner__inner {
  padding: 30px 0 30px 80px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-fixedbanner__inner {
    padding: 15px 15px 50px 15px;
  }
}
.p-top-fixedbanner__title {
  color: #fff;
  padding-left: 55px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-fixedbanner__title {
    font-size: 13px;
  }
}
.p-top-fixedbanner__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 46px;
  height: 1px;
  background: #fff;
}
.p-top-fixedbanner__content {
  margin-top: 10px;
  display: flex;
  gap: 20px;
}
.p-top-fixedbanner__item {
  width: calc((100% - 20px) / 2);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.p-top-fixedbanner__item a {
  display: block;
}
.p-top-fixedbanner__item a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-out;
}
.p-top-fixedbanner__item a::after {
  content: "";
  width: 39px;
  height: 39px;
  background-image: url("/recruit/assets/images/common/icon-play.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-top-fixedbanner__item a::after {
    width: 36px;
    height: 36px;
  }
}
.p-top-fixedbanner__item a img {
  width: 100%;
  height: auto;
}
@media (any-hover: hover) {
  .p-top-fixedbanner__item a:hover::before {
    opacity: 0;
  }
  .p-top-fixedbanner__item a:hover::after {
    opacity: 0.6;
  }
}

.c-wait {
  text-align: center;
  font-size: 42px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-wait {
    font-size: 24px;
  }
}

.p-buisiness-cardList {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-buisiness-cardList {
    flex-direction: column;
    gap: 30px;
  }
}
.p-buisiness-cardList .p-buisiness-card {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 767px) {
  .p-buisiness-cardList .p-buisiness-card {
    width: 100%;
  }
}

@media (any-hover: hover) {
  .p-buisiness-card__link:hover .p-buisiness-card__img img {
    transform: scale(1.1);
  }
  .p-buisiness-card__link:hover .p-buisiness-card__arrow {
    transform: translate(0, -50%) scale(1.23);
  }
  .p-buisiness-card__link:hover .p-buisiness-card__arrow svg circle {
    fill: #fff;
    stroke: #023894;
  }
  .p-buisiness-card__link:hover .p-buisiness-card__arrow svg path {
    stroke: #023894;
  }
}
.p-buisiness-card__img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-buisiness-card__img {
    width: calc(100% + 25px);
    margin-bottom: 15px;
    margin-right: -25px;
    padding-left: 20px;
  }
}
.p-buisiness-card__imgInner {
  position: relative;
  width: 100%;
  padding-top: 46.6666666667%;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-buisiness-card__imgInner {
    padding-top: 72.7272727273%;
    border-radius: 30px 0 0 30px;
  }
}
.p-buisiness-card__imgInner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-out;
}
.p-buisiness-card__arrow {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: translate(0, -50%);
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-buisiness-card__arrow {
    width: 30px;
    height: 30px;
    right: 0;
    top: 18px;
  }
}
.p-buisiness-card__arrow svg {
  width: 100%;
  height: auto;
}
.p-buisiness-card__arrow svg circle {
  transition: stroke 0.3s ease-out, fill 0.3s ease-out;
}
.p-buisiness-card__arrow svg path {
  transition: stroke 0.3s ease-out;
}
.p-buisiness-card__body {
  position: relative;
  padding: 0 0 0 60px;
}
@media screen and (max-width: 767px) {
  .p-buisiness-card__body {
    padding: 0;
  }
}
.p-buisiness-card__num {
  transform: rotate(-90deg) translate(-100%);
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-buisiness-card__num {
    top: -30px;
    left: 0;
    transform: rotate(-90deg) translate(0, 100%);
    transform-origin: bottom left;
  }
}
.p-buisiness-card__title {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-buisiness-card__title {
    font-size: 22px;
  }
}
.p-buisiness-card__subTitle {
  margin-bottom: 10px;
  color: #023894;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-buisiness-card__subTitle {
    font-size: 20px;
  }
}
.p-buisiness-card__text {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-buisiness-card__text {
    font-size: 15px;
  }
}

.p-buisiness-content > :first-child,
.p-buisiness-content div > :first-child {
  margin-top: 0;
}
.p-buisiness-content > :last-child,
.p-buisiness-content div > :last-child {
  margin-bottom: 0;
}
.p-buisiness-content__row {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-buisiness-content__row {
    flex-direction: column;
    gap: 20px;
  }
}
.p-buisiness-content__col:nth-child(odd) {
  width: 38.8888888889%;
}
@media screen and (max-width: 767px) {
  .p-buisiness-content__col:nth-child(odd) {
    width: 100%;
  }
}
.p-buisiness-content__col:nth-child(even) {
  width: calc(61.1111111111% - 50px);
}
@media screen and (max-width: 767px) {
  .p-buisiness-content__col:nth-child(even) {
    width: 100%;
  }
}
.p-buisiness-content__col > :last-child {
  margin-bottom: 0;
}
.p-buisiness-content__img {
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-buisiness-content__img {
    border-radius: 20px;
  }
}
.p-buisiness-content__img img {
  width: 100%;
  height: auto;
}
.p-buisiness-content h3 {
  margin-top: 120px;
  margin-bottom: 30px;
  padding-left: 32px;
  position: relative;
  font-size: 36px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-buisiness-content h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-buisiness-content h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 18px;
  }
}
.p-buisiness-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 12px;
  height: calc(100% - 16px);
  background: #023894;
}
@media screen and (max-width: 767px) {
  .p-buisiness-content h3::before {
    width: 8px;
    height: calc(100% - 10px);
  }
}
.p-buisiness-content h4 {
  margin-bottom: 10px;
  color: #023894;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-buisiness-content h4 {
    font-size: 20px;
  }
}
.p-buisiness-content h5 {
  margin: 30px 0 10px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .p-buisiness-content h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-buisiness-content h5 {
    margin: 20px 0 10px;
  }
}
.p-buisiness-content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-buisiness-content p {
    font-size: 15px;
  }
}
.p-buisiness-content .p-buisiness-content__note {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-buisiness-content .p-buisiness-content__note {
    font-size: 12px;
  }
}

.p-buisiness-OtherLink + .p-buisiness-OtherLink {
  margin-top: 30px;
}
.p-buisiness-OtherLink__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
@media screen and (max-width: 767px) {
  .p-buisiness-OtherLink__wrap {
    flex-direction: column;
  }
}
.p-buisiness-OtherLink__item {
  width: calc((100% - 3px) / 4);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-buisiness-OtherLink__item {
    width: 100%;
  }
}
.p-buisiness-OtherLink__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(26, 20, 17, 0.5);
  transition: background 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-buisiness-OtherLink__item:hover::before {
    background: rgba(2, 56, 148, 0.5);
  }
}
.p-buisiness-OtherLink__itemInner {
  display: block;
  padding-top: 50.7936507937%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-buisiness-OtherLink__itemInner {
    padding-top: 27.6923076923%;
  }
}
.p-buisiness-OtherLink__itemInner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-buisiness-OtherLink__text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  line-height: 1.175;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-buisiness-OtherLink__text {
    font-size: 16px;
  }
}

.p-works-content > :first-child,
.p-works-content div > :first-child {
  margin-top: 0 !important;
}
.p-works-content > :last-child,
.p-works-content div > :last-child {
  margin-bottom: 0 !important;
}
.p-works-content h3:not([class]) {
  margin-top: 120px;
  margin-bottom: 30px;
  padding-left: 32px;
  position: relative;
  font-size: 36px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-works-content h3:not([class]) {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-content h3:not([class]) {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 18px;
  }
}
.p-works-content h3:not([class])::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 12px;
  height: calc(100% - 16px);
  background: #023894;
}
@media screen and (max-width: 767px) {
  .p-works-content h3:not([class])::before {
    width: 8px;
    height: calc(100% - 10px);
  }
}
.p-works-content h4:not([class]) {
  margin-bottom: 10px;
  color: #023894;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-works-content h4:not([class]) {
    font-size: 20px;
  }
}
.p-works-content p:not([class]) {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-works-content p:not([class]) {
    font-size: 15px;
  }
}
.p-works-content__cols {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-works-content__cols {
    margin-top: 50px;
  }
}
.p-works-content__cols .c-fullWideSection {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 120px 50px;
}
@media screen and (max-width: 767px) {
  .p-works-content__cols .c-fullWideSection {
    flex-direction: column;
    gap: 50px;
  }
}
.p-works-content__cols .c-fullWideSection__row {
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 767px) {
  .p-works-content__cols .c-fullWideSection__row {
    gap: 20px;
    width: 100%;
  }
}
.p-works-content__cols .c-fullWideSection__col {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-works-content__cols .c-fullWideSection__col:nth-child(even) {
    width: auto;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.p-message {
  background: linear-gradient(90deg, #f2efee 0%, #e1e1e2 100%);
}

.p-message-pageHead {
  max-width: 890px;
  padding: 0 25px;
  margin: 0 auto;
}
.p-message-pageHead__inner {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 44px;
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-message-pageHead__inner {
    column-gap: 0;
    row-gap: 20px;
  }
}
.p-message-pageHead__copy {
  padding-top: 88px;
  align-content: center;
}
@media screen and (max-width: 767px) {
  .p-message-pageHead__copy {
    padding-top: 0;
    grid-column: span 2;
  }
}
.p-message-pageHead__copy img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-message-pageHead__name {
    white-space: nowrap;
    padding-top: 70px;
  }
}
.p-message-pageHead__name--main {
  display: flex;
  align-items: baseline;
  gap: 20px;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-message-pageHead__name--main {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-message-pageHead__name--main {
    gap: 10px;
  }
}
.p-message-pageHead__name--main span {
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-message-pageHead__name--main span {
    font-size: 10px;
  }
}
.p-message-pageHead__name--sub {
  margin-top: 10px;
  display: block;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-message-pageHead__name--sub {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-message-pageHead__name--sub {
    margin-top: 5px;
  }
}
.p-message-pageHead__img {
  grid-row: span 3;
}
@media screen and (max-width: 767px) {
  .p-message-pageHead__img {
    grid-column: 2/span 1;
    grid-row: 2/span 2;
    margin-right: -25px;
  }
}
.p-message-pageHead__img img {
  width: 100%;
  height: auto;
}

.p-message-section {
  position: relative;
  z-index: 0;
}
.p-message-section::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 230px;
  z-index: -1;
}
.p-message-section .l-section {
  max-width: 1090px;
  background: #fff;
  margin: 0 auto;
}

.p-message-content {
  padding: 60px 100px 0;
}
@media screen and (max-width: 767px) {
  .p-message-content {
    padding: 30px 25px 0;
  }
}
.p-message-content > :last-child {
  margin-bottom: 0;
}
.p-message-content h3 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-message-content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-message-content h3 {
    margin-bottom: 20px;
  }
}
.p-message-content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-message-content p {
    font-size: 15px;
  }
}
.p-message-content__img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-message-content__img {
    width: calc(100% + 50px);
    margin: 0 -25px 20px;
  }
}
.p-message-content__img img {
  width: 100%;
}

.p-analysis .p-analysis-sectionWrap .c-subSectionTitle {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-sectionWrap .c-subSectionTitle {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .p-analysis .p-analysis-sectionWrap .c-subSectionTitle::before {
    display: none;
  }
}
.p-analysis .p-analysis-sectionWrap .c-subSectionTitle--jp {
  color: #023894;
}
.p-analysis .p-analysis-section + .p-analysis-section {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-section + .p-analysis-section {
    margin-top: 40px;
  }
}
.p-analysis .p-analysis-container {
  display: flex;
  border-top: solid 1px #bbb;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-container {
    flex-direction: column;
  }
}
.p-analysis .p-analysis-container:last-child {
  border-bottom: solid 1px #bbb;
}
.p-analysis .p-analysis-column, .p-analysis .p-analysis-column--wide {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.p-analysis .p-analysis-column--wide {
  width: 66.6666666667%;
  flex: none;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-column--wide {
    width: 100%;
  }
}
.p-analysis .p-analysis-column .p-analysis-box + .p-analysis-box::after, .p-analysis .p-analysis-column .p-analysis-box--alignCenter + .p-analysis-box::after, .p-analysis .p-analysis-column .p-analysis-box + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column .p-analysis-box--alignCenter + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column .p-analysis-box--copy + .p-analysis-box::after, .p-analysis .p-analysis-column .p-analysis-box--copy + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column .p-analysis-box + .p-analysis-box--copy::after, .p-analysis .p-analysis-column .p-analysis-box--alignCenter + .p-analysis-box--copy::after, .p-analysis .p-analysis-column .p-analysis-box--copy + .p-analysis-box--copy::after, .p-analysis .p-analysis-column--wide .p-analysis-box + .p-analysis-box::after, .p-analysis .p-analysis-column--wide .p-analysis-box--alignCenter + .p-analysis-box::after, .p-analysis .p-analysis-column--wide .p-analysis-box + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column--wide .p-analysis-box--alignCenter + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column--wide .p-analysis-box--copy + .p-analysis-box::after, .p-analysis .p-analysis-column--wide .p-analysis-box--copy + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column--wide .p-analysis-box + .p-analysis-box--copy::after, .p-analysis .p-analysis-column--wide .p-analysis-box--alignCenter + .p-analysis-box--copy::after, .p-analysis .p-analysis-column--wide .p-analysis-box--copy + .p-analysis-box--copy::after {
  content: "";
  width: calc(100% - 60px);
  height: 1px;
  background: #bbb;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-column .p-analysis-box + .p-analysis-box::after, .p-analysis .p-analysis-column .p-analysis-box--alignCenter + .p-analysis-box::after, .p-analysis .p-analysis-column .p-analysis-box + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column .p-analysis-box--alignCenter + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column .p-analysis-box--copy + .p-analysis-box::after, .p-analysis .p-analysis-column .p-analysis-box--copy + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column .p-analysis-box + .p-analysis-box--copy::after, .p-analysis .p-analysis-column .p-analysis-box--alignCenter + .p-analysis-box--copy::after, .p-analysis .p-analysis-column .p-analysis-box--copy + .p-analysis-box--copy::after, .p-analysis .p-analysis-column--wide .p-analysis-box + .p-analysis-box::after, .p-analysis .p-analysis-column--wide .p-analysis-box--alignCenter + .p-analysis-box::after, .p-analysis .p-analysis-column--wide .p-analysis-box + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column--wide .p-analysis-box--alignCenter + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column--wide .p-analysis-box--copy + .p-analysis-box::after, .p-analysis .p-analysis-column--wide .p-analysis-box--copy + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column--wide .p-analysis-box + .p-analysis-box--copy::after, .p-analysis .p-analysis-column--wide .p-analysis-box--alignCenter + .p-analysis-box--copy::after, .p-analysis .p-analysis-column--wide .p-analysis-box--copy + .p-analysis-box--copy::after {
    width: 100%;
    height: 1px;
    transform: translate(0, 0);
  }
}
.p-analysis .p-analysis-column:first-child .p-analysis-box + .p-analysis-box::after, .p-analysis .p-analysis-column:first-child .p-analysis-box--alignCenter + .p-analysis-box::after, .p-analysis .p-analysis-column:first-child .p-analysis-box + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column:first-child .p-analysis-box--alignCenter + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column:first-child .p-analysis-box--copy + .p-analysis-box::after, .p-analysis .p-analysis-column:first-child .p-analysis-box--copy + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column:first-child .p-analysis-box + .p-analysis-box--copy::after, .p-analysis .p-analysis-column:first-child .p-analysis-box--alignCenter + .p-analysis-box--copy::after, .p-analysis .p-analysis-column:first-child .p-analysis-box--copy + .p-analysis-box--copy::after, .p-analysis .p-analysis-column--wide:first-child .p-analysis-box + .p-analysis-box::after, .p-analysis .p-analysis-column--wide:first-child .p-analysis-box--alignCenter + .p-analysis-box::after, .p-analysis .p-analysis-column--wide:first-child .p-analysis-box + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column--wide:first-child .p-analysis-box--alignCenter + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column--wide:first-child .p-analysis-box--copy + .p-analysis-box::after, .p-analysis .p-analysis-column--wide:first-child .p-analysis-box--copy + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column--wide:first-child .p-analysis-box + .p-analysis-box--copy::after, .p-analysis .p-analysis-column--wide:first-child .p-analysis-box--alignCenter + .p-analysis-box--copy::after, .p-analysis .p-analysis-column--wide:first-child .p-analysis-box--copy + .p-analysis-box--copy::after {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background: #bbb;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-column:first-child .p-analysis-box + .p-analysis-box::after, .p-analysis .p-analysis-column:first-child .p-analysis-box--alignCenter + .p-analysis-box::after, .p-analysis .p-analysis-column:first-child .p-analysis-box + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column:first-child .p-analysis-box--alignCenter + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column:first-child .p-analysis-box--copy + .p-analysis-box::after, .p-analysis .p-analysis-column:first-child .p-analysis-box--copy + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column:first-child .p-analysis-box + .p-analysis-box--copy::after, .p-analysis .p-analysis-column:first-child .p-analysis-box--alignCenter + .p-analysis-box--copy::after, .p-analysis .p-analysis-column:first-child .p-analysis-box--copy + .p-analysis-box--copy::after, .p-analysis .p-analysis-column--wide:first-child .p-analysis-box + .p-analysis-box::after, .p-analysis .p-analysis-column--wide:first-child .p-analysis-box--alignCenter + .p-analysis-box::after, .p-analysis .p-analysis-column--wide:first-child .p-analysis-box + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column--wide:first-child .p-analysis-box--alignCenter + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column--wide:first-child .p-analysis-box--copy + .p-analysis-box::after, .p-analysis .p-analysis-column--wide:first-child .p-analysis-box--copy + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column--wide:first-child .p-analysis-box + .p-analysis-box--copy::after, .p-analysis .p-analysis-column--wide:first-child .p-analysis-box--alignCenter + .p-analysis-box--copy::after, .p-analysis .p-analysis-column--wide:first-child .p-analysis-box--copy + .p-analysis-box--copy::after {
    width: 100%;
    height: 1px;
  }
}
.p-analysis .p-analysis-column:last-child .p-analysis-box + .p-analysis-box::after, .p-analysis .p-analysis-column:last-child .p-analysis-box--alignCenter + .p-analysis-box::after, .p-analysis .p-analysis-column:last-child .p-analysis-box + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column:last-child .p-analysis-box--alignCenter + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column:last-child .p-analysis-box--copy + .p-analysis-box::after, .p-analysis .p-analysis-column:last-child .p-analysis-box--copy + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column:last-child .p-analysis-box + .p-analysis-box--copy::after, .p-analysis .p-analysis-column:last-child .p-analysis-box--alignCenter + .p-analysis-box--copy::after, .p-analysis .p-analysis-column:last-child .p-analysis-box--copy + .p-analysis-box--copy::after, .p-analysis .p-analysis-column--wide:last-child .p-analysis-box + .p-analysis-box::after, .p-analysis .p-analysis-column--wide:last-child .p-analysis-box--alignCenter + .p-analysis-box::after, .p-analysis .p-analysis-column--wide:last-child .p-analysis-box + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column--wide:last-child .p-analysis-box--alignCenter + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column--wide:last-child .p-analysis-box--copy + .p-analysis-box::after, .p-analysis .p-analysis-column--wide:last-child .p-analysis-box--copy + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column--wide:last-child .p-analysis-box + .p-analysis-box--copy::after, .p-analysis .p-analysis-column--wide:last-child .p-analysis-box--alignCenter + .p-analysis-box--copy::after, .p-analysis .p-analysis-column--wide:last-child .p-analysis-box--copy + .p-analysis-box--copy::after {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background: #bbb;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-column:last-child .p-analysis-box + .p-analysis-box::after, .p-analysis .p-analysis-column:last-child .p-analysis-box--alignCenter + .p-analysis-box::after, .p-analysis .p-analysis-column:last-child .p-analysis-box + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column:last-child .p-analysis-box--alignCenter + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column:last-child .p-analysis-box--copy + .p-analysis-box::after, .p-analysis .p-analysis-column:last-child .p-analysis-box--copy + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column:last-child .p-analysis-box + .p-analysis-box--copy::after, .p-analysis .p-analysis-column:last-child .p-analysis-box--alignCenter + .p-analysis-box--copy::after, .p-analysis .p-analysis-column:last-child .p-analysis-box--copy + .p-analysis-box--copy::after, .p-analysis .p-analysis-column--wide:last-child .p-analysis-box + .p-analysis-box::after, .p-analysis .p-analysis-column--wide:last-child .p-analysis-box--alignCenter + .p-analysis-box::after, .p-analysis .p-analysis-column--wide:last-child .p-analysis-box + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column--wide:last-child .p-analysis-box--alignCenter + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column--wide:last-child .p-analysis-box--copy + .p-analysis-box::after, .p-analysis .p-analysis-column--wide:last-child .p-analysis-box--copy + .p-analysis-box--alignCenter::after, .p-analysis .p-analysis-column--wide:last-child .p-analysis-box + .p-analysis-box--copy::after, .p-analysis .p-analysis-column--wide:last-child .p-analysis-box--alignCenter + .p-analysis-box--copy::after, .p-analysis .p-analysis-column--wide:last-child .p-analysis-box--copy + .p-analysis-box--copy::after {
    width: 100%;
    height: 1px;
  }
}
.p-analysis .p-analysis-column + .p-analysis-column::after, .p-analysis .p-analysis-column--wide + .p-analysis-column::after, .p-analysis .p-analysis-column + .p-analysis-column--wide::after, .p-analysis .p-analysis-column--wide + .p-analysis-column--wide::after {
  content: "";
  width: 1px;
  height: calc(100% - 60px);
  background: #bbb;
  position: absolute;
  left: 0;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-column + .p-analysis-column::after, .p-analysis .p-analysis-column--wide + .p-analysis-column::after, .p-analysis .p-analysis-column + .p-analysis-column--wide::after, .p-analysis .p-analysis-column--wide + .p-analysis-column--wide::after {
    width: 100%;
    height: 1px;
    top: 0;
  }
}
.p-analysis .p-analysis-box, .p-analysis .p-analysis-box--alignCenter, .p-analysis .p-analysis-box--copy {
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 78px 10px 50px;
  min-height: 260px;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box, .p-analysis .p-analysis-box--alignCenter, .p-analysis .p-analysis-box--copy {
    padding: 70px 0 30px;
    min-height: auto;
  }
}
.p-analysis .p-analysis-box--copy {
  padding: 100px 10px 70px;
  border-top: solid 1px #bbb;
  border-bottom: solid 1px #bbb;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box--copy {
    padding: 70px 0 30px;
  }
}
.p-analysis .p-analysis-box--alignCenter {
  align-items: center;
}
.p-analysis .p-analysis-box__label {
  width: fit-content;
  padding: 30px 40px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-analysis .p-analysis-box__label {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__label {
    padding: 20px 0;
  }
}
.p-analysis .p-analysis-box__copy {
  max-width: 488px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-analysis .p-analysis-box__copy {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__copy {
    max-width: 315px;
  }
}
.p-analysis .p-analysis-box__copy img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__copy img {
    margin-bottom: 15px;
  }
}
.p-analysis .p-analysis-box__row, .p-analysis .p-analysis-box__row--pcColumnSpRow, .p-analysis .p-analysis-box__row--spColumn, .p-analysis .p-analysis-box__row--column {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__row, .p-analysis .p-analysis-box__row--pcColumnSpRow, .p-analysis .p-analysis-box__row--spColumn, .p-analysis .p-analysis-box__row--column {
    gap: 30px;
  }
}
.p-analysis .p-analysis-box__row--column {
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__row--column {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__row--spColumn {
    flex-direction: column;
    gap: 10px;
  }
}
.p-analysis .p-analysis-box__row--pcColumnSpRow {
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__row--pcColumnSpRow {
    flex-direction: row;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__row--pcColumnSpRow .p-analysis-box__textboxRow, .p-analysis .p-analysis-box__row--pcColumnSpRow .p-analysis-box__textboxRow--spColumn {
    justify-content: space-between;
  }
}
.p-analysis .p-analysis-box__lead, .p-analysis .p-analysis-box__lead--left {
  margin-top: 15px;
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-analysis .p-analysis-box__lead, .p-analysis .p-analysis-box__lead--left {
    font-size: 12px;
  }
}
.p-analysis .p-analysis-box__lead--left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__lead, .p-analysis .p-analysis-box__lead--left {
    margin-top: 10px;
  }
}
.p-analysis .p-analysis-box__note, .p-analysis .p-analysis-box__note--sm {
  margin-top: 15px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-analysis .p-analysis-box__note, .p-analysis .p-analysis-box__note--sm {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__note, .p-analysis .p-analysis-box__note--sm {
    margin-top: 10px;
  }
}
.p-analysis .p-analysis-box__note--sm {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-analysis .p-analysis-box__note--sm {
    font-size: 12px;
  }
}
.p-analysis .p-analysis-box__note + .p-analysis-box__note, .p-analysis .p-analysis-box__note--sm + .p-analysis-box__note, .p-analysis .p-analysis-box__note + .p-analysis-box__note--sm, .p-analysis .p-analysis-box__note--sm + .p-analysis-box__note--sm {
  margin-top: 0 !important;
}
.p-analysis .p-analysis-box__textbox {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__textbox {
    gap: 10px;
  }
}
.p-analysis .p-analysis-box__textbox > .p-analysis-box__lead, .p-analysis .p-analysis-box__textbox > .p-analysis-box__lead--left {
  margin-top: 0;
}
.p-analysis .p-analysis-box__textbox > .p-analysis-box__note, .p-analysis .p-analysis-box__textbox > .p-analysis-box__note--sm {
  margin-top: 0;
}
.p-analysis .p-analysis-box__textboxRowWrap {
  display: flex;
  align-items: baseline;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__textboxRowWrap {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__textboxRowWrap .p-analysis-box__textboxRow, .p-analysis .p-analysis-box__textboxRowWrap .p-analysis-box__textboxRow--spColumn {
    gap: 5px;
    letter-spacing: -0.03em;
  }
}
.p-analysis .p-analysis-box__textboxRow, .p-analysis .p-analysis-box__textboxRow--spColumn {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__textboxRow, .p-analysis .p-analysis-box__textboxRow--spColumn {
    justify-content: center;
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__textboxRow--spColumn {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.p-analysis .p-analysis-box__textLabel, .p-analysis .p-analysis-box__textLabel--lg {
  width: fit-content;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  background: #f0ebe3;
  border-radius: 5px;
  padding: 0 8px;
  color: #1a1411;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__textLabel, .p-analysis .p-analysis-box__textLabel--lg {
    font-size: 13px;
  }
}
.p-analysis .p-analysis-box__textLabel--lg {
  font-size: 22px;
  padding: 10px 8px;
  color: #023894;
  background: none;
  border: solid 2px #023894;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__textLabel--lg {
    font-size: 13px;
    padding: 5px 8px;
  }
}
.p-analysis .p-analysis-box__text, .p-analysis .p-analysis-box__text--sm, .p-analysis .p-analysis-box__text--lg {
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__text, .p-analysis .p-analysis-box__text--sm, .p-analysis .p-analysis-box__text--lg {
    font-size: 14px;
  }
}
.p-analysis .p-analysis-box__text--lg {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__text--lg {
    font-size: 14px;
  }
}
.p-analysis .p-analysis-box__text--lg .p-analysis-box__text--num {
  font-size: 75px;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__text--lg .p-analysis-box__text--num {
    font-size: 40px;
  }
}
.p-analysis .p-analysis-box__text--sm {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__text--sm {
    font-size: 14px;
  }
}
.p-analysis .p-analysis-box__text--sm .p-analysis-box__text--num {
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__text--sm .p-analysis-box__text--num {
    font-size: 30px;
  }
}
.p-analysis .p-analysis-box__text--num {
  color: #023894;
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-analysis .p-analysis-box__text--num {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitMessage .c-sectionHead {
    padding: 0 25px;
  }
}

.p-recruitMessage-pageHead {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
.p-recruitMessage-pageHead__imgWrap {
  position: relative;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-pageHead__imgWrap {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.p-recruitMessage-pageHead__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-pageHead__img {
    position: static;
  }
}
.p-recruitMessage-pageHead__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-pageHead__img img {
    position: static;
    object-fit: unset;
  }
}
.p-recruitMessage-pageHead__cap {
  margin-top: 10px;
  text-align: right;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-recruitMessage-pageHead__cap {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-pageHead__cap {
    padding-right: 25px;
  }
}

.p-recruitMessage-section {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-section {
    padding-top: 50px;
  }
}

.p-recruitMessage-content > :first-child,
.p-recruitMessage-content div > :first-child {
  margin-top: 0 !important;
}
.p-recruitMessage-content > :last-child,
.p-recruitMessage-content div > :last-child {
  margin-bottom: 0 !important;
}
.p-recruitMessage-content h3:not([class]) {
  margin-top: 120px;
  margin-bottom: 30px;
  padding-left: 32px;
  position: relative;
  font-size: 36px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-recruitMessage-content h3:not([class]) {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-content h3:not([class]) {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 18px;
  }
}
.p-recruitMessage-content h3:not([class])::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 12px;
  height: calc(100% - 16px);
  background: #023894;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-content h3:not([class])::before {
    width: 8px;
    height: calc(100% - 10px);
  }
}
.p-recruitMessage-content h4:not([class]) {
  margin-bottom: 10px;
  color: #023894;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-recruitMessage-content h4:not([class]) {
    font-size: 20px;
  }
}
.p-recruitMessage-content p:not([class]) {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-recruitMessage-content p:not([class]) {
    font-size: 15px;
  }
}

.p-recruitMessage-target {
  display: flex;
  gap: 30px;
  padding: 30px;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-target {
    width: calc(100% + 50px);
    margin: 0 -25px;
    flex-direction: column;
    gap: 10px;
    padding: 25px;
  }
}
.p-recruitMessage-target__item {
  position: relative;
  width: calc((100% - 60px) / 3);
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-target__item {
    width: 100%;
    padding: 20px 10px 26px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-target__itemInner {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.p-recruitMessage-target__itemNum {
  position: absolute;
  left: 10px;
  top: 0;
  font-family: "Roboto", sans-serif;
  font-size: 68px;
  line-height: 1.2;
  font-weight: 700;
  color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-target__itemNum {
    position: static;
    font-size: 38px;
    text-align: center;
  }
}
.p-recruitMessage-target__itemIconWrap {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-target__itemIconWrap {
    width: 80px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
.p-recruitMessage-target__itemIcon {
  max-width: 140px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-target__itemIcon {
    max-width: 100%;
  }
}
.p-recruitMessage-target__itemIcon img {
  width: 100%;
  height: auto;
}
.p-recruitMessage-target__itemTitle {
  text-align: center;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-recruitMessage-target__itemTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-target__itemTitle {
    text-align: left;
  }
}
.p-recruitMessage-target__itemText {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-recruitMessage-target__itemText {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-target__itemText {
    text-align: left;
  }
}

.p-recruitMessage-detail {
  margin-top: 40px;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-detail {
    margin-top: 50px;
    flex-direction: column;
    gap: 50px;
  }
}
.p-recruitMessage-detail__item {
  position: relative;
  width: calc((100% - 60px) / 2);
  padding-top: 103px;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-detail__item {
    width: 100%;
    padding-top: 0;
  }
}
.p-recruitMessage-detail__itemArrow {
  width: 78px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-detail__itemArrow {
    display: none;
  }
}
.p-recruitMessage-detail__itemArrow img {
  width: 100%;
  height: auto;
}
.p-recruitMessage-detail__itemTitle {
  position: absolute;
  top: 81px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 300px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #023894;
  border-radius: 100px;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-recruitMessage-detail__itemTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-detail__itemTitle {
    position: static;
    max-width: 230px;
    height: 40px;
  }
}
.p-recruitMessage-detail__itemBox {
  border: solid 1px #023894;
  padding: 50px 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-detail__itemBox {
    border: none;
    border-top: solid 1px #023894;
    margin-top: -20px;
    margin: -20px -25px 0;
    padding: 40px 25px 0;
    height: auto;
    width: calc(100% + 50px);
  }
}
.p-recruitMessage-detail__itemSubTitle {
  margin-bottom: 10px;
  color: #023894;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .p-recruitMessage-detail__itemSubTitle {
    font-size: 17px;
  }
}
.p-recruitMessage-detail__itemText {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .p-recruitMessage-detail__itemText {
    font-size: 17px;
  }
}
.p-recruitMessage-detail__itemText + .p-recruitMessage-detail__itemText {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage-detail__itemText + .p-recruitMessage-detail__itemText {
    margin-top: 15px;
  }
}
.p-recruitMessage-detail__itemText::before {
  content: "";
  width: 25px;
  height: 18px;
  background-image: url("/recruit/assets/images/recruit/message/icon-check.svg");
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 0;
}
.p-recruitMessage-detail__itemRow + .p-recruitMessage-detail__itemRow {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #bbb;
}

.p-interview .c-subSectionTitle {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-interview .c-subSectionTitle {
    margin-bottom: 20px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-interview .p-interview-schedule__img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.p-interview-headName {
  margin-top: 60px;
  text-align: center;
}
.p-interview-headName__title {
  margin-bottom: 20px;
  color: #023894;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-interview-headName__title {
    font-size: 20px;
  }
}
.p-interview-headName__text {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-interview-headName__text {
    font-size: 16px;
  }
}

.p-interview-content > :first-child,
.p-interview-content div > :first-child {
  margin-top: 0;
}
.p-interview-content > :last-child,
.p-interview-content div > :last-child {
  margin-bottom: 0;
}
.p-interview-content h3 {
  margin-bottom: 30px;
  color: #023894;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-interview-content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-content h3 {
    margin-bottom: 20px;
  }
}
.p-interview-content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-interview-content p {
    font-size: 15px;
  }
}
.p-interview-content .p-interview-contentRow {
  max-width: 840px;
  margin: 0 auto;
}
.p-interview-content .p-interview-contentRow h3 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-interview-content .p-interview-contentRow h3 {
    text-align: left;
  }
}
.p-interview-content .p-interview-contentRow + .p-interview-contentRow {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-interview-content .p-interview-contentRow + .p-interview-contentRow {
    margin-top: 40px;
  }
}
.p-interview-content .p-interview-contentRow__imgText--imgleft {
  max-width: 100%;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-interview-content .p-interview-contentRow__imgText--imgleft {
    flex-direction: column;
    gap: 20px;
  }
}
.p-interview-content .p-interview-contentRow__imgText--imgleft .p-interview-contentRow__img {
  width: 53.1746031746%;
}
@media screen and (max-width: 767px) {
  .p-interview-content .p-interview-contentRow__imgText--imgleft .p-interview-contentRow__img {
    width: 100%;
  }
}
.p-interview-content .p-interview-contentRow__imgText--imgleft .p-interview-contentRow__img img {
  width: 100%;
  height: auto;
}
.p-interview-content .p-interview-contentRow__imgText--imgleft .p-interview-contentRow__textbox {
  width: calc(46.8253968254% - 50px);
  align-self: center;
}
@media screen and (max-width: 767px) {
  .p-interview-content .p-interview-contentRow__imgText--imgleft .p-interview-contentRow__textbox {
    width: 100%;
  }
}
.p-interview-content .p-interview-contentRow__imgText--imgleft .p-interview-contentRow__textbox h3 {
  text-align: left;
}
.p-interview-content .p-interview-contentRow__imgText--imgright {
  max-width: 100%;
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-interview-content .p-interview-contentRow__imgText--imgright {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.p-interview-content .p-interview-contentRow__imgText--imgright .p-interview-contentRow__img {
  width: 48.0158730159%;
}
@media screen and (max-width: 767px) {
  .p-interview-content .p-interview-contentRow__imgText--imgright .p-interview-contentRow__img {
    width: 100%;
  }
}
.p-interview-content .p-interview-contentRow__imgText--imgright .p-interview-contentRow__img img {
  width: 100%;
  height: auto;
}
.p-interview-content .p-interview-contentRow__imgText--imgright .p-interview-contentRow__textbox {
  width: calc(51.9841269841% - 50px);
  align-self: center;
}
@media screen and (max-width: 767px) {
  .p-interview-content .p-interview-contentRow__imgText--imgright .p-interview-contentRow__textbox {
    width: 100%;
  }
}
.p-interview-content .p-interview-contentRow__imgText--imgright .p-interview-contentRow__textbox h3 {
  text-align: left;
}
.p-interview-content .p-interview-contentRow__imgNote {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-interview-content .p-interview-contentRow__imgNote {
    font-size: 12px;
  }
}

.p-interview-schedule {
  width: 100%;
}
.p-interview-schedule__wrap {
  display: flex;
  gap: 85px;
}
@media screen and (max-width: 767px) {
  .p-interview-schedule__wrap {
    flex-direction: block;
  }
}
.p-interview-schedule__img {
  width: 33.1746031746%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-interview-schedule__img {
    width: 35.6923076923%;
  }
}
.p-interview-schedule__img img {
  width: 100%;
  height: auto;
}
.p-interview-schedule__item {
  display: flex;
}
.p-interview-schedule__item:first-child .p-interview-schedule__time,
.p-interview-schedule__item:first-child .p-interview-schedule__textbox {
  padding-top: 40px;
}
.p-interview-schedule__item:last-child .p-interview-schedule__time,
.p-interview-schedule__item:last-child .p-interview-schedule__textbox {
  padding-bottom: 50px;
}
.p-interview-schedule__time {
  width: 112px;
  flex-shrink: 0;
  padding-top: 30px;
  padding-right: 40px;
  color: #00afa9;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-interview-schedule__time {
    width: 66px;
    padding-right: 15px;
    font-size: 20px;
  }
}
.p-interview-schedule__time span {
  display: block;
  position: relative;
}
.p-interview-schedule__time span::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #00afa9;
  border-radius: 100%;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .p-interview-schedule__time span::after {
    width: 10px;
    height: 10px;
    right: -20px;
  }
}
.p-interview-schedule__textbox {
  padding-top: 30px;
  padding-left: 40px;
  border-left: solid 1px #00afa9;
}
@media screen and (max-width: 767px) {
  .p-interview-schedule__textbox {
    padding-left: 25px;
  }
}
.p-interview-schedule__title {
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-interview-schedule__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-schedule__title {
    margin-bottom: 5px;
  }
}
.p-interview-schedule__text {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-interview-schedule__text {
    font-size: 12px;
  }
}

.p-talk {
  overflow: clip;
}
.p-talk .c-sectionHead {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-talk .c-sectionHead {
    margin-bottom: 30px;
  }
}
.p-talk .c-sectionHead .c-talkCard__label {
  position: static;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-talk .c-sectionHead .c-talkCard__label {
    margin-bottom: 30px;
    margin-left: -25px;
  }
}
.p-talk .c-sectionHead__inner {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-talk .c-sectionHead__lead {
    text-align: left;
  }
}

.p-talk-thumbnail {
  width: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .p-talk-thumbnail {
    width: calc(100% + 50px);
    margin: 30px -25px 0;
  }
}
.p-talk-thumbnail img {
  width: 100%;
  height: auto;
}

.p-talk-member {
  max-width: 950px;
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
  gap: 50px 100px;
}
@media screen and (max-width: 767px) {
  .p-talk-member {
    margin: 40px auto 0;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
.p-talk-member__item {
  width: calc((100% - 200px) / 3);
}
@media screen and (max-width: 767px) {
  .p-talk-member__item {
    width: 100%;
    display: flex;
    gap: 20px;
  }
}
.p-talk-member__item:last-child .p-talk-member__img::after {
  display: none;
}
.p-talk-member__img {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-talk-member__img {
    margin-bottom: 0;
    width: 90px;
    flex-shrink: 0;
  }
}
.p-talk-member__img::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -74px;
  transform: translate(0, -50%);
  width: 49px;
  height: 49px;
  background-image: url("/recruit/assets/images/interview/talk/cross.svg");
}
@media screen and (max-width: 767px) {
  .p-talk-member__img::after {
    display: none;
  }
}
.p-talk-member__img img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.p-talk-member__textbox {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-talk-member__textbox {
    text-align: left;
  }
}
.p-talk-member__department, .p-talk-member__desc {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-talk-member__department, .p-talk-member__desc {
    font-size: 12px;
  }
}
.p-talk-member__name {
  color: #023894;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-talk-member__name {
    font-size: 20px;
  }
}
.p-talk-member__desc {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-talk-member__desc {
    margin-top: 5px;
  }
}
.p-talk-member__desc + .p-talk-member__desc {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-talk-member__desc + .p-talk-member__desc {
    margin-top: 5px;
  }
}

.p-talk-content {
  max-width: 990px;
  width: 100%;
  margin: 120px auto 0;
}
.p-talk-content > :first-child,
.p-talk-content div > :first-child {
  margin-top: 0;
}
.p-talk-content > :last-child,
.p-talk-content div > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-talk-content {
    margin: 60px auto 0;
  }
}
.p-talk-content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-talk-content p {
    font-size: 15px;
  }
}
.p-talk-content__img {
  max-width: 630px;
  width: 100%;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .p-talk-content__img {
    width: calc(100% + 50px);
    margin: 20px -25px;
  }
}
.p-talk-content__img img {
  width: 100%;
  height: auto;
}
.p-talk-content__head {
  width: 100vw;
  height: 740px;
  margin: 0 calc(50% - 50vw) 60px;
  background: #023894;
  position: relative;
  z-index: 0;
  clip-path: polygon(0 117px, 100% 0, 100% calc(100% - 117px), 0% 100%);
}
@media screen and (max-width: 767px) {
  .p-talk-content__head {
    position: static;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    background: none;
    clip-path: unset;
  }
}
.p-talk-content__head::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #023894 31%, rgba(2, 56, 148, 0) 58.5%);
}
@media screen and (max-width: 767px) {
  .p-talk-content__head::after {
    display: none;
  }
}
.p-talk-content__head--title {
  display: block;
  color: #fff;
  padding-left: 32px;
  position: relative;
  font-size: 36px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-talk-content__head--title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-talk-content__head--title {
    color: #1a1411;
    padding-left: 18px;
  }
}
.p-talk-content__head--title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 12px;
  height: calc(100% - 16px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-talk-content__head--title::before {
    width: 8px;
    height: calc(100% - 10px);
    background: #023894;
  }
}
.p-talk-content__head--num {
  display: block;
  padding-left: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-talk-content__head--num {
    padding-left: 30px;
    position: absolute;
    left: 25px;
    top: 50%;
  }
}
.p-talk-content__head--num::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .p-talk-content__head--num::before {
    width: 20px;
  }
}
.p-talk-content__head--bg {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-talk-content__head--bg {
    position: relative;
    background: #023894;
    width: 100vw;
    height: 174px;
    margin: 0 calc(50% - 50vw) 20px;
    clip-path: polygon(0 27px, 100% 0, 100% calc(100% - 27px), 0% 100%);
  }
  .p-talk-content__head--bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #023894 31%, rgba(2, 56, 148, 0) 58.5%);
  }
}
.p-talk-content__head--img {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  transform: translate(0, -50%);
  width: 71.25%;
  height: 100%;
}
.p-talk-content__head--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-talk-content__headInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1310px;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  margin: 0 auto;
}

.p-talk-content__balloon {
  display: flex;
  align-items: start;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-talk-content__balloon {
    flex-direction: column;
    gap: 5px;
  }
}
.p-talk-content__balloon + .p-talk-content__balloon {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-talk-content__balloon + .p-talk-content__balloon {
    margin-top: 20px;
  }
}

.p-talk-content__balloonTextbox {
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-talk-content__balloonTextbox {
    padding-top: 0;
  }
}

.p-talk-content__balloonImg {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-talk-content__balloonImg {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
  }
}
.p-talk-content__balloonImg img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-talk-content__balloonImg img {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
  }
}

.p-talk-content__balloonName.p-talk-content__balloonName {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #023894;
  margin-top: 5px;
  text-align: center;
}

.p-recruitDescription .c-sectionHead__inner {
  padding-bottom: 0;
  border-bottom: none;
}

.p-recruit-content > :first-child,
.p-recruit-content div > :first-child {
  margin-top: 0;
}
.p-recruit-content > :last-child,
.p-recruit-content div > :last-child {
  margin-bottom: 0;
}
.p-recruit-content__row {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-recruit-content__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.p-recruit-content__row + .p-recruit-content__row {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-recruit-content__row + .p-recruit-content__row {
    margin-top: 30px;
  }
}
.p-recruit-content__col:nth-child(odd) {
  width: 38.8888888889%;
}
@media screen and (max-width: 767px) {
  .p-recruit-content__col:nth-child(odd) {
    width: 100%;
  }
}
.p-recruit-content__col:nth-child(even) {
  width: calc(61.1111111111% - 50px);
}
@media screen and (max-width: 767px) {
  .p-recruit-content__col:nth-child(even) {
    width: 100%;
  }
}
.p-recruit-content__col > :last-child {
  margin-bottom: 0;
}
.p-recruit-content__img {
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-recruit-content__img {
    border-radius: 20px;
  }
}
.p-recruit-content__img img {
  width: 100%;
  height: auto;
}
.p-recruit-content h3 {
  margin-top: 120px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-recruit-content h3 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.p-recruit-content h4 {
  margin-bottom: 10px;
  color: #023894;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-recruit-content h4 {
    font-size: 20px;
  }
}
.p-recruit-content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-recruit-content p {
    font-size: 15px;
  }
}
.p-recruit-content .p-recruit-content__lead {
  margin: 0 auto 120px;
  margin-bottom: 120px;
  max-width: 840px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .p-recruit-content .p-recruit-content__lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-content .p-recruit-content__lead {
    margin-bottom: 50px;
  }
}

.p-sitemap__wrap {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-sitemap__wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.p-sitemap__left, .p-sitemap__right {
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sitemap__left, .p-sitemap__right {
    max-width: 100%;
  }
}
.p-sitemap__left > :first-child, .p-sitemap__right > :first-child {
  margin-top: 0;
}
.p-sitemap__left > :last-child, .p-sitemap__right > :last-child {
  margin-bottom: 0;
}
.p-sitemap__listTitle {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-sitemap__listTitle {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.p-sitemap__list {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-sitemap__list {
    padding-left: 30px;
  }
}
.p-sitemap__listItem {
  border-bottom: solid 1px #1a1411;
}
.p-sitemap__listItem + .p-sitemap__listItem {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-sitemap__listItem + .p-sitemap__listItem {
    margin-top: 10px;
  }
}
.p-sitemap__listItem > a {
  display: block;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
  transition: padding 0.3s ease-out;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-sitemap__listItem > a {
    font-size: 15px;
  }
}
.p-sitemap__listItem > a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: solid 1px #1a1411;
  border-right: solid 1px #1a1411;
  position: absolute;
  left: 0;
  top: 9px;
  transform: rotate(45deg);
  transition: left 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-sitemap__listItem > a:hover {
    padding-left: 30px;
  }
  .p-sitemap__listItem > a:hover::after {
    left: 10px;
  }
}
.p-sitemap__childList {
  padding: 10px 0 10px 20px;
}
.p-sitemap__childListItem + .p-sitemap__childListItem {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-sitemap__childListItem + .p-sitemap__childListItem {
    margin-top: 10px;
  }
}
.p-sitemap__childListItem > a {
  display: block;
  color: #848484;
  transition: opacity 0.3s ease-out;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-sitemap__childListItem > a {
    font-size: 15px;
  }
}
@media (any-hover: hover) {
  .p-sitemap__childListItem > a:hover {
    opacity: 0.7;
  }
}

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

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

.u-clear {
  overflow: hidden !important;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-bold {
  font-weight: bold;
}

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

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

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

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}