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

colors setting

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

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

×：$black
◯：$dark-text

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

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

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

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

中面 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;
  z-index: 1;
  position: relative;
}
@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%;
  }
}
.list-page__main.wide {
  max-width: 100%;
  padding: 0;
}
.list-page__main.wide .l-section__container {
  margin-left: auto;
  margin-right: auto;
}

@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%;
  }
}

/*  page-cmn
*----------------------------------- */
.page-cmn {
  position: relative;
}
.page-cmn:before, .page-cmn:after {
  content: "";
  display: block;
  top: 0;
  right: 0;
}
.page-cmn:before {
  width: 100%;
  height: 100%;
  left: 0;
  position: fixed;
  background: url("../images/cmn/bg.png") 50% 31px no-repeat;
  transform: translateX(-3.1%);
  background-size: 1440px;
  background-attachment: fixed;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-cmn:before {
    background: url("../images/cmn/sp/bg.png") center -2.0512820513dvw no-repeat;
    background-size: 100svh auto;
    background-attachment: fixed;
    transform: translateX(0);
  }
}
.page-cmn:after {
  position: absolute;
  background: url("../images/cmn/page_bg.png") left bottom no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .page-cmn:after {
    width: 463px;
    height: 447px;
    background-size: 546px auto;
  }
}
@media (max-width: 767px) {
  .page-cmn:after {
    background-image: url("../images/cmn/sp/page_bg.png");
    width: 34.1025641026dvw;
    height: 74.8717948718dvw;
    background-size: 63.5897435897dvw auto;
  }
}
.page-cmn .list-page__header {
  background: #00002B;
}
.page-cmn .list-page__header__container {
  z-index: 2;
  position: relative;
}
.page-cmn .other-link {
  border-top: 2px solid #448031;
  margin: 0;
}
.page-cmn .other-link__wrap {
  border: none;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  padding-left: 4%;
  padding-right: 4%;
  background: #FBFBF8;
}
@media (max-width: 767px) {
  .page-cmn .other-link__wrap {
    padding-left: 5.1282051282dvw;
    padding-right: 5.1282051282dvw;
  }
}
@media (max-width: 767px) {
  .page-cmn .other-link__ttl {
    margin-bottom: 9.2307692308dvw;
  }
}
@media (max-width: 767px) {
  .page-cmn .other-link__ttl span {
    margin-bottom: 3.0769230769dvw;
    letter-spacing: 0.05em;
  }
}

/*  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 #131313;
  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 #1D65DE;
}
.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: #AFAFAF;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__catch {
    font-size: 10vw;
    margin-bottom: 2vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item__title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__title {
    font-size: 4.2vw;
    margin-bottom: 5vw;
    line-height: 1;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item:nth-child(2n) {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item:last-child {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button {
  margin-left: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button span {
  padding-left: 0;
}

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

.l-cmn-member .l-member__header {
  text-align: center;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header {
    margin-bottom: 3%;
  }
}
.l-cmn-member .l-member__header__title {
  font-family: "montserrat", sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
  color: #1D65DE;
}
@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;
  }
}

@media (min-width: 768px) {
  .page-company .l-main {
    padding-bottom: 246px;
  }
}
@media (max-width: 767px) {
  .page-company .l-main {
    padding-bottom: 30.5128205128dvw;
  }
}

@media (min-width: 768px) {
  .l-company {
    margin-top: 144px;
    margin-bottom: 98px;
  }
}
@media (max-width: 767px) {
  .l-company {
    margin-top: 19.2307692308dvw;
    margin-bottom: 14.6153846154dvw;
  }
}
.l-company__container {
  border-radius: 30px;
  border-width: 2px;
  border-style: solid;
  background: #FFF;
}
@media (min-width: 768px) {
  .l-company__container {
    padding: 47px 2% 19px;
  }
}
@media (max-width: 767px) {
  .l-company__container {
    padding: 10.2564102564dvw 5.641025641dvw 12.3076923077dvw;
  }
}
.l-company .l-company__container {
  border-color: #1C65DE;
}
@media (min-width: 768px) {
  .l-company .l-company__container {
    padding: 47px 2% 19px;
  }
}
@media (min-width: 768px) {
  .l-company .l-table {
    max-width: 952px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .l-company__access {
    margin-bottom: 112px;
  }
}
@media (max-width: 767px) {
  .l-company__access {
    margin-bottom: 14.6153846154dvw;
  }
}
.l-company__access .l-company__container {
  border-color: #448031;
}
@media (min-width: 768px) {
  .l-company__access .l-company__container {
    padding-top: 57px;
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .l-company__access .l-company__container {
    padding-left: 3.8461538462dvw;
    padding-right: 3.8461538462dvw;
  }
}
.l-company__access__title {
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media (min-width: 768px) {
  .l-company__access__title {
    font-size: 2.2rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .l-company__access__title {
    font-size: 5.1282051282dvw;
    padding-bottom: 6.9230769231dvw;
    margin-bottom: 5.3846153846dvw;
  }
}
.l-company__access__title:after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  background: #448031;
  position: absolute;
}
@media (min-width: 768px) {
  .l-company__access__title:after {
    width: 34px;
  }
}
@media (max-width: 767px) {
  .l-company__access__title:after {
    width: 8.7179487179dvw;
  }
}
.l-company__access__text {
  text-align: center;
  font-weight: 400;
}
@media (min-width: 768px) {
  .l-company__access__text {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
@media (max-width: 767px) {
  .l-company__access__text {
    font-size: 3.8461538462dvw;
    line-height: 1.6666666667;
    letter-spacing: 0.03em;
  }
}
.l-company__access__map {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-company__access__map {
    margin-top: 39px;
    max-width: 952px;
  }
}
@media (max-width: 767px) {
  .l-company__access__map {
    margin-top: 5.641025641dvw;
  }
}
.l-company__access__map iframe {
  width: 100%;
}
@media (min-width: 768px) {
  .l-company__access__map iframe {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .l-company__access__map iframe {
    height: 50.7692307692dvw;
  }
}
.l-company__history .l-company__container {
  border-color: #FF2284;
}
@media (min-width: 768px) {
  .l-company__history .l-company__container {
    padding-top: 67px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .l-company__history .l-company__container {
    padding-top: 9.4871794872dvw;
  }
}
.l-company__history__title {
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media (min-width: 768px) {
  .l-company__history__title {
    padding-bottom: 28px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .l-company__history__title {
    padding-bottom: 6.6666666667dvw;
    margin-bottom: 4.6153846154dvw;
  }
}
.l-company__history__title:after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  background: #FF2284;
  position: absolute;
}
@media (min-width: 768px) {
  .l-company__history__title:after {
    width: 34px;
  }
}
@media (max-width: 767px) {
  .l-company__history__title:after {
    width: 8.7179487179dvw;
  }
}
.l-company__history__title span {
  display: block;
}
.l-company__history__title span.en {
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #FF2284;
}
@media (min-width: 768px) {
  .l-company__history__title span.en {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .l-company__history__title span.en {
    font-size: 10.2564102564dvw;
  }
}
.l-company__history__title span.ja {
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-company__history__title span.ja {
    font-size: 1.5rem;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .l-company__history__title span.ja {
    font-weight: 700;
    font-size: 5.1282051282dvw;
    margin-top: 5.1282051282dvw;
  }
}

.l-history__items {
  max-width: 1042px;
  margin: 0 auto;
}
.l-history__item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #BEBEBE;
}
@media (min-width: 768px) {
  .l-history__item {
    gap: 4px;
    padding: 0 0 0 5.25%;
  }
}
@media (max-width: 767px) {
  .l-history__item {
    display: block;
    padding-top: 4.8717948718dvw;
    padding-bottom: 4.1025641026dvw;
  }
}
.l-history__item:last-child {
  border: none;
}
.l-history__year {
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.6666666667;
}
@media (min-width: 768px) {
  .l-history__year {
    font-size: 1.6rem;
    width: 154px;
    padding: 19px 0 19px;
  }
}
@media (max-width: 767px) {
  .l-history__year {
    font-size: 3.8461538462dvw;
    margin-bottom: 1vw;
  }
}
.l-history__content {
  position: relative;
}
@media (min-width: 768px) {
  .l-history__content {
    width: calc(100% - 4px - 154px);
    padding: 19px 0 19px;
  }
}
@media (max-width: 767px) {
  .l-history__content {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .l-history__content.single {
    padding-bottom: 0;
    margin-bottom: 4px;
  }
}
@media (min-width: 768px) {
  .l-history__textbox {
    gap: 21px;
    display: flex;
  }
}
@media (max-width: 767px) {
  .l-history__textbox {
    display: block;
  }
}
@media (min-width: 768px) {
  .l-history__textbox + .l-history__textbox {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .l-history__textbox + .l-history__textbox {
    margin-top: 1.2820512821dvw;
  }
}
.l-history__month {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6666666667;
}
@media (min-width: 768px) {
  .l-history__month {
    font-size: 1.6rem;
    width: 35px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .l-history__month {
    font-size: 3.8461538462dvw;
  }
}
.l-history__text {
  font-weight: 400;
  text-align: left;
  line-height: 1.7333333333;
}
@media (min-width: 768px) {
  .l-history__text {
    font-size: 1.6rem;
    width: calc(100% - 35px - 21px);
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .l-history__text {
    font-size: 3.8461538462dvw;
    letter-spacing: 0.01em;
    padding-top: 0;
  }
}

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

@media (min-width: 768px) {
  .l-business {
    margin: 0 auto;
    max-width: calc(1200px + 8%);
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  .l-business {
    margin-bottom: 14.6153846154dvw;
  }
}
.l-business__intro {
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.646) 21.2%, rgba(255, 255, 255, 0.646) 78.8%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 768px) {
  .l-business__intro {
    margin-top: 68px;
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .l-business__intro {
    margin-top: -1.0256410256dvw;
    margin-bottom: 9.4871794872dvw;
  }
}
@media (min-width: 768px) {
  .l-business__intro .l-business__container {
    padding: 100px 2% 74px;
    max-width: calc(1200px + 8%);
  }
}
@media (max-width: 767px) {
  .l-business__intro .l-business__container {
    padding: 8.4615384615dvw 0 12.3076923077dvw;
  }
}
@media (min-width: 768px) {
  .l-business__intro__title {
    margin-bottom: 62px;
  }
}
@media (max-width: 767px) {
  .l-business__intro__title {
    margin-bottom: 11.2820512821dvw;
    padding-bottom: 7.4358974359dvw;
    position: relative;
  }
}
.l-business__intro__title span {
  display: block;
}
.l-business__intro__title span.head {
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-business__intro__title span.head {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .l-business__intro__title span.head {
    font-size: 3.8461538462dvw;
    margin-bottom: 4.8717948718dvw;
  }
}
.l-business__intro__title span.main {
  font-weight: 700;
  color: #448031;
}
@media (min-width: 768px) {
  .l-business__intro__title span.main {
    font-size: 4.4rem;
  }
}
@media (max-width: 767px) {
  .l-business__intro__title span.main {
    font-size: 6.1538461538dvw;
  }
}
@media (min-width: 768px) {
  .l-business__intro__title:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .l-business__intro__title:after {
    content: "";
    display: block;
    width: 6.9230769231dvw;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    position: absolute;
    background: #448031;
  }
}
.l-business__intro__image {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-business__intro__image {
    width: 83.5897435897dvw;
  }
}
.l-business__intro__image img {
  height: auto;
}
.l-business .p-item {
  border-radius: 30px;
  border-width: 2px;
  border-style: solid;
  border-color: #FF2284;
  overflow: hidden;
  background: #FFF;
}
@media (min-width: 768px) {
  .l-business .p-item {
    text-align: center;
    padding: 0 6.25% 71px;
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .l-business .p-item {
    padding: 9.2307692308dvw 4.6153846154dvw 11.2820512821dvw;
    margin-bottom: 16.1538461538dvw;
  }
}
@media (max-width: 767px) {
  .l-business .p-item:nth-of-type(even) .p-item__title:before {
    background-position: top right;
    background-size: auto 26.6666666667dvw;
  }
}
.l-business .p-item:nth-of-type(2) {
  border-color: #49BBF7;
}
.l-business .p-item:nth-of-type(2) .p-item__title .en {
  color: #4ABBF7;
}
@media (min-width: 768px) {
  .l-business .p-item:nth-of-type(2) .p-item__title .en {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .l-business .p-item:nth-of-type(2) .p-item__title .en {
    left: 0.5128205128dvw;
  }
}
.l-business .p-item:nth-of-type(2) .p-item__title .head {
  background: linear-gradient(270deg, #4ABBF7 0%, #1D65DE 100%);
}
.l-business .p-item:nth-of-type(2) .p-item__title .main {
  color: #1D65DE;
}
@media (min-width: 768px) {
  .l-business .p-item:nth-of-type(2) .p-item__title:before {
    background-image: url("../business/images/bg02.png");
  }
}
@media (max-width: 767px) {
  .l-business .p-item:nth-of-type(2) .p-item__title:before {
    background-image: url("../business/images/sp/bg02.png");
  }
}
.l-business .p-item:nth-of-type(2) .p-item__title:after {
  background: #4ABBF7;
}
.l-business .p-item:nth-of-type(2) .p-item__text__color {
  color: #1D65DE;
}
.l-business .p-item:nth-of-type(1) {
  border-color: #47E522;
}
.l-business .p-item:nth-of-type(1) .p-item__title .en {
  color: #48E523;
}
@media (min-width: 768px) {
  .l-business .p-item:nth-of-type(1) .p-item__title .en {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .l-business .p-item:nth-of-type(1) .p-item__title .en {
    left: 1.2820512821dvw;
  }
}
.l-business .p-item:nth-of-type(1) .p-item__title .head {
  background: linear-gradient(270deg, #448031 0%, #47e522 100%);
}
.l-business .p-item:nth-of-type(1) .p-item__title .main {
  color: #448031;
}
@media (min-width: 768px) {
  .l-business .p-item:nth-of-type(1) .p-item__title:before {
    background-image: url("../business/images/bg03.png");
  }
}
@media (max-width: 767px) {
  .l-business .p-item:nth-of-type(1) .p-item__title:before {
    background-image: url("../business/images/sp/bg03.png");
  }
}
.l-business .p-item:nth-of-type(1) .p-item__title:after {
  background: #48E523;
}
.l-business .p-item:nth-of-type(1) .p-item__text__color {
  color: #448031;
}
.l-business .p-item:nth-of-type(3) {
  border-color: #762ED8;
}
.l-business .p-item:nth-of-type(3) .p-item__title .en {
  color: #762ED8;
}
@media (min-width: 768px) {
  .l-business .p-item:nth-of-type(3) .p-item__title .en {
    left: 4px;
  }
}
@media (max-width: 767px) {
  .l-business .p-item:nth-of-type(3) .p-item__title .en {
    left: -1.0256410256dvw;
  }
}
.l-business .p-item:nth-of-type(3) .p-item__title .head {
  background: linear-gradient(270deg, #1d65de 0%, #762ED8 100%);
}
.l-business .p-item:nth-of-type(3) .p-item__title .main {
  color: #762ED8;
}
@media (min-width: 768px) {
  .l-business .p-item:nth-of-type(3) .p-item__title:before {
    background-image: url("../business/images/bg04.png");
  }
}
@media (max-width: 767px) {
  .l-business .p-item:nth-of-type(3) .p-item__title:before {
    background-image: url("../business/images/sp/bg04.png");
  }
}
.l-business .p-item:nth-of-type(3) .p-item__title:after {
  background: #762ED8;
}
.l-business .p-item:nth-of-type(3) .p-item__text__color {
  color: #762ED8;
}
.l-business .p-item__title {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .l-business .p-item__title {
    padding-top: 72px;
    padding-bottom: 41px;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__title {
    padding-bottom: 6.6666666667dvw;
    margin-bottom: 7.9487179487dvw;
  }
}
.l-business .p-item__title span {
  display: block;
  text-align: center;
}
.l-business .p-item__title .en {
  opacity: 0.1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: absolute;
  color: #FF2284;
}
@media (min-width: 768px) {
  .l-business .p-item__title .en {
    font-size: min(18vw, 24.2rem);
    top: -16px;
    left: -15px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__title .en {
    font-size: 18.9743589744dvw;
    top: 6.9230769231dvw;
    left: -2.3076923077dvw;
  }
}
.l-business .p-item__title .head {
  color: #FFF;
  font-weight: 700;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(270deg, #ff6121 0%, #ff2284 100%);
}
@media (min-width: 768px) {
  .l-business .p-item__title .head {
    font-size: 2.2rem;
    min-width: 150px;
    padding: 8px 5px 7px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__title .head {
    font-size: 4.1025641026dvw;
    min-width: 30dvw;
    padding: 1.2820512821dvw 1.2820512821dvw 1.5384615385dvw;
    margin-bottom: 6.9230769231dvw;
  }
}
.l-business .p-item__title .main {
  font-weight: 700;
  color: #FF2284;
}
@media (min-width: 768px) {
  .l-business .p-item__title .main {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__title .main {
    font-size: 5.1282051282dvw;
  }
}
.l-business .p-item__title:before, .l-business .p-item__title:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
}
.l-business .p-item__title:before {
  background: url("../business/images/bg01.png") left top no-repeat;
  left: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .l-business .p-item__title:before {
    width: 115%;
    height: 317px;
    background-size: auto 100%;
    top: -1px;
    left: -7.5%;
    right: -7.5%;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__title:before {
    background-image: url("../business/images/sp/bg01.png");
    width: calc(100% + 10.2564102564dvw);
    height: 26.9230769231dvw;
    background-size: auto 26.4102564103dvw;
    left: -5.1282051282dvw;
    right: -5.1282051282dvw;
    top: -9.4871794872dvw;
  }
}
.l-business .p-item__title:after {
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  background: #FF2284;
}
@media (min-width: 768px) {
  .l-business .p-item__title:after {
    width: 35px;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__title:after {
    width: 6.9230769231dvw;
  }
}
.l-business .p-item__lead {
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .l-business .p-item__lead {
    font-size: 2.2rem;
    margin-bottom: 40px;
    line-height: 1.7272727273;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__lead {
    font-size: 5.1282051282dvw;
    line-height: 1.5;
    margin-bottom: 7.9487179487dvw;
  }
}
.l-business .p-item__lead .head {
  display: block;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-business .p-item__lead .head {
    font-size: 1.7rem;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__lead .head {
    font-size: 3.8461538462dvw;
    margin-bottom: 2.5641025641dvw;
  }
}
.l-business .p-item__text {
  font-weight: 400;
}
@media (min-width: 768px) {
  .l-business .p-item__text {
    font-size: 1.5rem;
    margin-top: 28px;
    line-height: 1.8666666667;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__text {
    font-size: 3.8461538462dvw;
    margin: 7.6923076923dvw -0.7692307692dvw 0 -0.2564102564dvw;
    line-height: 2;
  }
}
.l-business .p-item__text__color {
  font-weight: 700;
  color: #FF2284;
}
@media (min-width: 768px) {
  .l-business .p-item__text__color {
    font-size: 2rem;
    line-height: 1.65;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__text__color {
    font-size: 4.358974359dvw;
    line-height: 1.5882352941;
    margin-top: 4.358974359dvw;
  }
}
.l-business .p-item__images {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .l-business .p-item__images {
    margin-top: 57px;
    gap: 7px;
  }
}
@media (max-width: 767px) {
  .l-business .p-item__images {
    margin-top: 9.7435897436dvw;
    gap: 0.7692307692dvw;
  }
}
.l-business .p-item__images img {
  display: block;
}
@media (min-width: 768px) {
  .l-business .p-item__images img {
    width: calc((100% - 14px) / 3);
  }
}
@media (max-width: 767px) {
  .l-business .p-item__images img {
    width: calc((100% - 0.7692307692dvw) / 2);
  }
}
@media (max-width: 767px) {
  .l-business .p-item__images img:first-child {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .page-about .l-main {
    padding-bottom: 114px;
  }
}
@media (max-width: 767px) {
  .page-about .l-main {
    padding-bottom: 36.6666666667dvw;
  }
}
.page-about .list-page__list {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.646) 21.2%, rgba(255, 255, 255, 0.646) 78.8%, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 768px) {
  .l-about {
    margin: 0 auto;
    padding: 0 2%;
  }
}
@media (max-width: 767px) {
  .l-about {
    margin-bottom: 14.6153846154dvw;
  }
}
.l-about__container {
  border-bottom: 2px solid #E6E6E6;
}
@media (min-width: 768px) {
  .l-about__container {
    max-width: 1200px;
    padding: 80px 20px 56px;
  }
}
.l-about__title {
  text-align: center;
}
@media (min-width: 768px) {
  .l-about__title {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .l-about__title {
    margin-bottom: 6.9230769231dvw;
  }
}
.l-about__title .en {
  font-weight: 800;
  letter-spacing: 0.05em;
  display: block;
}
@media (min-width: 768px) {
  .l-about__title .en {
    font-size: 5.3rem;
  }
}
@media (max-width: 767px) {
  .l-about__title .en {
    font-size: 8.9743589744dvw;
  }
}
.l-about__title .ja {
  font-weight: 500;
  display: block;
}
@media (min-width: 768px) {
  .l-about__title .ja {
    margin-top: 16px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .l-about__title .ja {
    margin-top: 3.0769230769dvw;
    font-size: 3.8461538462dvw;
  }
}
.l-about__lead {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-about__lead {
    line-height: 1.6129032258;
    font-size: 3.1rem;
  }
}
@media (max-width: 767px) {
  .l-about__lead {
    line-height: 1.7647058824;
    font-size: 4.358974359dvw;
  }
}
.l-about__text {
  font-weight: 400;
  line-height: 1.8666666667;
}
@media (min-width: 768px) {
  .l-about__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .l-about__text {
    font-size: 3.8461538462dvw;
  }
}
@media (min-width: 768px) {
  .l-about__text + .l-about__text {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .l-about__text + .l-about__text {
    margin-top: 7.1794871795dvw;
  }
}
.l-about__text__color {
  font-weight: 700;
  color: #FF2184;
}
@media (min-width: 768px) {
  .l-about__text__color {
    font-size: 2.4rem;
    margin-top: 1em;
  }
}
@media (max-width: 767px) {
  .l-about__text__color {
    font-size: 4.358974359dvw;
    margin-top: 6.6666666667dvw;
  }
}
.l-about__text__large {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-about__text__large {
    font-size: 2.4rem;
    line-height: 1.9166666667;
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .l-about__text__large {
    font-size: 4.358974359dvw;
    line-height: 2.1176470588;
    margin-top: 1.7948717949dvw;
  }
}
.l-about__text__large strong {
  border-bottom: 2px solid #FF2184;
}
@media (min-width: 768px) {
  .l-about__text__large strong {
    padding-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .l-about__text__large strong {
    padding-bottom: 1.2820512821dvw;
  }
}
.l-about__philosophy {
  text-align: center;
}
@media (min-width: 768px) {
  .l-about__philosophy {
    margin-top: 68px;
  }
}
@media (max-width: 767px) {
  .l-about__philosophy {
    margin-top: 13.8461538462dvw;
    margin-bottom: 9.4871794872dvw;
  }
}
@media (max-width: 767px) {
  .l-about__philosophy .l-about__container {
    padding-bottom: 11.2820512821dvw;
  }
}
.l-about__philosophy .l-about__title .en {
  color: #448031;
}
.l-about__purpose {
  text-align: center;
}
@media (min-width: 768px) {
  .l-about__purpose .l-about__container {
    padding-top: 65px;
    padding-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .l-about__purpose .l-about__container {
    padding: 4.1025641026dvw 0 20.2564102564dvw;
  }
}
@media (max-width: 767px) {
  .l-about__purpose .l-about__title {
    margin-bottom: 5.641025641dvw;
  }
}
.l-about__purpose .l-about__title .en {
  color: #FF2184;
}
@media (min-width: 768px) {
  .l-about__purpose .l-about__lead {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .l-about__purpose .l-about__lead {
    line-height: 1.7;
    font-size: 5.1282051282dvw;
    margin-bottom: 4.358974359dvw;
  }
}
.l-about__vision {
  text-align: center;
}
.l-about__vision .l-about__container {
  border: none;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 20%, #fff 80%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 768px) {
  .l-about__vision .l-about__container {
    padding-top: 106px;
    padding-bottom: 78px;
  }
}
@media (max-width: 767px) {
  .l-about__vision .l-about__container {
    padding: 16.6666666667dvw 0 10dvw;
  }
}
@media (min-width: 768px) {
  .l-about__vision .l-about__title {
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .l-about__vision .l-about__title {
    margin-bottom: 8.7179487179dvw;
  }
}
.l-about__vision .l-about__title .en {
  color: #1D65DE;
}
.l-about__vision__image {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-about__vision__image {
    width: 97.9487179487dvw;
    margin-left: -3.0769230769dvw;
  }
}
.l-about__vision__image img {
  height: auto;
}
.l-about__vision .p-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  background: #FFF;
}
@media (min-width: 768px) {
  .l-about__vision .p-items {
    gap: 37px 42px;
    max-width: calc(1200px + 4%);
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 767px) {
  .l-about__vision .p-items {
    width: 100%;
    gap: 4.6153846154dvw;
  }
}
.l-about__vision .p-items .l-about__text__large {
  width: 100%;
  border-bottom: 2px solid #E6E6E6;
}
@media (min-width: 768px) {
  .l-about__vision .p-items .l-about__text__large {
    padding: 14px 0 124px;
  }
}
@media (max-width: 767px) {
  .l-about__vision .p-items .l-about__text__large {
    padding: 7.4358974359dvw 0 23.5897435897dvw;
    line-height: 1.9411764706;
  }
}
.l-about__vision .p-item {
  border: 1px solid #448031;
  text-align: center;
}
@media (min-width: 768px) {
  .l-about__vision .p-item {
    width: calc((100% - 42px) / 2);
    padding: 39px 10px 38px;
  }
}
@media (max-width: 767px) {
  .l-about__vision .p-item {
    width: 100%;
    padding: 6.9230769231dvw 1.2820512821dvw 3.5897435897dvw;
  }
}
.l-about__vision .p-item__en {
  font-weight: 800;
  letter-spacing: 0.05em;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .l-about__vision .p-item__en {
    font-size: 3.2rem;
    margin-left: 5px;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .l-about__vision .p-item__en {
    font-size: 5.8974358974dvw;
    margin-bottom: 1.2820512821dvw;
  }
}
.l-about__vision .p-item__title {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-about__vision .p-item__title {
    font-size: 3.5rem;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .l-about__vision .p-item__title {
    font-size: 5.8974358974dvw;
    margin-bottom: 3.8461538462dvw;
  }
}
.l-about__vision .p-item__mission {
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .l-about__vision .p-item__mission {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .l-about__vision .p-item__mission {
    font-size: 3.8461538462dvw;
    margin: 0 0 1.7948717949dvw 2.0512820513dvw;
  }
}
.l-about__vision .p-item__text {
  font-weight: 400;
  line-height: 1.7647058824;
}
@media (min-width: 768px) {
  .l-about__vision .p-item__text {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .l-about__vision .p-item__text {
    font-size: 4.358974359dvw;
  }
}
.l-about__vision .p-item:nth-child(1) {
  border-color: #448031;
}
.l-about__vision .p-item:nth-child(1) .p-item__en {
  color: #448031;
}
.l-about__vision .p-item:nth-child(1) .p-item__title {
  color: #448031;
}
.l-about__vision .p-item:nth-child(2) {
  border-color: #1D65DE;
}
.l-about__vision .p-item:nth-child(2) .p-item__en {
  color: #1D65DE;
}
.l-about__vision .p-item:nth-child(2) .p-item__title {
  color: #1D65DE;
}
.l-about__vision .p-item:nth-child(3) {
  border-color: #762ED8;
}
.l-about__vision .p-item:nth-child(3) .p-item__en {
  color: #762ED8;
}
.l-about__vision .p-item:nth-child(3) .p-item__title {
  color: #762ED8;
}
.l-about__vision .p-item:nth-child(4) {
  border-color: #FF2284;
}
.l-about__vision .p-item:nth-child(4) .p-item__en {
  color: #FF2284;
}
.l-about__vision .p-item:nth-child(4) .p-item__title {
  color: #FF2284;
}
.l-about__message {
  position: relative;
}
.l-about__message:before, .l-about__message:after {
  content: "";
  display: block;
  position: absolute;
}
.l-about__message:before {
  background: url("../about/images/message_bg01.png") left top no-repeat;
  left: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .l-about__message:before {
    width: 31.5277777778%;
    height: 268px;
    background-size: contain;
    top: -1px;
  }
}
@media (max-width: 767px) {
  .l-about__message:before {
    background-image: url("../about/images/sp/message_bg01.png");
    width: 58.9743589744dvw;
    height: 36.1538461538dvw;
    background-size: contain;
    left: -5.1282051282dvw;
    top: -0.2564102564dvw;
  }
}
.l-about__message:after {
  background: url("../about/images/message_bg02.png") left bottom no-repeat;
}
@media (min-width: 768px) {
  .l-about__message:after {
    width: 23.3333333333%;
    height: 318px;
    background-size: contain;
    bottom: -100px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .l-about__message:after {
    background-image: url("../about/images/sp/message_bg02.png");
    width: calc(100% + 10.2564102564dvw);
    height: 26.9230769231dvw;
    background-size: auto 26.4102564103dvw;
    bottom: -5.1282051282dvw;
    right: -5.1282051282dvw;
  }
}
.l-about__message .l-about__container {
  border: none;
}
@media (min-width: 768px) {
  .l-about__message .l-about__container {
    padding-top: 109px;
    padding-bottom: 76px;
    max-width: 1240px;
  }
}
@media (max-width: 767px) {
  .l-about__message .l-about__container {
    padding: 38.9743589744dvw 0 0;
  }
}
@media (min-width: 768px) {
  .l-about__message .l-about__title {
    margin-bottom: 7px;
  }
}
.l-about__message .l-about__title .en {
  color: #762ED8;
}
@media (min-width: 768px) {
  .l-about__message__info {
    padding-top: 112px;
    padding-left: 43.8333333333%;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .l-about__message__info {
    padding: 108vw 0 7.1794871795dvw;
  }
}
.l-about__message__lead {
  font-weight: 700;
  line-height: 1.1282051282;
}
@media (min-width: 768px) {
  .l-about__message__lead {
    font-size: 3.9rem;
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .l-about__message__lead {
    font-size: 6.4vw;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 5.641025641dvw;
  }
}
.l-about__message__name {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-about__message__name {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .l-about__message__name {
    font-size: 4.358974359dvw;
    text-align: center;
    padding-right: 4.358974359dvw;
  }
}
.l-about__message__name span {
  display: block;
}
.l-about__message__name span.en {
  color: #762ED8;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .l-about__message__name span.en {
    font-size: 1.4rem;
    margin-top: 11px;
  }
}
@media (max-width: 767px) {
  .l-about__message__name span.en {
    font-size: 3.5897435897dvw;
    margin-top: 1.7948717949dvw;
  }
}
.l-about__message__block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .l-about__message__block {
    border: 1px solid #BABABA;
    background: #FFF;
    border-radius: 30px;
    margin-bottom: 57px;
    padding-top: 44px;
    padding-left: 43.8333333333%;
    padding-right: 42px;
    padding-bottom: 47px;
  }
}
@media (min-width: 768px) {
  .l-about__message__block__info {
    width: calc(100% - 566px);
  }
}
.l-about__message__image {
  display: block;
  position: absolute;
}
@media (min-width: 768px) {
  .l-about__message__image {
    bottom: 0;
    left: -36px;
    width: 47.1666666667%;
  }
}
@media (max-width: 767px) {
  .l-about__message__image {
    top: -162.5641025641dvw;
    width: 89.7435897436dvw;
  }
}
.l-about__message__image img {
  height: auto;
}
.l-about__message__text {
  font-weight: 500;
  line-height: 2.2666666667;
}
@media (min-width: 768px) {
  .l-about__message__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .l-about__message__text {
    font-size: 3.8461538462dvw;
  }
}
.l-about__message__text__color {
  font-weight: 700;
  line-height: 1.5384615385;
  color: #762ED8;
}
@media (min-width: 768px) {
  .l-about__message__text__color {
    font-size: 2.6rem;
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .l-about__message__text__color {
    font-size: 6.6666666667dvw;
    text-align: center;
    margin-top: 7.9487179487dvw;
  }
}

.page-what::after, .page-career::after {
  background-size: contain;
}
@media (min-width: 768px) {
  .page-what::after, .page-career::after {
    background-image: url(../what/images/page_bg.png);
    width: 430px;
    height: 410px;
  }
}
@media (max-width: 767px) {
  .page-what::after, .page-career::after {
    background-image: url(../what/images/sp/page_bg.png);
    width: 43.5897435897dvw;
    height: 57.1794871795dvw;
  }
}
.page-what::before, .page-career::before {
  z-index: 1;
}
.page-what .l-main, .page-career .l-main {
  padding-bottom: 0;
}
.page-what .list-page, .page-career .list-page {
  background: #00002B;
}

@media (max-width: 767px) {
  .page-what::after {
    z-index: 0;
  }
}

@media (min-width: 768px) {
  .page-what .list-page {
    padding-bottom: 68px;
  }
}
@media (max-width: 767px) {
  .page-what .list-page {
    padding-bottom: 7.6923076923dvw;
  }
}
.page-what .list-page__header {
  margin-bottom: 0;
}
.page-what .list-page__anc {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .page-what .list-page__anc {
    max-width: 1240px;
    padding: 0 20px 101px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .page-what .list-page__anc {
    padding: 0 5.1282051282dvw;
  }
}
.page-what .list-page__anc__head {
  color: #FFF;
  font-weight: 700;
  border-top: 2px solid #47E522;
}
@media (min-width: 768px) {
  .page-what .list-page__anc__head {
    padding-top: 54px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .page-what .list-page__anc__head {
    padding-top: 11.5384615385dvw;
    font-size: 5.1282051282dvw;
    margin-bottom: 2.3076923077dvw;
  }
}
.page-what .list-page__anc__title {
  color: #448031;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-what .list-page__anc__title {
    font-size: 3.4rem;
  }
}
@media (max-width: 767px) {
  .page-what .list-page__anc__title {
    font-size: 6.4102564103dvw;
  }
}
@media (min-width: 768px) {
  .page-what .list-page__anc__title strong {
    font-size: 4.4rem;
  }
}
@media (max-width: 767px) {
  .page-what .list-page__anc__title strong {
    font-size: 8.2051282051dvw;
  }
}
.page-what .list-page__anc ul.l-anc-list {
  display: flex;
  flex-flow: wrap;
  counter-reset: nav;
}
@media (min-width: 768px) {
  .page-what .list-page__anc ul.l-anc-list {
    gap: 22px;
    margin: 59px auto 20px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .page-what .list-page__anc ul.l-anc-list {
    gap: 3.5897435897dvw 4.1025641026dvw;
    margin: 10.2564102564dvw auto 20px;
  }
}
.page-what .list-page__anc ul.l-anc-list li {
  counter-increment: nav;
}
@media (min-width: 768px) {
  .page-what .list-page__anc ul.l-anc-list li {
    width: calc((100% - 88px) / 5);
  }
}
@media (max-width: 767px) {
  .page-what .list-page__anc ul.l-anc-list li {
    width: calc((100% - 4.1025641026dvw) / 2);
  }
}
.page-what .list-page__anc ul.l-anc-list li:nth-child(1) a:after {
  background-color: #47E522;
}
.page-what .list-page__anc ul.l-anc-list li:nth-child(1) a .p-item__text:before {
  color: #47E522;
}
.page-what .list-page__anc ul.l-anc-list li:nth-child(2) a:after {
  background-color: #FFFF2B;
}
.page-what .list-page__anc ul.l-anc-list li:nth-child(2) a .p-item__text:before {
  color: #FFFF2B;
}
.page-what .list-page__anc ul.l-anc-list li:nth-child(3) a:after {
  background-color: #FF2284;
}
.page-what .list-page__anc ul.l-anc-list li:nth-child(3) a .p-item__text:before {
  color: #FF2284;
}
.page-what .list-page__anc ul.l-anc-list li:nth-child(4) a:after {
  background-color: #762ED8;
}
.page-what .list-page__anc ul.l-anc-list li:nth-child(4) a .p-item__text:before {
  color: #762ED8;
}
.page-what .list-page__anc ul.l-anc-list li:nth-child(5) a:after {
  background-color: #1D65DE;
}
.page-what .list-page__anc ul.l-anc-list li:nth-child(5) a .p-item__text:before {
  color: #1D65DE;
}
.page-what .list-page__anc ul.l-anc-list li a {
  position: relative;
  text-align: center;
  color: #FFF;
  display: block;
}
@media (min-width: 768px) {
  .page-what .list-page__anc ul.l-anc-list li a {
    padding: 39px 0 44px;
  }
}
@media (max-width: 767px) {
  .page-what .list-page__anc ul.l-anc-list li a {
    padding: 7.9487179487dvw 0 0;
  }
}
.page-what .list-page__anc ul.l-anc-list li a:before, .page-what .list-page__anc ul.l-anc-list li a:after {
  z-index: 1000;
  position: absolute;
  display: block;
  margin: auto;
  content: "";
  left: 0;
  right: 0;
}
.page-what .list-page__anc ul.l-anc-list li a:before {
  background-color: #202A4D;
  border-radius: 50%;
  /* 親が角丸なら追従 */
  z-index: 0;
}
@media (min-width: 768px) {
  .page-what .list-page__anc ul.l-anc-list li a:before {
    width: 24px;
    height: 24px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-what .list-page__anc ul.l-anc-list li a:before {
    width: 6.6666666667dvw;
    height: 6.6666666667dvw;
    bottom: 5.1282051282dvw;
  }
}
.page-what .list-page__anc ul.l-anc-list li a:after {
  mask: url(../images/cmn/arrow.svg) center/contain no-repeat;
  -webkit-mask: url(../images/cmn/arrow.svg) center/contain no-repeat;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .page-what .list-page__anc ul.l-anc-list li a:after {
    width: 12px;
    height: 10px;
    background-size: contain;
    bottom: 8px;
  }
}
@media (max-width: 767px) {
  .page-what .list-page__anc ul.l-anc-list li a:after {
    width: 2.5641025641dvw;
    height: 2.5641025641dvw;
    background-size: 2.5641025641dvw auto;
    bottom: 7.4358974359dvw;
  }
}
.page-what .list-page__anc ul.l-anc-list li a .p-item__text {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .page-what .list-page__anc ul.l-anc-list li a .p-item__text {
    font-size: 1.8rem;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .page-what .list-page__anc ul.l-anc-list li a .p-item__text {
    font-size: 3.5897435897dvw;
    margin-top: 2.3076923077dvw;
  }
}
.page-what .list-page__anc ul.l-anc-list li a .p-item__text:before {
  content: counter(nav, decimal-leading-zero);
  font-family: "montserrat", sans-serif;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .page-what .list-page__anc ul.l-anc-list li a .p-item__text:before {
    font-size: 6.3rem;
  }
}
@media (max-width: 767px) {
  .page-what .list-page__anc ul.l-anc-list li a .p-item__text:before {
    font-size: 11.5384615385dvw;
  }
}

@media (min-width: 768px) {
  .l-what {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .l-what {
    margin-top: 45.1282051282dvw;
    margin-bottom: 14.6153846154dvw;
  }
}
.l-what .p-item {
  counter-increment: number;
  background: #FFFFFF;
  text-align: center;
  position: relative;
  border: 3px solid #48E523;
}
@media (min-width: 768px) {
  .l-what .p-item {
    border-radius: 62px;
    padding: 76px 57px 64px;
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .l-what .p-item {
    border-radius: 30px;
    padding: 11.5384615385dvw 3.0769230769dvw 12.8205128205dvw;
    margin-bottom: 24.6153846154dvw;
  }
}
.l-what .p-item:before {
  position: absolute;
  right: 0;
  left: 0;
  content: counter(number, decimal);
  font-family: "montserrat", sans-serif;
  line-height: 1;
  color: #FFF;
  border: 2px solid #FFF;
  background: #48E523;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media (min-width: 768px) {
  .l-what .p-item:before {
    top: -42px;
    font-size: 4rem;
    width: 77px;
    height: 77px;
    padding-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .l-what .p-item:before {
    top: -7.9487179487dvw;
    width: 12.5641025641dvw;
    height: 12.5641025641dvw;
    padding-bottom: 1.0256410256dvw;
    font-size: 5.641025641dvw;
  }
}
.l-what .p-item:nth-of-type(2) {
  border-color: #FFFF2B;
}
@media (max-width: 767px) {
  .l-what .p-item:nth-of-type(2) {
    padding-bottom: 10dvw;
  }
}
.l-what .p-item:nth-of-type(2):before {
  background: #FFFF2B;
  color: #1E1E1E;
}
.l-what .p-item:nth-of-type(2) .marker {
  border-color: #FFFF2B;
}
.l-what .p-item:nth-of-type(2) .color {
  color: #FF2284;
}
@media (max-width: 767px) {
  .l-what .p-item:nth-of-type(2) .p-item__lead + .large {
    font-size: 4.1025641026dvw;
    line-height: 2.4375;
    margin-top: 2.8205128205dvw;
  }
}
@media (min-width: 768px) {
  .l-what .p-item:nth-of-type(2) .p-item__text + .p-item__text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .l-what .p-item:nth-of-type(2) .p-item__text + .p-item__text {
    margin-top: 3.5897435897dvw;
    line-height: 1.7058823529;
  }
}
@media (min-width: 768px) {
  .l-what .p-item:nth-of-type(2) .p-item__image {
    margin-top: 56px;
  }
}
@media (max-width: 767px) {
  .l-what .p-item:nth-of-type(2) .p-item__image {
    margin-top: 11.5384615385dvw;
    margin-left: -0.7692307692dvw;
    width: 83.5897435897dvw;
  }
}
.l-what .p-item:nth-of-type(3) {
  border-color: #FF2284;
}
.l-what .p-item:nth-of-type(3):before {
  background: #FF2284;
}
.l-what .p-item:nth-of-type(3) .marker {
  border-color: #FF2284;
}
.l-what .p-item:nth-of-type(3) .color {
  color: #FF2284;
}
@media (min-width: 768px) {
  .l-what .p-item:nth-of-type(3) .p-item__lead + .p-item__text {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .l-what .p-item:nth-of-type(3) .p-item__lead + .p-item__text {
    margin-top: 2.8205128205dvw;
    font-size: 4.1025641026dvw;
    line-height: 2.4375;
  }
}
@media (min-width: 768px) {
  .l-what .p-item:nth-of-type(3) .p-item__text + .p-item__text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .l-what .p-item:nth-of-type(3) .p-item__text + .p-item__text {
    margin-top: 3.3333333333dvw;
  }
}
@media (min-width: 768px) {
  .l-what .p-item:nth-of-type(3) .p-item__image {
    margin: 24px -60px -67px;
  }
}
@media (max-width: 767px) {
  .l-what .p-item:nth-of-type(3) .p-item__image {
    margin: -14.358974359dvw -3.8461538462dvw -13.5897435897dvw;
    width: 89.7435897436dvw;
  }
}
.l-what .p-item:nth-of-type(4) {
  border-color: #762ED8;
}
.l-what .p-item:nth-of-type(4):before {
  background: #762ED8;
}
.l-what .p-item:nth-of-type(4) .marker {
  border-color: #762ED8;
}
.l-what .p-item:nth-of-type(4) .color {
  color: #762ED8;
}
@media (min-width: 768px) {
  .l-what .p-item:nth-of-type(4) .p-item__lead + .p-item__text {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .l-what .p-item:nth-of-type(4) .p-item__text + .p-item__text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .l-what .p-item:nth-of-type(4) .p-item__text + .p-item__text {
    margin-left: -2.8205128205dvw;
    margin-right: -1em;
  }
}
@media (min-width: 768px) {
  .l-what .p-item:nth-of-type(4) .p-item__image {
    margin: 59px auto;
  }
}
@media (max-width: 767px) {
  .l-what .p-item:nth-of-type(4) .p-item__image {
    margin-top: 7.1794871795dvw;
  }
}
@media (min-width: 768px) {
  .l-what .p-item:nth-of-type(4) .c-button.more {
    margin: -22px auto -8px;
  }
}
@media (max-width: 767px) {
  .l-what .p-item:nth-of-type(4) .c-button.more {
    margin-top: 5.1282051282dvw;
    margin-bottom: -2.5641025641dvw;
  }
}
.l-what .p-item:nth-of-type(5) {
  border-color: #1D65DE;
}
.l-what .p-item:nth-of-type(5):before {
  background: #1D65DE;
}
.l-what .p-item:nth-of-type(5) .marker {
  border-color: #1D65DE;
}
.l-what .p-item:nth-of-type(5) .color {
  color: #1D65DE;
}
@media (min-width: 768px) {
  .l-what .p-item:nth-of-type(5) .p-item__title {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .l-what .p-item:nth-of-type(5) .p-item__text {
    text-align: center;
    margin: 6.1538461538dvw -2.5641025641dvw 0;
    letter-spacing: -0.03em;
  }
}
@media (min-width: 768px) {
  .l-what .p-item:nth-of-type(5) .p-item__text + .p-item__text {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .l-what .p-item:nth-of-type(5) .p-item__text + .p-item__text {
    margin-top: 3.8461538462dvw;
    line-height: 2.2941176471;
  }
}
@media (min-width: 768px) {
  .l-what .p-item:nth-of-type(5) .p-item__image {
    margin: 43px auto 9px;
  }
}
@media (max-width: 767px) {
  .l-what .p-item:nth-of-type(5) .p-item__image {
    margin: 8.2051282051dvw auto -0.5128205128dvw;
  }
}
.l-what .p-item__title {
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .l-what .p-item__title {
    font-size: 3.8rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .l-what .p-item__title {
    font-size: 6.6666666667dvw;
    margin-bottom: 3.8461538462dvw;
  }
}
.l-what .p-item__text {
  font-weight: 400;
  line-height: 2;
}
@media (min-width: 768px) {
  .l-what .p-item__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .l-what .p-item__text {
    font-size: 3.8461538462dvw;
    text-align: left;
    margin-left: 0.7692307692dvw;
  }
}
@media (min-width: 768px) {
  .l-what .p-item__text + .p-item__text {
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .l-what .p-item__text + .p-item__text {
    margin-top: 3.5897435897dvw;
  }
}
@media (max-width: 767px) {
  .l-what .p-item__text + .p-item__text.large {
    font-size: 4.358974359dvw;
    line-height: 1.5882352941;
    margin-top: 4.1025641026dvw;
  }
}
.l-what .p-item__text.large {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-what .p-item__text.large {
    font-size: 2.2rem;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .l-what .p-item__text.large {
    text-align: center;
    font-size: 4.358974359dvw;
    line-height: 2.2941176471;
  }
}
.l-what .p-item__text .marker {
  font-weight: bold;
  border-bottom: 4px solid #47E522;
}
@media (min-width: 768px) {
  .l-what .p-item__text .marker {
    padding-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .l-what .p-item__text .marker {
    padding-bottom: 1.2820512821dvw;
  }
}
.l-what .p-item__lead {
  font-weight: 400;
  line-height: 1.7647058824;
}
@media (min-width: 768px) {
  .l-what .p-item__lead {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .l-what .p-item__lead {
    font-size: 3.8461538462dvw;
    margin-top: 6.4102564103dvw;
  }
}
@media (min-width: 768px) {
  .l-what .p-item__lead + .p-item__text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .l-what .p-item__lead + .p-item__text {
    margin-top: 10px;
  }
}
.l-what .p-item__lead strong {
  font-weight: 700;
  line-height: 2;
}
@media (min-width: 768px) {
  .l-what .p-item__lead strong {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .l-what .p-item__lead strong {
    font-size: 4.1025641026dvw;
  }
}
.l-what .p-item__lead .marker {
  font-weight: bold;
  border-bottom: 4px solid #47E522;
}
@media (min-width: 768px) {
  .l-what .p-item__lead .marker {
    padding-bottom: 7px;
  }
}
.l-what .p-item__image {
  display: block;
}
@media (min-width: 768px) {
  .l-what .p-item__image {
    margin-top: 34px;
  }
}
@media (max-width: 767px) {
  .l-what .p-item__image {
    margin: 5.8974358974dvw auto 0;
    width: 80.7692307692dvw;
  }
}
.l-what .p-item__image img {
  height: auto;
}
@media (min-width: 768px) {
  .l-what .p-item .c-button.more {
    margin-top: 60px;
    margin-bottom: 9px;
  }
}
@media (max-width: 767px) {
  .l-what .p-item .c-button.more {
    margin-top: 6.1538461538dvw;
  }
}
.l-what .p-item .c-button.more a {
  transition: 0.3s;
}
.l-what .p-item .c-button.more a:hover {
  opacity: 1;
  background: #FFFF2B;
}

.page-growth .l-main {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page-growth .list-page {
    padding-bottom: 68px;
  }
}
@media (max-width: 767px) {
  .page-growth .list-page {
    padding-bottom: 21.5384615385dvw;
  }
}
.page-growth .list-page__header {
  margin-bottom: 0;
}
.page-growth .list-page__anc {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .page-growth .list-page__anc {
    padding: 38px 20px 66px;
    margin: 42px auto 0;
  }
}
@media (max-width: 767px) {
  .page-growth .list-page__anc {
    padding: 6.9230769231dvw 5.1282051282dvw 10.7692307692dvw;
    margin: 6.6666666667dvw auto 0;
  }
}
.page-growth .list-page__anc:before {
  content: "";
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.646) 21.2%, rgba(255, 255, 255, 0.646) 78.8%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .page-growth .list-page__anc:before {
    height: 356px;
  }
}
@media (max-width: 767px) {
  .page-growth .list-page__anc:before {
    height: 127.4358974359dvw;
  }
}
.page-growth .list-page__anc__title {
  font-weight: 700;
  line-height: 1.5454545455;
}
@media (min-width: 768px) {
  .page-growth .list-page__anc__title {
    font-size: 4.4rem;
    margin-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .page-growth .list-page__anc__title {
    font-size: 6.1538461538dvw;
    margin-bottom: 4.358974359dvw;
  }
}
.page-growth .list-page__anc__text {
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 768px) {
  .page-growth .list-page__anc__text {
    font-size: 1.5rem;
    margin-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .page-growth .list-page__anc__text {
    font-size: 3.8461538462dvw;
    margin-bottom: 2.3076923077dvw;
  }
}
.page-growth .list-page__anc ul.l-anc-list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .page-growth .list-page__anc ul.l-anc-list {
    gap: 12px 14px;
    margin: 47px auto 20px;
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .page-growth .list-page__anc ul.l-anc-list {
    gap: 2.3076923077dvw 2.8205128205dvw;
    margin: 9.7435897436dvw auto 0;
  }
}
.page-growth .list-page__anc ul.l-anc-list li a {
  position: relative;
  text-align: center;
  background: #FFF;
  display: block;
  border-radius: 34px;
  border: 1px solid #99A5CE;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-growth .list-page__anc ul.l-anc-list li a {
    padding: 23px 40px;
  }
}
@media (max-width: 767px) {
  .page-growth .list-page__anc ul.l-anc-list li a {
    padding: 2.3076923077dvw 4.1025641026dvw 2.5641025641dvw;
  }
}
.page-growth .list-page__anc ul.l-anc-list li a:before {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(to bottom, #1d65de 0%, #762ed8 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-growth .list-page__anc ul.l-anc-list li a:hover {
  color: #FFF;
}
.page-growth .list-page__anc ul.l-anc-list li a:hover:before {
  opacity: 1;
}
.page-growth .list-page__anc ul.l-anc-list li a .p-item__text {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .page-growth .list-page__anc ul.l-anc-list li a .p-item__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .page-growth .list-page__anc ul.l-anc-list li a .p-item__text {
    font-size: 3.0769230769dvw;
  }
}

@media (min-width: 768px) {
  .l-growth {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .l-growth {
    margin-top: 0;
    margin-bottom: 14.6153846154dvw;
  }
}
@media (min-width: 768px) {
  .l-growth__container {
    padding: 0 4%;
    max-width: calc(1200px + 8%);
  }
}
.l-growth .p-item {
  background: #FFFFFF;
  position: relative;
  border: 2px solid #9EABD5;
}
@media (min-width: 768px) {
  .l-growth .p-item {
    border-radius: 30px;
    padding: 31px 29px 61px;
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item {
    border-radius: 30px;
    padding: 4.358974359dvw 4.1025641026dvw 49.2307692308dvw;
    margin-bottom: 12.8205128205dvw;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(1) {
    margin-bottom: 56px;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(1) .p-item__image {
    max-width: 636px;
    width: 54%;
    bottom: -2px;
    right: -1px;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item:nth-of-type(1) .p-item__image {
    width: 90dvw;
    left: -2px;
  }
}
.l-growth .p-item:nth-of-type(1) .p-item__image img {
  width: 100%;
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(2) {
    margin-bottom: 33px;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(2) .p-item__image {
    max-width: 636px;
    width: 54%;
    bottom: -2px;
    right: -1px;
  }
}
.l-growth .p-item:nth-of-type(2) .p-item__image img {
  width: 100%;
}
@media (max-width: 767px) {
  .l-growth .p-item:nth-of-type(3) {
    padding-bottom: 40.2564102564dvw;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(3) .p-item__title {
    padding-right: 0 !important;
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(3) .p-item__image {
    max-width: 627px;
    width: 54%;
    bottom: -37px;
    right: 54px;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item:nth-of-type(3) .p-item__image {
    width: 87.6923076923dvw;
    left: 0.5128205128dvw;
    bottom: 2.0512820513dvw;
  }
}
.l-growth .p-item:nth-of-type(3) .p-item__image img {
  width: 100%;
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(3) .p-item__text {
    padding-right: 57% !important;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(4) {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item:nth-of-type(4) {
    padding-bottom: 68.9743589744dvw;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(4) .p-item__title {
    padding-left: 43.5%;
    padding-right: 15px;
    gap: 18px;
    margin-bottom: 22px;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(4) .p-item__image {
    max-width: 423px;
    width: 36%;
    bottom: 25px;
    left: 67px;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item:nth-of-type(4) .p-item__image {
    width: 84.6153846154dvw;
    bottom: 21px;
    left: 8px;
  }
}
.l-growth .p-item:nth-of-type(4) .p-item__image img {
  width: 100%;
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(4) .p-item__text {
    padding-left: 43.5% !important;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(5) {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item:nth-of-type(5) {
    padding-bottom: 51.5384615385dvw;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(5) .p-item__title {
    padding-right: 0 !important;
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(5) .p-item__image {
    max-width: 729px;
    width: 61%;
    bottom: -22px;
    right: -1px;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item:nth-of-type(5) .p-item__image {
    width: 92.8205128205dvw;
    left: -1.0256410256dvw;
  }
}
.l-growth .p-item:nth-of-type(5) .p-item__image img {
  width: 100%;
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(5) .p-item__text {
    padding-right: 57% !important;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(6) {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item:nth-of-type(6) {
    padding-bottom: 64.6153846154dvw;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(6) .p-item__lead {
    padding-left: 43.5%;
    padding-right: 15px;
    margin-bottom: 14px;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(6) .p-item__title {
    padding-left: 43.5%;
    padding-right: 15px;
    gap: 18px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(6) .p-item__image {
    max-width: 477px;
    width: 40%;
    bottom: -2px;
    left: 28px;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item:nth-of-type(6) .p-item__image {
    width: 90dvw;
    left: -2px;
  }
}
.l-growth .p-item:nth-of-type(6) .p-item__image img {
  width: 100%;
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(6) .p-item__text {
    padding-left: 43.5% !important;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(7) {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item:nth-of-type(7) {
    padding-bottom: 102.5641025641dvw;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(7) .p-item__title {
    padding-right: 0 !important;
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(7) .p-item__image {
    max-width: 784px;
    width: 66%;
    bottom: -2px;
    right: -1px;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item:nth-of-type(7) .p-item__image {
    width: 89.7435897436dvw;
    left: -2px;
    bottom: -5px;
  }
}
.l-growth .p-item:nth-of-type(7) .p-item__image img {
  width: 100%;
}
@media (min-width: 768px) {
  .l-growth .p-item:nth-of-type(7) .p-item__text {
    padding-right: 57% !important;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item.style01 {
    min-height: 312px;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item.style01 .p-item__title {
    padding-right: 50%;
    background: linear-gradient(270deg, #48e523 0%, #4abbf7 100%);
  }
}
@media (max-width: 767px) {
  .l-growth .p-item.style01 .p-item__title .main {
    background: linear-gradient(270deg, #48e523 0%, #4abbf7 100%);
  }
}
.l-growth .p-item.style01 .p-item__lead {
  color: #4ABBF7;
}
@media (min-width: 768px) {
  .l-growth .p-item.style01 .p-item__text {
    padding-right: 50%;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item.style02 {
    min-height: 327px;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item.style02 .p-item__title {
    background: linear-gradient(270deg, #1d65de 0%, #762ed8 100%);
  }
}
@media (max-width: 767px) {
  .l-growth .p-item.style02 .p-item__title .main {
    background: linear-gradient(270deg, #1d65de 0%, #762ed8 100%);
  }
}
@media (max-width: 767px) {
  .l-growth .p-item.style02 .p-item__title .sub {
    color: #762ED8;
  }
}
.l-growth .p-item.style02 .p-item__lead {
  color: #1D65DE;
}
@media (min-width: 768px) {
  .l-growth .p-item.style03 {
    min-height: 358px;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item.style03 .p-item__title {
    background: linear-gradient(270deg, #ff6121 0%, #ff2284 100%);
  }
}
@media (max-width: 767px) {
  .l-growth .p-item.style03 .p-item__title .main {
    background: linear-gradient(270deg, #ff6121 0%, #ff2284 100%);
  }
}
@media (max-width: 767px) {
  .l-growth .p-item.style03 .p-item__title .sub {
    color: #FF2284;
  }
}
.l-growth .p-item.style03 .p-item__lead {
  color: #FF2284;
}
@media (min-width: 768px) {
  .l-growth .p-item.style04 {
    min-height: 347px;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item.style04 .p-item__title {
    background: linear-gradient(270deg, #4abbf7 0%, #1c65de 100%);
  }
}
@media (max-width: 767px) {
  .l-growth .p-item.style04 .p-item__title .main {
    background: linear-gradient(270deg, #4abbf7 0%, #1c65de 100%);
  }
}
.l-growth .p-item.style04 .p-item__lead {
  color: #1D65DE;
}
@media (max-width: 767px) {
  .l-growth .p-item.onecol {
    padding-bottom: 12.0512820513dvw;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item.onecol .p-item__title {
    margin-bottom: 17px;
    gap: 33px;
  }
}
.l-growth .p-item.onecol .p-item__image {
  position: static;
}
@media (min-width: 768px) {
  .l-growth .p-item.onecol .p-item__image.image01 {
    margin: 30px auto 48px 22px;
    max-width: 1080px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item.onecol .p-item__image.image01 {
    margin: 3.5897435897dvw -0.5128205128dvw 10dvw;
    width: 82.5641025641dvw;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item.onecol .p-item__image.image02 {
    margin: 25px auto 5px 22px;
    max-width: 1080px;
    width: 100%;
  }
}
.l-growth .p-item__title {
  font-weight: 700;
  line-height: 1.2;
  color: #FFF;
}
@media (min-width: 768px) {
  .l-growth .p-item__title {
    font-size: 3.6rem;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 17px;
    border-radius: 16px;
    padding: 16px 22px;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item__title {
    font-size: 6.6666666667dvw;
    margin-bottom: 3.8461538462dvw;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item__title .main {
    display: block;
    text-align: center;
    font-size: 5.1282051282dvw;
    border-radius: 11px;
    padding: 2.8205128205dvw 2.8205128205dvw;
    margin-bottom: 3.5897435897dvw;
  }
}
@media (min-width: 768px) {
  .l-growth .p-item__title .sub {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item__title .sub {
    font-size: 4.1025641026dvw;
    color: #4ABBF7;
    text-align: center;
  }
}
.l-growth .p-item__text {
  font-weight: 400;
  line-height: 2;
}
@media (min-width: 768px) {
  .l-growth .p-item__text {
    font-size: 1.5rem;
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item__text {
    font-size: 3.8461538462dvw;
    text-align: left;
  }
}
.l-growth .p-item__text strong {
  font-weight: 700;
}
.l-growth .p-item__lead {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-growth .p-item__lead {
    font-size: 2.3rem;
    padding-left: 22px;
    margin-top: 29px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item__lead {
    font-size: 4.1025641026dvw;
    margin-bottom: 3.5897435897dvw;
    text-align: center;
  }
}
.l-growth .p-item__head {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-growth .p-item__head {
    font-size: 1.8rem;
    margin: 0 0 0 22px;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item__head {
    font-size: 3.8461538462dvw;
    text-align: center;
    margin: 0;
  }
}
.l-growth .p-item__list {
  font-weight: 700;
  line-height: 1.9444444444;
}
@media (min-width: 768px) {
  .l-growth .p-item__list {
    font-size: 1.8rem;
    margin: 0 0 4px 22px;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item__list {
    font-size: 4.6153846154dvw;
    margin-top: 4.6153846154dvw;
    margin-bottom: 1.5384615385dvw;
  }
}
.l-growth .p-item__image {
  display: block;
  position: absolute;
}
@media (min-width: 768px) {
  .l-growth .p-item__image {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .l-growth .p-item__image {
    width: 80.7692307692dvw;
    bottom: -1px;
  }
}
.l-growth .p-item__image img {
  height: auto;
}
.l-growth__end {
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.646) 21.2%, rgba(255, 255, 255, 0.646) 78.8%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 768px) {
  .l-growth__end {
    margin: 92px auto 0;
    padding-top: 63px;
    padding-bottom: 82px;
  }
}
@media (max-width: 767px) {
  .l-growth__end {
    margin: 18.2051282051dvw auto 0;
    padding-top: 14.8717948718dvw;
    padding-bottom: 14.6153846154dvw;
  }
}
.l-growth__end p {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-growth__end p {
    line-height: 1.5185185185;
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .l-growth__end p {
    line-height: 1.7647058824;
    font-size: 4.358974359dvw;
  }
}
.l-growth__end p.color {
  color: #FF6121;
  line-height: 1.5185185185;
}
@media (min-width: 768px) {
  .l-growth__end p.color {
    font-size: 4.2rem;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .l-growth__end p.color {
    font-size: 6.9230769231dvw;
    margin-top: 3.5897435897dvw;
  }
}

.page-career .list-page {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .page-career .list-page__main {
    width: 100%;
  }
}
.page-career .list-page__header {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-career .list-page__header {
    padding-bottom: 10.7692307692dvw;
  }
}
@media (max-width: 767px) {
  .page-career .list-page__header .list-page__header__subtitle {
    font-size: 12.5641025641dvw;
  }
}

@media (min-width: 768px) {
  .l-career {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .l-career {
    margin-top: 45.1282051282dvw;
    margin-bottom: 14.6153846154dvw;
  }
}
@media (min-width: 768px) {
  .l-career__container {
    max-width: calc(1200px + 8%);
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  .l-career__container {
    padding-left: 5.1282051282dvw;
    padding-right: 5.1282051282dvw;
  }
}
.l-career__intro {
  text-align: center;
  color: #FFF;
}
@media (min-width: 768px) {
  .l-career__intro .l-career__container {
    padding-bottom: 119px;
  }
}
@media (max-width: 767px) {
  .l-career__intro .l-career__container {
    padding-bottom: 24.358974359dvw;
  }
}
.l-career__intro__title {
  font-weight: 700;
  color: #FF6121;
  border-top: 2px solid #47E522;
}
@media (min-width: 768px) {
  .l-career__intro__title {
    font-size: 3.7rem;
    line-height: 1.2;
    margin-bottom: 22px;
    padding-top: 53px;
  }
}
@media (max-width: 767px) {
  .l-career__intro__title {
    line-height: 1.5172413793;
    font-size: 7.4358974359dvw;
    margin-bottom: 3.8461538462dvw;
    padding-top: 7.9487179487dvw;
  }
}
.l-career__intro__lead {
  font-weight: 700;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  .l-career__intro__lead {
    font-size: 2.8rem;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .l-career__intro__lead {
    font-size: 4.8717948718dvw;
    margin-bottom: 3.8461538462dvw;
  }
}
.l-career__intro__image {
  display: block;
}
@media (min-width: 768px) {
  .l-career__intro__image {
    margin-top: 79px;
    margin-left: 9px;
    margin-bottom: 87px;
  }
}
@media (max-width: 767px) {
  .l-career__intro__image {
    margin-top: 8.2051282051dvw;
    margin-bottom: 9.4871794872dvw;
  }
}
.l-career__intro__image img {
  height: auto;
}
.l-career__intro__text01 {
  font-weight: 700;
  line-height: 1.7037037037;
}
@media (min-width: 768px) {
  .l-career__intro__text01 {
    font-size: 3.7rem;
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .l-career__intro__text01 {
    font-size: 6.9230769231dvw;
    margin-bottom: 3.3333333333dvw;
  }
}
.l-career__intro__text02 {
  font-weight: 700;
  color: #1D65DE;
  position: relative;
}
@media (min-width: 768px) {
  .l-career__intro__text02 {
    font-size: 2.8rem;
    line-height: 1.7142857143;
    padding-bottom: 106px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .l-career__intro__text02 {
    font-size: 4.6153846154dvw;
    line-height: 1.7777777778;
    padding-bottom: 37.6923076923dvw;
    margin-bottom: 6.9230769231dvw;
  }
}
.l-career__intro__text02::after {
  content: "";
  display: block;
  background: url("../career/images/ico_dot.svg") bottom/contain no-repeat;
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  .l-career__intro__text02::after {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .l-career__intro__text02::after {
    height: 31.7948717949dvw;
    background-size: auto 100%;
  }
}
.l-career__intro__text03 {
  font-weight: 700;
  line-height: 1.7037037037;
}
@media (min-width: 768px) {
  .l-career__intro__text03 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .l-career__intro__text03 {
    font-size: 6.9230769231dvw;
  }
}
.l-career__point {
  background-color: #FFF;
}
@media (min-width: 768px) {
  .l-career__point .l-career__container {
    padding-top: 73px;
    padding-bottom: 119px;
    max-width: calc(1255px + 8%);
  }
}
@media (max-width: 767px) {
  .l-career__point .l-career__container {
    padding-top: 27.1794871795dvw;
    padding-bottom: 14.6153846154dvw;
  }
}
.l-career__point__title {
  text-align: center;
}
@media (min-width: 768px) {
  .l-career__point__title {
    margin-bottom: 78px;
  }
}
@media (max-width: 767px) {
  .l-career__point__title {
    margin-bottom: 21.0256410256dvw;
  }
}
.l-career__point__title span {
  display: block;
}
.l-career__point__title span.sub {
  font-weight: 700;
  line-height: 1.7777777778;
}
@media (min-width: 768px) {
  .l-career__point__title span.sub {
    font-size: 2.2rem;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .l-career__point__title span.sub {
    font-size: 4.6153846154dvw;
    margin-bottom: 3.5897435897dvw;
  }
}
.l-career__point__title span.main {
  font-weight: 700;
  color: #FF2284;
  line-height: 1.4137931034;
}
@media (min-width: 768px) {
  .l-career__point__title span.main {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px) {
  .l-career__point__title span.main {
    font-size: 7.4358974359dvw;
  }
}
.l-career__point .p-items {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .l-career__point .p-items {
    gap: 36px;
  }
}
.l-career__point .p-items .p-item {
  counter-increment: number;
  background: #F5F5F5;
  text-align: center;
  position: relative;
  border: 2px solid #E2D7DC;
}
@media (min-width: 768px) {
  .l-career__point .p-items .p-item {
    border-radius: 30px;
    padding: 62px 10px 227px;
    width: calc((100% - 72px) / 3);
  }
}
@media (max-width: 767px) {
  .l-career__point .p-items .p-item {
    border-radius: 30px;
    padding: 11.0256410256dvw 2.5641025641dvw 44.1025641026dvw;
    margin-bottom: 14.1025641026dvw;
    width: 100%;
  }
}
.l-career__point .p-items .p-item:before {
  position: absolute;
  right: 0;
  left: 0;
  content: counter(number, decimal-leading-zero);
  font-family: "montserrat", sans-serif;
  line-height: 1;
  color: #FF2284;
  margin: auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .l-career__point .p-items .p-item:before {
    top: -34px;
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .l-career__point .p-items .p-item:before {
    top: -7.9487179487dvw;
    font-size: 13.5897435897dvw;
  }
}
.l-career__point .p-items .p-item__title {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-career__point .p-items .p-item__title {
    font-size: 3.4rem;
    line-height: 1.4411764706;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .l-career__point .p-items .p-item__title {
    font-size: 7.6923076923dvw;
    line-height: 1.4333333333;
    margin-bottom: 3.8461538462dvw;
    margin-right: 3.0769230769dvw;
  }
}
.l-career__point .p-items .p-item__image {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .l-career__point .p-items .p-item__image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-career__point .p-items .p-item__image {
    width: 80.7692307692dvw;
  }
}
.l-career__point .p-items .p-item__image img {
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .l-career__point .p-items .p-item:nth-of-type(1) .p-item__image {
    max-width: 417px;
    width: 107%;
    left: -24px;
    bottom: 3px;
  }
}
@media (max-width: 767px) {
  .l-career__point .p-items .p-item:nth-of-type(1) .p-item__image {
    width: 85.1282051282dvw;
    left: -3.0769230769dvw;
    bottom: 0.7692307692dvw;
  }
}
@media (min-width: 768px) {
  .l-career__point .p-items .p-item:nth-of-type(2) .p-item__image {
    max-width: 255px;
    width: 100%;
    bottom: -1px;
  }
}
@media (max-width: 767px) {
  .l-career__point .p-items .p-item:nth-of-type(2) .p-item__image {
    width: 52.0512820513dvw;
  }
}
@media (min-width: 768px) {
  .l-career__point .p-items .p-item:nth-of-type(3) .p-item__image {
    max-width: 385px;
    width: 100%;
    bottom: 12px;
  }
}
@media (max-width: 767px) {
  .l-career__point .p-items .p-item:nth-of-type(3) .p-item__image {
    width: 84.1025641026dvw;
    bottom: -1px;
    left: 1.7948717949dvw;
  }
}
.l-career__flow {
  background: #FFF;
  text-align: center;
}
@media (min-width: 768px) {
  .l-career__flow .l-career__container {
    padding-top: 102px;
    padding-bottom: 106px;
  }
}
@media (max-width: 767px) {
  .l-career__flow .l-career__container {
    padding-top: 22.8205128205dvw;
    padding-bottom: 23.3333333333dvw;
  }
}
.l-career__flow__title {
  text-align: center;
}
@media (min-width: 768px) {
  .l-career__flow__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .l-career__flow__title {
    margin-bottom: 7.6923076923dvw;
  }
}
.l-career__flow__title span {
  display: block;
}
.l-career__flow__title span.sub {
  font-weight: 700;
  line-height: 1.7777777778;
}
@media (min-width: 768px) {
  .l-career__flow__title span.sub {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .l-career__flow__title span.sub {
    font-size: 5.641025641dvw;
    margin-bottom: 10px;
  }
}
.l-career__flow__title span.main {
  font-weight: 700;
  color: #FF2284;
  line-height: 1.4137931034;
}
@media (min-width: 768px) {
  .l-career__flow__title span.main {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px) {
  .l-career__flow__title span.main {
    font-size: 9.7435897436dvw;
  }
}
.l-career__flow .p-items {
  max-width: 717px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .l-career__flow .p-items {
    gap: 45px;
  }
}
@media (max-width: 767px) {
  .l-career__flow .p-items {
    gap: 12.3076923077dvw;
  }
}
.l-career__flow .p-item {
  font-weight: 700;
  background: #F5F5F5;
  border: 2px solid #E2D7DC;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .l-career__flow .p-item {
    border-radius: 30px;
    font-size: 3.4rem;
    padding: 27px 10px 28px;
  }
}
@media (max-width: 767px) {
  .l-career__flow .p-item {
    border-radius: 15px;
    font-size: 5.641025641dvw;
    padding: 6.1538461538dvw 2.5641025641dvw 5.8974358974dvw;
  }
}
.l-career__flow .p-item + .p-item:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #FF2284;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .l-career__flow .p-item + .p-item:before {
    top: -29px;
  }
}
@media (max-width: 767px) {
  .l-career__flow .p-item + .p-item:before {
    top: -8.4615384615dvw;
    border-left-width: 3.0769230769dvw;
    border-right-width: 3.0769230769dvw;
    border-top-width: 3.8461538462dvw;
  }
}
.l-career__target {
  background: linear-gradient(90deg, #4abbf7 0%, #48e523 100%);
  color: #FFF;
}
@media (min-width: 768px) {
  .l-career__target .l-career__container {
    padding-top: 73px;
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .l-career__target .l-career__container {
    padding-top: 14.8717948718dvw;
    padding-bottom: 12.8205128205dvw;
  }
}
.l-career__target__title {
  text-align: center;
  font-weight: 700;
  border-bottom: 6px solid #FFF;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .l-career__target__title {
    font-size: 3.7rem;
    padding-bottom: 26px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .l-career__target__title {
    font-size: 7.4358974359dvw;
    padding-bottom: 6.6666666667dvw;
    margin-bottom: 4.358974359dvw;
    border-bottom-width: 3px;
  }
}
.l-career__target__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .l-career__target__list {
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .l-career__target__list {
    justify-content: flex-start;
    margin-left: 4.1025641026dvw;
  }
}
.l-career__target__list li {
  font-weight: 700;
  line-height: 2.45;
  background: url("../career/images/ico_check.svg") left center/contain no-repeat;
}
@media (min-width: 768px) {
  .l-career__target__list li {
    font-size: 2rem;
    padding-left: 40px;
    background-size: 28px;
    background-position: left 11px;
  }
}
@media (max-width: 767px) {
  .l-career__target__list li {
    font-size: 5.1282051282dvw;
    padding-left: 9.7435897436dvw;
    background-size: 7.1794871795dvw;
    background-position: left 11px;
  }
}
.l-career__end {
  background: #FFF;
}
@media (min-width: 768px) {
  .l-career__end .l-career__container {
    padding-top: 87px;
    padding-bottom: 94px;
  }
}
@media (max-width: 767px) {
  .l-career__end .l-career__container {
    padding-top: 14.358974359dvw;
    padding-bottom: 15.641025641dvw;
  }
}
.l-career__end p {
  text-align: center;
  font-weight: 700;
  color: #FF6121;
}
@media (min-width: 768px) {
  .l-career__end p {
    line-height: 1.7173913043;
    font-size: 4.6rem;
    padding-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .l-career__end p {
    line-height: 1.5172413793;
    font-size: 7.4358974359dvw;
  }
}
@media (min-width: 768px) {
  .l-career__end .c-button.more {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .l-career__end .c-button.more {
    margin-top: 5.641025641dvw;
  }
}

.our-team {
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .our-team {
    padding: 77px 20px 107px;
  }
}
@media (max-width: 767px) {
  .our-team {
    padding: 15.1282051282dvw 5.1282051282dvw 17.9487179487dvw;
  }
}
.our-team::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 220px;
  height: 502px;
  background: url("../career/images/bg_our-team_top.png") left top/contain no-repeat;
}
@media (max-width: 767px) {
  .our-team::before {
    width: 20.5128205128dvw;
    height: 49.2307692308dvw;
    top: 67.1794871795dvw;
    background-image: url("../career/images/sp/bg_our-team_top.png");
  }
}
.our-team__ttl {
  z-index: 2;
  position: relative;
  color: #FFF;
  text-align: center;
}
@media (min-width: 768px) {
  .our-team__ttl {
    font-size: 4.2rem;
    line-height: 1.7142857143;
    margin-bottom: 47px;
  }
}
@media (max-width: 767px) {
  .our-team__ttl {
    font-size: 29px;
    font-size: 7.4358974359dvw;
    line-height: 1.4137931034;
    margin-bottom: 10.7692307692dvw;
  }
}

.our-team-list {
  position: relative;
  z-index: 2;
  display: grid;
}
@media (min-width: 768px) {
  .our-team-list {
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    gap: 17px 28px;
  }
}
@media (max-width: 767px) {
  .our-team-list {
    gap: 4.8717948718dvw;
  }
}
.our-team-list__item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .our-team-list__item {
    border-radius: 7.6923076923dvw;
  }
}
.our-team-list__item a {
  transition: 0.3s;
  display: block;
}
.our-team-list__item:nth-of-type(1) a {
  background: linear-gradient(145deg, #448031 0%, #47e522 100%);
}
.our-team-list__item:nth-of-type(1) a:hover {
  background: linear-gradient(145deg, rgba(68, 128, 49, 0.72) 0%, rgba(71, 229, 34, 0.72) 100%);
}
.our-team-list__item:nth-of-type(1) img {
  mix-blend-mode: overlay;
  opacity: 0.59;
}
.our-team-list__item:nth-of-type(2) a {
  background: linear-gradient(145deg, #4abbf7 0%, #1c65de 100%);
}
.our-team-list__item:nth-of-type(2) a:hover {
  background: linear-gradient(145deg, rgba(74, 187, 247, 0.72) 0%, rgba(28, 101, 222, 0.72) 100%);
}
.our-team-list__item:nth-of-type(2) img {
  mix-blend-mode: soft-light;
}
.our-team-list__item:nth-of-type(3) a {
  background: linear-gradient(145deg, #762ed8 0%, #0051d8 100%);
}
.our-team-list__item:nth-of-type(3) a:hover {
  background: linear-gradient(145deg, rgba(118, 46, 216, 0.59) 0%, rgba(0, 81, 216, 0.59) 100%);
}
.our-team-list__item:nth-of-type(3) img {
  mix-blend-mode: overlay;
  opacity: 0.76;
}
.our-team-list__item:nth-of-type(4) a {
  background: linear-gradient(145deg, #ff2284 0%, #ff6121 100%);
}
.our-team-list__item:nth-of-type(4) a:hover {
  background: linear-gradient(145deg, rgba(255, 34, 132, 0.72) 0%, rgba(255, 97, 33, 0.72) 100%);
}
.our-team-list__item:nth-of-type(4) img {
  mix-blend-mode: soft-light;
}
.our-team-list__txt {
  position: absolute;
  inset: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  color: #fff;
  text-align: center;
}
.our-team-list__txt span {
  display: block;
  font-size: 2.3rem;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .our-team-list__txt span {
    font-size: 13px;
    font-size: 3.3333333333dvw;
  }
}
.our-team-list__txt p {
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.1304347826;
}
@media (max-width: 767px) {
  .our-team-list__txt p {
    font-size: 26px;
    font-size: 6.6666666667dvw;
    line-height: 1.1538461538;
  }
}

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