@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: "archivo", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: "archivo", sans-serif;
  font-weight: 900;
  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 {
    max-width: 1200px;
    padding: 0 4%;
  }
}
@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 #1C1C1C;
  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 #2B3CFF;
}
.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: "archivo", sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 1;
  color: #2B3CFF;
}
@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;
  }
}

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

中面個別 (TOP以外)

------------------------------------ */
/*  〇〇ページ
*----------------------------------- */
/*  会社概要・理念 company
*----------------------------------- */
.page-company img {
  height: auto;
}
html {
  scroll-padding-top: 60px;
}

.page-company .company-section-heading {
  padding: 0.6944444444vw 3.4722222222vw 0.7638888889vw 1.4583333333vw;
  align-items: center;
  background-color: #1C1C1C;
  background-image: url(../company/images/icon_heading-arrow.svg);
  background-position: right 7px center;
  background-repeat: no-repeat;
  background-size: auto calc(100% - 10px);
  display: inline-flex;
  gap: 0.6944444444vw;
  clip-path: polygon(0% 0%, calc(100% - 1.8055555556vw) 0%, 100% 50%, calc(100% - 1.8055555556vw) 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, calc(100% - 1.8055555556vw) 0%, 100% 50%, calc(100% - 1.8055555556vw) 100%, 0% 100%);
}
@media (max-width: 760px) {
  .page-company .company-section-heading {
    display: block;
    padding: 1.7948717949vw 10.2564102564vw 3.0769230769vw 2.8205128205vw;
    clip-path: polygon(0% 0%, calc(100% - 4.7916666667vw) 0%, 100% 50%, calc(100% - 4.7916666667vw) 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, calc(100% - 4.7916666667vw) 0%, 100% 50%, calc(100% - 4.7916666667vw) 100%, 0% 100%);
  }
}
.page-company .company-section-heading__en-title {
  color: #fff;
  font-family: "archivo", sans-serif;
  font-weight: 900;
  font-size: 4.8611111111vw;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 760px) {
  .page-company .company-section-heading__en-title {
    gap: 0;
    padding: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-size: 8.2051282051vw;
  }
}
.page-company .company-section-heading__jp-title {
  color: #fff;
  display: block;
  font-size: 1.3888888889vw;
  font-weight: 900;
}
@media (max-width: 760px) {
  .page-company .company-section-heading__jp-title {
    line-height: 1.05;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.page-company .company-section-heading--orange {
  background-color: #F34310;
}
.page-company .company-section-heading--yellow .company-section-heading__en-title {
  background-color: #FEE103;
  color: #1C1C1C;
}
.page-company .company-section-heading--yellow .company-section-heading__jp-title {
  color: #1C1C1C;
}
.page-company .company-section-heading--pink {
  background-color: #E50082;
}
.page-company .company-section-heading--orange {
  background-color: #F34310;
}
.page-company .company-section-heading--blue {
  background-color: #2B3CFF;
}
.page-company .company-section-heading--yellow {
  background-color: #FEE103;
}
.page-company .company-section-heading--black {
  background-color: #1C1C1C;
}
.page-company .company-section-philosophy {
  background-color: #DEDEDE;
  padding-bottom: 4.8611111111vw;
  padding-top: 9.4444444444vw;
}
@media (max-width: 760px) {
  .page-company .company-section-philosophy {
    padding-bottom: 10.2564102564vw;
    padding-top: 23.8461538462vw;
  }
}
.page-company .company-section-philosophy__container {
  background: url(../company/images/bg_philosophy.png) no-repeat center/cover;
  width: 93.0555555556vw;
  margin-inline: auto;
  padding: 5.9027777778vw 4.8611111111vw 4.9305555556vw;
  position: relative;
}
@media (max-width: 760px) {
  .page-company .company-section-philosophy__container {
    background: url(../company/images/sp/bg_philosophy.png) no-repeat center/cover;
    width: 89.7435897436vw;
    padding-inline: 4.6153846154vw;
    padding-block: 10.2564102564vw 10.2564102564vw;
  }
}
.page-company .company-section-philosophy__header {
  position: absolute;
  bottom: 100%;
  left: 4.8611111111vw;
  transform: translateY(50%);
}
@media (max-width: 760px) {
  .page-company .company-section-philosophy__header {
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
.page-company .company-section-philosophy__image {
  position: absolute;
  bottom: -0.6944444444vw;
  right: 4.8611111111vw;
  width: 15vw;
}
@media (max-width: 760px) {
  .page-company .company-section-philosophy__image {
    width: 31.7948717949vw;
    bottom: -3.8461538462vw;
    right: -3.8461538462vw;
  }
}
.page-company .company-section-philosophy__image img {
  height: auto;
}
.page-company .company-section-philosophy .p-point-list {
  counter-reset: point-number;
}
@media (max-width: 760px) {
  .page-company .company-section-philosophy .p-point-list {
    gap: 5.1282051282vw;
  }
}
.page-company .company-section-philosophy .p-point-list__item {
  align-items: center;
  display: flex;
  gap: 2.0833333333vw;
  padding: 1.9444444444vw 0;
}
.page-company .company-section-philosophy .p-point-list__item:not(:last-child) {
  border-bottom: 2px solid #DEDEDE;
}
@media (max-width: 760px) {
  .page-company .company-section-philosophy .p-point-list__item {
    align-items: flex-start;
    flex-direction: column;
    gap: 2.8205128205vw;
    padding: 4.358974359vw 0;
  }
}
@media (max-width: 760px) {
  .page-company .company-section-philosophy .p-point-list__item--second {
    padding-top: 5.8974358974vw;
  }
}
@media (max-width: 760px) {
  .page-company .company-section-philosophy .p-point-list__item--third {
    padding-top: 5.8974358974vw;
  }
}
.page-company .company-section-philosophy .p-point-list__title {
  color: #E50082;
  display: flex;
  font-size: 2.5vw;
  font-weight: 900;
  flex-shrink: 0;
  gap: 0.4166666667vw;
  width: 35.4166666667vw;
}
.page-company .company-section-philosophy .p-point-list__title::before {
  counter-increment: point-number;
  content: counter(point-number) ". ";
}
@media (max-width: 760px) {
  .page-company .company-section-philosophy .p-point-list__title {
    font-size: 24px;
    font-size: 6.1538461538vw;
    gap: 1.5384615385vw;
    line-height: 1.16;
    width: 100%;
  }
}
.page-company .company-section-philosophy .p-point-list__text {
  font-size: 1.25vw;
  line-height: 1.57;
}
@media (max-width: 760px) {
  .page-company .company-section-philosophy .p-point-list__text {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.page-company .company-section-mvv {
  background: url(../company/images/bg_mvv.png) no-repeat center/cover;
}
@media (max-width: 760px) {
  .page-company .company-section-mvv {
    background: url(../company/images/sp/bg_mvv.png) no-repeat center/cover;
  }
}
.page-company .company-section-mvv__container {
  width: 84.0277777778vw;
  margin-inline: auto;
  padding-block: 5.625vw 8.3333333333vw;
}
@media (max-width: 760px) {
  .page-company .company-section-mvv__container {
    width: 89.7435897436vw;
    padding-block: 12.8205128205vw 17.4358974359vw;
  }
}
.page-company .company-section-mvv__header {
  background-color: #F2F2F2;
  padding: 1.875vw;
  margin-bottom: 4.4444444444vw;
  text-align: center;
  width: 75vw;
  margin-inline: auto;
}
@media (max-width: 760px) {
  .page-company .company-section-mvv__header {
    margin-bottom: 12.0512820513vw;
    padding: 5.1282051282vw 2.5641025641vw;
    width: 89.7435897436vw;
  }
}
.page-company .company-section-mvv__header-text {
  font-size: 1.3888888889vw;
  font-weight: 700;
  letter-spacing: 0.072em;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .page-company .company-section-mvv__header-text {
    font-size: 18px;
    font-size: 4.6153846154vw;
    letter-spacing: 0.07em;
    line-height: 1.55;
  }
}
.page-company .company-section-mvv__flag {
  position: absolute;
  top: 0;
  left: 0.3472222222vw;
  width: 2.0833333333vw;
}
.page-company .company-section-mvv__flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 760px) {
  .page-company .company-section-mvv__flag {
    left: 0;
    height: 71.7948717949vw;
    width: 6.1538461538vw;
    overflow: hidden;
  }
}
.page-company .company-section-mvv .company-section-heading {
  transform: translateX(0.3472222222vw);
  padding: 0.8333333333vw 3.3333333333vw 0.8333333333vw 1.3888888889vw;
  clip-path: polygon(0% 0%, calc(100% - 1.9444444444vw) 0%, 100% 50%, calc(100% - 1.9444444444vw) 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, calc(100% - 1.9444444444vw) 0%, 100% 50%, calc(100% - 1.9444444444vw) 100%, 0% 100%);
  position: relative;
  z-index: 1;
}
@media (max-width: 760px) {
  .page-company .company-section-mvv .company-section-heading {
    clip-path: polygon(0% 0%, calc(100% - 5.1282051282vw) 0%, 100% 50%, calc(100% - 5.1282051282vw) 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, calc(100% - 5.1282051282vw) 0%, 100% 50%, calc(100% - 5.1282051282vw) 100%, 0% 100%);
    padding: 1.7948717949vw 8.9743589744vw 3.0769230769vw 2.5641025641vw;
    width: 72.8205128205vw;
  }
}
.page-company .company-section-mvv__content {
  display: flex;
  flex-direction: column;
  gap: 3.3333333333vw;
}
@media (max-width: 760px) {
  .page-company .company-section-mvv__content {
    gap: 15.3846153846vw;
  }
}
.page-company .company-section-mvv__item {
  display: flex;
  gap: 0.6944444444vw;
}
@media (max-width: 760px) {
  .page-company .company-section-mvv__item {
    gap: 5.8974358974vw;
    flex-direction: column;
  }
}
.page-company .company-section-mvv__item--vision {
  gap: 1.7361111111vw;
  padding-left: 5.7638888889vw;
}
@media (max-width: 760px) {
  .page-company .company-section-mvv__item--vision {
    gap: 5.8974358974vw;
    padding-left: 0;
  }
}
.page-company .company-section-mvv__item--vision .company-section-mvv__item-photo {
  transform: translateY(1.3888888889vw);
}
@media (max-width: 760px) {
  .page-company .company-section-mvv__item--vision .company-section-mvv__item-photo {
    transform: translateX(-4.1025641026vw);
  }
}
.page-company .company-section-mvv__item--value {
  height: 22.2222222222vw;
  margin-top: 1.5972222222vw;
  padding-left: 6.25vw;
}
@media (max-width: 760px) {
  .page-company .company-section-mvv__item--value {
    height: 61.5384615385vw;
    margin-top: 0;
    overflow: hidden;
    padding-left: 0;
    transform: translateX(0vw);
  }
}
@media (max-width: 760px) {
  .page-company .company-section-mvv__flag img {
    height: 71.7948717949vw;
    object-fit: cover;
    object-position: center;
  }
}

.page-company .company-section-mvv__item-body {
  padding-top: 2.0833333333vw;
  position: relative;
}
@media (max-width: 760px) {
  .page-company .company-section-mvv__item-body {
    padding-top: 5.1282051282vw;
  }
}
.page-company .company-section-mvv__item-photo {
  width: 30.5555555556vw;
}
.page-company .company-section-mvv__item-photo img {
  height: auto;
}
@media (max-width: 760px) {
  .company-section-mvv__item--mission .company-section-mvv__item-photo {
    transform: translateX(5.8974358974vw);
    width: 73.8461538462vw;
  }
}

.company-section-mvv__item--vision .company-section-mvv__item-photo {
  width: 25.625vw;
}
@media (max-width: 760px) {
  .company-section-mvv__item--vision .company-section-mvv__item-photo {
    margin-inline: auto;
    width: 56.4102564103vw;
    order: 2;
  }
}

.page-company .company-section-mvv__item-text {
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 1.33;
  padding-top: 2.4305555556vw;
  padding-left: 5.2083333333vw;
}
@media (max-width: 760px) {
  .page-company .company-section-mvv__item-text {
    font-size: 22px;
    font-size: 5.641025641vw;
    line-height: 1.45;
    padding-top: 4.6153846154vw;
    padding-left: 10.7692307692vw;
  }
}
.page-company .company-section-mvv__item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.9444444444vw;
  padding-top: 2.7777777778vw;
  padding-left: 5.2083333333vw;
  justify-content: center;
}
@media (max-width: 760px) {
  .page-company .company-section-mvv__item-list {
    gap: 2.8205128205vw 4.1025641026vw;
    padding-top: 4.358974359vw;
    padding-left: 5.1282051282vw;
  }
}
.page-company .company-section-mvv__item-list-item {
  background-color: #fff;
  border: 2px solid #1C1C1C;
  border-radius: 4px;
  padding: 0.9722222222vw 0.9027777778vw;
  font-size: 2.2222222222vw;
  font-weight: 900;
  line-height: 1.1;
}
@media (max-width: 760px) {
  .page-company .company-section-mvv__item-list-item {
    font-size: 18px;
    font-size: 4.6153846154vw;
    padding: 2.0512820513vw 1.9230769231vw;
    border-width: 2px;
  }
}
.page-company .company-section-mindset {
  background-color: #F2F2F2;
}
.page-company .company-section-mindset__container {
  width: 84.0277777778vw;
  margin-inline: auto;
  padding-block: 2.4305555556vw 6.9444444444vw;
}
@media (max-width: 760px) {
  .page-company .company-section-mindset__container {
    width: 100%;
    padding-inline: 0;
    padding-block: 8.2051282051vw 17.9487179487vw;
  }
}
.page-company .company-section-mindset__header {
  margin-bottom: 0.4166666667vw;
  text-align: center;
  position: relative;
}
@media (max-width: 760px) {
  .page-company .company-section-mindset__header {
    margin-bottom: -1.0256410256vw;
  }
}
.page-company .company-section-mindset__header .company-section-heading__en-title {
  display: block;
  background-color: transparent;
  color: #fff;
  font-family: "archivo", sans-serif;
  padding: 0;
  font-size: 10vw;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .page-company .company-section-mindset__header .company-section-heading__en-title {
    font-size: 67px;
    font-size: 17.1794871795vw;
    margin-bottom: 3.8461538462vw;
  }
}
.page-company .company-section-mindset__header .company-section-heading__jp-title {
  color: #1C1C1C;
  font-size: 2.2222222222vw;
  font-weight: 900;
  line-height: 1.33;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 760px) {
  .page-company .company-section-mindset__header .company-section-heading__jp-title {
    font-size: 28px;
    font-size: 7.1794871795vw;
    width: 100%;
  }
}
.page-company .company-section-mindset__figure {
  width: 69.5833333333vw;
  margin-inline: auto;
}
.page-company .company-section-mindset__figure picture,
.page-company .company-section-mindset__figure img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateX(-0.6944444444vw);
}
@media (max-width: 760px) {
  .page-company .company-section-mindset__figure picture,
.page-company .company-section-mindset__figure img {
    transform: translateX(0vw);
  }
}
@media (max-width: 760px) {
  .page-company .company-section-mindset__figure {
    width: 100%;
  }
}
.page-company .company-section-profile__container {
  width: 75vw;
  margin-inline: auto;
  padding-block: 8.3333333333vw 9.7222222222vw;
}
@media (max-width: 760px) {
  .page-company .company-section-profile__container {
    width: 100%;
    padding-inline: 5.1282051282vw;
    padding-block: 20.5128205128vw 20.7692307692vw;
  }
}
.page-company .company-section-profile__header {
  margin-bottom: 2.4305555556vw;
}
@media (max-width: 760px) {
  .page-company .company-section-profile__header {
    margin-bottom: 6.1538461538vw;
  }
}
@media (max-width: 760px) {
  .page-company .company-section-profile__header .company-section-heading__en-title {
    font-size: 28px;
    font-size: 7.1794871795vw;
    padding-bottom: 0.7692307692vw;
  }
}
.page-company .company-section-profile__content-lead {
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 1.33;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 760px) {
  .page-company .company-section-profile__content-lead {
    font-size: 28px;
    font-size: 7.1794871795vw;
    margin-bottom: 3.8461538462vw;
  }
}
.page-company .company-section-profile__content-text {
  font-size: 1.25vw;
  line-height: 1.6;
  margin-bottom: 3.6111111111vw;
}
@media (max-width: 760px) {
  .page-company .company-section-profile__content-text {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.5;
    margin-bottom: 7.1794871795vw;
  }
}
.page-company .company-section-profile__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #D0D0D0;
}
.page-company .company-section-profile__table-th, .page-company .company-section-profile__table-td {
  border: 1px solid #e5e5e5;
}
.page-company .company-section-profile__table-th {
  position: relative;
  width: 17.7083333333vw;
  box-sizing: border-box;
  padding: 1.0625vw 0.8333333333vw;
  background-color: #F2F2F2;
  color: #1c1c1c;
  font-size: 1.1805555556vw;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
}
.page-company .company-section-profile__table-th::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.1) 1.5px, transparent 1.6px), radial-gradient(circle, rgba(0, 0, 0, 0.1) 1.5px, transparent 1.6px), radial-gradient(circle, rgba(0, 0, 0, 0.1) 1.5px, transparent 1.6px), radial-gradient(circle, rgba(0, 0, 0, 0.1) 1.5px, transparent 1.6px);
  background-position: left 0.5555555556vw top 0.5555555556vw, right 0.5555555556vw top 0.5555555556vw, left 0.5555555556vw bottom 0.5555555556vw, right 0.5555555556vw bottom 0.5555555556vw;
  background-size: 3px 3px, 3px 3px, 3px 3px, 3px 3px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
@media (max-width: 760px) {
  .page-company .company-section-profile__table-th {
    width: 23.0769230769vw;
    min-width: 0;
    padding: 4.4102564103vw 1.2820512821vw;
    word-break: break-all;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.page-company .company-section-profile__table-td {
  box-sizing: border-box;
  padding: 1.0625vw 1.3888888889vw;
  background-color: #fff;
  color: #1c1c1c;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 760px) {
  .page-company .company-section-profile__table-td {
    line-height: 1.5;
    padding: 4.4102564103vw 3.8461538462vw;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
@media (max-width: 760px) {
  .page-company .company-section-access .company-section-heading {
    clip-path: polygon(0% 0%, calc(100% - 4.8717948718vw) 0%, 100% 50%, calc(100% - 4.8717948718vw) 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, calc(100% - 4.8717948718vw) 0%, 100% 50%, calc(100% - 4.8717948718vw) 100%, 0% 100%);
    padding: 1.7948717949vw 8.9743589744vw 3.0769230769vw 2.0512820513vw;
    width: 72.8205128205vw;
  }
}
.page-company .company-section-access__container {
  width: 75vw;
  margin-inline: auto;
  padding-block: 0 1.3888888889vw;
}
@media (max-width: 760px) {
  .page-company .company-section-access__container {
    width: 100%;
    padding-block: 0;
  }
}
.page-company .company-section-access__header {
  margin-bottom: 3.75vw;
}
@media (max-width: 760px) {
  .page-company .company-section-access__header {
    margin-bottom: 7.6923076923vw;
    padding-inline: 5.1282051282vw;
  }
}
.page-company .company-section-access__map {
  margin-bottom: 5.5555555556vw;
}
@media (max-width: 760px) {
  .page-company .company-section-access__map {
    margin-bottom: 7.6923076923vw;
    padding-inline: 5.1282051282vw;
  }
}
.page-company .company-section-access__map iframe {
  aspect-ratio: 1080/540;
  display: block;
  width: 100%;
}
@media (max-width: 760px) {
  .page-company .company-section-access__map iframe {
    aspect-ratio: 1;
  }
}
.page-company .company-section-access__map picture,
.page-company .company-section-access__map img {
  display: block;
  width: 100%;
  height: auto;
}
.page-company .company-section-access__info {
  display: flex;
  gap: 2.7777777778vw;
}
@media (max-width: 760px) {
  .page-company .company-section-access__info {
    flex-direction: column-reverse;
    gap: 8.9743589744vw;
  }
}
.page-company .company-section-access__info .company-section-access__map {
  background-color: #DEDEDE;
  margin-bottom: 0;
  padding: 2.7777777778vw;
  width: 48.6111111111vw;
}
@media (max-width: 760px) {
  .page-company .company-section-access__info .company-section-access__map {
    width: 100%;
    padding: 5.1282051282vw;
    margin-bottom: 0;
  }
}
.page-company .company-section-access__text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding-top: 2.9861111111vw;
}
@media (max-width: 760px) {
  .page-company .company-section-access__text {
    padding-top: 0;
    padding-inline: 5.1282051282vw;
  }
}
.page-company .company-section-access__text .p-title {
  background-color: #1C1C1C;
  color: #fff;
  display: inline-block;
  font-size: 1.6666666667vw;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 1.1805555556vw;
  padding-inline: 0.7638888889vw 0.9027777778vw;
}
@media (max-width: 760px) {
  .page-company .company-section-access__text .p-title {
    font-size: 24px;
    font-size: 6.1538461538vw;
    margin-bottom: 4.358974359vw;
    padding-inline: 3.0769230769vw;
  }
}
.page-company .company-section-access__text .p-address {
  font-size: 1.1111111111vw;
  line-height: 1.7;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 760px) {
  .page-company .company-section-access__text .p-address {
    font-size: 16px;
    font-size: 4.1025641026vw;
    margin-bottom: 0;
  }
}
.page-company .company-section-access__text .p-access {
  margin-top: auto;
  transform: translateX(-1.0416666667vw);
  width: 23.4722222222vw;
}
@media (max-width: 760px) {
  .page-company .company-section-access__text .p-access {
    display: none;
  }
}
.page-company .company-section-access__text .p-access picture,
.page-company .company-section-access__text .p-access img {
  display: block;
  width: 100%;
  height: auto;
}
.page-company .company-section-access .p-access-sp {
  display: none;
}
@media (max-width: 760px) {
  .page-company .company-section-access .p-access-sp {
    display: block;
    margin-left: auto;
    margin-top: 6.9230769231vw;
    transform: translateX(-0.7692307692vw);
    width: 93.8461538462vw;
  }
}
.page-company .company-section-access .p-access-sp picture,
.page-company .company-section-access .p-access-sp img {
  display: block;
  width: 100%;
  height: auto;
}

/*  採用コンセプト＆メッセージ message
*----------------------------------- */
.page-message {
  background: url(../message/images/bg_main.png) center center/1602px auto;
  /* ------------------------------------
  .message-section-kv
  ------------------------------------ */
  /* ------------------------------------
  .message-section-concept
  ------------------------------------ */
  /* ------------------------------------
  .message-section-step
  ------------------------------------ */
  /* ------------------------------------
  .message-section-step-arrow
  ------------------------------------ */
  /* ------------------------------------
  .message-section-voice
  ------------------------------------ */
  /* ------------------------------------
  .message-section-meet
  ------------------------------------ */
}
@media (max-width: 760px) {
  .page-message {
    background: url(../message/images/sp/bg_main.png) center center/540px auto;
  }
}
html {
  scroll-padding-top: 60px;
}

.page-message img {
  height: auto;
}
.page-message .l-main {
  padding-bottom: 0;
}
.page-message .message-section-kv {
  padding-top: 5.5555555556vw;
}
@media (max-width: 760px) {
  .page-message .message-section-kv {
    padding-top: 12.8205128205vw;
  }
}
.page-message .message-section-kv__img picture,
.page-message .message-section-kv__img img {
  display: block;
  width: 100%;
  height: auto;
}
.page-message .message-section-concept {
  margin-top: -4.375vw;
  padding-block: 0 13.4027777778vw;
  text-align: center;
}
@media (max-width: 760px) {
  .page-message .message-section-concept {
    padding-block: 0 40.7692307692vw;
    margin-top: 1.0256410256vw;
  }
}
.page-message .message-section-concept__title {
  display: inline-block;
  margin-bottom: 0.6944444444vw;
  padding: 0vw 0.6944444444vw 0.1388888889vw;
  background-color: #1C1C1C;
  color: #fff;
  font-size: 2.2222222222vw;
  font-weight: 900;
  line-height: 1.4;
}
@media (max-width: 760px) {
  .page-message .message-section-concept__title {
    margin-bottom: 5.3846153846vw;
    padding: 0vw 1.5384615385vw 0.2564102564vw;
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.page-message .message-section-concept__lead {
  margin-bottom: 1.0416666667vw;
  color: #E50082;
  font-size: 3.3333333333vw;
  font-weight: 900;
  line-height: 1.22;
}
@media (max-width: 760px) {
  .page-message .message-section-concept__lead {
    margin-bottom: 4.6153846154vw;
    font-size: 36px;
    font-size: 9.2307692308vw;
  }
}
.page-message .message-section-concept__detail {
  margin-bottom: 2.7083333333vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 2.08;
  letter-spacing: 0.09em;
}
@media (max-width: 760px) {
  .page-message .message-section-concept__detail {
    margin-bottom: 6.6666666667vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
    letter-spacing: 0.05em;
    line-height: 2.11;
  }
}
.page-message .message-section-concept__copy {
  color: #E50082;
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 1.33;
}
@media (max-width: 760px) {
  .page-message .message-section-concept__copy {
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.page-message .message-section-step {
  background-color: #DEDEDE;
  position: relative;
  width: 83.3333333333vw;
  margin-inline: auto;
  padding: 2.0833333333vw;
}
@media (max-width: 760px) {
  .page-message .message-section-step {
    width: 100%;
    padding: 5.1282051282vw 5.1282051282vw 5.1282051282vw;
  }
}
.page-message .message-section-step__heading {
  position: absolute;
  bottom: calc(100% - 5.7638888889vw);
  left: 3.6805555556vw;
  z-index: 1;
}
.page-message .message-section-step__heading picture,
.page-message .message-section-step__heading img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 760px) {
  .page-message .message-section-step__heading {
    bottom: calc(100% - 15.2777777778vw);
    left: 1.2820512821vw;
  }
}
.message-section-step--know .message-section-step__heading {
  width: 29.0277777778vw;
}
@media (max-width: 760px) {
  .message-section-step--know .message-section-step__heading {
    width: 65.8974358974vw;
  }
}

.message-section-step--challenge .message-section-step__heading {
  width: 20.7638888889vw;
  bottom: calc(100% - 5.3472222222vw);
}
@media (max-width: 760px) {
  .message-section-step--challenge .message-section-step__heading {
    bottom: calc(100% - 15.3846153846vw);
    width: 48.2051282051vw;
  }
}

.message-section-step--connect .message-section-step__heading {
  bottom: calc(100% - 5.5555555556vw);
  width: 23.4722222222vw;
}
@media (max-width: 760px) {
  .message-section-step--connect .message-section-step__heading {
    bottom: calc(100% - 15.3846153846vw);
    width: 54.1025641026vw;
  }
}

.page-message .message-section-step__body {
  background-color: #fff;
  padding: 4.7222222222vw 5.5555555556vw;
  clip-path: polygon(60px 0, calc(100% - 60px) 0, 100% 60px, 100% calc(100% - 60px), calc(100% - 60px) 100%, 60px 100%, 0 calc(100% - 60px), 0 60px);
}
@media (max-width: 760px) {
  .page-message .message-section-step__body {
    clip-path: polygon(60px 0, calc(100% - 40px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px), 0 40px);
    display: block;
    padding: 15.8974358974vw 6.4102564103vw 15.3846153846vw;
  }
}
.page-message .message-section-step__lead {
  margin-bottom: 1.3888888889vw;
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 760px) {
  .page-message .message-section-step__lead {
    margin-bottom: 3.8461538462vw;
    font-size: 24px;
    font-size: 6.1538461538vw;
    line-height: 1.25;
  }
}
.page-message .message-section-step__text {
  margin-bottom: 2.7777777778vw;
  font-size: 1.25vw;
  line-height: 1.57;
  text-align: center;
}
@media (max-width: 760px) {
  .page-message .message-section-step__text {
    margin-bottom: 10.2564102564vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.56;
  }
}
.page-message .message-section-step__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.7777777778vw;
  justify-content: center;
}
@media (max-width: 760px) {
  .page-message .message-section-step__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 7.6923076923vw;
  }
}
.page-message .message-section-step__card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  text-align: center;
}
.page-message .message-section-step__card-title {
  align-content: center;
  margin-bottom: 1.1111111111vw;
  padding: 0.5555555556vw 0.4861111111vw;
  font-size: 1.4583333333vw;
  font-weight: 900;
  line-height: 1.25;
}
@media (max-width: 760px) {
  .page-message .message-section-step__card-title {
    margin-bottom: 3.8461538462vw;
    min-height: 17.9487179487vw;
    padding: 1.5384615385vw;
    font-size: 21px;
    font-size: 5.3846153846vw;
    line-height: 1.25;
  }
}
.page-message .message-section-step__card-text {
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .page-message .message-section-step__card-text {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.5;
  }
}
.page-message .message-section-step__illust {
  position: absolute;
  z-index: 2;
}
.page-message .message-section-step__illust picture,
.page-message .message-section-step__illust img {
  display: block;
  width: 100%;
  height: auto;
}
.page-message .message-section-step__figure-img {
  width: 70.6944444444vw;
  margin-inline: auto;
}
.page-message .message-section-step__figure-img picture,
.page-message .message-section-step__figure-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 760px) {
  .page-message .message-section-step__figure-img {
    width: 78.7179487179vw;
  }
}
.page-message .message-section-step__content-title {
  margin-bottom: 0.6944444444vw;
  color: #fff;
  font-size: 1.9444444444vw;
  font-weight: 900;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 760px) {
  .page-message .message-section-step__content-title {
    font-size: 21px;
    font-size: 5.3846153846vw;
    margin-bottom: 5.1282051282vw;
  }
}
.page-message .message-section-step__content-text {
  font-size: 1.25vw;
  line-height: 1.66;
  text-align: center;
}
@media (max-width: 760px) {
  .page-message .message-section-step__content-text {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.6;
  }
}
.page-message .message-section-step--know .message-section-step__lead {
  color: #2B3CFF;
}
.page-message .message-section-step--know .message-section-step__illust {
  top: -8.3333333333vw;
  right: 2.0833333333vw;
  width: 15.2777777778vw;
}
@media (max-width: 760px) {
  .page-message .message-section-step--know .message-section-step__illust {
    width: 32.3076923077vw;
    top: -12.8205128205vw;
    right: 0vw;
  }
}
.page-message .message-section-step--know .message-section-step__card-title {
  background-color: #D8DCFF;
}
.page-message .message-section-step--challenge .message-section-step__lead {
  color: #E50082;
}
.page-message .message-section-step--challenge .message-section-step__illust {
  top: -10.2083333333vw;
  right: -6.3888888889vw;
  width: 21.3888888889vw;
}
@media (max-width: 760px) {
  .page-message .message-section-step--challenge .message-section-step__illust {
    top: -28.2051282051vw;
    right: -15.3846153846vw;
    width: 55.3846153846vw;
  }
}
.page-message .message-section-step--challenge .message-section-step__card-title {
  background-color: #FAD4E8;
}
.page-message .message-section-step--connect .message-section-step__body {
  padding: 4.7222222222vw 4.3055555556vw 2.9861111111vw;
}
@media (max-width: 760px) {
  .page-message .message-section-step--connect .message-section-step__body {
    padding: 17.4358974359vw 3.8461538462vw 55.1282051282vw;
  }
}
.page-message .message-section-step--connect .message-section-step__lead {
  color: #F34310;
  margin-bottom: 2.7777777778vw;
}
@media (max-width: 760px) {
  .page-message .message-section-step--connect .message-section-step__lead {
    margin-bottom: 6.4102564103vw;
  }
}
.page-message .message-section-step--connect .message-section-step__content {
  margin-top: 2.4305555556vw;
}
@media (max-width: 760px) {
  .page-message .message-section-step--connect .message-section-step__content {
    display: block;
    margin-top: 5.641025641vw;
    padding: 0 1.2820512821vw;
  }
}
@media (max-width: 760px) {
  .page-message .message-section-step--connect .message-section-step__cards {
    gap: 4.6153846154vw;
    margin-bottom: 7.6923076923vw;
  }
}
@media (max-width: 760px) {
  .page-message .message-section-step--connect .message-section-step__card {
    background-color: #FEE8E2;
    color: #F34310;
    padding: 2.3076923077vw 4.6153846154vw 4.6153846154vw 5.1282051282vw;
  }
}
@media (max-width: 760px) {
  .page-message .message-section-step--connect .message-section-step__card-title {
    background-color: #FEE8E2;
    color: #F34310;
    font-weight: 900;
    margin-bottom: 0;
    min-height: auto;
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
@media (max-width: 760px) {
  .page-message .message-section-step--connect .message-section-step__card-text {
    background-color: #FEE8E2;
    color: #1C1C1C;
    font-weight: 700;
    line-height: 1.77;
    text-align: left;
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.page-message .message-section-step--connect .message-section-step__illust--pc1 {
  bottom: 0.625vw;
  right: 3.0555555556vw;
  width: 17.7777777778vw;
}
.page-message .message-section-step--connect .message-section-step__illust--pc2 {
  bottom: 1.5972222222vw;
  left: 3.75vw;
  width: 14.3055555556vw;
}
.page-message .message-section-step--connect .message-section-step__illust--sp {
  position: absolute;
  bottom: 3.8461538462vw;
  left: 13.0769230769vw;
  width: 63.3333333333vw;
}
.page-message .message-section-step--connect .message-section-step__content-title {
  margin-bottom: 0.6944444444vw;
  color: #fff;
}
@media (max-width: 760px) {
  .page-message .message-section-step--connect .message-section-step__content-title {
    margin-bottom: 2.5641025641vw;
  }
}
.page-message .message-section-step--connect .message-section-step__content-title-highlight {
  background-color: #F34310;
  box-decoration-break: clone;
  padding: 0 0.6944444444vw 0.0694444444vw;
}
@media (max-width: 760px) {
  .page-message .message-section-step--connect .message-section-step__content-title-highlight {
    padding: 0 2.0512820513vw 0.2564102564vw;
  }
}
.page-message .message-section-step-arrow {
  width: 7.2916666667vw;
  margin: -1.5277777778vw auto -1.5277777778vw;
}
.page-message .message-section-step-arrow picture,
.page-message .message-section-step-arrow img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 760px) {
  .page-message .message-section-step-arrow {
    width: 20.2564102564vw;
    margin: -5.1282051282vw auto;
  }
}
@media (max-width: 760px) {
  .page-message .message-section-step-arrow--2 {
    width: 20.2564102564vw;
  }
}
.page-message .message-section-step-arrow--3 {
  display: flex;
  width: 2.2222222222vw;
  height: 1.9444444444vw;
  margin-block: 1.25vw 0.3472222222vw;
  flex-direction: column;
  justify-content: center;
  gap: 0.2083333333vw;
}
.page-message .message-section-step-arrow--3::before, .page-message .message-section-step-arrow--3::after {
  content: "";
  display: block;
  width: 1.9444444444vw;
  height: 0.9722222222vw;
  background-color: #1C1C1C;
  clip-path: polygon(0 0, 50% 58%, 100% 0, 100% 42%, 50% 100%, 0 42%);
  -webkit-clip-path: polygon(0 0, 50% 58%, 100% 0, 100% 42%, 50% 100%, 0 42%);
}
@media (max-width: 760px) {
  .page-message .message-section-step-arrow--3 {
    width: 7.9487179487vw;
    height: 7.1794871795vw;
    margin-block: 3.5897435897vw 1.2820512821vw;
    gap: 0.7692307692vw;
  }
  .page-message .message-section-step-arrow--3::before, .page-message .message-section-step-arrow--3::after {
    width: 7.1794871795vw;
    height: 3.5897435897vw;
  }
}
.page-message .message-section-voice {
  margin-top: 12.3611111111vw;
  padding-block: 4.1666666667vw 6.9444444444vw;
  background-color: #F2F2F2;
}
@media (max-width: 760px) {
  .page-message .message-section-voice {
    margin-top: 25.641025641vw;
    padding-block: 12.8205128205vw 25.641025641vw;
  }
}
.page-message .message-section-voice__container {
  width: 83.3333333333vw;
  margin-inline: auto;
}
@media (max-width: 760px) {
  .page-message .message-section-voice__container {
    width: 100%;
  }
}
.page-message .message-section-voice__header {
  margin-bottom: 3.75vw;
  text-align: center;
  position: relative;
}
@media (max-width: 760px) {
  .page-message .message-section-voice__header {
    margin-bottom: 8.9743589744vw;
  }
}
.page-message .message-section-voice__en-title {
  display: block;
  background-color: transparent;
  color: #fff;
  font-family: "archivo", sans-serif;
  font-size: 10vw;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .page-message .message-section-voice__en-title {
    font-size: 68px;
    font-size: 17.4358974359vw;
    margin-bottom: 1.5384615385vw;
  }
}
.page-message .message-section-voice__jp-title {
  color: #1C1C1C;
  font-size: 2.2222222222vw;
  font-weight: 900;
  line-height: 1.33;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 760px) {
  .page-message .message-section-voice__jp-title {
    font-size: 24px;
    font-size: 6.1538461538vw;
    top: 100%;
    transform: translate(-50%, -80%);
    width: 100%;
  }
}
.page-message .message-section-voice__item {
  display: flex;
  align-items: center;
  gap: 4.3055555556vw;
  padding-bottom: 6.9444444444vw;
  transform: translateY(-0.3472222222vw);
}
@media (max-width: 760px) {
  .page-message .message-section-voice__item {
    flex-direction: column-reverse;
    gap: 7.1794871795vw;
    padding-bottom: 16.4102564103vw;
    transform: translateY(0);
  }
}
.page-message .message-section-voice__item--second {
  border-top: 2px solid #1C1C1C;
  padding-bottom: 0;
  padding-top: 6.9444444444vw;
}
@media (max-width: 760px) {
  .page-message .message-section-voice__item--second {
    flex-direction: column;
    padding-top: 15.3846153846vw;
  }
}
@media (max-width: 760px) {
  .page-message .message-section-voice__list {
    margin-inline: auto;
    width: 89.7435897436vw;
  }
}
.page-message .message-section-voice__body {
  flex: 1;
  min-width: 0;
}
.page-message .message-section-voice__item-title {
  margin-bottom: 1.25vw;
  color: #E50082;
  font-size: 3.3333333333vw;
  font-weight: 900;
  line-height: 1.25;
}
@media (max-width: 760px) {
  .page-message .message-section-voice__item-title {
    margin-bottom: 3.0769230769vw;
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}
.page-message .message-section-voice__item-title-small {
  font-size: 2.5vw;
}
@media (max-width: 760px) {
  .page-message .message-section-voice__item-title-small {
    font-size: 24px;
    font-size: 6.1538461538vw;
    display: inline-block;
    margin-bottom: -1.5384615385vw;
    line-height: 2.25;
  }
}
.page-message .message-section-voice__text {
  margin-bottom: 2.9166666667vw;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 2.1;
}
@media (max-width: 760px) {
  .page-message .message-section-voice__text {
    line-height: 2.13;
    margin-bottom: 4.358974359vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.page-message .message-section-voice__person {
  align-items: center;
  display: flex;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 760px) {
  .page-message .message-section-voice__person {
    align-items: baseline;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.page-message .message-section-voice__person-name {
  font-size: 1.9444444444vw;
}
@media (max-width: 760px) {
  .page-message .message-section-voice__person-name {
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.page-message .message-section-voice__photo {
  flex-shrink: 0;
  width: 38.1944444444vw;
}
.page-message .message-section-voice__photo picture,
.page-message .message-section-voice__photo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 760px) {
  .page-message .message-section-voice__photo {
    width: 100%;
  }
}
.page-message .message-section-voice__item:nth-child(2) {
  gap: 3.4722222222vw;
}
.page-message .message-section-voice__item:nth-child(2) .message-section-voice__item-title {
  color: #2B3CFF;
}
.page-message .message-section-meet {
  background: #fff url(../message/images/bg_meet-us.png) center center/1440px auto;
  padding-block: 3.6111111111vw 4.9305555556vw;
  position: relative;
}
@media (max-width: 760px) {
  .page-message .message-section-meet {
    background: #fff url(../message/images/sp/bg_meet-us.png) center center/390px auto;
    padding-block: 15.3846153846vw 16.9230769231vw;
  }
}
.page-message .message-section-meet__arrow {
  margin: auto;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 2.8472222222vw;
}
@media (max-width: 760px) {
  .page-message .message-section-meet__arrow {
    width: 10.5128205128vw;
  }
}
.page-message .message-section-meet__meet-us {
  display: block;
  width: 51.5277777778vw;
  margin-inline: auto;
}
@media (max-width: 760px) {
  .page-message .message-section-meet__meet-us {
    width: 92.5641025641vw;
  }
}
.page-message .message-section-meet__meet-us picture,
.page-message .message-section-meet__meet-us img {
  display: block;
  width: 100%;
  height: auto;
}

/*  会社概要 profile
*----------------------------------- */
.page-profile .l-profile .l-table {
  margin-bottom: 50px;
}
@media (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 (max-width: 760px) {
  .page-profile .l-history {
    padding-top: 70px;
  }
}
.page-profile .l-history__list {
  position: relative;
  padding: 100px;
  border: 1px solid #2B3CFF;
}
@media (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 #2B3CFF;
  width: 14%;
  font-size: 20px;
  font-weight: 700;
}
@media (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 (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: 700;
  line-height: 1.4;
}
@media (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: 700;
}
@media (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: #F34310;
}
@media (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 (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 (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 (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 (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 (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: #1C1C1C;
  color: #fff;
  font-family: "archivo", sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
}
@media (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 #F34310;
}
@media (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: #F34310;
}
@media (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 (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 (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 #F34310;
  position: relative;
  margin-bottom: 55px;
}
@media (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: #1C1C1C;
  font-family: "archivo", sans-serif;
  font-weight: 900;
  font-size: 4.3rem;
  color: #fff;
}
@media (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: #F34310;
}
@media (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 (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 (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 (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 (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: #F34310;
}
.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 (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 (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 (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 (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 (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 (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: #F34310;
}
@media (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: 700;
  margin-bottom: 20px;
}
@media (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: #F34310;
}
.page-message .l-comment .p-item__text {
  font-size: 16px;
  line-height: 1.9;
}
@media (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 (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: #2B3CFF;
}
@media (max-width: 760px) {
  .page-message .l-future::before {
    height: 40vw;
  }
}
.page-message .l-future__container {
  width: 950px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .page-message .l-future__container {
    width: 90%;
  }
}
.page-message .l-future__photo {
  margin-bottom: 40px;
}
@media (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: 700;
  text-align: center;
}
@media (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: #F34310;
}
.page-message .l-future__text {
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}
@media (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 (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 (max-width: 760px) {
  .page-growth .l-growth__title {
    font-size: 6vw;
  }
}
.page-growth .l-growth__title.en {
  font-size: 60px;
  font-weight: 500;
}
@media (max-width: 760px) {
  .page-growth .l-growth__title.en {
    font-size: 10vw;
    margin-bottom: -2vw;
  }
}
.page-growth .l-growth__title .accent {
  color: #F34310;
}
.page-growth .l-growth__text {
  margin-bottom: 80px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media (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 #1C1C1C;
}
.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 (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: #1C1C1C;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-growth .l-growth .p-item__image {
  width: 42%;
}
@media (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 (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: #F34310;
  line-height: 1.4;
}
@media (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 (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: 700;
  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 (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 (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 (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 (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 (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: #F34310;
}
.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: 700;
  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: "archivo", sans-serif;
  color: #2B3CFF;
  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 (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 (max-width: 760px) {
  .page-interview-detail .l-profile__container {
    padding: 0 5vw;
  }
}
.page-interview-detail .l-profile__title {
  font-size: 40px;
}
@media (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 #1C1C1C;
  }
}
@media (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 (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 (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: #F34310;
}
@media (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: 700;
  margin-bottom: 20px;
}
@media (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: #F34310;
}
.page-interview-detail .l-comment .p-item__text {
  font-size: 16px;
  line-height: 1.9;
}
@media (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 (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: #2B3CFF;
  z-index: -1;
}
@media (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: 900;
  color: #fff;
}
@media (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 (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 (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 #F34310;
}
@media (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 (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 (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 (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: "archivo", 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: #F34310;
}
@media (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__sub_title span {
    padding: 2px 5px;
  }
}
@media (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 (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 #2B3CFF;
}
@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: #2B3CFF;
}

/*  クロストーク詳細ページ
*----------------------------------- */
.page-crosstalk-detail .list-page__header__mv {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (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: "archivo", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
@media (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: #F34310;
}
@media (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 (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: #F34310;
}

.page-crosstalk-detail .l-members {
  margin-bottom: 100px;
}
@media (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 (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: #F34310;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
}
@media (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: "archivo", sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #2B3CFF;
  line-height: 1;
  margin-bottom: 40px;
}
@media (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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: #E50082;
}
.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 (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 (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 (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 (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: "archivo", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 2px;
}
@media (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: #F34310;
}
@media (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 (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 (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 (max-width: 760px) {
  .page-business .l-business__title {
    font-size: 6vw;
  }
}
.page-business .l-business__title.en {
  font-size: 60px;
  font-weight: 500;
}
@media (max-width: 760px) {
  .page-business .l-business__title.en {
    font-size: 10vw;
    margin-bottom: -2vw;
  }
}
.page-business .l-business__title .accent {
  color: #F34310;
}
.page-business .l-business__text {
  margin-bottom: 80px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media (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 #1C1C1C;
}
.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 (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: #1C1C1C;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-business .l-business .p-item__image {
  width: 42%;
}
@media (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 (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: #F34310;
  line-height: 1.4;
}
@media (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 (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: 700;
  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 .l-main {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-number .list-page__main {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.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: 83.3333333333vw;
  margin: 0 auto 10.4166666667vw;
}
@media (max-width: 760px) {
  .page-number .l-number {
    width: 100%;
    margin-bottom: 32.0512820513vw;
  }
}
.page-number .l-number__list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 760px) {
  .page-number .l-number__list {
    display: block;
  }
}
.page-number .l-number__list li {
  position: relative;
  width: 33.3333333333%;
}
@media (max-width: 760px) {
  .page-number .l-number__list li {
    width: 100%;
  }
}
@media (min-width: 761px) {
  .page-number .l-number__list li.number03::before {
    content: "";
    position: absolute;
    z-index: 100;
    top: -6.25vw;
    right: 1.3888888889vw;
    width: 9.0277777778vw;
    height: 7.9166666667vw;
    background: url(../number/images/woman01.png) no-repeat center center/contain;
  }
}
@media (max-width: 760px) {
  .page-number .l-number__list li.number04::before {
    content: "";
    position: absolute;
    z-index: 100;
    top: -13.8461538462vw;
    right: 5.1282051282vw;
    width: 33.3333333333vw;
    height: 29.2307692308vw;
    background: url(../number/images/woman01.png) no-repeat center center/contain;
  }
}
.page-number .l-number__list li.number05 {
  z-index: 100;
}
@media (min-width: 761px) {
  .page-number .l-number__list li.number05::before {
    content: "";
    position: absolute;
    z-index: 100;
    bottom: -4.0277777778vw;
    left: 3.1944444444vw;
    width: 8.3333333333vw;
    height: 13.1944444444vw;
    background: url(../number/images/man01.png) no-repeat center center/contain;
  }
}
@media (min-width: 761px) {
  .page-number .l-number__list li.number05::after {
    content: "";
    position: absolute;
    z-index: 100;
    bottom: -5.5555555556vw;
    right: 1.3888888889vw;
    width: 13.75vw;
    height: 15.0694444444vw;
    background: url(../number/images/woman02.png) no-repeat center center/contain;
  }
}
.page-number .l-number__list li.number09 {
  z-index: 100;
}
@media (max-width: 760px) {
  .page-number .l-number__list li.number09::before {
    content: "";
    position: absolute;
    z-index: 100;
    bottom: -13.0769230769vw;
    left: 1.2820512821vw;
    width: 27.9487179487vw;
    height: 44.358974359vw;
    background: url(../number/images/man01.png) no-repeat center center/contain;
  }
}
@media (max-width: 760px) {
  .page-number .l-number__list li.number09::after {
    content: "";
    position: absolute;
    z-index: 100;
    bottom: -18.9743589744vw;
    right: -1.2820512821vw;
    width: 46.4102564103vw;
    height: 50.7692307692vw;
    background: url(../number/images/woman02.png) no-repeat center center/contain;
  }
}

.page-number .l-concrete {
  background-color: #DEDEDE;
  padding-bottom: 4.8611111111vw;
  padding-top: 3.9583333333vw;
  margin-bottom: 8.3333333333vw;
}
@media (max-width: 760px) {
  .page-number .l-concrete {
    padding-bottom: 10.2564102564vw;
    padding-top: 10.2564102564vw;
    margin-bottom: 15.3846153846vw;
  }
}
.page-number .l-concrete__container {
  background: url(../company/images/bg_philosophy.png) no-repeat center/cover;
  width: 93.0555555556vw;
  margin-inline: auto;
  padding: 2.9166666667vw 4.8611111111vw 4.9305555556vw;
  position: relative;
}
@media (max-width: 760px) {
  .page-number .l-concrete__container {
    background: url(../company/images/sp/bg_philosophy.png) no-repeat center/cover;
    width: 89.7435897436vw;
    padding: 15.3846153846vw 0 16.9230769231vw;
  }
}
.page-number .l-concrete .corner {
  position: absolute;
  z-index: 10;
  width: 4.8611111111vw;
  height: 4.8611111111vw;
  background-color: #DEDEDE;
}
@media (max-width: 760px) {
  .page-number .l-concrete .corner {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
}
.page-number .l-concrete .corner.corner01 {
  top: -1px;
  left: -1px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.page-number .l-concrete .corner.corner02 {
  top: -1px;
  right: -1px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.page-number .l-concrete .corner.corner03 {
  bottom: -1px;
  left: -1px;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.page-number .l-concrete .corner.corner04 {
  bottom: -1px;
  right: -1px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.page-number .l-concrete__title {
  position: relative;
  text-align: center;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 760px) {
  .page-number .l-concrete__title {
    margin-bottom: 3.0769230769vw;
  }
}
.page-number .l-concrete__title .p-text {
  color: #00C7B6;
  font-family: "archivo", sans-serif;
  font-weight: 900;
  font-size: 6.9444444444vw;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.2;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .page-number .l-concrete__title .p-text {
    gap: 0;
    padding: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-size: 12.3076923077vw;
  }
}
.page-number .l-concrete__title .p-title {
  color: #1C1C1C;
  display: block;
  font-size: 2.2222222222vw;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media (max-width: 760px) {
  .page-number .l-concrete__title .p-title {
    line-height: 1.05;
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.page-number .l-concrete__list {
  width: 83.3333333333vw;
  margin-inline: auto;
  display: flex;
}
@media (max-width: 760px) {
  .page-number .l-concrete__list {
    width: 100%;
    display: block;
  }
}
.page-number .l-concrete__list li {
  width: 33.3333333333%;
}
@media (max-width: 760px) {
  .page-number .l-concrete__list li {
    width: 100%;
  }
}
.page-number .l-concrete__link {
  text-align: center;
  margin-top: 0.6944444444vw;
}
@media (max-width: 760px) {
  .page-number .l-concrete__link {
    margin-top: 2.5641025641vw;
  }
}
.page-number .l-concrete__link-txt {
  display: block;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 760px) {
  .page-number .l-concrete__link-txt {
    font-size: 18px;
    font-size: 4.6153846154vw;
    line-height: 1.4444444444;
  }
}
.page-number .l-concrete__link-txt span {
  position: relative;
}
.page-number .l-concrete__link-txt span::before {
  content: "";
  position: absolute;
  top: 0.2777777778vw;
  left: -10px;
  transform: rotate(-20deg);
  width: 3px;
  height: 1.5277777778vw;
  background-color: #1C1C1C;
}
@media (max-width: 760px) {
  .page-number .l-concrete__link-txt span::before {
    top: 2.0512820513vw;
    left: -12.0512820513vw;
    height: 10.2564102564vw;
  }
}
.page-number .l-concrete__link-txt span::after {
  content: "";
  position: absolute;
  top: 0.2777777778vw;
  right: -10px;
  transform: rotate(20deg);
  width: 3px;
  height: 1.5277777778vw;
  background-color: #1C1C1C;
}
@media (max-width: 760px) {
  .page-number .l-concrete__link-txt span::after {
    top: 2.0512820513vw;
    right: -4.358974359vw;
    height: 10.2564102564vw;
  }
}
.page-number .l-concrete__link-btn {
  position: relative;
  display: block;
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  width: 22.9166666667vw;
  margin: 1.1111111111vw auto 0;
  background: #1C1C1C;
  color: #fff;
  padding: 0.4861111111vw 1.3888888889vw 0.5555555556vw;
}
@media (max-width: 760px) {
  .page-number .l-concrete__link-btn {
    font-size: 32px;
    font-size: 8.2051282051vw;
    margin-top: 3.0769230769vw;
    width: 61.5384615385vw;
    padding: 2.0512820513vw 2.5641025641vw 2.5641025641vw;
  }
}
.page-number .l-concrete__link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5972222222vw;
  transform: translateY(-50%);
  width: 1.5972222222vw;
  height: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #1C1C1C;
}
@media (max-width: 760px) {
  .page-number .l-concrete__link-btn::after {
    width: 5.1282051282vw;
    right: -5.1282051282vw;
  }
}

.page-number .l-keyword {
  border-bottom: 2.7777777778vw solid #D0D0D0;
}
@media (max-width: 760px) {
  .page-number .l-keyword {
    border-bottom: 10.2564102564vw solid #D0D0D0;
  }
}
.page-number .l-keyword__container {
  width: 83.3333333333vw;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .page-number .l-keyword__container {
    width: 100%;
  }
}

.page-number .l-voice {
  background: url(../images/top/bg_concept.png) no-repeat top center/cover;
  background-size: 1440px auto;
}
@media (max-width: 760px) {
  .page-number .l-voice {
    background: url(../images/top/sp/bg_concept.png) no-repeat top center/cover;
    background-size: 100vw auto;
  }
}
.page-number .l-voice__container {
  width: 83.3333333333vw;
  margin: 0 auto;
  padding-top: 8.3333333333vw;
  padding-bottom: 9.5138888889vw;
}
@media (max-width: 760px) {
  .page-number .l-voice__container {
    width: 100%;
    padding-top: 14.1025641026vw;
    padding-bottom: 30.7692307692vw;
  }
}

/*  働くイメージ
*----------------------------------- */
.page-work .l-main {
  padding-bottom: 0;
  margin-bottom: 0;
  background: url(../images/top/bg_concept.png) repeat top center/cover;
  background-size: 1440px auto;
}
@media (max-width: 760px) {
  .page-work .l-main {
    background: url(../images/top/sp/bg_concept.png) repeat top center/cover;
    background-size: 100vw auto;
  }
}
.page-work .list-page__main {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
}

.page-work .l-introduction__container {
  width: 83.3333333333vw;
  margin: 0 auto;
  padding-top: 8.3333333333vw;
  padding-bottom: 6.9444444444vw;
}
@media (max-width: 760px) {
  .page-work .l-introduction__container {
    width: 90%;
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
}
.page-work .l-introduction__title {
  text-align: center;
  font-size: 3.1944444444vw;
  font-weight: 900;
  line-height: 1.2;
  color: #F34310;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 760px) {
  .page-work .l-introduction__title {
    font-size: 32px;
    font-size: 8.2051282051vw;
    margin-bottom: 6.1538461538vw;
  }
}
.page-work .l-introduction__text {
  text-align: center;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 2.2;
  margin-bottom: 3.0555555556vw;
}
@media (max-width: 760px) {
  .page-work .l-introduction__text {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.4444444444;
    margin-bottom: 10.2564102564vw;
    text-align: justify;
  }
}
.page-work .l-introduction__list {
  display: flex;
  gap: 2.7777777778vw;
  justify-content: center;
}
@media (max-width: 760px) {
  .page-work .l-introduction__list {
    flex-direction: column;
    gap: 2.5641025641vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-work .l-introduction__list a {
  position: relative;
  background: #F2F2F2;
  color: #1C1C1C;
  width: 25vw;
  font-size: 1.3888888889vw;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
  padding: 1.4583333333vw 1.5277777778vw;
}
@media (max-width: 760px) {
  .page-work .l-introduction__list a {
    font-size: 18px;
    font-size: 4.6153846154vw;
    line-height: 1.4444444444;
    width: 100%;
    padding: 5.1282051282vw 5.1282051282vw;
  }
}
.page-work .l-introduction__list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25vw;
  transform: translateY(-50%);
  width: 1.9444444444vw;
  height: 1.9444444444vw;
  background: url(../work/images/icon_arrow_common.svg) no-repeat center center/contain;
}
@media (max-width: 760px) {
  .page-work .l-introduction__list a::after {
    width: 7.1794871795vw;
    height: 7.1794871795vw;
    right: 4.6153846154vw;
  }
}
.page-work .l-introduction__list a.common::after {
  background: url(../work/images/icon_arrow_common.svg) no-repeat center center/contain;
}
.page-work .l-introduction__list a.living::after {
  background: url(../work/images/icon_arrow_living.svg) no-repeat center center/contain;
}

.page-work .l-common {
  margin-bottom: 11.1111111111vw;
}
@media (max-width: 760px) {
  .page-work .l-common {
    margin-bottom: 25.641025641vw;
  }
}
.page-work .l-common__header {
  position: relative;
  background: #DEDEDE;
  padding-top: 3.8194444444vw;
  padding-bottom: 3.8194444444vw;
  margin-bottom: 8.3333333333vw;
}
@media (max-width: 760px) {
  .page-work .l-common__header {
    padding-top: 5.1282051282vw;
    padding-bottom: 5.1282051282vw;
    margin-bottom: 15.3846153846vw;
  }
}
.page-work .l-common__header::before {
  content: "";
  position: absolute;
  top: -3.4722222222vw;
  left: 8.3333333333vw;
  width: 18.8888888889vw;
  height: 20.9722222222vw;
  background: url(../work/images/heading-left.svg) no-repeat center center/contain;
}
@media (max-width: 760px) {
  .page-work .l-common__header::before {
    width: 35.8974358974vw;
    height: 38.4615384615vw;
    top: -20.5128205128vw;
    left: -6.4102564103vw;
  }
}
.page-work .l-common__header::after {
  content: "";
  position: absolute;
  top: -1.875vw;
  right: 8.3333333333vw;
  width: 18.0555555556vw;
  height: 17.9166666667vw;
  background: url(../work/images/heading-right.svg) no-repeat center center/contain;
}
@media (max-width: 760px) {
  .page-work .l-common__header::after {
    width: 32.5641025641vw;
    height: 36.9230769231vw;
    top: -20.5128205128vw;
    right: -6.4102564103vw;
  }
}
.page-work .l-common__header .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #808080;
  border-radius: 50%;
}
@media (max-width: 760px) {
  .page-work .l-common__header .dot {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
  }
}
.page-work .l-common__header .dot.dot01 {
  top: 20px;
  left: 20px;
}
@media (max-width: 760px) {
  .page-work .l-common__header .dot.dot01 {
    top: 3.0769230769vw;
    left: 3.0769230769vw;
  }
}
.page-work .l-common__header .dot.dot02 {
  top: 20px;
  right: 20px;
}
@media (max-width: 760px) {
  .page-work .l-common__header .dot.dot02 {
    top: 3.0769230769vw;
    right: 3.0769230769vw;
  }
}
.page-work .l-common__header .dot.dot03 {
  bottom: 20px;
  left: 20px;
}
@media (max-width: 760px) {
  .page-work .l-common__header .dot.dot03 {
    bottom: 3.0769230769vw;
    left: 3.0769230769vw;
  }
}
.page-work .l-common__header .dot.dot04 {
  bottom: 20px;
  right: 20px;
}
@media (max-width: 760px) {
  .page-work .l-common__header .dot.dot04 {
    bottom: 3.0769230769vw;
    right: 3.0769230769vw;
  }
}
.page-work .l-common__title {
  text-align: center;
  font-size: 3.1944444444vw;
  font-weight: 900;
  line-height: 1.2;
  color: #F34310;
}
@media (max-width: 760px) {
  .page-work .l-common__title {
    font-size: 32px;
    font-size: 8.2051282051vw;
  }
}
.page-work .l-common__title span {
  padding: 0.6944444444vw 3.4722222222vw 0.7638888889vw 1.4583333333vw;
  align-items: center;
  color: #fff;
  background-color: #1C1C1C;
  background-image: url(../company/images/icon_heading-arrow.svg);
  background-position: right 7px center;
  background-repeat: no-repeat;
  background-size: auto calc(100% - 10px);
  display: inline-flex;
  margin-right: 12px;
  gap: 0.6944444444vw;
  clip-path: polygon(0% 0%, calc(100% - 1.5277777778vw) 0%, 100% 50%, calc(100% - 1.5277777778vw) 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, calc(100% - 1.5277777778vw) 0%, 100% 50%, calc(100% - 1.5277777778vw) 100%, 0% 100%);
}
@media (max-width: 760px) {
  .page-work .l-common__title span {
    padding: 0.5128205128vw 7.6923076923vw 1.0256410256vw 2.5641025641vw;
    clip-path: polygon(0% 0%, calc(100% - 3.3333333333vw) 0%, 100% 50%, calc(100% - 3.3333333333vw) 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, calc(100% - 3.3333333333vw) 0%, 100% 50%, calc(100% - 3.3333333333vw) 100%, 0% 100%);
  }
}
.page-work .l-common__container {
  width: 83.3333333333vw;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .page-work .l-common__container {
    width: 90%;
  }
}
.page-work .l-common .p-item {
  padding-bottom: 5.5555555556vw;
  border-bottom: 2px solid #1C1C1C;
  margin-bottom: 5.5555555556vw;
  flex-direction: column;
}
@media (min-width: 761px) {
  .page-work .l-common .p-item:nth-child(even) .p-item__inner {
    flex-direction: row-reverse;
  }
}
.page-work .l-common .p-item:nth-child(1) .p-item__title {
  color: #E50082;
}
.page-work .l-common .p-item:nth-child(2) .p-item__title {
  color: #00C7B6;
}
.page-work .l-common .p-item:nth-child(3) .p-item__title {
  color: #F34310;
}
.page-work .l-common .p-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 760px) {
  .page-work .l-common .p-item {
    padding-bottom: 15.3846153846vw;
    margin-bottom: 15.3846153846vw;
    flex-direction: columnc;
  }
}
.page-work .l-common .p-item__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 760px) {
  .page-work .l-common .p-item__inner {
    flex-direction: column;
    gap: 5.1282051282vw;
  }
}
.page-work .l-common .p-item__info {
  width: 41.6666666667vw;
}
@media (max-width: 760px) {
  .page-work .l-common .p-item__info {
    width: 100%;
  }
}
.page-work .l-common .p-item__sub-title {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 760px) {
  .page-work .l-common .p-item__sub-title {
    font-size: 16px;
    font-size: 4.1025641026vw;
    margin-bottom: 6.1538461538vw;
  }
}
.page-work .l-common .p-item__sub-title span {
  position: relative;
  font-size: 1.8055555556vw;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  background: #1C1C1C;
  color: #fff;
  padding: 0.0694444444vw 0.6944444444vw 0.2083333333vw;
}
@media (max-width: 760px) {
  .page-work .l-common .p-item__sub-title span {
    font-size: 22px;
    font-size: 5.641025641vw;
    margin-top: 3.0769230769vw;
    width: 61.5384615385vw;
    padding: 1.0256410256vw 2.5641025641vw 1.5384615385vw;
  }
}
.page-work .l-common .p-item__sub-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.8333333333vw;
  transform: translateY(-50%);
  width: 0.8333333333vw;
  height: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #1C1C1C;
}
@media (max-width: 760px) {
  .page-work .l-common .p-item__sub-title span::after {
    width: 5.1282051282vw;
    right: -5.1282051282vw;
  }
}
.page-work .l-common .p-item__title {
  font-size: 2.9166666667vw;
  font-weight: 900;
  line-height: 1.3333333333;
  color: #E50082;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 760px) {
  .page-work .l-common .p-item__title {
    font-size: 30px;
    font-size: 7.6923076923vw;
    margin-bottom: 6.1538461538vw;
  }
}
.page-work .l-common .p-item__text {
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 2;
  text-align: justify;
}
@media (max-width: 760px) {
  .page-work .l-common .p-item__text {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.page-work .l-common .p-item__image {
  width: 38.5416666667vw;
}
@media (max-width: 760px) {
  .page-work .l-common .p-item__image {
    width: 100%;
  }
}
.page-work .l-common .p-item__voice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.9166666667vw;
  margin-top: 2.0833333333vw;
}
@media (max-width: 760px) {
  .page-work .l-common .p-item__voice {
    flex-direction: column;
    gap: 5.1282051282vw;
    margin-top: 7.6923076923vw;
  }
}
.page-work .l-common .p-item__voice-image {
  width: 12.5vw;
  height: 12.5vw;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 760px) {
  .page-work .l-common .p-item__voice-image {
    width: 41.0256410256vw;
    height: 41.0256410256vw;
  }
}
.page-work .l-common .p-item__voice-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-work .l-common .p-item__voice-text {
  position: relative;
  width: 62.3611111111vw;
  background: #DEDEDE;
  padding: 1.3888888889vw 1.3888888889vw 1.3888888889vw 2.7777777778vw;
  color: #1C1C1C;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.75;
  text-align: justify;
}
@media (max-width: 760px) {
  .page-work .l-common .p-item__voice-text {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.8;
    width: 90%;
    padding: 4.1025641026vw 5.1282051282vw 4.6153846154vw;
  }
}
.page-work .l-common .p-item__voice-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5277777778vw;
  transform: translateY(-50%);
  width: 1.6666666667vw;
  height: 1.5277777778vw;
  background: #DEDEDE;
  clip-path: polygon(0 50%, 100% 0%, 100% 100%);
}
@media (max-width: 760px) {
  .page-work .l-common .p-item__voice-text::before {
    content: none;
  }
}
.page-work .l-common__other {
  width: 83.3333333333vw;
  margin: 0 auto;
  background: #F2F2F2;
  padding: 3.4722222222vw 4.1666666667vw;
  margin-top: 5.5555555556vw;
}
@media (max-width: 760px) {
  .page-work .l-common__other {
    width: 90%;
    padding: 5.1282051282vw 5.1282051282vw;
    margin-top: 15.3846153846vw;
  }
}
.page-work .l-common__other-title {
  font-size: 2.2222222222vw;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 760px) {
  .page-work .l-common__other-title {
    font-size: 24px;
    font-size: 6.1538461538vw;
    margin-bottom: 4.6153846154vw;
  }
}
.page-work .l-common__other-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3888888889vw;
}
@media (max-width: 760px) {
  .page-work .l-common__other-list {
    gap: 2.5641025641vw;
    flex-direction: column;
  }
}
.page-work .l-common__other-item {
  width: 36.1111111111vw;
  background: #fff;
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 1.3888888889vw 1.9444444444vw;
}
@media (max-width: 760px) {
  .page-work .l-common__other-item {
    width: 100%;
    text-align: justify;
    font-size: 16px;
    font-size: 4.1025641026vw;
    padding: 4.1025641026vw 5.1282051282vw;
  }
}

.page-work .l-living {
  margin-bottom: 9.7222222222vw;
}
@media (max-width: 760px) {
  .page-work .l-living {
    margin-bottom: 25.641025641vw;
  }
}
.page-work .l-living__header {
  position: relative;
  background: #DEDEDE;
  padding-top: 3.8194444444vw;
  padding-bottom: 3.8194444444vw;
  margin-bottom: 8.3333333333vw;
}
@media (max-width: 760px) {
  .page-work .l-living__header {
    padding-top: 5.1282051282vw;
    padding-bottom: 5.1282051282vw;
    margin-bottom: 10.2564102564vw;
  }
}
.page-work .l-living__header::before {
  content: "";
  position: absolute;
  top: -3.4722222222vw;
  left: 8.3333333333vw;
  width: 20.8333333333vw;
  height: 20.8333333333vw;
  background: url(../work/images/heading-left02.svg) no-repeat center center/contain;
}
@media (max-width: 760px) {
  .page-work .l-living__header::before {
    width: 38.4615384615vw;
    height: 38.4615384615vw;
    top: -10.2564102564vw;
    left: -6.4102564103vw;
  }
}
.page-work .l-living__header::after {
  content: "";
  position: absolute;
  top: -3.4722222222vw;
  right: 8.3333333333vw;
  width: 20.8333333333vw;
  height: 20.8333333333vw;
  background: url(../work/images/heading-right02.svg) no-repeat center center/contain;
}
@media (max-width: 760px) {
  .page-work .l-living__header::after {
    width: 38.4615384615vw;
    height: 38.4615384615vw;
    top: -10.2564102564vw;
    right: -3.8461538462vw;
  }
}
.page-work .l-living__header .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #808080;
  border-radius: 50%;
}
@media (max-width: 760px) {
  .page-work .l-living__header .dot {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
  }
}
.page-work .l-living__header .dot.dot01 {
  top: 20px;
  left: 20px;
}
@media (max-width: 760px) {
  .page-work .l-living__header .dot.dot01 {
    top: 3.0769230769vw;
    left: 3.0769230769vw;
  }
}
.page-work .l-living__header .dot.dot02 {
  top: 20px;
  right: 20px;
}
@media (max-width: 760px) {
  .page-work .l-living__header .dot.dot02 {
    top: 3.0769230769vw;
    right: 3.0769230769vw;
  }
}
.page-work .l-living__header .dot.dot03 {
  bottom: 20px;
  left: 20px;
}
@media (max-width: 760px) {
  .page-work .l-living__header .dot.dot03 {
    bottom: 3.0769230769vw;
    left: 3.0769230769vw;
  }
}
.page-work .l-living__header .dot.dot04 {
  bottom: 20px;
  right: 20px;
}
@media (max-width: 760px) {
  .page-work .l-living__header .dot.dot04 {
    bottom: 3.0769230769vw;
    right: 3.0769230769vw;
  }
}
.page-work .l-living__title {
  text-align: center;
  font-size: 3.1944444444vw;
  font-weight: 900;
  line-height: 1.2;
  color: #2B3CFF;
}
@media (max-width: 760px) {
  .page-work .l-living__title {
    font-size: 32px;
    font-size: 8.2051282051vw;
  }
}
.page-work .l-living__title span {
  padding: 0.6944444444vw 3.4722222222vw 0.7638888889vw 1.4583333333vw;
  align-items: center;
  color: #fff;
  background-color: #1C1C1C;
  background-image: url(../company/images/icon_heading-arrow.svg);
  background-position: right 7px center;
  background-repeat: no-repeat;
  background-size: auto calc(100% - 10px);
  display: inline-flex;
  margin-right: 12px;
  gap: 0.6944444444vw;
  clip-path: polygon(0% 0%, calc(100% - 1.5277777778vw) 0%, 100% 50%, calc(100% - 1.5277777778vw) 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, calc(100% - 1.5277777778vw) 0%, 100% 50%, calc(100% - 1.5277777778vw) 100%, 0% 100%);
}
@media (max-width: 760px) {
  .page-work .l-living__title span {
    padding: 0.5128205128vw 7.6923076923vw 1.0256410256vw 2.5641025641vw;
    clip-path: polygon(0% 0%, calc(100% - 3.3333333333vw) 0%, 100% 50%, calc(100% - 3.3333333333vw) 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, calc(100% - 3.3333333333vw) 0%, 100% 50%, calc(100% - 3.3333333333vw) 100%, 0% 100%);
  }
}
.page-work .l-living__container {
  width: 83.3333333333vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5.5555555556vw;
}
@media (max-width: 760px) {
  .page-work .l-living__container {
    width: 90%;
    flex-direction: column;
    gap: 5.1282051282vw;
  }
}
.page-work .l-living .p-item {
  width: 38.8888888889vw;
  background: #DEDEDE;
  padding: 2.0833333333vw 2.0833333333vw;
}
@media (max-width: 760px) {
  .page-work .l-living .p-item {
    width: 100%;
    padding: 5.1282051282vw 5.1282051282vw;
  }
}
.page-work .l-living .p-item__inner {
  position: relative;
  background: #fff;
  padding: 3.3333333333vw 2.7777777778vw;
}
@media (max-width: 760px) {
  .page-work .l-living .p-item__inner {
    padding: 7.1794871795vw 5.1282051282vw 7.1794871795vw;
  }
}
.page-work .l-living .p-item__inner .corner {
  position: relative;
  position: absolute;
  z-index: 10;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  background-color: #DEDEDE;
}
@media (max-width: 760px) {
  .page-work .l-living .p-item__inner .corner {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
.page-work .l-living .p-item__inner .corner.corner01 {
  top: -1px;
  left: -1px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.page-work .l-living .p-item__inner .corner.corner02 {
  top: -1px;
  right: -1px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.page-work .l-living .p-item__inner .corner.corner03 {
  bottom: -1px;
  left: -1px;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.page-work .l-living .p-item__inner .corner.corner04 {
  bottom: -1px;
  right: -1px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.page-work .l-living .p-item__title {
  position: relative;
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 1.2777777778;
  padding-bottom: 0%;
  padding-left: 4.1666666667vw;
  padding-bottom: 1.3888888889vw;
  margin-bottom: 1.7361111111vw;
  border-bottom: 5px solid #2B3CFF;
  text-align: left;
}
@media (max-width: 760px) {
  .page-work .l-living .p-item__title {
    font-size: 24px;
    font-size: 6.1538461538vw;
    padding-left: 7.6923076923vw;
    padding-bottom: 2.5641025641vw;
    margin-bottom: 5.1282051282vw;
  }
}
.page-work .l-living .p-item__title::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "archivo", sans-serif;
  color: #2B3CFF;
  font-size: 3.3333333333vw;
}
@media (max-width: 760px) {
  .page-work .l-living .p-item__title::before {
    font-size: 6.1538461538vw;
  }
}
.page-work .l-living .p-item__text {
  position: relative;
  font-size: 1.1111111111vw;
  font-weight: 700;
  text-align: justify;
  line-height: 1.75;
  padding: 0.6944444444vw 1.3888888889vw;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 760px) {
  .page-work .l-living .p-item__text {
    padding: 2.5641025641vw 5.1282051282vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
    margin-bottom: 2.5641025641vw;
  }
}
.page-work .l-living .p-item__text:last-child {
  margin-bottom: 0;
}
.page-work .l-living .p-item__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-top: 5px solid #1C1C1C;
  border-left: 5px solid #1C1C1C;
}
@media (max-width: 760px) {
  .page-work .l-living .p-item__text::before {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    border-top: 4px solid #1C1C1C;
    border-left: 4px solid #1C1C1C;
  }
}
.page-work .l-living .p-item__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-bottom: 5px solid #1C1C1C;
  border-right: 5px solid #1C1C1C;
}
@media (max-width: 760px) {
  .page-work .l-living .p-item__text::after {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    border-bottom: 4px solid #1C1C1C;
    border-right: 4px solid #1C1C1C;
  }
}

/*  匠の道
*----------------------------------- */
.page-craftsmanship .l-header .p-item__logo {
  filter: brightness(0) invert(1);
}
.page-craftsmanship .l-header .p-item__title {
  color: #fff;
}
.page-craftsmanship .l-toggle.js-nav-toggle:not(.active) span {
  background: #fff;
}

.page-craftsmanship .l-main {
  padding-bottom: 0;
  margin-bottom: 0;
  background: #1A1A1A;
  color: #fff;
}
.page-craftsmanship .list-page__main {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
}

.page-craftsmanship .l-fv {
  width: 100vw;
  position: relative;
}
.page-craftsmanship .l-fv__container {
  padding-top: 9.1666666667vw;
  padding-bottom: 19.4444444444vw;
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-fv__container {
    padding-top: 76.4102564103vw;
    padding-bottom: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20.5128205128vw;
  }
}
.page-craftsmanship .l-fv__image {
  position: absolute;
  z-index: 0;
  top: -13.1944444444vw;
  left: -8.3333333333vw;
  width: 71.5277777778vw;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-fv__image {
    width: 110.7692307692vw;
    top: -17.4358974359vw;
    left: -15.8974358974vw;
  }
}
.page-craftsmanship .l-fv__title {
  position: relative;
  z-index: 10;
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 500;
  font-size: 9.0277777778vw;
  line-height: 1.2307692308;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-fv__title {
    font-size: 15.3846153846vw;
  }
}
.page-craftsmanship .l-fv__text {
  position: relative;
  z-index: 10;
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 500;
  font-size: 1.6666666667vw;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 1.3888888889vw;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-fv__text {
    font-size: 4.6153846154vw;
    margin-top: 2.5641025641vw;
  }
}

.page-craftsmanship .l-craftsmanship {
  margin-bottom: 11.1111111111vw;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-craftsmanship {
    margin-bottom: 25.641025641vw;
  }
}
.page-craftsmanship .l-craftsmanship__container {
  position: relative;
  z-index: 10;
  width: fit-content;
  margin-left: 50%;
  margin-right: auto;
}
@media (min-width: 761px) {
  .page-craftsmanship .l-craftsmanship__container {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media (max-width: 760px) {
  .page-craftsmanship .l-craftsmanship__container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-craftsmanship .l-craftsmanship__title {
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 500;
  font-size: 2.9166666667vw;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-left: 2.0833333333vw;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-craftsmanship__title {
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-left: auto;
    margin-right: 0;
    font-size: 10.7692307692vw;
    margin-bottom: -41.0256410256vw;
  }
}
.page-craftsmanship .l-craftsmanship__text {
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-craftsmanship__text {
    font-size: 4.1025641026vw;
    letter-spacing: 0;
  }
}
.page-craftsmanship .l-craftsmanship__image {
  position: relative;
  z-index: 0;
  width: 100vw;
  margin-top: -20.8333333333vw;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-craftsmanship__image {
    margin-top: -53.8461538462vw;
    width: 100%;
  }
}

.page-craftsmanship .l-point {
  margin-bottom: 13.8888888889vw;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-point {
    margin-bottom: 25.641025641vw;
  }
}
.page-craftsmanship .l-point__container {
  width: 83.3333333333vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-point__container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-craftsmanship .l-point .p-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6.9444444444vw;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-point .p-item {
    margin-bottom: 25.641025641vw;
    flex-direction: column;
  }
}
@media (min-width: 761px) {
  .page-craftsmanship .l-point .p-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.page-craftsmanship .l-point .p-item:last-child {
  margin-bottom: 0;
}
.page-craftsmanship .l-point .p-item__inner {
  width: 41.6666666667vw;
  align-self: center;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-point .p-item__inner {
    width: 100%;
  }
}
.page-craftsmanship .l-point .p-item__title {
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 500;
  font-size: 3.75vw;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-point .p-item__title {
    font-size: 9.2307692308vw;
    margin-bottom: 2.5641025641vw;
  }
}
.page-craftsmanship .l-point .p-item__text {
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 2.75;
  letter-spacing: 0.05em;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-point .p-item__text {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.page-craftsmanship .l-point .p-item__image {
  width: 36.1111111111vw;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-point .p-item__image {
    width: 100%;
    margin-top: 7.6923076923vw;
  }
}

.page-craftsmanship .l-reason {
  position: relative;
  margin-bottom: 11.1111111111vw;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-reason {
    margin-bottom: 25.641025641vw;
  }
}
.page-craftsmanship .l-reason::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 20.8333333333vw;
  background-color: #141F38;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-reason::before {
    width: 80vw;
    height: 80vw;
  }
}
.page-craftsmanship .l-reason__container {
  position: relative;
  z-index: 10;
  width: 83.3333333333vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9.7222222222vw;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-reason__container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column-reverse;
    padding-top: 15.3846153846vw;
  }
}
.page-craftsmanship .l-reason__info {
  width: 43.0555555556vw;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-reason__info {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-craftsmanship .l-reason__title {
  align-self: center;
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 500;
  font-size: 2.9166666667vw;
  line-height: 1.3;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-reason__title {
    font-size: 7.1794871795vw;
    margin-bottom: 3.8461538462vw;
    text-align: center;
  }
}
.page-craftsmanship .l-reason__text {
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 2.75;
  letter-spacing: 0.05em;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-reason__text {
    font-size: 4.1025641026vw;
    line-height: 2.4;
    letter-spacing: 0;
  }
}
.page-craftsmanship .l-reason__figure {
  position: relative;
  width: 36.1111111111vw;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-reason__figure {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7.6923076923vw;
  }
}
.page-craftsmanship .l-reason__catch {
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 500;
}
@media (min-width: 761px) {
  .page-craftsmanship .l-reason__catch {
    position: absolute;
    z-index: 10;
    font-size: 4.0277777778vw;
    top: -13.8888888889vw;
    right: -1.3888888889vw;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media (max-width: 760px) {
  .page-craftsmanship .l-reason__catch {
    font-size: 9.2307692308vw;
    margin-bottom: 2.5641025641vw;
    text-align: center;
  }
}
.page-craftsmanship .l-reason__image {
  width: 25vw;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-reason__image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 760px) {
  .page-craftsmanship .l-reason__image {
    width: 64.1025641026vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-craftsmanship .l-uniform {
  position: relative;
  margin-bottom: 11.1111111111vw;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-uniform {
    margin-bottom: 30.7692307692vw;
  }
}
.page-craftsmanship .l-uniform__container {
  width: 83.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.7777777778vw;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-uniform__container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7.6923076923vw;
  }
}
.page-craftsmanship .l-uniform__title {
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 500;
  font-size: 2.9166666667vw;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-uniform__title {
    font-size: 7.1794871795vw;
    margin-bottom: 5.1282051282vw;
  }
}
.page-craftsmanship .l-uniform__text {
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 2.75;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 760px) {
  .page-craftsmanship .l-uniform__text {
    font-size: 4.1025641026vw;
    line-height: 2.4;
    letter-spacing: 0;
  }
}

/*  親御様へ
*----------------------------------- */
.page-parents .l-wrapper {
  overflow: inherit;
}

.page-parents .l-parents-header {
  text-align: center;
  width: 100%;
  position: relative;
  padding-top: 120px;
  padding-bottom: 60px;
  background: url(../images/top/bg_environment.png) repeat top center/cover;
  background-size: 1440px auto;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-parents-header {
    background: url(../images/top/sp/bg_environment.png) repeat top center/cover;
    background-size: 100% auto;
    padding-top: 70px;
  }
}
.page-parents .l-parents-header__subtitle {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  font-family: "archivo", sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-parents-header__subtitle {
    font-size: 10vw;
  }
}
.page-parents .l-parents-header__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-parents-header__title {
    font-size: 4.2vw;
    margin-top: 1.4vw;
  }
}
.page-parents .l-parents-header__catch {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
  margin-top: 20px;
  color: #00C7B6;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-parents-header__catch {
    font-size: 7vw;
    margin-top: 4vw;
  }
}
.page-parents .l-parents-header__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-parents .l-parents-header__text {
    font-size: 4.2vw;
    margin-top: 1.4vw;
  }
}

.page-parents .l-contents__container {
  width: 83.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 2.7777777778vw;
}
@media (max-width: 760px) {
  .page-parents .l-contents__container {
    flex-direction: column-reverse;
    width: 100%;
  }
}

.page-parents .l-contents__list {
  width: 68.0555555556vw;
  padding-top: 5.5555555556vw;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list {
    width: 100%;
    padding-top: 10.2564102564vw;
  }
}
.page-parents .l-contents__list .p-item {
  background: #DEDEDE;
  padding: 2.0833333333vw;
  margin-bottom: 5.5555555556vw;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item {
    padding: 5.1282051282vw 5.1282051282vw;
    margin-bottom: 10.2564102564vw;
  }
}
.page-parents .l-contents__list .p-item__container {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 2.7777777778vw 4.1666666667vw 4.1666666667vw;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__container {
    padding: 12.8205128205vw 5.1282051282vw 12.8205128205vw;
  }
}
.page-parents .l-contents__list .p-item__container .corner {
  position: absolute;
  z-index: 10;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  background-color: #DEDEDE;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__container .corner {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
.page-parents .l-contents__list .p-item__container .corner.corner01 {
  top: -1px;
  left: -1px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.page-parents .l-contents__list .p-item__container .corner.corner02 {
  top: -1px;
  right: -1px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.page-parents .l-contents__list .p-item__container .corner.corner03 {
  bottom: -1px;
  left: -1px;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.page-parents .l-contents__list .p-item__container .corner.corner04 {
  bottom: -1px;
  right: -1px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.page-parents .l-contents__list .p-item__title {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.8333333333vw;
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__title {
    font-size: 5.641025641vw;
    margin-bottom: 3.8461538462vw;
  }
}
.page-parents .l-contents__list .p-item__title.en {
  font-size: 3.0555555556vw;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.6944444444vw;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__title.en {
    font-size: 9.2307692308vw;
    margin-bottom: 2.5641025641vw;
  }
}
.page-parents .l-contents__list .p-item__title span {
  font-family: "archivo", sans-serif;
  font-weight: 700;
  font-size: 3.0555555556vw;
  color: #00C7B6;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__title span {
    font-size: 6.1538461538vw;
  }
}
.page-parents .l-contents__list .p-item__sub-title {
  font-size: 1.6666666667vw;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 0.6944444444vw;
  color: #00C7B6;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__sub-title {
    font-size: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
}
.page-parents .l-contents__list .p-item__text {
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.5625;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__text {
    font-size: 4.1025641026vw;
    line-height: 1.8;
  }
}
.page-parents .l-contents__list .p-item__table dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 1.25vw;
}
.page-parents .l-contents__list .p-item__table dl:last-child {
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__table dl {
    flex-direction: column;
    margin-bottom: 3.8461538462vw;
  }
}
.page-parents .l-contents__list .p-item__table dt {
  width: 15.2777777778vw;
  padding: 0.8333333333vw 0.4861111111vw;
  background-color: #EDFBFA;
  color: #00C7B6;
  font-size: 1.3888888889vw;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__table dt {
    font-size: 4.6153846154vw;
    width: 100%;
    padding: 3.0769230769vw 1.7948717949vw;
  }
}
.page-parents .l-contents__list .p-item__table dd {
  width: calc(100% - 15.2777777778vw);
  padding: 0.8333333333vw 1.4583333333vw;
  background-color: #fff;
  color: #1C1C1C;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.5625;
  text-align: left;
  align-self: center;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__table dd {
    font-size: 4.1025641026vw;
    width: 100%;
    padding: 3.0769230769vw 1.7948717949vw;
  }
}
.page-parents .l-contents__list .p-item__voice-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.3888888889vw;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__voice-item {
    gap: 2.5641025641vw;
    flex-direction: column;
  }
}
@media (min-width: 761px) {
  .page-parents .l-contents__list .p-item__voice-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.page-parents .l-contents__list .p-item__voice-item:last-child {
  margin-bottom: 0;
}
.page-parents .l-contents__list .p-item__voice .p-image {
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__voice .p-image {
    width: 25.641025641vw;
    height: 25.641025641vw;
  }
}
.page-parents .l-contents__list .p-item__voice .p-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-parents .l-contents__list .p-item__voice .p-text {
  width: calc(100% - 6.9444444444vw);
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.5625;
  text-align: left;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__voice .p-text {
    font-size: 4.1025641026vw;
  }
}
.page-parents .l-contents__list .p-item__faq dl {
  padding: 2.0833333333vw 0;
  border-bottom: 1px solid #DEDEDE;
}
.page-parents .l-contents__list .p-item__faq dl:last-child {
  border-bottom: none;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__faq dl {
    padding: 5.1282051282vw 0;
  }
}
.page-parents .l-contents__list .p-item__faq dt {
  font-size: 1.6666666667vw;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 0.6944444444vw;
  padding-left: 3.4722222222vw;
  color: #00C7B6;
  position: relative;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__faq dt {
    font-size: 4.6153846154vw;
    padding-left: 7.6923076923vw;
    margin-bottom: 2.5641025641vw;
  }
}
.page-parents .l-contents__list .p-item__faq dt::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: -0.5555555556vw;
  font-family: "archivo", sans-serif;
  color: #00C7B6;
  font-size: 2.5vw;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__faq dt::before {
    font-size: 6.1538461538vw;
  }
}
.page-parents .l-contents__list .p-item__faq dd {
  font-size: 1.1111111111vw;
  line-height: 1.5625;
  padding-left: 3.4722222222vw;
  padding-top: 0.6944444444vw;
  position: relative;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__faq dd {
    font-size: 4.6153846154vw;
    padding-left: 7.6923076923vw;
    padding-top: 0.5128205128vw;
  }
}
.page-parents .l-contents__list .p-item__faq dd::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: -0.5555555556vw;
  font-family: "archivo", sans-serif;
  color: #F34310;
  font-size: 2.5vw;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__faq dd::before {
    font-size: 6.1538461538vw;
  }
}
.page-parents .l-contents__list .p-item__target {
  counter-reset: number 0;
}
.page-parents .l-contents__list .p-item__target-item {
  position: relative;
  padding: 2.0833333333vw 0;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__target-item {
    padding: 5.1282051282vw 0;
  }
}
.page-parents .l-contents__list .p-item__target-item:last-child {
  border-bottom: none;
}
.page-parents .l-contents__list .p-item__target-item::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  right: 0;
  top: -1.3888888889vw;
  font-family: "archivo", sans-serif;
  font-weight: 900;
  font-size: 7.7777777778vw;
  color: #00C7B6;
  opacity: 0.23;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__target-item::before {
    font-size: 15.3846153846vw;
  }
}
.page-parents .l-contents__list .p-item__target-title {
  font-size: 1.6666666667vw;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 0.6944444444vw;
  color: #00C7B6;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__target-title {
    font-size: 5.1282051282vw;
  }
}
.page-parents .l-contents__list .p-item__target-title span {
  display: inline-block;
  background: #00C7B6;
  color: #fff;
  font-size: 1.6666666667vw;
  font-weight: 900;
  line-height: 1;
  padding: 0.2777777778vw 0.6944444444vw 0.4166666667vw;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__target-title span {
    font-size: 4.6153846154vw;
    padding: 1.0256410256vw 2.5641025641vw 1.5384615385vw;
    margin-bottom: 2.5641025641vw;
  }
}
.page-parents .l-contents__list .p-item__target-text {
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__target-text {
    font-size: 4.1025641026vw;
  }
}
.page-parents .l-contents__list .p-item__message {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.3888888889vw;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__message {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5.1282051282vw;
  }
}
.page-parents .l-contents__list .p-item__message .p-text {
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__message .p-text {
    font-size: 4.1025641026vw;
  }
}
.page-parents .l-contents__list .p-item__message .p-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6944444444vw;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__message .p-profile {
    flex-direction: column;
    gap: 2.5641025641vw;
    align-items: center;
  }
}
.page-parents .l-contents__list .p-item__message .p-profile .p-profile__image {
  width: 11.1111111111vw;
  height: 11.1111111111vw;
  overflow: hidden;
  margin-bottom: 0.6944444444vw;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__message .p-profile .p-profile__image {
    width: 25.641025641vw;
    height: 25.641025641vw;
  }
}
.page-parents .l-contents__list .p-item__message .p-profile .p-profile__name {
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 760px) {
  .page-parents .l-contents__list .p-item__message .p-profile .p-profile__name {
    font-size: 4.1025641026vw;
  }
}

.page-parents .l-contents__side {
  width: 12.5vw;
  flex: 1;
}
@media (max-width: 760px) {
  .page-parents .l-contents__side {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-parents .l-contents__side__inner {
  height: 100%;
}
.page-parents .l-contents__side__outline {
  position: sticky;
  top: 0;
  padding-top: 5.5555555556vw;
  max-height: 100vh;
  overflow-y: scroll;
  scrollbar-width: none;
  padding-bottom: 5.5555555556vw;
}
@media (max-width: 760px) {
  .page-parents .l-contents__side__outline {
    padding-top: 10.2564102564vw;
    padding-bottom: 10.2564102564vw;
  }
}
.page-parents .l-contents__side__outline .p-item:last-child a {
  border-bottom: none;
}
.page-parents .l-contents__side__outline .p-item a {
  padding: 0.8333333333vw 0.4861111111vw;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.4861111111vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #808080;
}
@media (max-width: 760px) {
  .page-parents .l-contents__side__outline .p-item a {
    font-size: 4.6153846154vw;
    padding: 3.0769230769vw 1.7948717949vw;
    gap: 1.7948717949vw;
  }
}
.page-parents .l-contents__side__outline .p-item a span {
  font-family: "archivo", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111vw;
  color: #00C7B6;
}
@media (max-width: 760px) {
  .page-parents .l-contents__side__outline .p-item a span {
    font-size: 4.6153846154vw;
  }
}

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

.page-gallery .l-gallery .l-list {
  margin-bottom: 70px;
}
@media (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 (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 (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 (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 (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 (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 (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: #e5e5e5;
  font-weight: bold;
  padding: 10px 20px;
}
@media (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: 900;
}
@media (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: 700;
  line-height: 1.8;
}
.page-policy .l-policy .p-item__text a {
  text-decoration: underline;
}
.page-policy .l-policy .p-item__table {
  width: 100%;
  border: 1px solid #D0D0D0;
}
.page-policy .l-policy .p-item__table dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #D0D0D0;
}
.page-policy .l-policy .p-item__table dl:last-child {
  border-bottom: none;
}
@media (max-width: 760px) {
  .page-policy .l-policy .p-item__table dl {
    flex-direction: column;
  }
}
.page-policy .l-policy .p-item__table dt {
  position: relative;
  width: 200px;
  padding: 1.0625vw 0.8333333333vw;
  background-color: #F2F2F2;
  color: #1c1c1c;
  font-size: 1.1805555556vw;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #D0D0D0;
}
.page-policy .l-policy .p-item__table dt::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.1) 1.5px, transparent 1.6px), radial-gradient(circle, rgba(0, 0, 0, 0.1) 1.5px, transparent 1.6px), radial-gradient(circle, rgba(0, 0, 0, 0.1) 1.5px, transparent 1.6px), radial-gradient(circle, rgba(0, 0, 0, 0.1) 1.5px, transparent 1.6px);
  background-position: left 0.5555555556vw top 0.5555555556vw, right 0.5555555556vw top 0.5555555556vw, left 0.5555555556vw bottom 0.5555555556vw, right 0.5555555556vw bottom 0.5555555556vw;
  background-size: 3px 3px, 3px 3px, 3px 3px, 3px 3px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
@media (max-width: 760px) {
  .page-policy .l-policy .p-item__table dt {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #D0D0D0;
    padding: 3.0769230769vw 1.2820512821vw;
    word-break: break-all;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.page-policy .l-policy .p-item__table dd {
  width: calc(100% - 200px);
  box-sizing: border-box;
  padding: 1.0625vw 1.3888888889vw;
  background-color: #fff;
  color: #1c1c1c;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 760px) {
  .page-policy .l-policy .p-item__table dd {
    width: 100%;
    padding: 4.4102564103vw 3.8461538462vw;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.page-policy .l-policy .p-item__name {
  text-align: right;
}

/*  404ページ
*----------------------------------- */
.page-404 .l-404 {
  text-align: center;
  margin-bottom: 100px;
}
@media (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 (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 (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 (max-width: 760px) {
  .page-404 .l-404 .p-item__text {
    font-size: 4vw;
  }
}
.page-404 .l-404 .p-item__button {
  margin-top: 50px;
}

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