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

.en02 {
  font-family: "optima-lt-pro", 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 .l-section__container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 761px) {
  .list-page__main .l-section__container {
    max-width: calc(1200px + 8%);
    padding: 0 4%;
  }
}
@media (max-width: 760px) {
  .list-page__main .l-section__container {
    width: 89.7435897436dvw;
  }
}

@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: 100%;
    margin-bottom: 18%;
  }
}

/*  index
*----------------------------------- */
.page-index .list-page .list-page__main .l-page-index {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index__container {
    gap: 4vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item {
  width: 48.6%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a {
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 50px;
  outline: solid 2px #070B23;
  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 #06D7A0;
}
.page-index .list-page .list-page__main .l-page-index .p-item__catch {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 8px;
  color: #bababa;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__catch {
    font-size: 10vw;
    margin-bottom: 2vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item__title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__title {
    font-size: 4.2vw;
    margin-bottom: 5vw;
    line-height: 1;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item:nth-child(2n) {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item:last-child {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button {
  margin-left: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button span {
  padding-left: 0;
}

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

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

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

中面個別 (TOP以外)

------------------------------------ */
/*  〇〇ページ
*----------------------------------- */
/* ------------------------------------
背景白のページ
------------------------------------ */
/* ------------------------------------
背景TOPと同じページ
------------------------------------ */
/*  職種紹介
*----------------------------------- */
@media (min-width: 761px) {
  .l-description-intro {
    margin-bottom: 39px;
  }
}
@media (max-width: 760px) {
  .l-description-intro {
    margin-bottom: 68px;
  }
}
.l-description-intro__title {
  text-align: center;
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-description-intro__title {
    font-size: 2.7rem;
  }
}
@media (max-width: 760px) {
  .l-description-intro__title {
    font-size: 6.9230769231dvw;
  }
}
.l-description-intro__image {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-description-intro__image {
    margin-top: 47px;
  }
}
@media (max-width: 760px) {
  .l-description-intro__image {
    margin-top: 6.4102564103dvw;
  }
}
.l-description-intro__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 760px) {
  .l-description-faq {
    margin-bottom: 98px;
  }
}
@media (min-width: 761px) {
  .l-description-faq .p-item {
    display: flex;
  }
}
@media (max-width: 760px) {
  .l-description-faq .p-item {
    margin-top: 6.9230769231dvw;
  }
}
@media (min-width: 761px) {
  .l-description-faq .p-item__image {
    width: 50%;
  }
}
.l-description-faq .p-item__image img {
  border-radius: 100px 0 0 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
@media (min-width: 761px) {
  .l-description-faq .p-item__info {
    width: 50%;
  }
}
@media (max-width: 760px) {
  .l-description-faq .p-item__info {
    margin-bottom: 37px;
  }
}
.l-description-faq .p-item__title {
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (min-width: 761px) {
  .l-description-faq .p-item__title {
    font-size: 2.7rem;
    margin-bottom: 28px;
  }
}
@media (max-width: 760px) {
  .l-description-faq .p-item__title {
    font-size: 5.1282051282dvw;
    margin-bottom: 19px;
  }
}
.l-description-faq .p-item__title:before {
  content: "Q";
  font-family: "optima-lt-pro", sans-serif;
  color: #0BAAE1;
  line-height: 1;
  font-weight: 400;
}
@media (min-width: 761px) {
  .l-description-faq .p-item__title:before {
    font-size: 6.6rem;
    margin-right: 18px;
  }
}
@media (max-width: 760px) {
  .l-description-faq .p-item__title:before {
    font-size: 10.7692307692dvw;
    margin-right: 2.3076923077dvw;
    transform: translateY(-5px);
  }
}
.l-description-faq .p-item__text {
  font-weight: 500;
  line-height: 2.1333333333;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 761px) {
  .l-description-faq .p-item__text {
    font-size: 1.5rem;
    padding-left: 2px;
  }
}
@media (max-width: 760px) {
  .l-description-faq .p-item__text {
    font-size: 3.8461538462dvw;
  }
}
@media (min-width: 761px) {
  .l-description-faq .p-item:nth-child(odd) {
    padding-top: 72px;
    padding-bottom: 76px;
  }
}
@media (min-width: 761px) {
  .l-description-faq .p-item:nth-child(odd) .p-item__image {
    padding-top: 11px;
    padding-left: 34px;
  }
}
@media (min-width: 761px) {
  .l-description-faq .p-item:nth-child(even) {
    flex-direction: row-reverse;
    padding-top: 72px;
    padding-bottom: 102px;
  }
}
@media (min-width: 761px) {
  .l-description-faq .p-item:nth-child(even) .p-item__image {
    padding-top: 5px;
    padding-right: 34px;
  }
}
.l-description-faq .p-item + .p-item {
  border-top: 1px solid #B1B1B1;
}
@media (max-width: 760px) {
  .l-description-faq .p-item + .p-item {
    margin-top: 60px;
    padding-top: 67px;
  }
}
.l-description-faq .p-item__tit_job {
  color: #fff;
  background: #0BAAE1;
  font-weight: 700;
  font-size: 27px;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
  padding: 10px 20px;
  margin: 80px 0 0;
}
@media (max-width: 760px) {
  .l-description-faq .p-item__tit_job {
    padding: 1.5vw;
    font-size: 5.8vw;
    margin-bottom: 5vw;
    margin: 25vw 0 10vw;
  }
}
.l-description-message {
  text-align: center;
}
@media (min-width: 761px) {
  .l-description-message {
    background: #E6F9FF url(../images/page/description_bg01.jpg) no-repeat center/min(1440px, 133%) auto;
    padding: 89px 20px 82px;
  }
}
@media (max-width: 760px) {
  .l-description-message {
    background: #E6F9FF url(../images/page/sp/description_bg01.jpg) no-repeat center/100% auto;
    padding: 61px 0 82px;
  }
}
@media (min-width: 761px) {
  .l-description-message__title {
    margin-bottom: 42px;
  }
}
@media (max-width: 760px) {
  .l-description-message__title {
    margin-bottom: 8.7179487179dvw;
  }
}
.l-description-message__title .en {
  font-weight: 400;
  color: #0BAAE1;
  display: block;
  letter-spacing: 0.05em;
}
@media (min-width: 761px) {
  .l-description-message__title .en {
    font-size: 7.2rem;
  }
}
@media (max-width: 760px) {
  .l-description-message__title .en {
    font-size: 11.5384615385dvw;
  }
}
.l-description-message__title .ja {
  font-weight: 700;
  display: block;
}
@media (min-width: 761px) {
  .l-description-message__title .ja {
    font-size: 1.6rem;
    margin-top: 3px;
  }
}
@media (max-width: 760px) {
  .l-description-message__title .ja {
    font-size: 4.1025641026dvw;
    margin-top: 16px;
  }
}
.l-description-message p {
  font-weight: 500;
}
@media (min-width: 761px) {
  .l-description-message p {
    font-size: 1.7rem;
    line-height: 2.1176470588;
    margin-top: 36px;
  }
}
@media (max-width: 760px) {
  .l-description-message p {
    font-size: 3.8461538462dvw;
    line-height: 2.1333333333;
    margin-top: 8.2051282051dvw;
  }
}
@media (min-width: 761px) {
  .l-description .l-cmn_interview {
    padding: 45px 20px 0;
  }
}
@media (max-width: 760px) {
  .l-description .l-cmn_interview {
    padding: 42px 0 0;
    margin-bottom: 18px;
  }
}
.l-description .l-cmn_interview .p-header-page-top, .l-description .l-cmn_interview .c-button {
  display: none;
}
.l-description .l-cmn_interview .p-header-page-description {
  display: block !important;
}
@media (min-width: 761px) {
  .l-description .l-cmn_interview .p-header-page-description {
    margin-bottom: 34px;
  }
}
@media (max-width: 760px) {
  .l-description .l-cmn_interview .p-header-page-description {
    margin-bottom: 25px;
  }
}
.l-description .l-cmn_interview .p-header-page-description .p-header__title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.l-description .l-cmn_interview .p-header-page-description .p-header__title .en {
  display: block;
  color: #D5F4FF;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 761px) {
  .l-description .l-cmn_interview .p-header-page-description .p-header__title .en {
    font-size: 13.7rem;
  }
}
@media (max-width: 760px) {
  .l-description .l-cmn_interview .p-header-page-description .p-header__title .en {
    font-size: 25.1282051282dvw;
  }
}
.l-description .l-cmn_interview .p-header-page-description .p-header__title .ja {
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
}
@media (min-width: 761px) {
  .l-description .l-cmn_interview .p-header-page-description .p-header__title .ja {
    top: 10px;
    font-size: 2.7rem;
  }
}
@media (max-width: 760px) {
  .l-description .l-cmn_interview .p-header-page-description .p-header__title .ja {
    font-size: 5.1282051282dvw;
  }
}
@media (max-width: 760px) {
  .l-description .l-cmn_interview__list {
    margin-bottom: 0;
  }
}
.l-description .l-cmn_interview .slick-prev,
.l-description .l-cmn_interview .slick-next {
  background: #0BAAE1 url(../interview/images/icon_arrow_white.svg) no-repeat center;
}
@media (max-width: 760px) {
  .l-description .l-cmn_interview .slick-dots li {
    background: #E0E0E0;
  }
}
.l-description .l-cmn_interview .slick-dots li.slick-active {
  background: #0BAAE1;
}

/*  代表メッセージ
*----------------------------------- */
.page-message .l-main {
  padding-bottom: 0;
}

.l-message-mv {
  color: #FFF;
  background: #0BAAE1;
  max-width: 1200px;
  position: relative;
}
@media (min-width: 761px) {
  .l-message-mv {
    margin: 45px auto 0;
    min-height: 593px;
  }
}
@media (max-width: 760px) {
  .l-message-mv {
    margin: -4px 5.1282051282dvw 26px;
  }
}
.l-message-mv .l-message__container {
  position: relative;
  z-index: 1;
}
@media (min-width: 761px) {
  .l-message-mv .l-message__container {
    width: 50%;
    margin: 0 0 0 auto;
    padding: 68px 0;
  }
}
@media (min-width: 761px) and (max-width: 1030px) {
  .l-message-mv .l-message__container {
    width: fit-content;
    padding-bottom: 100px;
    margin: 0 auto 0 45%;
  }
}
@media (max-width: 760px) {
  .l-message-mv .l-message__container {
    padding: 27px 4.358974359dvw 0 4.6153846154dvw;
  }
}
.l-message-mv__title {
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-message-mv__title {
    font-size: 4.6rem;
    line-height: 1.4130434783;
    text-align: left;
    margin-bottom: 4px;
  }
}
@media (min-width: 761px) and (max-width: 1030px) {
  .l-message-mv__title {
    font-size: 4.6vw;
  }
}
@media (max-width: 760px) {
  .l-message-mv__title {
    text-align: center;
    font-size: 9.4871794872dvw;
    line-height: 1.4054054054;
    padding-left: 8.9743589744dvw;
    margin-bottom: 20px;
  }
}
.l-message-mv__text {
  font-weight: 500;
  text-align: left;
  line-height: 2.1333333333;
}
@media (min-width: 761px) {
  .l-message-mv__text {
    font-size: 1.5rem;
    margin-bottom: 13px;
    padding-left: 2px;
  }
}
@media (max-width: 760px) {
  .l-message-mv__text {
    font-size: 3.8461538462dvw;
    margin-bottom: 9px;
  }
}
.l-message-mv__lead {
  font-weight: 700;
  text-align: left;
  line-height: 1.4285714286;
}
@media (min-width: 761px) {
  .l-message-mv__lead {
    font-size: 2.1rem;
    margin-bottom: 31px;
  }
}
@media (max-width: 760px) {
  .l-message-mv__lead {
    font-size: 5.3846153846dvw;
    margin-bottom: 22px;
  }
}
.l-message-mv__name {
  font-weight: 500;
  text-align: left;
  line-height: 2.1333333333;
}
@media (min-width: 761px) {
  .l-message-mv__name {
    font-size: 1.5rem;
    margin-bottom: 13px;
    padding-left: 2px;
  }
}
@media (max-width: 760px) {
  .l-message-mv__name {
    font-size: 3.8461538462dvw;
  }
}
.l-message-mv__image {
  display: block;
}
@media (min-width: 761px) {
  .l-message-mv__image {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 760px) {
  .l-message-mv__image {
    margin-top: 6px;
  }
}
.l-message-mv__image img {
  width: 100%;
  height: auto;
}
.l-message-mv__en {
  font-weight: 400;
  text-align: center;
  line-height: 0.8805970149;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  right: 0;
}
@media (min-width: 761px) {
  .l-message-mv__en {
    font-size: min(10.7rem, 8.92vw);
    bottom: -10px;
  }
}
@media (max-width: 760px) {
  .l-message-mv__en {
    font-size: 17.1794871795dvw;
    bottom: -2.0512820513dvw;
  }
}
@media (min-width: 761px) {
  .l-message-profile {
    padding-top: 42px;
    margin-bottom: 7px;
  }
}
@media (max-width: 760px) {
  .l-message-profile {
    margin-bottom: 55px;
  }
}
.l-message-profile__title {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 761px) {
  .l-message-profile__title {
    gap: 10px;
    align-items: baseline;
    margin-bottom: 32px;
  }
}
@media (max-width: 760px) {
  .l-message-profile__title {
    justify-content: center;
    text-align: center;
    gap: 9px;
    margin-bottom: 12px;
  }
}
.l-message-profile__title .en {
  color: #0BAAE1;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 761px) {
  .l-message-profile__title .en {
    font-size: 4.5rem;
  }
}
@media (max-width: 760px) {
  .l-message-profile__title .en {
    font-size: 11.5384615385dvw;
    width: 100%;
  }
}
.l-message-profile__title .ja {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media (min-width: 761px) {
  .l-message-profile__title .ja {
    font-size: 1.8rem;
    transform: translateY(-2px);
  }
}
@media (max-width: 760px) {
  .l-message-profile__title .ja {
    font-size: 4.6153846154dvw;
  }
}
.l-message-profile .p-items {
  display: grid;
}
@media (min-width: 761px) {
  .l-message-profile .p-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (max-width: 760px) {
  .l-message-profile .p-items {
    width: 100%;
    margin: 0 auto;
    gap: 1.5384615385dvw;
  }
}
.l-message-profile .p-item__card {
  display: block;
}
.l-message-profile .p-item__card img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.l-message-profile__text {
  display: block;
}
@media (min-width: 761px) {
  .l-message-profile__text {
    max-width: 622px;
    margin: -18px auto 0;
    transform: translateX(14px);
  }
}
@media (max-width: 760px) {
  .l-message-profile__text {
    margin: -8px auto 0;
    width: 88.4615384615dvw;
    transform: translateX(-0.5128205128dvw);
  }
}
@media (max-width: 760px) {
  .l-message-colmuns {
    margin-bottom: 0;
  }
}
@media (min-width: 761px) {
  .l-message-colmuns .p-item {
    display: flex;
  }
}
@media (min-width: 761px) {
  .l-message-colmuns .p-item__image {
    width: 50%;
  }
}
@media (max-width: 760px) {
  .l-message-colmuns .p-item__image {
    margin-bottom: 30px;
  }
}
.l-message-colmuns .p-item__image img {
  border-radius: 100px 0 0 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
@media (min-width: 761px) {
  .l-message-colmuns .p-item__info {
    width: 50%;
  }
}
@media (max-width: 760px) {
  .l-message-colmuns .p-item__info {
    margin-bottom: 37px;
  }
}
.l-message-colmuns .p-item__title {
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-message-colmuns .p-item__title {
    font-size: 2.7rem;
    line-height: 1.4074074074;
    margin-bottom: 12px;
  }
}
@media (max-width: 760px) {
  .l-message-colmuns .p-item__title {
    font-size: 5.1282051282dvw;
    line-height: 1.5;
    margin-bottom: 7px;
  }
}
.l-message-colmuns .p-item__text {
  font-weight: 500;
  line-height: 2.1333333333;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 761px) {
  .l-message-colmuns .p-item__text {
    font-size: 1.5rem;
    padding-left: 2px;
  }
}
@media (max-width: 760px) {
  .l-message-colmuns .p-item__text {
    font-size: 3.8461538462dvw;
  }
}
@media (min-width: 761px) {
  .l-message-colmuns .p-item:nth-child(odd) {
    flex-direction: row-reverse;
    padding-top: 79px;
    padding-bottom: 96px;
  }
}
@media (min-width: 761px) {
  .l-message-colmuns .p-item:nth-child(odd) .p-item__image {
    padding-top: 4px;
    padding-left: 34px;
  }
}
@media (min-width: 761px) {
  .l-message-colmuns .p-item:nth-child(even) {
    padding-top: 119px;
    padding-bottom: 62px;
  }
}
@media (min-width: 761px) {
  .l-message-colmuns .p-item:nth-child(even) .p-item__image {
    padding-top: 5px;
    padding-right: 34px;
  }
}
@media (min-width: 761px) {
  .l-message-colmuns .p-item:nth-child(even) .p-item__info {
    padding-top: 13px;
  }
}
@media (min-width: 761px) {
  .l-message-colmuns .p-item:nth-child(3) .p-item__info {
    padding-top: 9px;
  }
}
.l-message-colmuns .p-item + .p-item {
  border-top: 1px solid #B1B1B1;
}
@media (max-width: 760px) {
  .l-message-colmuns .p-item + .p-item {
    margin-top: 61px;
    padding-top: 70px;
  }
}
.l-message-message {
  text-align: center;
  background: #E6F9FF;
}
@media (min-width: 761px) {
  .l-message-message {
    padding: 89px 60px 150px;
  }
}
@media (max-width: 760px) {
  .l-message-message {
    padding: 10vw 5vw 20vw;
  }
}
@media screen and (max-width: 760px) {
  .l-message-message .l-message__container {
    width: 100%;
  }
}
.l-message-message_tit {
  font-size: 60px;
  margin-bottom: 28px;
  color: #0BAAE1;
}
@media (max-width: 760px) {
  .l-message-message_tit {
    font-size: 10vw;
    margin-bottom: 3vw;
  }
}
@media (min-width: 761px) {
  .l-message-message__title {
    margin-bottom: 42px;
  }
}
@media (max-width: 760px) {
  .l-message-message__title {
    margin-bottom: 8.7179487179dvw;
  }
}
.l-message-message__title .en {
  font-weight: 400;
  color: #0BAAE1;
  display: block;
  letter-spacing: 0.05em;
}
@media (min-width: 761px) {
  .l-message-message__title .en {
    font-size: 7.2rem;
  }
}
@media (max-width: 760px) {
  .l-message-message__title .en {
    font-size: 11.5384615385dvw;
  }
}
.l-message-message__title .ja {
  font-weight: 700;
  display: block;
}
@media (min-width: 761px) {
  .l-message-message__title .ja {
    font-size: 1.6rem;
    margin-top: 3px;
  }
}
@media (max-width: 760px) {
  .l-message-message__title .ja {
    font-size: 4.1025641026dvw;
    margin-top: 16px;
  }
}
.l-message-message p {
  font-weight: 500;
}
@media (min-width: 761px) {
  .l-message-message p {
    font-size: 1.7rem;
    line-height: 2.1176470588;
    margin-top: 36px;
  }
}
@media (max-width: 760px) {
  .l-message-message p {
    font-size: 3.8461538462dvw;
    line-height: 2.1333333333;
    margin-top: 8.2051282051dvw;
  }
}

/*  3分でわかるスタープラスチック工業
*----------------------------------- */
@media (min-width: 761px) {
  .page-3minutes .l-main {
    padding-bottom: 109px;
  }
}
@media (max-width: 760px) {
  .page-3minutes .l-main {
    padding-bottom: 90px;
  }
}
.page-3minutes .list-page__anc {
  text-align: center;
}
@media (min-width: 761px) {
  .page-3minutes .list-page__anc {
    padding-top: 3px;
    margin-bottom: 170px;
  }
}
@media (max-width: 760px) {
  .page-3minutes .list-page__anc {
    padding-top: 7px;
    margin-bottom: 116px;
  }
}
.page-3minutes .list-page__anc__title {
  font-weight: 700;
}
@media (min-width: 761px) {
  .page-3minutes .list-page__anc__title {
    font-size: 2.7rem;
    line-height: 1.4074074074;
    margin-bottom: 28px;
  }
}
@media (max-width: 760px) {
  .page-3minutes .list-page__anc__title {
    font-size: 5.641025641dvw;
    line-height: 1.6363636364;
    margin-bottom: 11px;
  }
}
.page-3minutes .list-page__anc__text {
  font-weight: 500;
}
@media (min-width: 761px) {
  .page-3minutes .list-page__anc__text {
    font-size: 1.6rem;
    line-height: 2.125;
  }
}
@media (max-width: 760px) {
  .page-3minutes .list-page__anc__text {
    font-size: 3.8461538462dvw;
    line-height: 2.1333333333;
    padding-left: 3.5897435897dvw;
  }
}
.page-3minutes ul.l-anc-list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  counter-reset: nav;
}
@media (min-width: 761px) {
  .page-3minutes ul.l-anc-list {
    gap: 44px;
    margin-top: 44px;
  }
}
@media (max-width: 760px) {
  .page-3minutes ul.l-anc-list {
    column-gap: 4.1025641026dvw;
    row-gap: 30px;
    margin-top: 44px;
  }
}
.page-3minutes ul.l-anc-list li {
  counter-increment: nav;
}
@media (min-width: 761px) {
  .page-3minutes ul.l-anc-list li {
    width: calc((100% - 176px) / 5);
    min-width: 180px;
  }
}
@media (max-width: 760px) {
  .page-3minutes ul.l-anc-list li {
    width: calc((100% - 4.1025641026dvw) / 2);
  }
}
.page-3minutes ul.l-anc-list li a {
  display: block;
  text-align: center;
  font-weight: 700;
  position: relative;
  line-height: 1.4117647059;
}
@media (min-width: 761px) {
  .page-3minutes ul.l-anc-list li a {
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 2.1rem;
  }
}
@media (max-width: 760px) {
  .page-3minutes ul.l-anc-list li a {
    font-size: 4.358974359dvw;
    padding-top: 6.6666666667dvw;
    padding-bottom: 8.2051282051dvw;
  }
}
.page-3minutes ul.l-anc-list li a::before {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: counter(nav, decimal-leading-zero);
  display: block;
  color: #0BAAE1;
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 761px) {
  .page-3minutes ul.l-anc-list li a::before {
    font-size: 6.2rem;
    padding-left: 10px;
  }
}
@media (max-width: 760px) {
  .page-3minutes ul.l-anc-list li a::before {
    font-size: 12.8205128205dvw;
  }
}
.page-3minutes ul.l-anc-list li a::after {
  z-index: 1000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  background: url(../3minutes/images/anc_arrow.svg) no-repeat center/contain;
}
@media (min-width: 761px) {
  .page-3minutes ul.l-anc-list li a::after {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 760px) {
  .page-3minutes ul.l-anc-list li a::after {
    width: 7.1794871795dvw;
    height: 7.1794871795dvw;
  }
}
.page-3minutes ul.l-anc-list li a:hover {
  opacity: 1;
}
.page-3minutes ul.l-anc-list li a:hover img {
  opacity: 0.8;
}
@media (min-width: 761px) {
  .page-3minutes ul.l-anc-list .p-item__photo {
    margin-bottom: 8px;
  }
}
@media (max-width: 760px) {
  .page-3minutes ul.l-anc-list .p-item__photo {
    margin-bottom: 8px;
  }
}
@media (min-width: 761px) {
  .page-3minutes ul.l-anc-list .p-item__text {
    margin: 0 -1em;
  }
}

.l-3minutes {
  counter-reset: number;
}
@media (max-width: 760px) {
  .l-3minutes {
    margin-bottom: 0;
  }
}
.l-3minutes .p-item {
  counter-increment: number;
  position: relative;
  text-align: center;
}
@media (min-width: 761px) {
  .l-3minutes .p-item {
    margin-bottom: 161px;
  }
}
@media (max-width: 760px) {
  .l-3minutes .p-item {
    margin-bottom: 77px;
  }
}
.l-3minutes .p-item:last-child {
  margin-bottom: 0;
}
.l-3minutes .p-item::before {
  z-index: 1000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  content: counter(number, decimal-leading-zero);
  display: block;
  color: #0BAAE1;
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 761px) {
  .l-3minutes .p-item::before {
    font-size: 8.8rem;
    top: -51px;
  }
}
@media (max-width: 760px) {
  .l-3minutes .p-item::before {
    top: -5.641025641dvw;
    font-size: 11.0256410256dvw;
  }
}
.l-3minutes .p-item__image {
  width: 100%;
  display: block;
}
@media (min-width: 761px) {
  .l-3minutes .p-item__image {
    max-width: 898px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 760px) {
  .l-3minutes .p-item__image {
    margin-bottom: 26px;
  }
}
.l-3minutes .p-item__image img {
  border-radius: 100px 0 0 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.l-3minutes .p-item__title {
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-3minutes .p-item__title {
    font-size: 2.7rem;
    line-height: 1.4074074074;
    margin-bottom: 11px;
  }
}
@media (max-width: 760px) {
  .l-3minutes .p-item__title {
    font-size: 5.641025641dvw;
    line-height: 1.4545454545;
    margin-bottom: 11px;
  }
}
.l-3minutes .p-item__text {
  font-weight: 500;
  line-height: 2.1333333333;
  letter-spacing: 0;
}
@media (min-width: 761px) {
  .l-3minutes .p-item__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .l-3minutes .p-item__text {
    text-align: left;
    font-size: 3.8461538462dvw;
  }
}

/*  3分でわかるスタープラスチック工業
*----------------------------------- */
@media (min-width: 761px) {
  .page-growth .l-main {
    padding-bottom: 110px;
  }
}
@media (max-width: 760px) {
  .page-growth .l-main {
    padding-bottom: 90px;
  }
}

.l-growth-intro {
  position: relative;
}
@media (min-width: 761px) {
  .l-growth-intro {
    padding-top: 5px;
    padding-bottom: 36px;
    margin-bottom: 48px;
  }
}
@media (max-width: 760px) {
  .l-growth-intro {
    margin-top: -3px;
    margin-bottom: 90px;
  }
}
.l-growth-intro:after {
  content: "";
  background: #E0F7FF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 761px) {
  .l-growth-intro:after {
    height: 130px;
  }
}
@media (max-width: 760px) {
  .l-growth-intro:after {
    height: 22.3076923077dvw;
  }
}
@media (max-width: 760px) {
  .l-growth-intro .l-growth__container {
    width: 100%;
  }
}
.l-growth-intro__title {
  text-align: center;
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-growth-intro__title {
    font-size: 3.4rem;
    line-height: 1.4117647059;
    margin-bottom: 15px;
  }
}
@media (max-width: 760px) {
  .l-growth-intro__title {
    font-size: 7.6923076923dvw;
    line-height: 1.4;
    padding-left: 5.641025641dvw;
    margin-bottom: 12px;
  }
}
.l-growth-intro__text {
  text-align: center;
  font-weight: 500;
  line-height: 2.1333333333;
}
@media (min-width: 761px) {
  .l-growth-intro__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .l-growth-intro__text {
    font-size: 3.8461538462dvw;
  }
}
.l-growth-intro__image {
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-growth-intro__image {
    margin-top: 37px;
  }
}
@media (max-width: 760px) {
  .l-growth-intro__image {
    margin-top: 21px;
  }
}
.l-growth-intro__image img {
  width: 100%;
  height: auto;
}

.p-colmuns {
  counter-reset: number;
}
.p-colmuns .p-item {
  counter-increment: number;
}
@media (min-width: 761px) {
  .p-colmuns .p-item {
    display: flex;
    padding-top: 93px;
  }
}
@media (max-width: 760px) {
  .p-colmuns .p-item {
    margin-top: 6.9230769231dvw;
  }
}
.p-colmuns .p-item__image {
  display: block;
}
@media (min-width: 761px) {
  .p-colmuns .p-item__image {
    width: 50%;
  }
}
@media (max-width: 760px) {
  .p-colmuns .p-item__image {
    margin-bottom: 29px;
  }
}
.p-colmuns .p-item__image img {
  overflow: hidden;
  width: 100%;
  height: auto;
}
@media (min-width: 761px) {
  .p-colmuns .p-item__info {
    width: 50%;
    padding-top: 1px;
  }
}
.p-colmuns .p-item__title {
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: left;
}
@media (min-width: 761px) {
  .p-colmuns .p-item__title {
    font-size: 2.7rem;
    margin-bottom: 23px;
  }
}
@media (max-width: 760px) {
  .p-colmuns .p-item__title {
    font-size: 5.1282051282dvw;
    margin-bottom: 12px;
  }
}
.p-colmuns .p-item__title:before {
  content: counter(number, decimal-leading-zero);
  font-family: "optima-lt-pro", sans-serif;
  color: #0BAAE1;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (min-width: 761px) {
  .p-colmuns .p-item__title:before {
    font-size: 7.2rem;
    margin-right: 5px;
  }
}
@media (max-width: 760px) {
  .p-colmuns .p-item__title:before {
    font-size: 10.7692307692dvw;
    margin-right: 1.2820512821dvw;
  }
}
.p-colmuns .p-item__text {
  font-weight: 500;
  line-height: 2.1333333333;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 761px) {
  .p-colmuns .p-item__text {
    font-size: 1.5rem;
    padding-left: 2px;
  }
}
@media (max-width: 760px) {
  .p-colmuns .p-item__text {
    font-size: 3.8461538462dvw;
  }
}
@media (min-width: 761px) {
  .p-colmuns .p-item__text + p {
    margin-top: 32px;
  }
}
@media (min-width: 761px) {
  .p-colmuns .p-item:nth-child(odd) {
    padding-bottom: 71px;
  }
}
@media (min-width: 761px) {
  .p-colmuns .p-item:nth-child(odd) .p-item__image {
    padding-right: 34px;
  }
}
@media (min-width: 761px) {
  .p-colmuns .p-item:nth-child(even) {
    flex-direction: row-reverse;
    padding-top: 76px;
    padding-bottom: 84px;
  }
}
@media (min-width: 761px) {
  .p-colmuns .p-item:nth-child(even) .p-item__image {
    padding-top: 4px;
    padding-left: 34px;
  }
}
@media (min-width: 761px) {
  .p-colmuns .p-item:nth-child(even) .p-item__title {
    margin-bottom: 14px;
  }
}
.p-colmuns .p-item + .p-item {
  border-top: 1px solid #B1B1B1;
}
@media (max-width: 760px) {
  .p-colmuns .p-item + .p-item {
    margin-top: 50px;
    padding-top: 60px;
  }
}

/*  企業理念
*----------------------------------- */
.page-company .l-main {
  padding-bottom: 0;
}
@media (min-width: 761px) {
  .page-company .list-page {
    background: url(../company/images/bottom_bg.jpg) no-repeat center bottom/max(1440px, 100%) auto;
    padding-bottom: 468px;
  }
}
@media (max-width: 760px) {
  .page-company .list-page {
    background: url(../company/images/sp/bottom_bg.png) no-repeat center bottom/100% auto;
    padding-bottom: 78.13vw;
  }
}
@media (max-width: 760px) {
  .page-company .list-page__header__subtitle {
    font-size: 11.2820512821dvw;
  }
}
.page-company .list-page__header .list-page__header__subtitle {
  text-transform: unset;
}
.page-company .l-page-header {
  background: url(../images/cmn/star_icon.svg) no-repeat center top;
}
@media (min-width: 761px) {
  .page-company .l-page-header {
    margin-bottom: 17px;
  }
}
@media (max-width: 760px) {
  .page-company .l-page-header {
    margin-bottom: 1px;
  }
}
@media (min-width: 761px) {
  .page-company .l-page-header .ja {
    margin-top: 37px;
  }
}
@media (min-width: 761px) {
  .page-company .l-page-header {
    background-size: 34.5px auto;
  }
}
@media (max-width: 760px) {
  .page-company .l-page-header {
    background-size: 5.9vw;
  }
}
@media (min-width: 761px) {
  .page-company .l-philosophy-wedo {
    margin-top: 174px;
  }
}
@media (max-width: 760px) {
  .page-company .l-philosophy-wedo {
    margin-top: 81px;
  }
}

.l-company__lead {
  text-align: center;
  font-weight: 700;
  color: #0BAAE1;
}
@media (min-width: 761px) {
  .l-company__lead {
    font-size: 3.3rem;
    line-height: 1.4848484848;
    margin-bottom: 30px;
  }
}
@media (max-width: 760px) {
  .l-company__lead {
    font-size: 6.4102564103dvw;
    line-height: 1.44;
    margin-bottom: 19px;
  }
}
.l-company__text {
  text-align: center;
  font-weight: 500;
}
@media (min-width: 761px) {
  .l-company__text {
    font-size: 2.1rem;
    line-height: 1.6666666667;
  }
}
@media (max-width: 760px) {
  .l-company__text {
    font-size: 4.6153846154dvw;
    line-height: 1.9444444444;
  }
}
@media (min-width: 761px) {
  .l-company__text + p {
    margin-top: 35px;
  }
}
@media (max-width: 760px) {
  .l-company__text + p {
    margin-top: 35px;
  }
}
@media (min-width: 761px) {
  .l-company-star {
    padding-top: 34px;
    margin-bottom: 174px;
  }
}
@media (max-width: 760px) {
  .l-company-star {
    padding-top: 19px;
    margin-bottom: 81px;
  }
}
@media (min-width: 761px) {
  .l-company-wedo {
    margin-bottom: 176px;
  }
}
@media (max-width: 760px) {
  .l-company-wedo {
    margin-bottom: 81px;
  }
}
@media (min-width: 761px) {
  .l-company-strength {
    margin-bottom: 237px;
  }
}
@media (max-width: 760px) {
  .l-company-strength {
    margin-bottom: 81px;
  }
}
@media (min-width: 761px) {
  .l-company-strength .l-page-header {
    margin-bottom: 22px;
  }
}
@media (min-width: 761px) {
  .l-company-strength .l-company__lead {
    margin-bottom: -1px;
  }
}
.l-company-strength__image {
  display: block;
  margin: 0 auto;
  max-width: 1016px;
}
@media (min-width: 761px) {
  .l-company-strength__image {
    margin-top: 0;
    padding-left: 6px;
    margin-bottom: 53px;
  }
}
@media (max-width: 760px) {
  .l-company-strength__image {
    width: 79.4871794872dvw;
    margin: 37px auto 32px;
  }
}
@media (min-width: 761px) {
  .l-company-profile {
    margin-bottom: 135px;
  }
}
@media (max-width: 760px) {
  .l-company-profile {
    margin-bottom: 90px;
  }
}
@media (min-width: 761px) {
  .l-company-profile .l-page-header {
    margin-bottom: 52px;
  }
}
@media (max-width: 760px) {
  .l-company-profile .l-page-header {
    margin-bottom: 16px;
  }
}
@media (min-width: 761px) {
  .l-company-profile .l-page-header .ja {
    margin-top: 9px;
  }
}
@media (max-width: 760px) {
  .l-company-profile .l-page-header .ja {
    margin-top: 8px;
  }
}
.l-company-profile__table {
  background: #FFF;
}
@media (min-width: 761px) {
  .l-company-profile__table {
    padding: 43px 10px 57px;
  }
}
@media (max-width: 760px) {
  .l-company-profile__table {
    padding: 20px 5.1282051282dvw 23px;
  }
}
@media (min-width: 761px) {
  .l-company-office .l-page-header {
    margin-bottom: 44px;
  }
}
@media (max-width: 760px) {
  .l-company-office .l-page-header {
    margin-bottom: 26px;
  }
}
@media (min-width: 761px) {
  .l-company-office .l-page-header .ja {
    margin-top: 9px;
  }
}
@media (max-width: 760px) {
  .l-company-office .l-page-header .ja {
    margin-top: 8px;
  }
}
.l-company-office__mv {
  position: relative;
}
@media (max-width: 760px) {
  .l-company-office__mv {
    margin: 0 -5.1282051282dvw;
  }
}
.l-company-office__mv__title {
  position: absolute;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 761px) {
  .l-company-office__mv__title {
    font-size: 10.2rem;
    left: 42px;
    top: 14px;
  }
}
@media (max-width: 760px) {
  .l-company-office__mv__title {
    font-size: 13.8461538462dvw;
    left: 5.641025641dvw;
    top: -2.5641025641dvw;
  }
}
.l-company-office__mv__text {
  position: absolute;
}
@media (min-width: 761px) {
  .l-company-office__mv__text {
    font-size: 1.7rem;
    line-height: 2.1176470588;
    left: 46px;
    top: 230px;
  }
}
@media (max-width: 760px) {
  .l-company-office__mv__text {
    font-size: 3.8461538462dvw;
    line-height: 1.6666666667;
    left: 5.1282051282dvw;
    top: 26.6666666667dvw;
  }
}
@media (min-width: 761px) {
  .l-company-office .p-items {
    display: flex;
    flex-wrap: wrap;
    gap: 78px 75px;
    margin: 23px auto 0;
    max-width: 1100px;
  }
}
@media (max-width: 760px) {
  .l-company-office .p-items {
    margin-top: 6px;
  }
}
.l-company-office .p-item {
  text-align: center;
}
@media (min-width: 761px) {
  .l-company-office .p-item {
    width: calc((100% - 75px) / 2);
  }
}
@media (max-width: 760px) {
  .l-company-office .p-item {
    margin-bottom: 47px;
  }
}
.l-company-office .p-item__head {
  background-repeat: no-repeat;
  background-position: center top;
}
@media (min-width: 761px) {
  .l-company-office .p-item__head {
    background-size: 44px auto;
    padding-top: 73px;
    margin-bottom: 19px;
  }
}
@media (max-width: 760px) {
  .l-company-office .p-item__head {
    background-size: 9.4871794872dvw auto;
    padding-top: 14.8717948718dvw;
    margin-bottom: 22px;
  }
}
.l-company-office .p-item__head .en {
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: block;
}
@media (min-width: 761px) {
  .l-company-office .p-item__head .en {
    font-size: min(4.2rem, 5vw);
  }
}
@media (max-width: 760px) {
  .l-company-office .p-item__head .en {
    font-size: 9.2307692308dvw;
  }
}
.l-company-office .p-item__head .ja {
  line-height: 1;
  font-weight: 500;
  display: block;
}
@media (min-width: 761px) {
  .l-company-office .p-item__head .ja {
    font-size: 2.1rem;
    margin-top: 14px;
  }
}
@media (max-width: 760px) {
  .l-company-office .p-item__head .ja {
    font-size: 4.6153846154dvw;
    margin-top: 10px;
  }
}
.l-company-office .p-item__text {
  font-weight: 500;
}
@media (min-width: 761px) {
  .l-company-office .p-item__text {
    font-size: 2.1rem;
    line-height: 1.8571428571;
    margin-bottom: 26px;
  }
}
@media (max-width: 760px) {
  .l-company-office .p-item__text {
    font-size: 4.1025641026dvw;
    line-height: 1.5625;
    margin: 0 -1em 21px;
  }
}
.l-company-office .p-item__map iframe {
  width: 100%;
  display: block;
}
@media (min-width: 761px) {
  .l-company-office .p-item__map iframe {
    aspect-ratio: 562/330;
  }
}
@media (max-width: 760px) {
  .l-company-office .p-item__map iframe {
    aspect-ratio: 350/205;
  }
}
.l-company-office .p-item.color01 .p-item__head {
  background-image: url(../company/images/ico_office_item01.svg);
}
.l-company-office .p-item.color01 .p-item__head .en {
  color: #F3E939;
}
.l-company-office .p-item.color02 .p-item__head {
  background-image: url(../company/images/ico_office_item02.svg);
}
.l-company-office .p-item.color02 .p-item__head .en {
  color: #CA236B;
}
.l-company-office .p-item.color03 .p-item__head {
  background-image: url(../company/images/ico_office_item03.svg);
}
.l-company-office .p-item.color03 .p-item__head .en {
  color: #06D7A0;
}
.l-company-office .p-item.color04 .p-item__head {
  background-image: url(../company/images/ico_office_item04.svg);
}
.l-company-office .p-item.color04 .p-item__head .en {
  color: #0BAAE1;
}
.l-company-office .p-item.color05 .p-item__head {
  background-image: url(../company/images/ico_office_item05.svg);
}
.l-company-office .p-item.color05 .p-item__head .en {
  color: #7109B6;
}

/*  環境整備
*----------------------------------- */
.page-environment .l-main {
  padding-bottom: 0;
}
@media (max-width: 760px) {
  .page-environment .list-page__header__subtitle {
    font-size: 11.2820512821dvw;
  }
}

.l-environment-intro {
  max-width: 1200px;
  border-bottom: 1px solid #707070;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-environment-intro {
    padding-top: 10px;
    padding-bottom: 86px;
    margin-block: 9px;
  }
}
@media (max-width: 760px) {
  .l-environment-intro {
    margin: -11px 5.1282051282dvw 80px;
    padding-bottom: 69px;
  }
}
.l-environment-intro__text {
  text-align: center;
  font-weight: 500;
  line-height: 2.1176470588;
}
@media (min-width: 761px) {
  .l-environment-intro__text {
    font-size: 1.7rem;
  }
}
@media (max-width: 760px) {
  .l-environment-intro__text {
    font-size: 4.358974359dvw;
  }
}
.l-environment-intro__text strong {
  color: #0BAAE1;
}
@media (min-width: 761px) {
  .l-environment-intro__text + p {
    margin-top: 36px;
  }
}
@media (max-width: 760px) {
  .l-environment-intro__text + p {
    margin-top: 36px;
  }
}
@media (min-width: 761px) {
  .l-environment-colmuns {
    margin-bottom: 22px;
  }
}
@media (max-width: 760px) {
  .l-environment-colmuns {
    margin-bottom: 98px;
  }
}
@media (max-width: 760px) {
  .l-environment-colmuns .p-item__image {
    margin-bottom: 32px;
  }
}
.l-environment-colmuns .p-item__image img {
  border-radius: 0;
}
@media (min-width: 761px) {
  .l-environment-colmuns .p-item__title {
    margin-right: -1em;
  }
}
@media (max-width: 760px) {
  .l-environment-colmuns .p-item__title {
    margin-bottom: 16px;
  }
}
@media (min-width: 761px) {
  .l-environment-colmuns .p-item:nth-child(odd) {
    padding-top: 78px;
  }
}
.l-environment-message {
  text-align: center;
  background: #E6F9FF;
}
@media (min-width: 761px) {
  .l-environment-message {
    padding: 97px 20px 105px;
  }
}
@media (max-width: 760px) {
  .l-environment-message {
    padding: 61px 0 82px;
  }
}
.l-environment-message__title {
  font-weight: 700;
  color: #0BAAE1;
  display: block;
}
@media (min-width: 761px) {
  .l-environment-message__title {
    font-size: 4.1rem;
    margin-bottom: 19px;
  }
}
@media (max-width: 760px) {
  .l-environment-message__title {
    font-size: 8.2051282051dvw;
    margin-bottom: 8.2051282051dvw;
  }
}
.l-environment-message p {
  font-weight: 500;
}
@media (min-width: 761px) {
  .l-environment-message p {
    font-size: 1.5rem;
    line-height: 2.1333333333;
  }
}
@media (max-width: 760px) {
  .l-environment-message p {
    font-size: 3.8461538462dvw;
    line-height: 2.1333333333;
  }
}
@media (min-width: 761px) {
  .l-environment-message p + p {
    margin-top: 32px;
  }
}
@media (max-width: 760px) {
  .l-environment-message p + p {
    margin-top: 8.2051282051dvw;
  }
}

/*  企業理念
*----------------------------------- */
.page-philosophy .l-main {
  padding-bottom: 0;
}
@media (max-width: 760px) {
  .page-philosophy .list-page__header__subtitle {
    font-size: 11.2820512821dvw;
  }
}
.page-philosophy .l-page-header {
  background: url(../images/cmn/star_icon.svg) no-repeat center top;
}
@media (min-width: 761px) {
  .page-philosophy .l-page-header {
    background-size: 34.5px auto;
  }
}
@media (max-width: 760px) {
  .page-philosophy .l-page-header {
    background-size: 5.9vw;
  }
}

.l-philosophy__lead {
  text-align: center;
  font-weight: 700;
  line-height: 1.4848484848;
  color: #0BAAE1;
}
@media (min-width: 761px) {
  .l-philosophy__lead {
    font-size: 3.3rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__lead {
    font-size: 6.4102564103dvw;
    margin-bottom: 36px;
  }
}
.l-philosophy__text {
  text-align: center;
  font-weight: 500;
  line-height: 2.0588235294;
}
@media (min-width: 761px) {
  .l-philosophy__text {
    font-size: 1.7rem;
  }
}
@media (max-width: 760px) {
  .l-philosophy__text {
    font-size: 4.358974359dvw;
  }
}
@media (min-width: 761px) {
  .l-philosophy__text + p {
    margin-top: 35px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__text + p {
    margin-top: 35px;
  }
}
.l-philosophy-intro {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
@media (min-width: 761px) {
  .l-philosophy-intro {
    margin-bottom: 140px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-intro {
    margin-bottom: 168px;
  }
}
.l-philosophy-intro__title {
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 1.5151515152;
}
@media (min-width: 761px) {
  .l-philosophy-intro__title {
    font-size: min(3.19vw, 46px);
    margin-top: 113px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-intro__title {
    font-size: 8.4615384615dvw;
    margin: -6px 0 10px 5.1282051282dvw;
  }
}
.l-philosophy-intro__title .color01 {
  color: #0BAAE1;
}
.l-philosophy-intro__title .color02 {
  color: #CA236B;
}
.l-philosophy-intro__block {
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 761px) {
  .l-philosophy-intro__block {
    display: flex;
    padding-top: 70px;
    gap: 5.2830188679%;
    margin-bottom: 68px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-intro__block {
    margin: 39px 0 47px;
  }
}
.l-philosophy-intro__block .p-item {
  position: relative;
}
@media (min-width: 761px) {
  .l-philosophy-intro__block .p-item {
    flex: 1;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    min-height: 273px;
    gap: 8px;
    padding: 10px 10px 20px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-intro__block .p-item {
    padding: 29px 3.8461538462dvw 36px;
    margin-bottom: 31px;
  }
}
@media (min-width: 761px) {
  .l-philosophy-intro__block .p-item:before {
    content: "";
    background: #FFF;
    display: block;
    position: absolute;
    width: 1px;
    top: -70px;
    z-index: -1;
  }
}
.l-philosophy-intro__block .p-item.color01 {
  background: #0BAAE1;
}
@media (min-width: 761px) {
  .l-philosophy-intro__block .p-item.color01:before {
    height: 72px;
    left: 25.5%;
  }
}
.l-philosophy-intro__block .p-item.color02 {
  background: #CA236B;
}
@media (min-width: 761px) {
  .l-philosophy-intro__block .p-item.color02 {
    padding-bottom: 20px;
  }
}
@media (min-width: 761px) {
  .l-philosophy-intro__block .p-item.color02:before {
    height: 199px;
    transform: rotate(-67.3deg);
    transform-origin: top left;
    left: -18%;
  }
}
.l-philosophy-intro__block .p-item__title {
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-philosophy-intro__block .p-item__title {
    font-size: 4.5rem;
  }
}
@media (max-width: 760px) {
  .l-philosophy-intro__block .p-item__title {
    font-size: 7.4358974359dvw;
    margin-bottom: 2px;
  }
}
.l-philosophy-intro__block .p-item__text {
  font-weight: 500;
  line-height: 1.6666666667;
}
@media (min-width: 761px) {
  .l-philosophy-intro__block .p-item__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .l-philosophy-intro__block .p-item__text {
    text-align: left;
    font-size: 3.8461538462dvw;
  }
}
.l-philosophy-intro__text {
  font-weight: 500;
}
@media (min-width: 761px) {
  .l-philosophy-intro__text {
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.7647058824;
    margin-top: 30px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-intro__text {
    text-align: left;
    font-size: 4.1025641026dvw;
    line-height: 1.875;
    margin-top: 30px;
  }
}
.l-philosophy-intro__text strong {
  color: #0BAAE1;
}
@media (min-width: 761px) {
  .l-philosophy-wedo {
    margin-bottom: 154px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-wedo {
    margin-bottom: 115px;
  }
}
.l-philosophy-wedo__image {
  display: block;
  margin: 0 auto;
  max-width: 777px;
}
@media (min-width: 761px) {
  .l-philosophy-wedo__image {
    margin-top: 24px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-wedo__image {
    width: 100dvw;
    margin: 40px -5.1282051282dvw 0;
  }
}
.l-philosophy-wedo__text {
  text-align: center;
  font-weight: 500;
  line-height: 2.0588235294;
  color: #F3E939;
}
@media (min-width: 761px) {
  .l-philosophy-wedo__text {
    font-size: 1.7rem;
    margin-top: 42px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-wedo__text {
    font-size: 4.358974359dvw;
    margin-top: 24px;
  }
}
@media (min-width: 761px) {
  .l-philosophy-star {
    margin-bottom: 274px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-star {
    margin-bottom: 140px;
  }
}
@media (min-width: 761px) {
  .l-philosophy-star .l-section__container {
    max-width: 1220px;
    padding: 0 10px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-star .l-section__container {
    padding: 0;
    width: 100%;
  }
}
.l-philosophy-star .l-page-header .en {
  color: #F3E939;
}
.l-philosophy-star .l-philosophy__lead {
  color: #F3E939;
}
@media (min-width: 761px) {
  .l-philosophy-star .l-philosophy__lead {
    margin-bottom: 16px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-star .l-philosophy__lead {
    margin-bottom: 22px;
  }
}
.l-philosophy-star .p-items {
  counter-reset: number;
}
@media (min-width: 761px) {
  .l-philosophy-star .p-items {
    margin-top: 80px;
    padding-top: 93px;
    padding-bottom: 375px;
    background: url(../philosophy/images/star_bg.svg) no-repeat 37.5% top/min(832px, 95%) auto;
  }
}
@media (max-width: 760px) {
  .l-philosophy-star .p-items {
    margin-top: 68px;
    padding-top: 27.1794871795dvw;
    padding-bottom: 36.6666666667dvw;
    background: url(../philosophy/images/sp/star_bg.svg) no-repeat center top/100vw auto;
  }
}
.l-philosophy-star .p-item {
  counter-increment: number;
}
@media (min-width: 761px) {
  .l-philosophy-star .p-item {
    display: flex;
    align-items: center;
    gap: min(20px, 1.2vw);
  }
}
@media (max-width: 760px) {
  .l-philosophy-star .p-item {
    margin-bottom: 23.3333333333dvw;
  }
}
@media (min-width: 761px) {
  .l-philosophy-star .p-item:nth-child(odd) {
    margin-bottom: 30px;
  }
}
@media (min-width: 761px) {
  .l-philosophy-star .p-item:nth-child(even) {
    flex-direction: row-reverse;
    padding-right: min(100px, 7vw);
    margin-bottom: 30px;
    gap: 25px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-star .p-item:nth-child(even) .p-item__image {
    width: 64.6153846154dvw;
    margin-left: 29.2307692308dvw;
  }
}
@media (min-width: 761px) {
  .l-philosophy-star .p-item:nth-child(even) .p-item__main {
    max-width: 357px;
    width: 50%;
    padding-bottom: 15px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-star .p-item:nth-child(even) .p-item__main {
    padding: 1.2820512821dvw 5.1282051282dvw 0 35.3846153846dvw;
  }
}
@media (max-width: 760px) {
  .l-philosophy-star .p-item:nth-child(even) .p-item__title {
    margin-bottom: 3.3333333333dvw;
  }
}
@media (max-width: 760px) {
  .l-philosophy-star .p-item:nth-child(even) .p-item__title:before {
    margin-bottom: 5.1282051282dvw;
  }
}
@media (max-width: 760px) {
  .l-philosophy-star .p-item:nth-child(2) {
    margin-bottom: 14.6153846154dvw;
  }
}
@media (min-width: 761px) {
  .l-philosophy-star .p-item:nth-child(3) {
    margin-bottom: 36px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-star .p-item:nth-child(3) {
    margin-bottom: 22.0512820513dvw;
  }
}
@media (min-width: 761px) {
  .l-philosophy-star .p-item:nth-child(3) .p-item__main {
    padding-bottom: 25px;
  }
}
@media (min-width: 761px) {
  .l-philosophy-star .p-item:nth-child(3) .p-item__title {
    margin-bottom: 19px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-star .p-item:nth-child(4) {
    margin-bottom: 19.7435897436dvw;
  }
}
@media (min-width: 761px) {
  .l-philosophy-star .p-item:nth-child(5) {
    margin-bottom: 36px;
  }
}
@media (min-width: 761px) {
  .l-philosophy-star .p-item:nth-child(5) .p-item__main {
    padding-bottom: 7px;
  }
}
@media (min-width: 761px) {
  .l-philosophy-star .p-item:nth-child(5) .p-item__title {
    margin-bottom: 19px;
  }
}
.l-philosophy-star .p-item__image {
  display: block;
}
@media (min-width: 761px) {
  .l-philosophy-star .p-item__image {
    width: min(500px, 65vw);
  }
}
@media (max-width: 760px) {
  .l-philosophy-star .p-item__image {
    width: 76.9230769231dvw;
    margin-left: -2.5641025641dvw;
  }
}
@media (min-width: 761px) {
  .l-philosophy-star .p-item__main {
    padding-bottom: 5px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-star .p-item__main {
    padding: 0 5.1282051282dvw;
    margin-top: -0.5128205128dvw;
  }
}
.l-philosophy-star .p-item__title {
  text-align: left;
  font-weight: 700;
  color: #F3E939;
}
@media (min-width: 761px) {
  .l-philosophy-star .p-item__title {
    font-size: min(4.4rem, 3.8vw);
    line-height: 1.4090909091;
    margin-bottom: 6px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-star .p-item__title {
    font-size: 7.1794871795dvw;
    line-height: 1.25;
    margin-bottom: 2.5641025641dvw;
  }
}
.l-philosophy-star .p-item__title:before {
  content: counter(number, decimal-leading-zero);
  font-family: "optima-lt-pro", sans-serif;
  color: #FFF;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: block;
}
@media (min-width: 761px) {
  .l-philosophy-star .p-item__title:before {
    font-size: 4.2rem;
    margin-bottom: 14px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-star .p-item__title:before {
    font-size: 10.7692307692dvw;
    margin-bottom: 3.5897435897dvw;
  }
}
.l-philosophy-star .p-item__text {
  text-align: left;
  font-weight: 500;
  line-height: 1.4705882353;
}
@media (min-width: 761px) {
  .l-philosophy-star .p-item__text {
    font-size: 1.7rem;
  }
}
@media (max-width: 760px) {
  .l-philosophy-star .p-item__text {
    font-size: 4.358974359dvw;
  }
}
.l-philosophy-star__text {
  text-align: center;
  font-weight: 700;
  line-height: 1.3902439024;
  color: #F3E939;
}
@media (min-width: 761px) {
  .l-philosophy-star__text {
    font-size: 4.1rem;
  }
}
@media (max-width: 760px) {
  .l-philosophy-star__text {
    font-size: 7.6923076923dvw;
  }
}
@media (min-width: 761px) {
  .l-philosophy-value {
    margin-bottom: 247px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-value {
    margin-bottom: 109px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-value .l-section__container {
    padding: 0;
    width: 100%;
  }
}
.l-philosophy-value__image {
  display: block;
  max-width: 1045px;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-philosophy-value__image {
    margin-top: 70px;
    padding-right: 16px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-value__image {
    margin-top: 70px;
  }
}
@media (min-width: 761px) {
  .l-philosophy-vision {
    padding-bottom: 137px;
    background: url(../philosophy/images/vision_bg.png) no-repeat center 397px/max(1440px, 100%) auto;
  }
}
@media (max-width: 760px) {
  .l-philosophy-vision {
    padding-bottom: 164px;
    background: url(../philosophy/images/sp/vision_bg.jpg) no-repeat center 355px/100% auto;
  }
}
.l-philosophy-vision .l-section__container {
  position: relative;
}
@media (min-width: 761px) {
  .l-philosophy-vision .l-section__container {
    max-width: 1210px;
    padding: 0 5px;
  }
}
@media (min-width: 761px) {
  .l-philosophy-vision .l-page-header {
    margin-bottom: 90px;
  }
}
.l-philosophy-vision .l-page-header .en {
  color: #06D7A0;
}
.l-philosophy-vision .l-philosophy__lead {
  color: #06D7A0;
}
@media (min-width: 761px) {
  .l-philosophy-vision .l-philosophy__lead {
    font-size: 3.8rem;
    line-height: 1.3947368421;
    margin-bottom: 50px;
  }
}
.l-philosophy-vision .l-philosophy__text {
  text-shadow: 0 3px 10px rgb(7, 11, 35);
}
@media (min-width: 761px) {
  .l-philosophy-vision .l-philosophy__text {
    font-size: min(2.3rem, 2.5vw);
    line-height: 2.1304347826;
    margin-bottom: 49px;
    padding: 0 150px;
  }
}
@media (max-width: 760px) {
  .l-philosophy-vision .l-philosophy__text {
    font-size: 4.358974359dvw;
    line-height: 2.0588235294;
  }
}
.l-philosophy-vision__text {
  text-align: center;
  font-weight: 700;
  color: #222222;
}
@media (min-width: 761px) {
  .l-philosophy-vision__text {
    font-size: 3.8rem;
    line-height: 1.3947368421;
    margin-top: 79px !important;
  }
}
@media (max-width: 760px) {
  .l-philosophy-vision__text {
    font-size: 5.641025641dvw;
    line-height: 1.3636363636;
    margin-top: 52px !important;
    margin-bottom: 50px;
  }
}
.l-philosophy-vision__end {
  text-align: center;
  font-weight: 700;
  color: #222222;
}
@media (min-width: 761px) {
  .l-philosophy-vision__end {
    font-size: 6.5rem;
    line-height: 1.4;
    margin-top: 49px !important;
  }
}
@media (max-width: 760px) {
  .l-philosophy-vision__end {
    font-size: 9.2307692308dvw;
    line-height: 1.3888888889;
    margin-top: 29px !important;
    margin-bottom: 50px;
  }
}
.l-philosophy-vision__end strong {
  color: #CA236B;
}
@media (min-width: 761px) {
  .l-philosophy-vision__image {
    position: absolute;
    z-index: 0;
  }
}
@media (max-width: 760px) {
  .l-philosophy-vision__image {
    display: block;
  }
}
@media (min-width: 761px) {
  .l-philosophy-vision__image.image01 {
    top: 406px;
    left: min(13px, 1vw);
    width: min(282px, 19.6vw);
  }
}
@media (max-width: 760px) {
  .l-philosophy-vision__image.image01 {
    width: 72.3076923077dvw;
    margin: 0 auto 0 1.2820512821dvw;
  }
}
@media (min-width: 761px) {
  .l-philosophy-vision__image.image02 {
    top: 577px;
    right: min(24px, 2vw);
    width: min(216px, 15vw);
  }
}
@media (max-width: 760px) {
  .l-philosophy-vision__image.image02 {
    width: 55.3846153846dvw;
    margin: 78px 1.2820512821dvw 0 auto;
  }
}
@media (min-width: 761px) {
  .l-philosophy-vision__image.image03 {
    top: 904px;
    left: min(89px, 7vw);
    width: min(216px, 15vw);
  }
}
@media (max-width: 760px) {
  .l-philosophy-vision__image.image03 {
    width: 72.3076923077dvw;
    margin: 62px auto 0 4.1025641026dvw;
  }
}

/*  誰かを、輝かせる仕事。
*----------------------------------- */
.page-ourwork .list-page__list {
  overflow-x: hidden;
}
@media (min-width: 761px) {
  .page-ourwork .l-main {
    padding-bottom: 60px;
  }
}
@media (max-width: 760px) {
  .page-ourwork .l-main {
    padding-bottom: 135px;
  }
}
.page-ourwork .c-button {
  background: #A0FAE2;
}

.l-ourwork-mv {
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-ourwork-mv {
    padding-top: 10px;
    margin-bottom: 115px;
  }
}
@media (max-width: 760px) {
  .l-ourwork-mv {
    padding-top: 27px;
    margin-right: -0.2564102564dvw;
  }
}
.l-ourwork-mv__image {
  display: block;
}
.l-ourwork-mv__image img {
  display: block;
  margin: 0 0 0 auto;
}
.l-ourwork-intro {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
@media (min-width: 761px) {
  .l-ourwork-intro {
    margin-bottom: 159px;
  }
}
@media (max-width: 760px) {
  .l-ourwork-intro {
    margin: 46px 0 57px;
  }
}
@media (min-width: 761px) {
  .l-ourwork-intro:before {
    content: "";
    background: url(../ourwork/images/bg01.svg) no-repeat center/contain;
    position: absolute;
    width: 291px;
    height: 541px;
    right: -16px;
    top: 79px;
  }
}
@media (min-width: 761px) {
  .l-ourwork-intro__container {
    min-height: 574px;
  }
}
@media (max-width: 760px) {
  .l-ourwork-intro__container {
    width: 94.8717948718dvw !important;
    margin-left: 0 !important;
    margin-bottom: 42px;
  }
}
.l-ourwork-intro .l-section__container {
  position: relative;
  max-width: 1440px;
}
@media (min-width: 761px) {
  .l-ourwork-intro__head {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 50px;
  }
}
.l-ourwork-intro .p-item {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-ourwork-intro .p-item__info {
    padding-left: 51px;
    max-width: 724px;
  }
}
.l-ourwork-intro .p-item__title {
  font-weight: 700;
  display: block;
  text-align: left;
}
@media (min-width: 761px) {
  .l-ourwork-intro .p-item__title {
    font-size: 2.7rem;
    line-height: 1.3333333333;
    padding: 5px 22px;
    margin-bottom: 28px;
  }
}
@media (max-width: 760px) {
  .l-ourwork-intro .p-item__title {
    font-size: 5.641025641dvw;
    line-height: 1.2727272727;
    padding: 3px 2.3076923077dvw;
    margin-bottom: 14px;
  }
}
.l-ourwork-intro .p-item__text {
  font-weight: 500;
  display: block;
  text-align: left;
  line-height: 2.125;
}
@media (min-width: 761px) {
  .l-ourwork-intro .p-item__text {
    font-size: 1.6rem;
    padding-left: 22px;
  }
}
@media (max-width: 760px) {
  .l-ourwork-intro .p-item__text {
    font-size: 4.1025641026dvw;
  }
}
@media (min-width: 761px) {
  .l-ourwork-intro .p-item__text + p {
    margin-top: 34px;
  }
}
@media (min-width: 761px) {
  .l-ourwork-intro .p-item.item01 {
    padding-bottom: 343px;
    padding-right: min(40%, 430px);
  }
}
@media (max-width: 760px) {
  .l-ourwork-intro .p-item.item01 {
    padding-bottom: 75.3846153846dvw;
    margin-bottom: 42px;
  }
}
.l-ourwork-intro .p-item.item01 .p-item__title {
  background: #06D7A0;
}
@media (max-width: 760px) {
  .l-ourwork-intro .p-item.item01:before {
    content: "";
    background: url(../ourwork/images/bg01.svg) no-repeat center/contain;
    position: absolute;
    width: 34.1025641026dvw;
    height: 63.3333333333dvw;
    right: -8.7179487179dvw;
    bottom: 0;
  }
}
@media (min-width: 761px) {
  .l-ourwork-intro .p-item.item02 {
    margin-bottom: 85px;
    padding-right: min(40%, 430px);
  }
}
@media (max-width: 760px) {
  .l-ourwork-intro .p-item.item02 {
    margin-bottom: 106px;
  }
}
@media (min-width: 761px) {
  .l-ourwork-intro .p-item.item02:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: url(../ourwork/images/bg02.svg) no-repeat center/contain;
    width: 277px;
    height: 277px;
    left: -106px;
    top: -192px;
  }
}
.l-ourwork-intro .p-item.item02 .p-item__title {
  background: #CA236B;
  color: #FFF;
}
@media (min-width: 761px) {
  .l-ourwork-intro .p-item.item02 .p-item__image {
    position: absolute;
    right: 0;
    top: -368px;
    max-width: 549px;
    width: 38.125%;
  }
}
@media (max-width: 760px) {
  .l-ourwork-intro .p-item.item02 .p-item__image {
    margin: 0 -8.4615384615dvw 34px auto;
    width: 87.9487179487dvw;
  }
}
.l-ourwork-intro .p-item.item03 {
  position: relative;
}
@media (min-width: 761px) {
  .l-ourwork-intro .p-item.item03 {
    padding-top: 487px;
  }
}
.l-ourwork-intro .p-item.item03:before {
  content: "";
  position: absolute;
  background: url(../ourwork/images/bg03.svg) no-repeat center/contain;
}
@media (min-width: 761px) {
  .l-ourwork-intro .p-item.item03:before {
    width: 300px;
    height: 300px;
    left: -185px;
    top: 300px;
  }
}
@media (max-width: 760px) {
  .l-ourwork-intro .p-item.item03:before {
    width: 38.9743589744dvw;
    height: 38.9743589744dvw;
    right: 0;
    top: 40.5128205128dvw;
  }
}
.l-ourwork-intro .p-item.item03 .p-item__title {
  background: #06D7A0;
  color: #FFF;
}
@media (min-width: 761px) {
  .l-ourwork-intro .p-item.item03 .p-item__image {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 643px;
  }
}
@media (max-width: 760px) {
  .l-ourwork-intro .p-item.item03 .p-item__image {
    margin: 0 0 28.2051282051dvw -5.1282051282dvw;
    width: 89.7435897436dvw;
  }
}
@media (min-width: 761px) {
  .l-ourwork-intro .p-item.item03 .p-item__info {
    margin: 0 5px 0 auto;
  }
}
.l-ourwork-reason .l-section__container {
  position: relative;
}
@media (min-width: 761px) {
  .l-ourwork-reason .l-section__container {
    padding-right: 40%;
  }
}
@media (min-width: 761px) and (max-width: 1250px) {
  .l-ourwork-reason .l-section__container {
    padding-right: 50%;
  }
}
@media (min-width: 761px) and (min-width: 1440px) {
  .l-ourwork-reason .l-section__container {
    padding-right: 549px;
  }
}
.l-ourwork-reason__image {
  display: block;
}
@media (min-width: 761px) {
  .l-ourwork-reason__image {
    max-width: 828px;
    width: 69%;
    position: absolute;
    right: -22.3574144487%;
    top: 43px;
  }
}
@media (min-width: 761px) and (min-width: 1465px) {
  .l-ourwork-reason__image {
    right: -276px;
  }
}
@media (max-width: 760px) {
  .l-ourwork-reason__image {
    width: 128.2051282051dvw;
    margin-left: -5.1282051282dvw;
    margin-bottom: 48px;
  }
}
.l-ourwork-reason__image img {
  height: auto;
}
@media (min-width: 761px) {
  .l-ourwork-reason__title {
    padding-left: 1px;
    margin-bottom: 58px;
  }
}
@media (max-width: 760px) {
  .l-ourwork-reason__title {
    width: 74.6153846154dvw;
    margin-bottom: 38px;
  }
}
.l-ourwork-reason p {
  font-weight: 500;
  display: block;
  text-align: left;
  line-height: 2.125;
}
@media (min-width: 761px) {
  .l-ourwork-reason p {
    font-size: 1.6rem;
    max-width: 651px;
  }
}
@media (max-width: 760px) {
  .l-ourwork-reason p {
    font-size: 4.1025641026dvw;
  }
}
@media (min-width: 761px) {
  .l-ourwork-reason p + p {
    margin-top: 34px;
  }
}
@media (max-width: 760px) {
  .l-ourwork-reason p + p {
    margin-top: 8.7179487179dvw;
  }
}
.l-ourwork-reason .c-button {
  margin: 0;
}
@media (min-width: 761px) {
  .l-ourwork-reason .c-button {
    margin-top: 30px;
  }
}
@media (max-width: 760px) {
  .l-ourwork-reason .c-button {
    margin-top: 36px;
  }
}
.l-ourwork-strength {
  text-align: center;
}
@media (min-width: 761px) {
  .l-ourwork-strength {
    padding: 73px 20px 105px 20px;
  }
}
@media (max-width: 760px) {
  .l-ourwork-strength {
    padding: 79px 0 0;
  }
}
.l-ourwork-strength__diagram {
  display: block;
}
@media (min-width: 761px) {
  .l-ourwork-strength__diagram {
    padding-right: 5px;
    margin-bottom: 53px;
  }
}
@media (max-width: 760px) {
  .l-ourwork-strength__diagram {
    width: 95.1282051282dvw;
    margin-left: -2.5641025641dvw;
    margin-bottom: 38px;
  }
}
.l-ourwork-strength__diagram img {
  display: block;
  max-width: 1049px;
  width: 100%;
  margin: 0 auto;
}
.l-ourwork-strength__title {
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 761px) {
  .l-ourwork-strength__title {
    font-size: 2.9rem;
    margin-bottom: 12px;
  }
}
@media (max-width: 760px) {
  .l-ourwork-strength__title {
    font-size: 6.4102564103dvw;
    margin-bottom: 18px;
  }
}
.l-ourwork-strength p {
  font-weight: 500;
  line-height: 2.15;
}
@media (min-width: 761px) {
  .l-ourwork-strength p {
    font-size: 2rem;
  }
}
@media (max-width: 760px) {
  .l-ourwork-strength p {
    font-size: 5.1282051282dvw;
  }
}
@media (min-width: 761px) {
  .l-ourwork-strength .c-button {
    margin-top: 26px;
  }
}
@media (max-width: 760px) {
  .l-ourwork-strength .c-button {
    margin-top: 32px;
  }
}

/*  親御様へ
*----------------------------------- */
@media (min-width: 761px) {
  .page-parents .l-main {
    padding-bottom: 188px;
    background: url(../parents/images/bg.jpg) no-repeat center top/100% auto;
  }
}
@media (max-width: 760px) {
  .page-parents .l-main {
    padding-bottom: 164px;
    background: url(../parents/images/sp/bg.jpg) no-repeat center top/100% auto;
  }
}
@media (min-width: 761px) {
  .page-parents .list-page__header {
    padding-top: 130px;
    padding-bottom: 35px;
    margin-bottom: 25px;
  }
}
@media (max-width: 760px) {
  .page-parents .list-page__header {
    padding-top: 95px;
    padding-bottom: 36px;
    margin-bottom: 29px;
  }
}
.page-parents .list-page__header:after {
  background: #FFF;
}
.page-parents .list-page__header__title {
  font-weight: 700;
  color: #FFF;
}
@media (min-width: 761px) {
  .page-parents .list-page__header__title {
    font-size: 5.2rem;
  }
}
@media (max-width: 760px) {
  .page-parents .list-page__header__title {
    font-size: 9.4871794872dvw;
  }
}

.l-parents-intro {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
@media (min-width: 761px) {
  .l-parents-intro {
    margin-bottom: 189px;
  }
}
@media (max-width: 760px) {
  .l-parents-intro {
    margin-bottom: 119px;
  }
}
.l-parents-intro__lead {
  color: #FFF;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-parents-intro__lead {
    font-size: 2.7rem;
  }
}
@media (max-width: 760px) {
  .l-parents-intro__lead {
    font-size: 5.641025641dvw;
  }
}
.l-parents-intro__block {
  background: #FFF;
  max-width: 943px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 761px) {
  .l-parents-intro__block {
    margin-top: 55px;
    padding: 28px 20px 35px;
    margin-bottom: 95px;
  }
}
@media (max-width: 760px) {
  .l-parents-intro__block {
    margin: 29px 0 95px;
    padding: 20px 3.8461538462dvw 22px;
  }
}
.l-parents-intro__block__head {
  color: #0BAAE1;
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-parents-intro__block__head {
    font-size: 2.7rem;
    margin-bottom: 8px;
  }
}
@media (max-width: 760px) {
  .l-parents-intro__block__head {
    font-size: 5.641025641dvw;
    margin-bottom: 5px;
  }
}
.l-parents-intro__block p {
  font-weight: 500;
  line-height: 2.125;
}
@media (min-width: 761px) {
  .l-parents-intro__block p {
    font-size: 1.6rem;
  }
}
@media (max-width: 760px) {
  .l-parents-intro__block p {
    font-size: 4.1025641026dvw;
  }
}
.l-parents-intro__about {
  font-weight: 700;
  line-height: 1.6363636364;
  text-align: center;
}
@media (min-width: 761px) {
  .l-parents-intro__about {
    font-size: 2.7rem;
    margin-bottom: 17px;
  }
}
@media (max-width: 760px) {
  .l-parents-intro__about {
    font-size: 5.641025641dvw;
    margin-bottom: 28px;
  }
}
.l-parents-intro__about__text {
  border: 1px solid #0BAAE1;
  font-weight: 500;
  line-height: 2.125;
  max-width: 943px;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 761px) {
  .l-parents-intro__about__text {
    font-size: 1.6rem;
    padding: 31px 43px 36px;
  }
}
@media (max-width: 760px) {
  .l-parents-intro__about__text {
    font-size: 4.1025641026dvw;
    padding: 23px 3.5897435897dvw 23px;
  }
}
.l-parents-point .p-item {
  position: relative;
}
.l-parents-point .p-item__inner {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__inner {
    max-width: calc(1200px + 8%);
    padding: 0 4%;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__inner {
    width: 89.7435897436dvw;
  }
}
@media (min-width: 761px) {
  .l-parents-point .p-item__title {
    margin-bottom: 28px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__title {
    margin-bottom: 14px;
  }
}
.l-parents-point .p-item__title .en {
  color: #0BAAE1;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: block;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__title .en {
    font-size: 7.2rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__title .en {
    font-size: 13.3333333333dvw;
    margin-bottom: 16px;
  }
}
.l-parents-point .p-item__title .ja {
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0;
  display: block;
  width: fit-content;
  line-height: 1;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__title .ja {
    font-size: 2.7rem;
    background: #0BAAE1;
    padding: 10px 21px 10px 15px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__title .ja {
    font-size: 5.3846153846dvw;
  }
}
@media (min-width: 761px) {
  .l-parents-point .p-item__title .ja.pr0 {
    padding-right: 0;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__title .ja span {
    display: inline-block;
    background: #0BAAE1;
    padding: 5px 3.0769230769dvw 6px 3.0769230769dvw;
    margin-bottom: 9px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__title .ja span.plr0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__title .ja span.pr0 {
    padding-right: 0;
  }
}
.l-parents-point .p-item__text {
  line-height: 2.125;
  font-weight: 500;
  text-align: left;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__text {
    font-size: 4.1025641026dvw;
  }
}
@media (min-width: 761px) {
  .l-parents-point .p-item__text + p {
    margin-top: 34px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__text + p {
    margin-top: 34px;
  }
}
.l-parents-point .p-item__text strong {
  color: #0BAAE1;
}
.l-parents-point .p-item__lead {
  line-height: 2.125;
  font-weight: 500;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__lead {
    font-size: 1.6rem;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__lead {
    font-size: 4.1025641026dvw;
  }
}
@media (min-width: 761px) {
  .l-parents-point .p-item__info {
    padding-right: 65px;
  }
}
@media (min-width: 761px) {
  .l-parents-point .p-item__info dl {
    margin-bottom: 54px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__info dl {
    margin-bottom: 54px;
  }
}
.l-parents-point .p-item__info dl dt {
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: 1px solid #06D7A0;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__info dl dt {
    font-size: 2.7rem;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__info dl dt {
    font-size: 6.9230769231dvw;
    padding-bottom: 5px;
    margin-bottom: 6px;
  }
}
.l-parents-point .p-item__info dl dd ul li {
  line-height: 2.125;
  font-weight: 500;
  position: relative;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__info dl dd ul li {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__info dl dd ul li {
    font-size: 4.1025641026dvw;
    padding-left: 5.1282051282dvw;
  }
}
.l-parents-point .p-item__info dl dd ul li:before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__info dl dd ul li:before {
    width: 7px;
    height: 7px;
    left: 4px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__info dl dd ul li:before {
    width: 1.7948717949dvw;
    height: 1.7948717949dvw;
    left: 1.0256410256dvw;
  }
}
.l-parents-point .p-item__info dl .box {
  border-radius: 10px;
  line-height: 1.8125;
  text-align: left;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__info dl .box {
    margin-top: 16px;
    padding: 19px 25px 23px;
    font-size: 1.6rem;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__info dl .box {
    font-size: 4.1025641026dvw;
    margin-top: 16px;
    padding: 19px 3.8461538462dvw 23px 6.4102564103dvw;
  }
}
.l-parents-point .p-item__info dl:nth-child(1) dt {
  border-bottom-color: #06D7A0;
}
.l-parents-point .p-item__info dl:nth-child(1) dd ul li:before {
  background: #06D7A0;
}
.l-parents-point .p-item__info dl:nth-child(1) .box {
  background: #CBFDF0;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__info dl:nth-child(2) {
    margin-bottom: 28px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__info dl:nth-child(2) {
    margin-bottom: 30px;
  }
}
.l-parents-point .p-item__info dl:nth-child(2) dt {
  border-bottom-color: #F3E939;
}
.l-parents-point .p-item__info dl:nth-child(2) dd ul li:before {
  background: #F3E939;
}
.l-parents-point .p-item__info dl:nth-child(2) .box {
  background: #FFFEE6;
}
.l-parents-point .p-item__info dl:nth-child(3) dt {
  border-bottom-color: #0BAAE1;
}
.l-parents-point .p-item__info dl:nth-child(3) dd ul li:before {
  background: #0BAAE1;
}
.l-parents-point .p-item__info dl:nth-child(3) .box {
  background: #EAFAFF;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__columns {
    margin-top: 40px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__columns {
    margin-top: 28px;
  }
}
.l-parents-point .p-item__column {
  background: #EAFAFF;
  border-radius: 10px;
  text-align: left;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__column {
    display: flex;
    align-items: center;
    padding: 25px 52px 20px 70px;
    gap: 47px;
    margin-bottom: 16px;
    min-height: 313px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__column {
    padding: 45px 3.8461538462dvw 47px;
    margin-bottom: 23px;
  }
}
@media (min-width: 761px) {
  .l-parents-point .p-item__column__image {
    width: 198px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__column__image {
    width: 38.4615384615dvw;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .l-parents-point .p-item__column__main {
    max-width: 816px;
    width: calc(100% - 198px - 47px);
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__column__main {
    margin-top: 33px;
  }
}
.l-parents-point .p-item__column__title {
  font-weight: 700;
  line-height: 1.4074074074;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__column__title {
    font-size: 2.7rem;
    margin-bottom: 8px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__column__title {
    font-size: 5.641025641dvw;
    text-align: center;
    margin-bottom: 11px;
  }
}
.l-parents-point .p-item__column__text {
  line-height: 1.8125;
  font-weight: 500;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__column__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__column__text {
    font-size: 4.1025641026dvw;
  }
}
@media (min-width: 761px) {
  .l-parents-point .p-item__column:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 59px;
  }
}
@media (min-width: 761px) {
  .l-parents-point .p-item__faq {
    margin-top: 58px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__faq {
    margin-top: -1px;
  }
}
.l-parents-point .p-item__faq dt {
  line-height: 1.6315789474;
  font-weight: 700;
  display: flex;
  text-align: left;
  position: relative;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__faq dt {
    font-size: 2.2rem;
    padding-top: 5px;
    margin-bottom: 20px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__faq dt {
    font-size: 4.8717948718dvw;
    padding-top: 37px;
    padding-bottom: 40px;
    padding-right: 3.8461538462dvw;
  }
}
.l-parents-point .p-item__faq dt:before {
  content: "Q";
  color: #0BAAE1;
  font-family: "optima-lt-pro", sans-serif;
  line-height: 1;
  font-weight: 400;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__faq dt:before {
    font-size: 4.1rem;
    margin: -5px 21px 0 11px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__faq dt:before {
    font-size: 6.1538461538dvw;
    margin: 3px 3.0769230769dvw 0 0;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__faq dt:after {
    color: #0BAAE1;
    font-family: "optima-lt-pro", sans-serif;
    content: "＋";
    position: absolute;
    right: 0;
    top: 34px;
    font-size: 6.1538461538dvw;
    transition: ease 0.3s;
    transform: rotate(90deg);
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__faq dt.is-open:after {
    color: #0BAAE1;
    content: "ー";
    transform: rotate(0);
  }
}
.l-parents-point .p-item__faq dd {
  line-height: 2.1333333333;
  font-weight: 500;
  display: flex;
  text-align: left;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__faq dd {
    font-size: 1.5rem;
    padding-top: 5px;
    padding-bottom: 53px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__faq dd {
    font-size: 3.8461538462dvw;
    padding-right: 8.9743589744dvw;
    padding-bottom: 20px;
  }
}
.l-parents-point .p-item__faq dd:before {
  content: "A";
  font-family: "optima-lt-pro", sans-serif;
  line-height: 1;
  font-weight: 400;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__faq dd:before {
    font-size: 4.1rem;
    margin: -8px 23px 0 15px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__faq dd:before {
    font-size: 6.1538461538dvw;
    margin: 0 3.0769230769dvw 0 1.0256410256dvw;
  }
}
.l-parents-point .p-item__faq dd + dt {
  border-top: 1px solid #B1B1B1;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__faq dd + dt {
    padding-top: 55px;
  }
}
@media (min-width: 761px) {
  .l-parents-point .p-item__step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 110px;
  }
}
.l-parents-point .p-item__step li {
  background-color: #EAFAFF;
  border-radius: 10px;
  text-align: center;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__step li {
    flex: 1;
    padding: 50px 20px 62px;
    height: stretch;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__step li {
    padding: 49px 5.1282051282dvw 48px;
    margin-bottom: 21px;
  }
}
@media (min-width: 761px) {
  .l-parents-point .p-item__step li:nth-child(2) {
    padding-bottom: 46px;
  }
}
.l-parents-point .p-item__step__title {
  line-height: 1.3939393939;
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__step__title {
    font-size: 3.3rem;
    margin-bottom: 14px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__step__title {
    font-size: 6.4102564103dvw;
    margin-bottom: 12px;
  }
}
.l-parents-point .p-item__step__text {
  line-height: 1.5625;
  font-weight: 500;
}
@media (min-width: 761px) {
  .l-parents-point .p-item__step__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item__step__text {
    font-size: 4.1025641026dvw;
  }
}
@media (min-width: 761px) {
  .l-parents-point .p-item.item01 {
    margin-bottom: 256px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item.item01 {
    margin-bottom: 114px;
  }
}
@media (min-width: 761px) {
  .l-parents-point .p-item.item01 .p-item__info {
    padding-right: 25%;
  }
}
@media (min-width: 761px) {
  .l-parents-point .p-item.item01 .p-item__image {
    max-width: 355px;
    width: 25%;
    position: absolute;
    right: 0;
    top: 18px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item.item01 .p-item__image {
    margin-top: 28px;
  }
}
@media (min-width: 761px) {
  .l-parents-point .p-item.item02 {
    margin-bottom: 88px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item.item02 {
    margin-bottom: 108px;
  }
}
@media (min-width: 761px) {
  .l-parents-point .p-item.item02 .p-item__inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.l-parents-point .p-item.item02 .p-item__title {
  width: 100%;
}
@media (min-width: 761px) {
  .l-parents-point .p-item.item02 .p-item__title {
    margin-bottom: 36px;
  }
}
.l-parents-point .p-item.item02 .p-item__image {
  display: block;
}
@media (min-width: 761px) {
  .l-parents-point .p-item.item02 .p-item__image {
    width: 50%;
    margin-top: 29px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item.item02 .p-item__image {
    margin-top: 24px;
  }
}
.l-parents-point .p-item.item02 .p-item__image img {
  display: block;
}
@media (min-width: 761px) {
  .l-parents-point .p-item.item02 .p-item__image img {
    margin: 0 0 0 -29px;
  }
}
@media (min-width: 761px) {
  .l-parents-point .p-item.item02 .p-item__info {
    width: 50%;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item.item02 .p-item__info {
    margin-top: 40px;
  }
}
@media (min-width: 761px) {
  .l-parents-point .p-item.item03 {
    margin-bottom: 163px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item.item03 {
    margin-bottom: 100px;
  }
}
@media (min-width: 761px) {
  .l-parents-point .p-item.item04 {
    margin-bottom: 154px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item.item04 {
    margin-bottom: 122px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item.item05 {
    margin-bottom: 195px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item.item05 .p-item__title {
    margin-bottom: 48px;
  }
}
@media (max-width: 760px) {
  .l-parents-point .p-item.item05 .p-item__title .ja span {
    margin-bottom: 5px;
  }
}
.l-parents-message {
  border: 1px solid #0BAAE1;
  max-width: 975px;
  text-align: center;
}
@media (min-width: 761px) {
  .l-parents-message {
    margin: 115px auto 0;
    padding: 87px 0 92px;
  }
}
@media (max-width: 760px) {
  .l-parents-message {
    font-size: 4.1025641026dvw;
    margin: 0 5.1282051282dvw;
    padding: 53px 3.5897435897dvw 25px;
  }
}
@media (max-width: 760px) {
  .l-parents-message .l-section__container {
    width: 100%;
  }
}
@media (min-width: 761px) {
  .l-parents-message__title {
    margin-bottom: 38px;
  }
}
@media (max-width: 760px) {
  .l-parents-message__title {
    margin-bottom: 21px;
  }
}
.l-parents-message__title .en {
  font-weight: 400;
  line-height: 1;
  color: #0BAAE1;
  letter-spacing: 0.05em;
}
@media (min-width: 761px) {
  .l-parents-message__title .en {
    font-size: 7.2rem;
  }
}
@media (max-width: 760px) {
  .l-parents-message__title .en {
    font-size: 14.358974359dvw;
  }
}
.l-parents-message__image {
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-parents-message__image {
    width: 162px;
    margin-bottom: 19px;
  }
}
@media (max-width: 760px) {
  .l-parents-message__image {
    width: 38.4615384615dvw;
    margin-bottom: 15px;
  }
}
.l-parents-message__name {
  font-weight: 700;
  line-height: 1.4210526316;
}
@media (min-width: 761px) {
  .l-parents-message__name {
    font-size: 2.2rem;
  }
}
@media (max-width: 760px) {
  .l-parents-message__name {
    font-size: 4.8717948718dvw;
    margin-bottom: -12px;
  }
}
.l-parents-message__text {
  font-weight: 500;
  line-height: 2.125;
}
@media (min-width: 761px) {
  .l-parents-message__text {
    font-size: 1.6rem;
    margin-top: 34px;
  }
}
@media (max-width: 760px) {
  .l-parents-message__text {
    font-size: 4.1025641026dvw;
    margin-top: 34px;
  }
}

@media (min-width: 761px) {
  .page-description01 .l-description-faq .p-item--stack {
    display: block;
  }
}
@media (min-width: 761px) {
  .page-description01 .l-description-faq .p-item--stack .p-item__info {
    width: 100%;
  }
}
@media (min-width: 761px) {
  .page-description01 .l-description-faq .p-item--stack .p-item__image {
    max-width: 971px;
    width: 100%;
    margin: 0 auto 135px;
    padding-top: 48px;
    padding-left: 0;
    padding-right: 0;
  }
}

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