@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: din-2014, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

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

.yakuhan {
  font-family: "YakuHanJP", "source-han-sans-japanese", sans-serif;
}

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

中面 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 #C4181E;
}
.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: din-2014, 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 #C4181E;
}
@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 #C4181E;
  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: #00529F;
}
@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: din-2014, 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 #00529F;
}
@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: #00529F;
}
@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 #00529F;
  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: din-2014, 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: #00529F;
}
@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: #00529F;
}
.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: #00529F;
}
@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: #00529F;
}
.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: #C4181E;
}
@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: #00529F;
}
.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-growth .l-growth {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth {
    width: 100%;
  }
}
.page-growth .l-growth__title {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 23px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth__title {
    font-size: 6vw;
  }
}
.page-growth .l-growth__title.en {
  font-size: 60px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth__title.en {
    font-size: 10vw;
    margin-bottom: -2vw;
  }
}
.page-growth .l-growth__title .accent {
  color: #00529F;
}
.page-growth .l-growth__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-growth .l-growth__text {
    margin-bottom: 6.7vw;
    font-size: 4.3vw;
    text-align: left;
  }
}
.page-growth .l-growth__movie {
  width: 985px;
  margin: 0 auto 120px;
}
.page-growth .l-growth__movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.page-growth .l-growth__container {
  padding-top: 100px;
  border-top: 2px solid #131313;
}
.page-growth .l-growth .p-item {
  position: relative;
  padding-bottom: 77px;
  margin-bottom: 77px;
}
@media print, screen and (min-width: 761px) {
  .page-growth .l-growth .p-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 5%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item {
    padding-bottom: 13vw;
    margin-bottom: 15vw;
  }
}
.page-growth .l-growth .p-item::after {
  content: "";
  background-color: #131313;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-growth .l-growth .p-item__image {
  width: 42%;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__image {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.page-growth .l-growth .p-item__info {
  width: 53%;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__info {
    width: 100%;
  }
}
.page-growth .l-growth .p-item__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #00529F;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__title {
    font-size: 6.8vw;
    margin-bottom: 3vw;
  }
}
.page-growth .l-growth .p-item__title small {
  font-size: 18px;
  margin-left: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__title small {
    font-size: 5vw;
    margin-left: 0;
    margin-top: 1vw;
    display: block;
  }
}
.page-growth .l-growth .p-item__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2px;
}
.page-growth .l-growth .p-item__text span {
  font-size: 18px;
  line-height: 1.6;
}
@media print, screen and (min-width: 761px) {
  .page-growth .l-growth .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.page-growth .l-growth .p-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-growth .l-growth .p-item:last-child::after {
  display: none;
}

/*  インタビューページ
*----------------------------------- */
.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: #00529F;
}
.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: "source-han-sans-japanese", sans-serif;
}
.page-interview-detail:not(.page-system) .list-page__header__subtitle small {
  margin-top: 15px;
  display: block;
  font-family: din-2014, sans-serif;
  color: #C4181E;
  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: #00529F;
}
@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: #00529F;
}
.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: #C4181E;
  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 #00529F;
}
@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: din-2014, 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: #00529F;
}
@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 #C4181E;
}
@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: #C4181E;
}

/*  クロストーク詳細ページ
*----------------------------------- */
.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: din-2014, 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: #00529F;
}
@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: #00529F;
}

.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: #00529F;
  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: din-2014, sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #C4181E;
  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: #00529F;
}
.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: din-2014, 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: #00529F;
}
@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: #00529F;
}
.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: #00529F;
  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-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ページ
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .page-policy .list-page__list {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-policy .list-page__list__text {
  margin-bottom: 40px;
  line-height: 1.8;
}

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

.page-policy .l-policy .p-item {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 761px) {
  .page-policy .l-policy .p-item {
    padding: 0 8px;
  }
}
.page-policy .l-policy .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 {
    font-size: 4.8vw;
  }
}
.page-policy .l-policy .p-item__text {
  margin-bottom: 30px;
  font-weight: 400;
}
.page-policy .l-policy .p-item__text a {
  text-decoration: underline;
}
.page-policy .l-policy .p-item__name {
  text-align: right;
}
.page-policy .l-policy .p-item dl {
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dl {
    width: auto;
    margin: 0 auto 8vw;
  }
}
.page-policy .l-policy .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 {
    font-size: 4.2vw;
    line-height: 1.5;
  }
}
.page-policy .l-policy .p-item dd {
  margin: 0 0 50px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dd {
    margin: 0 0 10%;
    font-size: 3.8vw;
  }
}
.page-policy .l-policy .p-item dd.right {
  text-align: right;
}
.page-policy .l-policy .p-item dd:last-child {
  margin: 0;
}
.page-policy .l-policy .p-item dd a {
  text-decoration: underline;
}

/*  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 .l-404 .c-button {
  min-width: 350px;
  min-height: 50px;
  line-height: 50px;
  /*  darkボタン  */
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .c-button {
    min-width: 90%;
  }
}
.page-404 .l-404 .c-button a {
  min-width: 350px;
  min-height: 50px;
  line-height: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .c-button a {
    min-width: 90%;
  }
}
.page-404 .l-404 .c-button span {
  position: relative;
  padding-right: 0;
  font-weight: 700;
  font-size: 1.5rem;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .c-button span {
    font-size: 4.35vw;
  }
}
.page-404 .l-404 .c-button span::before {
  position: absolute;
  display: none;
}
.page-404 .l-404 .c-button span::before::after {
  display: none;
}
.page-404 .l-404 .c-button.dark {
  background: #00529F !important;
}
.page-404 .l-404 .c-button.dark span::after {
  background: url(../images/cmn/icon_arrow_circle.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  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: -94px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .c-button.dark span::after {
    right: -14vw;
  }
}

/*  サンポウについてページ（index）
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .page-about .list-page .list-page__main {
    width: 100%;
    max-width: calc(1200px + 8%);
    padding: 0 4%;
    margin: 0 auto;
  }
}
.page-about .list-page .list-page__main .l-page-index {
  width: 100%;
}
.page-about .list-page .list-page__main .l-page-index .p-item {
  position: relative;
  width: calc(50% - 15px);
}
@media print, screen and (max-width: 760px) {
  .page-about .list-page .list-page__main .l-page-index .p-item {
    width: 100%;
  }
}
.page-about .list-page .list-page__main .l-page-index .p-item a {
  max-height: 230px;
  min-height: 230px;
  background-color: #fff;
  outline: none;
  border: solid 1px #00529F;
  transition: 0.3s;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .page-about .list-page .list-page__main .l-page-index .p-item a {
    min-height: 40vw;
  }
}
.page-about .list-page .list-page__main .l-page-index .p-item a:hover {
  opacity: 1;
  background-color: #00529F;
  outline: none;
}
.page-about .list-page .list-page__main .l-page-index .p-item a:hover .p-item__catch {
  color: #fff;
}
.page-about .list-page .list-page__main .l-page-index .p-item a:hover .p-item__title {
  color: #fff;
}
.page-about .list-page .list-page__main .l-page-index .p-item a:hover::after {
  border-left: 5px solid #fff;
}
.page-about .list-page .list-page__main .l-page-index .p-item a::after {
  width: 13px;
  height: 10px;
  right: 7px;
  bottom: 11px;
  display: block;
  position: absolute;
  content: "";
  border: 5px solid transparent;
  border-left: 8px solid #161616;
}
.page-about .list-page .list-page__main .l-page-index .p-item__catch {
  color: #131313;
  font-size: 44px;
  text-align: center;
}
@media print, screen and (min-width: 761px) {
  .page-about .list-page .list-page__main .l-page-index .p-item__catch {
    word-break: keep-all;
  }
}
@media print, screen and (max-width: 760px) {
  .page-about .list-page .list-page__main .l-page-index .p-item__catch {
    font-size: 34px;
  }
}
.page-about .list-page .list-page__main .l-page-index .p-item__title {
  font-size: 15px;
  color: #00529F;
  text-align: center;
  margin-bottom: 0;
}

/*  会社概要・事業紹介ページ（company）
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .page-company .l-profile {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
    margin-top: 88px;
  }
}
.page-company .l-profile__catch {
  text-align: center;
  font-family: "shippori-mincho-b1", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #00529F;
  line-height: 1.3888888889;
  margin-bottom: 64px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-profile__catch {
    font-size: 6vw;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10vw;
  }
}
.page-company .l-profile__container {
  width: 90%;
  margin: 0 auto;
}
.page-company .l-profile__container__table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #707070;
  font-size: 15px;
  font-weight: 700;
}
.page-company .l-profile__container__table dt {
  background: #D8E4F0;
  border-bottom: 1px solid #707070;
  width: 16%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5%;
  margin-bottom: 0;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-profile__container__table dt {
    width: 30%;
    font-size: 4.1vw;
    text-align: center;
    padding: 3.5%;
  }
}
.page-company .l-profile__container__table dd {
  width: 84%;
  border-bottom: 1px solid #707070;
  padding: 22.7px 44px;
  overflow-wrap: break-word;
  margin-bottom: 0;
  background: #fff;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-profile__container__table dd {
    width: 70%;
    font-size: 4.1vw;
    line-height: 1.5;
    padding: 17.7px 12px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-profile__container__table dd a {
    text-decoration: underline;
  }
}
.page-company .l-profile__container__table dd ul {
  list-style: decimal-leading-zero;
  padding-left: 24px;
}
.page-company .l-profile__container__item {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-profile__container__item {
    gap: 10.77vw;
  }
}
.page-company .l-profile__container__map {
  margin-top: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-profile__container__map {
    margin-top: 12.8vw;
  }
}
.page-company .l-profile__container .l-profile-access {
  width: calc(50% - 15px);
}
@media print, screen and (max-width: 760px) {
  .page-company .l-profile__container .l-profile-access {
    width: 100%;
  }
}
.page-company .l-profile__container .l-profile-access iframe {
  display: block;
  max-width: 952px;
  width: 100%;
  height: auto;
  max-height: 500px;
  margin: 0 auto 24px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-profile__container .l-profile-access iframe {
    max-height: 68.7vw;
    margin: 0 auto 5.12vw;
  }
}
.page-company .l-profile__container .l-profile-access p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-profile__container .l-profile-access p {
    font-size: 3.84vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company .l-business {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.page-company .l-business__container__header {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 90px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-business__container__header {
    margin-bottom: 11.54vw;
    padding-top: 27vw;
  }
}
.page-company .l-business__container__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4705882353;
  color: #00529F;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-business__container__title {
    font-size: 7.18vw;
  }
}
.page-company .l-business__container__subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-business__container__subtitle {
    font-size: 4.8vw;
  }
}
.page-company .l-business__container__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 30px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-business__container__contents {
    gap: 6.5vw;
  }
}
.page-company .l-business__container .p-item {
  width: 340px;
  border: 1px solid #00529F;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-business__container .p-item {
    width: 90%;
  }
}
.page-company .l-business__container .p-item__inner {
  background: #D8E4F0;
  padding: 12px 8px 14px;
  text-align: center;
}
.page-company .l-business__container .p-item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5714285714;
  background-color: rgba(216, 228, 240, 0.49);
}
@media print, screen and (max-width: 760px) {
  .page-company .l-business__container .p-item__title {
    font-size: 6.18vw;
  }
}
.page-company .l-business__container .p-item__subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-business__container .p-item__subtitle {
    font-size: 4.2vw;
    line-height: 1.5625;
  }
}
.page-company .l-business__container .p-item__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  padding: 14px 22px 20px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-business__container .p-item__text {
    padding: 3vw 4.5vw 4.8vw;
  }
}

/*  理念・ビジョンページ（Philosophy）
*----------------------------------- */
.page-philosophy .philosophy-mv {
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .page-philosophy .philosophy-mv {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .philosophy-mv {
    width: 90%;
  }
}
.page-philosophy .philosophy-mv__text {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8666666667;
  margin-top: 43px;
  padding-bottom: 96px !important;
  border-bottom: 2px solid #00529F;
}
.page-philosophy .l-philosophy {
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .page-philosophy .l-philosophy {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
    margin-top: 99px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy {
    width: 90%;
    margin-top: 15.38vw;
  }
}
.page-philosophy .l-philosophy__container {
  padding-bottom: 119px;
  border-bottom: 2px solid #00529F;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__container {
    padding-bottom: 22vw;
  }
}
.page-philosophy .l-philosophy__title {
  background: #00529F;
  width: 235px;
  text-align: center;
  color: #fff !important;
  font-size: 28px !important;
  font-weight: 700;
  margin: 0 auto;
  padding: 3px 10px 6px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__title {
    width: 41.03vw;
    font-size: 5.13vw !important;
  }
}
.page-philosophy .l-philosophy__catch {
  text-align: center;
  font-family: "shippori-mincho-b1", sans-serif;
  color: #00529F;
  font-size: 60px;
  line-height: 1.15;
  margin-top: 38px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__catch {
    font-size: 10vw;
    line-height: 1.1388888889;
    margin-top: 8.18vw;
  }
}
.page-philosophy .l-philosophy__inner {
  margin-top: 44px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__inner {
    margin-top: 8.18vw;
  }
}
.page-philosophy .l-philosophy__text {
  font-size: 16px !important;
  font-weight: 500;
  line-height: 2 !important;
  letter-spacing: 0 !important;
  margin-top: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__text {
    text-align: center;
  }
}
.page-philosophy .l-philosophy__box-area {
  max-width: 1080px;
  margin: 0 auto;
  background: #E6EFF6;
  padding: 40px 70px 50px;
  margin-top: 76px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__box-area {
    padding: 6.4vw 6vw 14vw;
    margin-top: 14vw;
  }
}
.page-philosophy .l-philosophy__b-tit {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  padding-top: 8px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__b-tit {
    font-size: 6.4vw;
  }
}
.page-philosophy .l-philosophy__flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 22px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__flow {
    gap: 12vw;
  }
}
.page-philosophy .l-philosophy__flow-box {
  background: #fff;
  padding: 20px 3px 30px 3px;
  width: calc((100% - 100px) / 3);
  min-width: 255px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__flow-box {
    width: 100%;
    padding: 5vw 1vw 8vw;
  }
}
.page-philosophy .l-philosophy__flow-box:nth-child(2) .l-philosophy__flow-text {
  font-size: 26px;
  line-height: 1.3461538462;
  margin-top: 15px;
}
@media print, screen and (min-width: 761px) {
  .page-philosophy .l-philosophy__flow-box:nth-child(2) .l-philosophy__flow-text {
    word-break: keep-all;
  }
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__flow-box:nth-child(2) .l-philosophy__flow-text {
    font-size: 6.15vw;
    margin-top: 5vw;
  }
}
.page-philosophy .l-philosophy__flow-box:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 17px;
  background-color: #00529F;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__flow-box:not(:first-child)::after {
    rotate: 90deg;
    left: calc(50% - 6.5px);
    top: -24px;
    transform: translateX(-50%);
  }
}
.page-philosophy .l-philosophy__flow-tit {
  background: #00529F;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 0px 8px 2px;
  margin: 0 17px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__flow-tit {
    font-size: 5.13vw;
  }
}
.page-philosophy .l-philosophy__flow-text {
  text-align: center;
  font-size: 30px;
  line-height: 1.3333333333;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  margin-top: 31px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__flow-text {
    font-size: 7.18vw;
    margin-top: 4vw;
  }
}
.page-philosophy .l-philosophy__explanation {
  text-align: center;
  padding-top: 34px;
  line-height: 2;
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__explanation {
    padding-top: 10vw;
  }
}
.page-philosophy .l-value {
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .page-philosophy .l-value {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
    margin-top: 98px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-value {
    width: 90%;
    margin-top: 15.38vw;
  }
}
.page-philosophy .l-value__container {
  padding-bottom: 119px;
  border-bottom: 2px solid #00529F;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-value__container {
    padding-bottom: 22vw;
  }
}
.page-philosophy .l-value__title {
  background: #00529F;
  width: 280px;
  text-align: center;
  color: #fff !important;
  font-size: 28px !important;
  font-weight: 700;
  margin: 0 auto;
  padding: 0px 10px 3px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-value__title {
    width: 58vw;
    font-size: 5.13vw !important;
  }
}
.page-philosophy .l-value__logo {
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
}
.page-philosophy .l-value__logo .logo_img {
  width: 440px;
  position: absolute;
  left: 32.5%;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-value__logo .logo_img {
    width: 90%;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
  }
}
.page-philosophy .l-value__catch {
  text-align: center;
  font-family: "shippori-mincho-b1", sans-serif;
  color: #00529F;
  font-size: 60px;
  line-height: 1.15;
  margin-top: 38px;
}
.page-philosophy .l-value__inner {
  margin-top: 175px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-value__inner {
    margin-top: 32vw;
  }
}
.page-philosophy .l-value__sub {
  font-size: 28px;
  line-height: 1.5357142857;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-value__sub {
    font-size: 6.4vw;
  }
}
.page-philosophy .l-value__text {
  font-size: 16px !important;
  font-weight: 500;
  line-height: 2 !important;
  letter-spacing: 0 !important;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-value__text {
    margin-top: 4vw;
  }
}
.page-philosophy .l-value__3circle {
  margin: 0 auto;
  margin-top: 33px;
  max-width: 680px;
}
.page-philosophy .l-culture {
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .page-philosophy .l-culture {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
    margin-top: 118px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-culture {
    width: 90%;
    margin-top: 15.38vw;
  }
}
.page-philosophy .l-culture__container {
  padding-bottom: 19px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-culture__container {
    padding-bottom: 5vw;
  }
}
.page-philosophy .l-culture__contents {
  margin-bottom: 117px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-culture__contents {
    margin-bottom: 18vw;
  }
}
.page-philosophy .l-culture__contents:nth-child(even) .l-culture__title {
  background: #F6DADB;
}
.page-philosophy .l-culture__contents.c-01 .l-culture__sub {
  color: #00529F;
}
.page-philosophy .l-culture__contents.c-01 .l-culture__block-area {
  position: relative;
}
.page-philosophy .l-culture__contents.c-01 .l-culture__block-area::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 80px;
  background-color: #D8E4F0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  left: 48.8%;
  top: 121%;
  transform: translateX(-50%);
  rotate: 90deg;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-culture__contents.c-01 .l-culture__block-area::after {
    top: 108%;
    left: 46.5%;
  }
}
.page-philosophy .l-culture__contents.c-02 .l-culture__sub {
  margin-top: 34px;
  color: #C4181E;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-culture__contents.c-02 .l-culture__sub {
    margin-top: 7.49vw;
  }
}
.page-philosophy .l-culture__contents.c-02 .l-culture__subtext {
  margin-top: 32px;
}
.page-philosophy .l-culture__contents.c-02 .l-culture__subtext span strong {
  color: #C4181E;
}
.page-philosophy .l-culture__contents.c-03 .l-culture__inner {
  margin-top: 87px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-culture__contents.c-03 .l-culture__inner {
    margin-top: 14.4vw;
  }
}
.page-philosophy .l-culture__contents.c-03 .l-culture__subtext {
  margin-top: 85px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-culture__contents.c-03 .l-culture__subtext {
    margin-top: 22.4vw;
  }
}
.page-philosophy .l-culture__contents.c-03 .l-culture__circle {
  color: #00529F;
}
.page-philosophy .l-culture__contents.c-04 .l-culture__inner {
  margin-top: 111px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-culture__contents.c-04 .l-culture__inner {
    margin-top: 18vw;
  }
}
.page-philosophy .l-culture__contents.c-04 .l-culture__circle {
  font-size: 28px;
  line-height: 1.2857142857;
  color: #C4181E;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-culture__contents.c-04 .l-culture__circle {
    font-size: 5.13vw;
  }
}
.page-philosophy .l-culture__contents.c-04 .l-culture__circle::before {
  background: url(../philosophy/images/img_circle_red.png) no-repeat center/contain;
}
.page-philosophy .l-culture__contents.c-04 .l-culture__subtext.subt01 {
  margin-top: 107px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-culture__contents.c-04 .l-culture__subtext.subt01 {
    margin-top: 21vw;
  }
}
.page-philosophy .l-culture__contents.c-04 .l-culture__subtext.subt02 {
  margin-top: 8px;
  font-size: 20px !important;
  font-weight: 700;
}
.page-philosophy .l-culture__contents.c-04 .l-culture__subtext.subt02 strong {
  color: #C4181E;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-culture__contents.c-04 .l-culture__subtext.subt02 {
    margin-top: 4vw;
    font-size: 4.62vw !important;
  }
}
.page-philosophy .l-culture__contents.c-04 .l-culture__subtext.subt03 {
  margin-top: 4px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-culture__contents.c-04 .l-culture__subtext.subt03 {
    margin-top: 3vw;
  }
}
.page-philosophy .l-culture__title {
  background: #D8E4F0;
  max-width: 1080px;
  text-align: center;
  color: #131313 !important;
  font-size: 32px !important;
  line-height: 1.8125;
  font-weight: 700;
  margin: 0 auto;
  padding: 5px 10px 8px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-culture__title {
    font-size: 6.6vw !important;
    line-height: inherit;
    padding: 4vw 5vw 5vw;
  }
}
.page-philosophy .l-culture__inner {
  margin-top: 28px;
  text-align: center;
}
.page-philosophy .l-culture__text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778 !important;
  margin-top: 44px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-culture__text {
    margin-top: 6vw;
    font-size: 4.1vw !important;
  }
}
.page-philosophy .l-culture__block-area {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 940px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-culture__block-area {
    gap: 3vw;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.page-philosophy .l-culture__block {
  font-size: 24px;
  line-height: 1.375;
  font-weight: 700;
  color: #00529F;
  border: 2px solid #00529F;
  padding: 16px 17px 17px;
  width: calc((100% - 60px) / 4);
}
@media print, screen and (min-width: 761px) {
  .page-philosophy .l-culture__block {
    word-break: keep-all;
  }
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-culture__block {
    font-size: 5.2vw;
    width: calc(50% - 3vw);
  }
}
.page-philosophy .l-culture__sub {
  text-align: center;
  font-size: 32px;
  line-height: 1.375;
  font-weight: 700;
  margin-top: 76px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-culture__sub {
    font-size: 6.4vw;
    margin-top: 18.49vw;
  }
}
.page-philosophy .l-culture__subtext {
  text-align: center;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1.7777777778 !important;
  letter-spacing: 0 !important;
  margin-top: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-culture__subtext {
    font-size: 4.1vw !important;
    line-height: 2 !important;
  }
}
.page-philosophy .l-culture__circle-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-culture__circle-area {
    flex-wrap: wrap;
    gap: 21vw 0;
  }
}
.page-philosophy .l-culture__circle {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  position: relative;
  max-width: 240px;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-culture__circle {
    font-size: 4.62vw;
    max-width: 50%;
    width: 100%;
  }
}
.page-philosophy .l-culture__circle::before {
  background: url(../philosophy/images/img_circle_blue.png) no-repeat center/contain;
  width: 100%;
  height: 240px;
  max-width: 240px;
  content: "";
  display: block;
  transform: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-philosophy .l-person {
  border-top: 2px solid #00529F;
  position: relative;
}
.page-philosophy .l-person__bg {
  position: absolute;
  inset: 0;
  display: block;
  /* 縦ストライプ */
  background-image: linear-gradient(90deg, #D8E4F0 1px, transparent 1px);
  /* ストライプ間隔 */
  background-size: 160px 100%;
  background-position: 0;
  pointer-events: none;
  /* 操作干渉防止 */
  z-index: 0;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-person__bg {
    background-size: 34vw 100%;
    background-position: center;
  }
}
.page-philosophy .l-person__container {
  padding-bottom: 79px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-person__container {
    padding-bottom: 20vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-person__header {
    display: flex;
    flex-direction: column-reverse;
  }
}
.page-philosophy .l-person__title {
  font-size: 36px;
  line-height: 1.5277777778;
  font-weight: 700;
  text-align: center;
  margin-top: 87px;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-person__title {
    font-size: 6.4vw;
    line-height: 1.4642857143;
    margin-top: 3vw;
  }
}
.page-philosophy .l-person__subtitle {
  font-size: 100px;
  line-height: 1.92;
  color: #D8E4F0;
  text-align: center;
  margin-top: -131px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-person__subtitle {
    font-size: 15vw;
    line-height: 0.9;
    margin-top: 20vw;
  }
}
.page-philosophy .l-person__box-area {
  display: flex;
  gap: 60px;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-person__box-area {
    margin-top: 8vw;
    max-width: 90%;
    width: 100%;
    flex-wrap: wrap;
    gap: 6vw;
  }
}
.page-philosophy .l-person__p-item {
  width: calc(50% - 30px);
  background: #D8E4F0;
  padding: 20px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-person__p-item {
    width: 100%;
    padding: 5vw;
  }
}
.page-philosophy .l-person__p-item.p-02 {
  background: #EDEDED;
}
.page-philosophy .l-person__p-item.p-02 .l-person__p-item__title {
  color: #555555;
}
@media print, screen and (min-width: 761px) {
  .page-philosophy .l-person__p-item.p-02 .l-person__p-item__text {
    padding: 33px 0 23px;
  }
}
.page-philosophy .l-person__p-item__title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  color: #00529F;
  background: #fff;
  padding-bottom: 2px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-person__p-item__title {
    font-size: 5.13vw;
    line-height: 1.3;
    padding: 2.5vw 0 2.6vw;
  }
}
.page-philosophy .l-person__p-item__subtitle {
  font-size: 18px;
  margin-top: -131px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-person__p-item__subtitle {
    font-size: 4.62vw;
  }
}
.page-philosophy .l-person__p-item__text {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  padding: 15px 0 6px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-person__p-item__text {
    font-size: 4.1vw;
    line-height: 2.25;
  }
}
.page-philosophy .l-person__subtext {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin-top: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-person__subtext {
    font-size: 4.1vw;
    line-height: 1.8;
  }
}
.page-philosophy .l-message {
  background: url("../philosophy/images/bg.png") center/cover no-repeat;
  min-height: 260px;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  padding: 20px 20px 93px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message {
    background: url("../philosophy/images/sp/bg_sp.png") center/cover no-repeat;
    padding: 4vw 4vw 23.08vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-philosophy .l-message__container {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
  }
}
.page-philosophy .l-message__sub {
  font-size: 20px;
  line-height: 2.15;
  font-weight: 700;
  margin-top: 63px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__sub {
    margin-top: 16.15vw;
    font-size: 4.62vw;
    line-height: 2.2777777778;
  }
}
.page-philosophy .l-message__catch {
  font-size: 48px;
  line-height: 1.3958333333;
  font-weight: 700;
  font-family: "shippori-mincho-b1", sans-serif;
  margin-top: 22px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__catch {
    margin-top: 7.64vw;
    font-size: 7.18vw;
  }
}
.page-philosophy .l-message__text {
  font-size: 20px;
  line-height: 2.15;
  font-weight: 700;
  margin-top: 21px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__text {
    margin-top: 7.64vw;
    font-size: 4.1vw;
    line-height: 2.5625;
  }
}

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