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

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

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

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

中面 common (TOP以外)

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

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

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

@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 {
  max-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: calc((100% - 30px) / 2);
}
@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 {
  padding: 50px;
  border: 2px solid #EF5A00;
  border-radius: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}
@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::after {
  background: url(../images/cmn/arrow_circle_orange.svg) no-repeat center/contain;
  width: 35px;
  height: 35px;
  content: "";
  position: absolute;
  bottom: 15px;
  right: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item a::after {
    width: 7vw;
    height: 7vw;
    bottom: 3.3vw;
    right: 5vw;
  }
}
.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: #EF5A00;
}
@media print, screen and (max-width: 1200px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__catch {
    font-size: 4.8vw;
  }
}
@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: "nexa", sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
  color: #006dbc;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__title {
    font-size: 16vw;
  }
}
.l-cmn-member .l-member__header__subtitle {
  font-size: 17px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__subtitle {
    font-size: 4vw;
    margin-top: -2%;
  }
}
.l-cmn-member .l-member__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  margin: 0 auto 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list {
    width: 100%;
    margin: 0 auto 10%;
    padding-bottom: 12%;
  }
}
.l-cmn-member .l-member__list .p-item {
  width: 380px;
  margin-right: 30px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item {
    width: 100%;
    margin-right: 0;
  }
}
.l-cmn-member .l-member__list .p-item:nth-child(3n) {
  margin-right: 0;
}
.l-cmn-member .l-member__list .p-item__photo {
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.l-cmn-member .l-member__list .p-item__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-cmn-member .l-member__list .p-item__inner {
  margin-top: 15px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__inner {
    margin-top: 3%;
  }
}
.l-cmn-member .l-member__list .p-item__post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  max-height: 60px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-title {
    font-size: 4.2vw;
    margin-bottom: 4%;
    max-height: 13vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
  max-height: 40px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-name {
    font-size: 3.8vw;
    margin-bottom: 2%;
    max-height: 8vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-company {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  max-height: 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-company {
    font-size: 3vw;
    line-height: 1.4;
    max-height: 9vw;
  }
}

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

中面個別 (TOP以外)

------------------------------------ */
/*  〇〇ページ
*----------------------------------- */
.l-section__container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-section__container {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.scroll-image {
  display: block;
}
@media (max-width: 767px) {
  .scroll-image {
    overflow-x: scroll;
    margin-right: -5.1282051282dvw;
  }
}
.scroll-image img {
  height: auto;
}
@media (max-width: 767px) {
  .scroll-image img {
    width: 220vw;
    max-width: none;
    margin-right: 5.1282051282dvw;
  }
}
.scroll-image__text {
  text-align: center;
}
@media (max-width: 767px) {
  .scroll-image__text {
    font-weight: 700;
    font-size: 4.1025641026dvw;
  }
}

.page-company .l-main {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .l-company {
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .l-company {
    padding: 0 5vw 15.3vw;
  }
}
@media (min-width: 768px) {
  .l-company__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-locations {
  background: #EF5A00;
}
@media (min-width: 768px) {
  .l-locations {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .l-locations {
    padding-left: 5.1282051282dvw;
    padding-right: 5.1282051282dvw;
    padding-bottom: 12.8205128205dvw;
  }
}
@media (min-width: 768px) {
  .l-locations .list-page__header {
    padding-top: 85px;
    margin-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .l-locations .list-page__header {
    padding-top: 17.1794871795dvw;
    padding-bottom: 7.1794871795dvw;
    margin-bottom: 0;
  }
}
.l-locations .list-page__header__title {
  color: #FFF;
}
@media (max-width: 767px) {
  .l-locations .list-page__header__title {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    margin-top: 9px;
    letter-spacing: 0.05em;
  }
}
.l-locations .list-page__header__subtitle {
  color: #FFF;
}
@media (max-width: 767px) {
  .l-locations .list-page__header__subtitle {
    font-size: 46px;
    font-size: 11.7948717949dvw;
  }
}
.l-locations__container {
  background: #FFF;
}
@media (min-width: 768px) {
  .l-locations__container {
    display: flex;
    justify-content: center;
    gap: 7px;
    padding: 50px 30px;
    border-radius: 20px;
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .l-locations__container {
    border-radius: 2.5641025641dvw;
    padding: 5vw 5.1282051282dvw 6.4102564103dvw;
  }
}
@media (min-width: 768px) {
  .l-locations__list {
    max-width: 440px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .l-locations__list {
    margin-bottom: -5px;
  }
}
.l-locations__list dt {
  font-weight: 900;
}
@media (min-width: 768px) {
  .l-locations__list dt {
    font-size: 2.6rem;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .l-locations__list dt {
    font-size: 26px;
    font-size: 6.6666666667dvw;
    margin-bottom: 3.3333333333dvw;
  }
}
.l-locations__list dd {
  font-weight: 500;
  padding-left: 0.85em;
  text-indent: -0.85em;
}
@media (min-width: 768px) {
  .l-locations__list dd {
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .l-locations__list dd {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    line-height: 1.5;
    margin-bottom: 1.2820512821dvw;
  }
}
.l-locations__list dd:before {
  content: "";
  background: #EF5A00;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .l-locations__list dd:before {
    width: 10px;
    height: 10px;
    margin-right: 7px;
    margin-top: -6px;
  }
}
@media (max-width: 767px) {
  .l-locations__list dd:before {
    width: 2.3076923077dvw;
    height: 2.3076923077dvw;
    margin-right: 1.5384615385dvw;
    margin-top: -1.0256410256dvw;
  }
}
.l-locations picture {
  display: block;
}
@media (max-width: 767px) {
  .l-locations picture {
    margin-right: -5.1282051282dvw;
    margin-left: -5.1282051282dvw;
    width: calc(100% + 10.2564102564dvw);
    max-width: calc(100% + 10.2564102564dvw);
  }
}
.l-locations img {
  height: auto;
}
@media (min-width: 768px) {
  .page-history .l-main {
    padding-bottom: 140px;
  }
}

.l-history__items {
  max-width: 970px;
  margin: 0 auto;
}
.l-history__item {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .l-history__item {
    gap: 66px;
  }
}
@media (max-width: 767px) {
  .l-history__item {
    gap: 6.1538461538dvw;
  }
}
@media (min-width: 768px) {
  .l-history__item:first-child .l-history__year {
    padding-top: 16px;
  }
}
@media (min-width: 768px) {
  .l-history__item:first-child .l-history__content {
    padding-top: 14px;
    padding-bottom: 4px;
  }
}
@media (min-width: 768px) {
  .l-history__item:first-child .l-history__content:before {
    top: 25px;
  }
}
@media (min-width: 768px) {
  .l-history__item:last-child .l-history__year {
    padding-bottom: 38px;
  }
}
.l-history__year {
  color: #F68D02;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background-color: rgba(246, 141, 2, 0.1);
  line-height: 1;
}
@media (min-width: 768px) {
  .l-history__year {
    font-size: 3.6rem;
    width: 159px;
    padding: 10px 0 0;
  }
}
@media (max-width: 767px) {
  .l-history__year {
    font-size: 5.641025641dvw;
    width: 18.4615384615dvw;
    padding: 3.0769230769dvw 0;
  }
}
.l-history__content {
  position: relative;
}
@media (min-width: 768px) {
  .l-history__content {
    width: calc(100% - 66px - 159px);
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .l-history__content {
    width: calc(100% - 6.1538461538dvw - 18.4615384615dvw);
    padding-top: 2.8205128205dvw;
    margin-bottom: 2.5641025641dvw;
  }
}
.l-history__content:before, .l-history__content:after {
  content: "";
  display: block;
  position: absolute;
}
.l-history__content:before {
  background-color: #fff;
  border: 4px solid #F68D02;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .l-history__content:before {
    width: 16px;
    height: 16px;
    left: -32px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .l-history__content:before {
    width: 3.5897435897dvw;
    height: 3.5897435897dvw;
    left: -4.8717948718dvw;
    top: 4.1025641026dvw;
  }
}
.l-history__content:after {
  width: 3px;
  background-color: #F68D02;
  z-index: -1;
}
@media (min-width: 768px) {
  .l-history__content:after {
    top: 30px;
    left: -26px;
    height: calc(100% - 35px);
  }
}
@media (max-width: 767px) {
  .l-history__content:after {
    top: 7.6923076923dvw;
    left: -3.3333333333dvw;
    height: calc(100% - 5.1282051282dvw);
  }
}
@media (min-width: 768px) {
  .l-history__content.single {
    padding-bottom: 0;
    margin-bottom: 4px;
  }
}
.l-history__content.single:after {
  content: none;
}
.l-history__textbox {
  display: flex;
}
@media (max-width: 767px) {
  .l-history__textbox + .l-history__textbox {
    margin-top: 2.5641025641dvw;
  }
}
.l-history__month {
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .l-history__month {
    font-size: 1.8rem;
    width: 86px;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .l-history__month {
    font-size: 4.1025641026dvw;
    width: 20.5128205128dvw;
    line-height: 1.3888888889;
  }
}
.l-history__text {
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .l-history__text {
    font-size: 1.8rem;
    width: calc(100% - 86px);
    line-height: 1.8888888889;
  }
}
@media (max-width: 767px) {
  .l-history__text {
    font-size: 4.1025641026dvw;
    width: calc(100% - 20.5128205128dvw);
    line-height: 1.5625;
  }
}
@media (min-width: 768px) {
  .l-history__img {
    margin: 19px 0 5px 4px;
  }
}
@media (max-width: 767px) {
  .l-history__img {
    margin: 3.3333333333dvw 0 1.2820512821dvw 1.0256410256dvw;
  }
}
@media (min-width: 768px) {
  .l-history__img img {
    width: 203px;
  }
}
@media (max-width: 767px) {
  .l-history__img img {
    width: 52.0512820513dvw;
  }
}

@media (min-width: 768px) {
  .page-whats .l-main {
    padding-bottom: 139px;
  }
}
@media (max-width: 767px) {
  .page-whats .l-main {
    padding-bottom: 20.5128205128dvw;
  }
}
@media (min-width: 768px) {
  .page-whats .list-page__main {
    padding-left: 0;
    padding-right: 0;
    max-width: 1240px;
  }
}

.list-page__anc {
  background: #FDE9CF;
}
@media (min-width: 768px) {
  .list-page__anc {
    padding: 60px 20px;
    margin-top: -17px;
  }
}
@media (max-width: 767px) {
  .list-page__anc {
    padding: 10.2564102564dvw 5.1282051282dvw;
  }
}
.list-page__anc ul.l-anc-list {
  display: flex;
  flex-flow: wrap;
  counter-reset: nav;
  justify-content: center;
}
@media (min-width: 768px) {
  .list-page__anc ul.l-anc-list {
    gap: 22px;
    margin: 0 auto;
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .list-page__anc ul.l-anc-list {
    gap: 6.4102564103dvw 5.1282051282dvw;
  }
}
@media (min-width: 768px) {
  .list-page__anc ul.l-anc-list li {
    width: calc((100% - 66px) / 4);
  }
}
@media (max-width: 767px) {
  .list-page__anc ul.l-anc-list li {
    width: calc((100% - 5.1282051282dvw) / 2);
  }
}
.list-page__anc ul.l-anc-list li:nth-child(even) a .p-item__text span.anc-num {
  color: #EF5A00;
}
.list-page__anc ul.l-anc-list li:nth-child(even) a:after {
  background-color: #EF5A00;
}
.list-page__anc ul.l-anc-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
  background: #fff;
  height: 100%;
}
@media (min-width: 768px) {
  .list-page__anc ul.l-anc-list li a {
    padding: 19px 5px 25px;
  }
}
@media (max-width: 767px) {
  .list-page__anc ul.l-anc-list li a {
    padding: 4.8717948718dvw 1.2820512821dvw 5.1282051282dvw;
    align-items: flex-start;
  }
}
.list-page__anc ul.l-anc-list li a:after {
  z-index: 1000;
  position: absolute;
  margin: auto;
  content: "";
  background: #F68D02 url(../images/cmn/icon_arrow.svg) center no-repeat;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .list-page__anc ul.l-anc-list li a:after {
    width: 27px;
    height: 27px;
    background-size: 10px auto;
    bottom: -14px;
  }
}
@media (max-width: 767px) {
  .list-page__anc ul.l-anc-list li a:after {
    width: 6.9230769231dvw;
    height: 6.9230769231dvw;
    background-size: 2.5641025641dvw auto;
    bottom: -3.5897435897dvw;
  }
}
.list-page__anc ul.l-anc-list li a .p-item__text {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .list-page__anc ul.l-anc-list li a .p-item__text {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .list-page__anc ul.l-anc-list li a .p-item__text {
    font-size: 4.1025641026dvw;
  }
}
.list-page__anc ul.l-anc-list li a .p-item__text span {
  display: block;
}
.list-page__anc ul.l-anc-list li a .p-item__text span.anc-num {
  color: #F68D02;
  font-weight: 800;
}
@media (min-width: 768px) {
  .list-page__anc ul.l-anc-list li a .p-item__text span.anc-num {
    font-size: 2.8rem;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .list-page__anc ul.l-anc-list li a .p-item__text span.anc-num {
    font-size: 6.1538461538dvw;
    margin-bottom: 2.0512820513dvw;
  }
}

@media (min-width: 768px) {
  .l-whats__container {
    padding: 17px 20px 0;
    max-width: 1240px;
  }
}
.l-whats .p-item {
  counter-increment: number;
}
@media (min-width: 768px) {
  .l-whats .p-item {
    display: flex;
    justify-content: space-between;
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .l-whats .p-item {
    padding-top: 12.3076923077dvw;
    padding-bottom: 2.5641025641dvw;
  }
}
@media (min-width: 768px) {
  .l-whats .p-item:first-of-type .p-item__contents {
    padding-top: 39px;
  }
}
@media (min-width: 768px) {
  .l-whats .p-item:first-of-type .p-item__contents:before {
    top: -55px;
  }
}
@media (min-width: 768px) {
  .l-whats .p-item:first-of-type .p-item__contents .p-item__title {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .l-whats .p-item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .l-whats .p-item:nth-of-type(odd) .p-item__title {
    margin-bottom: 27px;
  }
}
.l-whats .p-item:nth-of-type(odd) .marker {
  background: linear-gradient(transparent 70%, rgba(246, 141, 2, 0.3) 70%);
}
@media (min-width: 768px) {
  .l-whats .p-item:nth-of-type(even) .p-item__contents {
    padding-top: 58px;
  }
}
.l-whats .p-item:nth-of-type(even) .p-item__contents:before {
  color: #EF5A00;
}
.l-whats .p-item:nth-of-type(even) .p-item__title {
  color: #EF5A00;
}
.l-whats .p-item:nth-of-type(even) .marker {
  background: linear-gradient(transparent 70%, rgba(239, 90, 0, 0.3) 70%);
}
@media (min-width: 768px) {
  .l-whats .p-item__image {
    width: calc(100% - 50px - 50%);
  }
}
@media (max-width: 767px) {
  .l-whats .p-item__image {
    width: 100%;
    margin-bottom: 10.2564102564dvw;
  }
}
.l-whats .p-item__contents {
  position: relative;
}
@media (min-width: 768px) {
  .l-whats .p-item__contents {
    width: 50%;
    padding-top: 59px;
  }
}
.l-whats .p-item__contents:before {
  z-index: -1;
  position: absolute;
  right: 0;
  content: counter(number, decimal-leading-zero);
  font-family: "nexa", sans-serif;
  line-height: 1;
  color: #F68D02;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .l-whats .p-item__contents:before {
    top: -37px;
    font-size: 229px;
  }
}
@media (max-width: 767px) {
  .l-whats .p-item__contents:before {
    top: -10.2564102564dvw;
    font-size: 35.8974358974dvw;
  }
}
.l-whats .p-item__title {
  color: #F68D02;
  font-weight: 900;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .l-whats .p-item__title {
    font-size: 3.6rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .l-whats .p-item__title {
    font-size: 7.6923076923dvw;
    margin-bottom: 3.8461538462dvw;
  }
}
.l-whats .p-item__text {
  font-weight: 500;
  line-height: 2.125;
}
@media (min-width: 768px) {
  .l-whats .p-item__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .l-whats .p-item__text {
    font-size: 4.1025641026dvw;
  }
}
.l-whats .p-item__text .marker {
  font-weight: bold;
  background: linear-gradient(transparent 70%, rgba(239, 90, 0, 0.3) 70%);
}
@media (min-width: 768px) {
  .l-whats .p-item .c-button.more {
    margin: 13px 0 0;
  }
}
@media (max-width: 767px) {
  .l-whats .p-item .c-button.more {
    margin-top: 5.1282051282dvw;
  }
}
@media (min-width: 768px) {
  .l-whats__link {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .l-whats__link {
    padding-top: 15.3846153846dvw;
  }
}

.l-link-btn__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .l-link-btn__list {
    gap: 34px;
  }
}
@media (max-width: 767px) {
  .l-link-btn__list {
    gap: 5.641025641dvw;
  }
}
.l-link-btn__list li {
  width: 435px;
}
@media (max-width: 767px) {
  .l-link-btn__list li {
    width: 100%;
  }
}
.l-link-btn__list li a {
  position: relative;
  min-height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.7rem;
  background-color: #fff;
  transition: 0.3s;
  border-radius: 5px;
  font-weight: 700;
  border: 2px solid #EF5A00;
}
@media (max-width: 767px) {
  .l-link-btn__list li a {
    min-height: 23.5897435897dvw;
    border-radius: 1.2820512821dvw;
    font-size: 23px;
    font-size: 5.8974358974dvw;
  }
}
.l-link-btn__list li a::before {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
  width: 30px;
  height: 30px;
  background: #EF5A00;
  -webkit-mask: url("../images/cmn/arrow_circle.svg") center/contain no-repeat;
  mask: url("../images/cmn/arrow_circle.svg") center/contain no-repeat;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .l-link-btn__list li a::before {
    width: 7.6923076923dvw;
    height: 7.6923076923dvw;
    right: 3.5897435897dvw;
  }
}
.l-link-btn__list li:nth-of-type(even) a {
  border-color: #D21D00;
}
.l-link-btn__list li:nth-of-type(even) a::before {
  background: #D21D00;
}

@media (min-width: 768px) {
  .page-philosophy .l-main {
    padding-bottom: 168px;
  }
}
@media (max-width: 767px) {
  .page-philosophy .l-main {
    padding-bottom: 18.9743589744dvw;
  }
}

.l-philosophy {
  background: url("../philosophy/images/future_bg.jpg") center/cover no-repeat;
  text-align: center;
  color: #FFF;
}
@media (min-width: 768px) {
  .l-philosophy {
    margin-top: -17px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .l-philosophy {
    background-image: url("../philosophy/images/sp/future_bg.jpg");
    margin-top: 10.2564102564dvw;
    padding: 5.1282051282dvw 5.1282051282dvw 12.8205128205dvw;
  }
}
.l-philosophy .p-item {
  border-bottom: 2px solid #FFF;
}
@media (min-width: 768px) {
  .l-philosophy .p-item {
    padding: 80px 20px 78px;
  }
}
@media (max-width: 767px) {
  .l-philosophy .p-item {
    padding: 12.8205128205dvw 0 12.3076923077dvw;
  }
}
@media (max-width: 767px) {
  .l-philosophy .p-item:nth-of-type(1) .text-l {
    margin-right: -3.0769230769dvw;
  }
}
@media (min-width: 768px) {
  .l-philosophy .p-item:nth-of-type(3) {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .l-philosophy .p-item:nth-of-type(3) {
    padding-bottom: 14.6153846154dvw;
  }
}
@media (max-width: 767px) {
  .l-philosophy .p-item:nth-of-type(3) .text-m {
    font-size: 6.1538461538dvw;
  }
}
@media (max-width: 767px) {
  .l-philosophy .p-item:nth-of-type(3) .text-s {
    margin-left: -0.2564102564dvw;
    margin-right: -0.2564102564dvw;
  }
}
@media (min-width: 768px) {
  .l-philosophy .p-item:nth-of-type(4) {
    padding-bottom: 75px;
  }
}
.l-philosophy .p-item:last-child {
  border-bottom: none;
}
.l-philosophy .p-item__title {
  background: #FFF;
  color: #EF5A00;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-philosophy .p-item__title {
    font-size: 2.8rem;
    line-height: 1.8214285714;
    padding: 0 28px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .l-philosophy .p-item__title {
    font-size: 6.1538461538dvw;
    line-height: 1.4583333333;
    padding: 0.5128205128dvw 3.5897435897dvw 1.2820512821dvw;
    margin-bottom: 23px;
  }
}
@media (min-width: 768px) {
  .l-philosophy .p-item__title span {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .l-philosophy .p-item__title span {
    font-size: 4.1025641026dvw;
  }
}
.l-philosophy .p-item__text.text-l {
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .l-philosophy .p-item__text.text-l {
    font-size: 4.4rem;
  }
}
@media (max-width: 767px) {
  .l-philosophy .p-item__text.text-l {
    font-size: 6.6666666667dvw;
  }
}
.l-philosophy .p-item__text.text-m {
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .l-philosophy .p-item__text.text-m {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .l-philosophy .p-item__text.text-m {
    font-size: 5.641025641dvw;
  }
}
.l-philosophy .p-item__text.text-s {
  font-weight: 700;
  line-height: 1.8888888889;
}
@media (min-width: 768px) {
  .l-philosophy .p-item__text.text-s {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .l-philosophy .p-item__text.text-s {
    font-size: 4.1025641026dvw;
    margin-top: 3.5897435897dvw;
  }
}
@media (min-width: 768px) {
  .l-philosophy .p-item__text.text-s + .text-m {
    margin-top: 41px;
  }
}
@media (max-width: 767px) {
  .l-philosophy .p-item__text.text-s + .text-m {
    margin-top: 6.6666666667dvw;
  }
}
.l-philosophy .p-item__text.text-s + .text-m span {
  z-index: 1;
  position: relative;
}
.l-philosophy .p-item__text.text-s + .text-m span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 11px;
  background: #ff960e;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.l-philosophy__future .l-philosophy__container {
  text-align: center;
}
@media (min-width: 768px) {
  .l-philosophy__future .l-philosophy__container {
    padding: 100px 20px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__future .l-philosophy__container {
    padding: 17.9487179487dvw 5.1282051282dvw;
  }
}
.l-philosophy__future__title {
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .l-philosophy__future__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__future__title {
    margin: 0 -5.1282051282dvw 5.641025641dvw;
  }
}
.l-philosophy__future__title .en {
  font-family: "nexa", sans-serif;
  color: #D21D00;
  opacity: 0.18;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .l-philosophy__future__title .en {
    font-size: 18.3rem;
  }
}
@media (max-width: 767px) {
  .l-philosophy__future__title .en {
    font-size: 23.0769230769dvw;
  }
}
.l-philosophy__future__title .ja {
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .l-philosophy__future__title .ja {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .l-philosophy__future__title .ja {
    font-size: 6.1538461538dvw;
  }
}
.l-philosophy__future__copy {
  font-weight: 900;
  color: #FFF;
}
@media (min-width: 768px) {
  .l-philosophy__future__copy {
    display: inline-flex;
    font-size: min(4.5vw, 4.3rem);
    line-height: 1.488372093;
    background: #D21D00;
    padding: 0 15px 4px;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__future__copy {
    font-size: 7.1794871795dvw;
    line-height: 1.4285714286;
    margin-bottom: 5.641025641dvw;
  }
}
.l-philosophy__future__copy span {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-philosophy__future__copy span {
    background: #D21D00;
    padding: 0 2.0512820513dvw 1.0256410256dvw;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .l-philosophy__future__copy span + span {
    margin-top: 2.8205128205dvw;
  }
}
@media (min-width: 768px) {
  .l-philosophy__future__copy span + span:before {
    content: "｜";
    font-weight: 900;
  }
}
.l-philosophy__future__lead {
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .l-philosophy__future__lead {
    font-size: 3.6rem;
    margin-bottom: 58px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__future__lead {
    font-size: 5.641025641dvw;
    margin-bottom: 8.9743589744dvw;
  }
}
.l-philosophy__future__lead strong {
  color: #EF5A00;
}
.l-philosophy__future__block {
  border: 4px solid #EF5A00;
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .l-philosophy__future__block {
    display: flex;
    flex-direction: row-reverse;
    padding: 54px 20px 61px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__future__block {
    padding: 6.9230769231dvw 3.8461538462dvw 10.5128205128dvw;
    border-width: 3px;
  }
}
.l-philosophy__future__block__image {
  display: block;
}
@media (min-width: 768px) {
  .l-philosophy__future__block__image {
    width: 42.2480620155%;
    padding-right: min(2.9vw, 42px);
  }
}
@media (max-width: 767px) {
  .l-philosophy__future__block__image {
    width: 73.3333333333dvw;
    margin: 0 auto 4.8717948718dvw;
  }
}
.l-philosophy__future__block__image img {
  height: auto;
}
@media (min-width: 768px) {
  .l-philosophy__future__block__main {
    width: 57.7519379845%;
    padding-left: min(1vw, 12px);
  }
}
.l-philosophy__future__block__head {
  font-weight: 900;
  line-height: 1.2857142857;
}
@media (min-width: 768px) {
  .l-philosophy__future__block__head {
    font-size: min(3.9vw, 4.2rem);
    margin-bottom: 36px;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__future__block__head {
    font-size: 6.1538461538dvw;
    margin-bottom: 4.6153846154dvw;
  }
}
.l-philosophy__future__block__head strong {
  color: #EF5A00;
}
.l-philosophy__future__block__head p + p {
  position: relative;
}
@media (min-width: 768px) {
  .l-philosophy__future__block__head p + p {
    margin-top: 14px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__future__block__head p + p {
    margin-top: 2.8205128205dvw;
    padding-top: 4.6153846154dvw;
  }
}
.l-philosophy__future__block__head p + p:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 16px solid #F68D02;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .l-philosophy__future__block__head p + p:before {
    border-left-width: 9px;
    border-right-width: 9px;
    border-top-width: 11px;
  }
}
.l-philosophy__future__block__text {
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .l-philosophy__future__block__text {
    font-size: min(2.4vw, 2.4rem);
  }
}
@media (max-width: 767px) {
  .l-philosophy__future__block__text {
    font-size: 4.6153846154dvw;
  }
}
@media (min-width: 768px) {
  .l-philosophy__growth {
    padding: 57px 20px 0;
  }
}
@media (max-width: 767px) {
  .l-philosophy__growth {
    padding: 4.8717948718dvw 5.1282051282dvw;
  }
}
.l-philosophy__growth__title {
  text-align: center;
}
@media (min-width: 768px) {
  .l-philosophy__growth__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__growth__title {
    margin: 0 -5.1282051282dvw 40px;
  }
}
.l-philosophy__growth__title .en {
  color: #D21D00;
  font-family: "nexa", sans-serif;
  font-weight: 800;
  line-height: 1;
  display: block;
}
@media (min-width: 768px) {
  .l-philosophy__growth__title .en {
    font-size: 8.4rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__growth__title .en {
    font-size: 12.3076923077dvw;
    margin-bottom: 4.358974359dvw;
  }
}
.l-philosophy__growth__title .ja {
  font-weight: 900;
  line-height: 1.4444444444;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 768px) {
  .l-philosophy__growth__title .ja {
    font-size: 3.6rem;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__growth__title .ja {
    font-size: 6.6666666667dvw;
    gap: 3.0769230769dvw;
  }
}
.l-philosophy__growth__title .ja:before, .l-philosophy__growth__title .ja:after {
  background: #101010;
  opacity: 0.4;
  content: "";
  display: block;
}
@media (min-width: 768px) {
  .l-philosophy__growth__title .ja:before, .l-philosophy__growth__title .ja:after {
    width: 47px;
    height: 6px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__growth__title .ja:before, .l-philosophy__growth__title .ja:after {
    width: 9.7435897436dvw;
    height: 1.0256410256dvw;
  }
}
@media (min-width: 768px) {
  .l-philosophy__growth__items {
    display: flex;
    gap: 30px;
    margin-bottom: 119px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__growth__items {
    margin-bottom: 15.641025641dvw;
  }
}
.l-philosophy__growth__items .p-item {
  background: rgba(246, 141, 2, 0.11);
  text-align: center;
}
@media (min-width: 768px) {
  .l-philosophy__growth__items .p-item {
    width: calc((100% - 60px) / 3);
    padding: 20px 20px 34px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__growth__items .p-item {
    padding: 5.1282051282dvw 4.6153846154dvw 8.7179487179dvw;
    margin-bottom: 7.6923076923dvw;
  }
}
.l-philosophy__growth__items .p-item__title {
  background: #F68D02;
  color: #FFF;
  font-weight: 900;
}
@media (min-width: 768px) {
  .l-philosophy__growth__items .p-item__title {
    font-size: 3.2rem;
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__growth__items .p-item__title {
    font-size: 8.2051282051dvw;
    margin-bottom: 4.1025641026dvw;
  }
}
.l-philosophy__growth__items .p-item__text {
  margin-top: 0.5em;
}
.l-philosophy__growth__items .p-item__lead {
  color: #F68D02;
  font-weight: 900;
}
@media (min-width: 768px) {
  .l-philosophy__growth__items .p-item__lead {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .l-philosophy__growth__items .p-item__lead {
    font-size: 6.1538461538dvw;
  }
}
.l-philosophy__growth__items .p-item__list {
  margin: 0.8em auto;
  display: inline-block;
}
@media (min-width: 768px) {
  .l-philosophy__growth__items .p-item__list {
    min-width: 70%;
  }
}
@media (max-width: 767px) {
  .l-philosophy__growth__items .p-item__list {
    min-width: 90%;
  }
}
.l-philosophy__growth__items .p-item__list li {
  background: #FFF;
  font-weight: 700;
  line-height: 1.4666666667;
  margin: 0.3em 0;
  padding: 0.2em 0.5em;
}
@media (min-width: 768px) {
  .l-philosophy__growth__items .p-item__list li {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .l-philosophy__growth__items .p-item__list li {
    font-size: 3.8461538462dvw;
  }
}
.l-philosophy__growth__items .p-item__text {
  font-weight: 700;
  line-height: 1.4666666667;
}
@media (min-width: 768px) {
  .l-philosophy__growth__items .p-item__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .l-philosophy__growth__items .p-item__text {
    font-size: 3.8461538462dvw;
  }
}
.l-philosophy__growth__items .p-item:nth-of-type(2) {
  background: rgba(239, 90, 0, 0.11);
}
.l-philosophy__growth__items .p-item:nth-of-type(2) .p-item__title {
  background: #EF5A00;
}
.l-philosophy__growth__items .p-item:nth-of-type(2) .p-item__lead {
  color: #EF5A00;
}
.l-philosophy__growth__items .p-item:nth-of-type(3) {
  background: rgba(210, 29, 0, 0.11);
}
.l-philosophy__growth__items .p-item:nth-of-type(3) .p-item__title {
  background: #D21D00;
}
.l-philosophy__growth__items .p-item:nth-of-type(3) .p-item__lead {
  color: #D21D00;
}
.l-philosophy__growth__text {
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .l-philosophy__growth__text {
    font-size: 3.6rem;
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__growth__text {
    font-size: 6.1538461538dvw;
    margin-bottom: 6.9230769231dvw;
  }
}
.l-philosophy__growth__copy {
  position: relative;
}
@media (max-width: 767px) {
  .l-philosophy__growth__copy {
    margin: 0 -5.1282051282dvw;
  }
}
.l-philosophy__growth__copy .en {
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #EF5A00;
  opacity: 0.19;
  font-family: "nexa", sans-serif;
  display: block;
}
@media (min-width: 768px) {
  .l-philosophy__growth__copy .en {
    font-size: min(8.63vw, 11.07rem);
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .l-philosophy__growth__copy .en {
    font-size: 13.8461538462dvw;
  }
}
.l-philosophy__growth__copy .ja {
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: #EF5A00;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .l-philosophy__growth__copy .ja {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .l-philosophy__growth__copy .ja {
    font-size: 6.1538461538dvw;
    padding-left: 4.1025641026dvw;
  }
}

@media (min-width: 768px) {
  .page-business .l-main {
    padding-bottom: 39px;
  }
}
@media (max-width: 767px) {
  .page-business .l-main {
    padding-bottom: 8.2051282051dvw;
  }
}

@media (min-width: 768px) {
  .l-business__container {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .l-business__container {
    padding-left: 5.1282051282dvw;
    padding-right: 5.1282051282dvw;
  }
}
@media (min-width: 768px) {
  .l-business__intro {
    margin-top: -15px;
    margin-bottom: 118px;
  }
}
@media (max-width: 767px) {
  .l-business__intro {
    margin-bottom: 68px;
  }
}
.l-business__intro__title {
  color: #EF5A00;
  text-align: center;
  font-weight: 900;
  line-height: 1.3636363636;
}
@media (min-width: 768px) {
  .l-business__intro__title {
    font-size: 4.2rem;
    margin-bottom: 41px;
  }
}
@media (max-width: 767px) {
  .l-business__intro__title {
    font-size: 5.641025641dvw;
    margin-bottom: 7.6923076923dvw;
  }
}
.l-business__intro__image {
  max-width: 709px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-business__intro__image {
    transform: translateX(12px);
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  .l-business__intro__image {
    width: 87.9487179487dvw;
    transform: translateX(3px);
    margin-bottom: 7.4358974359dvw;
  }
}
.l-business__intro__image img {
  height: auto;
}
.l-business__intro__text {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .l-business__intro__text {
    font-size: 3.6rem;
    margin-bottom: 41px;
  }
}
@media (max-width: 767px) {
  .l-business__intro__text {
    font-size: 4.6153846154dvw;
    margin-bottom: 23px;
  }
}
.l-business .p-item {
  border-top: 4px solid #D21D00;
  text-align: center;
}
@media (min-width: 768px) {
  .l-business .p-item {
    padding-top: 60px;
    padding-bottom: 119px;
  }
}
@media (max-width: 767px) {
  .l-business .p-item {
    padding-top: 9.7435897436dvw;
    padding-bottom: 17.4358974359dvw;
  }
}
.l-business .p-item__num {
  font-weight: 800;
  line-height: 1;
  color: rgba(210, 29, 0, 0.2);
}
@media (min-width: 768px) {
  .l-business .p-item__num {
    font-size: 12rem;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__num {
    font-size: 15.3846153846dvw;
    margin-bottom: 2.0512820513dvw;
  }
}
.l-business .p-item__title {
  color: #FFF;
  display: inline-block;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-business .p-item__title {
    font-size: 3.6rem;
    padding: 10px 38px 15px;
    min-width: 430px;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__title {
    font-size: 5.641025641dvw;
    padding: 1.2820512821dvw 3.5897435897dvw 1.7948717949dvw;
    margin-bottom: 2.8205128205dvw;
  }
}
.l-business .p-item__lead {
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-business .p-item__lead {
    font-size: 3.6rem;
    line-height: 1.3888888889;
    margin-bottom: 31px;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__lead {
    font-size: 7.1794871795dvw;
    line-height: 1.3928571429;
    margin-bottom: 3.0769230769dvw;
  }
}
@media (min-width: 768px) {
  .l-business .p-item__block {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 50px;
  }
}
.l-business .p-item__text {
  font-weight: 700;
  text-align: left;
}
@media (min-width: 768px) {
  .l-business .p-item__text {
    font-size: 1.8rem;
    line-height: 2.3333333333;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__text {
    font-size: 4.1025641026dvw;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__image {
    margin: 6.6666666667dvw 0 6.1538461538dvw;
  }
}
.l-business .p-item__list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .l-business .p-item__list {
    gap: 16px 14px;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__list {
    gap: 3.5897435897dvw 4.358974359dvw;
    margin: 5.1282051282dvw 0 7.4358974359dvw;
  }
}
.l-business .p-item__list dt {
  border: 2px solid #EF5A00;
  color: #EF5A00;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2222222222;
}
@media (min-width: 768px) {
  .l-business .p-item__list dt {
    width: 110px;
    font-size: 1.8rem;
    padding: 3px 0;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__list dt {
    width: 25.641025641dvw;
  }
}
.l-business .p-item__list dd {
  font-weight: 700;
  text-align: left;
}
@media (min-width: 768px) {
  .l-business .p-item__list dd {
    width: calc(100% - 110px - 14px);
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__list dd {
    width: calc(100% - 25.641025641dvw - 4.358974359dvw);
    font-size: 4.1025641026dvw;
    line-height: 1.5625;
  }
}
.l-business .p-item__imagelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .l-business .p-item__imagelist {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__imagelist {
    gap: 3.5897435897dvw;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__imagelist.item03 {
    margin-top: 8.4615384615dvw;
    row-gap: 5.1282051282dvw;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__imagelist.item03 img:first-child {
    width: 72.3076923077dvw;
  }
}
@media (min-width: 768px) {
  .l-business .p-item__imagelist img {
    width: calc((100% - 72px) / 4);
  }
}
@media (max-width: 767px) {
  .l-business .p-item__imagelist img {
    width: calc((100% - 3.5897435897dvw) / 2);
  }
}
.l-business .p-item:nth-child(1) .p-item__title {
  background: #D21D00;
}
.l-business .p-item:nth-child(1) .p-item__lead {
  color: #D21D00;
}
@media (min-width: 768px) {
  .l-business .p-item:nth-child(1) .p-item__image {
    width: calc(50% - 12px);
  }
}
.l-business .p-item:nth-child(2) {
  border-top-color: #EF5A00;
}
.l-business .p-item:nth-child(2) .p-item__num {
  color: rgba(239, 90, 0, 0.2);
}
.l-business .p-item:nth-child(2) .p-item__title {
  background: #EF5A00;
}
.l-business .p-item:nth-child(2) .p-item__lead {
  color: #EF5A00;
}
@media (min-width: 768px) {
  .l-business .p-item:nth-child(2) .p-item__list {
    width: 63.3333333333%;
  }
}
@media (min-width: 768px) {
  .l-business .p-item:nth-child(2) .p-item__image {
    width: 36.5%;
    padding-right: 5.1666666667%;
    padding-bottom: 5px;
  }
}
.l-business .p-item:nth-child(3) {
  border-top-color: #F68D02;
}
.l-business .p-item:nth-child(3) .p-item__num {
  color: rgba(246, 141, 2, 0.2);
}
.l-business .p-item:nth-child(3) .p-item__title {
  background: #F68D02;
}
.l-business .p-item:nth-child(3) .p-item__lead {
  color: #F68D02;
}
@media (min-width: 768px) {
  .l-business .p-item:nth-child(3) .p-item__list {
    width: 68.75%;
  }
}
.l-business .p-item:nth-child(3) .p-item__list dt {
  color: #F68D02;
  border-color: #F68D02;
}
@media (min-width: 768px) {
  .l-business .p-item:nth-child(3) .p-item__list dt {
    width: 170px;
  }
}
@media (min-width: 768px) {
  .l-business .p-item:nth-child(3) .p-item__list dd {
    width: calc(100% - 170px - 14px);
  }
}
@media (min-width: 768px) {
  .l-business .p-item:nth-child(3) .p-item__image {
    width: 30.4166666667%;
  }
}

@media (min-width: 768px) {
  .group-introduction .l-main {
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .group-introduction .l-main {
    padding-bottom: 19.4871794872dvw;
  }
}
@media (max-width: 767px) {
  .group-introduction .list-page__header {
    padding-top: 20dvw;
    margin-bottom: 8.4615384615dvw;
  }
}
@media (max-width: 767px) {
  .group-introduction .list-page__header__subtitle {
    font-size: 9.7435897436dvw;
  }
}

@media (min-width: 768px) {
  .l-introduction__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-introduction__intro {
  text-align: center;
}
@media (min-width: 768px) {
  .l-introduction__intro {
    margin-top: -7px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .l-introduction__intro {
    padding: 0 5.1282051282dvw 15.3846153846dvw;
  }
}
.l-introduction__intro__title {
  background: #D21D00;
  color: #FFF;
  display: inline-block;
  font-weight: 900;
}
@media (min-width: 768px) {
  .l-introduction__intro__title {
    font-size: 4.3rem;
    line-height: 1.4418604651;
    padding: 1px 29px 5px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .l-introduction__intro__title {
    font-size: 7.1794871795dvw;
    line-height: 1.25;
    padding: 0.5128205128dvw 2.0512820513dvw 1.5384615385dvw;
    margin-bottom: 5.3846153846dvw;
  }
}
.l-introduction__intro__text {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-introduction__intro__text {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 37px;
  }
}
@media (max-width: 767px) {
  .l-introduction__intro__text {
    font-size: 4.1025641026dvw;
    line-height: 2;
    margin-bottom: 6.1538461538dvw;
  }
}
.l-introduction__intro__image {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-introduction__intro__image {
    max-width: 863px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .l-introduction__intro__image {
    margin-bottom: 7.1794871795dvw;
  }
}
.l-introduction__intro__point {
  background: rgba(210, 29, 0, 0.1);
}
@media (min-width: 768px) {
  .l-introduction__intro__point {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 23px 60px;
  }
}
@media (max-width: 767px) {
  .l-introduction__intro__point {
    padding: 4.8717948718dvw 4.358974359dvw 4.6153846154dvw;
  }
}
.l-introduction__intro__point__head {
  background: #FFF;
  color: #D21D00;
  font-weight: 900;
}
@media (min-width: 768px) {
  .l-introduction__intro__point__head {
    line-height: 1.2857142857;
    font-size: 2.5rem;
    width: 190px;
    min-width: 190px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .l-introduction__intro__point__head {
    font-size: 6.1538461538dvw;
    padding: 0.5128205128dvw 4.358974359dvw;
    margin-bottom: 5.3846153846dvw;
  }
}
.l-introduction__intro__point__list {
  text-align: left;
}
.l-introduction__intro__point__list li {
  font-weight: 700;
  padding-left: 0.9em;
  text-indent: -0.9em;
}
@media (min-width: 768px) {
  .l-introduction__intro__point__list li {
    font-size: 2rem;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .l-introduction__intro__point__list li {
    font-size: 4.1025641026dvw;
    line-height: 1.5;
    margin-bottom: 6px;
  }
}
.l-introduction__intro__point__list li::before {
  content: "";
  background: #D21D00;
  display: inline-block;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .l-introduction__intro__point__list li::before {
    width: 10px;
    height: 10px;
    margin-right: 7px;
    transform: translateY(-2px);
  }
}
@media (max-width: 767px) {
  .l-introduction__intro__point__list li::before {
    width: 2.3076923077dvw;
    height: 2.3076923077dvw;
    margin-right: 1.5384615385dvw;
    transform: translateY(-0.5128205128dvw);
  }
}
.l-introduction__feature {
  background: #D21D00;
}
@media (min-width: 768px) {
  .l-introduction__feature {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .l-introduction__feature {
    padding: 18.7179487179dvw 5.1282051282dvw 9.2307692308dvw;
  }
}
.l-introduction__feature__title {
  color: #FFF;
  text-align: center;
}
@media (min-width: 768px) {
  .l-introduction__feature__title {
    margin-bottom: 29px;
  }
}
@media (max-width: 767px) {
  .l-introduction__feature__title {
    margin-bottom: 28px;
  }
}
.l-introduction__feature__title .en {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-introduction__feature__title .en {
    font-size: 7rem;
  }
}
@media (max-width: 767px) {
  .l-introduction__feature__title .en {
    font-size: 15.3846153846dvw;
  }
}
.l-introduction__feature__title .ja {
  display: block;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-introduction__feature__title .ja {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .l-introduction__feature__title .ja {
    font-size: 4.1025641026dvw;
  }
}
.l-introduction__feature__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .l-introduction__feature__items {
    gap: 30px;
  }
}
.l-introduction__feature__items .p-item {
  background: #FFF;
}
@media (min-width: 768px) {
  .l-introduction__feature__items .p-item {
    padding: 20px 20px 34px;
    width: calc((100% - 60px) / 3);
    display: flex;
    flex-direction: column;
    /* 縦並び */
    flex: 1;
  }
}
@media (max-width: 767px) {
  .l-introduction__feature__items .p-item {
    padding: 5.1282051282dvw 4.358974359dvw 8.7179487179dvw;
    width: 100%;
    margin-bottom: 6.1538461538dvw;
  }
}
.l-introduction__feature__items .p-item__title {
  background: #D21D00;
  color: #FFF;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
@media (min-width: 768px) {
  .l-introduction__feature__items .p-item__title {
    font-size: 2.2rem;
    padding: 6px 5px 8px;
    gap: 6px;
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .l-introduction__feature__items .p-item__title {
    font-size: 5.1282051282dvw;
    padding: 2.3076923077dvw 1.2820512821dvw 2.3076923077dvw;
    gap: 1.5384615385dvw;
    margin-bottom: 4.6153846154dvw;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .l-introduction__feature__items .p-item__title .en {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .l-introduction__feature__items .p-item__title .en {
    font-size: 7.1794871795dvw;
  }
}
.l-introduction__feature__items .p-item__text {
  text-align: center;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media (min-width: 768px) {
  .l-introduction__feature__items .p-item__text {
    font-size: 1.8rem;
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .l-introduction__feature__items .p-item__text {
    font-size: 4.6153846154dvw;
    margin: 0 -0.7692307692dvw;
  }
}
.l-introduction__feature__items .p-item__text .red {
  color: #D21D00;
}
@media (min-width: 768px) {
  .l-introduction__feature__items .p-item__text.align-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .l-introduction__duties {
    padding-top: 107px;
  }
}
@media (max-width: 767px) {
  .l-introduction__duties {
    padding: 15.641025641dvw 5.1282051282dvw 0;
  }
}
.l-introduction__duties__title {
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .l-introduction__duties__title {
    margin-bottom: 53px;
  }
}
@media (max-width: 767px) {
  .l-introduction__duties__title {
    margin: 0 -5.1282051282dvw 5.641025641dvw;
  }
}
.l-introduction__duties__title .en {
  font-family: "nexa", sans-serif;
  color: #D21D00;
  opacity: 0.18;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .l-introduction__duties__title .en {
    font-size: 11rem;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .l-introduction__duties__title .en {
    font-size: 15.3846153846dvw;
    line-height: 1;
  }
}
.l-introduction__duties__title .ja {
  font-weight: 900;
  color: #D21D00;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .l-introduction__duties__title .ja {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .l-introduction__duties__title .ja {
    font-size: 4.6153846154dvw;
  }
}
.l-introduction__duties__figure {
  display: block;
}
@media (min-width: 768px) {
  .l-introduction__duties__figure {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .l-introduction__duties__figure {
    margin-bottom: 10.2564102564dvw;
  }
}
.l-introduction__duties__figure ol {
  max-width: 700px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  margin: 0 auto;
}
.l-introduction__duties__figure ol li {
  background: rgba(210, 29, 0, 0.1);
  font-weight: 900;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .l-introduction__duties__figure ol li {
    font-size: 2.2rem;
    padding: 13px 23px 14px;
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .l-introduction__duties__figure ol li {
    font-size: 3.8461538462dvw;
    padding: 2.8205128205dvw 2.5641025641dvw 2.1794871795dvw;
    gap: 3px;
  }
}
.l-introduction__duties__figure ol li .en {
  font-weight: 900;
  color: #D21D00;
}
@media (min-width: 768px) {
  .l-introduction__duties__figure ol li .en {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .l-introduction__duties__figure ol li .en {
    font-size: 5.3846153846dvw;
  }
}
.l-introduction__duties__figure ol li:nth-last-child(1) {
  background: rgba(210, 29, 0, 0.5);
}
@media (min-width: 768px) {
  .l-introduction__duties__figure ol li:nth-last-child(1) {
    width: calc(100% - 400px);
  }
}
@media (max-width: 767px) {
  .l-introduction__duties__figure ol li:nth-last-child(1) {
    width: calc(100% - 44.8717948718dvw);
  }
}
.l-introduction__duties__figure ol li:nth-last-child(2) {
  background: rgba(210, 29, 0, 0.4);
}
@media (min-width: 768px) {
  .l-introduction__duties__figure ol li:nth-last-child(2) {
    width: calc(100% - 300px);
  }
}
@media (max-width: 767px) {
  .l-introduction__duties__figure ol li:nth-last-child(2) {
    width: calc(100% - 33.3333333333dvw);
  }
}
.l-introduction__duties__figure ol li:nth-last-child(3) {
  background: rgba(210, 29, 0, 0.3);
}
@media (min-width: 768px) {
  .l-introduction__duties__figure ol li:nth-last-child(3) {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .l-introduction__duties__figure ol li:nth-last-child(3) {
    width: calc(100% - 21.7948717949dvw);
  }
}
.l-introduction__duties__figure ol li:nth-last-child(4) {
  background: rgba(210, 29, 0, 0.2);
}
@media (min-width: 768px) {
  .l-introduction__duties__figure ol li:nth-last-child(4) {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .l-introduction__duties__figure ol li:nth-last-child(4) {
    width: calc(100% - 11.2820512821dvw);
  }
}
.l-introduction__duties__figure ol li:nth-last-child(5) {
  width: 100%;
}
.l-introduction__duties__figure img {
  margin: 0 auto;
  display: block;
  height: auto;
}
.l-introduction__duties__image {
  display: flex;
}
@media (min-width: 768px) {
  .l-introduction__duties__image {
    gap: 30px;
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .l-introduction__duties__image {
    flex-wrap: wrap;
    gap: 3.5897435897dvw;
    margin-bottom: 17.9487179487dvw;
  }
}
@media (min-width: 768px) {
  .l-introduction__duties__image img {
    width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 767px) {
  .l-introduction__duties__image img {
    width: calc((100% - 3.5897435897dvw) / 2);
  }
}
@media (max-width: 767px) {
  .l-introduction__duties__image img:first-child {
    width: 100%;
  }
}
.l-introduction__duties__items {
  text-align: center;
}
@media (min-width: 768px) {
  .l-introduction__duties__items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 22px;
  }
}
.l-introduction__duties__items__title {
  border-top: 2px solid #D21D00;
  border-bottom: 2px solid #D21D00;
  color: #D21D00;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 768px) {
  .l-introduction__duties__items__title {
    font-size: 3.6rem;
    padding: 0 10px 3px;
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .l-introduction__duties__items__title {
    font-size: 7.1794871795dvw;
    padding: 1.0256410256dvw 2.5641025641dvw 1.2820512821dvw;
    margin-bottom: 7.6923076923dvw;
  }
}
.l-introduction__duties__items .p-item {
  background: rgba(210, 29, 0, 0.11);
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .l-introduction__duties__items .p-item {
    width: calc((100% - 66px) / 4);
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .l-introduction__duties__items .p-item {
    padding: 3.8461538462dvw 4.1025641026dvw 3.8461538462dvw;
    margin-bottom: 6.1538461538dvw;
  }
}
.l-introduction__duties__items .p-item__title {
  background: #D21D00;
  color: #FFF;
  font-weight: 900;
}
@media (min-width: 768px) {
  .l-introduction__duties__items .p-item__title {
    font-size: 2rem;
    padding: 6.5px 10px 7.5px;
    margin-bottom: 12px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .l-introduction__duties__items .p-item__title {
    font-size: 5.1282051282dvw;
    padding: 2vw 2.5vw;
    margin-bottom: 3.3333333333dvw;
    line-height: 1.2;
  }
}
.l-introduction__duties__items .p-item__text {
  font-weight: 700;
  line-height: 1.4375;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .l-introduction__duties__items .p-item__text {
    font-size: 1.6rem;
    margin-bottom: 14px;
    min-height: 4.3125em;
  }
}
@media (max-width: 767px) {
  .l-introduction__duties__items .p-item__text {
    font-size: 4.1025641026dvw;
    margin-bottom: 3.3333333333dvw;
  }
}
.l-introduction__duties__items .p-item__list {
  font-weight: 700;
  line-height: 1.4666666667;
  text-align: left;
}
@media (min-width: 768px) {
  .l-introduction__duties__items .p-item__list {
    font-size: 1.5rem;
    margin-bottom: 11px;
    min-height: 88px;
  }
}
@media (max-width: 767px) {
  .l-introduction__duties__items .p-item__list {
    font-size: 3.8461538462dvw;
  }
}
.l-introduction__duties__items .p-item__list li {
  text-indent: -1em;
  padding-left: 1em;
}
.l-introduction__duties__items .p-item__list li span {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .l-introduction__duties__items .p-item__list li span {
    margin-right: 2vw;
  }
}
.l-introduction__duties__items .p-item__list__wrap {
  background: #FFF;
  flex: 1;
}
@media (min-width: 768px) {
  .l-introduction__duties__items .p-item__list__wrap {
    padding: 11px 20px 8px;
  }
}
@media (max-width: 767px) {
  .l-introduction__duties__items .p-item__list__wrap {
    padding: 3.3333333333dvw 5.1282051282dvw 4.8717948718dvw;
  }
}
.l-introduction__duties__items .p-item__list__title {
  color: #D21D00;
  font-weight: 900;
}
@media (min-width: 768px) {
  .l-introduction__duties__items .p-item__list__title {
    font-size: 1.6rem;
    margin-bottom: 5px;
    padding-right: 11px;
  }
}
@media (max-width: 767px) {
  .l-introduction__duties__items .p-item__list__title {
    font-size: 4.1025641026dvw;
    margin-bottom: 1.0256410256dvw;
  }
}

.page-introduction02 .l-introduction__intro__title {
  background: #EF5A00;
}
.page-introduction02 .l-introduction__intro__point {
  background: rgba(239, 90, 0, 0.1);
}
.page-introduction02 .l-introduction__intro__point__head {
  color: #EF5A00;
}
.page-introduction02 .l-introduction__intro__point__list li:before {
  background: #EF5A00;
}
.page-introduction02 .l-introduction__feature {
  background: #EF5A00;
}
.page-introduction02 .l-introduction__feature .p-item__title {
  background: #EF5A00;
}
@media (min-width: 768px) {
  .page-introduction02 .l-introduction__feature .p-item__title {
    min-height: 80px;
  }
}
.page-introduction02 .l-introduction__feature .red {
  color: #EF5A00;
}
.page-introduction02 .l-introduction__duties__title .en {
  color: #EF5A00;
}
.page-introduction02 .l-introduction__duties__title .ja {
  color: #EF5A00;
}
.page-introduction02 .l-introduction__duties__items__title {
  color: #EF5A00;
  border-color: #EF5A00;
}
.page-introduction02 .l-introduction__duties__items .p-item {
  background: rgba(239, 90, 0, 0.11);
}
.page-introduction02 .l-introduction__duties__items .p-item__title {
  background: #EF5A00;
}
@media (min-width: 768px) {
  .page-introduction02 .l-introduction__duties__items .p-item__title {
    min-height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.page-introduction02 .l-introduction__duties__items .p-item__list__title {
  color: #EF5A00;
}

.page-introduction03 .l-introduction__intro__title {
  background: #F68D02;
}
.page-introduction03 .l-introduction__intro__point {
  background: rgba(246, 141, 2, 0.1);
}
.page-introduction03 .l-introduction__intro__point__head {
  color: #F68D02;
}
.page-introduction03 .l-introduction__intro__point__list li:before {
  background: #F68D02;
}
.page-introduction03 .l-introduction__feature {
  background: #F68D02;
}
.page-introduction03 .l-introduction__feature .p-item__title {
  background: #F68D02;
}
.page-introduction03 .l-introduction__feature .red {
  color: #F68D02;
}
.page-introduction03 .l-introduction__duties__title .en {
  color: #F68D02;
}
@media (max-width: 767px) {
  .page-introduction03 .l-introduction__duties__title .en {
    font-size: 12.8205128205dvw;
  }
}
.page-introduction03 .l-introduction__duties__title .ja {
  color: #F68D02;
}
.page-introduction03 .l-introduction__duties__items__title {
  color: #F68D02;
  border-color: #F68D02;
}
.page-introduction03 .l-introduction__duties__items .p-item {
  background: rgba(246, 141, 2, 0.11);
}
.page-introduction03 .l-introduction__duties__items .p-item__title {
  background: #F68D02;
}
@media (min-width: 768px) {
  .page-introduction03 .l-introduction__duties__items .p-item__title {
    min-height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.page-introduction03 .l-introduction__duties__items .p-item__list__title {
  color: #F68D02;
}
@media (max-width: 767px) {
  .page-introduction03 .l-introduction__duties__items .p-item__list__wrap .p-item__text {
    justify-content: flex-start;
    text-align: left;
    margin: 1em 0 0;
    font-size: 3.8461538462dvw;
  }
}

@media (min-width: 768px) {
  .page-message .l-main {
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .page-message .l-main {
    padding-bottom: 25.641025641dvw;
  }
}
.page-message .list-page__main {
  padding-left: 0;
  padding-right: 0;
}

.l-message__container {
  max-width: 1240px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-message__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .l-message__container {
    padding-left: 5.1282051282dvw;
    padding-right: 5.1282051282dvw;
  }
}
.l-message__mv {
  position: relative;
  background: url(../message/images/mv_bg.jpg) no-repeat center/cover;
  color: #FFF;
}
@media (min-width: 768px) {
  .l-message__mv {
    min-height: 599px;
  }
}
@media (max-width: 767px) {
  .l-message__mv {
    height: 163.3333333333dvw;
    background-image: url(../message/images/sp/mv_bg.jpg);
  }
}
@media (min-width: 768px) {
  .l-message__mv .l-message__container {
    padding-left: 30.9166666667%;
    padding-top: 145px;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 1360px) {
  .l-message__mv .l-message__container {
    padding-left: max(34.1666666667%, 330px);
  }
}
@media (max-width: 767px) {
  .l-message__mv .l-message__container {
    padding: 22.3076923077dvw 0dvw 5.1282051282dvw 5.1282051282dvw;
  }
}
@media (min-width: 768px) {
  .l-message__mv__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .l-message__mv__head {
    margin-bottom: 4.6153846154dvw;
  }
}
.l-message__mv__head__en {
  text-transform: uppercase;
  font-weight: 800;
}
@media (min-width: 768px) {
  .l-message__mv__head__en {
    font-size: min(5vw, 6rem);
  }
}
@media (max-width: 767px) {
  .l-message__mv__head__en {
    font-size: 12.3076923077dvw;
  }
}
.l-message__mv__head__ja {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-message__mv__head__ja {
    font-size: min(1.7vw, 1.6rem);
  }
}
@media (max-width: 767px) {
  .l-message__mv__head__ja {
    font-size: 4.1025641026dvw;
    line-height: 1;
  }
}
.l-message__mv__title {
  font-weight: 900;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .l-message__mv__title {
    font-size: min(5.55vw, 8rem);
    margin-right: -2em;
  }
}
@media (max-width: 767px) {
  .l-message__mv__title {
    font-size: 9.2307692308dvw;
  }
}
.l-message__mv__title strong {
  color: #D21D00;
  background: #FFF;
  display: inline-block;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-message__mv__title strong {
    padding: 1px 12px 10px;
    margin: 0 6px;
  }
}
@media (max-width: 767px) {
  .l-message__mv__title strong {
    padding: 0.2564102564dvw 2.3076923077dvw 1.2820512821dvw 1.2820512821dvw;
    margin: 0 0 0 0.7692307692dvw;
  }
}
.l-message__mv__info {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-message__mv__info {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .l-message__mv__info {
    margin-top: 3.5897435897dvw;
  }
}
@media (min-width: 768px) {
  .l-message__mv__info .p-title {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .l-message__mv__info .p-title {
    font-size: 4.1025641026dvw;
  }
}
@media (min-width: 768px) {
  .l-message__mv__info .p-text {
    font-size: 2.9rem;
  }
}
@media (max-width: 767px) {
  .l-message__mv__info .p-text {
    font-size: 6.1538461538dvw;
  }
}
.l-message__mv__image {
  display: block;
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  .l-message__mv__image {
    width: 35%;
    min-width: 330px;
    max-width: 434px;
    left: -12px;
  }
}
@media (max-width: 767px) {
  .l-message__mv__image {
    width: 74.8717948718dvw;
    left: 7.6923076923dvw;
  }
}
@media (min-width: 768px) {
  .l-message__profile {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .l-message__profile {
    padding-top: 14.8717948718dvw;
    padding-bottom: 15.3846153846dvw;
  }
}
@media (min-width: 768px) {
  .l-message__profile .l-message__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px 47px;
  }
}
.l-message__profile__title {
  color: #EF5A00;
  font-weight: 800;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-message__profile__title {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .l-message__profile__title {
    font-size: 11.0256410256dvw;
    margin-bottom: 4.6153846154dvw;
  }
}
.l-message__profile__data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .l-message__profile__data {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .l-message__profile__data {
    gap: 2.5641025641dvw;
    margin-bottom: 7.9487179487dvw;
  }
}
.l-message__profile__data dt {
  background: #EF5A00;
  color: #FFF;
  line-height: 1;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .l-message__profile__data dt {
    font-size: 1.6rem;
    padding: 6px 5px 8px;
    min-width: 98px;
  }
}
@media (max-width: 767px) {
  .l-message__profile__data dt {
    font-size: 4.1025641026dvw;
    padding: 6px 5px 8px;
    width: 25.1282051282dvw;
  }
}
.l-message__profile__data dd {
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-message__profile__data dd {
    font-size: 1.6rem;
    margin-right: 28px;
  }
}
@media (max-width: 767px) {
  .l-message__profile__data dd {
    font-size: 4.1025641026dvw;
    width: calc(100% - 25.1282051282dvw - 2.5641025641dvw);
  }
}
.l-message__profile__block {
  width: 100%;
  background: #FDE9CF;
}
@media (min-width: 768px) {
  .l-message__profile__block {
    padding: 36px 55px 41px;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  .l-message__profile__block {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .l-message__profile__block {
    padding: 6.1538461538dvw 5.8974358974dvw 6.6666666667dvw;
  }
}
@media (min-width: 768px) {
  .l-message__profile__list {
    display: grid;
    grid-auto-columns: max-content;
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    gap: 0 43px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  .l-message__profile__list {
    grid-template-rows: repeat(7, auto);
    gap: 0 35px;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .l-message__profile__list {
    display: block;
  }
}
.l-message__profile__list li {
  font-weight: 500;
  line-height: 1.8666666667;
}
@media (min-width: 768px) {
  .l-message__profile__list li {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .l-message__profile__list li {
    font-size: 3.3333333333dvw;
    line-height: 2;
  }
}
.l-message__profile__list__head {
  font-weight: 700;
  color: #EF5A00;
}
@media (min-width: 768px) {
  .l-message__profile__list__head {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .l-message__profile__list__head {
    font-size: 5.1282051282dvw;
    margin-bottom: 2.0512820513dvw;
  }
}
.l-message__profile__list__head:before {
  content: "";
  background: #EF5A00;
  display: inline-block;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .l-message__profile__list__head:before {
    width: 15px;
    height: 15px;
    margin-right: 4px;
  }
}
@media (max-width: 767px) {
  .l-message__profile__list__head:before {
    width: 3.8461538462dvw;
    height: 3.8461538462dvw;
    margin-right: 1.0256410256dvw;
  }
}
.l-message__intro {
  background: url(../message/images/intro_bg.jpg) no-repeat center/cover;
  color: #FFF;
}
@media (min-width: 768px) {
  .l-message__intro {
    padding-top: 85px;
    padding-bottom: 95px;
  }
}
@media (max-width: 767px) {
  .l-message__intro {
    background-image: url(../message/images/sp/intro_bg.jpg);
    padding-top: 15.8974358974dvw;
    padding-bottom: 16.6666666667dvw;
  }
}
.l-message__intro__title {
  font-weight: 900;
  line-height: 1.3333333333;
}
@media (min-width: 768px) {
  .l-message__intro__title {
    font-size: 6rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .l-message__intro__title {
    font-size: 8.2051282051dvw;
    margin-bottom: 4.358974359dvw;
  }
}
.l-message__intro__title strong {
  color: #F68D02;
}
.l-message__intro__text {
  font-weight: 700;
  line-height: 2;
}
@media (min-width: 768px) {
  .l-message__intro__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .l-message__intro__text {
    font-size: 4.1025641026dvw;
  }
}
.l-message__intro__text strong {
  color: #F68D02;
  display: block;
}
@media (min-width: 768px) {
  .l-message__intro__text strong {
    font-size: 2.8rem;
    margin: 8px 0;
  }
}
@media (max-width: 767px) {
  .l-message__intro__text strong {
    font-size: 5.3846153846dvw;
    margin: 2.3076923077dvw 0;
  }
}
.l-message__info {
  position: relative;
}
@media (min-width: 768px) {
  .l-message__info {
    padding-top: 120px;
    padding-bottom: 9px;
  }
}
@media (max-width: 767px) {
  .l-message__info {
    padding-top: 15.3846153846dvw;
    padding-bottom: 0.2564102564dvw;
  }
}
.l-message__info:before, .l-message__info:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../message/images/info_bg01.jpg) no-repeat center/cover;
  z-index: -1;
}
@media (min-width: 768px) {
  .l-message__info:before, .l-message__info:after {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .l-message__info:before, .l-message__info:after {
    width: 50dvw;
    height: 50dvw;
  }
}
.l-message__info:before {
  right: 0;
  top: 0;
}
.l-message__info:after {
  left: 0;
  bottom: 0;
  background-image: url(../message/images/info_bg02.jpg);
}
@media (min-width: 768px) {
  .l-message__info .p-item {
    display: flex;
    gap: 40px;
    margin-bottom: 88px;
  }
}
@media (max-width: 767px) {
  .l-message__info .p-item {
    margin-bottom: 19.4871794872dvw;
  }
}
@media (min-width: 768px) {
  .l-message__info .p-item__photo {
    width: 375px;
  }
}
@media (max-width: 767px) {
  .l-message__info .p-item__photo {
    margin-bottom: 7.9487179487dvw;
  }
}
@media (min-width: 768px) {
  .l-message__info .p-item__info {
    width: calc(100% - 375px - 40px);
  }
}
.l-message__info .p-item__title {
  font-weight: 900;
  color: #D21D00;
}
@media (min-width: 768px) {
  .l-message__info .p-item__title {
    line-height: 1.3888888889;
    font-size: 3.6rem;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .l-message__info .p-item__title {
    line-height: 1.3928571429;
    font-size: 7.1794871795dvw;
    margin-bottom: 3.3333333333dvw;
  }
}
.l-message__info .p-item__text {
  font-weight: 700;
  line-height: 2;
}
@media (min-width: 768px) {
  .l-message__info .p-item__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .l-message__info .p-item__text {
    font-size: 4.1025641026dvw;
  }
}
@media (min-width: 768px) {
  .l-message__info .p-item:nth-of-type(even) {
    flex-direction: row-reverse;
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .l-message__info .p-item:nth-of-type(even) .p-item__info {
    width: calc(100% - 490px - 50px);
  }
}
.l-message__info .p-item:nth-of-type(even) .p-item__title {
  color: #F68D02;
}
@media (min-width: 768px) {
  .l-message__info .p-item:nth-of-type(even) .p-item__title {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .l-message__info .p-item:nth-of-type(even) .p-item__photo {
    width: 490px;
  }
}
@media (min-width: 768px) {
  .l-message__info .p-item:nth-of-type(even) .p-item__text {
    line-height: 2.375;
  }
}
.l-message__purpose {
  background: #EF5A00;
}
@media (min-width: 768px) {
  .l-message__purpose {
    padding-top: 95px;
    padding-bottom: 99px;
  }
}
@media (max-width: 767px) {
  .l-message__purpose {
    padding-top: 18.4615384615dvw;
    padding-bottom: 17.9487179487dvw;
  }
}
@media (min-width: 768px) {
  .l-message__purpose .l-message__container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }
}
.l-message__purpose__title {
  width: 100%;
  font-weight: 900;
  line-height: 1.3333333333;
  color: #FFF;
}
@media (min-width: 768px) {
  .l-message__purpose__title {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .l-message__purpose__title {
    font-size: 10.7692307692dvw;
    margin-bottom: 4.8717948718dvw;
  }
}
.l-message__purpose__text {
  font-weight: 700;
  line-height: 2;
  color: #FFF;
}
@media (min-width: 768px) {
  .l-message__purpose__text {
    font-size: 1.8rem;
    width: calc(55.8333333333% - 40px);
    margin-top: -6px;
  }
}
@media (max-width: 767px) {
  .l-message__purpose__text {
    font-size: 4.1025641026dvw;
    margin-bottom: 8.7179487179dvw;
  }
}
.l-message__purpose__block {
  background: #FFF;
}
@media (min-width: 768px) {
  .l-message__purpose__block {
    padding: 38px 25px 51px;
    width: 44.1666666667%;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .l-message__purpose__block {
    border-radius: 10px;
    padding: 8.4615384615dvw 5.1282051282dvw 7.9487179487dvw;
  }
}
.l-message__purpose__block__head {
  color: #EF5A00;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 768px) {
  .l-message__purpose__block__head {
    font-size: min(2.8vw, 3.3rem);
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .l-message__purpose__block__head {
    font-size: 5.3846153846dvw;
    margin-bottom: 3.3333333333dvw;
  }
}
.l-message__purpose__block__list {
  font-weight: 700;
  line-height: 1.5333333333;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-message__purpose__block__list {
    font-size: min(2.6vw, 3rem);
  }
}
@media (max-width: 767px) {
  .l-message__purpose__block__list {
    font-size: 4.8717948718dvw;
  }
}
@media (min-width: 768px) {
  .l-message__end {
    padding-top: 92px;
  }
}
@media (max-width: 767px) {
  .l-message__end {
    padding-top: 14.6153846154dvw;
  }
}
.l-message__end__text {
  font-weight: 900;
  text-align: center;
}
@media (min-width: 768px) {
  .l-message__end__text {
    font-size: 3rem;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .l-message__end__text {
    font-size: 4.6153846154dvw;
    line-height: 1.7777777778;
  }
}
@media (min-width: 768px) {
  .l-message__end__text.size-m {
    line-height: 1.5;
    font-size: 4.2rem;
    margin: 27px 0 39px;
  }
}
@media (max-width: 767px) {
  .l-message__end__text.size-m {
    font-size: 6.6666666667dvw;
    line-height: 1.5384615385;
    margin-top: 2.5641025641dvw;
    margin-bottom: 7.4358974359dvw;
  }
}
.l-message__end__text.size-m .color {
  background: #EF5A00;
  color: #FFF;
  display: inline-block;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-message__end__text.size-m .color {
    padding: 5px 6px 8px;
  }
}
@media (max-width: 767px) {
  .l-message__end__text.size-m .color {
    padding: 0.5128205128dvw 0.5128205128dvw 1.5384615385dvw;
  }
}
@media (max-width: 767px) {
  .l-message__end__text.size-m + .l-message__end__text {
    font-size: 6.1538461538dvw;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .l-message__end__text.size-l {
    line-height: 1.4583333333;
    font-size: 7.2rem;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .l-message__end__text.size-l {
    line-height: 1.380952381;
    font-size: 10.7692307692dvw;
    margin-top: 4.1025641026dvw;
  }
}
.l-message__end__text.size-l.color {
  color: #EF5A00;
}

@media (min-width: 768px) {
  .page-growth .l-main {
    padding-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .page-growth .l-main {
    padding-bottom: 25.641025641dvw;
  }
}
.page-growth .list-page__main {
  max-width: 1240px;
}
@media (min-width: 768px) {
  .page-growth .list-page__main {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-growth__container {
  padding-left: 0;
  padding-right: 0;
}
.l-growth__intro {
  text-align: center;
}
@media (min-width: 768px) {
  .l-growth__intro {
    margin-top: -7px;
    padding: 0 0 118px;
  }
}
@media (max-width: 767px) {
  .l-growth__intro {
    padding: 0 0 17.1794871795dvw;
  }
}
.l-growth__intro__title {
  background: #EF5A00;
  color: #FFF;
  font-weight: 900;
}
@media (min-width: 768px) {
  .l-growth__intro__title {
    font-size: 4.4rem;
    padding: 5px 20px 9px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .l-growth__intro__title {
    font-size: 7.1794871795dvw;
    line-height: 1.25;
    padding: 1.5384615385dvw 2.0512820513dvw 1.7948717949dvw;
    margin-bottom: 4.6153846154dvw;
  }
}
.l-growth__intro__text {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-growth__intro__text {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .l-growth__intro__text {
    font-size: 4.1025641026dvw;
    margin-bottom: 4.1025641026dvw;
  }
}
.l-growth__intro__image {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-growth__intro__image {
    max-width: 989px;
  }
}
@media (max-width: 767px) {
  .l-growth__intro__image {
    width: 92.3076923077dvw;
    margin-left: -2.5641025641dvw;
  }
}
.l-growth__intro__image img {
  height: auto;
}
.l-growth__system {
  border-top: 4px solid #EF5A00;
}
@media (min-width: 768px) {
  .l-growth__system {
    padding-top: 81px;
    padding-bottom: 41px;
  }
}
@media (max-width: 767px) {
  .l-growth__system {
    padding-top: 12.5641025641dvw;
    padding-bottom: 13.8461538462dvw;
  }
}
@media (min-width: 768px) {
  .l-growth__system .l-section__container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .l-growth__system__image {
    width: 35%;
    margin-right: 6.6666666667%;
  }
}
@media (max-width: 767px) {
  .l-growth__system__image {
    width: 79.4871794872dvw;
    margin: 0 auto -3.8461538462dvw;
  }
}
@media (min-width: 768px) {
  .l-growth__system__content {
    width: 58.3333333333%;
    padding-top: 16px;
  }
}
.l-growth__system__title {
  color: #EF5A00;
  font-weight: 900;
}
@media (min-width: 768px) {
  .l-growth__system__title {
    font-size: 4.2rem;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .l-growth__system__title {
    font-size: 7.1794871795dvw;
    margin-bottom: 2.8205128205dvw;
  }
}
.l-growth__system__text {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-growth__system__text {
    font-size: 1.6rem;
    line-height: 2.125;
  }
}
@media (max-width: 767px) {
  .l-growth__system__text {
    font-size: 4.1025641026dvw;
    line-height: 2;
  }
}
.l-growth__step {
  border-top: 4px solid #EF5A00;
}
@media (min-width: 768px) {
  .l-growth__step {
    padding-top: 96px;
    padding-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .l-growth__step {
    padding: 13.5897435897dvw 0 25.641025641dvw;
  }
}
.l-growth__step__title {
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .l-growth__step__title {
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  .l-growth__step__title {
    margin-bottom: 4.1025641026dvw;
  }
}
.l-growth__step__title .en {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  color: rgba(239, 90, 0, 0.18);
}
@media (min-width: 768px) {
  .l-growth__step__title .en {
    font-size: 12rem;
  }
}
@media (max-width: 767px) {
  .l-growth__step__title .en {
    font-size: 20.5128205128dvw;
  }
}
.l-growth__step__title .ja {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: #EF5A00;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .l-growth__step__title .ja {
    font-size: 2.4rem;
    padding-top: 6px;
  }
}
@media (max-width: 767px) {
  .l-growth__step__title .ja {
    font-size: 4.6153846154dvw;
  }
}
.l-growth__step__text {
  font-weight: 900;
}
@media (min-width: 768px) {
  .l-growth__step__text {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .l-growth__step__text {
    font-size: 5.8974358974dvw;
    line-height: 1.5217391304;
    text-align: center;
    margin-bottom: 5.641025641dvw;
  }
}
.l-growth__step__text strong {
  background: linear-gradient(transparent 70%, rgba(246, 141, 2, 0.6) 70%);
}
@media (min-width: 768px) {
  .l-growth__step__image {
    margin-top: -113px;
  }
}
.l-growth__event {
  text-align: center;
}
@media (max-width: 767px) {
  .l-growth__event {
    padding: 0 0;
  }
}
.l-growth__event__title {
  background: #EF5A00;
  color: #FFF;
  font-weight: 900;
}
@media (min-width: 768px) {
  .l-growth__event__title {
    font-size: 4.4rem;
    padding: 5px 20px 9px;
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .l-growth__event__title {
    font-size: 7.1794871795dvw;
    line-height: 1.2857142857;
    padding: 2.0512820513dvw 2.0512820513dvw 2.0512820513dvw;
    margin-bottom: 5.3846153846dvw;
  }
}
.l-growth__event__lead {
  color: #EF5A00;
  font-weight: 900;
  line-height: 1.375;
}
@media (min-width: 768px) {
  .l-growth__event__lead {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .l-growth__event__lead {
    font-size: 6.1538461538dvw;
    margin-bottom: 2.3076923077dvw;
  }
}
.l-growth__event__text {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-growth__event__text {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .l-growth__event__text {
    font-size: 4.1025641026dvw;
    line-height: 2;
    margin-bottom: 17.9487179487dvw;
  }
}
.l-growth__event__block {
  background: #FDE9CF;
  position: relative;
}
@media (min-width: 768px) {
  .l-growth__event__block {
    min-height: 330px;
    padding: 42px 50% 42px 45px;
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .l-growth__event__block {
    padding: 55.3846153846dvw 5.1282051282dvw 14.1025641026dvw;
    margin: 0 -5.1282051282dvw 12.5641025641dvw;
  }
}
.l-growth__event__block__image {
  display: block;
  position: absolute;
}
@media (min-width: 768px) {
  .l-growth__event__block__image {
    width: 45.8333333333%;
    top: -46px;
    right: 4.1666666667%;
  }
}
@media (max-width: 767px) {
  .l-growth__event__block__image {
    width: 89.7435897436dvw;
    top: -47px;
    left: 5.1282051282dvw;
  }
}
.l-growth__event__block__image img {
  height: auto;
}
.l-growth__event__block__text {
  font-weight: 900;
}
.l-growth__event__block__bln {
  background: #EF5A00;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  position: relative;
}
@media (min-width: 768px) {
  .l-growth__event__block__bln {
    font-size: 3.2rem;
    padding: 8px 16px 9px;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .l-growth__event__block__bln {
    font-size: 6.4102564103dvw;
    padding: 1.5384615385dvw 3.5897435897dvw 1.7948717949dvw;
    margin-bottom: 5.1282051282dvw;
  }
}
.l-growth__event__block__bln:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #EF5A00;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .l-growth__event__block__bln:after {
    width: 12px;
    height: 11px;
    bottom: -10px;
  }
}
@media (max-width: 767px) {
  .l-growth__event__block__bln:after {
    width: 2.5641025641dvw;
    height: 2.3076923077dvw;
    bottom: -2.3076923077dvw;
  }
}
.l-growth__event__block__main {
  line-height: 1;
}
@media (min-width: 768px) {
  .l-growth__event__block__main {
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .l-growth__event__block__main {
    font-size: 8.2051282051dvw;
  }
}
.l-growth__event__block__main strong {
  display: inline-block;
  color: #EF5A00;
}
@media (min-width: 768px) {
  .l-growth__event__block__main strong {
    font-size: 6rem;
    transform: translateY(7px);
    margin-right: 7px;
  }
}
@media (max-width: 767px) {
  .l-growth__event__block__main strong {
    font-size: 11.2820512821dvw;
    transform: translateY(1.2820512821dvw);
    margin-right: 1.0256410256dvw;
  }
}
@media (min-width: 768px) {
  .l-growth__event__block__main strong span {
    font-size: 10rem;
    line-height: 6.3rem;
  }
}
@media (max-width: 767px) {
  .l-growth__event__block__main strong span {
    font-size: 20dvw;
    line-height: 12.5641025641dvw;
  }
}
.l-growth__event__block__sub {
  line-height: 1;
}
@media (min-width: 768px) {
  .l-growth__event__block__sub {
    font-size: 2.4rem;
    margin-top: 23px;
  }
}
@media (max-width: 767px) {
  .l-growth__event__block__sub {
    font-size: 4.6153846154dvw;
    margin-top: 3.8461538462dvw;
  }
}
.l-growth__event__works__title {
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .l-growth__event__works__title {
    font-size: 3.6rem;
    gap: 20px;
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .l-growth__event__works__title {
    font-size: 6.6666666667dvw;
    gap: 5.1282051282dvw;
    margin-bottom: 4.8717948718dvw;
  }
}
.l-growth__event__works__title:before, .l-growth__event__works__title:after {
  content: "";
  background: rgba(16, 16, 16, 0.4);
  display: block;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .l-growth__event__works__title:before, .l-growth__event__works__title:after {
    width: 47px;
    height: 6px;
  }
}
@media (max-width: 767px) {
  .l-growth__event__works__title:before, .l-growth__event__works__title:after {
    width: 9.7435897436dvw;
    height: 1.0256410256dvw;
  }
}
.l-growth__event__works__image {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .l-growth__event__works__image {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .l-growth__event__works__image {
    gap: 3.5897435897dvw;
  }
}
@media (min-width: 768px) {
  .l-growth__event__works__image img {
    width: calc((100% - 72px) / 4);
  }
}
@media (max-width: 767px) {
  .l-growth__event__works__image img {
    width: calc((100% - 3.5897435897dvw) / 2);
  }
}

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