@charset "UTF-8";
@-webkit-keyframes slideAnim {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slideAnim {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes lineAnim {
  0% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  1% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  19% {
    top: 0;
  }
  20% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  80% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}
@keyframes lineAnim {
  0% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  1% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  19% {
    top: 0;
  }
  20% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  80% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}
@-webkit-keyframes lineAnim2 {
  0% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  1% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  19% {
    top: 0;
  }
  20% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  80% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}
@keyframes lineAnim2 {
  0% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  1% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  19% {
    top: 0;
  }
  20% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  80% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

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

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

html, body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", "Meiryo", "MS Pゴシック", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
}

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

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.7;
}

a, u {
  text-decoration: none;
}

figure, picture, svg, video {
  display: block;
  line-height: 0;
}

figcaption {
  line-height: 1.6;
}

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

p {
  line-height: 1.8;
}

mark {
  padding: 0 0.2em;
}

:root {
  --swiper-theme-color: $color-ahi;
}

a {
  color: #000000;
}

::-moz-selection {
  color: #ffffff;
  background-color: #A1938A;
}

::selection {
  color: #ffffff;
  background-color: #A1938A;
}

mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #A1938A));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #A1938A 50%);
}

.c-btn {
  border-color: #000000;
}
.c-btn:hover {
  background-color: #A1938A;
  color: #ffffff;
  opacity: 1;
}

.c-label {
  border-color: transparent;
}

.page-numbers {
  border-color: #000000;
}
.page-numbers.current {
  background-color: #D9D9D9;
}

.c-pager__prev:after {
  background-image: url(../img/ico/icon_arrow_prev.svg);
}
.c-pager__next:after {
  background-image: url(../img/ico/icon_arrow_next.svg);
}

.bg-ahi {
  background-color: #A1938A;
}

.color-ahi {
  color: #A1938A;
}

.bg-beige {
  background-color: #EDE9E8;
}

.color-beige {
  color: #EDE9E8;
}

.bg-black {
  background-color: #000000;
}

.color-black {
  color: #000000;
}

.bg-white {
  background-color: #ffffff;
}

.color-white {
  color: #ffffff;
}

.bg-gray {
  background-color: #D9D9D9;
}

.color-gray {
  color: #D9D9D9;
}

.slick-dots li {
  background-color: #ffffff;
  border: 1px solid #000000;
}
.slick-dots .slick-active {
  background-color: #000000;
}

.c-brackets__title:before {
  border-top-color: #000000;
  border-left-color: #000000;
}
.c-brackets__title:after {
  border-bottom-color: #000000;
  border-right-color: #000000;
}

.c-philosophy__title strong {
  color: #A1938A;
}

.c-title__common:after {
  background: #000000;
}

.c-vertical-line {
  background-color: #000000;
}

.l-header__bar span {
  background-color: #000000;
}

.l-nav, .l-footer {
  background: #A1938A;
}
.l-nav a, .l-footer a {
  color: #ffffff;
}

.l-footer__copy {
  color: #ffffff;
}

.p-home-overlay {
  background-color: #ffffff;
}
.p-home-section:nth-of-type(odd) {
  background: #EDE9E8;
}
.p-home-section .hr {
  background: #000000;
}

#footer.p-home-section {
  background: #A1938A;
}

.p-brand-list__item a img {
  border-color: #000000;
}

.p-interview-faq__question {
  color: #A1938A;
}

.p-news-list__date {
  color: #A1938A;
}

.p-news-article__date {
  color: #A1938A;
}

.p-news-article__content blockquote {
  background: #EDE9E8;
}

.p-recruit-system__list h3:before {
  border-color: transparent;
  border-left-color: #000000;
}
.p-recruit-system__list hr {
  background: #000000;
}

.p-recruit-content--job {
  border-top-color: #A1938A;
}

.p-recruit-content__link .c-btn--jp {
  background-color: #ffffff;
}
.p-recruit-content__link .c-btn--jp:hover {
  background-color: #A1938A;
  color: #ffffff;
}

.p-businesssolutions-content--works {
  background: #EDE9E8;
}

.p-businesssolutions-content--desc {
  color: #ffffff;
}

.js-fadeIn {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.js-fadeIn.active {
  opacity: 1;
}

.js-vertival-line {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: width;
  transition-property: width;
  width: 0px;
}
.js-vertival-line.active {
  width: 100%;
}

.js-slideDown__btn {
  cursor: pointer;
}
.js-slideDown__btn.active h3:before {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}
.js-slideDown__target {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow, .slick-hidden {
  display: none;
}
.slick-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
  z-index: 1;
}
.slick-arrow svg {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .slick-arrow {
    width: 2.6041666667vw;
    height: 5.2083333333vw;
  }
}
.slick-prev, .slick-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slick-prev {
  left: 20px;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 2vw;
  }
}
.slick-next {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 2vw;
  }
}
.slick-dots {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    margin-top: 5vw;
  }
}
.slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

[dir=rtl] .slick-slide {
  float: right;
}

html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}
@media screen and (max-width: 480px) {
  #fp-nav.right {
    right: 0;
  }
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

.l-footer {
  width: 100%;
  padding: 40px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-footer-pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-footer-pagetop__icon {
  width: 14px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .l-footer-pagetop__icon {
    width: 10px;
  }
}
.l-footer-pagetop__txt {
  font-size: 16px;
  font-family: "english-grotesque", sans-serif;
  font-weight: 300;
  padding-top: 0.5em;
}
@media screen and (max-width: 480px) {
  .l-footer-pagetop__txt {
    font-size: 12px;
  }
}
.l-footer-list {
  margin-top: 60px;
  margin-right: 10%;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .l-footer-list {
    margin-right: auto;
    margin-left: 12%;
  }
}
.l-footer-list li {
  font-family: "english-grotesque", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 480px) {
  .l-footer-list li {
    font-size: 12px;
  }
}
.l-footer-sns {
  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;
  gap: 20px;
}
.l-footer-sns__list {
  margin-bottom: 20px;
}
.l-footer__copy {
  text-align: center;
  font-family: "english-grotesque", sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.l-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 12px 30px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 2vw 4vw;
  }
}
@media screen and (max-width: 640px) {
  .l-header__logo {
    width: 120px;
  }
}
.l-header__bar {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.l-header__bar.active span:nth-of-type(1) {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  top: 15px;
}
.l-header__bar.active span:nth-of-type(2) {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  bottom: 14px;
}
.l-header__bar span {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header__bar span:first-child {
  top: 11px;
}
.l-header__bar span:last-child {
  bottom: 11px;
}

.l-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.l-container--xl {
  max-width: 1240px;
}
.l-container--lg {
  max-width: 1000px;
}
.l-container--md {
  max-width: 840px;
}
.l-container--sm {
  max-width: 740px;
}
.l-container--xs {
  max-width: 640px;
}

#wraper {
  width: 100%;
  height: 100%;
}

.l-main {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 480px) {
  .l-main {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}
.l-main .c-title {
  margin-bottom: 120px;
}
@media screen and (max-width: 480px) {
  .l-main .c-title {
    margin-bottom: 20vw;
  }
}

.l-nav {
  width: 100%;
  height: 100vh;
  max-height: 100svh;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: -100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99;
}
@media screen and (max-width: 640px) {
  .l-nav {
    max-width: 100%;
    height: 100vh;
    right: -100%;
  }
}
.l-nav.active {
  right: 0;
}
.l-nav-list__item {
  font-family: "english-grotesque", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 480px) {
  .l-nav-list__item {
    font-size: 16px;
  }
}

.u-txt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .u-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .u-txt {
    font-size: 12px;
  }
}

.u-underline {
  border-bottom: 1px solid #000000;
}

.c-line {
  height: 70px;
  width: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  bottom: 0;
  z-index: 10;
  -webkit-transition: opacity 0.3s 2s;
  transition: opacity 0.3s 2s;
}
@media screen and (max-width: 768px) {
  .c-line {
    display: block;
    height: 12.5vw;
  }
}
.c-line span {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-animation-name: lineAnim;
          animation-name: lineAnim;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.c-line + .c-line {
  bottom: -70px;
}
@media screen and (max-width: 768px) {
  .c-line + .c-line {
    bottom: -10vw;
  }
}
.c-line + .c-line span {
  background: #000;
  -webkit-animation-name: lineAnim2;
          animation-name: lineAnim2;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.c-vertical-line {
  display: block;
  height: 1px;
  border: none;
}

.c-btn, .c-label {
  border: 1px solid;
  text-align: center;
  font-weight: 600;
}

.c-btn {
  display: block;
  border-radius: 6px;
  width: 100%;
  max-width: 500px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .c-btn {
    line-height: 40px;
  }
}
.c-btn--en {
  font-size: 18px;
  font-family: "english-grotesque", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .c-btn--en {
    font-size: 16px;
  }
}
.c-btn--jp {
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", "Meiryo", "MS Pゴシック", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-btn--jp {
    font-size: 14px;
  }
}
.c-btn--recruit {
  width: 46%;
  margin: 0;
}
.c-btn--recruit img {
  border-radius: 6px;
}

.c-label {
  vertical-align: baseline;
  padding: 0.25em 0.4em;
  font-size: 75%;
  white-space: nowrap;
  line-height: 1;
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  position: relative;
}
.c-pager__prev, .c-pager__next {
  display: block;
  font-family: "english-grotesque", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.c-pager__prev:after, .c-pager__next:after {
  content: "";
  display: block;
  width: 84px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.c-pager__prev {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-pager__prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.c-pager__next {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-pager__next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 768px) {
  .c-pager .c-btn--jp {
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.c-pager a[rel=prev] {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-pager a[rel=prev] {
    position: static;
    margin-right: auto;
  }
}
.c-pager a[rel=next] {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-pager a[rel=next] {
    position: static;
    margin-left: auto;
  }
}

.page-numbers {
  font-family: "english-grotesque", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  padding: 0.35em 1em;
  border: 1px solid;
  border-radius: 6px;
}
@media screen and (max-width: 480px) {
  .page-numbers {
    font-size: 14px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-numbers.dots, .page-numbers.next, .page-numbers.prev {
  border: none;
}
.page-numbers.dots {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page-numbers.prev {
    display: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 768px) {
  .page-numbers.next {
    display: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.c-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-grid-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-grid-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-grid-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-grid-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-grid-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-grid-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-grid-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-grid-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.c-grid-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-grid-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-grid-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.c-col-1 {
  width: 100%;
}
.c-col-2 {
  width: 50%;
}
.c-col-3 {
  width: 33.3333333333%;
}
.c-col-4 {
  width: 25%;
}
.c-col-5 {
  width: 20%;
}
.c-col-6 {
  width: 16.6666666667%;
}
.c-col-7 {
  width: 14.2857142857%;
}
.c-col-8 {
  width: 12.5%;
}
.c-col-9 {
  width: 11.1111111111%;
}
.c-col-10 {
  width: 10%;
}
@media screen and (max-width: 960px) {
  .c-col-md-1 {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .c-col-md-2 {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .c-col-md-3 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 960px) {
  .c-col-md-4 {
    width: 25%;
  }
}
@media screen and (max-width: 960px) {
  .c-col-md-5 {
    width: 20%;
  }
}
@media screen and (max-width: 960px) {
  .c-col-md-6 {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 960px) {
  .c-col-md-7 {
    width: 14.2857142857%;
  }
}
@media screen and (max-width: 960px) {
  .c-col-md-8 {
    width: 12.5%;
  }
}
@media screen and (max-width: 960px) {
  .c-col-md-9 {
    width: 11.1111111111%;
  }
}
@media screen and (max-width: 960px) {
  .c-col-md-10 {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  .c-col-sm-1 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-col-sm-2 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-col-sm-3 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .c-col-sm-4 {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .c-col-sm-5 {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .c-col-sm-6 {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .c-col-sm-7 {
    width: 14.2857142857%;
  }
}
@media screen and (max-width: 768px) {
  .c-col-sm-8 {
    width: 12.5%;
  }
}
@media screen and (max-width: 768px) {
  .c-col-sm-9 {
    width: 11.1111111111%;
  }
}
@media screen and (max-width: 768px) {
  .c-col-sm-10 {
    width: 10%;
  }
}
@media screen and (max-width: 640px) {
  .c-col-xs-1 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .c-col-xs-2 {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .c-col-xs-3 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 640px) {
  .c-col-xs-4 {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  .c-col-xs-5 {
    width: 20%;
  }
}
@media screen and (max-width: 640px) {
  .c-col-xs-6 {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 640px) {
  .c-col-xs-7 {
    width: 14.2857142857%;
  }
}
@media screen and (max-width: 640px) {
  .c-col-xs-8 {
    width: 12.5%;
  }
}
@media screen and (max-width: 640px) {
  .c-col-xs-9 {
    width: 11.1111111111%;
  }
}
@media screen and (max-width: 640px) {
  .c-col-xs-10 {
    width: 10%;
  }
}
@media screen and (max-width: 480px) {
  .c-col-xxs-1 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .c-col-xxs-2 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .c-col-xxs-3 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 480px) {
  .c-col-xxs-4 {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .c-col-xxs-5 {
    width: 20%;
  }
}
@media screen and (max-width: 480px) {
  .c-col-xxs-6 {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 480px) {
  .c-col-xxs-7 {
    width: 14.2857142857%;
  }
}
@media screen and (max-width: 480px) {
  .c-col-xxs-8 {
    width: 12.5%;
  }
}
@media screen and (max-width: 480px) {
  .c-col-xxs-9 {
    width: 11.1111111111%;
  }
}
@media screen and (max-width: 480px) {
  .c-col-xxs-10 {
    width: 10%;
  }
}

.c-title {
  text-align: center;
  font-family: "english-grotesque", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.c-title--fixed {
  position: fixed;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: 0;
  left: 0;
}
.c-title * {
  font-weight: 300;
}
.c-title__home {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .c-title__home {
    font-size: 7vw;
  }
}
.c-title__common {
  line-height: 1;
}
.c-title__common span {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", "Meiryo", "MS Pゴシック", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 1.2em;
  margin-bottom: 3em;
  letter-spacing: 0.5em;
}
.c-title__common:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .c-title__common:after {
    width: 30px;
    height: 3px;
  }
}
.c-title__common--main {
  font-size: 56px;
}
@media screen and (max-width: 768px) {
  .c-title__common--main {
    font-size: 7.2916666667vw;
  }
}
.c-title__common--main span {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .c-title__common--main span {
    font-size: 3.125vw;
  }
}
.c-title__common--interview {
  font-size: 32px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", "Meiryo", "MS Pゴシック", sans-serif;
  margin-top: 1em;
  padding: 0 1em;
}
@media screen and (max-width: 480px) {
  .c-title__common--interview {
    font-size: 24px;
  }
}
.c-title__common--interview strong {
  font-weight: 500;
}
.c-title__common--interview span {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .c-title__common--interview span {
    font-size: 12px;
  }
}
.c-title__common--interview span:nth-of-type(1) {
  margin-top: 1em;
  margin-bottom: 0;
}
.c-title__common--interview span:nth-of-type(2) {
  margin-top: 0.5em;
}

.c-brackets {
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-brackets__title {
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2em;
  position: relative;
  padding: 0.5em 2em;
  margin-bottom: 2em;
}
.c-brackets__title--jp {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", "Meiryo", "MS Pゴシック", sans-serif;
  font-weight: 400;
  font-size: 32px;
}
@media screen and (max-width: 640px) {
  .c-brackets__title--jp {
    font-size: 5vw;
  }
}
.c-brackets__title--en {
  font-family: "english-grotesque", sans-serif;
  font-weight: 300;
  font-size: 36px;
}
@media screen and (max-width: 640px) {
  .c-brackets__title--en {
    font-size: 5.625vw;
  }
}
.c-brackets__title:before, .c-brackets__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .c-brackets__title:before, .c-brackets__title:after {
    width: 2vw;
    height: 3.5vw;
  }
}
.c-brackets__title:before {
  border-top: 1px solid;
  border-left: 1px solid;
  top: 0;
  left: 0;
}
.c-brackets__title:after {
  border-bottom: 1px solid;
  border-right: 1px solid;
  bottom: 0;
  right: 0;
}

.c-philosophy {
  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;
}
.c-philosophy__title {
  text-align: center;
}
.c-philosophy__title strong {
  font-weight: 600;
}
.c-philosophy__title span {
  font-family: "english-grotesque", sans-serif;
  font-weight: 300;
}

.c-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-list__default {
  margin-left: 1em;
}
.c-list__default:before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.c-list__attention {
  margin-left: 1em;
}
.c-list__attention:before {
  content: "※";
  display: inline-block;
  margin-left: -1em;
}

.c-hero {
  width: 100%;
  position: relative;
}
.c-hero--full {
  height: 100vh;
  max-height: 100svh;
}
.c-hero--interview {
  position: relative;
  overflow: hidden;
}
.c-hero--interview .bg {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-hero--lg {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.c-hero--md {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.c-hero__visual {
  width: 100vw;
  height: 100vh;
  max-height: 100svh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.c-hero__interview {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.c-hero__mv img {
  display: block;
  width: 100%;
}

.c-movie {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.c-logo {
  display: block;
}
.c-logo--5351pourleshommes {
  width: 144px;
}
@media screen and (max-width: 480px) {
  .c-logo--5351pourleshommes {
    width: 30vw;
  }
}
.c-logo--abahouse {
  width: 187px;
}
@media screen and (max-width: 480px) {
  .c-logo--abahouse {
    width: 38.9583333333vw;
  }
}
.c-logo--abahousegray {
  width: 110px;
}
@media screen and (max-width: 480px) {
  .c-logo--abahousegray {
    width: 22.9166666667vw;
  }
}
.c-logo--abahousemavie {
  width: 110px;
}
@media screen and (max-width: 480px) {
  .c-logo--abahousemavie {
    width: 22.9166666667vw;
  }
}
.c-logo--alfredobannister {
  width: 201px;
}
@media screen and (max-width: 480px) {
  .c-logo--alfredobannister {
    width: 41.875vw;
  }
}
.c-logo--aubannister {
  width: 173px;
}
@media screen and (max-width: 480px) {
  .c-logo--aubannister {
    width: 36.0416666667vw;
  }
}
.c-logo--coherence {
  width: 145px;
}
@media screen and (max-width: 480px) {
  .c-logo--coherence {
    width: 30.2083333333vw;
  }
}
.c-logo--collex {
  width: 105px;
}
@media screen and (max-width: 480px) {
  .c-logo--collex {
    width: 21.875vw;
  }
}
.c-logo--designworks {
  width: 172px;
}
@media screen and (max-width: 480px) {
  .c-logo--designworks {
    width: 35.8333333333vw;
  }
}
.c-logo--laroute {
  width: 150px;
}
@media screen and (max-width: 480px) {
  .c-logo--laroute {
    width: 31.25vw;
  }
}
.c-logo--nomine {
  width: 110px;
}
@media screen and (max-width: 480px) {
  .c-logo--nomine {
    width: 22.9166666667vw;
  }
}
.c-logo--lowellthings {
  width: 172px;
}
@media screen and (max-width: 480px) {
  .c-logo--lowellthings {
    width: 35.8333333333vw;
  }
}
.c-logo--matie {
  width: 150px;
}
@media screen and (max-width: 480px) {
  .c-logo--matie {
    width: 31.25vw;
  }
}
.c-logo--qualite {
  width: 145px;
}
@media screen and (max-width: 480px) {
  .c-logo--qualite {
    width: 30.2083333333vw;
  }
}
.c-logo--rougeviflacle {
  width: 130px;
}
@media screen and (max-width: 480px) {
  .c-logo--rougeviflacle {
    width: 27.0833333333vw;
  }
}
.c-logo--thyme {
  width: 110px;
}
@media screen and (max-width: 480px) {
  .c-logo--thyme {
    width: 22.9166666667vw;
  }
}
.c-logo--speakfor {
  width: 144px;
}
@media screen and (max-width: 480px) {
  .c-logo--speakfor {
    width: 30vw;
  }
}
.c-logo--thestorebyc {
  width: 160px;
}
@media screen and (max-width: 480px) {
  .c-logo--thestorebyc {
    width: 33.3333333333vw;
  }
}

.icon-sns {
  width: 30px;
}

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

@media screen and (min-width: 481px) {
  .sp-only {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
}

.is-block {
  display: block;
}

.is-inline {
  display: inline;
}

.is-inline-block {
  display: inline-block;
}

.is-show {
  display: block;
}

.is-hidden {
  display: none;
}

.is-hidden-xy {
  overflow: hidden;
}

.is-hidden-x {
  overflow-x: hidden;
}

.is-hidden-y {
  overflow-y: hidden;
}

.is-visible-xy {
  overflow: visible;
}

.is-visible-x {
  overflow-x: visible;
}

.is-visible-y {
  overflow-y: visible;
}

.is-scroll-xy {
  overflow: scroll;
}

.is-scroll-x {
  overflow-x: scroll;
}

.is-scroll-y {
  overflow-y: scroll;
}

.is-hover-scale {
  overflow: hidden;
}
.is-hover-scale img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.is-hover-scale img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.p-home .p-home-overlay__logo {
  position: absolute;
  z-index: 1;
}
.p-home-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-height: 100svh;
  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;
  z-index: 101;
}
.p-home-overlay__logo {
  width: 50%;
  max-width: 350px;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-home-section {
  position: relative;
}
.p-home-section .c-hero {
  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;
}
.p-home-section .hr {
  display: block;
  margin: 50px auto;
  width: 2px;
  height: 20px;
  border: none;
}
.p-home-section .c-brackets__title {
  font-size: 24px;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-home-section .c-brackets__title {
    font-size: 3vw;
  }
}
.p-home .c-philosophy__title strong {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .p-home .c-philosophy__title strong {
    font-size: 5.2083333333vw;
  }
}
.p-home .c-philosophy__title span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-home .c-philosophy__title span {
    font-size: 3.125vw;
  }
}

.p-home-mv .c-hero {
  display: block;
}

#footer.p-home-section {
  width: 100%;
  height: 100vh;
  max-height: 100svh;
}

@media screen and (max-width: 480px) {
  .p-404 .c-title {
    margin-bottom: 10vw;
  }
}
.p-404 .c-title__common--main span {
  letter-spacing: 0.2em;
}

.p-404-content {
  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;
}

.p-about__lead {
  margin-top: 4em;
  margin-bottom: 8em;
}
.p-about .c-movie {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .p-about .c-movie {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.p-about-table {
  margin-top: 140px;
}
@media screen and (max-width: 640px) {
  .p-about-table {
    margin-top: 80px;
  }
}
.p-about-table__title {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-about-table__title {
    font-size: 18px;
  }
}
.p-about-table__head {
  width: 180px;
}
@media screen and (max-width: 480px) {
  .p-about-table__head {
    width: 100px;
  }
}
.p-about-table__description {
  width: calc(100% - 180px);
}
@media screen and (max-width: 480px) {
  .p-about-table__description {
    width: calc(100% - 100px);
  }
}
.p-about-table-row {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .p-about-table-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.p-news--sustainability .c-hero__title {
  font-size: 40px;
  line-height: 1.2;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  .p-news--sustainability .c-hero__title {
    font-size: 4.1666666667vw;
  }
}
.p-news--sustainability .c-hero__lead {
  font-size: 28px;
  margin-bottom: 3em;
}
@media screen and (max-width: 960px) {
  .p-news--sustainability .c-hero__lead {
    font-size: 2.9166666667vw;
  }
}

.p-news-archive .c-pager {
  margin-top: 40px;
}

.p-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-news-list__item {
  width: 33.3333333333%;
  padding: 0 1% 3%;
}
@media screen and (max-width: 768px) {
  .p-news-list__item {
    width: 50%;
    padding: 0 2% 5%;
  }
}
@media screen and (max-width: 480px) {
  .p-news-list__item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5vw;
  }
}
.p-news-list__item img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .p-news-list__item img {
    width: 44%;
  }
}
@media screen and (max-width: 480px) {
  .p-news-list__item .p-news-list-head {
    width: 52%;
    margin-left: auto;
  }
}
.p-news-list__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0.25em 0;
}
@media screen and (max-width: 768px) {
  .p-news-list__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .p-news-list__title {
    font-size: 12px;
  }
}
.p-news-list__date {
  font-size: 12px;
  font-family: "english-grotesque", sans-serif;
  font-weight: 300;
  margin-top: 1em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 480px) {
  .p-news-list__date {
    margin-top: 0;
    font-size: 10px;
  }
}
.p-news-list__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-news-list__text {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-news-list__text {
    font-size: 10px;
  }
}

.p-news-single {
  padding-bottom: 120px;
}
@media screen and (max-width: 480px) {
  .p-news-single {
    padding-bottom: 30px;
  }
}
.p-news-single .c-hero__news img {
  display: block;
  width: 100%;
}
.p-news-single .c-pager {
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  .p-news-single .c-pager {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
.p-news-single .c-pager .c-btn {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-news-single .c-pager .c-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.p-news-article__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 480px) {
  .p-news-article__title {
    font-size: 18px;
  }
}
.p-news-article__date {
  font-size: 14px;
  font-family: "english-grotesque", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .p-news-article__date {
    font-size: 12px;
  }
}
.p-news-article__content {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .p-news-article__content {
    margin-top: 30px;
  }
}
.p-news-article__content blockquote {
  padding: 50px;
}
.p-news-article__content ul {
  list-style: inherit;
}
.p-news-article__content ul li, .p-news-article__content ol li {
  margin-left: 1em;
}
.p-news-article__content ul li ul li, .p-news-article__content ul li ol li, .p-news-article__content ol li ul li, .p-news-article__content ol li ol li {
  margin-left: 1em;
}

.p-news-recent .p-news-list {
  margin-top: 60px;
  margin-bottom: 100px;
}

.p-popup {
  padding-bottom: 0;
}
.p-popup .c-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .p-popup .c-title {
    margin-bottom: 15vw;
  }
}
.p-popup .c-title__common--main span {
  line-height: 1.4;
}
.p-popup .c-brackets-container {
  margin-bottom: 0;
}

.p-popup-hero {
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .p-popup-hero {
    margin-bottom: 80px;
  }
}
.p-popup-hero__visual {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-popup-hero__overlay {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 8%;
  text-align: left;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 640px) {
  .p-popup-hero__overlay {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .p-popup-hero__overlay {
    padding: 180px 0;
  }
}
.p-popup-hero__title {
  width: 100%;
  max-width: 720px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", "Meiryo", "MS Pゴシック", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-popup-hero__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-popup-hero__title {
    font-size: 18px;
  }
}
.p-popup-hero__lead {
  width: 100%;
  max-width: 720px;
  margin-top: 2em;
  color: #ffffff;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .p-popup-hero__lead {
    margin-top: 1.5em;
  }
}

.p-popup-point {
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .p-popup-point {
    padding-bottom: 80px;
  }
}
.p-popup-point__list {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .p-popup-point__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}
.p-popup-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.p-popup-point__item:not(:first-child) {
  margin-top: 1.5em;
}
.p-popup-point__item:before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 19px;
  margin-top: 0;
  background: url(../img/diagnosis/icon_check.svg) no-repeat center/contain;
}

.p-popup-cases {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .p-popup-cases {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-popup-cases__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px 4%;
}
@media screen and (max-width: 640px) {
  .p-popup-cases__grid {
    gap: 50px;
  }
}
.p-popup-cases__item {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-popup-cases__item {
    width: 100%;
    max-width: 480px;
  }
}
.p-popup-cases__item .c-btn {
  max-width: 280px;
  margin-top: 20px;
}
.p-popup-cases__figure img {
  display: block;
  width: 100%;
}
.p-popup-cases__caption {
  margin-top: 1.5em;
  line-height: 1.8;
}
.p-popup-cases__detail {
  max-width: 840px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.p-popup-cases__detail:not(:first-of-type) {
  margin-top: 60px;
}
.p-popup-cases__detail-title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", "Meiryo", "MS Pゴシック", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .p-popup-cases__detail-title {
    font-size: 18px;
  }
}
.p-popup-cases__meta {
  margin-top: 1.5em;
}
.p-popup-cases__meta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
.p-popup-cases__meta-row:not(:first-child) {
  margin-top: 0.5em;
}
.p-popup-cases__meta-row dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7em;
  font-weight: 500;
}
.p-popup-cases__meta-row dd {
  width: calc(100% - 7em);
}
.p-popup-cases__detail-text {
  margin-top: 1.5em;
  line-height: 2;
}

.p-popup-partners {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .p-popup-partners {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-popup-partners__logos {
  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;
  gap: 2.5%;
}
@media screen and (min-width: 769px) {
  .p-popup-partners__logos {
    gap: 40px;
  }
}
.p-popup-partners__logo {
  width: 45%;
  max-width: 270px;
  height: auto;
}
.p-popup-partners__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.p-popup-flow {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .p-popup-flow {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-popup-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.p-popup-flow__item:not(:last-child) {
  padding-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .p-popup-flow__item:not(:last-child) {
    padding-bottom: 40px;
  }
}
.p-popup-flow__item:not(:last-child):before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .p-popup-flow__item:not(:last-child):before {
    left: 30px;
  }
}
.p-popup-flow__step {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  border: 1px solid #000000;
  border-radius: 50%;
  background-color: #EDE9E8;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .p-popup-flow__step {
    width: 60px;
    height: 60px;
    font-size: 10px;
    margin-right: 20px;
  }
}
.p-popup-flow__step-label {
  margin-top: 0.5em;
}
.p-popup-flow__step-num {
  font-size: 32px;
}
@media screen and (max-width: 640px) {
  .p-popup-flow__step-num {
    font-size: 20px;
  }
}
.p-popup-flow__body {
  width: calc(100% - 110px);
}
@media screen and (max-width: 640px) {
  .p-popup-flow__body {
    width: calc(100% - 80px);
  }
}
.p-popup-flow__body dt {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .p-popup-flow__body dt {
    font-size: 14px;
  }
}
.p-popup-flow__body dd {
  margin-top: 0.75em;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .p-popup-flow__body dd {
    font-size: 12px;
  }
}
.p-popup-flow__body dd a {
  text-decoration: underline;
}
.p-popup-flow__btn {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .p-popup-flow__btn {
    margin-top: 40px;
  }
}

.p-popup-case {
  padding-top: 0;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .p-popup-case {
    padding-bottom: 80px;
  }
}
.p-popup-case .c-hero--interview {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .p-popup-case .c-hero--interview {
    margin-bottom: 60px;
  }
}
.p-popup-case .c-btn {
  margin-top: 0;
}
.p-popup-case-head {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .p-popup-case-head {
    margin-bottom: 40px;
  }
}
.p-popup-case-head__title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", "Meiryo", "MS Pゴシック", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-popup-case-head__title {
    font-size: 18px;
  }
}
.p-popup-case-head__title span {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .p-popup-case-head__title span {
    font-size: 16px;
  }
}
.p-popup-case-head__title:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin: 2em auto 0;
  background-color: #000000;
}
@media screen and (max-width: 480px) {
  .p-popup-case-head__title:after {
    width: 30px;
    height: 3px;
  }
}
.p-popup-case-meta {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .p-popup-case-meta {
    margin-bottom: 40px;
  }
}
.p-popup-case-meta__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
.p-popup-case-meta__row:not(:first-child) {
  margin-top: 0.5em;
}
.p-popup-case-meta__row dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7em;
  font-weight: 500;
}
.p-popup-case-meta__row dd {
  width: calc(100% - 7em);
}
.p-popup-case-body {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .p-popup-case-body {
    margin-bottom: 60px;
  }
}

.p-diagnosis {
  padding-bottom: 0;
}
.p-diagnosis .c-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .p-diagnosis .c-title {
    margin-bottom: 15vw;
  }
}
.p-diagnosis .c-title__common--main span {
  line-height: 1.4;
}
.p-diagnosis .c-brackets-container {
  margin-bottom: 0;
}

.p-diagnosis-hero {
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-hero {
    margin-bottom: 80px;
  }
}
.p-diagnosis-hero__visual {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-diagnosis-hero__overlay {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 8%;
  text-align: left;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 640px) {
  .p-diagnosis-hero__overlay {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .p-diagnosis-hero__overlay {
    padding: 180px 0;
  }
}
.p-diagnosis-hero__title {
  width: 100%;
  max-width: 720px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", "Meiryo", "MS Pゴシック", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-diagnosis-hero__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-diagnosis-hero__title {
    font-size: 18px;
  }
}
.p-diagnosis-hero__lead {
  width: 100%;
  max-width: 720px;
  margin-top: 2em;
  color: #ffffff;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-hero__lead {
    margin-top: 1.5em;
  }
}

.p-diagnosis-point {
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-point {
    padding-bottom: 80px;
  }
}
.p-diagnosis-point__list {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .p-diagnosis-point__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}
.p-diagnosis-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.p-diagnosis-point__item:not(:first-child) {
  margin-top: 1.5em;
}
.p-diagnosis-point__item:before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 19px;
  margin-top: 0;
  background: url(../img/diagnosis/icon_check.svg) no-repeat center/contain;
}

.p-diagnosis-lesson {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-lesson {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-diagnosis-lesson__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px 3%;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-lesson__grid {
    gap: 30px;
    margin-top: 40px;
  }
}
.p-diagnosis-lesson__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 31.3333333333%;
  border: 8px solid #A1938A;
  padding: 40px 24px;
}
@media screen and (max-width: 960px) {
  .p-diagnosis-lesson__item {
    width: 48.5%;
  }
}
@media screen and (max-width: 640px) {
  .p-diagnosis-lesson__item {
    width: 100%;
    max-width: 480px;
    padding: 30px 20px;
  }
}
.p-diagnosis-lesson__item--cert {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
}
.p-diagnosis-lesson__item--cert.is-open .p-diagnosis-lesson__overlay {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 641px) {
  .p-diagnosis-lesson__head {
    min-height: 140px;
  }
}
.p-diagnosis-lesson__catch {
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", "Meiryo", "MS Pゴシック", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-lesson__catch {
    font-size: 12px;
  }
}
.p-diagnosis-lesson__title {
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", "Meiryo", "MS Pゴシック", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-lesson__title {
    font-size: 18px;
  }
}
.p-diagnosis-lesson__price {
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
}
.p-diagnosis-lesson__text {
  margin-top: 1.5em;
  font-size: 14px;
  line-height: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-lesson__text {
    font-size: 12px;
  }
}
.p-diagnosis-lesson__toggle {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background: transparent;
  position: absolute;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
}
.p-diagnosis-lesson__toggle img {
  display: block;
  width: 100%;
  height: auto;
}
.p-diagnosis-lesson__overlay {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  inset: 0;
  padding: 0;
  color: #ffffff;
  background-color: #A1938A;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-diagnosis-lesson__overlay-title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", "Meiryo", "MS Pゴシック", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-lesson__overlay-title {
    font-size: 18px;
  }
}
.p-diagnosis-lesson__overlay-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  width: auto;
}
.p-diagnosis-lesson__overlay-list li {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.8;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-lesson__overlay-list li {
    font-size: 12px;
  }
}
.p-diagnosis-lesson__overlay-list li:not(:first-child) {
  margin-top: 0.5em;
}
.p-diagnosis-lesson__overlay-list li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-diagnosis-lesson__close {
  display: block;
  width: 43px;
  height: 43px;
  padding: 0;
  border: none;
  background: transparent;
  position: absolute;
  right: 16px;
  bottom: 16px;
  cursor: pointer;
}
.p-diagnosis-lesson__close img {
  display: block;
  width: 100%;
  height: auto;
}

.p-diagnosis-voice {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-voice {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-diagnosis-voice__profile {
  max-width: 840px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-voice__profile {
    margin-top: 40px;
  }
}
.p-diagnosis-voice__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-voice__photo {
    gap: 16px;
  }
}
.p-diagnosis-voice__photo img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-voice__photo img {
    width: 80px;
    height: 80px;
  }
}
.p-diagnosis-voice__photo figcaption {
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-voice__photo figcaption {
    font-size: 16px;
  }
}
.p-diagnosis-voice__photo figcaption small {
  display: block;
  margin-top: 0.5em;
}
.p-diagnosis-voice__list {
  max-width: 840px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-voice__list {
    margin-top: 40px;
  }
}
.p-diagnosis-voice__item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-voice__item:not(:first-child) {
    margin-top: 30px;
  }
}
.p-diagnosis-voice__question {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: #A1938A;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-voice__question {
    font-size: 16px;
  }
}
.p-diagnosis-voice__answer {
  margin-top: 0.75em;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-voice__answer {
    font-size: 12px;
  }
}
.p-diagnosis-voice__note {
  max-width: 840px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-voice__note {
    margin-top: 30px;
  }
}

.p-diagnosis-teacher {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-teacher {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-diagnosis-teacher__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-diagnosis-teacher__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    margin-top: 40px;
  }
}
.p-diagnosis-teacher__photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 42%;
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  .p-diagnosis-teacher__photo {
    width: 100%;
    max-width: 480px;
  }
}
.p-diagnosis-teacher__photo img {
  display: block;
  width: 100%;
}
.p-diagnosis-teacher__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-diagnosis-teacher__body {
    width: 100%;
    max-width: 640px;
  }
}
.p-diagnosis-teacher__name {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", "Meiryo", "MS Pゴシック", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-teacher__name {
    font-size: 20px;
  }
}
.p-diagnosis-teacher__name span {
  display: inline-block;
  margin-left: 1em;
  font-family: "english-grotesque", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-teacher__name span {
    font-size: 14px;
  }
}
.p-diagnosis-teacher__career {
  margin-top: 1.5em;
  font-size: 12px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-teacher__career {
    font-size: 10px;
  }
}
.p-diagnosis-teacher__text {
  margin-top: 1.5em;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-teacher__text {
    font-size: 12px;
  }
}

.p-diagnosis-contact {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .p-diagnosis-contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-diagnosis-contact__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-diagnosis-contact__btn {
  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;
  gap: 12px;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 2em;
  background-color: #ffffff;
}
.p-diagnosis-contact__icon {
  display: block;
  width: 24px;
  height: auto;
}

.p-recruit .c-pager {
  margin-top: 50px;
  margin-bottom: 150px;
}
.p-recruit .c-philosophy__title {
  line-height: 1.2;
}
.p-recruit .c-philosophy__title strong {
  font-size: 18px;
}
.p-recruit .c-philosophy__title span {
  font-size: 12px;
}
.p-recruit__message {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-recruit__president {
  margin-top: 20px;
  width: 170px;
  margin-left: auto;
  text-align: center;
}
.p-recruit__president figcaption {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 480px) {
  .p-recruit__president {
    width: 120px;
  }
}
.p-recruit-slider {
  margin-bottom: 30px;
  overflow: hidden;
}
.p-recruit-slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 406.25vw;
  -webkit-animation-name: slideAnim;
          animation-name: slideAnim;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (max-width: 1920px) {
  .p-recruit-slider-inner {
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
  }
}
.p-recruit-slider__img {
  width: 13.5416666667vw;
  height: 18.75vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0.25%;
}
@media screen and (max-width: 768px) {
  .p-recruit-slider__img {
    width: 21.6666666667vw;
    height: 30vw;
  }
}
.p-recruit-system__list {
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .p-recruit-system__list {
    margin-bottom: 30px;
  }
}
.p-recruit-system__list h3 {
  font-size: 24px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-recruit-system__list h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-recruit-system__list h3 {
    font-size: 16px;
  }
}
.p-recruit-system__list h3:before {
  content: "";
  border-width: 5px;
  border-style: solid;
  border-left-width: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-recruit-system__list hr {
  display: block;
  margin: 1em 0;
  border: none;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 480px) {
  .p-recruit-system__list hr {
    margin: 0.5em 0;
  }
}
.p-recruit-company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-recruit-company-list__item {
  width: 33.3333333333%;
  padding: 2% 1%;
}
@media screen and (max-width: 768px) {
  .p-recruit-company-list__item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .p-recruit-company-list__item {
    width: 100%;
  }
}

.p-recruit-content {
  margin-bottom: 200px;
}
@media screen and (max-width: 480px) {
  .p-recruit-content {
    margin-bottom: 120px;
  }
}
.p-recruit-content__link {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  margin-top: 6%;
  margin-bottom: 6%;
}
.p-recruit-content__link:last-child {
  margin-top: 15%;
}
.p-recruit-content__link .c-btn {
  margin-top: 0;
}
.p-recruit-content--staff .c-btn {
  margin-top: 60px;
}
.p-recruit-content--company {
  padding: 150px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .p-recruit-content--company {
    padding: 100px 0;
  }
}
.p-recruit-content--company .c-brackets {
  margin-bottom: 50px;
}
.p-recruit-content--company .c-brackets__title {
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 0;
}
.p-recruit-content--job {
  margin-bottom: 0;
  padding-top: 100px;
  border-top-width: 1px;
  border-top-style: solid;
}
@media screen and (max-width: 480px) {
  .p-recruit-content--job {
    margin-bottom: 50px;
  }
}

.p-interview-archive .c-pager {
  margin-bottom: 100px;
}

.p-interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-interview-list__item {
  width: 50%;
  text-align: center;
  padding: 0 3% 5%;
}
@media screen and (max-width: 480px) {
  .p-interview-list__item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20vw;
  }
}
.p-interview-list__title {
  font-size: 28px;
  font-weight: 400;
  margin-top: 1em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 960px) {
  .p-interview-list__title {
    font-size: 2.9166666667vw;
  }
}
@media screen and (max-width: 480px) {
  .p-interview-list__title {
    font-size: 20px;
  }
}
.p-interview-list .c-btn {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .p-interview-list .c-btn {
    margin-top: 6vw;
  }
}

.p-interview-single {
  padding-bottom: 120px;
}

.p-interview-faq {
  margin-top: 90px;
  margin-bottom: 150px;
}
@media screen and (max-width: 480px) {
  .p-interview-faq {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
.p-interview-faq__item {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .p-interview-faq__item {
    margin-bottom: 30px;
  }
}
.p-interview-faq__question, .p-interview-faq__answer {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.8;
}
.p-interview-faq__question {
  font-weight: 500;
}
.p-interview-faq .c-btn {
  margin-top: 120px;
}
@media screen and (max-width: 480px) {
  .p-interview-faq .c-btn {
    margin-top: 80px;
  }
}/*# sourceMappingURL=style.css.map */