@charset "UTF-8";
body {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body.is-fixed {
    overflow: hidden;
  }
}
body li {
  line-height: 1.8;
}
body div {
  line-height: 1.8;
}
body section {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

html {
  background: #fff;
  color: #000;
  font-family: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
embed,
code,
form,
fieldset,
length,
textarea,
input,
blockquote,
font,
th,
td,
tr,
span,
label,
legend,
small,
strike,
strong,
b,
u,
i,
tt,
sup,
var,
caption,
table,
tbody,
thead,
center,
a,
em,
dfn,
big,
cite,
applet,
sub,
del,
kbd,
object,
iframe,
abbr,
hgroup,
img,
button,
mark,
audio,
video,
article,
section,
header,
footer,
menu,
nav,
figure,
ins,
s,
samp,
rudy,
details,
figcaption,
summary,
aside,
acrony,
q {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

blockquote,
q {
  quotes: none;
}

fieldset,
img {
  border: 0;
}

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

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

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

a {
  color: #36c;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

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

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

button {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  color: inherit;
  font: inherit;
  vertical-align: top;
}

.l-inner--narrow {
  margin-inline: auto;
  max-width: calc(1110px + 8vw);
  padding-inline: 4vw;
}

.l-inner--wide {
  margin-inline: auto;
  max-width: calc(1300px + 9.72vw);
  padding-inline: 4.86vw;
}
@media screen and (max-width: 767px) {
  .l-inner--wide {
    padding-inline: 5.333vw;
  }
}

.l-inner--sm {
  margin-inline: auto;
  max-width: calc(755px + 8vw);
  padding-inline: 4vw;
}

.l-inner--xs {
  margin-inline: auto;
  max-width: calc(720px + 8vw);
  padding-inline: 4vw;
}

.l-footer {
  background-color: #120e19;
  overflow: hidden;
  padding-block: 60px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 60px;
    padding-top: 65px;
  }
}

.l-footer__inner {
  margin-inline: auto;
  max-width: calc(518px + 8vw);
  padding-inline: 4vw;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding-inline: 9.33vw;
  }
}

.c-drawer-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-drawer-icon {
    display: block;
    height: 40px;
    position: relative;
    width: 40px;
    z-index: 51;
  }
  .c-drawer-icon__bar {
    background: #fff;
    height: 2px;
    left: 5px;
    position: absolute;
    top: 11px;
    transition: all 0.3s linear;
    width: 30px;
  }
  .c-drawer-icon__bar:nth-of-type(2) {
    top: 18px;
  }
  .c-drawer-icon__bar:nth-of-type(3) {
    top: 25px;
  }
  .c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(1) {
    top: 18px;
    transform: rotate(45deg);
  }
  .c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(2) {
    display: none;
  }
  .c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(3) {
    top: 18px;
    transform: rotate(-45deg);
  }
  .c-drawer-icon.is-checked ~ .p-header__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
}

.c-drawer-content {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-drawer-content {
    align-items: center;
    background: linear-gradient(348deg, #250d65 0%, #7633a4 100%);
    display: block;
    display: flex;
    height: 100%;
    justify-content: center;
    padding-top: 27%;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all 0.3s linear;
    width: 100%;
    z-index: 50;
  }
  .c-drawer-content.is-checked {
    transform: translateX(0);
  }
}

.c-drawer-content__menu {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.c-drawer-content__link {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.8; /* 180% */
  text-align: center;
}

.c-button {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  line-height: 1.4; /* 140% */
  padding: 17px 71.85px;
  position: relative;
  text-align: center;
}
.c-button.c-button--mv {
  padding: 15px 71.85px;
  transition: filter 0.3s ease, background-color 0.3s ease;
}
.c-button.c-button--mv .c-button--mv-text {
  font-weight: 700;
}
.c-button.c-button--mv:hover {
  filter: brightness(0.8);
}
.c-button a {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-button {
    padding-inline: 70.85px;
  }
}
.c-button::after {
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
  border-top: 5px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s ease;
  width: 0;
}
.c-button:hover::after {
  right: 16px;
}
.c-button.c-button--primary {
  background: linear-gradient(270deg, #250d65 0%, #7633a4 100%);
  font-weight: 700;
  letter-spacing: 1.4px;
  min-width: 220px;
  position: relative;
  z-index: 1;
}
.c-button.c-button--primary::before {
  background: linear-gradient(90deg, #250d65 0%, #7633a4 100%);
  border-radius: 50px;
  content: "";
  inset: 0;
  opacity: 0; /* 初期状態は非表示 */
  position: absolute;
  transition: opacity 0.3s;
  z-index: -1;
}
.c-button.c-button--primary:hover::before {
  opacity: 1; /* ホバーで表示 */
}

.c-heading-en {
  color: #391e88;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.2; /* 120% */
}
@media screen and (max-width: 767px) {
  .c-heading-en {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 1.5px;
  }
}

.c-heading-ja {
  color: #391e88;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.65px;
  line-height: 1.2; /* 120% */
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-heading-ja {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 0px;
  }
}

.c-section-text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: 0.75px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-text {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.7px;
  }
}

.c-section-btn {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-btn {
    margin-top: 22px;
  }
}

.c-footer-nav__list {
  display: flex;
  gap: 19.5px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-footer-nav__list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.c-footer-nav__list a {
  transition: filter 0.3s ease;
}
.c-footer-nav__list a:hover {
  filter: brightness(0.8); /* 0.8 = 20%暗くする */
}

.c-footer-nav__item {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-footer-nav__item {
    line-height: 1; /* 100% */
  }
}

.c-footer__copy {
  color: #a798b7;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-footer__copy {
    margin-top: 35px;
  }
}

.c-pagetop {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  bottom: 45px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  display: flex;
  height: 50px;
  justify-content: center;
  opacity: 0;
  position: fixed;
  right: 45px;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: min(13.3333333333%, 50px);
  width: 50px;
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    bottom: 10px;
    right: 20px;
  }
}
.c-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

.c-pagetop__arrow {
  color: #391e88;
  text-align: center;
}
.c-pagetop__arrow i {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 900;
  letter-spacing: 0.75px;
  line-height: 1; /* 100% */
}

.c-breadcrumb {
  background: #f7f7f7;
  padding-block: 5px 10px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding-block: 2px;
  }
}
.c-breadcrumb span[property="itemListElement"] {
  color: #391e88;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb span[property="itemListElement"] {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.55px;
  }
}
.c-breadcrumb span.current-item {
  color: #999;
  margin: 0 0.5em;
}
.c-breadcrumb span.breadcrumb-sep {
  vertical-align: middle;
}

.c-breadcrumb__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-breadcrumb__item {
  white-space: nowrap;
}

/* セパレータのスタイル */
.c-breadcrumb__item:not(:last-child)::after {
  color: #999;
  content: " > ";
  margin: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item:not(:last-child)::after {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.c-breadcrumb__link,
.c-breadcrumb__text {
  color: #391e88;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__link,
  .c-breadcrumb__text {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.55px;
  }
}

.c-breadcrumb__text {
  color: #333;
}

/* ===============================================
  Breadcrumb NavXT（パンくず）
  ※ プラグイン依存スタイル
  静的コーディングでは消す
  =============================================== */
.c-breadcrumb {
  background: #f7f7f7;
  padding-block: 5px 10px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding-block: 2px;
  }
}
.c-breadcrumb span[property="itemListElement"] {
  color: #391e88;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb span[property="itemListElement"] {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.55px;
  }
}
.c-breadcrumb span.current-item {
  color: #999;
  margin: 0 0.5em;
}
.c-breadcrumb span.breadcrumb-sep {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-left: 3px;
  margin-right: 6px;
  margin-top: -1px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb span.breadcrumb-sep {
    margin-right: 4px;
  }
}

.c-breadcrumb span.current-item {
  margin: 0;
}

.c-share-buttons img {
  display: block;
  height: auto;
  max-width: 506.333px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-share-buttons img {
    width: 95%;
  }
}

.c-share__container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  height: 34px;
  margin-bottom: 40px;
  margin-left: 15%;
  margin-top: 40px;
  transform: scale(1.35);
}
.c-share__container a {
  padding: 0.5rem 0;
  text-align: center;
  width: 100%;
}
.c-share__container a:hover {
  opacity: 0.6;
}

/* はてブ画像の比率は維持 */
iframe.hatena-bookmark-button-frame {
  margin-left: -6px;
  margin-right: -3px;
}

.c-company__inner {
  background-image: url("../img/bg-face.png"), url("../img/bg-circles.png");
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-company__inner {
    background-image: url("../img/bg-circles-sp.png");
  }
}

.c-company__heading {
  margin-top: -28px;
}
@media screen and (max-width: 767px) {
  .c-company__heading {
    margin-top: 0;
  }
}

.c-company__title {
  background-image: linear-gradient(#f5f534, #f5f534);
  background-position: bottom 0 center;
  background-repeat: no-repeat;
  background-size: 100% 15px;
  display: inline-block;
  font-feature-settings: "palt" on;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1; /* 100% */
  margin-inline: auto;
  margin-top: 26.5px;
  padding-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .c-company__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-company__title {
    display: inline;
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: 1.6px;
    line-height: 1.5;
    -webkit-box-decoration-break: clone;
    background-position: bottom 0 center;
    background-size: 100% 15px;
    box-decoration-break: clone;
    margin-top: 0;
    padding-bottom: 10px;
  }
  .c-company__title span {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .c-company__title .c-company__title-no-underline {
    background-color: #ffffff;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-company__title-indent {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-company__title-wrapper {
    margin-top: 30px;
  }
}

.c-company__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 1.8; /* 180% */
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-company__text {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.7px;
    margin-top: 40px;
  }
}

.c-company__btn {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .c-company__btn {
    margin-top: 30px;
  }
}

.p-header {
  background-color: transparent; /* 初期は透過 */
  height: 90.2px;
  inset: 0;
  position: fixed;
  transition: background-color 0.3s ease, height 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 64px;
    z-index: 51;
  }
}
.p-header.is-fixed {
  background-color: #21054d; /* 背景色を付ける */
  height: 64px;
  z-index: 100;
}
.p-header.is-fixed .p-header__inner {
  padding: 19px 30px;
}
@media screen and (max-width: 767px) {
  .p-header.is-fixed .p-header__inner {
    padding: 15px 15px;
  }
}
.p-header.is-open.is-fixed {
  background: transparent;
}
.p-header.is-open .p-header__logo {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
}

.p-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1500px;
  padding: 30px 30px;
  transition: padding 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    align-items: flex-start;
    padding: 12px 15px;
  }
}

.p-header__logo {
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    margin-top: 3px;
    transition: opacity 0.3s linear;
  }
}
.p-header__logo img {
  width: 160.92px;
}
@media screen and (max-width: 1000px) {
  .p-header__logo img {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    width: 120px;
  }
}

.p-header__nav {
  color: #fff;
  display: flex;
  gap: 1.736vw;
  letter-spacing: 0.7px;
  list-style: none; /* ヘッダーメニューで自動生成されるものを消す */
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  color: #fff;
  display: flex;
  gap: 1.736vw;
  letter-spacing: 0.7px;
  list-style: none; /* ヘッダーメニューで自動生成されるものを消す */
}
@media screen and (max-width: 767px) {
  .p-header__list {
    display: none;
  }
}

.p-header__link {
  background-image: linear-gradient(#fff, #fff);
  background-position: bottom right; /* 下端 */
  background-repeat: no-repeat;
  background-size: 0 1px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 5px; /* 下端との距離 */
  transition: background-size 0.3s;
}
.p-header__link:hover {
  background-position: bottom left;
  background-size: 100% 1px;
}

.p-hero {
  background: url("../img/hero.png") no-repeat center center;
  background-size: cover;
  /* height: 767.5px; */
  height: 100vh; /*ファーストビューで全画面表示*/
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-hero {
    background: url("../img/hero-sp.png") no-repeat center center;
    background-size: cover;
    height: 811.5px;
  }
}
.p-hero.p-hero--sub {
  background: url("../img/hero-sub.png") no-repeat center center;
  background-size: cover;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-hero.p-hero--sub {
    background: url("../img/hero-sub-sp.png") no-repeat center center/cover;
  }
}

.p-hero-scroll {
  align-items: center;
  bottom: 0px;
  color: #555;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-family: sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  pointer-events: none;
  position: absolute;
  right: 30px;
  text-orientation: mixed;
  writing-mode: vertical-rl;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-hero-scroll {
    bottom: -42px;
    right: 15px;
  }
}

.p-hero-scroll__text {
  color: #fff;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 12px; /* 100% */
  margin-bottom: -2px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-hero-scroll__text {
    margin-bottom: 10px;
  }
}

.p-hero-scroll__line {
  animation: heroScrollLine 1.5s linear infinite; /* ← linearでカクつきを解消 */
  background: #fff;
  display: block;
  height: 90px;
  opacity: 0.5;
  width: 1px;
}

@keyframes heroScrollLine {
  0% {
    opacity: 0.5;
    transform: translateY(5%); /* 線の上端が見えない位置 */
  }
  20% {
    opacity: 1;
    transform: translateY(20%); /* 線の先頭が表示開始 */
  }
  80% {
    opacity: 1;
    transform: translateY(100%); /* 線が下まで流れる */
  }
  100% {
    opacity: 1;
    transform: translateY(150%); /* 少し下に消える */
  }
}
.p-mv {
  padding-block: 262.75px;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-bottom: 276.5px;
    padding-top: 283px;
  }
}

.p-mv__inner {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    margin-right: auto;
    padding-left: 8%;
  }
}

.p-mv__lead1 {
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 3.6px;
  line-height: 72px; /* 100% */
  text-align: center;
  text-shadow: 0 0 2.5px rgba(185, 117, 201, 0.91);
}
@media screen and (max-width: 767px) {
  .p-mv__lead1 {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 2px;
    line-height: 44px; /* 110% */
    text-align: left;
  }
}

.p-mv__lead2 {
  color: #fff;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 2.4px;
  margin-top: 20px;
  text-align: center;
  text-shadow: 0 3px 3px rgba(153, 38, 196, 0.16);
}
@media screen and (max-width: 767px) {
  .p-mv__lead2 {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1.6px;
    text-align: left;
  }
}

.p-mv__bottom {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__bottom {
    margin-top: 30px;
    text-align: left;
  }
}

.p-news {
  /* padding-top: 4.86vw; */
  padding-top: 4.85vw; /* セクション幅狭める */
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-top: 10.8vw;
  }
}

.p-news__inner {
  display: flex;
  gap: 45px;
  justify-content: center;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-news__inner {
    padding-inline: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    flex-direction: column;
    gap: 32px;
    padding-inline: 4vw;
  }
}

.p-news__title {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: -1px;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    align-items: center;
    gap: 3px;
  }
}

.p-news__title-en {
  color: #391e88;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 1.2; /* 120% */
}

.p-news__title-ja {
  color: #391e88;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.65px;
  line-height: 1.2; /* 120% */
}

.p-news__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-right: 5.5px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    gap: 31px;
    padding-right: 0;
  }
}

.p-news__item {
  align-items: flex-start;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-news__item {
    flex-wrap: wrap;
    gap: 3px 20px;
  }
}

.p-news__date {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  .p-news__date {
    letter-spacing: 0.7px;
  }
}

.p-news__label {
  background: #e8e8e8;
  border-radius: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  min-width: 80px;
  padding: 2px 15px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-news__label {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.55px;
    padding: 2px 17px;
  }
}

.p-news__text {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.7px;
}
.p-news__text:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-news__text {
    width: 100%;
  }
}

.p-service {
  /* padding-top: 9.72vw; */
  padding-top: 9.7vw; /* 幅を狭めるs */
}
@media screen and (max-width: 767px) {
  .p-service {
    padding-top: 22.5vw;
  }
}

.p-service__inner {
  margin-inline: auto;
  max-width: calc(1110px + 8vw);
  padding-inline: 4vw;
}

.p-service__title {
  text-align: center;
}

.p-service__cards {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-service__cards {
    flex-direction: column;
    gap: 33px;
    margin-top: 31px;
  }
}

.p-service__card {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-service__card {
    width: 100%;
  }
}

.p-service__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-service__name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.9px;
  line-height: 1.2; /* 120% */
  margin-top: 15px;
  text-align: center;
}

.p-service__text {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.7px;
    line-height: 1.78571; /* 178.571% */
    margin-inline: auto;
    margin-top: 10px;
    width: 97.1014492754%;
  }
}

.p-service__btn {
  margin-left: 1.8%;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__btn {
    margin-left: 0;
    margin-top: 22px;
  }
}

.p-work {
  padding-top: 13.2vw;
}
@media screen and (max-width: 767px) {
  .p-work {
    padding-top: 22.5vw;
    padding-top: 18.66vw;
  }
}

.p-work__inner {
  margin-inline: auto;
  max-width: calc(1300px + 9.72vw);
  padding-inline: 4.86vw;
}
@media screen and (max-width: 767px) {
  .p-work__inner {
    padding-inline: 0;
  }
}

.p-work__boxes {
  position: relative;
}
.p-work__boxes::after {
  background-color: #f0f0f0;
  content: "";
  display: block;
  height: 120%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-work__boxes::after {
    bottom: 0;
    height: 70%;
    top: auto;
    transform: translateY(0);
    width: 100%;
  }
}

.p-work__box {
  align-items: center;
  display: flex;
  gap: 5.6923076923%;
  padding-bottom: 3%;
}
@media screen and (max-width: 767px) {
  .p-work__box {
    flex-direction: column;
    padding-bottom: 0;
  }
}

.p-work__box-image {
  margin-bottom: 30px;
  width: 57.6923076923%;
}
@media screen and (max-width: 767px) {
  .p-work__box-image {
    margin-bottom: 34px;
    padding-inline: 5.33vw;
    width: 100%;
  }
}
.p-work__box-image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-work__box-body {
  flex-shrink: 0;
  margin-top: -1%;
  text-align: right;
  width: 33.0769230769%;
}
@media screen and (max-width: 767px) {
  .p-work__box-body {
    margin-top: 0;
    width: 100%;
  }
}

.p-work__box-head {
  text-align: center;
}
.p-work__box-head .c-heading-ja {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-work__box-head .c-heading-ja {
    margin-top: 0;
  }
}

.p-work__box-body-btn {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-work__box-body-btn {
    margin-bottom: 61px;
    margin-top: 31px;
  }
}

.p-recruit {
  padding-block: 42px 110px;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding-block: 30px 40px;
  }
}
.p-recruit .c-section-btn {
  margin-top: 30px;
}

.p-recruit__box {
  align-items: stretch;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-recruit__box {
    flex-direction: column-reverse;
  }
}

.p-recruit__box-image {
  width: 60.5454545455%;
}
.p-recruit__box-image img {
  height: 346.385px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-recruit__box-image {
    height: 200px;
    width: 100%;
  }
  .p-recruit__box-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.p-recruit__box-body {
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 40.3636363636%;
}
@media screen and (max-width: 767px) {
  .p-recruit__box-body {
    padding-bottom: 70px;
    padding-top: 75px;
    width: 100%;
  }
}

.p-contact {
  background: #f7f7f7;
  padding-block: 70px 70px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-bottom: 60px;
    padding-top: 64px;
  }
}

.p-contact__heading {
  text-align: center;
}

.p-contact__btn {
  /* margin-top: 17px; */
  margin-top: 19px; /* 幅調整 */
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    margin-top: 21px;
  }
}

.swiper-container {
  margin-bottom: 20px;
  margin-inline: auto;
  max-width: 100%;
  position: relative;
}

.swiper {
  max-width: 100%;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-button-prev {
  background: url("../img/prev.png") no-repeat center center/contain;
  color: #391e88;
  height: 44px;
  left: 10px !important;
  width: 27px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 0px !important;
  }
}
.swiper-button-prev svg {
  display: none;
}

.swiper-button-next {
  background: url("../img/next.png") no-repeat center center/contain;
  color: #391e88;
  height: 44px;
  right: 10px !important;
  width: 27px;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 0px !important;
  }
}
.swiper-button-next svg {
  display: none;
}

/* ページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -20px;
  display: flex;
  justify-content: flex-end;
}

.swiper-pagination-bullet-active {
  background: #391e88;
}

.p-sub-mv {
  padding-block: 87.5px;
}
@media screen and (max-width: 767px) {
  .p-sub-mv {
    padding-bottom: 42.5px;
    padding-top: 82.5px;
  }
}

.p-sub-mv__inner {
  margin-inline: auto;
}

.p-sub-mv__lead1 {
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.2; /* 120% */
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__lead1 {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 1.5px;
  }
}

.p-sub-mv__lead2 {
  color: #fff;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.65px;
  line-height: 1.2; /* 120% */
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__lead2 {
    margin-top: 3px;
  }
}

.p-news-archive {
  padding-block: 70px 110px;
}
@media screen and (max-width: 767px) {
  .p-news-archive {
    padding-block: 43px 80px;
  }
}

.p-news-archive__list {
  display: flex;
  flex-direction: column;
  gap: 15.5px;
  margin-left: 2px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-news-archive__list {
    gap: 30px;
    margin-left: 0;
  }
}

.p-news-archive__item {
  align-items: center;
  align-items: flex-start;
  display: flex;
  gap: 19px;
  max-height: 65px;
}
@media screen and (max-width: 767px) {
  .p-news-archive__item {
    flex-wrap: wrap;
    gap: 5px 12px;
    max-height: none;
  }
}

.p-news-archive__date {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 1.4px;
  min-width: 86px;
}
@media screen and (max-width: 767px) {
  .p-news-archive__date {
    letter-spacing: 0.7px;
  }
}

.p-news-archive__label {
  background: #e8e8e8;
  border-radius: 20px;
  flex-shrink: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  min-width: 80px;
  padding: 2px 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news-archive__label {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.55px;
  }
}

.p-news-archive__text {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.7px;
}
.p-news-archive__text:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-news-archive__text {
    width: 100%;
  }
}

.p-news-archive__pagination {
  margin-top: 40px;
}

.p-news-archive__pagination-list {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.p-news-archive__pagination-link {
  background: #391e88;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  display: grid;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  height: 45px;
  letter-spacing: 1px;
  line-height: 1; /* 100% */
  place-items: center;
  width: 45px;
}
.p-news-archive__pagination-link.p-news-archive__pagination-link--current {
  background: #e8e8e8;
  color: #391e88;
}
.p-news-archive__pagination-link.current {
  background: #f1ebf8;
  color: #391e88;
}
.p-news-archive__pagination-link:hover {
  opacity: 0.8;
}

.p-article {
  padding-block: 70px 108px;
  overflow: hidden; /* はみ出し防止 */
}
@media screen and (max-width: 767px) {
  .p-article {
    padding-block: 40px 79px;
  }
}

.p-article__title {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 1.6px;
  line-height: 1.5; /* 150% */
}
@media screen and (max-width: 767px) {
  .p-article__title {
    color: #333;
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 1.1px;
  }
}

.p-article__info {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-article__info {
    margin-top: 9px;
  }
}

.p-article__info__date {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.65px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-article__info__date {
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 0.5px;
  }
}

.p-article__info__category {
  background: #e8e8e8;
  border-radius: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  padding: 2px 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-article__info__category {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.55px;
    padding: 2px 17px;
  }
}

.p-article__figure {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-article__figure {
    margin-top: 21px;
  }
}
.p-article__figure img {
  width: 100%;
}

.p-article__lead-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.8px;
  line-height: 1.8; /* 180% */
}
@media screen and (max-width: 767px) {
  .p-article__lead-text {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.75px;
  }
}
.p-article__lead-text.p-article__lead-text--narrow {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 767px) {
  .p-article__lead-text.p-article__lead-text--narrow {
    margin-top: 22px;
  }
}

/* h3（小見出し）の直後だけ SP で調整 */
@media screen and (max-width: 767px) {
  .p-article__heading--sm + .p-article__lead-text {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.7px;
  }
}

.p-article__body.c-wysiwyg p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.8px;
  line-height: 1.8; /* 180% */
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-article__body.c-wysiwyg p {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.75px;
  }
}
.p-article__body.c-wysiwyg p + p {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 767px) {
  .p-article__body.c-wysiwyg p + p {
    margin-top: 22px;
  }
}
.p-article__body.c-wysiwyg h2 {
  border-left: 6px solid #391e88;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.6; /* 160% */
  margin-bottom: -10px;
  margin-top: 60px;
  padding-left: 14px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-article__body.c-wysiwyg h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.324px;
  }
}
.p-article__body.c-wysiwyg h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.75px;
  margin-bottom: -10px;
  margin-top: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-article__body.c-wysiwyg h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 0.306px;
  }
}

.p-article__heading--lg {
  border-left: 6px solid #391e88;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.6; /* 160% */
  padding-left: 14px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-article__heading--lg {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.324px;
  }
}

.p-article__heading--sm {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.75px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-article__heading--sm {
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 0.306px;
  }
}

.p-article-nav {
  border-bottom: 1px solid #b8aed5;
  border-top: 1px solid #b8aed5;
}

.p-article-nav__list {
  display: flex;
}

.p-article-nav__item {
  padding: 22px 20px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-article-nav__item {
    line-height: 1.35;
    padding: 24px 20px;
  }
}

.p-article-nav__item--prev {
  position: relative;
}
.p-article-nav__item--prev:after {
  background: #b8aed5;
  bottom: 15px;
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  width: 1px;
}

.p-article-nav__link {
  color: #391e88;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .p-article-nav__link {
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.6px;
    line-height: 1.35 !important;
  }
}

.p-article__to-index {
  color: #391e88;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: 0.75px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-article__to-index {
    font-size: 14px;
    font-size: 0.875rem;
    font-style: normal;
    letter-spacing: 0.7px;
  }
}

.p-service-detail__items {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-block: 70px 110px;
}
@media screen and (max-width: 767px) {
  .p-service-detail__items {
    gap: 40px;
    padding-block: 42px 80px;
  }
}

.p-service-detail-item {
  display: flex;
  flex: 0 0 auto;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-service-detail-item {
    flex-direction: column;
    gap: 21px;
  }
}

.p-service-detail-item__img {
  width: 42.380952381%;
}
@media screen and (max-width: 767px) {
  .p-service-detail-item__img {
    width: 100%;
  }
}
.p-service-detail-item__img img {
  width: 100%;
}

.p-service-detail-item__body {
  width: 58.5714285714%;
}
@media screen and (max-width: 767px) {
  .p-service-detail-item__body {
    width: 100%;
  }
}

.p-service-detail-item__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .p-service-detail-item__title {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.9px;
    line-height: 1.2; /* 120% */
    text-align: center;
  }
}

.p-service-detail-item__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: 0.75px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-service-detail-item__text {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.7px;
    margin-top: 15px;
  }
}

.p-works-archive {
  padding-block: 70px 110px;
}
@media screen and (max-width: 767px) {
  .p-works-archive {
    padding-block: 42px 80px;
  }
}

.p-works-archive__list {
  display: grid;
  gap: 30px; /* カード間のスペース */
  grid-template-columns: repeat(3, 1fr); /* 横に3列 */
}
@media screen and (max-width: 767px) {
  .p-works-archive__list {
    grid-template-columns: 1fr;
  }
}

.p-works-card__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.8px;
  margin-top: 15px;
  text-align: center;
}

.p-recruit-hero__wrapper {
  background-image: url("../img/p-recruit-hero-bg.png");
  background-position: left top;
  background-repeat: repeat;
  background-size: 400px 400px;
}
@media screen and (max-width: 767px) {
  .p-recruit-hero__wrapper {
    background-image: url("../img/p-recruit-hero-bg-sp.png");
    background-position: left top;
    background-repeat: repeat;
    background-size: 187.5px 187.5px;
  }
}

.p-recruit-hero {
  padding-block: 90px 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-hero {
    padding-block: 62px 39.5px;
  }
}

.p-recruit-hero__title span {
  color: #391e88;
  font-family: "Montserrat", sans-serif;
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 3.6px;
  line-height: 1; /* 100% */
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-hero__title span {
    display: inline-block;
    font-size: 48px;
    font-size: 3rem;
    letter-spacing: 2.4px;
    line-height: 1.2; /* 120% */
  }
  .p-recruit-hero__title span:last-child {
    margin-left: -4%;
  }
}

.p-recruit-hero__subtitle {
  color: #391e88;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 1.6px;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-hero__subtitle {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.9px;
  }
}

.p-recruit-hero__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.8px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-hero__text {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.75px;
    margin-top: 17px;
  }
}

.p-recruit-visual img {
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
  max-height: 824.4px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-recruit-job {
  padding-block: 70px 140px;
}
@media screen and (max-width: 767px) {
  .p-recruit-job {
    padding-block: 39.81px 80px;
  }
}
.p-recruit-job .c-button.c-button--primary {
  letter-spacing: 1.4px;
}

.p-recruit-job__heading {
  color: #391e88;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 1; /* 100% */
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__heading {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 1.2px;
  }
}

.p-recruit-job__card {
  background: #fff;
  border: 1px solid #b067cf;
  border-radius: 6px;
  margin-top: 22.6px;
  padding: 60px 95px;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__card {
    margin-top: 30px;
    padding: 30px 18px;
  }
}

.p-recruit-job__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__title {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}

.p-recruit-job__list {
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__list {
    margin-top: 38px;
  }
}

.p-recruit-job__item {
  align-items: center;
  border-bottom: 1px solid #ddd;
  display: flex;
  gap: 121px;
  padding-block: 29.5px;
  padding-right: 1%;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__item {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 20px;
    padding-top: 0;
  }
}

.p-recruit-job__term,
.p-recruit-job__desc {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
  line-height: 1.8; /* 180% */
}
@media screen and (max-width: 767px) {
  .p-recruit-job__term,
  .p-recruit-job__desc {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.7px;
  }
}

.p-recruit-job__term {
  flex-shrink: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
  margin-left: 8px;
  min-width: 63px;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__term {
    font-weight: 600;
    margin-left: 0;
  }
}

.p-recruit-qualification__list {
  margin-top: 10px;
  list-style: disc;
  padding-left: 1.2vw;
}

.p-recruit-qualification__item {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
}

.p-recruit-job__btn {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__btn {
    margin-top: 40px;
  }
}

.p-recruit-job__note {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.6px;
  margin-top: 5px;
  text-align: center;
}

.p-recruit-job-movie__heading {
  color: #391e88;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 1; /* 100% */
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-job-movie__heading {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 1.2px;
  }
}

.p-recruit-job-movie__box {
  margin-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-recruit-job-movie__box {
    padding-bottom: 58px;
  }
}
.p-recruit-job-movie__box iframe {
  aspect-ratio: 1110/624;
  height: auto;
  width: 100%;
}

.p-company-detail {
  margin-inline: auto;
  margin-top: -21px;
  max-width: calc(1300px + 9.72vw);
  padding-block: 113px 190px;
  padding-inline: 4.86vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-company-detail {
    padding-block: 83px 190px;
  }
}
.p-company-detail::after {
  aspect-ratio: 920/615;
  background-image: url("../img/bg-circles.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  inset: 0;
  left: 50%;
  max-width: 920px;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: 64vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-company-detail::after {
    aspect-ratio: 384/590;
    background-image: url("../img/bg-circles-sp.png");
    width: 100vw;
  }
}
.p-company-detail::before {
  aspect-ratio: 1300/416;
  background-image: url("../img/bg-face.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  inset: 0;
  left: 4.5vw;
  pointer-events: none;
  position: absolute;
  top: 10%;
  width: calc(100% - 9vw);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-company-detail::before {
    background-image: none;
  }
}
.p-company-detail .c-company__inner {
  background-image: none;
}
.p-company-detail .c-company__heading {
  margin-bottom: 30px;
  margin-top: 0;
}
.p-company-detail .c-heading-ja {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 1.6px;
  line-height: 1.8; /* 180% */
}
@media screen and (max-width: 767px) {
  .p-company-detail .c-heading-ja {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 1.2px;
    line-height: 1; /* 100% */
  }
}
.p-company-detail .c-company__title {
  margin-top: 4.5px;
}
@media screen and (max-width: 1000px) {
  .p-company-detail .c-company__title {
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: 35.5px;
  }
}
@media screen and (max-width: 767px) {
  .p-company-detail .c-company__title {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: 1.6px;
    line-height: 1.5; /* 150% */
  }
}

.p-company-detail__message {
  margin-top: -38px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-company-detail__message {
    margin-top: -131px;
  }
}

.p-company-detail__message__inner {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-company-detail__message__inner {
    flex-direction: column;
    gap: 20px;
  }
}

.p-company-detail__image {
  width: 40.4545454545%;
}
@media screen and (max-width: 767px) {
  .p-company-detail__image {
    width: 100%;
  }
}

.p-company-detail__text {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
  width: 55.9090909091%;
}
@media screen and (max-width: 767px) {
  .p-company-detail__text {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.7px;
    width: 100%;
  }
}

.p-company-detail__text p + p {
  margin-top: 27px;
}
.p-contact-detail__btn-box {
  margin-top: 50px;
  text-align: center;
}

/* 見た目の本体は span */
.p-contact-detail__btn {
  display: inline-block;
  position: relative;
  border-radius: 50px;
  padding: 17px 71.85px;
  min-width: 220px;
  text-align: center;

  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  font-weight: 700;
  line-height: 1.4;

  transform: translateX(-15px);
}

/* 背景グラデ（span側で確実に出る） */
.p-contact-detail__btn {
  background: linear-gradient(270deg, #250d65 0%, #7633a4 100%);
  border: 1px solid #fff;
}

/* hoverで明るさ変えるなら */
.p-contact-detail__btn:hover {
}

/* 矢印（span側で確実に出る） */
.p-contact-detail__btn::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
  border-top: 5px solid transparent;
  pointer-events: none;
  transition: right 0.3s ease;
}
.p-contact-detail__btn:hover::after {
  right: 16px;
}

/* 中の input はクリック担当だけにして全面に被せる */
.p-contact-detail__btn input[type="submit"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;

  -webkit-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}

/* スピナーがいるなら高さに影響させない */
.p-contact-detail__btn .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
  margin: 0;
}

.p-company {
  margin-inline: auto;
  max-width: calc(1300px + 9.72vw);
  padding-block: 40.5px 0;
  padding-inline: 4.86vw;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-block: 0;
    padding-inline: 0;
  }
}

.p-company__inner {
  padding: 128px 0;
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding-block: 63px 30px;
  }
}

.p-company-info {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .p-company-info {
    padding-top: 100px;
  }
}

.p-company-info__title {
  color: #391e88;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 1; /* 100% */
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-info__title {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 1.2px;
  }
}

.p-company-info__list {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-company-info__list {
    margin-top: 50px;
  }
}

.p-company-info__row {
  border-bottom: 1px solid #ddd;
  display: flex;
  gap: 139px;
  padding-block: 29.5px;
}
@media screen and (max-width: 767px) {
  .p-company-info__row {
    flex-direction: column;
    gap: 5px;
    padding-bottom: 20px;
    padding-top: 0;
  }
}

.p-company-info__term {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
  margin-left: 10px;
  min-width: 84px;
}
@media screen and (max-width: 767px) {
  .p-company-info__term {
    color: #333;
    font-weight: 600;
    letter-spacing: 0.75px;
    margin-left: 0;
  }
}

.p-company-info__desc {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
}

.p-company-access {
  padding-block: 60px 109px;
}
@media screen and (max-width: 767px) {
  .p-company-access {
    padding-block: 40px 80px;
  }
}

.p-company-access__map iframe {
  aspect-ratio: 1110/400;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company-access__map iframe {
    aspect-ratio: 345/240;
    height: auto;
    width: 100%;
  }
}

.p-company-access__link {
  margin-top: -6px;
}
.p-company-access__link a {
  color: #240b6b;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.7px;
}

.p-contact-detail {
  padding-block: 70px 110px;
}
@media screen and (max-width: 767px) {
  .p-contact-detail {
    padding-block: 42px 40px;
  }
}

.p-contact-detail__inner {
  margin-inline: auto;
  max-width: calc(750px + 8vw);
  padding-inline: 4vw;
}

.p-contact-detail__lead {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
  line-height: 1.8; /* 180% */
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-detail__lead {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.7px;
  }
}

.p-contact-detail__form {
  background: #f7f7f7;
  margin-top: 40px;
  padding: 90px 60px 90px 90px;
}
@media screen and (max-width: 767px) {
  .p-contact-detail__form {
    margin-top: 30px;
    padding: 30px;
  }
}

.p-contact-detail__fields {
  display: flex;
  flex-direction: column;
  gap: 31px;
}
@media screen and (max-width: 767px) {
  .p-contact-detail__fields {
    gap: 35px;
  }
}

.p-contact-detail-field.p-contact-detail-field__your-name {
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  .p-contact-detail-field.p-contact-detail-field__your-name {
    margin-top: -2px;
  }
}

.p-contact-detail-field__head {
  align-items: center;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact-detail-field__head.p-contact-detail-field__head--select {
    display: inline-block;
  }
  .p-contact-detail-field__head.p-contact-detail-field__head--select .p-contact-detail-field__tag {
    margin-left: 10px;
  }
}

.p-contact-detail-field__label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.75px;
}

.p-contact-detail-field__tag {
  color: #391e88;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1.2; /* 120% */
}
.p-contact-detail-field__tag.is-tel {
  color: #333;
  font-weight: 300;
  margin-left: -5px;
}

.p-contact-detail-field__item {
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .p-contact-detail-field__item {
    margin-top: 4px;
  }
}
.p-contact-detail-field__radios {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap; /* 折り返し有効 */
  gap: 2px 35px;
}

@media screen and (max-width: 767px) {
  .p-contact-detail-field__radio {
    width: 100%;
  }
}
.p-contact-detail-field__radio span {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
  line-height: 1.2; /* 120% */
}
@media screen and (max-width: 767px) {
  .p-contact-detail-field__radio span {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.7px;
  }
}

.p-contact-detail-field__radio-text {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
  line-height: 1.2; /* 120% */
}

.p-contact-detail__btn {
  /* transform: translateX(-2.5%); */
}

.p-contact-detail__form-radio-input {
  border-radius: 50%;
  font-size: 15px;
  font-size: 0.9375rem;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .p-contact-detail__form-radio-input {
    vertical-align: middle;
  }
}

.p-contact-detail-field-text {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
  height: 43px;
  margin-top: 5px;
  max-width: 100%;
  padding: 8px;
  width: 300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 1.8; /* 180% */
}
@media screen and (max-width: 767px) {
  .p-contact-detail-field-text {
    margin-top: 2px;
  }
}

.p-contact-detail-field-text--tel {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
  height: 44.3px;
  margin-top: 5px;
  max-width: 100%;
  padding: 8px;
  width: 300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 1.8; /* 180% */
}
@media screen and (max-width: 767px) {
  .p-contact-detail-field-text--tel {
    margin-top: 2px;
  }
}

.p-contact-detail-field-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
  color: #757575;
  font-weight: 600;
  height: 200px;
  letter-spacing: 0.75px;
  margin-top: 8px;
  max-width: 100%;
  padding: 8px;
  width: 100%;
}
.p-contact-detail-field-textarea::-moz-placeholder {
  color: #757575;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 1.8; /* 180% */
}
.p-contact-detail-field-textarea::placeholder {
  color: #757575;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 1.8; /* 180% */
}

.p-contact-detail-field-select {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
  height: 43px;
  margin-top: 5px;
  max-width: 100%;
  padding: 8px;
  width: 300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 1.8; /* 180% */
}
@media screen and (max-width: 767px) {
  .p-contact-detail-field-select {
    margin-top: 2px;
  }
}

.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item label {
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item {
    width: 100%;
  }
}

span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 35px;
  margin-bottom: 6px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  span.wpcf7-form-control.wpcf7-radio {
    gap: 6px 35px;
    margin-bottom: 1px;
    margin-top: 2px;
  }
}

span.wpcf7-list-item-label {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 1.2; /* 120% */
}
@media screen and (max-width: 767px) {
  span.wpcf7-list-item-label {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.7px;
    line-height: 1.8; /* 180% */
  }
}

.u-mt-60 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .u-mt-60 {
    margin-top: 40px;
  }
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mt-20 {
  margin-top: 20px;
}

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

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

@media screen and (max-width: 1000px) {
  .u-hidden-tab {
    display: none !important;
  }
}
