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

colors setting

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

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

×：$black
◯：$dark-text

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

.en02 {
  font-family: "alternate-gothic-no-2-d", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", "ryo-gothic-plusn", 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: 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 #101010;
  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 #ee7a3f;
}
.page-index .list-page .list-page__main .l-page-index .p-item__catch {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 8px;
  color: #bababa;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__catch {
    font-size: 10vw;
    margin-bottom: 2vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item__title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__title {
    font-size: 4.2vw;
    margin-bottom: 5vw;
    line-height: 1;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item:nth-child(2n) {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item:last-child {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button {
  margin-left: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button span {
  padding-left: 0;
}

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

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

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

中面個別 (TOP以外)

------------------------------------ */
/*  〇〇ページ
*----------------------------------- */
/*  代表メッセージ
*----------------------------------- */
@media (min-width: 768px) {
  .page-message .l-main {
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .page-message .l-main {
    padding-bottom: 84px;
  }
}
.page-message .list-page__main {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .page-message .list-page__main {
    width: 100%;
  }
}

.l-message__container {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-message__container {
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  .l-message__container {
    padding: 0 5.1282051282dvw;
  }
}
@media (min-width: 768px) {
  .l-message-intro {
    padding: 6px 20px 0;
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .l-message-intro {
    padding: 13px 0 0;
    margin-bottom: 39px;
  }
}
.l-message-intro .l-message__container {
  position: relative;
  background: #FFF;
}
@media (min-width: 768px) {
  .l-message-intro .l-message__container {
    max-width: 1200px;
    padding: 130px 50px 130px min(39.9429386591%, 540px);
  }
}
@media (max-width: 767px) {
  .l-message-intro .l-message__container {
    padding: 77.6923076923dvw 5.1282051282dvw 10dvw;
  }
}
.l-message-intro__image {
  max-width: 525px;
  position: absolute;
}
@media (min-width: 768px) {
  .l-message-intro__image {
    width: 43.75%;
    bottom: 0;
    left: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .l-message-intro__image {
    left: 0.5%;
  }
}
@media (max-width: 767px) {
  .l-message-intro__image {
    width: 85.8974358974dvw;
    top: -7.9487179487dvw;
    left: 6.4102564103dvw;
  }
}
.l-message-intro__title {
  font-weight: 700;
  text-align: left;
}
@media (min-width: 768px) {
  .l-message-intro__title {
    font-size: 4.9rem;
    line-height: 1.4285714286;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .l-message-intro__title {
    font-size: 7.6923076923dvw;
    line-height: 1.4333333333;
    margin-bottom: 13px;
  }
}
.l-message-intro__info {
  text-align: left;
}
.l-message-intro__info .p-title {
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-message-intro__info .p-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .l-message-intro__info .p-title {
    font-size: 4.1025641026dvw;
  }
}
.l-message-intro__info .p-text {
  font-weight: 400;
}
@media (min-width: 768px) {
  .l-message-intro__info .p-text {
    line-height: 2.1875;
    font-size: 1.6rem;
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .l-message-intro__info .p-text {
    font-size: 4.1025641026dvw;
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .l-message .p-item {
    display: flex;
    gap: 69px;
    margin-bottom: 101px;
  }
}
@media (max-width: 767px) {
  .l-message .p-item {
    margin-bottom: 72px;
  }
}
@media (min-width: 768px) {
  .l-message .p-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .l-message .p-item:nth-child(even) {
    margin-bottom: 108px;
  }
}
@media (min-width: 768px) {
  .l-message .p-item:nth-child(even) .p-item__info {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .l-message .p-item:nth-child(even) .p-item__title {
    margin-bottom: 22px;
  }
}
@media (min-width: 768px) {
  .l-message .p-item:last-child {
    margin-bottom: 164px;
  }
}
@media (min-width: 768px) {
  .l-message .p-item__photo {
    width: 51.5%;
  }
}
@media (max-width: 767px) {
  .l-message .p-item__photo {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .l-message .p-item__info {
    width: calc(48.5% - 69px);
    padding-top: 38px;
  }
}
.l-message .p-item__title {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-message .p-item__title {
    font-size: 3.1rem;
    line-height: 1.6129032258;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .l-message .p-item__title {
    font-size: 6.1538461538dvw;
    line-height: 1.625;
    margin-bottom: 11px;
  }
}
.l-message .p-item__text {
  font-weight: 400;
  line-height: 2.1875;
}
@media (min-width: 768px) {
  .l-message .p-item__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .l-message .p-item__text {
    font-size: 4.1025641026dvw;
  }
}
@media (min-width: 768px) {
  .l-message-end {
    padding: 0 20px 0;
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .l-message-end {
    padding: 0 4.1025641026dvw;
  }
}
.l-message-end .l-message__container {
  position: relative;
  background: #efe3d5;
}
@media (min-width: 768px) {
  .l-message-end .l-message__container {
    display: flex;
    gap: 54px;
    max-width: 1200px;
    padding: 77px 4.85021398%;
  }
}
@media (max-width: 767px) {
  .l-message-end .l-message__container {
    padding: 10.2564102564dvw 6.9230769231dvw 14.1025641026dvw;
  }
}
@media (min-width: 768px) {
  .l-message-end__photo {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .l-message-end__photo {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .l-message-end__info {
    width: calc(66.6666666667% - 54px);
  }
}
.l-message-end__title {
  font-weight: 700;
  text-align: left;
}
@media (min-width: 768px) {
  .l-message-end__title {
    font-size: 3.1rem;
    line-height: 1.6129032258;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .l-message-end__title {
    font-size: 6.1538461538dvw;
    line-height: 1.625;
    padding: 0 0.7692307692dvw;
    margin-bottom: 10px;
  }
}
.l-message-end__text {
  font-weight: 400;
}
@media (min-width: 768px) {
  .l-message-end__text {
    line-height: 2.1875;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .l-message-end__text {
    font-size: 4.1025641026dvw;
    line-height: 2;
  }
}
.l-message-end__topic {
  margin-top: 28px;
  display: flex;
  gap: 32px;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .l-message-end__topic {
    margin-top: 7.1794871795dvw;
    gap: 7.1794871795dvw;
    flex-direction: column;
  }
}
.l-message-end__topic__text {
  position: relative;
  background: #ff691d;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
}
@media (min-width: 768px) {
  .l-message-end__topic__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .l-message-end__topic__text {
    width: 100%;
    font-size: 4.1025641026dvw;
    padding: 2.5641025641dvw 5.1282051282dvw;
    text-align: center;
  }
}
.l-message-end__topic__text::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: -11px;
  width: 12px;
  height: 12px;
  background: #ff691d;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media (max-width: 767px) {
  .l-message-end__topic__text::before {
    top: auto;
    right: auto;
    left: calc(50% - 6px);
    bottom: -11px;
    width: 12px;
    height: 12px;
    background: #ff691d;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.l-message-end__topic__gallery {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .l-message-end__topic__gallery {
    gap: 2.5641025641dvw;
  }
}
.l-message-end__topic__gallery li {
  width: 120px;
}
@media (max-width: 767px) {
  .l-message-end__topic__gallery li {
    width: calc(50% - 1.2820512821dvw);
  }
}
@media (min-width: 768px) {
  .l-message-intro02 {
    margin-top: 180px;
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .l-message-intro02 {
    margin-top: 30.7692307692dvw;
    margin-bottom: 10dvw;
  }
}
.l-message-intro02 .l-message__container {
  position: relative;
  background: #FFF;
}
@media (min-width: 768px) {
  .l-message-intro02 .l-message__container {
    max-width: 1200px;
    padding: 100px min(28.5306704708%, 400px) 100px 50px;
  }
}
@media (max-width: 767px) {
  .l-message-intro02 .l-message__container {
    padding: 77.6923076923dvw 0 10dvw 5.1282051282dvw;
  }
}
.l-message-intro02 .l-message__container .han {
  margin-left: -0.5em;
}
.l-message-intro02__image {
  max-width: 500px;
  position: absolute;
}
@media (min-width: 768px) {
  .l-message-intro02__image {
    width: 41.6666666667%;
    bottom: 0;
    right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .l-message-intro02__image {
    right: 0.5%;
  }
}
@media (max-width: 767px) {
  .l-message-intro02__image {
    width: 85.8974358974dvw;
    top: -7.9487179487dvw;
    left: 6.4102564103dvw;
  }
}
.l-message-intro02__title {
  font-weight: 700;
  text-align: left;
}
@media (min-width: 768px) {
  .l-message-intro02__title {
    font-size: 4.4rem;
    line-height: 1.4318181818;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .l-message-intro02__title {
    font-size: 6.6666666667dvw;
    line-height: 1.4230769231;
    margin-bottom: 13px;
  }
}
.l-message-intro02__info {
  text-align: left;
}
.l-message-intro02__info .p-title {
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-message-intro02__info .p-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .l-message-intro02__info .p-title {
    font-size: 4.1025641026dvw;
  }
}
.l-message-intro02__info .p-text {
  font-weight: 400;
}
@media (min-width: 768px) {
  .l-message-intro02__info .p-text {
    line-height: 2.1875;
    font-size: 1.6rem;
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .l-message-intro02__info .p-text {
    font-size: 4.1025641026dvw;
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .l-message-message02 {
    max-width: 1200px;
    padding: 0 20px 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .l-message-message02 .l-message__container {
    display: flex;
    gap: 54px;
    max-width: 1200px;
    padding: 0 4.85021398%;
  }
}
@media (max-width: 767px) {
  .l-message-message02 .l-message__container {
    padding: 0 6.9230769231dvw 0;
  }
}
.l-message-message02__text {
  font-weight: 400;
  line-height: 2.1875;
  text-align: justify;
}
@media (min-width: 768px) {
  .l-message-message02__text {
    font-size: 1.6rem;
    letter-spacing: -0.04rem;
  }
}
@media (max-width: 767px) {
  .l-message-message02__text {
    font-size: 4.1025641026dvw;
  }
}

.p-loop-text {
  overflow: hidden;
  display: flex;
  width: 100vw;
  color: #E3D4C3;
}
@media (min-width: 768px) {
  .p-loop-text {
    margin-bottom: 76px;
    gap: 70px;
  }
}
@media (max-width: 767px) {
  .p-loop-text {
    margin-bottom: 45px;
    gap: 21.2820512821dvw;
  }
}
.p-loop-text div {
  font-family: "hanken-grotesk", sans-serif;
  display: block;
  animation: text_scroll 50s linear infinite;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .p-loop-text div {
    font-size: 17rem;
  }
}
@media (max-width: 767px) {
  .p-loop-text div {
    font-size: 21.2820512821dvw;
  }
}
@keyframes text_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*  成長環境
*----------------------------------- */
@media (min-width: 768px) {
  .page-growth .l-main {
    padding-bottom: 167px;
  }
}
@media (max-width: 767px) {
  .page-growth .l-main {
    padding-bottom: 128px;
  }
}
.l-growth__container {
  counter-reset: count;
}
.l-growth-intro {
  position: relative;
}
@media (min-width: 768px) {
  .l-growth-intro {
    padding: 14px 0 119px;
  }
}
@media (max-width: 767px) {
  .l-growth-intro {
    margin-top: 44px;
    padding: 0 0 94px;
  }
}
.l-growth-intro:before {
  content: "";
  background: url("../growth/images/intro_bg.svg") top center/contain no-repeat;
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .l-growth-intro:before {
    width: 890px;
    height: 540px;
    top: -78px;
    right: 14px;
  }
}
@media (max-width: 767px) {
  .l-growth-intro:before {
    width: 107.9487179487dvw;
    height: 65.641025641dvw;
    top: 0;
    left: -12.0512820513dvw;
  }
}
.l-growth-intro__title {
  font-weight: 700;
  text-align: center;
  background: #FFF;
  width: fit-content;
  margin: 0 auto;
  border: 2px solid #101010;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .l-growth-intro__title {
    padding: 0 0 0 26px;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .l-growth-intro__title {
    padding: 0 0 0 3.3333333333dvw;
    margin-bottom: 19px;
  }
}
.l-growth-intro__title .wrap {
  display: block;
}
@media (min-width: 768px) {
  .l-growth-intro__title .wrap {
    font-size: 5.2rem;
    line-height: 1.75;
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  .l-growth-intro__title .wrap {
    font-size: 6.6666666667dvw;
    line-height: 1.6923076923;
    margin-right: -0.7692307692dvw;
  }
}
.l-growth-intro__title .wrap span {
  letter-spacing: -0.299em;
}
.l-growth-intro__info {
  text-align: center;
}
.l-growth-intro__info .p-title {
  font-weight: 700;
  line-height: 1.5833333333;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-growth-intro__info .p-title {
    font-size: 2.4rem;
    padding-bottom: 2px;
    margin-bottom: 24px;
    background: linear-gradient(transparent 60%, #FFF 60%);
  }
}
@media (max-width: 767px) {
  .l-growth-intro__info .p-title {
    display: inline;
    font-size: 6.1538461538dvw;
    padding-bottom: 1.0256410256dvw;
    background: linear-gradient(transparent 50%, #FFF 50%);
  }
}
.l-growth-intro__info .p-title strong {
  color: #ff691d;
}
.l-growth-intro__info .p-text {
  font-weight: 500;
  line-height: 1.9375;
}
@media (min-width: 768px) {
  .l-growth-intro__info .p-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .l-growth-intro__info .p-text {
    text-align: left;
    margin-top: 22px;
    padding-left: 1.7948717949dvw;
    font-size: 4.1025641026dvw;
  }
}
.l-growth .p-item {
  counter-increment: count;
  border: 2px solid #ff691d;
  background: #FFF;
  position: relative;
}
@media (min-width: 768px) {
  .l-growth .p-item {
    display: flex;
    flex-wrap: wrap;
    gap: 0 34px;
    margin-bottom: 74px;
    padding: 50px 56px 53px;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item {
    padding: 36px 5.8974358974dvw 34px;
    margin-bottom: 70px;
  }
}
.l-growth .p-item::before {
  z-index: 1;
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  margin: auto;
  content: counter(count, decimal);
  letter-spacing: 0;
  background: #ff691d;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .l-growth .p-item::before {
    font-size: 3.1rem;
    width: 60px;
    height: 60px;
    top: -32px;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item::before {
    font-size: 6.1538461538dvw;
    width: 12.3076923077dvw;
    height: 12.3076923077dvw;
    top: -6.6666666667dvw;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.l-growth .p-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .l-growth .p-item__photo {
    width: 62.3963133641%;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item__photo {
    margin-bottom: 22px;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item__info {
    width: calc(37.6036866359% - 34px);
  }
}
.l-growth .p-item__title {
  font-weight: 700;
  width: 100%;
  text-align: center;
  line-height: 1.3333333333;
}
@media (min-width: 768px) {
  .l-growth .p-item__title {
    font-size: 4.4rem;
    margin-bottom: 29px;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item__title {
    font-size: 6.1538461538dvw;
    margin-bottom: 18px;
  }
}
.l-growth .p-item__lead {
  font-weight: 700;
  text-align: center;
  background: #EFE0CB;
}
@media (min-width: 768px) {
  .l-growth .p-item__lead {
    font-size: 2.6rem;
    line-height: 1.4230769231;
    padding: 22px 10px 24px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item__lead {
    font-size: 6.1538461538dvw;
    line-height: 1.2916666667;
    padding: 17px 2.5641025641dvw 20px;
    margin-bottom: 17px;
  }
}
.l-growth .p-item__text {
  font-weight: 400;
  line-height: 1.875;
}
@media (min-width: 768px) {
  .l-growth .p-item__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item__text {
    font-size: 4.1025641026dvw;
  }
}

/*  職種紹介
*----------------------------------- */
@media (min-width: 768px) {
  .group-introduction .l-main {
    padding-bottom: 74px;
  }
}
@media (max-width: 767px) {
  .group-introduction .l-main {
    padding-bottom: 26px;
  }
}
.group-introduction .list-page__main {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .group-introduction .list-page__main {
    width: 100%;
  }
}

.l-introduction__container {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-introduction__container {
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  .l-introduction__container {
    padding: 0 5.1282051282dvw;
  }
}
.l-introduction-index__container {
  max-width: 100%;
  padding: 0;
}
.l-introduction-index__item {
  border: 2px solid #ff691d;
  background: #FFF;
}
@media (min-width: 768px) {
  .l-introduction-index__item {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .l-introduction-index__item {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .l-introduction-index__item:nth-child(even) .l-introduction-index__item__link {
    flex-direction: row-reverse;
  }
}
.l-introduction-index__item:last-child {
  margin-bottom: 0;
}
.l-introduction-index__item__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .l-introduction-index__item__link {
    padding: 33px 45px;
  }
}
@media (max-width: 767px) {
  .l-introduction-index__item__link {
    flex-direction: column;
    padding: 6.4102564103dvw 5.1282051282dvw 11.5384615385dvw;
    gap: 5.1282051282dvw;
  }
}
.l-introduction-index__item__link::after {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 20px;
  width: 25px;
  height: 25px;
  background: url("../introduction/images/arrow_right.svg") center center/contain no-repeat;
}
@media (min-width: 768px) {
  .l-introduction-index__item__photo {
    width: 45.4222222222%;
  }
}
@media (min-width: 768px) {
  .l-introduction-index__item__info {
    width: 51.5555555556%;
  }
}
.l-introduction-index__item__title {
  font-weight: 700;
  text-align: center;
  background: #ff691d;
  color: #fff;
}
@media (min-width: 768px) {
  .l-introduction-index__item__title {
    font-size: 3.2rem;
    padding: 13px 10px 14px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .l-introduction-index__item__title {
    font-size: 6.4102564103dvw;
    padding: 2.5641025641dvw 2.5641025641dvw 2.8205128205dvw;
    margin-bottom: 3.0769230769dvw;
  }
}
.l-introduction-index__item__subtitle {
  font-weight: 700;
  border: 2px solid #ff691d;
  color: #ff691d;
  margin: 0 auto;
  line-height: 1.8888888889;
  text-align: center;
}
@media (min-width: 768px) {
  .l-introduction-index__item__subtitle {
    font-size: 1.8rem;
    margin-bottom: 22px;
    padding: 0 27px;
  }
}
@media (max-width: 767px) {
  .l-introduction-index__item__subtitle {
    font-size: 4.6153846154dvw;
    margin-bottom: 3.0769230769dvw;
    padding: 0 2.5641025641dvw;
  }
}
.l-introduction-index__item__text {
  font-weight: 700;
  line-height: 1.5714285714;
}
@media (min-width: 768px) {
  .l-introduction-index__item__text {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .l-introduction-index__item__text {
    font-size: 5.641025641dvw;
  }
}
@media (min-width: 768px) {
  .l-introduction-intro {
    margin-top: 10px;
    margin-bottom: 93px;
  }
}
@media (max-width: 767px) {
  .l-introduction-intro {
    margin-bottom: 63px;
  }
}
.l-introduction-intro__block {
  border: 2px solid #ff691d;
  background: #FFF;
}
.l-introduction-intro__title {
  font-weight: 700;
  text-align: center;
  background: #ff691d;
  color: #FFF;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .l-introduction-intro__title {
    font-size: 4.4rem;
    padding: 14px 10px 16px;
  }
}
@media (max-width: 767px) {
  .l-introduction-intro__title {
    font-size: 6.4102564103dvw;
    padding: 7px 2.5641025641dvw 11px;
  }
}
.l-introduction-intro__info {
  text-align: center;
}
@media (min-width: 768px) {
  .l-introduction-intro__info {
    padding: 29px 48px 47px;
  }
}
@media (max-width: 767px) {
  .l-introduction-intro__info {
    padding: 19px 5.641025641dvw 25px;
  }
}
.l-introduction-intro__lead {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-introduction-intro__lead {
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .l-introduction-intro__lead {
    text-align: left;
    font-size: 5.641025641dvw;
    line-height: 1.5454545455;
    margin-bottom: 21px;
  }
}
.l-introduction-intro__lead strong {
  color: #ff691d;
}
.l-introduction-intro__ico {
  font-weight: 700;
  border: 2px solid #ff691d;
  color: #ff691d;
  margin: 0 auto;
  line-height: 1.8888888889;
}
@media (min-width: 768px) {
  .l-introduction-intro__ico {
    font-size: 1.8rem;
    margin-bottom: 26px;
    padding: 0 27px;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .l-introduction-intro__ico {
    font-size: 4.6153846154dvw;
    margin-bottom: 21px;
    padding: 0 2.5641025641dvw;
  }
}
@media (min-width: 768px) {
  .l-introduction .p-item {
    display: flex;
    flex-wrap: wrap;
    gap: 0 51px;
    margin-bottom: 78px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .l-introduction .p-item {
    margin-bottom: 56px;
  }
}
@media (min-width: 768px) {
  .l-introduction .p-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.l-introduction .p-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .l-introduction .p-item__photo {
    width: 46.5%;
  }
}
@media (max-width: 767px) {
  .l-introduction .p-item__photo {
    margin-bottom: 26px;
  }
}
@media (min-width: 768px) {
  .l-introduction .p-item__info {
    width: calc(53.5% - 51px);
  }
}
.l-introduction .p-item__title {
  font-weight: 700;
  text-align: left;
  background: #FFF;
}
@media (min-width: 768px) {
  .l-introduction .p-item__title {
    font-size: 2.9rem;
    line-height: 1.4827586207;
    padding: 21px 34px 22px;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .l-introduction .p-item__title {
    font-size: 5.1282051282dvw;
    line-height: 1.5;
    padding: 12px 4.8717948718dvw 14px;
    margin-bottom: 19px;
  }
}
.l-introduction .p-item__title strong {
  color: #ff691d;
}
.l-introduction .p-item__text {
  font-weight: 400;
}
@media (min-width: 768px) {
  .l-introduction .p-item__text {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-right: -1px;
  }
}
@media (max-width: 767px) {
  .l-introduction .p-item__text {
    font-size: 4.1025641026dvw;
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .l-introduction-project {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .l-introduction-project {
    margin-top: 110px;
  }
}
.l-introduction-project__container {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-introduction-project__container {
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  .l-introduction-project__container {
    padding: 0 5.1282051282dvw;
  }
}
.l-introduction-project .p-item {
  background: #FFF;
  position: relative;
}
@media (min-width: 768px) {
  .l-introduction-project .p-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 121px;
    padding: 23px 22px 23px;
    padding: 55px 0 0;
  }
}
@media (max-width: 767px) {
  .l-introduction-project .p-item {
    padding: 10.2564102564dvw 5.1282051282dvw 52px;
    margin: 0 -5.1282051282dvw 103px;
  }
}
@media (min-width: 768px) {
  .l-introduction-project .p-item:nth-child(even) .p-item__head {
    left: 0;
  }
}
.l-introduction-project .p-item__head {
  background: #ff691d;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .l-introduction-project .p-item__head {
    position: absolute;
    top: 0;
    font-size: 2.8rem;
    line-height: 2.2857142857;
    padding: 0 36px;
  }
}
@media (max-width: 767px) {
  .l-introduction-project .p-item__head {
    display: flex;
    flex-wrap: wrap;
    font-size: 5.8974358974dvw;
    min-width: 47.4358974359dvw;
    padding: 6px 17.9487179487dvw 4px;
    text-align: center;
    width: fit-content;
    margin: 0 auto 24px;
  }
}
.l-introduction-project .p-item__photo {
  display: block;
}
@media (min-width: 768px) {
  .l-introduction-project .p-item__photo {
    width: 40%;
    padding: 0 60px 45px 0;
  }
}
@media (min-width: 768px) {
  .l-introduction-project .p-item__info {
    width: 60%;
    padding: 53px 0 45px 60px;
  }
}
@media (max-width: 767px) {
  .l-introduction-project .p-item__info {
    order: 3;
    width: 100%;
    margin: -2px 0 0;
  }
}
.l-introduction-project .p-item__info img {
  max-width: none;
  height: auto;
}
@media (min-width: 768px) {
  .l-introduction-project .p-item__info img {
    width: calc(100% + 34px);
    margin-left: -5px;
    margin-right: -29px;
  }
}
@media (max-width: 767px) {
  .l-introduction-project .p-item__info img {
    width: 98.4615384615dvw;
    margin-left: -5.1282051282dvw;
  }
}
.l-introduction-project .p-item__title {
  font-weight: 700;
  width: 100%;
}
@media (min-width: 768px) {
  .l-introduction-project .p-item__title {
    text-align: left;
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .l-introduction-project .p-item__title {
    text-align: center;
    font-size: 6.6666666667dvw;
    line-height: 1.3846153846;
    margin: 3px 0 19px;
  }
}
.l-introduction-project .p-item__title strong {
  color: #ff691d;
}
.l-introduction-project .p-item__text {
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}
@media (min-width: 768px) {
  .l-introduction-project .p-item__text {
    font-size: 1.6rem;
    padding-left: 3px;
    padding-right: 7px;
  }
}
@media (max-width: 767px) {
  .l-introduction-project .p-item__text {
    font-size: 4.1025641026dvw;
    padding: 0 1.5384615385dvw;
    margin-bottom: 19px;
  }
}
@media (min-width: 768px) {
  .l-introduction-project .p-item:nth-child(4) .p-item__photo {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .l-introduction-project .p-item:nth-child(4) .p-item__photo {
    order: 3;
    width: 98.4615384615dvw;
    margin: -2px 0 0;
  }
}
.l-introduction-project .p-item:nth-child(4) .p-item__photo img {
  max-width: none;
  height: auto;
}
@media (min-width: 768px) {
  .l-introduction-project .p-item:nth-child(4) .p-item__photo img {
    width: calc(100% + 34px);
    margin-left: -5px;
    margin-right: -29px;
  }
}
@media (max-width: 767px) {
  .l-introduction-project .p-item:nth-child(4) .p-item__photo img {
    width: 98.4615384615dvw;
    margin-left: -5.1282051282dvw;
  }
}
.l-introduction-other {
  border-top: 1px solid #BEBEBE;
  text-align: center;
}
@media (min-width: 768px) {
  .l-introduction-other {
    margin-top: 166px;
    padding: 42px 10px 0;
  }
}
@media (max-width: 767px) {
  .l-introduction-other {
    margin-top: 90px;
    padding: 38px 0 0;
  }
}
.l-introduction-other__title {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-introduction-other__title {
    font-size: 3.4rem;
    margin-bottom: 31px;
  }
}
@media (max-width: 767px) {
  .l-introduction-other__title {
    font-size: 6.6666666667dvw;
    margin-bottom: 18px;
  }
}
.l-introduction-other__title strong {
  color: #ff691d;
}
@media (min-width: 768px) {
  .l-introduction-other .l-introduction__container {
    display: flex;
    gap: 36px;
  }
}
.l-introduction-other .p-item {
  background: #FFF;
  border: 2px solid #ff691d;
}
@media (min-width: 768px) {
  .l-introduction-other .p-item {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .l-introduction-other .p-item {
    margin-bottom: 27px;
  }
}
.l-introduction-other .p-item__title {
  font-weight: 700;
  background: #ff691d;
  color: #FFF;
}
@media (min-width: 768px) {
  .l-introduction-other .p-item__title {
    font-size: 2.3rem;
    padding: 8px 10px 12px;
  }
}
@media (max-width: 767px) {
  .l-introduction-other .p-item__title {
    font-size: 5.8974358974dvw;
    padding: 10px 2.5641025641dvw 10px;
  }
}
@media (min-width: 768px) {
  .l-introduction-other .p-item__info {
    padding: 7px 23px 23px;
  }
}
@media (max-width: 767px) {
  .l-introduction-other .p-item__info {
    padding: 7px 5.641025641dvw 20px;
  }
}
.l-introduction-other .p-item__text {
  font-weight: 500;
  line-height: 1.875;
}
@media (min-width: 768px) {
  .l-introduction-other .p-item__text {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .l-introduction-other .p-item__text {
    font-size: 4.1025641026dvw;
    margin-bottom: 7px;
  }
}
/*  会社概要 company
*----------------------------------- */
.page-company .list-page__main {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .page-company .list-page__main {
    width: 89.7435897436dvw;
  }
}

@media (min-width: 768px) {
  .l-company {
    padding-top: 13px;
    margin-bottom: 103px;
  }
}
@media (max-width: 767px) {
  .l-company {
    padding-top: 9px;
    margin-bottom: 90px;
  }
}
.l-company__container {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-company__container {
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  .l-company__container {
    padding: 0;
  }
}
.l-company .l-company__container {
  background: #FFF;
}
@media (min-width: 768px) {
  .l-company .l-company__container {
    max-width: 1200px;
    padding: 41px 15px 48px;
  }
}
@media (max-width: 767px) {
  .l-company .l-company__container {
    padding: 18px 5.1282051282dvw 18px 5.641025641dvw;
  }
}
.l-company .l-company__container ul {
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .l-company .l-company__container ul li + li {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .l-company .l-company__container ul li + li {
    margin-top: 18px;
  }
}
.l-company__header {
  text-align: center;
}
@media (min-width: 768px) {
  .l-company__header {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .l-company__header {
    margin-bottom: 34px;
  }
}
.l-company__header__title {
  color: #ff691d;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .l-company__header__title {
    font-size: 4.8rem;
  }
}
@media (max-width: 767px) {
  .l-company__header__title {
    font-size: 9.2307692308dvw;
  }
}
.l-company__header__subtitle {
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-company__header__subtitle {
    font-size: 1.7rem;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .l-company__header__subtitle {
    font-size: 4.358974359dvw;
    margin-top: 7px;
  }
}
@media (min-width: 768px) {
  .l-company-access {
    margin-bottom: 124px;
  }
}
@media (max-width: 767px) {
  .l-company-access {
    margin-bottom: 77px;
  }
}
.l-company-access__map {
  border: 3px solid #FFF;
}
@media (max-width: 767px) {
  .l-company-access__map {
    width: 100%;
  }
}
.l-company-access__map iframe {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .l-company-access__map iframe {
    aspect-ratio: 1200/546;
  }
}
@media (max-width: 767px) {
  .l-company-access__map iframe {
    aspect-ratio: 350/305;
  }
}
@media (min-width: 768px) {
  .l-company-history {
    padding-top: 145px;
  }
}
@media (max-width: 767px) {
  .l-company-history {
    padding-top: 94px;
  }
}
@media (max-width: 767px) {
  .l-company-history .l-company__header {
    margin-bottom: 38px;
  }
}
.l-company-history__list {
  position: relative;
  background: #FFF;
}
@media (min-width: 768px) {
  .l-company-history__list {
    margin-top: 45px;
    padding: 52px 10px 56px;
  }
}
@media (max-width: 767px) {
  .l-company-history__list {
    padding: 6px 5.3846153846dvw;
  }
}
.l-company-history__list dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 952px;
  margin: 0 auto;
}
.l-company-history__list dl dt, .l-company-history__list dl dd {
  border-bottom: 1px solid #BEBEBE;
}
@media (min-width: 768px) {
  .l-company-history__list dl dt, .l-company-history__list dl dd {
    padding: 19px 0 20px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .l-company-history__list dl dt, .l-company-history__list dl dd {
    padding: 18px 0 18px;
    font-size: 4.1025641026dvw;
    line-height: 1.75;
  }
}
.l-company-history__list dl dt:last-of-type, .l-company-history__list dl dd:last-of-type {
  border-bottom: none;
}
.l-company-history__list dl dt {
  margin-bottom: 0;
  color: #101010;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-company-history__list dl dt {
    width: 88px;
  }
}
@media (max-width: 767px) {
  .l-company-history__list dl dt {
    width: 19.4871794872dvw;
  }
}
.l-company-history__list dl dd {
  overflow-wrap: break-word;
  margin-bottom: 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  .l-company-history__list dl dd {
    width: calc(100% - 88px);
  }
}
@media (max-width: 767px) {
  .l-company-history__list dl dd {
    width: calc(100% - 19.4871794872dvw);
  }
}
.l-company-history__list dl dd a {
  color: #ff691d;
  display: inline-block;
}
@media (min-width: 768px) {
  .l-company-history__list dl dd a {
    font-size: 1.4rem;
    padding-left: 11px;
    transform: translateY(-2px);
  }
}
@media (max-width: 767px) {
  .l-company-history__list dl dd a {
    text-decoration: underline;
  }
}
.l-company-history__list dl dd ul {
  list-style: decimal-leading-zero;
  padding-left: 24px;
}
@media (min-width: 768px) {
  .l-company-businesses {
    padding-top: 122px;
  }
}
@media (max-width: 767px) {
  .l-company-businesses {
    padding-top: 119px;
  }
}
.l-company-businesses__image {
  display: block;
}
@media (min-width: 768px) {
  .l-company-businesses__image {
    margin-top: 59px;
  }
}
@media (max-width: 767px) {
  .l-company-businesses__image {
    margin-top: -2px;
  }
}
.l-company-businesses__image img {
  height: auto;
}
.l-company-businesses__main {
  text-align: center;
  background: url("../company/images/businesses_img_bg.svg") top center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .l-company-businesses__main {
    padding: 122px 20px 147px;
    margin-top: 42px;
    background-size: min(810px, 90%) auto;
  }
}
@media (max-width: 767px) {
  .l-company-businesses__main {
    padding: 53px 5.1282051282dvw 54px;
    background-size: 112.5641025641dvw auto;
    background-position: center 100.7692307692dvw;
    margin: 0 -5.1282051282dvw;
  }
}
.l-company-businesses__main p {
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-company-businesses__main p {
    font-size: 1.8rem;
    line-height: 2.3333333333;
  }
}
@media (max-width: 767px) {
  .l-company-businesses__main p {
    text-align: left;
    font-size: 4.6153846154dvw;
    line-height: 2.3333333333;
  }
}
.l-company-businesses__copy {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-company-businesses__copy {
    margin-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .l-company-businesses__copy {
    width: 89.4871794872dvw;
    margin-bottom: 40px;
  }
}
.l-company-businesses__copy img {
  height: auto;
}

@media (max-width: 767px) {
  .p-loop-slide {
    margin: 0 -5.1282051282dvw;
  }
}
.p-loop-slide img {
  display: block;
}
@media (min-width: 768px) {
  .p-loop-slide img {
    width: 1645px;
  }
}
@media (max-width: 767px) {
  .p-loop-slide img {
    height: 47.1794871795dvw;
    width: auto;
  }
}

/*  理念・ビジョン philosophy
*----------------------------------- */
@media (min-width: 768px) {
  .page-philosophy .l-main {
    padding-bottom: 137px;
  }
}
@media (max-width: 767px) {
  .page-philosophy .l-main {
    padding-bottom: 125px;
  }
}
.page-philosophy .list-page__main {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .page-philosophy .list-page__main {
    width: 100dvw;
  }
}
@media (min-width: 768px) {
  .page-philosophy .p-loop-slide img {
    width: 1734px;
  }
}
@media (max-width: 767px) {
  .page-philosophy .p-loop-slide img {
    height: 47.1794871795dvw;
  }
}

@media (min-width: 768px) {
  .l-philosophy {
    padding-top: 13px;
    margin-bottom: 103px;
  }
}
@media (max-width: 767px) {
  .l-philosophy {
    padding-top: 9px;
    margin-bottom: 90px;
  }
}
.l-philosophy__container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-philosophy__container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .l-philosophy__container {
    width: 100dvw;
    padding: 0 5.1282051282dvw;
  }
}
.l-philosophy__header {
  text-align: center;
}
@media (min-width: 768px) {
  .l-philosophy__header {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__header {
    margin-bottom: 32px;
  }
}
.l-philosophy__header__title {
  color: #ff691d;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .l-philosophy__header__title {
    font-size: 6.8rem;
  }
}
@media (max-width: 767px) {
  .l-philosophy__header__title {
    font-size: 9.2307692308dvw;
  }
}
.l-philosophy__header__subtitle {
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-philosophy__header__subtitle {
    font-size: 1.7rem;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__header__subtitle {
    font-size: 4.358974359dvw;
    margin-top: 7px;
  }
}
@media (min-width: 768px) {
  .l-philosophy-intro {
    margin-top: -8px;
    margin-bottom: 82px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-intro {
    margin-top: -8px;
    margin-bottom: 47px;
  }
}
@media (min-width: 768px) {
  .l-philosophy-intro .l-philosophy__container {
    max-width: calc(1335px + 4%);
    padding: 0 2%;
  }
}
.l-philosophy-intro__photo {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-philosophy-intro__photo {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-intro__photo {
    margin-bottom: 25px;
  }
}
.l-philosophy-intro__photo img {
  height: auto;
}
.l-philosophy-intro__text {
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .l-philosophy-intro__text {
    font-size: 2rem;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .l-philosophy-intro__text {
    font-size: 4.1025641026dvw;
    line-height: 1.75;
  }
}
@media (min-width: 768px) {
  .l-philosophy-intro__image {
    display: block;
    margin: 66px 0;
  }
}
.l-philosophy-intro__image img {
  display: block;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-philosophy-intro__image img {
    max-width: 1215px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .l-philosophy-mission {
    margin-bottom: 81px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-mission {
    margin-bottom: 51px;
  }
}
.l-philosophy-mission .l-philosophy__container {
  background: #EFE3D6;
}
@media (min-width: 768px) {
  .l-philosophy-mission .l-philosophy__container {
    padding: 74px 40px 86px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-mission .l-philosophy__container {
    padding-top: 46px;
    padding-bottom: 51px;
  }
}
.l-philosophy-mission__copy {
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .l-philosophy-mission__copy {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-mission__copy {
    margin-bottom: 21px;
  }
}
.l-philosophy-mission__copy__ja {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4615384615;
}
@media (min-width: 768px) {
  .l-philosophy-mission__copy__ja {
    font-size: 5.4rem;
  }
}
@media (max-width: 767px) {
  .l-philosophy-mission__copy__ja {
    font-size: 6.6666666667dvw;
  }
}
.l-philosophy-mission__copy__en {
  font-weight: 500;
  color: #ff691d;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .l-philosophy-mission__copy__en {
    font-size: 1.8rem;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-mission__copy__en {
    font-size: 2.8205128205dvw;
    margin-top: 10px;
  }
}
.l-philosophy-mission__text {
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .l-philosophy-mission__text {
    font-size: 2rem;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .l-philosophy-mission__text {
    text-align: left;
    font-size: 4.1025641026dvw;
    line-height: 1.875;
  }
}
.l-philosophy-mission__photo {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-philosophy-mission__photo {
    margin-top: 53px;
    max-width: 901px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-mission__photo {
    margin-top: 48px;
  }
}
@media (min-width: 768px) {
  .l-philosophy-view {
    margin-bottom: 78px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-view {
    margin-bottom: 61px;
  }
}
.l-philosophy-view .l-philosophy__container {
  background: #EFE3D6;
}
@media (min-width: 768px) {
  .l-philosophy-view .l-philosophy__container {
    padding: 74px 40px 46px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-view .l-philosophy__container {
    padding: 46px 0 70px;
  }
}
.l-philosophy-view__head {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-philosophy-view__head {
    margin-top: 38px;
    max-width: 1000px;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-view__head {
    margin-top: 37px;
  }
}
.l-philosophy-view__text {
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .l-philosophy-view__text {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 767px) {
  .l-philosophy-view__text {
    text-align: left;
    font-size: 4.6153846154dvw;
    line-height: 1.8888888889;
    padding: 24px 5.1282051282dvw 36px;
  }
}
.l-philosophy-view__photo {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-philosophy-view__photo {
    margin-top: 8px;
    max-width: 1120px;
    margin-right: -1px;
  }
}
@media (min-width: 768px) {
  .l-philosophy-value {
    margin-bottom: 98px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-value {
    margin-bottom: 65px;
  }
}
.l-philosophy-value .l-philosophy__container {
  background: #EFE3D6;
}
@media (min-width: 768px) {
  .l-philosophy-value .l-philosophy__container {
    padding: 74px 40px 79px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-value .l-philosophy__container {
    padding-top: 43px;
    padding-bottom: 44px;
  }
}
.l-philosophy-value__copy {
  text-align: center;
}
@media (min-width: 768px) {
  .l-philosophy-value__copy {
    margin-top: 48px;
    margin-bottom: 37px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-value__copy {
    margin-bottom: 26px;
  }
}
.l-philosophy-value__copy__ja {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4615384615;
}
@media (min-width: 768px) {
  .l-philosophy-value__copy__ja {
    font-size: 5.4rem;
  }
}
@media (max-width: 767px) {
  .l-philosophy-value__copy__ja {
    font-size: 6.6666666667dvw;
  }
}
.l-philosophy-value__copy__ja strong {
  color: #ff691d;
}
.l-philosophy-value__copy__en {
  font-weight: 500;
  color: #ff691d;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .l-philosophy-value__copy__en {
    font-size: 1.8rem;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-value__copy__en {
    font-size: 3.3333333333dvw;
    margin-top: 10px;
  }
}
.l-philosophy-value__list {
  counter-reset: value;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-philosophy-value__list {
    max-width: 785px;
  }
}
.l-philosophy-value__list .p-item {
  counter-increment: value;
  background: #FFF;
  position: relative;
}
@media (min-width: 768px) {
  .l-philosophy-value__list .p-item {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-value__list .p-item {
    margin-bottom: 14px;
  }
}
.l-philosophy-value__list .p-item:before {
  content: counter(value, decimal);
  font-family: "hanken-grotesk", sans-serif;
  color: #FFF;
  background: #ff691d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-philosophy-value__list .p-item:before {
    width: 60px;
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  .l-philosophy-value__list .p-item:before {
    width: 10dvw;
    font-size: 5.3846153846dvw;
  }
}
@media (min-width: 768px) {
  .l-philosophy-value__list .p-item__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 27px 13px 82px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-value__list .p-item__inner {
    padding: 11px 2.5641025641dvw 16px 14.1025641026dvw;
  }
}
.l-philosophy-value__list .p-item__text {
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .l-philosophy-value__list .p-item__text {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .l-philosophy-value__list .p-item__text {
    font-size: 4.1025641026dvw;
  }
}
.l-philosophy-value__list .p-item__en {
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #ff691d;
}
@media (min-width: 768px) {
  .l-philosophy-value__list .p-item__en {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .l-philosophy-value__list .p-item__en {
    font-size: 3.3333333333dvw;
    margin-top: 2px;
  }
}
@media (min-width: 768px) {
  .l-philosophy-vision {
    margin-top: 111px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-vision {
    margin-top: 81px;
  }
}
.l-philosophy-vision .l-philosophy__container {
  background: url("../philosophy/images/vision_bg.svg") top center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .l-philosophy-vision .l-philosophy__container {
    padding: 146px 0 0;
    background-size: min(1034px, 90%) auto;
    background-position: 48% 0;
  }
}
@media (max-width: 767px) {
  .l-philosophy-vision .l-philosophy__container {
    padding: 26px 0 0;
    background-size: 118.7179487179dvw auto;
    background-position: 26% 0;
  }
}
.l-philosophy-vision__copy {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .l-philosophy-vision__copy {
    font-size: 4.4rem;
    line-height: 1.4772727273;
    margin-top: 63px;
    margin-bottom: 41px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-vision__copy {
    font-size: 6.6666666667dvw;
    line-height: 1.4615384615;
    margin-bottom: 28px;
  }
}
.l-philosophy-vision__copy strong {
  color: #ff691d;
}
.l-philosophy-vision__photo {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-philosophy-vision__photo {
    max-width: 1200px;
    margin-bottom: 51px;
  }
}
@media (max-width: 767px) {
  .l-philosophy-vision__photo {
    width: 89.7435897436dvw;
    margin-bottom: 21px;
  }
}
.l-philosophy-vision__text {
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .l-philosophy-vision__text {
    font-size: 1.8rem;
    line-height: 1.8333333333;
  }
}
@media (max-width: 767px) {
  .l-philosophy-vision__text {
    text-align: left;
    font-size: 4.1025641026dvw;
    line-height: 1.75;
    padding: 0 6.9230769231dvw;
  }
}

/*  3分で分かる feature
*----------------------------------- */
@media (min-width: 768px) {
  .page-feature .l-main {
    padding-bottom: 152px;
  }
}
@media (max-width: 767px) {
  .page-feature .l-main {
    padding-bottom: 118px;
  }
}
.l-feature__container {
  counter-reset: feature;
}
.l-feature-intro {
  position: relative;
}
@media (min-width: 768px) {
  .l-feature-intro {
    padding: 4px 20px 136px;
  }
}
@media (max-width: 767px) {
  .l-feature-intro {
    padding: 8px 1.5384615385dvw 106px;
  }
}
.l-feature-intro__title {
  font-weight: 700;
  line-height: 1.5833333333;
  text-align: center;
}
@media (min-width: 768px) {
  .l-feature-intro__title {
    font-size: 3.2rem;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .l-feature-intro__title {
    font-size: 6.1538461538dvw;
    padding-left: 2.5641025641dvw;
    margin-bottom: 19px;
  }
}
.l-feature-intro__text {
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-feature-intro__text {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .l-feature-intro__text {
    text-align: left;
    font-size: 4.1025641026dvw;
    line-height: 1.9375;
  }
}
.l-feature .p-item {
  counter-increment: feature;
  background: #FFF;
  position: relative;
}
@media (min-width: 768px) {
  .l-feature .p-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 74px;
    padding: 23px 22px 23px;
  }
}
@media (max-width: 767px) {
  .l-feature .p-item {
    padding: 70px 5.1282051282dvw 52px;
    margin: 0 -5.1282051282dvw 103px;
  }
}
.l-feature .p-item::before {
  z-index: 1;
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  margin: auto;
  content: counter(feature, decimal-leading-zero);
  letter-spacing: 0;
  background: rgba(251, 242, 230, 0.5);
  font-family: "alternate-gothic-no-2-d", sans-serif;
  color: #ff691d;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ff691d;
}
@media (min-width: 768px) {
  .l-feature .p-item::before {
    font-size: 9.5rem;
    padding-top: 0.5rem;
    width: 140px;
    height: 140px;
    top: -70px;
  }
}
@media (max-width: 767px) {
  .l-feature .p-item::before {
    font-size: 18.9743589744dvw;
    padding-top: 0.5rem;
    width: 28.2051282051dvw;
    height: 28.2051282051dvw;
    top: -15.3846153846dvw;
  }
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(odd) .p-item__head {
    right: 0;
  }
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(even) .p-item__head {
    left: 0;
  }
}
.l-feature .p-item:last-child {
  margin-bottom: 0;
}
.l-feature .p-item__head {
  background: #ff691d;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .l-feature .p-item__head {
    position: absolute;
    top: 0;
    font-size: 2.8rem;
    line-height: 2.2857142857;
    padding: 0 36px;
  }
}
@media (max-width: 767px) {
  .l-feature .p-item__head {
    font-size: 5.8974358974dvw;
    min-width: 47.4358974359dvw;
    padding: 6px 2.5641025641dvw 4px;
    text-align: center;
    width: fit-content;
    margin: 0 auto 24px;
  }
}
.l-feature .p-item__photo {
  display: block;
}
@media (min-width: 768px) {
  .l-feature .p-item__photo {
    width: 62.3963133641%;
  }
}
@media (max-width: 767px) {
  .l-feature .p-item__photo {
    margin-bottom: 27px;
  }
}
.l-feature .p-item__title {
  font-weight: 700;
  width: 100%;
}
@media (min-width: 768px) {
  .l-feature .p-item__title {
    text-align: left;
    font-size: 3.6rem;
    line-height: 1.3888888889;
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .l-feature .p-item__title {
    text-align: center;
    font-size: 6.6666666667dvw;
    line-height: 1.3846153846;
    margin-bottom: 14px;
  }
}
.l-feature .p-item__title strong {
  color: #ff691d;
}
.l-feature .p-item__text {
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}
@media (min-width: 768px) {
  .l-feature .p-item__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .l-feature .p-item__text {
    font-size: 4.1025641026dvw;
    padding: 0 1.5384615385dvw;
  }
}
.l-feature .p-item__icons {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .l-feature .p-item__icons {
    gap: 14px 9px;
    margin: 38px -70px 0 -10px;
  }
}
@media (max-width: 767px) {
  .l-feature .p-item__icons {
    gap: 10px 2.3076923077dvw;
    margin: 0 1.2820512821dvw;
  }
}
.l-feature .p-item__icons li {
  border: 2px solid #FF691D;
  background: #FFFBDE;
  color: #FF691D;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-feature .p-item__icons li {
    font-size: 1.9rem;
    padding: 5px 9px;
  }
}
@media (max-width: 767px) {
  .l-feature .p-item__icons li {
    font-size: 4.8717948718dvw;
    padding: 5px 2.3076923077dvw;
  }
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(1) {
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 112px;
  }
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(1) .p-item__photo {
    width: 65.9169550173%;
  }
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(1) .p-item__info {
    width: 34.0830449827%;
    padding: 20px 58px 20px 30px;
  }
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(2) {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 105px;
    padding: 94px 43px 38px;
  }
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(2) .p-item__photo {
    width: 100%;
    margin-top: 44px;
  }
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(2) .p-item__info {
    width: 100%;
    padding: 0 32px 0;
    text-align: center;
  }
}
.l-feature .p-item:nth-child(2) .p-item__title {
  text-align: center;
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(2) .p-item__title {
    margin-bottom: 14px;
  }
}
.l-feature .p-item:nth-child(2) .p-item__text {
  text-align: center;
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(3) {
    align-items: center;
    margin-bottom: 114px;
  }
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(3) .p-item__head {
    right: 0;
  }
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(3) .p-item__photo {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(3) .p-item__info {
    width: 50%;
    padding: 45px 32px 30px 43px;
  }
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(4) {
    margin-bottom: 121px;
    flex-direction: row-reverse;
    padding: 55px 0 0;
  }
}
@media (max-width: 767px) {
  .l-feature .p-item:nth-child(4) {
    display: flex;
    flex-wrap: wrap;
    padding-top: 70px;
    padding-bottom: 0;
    margin-bottom: 110px;
  }
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(4) .p-item__photo {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .l-feature .p-item:nth-child(4) .p-item__photo {
    order: 3;
    width: 98.4615384615dvw;
    margin: -2px 0 0;
  }
}
.l-feature .p-item:nth-child(4) .p-item__photo img {
  max-width: none;
  height: auto;
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(4) .p-item__photo img {
    width: calc(100% + 34px);
    margin-left: -5px;
    margin-right: -29px;
  }
}
@media (max-width: 767px) {
  .l-feature .p-item:nth-child(4) .p-item__photo img {
    width: 98.4615384615dvw;
    margin-left: -5.1282051282dvw;
  }
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(4) .p-item__info {
    width: 50%;
    padding: 53px 0 30px 60px;
  }
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(4) .p-item__title {
    margin-bottom: 19px;
    line-height: 1.4722222222;
  }
}
@media (max-width: 767px) {
  .l-feature .p-item:nth-child(4) .p-item__title {
    margin: 3px 0 19px;
  }
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(4) .p-item__text {
    padding-left: 3px;
    padding-right: 7px;
  }
}
@media (max-width: 767px) {
  .l-feature .p-item:nth-child(4) .p-item__text {
    margin-bottom: 19px;
  }
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(5) {
    flex-direction: column-reverse;
    align-items: center;
    padding: 107px 43px 38px;
  }
}
@media (max-width: 767px) {
  .l-feature .p-item:nth-child(5) {
    display: flex;
    flex-wrap: wrap;
    padding-top: 70px;
    padding-bottom: 56px;
  }
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(5) .p-item__photo {
    width: 100%;
    padding: 0 16px 0 0;
  }
}
@media (max-width: 767px) {
  .l-feature .p-item:nth-child(5) .p-item__photo {
    order: 3;
    width: 100dvw;
    margin: 35px 0 0;
  }
}
.l-feature .p-item:nth-child(5) .p-item__photo img {
  margin: 0 auto;
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  .l-feature .p-item:nth-child(5) .p-item__photo img {
    max-width: none;
    width: 100dvw;
    margin-left: -5.1282051282dvw;
  }
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(5) .p-item__info {
    width: 100%;
    padding: 0 32px 0;
    text-align: center;
  }
}
.l-feature .p-item:nth-child(5) .p-item__title {
  text-align: center;
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(5) .p-item__title {
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .l-feature .p-item:nth-child(5) .p-item__title {
    margin: 10px 0 14px;
  }
}
@media (min-width: 768px) {
  .l-feature .p-item:nth-child(5) .p-item__text {
    text-align: center;
  }
}

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