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

.en02 {
  font-family: montserrat, sans-serif;
  font-weight: 800;
  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
*----------------------------------- */
.l-main {
  background: #A71418 url(../images/cmn/bg_tsunagu.png) no-repeat right top fixed;
  background-size: 890px auto;
  background-blend-mode: multiply;
}
@media print, screen and (max-width: 760px) {
  .l-main {
    background: #A71418 url(../images/cmn/bg_tsunagu_sp.png) no-repeat left top fixed;
    background-size: 100% auto;
    background-blend-mode: multiply;
  }
}

.list-page__main {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 761px) {
  .list-page__main {
    max-width: calc(1200px + 8%);
    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 #0B0B0B;
  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 #D92126;
}
.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: montserrat, sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
  color: #0B4BAE;
}
@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 */
.paage-message .l-main,
.page-vision .l-main,
.page-reason .l-main,
.page-number .l-main,
.page-growth .l-main,
.page-executive .l-main,
.page-personality .l-main {
  padding-bottom: 0;
}
@media print, screen and (max-width: 760px) {
  .paage-message .l-main,
.page-vision .l-main,
.page-reason .l-main,
.page-number .l-main,
.page-growth .l-main,
.page-executive .l-main,
.page-personality .l-main {
    padding-bottom: 0;
  }
}

.cmn-recommend {
  margin: 0 auto;
  max-width: 1200px;
  padding: 56px 60px 10px;
  background-color: #f5f5f5;
  position: relative;
}
@media (min-width: 768px) {
  .cmn-recommend {
    min-height: 566px;
  }
}
@media (max-width: 767px) {
  .cmn-recommend {
    margin: 0 5.1282051282vw;
    padding: 5.1282051282vw 0 0;
  }
}
.page-women .cmn-recommend {
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .page-women .cmn-recommend {
    margin-bottom: 20.5128205128vw;
  }
}
.page-career .cmn-recommend {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .page-career .cmn-recommend {
    margin-bottom: 23.0769230769vw;
  }
}
@media (max-width: 767px) {
  .cmn-recommend__txt {
    overflow: hidden;
  }
}
.cmn-recommend__ttl {
  position: relative;
  white-space: nowrap;
  font-size: 4rem;
  margin: -0.5em 0 0.4em;
}
@media (min-width: 768px) {
  .cmn-recommend__ttl {
    width: 10em;
  }
}
@media (max-width: 767px) {
  .cmn-recommend__ttl {
    margin: 0 0 0.6em;
    overflow-x: clip;
    text-align: center;
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.cmn-recommend__ttl span {
  font-weight: bold;
  display: block;
  line-height: 1;
}
.cmn-recommend__ttl span:nth-of-type(1) {
  font-size: 12rem;
  font-weight: 300;
  font-family: montserrat, sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  .cmn-recommend__ttl span:nth-of-type(1) {
    margin-left: -0.2em;
    font-size: 62px;
    font-size: 15.8974358974vw;
  }
}
.cmn-recommend__ttl span:nth-of-type(2) {
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 21px;
  bottom: 0;
  margin: auto;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cmn-recommend__ttl span:nth-of-type(2) {
    left: 0;
    right: 0;
  }
}
.page-women .cmn-recommend__ttl b {
  color: #f85c7a;
}
.page-career .cmn-recommend__ttl b {
  color: #D92126;
}
.cmn-recommend__list {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cmn-recommend__list {
    padding: 0 0 20px 36px;
  }
}
@media (max-width: 767px) {
  .cmn-recommend__list {
    padding: 0 0 0 5.1282051282vw;
  }
}
.cmn-recommend__list li {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding-left: 33px;
}
@media (max-width: 767px) {
  .cmn-recommend__list li {
    padding-left: 7.6923076923vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.cmn-recommend__list li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 22px;
  height: 21px;
  display: block;
  content: "";
}
.page-women .cmn-recommend__list li::before {
  background: url("../women/images/icon_check.svg") center/contain no-repeat;
}
.page-career .cmn-recommend__list li::before {
  background: url("../career/images/icon_check.svg") center/contain no-repeat;
}
@media (max-width: 767px) {
  .cmn-recommend__list li::before {
    top: 0.26em;
    width: 5.1282051282vw;
    height: 4.8717948718vw;
  }
}
.page-women .cmn-recommend__list li span {
  color: #f85c7a;
}
.page-career .cmn-recommend__list li span {
  color: #D92126;
}
.cmn-recommend__list li + li {
  margin-top: 0.8em;
}
@media (max-width: 767px) {
  .cmn-recommend__list li + li {
    margin-top: 0.7em;
  }
}
@media (min-width: 768px) {
  .cmn-recommend__img {
    position: absolute;
    left: 50%;
    bottom: 0;
    max-width: 538px;
  }
  .page-career .cmn-recommend__img {
    bottom: -12px;
  }
}
@media (max-width: 767px) {
  .cmn-recommend__img {
    margin: 8.9743589744vw 5.1282051282vw 0;
  }
  .page-career .cmn-recommend__img {
    margin: 1.2820512821vw 0 0 3.3333333333vw;
  }
}
.cmn-recommend__img img {
  height: auto;
}

.cmn-reason {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cmn-reason {
    margin: 0 5.1282051282vw;
  }
}
.cmn-reason__ttl {
  margin: 0 auto 80px;
  height: fit-content;
  width: fit-content;
  min-width: 424px;
  height: 79px;
  border: 3px solid #E10416;
  box-sizing: border-box;
  color: #E10416;
  font-size: 2.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
}
@media (max-width: 767px) {
  .cmn-reason__ttl {
    min-width: 78.4615384615vw;
    height: 17.4358974359vw;
    font-size: 20px;
    font-size: 5.1282051282vw;
    border: 0.7692307692vw solid #E10416;
  }
}
.page-women .cmn-reason__ttl {
  color: #f85c7a;
  border-color: #f85c7a;
}
.page-career .cmn-reason__ttl {
  color: #D92126;
  border-color: #D92126;
}
.cmn-reason__ttl::before, .cmn-reason__ttl::after {
  position: absolute;
  right: 0;
  bottom: -17px;
  left: 0;
  display: block;
  margin: auto;
  content: "";
  width: 22px;
  height: 17px;
  background-color: #E10416;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (max-width: 767px) {
  .cmn-reason__ttl::before, .cmn-reason__ttl::after {
    width: 5.641025641vw;
    height: 4.358974359vw;
    bottom: -4.358974359vw;
  }
}
.page-women .cmn-reason__ttl::before {
  background-color: #f85c7a;
}
.page-career .cmn-reason__ttl::before {
  background-color: #D92126;
}
.cmn-reason__ttl::after {
  bottom: -12px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cmn-reason__ttl::after {
    bottom: -3.0769230769vw;
  }
}

.cmn-reason-col {
  margin-bottom: 150px;
  display: flex;
  flex-flow: column;
  row-gap: 82px;
}
@media (max-width: 767px) {
  .cmn-reason-col {
    margin-bottom: 25.641025641vw;
    row-gap: 15.3846153846vw;
  }
}
.cmn-reason-col__item {
  display: flex;
  column-gap: min(5vw, 72px);
}
.page-women .cmn-reason-col__item {
  align-items: center;
}
@media (min-width: 768px) {
  .cmn-reason-col__item:nth-of-type(even) {
    flex-flow: row-reverse;
  }
}
@media (max-width: 767px) {
  .cmn-reason-col__item {
    row-gap: 3.5897435897vw;
    flex-flow: column;
  }
}
.cmn-reason-col__item.wide {
  flex-flow: column-reverse;
}
@media (min-width: 768px) {
  .cmn-reason-col__item.wide {
    row-gap: min(5vw, 60px);
  }
}
.cmn-reason-col__item.wide .cmn-reason-col__img {
  border: 1px solid #707070;
  width: 100%;
  background: #fff;
  padding: 39px 104px 47px;
}
@media (max-width: 767px) {
  .cmn-reason-col__item.wide .cmn-reason-col__img {
    font-weight: 400;
    padding: 3vw 3vw 5vw;
  }
}
.cmn-reason-col__item.wide .cmn-reason-col__img p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 3vw;
}
@media (max-width: 767px) {
  .cmn-reason-col__item.wide .cmn-reason-col__img p {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1.7333333333;
  }
}
@media (max-width: 767px) {
  .cmn-reason-col__item.wide .cmn-reason-col__img__inner {
    overflow-y: hidden;
  }
  .cmn-reason-col__item.wide .cmn-reason-col__img__inner img {
    width: 764px;
  }
}
.cmn-reason-col__item.wide .cmn-reason-col__img__text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cmn-reason-col__item.wide .cmn-reason-col__img__text {
    text-align: left;
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1.7333333333;
  }
}
@media (min-width: 768px) {
  .cmn-reason-col__img {
    width: 50%;
  }
}
.cmn-reason-col__img img {
  height: auto;
}
@media (min-width: 768px) {
  .cmn-reason-col__txt {
    flex: 1;
  }
}
.cmn-reason-col__txt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .cmn-reason-col__txt p {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.cmn-reason-col__ttl {
  margin-bottom: 0.8em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  column-gap: 9px;
  color: #E10416;
}
@media (max-width: 767px) {
  .cmn-reason-col__ttl {
    margin-bottom: 0.6em;
    column-gap: 2.3076923077vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.cmn-reason-col__ttl span {
  font-size: 4.5rem;
  font-family: montserrat, sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .cmn-reason-col__ttl span {
    font-size: 45px;
    font-size: 11.5384615385vw;
  }
}
.cmn-reason-col__catch {
  margin-bottom: 0.3em;
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
}
@media (max-width: 767px) {
  .cmn-reason-col__catch {
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.cmn-reason-col__subttl {
  margin-bottom: 1em;
  font-size: 3.6rem;
  line-height: 1.5277777778;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cmn-reason-col__subttl {
    margin-bottom: 0.6em;
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}
.cmn-reason-col__subttl span {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(225, 4, 22, 0.11) 0%);
  padding: 0 0.2em 0.1em 0;
}
.page-women .cmn-reason-col__subttl span {
  background: linear-gradient(transparent 60%, rgba(248, 92, 122, 0.11) 0%);
}
.page-career .cmn-reason-col__subttl span {
  background: linear-gradient(transparent 60%, rgba(217, 33, 38, 0.08) 0%);
}

@media (max-width: 767px) {
  .cmn-voice {
    margin: 0 5.1282051282vw;
  }
}
.cmn-voice__ttl {
  margin-bottom: 2.5em;
  text-align: center;
  line-height: 1;
  font-size: 2.1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cmn-voice__ttl {
    margin-bottom: 1.8em;
    font-size: 21px;
    font-size: 5.3846153846vw;
  }
}
.cmn-voice__ttl span {
  margin-bottom: 0.18em;
  display: block;
  font-size: 8.9rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  font-family: montserrat, sans-serif;
}
@media (max-width: 767px) {
  .cmn-voice__ttl span {
    margin-bottom: 0.3em;
    font-size: 53px;
    font-size: 13.5897435897vw;
  }
}
.page-women .cmn-voice__ttl span {
  color: #f85c7a;
}
.page-career .cmn-voice__ttl span {
  color: #D92126;
}

.cmn-voice-list {
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.78vw, 40px);
}
@media (max-width: 767px) {
  .cmn-voice-list {
    gap: 15.3846153846vw;
    grid-template-columns: 1fr;
  }
}
.cmn-voice-list__img {
  margin-bottom: 24px;
}
.cmn-voice-list__img img {
  height: auto;
}
.cmn-voice-list__data {
  margin-bottom: 24px;
  text-align: center;
}
.cmn-voice-list__data span {
  margin-bottom: 0.3em;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cmn-voice-list__data span {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.cmn-voice-list__data p {
  font-size: 1.9rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cmn-voice-list__data p {
    font-size: 19px;
    font-size: 4.8717948718vw;
  }
}
.cmn-voice-list__txt {
  position: relative;
}
@media (max-width: 767px) {
  .cmn-voice-list__txt {
    padding-bottom: 12.8205128205vw;
  }
  .cmn-voice-list__txt::before, .cmn-voice-list__txt::after {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 16px;
    font-size: 4.1025641026vw;
    font-weight: bold;
  }
  .cmn-voice-list__txt::before {
    content: "";
    bottom: 2.3076923077vw;
    left: calc(50% - 3.5em);
    width: 1.7948717949vw;
    height: 1.7948717949vw;
    border-top: 0.5128205128vw solid;
    border-right: 0.5128205128vw solid;
    border-color: #101010;
    transform-origin: top;
    transform: rotate(45deg);
    border-radius: 0.2564102564vw;
  }
  .cmn-voice-list__txt::after {
    content: "続きを読む";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .cmn-voice-list__txt.active::before {
    left: calc(50% - 2.5em);
  }
  .cmn-voice-list__txt.active::after {
    content: "閉じる";
  }
}
.cmn-voice-list__txt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .cmn-voice-list__txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    max-height: 10em;
    overflow: hidden;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.cmn-voice-list__txt.active p {
  -webkit-line-clamp: inherit;
  overflow: visible;
  max-height: fit-content;
}

.message-mv {
  max-width: 1200px;
  margin: 0 auto 70px;
  position: relative;
}
@media (max-width: 767px) {
  .message-mv {
    margin: 0 auto 10.2564102564vw;
  }
}
@media (min-width: 768px) {
  .message-mv__img {
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
@media (max-width: 767px) {
  .message-mv__img {
    margin-bottom: 7.6923076923vw;
  }
}
.message-mv__img img {
  height: auto;
}
.message-mv__txt {
  margin: auto;
}
@media (min-width: 768px) {
  .message-mv__txt {
    position: absolute;
    top: 0;
    left: 6.74%;
    bottom: 0;
    height: fit-content;
  }
}
@media (max-width: 767px) {
  .message-mv__txt {
    margin: 0 5.1282051282vw;
  }
}
.message-mv__ttl {
  margin-bottom: 1em;
  font-size: min(4.1vw, 5.9rem);
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-flow: column;
  row-gap: 0.4em;
}
@media (max-width: 767px) {
  .message-mv__ttl {
    font-size: 34px;
    font-size: 8.7179487179vw;
  }
}
.message-mv__ttl span {
  display: block;
  width: fit-content;
  position: relative;
  padding-bottom: 0.1em;
}
@media (max-width: 767px) {
  .message-mv__ttl span {
    padding-bottom: 0.2em;
  }
}
.message-mv__ttl span::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;
  margin: auto;
  content: "";
  background-color: #2c2c2c;
}
@media (max-width: 767px) {
  .message-mv__ttl span::before {
    height: 0.5128205128vw;
  }
}
.message-mv__ttl b {
  color: #E10416;
}
.message-mv__name {
  display: block;
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .message-mv__name {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}

.loop-txt {
  overflow: hidden;
  display: flex;
  width: 100vw;
  color: #ededed;
}
.loop-txt span {
  font-family: montserrat, sans-serif;
  font-size: 10.3rem;
  letter-spacing: 0.04em;
  display: block;
  animation: text_scroll 200s linear infinite;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 767px) {
  .loop-txt span {
    font-size: 60px;
    font-size: 15.3846153846vw;
  }
}
@keyframes text_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.message-lead {
  max-width: 1080px;
  margin: 70px auto 110px;
}
@media (min-width: 768px) {
  .message-lead {
    box-sizing: content-box;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .message-lead {
    margin: 9.2307692308vw 5.1282051282vw 16.4102564103vw;
  }
}
.message-lead__ttl {
  margin-bottom: 1em;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .message-lead__ttl {
    font-size: 26px;
    font-size: 6.6666666667vw;
    line-height: 1.5384615385;
  }
}
.message-lead p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.125;
}
@media (max-width: 767px) {
  .message-lead p {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}

.message-col {
  margin: 0 auto 190px;
  max-width: 1440px;
}
@media (min-width: 768px) {
  .message-col {
    display: flex;
  }
}
@media (max-width: 767px) {
  .message-col {
    margin: 0 auto 14.358974359vw;
  }
}
@media (min-width: 768px) {
  .message-col__img {
    bottom: -93px;
    position: relative;
    z-index: 2;
    width: 50%;
  }
}
.message-col__img img {
  height: auto;
}
.message-col__txt {
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .message-col__txt {
    position: relative;
    z-index: 1;
    width: calc(50% + 137px);
    box-sizing: border-box;
    height: fit-content;
    padding: 100px 20px 96px 202px;
    margin-left: -137px;
  }
}
@media (max-width: 767px) {
  .message-col__txt {
    padding: 15.3846153846vw 5.1282051282vw;
  }
}
.message-col__txt p {
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 400;
}
@media (min-width: 768px) {
  .message-col__txt p {
    max-width: 464px;
  }
}
@media (max-width: 767px) {
  .message-col__txt p {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}
.message-col__ttl {
  margin-bottom: 1em;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .message-col__ttl {
    font-size: 26px;
    font-size: 6.6666666667vw;
    line-height: 1.5384615385;
  }
}

.message-staff {
  margin-bottom: 150px;
  background: url("../message/images/staff.jpg") center bottom no-repeat;
  background-size: 1719px auto;
}
@media (min-width: 768px) {
  .message-staff {
    min-height: 794px;
  }
}
@media (max-width: 767px) {
  .message-staff {
    margin-bottom: 22.8205128205vw;
    background: url("../message/images/sp/staff.jpg") center bottom/contain no-repeat;
    padding: 0 5.1282051282vw 49.7435897436vw;
  }
}
@media (min-width: 768px) {
  .message-staff__wrap {
    max-width: 640px;
    margin-left: calc(50% - 290px);
  }
}
.message-staff__ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3333333333;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .message-staff__ttl {
    font-size: 26px;
    font-size: 6.6666666667vw;
    line-height: 1.5384615385;
  }
}
.message-staff p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.125;
}
@media (max-width: 767px) {
  .message-staff p {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}
.message-staff p:not(:last-child) {
  margin-bottom: 2em;
}

.message-end {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .message-end {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .message-end {
    margin-bottom: 10.2564102564vw;
    margin: 0 5.1282051282vw;
  }
}
.message-end__img {
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .message-end__img {
    margin-bottom: 10.2564102564vw;
  }
}
.message-end__img img {
  height: auto;
}
@media (min-width: 768px) {
  .message-end__img img {
    max-width: 1310px;
  }
}
@media (min-width: 768px) {
  .message-end__txt {
    max-width: 1080px;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
.message-end__txt p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.0666666667;
}
@media (min-width: 768px) {
  .message-end__txt p {
    padding-right: 45%;
  }
}
@media (max-width: 767px) {
  .message-end__txt p {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}
.message-end__ttl {
  margin: -2em 0 0.8em;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5333333333;
}
@media (max-width: 767px) {
  .message-end__ttl {
    margin: 0 0 0.8em;
    font-size: 26px;
    font-size: 6.6666666667vw;
    line-height: 1.5384615385;
  }
}

.mission-vision-section {
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 74px 96px 96px;
}
@media (min-width: 768px) {
  .mission-vision-section {
    width: 1200px;
  }
}
@media (max-width: 767px) {
  .mission-vision-section {
    padding: 11.7948717949vw 5.1282051282vw 17.9487179487vw;
  }
}
.mission-vision-section:not(:last-child) {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .mission-vision-section:not(:last-child) {
    margin-bottom: 10.7692307692vw;
  }
}
.mission-vision-section__ttl {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mission-vision-section__ttl {
    margin-bottom: 7.6923076923vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.mission-vision-section__ttl span {
  margin-bottom: 0.3em;
  line-height: 1;
  font-size: 4.4rem;
  font-weight: 300;
  letter-spacing: 0.07em;
  font-family: montserrat, sans-serif;
  display: block;
  color: #E10416;
}
@media (max-width: 767px) {
  .mission-vision-section__ttl span {
    margin-bottom: 0.2em;
    font-size: 32px;
    font-size: 8.2051282051vw;
  }
}

@media (min-width: 768px) {
  .mission-vision-slide {
    display: grid;
    gap: 2px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.mission-vision-slide .slick-dots {
  margin: 30px auto 0 !important;
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 3.3333333333vw;
}
.mission-vision-slide .slick-dots li {
  width: 3.8461538462vw;
  height: 3.8461538462vw;
  margin: 0;
}

.mission-txt {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .mission-txt {
    margin: 0 3.8461538462vw 12.8205128205vw;
  }
}
.mission-txt__ttl {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .mission-txt__ttl {
    margin-bottom: 6.1538461538vw;
  }
}
.mission-txt__ttl img {
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .mission-txt__ttl img {
    height: 100%;
    width: auto;
    max-height: 68px;
  }
}
@media (max-width: 767px) {
  .mission-txt__ttl img {
    width: 75.3846153846vw;
    height: auto;
  }
}
.mission-txt__subttl {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6363636364;
}
@media (max-width: 767px) {
  .mission-txt__subttl {
    font-size: 22px;
    font-size: 5.641025641vw;
  }
}
.mission-txt p {
  font-size: 1.6rem;
  line-height: 1.9375;
  font-weight: 400;
}
@media (min-width: 768px) {
  .mission-txt p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .mission-txt p {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.mission-txt p small {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .mission-txt p small {
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
}

@media (min-width: 768px) {
  .vision-col {
    max-width: 1009px;
    margin: 0 auto;
  }
}
.vision-col__ttl {
  margin-bottom: 64px;
  min-height: 67px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #6e6e6e;
  color: #fff;
}
@media (max-width: 767px) {
  .vision-col__ttl {
    font-size: 20px;
    font-size: 5.1282051282vw;
    min-height: 16.6666666667vw;
    margin-bottom: 8.4615384615vw;
  }
}
.vision-col__wrap {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .vision-col__wrap {
    margin-bottom: 15.3846153846vw;
  }
}
.vision-col__item {
  display: flex;
  column-gap: 42px;
  padding: 36px 0;
  border-bottom: 1px solid #b4b4b4;
}
@media (max-width: 767px) {
  .vision-col__item {
    padding: 10.2564102564vw 0;
    flex-flow: column;
    row-gap: 7.6923076923vw;
  }
}
@media (min-width: 768px) {
  .vision-col__item:nth-of-type(odd) {
    flex-flow: row-reverse;
  }
}
.vision-col__item:first-child {
  padding-top: 0;
}
@media (min-width: 768px) {
  .vision-col__img {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .vision-col__txt {
    flex: 1;
  }
}
.vision-col__txt p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media (max-width: 767px) {
  .vision-col__txt p {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}
.vision-col__subttl {
  margin-bottom: 0.8em;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5416666667;
}
@media (max-width: 767px) {
  .vision-col__subttl {
    font-size: 22px;
    font-size: 5.641025641vw;
    line-height: 1.6818181818;
  }
}
.vision-col__message {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.76;
}
@media (min-width: 768px) {
  .vision-col__message {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .vision-col__message {
    font-size: 22px;
    font-size: 5.641025641vw;
    line-height: 1.8181818182;
  }
}

.vision-txt {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .vision-txt {
    margin: 0 3.8461538462vw 7.6923076923vw;
  }
}
.vision-txt__ttl {
  margin-bottom: 0.8em;
  font-size: 4.3rem;
  font-weight: bold;
  text-align: center;
  color: #D92126;
}
@media (max-width: 767px) {
  .vision-txt__ttl {
    font-size: 23px;
    font-size: 5.8974358974vw;
  }
}
.vision-txt__subttl {
  margin-bottom: 0.2em;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.76;
}
@media (max-width: 767px) {
  .vision-txt__subttl {
    font-size: 18px;
    font-size: 4.6153846154vw;
    line-height: 1.6666666667;
  }
}
.vision-txt p {
  font-size: 1.2rem;
  line-height: 1.9375;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .vision-txt p {
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
}

.pledge-txt {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .pledge-txt {
    margin: 0 3.8461538462vw 7.6923076923vw;
  }
}
.pledge-txt__ttl {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.76;
}
@media (min-width: 768px) {
  .pledge-txt__ttl {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .pledge-txt__ttl {
    font-size: 22px;
    font-size: 5.641025641vw;
    line-height: 1.6818181818;
  }
}

.pledge-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 11px;
}
@media (max-width: 767px) {
  .pledge-list {
    grid-template-columns: 1fr;
  }
}
.pledge-list__item {
  background-color: #fff;
  padding: 35px 38px 40px;
}
@media (max-width: 767px) {
  .pledge-list__item {
    padding: 5.1282051282vw 5.1282051282vw 0;
  }
  .pledge-list__item:last-child {
    padding-bottom: 2.5641025641vw;
  }
}
.pledge-list__ttl {
  margin-bottom: 16px;
  min-height: 91px;
  font-size: 3.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #D92126;
  line-height: 1.2083333333;
  text-align: center;
}
@media (max-width: 767px) {
  .pledge-list__ttl {
    margin-bottom: 2.5641025641vw;
    min-height: 16.1538461538vw;
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}
.pledge-list__ttl span {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .pledge-list__ttl span {
    font-size: 19px;
    font-size: 4.8717948718vw;
  }
}
.pledge-list p {
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3888888889;
}
@media (max-width: 767px) {
  .pledge-list p {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.5625;
  }
}
@media (max-width: 767px) {
  .pledge-list img {
    display: none;
  }
}

.crew-txt {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .crew-txt {
    margin: 0 3.8461538462vw 7.6923076923vw;
  }
}
.crew-txt__ttl {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.76;
}
@media (max-width: 767px) {
  .crew-txt__ttl {
    font-size: 22px;
    font-size: 5.641025641vw;
    line-height: 1.6818181818;
  }
}

.personality-mv {
  margin-bottom: 178px;
  position: relative;
}
@media (max-width: 767px) {
  .personality-mv {
    margin-bottom: 25.641025641vw;
  }
}
.personality-mv__ttl {
  position: absolute;
  width: fit-content;
  height: fit-content;
  inset: 0;
  margin: auto;
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .personality-mv__ttl {
    font-size: 29px;
    font-size: 7.4358974359vw;
  }
}
.personality-mv img {
  height: auto;
}

.personality-list {
  margin-bottom: 179px;
}
@media (max-width: 767px) {
  .personality-list {
    margin-bottom: 28.2051282051vw;
  }
}
.personality-list__item {
  position: relative;
}
@media (max-width: 767px) {
  .personality-list__item:not(:last-child) {
    margin-bottom: 10.7692307692vw;
  }
}
.personality-list__item picture {
  display: block;
}
@media (max-width: 767px) {
  .personality-list__item picture {
    margin-bottom: 6.1538461538vw;
  }
}
.personality-list__item img {
  height: auto;
}
.personality-list__txt {
  text-align: center;
}
@media (min-width: 768px) {
  .personality-list__txt {
    width: 100%;
    padding: clamp(10px, 3.75vw, 54px) 15px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.87);
    top: 50%;
    translate: 0 -50%;
    margin: auto 0;
  }
  .personality-list__txt--01 {
    right: calc(50% + 4.723vw);
    max-width: 401px;
  }
  .personality-list__txt--02 {
    left: calc(50% - 1.598vw);
    max-width: 475px;
  }
  .personality-list__txt--03 {
    right: calc(50% + 4.3vw);
    max-width: 401px;
  }
  .personality-list__txt--04 {
    left: calc(50% - 0.834vw);
    max-width: 545px;
  }
  .personality-list__txt--05 {
    right: calc(50% + 10.764vw);
    max-width: 339px;
  }
  .personality-list__txt--06 {
    left: calc(50% + 1.389vw);
    max-width: 495px;
  }
  .personality-list__txt--07 {
    right: calc(50% - 2.917vw);
    max-width: 485px;
  }
  .personality-list__txt--08 {
    left: calc(50% - 4.584vw);
    max-width: 597px;
  }
  .personality-list__txt--09 {
    right: calc(50% - 5.486vw);
    max-width: 509px;
  }
  .personality-list__txt--10 {
    left: calc(50% - 4.236vw);
    max-width: 585px;
  }
}
.personality-list__txt p {
  font-size: clamp(1.4rem, 1.181vw, 1.7rem);
  font-weight: 500;
  line-height: 1.6470588235;
}
@media (max-width: 767px) {
  .personality-list__txt p {
    font-size: 17px;
    font-size: 4.358974359vw;
    font-weight: 400;
  }
}
.personality-list__ttl {
  font-size: clamp(3.4rem, 2.987vw, 4.3rem);
  font-weight: bold;
  margin-bottom: 0.2em;
  line-height: 1.2790697674;
}
@media (max-width: 767px) {
  .personality-list__ttl {
    font-size: 30px;
    font-size: 7.6923076923vw;
    line-height: 1.3333333333;
  }
}
.personality-list__ttl span {
  color: #E10416;
}

.personality-person {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  height: 48.34vw;
  background: url("../personality/images/person.jpg") center/cover no-repeat;
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  .personality-person {
    min-height: 696px;
  }
}
@media (max-width: 767px) {
  .personality-person {
    margin-bottom: 5.1282051282vw;
    height: 120.5128205128vw;
    background: url("../personality/images/sp/person.jpg") center/cover no-repeat;
  }
}
.personality-person__ttl {
  position: relative;
  height: fit-content;
  margin: auto auto 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .personality-person__ttl {
    margin: 41.5384615385vw auto auto;
  }
}
.personality-person__ttl mark {
  padding: 0.5em 1.2em;
  display: block;
  width: fit-content;
  height: fit-content;
  background-color: #fff;
  font-size: clamp(2.2rem, 2.14vw, 2.9rem);
  font-weight: bold;
  margin: auto;
}
@media (min-width: 768px) {
  .personality-person__ttl mark {
    position: absolute;
    z-index: 10;
    width: 458px;
    padding: 0.5em 0;
    text-align: center;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}
@media (max-width: 767px) {
  .personality-person__ttl mark {
    padding: 0.3em 0.5em;
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.personality-person__ttl span {
  color: #fff;
  font-size: clamp(20rem, 18.96vw, 27.3rem);
  font-weight: 300;
  letter-spacing: 0.07em;
  font-family: montserrat, sans-serif;
}
@media (max-width: 767px) {
  .personality-person__ttl span {
    font-size: 93px;
    font-size: 23.8461538462vw;
  }
}
.personality-person__btn {
  margin: max(74px, 5.139vw) auto max(105px, 7.292vw);
}
@media (max-width: 767px) {
  .personality-person__btn {
    margin: auto auto 6.1538461538vw;
  }
}
.personality-person__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-height: 67px;
  min-width: 422px;
  border-radius: 67px;
  background-color: #E10416;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .personality-person__btn a {
    min-width: 88.4615384615vw;
    min-height: 14.6153846154vw;
    border-radius: 14.6153846154vw;
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.personality-person__btn a::before, .personality-person__btn a::after {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
}
@media (max-width: 767px) {
  .personality-person__btn a::before, .personality-person__btn a::after {
    right: 4.6153846154vw;
  }
}
.personality-person__btn a::before {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .personality-person__btn a::before {
    width: 6.4102564103vw;
    height: 6.4102564103vw;
  }
}
.personality-person__btn a::after {
  background-color: #0B0B0B;
  right: 26px;
  width: 6px;
  height: 7px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media (max-width: 767px) {
  .personality-person__btn a::after {
    right: 6.6666666667vw;
    width: 1.5384615385vw;
    height: 1.7948717949vw;
  }
}

.page-personality .l-main {
  background-color: #A71418;
  background-image: url(../images/cmn/bg_tsunagu.png), url(../personality/images/bg.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: right top, center top;
  background-size: 890px auto, max(1440px, 100vw) auto;
  background-attachment: fixed, fixed;
  background-blend-mode: multiply, multiply;
}
@media (max-width: 767px) {
  .page-personality .l-main {
    background-image: url(../images/cmn/bg_tsunagu_sp.png), url(../personality/images/bg_sp.jpg);
    background-position: left top, center top;
    background-size: 100% auto, 100% auto;
  }
}

.personality-page {
  position: relative;
  overflow: hidden;
}

.personality-page picture,
.personality-page img {
  display: block;
}

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

.personality-hero {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-color: transparent;
}
.personality-hero picture {
  position: relative;
  z-index: 1;
}
.personality-hero::after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 178px;
  background-color: rgba(167, 20, 24, 0.88);
  content: "";
}
@media (min-width: 768px) {
  .personality-hero {
    overflow: visible;
    height: 931px;
  }
  .personality-hero picture,
.personality-hero img {
    width: 100%;
  }
  .personality-hero picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 822px;
  }
  .personality-hero img {
    height: 100%;
    object-fit: cover;
  }
  .personality-hero::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .personality-hero {
    overflow: visible;
    margin-bottom: 12.8205128205vw;
  }
  .personality-hero::after {
    top: 100%;
    bottom: auto;
    height: 23.5897435897vw;
  }
}
.personality-hero__title {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1333px;
  max-width: calc(100% - 40px);
  height: 209px;
  margin: 67px auto 0;
  color: #fff;
  font-family: montserrat, sans-serif;
  font-size: 17.2rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .personality-hero__title {
    position: absolute;
    top: 713px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
}
@media (max-width: 767px) {
  .personality-hero__title {
    position: absolute;
    bottom: -5.8974358974vw;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    height: auto;
    margin: 0;
    font-size: 4.6rem;
    line-height: 1;
  }
}

.personality-content {
  position: relative;
  z-index: 2;
  padding: 18px 0 150px;
  background-color: transparent;
}
@media (min-width: 768px) {
  .personality-content {
    padding-top: 352px;
  }
}
@media (max-width: 767px) {
  .personality-content {
    padding: 0 5.1282051282vw 23.0769230769vw;
  }
}

.personality-section-title {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto -0.2em;
  color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}
@media (max-width: 1180px) and (min-width: 768px) {
  .personality-section-title {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .personality-section-title {
    max-width: none;
    width: 686px;
    height: 101px;
    margin: 0 0 -35px 40px;
    padding-left: 0;
    font-size: 7rem;
    line-height: 101px;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .personality-section-title {
    margin-bottom: -2vw;
    font-size: 3.2rem;
    text-align: center;
    transform: translateY(3.5897435897vw);
  }
}

.personality-about {
  max-width: 1200px;
  margin: 0 auto 102px;
}
@media (min-width: 768px) {
  .personality-about {
    position: absolute;
    z-index: 3;
    top: 18px;
    right: 0;
    left: 0;
    width: 1206px;
    max-width: none;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .personality-about {
    margin-bottom: 21.2820512821vw;
  }
}
.personality-about__panel {
  position: relative;
  min-height: 220px;
  padding: 73px 360px 68px 70px;
  background-color: #4b0506;
  color: #fff;
}
@media (min-width: 768px) {
  .personality-about__panel {
    width: 1206px;
    height: 216px;
    min-height: 0;
    margin: 0;
    padding: 48px 330px 38px 68px;
    background-color: rgba(34, 34, 34, 0.66);
  }
}
@media (max-width: 767px) {
  .personality-about__panel {
    top: 4.6153846154vw;
    padding: 10.7692307692vw 6.1538461538vw 9.7435897436vw;
    background-color: transparent;
    isolation: isolate;
  }
  .personality-about__panel::before {
    position: absolute;
    z-index: 0;
    top: -2.3076923077vw;
    right: 0;
    bottom: 2.3076923077vw;
    left: 0;
    display: block;
    background-color: #4b0506;
    content: "";
    pointer-events: none;
  }
}
.personality-about__list {
  margin: 0;
  padding: 0;
  list-style: none !important;
  list-style-type: none !important;
}
@media (min-width: 768px) {
  .personality-about__list {
    position: absolute;
    top: 62px;
    left: 40.8px;
    width: 700px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.personality-about__list li {
  position: relative;
  padding-left: 26px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  list-style: none !important;
  list-style-type: none !important;
}
.personality-about__list li::marker {
  content: none;
  font-size: 0;
}
.personality-about__list li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 5px;
  display: block;
  background: url("../personality/images/vector.png") center/contain no-repeat;
  content: "";
}
.personality-about__list li + li {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .personality-about__list li + li {
    margin-top: 3.0769230769vw;
  }
}
@media (max-width: 767px) {
  .personality-about__list li {
    padding-left: 4.6153846154vw;
    font-size: 4.1025641026vw;
    font-weight: 700;
    line-height: 6.4102564103vw;
  }
}
@media (max-width: 767px) {
  .personality-about__list {
    position: relative;
    z-index: 1;
    top: -2.358974359vw;
    left: -1.5384615385vw;
    width: 76.6666666667vw;
  }
}
.personality-about__mascot {
  position: absolute;
  right: 74px;
  bottom: 14px;
  width: 190px;
}
@media (min-width: 768px) {
  .personality-about__mascot {
    z-index: 2;
    top: -66px;
    right: 90px;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .personality-about__mascot {
    position: relative;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 36.6666666667vw;
    margin: 0.7179487179vw auto 0;
  }
  .personality-about__mascot img {
    width: 100%;
    margin: 0 auto;
  }
}

.personality-feature {
  max-width: 1200px;
  margin: 0 auto 118px;
}
@media (min-width: 768px) {
  .personality-feature {
    width: 1206px;
    max-width: none;
    margin-bottom: 63px;
  }
}
@media (max-width: 767px) {
  .personality-feature {
    margin-bottom: 18.9743589744vw;
  }
  .personality-feature .personality-section-title {
    transform: translateY(4.358974359vw);
  }
}
.personality-feature__panel {
  padding: 62px 70px 74px;
  background-color: #4b0506;
  color: #fff;
}
@media (min-width: 768px) {
  .personality-feature__panel {
    position: relative;
    padding: 60px 78.72px 115.6px 47px;
    background-color: rgba(34, 34, 34, 0.66);
  }
}
@media (max-width: 767px) {
  .personality-feature__panel {
    margin-top: 3.5897435897vw;
    padding: 10.6153846154vw 6.1538461538vw 9.2307692308vw;
  }
}
.personality-feature__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 38px;
  align-items: center;
  min-height: 214px;
}
.personality-feature__item:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(225, 4, 22, 0.55);
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .personality-feature__item {
    column-gap: 26px;
    min-height: 0;
  }
  .personality-feature__item:not(:first-child) {
    padding-top: 49.2px;
  }
  .personality-feature__item:not(:last-child) {
    padding-bottom: 49.2px;
    border-bottom-color: #E60012;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .personality-feature__item {
    display: block;
    position: relative;
    min-height: 0;
  }
  .personality-feature__item:not(:last-child) {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 13.3846153846vw;
  }
  .personality-feature__item:not(:last-child)::after {
    display: block;
    width: 79.4871794872vw;
    height: 1px;
    margin: 10.641025641vw auto 0;
    background-color: #E60012;
    content: "";
  }
}
.personality-feature__txt {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 24px;
  align-items: center;
}
@media (min-width: 768px) {
  .personality-feature__txt {
    position: relative;
    z-index: 1;
    grid-template-columns: 58.4px minmax(0, 1fr);
    column-gap: 26px;
  }
}
@media (max-width: 767px) {
  .personality-feature__txt {
    display: block;
  }
}
.personality-feature__txt p:not(.personality-feature__num) {
  grid-column: 2;
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .personality-feature__txt p:not(.personality-feature__num) {
    grid-column: 1/-1;
    margin-top: 9px;
    font-family: source-han-sans-jp-variable, "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .personality-feature__txt p:not(.personality-feature__num) {
    position: relative;
    left: -2.3076923077vw;
    width: calc(100% + 4.6153846154vw);
    height: 20.7692307692vw;
    margin: 6.2564102564vw 0 0;
    font-family: source-han-sans-jp-variable, "Noto Sans JP", sans-serif;
    font-size: 3.8461538462vw;
    font-weight: 250;
    font-variation-settings: "wght" 250;
    line-height: 7.6923076923vw;
  }
}
.personality-feature__num {
  grid-row: 1/span 2;
  color: #E10416;
  font-family: montserrat, sans-serif;
  font-size: 5.6rem;
  font-weight: 800;
  line-height: 1;
}
@media (min-width: 768px) {
  .personality-feature__num {
    display: flex;
    align-items: center;
    width: var(--personality-feature-num-width, 58px);
    height: 66px;
    font-size: 5.4rem;
  }
}
@media (max-width: 767px) {
  .personality-feature__num {
    color: #E10416;
    font-size: 8.7179487179vw;
    text-align: center;
  }
}
.personality-feature__ttl {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .personality-feature__ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 3.4rem;
    font-weight: 700;
    transform: translateY(11px);
  }
}
@media (max-width: 767px) {
  .personality-feature__ttl {
    margin-top: 2.3076923077vw;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 5.3846153846vw;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
  }
}
.personality-feature__img {
  justify-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .personality-feature__img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .personality-feature__img {
    margin-top: 7.8717948718vw;
  }
}
.personality-feature__img img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .personality-feature__img img {
    width: 100%;
    height: auto;
    max-width: none;
  }
}
.personality-feature__item--01 .personality-feature__img img {
  max-width: 405px;
}
.personality-feature__item--01 {
  --personality-feature-num-width: 58px;
}
@media (min-width: 768px) {
  .personality-feature__item--01 .personality-feature__img {
    top: 39.3px;
    right: 140.2px;
    width: 379px;
    height: auto;
  }
}
.personality-feature__item--02 .personality-feature__img img {
  max-width: 188px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .personality-feature__item--02 .personality-feature__img img {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .personality-feature__item--02 .personality-feature__img img {
    width: 42.8205128205vw;
    height: auto;
    max-width: none;
    margin: 0 auto;
  }
}
.personality-feature__item--02, .personality-feature__item--03 {
  --personality-feature-num-width: 69px;
}
@media (max-width: 767px) {
  .personality-feature__item--02 .personality-feature__img {
    margin-top: 2.4871794872vw;
  }
}
@media (min-width: 768px) {
  .personality-feature__item--02 .personality-feature__img {
    top: 304.1px;
    right: 480px;
    width: 167px;
    height: auto;
  }
}
.personality-feature__item--03 .personality-feature__img img {
  max-width: 360px;
}
@media (min-width: 768px) {
  .personality-feature__item--03 .personality-feature__img img {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .personality-feature__item--03 .personality-feature__img img {
    width: 75.5128205128vw;
    height: auto;
    max-width: none;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .personality-feature__item--03 .personality-feature__img {
    top: 440.3px;
    right: 161.6px;
    width: 294.5px;
    height: auto;
  }
}
.personality-feature__item--04 .personality-feature__img img {
  max-width: 360px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .personality-feature__item--04 .personality-feature__img img {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .personality-feature__item--04 .personality-feature__img img {
    width: 73.2051282051vw;
    height: auto;
    max-width: none;
    margin: 0 auto;
  }
}
.personality-feature__item--04 {
  --personality-feature-num-width: 75px;
}
@media (min-width: 768px) {
  .personality-feature__item--04 .personality-feature__img {
    top: 667.8px;
    right: 317.9px;
    width: 285.5px;
    height: auto;
  }
}
.personality-feature__item--05 .personality-feature__img img {
  max-width: 392px;
}
@media (min-width: 768px) {
  .personality-feature__item--05 .personality-feature__img img {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .personality-feature__item--05 .personality-feature__img img {
    width: 83.3333333333vw;
    height: auto;
    max-width: none;
    margin: 0 auto;
  }
}
.personality-feature__item--05 {
  --personality-feature-num-width: 70px;
}
@media (min-width: 768px) {
  .personality-feature__item--05 .personality-feature__img {
    top: 850.7px;
    right: 129.1px;
    width: 325px;
    height: auto;
  }
}

.personality-compare {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .personality-compare {
    width: 1206px;
    max-width: none;
  }
}
.personality-compare__panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 70px 64px 86px;
  background-color: #4b0506;
  color: #fff;
}
@media (min-width: 768px) {
  .personality-compare__panel {
    position: relative;
    height: 859px;
    background-color: rgba(34, 34, 34, 0.66);
  }
}
@media (max-width: 767px) {
  .personality-compare__panel {
    display: block;
    padding: 8.7179487179vw 6.1538461538vw 11.2820512821vw;
  }
}
.personality-compare__col {
  padding: 0 42px;
}
.personality-compare__col--bad {
  border-left: 1px solid rgba(225, 4, 22, 0.7);
}
@media (min-width: 768px) {
  .personality-compare__col {
    display: contents;
    padding: 0;
  }
  .personality-compare__col--bad {
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .personality-compare__col {
    padding: 0;
  }
  .personality-compare__col--bad {
    border-left: 0;
    border-top: 1px solid rgba(225, 4, 22, 0.7);
    padding-top: 8.7179487179vw;
    margin-top: 8.7179487179vw;
  }
}
.personality-compare__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-bottom: 46px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .personality-compare__ttl {
    position: absolute;
    top: 71.1px;
    width: 527px;
    min-height: 0;
    height: 51px;
    margin-bottom: 0;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 3rem;
    font-weight: 700;
  }
}
.personality-compare__col--good .personality-compare__ttl {
  background-color: #D92126;
}
@media (min-width: 768px) {
  .personality-compare__col--good .personality-compare__ttl {
    left: 51px;
  }
}
.personality-compare__col--bad .personality-compare__ttl {
  background-color: #707070;
}
@media (min-width: 768px) {
  .personality-compare__col--bad .personality-compare__ttl {
    left: 625px;
  }
}
@media (max-width: 767px) {
  .personality-compare__ttl {
    min-height: 11.7948717949vw;
    margin-bottom: 7.1794871795vw;
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .personality-compare__list {
    position: absolute;
    top: 171px;
    width: 527px;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .personality-compare__col--good .personality-compare__list {
    left: 51px;
  }
}
@media (min-width: 768px) {
  .personality-compare__col--bad .personality-compare__list {
    left: 625px;
  }
}
.personality-compare__list li {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .personality-compare__list li {
    font-family: source-han-sans-japanese, sans-serif;
    line-height: 17px;
  }
}
@media (min-width: 768px) {
  .personality-compare__list li + li {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .personality-compare__list li {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 7.9487179487vw;
  }
  .personality-compare__list li + li {
    margin-top: 0;
  }
}

.personality-recruitment {
  padding: 90px 20px 92px;
  background-color: #fff;
  color: #0B0B0B;
}
@media (max-width: 767px) {
  .personality-recruitment {
    padding: 15.8974358974vw 5.1282051282vw 17.9487179487vw;
  }
}
.personality-recruitment__container {
  max-width: 1200px;
  margin: 0 auto;
}
.personality-recruitment__title {
  font-family: montserrat, sans-serif;
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .personality-recruitment__title {
    font-size: 3.8rem;
  }
}
.personality-recruitment__subtitle {
  margin-top: 8px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .personality-recruitment__subtitle {
    font-size: 1.3rem;
  }
}
.personality-recruitment__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
  padding-bottom: 62px;
  border-bottom: 1px solid #cfcfcf;
}
@media (max-width: 767px) {
  .personality-recruitment__list {
    display: block;
    margin-top: 8.7179487179vw;
    padding-bottom: 11.2820512821vw;
  }
}
@media (max-width: 767px) {
  .personality-recruitment__list li + li {
    margin-top: 3.5897435897vw;
  }
}
.personality-recruitment__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 63px;
  border: 1px solid #999;
  color: #0B0B0B;
  font-size: 1.6rem;
  font-weight: 900;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .personality-recruitment__list a {
    min-height: 13.8461538462vw;
    font-size: 1.5rem;
  }
}
.personality-recruitment__list a:hover,
.personality-recruitment__list .active a {
  border-color: #E10416;
  background-color: #E10416;
  color: #fff;
}

.personality-line {
  padding-top: 54px;
  text-align: center;
}
@media (max-width: 767px) {
  .personality-line {
    padding-top: 10.7692307692vw;
  }
}
.personality-line__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 34px;
  border-radius: 50%;
  background-color: #00C202;
}
@media (max-width: 767px) {
  .personality-line__icon {
    width: 17.4358974359vw;
    height: 17.4358974359vw;
    margin-bottom: 7.1794871795vw;
  }
}
.personality-line__icon img {
  width: 48px;
}
@media (max-width: 767px) {
  .personality-line__icon img {
    width: 10.7692307692vw;
  }
}
.personality-line__title {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .personality-line__title {
    font-size: 2.1rem;
    text-align: left;
  }
}
.personality-line__text {
  margin-top: 22px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .personality-line__text {
    margin-top: 4.6153846154vw;
    font-size: 1.4rem;
    text-align: left;
  }
}
.personality-line__button {
  margin-top: 32px;
}
.personality-line__button a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 356px;
  min-height: 56px;
  padding: 0 54px 0 44px;
  border-radius: 56px;
  background-color: #00C202;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
}
.personality-line__button a::after {
  position: absolute;
  top: 0;
  right: 29px;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  display: block;
  margin: auto;
  content: "";
}
@media (max-width: 767px) {
  .personality-line__button a {
    min-width: 100%;
    min-height: 13.8461538462vw;
    font-size: 1.6rem;
  }
}

.page-executive .l-main {
  background: #A71418;
}

@media (max-width: 767px) {
  .page-executive .l-header,
.page-executive .l-header:not(.visible).l-header:not(.open):not(.active) {
    height: 13.8461538462vw;
    padding: 0;
    background: #0B0B0B;
  }

  .page-executive .l-header__container {
    height: 13.8461538462vw;
    padding-left: 1.7948717949vw;
  }

  .page-executive .l-header .p-item__inner a {
    width: 82.0512820513vw;
    padding: 0;
    background: transparent;
  }

  .page-executive .l-header .p-item__logo {
    width: 34.8717948718vw;
    margin-right: 1.7948717949vw;
    margin-left: 0;
  }

  .page-executive .l-header .p-item__title {
    font-size: 2.3076923077vw;
  }

  .page-executive .l-cv_button {
    display: none !important;
  }

  .page-executive .fixed-btn.sp {
    display: none !important;
  }

  .page-executive .l-toggle,
.page-executive .l-toggle:not(.visible).l-toggle:not(.open):not(.active) {
    top: 0;
    right: 0;
    width: 16.4102564103vw;
    height: 13.8461538462vw;
    padding: 4.8717948718vw 5.1282051282vw;
    background: transparent;
  }

  .page-executive .l-toggle span,
.page-executive .l-toggle:not(.visible).l-toggle:not(.open):not(.active) span {
    background: #fff;
  }
}
.executive-page {
  background-color: #A71418;
  color: #fff;
}

.executive-page picture,
.executive-page img {
  display: block;
}

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

.executive-hero {
  position: relative;
  overflow: hidden;
  background-color: #0B0B0B;
}
.executive-hero picture,
.executive-hero img {
  width: 100%;
}
@media (min-width: 768px) {
  .executive-hero {
    aspect-ratio: 1440/765;
  }
  .executive-hero picture,
.executive-hero img {
    height: 100%;
  }
  .executive-hero img {
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .executive-hero {
    overflow: visible;
    padding-top: 13.8461538462vw;
  }
  .executive-hero picture,
.executive-hero img {
    width: 100%;
    height: 98.7179487179vw;
  }
  .executive-hero img {
    object-fit: cover;
  }
}
.executive-hero__title {
  position: absolute;
  inset: 0;
  color: #fff;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  line-height: 1;
}
.executive-hero__title span,
.executive-hero__title strong {
  position: absolute;
  left: 50%;
  z-index: 1;
  display: block;
  width: fit-content;
  margin: 0;
  background: none;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}
.executive-hero__title span::before,
.executive-hero__title strong::before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  background-color: rgba(11, 11, 11, 0.9);
  transform: translateX(-50%);
}
.executive-hero__title span {
  top: 32.4305555556vw;
  font-size: 3.3333333333vw;
  line-height: 4.9305555556vw;
}
.executive-hero__title span::before {
  top: 0.3472222222vw;
  width: 22.555556vw;
  height: 4.7916666667vw;
}
.executive-hero__title strong {
  top: 38.0555555556vw;
  font-size: 6.1111111111vw;
  line-height: 8.8194444444vw;
}
.executive-hero__title strong::before {
  top: 0.625vw;
  width: 46.8055555556vw;
  height: 8.5416666667vw;
}
@media (max-width: 767px) {
  .executive-hero__title {
    inset: 0;
    display: block;
    width: 100%;
    max-width: none;
    transform: none;
  }
  .executive-hero__title span,
.executive-hero__title strong {
    position: absolute;
    left: 50%;
    display: block;
    margin: 0 auto;
    padding: 0;
    background: none;
    line-height: 1;
    transform: translateX(-50%);
  }
  .executive-hero__title span::before,
.executive-hero__title strong::before {
    content: "";
    position: absolute;
    left: 50%;
    z-index: -1;
    background-color: rgba(11, 11, 11, 0.9);
    transform: translateX(-50%);
  }
  .executive-hero__title span {
    top: 91.0256410256vw;
    width: max-content;
    min-height: 0;
    font-size: 2.9rem;
    line-height: 10.7692307692vw;
  }
  .executive-hero__title span::before {
    top: 0.5128205128vw;
    width: 78.4615384615vw;
    height: 10.2564102564vw;
  }
  .executive-hero__title strong {
    top: 102.5641025641vw;
    width: max-content;
    min-height: 0;
    font-size: 4.7rem;
    line-height: 17.6923076923vw;
  }
  .executive-hero__title strong::before {
    top: 1.2820512821vw;
    width: 89.7435897436vw;
    height: 16.4102564103vw;
  }
}

.executive-lead {
  padding: 3.3333333333vw 1.3888888889vw 4.2361111111vw;
  background-color: #A71418;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .executive-lead {
    overflow: hidden;
    padding: 15.8974358974vw 5.1282051282vw 11.0256410256vw;
  }
}
.executive-lead__container {
  width: 83.3333333333vw;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .executive-lead__container {
    width: 89.7435897436vw;
  }
}
.executive-lead h2 {
  margin-bottom: 4.0277777778vw;
  color: #FFF500;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 5.1388888889vw;
}
@media (max-width: 767px) {
  .executive-lead h2 {
    margin-top: 0;
    margin-bottom: 6.1538461538vw;
    font-size: 2.6rem;
    line-height: 10.2564102564vw;
  }
}
.executive-lead p {
  margin: 0;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 1.4583333333vw;
  font-weight: 700;
  line-height: 3.8194444444vw;
  transform: translateY(-1.1805555556vw);
}
.executive-lead p + p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .executive-lead p {
    font-size: 1.3rem;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 9.2307692308vw;
    text-align: center;
    transform: none;
  }
  .executive-lead p + p {
    margin-top: 2.3076923077vw;
  }
  .executive-lead p br {
    display: none;
  }
}
.executive-lead em {
  color: #FFF500;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
  .executive-lead__body-sp {
    display: block !important;
    width: 123.5897435897vw;
    max-width: none;
    min-height: 242.0512820513vw;
    margin-top: -5.3846153846vw !important;
    margin-right: auto;
    margin-left: 0;
    position: relative;
    top: 2.5641025641vw;
    left: calc(50% + 2.0512820513vw);
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    line-height: 10.2564102564vw !important;
    text-align: center !important;
    transform: translateX(-50%) !important;
  }
  .executive-lead__body-sp br {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .executive-lead__body-sp ~ p {
    display: none;
  }
}

.executive-target {
  display: grid;
  grid-template-columns: 50.9027777778vw minmax(0, 1fr);
  min-height: 38.3333333333vw;
  background-color: #0B0B0B;
  color: #fff;
}
@media (max-width: 767px) {
  .executive-target {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 4.8717948718vw;
    min-height: 0;
  }
}
.executive-target__image {
  height: 38.3333333333vw;
  aspect-ratio: 733/552;
}
@media (max-width: 767px) {
  .executive-target__image {
    height: auto;
    min-height: 0;
  }
}
.executive-target__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.executive-target__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 6.6180555556vw 1.3888888889vw 0 6.8541666667vw;
}
@media (max-width: 767px) {
  .executive-target__content {
    padding: 12.0512820513vw 9.2307692308vw 11.1538461538vw 11.7948717949vw;
  }
}
.executive-target__content h2 {
  position: relative;
  margin-bottom: 4.5555555556vw;
  color: #E10416;
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 2.5694444444vw;
  font-weight: 700;
  line-height: 1;
}
.executive-target__content h2::after {
  content: "";
  position: absolute;
  bottom: -1.7291666667vw;
  left: 0;
  width: 36.3548611111vw;
  height: 2px;
  background-color: #E60012;
}
@media (max-width: 767px) {
  .executive-target__content h2 {
    margin-top: -5.641025641vw;
    margin-bottom: 10.2307692308vw;
    font-size: 2.5rem;
    line-height: 9.2307692308vw;
  }
  .executive-target__content h2::after {
    bottom: -2.8717948718vw;
    width: 100%;
    height: 1px;
  }
}
.executive-target__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.executive-target__content li {
  position: relative;
  margin: 0;
  min-height: 1.9444444444vw;
  padding-left: 2.8680555556vw;
  color: #fff;
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 1;
}
.executive-target__content li + li {
  margin-top: 1.6666666667vw;
}
.executive-target__content li::before {
  position: absolute;
  top: -0.2777777778vw;
  left: 0;
  display: block;
  width: 1.9444444444vw;
  height: 1.875vw;
  background: url("../executive/images/check.png") center center/contain no-repeat;
  content: "";
}
.executive-target__content li::after {
  content: none;
}
@media (max-width: 767px) {
  .executive-target__content li {
    min-height: 10.7692307692vw;
    padding-left: 9.4871794872vw;
    font-size: 1.7rem;
    line-height: 10.7692307692vw;
  }
  .executive-target__content li + li {
    margin-top: 0;
  }
  .executive-target__content li::before {
    top: 50%;
    width: 6.0871794872vw;
    height: 5.8769230769vw;
    transform: translateY(-50%);
  }
}

.executive-content {
  padding: 8.6111111111vw 20px 11.6666666667vw;
  background-color: #A71418;
}
@media (max-width: 767px) {
  .executive-content {
    padding: 28.7692307692vw 5.1282051282vw 19.4871794872vw;
  }
}

.executive-panel {
  width: 83.75vw;
  margin: 0 auto 5.3472222222vw;
  padding: 4.4444444444vw 2.7083333333vw 5.625vw 3.2638888889vw;
  background-color: rgba(75, 5, 6, 0.66);
  color: #fff;
}
@media (max-width: 767px) {
  .executive-panel {
    width: auto;
    margin-bottom: 11.7948717949vw;
    padding: 8.9743589744vw 6.1538461538vw 10.7692307692vw;
  }
}
@media (max-width: 767px) {
  .executive-panel:first-child {
    margin-bottom: 17.1794871795vw;
    padding-top: 11.2820512821vw;
    padding-bottom: 16.4102564103vw;
  }
  .executive-panel:first-child h2 {
    font-size: 4rem;
    line-height: 16.1538461538vw;
    text-align: center;
  }
  .executive-panel:first-child h3 {
    margin-top: 0.7179487179vw;
    font-size: 2.1rem;
    line-height: 8.4615384615vw;
    text-align: center;
  }
  .executive-panel:first-child > p:not(.executive-panel__text-sp) {
    display: none;
  }
  .executive-panel:first-child .executive-panel__text-sp {
    display: block !important;
    width: 82.0512820513vw;
    margin-top: 3.1794871795vw;
    margin-left: -2.3076923077vw;
    font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    line-height: 7.6923076923vw;
  }
  .executive-panel:first-child .executive-panel__image {
    width: 100%;
    margin-top: 3.7948717949vw;
    transform: translateX(-1.5384615385vw);
  }
  .executive-panel:first-child .executive-panel__image img {
    width: 289.2307692308vw;
    height: 116.9230769231vw;
    max-width: none;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .executive-panel:nth-of-type(2) {
    margin-bottom: 5.625vw;
    padding-bottom: 8.3333333333vw;
  }
  .executive-panel:nth-of-type(3) {
    margin-bottom: 8.1944444444vw;
    padding-bottom: 5.9722222222vw;
  }
  .executive-panel:nth-of-type(3) > p {
    margin-top: 1.3194444444vw;
    margin-left: -0.1388888889vw;
  }
  .executive-panel:nth-of-type(3) .executive-panel__image {
    margin-top: 2.0138888889vw;
  }
}
@media (max-width: 767px) {
  .executive-panel:nth-of-type(2) {
    margin-bottom: 17.9487179487vw;
    padding-bottom: 23.3333333333vw;
  }
}
@media (max-width: 767px) {
  .executive-panel:nth-of-type(2) h2 {
    margin-top: 2.8205128205vw;
  }
}
@media (max-width: 767px) {
  .executive-panel:nth-of-type(2) > p {
    margin-top: 2.8205128205vw;
    margin-left: -2.3076923077vw;
  }
}
@media (max-width: 767px) {
  .executive-panel:nth-of-type(3) {
    padding-bottom: 24.6153846154vw;
  }
}
@media (max-width: 767px) {
  .executive-panel:nth-of-type(3) h2 {
    margin-top: 1.5384615385vw;
    line-height: 12.8205128205vw;
  }
}
@media (max-width: 767px) {
  .executive-panel:nth-of-type(3) h3 {
    margin-top: 3.5384615385vw;
  }
}
@media (max-width: 767px) {
  .executive-panel:nth-of-type(3) > p {
    margin-top: 4.358974359vw;
    margin-left: -2.3076923077vw;
  }
}
@media (max-width: 767px) {
  .executive-panel:nth-of-type(3) .executive-panel__image {
    margin-top: 10.358974359vw;
    margin-left: -2.3076923077vw;
  }
}
@media (max-width: 767px) {
  .executive-panel:nth-of-type(3) .executive-panel__image img {
    width: 246.9230769231vw;
    height: 122.8205128205vw;
    object-fit: cover;
  }
}
.executive-panel h2 {
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 2.7083333333vw;
  font-weight: 700;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .executive-panel h2 {
    font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 16.1538461538vw;
    text-align: center;
  }
}
.executive-panel h3 {
  margin-top: 0.4166666667vw;
  color: #fff;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 1.5277777778vw;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .executive-panel h3 {
    margin-top: 0.7179487179vw;
    font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
    font-size: 2.1rem;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 8.4615384615vw;
    text-align: center;
  }
}
.executive-panel > p {
  width: 77.7777777778vw;
  min-height: 9.7916666667vw;
  margin-top: 1.5277777778vw;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.0833333333vw;
}
@media (max-width: 767px) {
  .executive-panel > p {
    width: 82.0512820513vw;
    margin-top: 5.1282051282vw;
    font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    letter-spacing: 0;
    line-height: 7.6923076923vw;
  }
}
.executive-panel__image {
  position: relative;
  width: 78.3333333333vw;
  margin-top: 1.1111111111vw;
  margin-right: 0;
  margin-left: -0.5555555556vw;
  background-color: #fff;
}
@media (max-width: 767px) {
  .executive-panel__image {
    width: auto;
    margin-top: 6.4102564103vw;
    margin-right: 0;
    margin-left: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .executive-panel__image::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    width: min(40.2564102564vw, 157px);
    height: min(40.2564102564vw, 157px);
    background: url("../executive/images/slide.png") center center/contain no-repeat;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease, visibility 0.2s ease;
    content: "";
    pointer-events: none;
  }
  .executive-panel__image.is-slide-hint-hidden::after {
    opacity: 0;
    visibility: hidden;
  }
}
.executive-panel__image img {
  width: 100%;
}
@media (max-width: 767px) {
  .executive-panel__image img {
    width: 174.358974359vw;
    max-width: none;
    min-width: 0;
  }
}

.executive-reward {
  width: 78.1944444444vw;
  margin-top: 30px;
  margin-left: -0.5555555556vw;
}
@media (max-width: 767px) {
  .executive-reward {
    width: 82.0512820513vw;
    margin-top: 12.0512820513vw;
    margin-left: -2.3076923077vw;
    overflow: visible;
    padding-bottom: 0;
  }
}

.executive-phase {
  position: relative;
  display: grid;
  grid-template-columns: 25.6944444444vw minmax(0, 1fr);
  min-width: 740px;
  color: #0B0B0B;
  --executive-phase-label-top: 2.0138888889vw;
  --executive-phase-main-left: 50%;
  --executive-phase-main-top: 4.3055555556vw;
  --executive-phase-people-top: 6.78125vw;
  --executive-phase-main-transform: translateX(-50%);
}
.executive-phase:nth-child(1) {
  --executive-phase-main-top: 4.2361111111vw;
  --executive-phase-people-top: 7.3611111111vw;
}
.executive-phase:nth-child(1) .executive-phase__scale,
.executive-phase:nth-child(1) .executive-phase__people {
  line-height: 2.6388888889vw;
}
@media (max-width: 767px) {
  .executive-phase:nth-child(1) .executive-phase__scale,
.executive-phase:nth-child(1) .executive-phase__people {
    line-height: 9.7435897436vw;
  }
}
.executive-phase:nth-child(2) {
  --executive-phase-label-top: 2.2222222222vw;
  --executive-phase-main-top: 4.3055555556vw;
  --executive-phase-people-top: 6.78125vw;
}
.executive-phase:nth-child(2) .executive-phase__head {
  background-color: #ed4c58;
}
.executive-phase:nth-child(3) {
  --executive-phase-label-top: 2.2222222222vw;
  --executive-phase-main-top: 4.2361111111vw;
  --executive-phase-people-top: 6.7118055556vw;
}
.executive-phase:nth-child(3) .executive-phase__head {
  background-color: #eb3341;
}
.executive-phase:nth-child(4) {
  --executive-phase-label-top: 2.2222222222vw;
  --executive-phase-main-top: 4.2361111111vw;
  --executive-phase-people-top: 6.7118055556vw;
}
.executive-phase:nth-child(4) .executive-phase__head {
  background-color: #e81829;
}
@media (max-width: 767px) {
  .executive-phase {
    display: block;
    min-width: 0;
    --executive-phase-label-top: auto;
    --executive-phase-main-left: auto;
    --executive-phase-main-top: auto;
    --executive-phase-people-top: auto;
    --executive-phase-main-transform: none;
  }
}
.executive-phase + .executive-phase {
  margin-top: 1.25vw;
}
@media (max-width: 767px) {
  .executive-phase + .executive-phase {
    margin-top: 7.9487179487vw;
  }
}
.executive-phase:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  right: 23.2638888889vw;
  bottom: -1.7361111111vw;
  display: block;
  width: 4.0972222222vw;
  height: 2.2222222222vw;
  background: url("../executive/images/icon_arrow.png") center center/contain no-repeat;
  content: "";
}
@media (max-width: 767px) {
  .executive-phase:not(:last-child)::after {
    right: 50%;
    bottom: -6.9230769231vw;
    transform: translateX(50%);
    width: 12.3076923077vw;
    height: 6.6666666667vw;
    background-image: url("../executive/images/icon_arrow_sp.png");
  }
}
.executive-phase__head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 12.1527777778vw;
  padding: 2.0138888889vw 1.25vw 1.3888888889vw;
  background-color: #f36b78;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .executive-phase__head {
    box-sizing: border-box;
    height: 36.4102564103vw;
    min-height: 0;
    padding: 5.1282051282vw 3.5897435897vw 4.6153846154vw;
  }
}
.executive-phase__label {
  position: absolute;
  top: var(--executive-phase-label-top);
  left: 0;
  width: 100%;
  margin: 0;
  font-family: montserrat, sans-serif;
  font-size: 1.1805555556vw;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  color: #99000d;
}
@media (max-width: 767px) {
  .executive-phase__label {
    position: static;
    width: auto;
    font-family: montserrat, sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
  }
}
.executive-phase__scale {
  position: absolute;
  top: var(--executive-phase-main-top);
  left: var(--executive-phase-main-left);
  width: max-content;
  margin: 0;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 2.1527777778vw;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
  transform: var(--executive-phase-main-transform);
  transform-origin: center top;
}
@media (max-width: 767px) {
  .executive-phase__scale {
    position: static;
    width: auto;
    margin-top: 1.2820512821vw;
    font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
    font-size: 3.1rem;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 9.7435897436vw;
    transform: none;
  }
}
.executive-phase__people {
  position: absolute;
  top: var(--executive-phase-people-top);
  left: var(--executive-phase-main-left);
  width: max-content;
  margin: 0;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 2.1527777778vw;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
  transform: var(--executive-phase-main-transform);
  transform-origin: center top;
}
@media (max-width: 767px) {
  .executive-phase__people {
    position: static;
    width: auto;
    margin-top: 0;
    font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
    font-size: 3.1rem;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 9.7435897436vw;
    transform: none;
  }
}
.executive-phase__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 12.1527777778vw;
  padding: 2.0486111111vw 3.0555555556vw 0 3.4027777778vw;
  background-color: #fff;
  text-align: left;
}
@media (max-width: 767px) {
  .executive-phase__body {
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    height: 47.9487179487vw;
    min-height: 0;
    padding: 0 2.5641025641vw 6.6666666667vw;
    text-align: center;
  }
}
.executive-phase__body p {
  margin: 0;
  color: #0B0B0B;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.0833333333vw;
  text-align: left;
}
@media (max-width: 767px) {
  .executive-phase__body p {
    width: 76.9230769231vw;
    font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    line-height: 7.6923076923vw;
    text-align: center;
  }
}
.executive-phase__body p + p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .executive-phase__body p + p {
    margin-top: 0;
  }
}
.executive-phase__body mark {
  padding: 0 0.2em;
  background: linear-gradient(transparent 58%, #fff000 58%);
  color: #0B0B0B;
  font-weight: 900;
}
@media (max-width: 767px) {
  .executive-phase:first-child .executive-phase__body {
    height: 55.641025641vw;
  }
  .executive-phase:first-child .executive-phase__body p {
    transform: translate(-1px, -2px);
  }
}
.executive-phase--summary .executive-phase__head {
  align-items: flex-start;
  justify-content: flex-start;
  height: 14.5138888889vw;
  padding: 5.9027777778vw 1.25vw 1.3888888889vw 9.6527777778vw;
  background-color: #c70616;
}
@media (max-width: 767px) {
  .executive-phase--summary .executive-phase__head {
    align-items: center;
    justify-content: center;
    height: 36.4102564103vw;
    min-height: 0;
    padding: 4.6153846154vw 3.5897435897vw;
  }
}
.executive-phase--summary .executive-phase__body {
  height: 14.5138888889vw;
  padding-top: 2.2569444444vw;
}
@media (max-width: 767px) {
  .executive-phase--summary .executive-phase__body {
    height: 47.9487179487vw;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 6.6666666667vw;
  }
}
.executive-phase--summary .executive-phase__body p {
  font-size: 1.5277777778vw;
  font-weight: 500;
  line-height: 2.5694444444vw;
}
@media (max-width: 767px) {
  .executive-phase--summary .executive-phase__body p {
    font-size: 1.6rem;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    line-height: 7.6923076923vw;
  }
}
.executive-phase--summary .executive-phase__body mark {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0;
  background: none;
  font-weight: 400;
}
.executive-phase--summary .executive-phase__body mark::before {
  position: absolute;
  z-index: -1;
  bottom: 0.2777777778vw;
  left: 0;
  display: block;
  width: 33.3333333333vw;
  height: 0.7638888889vw;
  background-color: #FFF500;
  content: "";
}
@media (max-width: 767px) {
  .executive-phase--summary .executive-phase__body mark::before {
    bottom: 0.5128205128vw;
    width: 58.9743589744vw;
    height: 1.2820512821vw;
  }
}
.executive-phase__summary {
  margin: 0;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 2.1527777778vw;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .executive-phase__summary {
    font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
    font-size: 3.1rem;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 9.7435897436vw;
  }
}

.executive-phase + .executive-phase--summary {
  margin-top: 1.4583333333vw;
}
@media (max-width: 767px) {
  .executive-phase + .executive-phase--summary {
    margin-top: 7.9487179487vw;
  }
}

@media (max-width: 767px) {
  .executive-phase:nth-child(2) {
    margin-top: 9.2307692308vw;
  }

  .executive-phase:nth-child(3) {
    margin-top: 10.7692307692vw;
  }

  .executive-phase:nth-child(4),
.executive-phase + .executive-phase--summary {
    margin-top: 12.3076923077vw;
  }
}
.executive-entry-message {
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .executive-entry-message {
    transform: translateX(-0.4861111111vw);
  }
}
@media (max-width: 767px) {
  .executive-entry-message {
    width: 82.0512820513vw;
    max-width: none;
  }
}
.executive-entry-message p {
  margin: 0;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 1.9444444444vw;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 2.9861111111vw;
}
@media (max-width: 767px) {
  .executive-entry-message p {
    font-size: 1.5rem;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    letter-spacing: 0;
    line-height: 7.6923076923vw;
  }
}
.executive-entry-message p span {
  color: #FFF500;
}
.executive-entry-message h2 {
  margin: -0.2777777778vw 0 1.6666666667vw;
  color: #fff000;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 3.5416666667vw;
  font-weight: 700;
  line-height: 5.4861111111vw;
}
@media (max-width: 767px) {
  .executive-entry-message h2 {
    margin: 3.3333333333vw 0 2.0512820513vw;
    font-size: 3.1rem;
    line-height: 11.5384615385vw;
  }
}

.executive-recruitment {
  padding: 90px 20px 92px;
  background-color: #fff;
  color: #0B0B0B;
}
@media (max-width: 767px) {
  .executive-recruitment {
    padding: 15.8974358974vw 5.1282051282vw 17.9487179487vw;
  }
}
.executive-recruitment__container {
  max-width: 1200px;
  margin: 0 auto;
}
.executive-recruitment__title {
  font-family: montserrat, sans-serif;
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .executive-recruitment__title {
    font-size: 3.8rem;
  }
}
.executive-recruitment__subtitle {
  margin-top: 8px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .executive-recruitment__subtitle {
    font-size: 1.3rem;
  }
}
.executive-recruitment__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
  padding-bottom: 62px;
  border-bottom: 1px solid #cfcfcf;
}
@media (max-width: 767px) {
  .executive-recruitment__list {
    display: block;
    margin-top: 8.7179487179vw;
    padding-bottom: 11.2820512821vw;
  }
}
@media (max-width: 767px) {
  .executive-recruitment__list li + li {
    margin-top: 3.5897435897vw;
  }
}
.executive-recruitment__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 63px;
  border: 1px solid #999;
  color: #0B0B0B;
  font-size: 1.6rem;
  font-weight: 900;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .executive-recruitment__list a {
    min-height: 13.8461538462vw;
    font-size: 1.5rem;
  }
}
.executive-recruitment__list a:hover,
.executive-recruitment__list .active a {
  border-color: #E10416;
  background-color: #E10416;
  color: #fff;
}

.executive-line {
  padding-top: 54px;
  text-align: center;
}
@media (max-width: 767px) {
  .executive-line {
    padding-top: 10.7692307692vw;
  }
}
.executive-line__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 34px;
  border-radius: 50%;
  background-color: #00C202;
}
@media (max-width: 767px) {
  .executive-line__icon {
    width: 17.4358974359vw;
    height: 17.4358974359vw;
    margin-bottom: 7.1794871795vw;
  }
}
.executive-line__icon img {
  width: 48px;
}
@media (max-width: 767px) {
  .executive-line__icon img {
    width: 10.7692307692vw;
  }
}
.executive-line__title {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .executive-line__title {
    font-size: 2.1rem;
    text-align: left;
  }
}
.executive-line__text {
  margin-top: 22px;
  font-family: source-han-sans-jp-variable, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 250;
  font-variation-settings: "wght" 250;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .executive-line__text {
    margin-top: 4.6153846154vw;
    font-size: 1.4rem;
    text-align: left;
  }
}
.executive-line__button {
  margin-top: 32px;
}
.executive-line__button a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 356px;
  min-height: 56px;
  padding: 0 54px 0 44px;
  border-radius: 56px;
  background-color: #00C202;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
}
.executive-line__button a::after {
  position: absolute;
  top: 0;
  right: 29px;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  display: block;
  margin: auto;
  content: "";
}
@media (max-width: 767px) {
  .executive-line__button a {
    min-width: 100%;
    min-height: 13.8461538462vw;
    font-size: 1.6rem;
  }
}

.women-mv {
  margin-bottom: 100px;
  position: relative;
  background: url("../women/images/mv.jpg") center top/cover no-repeat;
  position: relative;
  box-sizing: border-box;
  max-height: 100vh;
}
@media (min-width: 768px) {
  .women-mv {
    min-height: 862px;
    height: 59.862vw;
  }
}
@media (max-width: 767px) {
  .women-mv {
    margin-bottom: 15.3846153846vw;
    overflow: hidden;
    height: 157.9487179487vw;
    background: url("../women/images/sp/mv.jpg") center top/cover no-repeat;
  }
}
.women-mv__txt {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7%;
  margin: auto;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .women-mv__txt {
    bottom: 19.5%;
  }
}
.women-mv__ttl {
  padding: 0.23em 0.34em;
  width: fit-content;
  height: fit-content;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  margin: auto;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
}
@media (max-width: 767px) {
  .women-mv__ttl {
    font-size: 27px;
    font-size: 6.9230769231vw;
  }
}
.women-mv__ttl span {
  color: #f85c7a;
}
.women-mv__en {
  display: block;
  font-size: min(16.25vw, 19.5rem);
  font-weight: 300;
  font-family: montserrat, sans-serif;
  line-height: 0.9230769231;
  color: #f85c7a;
}
@media (max-width: 767px) {
  .women-mv__en {
    line-height: 1.6;
    margin-left: -0.1em;
    font-size: 73px;
    font-size: 18.7179487179vw;
    white-space: nowrap;
  }
}

.women-lead {
  margin: 0 20px 100px;
}
@media (max-width: 767px) {
  .women-lead {
    margin: 0 5.1282051282vw 20.5128205128vw;
  }
}
.women-lead__txt {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .women-lead__txt {
    margin-bottom: 17.9487179487vw;
  }
}
.women-lead__txt p {
  font-size: 2.2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .women-lead__txt p {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 0.5em;
  }
}
@media (max-width: 767px) {
  .women-lead__txt p {
    font-size: 22px;
    font-size: 5.641025641vw;
    text-align: center;
    line-height: 1.8181818182;
  }
}
.women-lead__txt p b {
  margin: 0 0.3em;
  display: block;
  font-size: 4rem;
  color: #f85c7a;
}
@media (min-width: 768px) {
  .women-lead__txt p b {
    line-height: 1;
    position: relative;
    top: -0.1em;
  }
}
@media (max-width: 767px) {
  .women-lead__txt p b {
    margin: 0.2em 0;
    font-size: 37px;
    font-size: 9.4871794872vw;
    line-height: 1.3513513514;
  }
}
@media (min-width: 768px) {
  .women-lead__txt p + p {
    margin-top: 0.5em;
  }
}

.designers-space {
  margin-bottom: 116px;
}
@media (max-width: 767px) {
  .designers-space {
    margin-bottom: 20.5128205128vw;
  }
}
.designers-space__ttl {
  margin-bottom: 1.6em;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
}
.designers-space__ttl span {
  margin-bottom: 0.15em;
  font-family: montserrat, sans-serif;
  font-size: 8.9rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  display: block;
  color: #f85c7a;
}
@media (max-width: 767px) {
  .designers-space__ttl span {
    font-size: 58px;
    font-size: 14.8717948718vw;
    line-height: 1.1;
  }
}
.designers-space__img {
  max-width: 1200px;
  margin: 0 auto 34px;
}
@media (max-width: 767px) {
  .designers-space__img {
    margin: 0 5.1282051282vw 5.1282051282vw;
  }
}
.designers-space__img img {
  height: auto;
}
.designers-space__txt {
  margin-bottom: 118px;
}
@media (max-width: 767px) {
  .designers-space__txt {
    margin: 0 5.1282051282vw 15.3846153846vw;
  }
}
.designers-space__txt p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .designers-space__txt p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .designers-space__txt p {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.designers-space__photo {
  position: relative;
}
@media (min-width: 768px) {
  .designers-space__photo::before {
    z-index: -1;
    position: absolute;
    top: min(5.625vw, 81px);
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    max-height: 518px;
    height: 35.9723vw;
    content: "";
    background-color: #fdefef;
  }
}
.designers-space__photo picture {
  display: block;
  margin: 0 auto;
  max-width: 1440px;
}
.designers-space__photo img {
  height: auto;
}

.women-entry {
  background: url("../women/images/entry.jpg") center top/cover no-repeat;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 20px 98px;
  height: 692px;
  box-sizing: border-box;
  margin: 170px auto 0;
}
@media (min-width: 768px) {
  .women-entry {
    max-width: 1440px;
  }
}
@media (max-width: 767px) {
  .women-entry {
    margin: 20.5128205128vw auto 0;
    background: url("../women/images/sp/entry.jpg") center top/cover no-repeat;
    padding: 0 5.1282051282vw 9.7435897436vw;
    height: 121.2820512821vw;
  }
}
.women-entry > p {
  margin-bottom: 0.8em;
  font-size: 3.5rem;
  font-weight: bold;
  color: #f85c7a;
}
@media (max-width: 767px) {
  .women-entry > p {
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.women-entry__btn {
  display: flex;
  gap: 26px;
  justify-content: center;
}
@media (max-width: 767px) {
  .women-entry__btn {
    gap: 3.0769230769vw;
    flex-flow: column;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .women-entry__btn li {
    min-width: 383px;
  }
}
.women-entry__btn a {
  width: 100%;
  min-height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.91);
  font-size: 1.9rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .women-entry__btn a {
    font-size: 19px;
    font-size: 4.8717948718vw;
    min-height: 22.0512820513vw;
  }
}
.women-entry__btn a::before, .women-entry__btn a::after {
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
}
@media (max-width: 767px) {
  .women-entry__btn a::before, .women-entry__btn a::after {
    right: 5.641025641vw;
  }
}
.women-entry__btn a::before {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #f85c7a;
}
@media (max-width: 767px) {
  .women-entry__btn a::before {
    width: 5.3846153846vw;
    height: 5.3846153846vw;
  }
}
.women-entry__btn a::after {
  right: 29px;
  width: 5px;
  height: 6px;
  background-color: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media (max-width: 767px) {
  .women-entry__btn a::after {
    right: 7.4358974359vw;
    width: 1.2820512821vw;
    height: 1.5384615385vw;
  }
}

.workstyle-mv {
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .workstyle-mv {
    margin-bottom: 10.2564102564vw;
  }
}
.workstyle-mv__img img {
  height: auto;
}
.workstyle-mv__txt {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: calc(50% - 43px);
  height: fit-content;
  max-width: 807px;
}
@media (max-width: 767px) {
  .workstyle-mv__txt {
    bottom: 24.6153846154vw;
    width: 88.4615384615vw;
  }
}
.workstyle-mv__txt img {
  height: auto;
}

.growth-mv {
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .growth-mv {
    margin-bottom: 10.2564102564vw;
  }
}
.growth-mv__img img {
  height: auto;
}
.growth-mv__txt {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.growth-mv__txt .sub {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .growth-mv__txt .sub {
    font-size: 5.38vw;
  }
}
.growth-mv__txt .main {
  font-size: 74px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .growth-mv__txt .main {
    font-size: 12vw;
  }
}

.workstyle-nav {
  max-width: 1200px;
  margin: 0 auto 68px;
}
@media (min-width: 768px) {
  .workstyle-nav {
    padding: 0 20px;
    box-sizing: content-box;
  }
}
@media (max-width: 767px) {
  .workstyle-nav {
    margin: 0 5.1282051282vw 15.3846153846vw;
  }
}
.workstyle-nav ol {
  display: grid;
  column-gap: 12px;
  grid-template-columns: repeat(6, 1fr);
}
@media print, screen and (max-width: 1200px) {
  .workstyle-nav ol {
    row-gap: 80px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .workstyle-nav ol {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.5641025641vw;
    row-gap: 11.0256410256vw;
  }
}
.workstyle-nav li {
  counter-increment: num;
}
.workstyle-nav a {
  position: relative;
  text-align: center;
  display: block;
  border: 2px solid #E10416;
  padding-top: 36px;
  min-height: 102px;
  font-size: 1.6rem;
  line-height: 1.4375;
}
@media (max-width: 767px) {
  .workstyle-nav a {
    min-height: 23.0769230769vw;
    padding-top: 6.6666666667vw;
    border: 0.5128205128vw solid #E10416;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.workstyle-nav a::before, .workstyle-nav a::after {
  z-index: 2;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
}
.workstyle-nav a::before {
  top: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  color: #fff;
  background-color: #E10416;
  border-radius: 50%;
  font-weight: 300;
  line-height: 1;
  font-size: 2rem;
  font-family: montserrat, sans-serif;
  content: counter(num);
}
@media (max-width: 767px) {
  .workstyle-nav a::before {
    top: -4.8717948718vw;
    width: 8.4615384615vw;
    height: 8.4615384615vw;
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.workstyle-nav a::after {
  bottom: -22px;
  display: block;
  width: 16px;
  height: 8px;
  background-color: #d6d6d6;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (max-width: 767px) {
  .workstyle-nav a::after {
    bottom: -4.1025641026vw;
    width: 4.1025641026vw;
    height: 2.0512820513vw;
  }
}

.workstyle-anc {
  margin-top: -80px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .workstyle-anc {
    margin-top: -20vw;
    padding-top: 20vw;
  }
}

.workstyle-section-wrap {
  width: 1200px;
  margin: 0 auto 110px;
  display: flex;
  flex-flow: column;
  row-gap: 62px;
}
@media (max-width: 767px) {
  .workstyle-section-wrap {
    width: 100%;
    row-gap: 10.2564102564vw;
    margin-bottom: 33.3333333333vw;
  }
}

.workstyle-section {
  background-color: #f5f5f5;
  padding: 64px 82px 86px;
  counter-increment: num;
  position: relative;
}
@media (max-width: 767px) {
  .workstyle-section {
    padding: 14.8717948718vw 5.1282051282vw;
  }
}
.workstyle-section::before {
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #E10416;
  color: #fff;
  font-family: montserrat, sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
  content: counter(num);
}
@media (max-width: 767px) {
  .workstyle-section::before {
    top: -6.9230769231vw;
    width: 13.8461538462vw;
    height: 13.8461538462vw;
    font-size: 27px;
    font-size: 6.9230769231vw;
  }
}
.workstyle-section img {
  height: auto;
}
.workstyle-section__ttl {
  margin-bottom: 0.8em;
  text-align: center;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.3846153846;
}
@media (max-width: 767px) {
  .workstyle-section__ttl {
    font-size: 26px;
    font-size: 6.6666666667vw;
  }
}
.workstyle-section__txt {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .workstyle-section__txt {
    margin-bottom: 7.6923076923vw;
  }
}
.workstyle-section__txt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 3vw;
}
@media (min-width: 768px) {
  .workstyle-section__txt p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .workstyle-section__txt p {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1.7333333333;
  }
}
@media (max-width: 767px) {
  .workstyle-section__sub {
    margin-bottom: 2.5641025641vw;
  }
}
.workstyle-section__sub p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .workstyle-section__sub p {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1.7333333333;
  }
}
.workstyle-section__img__text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .workstyle-section__img__text {
    text-align: left;
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1.7333333333;
  }
}

.workstyle-topclass {
  background-color: #fff;
  padding: 20px 69px 94px;
}
@media (max-width: 767px) {
  .workstyle-topclass {
    padding: 2.8205128205vw 5.3846153846vw 13.3333333333vw;
  }
}
.workstyle-topclass__section {
  position: relative;
  overflow: hidden;
}
.workstyle-topclass__section:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .workstyle-topclass__section:not(:last-child) {
    margin-bottom: 7.6923076923vw;
  }
}
.workstyle-topclass__section:not(:last-child)::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 96.6%;
  height: 1px;
  background-color: #d6d6d6;
  display: block;
  margin: auto;
  content: "";
}
@media (max-width: 767px) {
  .workstyle-topclass__section:not(:last-child)::before {
    width: 100%;
  }
}
.workstyle-topclass__ttl {
  margin: 0 auto 28px;
}
@media (min-width: 768px) {
  .workstyle-topclass__ttl {
    max-width: 481px;
  }
}
@media (max-width: 767px) {
  .workstyle-topclass__ttl {
    margin: 0 auto 3.5897435897vw;
  }
}
.workstyle-topclass__subttl {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .workstyle-topclass__subttl {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.workstyle-topclass__txt {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .workstyle-topclass__txt {
    margin-bottom: 6.1538461538vw;
  }
}
.workstyle-topclass__txt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .workstyle-topclass__txt p {
    text-align: center;
  }
}
.workstyle-topclass__photo {
  margin-bottom: 57px;
}
@media (max-width: 767px) {
  .workstyle-topclass__photo {
    margin-bottom: 14.1025641026vw;
  }
}

.workstyle-holiday {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .workstyle-holiday {
    margin-bottom: 6.6666666667vw;
  }
}
.workstyle-holiday__ttl {
  margin-bottom: 0.8em;
  margin-top: -0.4em;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .workstyle-holiday__ttl {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.workstyle-holiday ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) {
  .workstyle-holiday ul {
    margin: 0 auto;
    max-width: 769px;
    column-gap: 42px;
  }
}
@media (max-width: 767px) {
  .workstyle-holiday ul {
    grid-template-columns: 1fr;
    row-gap: 5.3846153846vw;
  }
}
.workstyle-holiday li {
  border: 3px solid #E10416;
  border-radius: 10px;
  min-height: 144px;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .workstyle-holiday li {
    border: 0.5128205128vw solid #E10416;
    border-radius: 2.5641025641vw;
    min-height: 12.5641025641vw;
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
@media (max-width: 767px) {
  .workstyle-holiday li p {
    display: flex;
    align-items: center;
    column-gap: 0.5em;
  }
}
.workstyle-holiday li b {
  display: block;
  font-size: 3.3rem;
  line-height: 1.3333333333;
  color: #D92126;
}
@media (max-width: 767px) {
  .workstyle-holiday li b {
    font-size: 21px;
    font-size: 5.3846153846vw;
    line-height: 1.3333333333;
  }
}
.workstyle-holiday li:not(:first-child)::before, .workstyle-holiday li:not(:first-child)::after {
  position: absolute;
  top: 0;
  left: -37px;
  display: block;
  margin: auto;
  height: 4px;
  width: 25px;
  content: "";
  background-color: #0B0B0B;
}
@media (min-width: 768px) {
  .workstyle-holiday li:not(:first-child)::before, .workstyle-holiday li:not(:first-child)::after {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .workstyle-holiday li:not(:first-child)::before, .workstyle-holiday li:not(:first-child)::after {
    top: -3.5897435897vw;
    left: 0;
    right: 0;
    width: 3.3333333333vw;
    height: 0.5128205128vw;
  }
}
.workstyle-holiday li:not(:first-child)::after {
  transform: rotate(90deg);
}

.workstyle-welfare {
  max-width: 814px;
  margin: 0 auto;
}

.workstyle-welfare-col {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
}
@media (max-width: 767px) {
  .workstyle-welfare-col {
    margin-bottom: 2.8205128205vw;
    grid-template-columns: 1fr;
    row-gap: 3.8461538462vw;
  }
}
.workstyle-welfare-col__item {
  padding: 25px 30px;
  border: 1px solid #4a4a4a;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .workstyle-welfare-col__item {
    padding: 4.6153846154vw;
    border-radius: 2.0512820513vw;
  }
}
.workstyle-welfare-col__img {
  margin-bottom: 14px;
  display: flex;
}
.workstyle-welfare-col__img img {
  width: 39.53%;
}
.workstyle-welfare-col__img p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #fff;
  background-color: #D92126;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .workstyle-welfare-col__img p {
    font-size: 17px;
    font-size: 4.358974359vw;
    line-height: 1.3529411765;
  }
}
.workstyle-welfare-col__txt p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .workstyle-welfare-col__txt p {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1.4666666667;
  }
}

.workstyle-welfare-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 18px;
}
@media (max-width: 767px) {
  .workstyle-welfare-list {
    column-gap: 2.5641025641vw;
    row-gap: 2.5641025641vw;
    grid-template-columns: 1fr 1fr;
  }
}
.workstyle-welfare-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  border: 1px solid #4a4a4a;
  border-radius: 10px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #D92126;
  text-align: center;
}
@media (max-width: 767px) {
  .workstyle-welfare-list li {
    font-size: 17px;
    font-size: 4.358974359vw;
    line-height: 1.2941176471;
  }
}
.workstyle-welfare-list li:last-child {
  border: none;
  color: #0B0B0B;
  font-size: 2.2rem;
  font-weight: 500;
  align-items: flex-end;
  justify-content: left;
}
@media (max-width: 767px) {
  .workstyle-welfare-list li:last-child {
    min-height: inherit;
    align-items: flex-start;
    justify-content: center;
    grid-column: 1/3;
  }
}

.workstyle-backup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (max-width: 767px) {
  .workstyle-backup {
    gap: 3.8461538462vw;
    grid-template-columns: 1fr;
  }
}
.workstyle-backup__item {
  background-color: #fff;
  box-sizing: border-box;
  padding: 72px 53px;
}
@media (min-width: 768px) {
  .workstyle-backup__item {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .workstyle-backup__item {
    padding: 8.7179487179vw 7.9487179487vw 10.2564102564vw;
  }
}
.workstyle-backup__item p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9375;
}
@media (max-width: 767px) {
  .workstyle-backup__item p {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.workstyle-backup__ttl {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .workstyle-backup__ttl {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.workstyle-backup__ttl b {
  display: block;
  font-size: 5.5rem;
  color: #D92126;
}
@media (max-width: 767px) {
  .workstyle-backup__ttl b {
    font-size: 35px;
    font-size: 8.9743589744vw;
  }
}

.workstyle-designers {
  max-width: 1035px;
  margin: 0 auto;
}

.workstyle-experience {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 25px;
}
.workstyle-experience__item {
  padding: 38px 50px 54px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .workstyle-experience__item {
    padding: 7.6923076923vw 5.1282051282vw 8.9743589744vw;
  }
}
.workstyle-experience__item p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .workstyle-experience__item p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .workstyle-experience__item p {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.workstyle-experience__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 0.3em;
}
@media (max-width: 767px) {
  .workstyle-experience__ttl {
    font-size: 22px;
    font-size: 5.641025641vw;
  }
}
.workstyle-experience__img {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
}
@media (max-width: 767px) {
  .workstyle-experience__img {
    gap: 5.8974358974vw;
    margin-top: 6.6666666667vw;
    grid-template-columns: 1fr;
  }
}
.workstyle-experience__img img {
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .workstyle-experience__img img {
    margin-bottom: 2.0512820513vw;
  }
}
.workstyle-experience__img figcaption {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .workstyle-experience__img figcaption {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}

.workstyle-evaluation {
  max-width: 1035px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .workstyle-evaluation {
    background: #fff;
    padding: 3vw 3vw 5vw;
    overflow-y: hidden;
  }
  .workstyle-evaluation img {
    width: 764px;
  }
}

.workstyle-career {
  max-width: 1035px;
  margin: 0 auto;
}

.workstyle-point {
  max-width: 1200px;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 106px;
}
@media (max-width: 767px) {
  .workstyle-point {
    row-gap: 17.1794871795vw;
  }
}
.workstyle-point__item {
  overflow: hidden;
  padding: 125px 82px 86px;
  background-color: #f5f5f5;
  counter-increment: num;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .workstyle-point__item {
    padding: 26.6666666667vw 5.1282051282vw 15.3846153846vw;
  }
}
.workstyle-point__item::before {
  z-index: -1;
  position: absolute;
  top: 5px;
  right: 20px;
  display: block;
  font-size: 27.3rem;
  font-weight: 300;
  font-family: montserrat, sans-serif;
  color: #fff;
  line-height: 1;
  content: counter(num, decimal-leading-zero);
}
@media (max-width: 767px) {
  .workstyle-point__item::before {
    top: 1.2820512821vw;
    right: 2.5641025641vw;
    font-size: 130px;
    font-size: 33.3333333333vw;
  }
}
.workstyle-point__item::after {
  position: absolute;
  top: 57px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 31px;
  min-width: 94px;
  width: fit-content;
  border-radius: 5px;
  background-color: #D92126;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  content: "POINT " counter(num);
}
@media (max-width: 767px) {
  .workstyle-point__item::after {
    top: 11.2820512821vw;
    font-size: 18px;
    font-size: 4.6153846154vw;
    height: 7.9487179487vw;
    min-width: 24.1025641026vw;
    border-radius: 1.2820512821vw;
  }
}
.workstyle-point__ttl {
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.4615384615;
}
@media (max-width: 767px) {
  .workstyle-point__ttl {
    font-size: 26px;
    font-size: 6.6666666667vw;
  }
}
.workstyle-point p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .workstyle-point p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .workstyle-point p {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.workstyle-point__img {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .workstyle-point__img {
    margin-top: 10.2564102564vw;
  }
}
.workstyle-point__img img {
  height: auto;
}
.workstyle-point__img.scroll p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 3vw;
}
@media (max-width: 767px) {
  .workstyle-point__img.scroll p {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1.7333333333;
  }
}
@media (max-width: 767px) {
  .workstyle-point__img.scroll .workstyle-point__img__inner {
    background: #fff;
    padding: 5vw;
    overflow-y: hidden;
  }
  .workstyle-point__img.scroll .workstyle-point__img__inner img {
    width: 754px;
  }
}

.workstyle-point-slide {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .workstyle-point-slide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .workstyle-point-slide {
    margin-top: 10.2564102564vw;
  }
}
.workstyle-point-slide img {
  height: auto;
}
.workstyle-point-slide .slick-dots {
  margin: 30px auto 0 !important;
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 3.3333333333vw;
}
.workstyle-point-slide .slick-dots li {
  width: 3.8461538462vw;
  height: 3.8461538462vw;
  margin: 0;
}

.career-mv {
  margin-bottom: 10px;
  background: url("../career/images/mv.jpg") center top/cover no-repeat;
  position: relative;
  box-sizing: border-box;
  max-height: 100dvh;
}
@media (min-width: 768px) {
  .career-mv {
    min-height: 862px;
    height: 59.862vw;
  }
}
@media (max-width: 767px) {
  .career-mv {
    margin-bottom: 13.8461538462vw;
    overflow: hidden;
    height: 157.9487179487vw;
    background: url("../career/images/sp/mv.jpg") center top/cover no-repeat;
  }
}
.career-mv__wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  width: 1140px;
}
@media (min-width: 768px) {
  .career-mv__wrap {
    top: 39%;
  }
}
@media (max-width: 767px) {
  .career-mv__wrap {
    width: fit-content;
    bottom: 8vw;
  }
}
.career-mv__ttl {
  margin: 0 auto 180px;
  z-index: 1;
  padding: 0.08em 0.07em;
  font-size: 10.1rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: relative;
  width: fit-content;
}
@media (min-width: 768px) {
  .career-mv__ttl {
    background-color: rgba(0, 0, 0, 0.68);
  }
}
@media (max-width: 767px) {
  .career-mv__ttl {
    margin: 0 auto 18vw;
    font-size: 46px;
    font-size: 11.7948717949vw;
  }
}
.career-mv__ttl::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: calc(50% - 568px);
  display: block;
  width: 1136px;
  height: 253px;
  margin: auto;
  content: "";
  background: url("../career/images/mv_en.svg") center/contain no-repeat;
}
@media (min-width: 768px) {
  .career-mv__ttl::before {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .career-mv__ttl::before {
    top: -7.6923076923vw;
    left: calc(50% - 51.2820512821vw);
    width: 102.5641025641vw;
    height: 23.0769230769vw;
    background: url("../career/images/sp/mv_en.svg") center/contain no-repeat;
  }
}
@media (max-width: 767px) {
  .career-mv__ttl span {
    padding: 0.08em 0.07em;
    display: block;
    margin: 0 auto;
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.68);
  }
  .career-mv__ttl span + span {
    margin-top: 1.2820512821vw;
  }
}
.career-mv__ttl b {
  color: #E10416;
}
.career-mv__list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 29px;
}
@media (max-width: 767px) {
  .career-mv__list {
    gap: 1.7948717949vw;
  }
}
.career-mv__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 341px;
  height: 139px;
  border-radius: 13px;
  box-sizing: border-box;
  border: 3px solid #D92126;
  background-color: rgba(255, 255, 255, 0.87);
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.303030303;
}
@media (max-width: 767px) {
  .career-mv__list li {
    border-width: 2px;
    border-radius: 11px;
    font-size: 18px;
    font-size: 4.6153846154vw;
    width: 83.5897435897vw;
    height: 10.2564102564vw;
  }
  .career-mv__list li:nth-of-type(1) span:last-child {
    margin-left: 1em;
  }
  .career-mv__list li:nth-of-type(2) {
    font-size: 17px;
    font-size: 4.358974359vw;
  }
}
.career-mv__list span {
  color: #D92126;
}

.career-lead {
  margin-bottom: 135px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .career-lead {
    margin-bottom: 22.5641025641vw;
  }
}
@media (min-width: 768px) {
  .career-lead__wrap {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 54.1728%;
  }
}
.career-lead__txt {
  height: fit-content;
  background-color: #f4f4f4;
  padding: 60px 20px 70px;
}
@media (min-width: 768px) {
  .career-lead__txt {
    margin-right: min(5.764vw, 83px);
  }
}
@media (max-width: 767px) {
  .career-lead__txt {
    padding: 14.358974359vw 5.1282051282vw 13.8461538462vw;
  }
}
.career-lead__txt p {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 1200px) {
  .career-lead__txt p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .career-lead__txt p {
    font-size: 16px;
    font-size: 4.1025641026vw;
    font-weight: 400;
  }
}
.career-lead__txt p:not(:last-child) {
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .career-lead__txt p:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
.career-lead__ttl {
  margin-bottom: 0.5em;
  font-size: 4.4rem;
  letter-spacing: 0.06em;
  color: #D92126;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .career-lead__ttl {
    margin-bottom: 0.5em;
    font-size: 45px;
    font-size: 11.5384615385vw;
  }
}
.career-lead__name {
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 2em;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .career-lead__name {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .career-lead__name span::before {
    margin: 0 0.5em;
    content: "／";
  }
}
@media (max-width: 767px) {
  .career-lead__name span {
    display: block;
  }
}
@media (min-width: 768px) {
  .career-lead__img {
    order: -1;
    align-self: flex-end;
  }
}
.career-lead__img img {
  height: auto;
}

.career-line {
  max-width: 1200px;
  margin: 90px auto 75px;
  background-color: #00c202;
  padding: 40px 20px 46px;
}
@media (max-width: 767px) {
  .career-line {
    margin: 24.8717948718vw 0 15.641025641vw;
    padding: 7.6923076923vw 5.1282051282vw 11.7948717949vw;
  }
}
.career-line p {
  text-align: center;
  color: #fff;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .career-line p {
    margin-bottom: 0.5em;
    font-size: 18px;
    font-size: 4.6153846154vw;
    line-height: 1.3888888889;
  }
}
.career-line__ttl {
  text-align: center;
  color: #fff;
  font-size: 5.3rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .career-line__ttl {
    font-size: 37px;
    font-size: 9.4871794872vw;
    line-height: 1.2972972973;
  }
}
.career-line__btn {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .career-line__btn {
    margin-top: 5.641025641vw;
  }
}
.career-line__btn a {
  margin: 0 auto;
  width: fit-content;
  min-width: 354px;
  min-height: 53px;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .career-line__btn a {
    min-width: 72.8205128205vw;
    height: 13.5897435897vw;
    border-radius: 6.9230769231vw;
    font-size: 19px;
    font-size: 4.8717948718vw;
  }
}
.career-line__btn a::before {
  position: absolute;
  top: 0;
  right: 23px;
  bottom: 0;
  width: 6px;
  height: 7px;
  background-color: #0B0B0B;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  display: block;
  margin: auto;
  content: "";
}
@media (max-width: 767px) {
  .career-line__btn a::before {
    right: 5.8974358974vw;
    width: 1.5384615385vw;
    height: 1.7948717949vw;
  }
}

.page-message .l-main,
.page-vision .l-main,
.page-number .l-main,
.page-reason .l-main {
  background-color: #b21219;
  background-image: url(../images/cmn/bg_tsunagu.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
  background-size: 890px auto;
  background-blend-mode: multiply;
}

@media (max-width: 767px) {
  .page-message .l-main,
.page-vision .l-main,
.page-number .l-main,
.page-reason .l-main {
    background-image: url(../images/cmn/bg_tsunagu_sp.png);
    background-position: left top;
    background-size: 100% auto;
  }
}
.page-growth .list-page__header__title {
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.page-growth .growth-point-card__txt p:not(.growth-point-card__num) {
  font-family: source-han-sans-jp-variable, "Noto Sans JP", sans-serif;
  font-weight: 250;
  font-variation-settings: "wght" 250;
}

.page-growth .growth-curriculum-item p {
  font-family: source-han-sans-jp-variable, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}

@media (min-width: 768px) {
  .page-growth .growth-mainvisual__caption,
.page-growth .growth-curriculum-visual__ttl {
    width: fit-content;
    padding: 0 18px;
    white-space: nowrap;
  }
}
.page-growth .growth-curriculum-item {
  border-width: 2px;
}

@media (min-width: 768px) {
  .page-growth .growth-curriculum-section + .growth-curriculum-section {
    padding-top: 208px;
  }
}
@media (max-width: 767px) {
  .page-growth .growth-curriculum-section + .growth-curriculum-section {
    padding-top: 18vw;
  }
}
.page-growth .list-page {
  position: relative;
  padding-bottom: 208px;
}

.page-growth .list-page__header {
  z-index: 1;
  margin-bottom: 44px;
  padding-top: 112px;
}

.page-growth .list-page__header__container {
  gap: 12px;
}

.page-growth .list-page__header__subtitle {
  font-size: clamp(52px, 7.2vw, 82px);
  letter-spacing: 0.05em;
}

.page-growth .list-page__header__title {
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.page-growth .growth-vision-section {
  position: relative;
  z-index: 1;
  width: min(1110px, 100% - 84px);
  margin: 0 auto;
}

.page-growth .growth-hero-section {
  overflow: hidden;
  width: calc(100% - 40px);
  max-width: 1206px;
  padding-bottom: 0;
}

.page-growth .growth-hero-section__tsunagu {
  position: absolute;
  right: -5.8vw;
  bottom: -12px;
  z-index: 0;
  display: block;
  color: rgba(255, 255, 255, 0.12);
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: clamp(168px, 17.5vw, 252px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0.02em;
  pointer-events: none;
  writing-mode: vertical-rl;
}

.page-growth .growth-mainvisual {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 44px;
  aspect-ratio: 1206/568;
  background: #bebebe;
}

.page-growth .growth-mainvisual picture {
  display: block;
  width: 100%;
  height: 100%;
}

.page-growth .growth-mainvisual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
}

.page-growth .growth-mainvisual__caption,
.page-growth .growth-curriculum-visual__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  min-width: 286px;
  padding: 13px 25px 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.86);
  font-size: clamp(21px, 2.2vw, 30px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  transform: translate(-50%, -50%);
}

.page-growth .growth-mainvisual__caption {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 528px;
  height: 82px;
  min-width: 0;
  padding: 0;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 53px;
  font-weight: 700;
}

.page-growth .growth-curriculum-visual__ttl {
  top: 62.172%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, clamp(286px, 39.097vw, 563px));
  height: clamp(46px, 5.694vw, 82px);
  min-width: 0;
  padding: 0;
  color: #fff;
  background: #000;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: clamp(24px, 3.681vw, 53px);
  font-weight: 700;
  transform: translateX(-50%);
}

.page-growth .growth-curriculum-section + .growth-curriculum-section .growth-curriculum-visual__ttl {
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .page-growth .growth-mainvisual__caption,
.page-growth .growth-curriculum-visual__ttl {
    width: fit-content;
    padding: 0 18px;
    white-space: nowrap;
  }
}
.page-growth .growth-txt {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}

.page-growth .growth-txt__ttl {
  margin-bottom: 0;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.55;
}

.page-growth .growth-txt__ttl span {
  display: block;
}

.page-growth .growth-copybar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  width: 100vw;
  min-height: 88px;
  margin-left: calc(50% - 50vw);
  padding: 18px 42px;
  background: rgba(57, 0, 4, 0.88);
  color: #fff;
}

.page-growth .growth-copybar p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}

.page-growth .growth-copybar a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 34px;
  background: #fff;
  color: #0B0B0B;
  font-size: 12px;
  font-weight: 900;
}

.page-growth .growth-point-section {
  width: calc(100% - 40px);
  max-width: 1206px;
  padding-top: 0;
}

.page-growth .growth-point-section__img {
  display: block;
  width: min(614.73px, 100%);
  height: auto;
  margin: 0 auto 18px;
}

.page-growth .growth-point-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-bottom: 48px;
  color: #fff;
  font-size: clamp(30px, 4.2vw, 54px);
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.page-growth .growth-point-title span {
  display: block;
  color: #fff;
  font-size: clamp(90px, 13vw, 178px);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: -0.08em;
}

.page-growth .growth-point-section .vision-col {
  max-width: none;
}

.page-growth .growth-point-list {
  display: grid;
  gap: 30px;
  margin-bottom: 0;
}

.page-growth .growth-point-card {
  --growth-point-card-padding-block: clamp(42px, 4.306vw, 62px);
  --growth-point-card-padding-inline: clamp(15px, 3.264vw, 47px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36.5%;
  gap: 40px;
  align-items: start;
  min-height: 206px;
  padding: var(--growth-point-card-padding-block) var(--growth-point-card-padding-inline);
  border: 1px solid #707070;
  background: rgba(34, 34, 34, 0.66);
}

.page-growth .growth-point-card:first-child {
  padding-top: var(--growth-point-card-padding-block);
}

.page-growth .growth-point-card__num {
  margin-bottom: 14px;
  color: #E10416;
  font-family: montserrat, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left;
}

.page-growth .growth-point-card__ttl {
  margin-bottom: 15px;
  color: #fff;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}

.page-growth .growth-point-card__txt p:not(.growth-point-card__num) {
  color: #fff;
  font-family: source-han-sans-jp-variable, "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 250;
  font-variation-settings: "wght" 250;
  line-height: 1.9;
  text-align: left;
}

.page-growth .growth-point-card__img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1.78/1;
  background: #bdbdbd;
}

.page-growth .growth-point-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1025px) {
  .page-growth .growth-point-card {
    --growth-point-card-padding-block: 42px;
    grid-template-columns: minmax(0, 1fr) 429px;
  }

  .page-growth .growth-point-card__img {
    width: min(429px, 100%);
    aspect-ratio: 429/274;
    justify-self: end;
  }
}
.page-growth .growth-curriculum-section {
  width: calc(100% - 40px);
  max-width: 1206px;
  padding-top: 112px;
}

.page-growth .growth-curriculum-section + .growth-curriculum-section {
  padding-top: 208px;
}

@media (min-width: 768px) {
  .page-growth .growth-point-section + .growth-curriculum-section {
    padding-top: 208px;
  }
}
.page-growth .growth-curriculum-visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1206/568;
  background: #bdbdbd;
}

.page-growth .growth-curriculum-visual picture {
  display: block;
  width: 100%;
  height: 100%;
}

.page-growth .growth-curriculum-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.page-growth .growth-curriculum-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 50px 36px 84px;
  background: #fff;
}

.page-growth .growth-curriculum-item {
  padding: 28px 45px 45px;
  border: 2px solid rgba(200, 13, 24, 0.42);
  background: #fff;
  text-align: center;
}

.page-growth .growth-curriculum-item__ttl {
  display: block;
  min-height: 0;
  margin-bottom: 8px;
  padding: 0;
  color: #E10416;
  background: transparent;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.45;
}

.page-growth .growth-curriculum-item p {
  margin-bottom: 0;
  color: #222222;
  font-family: source-han-sans-jp-variable, "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  line-height: 1.8;
}

.page-growth .growth-curriculum-item p.growth-curriculum-item__lead {
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.page-growth .growth-recruitment {
  background: #fff;
  color: #0B0B0B;
}

.page-growth .growth-recruitment__container {
  width: min(1110px, 100% - 84px);
  margin: 0 auto;
  padding: 58px 0 48px;
  text-align: center;
}

.page-growth .growth-recruitment__title {
  margin-bottom: 28px;
  font-size: clamp(34px, 4.2vw, 52px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
}

.page-growth .growth-recruitment__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 46px;
}

.page-growth .growth-recruitment__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #0B0B0B;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  transition: 0.25s ease;
}

.page-growth .growth-recruitment__list a:hover,
.page-growth .growth-recruitment__list .active a {
  border-color: #e60012;
  background: #e60012;
  color: #fff;
}

.page-growth .growth-line {
  padding-top: 32px;
  border-top: 1px solid #ececec;
}

.page-growth .growth-line__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #06c755;
}

.page-growth .growth-line__icon img {
  width: 27px;
  height: auto;
}

.page-growth .growth-line__title {
  margin-bottom: 13px;
  font-size: clamp(18px, 1.85vw, 24px);
  font-weight: 900;
  line-height: 1.55;
}

.page-growth .growth-line__text {
  max-width: 760px;
  margin: 0 auto 20px;
  color: #555;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.9;
}

.page-growth .growth-line__button {
  width: 250px;
  margin: 0 auto;
}

.page-growth .growth-line__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  border-radius: 999px;
  background: #06c755;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .page-growth .list-page {
    padding-bottom: 221px;
  }

  .page-growth .list-page__header {
    margin-bottom: 8vw;
    padding-top: 22vw;
  }

  .page-growth .list-page__header__container {
    gap: 2.5vw;
  }

  .page-growth .growth-vision-section,
.page-growth .growth-recruitment__container {
    width: 86%;
  }

  .page-growth .growth-hero-section {
    width: calc(100% - 40px);
    padding-bottom: 0;
  }

  .page-growth .growth-hero-section__tsunagu {
    right: -18vw;
    bottom: 0;
    font-size: 38vw;
  }

  .page-growth .growth-mainvisual {
    width: min(350px, 100%);
    overflow: visible;
    margin-bottom: calc(42px + clamp(72px, 22vw, 86px));
    aspect-ratio: 350/202.49;
  }

  .page-growth .growth-mainvisual img {
    object-fit: cover;
  }

  .page-growth .growth-curriculum-visual {
    z-index: 1;
    overflow: visible;
    margin-bottom: 0;
  }

  .page-growth .growth-mainvisual__caption,
.page-growth .growth-curriculum-visual__ttl {
    min-width: min(72vw, 360px);
    padding: 3vw 5vw 3.4vw;
  }

  .page-growth .growth-curriculum-visual__ttl {
    min-width: 0;
    padding: 0;
  }

  .page-growth .growth-mainvisual__caption,
.page-growth .growth-curriculum-visual__ttl {
    font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
  }

  .page-growth .growth-mainvisual__caption {
    top: auto;
    bottom: clamp(-86px, -22vw, -72px);
    flex-direction: column;
    gap: 10px;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    transform: translateX(-50%);
  }

  .page-growth .growth-curriculum-visual__ttl {
    top: auto;
    bottom: clamp(-90px, -23vw, -74px);
    flex-direction: column;
    gap: 10px;
    width: auto;
    height: auto;
    background: transparent;
    font-weight: 700;
    transform: translateX(-50%);
  }

  .page-growth .growth-point-section + .growth-curriculum-section .growth-curriculum-visual__ttl {
    top: 156px;
    bottom: auto;
  }

  .page-growth .growth-curriculum-section + .growth-curriculum-section .growth-curriculum-visual__ttl {
    top: auto;
    bottom: clamp(-90px, -23vw, -74px);
    transform: translateX(-50%);
  }

  .page-growth .growth-mainvisual__caption span,
.page-growth .growth-curriculum-visual__ttl span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 11px;
    background: #000;
    font-weight: 900;
    white-space: nowrap;
  }

  .page-growth .growth-curriculum-visual__ttl span {
    font-weight: 700;
  }

  .page-growth .growth-mainvisual__caption span {
    padding-bottom: 3px;
  }

  .page-growth .growth-txt {
    margin-bottom: 0;
  }

  .page-growth .growth-txt__ttl {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.62;
  }

  .page-growth .growth-copybar {
    display: block;
    min-height: 0;
    padding: 5vw 7vw;
  }

  .page-growth .growth-copybar p {
    margin-bottom: 3vw;
    font-size: 3.1vw;
  }

  .page-growth .growth-copybar a {
    width: 24vw;
    min-height: 8vw;
    margin-left: auto;
  }

  .page-growth .growth-point-section {
    width: calc(100% - 40px);
    max-width: 1206px;
    padding-top: 0;
  }

  .page-growth .growth-point-section__img {
    margin-bottom: 18px;
  }

  .page-growth .growth-point-title {
    gap: 2vw;
    margin-bottom: 9vw;
  }

  .page-growth .growth-point-list {
    gap: 7vw;
  }

  .page-growth .growth-point-card {
    --growth-point-card-padding-block: 42px;
    --growth-point-card-padding-inline: 14px;
    display: flex;
    flex-flow: column;
    gap: 32px;
    min-height: 0;
    padding: var(--growth-point-card-padding-block) var(--growth-point-card-padding-inline) 53.5px;
  }

  .page-growth .growth-point-card:first-child {
    padding-top: var(--growth-point-card-padding-block);
  }

  .page-growth .growth-point-card__txt {
    width: 100%;
  }

  .page-growth .growth-point-card__img {
    aspect-ratio: 320/203.53;
  }

  .page-growth .growth-point-card__num {
    margin-bottom: 3.1vw;
    font-family: "Montserrat", montserrat, sans-serif;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 1px;
  }

  .page-growth .growth-point-card__ttl {
    margin-bottom: 3.2vw;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
  }

  .page-growth .growth-point-card__txt p:not(.growth-point-card__num) {
    font-size: 3.8vw;
    line-height: 1.9;
  }

  .page-growth .growth-curriculum-section {
    padding-top: 18vw;
  }

  .page-growth .growth-point-section + .growth-curriculum-section {
    width: min(350px, 100% - 40px);
    padding-top: 143px;
  }

  .page-growth .growth-curriculum-section + .growth-curriculum-section {
    width: min(350px, 100% - 40px);
    padding-top: 171px;
  }

  .page-growth .growth-curriculum-visual {
    aspect-ratio: 350/202.49;
  }

  .page-growth .growth-curriculum-list {
    gap: 7vw;
    padding: calc(7vw + clamp(86px, 23vw, 100px)) 5vw 10vw;
  }

  .page-growth .growth-point-section + .growth-curriculum-section .growth-curriculum-list {
    padding-right: 15px;
    padding-top: 99.5px;
    padding-bottom: 76px;
    padding-left: 15px;
  }

  .page-growth .growth-curriculum-section + .growth-curriculum-section .growth-curriculum-list {
    padding-right: 15px;
    padding-bottom: 98px;
    padding-left: 15px;
  }

  .page-growth .growth-curriculum-item {
    min-width: 0;
    padding: 6vw 9.5px;
    text-align: left;
  }

  .page-growth .growth-curriculum-item__ttl {
    color: #D92126;
    font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
    margin-bottom: 3vw;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
  }

  .page-growth .growth-curriculum-item p {
    font-size: 3.75vw;
    line-height: 1.85;
    text-align: left;
  }

  .page-growth .growth-curriculum-item p.growth-curriculum-item__lead {
    font-size: 4.3vw;
    line-height: 1.8;
    text-align: center;
  }

  .page-growth .growth-recruitment__container {
    padding: 10vw 0 9vw;
  }

  .page-growth .growth-recruitment__list {
    grid-template-columns: 1fr;
    gap: 3vw;
    margin-bottom: 8vw;
  }

  .page-growth .growth-line {
    padding-top: 7vw;
  }

  .page-growth .growth-line__text {
    text-align: left;
  }
}
/* message 代表メッセージ 大枠 */
.page-message .l-main {
  color: #fff;
  padding-bottom: 0;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-main {
    padding-bottom: 0;
  }
}

.page-message .list-page {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}

.page-message .list-page > * {
  position: relative;
  z-index: 1;
}

.page-message .list-page__header {
  margin-bottom: 74px;
}

.page-message .list-page__header__container {
  gap: 18px;
}

.page-message .list-page__header__title {
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.page-message .list-page__header__subtitle {
  font-size: clamp(44px, 5.4vw, 77px);
}

.message-mainvisual {
  position: relative;
  overflow: hidden;
  width: 1206px;
  margin: 0 auto clamp(120px, 11.6875vw, 168.3px);
  aspect-ratio: 1206/529;
  background: #f1f1f1 url("../message/images/mv.jpg?v=20260508") center center/cover no-repeat;
  color: #0B0B0B;
}

.message-mainvisual__txt {
  position: absolute;
  top: 50%;
  right: 5.6%;
  left: 48%;
  padding: 0;
  transform: translateY(-50%);
}

.message-mainvisual__ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 24px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: clamp(36px, 3.05vw, 43px);
  font-weight: 700;
  line-height: 1.08;
}

.message-mainvisual__ttl span {
  display: flex;
  align-items: center;
  max-width: 100%;
  min-height: 54px;
  padding: 0 13px 3px;
  background: #0B0B0B;
  color: #fff;
  white-space: nowrap;
}

.message-mainvisual__position {
  margin-bottom: 5px;
  color: #0B0B0B;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.message-mainvisual__name {
  color: #0B0B0B;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
}

.message-mainvisual__name span {
  margin-left: 8px;
  font-family: montserrat, sans-serif;
  font-size: 19px;
  font-weight: 800;
}

.message-section__container {
  display: grid;
  gap: clamp(82px, 7.5vw, 108px);
  width: min(1267px, 100% - 88px);
  margin: 0 auto;
  padding-bottom: 117.7px;
}

.page-message .message-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(48px, 5.07vw, 73px);
  max-width: none;
  margin: 0;
}
@media (min-width: 768px) {
  .page-message .message-col:nth-of-type(2) .message-col__img {
    aspect-ratio: 530/686;
  }
}

.page-message .message-col--reverse .message-col__img {
  order: 2;
}

.page-message .message-col--reverse .message-col__txt {
  order: 1;
}

.page-message .message-col__img {
  position: static;
  z-index: auto;
  bottom: auto;
  overflow: hidden;
  width: auto;
  aspect-ratio: 1.55/1;
  background: #d8d8d8;
}

.page-message .message-col__img picture,
.page-message .message-col__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.page-message .message-col__img img {
  object-fit: cover;
}

.page-message .message-col__txt {
  box-sizing: border-box;
  width: auto;
  max-width: 597px;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}

.page-message .message-col__ttl {
  margin-bottom: 24px;
  color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.48;
}

.page-message .message-col__txt p {
  max-width: 597px;
  color: #fff;
  font-family: source-han-sans-jp-variable, "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 350;
  font-variation-settings: "wght" 350;
  line-height: 2.05;
  text-align: left;
}

.message-vision-section {
  background: rgba(34, 34, 34, 0.66);
  padding: 111.5px 0 104px;
  text-align: center;
}

.message-vision-section__container {
  width: min(1200px, 100% - 88px);
  margin: 0 auto;
}

.message-vision-section__ttl {
  margin-bottom: 25px;
  color: #fff;
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 700;
  line-height: 1.45;
}

.message-vision-section p {
  color: #fff;
  font-family: source-han-sans-jp-variable, "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 350;
  font-variation-settings: "wght" 350;
  line-height: 2.05;
}

.message-vision-section__strong {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .message-vision-section__strong {
    display: block;
    font-size: 6.2vw;
    line-height: 1.5;
    text-align: center;
  }
}

.message-recruitment {
  background: #fff;
  color: #0B0B0B;
}

.message-recruitment__container {
  width: min(1110px, 100% - 84px);
  margin: 0 auto;
  padding: 58px 0 50px;
  text-align: center;
}

.message-recruitment__title {
  margin-bottom: 7px;
  font-family: montserrat, sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  line-height: 1;
}

.message-recruitment__subtitle {
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
}

.message-recruitment__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 54px;
}

.message-recruitment__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  border: 1px solid #0B0B0B;
  background: #fff;
  color: #0B0B0B;
  font-size: 15px;
  font-weight: 900;
  transition: 0.25s ease;
}

.message-recruitment__list a:hover,
.message-recruitment__list .active a {
  border-color: #e60012;
  background: #e60012;
  color: #fff;
}

.message-line {
  padding-top: 42px;
  border-top: 1px solid #d9d9d9;
}

.message-line__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #06c755;
}

.message-line__icon img {
  width: 35px;
  height: auto;
}

.message-line__title {
  margin-bottom: 15px;
  font-size: clamp(20px, 2.15vw, 28px);
  font-weight: 900;
  line-height: 1.55;
}

.message-line__text {
  max-width: 780px;
  margin: 0 auto 22px;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
}

.message-line__button {
  width: 280px;
  margin: 0 auto;
}

.message-line__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border-radius: 999px;
  background: #06c755;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.message-line__button span::after {
  content: "→";
  margin-left: 14px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page-message .list-page__header {
    margin-bottom: 44px;
    padding-top: 112px;
  }

  .page-message .list-page__header__container {
    gap: 12px;
  }

  .message-mainvisual {
    width: calc(100% - 40px);
    max-width: 1206px;
    min-height: 0;
    padding-top: calc(43.8640132669vw - 17.5456053068px);
    aspect-ratio: auto;
    margin-bottom: clamp(88px, 10vw, 120px);
    background-color: transparent;
    background-position: top center;
    background-size: 100% auto;
  }

  .message-mainvisual__txt {
    position: static;
    width: auto;
    padding: 28px 0 0;
    transform: none;
  }

  .message-mainvisual__ttl {
    gap: 8px;
    margin-bottom: 22px;
    font-size: clamp(32px, 4.6vw, 40px);
  }

  .message-mainvisual__position {
    color: #fff;
    font-size: 16px;
  }

  .message-mainvisual__name {
    color: #fff;
    font-size: 28px;
    white-space: nowrap;
  }

  .message-mainvisual__name span {
    display: inline;
    margin-left: 8px;
    font-size: 17px;
  }

  .message-section__container {
    gap: 65px;
    width: calc(100% - 40px);
    max-width: 1206px;
    padding-bottom: 0;
  }

  .page-message .message-col {
    grid-template-columns: 1fr;
    gap: clamp(18px, 2.2vw, 24px);
  }

  .page-message .message-col--reverse .message-col__img,
.page-message .message-col--reverse .message-col__txt {
    order: 0;
  }

  .page-message .message-col__img,
.page-message .message-col__txt {
    width: min(100%, 720px);
    margin: 0 auto;
  }

  .page-message .message-col__ttl {
    margin-bottom: clamp(16px, 1.95vw, 20px);
    font-size: clamp(24px, 2.35vw, 28px);
    line-height: 1.5;
  }

  .page-message .message-col__txt p {
    font-size: 15px;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .page-message .list-page__header {
    margin-bottom: 10vw;
    padding-top: 22vw;
  }

  .page-message .list-page__header__container {
    gap: 2.5vw;
  }

  .page-message .list-page__header__subtitle {
    font-size: 13vw;
  }

  .message-mainvisual {
    width: calc(100% - 40px);
    min-height: 0;
    padding-top: calc(87.4285714286vw - 34.9714285714px);
    aspect-ratio: auto;
    margin-bottom: 22.0512820513vw;
    background-color: transparent;
    background-image: url("../message/images/sp/mv.jpg?v=20260508");
    background-position: top center;
    background-size: 100% auto;
  }

  .message-mainvisual__txt {
    position: static;
    width: auto;
    padding: 17px 0 0;
    transform: none;
  }

  .message-mainvisual__ttl {
    gap: 4px;
    margin-bottom: 4.6153846154vw;
    font-size: 7.05vw;
    line-height: 1.08;
  }

  .message-mainvisual__ttl span {
    height: 39px;
    min-height: 0;
    padding: 0 11px 3px;
  }

  .message-mainvisual__position {
    color: #fff;
    font-size: 3.0769230769vw;
  }

  .message-mainvisual__name {
    color: #fff;
    font-size: 5.641025641vw;
    white-space: nowrap;
  }

  .message-mainvisual__name span {
    display: inline;
    margin: 0 0 0 2.0512820513vw;
    font-size: 3.3333333333vw;
  }

  .message-section__container {
    gap: 16.7vw;
    width: calc(100% - 40px);
    padding-bottom: 19.2307692308vw;
  }

  .page-message .message-col {
    grid-template-columns: 1fr;
    gap: 4.6153846154vw;
  }

  .page-message .message-col--reverse .message-col__img,
.page-message .message-col--reverse .message-col__txt {
    order: 0;
  }

  .page-message .message-col__ttl {
    margin-bottom: 4.1025641026vw;
    font-size: 6.1538461538vw;
    line-height: 1.5;
    text-align: left;
  }

  .page-message .message-col__txt p {
    font-family: source-han-sans-jp-variable, "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 350;
    font-variation-settings: "wght" 350;
    line-height: 1.9;
  }

  .message-vision-section {
    padding: 23.5897435897vw 0 23.3333333333vw;
  }

  .message-vision-section__container {
    width: calc(100% - 40px);
  }

  .message-vision-section__ttl {
    margin-bottom: 6.6666666667vw;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 7.2051282051vw;
    font-weight: 700;
  }

  .message-vision-section p {
    font-family: source-han-sans-jp-variable, "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 350;
    font-variation-settings: "wght" 350;
    text-align: left;
    line-height: 1.9;
  }

  .message-recruitment__container {
    width: calc(100% - 40px);
    padding: 12vw 0 11vw;
  }

  .message-recruitment__title {
    font-size: 11vw;
  }

  .message-recruitment__subtitle {
    margin-bottom: 7vw;
    font-size: 3.4vw;
  }

  .message-recruitment__list {
    grid-template-columns: 1fr;
    gap: 3vw;
    margin-bottom: 9vw;
  }

  .message-recruitment__list a {
    min-height: 13vw;
    font-size: 3.6vw;
  }

  .message-line {
    padding-top: 8vw;
  }

  .message-line__icon {
    width: 15vw;
    height: 15vw;
    margin-bottom: 5vw;
  }

  .message-line__icon img {
    width: 8vw;
  }

  .message-line__title {
    font-size: 5vw;
  }

  .message-line__text {
    text-align: left;
    font-size: 3.3vw;
  }

  .message-line__button {
    width: min(76vw, 320px);
  }

  .message-line__button a {
    min-height: 11vw;
    font-size: 3.7vw;
  }
}
/* vision 理念・ビジョン */
.page-vision .l-main {
  color: #fff;
}

.page-vision .list-page {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}

.page-vision .list-page__header {
  margin-bottom: 0;
}

.page-vision .list-page__header__title {
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.page-vision .list-page__header__subtitle {
  font-size: clamp(36px, 4.5vw, 64px);
}

.philosophy-section-label {
  margin-bottom: 20px;
  font-family: montserrat, sans-serif;
  font-size: clamp(52px, 6.25vw, 90px);
  font-weight: 900;
  line-height: 1;
  color: #fff;
}

.philosophy-section-label--on-dark {
  color: #E10416;
}

/* PURPOSE */
.philosophy-purpose {
  padding: 72px 0 88px;
  text-align: center;
}

.philosophy-purpose__container {
  width: min(1110px, 100% - 88px);
  margin: 0 auto;
}

.philosophy-purpose__ttl {
  margin-bottom: 22px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
}

.philosophy-purpose__txt {
  max-width: 780px;
  margin: 0 auto 48px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1;
  color: #fff;
}

.philosophy-purpose__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.philosophy-purpose__grid-item {
  overflow: hidden;
  aspect-ratio: 3/2;
}

.philosophy-purpose__grid-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* MISSION */
.philosophy-mission {
  padding: 80px 0 88px;
  background: #1a1a1a;
}

.philosophy-mission__container {
  width: min(1110px, 100% - 88px);
  margin: 0 auto;
}

.philosophy-mission__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(48px, 5vw, 72px);
  align-items: start;
}

.philosophy-mission__en {
  margin-bottom: 10px;
  font-family: montserrat, sans-serif;
  font-size: clamp(16px, 1.7vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.philosophy-mission__ttl {
  margin-bottom: 22px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
}

.philosophy-mission__txt p:not(.philosophy-mission__en):not(.philosophy-mission__ttl) {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1;
  color: #fff;
}

.philosophy-mission__slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.philosophy-mission__slide-item {
  overflow: hidden;
  aspect-ratio: 1/1;
}

.philosophy-mission__slide-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* VISION */
.philosophy-vision {
  padding: 80px 0 88px;
}

.philosophy-vision__container {
  width: min(1110px, 100% - 88px);
  margin: 0 auto;
}

.philosophy-vision__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(48px, 5vw, 72px);
  align-items: start;
}

.philosophy-vision__ttl {
  margin-bottom: 22px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.philosophy-vision__txt p {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1;
  color: #fff;
}

.philosophy-vision__dream {
  padding: 36px 40px 40px;
  background: #fff;
}

.philosophy-vision__dream-ttl {
  margin-bottom: 18px;
  font-family: montserrat, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  color: #e60012;
}

.philosophy-vision__dream-list {
  padding-left: 22px;
}

.philosophy-vision__dream-list li {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #111;
}

/* CREW photos */
.philosophy-crew {
  overflow: hidden;
}

.philosophy-crew__slide {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.philosophy-crew__slide-item {
  overflow: hidden;
  aspect-ratio: 1/1;
}

.philosophy-crew__slide-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* VALUE */
.philosophy-value {
  padding: 80px 0 88px;
  background: #1a1a1a;
  text-align: center;
}

.philosophy-value__container {
  width: min(1110px, 100% - 88px);
  margin: 0 auto;
}

.philosophy-value__en {
  margin-bottom: 10px;
  font-family: montserrat, sans-serif;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.philosophy-value__ttl {
  margin-bottom: 36px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
}

.philosophy-value__body {
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
}

.philosophy-value__body > p {
  margin-bottom: 12px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}

.philosophy-value__list {
  padding-left: 20px;
}

.philosophy-value__list li {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}

/* GOAL */
.philosophy-goal {
  padding: 80px 0 88px;
}

.philosophy-goal__container {
  width: min(1110px, 100% - 88px);
  margin: 0 auto;
}

.philosophy-goal__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(48px, 5vw, 72px);
  align-items: center;
}

.philosophy-goal__ttl {
  margin-bottom: 18px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.philosophy-goal__txt > p {
  margin-bottom: 18px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}

.philosophy-goal__list {
  padding-left: 20px;
}

.philosophy-goal__list li {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}

.philosophy-goal__img {
  overflow: hidden;
}

.philosophy-goal__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RECRUITMENT */
.philosophy-recruitment {
  background: #fff;
  color: #0B0B0B;
}

.philosophy-recruitment__container {
  width: min(1110px, 100% - 84px);
  margin: 0 auto;
  padding: 58px 0 50px;
  text-align: center;
}

.philosophy-recruitment__title {
  margin-bottom: 7px;
  font-family: montserrat, sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  line-height: 1;
}

.philosophy-recruitment__subtitle {
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
}

.philosophy-recruitment__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 54px;
}

.philosophy-recruitment__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  border: 1px solid #0B0B0B;
  background: #fff;
  color: #0B0B0B;
  font-size: 15px;
  font-weight: 900;
  transition: 0.25s ease;
}

.philosophy-recruitment__list a:hover,
.philosophy-recruitment__list .active a {
  border-color: #e60012;
  background: #e60012;
  color: #fff;
}

.philosophy-line {
  padding-top: 42px;
  border-top: 1px solid #d9d9d9;
}

.philosophy-line__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #06c755;
}

.philosophy-line__icon img {
  width: 35px;
  height: auto;
}

.philosophy-line__title {
  margin-bottom: 15px;
  font-size: clamp(20px, 2.15vw, 28px);
  font-weight: 900;
  line-height: 1.55;
}

.philosophy-line__text {
  max-width: 780px;
  margin: 0 auto 22px;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
}

.philosophy-line__button {
  width: 280px;
  margin: 0 auto;
}

.philosophy-line__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border-radius: 999px;
  background: #06c755;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.philosophy-line__button span::after {
  content: "→";
  margin-left: 14px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page-vision .list-page__header__subtitle {
    font-size: clamp(28px, 4vw, 50px);
  }

  .philosophy-purpose {
    padding: 56px 0 64px;
  }

  .philosophy-purpose__container,
.philosophy-mission__container,
.philosophy-vision__container,
.philosophy-value__container,
.philosophy-goal__container {
    width: calc(100% - 40px);
  }

  .philosophy-mission {
    padding: 56px 0 64px;
  }

  .philosophy-mission__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .philosophy-vision {
    padding: 56px 0 64px;
  }

  .philosophy-vision__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .philosophy-value {
    padding: 56px 0 64px;
  }

  .philosophy-goal {
    padding: 56px 0 64px;
  }

  .philosophy-goal__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .philosophy-recruitment__container {
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .page-vision .list-page__header__subtitle {
    font-size: 8.2vw;
  }

  .philosophy-section-label {
    font-size: 16vw;
    margin-bottom: 4.1vw;
  }

  .philosophy-purpose {
    padding: 14vw 0 18vw;
  }

  .philosophy-purpose__container {
    width: calc(100% - 40px);
  }

  .philosophy-purpose__ttl {
    font-size: 6.7vw;
    margin-bottom: 4.1vw;
  }

  .philosophy-purpose__txt {
    font-size: 3.8vw;
    line-height: 1.9;
    margin-bottom: 8vw;
  }

  .philosophy-purpose__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }

  .philosophy-mission {
    padding: 14vw 0 18vw;
  }

  .philosophy-mission__container {
    width: calc(100% - 40px);
  }

  .philosophy-mission__inner {
    grid-template-columns: 1fr;
    gap: 8vw;
  }

  .philosophy-mission__en {
    font-size: 4vw;
    margin-bottom: 2vw;
  }

  .philosophy-mission__ttl {
    font-size: 6.2vw;
    margin-bottom: 4vw;
  }

  .philosophy-mission__txt p:not(.philosophy-mission__en):not(.philosophy-mission__ttl) {
    font-size: 3.8vw;
    line-height: 1.9;
  }

  .philosophy-mission__slide {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .philosophy-mission__slide-item {
    aspect-ratio: 4/3;
  }

  .philosophy-vision {
    padding: 14vw 0 18vw;
  }

  .philosophy-vision__container {
    width: calc(100% - 40px);
  }

  .philosophy-vision__inner {
    grid-template-columns: 1fr;
    gap: 8vw;
  }

  .philosophy-vision__ttl {
    font-size: 6.2vw;
    margin-bottom: 4vw;
  }

  .philosophy-vision__txt p {
    font-size: 3.8vw;
    line-height: 1.9;
  }

  .philosophy-vision__dream {
    padding: 6vw 5vw;
  }

  .philosophy-vision__dream-ttl {
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }

  .philosophy-vision__dream-list li {
    font-size: 3.6vw;
  }

  .philosophy-crew__slide {
    grid-template-columns: 1fr;
  }

  .philosophy-value {
    padding: 14vw 0 18vw;
  }

  .philosophy-value__container {
    width: calc(100% - 40px);
  }

  .philosophy-value__en {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }

  .philosophy-value__ttl {
    font-size: 6.2vw;
    margin-bottom: 7vw;
  }

  .philosophy-value__body > p {
    font-size: 3.8vw;
    line-height: 1.9;
  }

  .philosophy-value__list li {
    font-size: 3.8vw;
    line-height: 1.9;
  }

  .philosophy-goal {
    padding: 14vw 0 18vw;
  }

  .philosophy-goal__container {
    width: calc(100% - 40px);
  }

  .philosophy-goal__inner {
    grid-template-columns: 1fr;
    gap: 8vw;
  }

  .philosophy-goal__ttl {
    font-size: 6.7vw;
    margin-bottom: 4vw;
  }

  .philosophy-goal__txt > p {
    font-size: 3.8vw;
    line-height: 1.9;
  }

  .philosophy-goal__list li {
    font-size: 3.8vw;
    line-height: 1.9;
  }

  .philosophy-recruitment__container {
    width: calc(100% - 40px);
    padding: 12vw 0 11vw;
  }

  .philosophy-recruitment__title {
    font-size: 11vw;
  }

  .philosophy-recruitment__subtitle {
    margin-bottom: 7vw;
    font-size: 3.4vw;
  }

  .philosophy-recruitment__list {
    grid-template-columns: 1fr;
    gap: 3vw;
    margin-bottom: 9vw;
  }

  .philosophy-recruitment__list a {
    min-height: 13vw;
    font-size: 3.6vw;
  }

  .philosophy-line {
    padding-top: 8vw;
  }

  .philosophy-line__icon {
    width: 15vw;
    height: 15vw;
    margin-bottom: 5vw;
  }

  .philosophy-line__icon img {
    width: 8vw;
  }

  .philosophy-line__title {
    font-size: 5vw;
  }

  .philosophy-line__text {
    text-align: left;
    font-size: 3.3vw;
  }

  .philosophy-line__button {
    width: min(76vw, 320px);
  }

  .philosophy-line__button a {
    min-height: 11vw;
    font-size: 3.7vw;
  }
}
/* vision 理念・ビジョン 画像カンプ反映 */
.page-vision .l-main {
  color: #fff;
}

.page-vision .l-footer-message {
  background-image: none;
  background-color: #0B0B0B;
}

.page-vision .list-page {
  position: relative;
  overflow: hidden;
  padding-bottom: 96px;
}

.page-vision .list-page > * {
  position: relative;
  z-index: 1;
}

.page-vision .list-page__header {
  margin-bottom: 54px;
  padding-top: 122px;
}

.page-vision .list-page__header__container {
  gap: 12px;
}

.page-vision .list-page__header__title {
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.page-vision .list-page__header__subtitle {
  font-size: clamp(44px, 5.2vw, 76px);
  letter-spacing: 0;
}

.philosophy-section {
  width: 83.75vw;
  margin: 0 auto 63px;
}

.philosophy-panel {
  box-sizing: border-box;
  padding: clamp(48px, 5.2vw, 74px) clamp(28px, 4.2vw, 64px) clamp(58px, 5.9vw, 84px);
  background: rgba(75, 5, 8, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.philosophy-section-label {
  margin-bottom: 24px;
  color: #E10416;
  font-family: montserrat, sans-serif;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 0.95;
}

.philosophy-purpose,
.philosophy-mission,
.philosophy-vision,
.philosophy-value,
.philosophy-goal {
  padding: 0;
  background: transparent;
  text-align: center;
}

.philosophy-purpose__container,
.philosophy-mission__container,
.philosophy-vision__container,
.philosophy-value__container,
.philosophy-goal__container {
  width: auto;
  margin: 0;
}

.philosophy-purpose__ttl,
.philosophy-mission__ttl,
.philosophy-vision__ttl,
.philosophy-value__ttl,
.philosophy-goal__ttl {
  margin-bottom: 13px;
  color: #FFFFFF;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.45;
}

.philosophy-purpose__txt,
.philosophy-mission__txt,
.philosophy-vision__txt,
.philosophy-value__body p,
.philosophy-goal__txt,
.philosophy-goal__list li {
  color: #fff;
  font-family: source-han-sans-jp-variable, "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 350;
  font-variation-settings: "wght" 350;
  line-height: 1.86;
}

.philosophy-purpose__txt,
.philosophy-mission__txt,
.philosophy-vision__txt,
.philosophy-value__body,
.philosophy-goal__txt {
  max-width: 1000px;
  margin: 0 auto;
}

.philosophy-purpose__txt,
.philosophy-mission__txt,
.philosophy-vision__txt {
  margin-bottom: 34px;
}

.philosophy-mission__txt {
  max-width: 920px;
}

.philosophy-purpose__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: min(837px, 100%);
  margin: 0 auto;
}

.philosophy-purpose__grid-item {
  overflow: hidden;
  aspect-ratio: 558/370;
}

.philosophy-purpose__grid-item picture,
.philosophy-purpose__grid-item img,
.philosophy-mission__img picture,
.philosophy-mission__img img,
.philosophy-goal__img picture,
.philosophy-goal__img img,
.philosophy-crew__slide-item picture,
.philosophy-crew__slide-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.philosophy-purpose__grid-item img,
.philosophy-mission__img img,
.philosophy-goal__img img,
.philosophy-crew__slide-item img {
  object-fit: cover;
}

.philosophy-mission__en {
  margin-bottom: 2px;
  color: #FFFFFF;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
}

.philosophy-mission__img {
  overflow: hidden;
  width: min(694px, 100%);
  margin: 36px auto 0;
  aspect-ratio: 694/386;
}

.philosophy-vision__dream {
  box-sizing: border-box;
  width: min(767px, 100%);
  margin: 0 auto;
  padding: 0;
  background: transparent;
  text-align: left;
}

.philosophy-vision__dream picture,
.philosophy-vision__dream img {
  display: block;
}

.philosophy-vision__dream-ttl {
  margin-bottom: 18px;
  color: #e60012;
  font-family: montserrat, sans-serif;
  font-size: clamp(20px, 1.75vw, 25px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
}

.philosophy-vision__dream-ttl::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  margin: 20px auto 0;
  background: #e60012;
}

.philosophy-vision__dream-list {
  padding-left: 20px;
}

.philosophy-vision__dream-list li {
  color: #111;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.philosophy-vision__dream-list li + li {
  margin-top: 10px;
}

.philosophy-vision__dream-list strong,
.philosophy-vision__dream-list span {
  display: block;
}

.philosophy-vision__dream-list span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}

.philosophy-crew {
  width: 100%;
  margin: 0 0 56px;
  overflow: hidden;
}

.philosophy-crew__slide {
  background: #b21219;
}

.philosophy-crew__slide:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.philosophy-crew__slide.slick-slider {
  display: block;
}

.philosophy-crew__slide .slick-track {
  display: flex;
}

.philosophy-crew__slide.slick-initialized {
  margin: 0 -9px;
}

.philosophy-crew__slide-item {
  overflow: hidden;
  aspect-ratio: 750/490;
}

.philosophy-crew__slide.slick-initialized .philosophy-crew__slide-item {
  padding: 0 9px;
}

.philosophy-value__en {
  margin-bottom: 4px;
  color: #FFFFFF;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.45;
}

.philosophy-value__ttl {
  margin-bottom: 22px;
}

.philosophy-value__body {
  text-align: center;
}

.philosophy-value__body p {
  margin-bottom: 0;
}

.philosophy-value__list {
  display: grid;
  gap: 7px;
  margin: 14px 0;
  padding-left: 0;
  list-style: none;
}

.philosophy-value__list li {
  color: #FFF500;
  font-family: source-han-sans-jp-variable, "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 350;
  font-variation-settings: "wght" 350;
  line-height: 1.62;
}

.philosophy-value__list li::before {
  content: "・";
}

.philosophy-goal__txt {
  margin-bottom: 0;
}

.philosophy-goal__txt,
.philosophy-goal__list li {
  font-size: 18px;
  font-weight: 350;
  font-variation-settings: "wght" 350;
  line-height: 1.72;
}

.philosophy-goal__list {
  display: grid;
  gap: 4px;
  margin: 10px 0 34px;
  padding-left: 0;
  list-style: none;
}

.philosophy-goal__img {
  overflow: hidden;
  width: min(694px, 100%);
  margin: 0 auto;
  aspect-ratio: 694/386;
}

.philosophy-recruitment__container {
  width: min(1110px, 100% - 84px);
  padding: 58px 0 50px;
}

.philosophy-recruitment__title {
  margin-bottom: 8px;
  font-size: clamp(34px, 3.7vw, 52px);
  letter-spacing: -0.02em;
}

.philosophy-recruitment__subtitle {
  margin-bottom: 28px;
  font-size: 12px;
}

.philosophy-recruitment__list {
  gap: 10px;
  margin-bottom: 42px;
}

.philosophy-recruitment__list a {
  min-height: 46px;
  border-color: #bfbfbf;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.philosophy-line {
  padding-top: 34px;
  border-top-color: #ececec;
}

.philosophy-line__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
}

.philosophy-line__icon img {
  width: 27px;
}

.philosophy-line__title {
  margin-bottom: 13px;
  font-size: clamp(18px, 1.85vw, 24px);
}

.philosophy-line__text {
  margin-bottom: 20px;
  font-size: 12px;
}

.philosophy-line__button {
  width: 250px;
}

.philosophy-line__button a {
  min-height: 38px;
  font-size: 13px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page-vision .list-page {
    padding-bottom: 72px;
  }

  .philosophy-section {
    width: calc(100% - 64px);
  }

  .philosophy-purpose__grid,
.philosophy-mission__img,
.philosophy-vision__dream,
.philosophy-goal__img {
    width: min(720px, 84%);
  }

  .philosophy-purpose__grid {
    width: min(712px, 84% - 8px);
  }
}
@media (max-width: 767px) {
  .page-vision .list-page {
    padding-bottom: 17vw;
  }

  .page-vision .list-page__header {
    margin-bottom: 9.6vw;
    padding-top: 22vw;
  }

  .page-vision .list-page__header__container {
    gap: 2.4vw;
  }

  .page-vision .list-page__header__title {
    font-size: 3.8vw;
  }

  .page-vision .list-page__header__subtitle {
    font-size: 10.3vw;
    line-height: 0.95;
  }

  .philosophy-section {
    width: calc(100% - 36px);
    margin-bottom: 5.8vw;
  }

  .philosophy-panel {
    padding: 9.4vw 5vw 9.2vw;
    background: rgba(75, 5, 8, 0.66);
  }

  .philosophy-section-label {
    margin-bottom: 2.4vw;
    font-size: 10.6vw;
  }

  .philosophy-purpose__ttl,
.philosophy-mission__ttl,
.philosophy-vision__ttl,
.philosophy-value__ttl,
.philosophy-goal__ttl {
    margin-bottom: 3.4vw;
    font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.45;
  }

  .philosophy-vision__ttl {
    font-size: 22px;
  }

  .philosophy-value__ttl br.sp {
    display: none;
  }

  .philosophy-purpose__txt,
.philosophy-mission__txt,
.philosophy-vision__txt,
.philosophy-value__body p,
.philosophy-goal__txt,
.philosophy-goal__list li {
    font-size: 4vw;
    font-weight: 350;
    font-variation-settings: "wght" 350;
    line-height: 1.78;
  }

  .philosophy-purpose__txt,
.philosophy-mission__txt,
.philosophy-vision__txt,
.philosophy-value__body {
    text-align: left;
  }

  .philosophy-purpose__txt,
.philosophy-mission__txt,
.philosophy-vision__txt {
    margin-bottom: 7.5vw;
  }

  .philosophy-purpose__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: calc(100% - 1.2vw);
  }

  .philosophy-mission__en,
.philosophy-value__en {
    font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
  }

  .philosophy-mission__img,
.philosophy-goal__img,
.philosophy-vision__dream {
    width: 100%;
  }

  .philosophy-mission__img {
    margin-top: 7.2vw;
  }

  .philosophy-vision__txt {
    margin-bottom: 9vw;
  }

  .philosophy-vision {
    margin-bottom: 53px;
  }

  .philosophy-vision__dream {
    padding: 0;
  }

  .philosophy-vision__dream-ttl {
    margin-bottom: 6.4vw;
    font-size: 6.2vw;
  }

  .philosophy-vision__dream-ttl::after {
    width: 11.8vw;
    height: 0.5vw;
    margin-top: 5.2vw;
  }

  .philosophy-vision__dream-list li {
    font-size: 3.75vw;
    line-height: 1.32;
  }

  .philosophy-vision__dream-list li + li {
    margin-top: 4.7vw;
  }

  .philosophy-vision__dream-list span {
    margin-top: 0.6vw;
    font-size: 3.25vw;
    line-height: 1.35;
  }

  .philosophy-crew {
    margin-bottom: 48px;
  }

  .philosophy-crew__slide {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .philosophy-crew__slide.slick-initialized {
    margin: 0 -5.5px;
  }

  .philosophy-crew__slide,
.philosophy-crew__slide .slick-list,
.philosophy-crew__slide .slick-track,
.philosophy-crew__slide-item {
    height: 155px;
  }

  .philosophy-crew__slide-item {
    width: 238px;
    aspect-ratio: auto;
  }

  .philosophy-crew__slide.slick-initialized .philosophy-crew__slide-item {
    padding: 0 5.5px;
  }

  .philosophy-value__ttl {
    margin-bottom: 5.6vw;
    line-height: 1.45;
  }

  .philosophy-value__body p {
    font-weight: 350;
    font-variation-settings: "wght" 350;
    line-height: 1.78;
  }

  .philosophy-value__list {
    gap: 1.5vw;
    margin: 3.2vw 0;
  }

  .philosophy-value__list li {
    font-size: 3.9vw;
    font-weight: 350;
    font-variation-settings: "wght" 350;
    line-height: 1.62;
  }

  .philosophy-goal__list {
    margin: 1.8vw 0 7vw;
  }

  .philosophy-goal__txt,
.philosophy-goal__list {
    text-align: center;
  }

  .philosophy-recruitment__container {
    width: calc(100% - 64px);
    padding: 17vw 0 15vw;
  }

  .philosophy-recruitment__title {
    font-size: 10.6vw;
  }

  .philosophy-recruitment__subtitle {
    margin-bottom: 8.5vw;
    font-size: 3.5vw;
  }

  .philosophy-recruitment__list {
    grid-template-columns: 1fr;
    gap: 3.9vw;
    margin-bottom: 17vw;
  }

  .philosophy-recruitment__list a {
    min-height: 14.6vw;
    font-size: 4vw;
  }

  .philosophy-line {
    padding-top: 12.6vw;
  }

  .philosophy-line__icon {
    width: 18vw;
    height: 18vw;
    margin-bottom: 5.6vw;
  }

  .philosophy-line__icon img {
    width: 11vw;
  }

  .philosophy-line__title {
    margin-bottom: 6.2vw;
    font-size: 5vw;
    line-height: 1.65;
  }

  .philosophy-line__text {
    margin-bottom: 7vw;
    text-align: center;
    font-size: 3.65vw;
    line-height: 2;
  }

  .philosophy-line__button {
    width: min(72vw, 320px);
  }

  .philosophy-line__button a {
    min-height: 12.7vw;
    font-size: 3.8vw;
  }
}
.page-vision .list-page {
  padding-bottom: min(10.4166666667vw, 150px);
}

.page-vision .list-page__header {
  margin-bottom: min(5.7847222222vw, 83.3px);
}

.page-vision .philosophy-section {
  width: min(83.75vw, 1206px);
  max-width: calc(100% - 84px);
  margin: 0 auto;
}

.page-vision .philosophy-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: min(4.2361111111vw, 61px) min(4.4444444444vw, 64px) min(4.8611111111vw, 70px);
  border: 0;
  background: rgba(34, 34, 34, 0.66);
  text-align: center;
}

.page-vision .philosophy-mission .philosophy-panel {
  height: min(47.0138888889vw, 677px);
}

.page-vision .philosophy-vision .philosophy-panel {
  height: min(49.5138888889vw, 713px);
}

.page-vision .philosophy-value .philosophy-panel {
  height: min(46.3194444444vw, 667px);
}

@media (min-width: 768px) {
  .page-vision .philosophy-value .philosophy-panel {
    height: auto;
    padding-bottom: 80px;
  }
}
.page-vision .philosophy-section-label {
  margin-bottom: min(2.1527777778vw, 31px);
  color: #E10416;
  font-family: "Montserrat", montserrat, sans-serif;
  font-size: min(4.8611111111vw, 70px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.page-vision .philosophy-content__lead {
  margin: 0;
  color: #FFFFFF;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: min(2.6388888889vw, 38px);
  font-weight: 700;
  line-height: 1.42;
}

.page-vision .philosophy-content__lead::after {
  content: "";
  display: block;
  width: min(3.4722222222vw, 50px);
  height: 1px;
  margin: min(2.5694444444vw, 37px) auto 0;
  background: #E10516;
}

.page-vision .philosophy-content__subttl {
  margin: min(2.5vw, 36px) 0 0;
  color: #FFFFFF;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: min(1.8055555556vw, 26px);
  font-weight: 700;
  line-height: 1.45;
}

.page-vision .philosophy-content__body {
  max-width: min(62.5vw, 900px);
  margin: min(1.6666666667vw, 24px) auto 0;
}

.page-vision .philosophy-content__body p,
.page-vision .philosophy-content__body li {
  color: #FFFFFF;
  font-family: source-han-sans-jp-variable, "Noto Sans JP", sans-serif;
  font-size: min(1.25vw, 18px);
  font-weight: 400;
  font-variation-settings: "wght" 400;
  line-height: 2.02;
  text-align: center;
}

.page-vision .philosophy-mission__txt {
  max-width: min(59.7222222222vw, 860px);
}

.page-vision .philosophy-vision__txt,
.page-vision .philosophy-value__body {
  max-width: min(66.6666666667vw, 960px);
}

@media (min-width: 768px) {
  .page-vision .philosophy-mission .philosophy-content__body p,
.page-vision .philosophy-vision .philosophy-content__body p,
.page-vision .philosophy-value .philosophy-content__body p {
    font-family: source-han-sans-jp-variable, "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    line-height: 2.02;
  }
}
.page-vision .philosophy-crew {
  width: 100%;
  margin: min(4.8611111111vw, 70px) 0;
  overflow: hidden;
}

.page-vision .philosophy-crew__slide {
  background: transparent;
}

.page-vision .philosophy-crew__slide:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 18px;
}

.page-vision .philosophy-crew__slide.slick-initialized {
  margin: 0 -9px;
}

.page-vision .philosophy-crew__slide .slick-track {
  display: flex;
}

.page-vision .philosophy-crew__slide-item {
  overflow: hidden;
  aspect-ratio: 750/490;
}

.page-vision .philosophy-crew__slide.slick-initialized .philosophy-crew__slide-item {
  padding: 0 9px;
}

.page-vision .philosophy-crew__slide-item picture,
.page-vision .philosophy-crew__slide-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.page-vision .philosophy-crew__slide-item img {
  object-fit: cover;
}

.page-vision .philosophy-goal {
  width: min(83.75vw, 1206px);
  max-width: calc(100% - 84px);
  margin: 0 auto;
}

.page-vision .philosophy-goal__container {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1206/543;
  background: #E7E7EA;
}

.page-vision .philosophy-goal__img,
.page-vision .philosophy-goal__img picture,
.page-vision .philosophy-goal__img img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.page-vision .philosophy-goal__img img {
  object-fit: cover;
}

.page-vision .philosophy-goal__content {
  position: absolute;
  top: 0;
  right: min(12.0833333333vw, 174px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: calc(100% - min(12.0833333333vw, 174px));
  height: 100%;
  padding: min(3.4722222222vw, 50px) 0;
  text-align: center;
}

.page-vision .philosophy-goal .philosophy-section-label {
  margin-bottom: min(1.5277777778vw, 22px);
}

.page-vision .philosophy-goal .philosophy-content__body p,
.page-vision .philosophy-goal .philosophy-content__body li {
  color: #222222;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: min(1.8055555556vw, 26px);
  font-weight: 700;
  font-variation-settings: normal;
  line-height: 1.65;
}

.page-vision .philosophy-goal .philosophy-content__lead {
  color: #222222;
}

.page-vision .philosophy-goal .philosophy-content__body {
  max-width: none;
  margin-top: min(2.3611111111vw, 34px);
}

.page-vision .philosophy-goal__list {
  display: grid;
  gap: min(0.6944444444vw, 10px);
  margin: min(1.0416666667vw, 15px) 0 0;
  padding-left: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .page-vision .list-page {
    padding-bottom: 21vw;
  }

  .page-vision .list-page__header {
    margin-bottom: 13.5641025641vw;
  }

  .page-vision .philosophy-section,
.page-vision .philosophy-goal {
    width: calc(100% - 36px);
    max-width: none;
  }

  .page-vision .philosophy-goal {
    width: min(89.7435897436vw, 350px);
  }

  .page-vision .philosophy-panel {
    height: auto;
    min-height: 0;
    padding: 7.1794871795vw 5vw 10vw;
  }

  .page-vision .philosophy-mission .philosophy-panel,
.page-vision .philosophy-vision .philosophy-panel,
.page-vision .philosophy-value .philosophy-panel {
    height: auto;
  }

  .page-vision .philosophy-section-label {
    margin-bottom: 3.3333333333vw;
    font-size: 11.0256410256vw;
  }

  .page-vision .philosophy-content__lead {
    font-size: 6.4102564103vw;
    line-height: 1.45;
  }

  .page-vision .philosophy-content__lead::after {
    width: 12.8205128205vw;
    margin-top: 8.2051282051vw;
  }

  .page-vision .philosophy-content__subttl {
    margin-top: 7.1794871795vw;
    font-size: 4.8vw;
  }

  .page-vision .philosophy-content__body,
.page-vision .philosophy-mission__txt,
.page-vision .philosophy-vision__txt,
.page-vision .philosophy-value__body {
    max-width: none;
    margin-top: 3.3333333333vw;
  }

  .page-vision .philosophy-content__body p,
.page-vision .philosophy-content__body li {
    font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
    font-size: 4.1025641026vw;
    font-weight: 400;
    line-height: 1.9;
  }

  .page-vision .philosophy-mission .philosophy-content__body p,
.page-vision .philosophy-vision .philosophy-content__body p,
.page-vision .philosophy-value .philosophy-content__body p {
    font-family: source-han-sans-jp-variable, "Noto Sans JP", sans-serif;
    font-weight: 350;
    font-variation-settings: "wght" 350;
  }

  .page-vision .philosophy-content__body p {
    margin-bottom: 0;
  }

  .page-vision .philosophy-mission .philosophy-content__body p,
.page-vision .philosophy-vision .philosophy-content__body p,
.page-vision .philosophy-value .philosophy-content__body p,
.page-vision .philosophy-value .philosophy-content__body li {
    text-align: left;
  }

  .page-vision .philosophy-mission .philosophy-content__body p,
.page-vision .philosophy-vision .philosophy-content__body p,
.page-vision .philosophy-value .philosophy-content__body p {
    width: min(79.4871794872vw, 310px);
    margin-right: auto;
    margin-left: auto;
  }

  .page-vision .philosophy-crew {
    margin: 13.5897435897vw 0;
  }

  .page-vision .philosophy-crew__slide.slick-initialized {
    margin: 0 -5.5px;
  }

  .page-vision .philosophy-crew__slide,
.page-vision .philosophy-crew__slide .slick-list,
.page-vision .philosophy-crew__slide .slick-track,
.page-vision .philosophy-crew__slide-item {
    height: 155px;
  }

  .page-vision .philosophy-crew__slide-item {
    width: 238px;
    aspect-ratio: auto;
  }

  .page-vision .philosophy-crew__slide.slick-initialized .philosophy-crew__slide-item {
    padding: 0 5.5px;
  }

  .page-vision .philosophy-goal__container {
    position: relative;
    overflow: hidden;
    aspect-ratio: 700/1242;
  }

  .page-vision .philosophy-goal__img,
.page-vision .philosophy-goal__img picture,
.page-vision .philosophy-goal__img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .page-vision .philosophy-goal__img img {
    object-fit: cover;
  }

  .page-vision .philosophy-goal__content {
    position: absolute;
    inset: 0;
    right: auto;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    height: 100%;
    margin-left: 0;
    padding: 7.1794871795vw 0 0;
  }

  .page-vision .philosophy-goal .philosophy-section-label {
    margin-bottom: 3.3333333333vw;
  }

  .page-vision .philosophy-goal .philosophy-content__body {
    width: min(89.7435897436vw, 350px);
    margin-top: 7.1794871795vw;
  }

  .page-vision .philosophy-goal .philosophy-content__body p,
.page-vision .philosophy-goal .philosophy-content__body li {
    font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
    font-size: 5.1282051282vw;
    font-weight: 700;
  }
}
/* number 数字で見る */
.page-number .l-main {
  overflow: hidden;
  color: #fff;
}

.page-number .list-page {
  overflow: hidden;
  padding-bottom: 0;
}

/* PCのみ透明（SPは _header.scss の常時黒背景に合わせる） */
@media print, screen and (min-width: 761px) {
  .page-number .l-header:not(.visible).l-header:not(.open):not(.active) {
    background: none;
    padding-top: 32px;
    padding-right: 25px;
  }
}
.page-number .list-page__header {
  z-index: 1;
  margin-bottom: min(3.75vw, 54px);
  padding-top: min(9.5833333333vw, 138px);
}

.page-number .list-page__header__container {
  gap: 12px;
}

.page-number .list-page__header__title {
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.page-number .list-page__header__subtitle {
  font-size: clamp(52px, 5.5555555556vw, 80px);
  letter-spacing: 0;
}

/* 下からフェードイン（fadeInNumber：旧 slide-bottom 相当） */
.page-number .number-content .fadeInNumber {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
  animation: none;
}

.page-number .number-content picture,
.page-number .number-content img {
  display: block;
}

.page-number .number-content img {
  width: 100%;
  height: auto;
}

.page-number .number-intro {
  position: relative;
  padding-bottom: min(4.2361111111vw, 61px);
}

.page-number .number-intro__container {
  position: relative;
  z-index: 1;
  width: min(77.2222222222vw, 1112px);
  margin: 0 auto;
}

.page-number .number-start {
  display: grid;
  grid-template-columns: 354fr 700fr;
  gap: min(2.2916666667vw, 33px);
  align-items: start;
  width: min(75.4861111111vw, 1087px);
  margin: 0 auto;
}

.page-number .number-start__item--people {
  transform: translateY(min(1.8055555556vw, 26px));
}

.page-number .number-start__item--sales {
  transform: translateY(max(-1.0416666667vw, -15px));
}

.page-number .number-lead {
  width: min(75.4861111111vw, 1087px);
  margin: max(-6.5972222222vw, -95px) auto 0;
  text-align: left;
}

.page-number .number-content .number-lead__text-image {
  width: 638px;
  height: 66px;
  margin-left: 109px;
}

.page-number .number-content .number-lead__image {
  display: none;
}

.page-number .number-content .number-environment-sp {
  display: none;
}

.page-number .number-history {
  display: grid;
  gap: min(1.3888888889vw, 20px);
}

.page-number .number-history__item--year,
.page-number .number-history__item--monthly {
  width: min(75.4861111111vw, 1087px);
  margin: 0 auto;
}

.page-number .number-history__item--year {
  position: relative;
  z-index: 3;
}

.page-number .number-history__item--monthly {
  position: relative;
  z-index: 2;
  margin-top: max(-3.4722222222vw, -50px);
}

.page-number .number-history__item--group {
  position: relative;
  z-index: 3;
  width: min(77.2222222222vw, 1112px);
  margin: 0 auto;
  margin-top: max(-2.5vw, -36px);
  transform: translateX(min(0.8680555556vw, 12.5px));
}

.page-number .number-band {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-left: 0;
  overflow: hidden;
}

.page-number .number-band picture {
  display: block;
  width: 100%;
  max-width: 1440px;
}

.page-number .number-band img {
  width: 100%;
  max-width: 1440px;
  height: auto;
}

.page-number .number-band--goal {
  position: relative;
  z-index: 4;
  overflow: visible;
  margin-bottom: 0;
  background: linear-gradient(to bottom, transparent 0 16.5px, #E10416 16.5px);
}

.page-number .number-band--goal picture {
  position: relative;
  z-index: 3;
  aspect-ratio: 1440/519;
}

.page-number .number-band--goal img {
  height: auto;
}

.page-number .number-goal-label {
  position: absolute;
  top: max(-2.4305555556vw, -35px);
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(17.5vw, 252px);
  min-height: min(3.4722222222vw, 50px);
  padding: 0 1.25vw;
  background: #0B0B0B;
  color: #fff;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 1.8055555556vw, 26px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

.page-number .number-goal-label::after {
  position: absolute;
  bottom: max(-1.3888888889vw, -20px);
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(1.3888888889vw, 20px) min(0.6944444444vw, 10px) 0;
  border-color: #0B0B0B transparent transparent;
  content: "";
  transform: translateX(-50%);
}

.page-number .number-band--leaders {
  position: relative;
  z-index: 5;
  overflow: visible;
  background: transparent;
}

.page-number .number-band--leaders picture,
.page-number .number-band--leaders img {
  width: 100%;
  max-width: none;
}

.page-number .number-band--leaders picture {
  position: relative;
  z-index: 1;
  overflow: visible;
  margin: 0 0 max(-6.9444444444vw, -100px);
  transform: translateY(-23px);
}

.page-number .number-card-section {
  background: #b21219;
}

.page-number .number-card-section--vision {
  padding-top: min(8.3333333333vw, 120px);
}

.page-number .number-card-section--environment {
  padding: min(7.4305555556vw, 107px) 0 min(12.2916666667vw, 177px);
}

.page-number .number-card-section__inner {
  position: relative;
  width: min(83.3333333333vw, 1200px);
  margin: 0 auto;
  background: #fff;
}

.page-number .number-graph-scroll {
  display: none;
}

.page-number .number-recruitment {
  background: #fff;
  color: #0B0B0B;
}

.page-number .number-recruitment__container {
  width: min(1110px, 100% - 84px);
  margin: 0 auto;
  padding: 58px 0 50px;
  text-align: center;
}

.page-number .number-recruitment__title {
  margin-bottom: 7px;
  font-family: montserrat, sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.page-number .number-recruitment__subtitle {
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
}

.page-number .number-recruitment__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 54px;
}

.page-number .number-recruitment__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  border: 1px solid #0B0B0B;
  background: #fff;
  color: #0B0B0B;
  font-size: 15px;
  font-weight: 900;
  transition: 0.25s ease;
}

.page-number .number-recruitment__list a:hover,
.page-number .number-recruitment__list .active a {
  border-color: #e60012;
  background: #e60012;
  color: #fff;
}

.page-number .number-line {
  padding-top: 42px;
  border-top: 1px solid #d9d9d9;
}

.page-number .number-line__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #06c755;
}

.page-number .number-line__icon img {
  width: 35px;
  height: auto;
}

.page-number .number-line__title {
  margin-bottom: 15px;
  font-size: clamp(20px, 2.15vw, 28px);
  font-weight: 900;
  line-height: 1.55;
}

.page-number .number-line__text {
  max-width: 780px;
  margin: 0 auto 22px;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
}

.page-number .number-line__button {
  width: 280px;
  margin: 0 auto;
}

.page-number .number-line__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border-radius: 999px;
  background: #06c755;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.page-number .number-line__button span::after {
  content: "→";
  margin-left: 14px;
}

@media (max-width: 767px) {
  .page-number .l-header:not(.visible).l-header:not(.open):not(.active) {
    padding-top: 4.5vw;
    padding-left: 2vw;
  }

  .page-number .list-page__header {
    margin-bottom: 6.1538461538vw;
    padding-top: 17.9487179487vw;
  }

  .page-number .list-page__header__container {
    gap: 2.0512820513vw;
  }

  .page-number .list-page__header__title {
    font-size: 3.8461538462vw;
  }

  .page-number .list-page__header__subtitle {
    font-size: 10.2564102564vw;
  }

  .page-number .number-intro {
    z-index: 1;
    padding-bottom: 13.0769230769vw;
  }

  .page-number .number-intro::after {
    position: absolute;
    right: 0;
    bottom: -8.4615384615vw;
    left: 0;
    z-index: 0;
    height: 8.4615384615vw;
    background: #A71418;
    content: "";
    pointer-events: none;
  }

  .page-number .number-intro__container {
    width: 100%;
  }

  .page-number .number-start {
    grid-template-columns: 1fr;
    gap: 6.1538461538vw;
    width: min(89.7435897436vw, 350px);
  }

  .page-number .number-start__item--people {
    transform: none;
  }

  .page-number .number-start__item--sales {
    transform: none;
  }

  .page-number .number-lead {
    width: auto;
    margin: 9.3076923077vw 0 14.641025641vw;
    text-align: center;
  }

  .page-number .number-content .number-lead__text-image {
    display: none;
  }

  .page-number .number-content .number-lead__image {
    display: block;
    width: min(67.4358974359vw, 263px);
    margin: 0 auto;
  }

  .page-number .number-content .number-environment-pc {
    display: none;
  }

  .page-number .number-content .number-environment-sp {
    display: block;
  }

  .page-number .number-history {
    gap: 3.8461538462vw;
  }

  .page-number .number-history__item--year,
.page-number .number-history__item--monthly,
.page-number .number-history__item--group {
    width: min(89.7435897436vw, 350px);
  }

  .page-number .number-history__item--monthly {
    margin-top: 14.1025641026vw;
  }

  .page-number .number-history__item--group {
    margin-top: 8.4615384615vw;
    transform: none;
  }

  .page-number .number-band {
    width: 100%;
    margin-left: 0;
  }

  .page-number .number-band--goal {
    margin-bottom: 0;
    background: none;
  }

  .page-number .number-goal-label {
    top: -7.6923076923vw;
    width: 52.8205128205vw;
    min-height: 12.8205128205vw;
    padding: 0 3vw;
    font-size: 6.1538461538vw;
  }

  .page-number .number-goal-label::after {
    bottom: -5.1282051282vw;
    border-width: 5.1282051282vw 2.5641025641vw 0;
  }

  .page-number .number-band--goal picture {
    width: 100vw;
    max-width: none;
    aspect-ratio: auto;
    margin-top: -8.4615384615vw;
  }

  .page-number .number-band--goal img {
    width: 100%;
    max-width: none;
    height: auto;
    object-fit: contain;
  }

  .page-number .number-band--leaders {
    background: transparent;
  }

  .page-number .number-band--leaders picture,
.page-number .number-band--leaders img {
    width: 100vw;
    max-width: none;
  }

  .page-number .number-band--leaders picture {
    overflow: visible;
    margin-bottom: -20.5128205128vw;
    transform: translateY(-10.2564102564vw);
  }

  .page-number .number-band--leaders img {
    height: auto;
    object-fit: contain;
  }

  .page-number .number-card-section--vision {
    padding-top: 29.1282051282vw;
  }

  .page-number .number-card-section--environment {
    padding: 18.8717948718vw 0 129px;
  }

  .page-number .number-card-section__inner {
    width: min(89.7435897436vw, 350px);
  }

  .page-number .number-graph-scroll {
    position: absolute;
    top: min(62.0512820513vw, 242px);
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: min(125.1282051282vw, 488px);
    overflow: hidden;
  }

  .page-number .number-graph-scroll__inner {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .page-number .number-graph-scroll__inner::-webkit-scrollbar {
    display: none;
  }

  .page-number .number-content .number-graph-scroll__image {
    width: min(250.7692307692vw, 978px);
    max-width: none;
    height: auto;
  }

  .page-number .number-graph-scroll__swipe {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: min(40.2564102564vw, 157px);
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .page-number .number-graph-scroll__swipe.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .page-number .number-recruitment__container {
    width: calc(100% - 40px);
    padding: 12.3076923077vw 0 11.2820512821vw;
  }

  .page-number .number-recruitment__title {
    font-size: 11vw;
  }

  .page-number .number-recruitment__subtitle {
    margin-bottom: 7vw;
    font-size: 3.4vw;
  }

  .page-number .number-recruitment__list {
    grid-template-columns: 1fr;
    gap: 3.9vw;
    margin-bottom: 17vw;
  }

  .page-number .number-recruitment__list a {
    min-height: 14.6vw;
    font-size: 4vw;
  }

  .page-number .number-line {
    padding-top: 12.6vw;
  }

  .page-number .number-line__icon {
    width: 18vw;
    height: 18vw;
    margin-bottom: 5.6vw;
  }

  .page-number .number-line__icon img {
    width: 11vw;
  }

  .page-number .number-line__title {
    margin-bottom: 6.2vw;
    font-size: 5vw;
    line-height: 1.65;
  }

  .page-number .number-line__text {
    margin-bottom: 7vw;
    text-align: center;
    font-size: 3.65vw;
    line-height: 2;
  }

  .page-number .number-line__button {
    width: min(72vw, 320px);
  }

  .page-number .number-line__button a {
    min-height: 12.7vw;
    font-size: 3.8vw;
  }
}
/* reason 選ばれる理由 */
.page-reason .l-main {
  color: #fff;
}

.page-reason .list-page {
  position: relative;
  overflow: hidden;
  padding-bottom: 112px;
}

.page-reason .list-page > * {
  position: relative;
  z-index: 1;
}

.page-reason .list-page__header {
  margin-bottom: 92.3px;
  padding-top: 112px;
}

.page-reason .list-page__header__container {
  gap: 12px;
}

.page-reason .list-page__header__title {
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.page-reason .list-page__header__subtitle {
  font-size: clamp(52px, 7.2vw, 82px);
  letter-spacing: 0.04em;
}

.reason-anchor {
  width: min(83.75vw, 100% - 84px);
  margin: 0 auto 100px;
}

.reason-anchor__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-content: center;
  gap: 1.39vw;
  padding-left: 0;
  list-style: none;
}

.reason-anchor__item a {
  display: grid;
  grid-template-rows: auto auto minmax(46px, auto) auto;
  color: #fff;
  text-align: center;
}

.reason-anchor__item a:hover {
  opacity: 0.82;
}

.reason-anchor__item a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 12px auto 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}

.reason-anchor__num {
  margin-bottom: 12px;
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.reason-anchor__img {
  overflow: hidden;
  width: 100%;
  margin-bottom: 12px;
  aspect-ratio: 218/145;
  background: #8e1518;
}

.reason-anchor__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.reason-anchor__item a:hover .reason-anchor__img img {
  transform: scale(1.04);
}

.reason-anchor__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-bottom: 0;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.reason-content__container {
  width: min(75vw, 100% - 88px);
  margin: 0 auto;
}

.reason-point {
  scroll-margin-top: 80px;
  margin-bottom: 58px;
  text-align: center;
}

.reason-point:last-child {
  margin-bottom: 0;
}

.reason-point__visual {
  overflow: hidden;
  margin-bottom: 35px;
  aspect-ratio: 1080/580;
  background: #fff;
}

.reason-point__visual picture,
.reason-point__visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.reason-point__visual img {
  object-fit: cover;
}

.reason-point__body {
  width: min(920px, 100%);
  margin: 0 auto;
}

.reason-point__title {
  margin-bottom: 18px;
  color: #fff;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: 33px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.reason-point__title-num {
  margin-right: 13px;
  font-family: montserrat, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.reason-point__body p {
  margin-bottom: 0;
  color: #fff;
  font-family: source-han-sans-jp-variable, "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 350;
  font-variation-settings: "wght" 350;
  line-height: 1.95;
  text-align: left;
}

@media (min-width: 768px) {
  .reason-anchor {
    margin-bottom: 61px;
  }

  .reason-anchor__num {
    font-family: "Montserrat", montserrat, sans-serif;
    font-size: 38px;
    font-weight: 700;
  }

  .reason-anchor__item a {
    height: 100%;
    grid-template-rows: auto auto 3.2638888889vw auto;
  }

  .reason-point__body {
    width: min(75vw, 1080px, 100%);
  }

  .reason-anchor__item a::after {
    width: 24px;
    height: 24px;
    border: 0;
    background: url("../reason/images/vector.png") center center/contain no-repeat;
    transform: none;
  }

  .reason-point__title {
    font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-weight: 700;
  }

  .reason-point__body p {
    text-align: center;
  }

  .reason-anchor__txt {
    min-height: 0;
    height: 3.2638888889vw;
  }

  .reason-point__title-num {
    font-family: "Montserrat", montserrat, sans-serif;
    font-size: 55px;
    font-weight: 700;
  }
}
.reason-point__visual--dummy {
  box-sizing: border-box;
  aspect-ratio: 1080/580;
  padding: 66px 76px 54px;
}

.reason-dummy-graph {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  width: 100%;
  height: 100%;
  padding: 0 0 16px;
  border-bottom: 2px solid #f2b2b8;
}

.reason-dummy-graph__bar {
  position: relative;
  flex: 1 1 0;
  height: var(--bar);
  min-height: 28px;
  background: linear-gradient(180deg, #ee7d8b 0%, #e60012 58%, #9b0008 100%);
}

.reason-dummy-graph__bar:nth-child(1) {
  opacity: 0.38;
}

.reason-dummy-graph__bar:nth-child(2) {
  opacity: 0.46;
}

.reason-dummy-graph__bar:nth-child(3) {
  opacity: 0.54;
}

.reason-dummy-graph__bar:nth-child(4) {
  opacity: 0.64;
}

.reason-dummy-graph__bar:nth-child(5) {
  opacity: 0.74;
}

.reason-dummy-graph__bar:nth-child(6) {
  opacity: 0.82;
}

.reason-dummy-graph__bar:nth-child(7) {
  opacity: 0.9;
}

.reason-dummy-graph__bar span {
  position: absolute;
  right: 50%;
  bottom: 12px;
  color: #fff;
  font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
  font-size: clamp(9px, 0.85vw, 12px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: translateX(50%);
}

.reason-recruitment {
  background: #fff;
  color: #0B0B0B;
}

.reason-recruitment__container {
  width: min(1110px, 100% - 84px);
  margin: 0 auto;
  padding: 58px 0 50px;
  text-align: center;
}

.reason-recruitment__title {
  margin-bottom: 8px;
  font-family: montserrat, sans-serif;
  font-size: clamp(34px, 3.7vw, 52px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

.reason-recruitment__subtitle {
  margin-bottom: 28px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
}

.reason-recruitment__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 42px;
  padding-left: 0;
  list-style: none;
}

.reason-recruitment__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid #bfbfbf;
  background: #fff;
  color: #0B0B0B;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  transition: 0.25s ease;
}

.reason-recruitment__list a:hover,
.reason-recruitment__list .active a {
  border-color: #e60012;
  background: #e60012;
  color: #fff;
}

.reason-line {
  padding-top: 34px;
  border-top: 1px solid #ececec;
}

.reason-line__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #06c755;
}

.reason-line__icon img {
  width: 27px;
  height: auto;
}

.reason-line__title {
  margin-bottom: 13px;
  font-size: clamp(18px, 1.85vw, 24px);
  font-weight: 900;
  line-height: 1.55;
}

.reason-line__text {
  max-width: 780px;
  margin: 0 auto 20px;
  color: #555;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.9;
}

.reason-line__button {
  width: 250px;
  margin: 0 auto;
}

.reason-line__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  border-radius: 999px;
  background: #06c755;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.reason-line__button span::after {
  content: "→";
  margin-left: 12px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .reason-anchor {
    width: calc(100% - 64px);
    margin-bottom: 100px;
  }

  .reason-anchor__list {
    gap: 15px;
  }

  .reason-content__container {
    width: calc(100% - 64px);
  }

  .reason-point__title {
    font-size: 28px;
  }

  .reason-point__title-num {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .page-reason .reason-anchor__txt {
    font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
    font-size: 1.11vw;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .page-reason .list-page {
    padding-bottom: 64px;
  }

  .page-reason .list-page__header {
    margin-bottom: 30px;
    padding-top: 92px;
  }

  .page-reason .list-page__header__container {
    gap: 7px;
  }

  .page-reason .list-page__header__title {
    font-size: 12px;
  }

  .page-reason .list-page__header__subtitle {
    font-size: 42px;
  }

  .reason-anchor {
    width: min(350px, 100% - 40px);
    max-width: none;
    margin-bottom: 7.18vw;
  }

  .reason-anchor__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }

  .reason-anchor__item:nth-child(5) {
    grid-column: 1/-1;
  }

  .reason-anchor__item:nth-child(5) a {
    width: calc((100% - 14px) / 2);
    margin: 0 auto;
  }

  .page-reason .reason-anchor__item:nth-child(-n+2) a {
    grid-template-rows: auto auto 61px auto;
  }

  .reason-anchor__item a::after {
    width: 12px;
    height: 12px;
    margin-top: 8px;
    border: 0;
    background: url("../reason/images/vector.png") center center/contain no-repeat;
    transform: none;
  }

  .reason-anchor__num {
    margin-bottom: 7px;
    font-family: "Montserrat", montserrat, sans-serif;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
  }

  .reason-anchor__img {
    width: 100%;
    margin-bottom: 7px;
  }

  .reason-anchor__txt {
    min-height: 28px;
    font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
  }

  .reason-content__container {
    width: calc(100% - 40px);
  }

  .reason-point {
    scroll-margin-top: 72px;
    margin-bottom: 58px;
  }

  .reason-point__visual {
    width: min(350px, 100%);
    margin-right: auto;
    margin-bottom: 18px;
    margin-left: auto;
    aspect-ratio: 700/470;
  }

  .reason-point__title {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 9px;
    align-items: baseline;
    width: min(350px, 100%);
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
    font-family: source-han-sans-japanese, "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
  }

  .reason-point__title-num {
    margin-right: 0;
    font-family: "Montserrat", montserrat, sans-serif;
    font-size: 42px;
    font-weight: 700;
  }

  .reason-point__title-text {
    min-width: 0;
  }

  .reason-point__body p {
    width: min(350px, 100%);
    margin-right: auto;
    margin-left: auto;
    font-family: source-han-sans-jp-variable, "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 350;
    font-variation-settings: "wght" 350;
    line-height: 1.92;
    text-align: left;
  }

  .reason-point__visual--dummy {
    aspect-ratio: 700/470;
    padding: 31px 23px 27px;
  }

  .reason-dummy-graph {
    gap: 4px;
    padding-bottom: 12px;
  }

  .reason-dummy-graph__bar {
    min-height: 23px;
  }

  .reason-dummy-graph__bar span {
    bottom: 7px;
    font-size: 7px;
  }

  .reason-recruitment__container {
    width: 326px;
    max-width: calc(100% - 64px);
    padding: 46px 0 42px;
  }

  .reason-recruitment__title {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .reason-recruitment__subtitle {
    margin-bottom: 24px;
    font-size: 12px;
  }

  .reason-recruitment__list {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 42px;
  }

  .reason-recruitment__list a {
    min-height: 38px;
    font-size: 11px;
  }

  .reason-line {
    padding-top: 34px;
  }

  .reason-line__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 17px;
  }

  .reason-line__icon img {
    width: 28px;
  }

  .reason-line__title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.65;
  }

  .reason-line__text {
    margin-bottom: 22px;
    font-size: 12px;
    line-height: 1.9;
  }

  .reason-line__button {
    width: min(265px, 100%);
  }

  .reason-line__button a {
    min-height: 36px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-reason .reason-content .reason-point#reason01, .page-reason .reason-content .reason-point#reason02, .page-reason .reason-content .reason-point#reason03, .page-reason .reason-content .reason-point#reason04, .page-reason .reason-content .reason-point#reason05 {
    padding-top: 44px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-reason .reason-content .reason-point#reason01, .page-reason .reason-content .reason-point#reason02, .page-reason .reason-content .reason-point#reason03, .page-reason .reason-content .reason-point#reason04, .page-reason .reason-content .reason-point#reason05 {
    padding-top: 8.2051282051vw;
  }
}

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