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

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

.yakuhan {
  font-family: "YakuHanJP", "ryo-gothic-plusn", sans-serif;
}

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

cmn

------------------------------------ */
.p-header {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 20px;
}
.p-header__title {
  font-size: 43px;
  letter-spacing: 1px;
  line-height: 1;
  color: #EF0025;
}
.p-header__subtitle {
  font-size: 16px;
  margin-top: 1px;
}
.p-header__text {
  font-size: 15px;
  margin-top: 10px;
}

.section-border {
  background: #FFFCFC;
  border: 1px solid #313131;
  border-radius: 20px;
}
@media (max-width: 760px) {
  .section-border {
    border-radius: 3.3333333333dvw;
  }
}
.section-border.red {
  border-color: #F00024;
}

@media (max-width: 760px) {
  .list-page__main {
    width: 92.8205128205dvw;
  }
}

.page-company .l-main {
  padding-bottom: 166px;
}
@media (max-width: 760px) {
  .page-company .l-main {
    padding-bottom: 25.641025641dvw;
  }
}

.l-company {
  background: #FFF;
  max-width: 1200px;
  margin: 0 auto 88px;
}
@media (max-width: 760px) {
  .l-company {
    margin-bottom: 15.1282051282dvw;
  }
}
.l-company__container {
  margin: 0 auto;
}
.l-company.section-border .l-company__container {
  max-width: 1110px;
  padding: 52px 20px 34px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 761px) {
  .l-company.section-border .l-company__container {
    gap: 38px;
  }
}
@media (max-width: 760px) {
  .l-company.section-border .l-company__container {
    padding: 5.8974358974dvw 5.1282051282dvw 2.5641025641dvw;
  }
}
@media (min-width: 761px) {
  .l-company.section-border .l-company__container .l-table {
    width: calc((100% - 38px) / 2);
  }
}
.l-company__list {
  margin-bottom: 128px;
}
.l-company__list__ul {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  margin-top: 37px;
}
@media (max-width: 760px) {
  .l-company__list__ul {
    margin-top: 5.3846153846dvw;
    padding: 0 1.5384615385dvw;
    gap: 6.4102564103dvw;
  }
}
.l-company__list__li {
  border: 1px solid #313131;
  text-align: center;
}
@media (min-width: 761px) {
  .l-company__list__li {
    width: calc((100% - 46px) / 3);
    padding: 25px 28px;
  }
}
@media (max-width: 760px) {
  .l-company__list__li {
    padding: 4.358974359dvw 4.358974359dvw 4.1025641026dvw;
  }
}
.l-company__list__ttl {
  background: #EF0025;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 5px;
  margin-bottom: 17px;
}
@media (max-width: 760px) {
  .l-company__list__ttl {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    padding: 1.2820512821dvw;
    margin-bottom: 2.8205128205dvw;
  }
}
.l-company__list__map {
  margin-bottom: 16px;
}
@media (max-width: 760px) {
  .l-company__list__map {
    margin-bottom: 2.5641025641dvw;
  }
}
.l-company__list__map iframe {
  display: block;
  width: 100%;
  height: 192px;
}
@media (max-width: 760px) {
  .l-company__list__map iframe {
    height: 47.1794871795dvw;
  }
}
.l-company__list__access {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media (max-width: 760px) {
  .l-company__list__access {
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}

.l-history {
  padding: 78px 92px 76px;
}
@media (max-width: 760px) {
  .l-history {
    padding: 11.2820512821dvw 7.1794871795dvw 10.2564102564dvw;
  }
}
.l-history .p-cmn-header {
  margin-bottom: 18px;
}
@media (max-width: 760px) {
  .l-history .p-cmn-header {
    margin-bottom: 6.1538461538dvw;
  }
}
.l-history .p-cmn-header__title {
  font-size: 50px;
  margin-bottom: 2px;
}
@media (max-width: 760px) {
  .l-history .p-cmn-header__title {
    font-size: 38px;
    font-size: 9.7435897436dvw;
  }
}
.l-history__list table {
  position: relative;
}
.l-history__list table::before {
  content: "";
  background: #717171;
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
}
@media (min-width: 761px) {
  .l-history__list table::before {
    left: 88px;
  }
}
@media (max-width: 760px) {
  .l-history__list table::before {
    left: 0.7692307692dvw;
  }
}
.l-history__list table tr:first-child th {
  padding-top: 32px;
}
@media (max-width: 760px) {
  .l-history__list table tr:first-child th {
    padding-top: 3.0769230769dvw;
  }
}
.l-history__list table tr:first-child th::before {
  top: 37px;
}
@media (max-width: 760px) {
  .l-history__list table tr:first-child th::before {
    top: 4.358974359dvw;
  }
}
@media (min-width: 761px) {
  .l-history__list table tr:first-child td {
    padding-top: 28px;
  }
}
.l-history__list table th {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.0588235294;
  letter-spacing: 0.01em;
  color: #EF0025;
  width: 90px;
  padding-top: 4px;
  position: relative;
  text-align: left;
}
@media (max-width: 760px) {
  .l-history__list table th {
    font-size: 17px;
    font-size: 4.358974359dvw;
    width: 100%;
    padding-left: 4.1025641026dvw;
    padding-bottom: 8px;
    display: block;
  }
}
.l-history__list table th:before {
  content: "";
  background: #EF0025;
  display: block;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
@media (min-width: 761px) {
  .l-history__list table th:before {
    width: 8px;
    height: 8px;
    right: -3px;
    top: 10px;
  }
}
@media (max-width: 760px) {
  .l-history__list table th:before {
    width: 2.0512820513dvw;
    height: 2.0512820513dvw;
    left: 0;
    top: 2.0512820513dvw;
  }
}
.l-history__list table td {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8666666667;
  letter-spacing: 0.01em;
  padding-left: 35px;
  padding-bottom: 26px;
  text-align: left;
}
@media (max-width: 760px) {
  .l-history__list table td {
    width: 100%;
    display: block;
    font-size: 15px;
    font-size: 3.8461538462dvw;
    padding-left: 27px;
    padding-bottom: 26px;
  }
}

.page-message .l-main {
  padding-bottom: 78px;
}
@media (max-width: 760px) {
  .page-message .l-main {
    padding-bottom: 25.641025641dvw;
  }
}
.page-message .page-mv {
  position: relative;
  margin-bottom: 54px;
}
@media (max-width: 760px) {
  .page-message .page-mv {
    width: 92.8205128205dvw;
    margin-bottom: 10dvw;
  }
}
.page-message .page-mv__info {
  position: absolute;
  color: #FFF;
}
@media (min-width: 761px) {
  .page-message .page-mv__info {
    top: 19.8%;
    right: 12.66%;
  }
}
@media (max-width: 760px) {
  .page-message .page-mv__info {
    top: 13.0769230769dvw;
    left: 13.8461538462dvw;
  }
}
.page-message .page-mv__catch {
  font-size: min(6rem, 5vw);
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 45px;
}
@media (max-width: 760px) {
  .page-message .page-mv__catch {
    font-size: 41px;
    font-size: 10.5128205128dvw;
    line-height: 1.512195122;
    margin-bottom: 4.8717948718dvw;
  }
}
.page-message .page-mv__person {
  display: flex;
  gap: 1.8rem;
  align-items: center;
}
@media (max-width: 760px) {
  .page-message .page-mv__person {
    gap: 3.8461538462dvw;
    padding-left: 0.7692307692dvw;
  }
}
.page-message .page-mv__person__post {
  font-size: min(1.7rem, 1.416vw);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 760px) {
  .page-message .page-mv__person__post {
    font-size: 17px;
    font-size: 4.358974359dvw;
    margin-top: -0.5128205128dvw;
  }
}
.page-message .page-mv__person__name {
  font-size: min(3rem, 2.5vw);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 760px) {
  .page-message .page-mv__person__name {
    font-size: 24px;
    font-size: 6.1538461538dvw;
  }
}

.l-message {
  background: #FFF;
  max-width: 1200px;
  margin: 0 auto 90px;
}
@media (min-width: 761px) {
  .l-message {
    min-width: 1100px;
  }
}
@media (max-width: 760px) {
  .l-message {
    margin-bottom: 15.8974358974dvw;
    max-width: 92.8205128205dvw;
  }
}
.l-message__container {
  margin: 0 auto;
}
.l-message-profile__container {
  max-width: 975px;
  margin: 0 auto;
  border: 1px solid #989898;
}
@media (min-width: 761px) {
  .l-message-profile__container {
    display: flex;
    padding: 31px 0;
  }
}
@media (max-width: 760px) {
  .l-message-profile__container {
    padding: 4.6153846154dvw 6.1538461538dvw 5.1282051282dvw;
    width: 89.7435897436dvw;
  }
}
.l-message-profile__container dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 761px) {
  .l-message-profile__container dl {
    gap: 13px 16px;
    padding: 5px 0 9px;
  }
}
@media (max-width: 760px) {
  .l-message-profile__container dl {
    gap: 3.3333333333dvw 4.1025641026dvw;
  }
}
.l-message-profile__container dl:first-of-type {
  width: 290px;
}
.l-message-profile__container dl dt {
  background: #5F5F5F;
  color: #FFF;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  padding: 4px;
  width: 73px;
  font-size: 1.5rem;
}
@media (max-width: 760px) {
  .l-message-profile__container dl dt {
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.l-message-profile__container dl dd {
  width: calc(100% - 73px - 16px);
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media (max-width: 760px) {
  .l-message-profile__container dl dd {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.l-message-profile__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0;
}
@media (min-width: 761px) {
  .l-message-profile__title {
    width: 230px;
    border-right: 1px solid #919191;
    font-size: 2.6rem;
    padding-top: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 760px) {
  .l-message-profile__title {
    font-size: 4.8717948718dvw;
    width: 100%;
    border-bottom: 1px solid #919191;
    padding-bottom: 3.0769230769dvw;
    margin-bottom: 5.8974358974dvw;
  }
}
.l-message-profile__info {
  background: #FFF;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 761px) {
  .l-message-profile__info {
    gap: 40px;
    width: calc(100% - 190px);
    padding: 0 33px;
  }
}
@media (max-width: 760px) {
  .l-message-profile__info {
    flex-wrap: wrap;
    gap: 3.3333333333dvw;
  }
}
@media (min-width: 761px) {
  .l-message-comment {
    margin-bottom: 109px;
  }
}
@media (min-width: 761px) {
  .l-message-comment .p-item {
    max-width: 1440px;
    margin: 0 auto 107px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 59px;
  }
}
@media (max-width: 760px) {
  .l-message-comment .p-item {
    width: 100%;
    margin: 0 auto 12.8205128205dvw;
  }
}
@media (min-width: 761px) {
  .l-message-comment .p-item__photo {
    flex: 1;
    max-width: 49.25%;
    border-radius: 15px;
  }
}
@media (max-width: 760px) {
  .l-message-comment .p-item__photo {
    margin-bottom: 6.6666666667dvw;
  }
}
@media (min-width: 761px) {
  .l-message-comment .p-item__photo img {
    border-radius: 15px;
  }
}
@media (max-width: 760px) {
  .l-message-comment .p-item__photo img {
    border-radius: 15px;
  }
}
@media (min-width: 761px) {
  .l-message-comment .p-item__info {
    max-width: 45.8%;
  }
}
@media (max-width: 760px) {
  .l-message-comment .p-item__info {
    padding: 0 1.5384615385dvw;
  }
}
.l-message-comment .p-item__title {
  line-height: 1;
  display: block;
  text-align: left;
}
@media (min-width: 761px) {
  .l-message-comment .p-item__title {
    margin: -6px 0 21px;
  }
}
@media (max-width: 760px) {
  .l-message-comment .p-item__title {
    margin-bottom: 3.3333333333dvw;
  }
}
.l-message-comment .p-item__title span {
  background: #FFAD2A;
  color: #FFF;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 761px) {
  .l-message-comment .p-item__title span {
    font-size: 2.8rem;
    line-height: 1.8571428571;
    padding: 7px 14px 7px 8px;
  }
}
@media (max-width: 760px) {
  .l-message-comment .p-item__title span {
    font-size: 22px;
    font-size: 5.641025641dvw;
    line-height: 1.6818181818;
    padding: 1.5384615385dvw 3.5897435897dvw 1.2820512821dvw 1.7948717949dvw;
  }
}
.l-message-comment .p-item__title span.trimend {
  padding-right: 0;
}
.l-message-comment .p-item__text {
  text-align: left;
  font-weight: 500;
}
@media (min-width: 761px) {
  .l-message-comment .p-item__text {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media (max-width: 760px) {
  .l-message-comment .p-item__text {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.8666666667;
  }
}
.l-message-comment .p-item__text + p {
  margin-top: 31px;
}
@media (max-width: 760px) {
  .l-message-comment .p-item__text + p {
    margin-top: 7.1794871795dvw;
  }
}
.l-message-comment .p-item__text strong {
  color: #EF0025;
}
@media (min-width: 761px) {
  .l-message-comment .p-item:nth-child(2n) {
    flex-direction: row-reverse;
    margin-bottom: 89px;
  }
}
@media (min-width: 761px) {
  .l-message-comment .p-item:nth-child(3) {
    margin-bottom: 121px;
  }
}
.l-message-future {
  position: relative;
}
@media (max-width: 760px) {
  .l-message-future__photo {
    margin-bottom: 9.7435897436dvw;
  }
}
@media (min-width: 761px) {
  .l-message-future__photo img {
    border-radius: 20px;
  }
}
.l-message-future .l-message__container {
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-message-future .l-message__container {
    width: 950px;
    position: absolute;
    top: 76px;
    left: 59px;
    width: 606px;
    background: rgba(0, 0, 0, 0.62);
    color: #FFF;
    padding: 44px 10px 56px 50px;
  }
}
@media (max-width: 760px) {
  .l-message-future .l-message__container {
    padding: 0 1.5384615385dvw 0 1.5384615385dvw;
  }
}
.l-message-future__title {
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 700;
  display: inline-block;
  text-align: left;
  color: #1D1D1D;
  background: #FFAD2A;
}
@media (min-width: 761px) {
  .l-message-future__title {
    padding: 7px 0px 7px 7px;
  }
}
@media (max-width: 760px) {
  .l-message-future__title {
    font-size: 23px;
    font-size: 5.8974358974dvw;
    padding: 1.2820512821dvw 0px 1.2820512821dvw 1.2820512821dvw;
    margin-bottom: 4.358974359dvw;
  }
}
.l-message-future__text {
  font-size: 1.5rem;
  line-height: 2;
  text-align: left;
}
@media (max-width: 760px) {
  .l-message-future__text {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.8666666667;
  }
}
.l-message-future__text strong {
  color: #FFAD2A;
}

.page-feature .l-main {
  padding-bottom: 47px;
}
@media (max-width: 760px) {
  .page-feature .l-main {
    padding-bottom: 10.5128205128dvw;
  }
}
@media (max-width: 760px) {
  .page-feature .list-page__header__title {
    margin-top: 1.7948717949dvw;
  }
}
.page-feature .list-page__anc {
  margin-bottom: 73px;
  padding-top: 7px;
}
@media (max-width: 760px) {
  .page-feature .list-page__anc {
    margin-bottom: 14.1025641026dvw;
  }
}
.page-feature .list-page__anc__title {
  text-align: center;
  font-weight: 700;
}
@media (min-width: 761px) {
  .page-feature .list-page__anc__title {
    font-size: 3.4rem;
    margin-bottom: 17px;
  }
}
@media (max-width: 760px) {
  .page-feature .list-page__anc__title {
    font-size: 20px;
    font-size: 5.1282051282dvw;
    margin-bottom: 3.0769230769dvw;
  }
}
.page-feature .list-page__anc__text {
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 761px) {
  .page-feature .list-page__anc__text {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 57px;
  }
}
@media (max-width: 760px) {
  .page-feature .list-page__anc__text {
    text-align: left;
    font-size: 15px;
    font-size: 3.8461538462dvw;
    padding: 0 1.5384615385dvw;
    margin-bottom: 14.6153846154dvw;
  }
}
.page-feature .list-page__anc ul.l-anc-list {
  display: flex;
  flex-flow: wrap;
  gap: 22px;
  counter-reset: nav;
}
@media (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list {
    column-gap: 4.8717948718dvw;
    row-gap: 3.3333333333dvw;
    padding: 0 1.5384615385dvw;
  }
}
.page-feature .list-page__anc ul.l-anc-list li {
  width: calc((100% - 88px) / 5);
  counter-increment: nav;
}
@media (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list li {
    width: calc((100% - 4.8717948718dvw) / 2);
  }
}
.page-feature .list-page__anc ul.l-anc-list li a {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.375;
  position: relative;
}
@media (min-width: 761px) {
  .page-feature .list-page__anc ul.l-anc-list li a {
    padding-top: 24px;
    padding-bottom: 28px;
    font-size: 1.7rem;
  }
}
@media (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list li a {
    padding-bottom: 5.641025641dvw;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.page-feature .list-page__anc ul.l-anc-list li a::before {
  z-index: 1000;
  position: absolute;
  right: auto;
  margin: auto;
  content: counter(nav, decimal);
  border-radius: 50%;
  border: 1px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #131313;
  color: #fff;
  line-height: 1;
  font-family: "poppins", sans-serif;
  font-weight: 700;
}
@media (min-width: 761px) {
  .page-feature .list-page__anc ul.l-anc-list li a::before {
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    font-size: 2.4rem;
    width: 41px;
    height: 41px;
    padding-top: 6px;
  }
}
@media (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list li a::before {
    top: 1.5384615385dvw;
    left: 1.7948717949dvw;
    width: 7.6923076923dvw;
    height: 7.6923076923dvw;
    font-size: 17px;
    font-size: 4.358974359dvw;
    padding-top: 0.7692307692dvw;
  }
}
.page-feature .list-page__anc ul.l-anc-list li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../feature/images/anc_ico.svg) no-repeat center/contain;
}
@media (min-width: 761px) {
  .page-feature .list-page__anc ul.l-anc-list li a:after {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list li a:after {
    width: 4.8717948718dvw;
    height: 4.8717948718dvw;
  }
}
.page-feature .list-page__anc ul.l-anc-list li a:hover {
  opacity: 1;
}
.page-feature .list-page__anc ul.l-anc-list li a:hover img {
  opacity: 0.8;
}
.page-feature .list-page__anc ul.l-anc-list li:nth-child(1) a::before {
  background: #F280C4;
}
.page-feature .list-page__anc ul.l-anc-list li:nth-child(1) .p-item__photo {
  border-color: #F280C4;
}
.page-feature .list-page__anc ul.l-anc-list li:nth-child(2) a::before {
  background: #20BBFF;
}
.page-feature .list-page__anc ul.l-anc-list li:nth-child(2) .p-item__photo {
  border-color: #20BBFF;
}
.page-feature .list-page__anc ul.l-anc-list li:nth-child(3) a::before {
  background: #EF5F46;
}
.page-feature .list-page__anc ul.l-anc-list li:nth-child(3) .p-item__photo {
  border-color: #EF5F46;
}
.page-feature .list-page__anc ul.l-anc-list li:nth-child(4) a::before {
  background: #43DB54;
}
.page-feature .list-page__anc ul.l-anc-list li:nth-child(4) .p-item__photo {
  border-color: #43DB54;
}
.page-feature .list-page__anc ul.l-anc-list li:nth-child(5) a::before {
  background: #FFAD2A;
}
.page-feature .list-page__anc ul.l-anc-list li:nth-child(5) .p-item__photo {
  border-color: #FFAD2A;
}
.page-feature .list-page__anc ul.l-anc-list .p-item__photo {
  border: 2px solid #EF0025;
}
@media (min-width: 761px) {
  .page-feature .list-page__anc ul.l-anc-list .p-item__photo {
    margin-bottom: 9px;
  }
}
@media (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list .p-item__photo {
    border-width: 1px;
    margin-bottom: 1.7948717949dvw;
  }
}

.l-feature {
  max-width: 1200px;
  margin: 0 auto 90px;
  counter-reset: number;
}
@media (max-width: 760px) {
  .l-feature {
    margin-bottom: 15.8974358974dvw;
    max-width: 92.8205128205dvw;
  }
}
.l-feature__container {
  margin: 0 auto;
}
.l-feature .p-item {
  counter-increment: number;
}
@media (min-width: 761px) {
  .l-feature .p-item {
    margin-bottom: 78px;
    padding-top: 95px;
    margin-top: -95px;
  }
}
@media (max-width: 760px) {
  .l-feature .p-item {
    margin-bottom: 15.1282051282dvw;
    padding-top: 16.6666666667dvw;
    margin-top: -16.6666666667dvw;
  }
}
.l-feature .p-item:nth-child(1) .p-item__inner {
  border-color: #F280C4;
}
.l-feature .p-item:nth-child(1) .p-item__inner::before {
  background: #F280C4;
}
.l-feature .p-item:nth-child(1) .p-item__title {
  background: #F280C4;
}
.l-feature .p-item:nth-child(2) .p-item__inner {
  border-color: #20BBFF;
}
.l-feature .p-item:nth-child(2) .p-item__inner::before {
  background: #20BBFF;
}
.l-feature .p-item:nth-child(2) .p-item__title {
  background: #20BBFF;
}
.l-feature .p-item:nth-child(3) .p-item__inner {
  border-color: #EF5F46;
}
.l-feature .p-item:nth-child(3) .p-item__inner::before {
  background: #EF5F46;
}
.l-feature .p-item:nth-child(3) .p-item__title {
  background: #EF5F46;
}
.l-feature .p-item:nth-child(4) .p-item__inner {
  border-color: #43DB54;
}
.l-feature .p-item:nth-child(4) .p-item__inner::before {
  background: #43DB54;
}
.l-feature .p-item:nth-child(4) .p-item__title {
  background: #43DB54;
}
.l-feature .p-item:nth-child(5) .p-item__inner {
  border-color: #FFAD2A;
}
.l-feature .p-item:nth-child(5) .p-item__inner::before {
  background: #FFAD2A;
}
.l-feature .p-item:nth-child(5) .p-item__title {
  background: #FFAD2A;
}
.l-feature .p-item__inner {
  position: relative;
}
@media (min-width: 761px) {
  .l-feature .p-item__inner {
    border-width: 4px;
    padding: 25px 27px 55px;
  }
}
@media (max-width: 760px) {
  .l-feature .p-item__inner {
    border-width: 2px;
    padding: 4.358974359dvw 4.6153846154dvw 9.2307692308dvw;
  }
}
.l-feature .p-item__inner::before {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  content: counter(number, decimal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #131313;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  border: 4px solid #FFF;
}
@media (min-width: 761px) {
  .l-feature .p-item__inner::before {
    font-size: 4rem;
    width: 77px;
    height: 77px;
    padding-top: 7px;
    top: -38px;
  }
}
@media (max-width: 760px) {
  .l-feature .p-item__inner::before {
    border-width: 2px;
    font-size: 32px;
    font-size: 8.2051282051dvw;
    width: 14.6153846154dvw;
    height: 14.6153846154dvw;
    padding-top: 2.0512820513dvw;
    top: -7.1794871795dvw;
  }
}
.l-feature .p-item__photo {
  position: relative;
}
@media (max-width: 760px) {
  .l-feature .p-item__photo {
    margin-bottom: 3.5897435897dvw;
  }
}
.l-feature .p-item__title {
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
  color: #FFF;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  line-height: 1.3;
}
@media (min-width: 761px) {
  .l-feature .p-item__title {
    font-size: 3.4rem;
    margin-top: -42px;
    margin-bottom: 24px;
    padding: 14px 6px 13px;
  }
}
@media (max-width: 760px) {
  .l-feature .p-item__title {
    font-size: 20px;
    font-size: 5.1282051282dvw;
    padding: 2.3076923077dvw 1.2820512821dvw 2.8205128205dvw;
    margin: 0 -4.6153846154dvw 5.3846153846dvw;
  }
}
@media (min-width: 761px) {
  .l-feature .p-item__text {
    font-size: 1.5rem;
    line-height: 2.1333333333;
    text-align: center;
  }
}
@media (max-width: 760px) {
  .l-feature .p-item__text {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 2;
    text-align: left;
  }
}
.l-feature .p-item__text__large {
  text-align: center;
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-feature .p-item__text__large {
    margin: 7px auto 9px;
    font-size: 2.1rem;
    line-height: 2.1333333333;
  }
}
@media (max-width: 760px) {
  .l-feature .p-item__text__large {
    margin: 1em auto;
    font-size: 17px;
    font-size: 4.358974359dvw;
    text-align: left;
  }
}
.l-feature .p-item__text strong {
  color: #EF0025;
}

.page-environment .l-main {
  padding-bottom: 158px;
}
@media (max-width: 760px) {
  .page-environment .l-main {
    padding-bottom: 10.5128205128dvw;
  }
}
@media (min-width: 761px) {
  .page-environment .list-page__header {
    margin-bottom: 55px;
  }
}
@media (max-width: 760px) {
  .page-environment .list-page__header {
    margin-bottom: 10dvw;
  }
}
@media (max-width: 760px) {
  .page-environment .list-page__header__title {
    margin-top: 1.7948717949dvw;
  }
}
@media (min-width: 761px) {
  .page-environment .section-border {
    border-radius: 26px;
  }
}
@media (max-width: 760px) {
  .page-environment .section-border {
    border-radius: 3.3333333333dvw;
  }
}

.l-environment {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .l-environment {
    margin-bottom: 15.8974358974dvw;
    max-width: 92.8205128205dvw;
  }
}
.l-environment__container {
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-environment-info {
    margin-bottom: 102px;
  }
}
.l-environment-info .p-item {
  border-top: 1px solid #AAAAAA;
}
@media (min-width: 761px) {
  .l-environment-info .p-item {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 59px;
    padding: 52px 0 56px;
  }
}
@media (max-width: 760px) {
  .l-environment-info .p-item {
    width: 100%;
    margin: 0 auto 12.3076923077dvw;
    padding: 13.5897435897dvw 0 0;
  }
}
@media (min-width: 761px) {
  .l-environment-info .p-item__photo {
    flex: 1;
    max-width: 49.25%;
  }
}
@media (max-width: 760px) {
  .l-environment-info .p-item__photo {
    margin-bottom: 7.1794871795dvw;
  }
}
@media (min-width: 761px) {
  .l-environment-info .p-item__photo img {
    border-radius: 15px;
  }
}
@media (max-width: 760px) {
  .l-environment-info .p-item__photo img {
    border-radius: 15px;
  }
}
@media (min-width: 761px) {
  .l-environment-info .p-item__info {
    max-width: calc(50.75% - 59px);
    margin-top: -26px;
  }
}
@media (max-width: 760px) {
  .l-environment-info .p-item__info {
    padding: 0 1.5384615385dvw;
  }
}
.l-environment-info .p-item__title {
  line-height: 1;
  display: block;
  text-align: left;
}
@media (min-width: 761px) {
  .l-environment-info .p-item__title {
    margin: 0 -20px 19px -4px;
  }
}
@media (max-width: 760px) {
  .l-environment-info .p-item__title {
    margin-bottom: 3.3333333333dvw;
  }
}
.l-environment-info .p-item__title span {
  background: #FF3E5C;
  color: #FFF;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 761px) {
  .l-environment-info .p-item__title span {
    font-size: 3.3rem;
    line-height: 1.8181818182;
    padding: 7px 14px 8px 6px;
  }
}
@media (max-width: 760px) {
  .l-environment-info .p-item__title span {
    font-size: 22px;
    font-size: 5.641025641dvw;
    line-height: 1.6818181818;
    padding: 1.5384615385dvw 3.5897435897dvw 1.2820512821dvw 1.7948717949dvw;
  }
}
.l-environment-info .p-item__title span.trimend {
  padding-right: 0;
}
.l-environment-info .p-item__text {
  text-align: left;
  font-weight: 500;
}
@media (min-width: 761px) {
  .l-environment-info .p-item__text {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media (max-width: 760px) {
  .l-environment-info .p-item__text {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.8666666667;
  }
}
.l-environment-info .p-item__text + p {
  margin-top: 31px;
}
@media (max-width: 760px) {
  .l-environment-info .p-item__text + p {
    margin-top: 7.1794871795dvw;
  }
}
.l-environment-info .p-item__text strong {
  color: #EF0025;
}
@media (min-width: 761px) {
  .l-environment-info .p-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 761px) {
  .l-environment-info .p-item:nth-child(1) {
    margin-bottom: 12px;
  }
}
@media (max-width: 760px) {
  .l-environment-info .p-item:nth-child(1) {
    padding-top: 9.4871794872dvw;
  }
}
@media (min-width: 761px) {
  .l-environment-info .p-item:nth-child(2) {
    padding-top: 68px;
  }
}
@media (min-width: 761px) {
  .l-environment-info .p-item:nth-child(2) .p-item__info {
    margin-top: -61px;
  }
}
@media (min-width: 761px) {
  .l-environment-info .p-item:nth-child(3) .p-item__info {
    margin-top: -7px;
  }
}
@media (min-width: 761px) {
  .l-environment-info .p-item:nth-child(3) .p-item__title {
    margin-bottom: 14px;
  }
}
@media (min-width: 761px) {
  .l-environment-info .p-item:nth-child(4) .p-item__info {
    margin-top: -37px;
  }
}
@media (min-width: 761px) {
  .l-environment-info .p-item:nth-child(4) .p-item__title {
    margin-bottom: 15px;
  }
}
.l-environment-requirements {
  position: relative;
}
@media (min-width: 761px) {
  .l-environment-requirements {
    padding: 74px 10px;
    margin-bottom: 230px;
  }
}
@media (max-width: 760px) {
  .l-environment-requirements {
    padding: 11.5384615385dvw 5.1282051282dvw;
    margin-bottom: 32.0512820513dvw;
  }
}
@media (min-width: 761px) {
  .l-environment-requirements .l-environment__container {
    max-width: 874px;
  }
}
.l-environment-requirements__head {
  position: absolute;
  color: #FF3E5C;
  background: #FFF;
  border: 3px solid #FF3E5C;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-environment-requirements__head {
    width: 410px;
    border-radius: 26px;
    font-size: 2.7rem;
    top: -26px;
    padding: 0 0 2px 10px;
  }
}
@media (max-width: 760px) {
  .l-environment-requirements__head {
    border-width: 2px;
    border-radius: 5.1282051282dvw;
    width: 64.1025641026dvw;
    font-size: 18px;
    font-size: 4.6153846154dvw;
    top: -5.1282051282dvw;
    padding: 0.7692307692dvw;
  }
}
.l-environment-requirements__title {
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (min-width: 761px) {
  .l-environment-requirements__title {
    font-size: 4.6rem;
    margin-bottom: 41px;
  }
}
@media (max-width: 760px) {
  .l-environment-requirements__title {
    font-size: 24px;
    font-size: 6.1538461538dvw;
    margin-bottom: 5.8974358974dvw;
  }
}
.l-environment-requirements__list dt {
  color: white;
  background: #FF3E5C;
  text-align: center;
  line-height: 1.25;
}
@media (min-width: 761px) {
  .l-environment-requirements__list dt {
    border-radius: 12px;
    font-size: 3.1rem;
    padding: 18px 10px 17px;
    margin-bottom: 15px;
  }
}
@media (max-width: 760px) {
  .l-environment-requirements__list dt {
    font-size: 24px;
    font-size: 6.1538461538dvw;
    border-radius: 2.3076923077dvw;
    padding: 3.0769230769dvw 2.5641025641dvw 3.3333333333dvw;
    margin-bottom: 3.0769230769dvw;
  }
}
@media (min-width: 761px) {
  .l-environment-requirements__list dd {
    font-size: 1.5rem;
    line-height: 1.8666666667;
    text-align: center;
  }
}
@media (max-width: 760px) {
  .l-environment-requirements__list dd {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.7333333333;
    text-align: left;
  }
}
@media (min-width: 761px) {
  .l-environment-requirements__list dd + dt {
    margin-top: 30px;
  }
}
@media (max-width: 760px) {
  .l-environment-requirements__list dd + dt {
    margin-top: 5.8974358974dvw;
  }
}
.l-environment-benefits {
  position: relative;
  border-color: #1EBCFF;
}
@media (min-width: 761px) {
  .l-environment-benefits {
    border-width: 3px;
  }
}
@media (max-width: 760px) {
  .l-environment-benefits {
    border-width: 2px;
  }
}
.l-environment-benefits:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #AAAAAA;
  position: absolute;
  left: 0;
  right: 0;
}
@media (min-width: 761px) {
  .l-environment-benefits:before {
    top: -114px;
  }
}
@media (max-width: 760px) {
  .l-environment-benefits:before {
    top: -16.1538461538dvw;
  }
}
@media (min-width: 761px) {
  .l-environment-benefits .l-environment__container {
    padding: 59px 10px 56px;
  }
}
@media (max-width: 760px) {
  .l-environment-benefits .l-environment__container {
    padding: 8.2051282051dvw 0 12.8205128205dvw;
  }
}
.l-environment-benefits__title {
  position: relative;
  text-align: center;
}
@media (min-width: 761px) {
  .l-environment-benefits__title {
    margin-bottom: 27px;
  }
}
@media (max-width: 760px) {
  .l-environment-benefits__title {
    margin-bottom: 5.3846153846dvw;
  }
}
.l-environment-benefits__title .en {
  color: #20BBFF;
  opacity: 0.19;
  line-height: 0.9333333333;
  letter-spacing: 0.01em;
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-environment-benefits__title .en {
    font-size: 11.7rem;
    padding-left: 10px;
  }
}
@media (max-width: 760px) {
  .l-environment-benefits__title .en {
    font-size: 60px;
    font-size: 15.3846153846dvw;
    padding-right: 1.0256410256dvw;
  }
}
.l-environment-benefits__title .ja {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-environment-benefits__title .ja {
    font-size: 1.8rem;
    bottom: 29px;
  }
}
@media (max-width: 760px) {
  .l-environment-benefits__title .ja {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    bottom: 4.1025641026dvw;
  }
}
.l-environment-benefits__lead {
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-environment-benefits__lead {
    font-size: 3.3rem;
    margin-bottom: 47px;
  }
}
@media (max-width: 760px) {
  .l-environment-benefits__lead {
    font-size: 22px;
    font-size: 5.641025641dvw;
    margin-bottom: 8.4615384615dvw;
  }
}
@media (max-width: 760px) {
  .l-environment-benefits__lead span {
    display: none;
  }
}
.l-environment-benefits__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1026px;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-environment-benefits__list {
    gap: 47px 57px;
  }
}
@media (max-width: 760px) {
  .l-environment-benefits__list {
    max-width: 77.9487179487dvw;
    gap: 12.8205128205dvw;
  }
}
.l-environment-benefits__list .p-item {
  position: relative;
}
@media (min-width: 761px) {
  .l-environment-benefits__list .p-item {
    width: calc((100% - 114px) / 3);
    padding-top: 49px;
  }
}
@media (max-width: 760px) {
  .l-environment-benefits__list .p-item {
    width: 100%;
    padding-top: 12.5641025641dvw;
  }
}
.l-environment-benefits__list .p-item__title {
  background: #20BBFF;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 1.3684210526;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 761px) {
  .l-environment-benefits__list .p-item__title {
    font-size: 1.9rem;
    padding: 12px 5px;
  }
}
@media (max-width: 760px) {
  .l-environment-benefits__list .p-item__title {
    font-size: 19px;
    font-size: 4.8717948718dvw;
    padding: 3.3333333333dvw 2.5641025641dvw 2.5641025641dvw;
  }
}
@media (min-width: 761px) {
  .l-environment-benefits__list .p-item__title.line2 {
    padding: 13px 5px;
  }
}
.l-environment-benefits__list .p-item__img {
  display: block;
}
@media (min-width: 761px) {
  .l-environment-benefits__list .p-item__img {
    margin-bottom: 21px;
  }
}
@media (max-width: 760px) {
  .l-environment-benefits__list .p-item__img {
    margin-bottom: 5.3846153846dvw;
  }
}
.l-environment-benefits__list .p-item__img img {
  width: 100%;
  height: auto;
}
.l-environment-benefits__list .p-item__text {
  text-align: left;
  font-weight: 500;
  line-height: 1.8666666667;
}
@media (min-width: 761px) {
  .l-environment-benefits__list .p-item__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .l-environment-benefits__list .p-item__text {
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}

.page-ourwork .l-main {
  padding-bottom: 25px;
}
@media (max-width: 760px) {
  .page-ourwork .l-main {
    padding-bottom: 10.5128205128dvw;
  }
}
@media (min-width: 761px) {
  .page-ourwork .list-page__header {
    margin-bottom: 46px;
  }
}
@media (max-width: 760px) {
  .page-ourwork .list-page__header {
    margin-bottom: 8.7179487179dvw;
  }
}
@media (max-width: 760px) {
  .page-ourwork .list-page__header__title {
    margin-top: 0.5128205128dvw;
  }
}
.page-ourwork .list-page__anc {
  margin-bottom: 49px;
}
@media (max-width: 760px) {
  .page-ourwork .list-page__anc {
    margin-bottom: 12.5641025641dvw;
  }
}
.page-ourwork .list-page__anc__title {
  text-align: center;
  font-weight: 700;
}
@media (min-width: 761px) {
  .page-ourwork .list-page__anc__title {
    font-size: 2.4rem;
    margin-bottom: 19px;
  }
}
@media (max-width: 760px) {
  .page-ourwork .list-page__anc__title {
    line-height: 1.5;
    font-size: 20px;
    font-size: 5.1282051282dvw;
    margin-bottom: 4.8717948718dvw;
  }
}
.page-ourwork .list-page__anc__text {
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 761px) {
  .page-ourwork .list-page__anc__text {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 56px;
  }
}
@media (max-width: 760px) {
  .page-ourwork .list-page__anc__text {
    text-align: left;
    font-size: 15px;
    font-size: 3.8461538462dvw;
    padding: 0 1.5384615385dvw;
    margin-bottom: 10dvw;
  }
}
.page-ourwork .list-page__anc ul.l-anc-list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 40px;
  counter-reset: nav;
}
@media (max-width: 760px) {
  .page-ourwork .list-page__anc ul.l-anc-list {
    column-gap: 3.5897435897dvw;
    row-gap: 4.1025641026dvw;
  }
}
.page-ourwork .list-page__anc ul.l-anc-list li {
  width: calc((100% - 192px) / 4);
  counter-increment: nav;
}
@media (max-width: 760px) {
  .page-ourwork .list-page__anc ul.l-anc-list li {
    width: calc((100% - 3.5897435897dvw) / 2);
  }
}
.page-ourwork .list-page__anc ul.l-anc-list li a {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.375;
  position: relative;
}
@media (min-width: 761px) {
  .page-ourwork .list-page__anc ul.l-anc-list li a {
    padding-bottom: 32px;
    font-size: 1.9rem;
  }
}
@media (max-width: 760px) {
  .page-ourwork .list-page__anc ul.l-anc-list li a {
    padding-bottom: 6.9230769231dvw;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.page-ourwork .list-page__anc ul.l-anc-list li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../feature/images/anc_ico.svg) no-repeat center/contain;
}
@media (min-width: 761px) {
  .page-ourwork .list-page__anc ul.l-anc-list li a:after {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 760px) {
  .page-ourwork .list-page__anc ul.l-anc-list li a:after {
    width: 4.8717948718dvw;
    height: 4.8717948718dvw;
  }
}
.page-ourwork .list-page__anc ul.l-anc-list li a:hover {
  opacity: 1;
}
.page-ourwork .list-page__anc ul.l-anc-list li a:hover img {
  opacity: 0.8;
}
.page-ourwork .list-page__anc ul.l-anc-list li:nth-child(1) .p-item__text {
  background: #42DB56;
}
.page-ourwork .list-page__anc ul.l-anc-list li:nth-child(1) .p-item__photo {
  border-color: #42DB56;
}
.page-ourwork .list-page__anc ul.l-anc-list li:nth-child(2) .p-item__text {
  background: #FFAA23;
}
.page-ourwork .list-page__anc ul.l-anc-list li:nth-child(2) .p-item__photo {
  border-color: #FFAA23;
}
.page-ourwork .list-page__anc ul.l-anc-list li:nth-child(3) .p-item__text {
  background: #D28BBC;
}
.page-ourwork .list-page__anc ul.l-anc-list li:nth-child(3) .p-item__photo {
  border-color: #D28BBC;
}
.page-ourwork .list-page__anc ul.l-anc-list .p-item__photo {
  border: 1px solid #EF0025;
}
@media (max-width: 760px) {
  .page-ourwork .list-page__anc ul.l-anc-list .p-item__photo {
    border-width: 1px;
  }
}
.page-ourwork .list-page__anc ul.l-anc-list .p-item__text {
  color: #FFF;
}
@media (min-width: 761px) {
  .page-ourwork .list-page__anc ul.l-anc-list .p-item__text {
    padding: 6px 5px 7px;
  }
}
@media (max-width: 760px) {
  .page-ourwork .list-page__anc ul.l-anc-list .p-item__text {
    padding: 1.0256410256dvw 1.0256410256dvw;
  }
}

.l-ourwork {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .l-ourwork {
    margin-bottom: 15.8974358974dvw;
    max-width: 92.8205128205dvw;
  }
}
.l-ourwork__container {
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-ourwork .p-item {
    margin-bottom: 117px;
    margin-top: -85px;
    padding-top: 85px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item {
    margin-top: -16.6666666667dvw;
    padding-top: 16.6666666667dvw;
  }
}
.l-ourwork .p-item:nth-child(1) .p-item__inner {
  border-color: #42DB56;
}
.l-ourwork .p-item:nth-child(1) .p-item__title {
  background: #42DB56;
}
.l-ourwork .p-item:nth-child(1) .p-item__detail__list dt {
  background: #D9F5DD;
}
.l-ourwork .p-item:nth-child(1) .p-item__flow {
  background: #D9F5DD;
}
.l-ourwork .p-item:nth-child(1) .p-item__flow__head {
  background: url(../ourwork/images/item01_flow_bg.svg) no-repeat center/contain;
}
.l-ourwork .p-item:nth-child(1) .p-item__episode__ico {
  background: url(../ourwork/images/item01_episode_bg.svg) no-repeat center/contain;
}
.l-ourwork .p-item:nth-child(1) .p-item__faq {
  background: #EAF7EC;
}
.l-ourwork .p-item:nth-child(1) .p-item__faq__list dt {
  background: #42DB56;
}
@media (min-width: 761px) {
  .l-ourwork .p-item:nth-child(2) {
    margin-bottom: 86px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item:nth-child(2) {
    margin-bottom: 20.5128205128dvw;
  }
}
.l-ourwork .p-item:nth-child(2) .p-item__inner {
  border-color: #FFAA23;
}
.l-ourwork .p-item:nth-child(2) .p-item__title {
  background: #FFAA23;
}
@media (min-width: 761px) {
  .l-ourwork .p-item:nth-child(2) .p-item__title {
    margin-bottom: 40px;
  }
}
.l-ourwork .p-item:nth-child(2) .p-item__detail__list dt {
  background: #FAE9CF;
}
.l-ourwork .p-item:nth-child(2) .p-item__bnr {
  max-width: 1078px;
}
@media (min-width: 761px) {
  .l-ourwork .p-item:nth-child(2) .p-item__bnr {
    margin: -8px auto 68px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item:nth-child(2) .p-item__bnr {
    max-width: 81.5384615385dvw;
    margin-bottom: 5.1282051282dvw;
  }
}
.l-ourwork .p-item:nth-child(3) .p-item__inner {
  border-color: #D28BBC;
}
@media (min-width: 761px) {
  .l-ourwork .p-item:nth-child(3) .p-item__inner {
    padding-bottom: 0;
  }
}
.l-ourwork .p-item:nth-child(3) .p-item__title {
  background: #D28BBC;
}
@media (min-width: 761px) {
  .l-ourwork .p-item:nth-child(3) .p-item__title {
    margin-bottom: 40px;
  }
}
.l-ourwork .p-item:nth-child(3) .p-item__detail__list dt {
  background: #F0E4EB;
}
.l-ourwork .p-item:nth-child(3) .p-item__flow {
  background: #F0E4EC;
}
@media (min-width: 761px) {
  .l-ourwork .p-item:nth-child(3) .p-item__flow {
    margin-top: 61px;
    padding-bottom: 32px;
  }
}
.l-ourwork .p-item:nth-child(3) .p-item__flow__head {
  background: url(../ourwork/images/item03_flow_bg.svg) no-repeat center/contain;
}
.l-ourwork .p-item:nth-child(3) .p-item__faq {
  background: #F0E4EC;
}
@media (min-width: 761px) {
  .l-ourwork .p-item:nth-child(3) .p-item__faq {
    padding-bottom: 100px;
  }
}
.l-ourwork .p-item:nth-child(3) .p-item__faq__list dt {
  background: #D28BBC;
}
@media (min-width: 761px) {
  .l-ourwork .p-item:nth-child(3) .p-item__bnr {
    margin: 83px auto;
  }
}
.l-ourwork .p-item__inner {
  border-width: 2px;
  border-style: solid;
}
.l-ourwork .p-item__title {
  color: #FFF;
  text-align: center;
  letter-spacing: 0.01em;
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__title {
    font-size: 4rem;
    padding: 16px;
    margin-bottom: 27px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__title {
    font-size: 34px;
    font-size: 8.7179487179dvw;
    padding: 1.7948717949dvw 1.2820512821dvw 2.5641025641dvw;
    margin-bottom: 5.641025641dvw;
  }
}
.l-ourwork .p-item__lead {
  text-align: center;
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__lead {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__lead {
    font-size: 20px;
    font-size: 5.1282051282dvw;
    line-height: 1.45;
    margin-bottom: 2.3076923077dvw;
  }
}
.l-ourwork .p-item__lead strong {
  color: #EF0025;
}
.l-ourwork .p-item__text {
  font-weight: 500;
  margin: 0 auto;
  line-height: 1.8666666667;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__text {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 38px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__text {
    text-align: left;
    font-size: 15px;
    font-size: 3.8461538462dvw;
    margin-bottom: 6.6666666667dvw;
    padding: 0 5.3846153846dvw;
  }
}
.l-ourwork .p-item__detail {
  max-width: 1078px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__detail {
    column-gap: 38px;
    margin-top: 38px;
    margin-bottom: 49px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__detail {
    width: 81.5384615385dvw;
    margin-bottom: 8.9743589744dvw;
  }
}
.l-ourwork .p-item__detail__title {
  width: 100%;
  text-align: center;
  color: #FFF;
  background: #535353;
  line-height: 1;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__detail__title {
    font-size: 1.6rem;
    padding: 9px;
    margin-bottom: 36px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__detail__title {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    padding: 2.3076923077dvw;
    margin-bottom: 4.6153846154dvw;
  }
}
@media (min-width: 761px) {
  .l-ourwork .p-item__detail__photo {
    width: 47.87%;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__detail__photo {
    width: 100%;
    margin-bottom: 6.1538461538dvw;
  }
}
@media (min-width: 761px) {
  .l-ourwork .p-item__detail__info {
    width: calc(52.13% - 38px);
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__detail__info {
    width: 100%;
  }
}
.l-ourwork .p-item__detail__info__text {
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.7333333333;
  text-align: left;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__detail__info__text {
    font-size: 1.5rem;
    margin-top: 25px;
  }
}
.l-ourwork .p-item__detail__list dt {
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__detail__list dt {
    font-size: 1.6rem;
    padding: 5px 13px;
    margin-bottom: 10px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__detail__list dt {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    padding: 1.5384615385dvw 3.3333333333dvw;
    margin-bottom: 2.3076923077dvw;
  }
}
.l-ourwork .p-item__detail__list dd {
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.7333333333;
  text-align: left;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__detail__list dd {
    font-size: 1.5rem;
    margin-bottom: 22px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__detail__list dd {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    margin-bottom: 3.8461538462dvw;
  }
}
@media (min-width: 761px) {
  .l-ourwork .p-item__detail__list__inline {
    display: inline-block;
    width: fit-content;
    min-width: 186px;
  }
}
@media (min-width: 761px) {
  .l-ourwork .p-item__detail__list__inline:nth-child(even) {
    margin-left: 13px;
  }
}
.l-ourwork .p-item__flow {
  position: relative;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__flow {
    padding: 81px 10px 75px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__flow {
    padding: 15.641025641dvw 5.641025641dvw 8.4615384615dvw;
  }
}
.l-ourwork .p-item__flow__head {
  position: absolute;
  text-align: center;
  color: #FFF;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 700;
  z-index: 1;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__flow__head {
    top: 50px;
    width: 204px;
    font-size: 1.9rem;
    padding: 9px 5px 19px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__flow__head {
    top: 7.4358974359dvw;
    width: 204px;
    font-size: 1.9rem;
    padding: 2.5641025641dvw 1.2820512821dvw 4.8717948718dvw;
  }
}
.l-ourwork .p-item__flow__list {
  max-width: 989px;
  margin: 0 auto;
  background: #FFF;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__flow__list {
    padding: 65px 10px 70px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__flow__list {
    padding: 11.5384615385dvw 6.4102564103dvw 12.8205128205dvw 11.7948717949dvw;
  }
}
.l-ourwork .p-item__flow__item {
  max-width: 835px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__flow__item {
    gap: 42px;
    padding-top: 46px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__flow__item {
    padding-top: 9.2307692308dvw;
  }
}
.l-ourwork .p-item__flow__item:nth-child(1) {
  padding-top: 0;
}
@media (max-width: 760px) {
  .l-ourwork .p-item__flow__item:nth-child(1) {
    padding-top: 1.0256410256dvw;
  }
}
@media (min-width: 761px) {
  .l-ourwork .p-item__flow__item:nth-child(1) .p-item__flow__info:after {
    top: 8px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__flow__item:nth-child(1) .p-item__flow__info:after {
    top: 1.7948717949dvw;
  }
}
@media (min-width: 761px) {
  .l-ourwork .p-item__flow__item:last-child {
    padding-bottom: 10px;
  }
}
.l-ourwork .p-item__flow__photo {
  display: block;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__flow__photo {
    width: 199px;
    margin-top: 4px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__flow__photo {
    order: 2;
    width: 42.0512820513dvw;
  }
}
.l-ourwork .p-item__flow__info {
  text-align: left;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__flow__info {
    padding-left: 29px;
    width: calc(100% - 199px - 42px);
  }
}
.l-ourwork .p-item__flow__info:before {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  background: #9B9B9B;
  position: absolute;
  top: 0;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__flow__info:before {
    left: 240px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__flow__info:before {
    left: -4.8717948718dvw;
  }
}
.l-ourwork .p-item__flow__info:after {
  content: "";
  display: block;
  background: #1E1E1E;
  border-radius: 50%;
  position: absolute;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__flow__info:after {
    width: 11px;
    height: 11px;
    top: 54px;
    left: 236px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__flow__info:after {
    width: 2.8205128205dvw;
    height: 2.8205128205dvw;
    top: 10dvw;
    left: -6.1538461538dvw;
  }
}
.l-ourwork .p-item__flow__time {
  color: #EF0025;
  font-family: "poppins", sans-serif;
  font-weight: 600;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__flow__time {
    font-size: 2rem;
    margin-bottom: 7px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__flow__time {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    margin-bottom: 0.7692307692dvw;
  }
}
.l-ourwork .p-item__flow__title {
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__flow__title {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__flow__title {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    margin-bottom: 0.7692307692dvw;
  }
}
.l-ourwork .p-item__flow__text {
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.625;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__flow__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__flow__text {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    margin-bottom: 4.1025641026dvw;
  }
}
.l-ourwork .p-item__episode {
  text-align: center;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__episode {
    padding: 50px 10px 70px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__episode {
    padding: 9.7vw 3.4vw 12vw;
  }
}
.l-ourwork .p-item__episode__head {
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__episode__head {
    font-size: 4.4rem;
    margin-bottom: 32px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__episode__head {
    font-size: 31px;
    font-size: 7.9487179487dvw;
    margin-bottom: 7.1794871795dvw;
  }
}
.l-ourwork .p-item__episode__head__bln {
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__episode__head__bln {
    font-size: 2.4rem;
    margin-bottom: -2px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__episode__head__bln {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    margin-bottom: 0.7692307692dvw;
  }
}
.l-ourwork .p-item__episode__list {
  max-width: 1044px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__episode__list {
    margin-bottom: -2px;
    justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__episode__list.p-sp-silde-list .slick-list {
    padding-top: 3.8461538462dvw;
    padding-bottom: 8.7179487179dvw;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__episode__list.p-sp-silde-list .slick-slide {
    min-height: 306px;
    margin: 0 2vw;
  }
}
.l-ourwork .p-item__episode__list.p-sp-silde-list .slick-dots li {
  border: none;
  background: #D8D8D8;
  padding: 0 !important;
}
@media (max-width: 760px) {
  .l-ourwork .p-item__episode__list.p-sp-silde-list .slick-dots li {
    width: 4.1025641026dvw;
    height: 4.1025641026dvw;
    margin: 0 2.4358974359dvw;
  }
}
.l-ourwork .p-item__episode__list.p-sp-silde-list .slick-dots .slick-active {
  background: #4E4E4E;
}
.l-ourwork .p-item__episode__list li {
  border: 2px solid #555555;
  position: relative;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__episode__list li {
    width: calc((100% - 60px) / 3);
    border-radius: 24px;
    padding: 37px 27px 22px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__episode__list li {
    border-radius: 6.1538461538dvw;
    padding: 9.4871794872dvw 6.1538461538dvw 5.641025641dvw 7.4358974359dvw;
  }
}
.l-ourwork .p-item__episode__ico {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__episode__ico {
    top: -16px;
    width: 116px;
    font-size: 1.4rem;
    padding: 8px 5px 17px 8px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__episode__ico {
    top: -4.1025641026dvw;
    right: 2.0512820513dvw;
    width: 29.7435897436dvw;
    font-size: 14px;
    font-size: 3.5897435897dvw;
    padding: 2.0512820513dvw 1.2820512821dvw 4.358974359dvw 2.5641025641dvw;
  }
}
.l-ourwork .p-item__episode__title {
  color: #EF0025;
  font-weight: 700;
  line-height: 1.4285714286;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__episode__title {
    font-size: 2.1rem;
    margin-bottom: 13px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__episode__title {
    font-size: 21px;
    font-size: 5.3846153846dvw;
    margin-bottom: 3.3333333333dvw;
  }
}
.l-ourwork .p-item__episode__text {
  font-weight: 500;
  line-height: 1.8666666667;
  text-align: left;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__episode__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__episode__text {
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
@media (min-width: 761px) {
  .l-ourwork .p-item__faq {
    padding: 30px 10px 84px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__faq {
    padding: 6.4102564103dvw 5.3846153846dvw 10.2564102564dvw;
  }
}
.l-ourwork .p-item__faq__head {
  font-weight: 700;
  text-align: center;
  background: url(../ourwork/images/faq_ico.svg) no-repeat left center;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.5625;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__faq__head {
    font-size: 2.4rem;
    margin-bottom: 28px;
    padding: 21px 54px 5px 100px;
    background-size: 80px auto;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__faq__head {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    padding: 17.1794871795dvw 0 0;
    background-size: 17.4358974359dvw auto;
    background-position: center top;
    margin-bottom: 6.1538461538dvw;
  }
}
.l-ourwork .p-item__faq__list {
  max-width: 1010px;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__faq__list {
    margin-bottom: -2px;
    justify-content: center;
    gap: 30px;
  }
}
.l-ourwork .p-item__faq__list dt {
  font-weight: 700;
  line-height: 1.4545454545;
  text-align: center;
  color: #FFF;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__faq__list dt {
    font-size: 3.1rem;
    padding: 14px 10px;
    margin-bottom: 16px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__faq__list dt {
    font-size: 22px;
    font-size: 5.641025641dvw;
    padding: 2.8205128205dvw 1.5384615385dvw 3.5897435897dvw;
    margin-bottom: 3.5897435897dvw;
  }
}
.l-ourwork .p-item__faq__list dd {
  font-weight: 500;
  line-height: 1.8666666667;
  text-align: left;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__faq__list dd {
    font-size: 1.5rem;
  }
}
.l-ourwork .p-item__faq__list dd strong {
  color: #EF0025;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__faq__list dd + dt {
    margin-top: 51px;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__faq__list dd + dt {
    margin-top: 10.2564102564dvw;
  }
}
.l-ourwork .p-item__bnr {
  display: block;
  margin: 0 auto;
  max-width: 989px;
}
@media (min-width: 761px) {
  .l-ourwork .p-item__bnr {
    margin: 70px auto;
  }
}
@media (max-width: 760px) {
  .l-ourwork .p-item__bnr {
    max-width: 89.7435897436dvw;
    margin-top: 11.5384615385dvw;
    margin-bottom: 20.5128205128dvw;
  }
}

.page-mechanic .l-main {
  padding-bottom: 125px;
}
@media (max-width: 760px) {
  .page-mechanic .l-main {
    padding-bottom: 25.641025641dvw;
  }
}
@media (min-width: 761px) {
  .page-mechanic .list-page__header {
    margin-bottom: 46px;
  }
}
@media (max-width: 760px) {
  .page-mechanic .list-page__header {
    margin-bottom: 11.2820512821dvw;
  }
}
@media (max-width: 760px) {
  .page-mechanic .list-page__header__title {
    margin-top: 1.7948717949dvw;
  }
}
.page-mechanic .bnr-block {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 761px) {
  .page-mechanic .bnr-block {
    gap: 40px;
    margin-bottom: 103px;
  }
}
@media (max-width: 760px) {
  .page-mechanic .bnr-block {
    gap: 6.4102564103dvw;
    margin-bottom: 13.3333333333dvw;
  }
}
.page-mechanic .bnr-block a {
  display: block;
  width: 100%;
}
@media (min-width: 761px) {
  .page-mechanic .bnr-block a {
    width: calc((100% - 40px) / 2);
  }
}

.l-mechanic {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .l-mechanic {
    margin-bottom: 15.8974358974dvw;
    max-width: 92.8205128205dvw;
  }
}
.l-mechanic__container {
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-mechanic-intro {
    margin-bottom: 71px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-intro {
    margin-bottom: 8.9743589744dvw;
  }
}
.l-mechanic-intro__lead {
  text-align: center;
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-mechanic-intro__lead {
    font-size: 2.4rem;
    margin-bottom: 19px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-intro__lead {
    font-size: 20px;
    font-size: 5.1282051282dvw;
    margin-bottom: 2.8205128205dvw;
  }
}
.l-mechanic-intro__text {
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 761px) {
  .l-mechanic-intro__text {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 68px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-intro__text {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    text-align: left;
    padding: 0 1.5384615385dvw;
    margin-bottom: 9.7435897436dvw;
  }
}
.l-mechanic-intro__text strong {
  color: #EF0025;
}
.l-mechanic-intro__photo {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 761px) {
  .l-mechanic-intro__photo {
    gap: 36px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-intro__photo {
    gap: 1.7948717949dvw 1.5384615385dvw;
  }
}
.l-mechanic-intro__photo img {
  display: block;
}
@media (min-width: 761px) {
  .l-mechanic-intro__photo img {
    width: calc((100% - 72px) / 3);
  }
}
@media (max-width: 760px) {
  .l-mechanic-intro__photo img {
    width: calc((100% - 1.5384615385dvw) / 2);
  }
}
@media (max-width: 760px) {
  .l-mechanic-intro__photo img:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .l-mechanic-point {
    margin-bottom: 19.2307692308dvw;
  }
}
.l-mechanic-point__bln {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 761px) {
  .l-mechanic-point__bln {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-point__bln {
    font-size: 20px;
    font-size: 5.1282051282dvw;
    margin-bottom: 6.6666666667dvw;
  }
}
@media (max-width: 760px) {
  .l-mechanic-point__bln span {
    display: none;
  }
}
@media (min-width: 761px) {
  .l-mechanic-point__items {
    margin-bottom: 87px;
  }
}
.l-mechanic-point .p-item {
  background: #FFE1B1;
}
@media (min-width: 761px) {
  .l-mechanic-point .p-item {
    max-width: 1440px;
    margin: 0 auto 57px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 46px;
    padding: 27px 48px 22px 25px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-point .p-item {
    width: 100%;
    margin: 0 auto 21.2820512821dvw;
    padding: 4.1025641026dvw 4.1025641026dvw 6.9230769231dvw;
  }
}
@media (min-width: 761px) {
  .l-mechanic-point .p-item__photo {
    flex: 1;
    max-width: 49.78%;
  }
}
@media (max-width: 760px) {
  .l-mechanic-point .p-item__photo {
    margin-bottom: 4.8717948718dvw;
  }
}
@media (min-width: 761px) {
  .l-mechanic-point .p-item__info {
    max-width: calc(50.22% - 46px);
    padding-top: 21px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-point .p-item__info {
    padding: 0 1.0256410256dvw;
  }
}
.l-mechanic-point .p-item__title {
  line-height: 1;
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 761px) {
  .l-mechanic-point .p-item__title {
    margin: 0 0 17px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-point .p-item__title {
    margin-bottom: 2.3076923077dvw;
  }
}
.l-mechanic-point .p-item__title span {
  background: #F56519;
  color: #FFF;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 761px) {
  .l-mechanic-point .p-item__title span {
    font-size: 3.3rem;
    line-height: 1.8181818182;
    padding: 7px 14px 7px 6px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-point .p-item__title span {
    font-size: 22px;
    font-size: 5.641025641dvw;
    line-height: 1.6818181818;
    padding: 1.5384615385dvw 3.5897435897dvw 1.2820512821dvw 1.5384615385dvw;
  }
}
.l-mechanic-point .p-item__title span.trimend {
  padding-right: 0;
}
.l-mechanic-point .p-item__text {
  text-align: left;
  font-weight: 500;
}
@media (min-width: 761px) {
  .l-mechanic-point .p-item__text {
    font-size: 1.5rem;
    line-height: 2;
    padding-left: 6px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-point .p-item__text {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 2;
  }
}
.l-mechanic-point .p-item__text + p {
  margin-top: 31px;
}
@media (max-width: 760px) {
  .l-mechanic-point .p-item__text + p {
    margin-top: 7.1794871795dvw;
  }
}
.l-mechanic-point .p-item__text strong {
  color: #EF0025;
}
.l-mechanic-point .p-item:nth-child(2) {
  position: relative;
}
@media (min-width: 761px) {
  .l-mechanic-point .p-item:nth-child(2) {
    flex-direction: row-reverse;
    padding-left: 49px;
    padding-right: 0;
    padding-bottom: 84px;
    margin-bottom: 69px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-point .p-item:nth-child(2) {
    padding-top: 50.5128205128dvw;
    padding-bottom: 8.9743589744dvw;
    margin-bottom: 40dvw;
  }
}
@media (max-width: 760px) {
  .l-mechanic-point .p-item:nth-child(2) .p-item__photo {
    margin-bottom: 0;
  }
}
.l-mechanic-point .p-item:nth-child(2) .p-item__photo img {
  position: absolute;
}
@media (min-width: 761px) {
  .l-mechanic-point .p-item:nth-child(2) .p-item__photo img {
    bottom: 0;
    right: 0;
    width: 63.58%;
  }
}
@media (max-width: 760px) {
  .l-mechanic-point .p-item:nth-child(2) .p-item__photo img {
    top: -16.6666666667dvw;
    left: 0;
    right: 0;
  }
}
@media (max-width: 760px) {
  .l-mechanic-point .p-item:nth-child(2) .p-item__title {
    margin-bottom: 3.3333333333dvw;
  }
}
@media (min-width: 761px) {
  .l-mechanic-point .p-item:nth-child(2) .p-item__text {
    width: 401px;
  }
}
.l-mechanic-point .p-item.noflex {
  display: block;
  position: relative;
}
@media (min-width: 761px) {
  .l-mechanic-point .p-item.noflex {
    padding: 361px 20px 48px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-point .p-item.noflex {
    padding-top: 30.5128205128dvw;
    padding-bottom: 12.0512820513dvw;
    margin-bottom: 12.3076923077dvw;
  }
}
.l-mechanic-point .p-item.noflex .p-item__photo img {
  position: absolute;
}
@media (min-width: 761px) {
  .l-mechanic-point .p-item.noflex .p-item__photo img {
    top: -56px;
    right: 2px;
    width: 98.5%;
  }
}
@media (max-width: 760px) {
  .l-mechanic-point .p-item.noflex .p-item__photo img {
    left: 0;
    right: 0;
    top: -42.0512820513dvw;
    width: 95.2564102564dvw;
  }
}
.l-mechanic-point .p-item.noflex .p-item__info {
  max-width: 100%;
  text-align: center;
}
@media (min-width: 761px) {
  .l-mechanic-point .p-item.noflex .p-item__title {
    margin-bottom: 9px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-point .p-item.noflex .p-item__title {
    text-align: left;
    margin-bottom: 5.8974358974dvw;
  }
}
@media (min-width: 761px) {
  .l-mechanic-point .p-item.noflex .p-item__title .trimend {
    padding-left: 12px;
  }
}
@media (min-width: 761px) {
  .l-mechanic-point .p-item.noflex .p-item__text {
    text-align: center;
  }
}
@media (min-width: 761px) {
  .l-mechanic-point__step {
    padding: 40px 20px 66px;
    margin-bottom: 77px;
    border: 2px solid #848484;
  }
}
.l-mechanic-point__step__title {
  text-align: center;
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-mechanic-point__step__title {
    font-size: 2.4rem;
    margin-bottom: 43px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-point__step__title {
    font-size: 24px;
    font-size: 6.1538461538dvw;
    margin-bottom: 3.8461538462dvw;
  }
}
.l-mechanic-point__step__image {
  margin: 0 auto;
  max-width: 1056px;
}
.l-mechanic-flow {
  border: 2px solid #FFAA23;
  background: #FFF3E0;
}
@media (min-width: 761px) {
  .l-mechanic-flow {
    padding: 79px 10px 69px;
    margin-bottom: 63px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-flow {
    padding: 16.4102564103dvw 5.3846153846dvw 7.1794871795dvw;
    margin-bottom: 17.4358974359dvw;
  }
}
.l-mechanic-flow .l-mechanic__container {
  background: #FFF;
  max-width: 989px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 761px) {
  .l-mechanic-flow .l-mechanic__container {
    display: flex;
    padding: 70px 71px 49px 77px;
    gap: 61px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-flow .l-mechanic__container {
    padding: 11.5384615385dvw 7.6923076923dvw 15.3846153846dvw 11.7948717949dvw;
  }
}
.l-mechanic-flow__head {
  position: absolute;
  text-align: center;
  color: #FFF;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 700;
  z-index: 1;
  background: url(../mechanic/images/flow_bg.svg) no-repeat center/contain;
}
@media (min-width: 761px) {
  .l-mechanic-flow__head {
    top: -31px;
    width: 238px;
    font-size: 1.9rem;
    padding: 8px 5px 20px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-flow__head {
    top: -7.9487179487dvw;
    width: 61.0256410256dvw;
    font-size: 1.9rem;
    padding: 1.7948717949dvw 1.2820512821dvw 5.3846153846dvw;
  }
}
@media (min-width: 761px) {
  .l-mechanic-flow__photo {
    width: 348px;
    padding-top: 6px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-flow__photo {
    width: 55.8974358974dvw;
    margin-left: 1.5384615385dvw;
    padding-top: 4.1025641026dvw;
  }
}
@media (min-width: 761px) {
  .l-mechanic-flow__photo img {
    margin-bottom: 38px;
  }
}
@media (min-width: 761px) {
  .l-mechanic-flow__list {
    width: calc(100% - 348px - 61px);
  }
}
.l-mechanic-flow__item {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 761px) {
  .l-mechanic-flow__item {
    padding-top: 37px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-flow__item {
    padding-top: 10dvw;
  }
}
.l-mechanic-flow__item:nth-child(1) {
  padding-top: 0;
}
@media (max-width: 760px) {
  .l-mechanic-flow__item:nth-child(1) {
    padding-top: 1.0256410256dvw;
  }
}
@media (min-width: 761px) {
  .l-mechanic-flow__item:nth-child(1) .l-mechanic-flow__info:after {
    top: 10px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-flow__item:nth-child(1) .l-mechanic-flow__info:after {
    top: 3.0769230769dvw;
  }
}
@media (min-width: 761px) {
  .l-mechanic-flow__item:last-child {
    padding-bottom: 10px;
  }
}
.l-mechanic-flow__info {
  text-align: left;
}
@media (min-width: 761px) {
  .l-mechanic-flow__info {
    padding-left: 29px;
  }
}
.l-mechanic-flow__info:before {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  background: #9B9B9B;
  position: absolute;
  top: 0;
}
@media (min-width: 761px) {
  .l-mechanic-flow__info:before {
    left: 0;
  }
}
@media (max-width: 760px) {
  .l-mechanic-flow__info:before {
    left: -4.8717948718dvw;
  }
}
.l-mechanic-flow__info:after {
  content: "";
  display: block;
  background: #1E1E1E;
  border-radius: 50%;
  position: absolute;
}
@media (min-width: 761px) {
  .l-mechanic-flow__info:after {
    width: 11px;
    height: 11px;
    top: 46px;
    left: -5px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-flow__info:after {
    width: 2.8205128205dvw;
    height: 2.8205128205dvw;
    top: 11.7948717949dvw;
    left: -6.1538461538dvw;
  }
}
.l-mechanic-flow__time {
  color: #F56519;
  font-family: "poppins", sans-serif;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
@media (min-width: 761px) {
  .l-mechanic-flow__time {
    font-size: 2rem;
    margin-right: 18px;
    margin-top: 4px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-flow__time {
    font-size: 20px;
    font-size: 5.1282051282dvw;
    margin-top: 0.7692307692dvw;
    margin-right: 2.0512820513dvw;
  }
}
.l-mechanic-flow__title {
  font-weight: 700;
  letter-spacing: 0.01em;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
@media (min-width: 761px) {
  .l-mechanic-flow__title {
    font-size: 2.9rem;
  }
}
@media (max-width: 760px) {
  .l-mechanic-flow__title {
    font-size: 26px;
    font-size: 6.6666666667dvw;
    margin-bottom: 0.7692307692dvw;
  }
}
.l-mechanic-flow__textlist {
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.625;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
@media (min-width: 761px) {
  .l-mechanic-flow__textlist {
    font-size: 1.6rem;
    margin-top: 17px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-flow__textlist {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    margin-top: 2.0512820513dvw;
  }
}
.l-mechanic-flow__total {
  position: absolute;
  background: #EF0025;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
  transform: rotate(-7deg);
}
@media (min-width: 761px) {
  .l-mechanic-flow__total {
    font-size: 2.8rem;
    padding: 7px 16px;
    right: 53px;
    bottom: 49px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-flow__total {
    font-size: 28px;
    font-size: 7.1794871795dvw;
    padding: 1.7948717949dvw 4.1025641026dvw;
    right: -1.7948717949dvw;
    bottom: -1.5384615385dvw;
  }
}
.l-mechanic-school {
  background: #F2F8FA;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 761px) {
  .l-mechanic-school .l-mechanic__container {
    padding: 53px 24px 310px 10px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-school .l-mechanic__container {
    padding: 7.1794871795dvw 6.9230769231dvw 60.7692307692dvw;
  }
}
.l-mechanic-school__head {
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-mechanic-school__head {
    font-size: 4.4rem;
    margin-bottom: 26px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-school__head {
    font-size: 26px;
    font-size: 6.6666666667dvw;
    margin-bottom: 4.358974359dvw;
  }
}
.l-mechanic-school__head span {
  display: block;
}
@media (min-width: 761px) {
  .l-mechanic-school__head span {
    font-size: 2.4rem;
    margin-bottom: -2px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-school__head span {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    margin-bottom: -2px;
  }
}
.l-mechanic-school__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1060px;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-mechanic-school__list {
    align-items: flex-end;
    gap: 18px 20px;
  }
}
.l-mechanic-school__item {
  border: 1px solid #707070;
  background: #FFF;
  font-weight: 500;
}
@media (min-width: 761px) {
  .l-mechanic-school__item {
    font-size: 1.7rem;
    width: calc((100% - 60px) / 4);
    padding: 13px 5px 14px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-school__item {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    width: 100%;
    padding: 0.7692307692dvw 1.2820512821dvw 0.5128205128dvw;
  }
}
@media (max-width: 760px) {
  .l-mechanic-school__item + .l-mechanic-school__item {
    border-top: none;
  }
}
.l-mechanic-school__etc {
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 761px) {
  .l-mechanic-school__etc {
    font-size: 1.7rem;
    margin-left: -9px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-school__etc {
    font-size: 17px;
    font-size: 4.358974359dvw;
    width: 100%;
    padding: 2.0512820513dvw 1.2820512821dvw 0;
    text-align: center;
  }
}
.l-mechanic-school__img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.l-mechanic-school__img img {
  width: 100%;
  height: auto;
}
.l-mechanic-episode {
  text-align: center;
}
@media (min-width: 761px) {
  .l-mechanic-episode {
    padding: 72px 0 0;
    margin-bottom: 132px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-episode {
    padding: 12.3076923077dvw 1.5384615385dvw 20dvw;
  }
}
.l-mechanic-episode__head {
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-mechanic-episode__head {
    font-size: 4.4rem;
    margin-bottom: 35px;
    padding-right: 13px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-episode__head {
    font-size: 35px;
    font-size: 8.9743589744dvw;
    margin-bottom: 3.5897435897dvw;
  }
}
.l-mechanic-episode__head__bln {
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-mechanic-episode__head__bln {
    font-size: 2.4rem;
    padding-right: 13px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-episode__head__bln {
    font-size: 20px;
    font-size: 5.1282051282dvw;
    margin-bottom: -0.2564102564dvw;
  }
}
.l-mechanic-episode__list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 761px) {
  .l-mechanic-episode__list {
    margin-bottom: -2px;
    justify-content: center;
    gap: 28px 24px;
  }
}
.l-mechanic-episode__list li {
  border: 2px solid #FFAA23;
  background: #FFF3E0;
  position: relative;
}
@media (min-width: 761px) {
  .l-mechanic-episode__list li {
    width: calc((100% - 48px) / 3);
    border-radius: 16px;
    padding: 29px 20px 29px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
}
@media (max-width: 760px) {
  .l-mechanic-episode__list li {
    border-radius: 4.1025641026dvw;
    padding: 6.6666666667dvw 1.2820512821dvw 7.9487179487dvw;
    width: 100%;
    margin-bottom: 5.3846153846dvw;
  }
}
.l-mechanic-episode__title {
  color: #F5651A;
  font-weight: 700;
  line-height: 1.4285714286;
  width: 100%;
}
@media (min-width: 761px) {
  .l-mechanic-episode__title {
    font-size: 2.8rem;
    margin-bottom: 13px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-episode__title {
    font-size: 28px;
    font-size: 7.1794871795dvw;
    margin-bottom: 0.7692307692dvw;
  }
}
.l-mechanic-episode__text {
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  width: 100%;
}
@media (min-width: 761px) {
  .l-mechanic-episode__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .l-mechanic-episode__text {
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.l-mechanic-recruit .center {
  text-align: center;
}
.l-mechanic-recruit__btn {
  display: block;
  max-width: 862px;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-mechanic-recruit__btn {
    margin-top: 85px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-recruit__btn {
    margin-top: 12.5641025641dvw;
  }
}
.l-mechanic-recruit .l-mechanic-recruit__ttl {
  text-align: center;
  font-size: 44px;
  margin-bottom: 26px;
  font-weight: 600;
}
@media (max-width: 760px) {
  .l-mechanic-recruit .l-mechanic-recruit__ttl {
    font-size: 8.9743589744dvw;
    margin-bottom: 3.5897435897dvw;
  }
}
.l-mechanic-recruit .l-job__unit {
  border: 2px solid #FFAA23;
  background: #FFF3E0;
}
@media (min-width: 761px) {
  .l-mechanic-recruit .l-job__unit {
    padding: 79px 10px 69px;
    margin-bottom: 63px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-recruit .l-job__unit {
    padding: 7.1794871795dvw 5.3846153846dvw;
    margin-bottom: 17.4358974359dvw;
  }
}
.l-mechanic-recruit .l-job__container {
  background: #FFF;
  max-width: 989px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 761px) {
  .l-mechanic-recruit .l-job__container {
    display: flex;
    padding: 70px 71px 49px 77px;
    gap: 61px;
  }
}
@media (max-width: 760px) {
  .l-mechanic-recruit .l-job__container {
    padding: 5vw;
  }
}
.l-mechanic-recruit .l-table dt {
  background: #FFE1B1;
}

/*  理念・ビジョン
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .page-philosophy .list-page__main {
    width: 100%;
    max-width: 1200px;
  }
}
@media (max-width: 760px) {
  .page-philosophy .list-page__main {
    width: 87vw;
  }
}
.page-philosophy .l-main {
  padding-bottom: 0;
}
.page-philosophy .l-philosophy {
  text-align: center;
  margin-bottom: 224px;
}
@media (max-width: 760px) {
  .page-philosophy .l-philosophy {
    margin-bottom: 28vw;
  }
}
.page-philosophy .l-philosophy__tit {
  position: relative;
  margin: 111px auto 71px;
}
@media (max-width: 760px) {
  .page-philosophy .l-philosophy__tit {
    margin: 18vw auto 10.4vw;
  }
}
.page-philosophy .l-philosophy__tit_jp {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 760px) {
  .page-philosophy .l-philosophy__tit_jp {
    font-size: 5.13vw;
  }
}
.page-philosophy .l-philosophy__tit_en {
  font-size: 138px;
  color: #EFEFEF;
  position: absolute;
  top: 69%;
  left: 50%;
  transform: translateY(-46%) translateX(-50%);
  z-index: -1;
  letter-spacing: 0.5rem;
}
@media (max-width: 760px) {
  .page-philosophy .l-philosophy__tit_en {
    font-size: 13.08vw;
  }
}
.page-philosophy .l-philosophy__subtit {
  font-size: 50px;
  font-weight: 600;
  font-feature-settings: "palt";
}
@media (max-width: 760px) {
  .page-philosophy .l-philosophy__subtit {
    font-size: 7.69vw;
    line-height: 1.4;
  }
}
.page-philosophy .l-philosophy__text {
  font-size: 15px;
  margin: 19px auto 78px;
  line-height: 2.34;
  letter-spacing: 0.01rem;
}
@media (max-width: 760px) {
  .page-philosophy .l-philosophy__text {
    font-size: 3.85vw;
    margin: 7.6vw auto 9.6vw;
    line-height: 2;
  }
}
.page-philosophy .l-philosophy img {
  max-width: 1074px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .page-philosophy .l-philosophy img {
    width: 92.7vw;
    left: -3vw;
    position: relative;
  }
}

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