@charset "UTF-8";
/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", "ryo-gothic-plusn", sans-serif;
}

/* mobile */
/* ------------------------------------

中面 common (TOP以外)

------------------------------------ */
/*  anchor_link
*----------------------------------- */
.p-anchor_link {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 760px) {
  .p-anchor_link {
    padding-top: 20%;
    margin-top: -20%;
  }
}

/*  pan
*----------------------------------- */
.pan {
  padding: 20px 40px;
}
@media print, screen and (max-width: 760px) {
  .pan {
    display: none;
  }
}
.pan li {
  display: inline;
  font-size: 12px;
  list-style: none;
}
.pan li:after {
  content: "|";
  margin: 0 5px;
}
.pan li:last-child:after {
  content: none;
}

/*  list-page__main
*----------------------------------- */
.list-page__main {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 761px) {
  .list-page__main {
    width: 1200px;
  }
}
@media print, screen and (max-width: 760px) {
  .list-page__main {
    width: 90%;
  }
}

@media print, screen and (max-width: 760px) {
  .page-form .list-page__main .brick-form__row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .page-form .list-page__main .l-form-container__flow {
    margin-left: 0;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .page-number .list-page__main {
    width: auto;
    margin-bottom: 18%;
  }
}

/*  index
*----------------------------------- */
.page-index .list-page .list-page__main .l-page-index {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index__container {
    gap: 4vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item {
  width: 48.6%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a {
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 50px;
  outline: solid 2px #131313;
  outline-offset: -7px;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item a {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 8vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a:hover {
  opacity: 0.8;
  outline: solid 2px #FFF500;
}
.page-index .list-page .list-page__main .l-page-index .p-item__catch {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 8px;
  color: #bababa;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__catch {
    font-size: 10vw;
    margin-bottom: 2vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item__title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__title {
    font-size: 4.2vw;
    margin-bottom: 5vw;
    line-height: 1;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item:nth-child(2n) {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item:last-child {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button {
  margin-left: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button span {
  padding-left: 0;
}

/*  l-cmn-member
*----------------------------------- */
.l-cmn-member {
  background: #ebf3fa;
  padding: 75px 0 80px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member {
    padding: 13% 5%;
  }
}

.l-cmn-member .l-member__header {
  text-align: center;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header {
    margin-bottom: 3%;
  }
}
.l-cmn-member .l-member__header__title {
  font-family: "hanken-grotesk", sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
  color: #006dbc;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__title {
    font-size: 16vw;
  }
}
.l-cmn-member .l-member__header__subtitle {
  font-size: 17px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__subtitle {
    font-size: 4vw;
    margin-top: -2%;
  }
}
.l-cmn-member .l-member__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  margin: 0 auto 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list {
    width: 100%;
    margin: 0 auto 10%;
    padding-bottom: 12%;
  }
}
.l-cmn-member .l-member__list .p-item {
  width: 380px;
  margin-right: 30px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item {
    width: 100%;
    margin-right: 0;
  }
}
.l-cmn-member .l-member__list .p-item:nth-child(3n) {
  margin-right: 0;
}
.l-cmn-member .l-member__list .p-item__photo {
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.l-cmn-member .l-member__list .p-item__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-cmn-member .l-member__list .p-item__inner {
  margin-top: 15px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__inner {
    margin-top: 3%;
  }
}
.l-cmn-member .l-member__list .p-item__post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  max-height: 60px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-title {
    font-size: 4.2vw;
    margin-bottom: 4%;
    max-height: 13vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
  max-height: 40px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-name {
    font-size: 3.8vw;
    margin-bottom: 2%;
    max-height: 8vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-company {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  max-height: 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-company {
    font-size: 3vw;
    line-height: 1.4;
    max-height: 9vw;
  }
}

/* ------------------------------------

中面個別 (TOP以外)

------------------------------------ */
/*  〇〇ページ
*----------------------------------- */
/*  会社概要 profile
*----------------------------------- */
.page-profile .l-profile .l-table {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-profile .l-table {
    margin-bottom: 6vw;
  }
}
.page-profile .l-profile__map iframe {
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-profile .l-profile__map iframe {
    height: 360px;
  }
}

.page-profile .l-history {
  padding-top: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history {
    padding-top: 70px;
  }
}
.page-profile .l-history__list {
  position: relative;
  padding: 100px;
  border: 1px solid #FFF500;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list {
    padding: 10vw 5vw;
  }
}
.page-profile .l-history__list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
.page-profile .l-history__list table {
  border-collapse: collapse;
  width: 100%;
  position: relative;
  z-index: 6;
}
.page-profile .l-history__list table th {
  padding-right: 36px;
  padding-bottom: 1.2em;
  border-right: 1px solid #FFF500;
  width: 14%;
  font-size: 20px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list table th {
    padding-right: 5vw;
    font-size: 4vw;
    width: auto;
    white-space: nowrap;
  }
}
.page-profile .l-history__list table td {
  padding-left: 36px;
  padding-bottom: 1.2em;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list table td {
    padding-left: 5vw;
  }
}
.page-profile .l-history__list table td .p-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list table td .p-title {
    font-size: 4vw;
  }
}
.page-profile .l-history__list table td .p-text {
  font-size: 15px;
  margin-top: 3px;
  font-weight: 400;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list table td .p-text {
    font-size: 3.4vw;
    margin-top: 1vw;
  }
}

/*  企業理念 philosophy
*----------------------------------- */
.page-philosophy .l-philosophy__title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.36;
  color: #FF1919;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__title {
    font-size: 7.2vw;
    line-height: 1.2;
    margin-bottom: 3vw;
  }
}
.page-philosophy .l-philosophy__text {
  text-align: center;
  letter-spacing: -0.02em;
  font-size: 1.8rem;
  line-height: 1.7777;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__text {
    font-size: 4vw;
    text-align: left;
  }
}

/*  3分で分かる feature
*----------------------------------- */
.page-feature .list-page__anc {
  margin-bottom: 85px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc {
    margin-bottom: 20vw;
  }
}
.page-feature .list-page__anc ul.l-anc-list {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  counter-reset: nav;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list {
    column-gap: 3.5vw;
    row-gap: 6vw;
  }
}
.page-feature .list-page__anc ul.l-anc-list li {
  width: calc((100% - 80px) / 4);
  counter-increment: nav;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list li {
    width: calc((100% - 3.5vw) / 2);
  }
}
.page-feature .list-page__anc ul.l-anc-list li a {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.375;
  position: relative;
  padding-top: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list li a {
    font-size: 3.5vw;
    padding-top: 7vw;
  }
}
.page-feature .list-page__anc ul.l-anc-list li a::before {
  z-index: 1000;
  position: absolute;
  top: 15px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  margin: auto;
  content: counter(nav, decimal-leading-zero);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #131313;
  color: #fff;
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list li a::before {
    top: 2vw;
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
.page-feature .list-page__anc ul.l-anc-list li a:hover {
  opacity: 1;
}
.page-feature .list-page__anc ul.l-anc-list li a:hover img {
  opacity: 0.8;
}
.page-feature .list-page__anc ul.l-anc-list .p-item__photo {
  margin-bottom: 15px;
  border: 2px solid #FF1919;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list .p-item__photo {
    margin-bottom: 3vw;
  }
}

.page-feature .l-feature {
  counter-reset: number;
}
.page-feature .l-feature__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #FF1919;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature__title {
    font-size: 8vw;
    margin-bottom: 4vw;
    line-height: 1.4;
  }
}
.page-feature .l-feature__subtitle {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature__subtitle {
    font-size: 5.2vw;
    margin-bottom: 20vw;
  }
}
.page-feature .l-feature .p-item {
  margin-bottom: 110px;
  counter-increment: number;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item {
    margin-bottom: 20vw;
  }
}
.page-feature .l-feature .p-item:last-child {
  margin-bottom: 0;
}
.page-feature .l-feature .p-item__photo {
  border: 3px solid #FF1919;
  position: relative;
  margin-bottom: 55px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__photo {
    margin-bottom: 10vw;
  }
}
.page-feature .l-feature .p-item__photo::before {
  z-index: 2;
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
  margin: auto;
  content: counter(number, decimal-leading-zero);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #131313;
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 700;
  font-size: 4.3rem;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__photo::before {
    bottom: -8vw;
    width: 16vw;
    height: 16vw;
    font-size: 8vw;
  }
}
.page-feature .l-feature .p-item__title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.36;
  color: #FF1919;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__title {
    font-size: 7.2vw;
    line-height: 1.2;
    margin-bottom: 3vw;
  }
}
.page-feature .l-feature .p-item__text {
  text-align: center;
  letter-spacing: -0.02em;
  font-size: 1.8rem;
  line-height: 1.7777;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__text {
    font-size: 4vw;
    text-align: left;
  }
}

/*  代表メッセージ
*----------------------------------- */
.page-message .list-page__main {
  width: 100%;
}

.page-message .l-profile__container {
  margin-bottom: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__container {
    margin-bottom: 15vw;
  }
}
.page-message .l-profile__mv {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 36px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__mv {
    width: 100%;
    margin-bottom: 7vw;
    max-width: none;
  }
}
.page-message .l-profile__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 47px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__title {
    font-size: 7vw;
    text-align: center;
    line-height: 1.32;
    margin-bottom: 8vw;
  }
}
.page-message .l-profile__title .accent {
  color: #FF1919;
}
.page-message .l-profile__info {
  background: rgba(186, 186, 186, 0.47);
  padding: 30px 0;
}
@media print, screen and (min-width: 761px) {
  .page-message .l-profile__info {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__info {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw 4vw;
    align-items: center;
    justify-content: center;
    padding: 7vw 0;
  }
}
.page-message .l-profile__info .p-title {
  font-size: 17px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__info .p-title {
    font-size: 4.3vw;
    line-height: 1;
    text-align: center;
    width: 100%;
  }
}
.page-message .l-profile__info .p-text {
  font-size: 25px;
  font-weight: 700;
}
@media print, screen and (min-width: 761px) {
  .page-message .l-profile__info .p-text {
    margin: 0 20px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__info .p-text {
    font-size: 6vw;
    line-height: 1;
    text-align: center;
  }
}
.page-message .l-profile__info .p-text__sub {
  font-size: 14px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__info .p-text__sub {
    font-size: 3.6vw;
  }
}

@media print, screen and (min-width: 761px) {
  .page-message .l-comment .p-item {
    max-width: 1440px;
    margin: 0 auto 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item {
    width: 90%;
    margin: 0 auto 18vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-message .l-comment .p-item__photo {
    flex: 1;
    max-width: 45%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item__photo {
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-message .l-comment .p-item__info {
    max-width: 45%;
  }
}
.page-message .l-comment .p-item__subtitle {
  font-size: 54px;
  margin-bottom: 25px;
  color: #FF1919;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item__subtitle {
    font-size: 12vw;
    margin-bottom: 2vw;
  }
}
.page-message .l-comment .p-item__title {
  font-size: 33px;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item__title {
    font-size: 6.6vw;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
}
.page-message .l-comment .p-item__title .accent {
  color: #FF1919;
}
.page-message .l-comment .p-item__text {
  font-size: 16px;
  line-height: 1.9;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item__text {
    font-size: 4.1vw;
    line-height: 1.8;
    margin-bottom: 6vw;
  }
}
.page-message .l-comment .p-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.page-message .l-future {
  padding-top: 100px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future {
    padding-top: 12vw;
  }
}
.page-message .l-future::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 450px;
  background: #FFF500;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future::before {
    height: 40vw;
  }
}
.page-message .l-future__container {
  width: 950px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future__container {
    width: 90%;
  }
}
.page-message .l-future__photo {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future__photo {
    margin-bottom: 6vw;
  }
}
.page-message .l-future__title {
  font-size: 33px;
  line-height: 1.45;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future__title {
    font-size: 6.6vw;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
}
.page-message .l-future__title .accent {
  color: #FF1919;
}
.page-message .l-future__text {
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future__text {
    font-size: 4.1vw;
    line-height: 1.8;
    text-align: justify;
  }
}

/*  成長環境
*----------------------------------- */
/*  インタビューページ
*----------------------------------- */
.page-interview-index .l-cmn_interview {
  margin-bottom: 0;
}
.page-interview-index .l-cmn_interview .simple.c-button,
.page-interview-index .l-cmn_interview .p-header {
  display: none;
}
.page-interview-index .l-cmn_interview__container {
  display: block;
}
.page-interview-index .l-cmn_interview__list {
  max-width: 100%;
  width: 1130px;
  margin: 0 auto;
  justify-content: flex-start;
  gap: 80px 85px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-index .l-cmn_interview__list {
    width: 86%;
    gap: 15vw;
  }
}
.page-interview-index .l-cmn_interview__list .p-item {
  width: calc(33.33% - 57px);
  margin: 0;
}
@media print, screen and (max-width: 760px) {
  .page-interview-index .l-cmn_interview__list .p-item {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 761px) {
  .page-interview-index .l-cmn_interview__list .p-item:nth-child(3n) {
    margin-right: 0;
  }
}
.page-interview-index .l-cmn_interview__list .p-item:last-child {
  margin-right: 0;
}
.page-interview-index .l-cmn_interview__list::before {
  display: none;
}

/*  インタビュー詳細ページ
*----------------------------------- */
.page-interview-detail:not(.page-system) .list-page__header {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail:not(.page-system) .list-page__header {
    margin-bottom: 8vw;
  }
}
.page-interview-detail:not(.page-system) .list-page__header__mv {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail:not(.page-system) .list-page__header__mv {
    width: 90%;
    margin-bottom: 7vw;
    max-width: none;
  }
}
.page-interview-detail:not(.page-system) .list-page__header__container {
  display: block;
}
.page-interview-detail:not(.page-system) .list-page__header__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail:not(.page-system) .list-page__header__title {
    font-size: 7vw;
    text-align: center;
    line-height: 1.32;
    margin-bottom: 6vw;
  }
}
.page-interview-detail:not(.page-system) .list-page__header__title .accent {
  color: #FF1919;
}
.page-interview-detail:not(.page-system) .list-page__header__subtitle {
  margin-bottom: 14px;
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 1;
  font-family: "ryo-gothic-plusn", sans-serif;
}
.page-interview-detail:not(.page-system) .list-page__header__subtitle small {
  margin-top: 15px;
  display: block;
  font-family: "hanken-grotesk", sans-serif;
  color: #FFF500;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.page-interview-detail:not(.page-system) .list-page__main {
  width: 100%;
}

.page-interview-detail .l-profile {
  background: rgba(186, 186, 186, 0.47);
  padding: 40px 0;
  margin-bottom: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile {
    padding: 7vw 0;
    margin-bottom: 15vw;
  }
}
.page-interview-detail .l-profile__container {
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-profile__container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile__container {
    padding: 0 5vw;
  }
}
.page-interview-detail .l-profile__title {
  font-size: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile__title {
    font-size: 10vw;
    text-align: center;
    margin-bottom: 3vw;
  }
}
.page-interview-detail .l-profile__text {
  line-height: 1.8;
  font-weight: 600;
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-profile__text {
    margin-left: 40px;
    padding: 5px 0;
    padding-left: 39px;
    border-left: 1px solid #131313;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile__text {
    font-size: 4vw;
    text-align: center;
  }
}

@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-comment .p-item {
    max-width: 1440px;
    margin: 0 auto 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 54px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item {
    width: 90%;
    margin: 0 auto 18vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-comment .p-item__photo {
    flex: 1;
    max-width: 568px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__photo {
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-comment .p-item__info {
    max-width: 576px;
  }
}
.page-interview-detail .l-comment .p-item__subtitle {
  font-size: 54px;
  margin-bottom: 25px;
  color: #FF1919;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__subtitle {
    font-size: 12vw;
    margin-bottom: 2vw;
  }
}
.page-interview-detail .l-comment .p-item__title {
  font-size: 33px;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__title {
    font-size: 6.6vw;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
}
.page-interview-detail .l-comment .p-item__title .accent {
  color: #FF1919;
}
.page-interview-detail .l-comment .p-item__text {
  font-size: 16px;
  line-height: 1.9;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__text {
    font-size: 4.1vw;
    line-height: 1.8;
    margin-bottom: 6vw;
  }
}
.page-interview-detail .l-comment .p-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.page-interview-detail .l-comment .p-item02 {
  display: block;
  text-align: center;
  padding-top: 80px;
  position: relative;
  max-width: 100%;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02 {
    margin-top: 0;
    width: 100%;
    padding-top: 8%;
    margin-bottom: 9vw;
  }
}
.page-interview-detail .l-comment .p-item02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 457px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF500;
  z-index: -1;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02::before {
    height: 45vw;
  }
}
.page-interview-detail .l-comment .p-item02 .p-item__catch {
  margin-bottom: 30px;
  font-size: 60px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02 .p-item__catch {
    margin-bottom: 3%;
  }
}
.page-interview-detail .l-comment .p-item02 .p-item__photo {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02 .p-item__photo {
    width: 90%;
    margin-bottom: 6vw;
  }
}
.page-interview-detail .l-comment .p-item02 .p-item__info {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02 .p-item__info {
    width: 90%;
  }
}

/*  クロストークページ
*----------------------------------- */
.page-crosstalk-index .l-crosstalk__list .p-item {
  width: 960px;
  margin: 0 auto 60px;
  border: 2px solid #FF1919;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item {
    width: 100%;
    margin: 0 0 12vw;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item a {
    padding: 5%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__photo {
  width: 50%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__photo {
    width: 100%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__info {
  width: 45%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__info {
    width: 100%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__sub_title {
  font-size: 28px;
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}
.page-crosstalk-index .l-crosstalk__list .p-item__sub_title span {
  padding: 2px 10px;
  background: #FF1919;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__sub_title span {
    padding: 2px 5px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__sub_title {
    font-size: 5vw;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__title {
  font-size: 36px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__title {
    font-size: 7vw;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item:nth-of-type(odd) {
  border: 2px solid #FFF500;
}
@media print, screen and (min-width: 761px) {
  .page-crosstalk-index .l-crosstalk__list .p-item:nth-of-type(odd) a {
    flex-direction: row-reverse;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item:nth-of-type(odd) .p-item__sub_title span {
  background: #FFF500;
}

/*  クロストーク詳細ページ
*----------------------------------- */
.page-crosstalk-detail .list-page__header__mv {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__mv {
    width: 90%;
    margin-bottom: 7vw;
    max-width: none;
  }
}
.page-crosstalk-detail .list-page__header__container {
  display: block;
}
.page-crosstalk-detail .list-page__header__subtitle {
  font-size: 28px;
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__subtitle {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
}
.page-crosstalk-detail .list-page__header__subtitle span {
  padding: 2px 10px;
  background: #FF1919;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__subtitle span {
    padding: 2px 5px;
  }
}
.page-crosstalk-detail .list-page__header__title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__title {
    font-size: 7vw;
    text-align: center;
    line-height: 1.32;
    margin-bottom: 6vw;
  }
}
.page-crosstalk-detail .list-page__header__title .accent {
  color: #FF1919;
}

.page-crosstalk-detail .l-members {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members {
    margin-bottom: 15vw;
  }
}
.page-crosstalk-detail .l-members > h2 {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 90px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members > h2 {
    font-size: 8vw;
    margin-bottom: 10vw;
  }
}
.page-crosstalk-detail .l-members > h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #FF1919;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members > h2::after {
    width: 10vw;
    bottom: -4vw;
  }
}
.page-crosstalk-detail .l-members__title {
  text-align: center;
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #FFF500;
  line-height: 1;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__title {
    font-size: 10vw;
    margin-bottom: 7vw;
  }
}
.page-crosstalk-detail .l-members__info {
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info {
    justify-content: center;
  }
}
.page-crosstalk-detail .l-members__info .p-item {
  width: 200px;
  margin: 0 40px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info .p-item {
    width: 30%;
    margin: 0 4vw;
  }
}
.page-crosstalk-detail .l-members__info .p-item__photo {
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info .p-item__photo {
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-members__info .p-item__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info .p-item__title {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-members__info .p-item__title small {
  display: block;
  font-family: bilo, sans-serif;
  color: #cbcbcb;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.page-crosstalk-detail .l-members__info .p-item__text {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info .p-item__text {
    font-size: 3.4vw;
  }
}

.page-crosstalk-detail .l-movie {
  width: 985px;
  margin: 0 auto 100px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-movie {
    width: 100%;
    margin-bottom: 15vw;
  }
}
.page-crosstalk-detail .l-movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.page-crosstalk-detail .l-comment .p-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item {
    margin-bottom: 12vw;
    flex-wrap: wrap;
  }
}
.page-crosstalk-detail .l-comment .p-item:last-child {
  margin-bottom: 0;
}
.page-crosstalk-detail .l-comment .p-item__photo {
  width: 47.5%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__photo {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__wrap {
  width: 47.5%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__wrap {
    width: 100%;
  }
}
.page-crosstalk-detail .l-comment .p-item__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__title {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__subtitle {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__info {
    margin-bottom: 5vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__name {
  width: 74px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 3px;
  line-height: 1.3;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__name {
    font-size: 3.8vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__name.num02 {
  background: #2595d0;
}
.page-crosstalk-detail .l-comment .p-item__name.num03 {
  background: #484848;
}
.page-crosstalk-detail .l-comment .p-item__text {
  width: calc(100% - 90px);
  font-size: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__text {
    width: calc(100% - 85px);
    font-size: 3.8vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-crosstalk-detail .l-comment .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

.page-crosstalk-detail .l-other-talk {
  margin-top: 150px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk {
    width: 90%;
    margin: 20vw auto 0;
  }
}
.page-crosstalk-detail .l-other-talk ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-crosstalk-detail .l-other-talk ul li {
  width: 330px;
  margin: 0 22px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul li {
    width: 100%;
    margin: 0 0 8%;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__photo {
  margin-bottom: 22px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__photo {
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__sub_title {
  font-size: 18px;
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 2px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__sub_title {
    font-size: 4vw;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__sub_title span {
  padding: 2px 10px;
  background: #FF1919;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__sub_title span {
    padding: 2px 5px;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__title {
    font-size: 5vw;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item.current {
  display: none;
}

/*  仕事を知る
*----------------------------------- */
.page-business .l-business {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business {
    width: 100%;
  }
}
.page-business .l-business__title {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 23px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business__title {
    font-size: 6vw;
  }
}
.page-business .l-business__title.en {
  font-size: 60px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business__title.en {
    font-size: 10vw;
    margin-bottom: -2vw;
  }
}
.page-business .l-business__title .accent {
  color: #FF1919;
}
.page-business .l-business__text {
  margin-bottom: 80px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business__text {
    margin-bottom: 6.7vw;
    font-size: 4.3vw;
    text-align: left;
  }
}
.page-business .l-business__movie {
  width: 985px;
  margin: 0 auto 120px;
}
.page-business .l-business__movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.page-business .l-business__container {
  padding-top: 100px;
  border-top: 2px solid #131313;
}
.page-business .l-business .p-item {
  position: relative;
  padding-bottom: 77px;
  margin-bottom: 77px;
}
@media print, screen and (min-width: 761px) {
  .page-business .l-business .p-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 5%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item {
    padding-bottom: 13vw;
    margin-bottom: 15vw;
  }
}
.page-business .l-business .p-item::after {
  content: "";
  background-color: #131313;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-business .l-business .p-item__image {
  width: 42%;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__image {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.page-business .l-business .p-item__info {
  width: 53%;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__info {
    width: 100%;
  }
}
.page-business .l-business .p-item__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #FF1919;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__title {
    font-size: 6.8vw;
    margin-bottom: 3vw;
  }
}
.page-business .l-business .p-item__title small {
  font-size: 18px;
  margin-left: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__title small {
    font-size: 5vw;
    margin-left: 0;
    margin-top: 1vw;
    display: block;
  }
}
.page-business .l-business .p-item__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2px;
}
.page-business .l-business .p-item__text span {
  font-size: 18px;
  line-height: 1.6;
}
@media print, screen and (min-width: 761px) {
  .page-business .l-business .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.page-business .l-business .p-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-business .l-business .p-item:last-child::after {
  display: none;
}

/*  数字で見る
*----------------------------------- */
.page-number {
  /* 上からフェードイン */
  /* 下からフェードイン */
  /* 左からフェードイン */
  /* 右からフェードイン */
}
.page-number .list-page__main {
  width: 100%;
}
.page-number .slide-top {
  opacity: 0;
  transform: translate(0, -40px);
  transition: all 1s ease-out;
}
.page-number .slide-bottom {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1s ease-out;
}
.page-number .slide-left {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 1s ease-out;
}
.page-number .slide-right {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 1s ease-out;
}

.page-number .l-number {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number {
    width: 100%;
  }
}
.page-number .l-number ul {
  display: flex;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul {
    display: block;
  }
}

/*  ギャラリー
*----------------------------------- */
.page-gallery .list-page__list__title {
  text-align: center;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .list-page__list__title {
    margin-bottom: 6.4vw;
  }
}

.page-gallery .l-gallery .l-list {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list {
    margin-bottom: 12vw;
  }
}
.page-gallery .l-gallery .l-list:last-child {
  margin-bottom: 0;
}
.page-gallery .l-gallery .l-list__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__title {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 6vw;
  }
}
.page-gallery .l-gallery .l-list__container {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 2%;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__container {
    gap: 25px 4%;
  }
}
.page-gallery .l-gallery .l-list__container .p-item {
  width: 32%;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__container .p-item {
    width: 48%;
  }
}
.page-gallery .l-gallery .l-list__container .p-item p {
  text-align: center;
  margin-top: 10px;
}

/*  募集要項
*----------------------------------- */
.page-job .l-job .p-item {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-job .p-item {
    margin-bottom: 15vw;
  }
}
.page-job .l-job .p-item:last-child {
  margin-bottom: 0;
}

/*  policyページ, cookieページ
*----------------------------------- */
.page-policy .l-main,
.page-cookie .l-main {
  padding-bottom: 4%;
}

@media print, screen and (min-width: 761px) {
  .page-policy .list-page__list,
.page-cookie .list-page__list {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-policy .list-page__list__text,
.page-cookie .list-page__list__text {
  margin-bottom: 40px;
  line-height: 1.8;
}

.page-policy .l-policy__container,
.page-cookie .l-cookie__container {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy__container,
.page-cookie .l-cookie__container {
    margin-bottom: 15vw;
  }
}
.page-policy .l-policy__container:last-child,
.page-cookie .l-cookie__container:last-child {
  margin-bottom: 0;
}
.page-policy .l-policy__text,
.page-cookie .l-cookie__text {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy__text,
.page-cookie .l-cookie__text {
    margin-bottom: 10vw;
  }
}
.page-policy .l-policy .l-list__title,
.page-cookie .l-cookie .l-list__title {
  font-size: 22px;
  margin-bottom: 30px;
  background: #F5F5F5;
  font-weight: bold;
  padding: 10px 20px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .l-list__title,
.page-cookie .l-cookie .l-list__title {
    font-size: 4.8vw;
  }
}

.page-policy .l-policy .p-item,
.page-cookie .l-cookie .p-item {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 761px) {
  .page-policy .l-policy .p-item,
.page-cookie .l-cookie .p-item {
    padding: 0 8px;
  }
}
.page-policy .l-policy .p-item__title,
.page-cookie .l-cookie .p-item__title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .p-item__title,
.page-cookie .l-cookie .p-item__title {
    font-size: 4.8vw;
  }
}
.page-policy .l-policy .p-item__text,
.page-cookie .l-cookie .p-item__text {
  margin-bottom: 30px;
  font-weight: 400;
}
.page-policy .l-policy .p-item__text a,
.page-cookie .l-cookie .p-item__text a {
  text-decoration: underline;
}
.page-policy .l-policy .p-item__name,
.page-cookie .l-cookie .p-item__name {
  text-align: right;
}
.page-policy .l-policy .p-item dl,
.page-cookie .l-cookie .p-item dl {
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dl,
.page-cookie .l-cookie .p-item dl {
    width: auto;
    margin: 0 auto 8vw;
  }
}
.page-policy .l-policy .p-item dt,
.page-cookie .l-cookie .p-item dt {
  font-size: 17px;
  margin-bottom: 8px;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dt,
.page-cookie .l-cookie .p-item dt {
    font-size: 4.2vw;
    line-height: 1.5;
  }
}
.page-policy .l-policy .p-item dd,
.page-cookie .l-cookie .p-item dd {
  margin: 0 0 50px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dd,
.page-cookie .l-cookie .p-item dd {
    margin: 0 0 10%;
    font-size: 3.8vw;
  }
}
.page-policy .l-policy .p-item dd.right,
.page-cookie .l-cookie .p-item dd.right {
  text-align: right;
}
.page-policy .l-policy .p-item dd:last-child,
.page-cookie .l-cookie .p-item dd:last-child {
  margin: 0;
}
.page-policy .l-policy .p-item dd a,
.page-cookie .l-cookie .p-item dd a {
  text-decoration: underline;
}
.page-policy .l-policy .p-item dd ul li,
.page-cookie .l-cookie .p-item dd ul li {
  margin-left: 1.5rem;
}
.page-policy .l-policy .p-item dd ul li:first-child,
.page-cookie .l-cookie .p-item dd ul li:first-child {
  margin-top: 1rem;
}
.page-policy .l-policy .p-item dd ul li:last-child,
.page-cookie .l-cookie .p-item dd ul li:last-child {
  margin-bottom: 2rem;
}
.page-policy .l-policy .p-item ul,
.page-cookie .l-cookie .p-item ul {
  list-style: none;
}
.page-policy .l-policy .p-item li,
.page-cookie .l-cookie .p-item li {
  position: relative;
  padding-left: 24px;
}
.page-policy .l-policy .p-item li.dot::before,
.page-cookie .l-cookie .p-item li.dot::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #131313;
  border-radius: 5px;
}
.page-policy .l-policy .p-item__numberlist,
.page-cookie .l-cookie .p-item__numberlist {
  list-style: none;
  /* デフォルトの番号は消す */
  counter-reset: item var(--start, 0);
  /* カスタムプロパティで開始番号を制御 */
}
.page-policy .l-policy .p-item__numberlist li.number,
.page-cookie .l-cookie .p-item__numberlist li.number {
  counter-increment: item;
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 0.5em;
}
.page-policy .l-policy .p-item__numberlist li.number::before,
.page-cookie .l-cookie .p-item__numberlist li.number::before {
  content: "(" counter(item) ") ";
  font-weight: 400;
  position: absolute;
  left: 0;
}

/*  404ページ
*----------------------------------- */
.page-404 .l-404 {
  text-align: center;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 {
    padding: 0 5%;
    margin-bottom: 20%;
  }
}

.page-404 .l-404 .p-item__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 28px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item__title {
    font-size: 5vw;
    margin-bottom: 5%;
  }
}
.page-404 .l-404 .p-item__subtitle {
  font-size: 16px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item__subtitle {
    font-size: 4vw;
    margin-bottom: 10%;
  }
}
.page-404 .l-404 .p-item__text {
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item__text {
    font-size: 4vw;
  }
}
.page-404 .l-404 .p-item__button {
  margin-top: 50px;
}

.page-404 .list-page__main {
  max-width: calc(1200px + 8%);
  padding: 0 4%;
  width: 100%;
}
.page-404 .c-button {
  margin-top: 35px;
  min-width: 241px;
  min-height: 49px;
  line-height: 49px;
  /*  darkボタン  */
  /*  dark-border  */
  /*  prevボタン  */
}
@media print, screen and (max-width: 760px) {
  .page-404 .c-button {
    min-width: 90%;
  }
}
.page-404 .c-button a {
  min-width: 241px;
  min-height: 49px;
  line-height: 49px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .c-button a {
    min-width: 90%;
  }
}
.page-404 .c-button span {
  position: relative;
  padding-right: 18px;
  font-weight: 500;
  font-size: 1.5rem;
}
@media print, screen and (max-width: 760px) {
  .page-404 .c-button span {
    font-size: 4.35vw;
  }
}
.page-404 .c-button span::before {
  position: absolute;
  display: none;
}
.page-404 .c-button span::before::after {
  display: none;
}
.page-404 .c-button.dark {
  background: #FFF500 !important;
}
.page-404 .c-button.dark span::after {
  background: url(../images/cmn/arrow_circle.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  transition: 0.3s;
  content: "";
  background-size: contain;
  display: block;
  background-size: cover;
  transform: none;
  border-style: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .c-button.dark span::after {
    right: -19vw;
  }
}
.page-404 .c-button.dark-border {
  color: #131313;
  border: 1px solid #707070;
}
.page-404 .c-button.dark-border span::after {
  background: url(../images/cmn/arrow_circle.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  transition: 0.3s;
  content: "";
  background-size: contain;
  display: block;
  background-size: cover;
  transform: none;
  border-style: none;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: -37px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .c-button.dark-border span::after {
    right: -13vw;
  }
}
.page-404 .c-button.prev span {
  padding-left: 16px;
  padding-right: 0;
}
.page-404 .c-button.prev span::after {
  background: url(../images/cmn/arrow_circle.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  border: none;
  right: auto;
  left: -37px;
  top: 45%;
  transform: translateY(-50%) rotate(-180deg);
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-404 .c-button.prev span::after {
    left: -13vw;
  }
}

.page-header {
  margin-bottom: 50px;
  background-color: #FF1919;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  min-height: 166px;
  box-sizing: border-box;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .page-header {
    margin-bottom: 8.9743589744dvw;
    min-height: 27.4358974359dvw;
  }
}
.page-header__ttl {
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
}
@media (max-width: 767px) {
  .page-header__ttl {
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.page-header__en {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 5.2rem;
  font-weight: 900;
  font-family: "hanken-grotesk", sans-serif;
  order: -1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .page-header__en {
    font-size: 30px;
    font-size: 7.6923076923dvw;
  }
}

.business-header {
  margin-bottom: 62px;
}
@media (max-width: 767px) {
  .business-header {
    margin: -1.2820512821dvw 0 8.4615384615dvw;
  }
}
.business-header p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .business-header p {
    font-size: 19px;
    font-size: 4.8717948718dvw;
    line-height: 1.5263157895;
  }
}

.business-info {
  max-width: 1200px;
  margin: 0 auto 115px;
  box-sizing: border-box;
  display: grid;
  gap: 62px;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  .business-info {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .business-info {
    gap: 8.2051282051dvw;
    margin: 0 auto 20.7692307692dvw;
    max-width: 87.9487179487dvw;
  }
}
.business-info__item {
  border: 2px solid #FF1919;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .business-info__item {
    align-items: center;
    display: flex;
    gap: 20px;
    min-height: 411px;
  }
  .business-info__item:nth-of-type(even) {
    flex-flow: row-reverse;
  }
}
@media (max-width: 767px) {
  .business-info__item {
    display: grid;
    border: 0.5128205128dvw solid #FF1919;
    padding: 9.7435897436dvw 5.1282051282dvw 0;
  }
}
.business-info__item.business-info-01 {
  position: relative;
}
@media (min-width: 768px) {
  .business-info__item.business-info-01 {
    padding: 0 59px;
  }
}
@media (max-width: 767px) {
  .business-info__item.business-info-01 {
    gap: 0;
  }
}
.business-info__item.business-info-01::before {
  position: absolute;
  top: 0;
  left: 48px;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../business/images/txt_car.svg") center/contain no-repeat;
  content: "";
}
@media (min-width: 768px) {
  .business-info__item.business-info-01::before {
    bottom: 0;
    max-width: min(767px, 64dvw);
  }
}
@media (max-width: 767px) {
  .business-info__item.business-info-01::before {
    top: 13.3333333333dvw;
    left: 0;
    right: 0;
    width: 78.7179487179dvw;
    height: 30.2564102564dvw;
  }
}
@media (min-width: 768px) {
  .business-info__item.business-info-02 {
    justify-content: space-between;
    padding: 0 59px 0 23px;
  }
}
@media (max-width: 767px) {
  .business-info__item.business-info-02 {
    gap: 7.6923076923dvw;
  }
}
@media (min-width: 768px) {
  .business-info__item.business-info-03 {
    justify-content: space-between;
    padding: 0 39px 0 59px;
  }
}
@media (max-width: 767px) {
  .business-info__item.business-info-03 {
    gap: 6.4102564103dvw;
  }
}
@media (min-width: 768px) {
  .business-info__txt {
    padding: 20px 0;
    flex: 1;
  }
  .business-info-01 .business-info__txt {
    margin-right: auto;
    margin-left: 37px;
    max-width: 468px;
  }
  .business-info-02 .business-info__txt {
    max-width: 270px;
  }
  .business-info-03 .business-info__txt {
    max-width: 407px;
  }
}
.business-info__txt p {
  line-height: 2;
}
.business-info-01 .business-info__txt p {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.1176470588;
}
@media (max-width: 767px) {
  .business-info-01 .business-info__txt p {
    font-weight: 400;
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.8666666667;
  }
}
.business-info__ttl {
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5357142857;
  text-align: left;
}
@media (max-width: 767px) {
  .business-info__ttl {
    margin-bottom: 4.8717948718dvw;
    text-align: center;
    font-size: 26px;
    font-size: 6.6666666667dvw;
    line-height: 1.4615384615;
  }
}
.business-info__ttl b {
  font-weight: bold;
}
@media (min-width: 768px) {
  .business-info__ttl b {
    font-size: 3.3rem;
    line-height: 1.5454545455;
  }
}
@media (min-width: 768px) {
  .business-info__img {
    flex: 1;
    align-self: flex-end;
  }
}
.business-info-01 .business-info__img {
  max-width: 474px;
}
@media (min-width: 768px) {
  .business-info-01 .business-info__img {
    align-self: center;
    margin: -30px 0 -34px;
  }
}
@media (max-width: 767px) {
  .business-info-01 .business-info__img {
    margin: 0 auto 4.358974359dvw;
    max-width: 273px;
  }
}
@media (min-width: 768px) {
  .business-info-02 .business-info__img {
    max-width: 785px;
    margin-top: -51px;
  }
}
@media (min-width: 768px) {
  .business-info-03 .business-info__img {
    max-width: 668px;
    margin-top: -41px;
  }
}
@media (max-width: 767px) {
  .business-info-03 .business-info__img {
    margin: -20px -28px 0 0;
  }
}

.four-service {
  margin-bottom: 98px;
  padding: 92px 0 127px;
  background-color: #faf2f2;
}
@media (max-width: 767px) {
  .four-service {
    margin-bottom: 20.5128205128dvw;
    padding: 12.0512820513dvw 0 26.6666666667dvw;
  }
}
.four-service__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 22px;
  font-size: 3.3rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .four-service__ttl {
    margin: 0 auto 3.5897435897dvw;
    flex-flow: wrap;
  }
}
@media (max-width: 767px) {
  .four-service__ttl span {
    font-size: 26px;
    font-size: 6.6666666667dvw;
  }
  .four-service__ttl span:nth-of-type(1) {
    width: 100%;
    text-align: center;
    font-size: 23px;
    font-size: 5.8974358974dvw;
  }
}
.four-service__ttl img {
  width: 37px;
  margin: -20px 8px 0 7px;
}
@media (max-width: 767px) {
  .four-service__ttl img {
    margin: -1.0256410256dvw 0 0;
    width: 4.358974359dvw;
  }
}
.four-service__en {
  display: block;
  margin: 0 auto 63px;
  width: fit-content;
  font-size: 1.7rem;
  font-weight: 900;
  color: #FF1919;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .four-service__en {
    margin: 0 auto 10.2564102564dvw;
    font-size: 14px;
    font-size: 3.5897435897dvw;
  }
}

.four-service-list {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 56px;
}
@media (max-width: 767px) {
  .four-service-list {
    gap: 12.0512820513dvw;
    max-width: 87.9487179487dvw;
  }
}
.four-service-list__item {
  background-color: #fff;
}
@media (min-width: 768px) {
  .four-service-list__item {
    display: flex;
  }
  .four-service-list__item:nth-of-type(even) {
    flex-flow: row-reverse;
  }
}
@media (min-width: 768px) {
  .four-service-list__img {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .four-service-list__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.four-service-list__txt {
  box-sizing: border-box;
  padding: 20px;
}
@media (min-width: 768px) {
  .four-service-list__txt {
    width: 50%;
    display: grid;
    place-content: center;
  }
}
@media (max-width: 767px) {
  .four-service-list__txt {
    padding: 8.2051282051dvw 7.4358974359dvw 6.6666666667dvw;
  }
}
.four-service-list__txt img {
  margin: 0 auto 24px;
  width: auto;
  max-width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .four-service-list__txt img {
    height: auto;
    margin: 0 auto 8.2051282051dvw;
  }
  .four-service-list__item:nth-of-type(1) .four-service-list__txt img {
    width: 52.3076923077dvw;
  }
  .four-service-list__item:nth-of-type(2) .four-service-list__txt img {
    width: 70.5128205128dvw;
  }
  .four-service-list__item:nth-of-type(3) .four-service-list__txt img {
    width: 58.4615384615dvw;
  }
  .four-service-list__item:nth-of-type(4) .four-service-list__txt img {
    width: 58.2051282051dvw;
  }
}
.four-service-list__txt p {
  line-height: 2;
}
@media (min-width: 768px) {
  .four-service-list__txt p {
    max-width: 430px;
  }
  .four-service-list__item:nth-of-type(even) .four-service-list__txt p {
    max-width: 447px;
  }
}

.generalist-intro {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .generalist-intro {
    padding: 0 20px;
    box-sizing: content-box;
  }
}
@media (max-width: 767px) {
  .generalist-intro {
    margin: 0 5.1282051282dvw;
  }
}
.generalist-intro__ttl {
  text-align: center;
  font-size: 4.2rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .generalist-intro__ttl {
    padding-bottom: 6.4102564103dvw;
    margin-bottom: 6.6666666667dvw;
    font-size: 33px;
    font-size: 8.4615384615dvw;
  }
}
.generalist-intro__ttl::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  content: "";
  height: 3px;
  width: 58px;
  background-color: #FF1919;
}
@media (max-width: 767px) {
  .generalist-intro__ttl::before {
    height: 0.7692307692dvw;
    width: 14.8717948718dvw;
  }
}
.generalist-intro__txt {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .generalist-intro__txt {
    margin-bottom: 8.2051282051dvw;
  }
}
.generalist-intro__txt p {
  line-height: 2;
}
@media (min-width: 768px) {
  .generalist-intro__txt p {
    text-align: center;
  }
}
.generalist-intro__img {
  border: 12px solid #FF1919;
}
@media (max-width: 767px) {
  .generalist-intro__img {
    border: 1.5384615385dvw solid #FF1919;
  }
}

.generalist-recommend {
  margin: -296px 0 131px;
  background-color: #faf2f2;
  padding: 409px 20px 155px;
}
@media (max-width: 767px) {
  .generalist-recommend {
    margin: -32.3076923077dvw 0 81px;
    padding: 49.2307692308dvw 6.1538461538dvw 18.7179487179dvw;
  }
}
.generalist-recommend__ttl {
  margin-bottom: 80px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 1;
}
@media (max-width: 767px) {
  .generalist-recommend__ttl {
    margin-bottom: 8.7179487179dvw;
    font-size: 18px;
    font-size: 4.6153846154dvw;
  }
}
.generalist-recommend__ttl::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../generalist/images/txt_recommend.svg") center/contain no-repeat;
  display: block;
  width: 728px;
  height: 81px;
  margin: auto;
  content: "";
}
@media (max-width: 767px) {
  .generalist-recommend__ttl::before {
    width: 79.7435897436dvw;
    height: 8.9743589744dvw;
  }
}
.generalist-recommend__ttl span {
  color: #FF1919;
}

.generalist-recommend-box {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px 0 62px;
  background-color: #fff;
  border: 3px solid #FF1919;
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .generalist-recommend-box {
    grid-template-columns: auto 368px;
  }
}
@media (max-width: 767px) {
  .generalist-recommend-box {
    gap: 5.641025641dvw;
    padding: 5.3846153846dvw 5.3846153846dvw 0;
    border: 0.5128205128dvw solid #FF1919;
  }
}
.generalist-recommend-box__img {
  margin: -42px 0 -1px;
}
@media (min-width: 768px) {
  .generalist-recommend-box__img {
    align-self: flex-end;
  }
}
@media (max-width: 767px) {
  .generalist-recommend-box__img {
    width: 54.8717948718dvw;
    margin: 0 auto -0.1vw;
  }
}

@media (min-width: 768px) {
  .generalist-recommend-list {
    padding: 44px 0;
  }
}
.generalist-recommend-list li {
  font-size: 2.1rem;
  font-weight: bold;
  position: relative;
  border-bottom: 1px dashed #c1c1c1;
  padding-bottom: 0.36em;
  margin-bottom: 0.67em;
  text-align: left;
}
@media (min-width: 768px) {
  .generalist-recommend-list li {
    margin-left: 33px;
  }
}
@media (max-width: 767px) {
  .generalist-recommend-list li {
    padding: 0 5.1282051282dvw 0.6em 7.9487179487dvw;
    margin-bottom: 0.85em;
    font-size: 16px;
    font-size: 4.1025641026dvw;
    line-height: 1.375;
  }
}
.generalist-recommend-list li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .generalist-recommend-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.generalist-recommend-list li::before {
  position: absolute;
  top: 4px;
  left: -33px;
  display: block;
  width: 21px;
  height: 21px;
  background: url("../generalist/images/icon_check.svg") center/contain no-repeat;
  content: "";
}
@media (max-width: 767px) {
  .generalist-recommend-list li::before {
    top: 0.5128205128dvw;
    left: 0;
    width: 5.3846153846dvw;
    height: 5.3846153846dvw;
  }
}

.generalist-challenging {
  margin-bottom: 146px;
}
@media (max-width: 767px) {
  .generalist-challenging {
    margin-bottom: 17.9487179487dvw;
  }
}
.generalist-challenging__ttl {
  margin-bottom: 74px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 1;
}
@media (max-width: 767px) {
  .generalist-challenging__ttl {
    margin-bottom: 9.2307692308dvw;
    font-size: 18px;
    font-size: 4.6153846154dvw;
  }
}
.generalist-challenging__ttl::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../generalist/images/txt_challenging.svg") center/contain no-repeat;
  display: block;
  width: 795px;
  height: 81px;
  margin: auto;
  content: "";
}
@media (max-width: 767px) {
  .generalist-challenging__ttl::before {
    width: 87.1794871795dvw;
    height: 8.9743589744dvw;
  }
}
.generalist-challenging__ttl span {
  color: #FF1919;
}

.generalist-challenging-list ul {
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
}
@media (min-width: 768px) {
  .generalist-challenging-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .generalist-challenging-list ul {
    max-width: 87.9487179487dvw;
  }
}
.generalist-challenging-list li {
  min-height: 194px;
  display: grid;
  place-content: center;
  background-color: #fffff0;
  box-sizing: border-box;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.52;
  border-right: 2px solid #FF1919;
  border-bottom: 2px solid #FF1919;
}
@media (min-width: 768px) {
  .generalist-challenging-list li {
    border-top: 2px solid #FF1919;
  }
}
@media (max-width: 767px) {
  .generalist-challenging-list li {
    min-height: 27.4358974359dvw;
    font-size: 18px;
    font-size: 4.6153846154dvw;
    line-height: 1.5;
    border-left: 0.5128205128dvw solid #FF1919;
    border-right: 0.5128205128dvw solid #FF1919;
    border-bottom: 0.5128205128dvw solid #FF1919;
  }
}
@media (min-width: 768px) {
  .generalist-challenging-list li:first-child {
    border-left: 2px solid #FF1919;
  }
}
@media (max-width: 767px) {
  .generalist-challenging-list li:first-child {
    border-top: 0.5128205128dvw solid #FF1919;
  }
}

.generalist-schedule {
  margin-bottom: 167px;
}
@media (max-width: 767px) {
  .generalist-schedule {
    margin-bottom: 21.7948717949dvw;
  }
}
.generalist-schedule__ttl {
  margin-bottom: 73px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 1;
}
@media (max-width: 767px) {
  .generalist-schedule__ttl {
    margin-bottom: 8.2051282051dvw;
    font-size: 18px;
    font-size: 4.6153846154dvw;
  }
}
.generalist-schedule__ttl::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../generalist/images/txt_schedule.svg") center/contain no-repeat;
  display: block;
  width: 578px;
  height: 81px;
  margin: auto;
  content: "";
}
@media (max-width: 767px) {
  .generalist-schedule__ttl::before {
    width: 63.3333333333dvw;
    height: 8.9743589744dvw;
  }
}
.generalist-schedule__ttl span {
  color: #FF1919;
}
.generalist-schedule__box {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 68px 89px 71px 83px;
  border: 2px solid #FF1919;
  display: grid;
  gap: 46px;
}
@media (min-width: 768px) {
  .generalist-schedule__box {
    grid-template-columns: auto 42.67%;
  }
}
@media (max-width: 767px) {
  .generalist-schedule__box {
    gap: 8.2051282051dvw;
    padding: 5.641025641dvw 5.1282051282dvw;
    max-width: 87.9487179487dvw;
  }
}

.generalist-schedule-list ul {
  display: grid;
  gap: 3px;
  position: relative;
}
@media (max-width: 767px) {
  .generalist-schedule-list ul {
    gap: 1.0256410256dvw;
  }
}
.generalist-schedule-list ul::before {
  position: absolute;
  top: -6px;
  left: 21px;
  display: block;
  width: 2px;
  height: calc(100% + 6px + 9px);
  background-color: #707070;
  content: "";
  z-index: 1;
}
@media (max-width: 767px) {
  .generalist-schedule-list ul::before {
    top: -1.5384615385dvw;
    left: 5.3846153846dvw;
    width: 0.5128205128dvw;
    height: calc(100% + 1.5384615385dvw + 2.3076923077dvw);
  }
}
.generalist-schedule-list li {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 34px;
  align-items: center;
  background-color: #fbf2f2;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0.4em 10px 0.4em 36px;
  position: relative;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .generalist-schedule-list li {
    padding: 0.52em 2.5641025641dvw 0.52em 10dvw;
    gap: 4.358974359dvw;
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.generalist-schedule-list li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FF1919;
  content: "";
  z-index: 2;
}
@media (max-width: 767px) {
  .generalist-schedule-list li::before {
    left: 4.1025641026dvw;
    width: 3.0769230769dvw;
    height: 3.0769230769dvw;
  }
}
.generalist-schedule-list li:nth-of-type(1), .generalist-schedule-list li:nth-of-type(4), .generalist-schedule-list li:nth-last-of-type(1) {
  background-color: #ededed;
}
.generalist-schedule-list li time {
  width: 2.5em;
  display: block;
  text-align: right;
}
.generalist-schedule-list li p {
  text-align: left;
}

.generalist-schedule-img {
  display: grid;
  gap: 11px;
}
@media (max-width: 767px) {
  .generalist-schedule-img {
    gap: 2.0512820513dvw;
  }
}

@media (min-width: 768px) {
  .page-maintenance .generalist-recommend-box {
    grid-template-columns: auto 459px;
  }
}
@media (max-width: 767px) {
  .page-maintenance .generalist-recommend-box__img {
    width: 75vw;
  }
}

@media (min-width: 768px) {
  .page-officework .generalist-recommend-box {
    gap: 0px;
    grid-template-columns: auto 539px;
  }
}
@media (max-width: 767px) {
  .page-officework .generalist-recommend-box__img {
    width: 75vw;
  }
}

.philosophy-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 33px;
  padding-bottom: 37px;
}
@media (max-width: 767px) {
  .philosophy-ttl {
    margin-bottom: 8.4615384615dvw;
    padding-bottom: 6.6666666667dvw;
    font-size: 18px;
    font-size: 4.6153846154dvw;
  }
}
.philosophy-ttl::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 2px;
  background-color: #FF1919;
  display: block;
  margin: auto;
  content: "";
}
@media (max-width: 767px) {
  .philosophy-ttl::before {
    width: 14.8717948718dvw;
    height: 0.5128205128dvw;
  }
}
.philosophy-ttl span {
  margin-bottom: 10px;
  font-size: 11rem;
  font-weight: 900;
  font-family: "hanken-grotesk", sans-serif;
  letter-spacing: 0.05em;
  display: block;
  line-height: 1;
  color: #FF1919;
}
@media (max-width: 767px) {
  .philosophy-ttl span {
    margin-bottom: 2.5641025641dvw;
    font-size: 51px;
    font-size: 13.0769230769dvw;
  }
}
.vision .philosophy-ttl {
  padding: 0;
}
.vision .philosophy-ttl::before {
  display: none;
}
@media (max-width: 767px) {
  .vision .philosophy-ttl span {
    font-size: 46px;
    font-size: 11.7948717949dvw;
  }
}

.philosophy-subttl {
  margin-bottom: 13px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6363636364;
}
@media (min-width: 768px) {
  .philosophy-subttl {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .philosophy-subttl {
    margin-bottom: 4.358974359dvw;
    font-size: 22px;
    font-size: 5.641025641dvw;
  }
}

.philosophy-intro {
  margin: 94px auto 120px;
}
@media (max-width: 767px) {
  .philosophy-intro {
    margin: 15.8974358974dvw 5.1282051282dvw 21.5384615385dvw;
  }
}
.philosophy-intro__txt {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .philosophy-intro__txt {
    margin-bottom: 9.7435897436dvw;
  }
}
.philosophy-intro__txt p {
  line-height: 2.2;
}
@media (min-width: 768px) {
  .philosophy-intro__txt p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .philosophy-intro__txt p {
    line-height: 2;
  }
}
.philosophy-intro__img {
  max-width: 1363px;
  margin: 0 auto;
}

.mission {
  margin: 0 auto 150px;
}
@media (max-width: 767px) {
  .mission {
    margin: 0 5.1282051282dvw 29.4871794872dvw;
  }
}
.mission__txt p {
  line-height: 2.2;
}
@media (min-width: 768px) {
  .mission__txt p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .mission__txt p {
    line-height: 2;
  }
}

.vision__wrap {
  background-color: #faf2f2;
}

.vision-bubble {
  font-size: 2.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 3px solid #FF1919;
  background-color: #fff;
  width: fit-content;
  min-height: 57px;
  margin: 0 auto 14px;
  position: relative;
  padding: 0.2em 1.05em;
}
@media (max-width: 767px) {
  .vision-bubble {
    font-size: 20px;
    font-size: 5.1282051282dvw;
    border: 0.7692307692dvw solid #FF1919;
    min-height: 13.5897435897dvw;
  }
}
.vision-bubble::before {
  position: absolute;
  right: 0;
  bottom: -17px;
  left: 0;
  width: 16px;
  height: 14px;
  background-color: #FF1919;
  display: block;
  margin: auto;
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (max-width: 767px) {
  .vision-bubble::before {
    bottom: -4.358974359dvw;
    width: 4.1025641026dvw;
    height: 3.5897435897dvw;
  }
}
.vision-bubble span {
  color: #FF1919;
}
.vision-bubble--vision {
  bottom: 30px;
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  .vision-bubble--vision {
    bottom: 7.6923076923dvw;
    margin-bottom: 4.1025641026dvw;
  }
}

.vision-graph {
  max-width: 1200px;
  margin: 51px auto 69px;
  padding: 51px 20px 63px;
  box-sizing: border-box;
  border: 2px solid #FF1919;
  background-color: #fff;
}
@media (max-width: 767px) {
  .vision-graph {
    margin: 8.4615384615dvw 0 14.358974359dvw;
    padding: 8.7179487179dvw 0 12.5641025641dvw;
    border-right: none;
    border-left: none;
  }
}
.vision-graph__ttl {
  margin-bottom: 25px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .vision-graph__ttl {
    margin-bottom: 8.9743589744dvw;
    font-size: 24px;
    font-size: 6.1538461538dvw;
  }
}
.vision-graph__ttl span {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  font-family: "hanken-grotesk", sans-serif;
  color: #FF1919;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .vision-graph__ttl span {
    margin-top: 2.8205128205dvw;
  }
}
@media (min-width: 768px) {
  .vision-graph__img {
    max-width: 945px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .vision-graph__img::before {
    display: block;
    content: "※画像を横にスライドすると全てご覧になれます →";
    font-size: 13px;
    font-size: 3.3333333333dvw;
    line-height: 1;
    margin-left: 6.6666666667dvw;
    margin-bottom: 5.641025641dvw;
  }
  .vision-graph__img picture {
    display: block;
    overflow-x: auto;
    padding: 0 6.6666666667dvw;
  }
  .vision-graph__img img {
    width: 161.0256410256dvw;
    height: 86.9230769231dvw;
  }
}
.vision-graph__img img {
  height: auto;
}

.vision-list {
  margin-bottom: 109px;
}
@media (max-width: 767px) {
  .vision-list {
    margin: 0 5.1282051282dvw 13.3333333333dvw;
  }
}
.vision-list ol {
  max-width: 1065px;
  margin: 0 auto;
  display: grid;
  gap: 32px;
}
@media (max-width: 767px) {
  .vision-list ol {
    gap: 8.9743589744dvw;
  }
}
.vision-list li {
  background-color: #fff;
  min-height: 65px;
  box-sizing: border-box;
  padding: 0.2em 25px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7333333333;
  counter-increment: vision-list;
  position: relative;
}
@media (min-width: 768px) {
  .vision-list li {
    display: flex;
    gap: 0 17px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .vision-list li {
    min-height: 31.0256410256dvw;
    padding: 0.8em 6.4102564103dvw;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.vision-list li::before {
  content: counter(vision-list);
  font-size: 3.3rem;
  font-weight: 900;
  color: #FF1919;
  line-height: 1;
  font-family: "hanken-grotesk", sans-serif;
  display: block;
}
@media (max-width: 767px) {
  .vision-list li::before {
    margin-bottom: 1.0256410256dvw;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .vision-list li:not(:first-child) {
    min-height: 37.6923076923dvw;
  }
}
.vision-list li:not(:first-child)::after {
  position: absolute;
  right: 0;
  top: -17px;
  left: 0;
  width: 24px;
  height: 10px;
  background-color: #FF1919;
  display: block;
  margin: auto;
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (max-width: 767px) {
  .vision-list li:not(:first-child)::after {
    top: -6.1538461538dvw;
    width: 6.1538461538dvw;
    height: 2.5641025641dvw;
  }
}

.hd-graph {
  max-width: 1200px;
  margin: -147px auto 274px;
  box-sizing: border-box;
  border: 2px solid #FF1919;
  padding: 51px 20px 0 45px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .hd-graph {
    position: relative;
    bottom: -147px;
  }
}
@media (max-width: 767px) {
  .hd-graph {
    border-left: none;
    border-right: none;
    margin: 0 auto 15.8974358974dvw;
    padding: 6.6666666667dvw 0 10.2564102564dvw;
  }
}
.hd-graph__img img {
  height: auto;
}
@media (min-width: 768px) {
  .hd-graph__img {
    max-width: 1045px;
    margin-bottom: -27px;
  }
}
@media (max-width: 767px) {
  .hd-graph__img::before {
    display: block;
    content: "※画像を横にスライドすると全てご覧になれます →";
    font-size: 13px;
    font-size: 3.3333333333dvw;
    line-height: 1;
    margin-left: 6.6666666667dvw;
    margin-bottom: 8.9743589744dvw;
  }
  .hd-graph__img picture {
    display: block;
    overflow-x: auto;
    padding: 0 6.6666666667dvw;
  }
  .hd-graph__img img {
    width: 200.7692307692dvw;
    height: 95.641025641dvw;
  }
}

.hd-list {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .hd-list {
    margin-bottom: 6.1538461538dvw;
  }
}
.hd-list ul {
  margin: 37px auto 38px;
  display: grid;
  gap: 15px;
}
@media (min-width: 768px) {
  .hd-list ul {
    max-width: 790px;
  }
}
@media (max-width: 767px) {
  .hd-list ul {
    gap: 4.1025641026dvw;
    margin: 6.6666666667dvw auto 3.8461538462dvw;
    max-width: 88.2051282051dvw;
  }
}
.hd-list li {
  background-color: #fbf2f2;
  display: flex;
  gap: 10px;
  min-height: 84px;
  box-sizing: border-box;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4444444444;
}
@media (min-width: 768px) {
  .hd-list li {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .hd-list li {
    padding: 4.358974359dvw 4.6153846154dvw;
    min-height: 21.5384615385dvw;
    font-size: 18px;
    font-size: 4.6153846154dvw;
  }
}
.hd-list li::before {
  display: block;
  width: 21px;
  height: 21px;
  background: url("../philosophy/images/icon_check.svg") center/contain no-repeat;
  content: "";
}
@media (max-width: 767px) {
  .hd-list li::before {
    width: 5.3846153846dvw;
    height: 5.3846153846dvw;
    flex: none;
  }
}
.hd-list > p {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4444444444;
}
@media (max-width: 767px) {
  .hd-list > p {
    font-size: 18px;
    font-size: 4.6153846154dvw;
  }
}

.philosophy-message {
  margin-bottom: 140px;
  display: block;
  text-align: center;
  line-height: 1;
  color: #FF1919;
  font-size: 5.8rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .philosophy-message {
    margin-bottom: 26.1538461538dvw;
    font-size: 28px;
    font-size: 7.1794871795dvw;
  }
}

/*  共通パーツ
*----------------------------------- */
.p-page-lead {
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .p-page-lead {
    font-size: 2.8rem;
    line-height: 1.7142857143;
    padding-top: 18px;
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .p-page-lead {
    font-size: 4.6153846154dvw;
    line-height: 1.7222222222;
  }
}

@media (min-width: 768px) {
  .page-what .list-page__main,
.page-growth .list-page__main {
    max-width: calc(1200px + 4%);
    width: 100%;
    padding: 0 2%;
  }
}

/*  成長環境
*----------------------------------- */
@media (min-width: 768px) {
  .page-growth .l-main {
    padding-bottom: 37px;
  }
}
@media (max-width: 767px) {
  .page-growth .l-main {
    padding-bottom: 5.1282051282dvw;
  }
}
.page-growth .l-growth {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-growth .l-growth {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-growth .l-growth__container {
    margin-top: 81px;
  }
}
@media (max-width: 767px) {
  .page-growth .l-growth__container {
    margin-top: 10.2564102564dvw;
  }
}
.page-growth .l-growth .p-item {
  position: relative;
  border-top: 2px solid #FF1919;
}
@media (min-width: 768px) {
  .page-growth .l-growth .p-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 4.5%;
    padding-top: 80px;
    margin-bottom: 77px;
  }
}
@media (max-width: 767px) {
  .page-growth .l-growth .p-item {
    padding-top: 11.0256410256dvw;
    margin-bottom: 13.0769230769dvw;
  }
}
.page-growth .l-growth .p-item__image {
  width: 50%;
}
@media (max-width: 767px) {
  .page-growth .l-growth .p-item__image {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-growth .l-growth .p-item__info {
    width: 45.5%;
    margin-top: 9px;
  }
}
@media (max-width: 767px) {
  .page-growth .l-growth .p-item__info {
    width: 100%;
  }
}
.page-growth .l-growth .p-item__en {
  color: #FF1919;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: left;
}
@media (min-width: 768px) {
  .page-growth .l-growth .p-item__en {
    font-size: 2.1rem;
    margin-bottom: 16px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-growth .l-growth .p-item__en {
    font-size: 3.8461538462dvw;
    text-align: center;
    margin-bottom: 2.3076923077dvw;
  }
}
.page-growth .l-growth .p-item__title {
  font-weight: 700;
  font-weight: 700;
  text-align: left;
}
@media (min-width: 768px) {
  .page-growth .l-growth .p-item__title {
    font-size: 3.6rem;
    margin-bottom: 23px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-growth .l-growth .p-item__title {
    text-align: center;
    font-size: 6.6666666667dvw;
    margin-bottom: 5.1282051282dvw;
    line-height: 1.4;
  }
}
.page-growth .l-growth .p-item__text {
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
@media (min-width: 768px) {
  .page-growth .l-growth .p-item__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .page-growth .l-growth .p-item__text {
    font-size: 3.8461538462dvw;
    margin-bottom: 7.1794871795dvw;
  }
}
@media (min-width: 768px) {
  .page-growth .l-growth .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .page-growth .l-growth .p-item.benefits {
    margin-top: 84px;
    display: block;
    padding-top: 89px;
  }
}
.page-growth .l-growth .p-item.benefits .p-item__head {
  text-align: center;
}
.page-growth .l-growth .p-item.benefits .p-item__head .p-item__text {
  text-align: center;
}
@media (min-width: 768px) {
  .page-growth .l-growth .p-item.benefits .p-item__list {
    display: flex;
    gap: 2.3%;
    margin-top: 44px;
  }
}
@media (min-width: 768px) {
  .page-growth .l-growth .p-item.benefits .p-item__list__item {
    width: 31.8%;
  }
}
.page-growth .l-growth .p-item.benefits .p-item__list__tilte {
  font-weight: 700;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .page-growth .l-growth .p-item.benefits .p-item__list__tilte {
    font-size: 2rem;
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .page-growth .l-growth .p-item.benefits .p-item__list__tilte {
    font-size: 5.1282051282dvw;
    margin-bottom: 3.3333333333dvw;
  }
}
.page-growth .l-growth .p-item.benefits .p-item__image {
  width: 100%;
}
@media (min-width: 768px) {
  .page-growth .l-growth .p-item.benefits .p-item__image {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .page-growth .l-growth .p-item.benefits .p-item__image {
    margin-bottom: 6.1538461538dvw;
  }
}

/*  3分でわかるダイキュー
*----------------------------------- */
@media (min-width: 768px) {
  .page-what .l-main {
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .page-what .l-main {
    padding-bottom: 5.1282051282dvw;
  }
}
@media (max-width: 767px) {
  .page-what .list-page__main {
    margin: 0 0;
    width: 100%;
  }
}
.page-what .l-what {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-what .l-what {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-what .l-what__container {
    margin-top: 105px;
  }
}
@media (max-width: 767px) {
  .page-what .l-what__container {
    margin-top: 12.8205128205dvw;
  }
}
.page-what .l-what .p-item {
  position: relative;
  border: 3px solid #FF1919;
}
@media (min-width: 768px) {
  .page-what .l-what .p-item {
    padding: 56px 67px 48px;
    margin-bottom: 57px;
  }
}
@media (max-width: 767px) {
  .page-what .l-what .p-item {
    padding: 12.8205128205dvw 5.1282051282dvw 18.9743589744dvw;
    margin-bottom: 13.0769230769dvw;
    border-left: none;
    border-right: none;
  }
}
.page-what .l-what .p-item__num {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #FF1919;
  color: #FFF;
  font-weight: 800;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #FFF;
  font-family: "hanken-grotesk", sans-serif;
}
@media (min-width: 768px) {
  .page-what .l-what .p-item__num {
    font-size: 3.9rem;
    width: 77px;
    height: 77px;
    top: -42px;
    padding-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .page-what .l-what .p-item__num {
    font-size: 7.9487179487dvw;
    width: 14.6153846154dvw;
    height: 14.6153846154dvw;
    top: -7.9487179487dvw;
    padding-bottom: 4px;
  }
}
.page-what .l-what .p-item__title {
  font-weight: 700;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .page-what .l-what .p-item__title {
    font-size: 4rem;
    margin-bottom: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .page-what .l-what .p-item__title {
    font-size: 7.4358974359dvw;
    margin-bottom: 5.1282051282dvw;
    line-height: 1.3448275862;
  }
}
.page-what .l-what .p-item__title strong {
  color: #FF1919;
}
.page-what .l-what .p-item__title__img {
  display: block;
}
@media (min-width: 768px) {
  .page-what .l-what .p-item__title__img {
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .page-what .l-what .p-item__title__img {
    width: 58.9743589744dvw;
    margin: 0 auto 4.358974359dvw;
  }
}
.page-what .l-what .p-item__text {
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
@media (min-width: 768px) {
  .page-what .l-what .p-item__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .page-what .l-what .p-item__text {
    font-size: 3.8461538462dvw;
  }
}
.page-what .l-what .p-item__image {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .page-what .l-what .p-item__image {
    margin: 34px 0 16px;
  }
}
@media (max-width: 767px) {
  .page-what .l-what .p-item__image {
    margin: 8.2051282051dvw 0 0;
  }
}
@media (min-width: 768px) {
  .page-what .l-what .p-item__image__col {
    display: flex;
    gap: 14px;
    margin: 7px 0 12px;
  }
}
@media (max-width: 767px) {
  .page-what .l-what .p-item__image__col {
    margin: 8.2051282051dvw 0 0;
  }
}
@media (max-width: 767px) {
  .page-what .l-what .p-item__image__col .p-item__image {
    margin: 2.5641025641dvw 0 0;
  }
}
@media (min-width: 768px) {
  .page-what .l-what .p-item .sp-image-scroll {
    margin-top: 39px;
  }
}
@media (max-width: 767px) {
  .page-what .l-what .p-item .sp-image-scroll {
    margin-top: 2.5641025641dvw;
    margin-right: -5.1282051282dvw;
    width: calc(100% + 5.1282051282dvw);
    overflow-x: scroll;
  }
  .page-what .l-what .p-item .sp-image-scroll img {
    display: block;
    width: 145.8974358974dvw;
  }
}
@media (max-width: 767px) {
  .page-what .l-what .p-item .sp-image-scroll + .sp-image-scroll__text {
    margin-top: 6.9230769231dvw;
  }
}
@media (min-width: 768px) {
  .page-what .l-what .p-item .sp-image-scroll + .sp-image-scroll__text + .sp-image-scroll {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .page-what .l-what .p-item .sp-image-scroll__text {
    font-weight: 400;
    font-size: 3.3333333333dvw;
    line-height: 1;
  }
}
.page-what .l-what .p-item__after {
  text-align: center;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media (min-width: 768px) {
  .page-what .l-what .p-item__after {
    font-size: 2.1rem;
    padding-bottom: 53px;
    margin-bottom: 74px;
  }
}
@media (max-width: 767px) {
  .page-what .l-what .p-item__after {
    font-size: 5.3846153846dvw;
    padding-bottom: 13.8461538462dvw;
    margin-bottom: 16.9230769231dvw;
  }
}
.page-what .l-what .p-item__after:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 26px solid #8B8B8B;
  border-left: 46px solid transparent;
  border-right: 46px solid transparent;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.page-what .l-what .p-item__btn {
  background: #FF1919;
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .page-what .l-what .p-item__btn {
    min-height: 103px;
    min-width: 504px;
    gap: 8px;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .page-what .l-what .p-item__btn {
    min-height: 22.8205128205dvw;
    min-width: 89.2307692308dvw;
    gap: 2.0512820513dvw;
    padding-top: 1.2820512821dvw;
  }
}
.page-what .l-what .p-item__btn:after {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/cmn/arrow_circle_revers.svg);
  position: absolute;
}
@media (min-width: 768px) {
  .page-what .l-what .p-item__btn:after {
    height: 24px;
    width: 24px;
    right: 25px;
  }
}
@media (max-width: 767px) {
  .page-what .l-what .p-item__btn:after {
    height: 6.1538461538dvw;
    width: 6.1538461538dvw;
    right: 4.6153846154dvw;
  }
}
.page-what .l-what .p-item__btn span {
  width: 100%;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .page-what .l-what .p-item__btn span {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .page-what .l-what .p-item__btn span {
    font-size: 4.6153846154dvw;
  }
}
.page-what .l-what .p-item__btn span.en {
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .page-what .l-what .p-item__btn span.en {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .page-what .l-what .p-item__btn span.en {
    font-size: 2.5641025641dvw;
  }
}
.page-what .l-what .p-item__btn__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .page-what .l-what .p-item__btn__wrap {
    margin-top: 22px;
    gap: 22px;
  }
}
@media (max-width: 767px) {
  .page-what .l-what .p-item__btn__wrap {
    margin-top: 14.1025641026dvw;
    font-size: 3.8461538462dvw;
    gap: 6.1538461538dvw;
  }
}
@media (max-width: 767px) {
  .page-what .l-what .p-item.item01 {
    padding-top: 10.5128205128dvw;
    padding-bottom: 17.1794871795dvw;
  }
}
@media (max-width: 767px) {
  .page-what .l-what .p-item.item01 .p-item__title {
    font-size: 5.641025641dvw;
    line-height: 1.5;
    margin-bottom: 2.5641025641dvw;
  }
}
@media (max-width: 767px) {
  .page-what .l-what .p-item.item01 .p-item__text {
    margin-bottom: 10.5128205128dvw;
  }
}
@media (min-width: 768px) {
  .page-what .l-what .p-item.item04 .p-item__btn__wrap {
    margin-top: 48px;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=page.css.map */
