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

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

/* 画像の中央寄せ */
.aligncenter {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

/* figureタグで囲まれた画像の中央寄せ */
.aligncenter img {
  height: auto;
  max-width: 100%;
}

/* 画像右寄せ */
.alignright {
  height: auto;
  margin-left: auto;
  max-width: 100%;
}

/* figureタグで囲まれた画像右寄せ */
.alignright img {
  height: auto;
  max-width: 100%;
}

/* 位置指定のない画像 */
.alignnone {
  height: auto;
  max-width: 100%;
}

/* figureタグで囲まれた位置指定のない画像 */
.alignnone img {
  height: auto;
  max-width: 100%;
}

/* 自動折り返し有効化 */
pre {
  white-space: pre-wrap;
}

body.is-fixed {
  height: 100%;
  overflow: hidden !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* Safari */
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
/* 初期状態: 非表示で下に少し移動 */
.fadeup {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

/* 表示状態: フェードアップ完了 */
.fadeup.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

fieldset,
legend,
button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  margin: 0;
  padding: 4px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 16px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=number],
input[type=datetime],
input[type=week],
textarea,
select {
  margin-right: 0;
  margin-left: 0;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  background: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  width: 100%;
  height: 100px;
  overflow: auto;
}

select {
  padding-right: 30px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALJJREFUeNrslssNgCAQRCmB0ijBEuyEEijBEijBEizBEnAPy0UBWVj8JDvJJB5w3gsXVUoikXwsBrpAPdRCNcOmxi2P2yZ3cIKGU9dOCY0b590pdXhPHOyRyMEDsi4JhVIlSvBYTRGgSNTAQ+pFyyBRC7e5AdchUQt3d1fYIsEGb5Fgh1MktlFwisQwOIeE4/pGuDfhLRLscIrEMHiNxHB4SeIxeMyMPxkenyUSyT9zCDAAj5btZ4c3zaUAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right 8px center;
}

.select {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.select select {
  width: 100%;
  padding-right: 24px;
  border: 1px solid #ccc;
  background: none;
  text-overflow: "";
  cursor: pointer;
}

.select::before {
  position: absolute;
  top: 13px;
  right: 8px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
}

/* radio & checkbox */
input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + span,
input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  padding: 10px 20px;
  color: #555;
  font-size: 22.4px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

input[type=radio] + span::before,
input[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: -8px;
  width: 16px;
  height: 16px;
  content: "";
  margin-top: -8px;
  border: 1px solid #ccc;
  background: #fff;
}

/* fieldset */
fieldset {
  padding: 8px 16px;
  border: 1px solid #ccc;
}

legend {
  padding: 0 8px;
}

/* button */
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  margin: 0;
  padding: 10px 30px;
  border: 1px solid #999;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  background: #efefef;
  color: #000;
  font-size: 20px;
  cursor: pointer;
}

/* ブラウザ対策
---------------------------------------------------------------------------- */
/* Firefox */
/* IE */
select::-ms-expand {
  display: none;
}

/* webkit */
/* iOS */
input[type=submit]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  background: none;
  outline: none;
  font-size: 16px;
}

/* 挙動
---------------------------------------------------------------------------- */
/* hover */
input:hover,
textarea:hover,
select:hover {
  border-color: #666;
}

input[type=radio] + span:hover,
input[type=checkbox] + span:hover {
  color: #000;
}

input[type=radio] + span:hover::before,
input[type=checkbox] + span:hover::before {
  border-color: #000;
}

input[type=radio] + span:hover::after,
input[type=checkbox] + span:hover::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #ccc;
}

/* checked */
input[type=radio]:checked + span,
input[type=checkbox]:checked + span {
  color: #3498db;
}

input[type=radio]:checked + span::before,
input[type=checkbox]:checked + span::before {
  border-color: #3498db;
}

input[type=radio]:checked + span::after,
input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #3498db;
}

/* radio */
input[type=radio] + span::before,
input[type=radio] + span:hover::after,
input[type=radio]:checked + span::after {
  border-radius: 50%;
}

/* button */
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  border-color: #3498db;
  background: #3498db;
  color: #fff;
}

/* focus */
input:focus,
textarea:focus {
  border-color: #3498db;
}

input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus,
input[type=search]:focus {
  outline-offset: -2px;
}

/* disabled */
input:disabled,
input:disabled:hover,
textarea:disabled,
textarea:disabled:hover {
  border-color: #ccc;
  background: #eee;
  cursor: not-allowed;
}

input[type=radio]:disabled + span,
input[type=checkbox]:disabled + span {
  color: #ccc;
  cursor: not-allowed;
}

input[type=radio]:disabled + span::before,
input[type=checkbox]:disabled + span::before {
  border-color: #ccc;
  cursor: not-allowed;
}

/* バリデーション */
/* placeholder */
/* パンくず
------------------------------------------------ */
.c-breadclumb {
  width: 100%;
  padding: 40px 0;
  padding: 2.5rem 0;
  font-size: 16px;
  font-size: 1rem;
  overflow-x: hidden;
  /* 必要に応じて親要素にも設定 */
}
@media screen and (max-width: 767px) {
  .c-breadclumb {
    padding: 1.25rem 0;
    font-size: 0.875rem;
  }
}

.c-breadclumb__wrap {
  overflow-x: auto;
  /* 横スクロールを有効にする */
  white-space: nowrap;
  /* 子要素を横一列に並べる */
}

.c-breadclumb__wrap a {
  display: inline-block;
  /* 子要素のアンカーをインラインブロックにする */
}

/* -----------------------------------------------------------------
  共通ボタン
----------------------------------------------------------------- */
.c-button a,
.c-button input {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  max-width: 12.5rem;
  padding: 12px 5px;
  padding: 0.75rem 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 1.875rem;
  border: 1px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-button a:hover {
  background-color: #000;
  color: #fff;
}

.c-button input:hover {
  background-color: #008cd6;
  color: #fff;
}

/* ハンバーガーボタン
------------------------------------------------ */
.c-hamburger {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  border-radius: 50%;
  z-index: 10;
  padding: 0 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
  }
}

.c-hamburger span {
  position: relative;
  display: block;
  height: 2px;
  height: 0.125rem;
  width: 100%;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0.0625rem 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, .2);
          box-shadow: 0.0625rem 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, .2);
}
.c-hamburger span:nth-child(1) {
  top: 0;
}

.c-hamburger span:nth-child(2) {
  margin: 6px 0;
  margin: 0.375rem 0;
}
@media screen and (max-width: 767px) {
  .c-hamburger span:nth-child(2) {
    margin: 0.3125rem 0;
  }
}

.c-hamburger span:nth-child(3) {
  top: 0;
}

.c-hamburger.open span {
  background-color: #adadad;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.c-hamburger.open span:nth-child(1) {
  top: 9px;
  top: 0.5625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-hamburger.open span:nth-child(1) {
    top: 0.5rem;
  }
}

.c-hamburger.open span:nth-child(2) {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-hamburger.open span:nth-child(3) {
  top: -10px;
  top: -0.625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-hamburger.open span:nth-child(3) {
    top: -0.4375rem;
  }
}

/* トップ セクションタイトル
------------------------------------------------ */
.c-mdTitle {
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-mdTitle {
    font-size: 1.75rem;
  }
}

.c-mdTitle span {
  display: block;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: -2px;
  font-weight: 700;
  color: #008cd6;
}
@media screen and (max-width: 767px) {
  .c-mdTitle span {
    font-size: 0.875rem;
  }
}

/* トップ セクションタイトル
------------------------------------------------ */
.c-secTitle {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media screen and (max-width: 767px) {
  .c-secTitle {
    font-size: 1rem;
  }
}

.c-secTitle span {
  display: block;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 65px;
  font-size: 4.0625rem;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: -2px;
  font-weight: 700;
  -webkit-transform: scaleY(1.2);
          transform: scaleY(1.2);
}
@media screen and (max-width: 767px) {
  .c-secTitle span {
    font-size: 2.5rem;
  }
}

/* トップ セクションタイトル
------------------------------------------------ */
.c-text {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: 0.875rem;
  }
}

.l-contact {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .l-contact {
    margin-top: 5rem;
  }
}

.l-contents {
  margin-top: 300px;
  margin-top: 18.75rem;
}
@media screen and (max-width: 767px) {
  .l-contents {
    margin-top: 6.25rem;
  }
}

.l-inner {
  width: 100%;
  max-width: 1250px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-inner.--sm {
  max-width: 800px;
  max-width: 50rem;
}

.l-topAbout {
  margin-top: -15px;
  margin-top: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .l-topAbout {
    margin-top: 6.25rem;
  }
}

.l-topMessage {
  margin-top: 200px;
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-topMessage {
    margin-top: 6.25rem;
  }
}

/* アーカイブページのページ送り */
.p-pagenavi {
  position: relative;
  min-width: 280px;
  min-width: 17.5rem;
  text-align: center;
  margin-top: 100px;
  margin-top: 6.25rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-pagenavi {
    margin-top: 3.75rem;
    font-size: 0.875rem;
  }
}

.current {
  display: inline-block;
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.p-pagenavi a:not(.previouspostslink):not(.nextpostslink) {
  display: inline-block;
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  color: #000;
  border: 1px solid #000;
}
.extend {
  display: inline-block;
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  color: #000;
  border: 1px solid #000;
}

.current,
.larger,
.smaller,
.extend {
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.larger:nth(:last-of-type) {
  margin-right: 34px;
  margin-right: 2.125rem;
}
@media screen and (max-width: 767px) {
  .larger:nth(:last-of-type) {
    margin-right: 1.25rem;
  }
}

.previouspostslink {
  margin-right: 34px;
  margin-right: 2.125rem;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 10px 17px;
  padding: 0.625rem 1.0625rem;
  border: 1px solid #EAEAEA;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .previouspostslink {
    margin-right: 1.25rem;
    padding: 0.25rem 0.625rem;
  }
}

.nextpostslink {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 10px 17px;
  padding: 0.625rem 1.0625rem;
  border: 1px solid #EAEAEA;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .nextpostslink {
    padding: 0.25rem 0.625rem;
  }
}

/* -----------------------------------------------------------------
  swiper カスタマイズ
----------------------------------------------------------------- */
/* スライドの動き等速 */
/* 前ページ、次ページボタン共通のスタイル */
/* -----------------------------------------------------------------
  ドロワーメニュー
----------------------------------------------------------------- */
.p-drawer {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}

.p-drawer__wrap {
  padding: 90px 50px 100px;
  padding: 5.625rem 3.125rem 6.25rem;
}

.p-drawer__logo {
  width: 135px;
  width: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__logo {
    width: 12.5rem;
  }
}

.p-drawer__navigation-items {
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.p-drawer__navigation-item {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #000;
  text-transform: uppercase;
}

.p-drawer__navigation-item + .p-drawer__navigation-item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-drawer__navigation-item a span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
}

.p-drawer__meta {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-drawer__meta table {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.4;
  color: #000;
}

.p-drawer__meta table tbody tr th {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  width: 100px;
  width: 6.25rem;
  text-align: left;
  font-weight: 400;
}

.p-drawer__privacy {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #000;
  text-transform: capitalize;
}

.p-drawer.open {
  visibility: visible;
  opacity: 1;
}

.p-footer {
  padding-top: 200px;
  padding-top: 12.5rem;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
  background-color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 9.375rem;
    padding-bottom: 6.25rem;
  }
}

.p-footer__inner {
  width: 100%;
  max-width: 2200px;
  max-width: 137.5rem;
  padding-right: 50px;
  padding-right: 3.125rem;
  padding-left: 50px;
  padding-left: 3.125rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.p-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.25rem;
     -moz-column-gap: 6.25rem;
          column-gap: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, .8);
}
@media screen and (max-width: 767px) {
  .p-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 3.125rem;
  }
}

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

.p-footer__copy {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 1.125rem;
  }
}

.p-footer__copy span {
  display: block;
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-footer__copy span {
    margin-top: 1.25rem;
    line-height: 1;
    font-size: 5rem;
  }
}

.p-footer__text {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    margin-top: 3.75rem;
  }
}

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

@media screen and (max-width: 767px) {
  .p-footer__image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-footer__bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.875rem;
  }
}

.p-footer__bottom-navItems {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 10px;
  row-gap: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-navItems {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 0.625rem;
  }
}

.p-footer__bottom-right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-right {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 10rem;
  }
}

.p-footer__privacypolicy a {
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .p-footer__copyright {
    text-align: center;
    font-size: 0.75rem;
  }
}

.p-form input[type=radio], .p-form input[type=checkbox] {
  display: block;
  opacity: 0;
  position: absolute;
  z-index: -100;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.p-form input[type=radio] + span,
.p-form input[type=checkbox] + span {
  padding: 20px 20px 20px 20px;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #fff;
  text-align: left;
  width: 100%;
}
.p-form input[type=radio] + span {
  padding: 10px 10px 10px 18px;
  padding: 0.625rem 0.625rem 0.625rem 1.125rem;
}
.p-form input[type=checkbox] + span {
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-form input[type=checkbox] + span {
    padding-right: 0;
  }
}
.p-form input[type=radio]:checked + span,
.p-form input[type=checkbox]:checked + span {
  color: #fff;
}
.p-form input[type=radio] + span:before,
.p-form input[type=checkbox] + span::before {
  border: 1px solid #707070;
}
.p-form input[type=radio]:checked + span:before,
.p-form input[type=checkbox]:checked + span::before {
  border: 1px solid #707070;
}
.p-form input[type=radio]:checked + span:after {
  background: #000;
}
.p-form input[type=checkbox] + span:hover::after {
  background-color: #008cd6;
}
.p-form input[type=text], .p-form input[type=password], .p-form input[type=email], .p-form input[type=tel], .p-form input[type=url], .p-form input[type=search], .p-form input[type=number], .p-form input[type=datetime], .p-form input[type=week], .p-form select {
  width: 100%;
  background-color: #fff;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
}
.p-form textarea {
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
  width: 100%;
  background-color: #fff;
}

.p-form__table {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  border-collapse: collapse;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-form__table a {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .p-form__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-form__table th {
  text-align: left;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}
@media screen and (max-width: 767px) {
  .p-form__table th {
    margin-top: 1.25rem;
    border-bottom: 0px;
  }
}

.p-form__table td {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.p-form__required:after {
  content: "※";
  display: inline-block;
  margin-left: 10px;
  margin-left: 0.625rem;
  font-size: 10px;
  font-size: 0.625rem;
  color: red;
}

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

.p-form__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-form__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}

/* -----------------------------------------------------------------
  ヘッダー
----------------------------------------------------------------- */
.p-header {
  position: relative;
}

.p-header__inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.p-header__logo {
  width: 100%;
  max-width: 260px;
  max-width: 16.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 12.5rem;
  }
}

.p-header__nav {
  position: fixed;
  top: 50px;
  top: 3.125rem;
  right: 25px;
  right: 1.5625rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__navItem {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, .4);
}

.p-header__navItem + .p-header__navItem {
  margin-top: 20px;
  margin-top: 1.25rem;
}

/* コメントアウト内ボタン */
.p-header__hamburger {
  position: fixed;
  top: 40px;
  top: 2.5rem;
  right: 25px;
  right: 1.5625rem;
  z-index: 50;
}

/* -----------------------------------------------------------------
  ローディング
----------------------------------------------------------------- */
.p-loading {
  width: 100vw;
  height: 100vh;
  background-color: #dcdcdc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.p-loading__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.p-loading__img {
  width: 280px;
  width: 17.5rem;
  height: 280px;
  height: 17.5rem;
  margin: auto;
  -webkit-animation: fadeSlideLoop 2s ease-in-out infinite;
          animation: fadeSlideLoop 2s ease-in-out infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-loading__img {
    max-width: 12.5rem;
  }
}

@-webkit-keyframes fadeSlideLoop {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}

@keyframes fadeSlideLoop {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.p-loading__imgMain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mainvisual {
  position: relative;
  height: 80vh;
  min-height: 1000px;
  min-height: 62.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mainvisual {
    min-height: 37.5rem;
  }
}

.p-mainvisual::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 320px;
  width: 20rem;
  height: 560px;
  height: 35rem;
  background-image: url(../images/triangle-black.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-mainvisual::before {
    width: 5rem;
    height: 12.5rem;
  }
}

.p-mainvisual::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5px;
  width: 320px;
  width: 20rem;
  height: 560px;
  height: 35rem;
  background-image: url(../images/triangle-black.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mainvisual::after {
    width: 5rem;
    height: 12.5rem;
  }
}

.p-mainvisual__slide-wrap.swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-mainvisual__slide-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-mainvisual__slide-wrap .swiper-slide img {
  /* スケールアニメーションの初期設定 */
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 13s ease-in-out;
  transition: -webkit-transform 13s ease-in-out;
  transition: transform 13s ease-in-out;
  transition: transform 13s ease-in-out, -webkit-transform 13s ease-in-out;
  /* 5秒かけてスケールアップ */
}

.p-mainvisual__slide-wrap .swiper-slide-active img {
  /* アクティブなスライドはスケールアップする */
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  /* 10%拡大 */
}

.p-mainvisual__slide-wrap .swiper-slide.--02 img {
  -o-object-position: 20%;
     object-position: 20%;
}

.p-mainvisual__slide-wrap .swiper-slide.--03 img {
  -o-object-position: 90%;
     object-position: 90%;
}

.p-mainvisual__wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  max-width: 1200px;
  max-width: 75rem;
  height: 100%;
  padding-right: 50px;
  padding-right: 3.125rem;
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-mainvisual__wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.p-mainvisual__copy-jp {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, .5);
}
@media screen and (max-width: 767px) {
  .p-mainvisual__copy-jp {
    font-size: 1.125rem;
  }
}

.p-mainvisual__copy-en {
  margin-top: 100px;
  margin-top: 6.25rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 160px;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, .5);
  -webkit-transform: scaleY(1.2);
          transform: scaleY(1.2);
}
@media screen and (max-width: 767px) {
  .p-mainvisual__copy-en {
    font-size: 4.0625rem;
  }
}

/* 記事詳細
------------------------------------------------ */
.p-post__inner {
  max-width: 800px;
  max-width: 50rem;
}

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

.p-post__head time {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-post__head time {
    font-size: 0.875rem;
  }
}

.p-post__title {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-post__title {
    font-size: 1.125rem;
  }
}

.p-post__thumbnail {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-post__thumbnail img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.p-post__wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-post__wrap h2 {
  margin-top: 65px;
  margin-top: 4.0625rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-post__wrap h2 {
    font-size: 1.375rem;
  }
}

.p-post__wrap h3 {
  margin-top: 65px;
  margin-top: 4.0625rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-post__wrap h3 {
    font-size: 1.125rem;
  }
}

.p-post__wrap h4 {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-post__wrap h4 {
    font-size: 1rem;
  }
}

.p-post__wrap p {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-post__wrap p {
    font-size: 0.875rem;
  }
}

.p-post__wrap a {
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #44a3cb;
  border-bottom: 1px solid #44a3cb;
  border-bottom: 0.0625rem solid #44a3cb;
}
@media screen and (max-width: 767px) {
  .p-post__wrap a {
    font-size: 0.875rem;
  }
}

.p-post__wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-post__wrap ul {
  list-style: disc;
  padding-left: 30px;
  padding-left: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-post__wrap ul {
    font-size: 0.875rem;
  }
}

.p-post__pagination {
  margin-top: 80px;
  margin-top: 5rem;
}

/* 記事詳細ページのページ送り */
.p-postPagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-postPagination__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 26%;
  min-width: 300px;
  min-width: 18.75rem;
  max-width: 400px;
  max-width: 25rem;
}

.p-postPagination__link.--placeholder {
  visibility: hidden;
}

.p-postPagination__link a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #000;
  position: relative;
}

.p-postPagination__link-pageprev a:before {
  -webkit-mask: url(../images/common/icon-prevarrow.png) no-repeat center center/contain;
          mask: url(../images/common/icon-prevarrow.png) no-repeat center center/contain;
  background-color: #1a1a1a;
  width: 7px;
  width: 0.4375rem;
  height: 10px;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  left: -1.25rem;
  content: "";
}

.p-postPagination__link-pagenext a:before {
  -webkit-mask: url(../images/common/icon-nextarrow.png) no-repeat center center/contain;
          mask: url(../images/common/icon-nextarrow.png) no-repeat center center/contain;
  background-color: #1a1a1a;
  width: 7px;
  width: 0.4375rem;
  height: 10px;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
  right: -1.25rem;
  content: "";
}

.p-postPagination__link-archive {
  text-align: center;
}

.p-postPagination__link-archive span:before {
  -webkit-mask: url(../images/common/icon-listbox.png) no-repeat center center/contain;
          mask: url(../images/common/icon-listbox.png) no-repeat center center/contain;
  background-color: #1a1a1a;
  width: 15px;
  height: 15px;
  position: absolute;
  top: calc(50% - 8px);
  left: -22px;
  content: "";
}

.p-postPagination__link {
  margin: 0 auto;
}

/* プライバシーポリシー
------------------------------------------------ */
.p-privacy h1 {
  text-align: left;
}

.p-privacy h2 {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}

.p-privacy p {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-privacy p {
    font-size: 0.875rem;
  }
}

/* 下層のMV
------------------------------------------------ */
.p-subMv {
  height: 30vh;
  min-height: 400px;
  min-height: 25rem;
  display: grid;
  place-items: center;
  background-image: url(../images/sub-mv.jpg);
  background-position: center bottom 30%;
  background-size: cover;
  background-repeat: no-repeat;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (max-width: 767px) {
  .p-subMv {
    height: 24vh;
    min-height: 12.5rem;
  }
}

.p-subMv__title {
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, .4);
}
@media screen and (max-width: 767px) {
  .p-subMv__title {
    font-size: 1.5rem;
  }
}

.p-subMv__title span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #fff;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-subMv__title span {
    font-size: 1.125rem;
  }
}

/* -----------------------------------------------------------------
  タブ切り替え
----------------------------------------------------------------- */
.p-tabContents {
  position: relative;
}

.p-tabContents__tabButton[aria-selected=true] {
  color: red;
}

.p-tabContents__panelWrap {
  position: relative;
  width: 100%;
  height: 30vh;
}

.p-tabContents__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (max-width: 767px) {
  .p-tabContents__panel {
    width: 100%;
  }
}

.p-tabContents__panel[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
}

.p-tabContents__panel[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.p-topAbout {
  position: relative;
  padding-top: 250px;
  padding-top: 15.625rem;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-topAbout {
    padding-top: 6.25rem;
  }
}

.p-topAbout:before {
  content: "";
  position: absolute;
  top: -100px;
  top: -6.25rem;
  right: 20px;
  right: 1.25rem;
  width: 700px;
  width: 43.75rem;
  height: 400px;
  height: 25rem;
  background-image: url(../images/common/logo-symbol.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-topAbout:before {
    top: -9.375rem;
    right: 1.25rem;
    width: 14.375rem;
    height: 11.25rem;
  }
}

.p-topAbout__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-topAbout__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.125rem;
  }
}

.p-topAbout__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-topAbout__text {
    width: 100%;
    font-size: 1rem;
  }
}

.p-topAbout__image {
  position: relative;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .p-topAbout__image {
    width: 70%;
    margin-left: auto;
  }
}

.p-topAbout__image img {
  position: relative;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}

.p-topAbout__image.--img02 {
  position: absolute;
  bottom: -200px;
  bottom: -12.5rem;
  left: -100px;
  left: -6.25rem;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-topAbout__image.--img02 {
    bottom: -7.5rem;
    left: -5rem;
  }
}

.p-topCompany__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-topCompany__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.125rem;
  }
}

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

.p-topCompany__image img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

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

.p-topCompany__copy {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-topCompany__copy {
    font-size: 1.125rem;
  }
}

.p-topCompany__meta {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-topCompany__meta dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #fff;
}

.p-topCompany__meta dt {
  width: 20%;
  min-width: 100px;
  min-width: 6.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-topCompany__meta dt {
    min-width: 3.75rem;
    font-size: 0.875rem;
  }
}

.p-topCompany__meta dd {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-topCompany__meta dd {
    font-size: 0.875rem;
  }
}

.p-topCompany__philosophy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
  margin-top: 6.25rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.p-topCompany__philosophy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  padding: 50px 20px;
  padding: 3.125rem 1.25rem;
  min-height: 300px;
  min-height: 18.75rem;
  border: 1px solid #008cd6;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-topCompany__philosophy-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.875rem;
  }
}

.p-topCompany__philosophy-item + .p-topCompany__philosophy-item {
  border-top: 0px;
}

.p-topCompany__philosophy-title {
  position: relative;
  width: 35%;
  min-width: 200px;
  min-width: 12.5rem;
  font-size: 50px;
  font-size: 3.125rem;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 2px #008cd6;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-topCompany__philosophy-title {
    width: 100%;
    text-align: left;
    text-align: left;
  }
}

.p-topCompany__philosophy-title span {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 10px;
  left: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  color: #008cd6;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-topCompany__philosophy-title span {
    top: -1.875rem;
  }
}

.p-topCompany__philosophy-title span:before {
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background-color: #008cd6;
  border-radius: 50%;
}

.p-topCompany__philosophy-contents {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-topCompany__philosophy-contents {
    width: 100%;
  }
}

.p-topCompany__philosophy-copy {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-topCompany__philosophy-copy {
    font-size: 1.25rem;
  }
}

.p-topCompany__philosophy-text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-topCompany__philosophy-text {
    font-size: 0.875rem;
  }
}

.p-topContact__title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topContact__title {
    font-size: 1.125rem;
  }
}

.p-topContact__title span {
  display: block;
  font-size: 100px;
  font-size: 6.25rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-topContact__title span {
    font-size: 3.75rem;
  }
}

.p-topContact__text {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-topContact__buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  max-width: 800px;
  max-width: 50rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-topContact__buttons {
    max-width: 31.25rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 1.25rem;
  }
}

.p-topContact__button a {
  display: block;
  padding: 30px;
  padding: 1.875rem;
  background-color: #d9edfb;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-topContact__button a {
    font-size: 1rem;
    padding: 1.875rem 1.25rem;
  }
}

.p-topFeature {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.p-topFeature.--light {
  background-color: #dcdcdc;
  color: #000;
}

.p-topFeature__head-image {
  margin-left: calc(50% - 50vw);
}

.p-topFeature__head-image img {
  aspect-ratio: 8/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-topFeature__head-image img {
    aspect-ratio: 7/3;
  }
}

.p-topFeature__wrap {
  position: relative;
  margin-top: 200px;
  margin-top: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-topFeature__wrap {
    margin-top: 6.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.125rem;
  }
}

.p-topFeature__left {
  position: sticky;
  width: 50%;
  top: 200px;
  top: 12.5rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-topFeature__left {
    position: static;
    width: 100%;
  }
}

.p-topFeature__copy {
  margin-top: 150px;
  margin-top: 9.375rem;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-topFeature__copy {
    margin-top: 3.75rem;
    font-size: 1.5rem;
  }
}

.p-topFeature__text {
  margin-top: 40px;
  margin-top: 2.5rem;
}

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

.p-topFeature__item + .p-topFeature__item {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-topFeature__copy.--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-topFeature__copy.--right {
    font-size: 1.25rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .p-topFeature__copy.--right.--first {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-topFeature__copy.--right span {
  font-size: 60px;
  font-size: 3.75rem;
  color: transparent;
  -webkit-text-stroke: 2px #008cd6;
  letter-spacing: -8px;
  -webkit-transform: scaleY(1.2);
          transform: scaleY(1.2);
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-topFeature__copy.--right span {
    font-size: 3.125rem;
  }
}

.p-topFeature__item-image img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-topMessage {
  padding-top: 400px;
  padding-top: 25rem;
  padding-bottom: 300px;
  padding-bottom: 18.75rem;
  background-image: url(../images/bg-message.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-topMessage {
    padding-top: 12.5rem;
    padding-bottom: 6.25rem;
    background-position: 40%;
  }
}

.p-topMessage__wrap {
  width: 45%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-topMessage__wrap {
    width: 60%;
  }
}

.p-topMessage__title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .p-topMessage__title {
    font-size: 1rem;
  }
}

.p-topMessage__title span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}

.p-topMessage__sub-title {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .p-topMessage__sub-title {
    font-size: 1.25rem;
  }
}

.p-topMessage__text {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, .1);
}

.p-topRecruit__nav-wrap {
  padding-top: 250px;
  padding-top: 15.625rem;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
  background-image: url(../images/bg-recruit.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__nav-wrap {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
}

.p-topRecruit__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.875rem;
  }
}

.p-topRecruit__copy {
  width: 50%;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__copy {
    width: 100%;
    font-size: 1.875rem;
  }
}

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

.p-topRecruit__nav-warp {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__nav-warp {
    margin-top: 3.125rem;
  }
}

.p-topRecruit__nav-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 40px;
  gap: 1.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__nav-items {
    gap: 0.625rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    max-width: 31.25rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-topRecruit__nav-item {
  width: 100%;
}

.p-topRecruit__nav-item a {
  position: relative;
  display: block;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
  background-color: #fff;
  border-radius: 1.25rem;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__nav-item a {
    font-size: 0.875rem;
    padding: 0.625rem 1.25rem;
  }
}

.p-topRecruit__nav-item a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-right: 0.625rem solid transparent;
  border-left: 10px solid transparent;
  border-left: 0.625rem solid transparent;
  border-top: 18px solid #008cd6;
  border-top: 1.125rem solid #008cd6;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__nav-item a:before {
    border-right: 0.375rem solid transparent;
    border-left: 0.375rem solid transparent;
    border-top: 0.75rem solid #008cd6;
  }
}

.p-topRecruit__nav-item a span {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__nav-item a span {
    font-size: 1.125rem;
  }
}

.p-topRecruit__benefits {
  padding-top: 250px;
  padding-top: 15.625rem;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
  background-image: url(../images/bg-benefits.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__benefits {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-topRecruit__benefits-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__benefits-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.75rem;
  }
}

.p-topRecruit__benefits-left {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__benefits-left {
    width: 100%;
  }
}

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

.p-topRecruit__benefits-text.--right {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-topRecruit__benefits-right {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__benefits-right {
    width: 100%;
  }
}

.p-topRecruit__benefits-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 40px;
  gap: 3.75rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__benefits-items {
    gap: 3.75rem 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.p-topRecruit__benefits-icon {
  display: grid;
  place-items: center;
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.p-topRecruit__benefits-icon img {
  max-width: 50px;
  max-width: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__benefits-icon img {
    max-width: 3.125rem;
  }
}

.p-topRecruit__benefits-itemTitle {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__benefits-itemTitle {
    font-size: 0.875rem;
  }
}

.p-topRecruit__program {
  padding-top: 250px;
  padding-top: 15.625rem;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
  background-image: url(../images/bg-program.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__program {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-topRecruit__program-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__program-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.125rem;
  }
}

.p-topRecruit__program-left {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__program-left {
    width: 100%;
  }
}

.p-topRecruit__program-text {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-topRecruit__program-text.--right {
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 20px;
  padding: 1.25rem;
  background-color: #fff;
  color: #000;
}

.p-topRecruit__program-right {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__program-right {
    width: 100%;
  }
}

.p-topRecruit__program-item + .p-topRecruit__program-item {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-topRecruit__program-itemTitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__program-itemTitle {
    font-size: 1.25rem;
  }
}

.p-topRecruit__program-itemTitle span {
  color: #008cd6;
  display: inline-block;
  margin-right: 20px;
  margin-right: 1.25rem;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__program-itemTitle span {
    font-size: 1.5rem;
  }
}

.p-topRecruit__interview {
  margin-top: 200px;
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__interview {
    margin-top: 7.5rem;
  }
}

.p-topRecruit__interview-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__interview-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.125rem;
    margin-top: 2.5rem;
  }
}

.p-topRecruit__interview-wrap + .p-topRecruit__interview-wrap {
  margin-top: 100px;
  margin-top: 6.25rem;
  padding-top: 100px;
  padding-top: 6.25rem;
  border-top: 1px solid rgba(255, 255, 255, .5);
}
@media screen and (max-width: 767px) {
  .p-topRecruit__interview-wrap + .p-topRecruit__interview-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.125rem;
  }
}

.p-topRecruit__interview-wrap.--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__interview-wrap.--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.125rem;
  }
}

.p-topRecruit__interview-left {
  position: sticky;
  top: 100px;
  top: 6.25rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__interview-left {
    width: 100%;
    position: inherit;
    top: inherit;
  }
}

.p-topRecruit__interview-image img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-topRecruit__interview-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__interview-right {
    width: 100%;
  }
}

.p-topRecruit__interview-title {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__interview-title {
    font-size: 1.625rem;
  }
}

.p-topRecruit__interview-title span {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #008cd6;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__interview-title span {
    font-size: 1rem;
  }
}

.p-topRecruit__interview-items {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-topRecruit__interview-item + .p-topRecruit__interview-item {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-topRecruit__interview-q {
  font-size: 18px;
  font-size: 1.125rem;
  color: #008cd6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__interview-q {
    font-size: 1rem;
  }
}

.p-topRecruit__interview-answer {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__interview-answer {
    font-size: 1rem;
  }
}

.p-topRecruit__interview-text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-topRecruit__jobDescription {
  margin-top: 160px;
  margin-top: 10rem;
  padding-top: 160px;
  padding-top: 10rem;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
  background-color: #1a1a1a;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__jobDescription {
    margin-top: 10rem;
    padding-top: 6.25rem;
    padding-bottom: 9.375rem;
  }
}

.p-topRecruit__jobDescription.--light {
  background-color: #dcdcdc;
  color: #000;
}

.p-topRecruit__jobDescription-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__jobDescription-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.125rem;
    margin-top: 2.5rem;
  }
}

.p-topRecruit__mdTitle.--description {
  width: 30%;
  position: sticky;
  top: 100px;
  top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__mdTitle.--description {
    width: 100%;
    position: inherit;
  }
}

.p-topRecruit__jobDescription-meta {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__jobDescription-meta {
    width: 100%;
  }
}

.p-topRecruit__jobDescription-meta dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__jobDescription-meta dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
  }
}

.p-topRecruit__jobDescription.--light .p-topRecruit__jobDescription-meta dl {
  border-bottom: 1px solid #1a1a1a;
}

.p-topRecruit__jobDescription-meta dt {
  width: 20%;
  min-width: 150px;
  min-width: 9.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}

.p-topRecruit__jobDescription-meta dd {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__jobDescription-meta dd {
    font-size: 0.875rem;
  }
}

.p-topWorks {
  position: relative;
}

.p-topWorks__title {
  position: relative;
  z-index: 1;
}

.p-topWorks__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  margin-top: 80px;
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-topWorks__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.875rem;
  }
}

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

.p-topWorks__count {
  width: 50%;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-top: 18px;
  padding-top: 1.125rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  background-color: #008cd6;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-topWorks__count {
    width: 100%;
    font-size: 1.25rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}

.p-topWorks__count span {
  font-size: 120px;
  font-size: 7.5rem;
  letter-spacing: -7px;
  line-height: 1;
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-topWorks__count span {
    font-size: 3.75rem;
    letter-spacing: 0;
  }
}

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

.p-topWorks__image {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-topWorks__image {
    width: 100%;
    margin-top: -6.25rem;
  }
}

.p-topWorks__image img {
  width: 100%;
  height: auto;
}

.p-topWorks__items {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-topWorks__items {
    width: 100%;
    z-index: 1;
  }
}

.p-topWorks__item-text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-topWorks__item-text {
    text-align: left;
    font-size: 1.125rem;
  }
}
/*# sourceMappingURL=style.css.map */
