@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: alternate-gothic-no-2-d, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

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

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

/* 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;
}
@media print, screen and (min-width: 761px) {
  .list-page__main {
    width: 1200px;
  }
}
@media print, screen and (max-width: 760px) {
  .list-page__main {
    width: 90%;
  }
}

@media print, screen and (max-width: 760px) {
  .page-form .list-page__main .brick-form__row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .page-form .list-page__main .l-form-container__flow {
    margin-left: 0;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .page-number .list-page__main {
    width: auto;
    margin-bottom: 18%;
  }
}

/*  index
*----------------------------------- */
.page-index .list-page .list-page__main .l-page-index {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index__container {
    gap: 4vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item {
  width: 48.6%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a {
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 50px;
  outline: solid 2px #101010;
  outline-offset: -7px;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item a {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 8vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a:hover {
  opacity: 0.8;
  outline: solid 2px #FF8A15;
}
.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: alternate-gothic-no-2-d, sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
  color: #175786;
}
@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以外)

------------------------------------ */
/*  〇〇ページ
*----------------------------------- */
/*  会社概要 profile
*----------------------------------- */
.page-profile .l-profile .l-table {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-profile .l-table {
    margin-bottom: 6vw;
  }
}
.page-profile .l-profile__map iframe {
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-profile .l-profile__map iframe {
    height: 360px;
  }
}

.page-profile .l-history {
  padding-top: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history {
    padding-top: 70px;
  }
}
.page-profile .l-history__list {
  position: relative;
  padding: 100px;
  border: 1px solid #FF8A15;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list {
    padding: 10vw 5vw;
  }
}
.page-profile .l-history__list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
.page-profile .l-history__list table {
  border-collapse: collapse;
  width: 100%;
  position: relative;
  z-index: 6;
}
.page-profile .l-history__list table th {
  padding-right: 36px;
  padding-bottom: 1.2em;
  border-right: 1px solid #FF8A15;
  width: 14%;
  font-size: 20px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list table th {
    padding-right: 5vw;
    font-size: 4vw;
    width: auto;
    white-space: nowrap;
  }
}
.page-profile .l-history__list table td {
  padding-left: 36px;
  padding-bottom: 1.2em;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list table td {
    padding-left: 5vw;
  }
}
.page-profile .l-history__list table td .p-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list table td .p-title {
    font-size: 4vw;
  }
}
.page-profile .l-history__list table td .p-text {
  font-size: 15px;
  margin-top: 3px;
  font-weight: 400;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list table td .p-text {
    font-size: 3.4vw;
    margin-top: 1vw;
  }
}

/*  3分で分かる feature
*----------------------------------- */
.page-feature .l-main {
  padding-bottom: 174px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-main {
    padding-bottom: 25%;
  }
}

.page-feature .list-page__anc {
  margin-bottom: 81px;
  border-bottom: none;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc {
    width: 96%;
    margin: 0 auto 15.8vw;
  }
}
.page-feature .list-page__anc iframe {
  margin: 100px auto -100px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc iframe {
    margin: 20vw auto -20vw;
  }
}
.page-feature .list-page__anc__text {
  font-size: 31px;
  font-weight: 700;
  margin: 70px 0 37px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc__text {
    font-size: 5vw;
  }
}
.page-feature .list-page__anc__text span {
  font-size: 40px;
  color: #5095C7;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc__text span {
    font-size: 8vw;
  }
}
.page-feature .list-page__anc ul.l-anc-list {
  display: flex;
  flex-flow: wrap;
  gap: 28px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list {
    column-gap: 5.9vw;
    row-gap: 5.9vw;
  }
}
.page-feature .list-page__anc ul.l-anc-list li {
  width: calc((100% - 56px) / 3);
  border: 1px solid #6F6F6F;
  padding: 24.9px 29px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list li {
    width: 100%;
    padding: 0 5.13vw;
  }
}
.page-feature .list-page__anc ul.l-anc-list li::after {
  position: absolute;
  right: calc(50% - 11px);
  bottom: -23px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 12px 11px 0;
  border-color: #5095C7 transparent transparent;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list li::after {
    bottom: -4.4vw;
    border-width: 2.1vw 1.9vw 0;
    right: calc(50% - 1.9vw);
  }
}
.page-feature .list-page__anc ul.l-anc-list li a {
  display: flex;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.375;
  position: relative;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list li a {
    font-size: 3.5vw;
  }
}
.page-feature .list-page__anc ul.l-anc-list li a:hover {
  opacity: 1;
}
.page-feature .list-page__anc ul.l-anc-list li a:hover img {
  opacity: 0.8;
}
.page-feature .list-page__anc ul.l-anc-list .p-item__num {
  font-size: 55px;
  color: #5095C7;
  border-right: 1px solid #5095C7;
  padding-right: 21.6px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list .p-item__num {
    font-size: 10.77vw;
    padding-right: 4vw;
    line-height: 0.8;
  }
}
.page-feature .list-page__anc ul.l-anc-list .p-item__text {
  text-align: left;
  margin-left: 23.4px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list .p-item__text {
    font-size: 4.62vw;
    padding-top: 5.1vw;
    padding-bottom: 5vw;
    line-height: 1.5;
  }
}

.page-feature .list-page__list {
  position: relative;
  z-index: 1000;
}

@media print, screen and (min-width: 761px) {
  .page-feature .l-feature {
    width: 1200px;
    margin: 0 auto;
  }
}
.page-feature .l-feature__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #5095C7;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature__title {
    font-size: 8vw;
    margin-bottom: 4vw;
    line-height: 1.4;
  }
}
.page-feature .l-feature__subtitle {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature__subtitle {
    font-size: 5.2vw;
    margin-bottom: 20vw;
  }
}
.page-feature .l-feature .p-item {
  margin-bottom: 122px;
  border-top: #D1D1D1 1px solid;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item {
    margin: 0 5vw 16vw;
  }
}
.page-feature .l-feature .p-item:last-child {
  margin-bottom: 0;
}
.page-feature .l-feature .p-item__photo {
  border: none;
  position: relative;
  margin-bottom: 22px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__photo {
    margin-bottom: 5.3vw;
  }
}
.page-feature .l-feature .p-item__photo .l-introduction__image {
  margin-top: 0;
}
.page-feature .l-feature .p-item__title {
  margin: 33px 0 23px;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.36;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__title {
    font-size: 5.9vw;
    line-height: 1.2;
    flex-wrap: wrap;
    text-align: center;
    margin: 5vw 0 7vw;
    gap: 1vw;
    line-height: 1.5;
  }
}
.page-feature .l-feature .p-item__title .en {
  font-size: 102px;
  color: #5095C7;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__title .en {
    font-size: 16.41vw;
    width: 100%;
  }
}
.page-feature .l-feature .p-item__text {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.92;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__text {
    font-size: 4vw;
    text-align: left;
    line-height: 2.1;
  }
}
.page-feature .l-feature .p-item__subtitle {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.7;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__subtitle {
    font-size: 4vw;
    text-align: left;
    line-height: 1.9;
  }
}
.page-feature .l-feature .p-item__subtitle01 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.7;
  text-align: center;
  margin: 30px auto -10px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__subtitle01 {
    margin: 8vw auto 3vw;
    font-size: 5vw;
    text-align: left;
    line-height: 1.9;
  }
}
.page-feature .l-feature .p-item__subtitle02 {
  font-weight: 700;
  font-size: 33px;
  line-height: 1.7;
  text-align: center;
  margin: 30px auto 46px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__subtitle02 {
    font-size: 5.9vw;
    text-align: left;
    line-height: 1.9;
    margin: 6vw auto 4vw;
  }
}
.page-feature .l-feature .p-item .p-item__anc01 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 44px 0 25px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item .p-item__anc01 {
    gap: 10px;
    margin: 7.3vw 0 6.4vw;
  }
}
.page-feature .l-feature .p-item .p-item__anc01 li {
  width: calc((100% - 40px) / 3);
  background-color: #585858;
  color: #fff;
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  line-height: 51px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item .p-item__anc01 li {
    width: 100%;
  }
}
.page-feature .l-feature .p-item .p-item__anc02 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 155px 0 69px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item .p-item__anc02 {
    gap: 12px;
    margin: 155px 0 69px;
  }
}
.page-feature .l-feature .p-item .p-item__anc02 li {
  width: calc((100% - 25px) / 2);
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item .p-item__anc02 li {
    width: 100%;
    gap: 4vw;
  }
}
.page-feature .l-feature .p-item .p-item__anc02 li .questionnaire {
  position: absolute;
  top: -96px;
  width: 270px;
  right: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item .p-item__anc02 li .questionnaire {
    right: 0px;
    top: -26vw;
  }
}
.page-feature .l-feature .p-item .p-item__anc02 li span {
  color: #5095C7;
  font-size: 102px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item .p-item__anc02 li span {
    font-size: 26.15vw;
    line-height: 0.7;
  }
}
.page-feature .l-feature .p-item .p-item__anc02 li mark {
  background: none;
  font-size: 67px;
  color: #5095C7;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item .p-item__anc02 li mark {
    font-size: 17.18vw;
    line-height: 0.7;
  }
}
.page-feature .l-feature .p-item .p-item__next {
  width: 145px;
  margin: -30px auto 20px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item .p-item__next {
    margin: -30px auto 20px;
  }
}
.page-feature .l-feature .p-item .p-item__text02 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item .p-item__text02 {
    font-size: 5vw;
  }
}
.page-feature .l-feature .p-item .p-item__img {
  display: flex;
  justify-content: space-between;
  margin: 24px auto 28px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item .p-item__img {
    margin: 5vw auto;
  }
}
.page-feature .l-feature .p-item .p-item__img img {
  width: calc((100% - 72px) / 3);
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item .p-item__img img {
    width: calc((100% - 3vw) / 3);
  }
}
.page-feature .l-feature .p-item .p-item__contants {
  margin-top: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item .p-item__contants {
    margin-top: 10vw;
  }
}
.page-feature .l-feature .p-item .p-item__btn {
  width: 724px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item .p-item__btn {
    width: 100%;
  }
}
.page-feature .l-feature .p-item .p-item__btn .l-introduction__image {
  margin-top: 56px;
  margin-bottom: 56px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item .p-item__btn .l-introduction__image {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
}
.page-feature .l-feature .l-feature__anc {
  padding-top: 5rem;
  margin-top: -5rem;
}

/*  代表メッセージ
*----------------------------------- */
/*  成長環境
*----------------------------------- */
.page-growth .l-growth {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth {
    width: 100%;
  }
}
.page-growth .l-growth__title {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 23px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth__title {
    font-size: 6vw;
  }
}
.page-growth .l-growth__title.en {
  font-size: 60px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth__title.en {
    font-size: 10vw;
    margin-bottom: -2vw;
  }
}
.page-growth .l-growth__title .accent {
  color: #5095C7;
}
.page-growth .l-growth__text {
  margin-bottom: 80px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth__text {
    margin-bottom: 6.7vw;
    font-size: 4.3vw;
    text-align: left;
  }
}
.page-growth .l-growth__movie {
  width: 985px;
  margin: 0 auto 120px;
}
.page-growth .l-growth__movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.page-growth .l-growth__container {
  padding-top: 100px;
  border-top: 2px solid #101010;
}
.page-growth .l-growth .p-item {
  position: relative;
  padding-bottom: 77px;
  margin-bottom: 77px;
}
@media print, screen and (min-width: 761px) {
  .page-growth .l-growth .p-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 5%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item {
    padding-bottom: 13vw;
    margin-bottom: 15vw;
  }
}
.page-growth .l-growth .p-item::after {
  content: "";
  background-color: #101010;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-growth .l-growth .p-item__image {
  width: 42%;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__image {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.page-growth .l-growth .p-item__info {
  width: 53%;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__info {
    width: 100%;
  }
}
.page-growth .l-growth .p-item__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #5095C7;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__title {
    font-size: 6.8vw;
    margin-bottom: 3vw;
  }
}
.page-growth .l-growth .p-item__title small {
  font-size: 18px;
  margin-left: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__title small {
    font-size: 5vw;
    margin-left: 0;
    margin-top: 1vw;
    display: block;
  }
}
.page-growth .l-growth .p-item__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2px;
}
.page-growth .l-growth .p-item__text span {
  font-size: 18px;
  line-height: 1.6;
}
@media print, screen and (min-width: 761px) {
  .page-growth .l-growth .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.page-growth .l-growth .p-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-growth .l-growth .p-item:last-child::after {
  display: none;
}

/*  インタビューページ
*----------------------------------- */
.page-interview-index .l-interview {
  margin-bottom: 0;
}
.page-interview-index .l-interview .simple.c-button,
.page-interview-index .l-interview .p-header {
  display: none;
}
.page-interview-index .l-interview__container {
  display: block;
}
.page-interview-index .l-interview__list {
  max-width: 100%;
  width: 1130px;
  margin: 0 auto;
  justify-content: flex-start;
  gap: 80px 85px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-index .l-interview__list {
    width: 86%;
    gap: 15vw;
  }
}
.page-interview-index .l-interview__list .p-item {
  width: calc(33.33% - 57px);
  margin: 0;
}
@media print, screen and (max-width: 760px) {
  .page-interview-index .l-interview__list .p-item {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 761px) {
  .page-interview-index .l-interview__list .p-item:nth-child(3n) {
    margin-right: 0;
  }
}
.page-interview-index .l-interview__list .p-item:last-child {
  margin-right: 0;
}
.page-interview-index .l-interview__list::before {
  display: none;
}

/*  インタビュー詳細ページ
*----------------------------------- */
.page-interview-detail .list-page__header {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .list-page__header {
    margin-bottom: 8vw;
  }
}
.page-interview-detail .list-page__header__mv {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .list-page__header__mv {
    width: 90%;
    margin-bottom: 7vw;
    max-width: none;
  }
}
.page-interview-detail .list-page__header__container {
  display: block;
}
.page-interview-detail .list-page__header__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .list-page__header__title {
    font-size: 7vw;
    text-align: center;
    line-height: 1.32;
    margin-bottom: 6vw;
  }
}
.page-interview-detail .list-page__header__title .accent {
  color: #5095C7;
}
.page-interview-detail .list-page__header__subtitle {
  margin-bottom: 14px;
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 1;
  font-family: ryo-gothic-plusn, sans-serif;
}
.page-interview-detail .list-page__header__subtitle small {
  margin-top: 15px;
  display: block;
  font-family: alternate-gothic-no-2-d, sans-serif;
  color: #FF8A15;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.page-interview-detail .list-page__main {
  width: 100%;
}

.page-interview-detail .l-profile {
  background: rgba(186, 186, 186, 0.47);
  padding: 40px 0;
  margin-bottom: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile {
    padding: 7vw 0;
    margin-bottom: 15vw;
  }
}
.page-interview-detail .l-profile__container {
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-profile__container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile__container {
    padding: 0 5vw;
  }
}
.page-interview-detail .l-profile__title {
  font-size: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile__title {
    font-size: 10vw;
    text-align: center;
    margin-bottom: 3vw;
  }
}
.page-interview-detail .l-profile__text {
  line-height: 1.8;
  font-weight: 600;
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-profile__text {
    margin-left: 40px;
    padding: 5px 0;
    padding-left: 39px;
    border-left: 1px solid #101010;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile__text {
    font-size: 4vw;
    text-align: center;
  }
}

@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-comment .p-item {
    max-width: 1440px;
    margin: 0 auto 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 54px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item {
    width: 90%;
    margin: 0 auto 18vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-comment .p-item__photo {
    flex: 1;
    max-width: 568px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__photo {
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-comment .p-item__info {
    max-width: 576px;
  }
}
.page-interview-detail .l-comment .p-item__subtitle {
  font-size: 54px;
  margin-bottom: 25px;
  color: #5095C7;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__subtitle {
    font-size: 12vw;
    margin-bottom: 2vw;
  }
}
.page-interview-detail .l-comment .p-item__title {
  font-size: 33px;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__title {
    font-size: 6.6vw;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
}
.page-interview-detail .l-comment .p-item__title .accent {
  color: #5095C7;
}
.page-interview-detail .l-comment .p-item__text {
  font-size: 16px;
  line-height: 1.9;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__text {
    font-size: 4.1vw;
    line-height: 1.8;
    margin-bottom: 6vw;
  }
}
.page-interview-detail .l-comment .p-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.page-interview-detail .l-comment .p-item02 {
  display: block;
  text-align: center;
  padding-top: 80px;
  position: relative;
  max-width: 100%;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02 {
    margin-top: 0;
    width: 100%;
    padding-top: 8%;
    margin-bottom: 9vw;
  }
}
.page-interview-detail .l-comment .p-item02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 457px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #FF8A15;
  z-index: -1;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02::before {
    height: 45vw;
  }
}
.page-interview-detail .l-comment .p-item02 .p-item__catch {
  margin-bottom: 30px;
  font-size: 60px;
  letter-spacing: 2px;
  font-weight: 400;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02 .p-item__catch {
    margin-bottom: 3%;
  }
}
.page-interview-detail .l-comment .p-item02 .p-item__photo {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02 .p-item__photo {
    width: 90%;
    margin-bottom: 6vw;
  }
}
.page-interview-detail .l-comment .p-item02 .p-item__info {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02 .p-item__info {
    width: 90%;
  }
}

/*  クロストークページ
*----------------------------------- */
.page-crosstalk-index .l-crosstalk__list .p-item {
  width: 960px;
  margin: 0 auto 60px;
  border: 2px solid #5095C7;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item {
    width: 100%;
    margin: 0 0 12vw;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item a {
    padding: 5%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__photo {
  width: 50%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__photo {
    width: 100%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__info {
  width: 45%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__info {
    width: 100%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__sub_title {
  font-size: 28px;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}
.page-crosstalk-index .l-crosstalk__list .p-item__sub_title span {
  padding: 2px 10px;
  background: #5095C7;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__sub_title span {
    padding: 2px 5px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__sub_title {
    font-size: 5vw;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__title {
  font-size: 36px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__title {
    font-size: 7vw;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item:nth-of-type(odd) {
  border: 2px solid #FF8A15;
}
@media print, screen and (min-width: 761px) {
  .page-crosstalk-index .l-crosstalk__list .p-item:nth-of-type(odd) a {
    flex-direction: row-reverse;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item:nth-of-type(odd) .p-item__sub_title span {
  background: #FF8A15;
}

/*  クロストーク詳細ページ
*----------------------------------- */
.page-crosstalk-detail .list-page__header__mv {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__mv {
    width: 90%;
    margin-bottom: 7vw;
    max-width: none;
  }
}
.page-crosstalk-detail .list-page__header__container {
  display: block;
}
.page-crosstalk-detail .list-page__header__subtitle {
  font-size: 28px;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__subtitle {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
}
.page-crosstalk-detail .list-page__header__subtitle span {
  padding: 2px 10px;
  background: #5095C7;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__subtitle span {
    padding: 2px 5px;
  }
}
.page-crosstalk-detail .list-page__header__title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__title {
    font-size: 7vw;
    text-align: center;
    line-height: 1.32;
    margin-bottom: 6vw;
  }
}
.page-crosstalk-detail .list-page__header__title .accent {
  color: #5095C7;
}

.page-crosstalk-detail .l-members {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members {
    margin-bottom: 15vw;
  }
}
.page-crosstalk-detail .l-members > h2 {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 90px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members > h2 {
    font-size: 8vw;
    margin-bottom: 10vw;
  }
}
.page-crosstalk-detail .l-members > h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #5095C7;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members > h2::after {
    width: 10vw;
    bottom: -4vw;
  }
}
.page-crosstalk-detail .l-members__title {
  text-align: center;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #FF8A15;
  line-height: 1;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__title {
    font-size: 10vw;
    margin-bottom: 7vw;
  }
}
.page-crosstalk-detail .l-members__info {
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info {
    justify-content: center;
  }
}
.page-crosstalk-detail .l-members__info .p-item {
  width: 200px;
  margin: 0 40px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info .p-item {
    width: 30%;
    margin: 0 4vw;
  }
}
.page-crosstalk-detail .l-members__info .p-item__photo {
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info .p-item__photo {
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-members__info .p-item__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info .p-item__title {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-members__info .p-item__title small {
  display: block;
  font-family: bilo, sans-serif;
  color: #cbcbcb;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.page-crosstalk-detail .l-members__info .p-item__text {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info .p-item__text {
    font-size: 3.4vw;
  }
}

.page-crosstalk-detail .l-movie {
  width: 985px;
  margin: 0 auto 100px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-movie {
    width: 100%;
    margin-bottom: 15vw;
  }
}
.page-crosstalk-detail .l-movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.page-crosstalk-detail .l-comment .p-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item {
    margin-bottom: 12vw;
    flex-wrap: wrap;
  }
}
.page-crosstalk-detail .l-comment .p-item:last-child {
  margin-bottom: 0;
}
.page-crosstalk-detail .l-comment .p-item__photo {
  width: 47.5%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__photo {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__wrap {
  width: 47.5%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__wrap {
    width: 100%;
  }
}
.page-crosstalk-detail .l-comment .p-item__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__title {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__subtitle {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__info {
    margin-bottom: 5vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__name {
  width: 74px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 3px;
  line-height: 1.3;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__name {
    font-size: 3.8vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__name.num02 {
  background: #2C79B1;
}
.page-crosstalk-detail .l-comment .p-item__name.num03 {
  background: #484848;
}
.page-crosstalk-detail .l-comment .p-item__text {
  width: calc(100% - 90px);
  font-size: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__text {
    width: calc(100% - 85px);
    font-size: 3.8vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-crosstalk-detail .l-comment .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

.page-crosstalk-detail .l-other-talk {
  margin-top: 150px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk {
    width: 90%;
    margin: 20vw auto 0;
  }
}
.page-crosstalk-detail .l-other-talk ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-crosstalk-detail .l-other-talk ul li {
  width: 330px;
  margin: 0 22px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul li {
    width: 100%;
    margin: 0 0 8%;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__photo {
  margin-bottom: 22px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__photo {
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__sub_title {
  font-size: 18px;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 2px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__sub_title {
    font-size: 4vw;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__sub_title span {
  padding: 2px 10px;
  background: #5095C7;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__sub_title span {
    padding: 2px 5px;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__title {
    font-size: 5vw;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item.current {
  display: none;
}

/*  仕事を知る
*----------------------------------- */
/*  数字で見る
*----------------------------------- */
.page-number {
  /* 上からフェードイン */
  /* 下からフェードイン */
  /* 左からフェードイン */
  /* 右からフェードイン */
}
.page-number .l-main {
  padding-bottom: 115px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-main {
    padding-bottom: 10vw;
  }
}
.page-number .list-page__main {
  width: 100%;
}
.page-number .slide-top {
  opacity: 0;
  transform: translate(0, -40px);
  transition: all 1s ease-out;
}
.page-number .slide-bottom {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1s ease-out;
}
.page-number .slide-left {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 1s ease-out;
}
.page-number .slide-right {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 1s ease-out;
}

.page-number .l-number {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number {
    width: 90%;
  }
}
.page-number .l-number ul li.--00 {
  margin-top: -5px;
  margin-bottom: 64px;
}
@media print, screen and (min-width: 761px) {
  .page-number .l-number ul li.--00 {
    width: 1267px;
    left: -67px;
    position: relative;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--00 {
    margin-top: 8.5vw;
    margin-bottom: 7vw;
  }
}
.page-number .l-number ul li.--01 {
  margin-top: -5px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--01 {
    margin-top: 8.5vw;
  }
}
.page-number .l-number ul li.--02 {
  margin-top: 14px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--02 {
    margin-top: 2.7vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--02-2 {
    margin-top: 1.4vw;
  }
}
.page-number .l-number ul li.--03 {
  margin-top: 51px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--03 {
    margin-top: 13.4vw;
  }
}
.page-number .l-number ul li.--04 {
  margin-top: 4px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--04 {
    margin-top: 3.4vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--04-2 {
    margin-top: 3.8vw;
  }
}
.page-number .l-number ul li.--05 {
  margin-top: -14px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--05 {
    margin-top: 4.2vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--05-2 {
    margin-top: 3vw;
  }
}
.page-number .l-number ul li.--06 {
  margin-top: -3px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--06 {
    margin-top: 5vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--06-2 {
    margin-top: 5vw;
  }
}
.page-number .l-number ul li.--07 {
  margin-top: 28px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--07 {
    margin-top: 8vw;
  }
}
.page-number .l-number ul li.--08 {
  margin-top: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--08 {
    margin-top: 15.5vw;
  }
}
.page-number .l-number ul li.--09 {
  margin-top: 28px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--09 {
    margin-top: 3vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--09-2 {
    margin-top: 5.7vw;
  }
}
.page-number .l-number ul li.--10 {
  margin-top: 14px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--10 {
    margin-top: 2.5vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--10-2 {
    margin-top: 5.5vw;
  }
}
.page-number .l-number ul li.--11 {
  margin-top: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--11 {
    margin-top: 14.5vw;
  }
}
.page-number .l-number ul li.--12 {
  margin-top: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--12 {
    margin-top: 3.5vw;
  }
}
.page-number .l-number ul li.--13 {
  margin-top: 54px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--13 {
    margin-top: 12.5vw;
  }
}
.page-number .l-number ul li.--14 {
  margin-top: 33px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--14 {
    margin-top: 4.5vw;
  }
}

/*  ギャラリー
*----------------------------------- */
.page-gallery .list-page__list__title {
  text-align: center;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .list-page__list__title {
    margin-bottom: 6.4vw;
  }
}

.page-gallery .l-gallery .l-list {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list {
    margin-bottom: 12vw;
  }
}
.page-gallery .l-gallery .l-list:last-child {
  margin-bottom: 0;
}
.page-gallery .l-gallery .l-list__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__title {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 6vw;
  }
}
.page-gallery .l-gallery .l-list__container {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 2%;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__container {
    gap: 25px 4%;
  }
}
.page-gallery .l-gallery .l-list__container .p-item {
  width: 32%;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__container .p-item {
    width: 48%;
  }
}
.page-gallery .l-gallery .l-list__container .p-item p {
  text-align: center;
  margin-top: 10px;
}

/*  募集要項
*----------------------------------- */
.page-job .l-job .p-item {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-job .p-item {
    margin-bottom: 15vw;
  }
}
.page-job .l-job .p-item:last-child {
  margin-bottom: 0;
}

/*  policyページ
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .page-policy .list-page__list {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-policy .list-page__list__text {
  margin-bottom: 40px;
  line-height: 1.8;
}

.page-policy .l-policy__container {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy__container {
    margin-bottom: 15vw;
  }
}
.page-policy .l-policy__container:last-child {
  margin-bottom: 0;
}
.page-policy .l-policy__text {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy__text {
    margin-bottom: 10vw;
  }
}
.page-policy .l-policy .l-list__title {
  font-size: 22px;
  margin-bottom: 30px;
  background: #e5e5e5;
  font-weight: bold;
  padding: 10px 20px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .l-list__title {
    font-size: 4.8vw;
  }
}

.page-policy .l-policy .p-item {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 761px) {
  .page-policy .l-policy .p-item {
    padding: 0 8px;
  }
}
.page-policy .l-policy .p-item__title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .p-item__title {
    font-size: 4.8vw;
  }
}
.page-policy .l-policy .p-item__text {
  margin-bottom: 30px;
  font-weight: 400;
}
.page-policy .l-policy .p-item__text a {
  text-decoration: underline;
}
.page-policy .l-policy .p-item__name {
  text-align: right;
}
.page-policy .l-policy .p-item dl {
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dl {
    width: auto;
    margin: 0 auto 8vw;
  }
}
.page-policy .l-policy .p-item dt {
  font-size: 17px;
  margin-bottom: 8px;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dt {
    font-size: 4.2vw;
    line-height: 1.5;
  }
}
.page-policy .l-policy .p-item dd {
  margin: 0 0 50px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dd {
    margin: 0 0 10%;
    font-size: 3.8vw;
  }
}
.page-policy .l-policy .p-item dd.right {
  text-align: right;
}
.page-policy .l-policy .p-item dd:last-child {
  margin: 0;
}
.page-policy .l-policy .p-item dd a {
  text-decoration: underline;
}

/*  404ページ
*----------------------------------- */
.page-404 .l-404 {
  text-align: center;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 {
    padding: 0 5%;
    margin-bottom: 20%;
  }
}

.page-404 .l-404 .p-item__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 28px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item__title {
    font-size: 5vw;
    margin-bottom: 5%;
  }
}
.page-404 .l-404 .p-item__subtitle {
  font-size: 16px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item__subtitle {
    font-size: 4vw;
    margin-bottom: 10%;
  }
}
.page-404 .l-404 .p-item__text {
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item__text {
    font-size: 4vw;
  }
}
.page-404 .l-404 .p-item__button {
  margin-top: 50px;
}

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

中面共通パーツ

------------------------------------ */
@media (min-width: 761px) {
  .page-cmn {
    padding-top: 59px;
  }
}
@media (max-width: 760px) {
  .page-cmn {
    padding-top: 13.3333333333dvw;
  }
}
.page-cmn .l-main {
  background: #FCFCFC;
  color: #1E1E1E;
  position: relative;
  z-index: 2;
}
.page-cmn .l-main:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  position: fixed;
}
@media (min-width: 761px) {
  .page-cmn .l-main:before {
    background: url(../images/cmn/page_bg.png) no-repeat center/cover;
    height: 712px;
  }
}
@media (max-width: 760px) {
  .page-cmn .l-main:before {
    background: url(../images/cmn/sp/page_bg.png) no-repeat center/cover;
    height: 165.1282051282dvw;
  }
}
@media (min-width: 761px) {
  .page-cmn .list-page__header {
    padding-top: 58px;
  }
}
@media (max-width: 760px) {
  .page-cmn .list-page__header {
    padding-top: 9.7435897436dvw;
  }
}
.page-cmn .list-page__header__title {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media (min-width: 761px) {
  .page-cmn .list-page__header__title {
    font-size: 1.6rem;
    margin-top: 7px;
  }
}
@media (max-width: 760px) {
  .page-cmn .list-page__header__title {
    font-size: 4.1025641026dvw;
  }
}
.page-cmn .list-page__header__subtitle {
  font-weight: 400;
  line-height: 1;
  font-family: alternate-gothic-no-2-d, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #5095C7;
}
@media (min-width: 761px) {
  .page-cmn .list-page__header__subtitle {
    font-size: 8.6rem;
  }
}
@media (max-width: 760px) {
  .page-cmn .list-page__header__subtitle {
    font-size: 14.1025641026dvw;
  }
}
@media (min-width: 761px) {
  .page-cmn .l-other-introduction {
    padding-top: 154px;
    padding-bottom: 86px;
  }
}
@media (max-width: 760px) {
  .page-cmn .l-other-introduction .p-header {
    margin-bottom: 11.7948717949dvw !important;
    padding-top: 31.0256410256dvw !important;
  }
}
@media (min-width: 761px) {
  .page-cmn .l-other-introduction .p-header:before {
    left: 5px;
  }
}
@media (max-width: 760px) {
  .page-cmn .l-other-introduction .p-header:before {
    top: -25.641025641dvw;
  }
}
.page-cmn .l-footer-link {
  display: none;
}

@media (min-width: 761px) {
  .p-cmn-header.type-border {
    margin-bottom: 21px;
  }
}
@media (max-width: 760px) {
  .p-cmn-header.type-border {
    margin-bottom: 5.3846153846dvw;
  }
}
.p-cmn-header.type-border .p-cmn-header__title {
  position: relative;
  font-weight: 700;
  line-height: 1.2413793103;
  letter-spacing: 0;
}
@media (min-width: 761px) {
  .p-cmn-header.type-border .p-cmn-header__title {
    font-size: 2.9rem;
    padding-bottom: 20px;
  }
}
@media (max-width: 760px) {
  .p-cmn-header.type-border .p-cmn-header__title {
    font-size: 5.1282051282dvw;
    padding-bottom: 20px;
  }
}
.p-cmn-header.type-border .p-cmn-header__title:after {
  content: "";
  background: #5095C7;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 761px) {
  .p-cmn-header.type-border .p-cmn-header__title:after {
    width: 34px;
  }
}
@media (max-width: 760px) {
  .p-cmn-header.type-border .p-cmn-header__title:after {
    width: 8.7179487179dvw;
  }
}
@media (min-width: 761px) {
  .p-cmn-header.type-border-arrow {
    margin-bottom: 30px;
  }
}
@media (max-width: 760px) {
  .p-cmn-header.type-border-arrow {
    margin-bottom: 6.9230769231dvw;
  }
}
.p-cmn-header.type-border-arrow .en {
  font-weight: 400;
  letter-spacing: 0;
  color: #5095C7;
  line-height: 1;
}
@media (min-width: 761px) {
  .p-cmn-header.type-border-arrow .en {
    font-size: 7.2rem;
    margin-bottom: 18px;
  }
}
@media (max-width: 760px) {
  .p-cmn-header.type-border-arrow .en {
    font-size: 14.1025641026dvw;
    margin-bottom: 1.5384615385dvw;
  }
}
.p-cmn-header.type-border-arrow .p-cmn-header__title {
  position: relative;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0;
  display: inline-block;
}
@media (min-width: 761px) {
  .p-cmn-header.type-border-arrow .p-cmn-header__title {
    font-size: 3.3rem;
    padding: 0 13px 8px;
  }
}
@media (max-width: 760px) {
  .p-cmn-header.type-border-arrow .p-cmn-header__title {
    font-size: 6.1538461538dvw;
    padding: 0 1.2820512821dvw 6.1538461538dvw;
  }
}
.p-cmn-header.type-border-arrow .p-cmn-header__title:before, .p-cmn-header.type-border-arrow .p-cmn-header__title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.p-cmn-header.type-border-arrow .p-cmn-header__title:before {
  height: 0;
  width: 0;
  border-top-color: #5095C7;
  border-left-color: transparent;
  border-right-color: transparent;
}
@media (min-width: 761px) {
  .p-cmn-header.type-border-arrow .p-cmn-header__title:before {
    border-top-width: 10px;
    border-left-width: 7px;
    border-right-width: 7px;
    bottom: -9px;
  }
}
@media (max-width: 760px) {
  .p-cmn-header.type-border-arrow .p-cmn-header__title:before {
    border-top-width: 2.5641025641dvw;
    border-left-width: 1.6666666667dvw;
    border-right-width: 1.6666666667dvw;
    bottom: -2.3076923077dvw;
  }
}
.p-cmn-header.type-border-arrow .p-cmn-header__title:after {
  content: "";
  background: #5095C7;
  height: 3px;
  bottom: 0;
  width: 100%;
}

.list-page__anc {
  text-align: center;
  border-bottom: 1px solid #D1D1D1;
}
@media (min-width: 761px) {
  .list-page__anc {
    margin-bottom: 18px;
  }
}
@media (max-width: 760px) {
  .list-page__anc {
    margin-bottom: 5.1282051282dvw;
  }
}
.list-page__anc .l-anc__title {
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 761px) {
  .list-page__anc .l-anc__title {
    font-size: 2.4rem;
    padding-top: 25px;
    margin-bottom: 18px;
  }
}
@media (max-width: 760px) {
  .list-page__anc .l-anc__title {
    font-size: 6.1538461538dvw;
    padding-top: 5.1282051282dvw;
    margin-bottom: 5.1282051282dvw;
  }
}
@media (min-width: 761px) {
  .list-page__anc .l-anc__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
    padding-bottom: 59px;
  }
}
@media (max-width: 760px) {
  .list-page__anc .l-anc__list {
    padding-bottom: 7.6923076923dvw;
  }
}
.list-page__anc .l-anc__list li {
  position: relative;
}
@media (min-width: 761px) {
  .list-page__anc .l-anc__list li {
    min-width: 381px;
    padding-bottom: 23px;
  }
}
@media (max-width: 760px) {
  .list-page__anc .l-anc__list li {
    padding-bottom: 5.8974358974dvw;
    margin-bottom: 6.4102564103dvw;
  }
}
.list-page__anc .l-anc__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border: 1px solid #6F6F6F;
}
@media (min-width: 761px) {
  .list-page__anc .l-anc__list a {
    min-height: 81px;
  }
}
@media (max-width: 760px) {
  .list-page__anc .l-anc__list a {
    min-height: 19.2307692308dvw;
  }
}
.list-page__anc .l-anc__list a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 761px) {
  .list-page__anc .l-anc__list a:after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 12px solid #5095C7;
  }
}
@media (max-width: 760px) {
  .list-page__anc .l-anc__list a:after {
    border-left: 2.8205128205dvw solid transparent;
    border-right: 2.8205128205dvw solid transparent;
    border-top: 3.0769230769dvw solid #5095C7;
  }
}
.list-page__anc .l-anc__list .p-item__text {
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 761px) {
  .list-page__anc .l-anc__list .p-item__text {
    font-size: 2rem;
    margin-bottom: 3px;
  }
}
@media (max-width: 760px) {
  .list-page__anc .l-anc__list .p-item__text {
    font-size: 4.6153846154dvw;
  }
}

@media (min-width: 761px) {
  .p-sp-silde-photo {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
  }
}
@media (max-width: 760px) {
  .p-sp-silde-photo {
    margin: 0;
    padding-bottom: 8.4615384615dvw;
  }
}
@media (min-width: 761px) {
  .p-sp-silde-photo li {
    width: calc((100% - 48px) / 3);
  }
}
@media (min-width: 761px) {
  .p-sp-silde-photo.other_office {
    row-gap: 14px;
    column-gap: 10px;
  }
  .p-sp-silde-photo.other_office li {
    width: calc((100% - 20px) / 3);
  }
  .p-sp-silde-photo.other_office li:first-child {
    width: 100%;
  }
}

.bg-white {
  background: #FFF;
}

/*  オフィス紹介 office
*----------------------------------- */
@media (min-width: 761px) {
  .page-office .l-main {
    padding-bottom: 185px;
  }
}
@media (max-width: 760px) {
  .page-office .l-main {
    padding-bottom: 25.641025641dvw;
  }
}

@media (min-width: 761px) {
  .l-office {
    margin-top: 55px;
    margin-bottom: 92px;
  }
}
@media (max-width: 760px) {
  .l-office {
    margin-top: 11.7948717949dvw;
    margin-bottom: 12.8205128205dvw;
  }
}
@media (min-width: 761px) {
  .l-office__container {
    padding: 22px 22px 51px;
  }
}
@media (max-width: 760px) {
  .l-office__container {
    padding: 0dvw 5.1282051282dvw 2.5641025641dvw;
  }
}
.l-office__lead {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3333333333;
  text-align: center;
}
@media (min-width: 761px) {
  .l-office__lead {
    font-size: 3rem;
    margin-bottom: 22px;
  }
}
@media (max-width: 760px) {
  .l-office__lead {
    font-size: 5.641025641dvw;
    margin-bottom: 4.6153846154dvw;
  }
}
.l-office__text {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
}
@media (min-width: 761px) {
  .l-office__text {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 760px) {
  .l-office__text {
    font-size: 3.8461538462dvw;
    text-align: left;
    margin-bottom: 11.5384615385dvw;
  }
}
.l-office__image {
  display: block;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-office .l-office__image {
    margin-bottom: 64px;
  }
}
@media (max-width: 760px) {
  .l-office .l-office__image {
    margin: 0 -5.1282051282dvw 8.4615384615dvw;
    width: 89.7435897436dvw;
  }
}
.l-office .list-page__header {
  padding: 0;
}
@media (min-width: 761px) {
  .l-office .list-page__header {
    margin-bottom: 29px;
  }
}
@media (min-width: 761px) {
  .l-office .list-page__header__subtitle {
    font-size: 6.2rem;
  }
}
@media (min-width: 761px) {
  .l-office .list-page__header__title {
    margin-top: 12px;
  }
}
.l-office__item {
  border-top: 1px solid #C7C7C7;
  max-width: 1116px;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-office__item {
    padding-top: 40px;
    margin-top: 76px;
    margin-bottom: 112px;
  }
}
@media (max-width: 760px) {
  .l-office__item {
    padding: 10.2564102564dvw 0dvw 7.6923076923dvw;
    margin-top: 7.6923076923dvw;
    margin-bottom: 7.6923076923dvw;
  }
}
.l-office__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 761px) {
  .l-office__item .l-office__text {
    margin-bottom: 36px;
  }
}
@media (max-width: 760px) {
  .l-office__item .l-office__text {
    margin-bottom: 8.9743589744dvw;
  }
}
.l-office__list .l-office__container {
  padding: 0;
}
@media (min-width: 761px) {
  .l-office__list__items {
    display: flex;
    gap: 33px 32px;
    flex-wrap: wrap;
  }
}
.l-office__list__item {
  background: #FFF;
}
@media (min-width: 761px) {
  .l-office__list__item {
    width: calc((100% - 64px) / 3);
    padding: 23px 22px 25px;
  }
}
@media (max-width: 760px) {
  .l-office__list__item {
    padding: 6.4102564103dvw 5.1282051282dvw;
    margin-bottom: 8.9743589744dvw;
  }
}
@media (max-width: 760px) {
  .l-office__list__item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 761px) {
  .l-office__list .other_tit {
    font-size: 62px;
  }
}
.l-office__list__name {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 761px) {
  .l-office__list__name {
    font-size: 2.1rem;
  }
}
@media (max-width: 760px) {
  .l-office__list__name {
    font-size: 5.3846153846dvw;
  }
}

/*  事業紹介 business
*----------------------------------- */
@media (min-width: 761px) {
  .page-business .l-main {
    padding-bottom: 27px;
  }
}
@media (max-width: 760px) {
  .page-business .l-main {
    padding-bottom: 25.641025641dvw;
  }
}

@media (min-width: 761px) {
  .l-business {
    margin-top: 55px;
    margin-bottom: 78px;
  }
}
@media (max-width: 760px) {
  .l-business {
    margin-top: 11.2820512821dvw;
    margin-bottom: 8.4615384615dvw;
  }
}
@media (min-width: 761px) {
  .l-business__container {
    padding: 73px 30px 77px;
  }
}
@media (max-width: 760px) {
  .l-business__container {
    padding: 10.2564102564dvw 5.1282051282dvw 12.0512820513dvw;
  }
}
.l-business__subtext {
  font-size: 28px;
  text-align: center;
  margin: 0 auto 20px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .l-business__subtext {
    font-size: 6vw;
    margin: 0 auto 4vw;
  }
}
.l-business__logo {
  width: 682px;
  margin: 0 auto;
  margin: 0 auto 69px;
}
@media (max-width: 760px) {
  .l-business__logo {
    width: 90%;
    margin: 0 auto 11vw;
  }
}
.l-business__lead {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3333333333;
  text-align: center;
}
@media (min-width: 761px) {
  .l-business__lead {
    font-size: 3rem;
    margin-bottom: 22px;
  }
}
@media (max-width: 760px) {
  .l-business__lead {
    font-size: 5.641025641dvw;
    margin-bottom: 4.6153846154dvw;
  }
}
.l-business__text {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
}
@media (min-width: 761px) {
  .l-business__text {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 760px) {
  .l-business__text {
    font-size: 3.8461538462dvw;
    text-align: left;
  }
}
.l-business__image {
  display: block;
  margin: 0 auto;
}
.l-business .l-business__image {
  position: relative;
}
@media (min-width: 761px) {
  .l-business .l-business__image {
    width: 729.5px;
    margin-top: 59px;
  }
}
@media (max-width: 760px) {
  .l-business .l-business__image {
    margin: 14.6153846154dvw 0 0 -3.8461538462dvw;
    width: 88.3333333333dvw;
  }
}
.l-business .l-business__image:after {
  content: "";
  background: url(../business/images/ico_arrow.svg) no-repeat center/contain;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 761px) {
  .l-business .l-business__image:after {
    bottom: -109px;
    width: 199px;
    height: 92px;
  }
}
@media (max-width: 760px) {
  .l-business .l-business__image:after {
    bottom: -15.3846153846dvw;
    width: 30.5128205128dvw;
    height: 14.1025641026dvw;
  }
}
@media (min-width: 761px) {
  .l-business__list {
    margin-bottom: 92px;
  }
}
@media (max-width: 760px) {
  .l-business__list {
    margin: 0 -5.1282051282dvw;
  }
}
.l-business__list .l-business__container {
  padding: 0;
}
@media (min-width: 761px) {
  .l-business__items {
    display: flex;
    gap: 26px;
  }
}
@media (max-width: 760px) {
  .l-business__items {
    margin-bottom: 12.8205128205dvw;
  }
}
.l-business__items .p-item {
  background: #E7EEF4;
}
@media (min-width: 761px) {
  .l-business__items .p-item {
    flex: 1;
    padding: 26px 32px 46px;
  }
}
@media (max-width: 760px) {
  .l-business__items .p-item {
    padding: 6.6666666667dvw 5.1282051282dvw 9.7435897436dvw;
    margin-bottom: 4.8717948718dvw;
  }
}
.l-business__items .p-item__title__en {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: center;
  color: #5095C7;
}
@media (min-width: 761px) {
  .l-business__items .p-item__title__en {
    font-size: 5.6rem;
  }
}
@media (max-width: 760px) {
  .l-business__items .p-item__title__en {
    font-size: 14.358974359dvw;
  }
}
.l-business__items .p-item__title__ja {
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 761px) {
  .l-business__items .p-item__title__ja {
    font-size: 1.7rem;
  }
}
@media (max-width: 760px) {
  .l-business__items .p-item__title__ja {
    font-size: 4.358974359dvw;
  }
}
.l-business__items .p-item__lead {
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.6470588235;
  background: #FFF;
}
@media (min-width: 761px) {
  .l-business__items .p-item__lead {
    font-size: 1.7rem;
    margin-top: 22px;
    margin-bottom: 31px;
    min-height: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 760px) {
  .l-business__items .p-item__lead {
    font-size: 4.358974359dvw;
    margin-top: 5.641025641dvw;
    margin-bottom: 3.8461538462dvw;
    padding: 4.8717948718dvw 2.5641025641dvw 5.3846153846dvw;
    margin-bottom: 8vw;
  }
}
.l-business__items .p-item__tit {
  margin-bottom: 23px;
  font-size: 17px;
}
@media (max-width: 760px) {
  .l-business__items .p-item__tit {
    font-size: 4.3vw;
  }
}
.l-business__items .p-item__text {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8666666667;
  text-align: left;
}
@media (min-width: 761px) {
  .l-business__items .p-item__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .l-business__items .p-item__text {
    font-size: 3.8461538462dvw;
  }
}
@media (min-width: 761px) {
  .l-business__sustainability .l-business__container {
    padding-top: 64px;
    padding-bottom: 101px;
  }
}
@media (max-width: 760px) {
  .l-business__sustainability .l-business__container {
    padding: 10.2564102564dvw 4.8717948718dvw 7.6923076923dvw;
  }
}
.l-business__sustainability .list-page__header {
  padding: 0;
}
@media (min-width: 761px) {
  .l-business__sustainability .list-page__header {
    margin-bottom: 46px;
  }
}
@media (min-width: 761px) {
  .l-business__sustainability .list-page__header__subtitle {
    font-size: 6.2rem;
  }
}
@media (min-width: 761px) {
  .l-business__sustainability .list-page__header__title {
    margin-top: 12px;
  }
}
@media (min-width: 761px) {
  .l-business__sustainability .l-business__image {
    margin-top: 70px;
    width: 950px;
  }
}
@media (max-width: 760px) {
  .l-business__sustainability .l-business__image {
    width: 86.9230769231dvw;
    margin-left: -2.5641025641dvw;
  }
}
@media (min-width: 761px) {
  .l-business__sustainability .l-business__image img {
    margin-left: 10px;
  }
}
.l-business__contents {
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  max-width: 969px;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-business__contents {
    padding-top: 41px;
    padding-bottom: 43px;
  }
}
@media (max-width: 760px) {
  .l-business__contents {
    padding: 7.6923076923dvw 0dvw 7.6923076923dvw;
    margin-bottom: 10.2564102564dvw;
  }
}
@media (min-width: 761px) {
  .l-business__contents .l-business__lead {
    margin-bottom: 14px;
  }
}
@media (max-width: 760px) {
  .l-business__contents .l-business__lead {
    margin-bottom: 4.1025641026dvw;
  }
}
@media (min-width: 761px) {
  .l-business__message .l-business__container {
    padding-top: 96px;
  }
}
@media (max-width: 760px) {
  .l-business__message .l-business__container {
    padding-top: 15.3846153846dvw;
    padding-bottom: 2.5641025641dvw;
  }
}
.l-business__message__text {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8333333333;
  text-align: center;
}
@media (min-width: 761px) {
  .l-business__message__text {
    font-size: 2.4rem;
  }
}
@media (max-width: 760px) {
  .l-business__message__text {
    font-size: 6.1538461538dvw;
  }
}

/*  会社概要 company
*----------------------------------- */
@media (min-width: 761px) {
  .page-company .l-main {
    padding-bottom: 148px;
  }
}
@media (max-width: 760px) {
  .page-company .l-main {
    padding-bottom: 25.641025641dvw;
  }
}
@media (min-width: 761px) {
  .page-company .p-cmn-header.type-border .p-cmn-header__title {
    font-size: 2.2rem !important;
    padding-bottom: 17px !important;
  }
}
@media (min-width: 761px) {
  .l-company {
    margin-top: 55px;
    margin-bottom: 90px;
  }
}
@media (max-width: 760px) {
  .l-company {
    margin-top: 11.2820512821dvw;
    margin-bottom: 15.3846153846dvw;
  }
}
.l-company__container {
  background: #FFF;
}
@media (min-width: 761px) {
  .l-company__container {
    padding: 60px 77px 69px;
  }
}
@media (max-width: 760px) {
  .l-company__container {
    padding: 10.2564102564dvw 4.8717948718dvw 7.6923076923dvw;
  }
}
@media (min-width: 761px) {
  .l-company .l-company__container {
    padding: 37px 10px 18px;
  }
}
@media (max-width: 760px) {
  .l-company .l-company__container {
    padding: 5.3846153846dvw 5.641025641dvw 3.5897435897dvw 5.8974358974dvw;
  }
}
.l-company__text {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8666666667;
}
@media (min-width: 761px) {
  .l-company__text {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 760px) {
  .l-company__text {
    font-size: 3.8461538462dvw;
    padding: 0dvw 1.7948717949dvw;
    text-align: left;
  }
}
.l-company__map {
  margin: 0 auto;
  display: block;
}
@media (min-width: 761px) {
  .l-company__map {
    width: 952px;
    margin-top: 40px;
    margin-bottom: 5px;
  }
}
@media (max-width: 760px) {
  .l-company__map {
    margin-top: 6.4102564103dvw;
  }
}
.l-company__map iframe {
  width: 100%;
}
@media (min-width: 761px) {
  .l-company__map iframe {
    aspect-ratio: 952/500;
  }
}
@media (min-width: 761px) {
  .l-company__access {
    margin-bottom: 82px;
  }
}
@media (max-width: 760px) {
  .l-company__access {
    margin-bottom: 15.3846153846dvw;
  }
}
@media (min-width: 761px) {
  .l-company__branch {
    margin-bottom: 90px;
  }
}
@media (max-width: 760px) {
  .l-company__branch {
    margin-bottom: 15.3846153846dvw;
  }
}
@media (min-width: 761px) {
  .l-company__branch .p-cmn-header {
    margin-bottom: 56px;
  }
}
@media (min-width: 761px) {
  .l-company__branch__row {
    display: flex;
    gap: 53px;
    margin-left: 3px;
  }
}
@media (max-width: 760px) {
  .l-company__branch__row {
    margin-top: 5.8974358974dvw;
  }
}
.l-company__branch__image {
  display: block;
}
@media (min-width: 761px) {
  .l-company__branch__image {
    width: 471px;
  }
}
@media (max-width: 760px) {
  .l-company__branch__image {
    margin-bottom: 7.6923076923dvw;
  }
}
.l-company__branch__info {
  display: block;
}
@media (min-width: 761px) {
  .l-company__branch__info {
    width: calc(100% - 471px - 53px);
  }
}
@media (min-width: 761px) {
  .l-company__branch__info dl {
    margin-left: 5px;
  }
}
.l-company__branch__info dl dt {
  border-bottom: 1px solid #BEBEBE;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: left;
}
@media (min-width: 761px) {
  .l-company__branch__info dl dt {
    font-size: 1.7rem;
    padding-bottom: 7px;
    margin-bottom: 18px;
  }
}
@media (max-width: 760px) {
  .l-company__branch__info dl dt {
    font-size: 4.358974359dvw;
    padding-bottom: 2.0512820513dvw;
    margin-bottom: 4.8717948718dvw;
  }
}
.l-company__branch__info dl dd {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.1333333333;
  text-align: left;
}
@media (min-width: 761px) {
  .l-company__branch__info dl dd {
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .l-company__branch__info dl dd {
    font-size: 3.8461538462dvw;
  }
}
@media (min-width: 761px) {
  .l-company__branch__info dl dd + dt {
    margin-top: 43px;
  }
}
@media (max-width: 760px) {
  .l-company__branch__info dl dd + dt {
    margin-top: 10.5128205128dvw;
  }
}
.l-company__branch__head {
  background: #5095C7;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 761px) {
  .l-company__branch__head {
    font-size: 2.4rem;
    margin-bottom: 35px;
    line-height: 2.25;
  }
}
@media (max-width: 760px) {
  .l-company__branch__head {
    font-size: 6.1538461538dvw;
    margin-bottom: 4.1025641026dvw;
    line-height: 2.0416666667;
  }
}
@media (min-width: 761px) {
  .l-company__subsidiary {
    margin-bottom: 102px;
  }
}
@media (max-width: 760px) {
  .l-company__subsidiary {
    margin-bottom: 15.3846153846dvw;
  }
}
.l-company__subsidiary__list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 761px) {
  .l-company__subsidiary__list {
    gap: 39px 29px;
    margin-top: 48px;
    padding: 0 4px;
  }
}
@media (max-width: 760px) {
  .l-company__subsidiary__list {
    gap: 10.2564102564dvw;
    margin-top: 6.1538461538dvw;
  }
}
.l-company__subsidiary__list li {
  text-align: center;
}
@media (min-width: 761px) {
  .l-company__subsidiary__list li {
    width: calc((100% - 29px) / 2);
  }
}
.l-company__subsidiary__image {
  display: block;
}
@media (min-width: 761px) {
  .l-company__subsidiary__image {
    margin-bottom: 14px;
  }
}
@media (max-width: 760px) {
  .l-company__subsidiary__image {
    margin-bottom: 3.5897435897dvw;
  }
}
.l-company__subsidiary__name {
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 761px) {
  .l-company__subsidiary__name {
    font-size: 1.5rem;
    margin-bottom: 4px;
  }
}
@media (max-width: 760px) {
  .l-company__subsidiary__name {
    font-size: 3.8461538462dvw;
    margin-bottom: 1.0256410256dvw;
  }
}
.l-company__subsidiary__text {
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 761px) {
  .l-company__subsidiary__text {
    font-size: 1.2rem;
  }
}
@media (max-width: 760px) {
  .l-company__subsidiary__text {
    font-size: 3.0769230769dvw;
  }
}
@media (min-width: 761px) {
  .l-company__history .l-company__container {
    padding: 70px 20px 95px;
  }
}
@media (max-width: 760px) {
  .l-company__history .l-company__container {
    padding: 8.9743589744dvw 5.641025641dvw 8.9743589744dvw;
  }
}
.l-company__history .list-page__header {
  padding: 0;
}
@media (min-width: 761px) {
  .l-company__history .list-page__header {
    margin-bottom: 47px;
  }
}
@media (min-width: 761px) {
  .l-company__history .list-page__header__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 761px) {
  .l-company__history .list-page__header__subtitle {
    font-size: 6.8rem;
  }
}
.l-history__items {
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-history__items {
    max-width: 952px;
    border-top: 1px solid #BEBEBE;
  }
}
.l-history__item {
  border-bottom: 1px solid #BEBEBE;
}
@media (min-width: 761px) {
  .l-history__item {
    max-width: 952px;
    display: flex;
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 19px 0 20px;
  }
}
@media (max-width: 760px) {
  .l-history__item {
    font-size: 3.8461538462dvw;
    padding: 3.8461538462dvw 0 3.8461538462dvw;
  }
}
@media (min-width: 761px) {
  .l-history__item.line-l {
    line-height: 2;
  }
}
.l-history__year {
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media (min-width: 761px) {
  .l-history__year {
    width: 110px;
    padding-left: 4px;
  }
}
@media (max-width: 760px) {
  .l-history__year {
    margin-bottom: 1.0256410256dvw;
    font-size: 4.1025641026dvw;
  }
}
.l-history__text {
  letter-spacing: 0;
  font-weight: 400;
}
@media (min-width: 761px) {
  .l-history__text {
    width: calc(100% - 110px);
  }
}
/*  企業理念 philosophy
*----------------------------------- */
@media (min-width: 761px) {
  .page-philosophy .l-main {
    padding-bottom: 165px;
  }
}
@media (max-width: 760px) {
  .page-philosophy .l-main {
    padding-bottom: 25.641025641dvw;
  }
}

@media (min-width: 761px) {
  .l-philosophy {
    margin-top: 55px;
    margin-bottom: 92px;
  }
}
@media (max-width: 760px) {
  .l-philosophy {
    margin-top: 11.2820512821dvw;
    margin-bottom: 15.3846153846dvw;
  }
}
.l-philosophy__container {
  background: #FFF;
}
@media (min-width: 761px) {
  .l-philosophy__container {
    padding: 60px 0 43px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__container {
    padding: 10.2564102564dvw 0dvw 7.6923076923dvw;
  }
}
.l-philosophy__container .list-page__header {
  padding: 0;
}
@media (min-width: 761px) {
  .l-philosophy__container .list-page__header {
    margin-bottom: 40px;
  }
}
@media (min-width: 761px) {
  .l-philosophy__container .list-page__header__title {
    font-size: 1.6rem;
    margin-top: 6px;
  }
}
@media (min-width: 761px) {
  .l-philosophy__container .list-page__header__subtitle {
    font-size: 6.2rem;
  }
}
.l-philosophy__contents {
  margin: 0 auto;
  border-top: 1px solid #C7C7C7;
}
@media (min-width: 761px) {
  .l-philosophy__contents {
    max-width: 969px;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 51px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__contents {
    max-width: 78.2051282051dvw;
    font-size: 3.8461538462dvw;
    padding-top: 7.6923076923dvw;
  }
}
.l-philosophy__lead {
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 761px) {
  .l-philosophy__lead {
    font-size: 3.1rem;
    margin-bottom: 22px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__lead {
    font-size: 5.1282051282dvw;
    margin-bottom: 5.1282051282dvw;
  }
}
.l-philosophy__color {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.7647058824;
  color: #5095C7;
  text-align: center;
}
@media (min-width: 761px) {
  .l-philosophy__color {
    font-size: 1.7rem;
    margin-bottom: 14px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__color {
    font-size: 4.1025641026dvw;
    margin-bottom: 3.8461538462dvw;
  }
}
.l-philosophy__text {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
}
@media (min-width: 761px) {
  .l-philosophy__text {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 760px) {
  .l-philosophy__text {
    font-size: 3.8461538462dvw;
    text-align: left;
  }
}
.l-philosophy__image {
  display: block;
}
@media (min-width: 761px) {
  .l-philosophy__image {
    margin-top: 16px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__image {
    margin-top: -15.3846153846dvw;
  }
}
@media (min-width: 761px) {
  .l-philosophy__vision {
    margin-bottom: 95px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__vision {
    margin-bottom: 15.3846153846dvw;
  }
}
@media (min-width: 761px) {
  .l-philosophy__vision .l-philosophy__container {
    padding-bottom: 97px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__vision .l-philosophy__container {
    padding-bottom: 10.2564102564dvw;
  }
}
@media (min-width: 761px) {
  .l-philosophy__vision .l-philosophy__contents {
    padding-top: 45px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__vision .l-philosophy__contents {
    padding-top: 7.9487179487dvw;
  }
}
@media (min-width: 761px) {
  .l-philosophy__guidelines {
    margin-bottom: 92px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__guidelines {
    margin-bottom: 15.3846153846dvw;
  }
}
@media (min-width: 761px) {
  .l-philosophy__guidelines .l-philosophy__container {
    padding-bottom: 80px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__guidelines .l-philosophy__container {
    padding-bottom: 7.6923076923dvw;
  }
}
@media (min-width: 761px) {
  .l-philosophy__guidelines .p-cmn-header {
    margin-bottom: 56px;
  }
}
@media (min-width: 761px) {
  .l-philosophy__guidelines .l-philosophy__contents {
    padding-top: 45px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__guidelines .l-philosophy__contents {
    padding-top: 6.6666666667dvw;
  }
}
.l-philosophy__next {
  position: relative;
  margin-bottom: 148px;
}
@media (max-width: 760px) {
  .l-philosophy__next {
    margin-bottom: 27.44vw;
  }
}
.l-philosophy__next__text {
  text-align: center;
  font-size: 22px;
  line-height: 2.1;
}
@media (max-width: 760px) {
  .l-philosophy__next__text {
    font-size: 4.62vw;
    line-height: 1.5;
  }
}
.l-philosophy__next__img {
  position: absolute;
  width: 358px;
  bottom: -96px;
  left: calc(50% - 179px);
  z-index: -1;
}
@media (max-width: 760px) {
  .l-philosophy__next__img {
    width: 72.05vw;
    bottom: -19.87vw;
    left: calc(50% - 36vw);
  }
}
.l-philosophy__style .l-philosophy__container {
  background: #E7EEF4;
}
@media (min-width: 761px) {
  .l-philosophy__style .l-philosophy__container {
    padding: 63px 65px 58px 69px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 37px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__style .l-philosophy__container {
    padding: 20.2564102564dvw 5.641025641dvw 16.6666666667dvw;
  }
}
.l-philosophy__style__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 31px;
  font-feature-settings: "palt";
}
@media (max-width: 760px) {
  .l-philosophy__style__title {
    font-size: 5.64vw;
    margin: -9vw auto 11vw;
  }
}
.l-philosophy__style__logo {
  display: block;
  background: #FFF;
}
@media (min-width: 761px) {
  .l-philosophy__style__logo {
    width: 262px;
    padding: 66px 27px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__style__logo {
    width: 58.7179487179dvw;
    padding: 7.4358974359dvw 6.1538461538dvw 6.6666666667dvw;
    margin: 0 auto 7.6923076923dvw;
  }
}
.l-philosophy__style__list {
  position: relative;
}
@media (min-width: 761px) {
  .l-philosophy__style__list {
    padding-left: 42px;
    width: calc(100% - 37px - 262px);
  }
}
.l-philosophy__style__list:before {
  content: "";
  width: 4px;
  display: block;
  background: #FFF;
  position: absolute;
  left: 0;
}
@media (min-width: 761px) {
  .l-philosophy__style__list:before {
    height: calc(100% - 113.7px);
    top: 57px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__style__list:before {
    height: 7.6923076923dvw;
    right: 0;
    top: -7.6923076923dvw;
    margin: auto;
    display: none;
  }
}
@media (min-width: 761px) {
  .l-philosophy__style__list:after {
    content: "";
    width: 84px;
    height: 4px;
    display: block;
    background: #FFF;
    position: absolute;
    left: -38px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.l-philosophy__style__item {
  background: #FFFFFF;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 761px) {
  .l-philosophy__style__item {
    gap: 18px;
    padding: 17px 18px 18px;
    position: relative;
  }
}
@media (max-width: 760px) {
  .l-philosophy__style__item {
    gap: 2.8205128205dvw;
    padding: 2.8205128205dvw 4.1025641026dvw 3.8461538462dvw;
  }
}
@media (min-width: 761px) {
  .l-philosophy__style__item:before {
    content: "";
    width: 41px;
    height: 4px;
    display: block;
    background: #FFF;
    position: absolute;
    left: -38px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (min-width: 761px) {
  .l-philosophy__style__item + li {
    margin-top: 20px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__style__item + li {
    margin-top: 4.8717948718dvw;
  }
}
.l-philosophy__style__num {
  background: #5095C7;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
@media (min-width: 761px) {
  .l-philosophy__style__num {
    font-size: 3.8rem;
    width: 46px;
    height: 60px;
    padding-top: 2px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__style__num {
    font-size: 5.8974358974dvw;
    width: 6.6666666667dvw;
    height: 7.9487179487dvw;
    padding-top: 2px;
    margin-top: 1.5384615385dvw;
  }
}
@media (min-width: 761px) {
  .l-philosophy__style__info {
    padding-top: 2px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__style__info {
    padding-top: 0.5128205128dvw;
    width: calc(100% - 2.8205128205dvw - 6.6666666667dvw);
  }
}
.l-philosophy__style__text {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4444444444;
  text-align: left;
}
@media (min-width: 761px) {
  .l-philosophy__style__text {
    font-size: 2.2rem;
    margin-bottom: 1px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__style__text {
    font-size: 4.6153846154dvw;
    margin-bottom: 1.0256410256dvw;
  }
}
.l-philosophy__style__sub {
  font-weight: 500;
  letter-spacing: 0;
  color: #5095C7;
  line-height: 1.6;
  text-align: left;
}
@media (min-width: 761px) {
  .l-philosophy__style__sub {
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .l-philosophy__style__sub {
    font-size: 3.8461538462dvw;
    margin-left: 0.2564102564dvw;
  }
}
@media (max-width: 760px) {
  .l-philosophy__style__sub span {
    font-size: 2.5vw;
  }
}

.l-vision__list {
  text-align: center;
}
.l-vision__list dt {
  background: #5095C7;
  display: inline-block;
  color: #FFF;
  border-radius: 7px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8823529412;
  padding: 0 1em;
  position: relative;
}
@media (min-width: 761px) {
  .l-vision__list dt {
    font-size: 1.7rem;
    margin-bottom: 17px;
    min-width: 106px;
  }
}
@media (max-width: 760px) {
  .l-vision__list dt {
    font-size: 4.358974359dvw;
    margin-bottom: 4.358974359dvw;
    min-width: 27.1794871795dvw;
  }
}
.l-vision__list dt:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 761px) {
  .l-vision__list dt:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 11px solid #5095C7;
    bottom: -7px;
  }
}
@media (max-width: 760px) {
  .l-vision__list dt:after {
    border-left: 1.2820512821dvw solid transparent;
    border-right: 1.2820512821dvw solid transparent;
    border-top: 2.8205128205dvw solid #5095C7;
    bottom: -1.7948717949dvw;
  }
}
.l-vision__list dd {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.9411764706;
}
@media (min-width: 761px) {
  .l-vision__list dd {
    font-size: 1.7rem;
    text-align: center;
  }
}
@media (max-width: 760px) {
  .l-vision__list dd {
    font-size: 4.1025641026dvw;
    text-align: left;
  }
}
@media (min-width: 761px) {
  .l-vision__list dd + dt {
    margin-top: 49px;
  }
}
@media (max-width: 760px) {
  .l-vision__list dd + dt {
    margin-top: 10.2564102564dvw;
  }
}

.l-guidelines__list {
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-guidelines__list {
    font-size: 2rem;
    line-height: 2.4;
  }
}
@media (max-width: 760px) {
  .l-guidelines__list {
    font-size: 4.6153846154dvw;
    line-height: 1.9411764706;
  }
}
@media (max-width: 760px) {
  .l-guidelines__list li {
    margin-bottom: 4.6153846154dvw;
  }
}

/* message 代表メッセージ
*----------------------------------- */
@media (min-width: 761px) {
  .page-message .l-main {
    padding-bottom: 132px;
  }
}
@media (max-width: 760px) {
  .page-message .l-main {
    padding-bottom: 25.641025641dvw;
  }
}
@media (max-width: 760px) {
  .page-message .list-page__list {
    padding-top: 3.5897435897dvw;
  }
}

@media (min-width: 761px) {
  .l-message {
    margin-top: 131px;
  }
}
@media (max-width: 760px) {
  .l-message {
    margin-top: 16.6666666667dvw;
  }
}
.l-message .l-message__container {
  padding-top: 0;
  padding-bottom: 3px;
}
.l-message__container {
  border-bottom: 1px solid #C7C7C7;
}
@media (min-width: 761px) {
  .l-message__container {
    padding: 60px 0 43px;
  }
}
@media (max-width: 760px) {
  .l-message__container {
    padding: 12.8205128205dvw 0dvw 12.8205128205dvw;
  }
}
.l-message__intro .l-message__container {
  padding-top: 0;
}
@media (min-width: 761px) {
  .l-message__intro .l-message__container {
    padding-bottom: 83px;
  }
}
@media (max-width: 760px) {
  .l-message__intro .l-message__container {
    padding-bottom: 12.8205128205dvw;
  }
}
.l-message__mv {
  position: relative;
}
@media (min-width: 761px) {
  .l-message__mv {
    margin-bottom: 63px;
  }
}
@media (max-width: 760px) {
  .l-message__mv {
    margin-bottom: 5.1282051282dvw;
  }
}
.l-message__mv__image {
  display: block;
}
@media (max-width: 760px) {
  .l-message__mv__image {
    margin-bottom: 7.6923076923dvw;
  }
}
@media (min-width: 761px) {
  .l-message__mv__info {
    position: absolute;
    top: 152px;
    padding-left: 50%;
  }
}
.l-message__mv__catch {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media (min-width: 761px) {
  .l-message__mv__catch {
    font-size: 5.1rem;
    margin-bottom: 39px;
  }
}
@media (max-width: 760px) {
  .l-message__mv__catch {
    text-align: center;
    font-size: 8.2051282051dvw;
    margin-left: 8.2051282051dvw;
    margin-bottom: 5.1282051282dvw;
  }
}
.l-message__mv__person {
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 761px) {
  .l-message__mv__person {
    gap: 16px;
    margin-left: 7px;
    margin-bottom: 51px;
  }
}
@media (max-width: 760px) {
  .l-message__mv__person {
    justify-content: center;
    gap: 2.5641025641dvw;
    margin-bottom: 6.1538461538dvw;
  }
}
.l-message__mv__post {
  line-height: 1;
}
@media (min-width: 761px) {
  .l-message__mv__post {
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .l-message__mv__post {
    font-size: 3.8461538462dvw;
  }
}
.l-message__mv__name {
  line-height: 1;
}
@media (min-width: 761px) {
  .l-message__mv__name {
    font-size: 2.4rem;
  }
}
@media (max-width: 760px) {
  .l-message__mv__name {
    font-size: 4.6153846154dvw;
  }
}
.l-message__mv__text {
  background: rgba(255, 255, 255, 0.19);
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 761px) {
  .l-message__mv__text {
    font-size: 1.3rem;
    width: 532px;
    padding: 18px 25px 23px 30px;
    margin-left: -3px;
  }
}
@media (max-width: 760px) {
  .l-message__mv__text {
    background: rgba(80, 149, 199, 0.19);
    padding: 4vw;
    font-size: 3.8461538462dvw;
    margin-bottom: 7.6923076923dvw;
  }
}
.l-message__text {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.2;
  border: 1px solid #5095C7;
  padding: 20px;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-message__text {
    font-size: 1.3rem;
    text-align: center;
    width: fit-content;
  }
}
@media (max-width: 760px) {
  .l-message__text {
    font-size: 3.3333333333dvw;
    text-align: left;
    padding: 5vw;
  }
}
@media (min-width: 761px) {
  .l-message__items .p-item {
    display: flex;
    align-items: center;
    gap: 71px;
    margin-bottom: 118px;
  }
}
@media (max-width: 760px) {
  .l-message__items .p-item {
    padding-bottom: 5.1282051282dvw;
    margin-bottom: 12.8205128205dvw;
  }
}
@media (min-width: 761px) {
  .l-message__items .p-item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 761px) {
  .l-message__items .p-item:nth-of-type(even) .p-item__info {
    padding-top: 0;
    padding-bottom: 26px;
  }
}
@media (min-width: 761px) {
  .l-message__items .p-item:nth-of-type(even) .p-item__title {
    margin-bottom: 20px;
  }
}
@media (min-width: 761px) {
  .l-message__items .p-item__image {
    width: 618px;
  }
}
@media (max-width: 760px) {
  .l-message__items .p-item__image {
    margin-bottom: 10dvw;
  }
}
.l-message__items .p-item__info {
  text-align: left;
}
@media (min-width: 761px) {
  .l-message__items .p-item__info {
    width: calc(100% - 71px - 618px);
    padding-top: 10px;
  }
}
.l-message__items .p-item__title {
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 761px) {
  .l-message__items .p-item__title {
    line-height: 1.6129032258;
    font-size: 3.1rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 760px) {
  .l-message__items .p-item__title {
    line-height: 1.625;
    font-size: 6.1538461538dvw;
    margin-bottom: 4.6153846154dvw;
  }
}
.l-message__items .p-item__text {
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 761px) {
  .l-message__items .p-item__text {
    line-height: 2.2;
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .l-message__items .p-item__text {
    line-height: 2.2;
    font-size: 3.8461538462dvw;
  }
}
.l-message__executive {
  text-align: center;
}
.l-message__executive .l-message__container {
  border-bottom: none;
}
@media (min-width: 761px) {
  .l-message__executive .l-message__container {
    padding-bottom: 0;
    padding-top: 112px;
  }
}
@media (max-width: 760px) {
  .l-message__executive .l-message__container {
    padding-top: 12.8205128205dvw;
  }
}
.l-message__executive__title {
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-message__executive__title {
    width: 609px;
    padding-left: 4px;
    margin-bottom: 30px;
  }
}
@media (max-width: 760px) {
  .l-message__executive__title {
    margin: 0 3.8461538462dvw 7.6923076923dvw;
  }
}
.l-message__executive__text {
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 761px) {
  .l-message__executive__text {
    font-size: 1.5rem;
    line-height: 2.6;
  }
}
@media (max-width: 760px) {
  .l-message__executive__text {
    font-size: 3.8461538462dvw;
    line-height: 1.7333333333;
  }
}
.l-message__executive__text strong {
  border-bottom: 2px solid #5095C7;
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-message__executive__text strong {
    font-size: 1.8rem;
    line-height: 1.8888888889;
    padding: 0 3px 5px;
  }
}
@media (max-width: 760px) {
  .l-message__executive__text strong {
    font-size: 4.1025641026dvw;
    line-height: 2;
    padding: 0 0 1.0256410256dvw;
  }
}
@media (max-width: 760px) {
  .l-message__executive__text span.sp {
    display: block;
    height: 2.8205128205dvw;
  }
}
@media (max-width: 760px) {
  .l-message__executive__text.text01_01 {
    margin-bottom: 2.5641025641dvw;
  }
}
@media (min-width: 761px) {
  .l-message__executive__text.text01_03 {
    margin-top: 5px;
  }
}
@media (max-width: 760px) {
  .l-message__executive__text.text01_03 {
    margin-top: 3.3333333333dvw;
  }
}
@media (min-width: 761px) {
  .l-message__executive__text.text02_01 {
    margin-bottom: 5px;
  }
}
@media (max-width: 760px) {
  .l-message__executive__text.text02_01 {
    margin-bottom: 3.8461538462dvw;
  }
}
@media (min-width: 761px) {
  .l-message__executive__text.text02_01 strong {
    padding-right: 0;
  }
}
@media (max-width: 760px) {
  .l-message__executive__text.text02_01 strong {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 760px) {
  .l-message__executive__text.text02_01 span.sp {
    height: 2.5641025641dvw;
  }
}
@media (min-width: 761px) {
  .l-message__executive__text.text02_02 {
    margin-bottom: -6px;
  }
}
.l-message__executive__image {
  display: block;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-message__executive__image {
    width: 727.5px;
    margin-top: 33px;
    margin-bottom: 41px;
    transform: translateX(17px);
  }
}
@media (max-width: 760px) {
  .l-message__executive__image {
    width: 100dvw;
    margin: 5.641025641dvw -5dvw -12.5641025641dvw;
  }
}
.l-message__executive__btn {
  background: #242424;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  border-radius: 30px;
  line-height: 3.6875;
}
@media (min-width: 761px) {
  .l-message__executive__btn {
    font-size: 1.6rem;
    width: 325px;
    margin-top: 32px;
  }
}
@media (max-width: 760px) {
  .l-message__executive__btn {
    font-size: 4.1025641026dvw;
    width: 83.3333333333dvw;
    margin-top: 13.0769230769dvw;
  }
}
.l-message__executive__btn:after {
  content: "";
  background: #FFF url(../images/cmn/btn_arrow.svg) no-repeat center/contain;
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 761px) {
  .l-message__executive__btn:after {
    width: 17px;
    height: 17px;
    background-size: 9px auto;
    right: 24px;
  }
}
@media (max-width: 760px) {
  .l-message__executive__btn:after {
    width: 4.358974359dvw;
    height: 4.358974359dvw;
    background-size: 2.3076923077dvw auto;
    right: 6.1538461538dvw;
  }
}
@media (min-width: 761px) {
  .l-message__executive .c-button {
    margin-top: 76px;
    width: 612px;
    height: 113px;
    font-size: 6.3rem;
  }
}
@media (max-width: 760px) {
  .l-message__executive .c-button {
    margin-top: 13.8461538462dvw;
    width: 83.5897435897dvw;
    height: 22.8205128205dvw;
    font-size: 13.0769230769dvw;
  }
}
@media (min-width: 761px) {
  .l-message__executive .c-button a {
    line-height: 113px;
    padding-top: 2px;
    padding-left: 50px;
  }
}
@media (max-width: 760px) {
  .l-message__executive .c-button a {
    line-height: 22.8205128205dvw;
    padding-left: 13.3333333333dvw;
  }
}
.l-message__entry__image {
  display: block;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-message__entry__image {
    margin-top: 84px;
    width: 858px;
  }
}
@media (max-width: 760px) {
  .l-message__entry__image {
    margin: 20.2564102564dvw -0.7692307692dvw 0;
    width: 91.2820512821dvw;
  }
}
.l-message__entry__text {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
}
@media (min-width: 761px) {
  .l-message__entry__text {
    font-size: 2rem;
    margin-top: 30px;
    padding-left: 25px;
  }
}
@media (max-width: 760px) {
  .l-message__entry__text {
    font-size: 5.1282051282dvw;
    margin-top: 4.6153846154dvw;
    padding-left: 3.5897435897dvw;
  }
}

/*  成長環境 career
*----------------------------------- */
@media (min-width: 761px) {
  .page-career .l-main {
    padding-bottom: 137px;
  }
}
@media (max-width: 760px) {
  .page-career .l-main {
    padding-bottom: 25.641025641dvw;
  }
}
@media (min-width: 761px) {
  .page-career .list-page__header {
    margin-bottom: 66px;
  }
}
@media (max-width: 760px) {
  .page-career .list-page__header {
    margin-bottom: 12.3076923077dvw;
  }
}
@media (min-width: 761px) {
  .page-career .list-page__anc {
    margin-bottom: 82px;
  }
}
@media (max-width: 760px) {
  .page-career .list-page__anc {
    margin-bottom: 14.8717948718dvw;
    padding-bottom: 9.4871794872dvw;
  }
}
@media (min-width: 761px) {
  .page-career .list-page__anc .l-anc__list {
    padding-bottom: 45px;
  }
}
@media (max-width: 760px) {
  .page-career .list-page__anc .l-anc__list {
    padding: 0 1.7948717949dvw;
  }
}
@media (min-width: 761px) {
  .page-career .list-page__anc .l-anc__list li {
    padding-bottom: 29px;
  }
}
@media (max-width: 760px) {
  .page-career .list-page__anc .l-anc__list li {
    padding-bottom: 4.1025641026dvw;
    margin-bottom: 2.3076923077dvw;
  }
}
.page-career .list-page__anc .l-anc__list a {
  justify-content: flex-start;
}
@media (min-width: 761px) {
  .page-career .list-page__anc .l-anc__list a {
    min-height: 85px;
    gap: 23px;
  }
}
@media (max-width: 760px) {
  .page-career .list-page__anc .l-anc__list a {
    min-height: 17.6923076923dvw;
    gap: 5.1282051282dvw;
  }
}
@media (max-width: 760px) {
  .page-career .list-page__anc .l-anc__list a:after {
    border-left-width: 2.0512820513dvw;
    border-right-width: 2.0512820513dvw;
    border-top-width: 2.0512820513dvw;
  }
}
.page-career .list-page__anc .l-anc__list .en {
  color: #5095C7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  letter-spacing: 0;
  position: relative;
}
@media (min-width: 761px) {
  .page-career .list-page__anc .l-anc__list .en {
    line-height: 0.8269230769;
    width: 92px;
    font-size: 5.2rem;
    margin-top: 1px;
  }
}
@media (max-width: 760px) {
  .page-career .list-page__anc .l-anc__list .en {
    font-size: 10.7692307692dvw;
    width: 17.4358974359dvw;
    line-height: 0.7857142857;
    margin-top: 0.7692307692dvw;
  }
}
.page-career .list-page__anc .l-anc__list .en:after {
  content: "";
  background: #5095C7;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
}
@media (max-width: 760px) {
  .page-career .list-page__anc .l-anc__list .en:after {
    top: -0.7692307692dvw;
  }
}
@media (max-width: 760px) {
  .page-career .list-page__anc .l-anc__list .p-item__text {
    margin-bottom: 0.7692307692dvw;
  }
}
@media (max-width: 760px) {
  .page-career .l-intro_anc {
    padding-top: 3rem;
    margin-top: -3rem;
  }
}

@media (min-width: 761px) {
  .l-career {
    margin-top: -59px;
    padding-top: 59px;
    margin-bottom: 85px;
  }
}
@media (max-width: 760px) {
  .l-career {
    margin-top: 9.7435897436dvw;
    margin-bottom: 23.8461538462dvw;
  }
}
.l-career__container {
  position: relative;
}
@media (min-width: 761px) {
  .l-career__container {
    padding: 60px 35px 84px;
  }
}
@media (max-width: 760px) {
  .l-career__container {
    padding: 8.2051282051dvw 5.1282051282dvw 8.2051282051dvw;
  }
}
.l-career__container .l-item-intro__point {
  width: 355px;
  position: absolute;
  right: 34px;
  top: -59px;
}
@media (max-width: 760px) {
  .l-career__container .l-item-intro__point {
    width: 61vw;
    position: absolute;
    right: 0;
    top: -27vw;
  }
}
.l-career__lead {
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 761px) {
  .l-career__lead {
    font-size: 3rem;
    line-height: 1.3333333333;
    margin-bottom: 27px;
    text-align: center;
  }
}
@media (max-width: 760px) {
  .l-career__lead {
    font-size: 6.1538461538dvw;
    line-height: 1.5833333333;
    margin-bottom: 5.3846153846dvw;
    text-align: left;
  }
}
.l-career__text {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.1333333333;
  text-align: center;
}
@media (min-width: 761px) {
  .l-career__text {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 760px) {
  .l-career__text {
    font-size: 3.8461538462dvw;
    text-align: left;
  }
}
.l-career__image {
  display: block;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-career__intro {
    margin-bottom: 120px;
  }
}
@media (max-width: 760px) {
  .l-career__intro {
    margin: 0 -5.1282051282dvw 40vw;
  }
}
.l-career__intro .l-item-intro {
  position: relative;
  margin: 0 auto;
  flex-shrink: 0;
  z-index: 1;
}
@media (min-width: 761px) {
  .l-career__intro .l-item-intro {
    max-width: 1200px;
    width: 100%;
  }
}
.l-career__intro .l-item-intro__title {
  position: absolute;
}
.l-career__intro .l-item-intro__title__text {
  display: block;
}
.l-career__intro .l-item-intro__image {
  display: block;
}
.l-career__intro .l-item-intro__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 761px) {
  .l-career__intro .l-item-intro.item01 {
    margin-bottom: 53px;
  }
}
@media (max-width: 760px) {
  .l-career__intro .l-item-intro.item01 {
    padding-bottom: 4.6153846154dvw;
    margin-bottom: 2.3076923077dvw;
  }
}
@media (min-width: 761px) {
  .l-career__intro .l-item-intro.item01 .l-item-intro__title {
    right: 5.33%;
    left: auto;
    top: 18px;
    width: 375px;
  }
}
@media (max-width: 760px) {
  .l-career__intro .l-item-intro.item01 .l-item-intro__title {
    left: 26px;
    bottom: 0;
    width: 85.3846153846dvw;
  }
}
@media (min-width: 761px) {
  .l-career__intro .l-item-intro.item01 .l-item-intro__image {
    margin-left: 2.66%;
    width: 64.833%;
  }
}
@media (max-width: 760px) {
  .l-career__intro .l-item-intro.item01 .l-item-intro__image {
    margin-left: 32.5641025641dvw;
    width: 67.4358974359dvw;
  }
}
@media (min-width: 761px) {
  .l-career__intro .l-item-intro.item02 {
    padding-bottom: 58px;
    margin-bottom: 72px;
  }
}
@media (max-width: 760px) {
  .l-career__intro .l-item-intro.item02 {
    padding-bottom: 6.1538461538dvw;
    margin-bottom: 10.5128205128dvw;
  }
}
@media (min-width: 761px) {
  .l-career__intro .l-item-intro.item02 .l-item-intro__title {
    left: 21px;
    bottom: 0;
    width: 48.5%;
  }
}
@media (max-width: 760px) {
  .l-career__intro .l-item-intro.item02 .l-item-intro__title {
    width: 89.7435897436dvw;
    left: 3.8461538462dvw;
    bottom: 0;
  }
}
@media (min-width: 761px) {
  .l-career__intro .l-item-intro.item02 .l-item-intro__image {
    margin-right: 2.41%;
    margin-left: auto;
    width: 64.833%;
  }
}
@media (max-width: 760px) {
  .l-career__intro .l-item-intro.item02 .l-item-intro__image {
    margin-left: 0;
    width: 67.4358974359dvw;
  }
}
.l-career__intro .l-item-intro.item03 {
  text-align: center;
}
.l-career__intro .l-item-intro.item03 .l-item-intro__title {
  margin: 0 auto;
  position: static;
}
@media (min-width: 761px) {
  .l-career__intro .l-item-intro.item03 .l-item-intro__title {
    width: 772px;
    transform: translateX(10px);
  }
}
@media (max-width: 760px) {
  .l-career__intro .l-item-intro.item03 .l-item-intro__title {
    width: 69.8305128205dvw;
  }
}
@media (min-width: 761px) {
  .l-career#career02 {
    margin-bottom: 91px;
  }
}
@media (min-width: 761px) {
  .l-career#career02 .l-career__container {
    padding: 63px 86px 78px;
  }
}
@media (max-width: 760px) {
  .l-career#career02 .l-career__container {
    padding: 8.2051282051dvw 5.1282051282dvw 8.2051282051dvw;
  }
}
@media (min-width: 761px) {
  .l-career#career02 .p-cmn-header {
    margin-bottom: 38px;
  }
}
@media (min-width: 761px) {
  .l-career#career02 .p-cmn-header__num {
    margin-bottom: 14px;
  }
}
@media (min-width: 761px) {
  .l-career#career02 .l-career__text {
    line-height: 2;
  }
}
@media (min-width: 761px) {
  .l-career__items {
    display: flex;
    flex-wrap: wrap;
    gap: 49px;
    margin-top: 105px;
  }
}
@media (max-width: 760px) {
  .l-career__items {
    margin-top: 8.9743589744dvw;
  }
}
@media (min-width: 761px) {
  .l-career__items.items02 {
    margin-top: 66px;
  }
}
@media (max-width: 760px) {
  .l-career__items.items02 {
    margin-top: 11.5384615385dvw;
  }
}
.l-career__items .p-item {
  background: #FFF;
}
@media (min-width: 761px) {
  .l-career__items .p-item {
    width: calc((100% - 49px) / 2);
    padding: 34px 30px 39px;
  }
}
@media (max-width: 760px) {
  .l-career__items .p-item {
    padding: 7.1794871795dvw 5.1282051282dvw 10.2564102564dvw;
    margin-bottom: 11.5384615385dvw;
  }
}
.l-career__items .p-item.col-01 {
  width: 100%;
  padding: 0;
}
@media (max-width: 760px) {
  .l-career__items .p-item.col-01 {
    margin-bottom: 0;
  }
}
@media (min-width: 761px) {
  .l-career__items .p-item.col-01 .p-item__photo {
    margin-bottom: 43px;
  }
}
@media (min-width: 761px) {
  .l-career__items .p-item.col-01 .p-item__title {
    font-size: 3rem;
    margin-bottom: 28px;
  }
}
@media (min-width: 761px) {
  .l-career__items .p-item.col-01 .p-item__text {
    text-align: center;
    margin-bottom: 64.3px;
  }
}
@media (max-width: 760px) {
  .l-career__items .p-item.col-01 .p-item__text {
    margin-bottom: 8.72vw;
  }
}
@media (min-width: 761px) {
  .l-career__items .p-item__photo {
    width: 100%;
    margin-bottom: 26px;
  }
}
@media (max-width: 760px) {
  .l-career__items .p-item__photo {
    width: 78.9743589744dvw;
    margin-bottom: 5vw;
  }
}
.l-career__items .p-item__title {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: center;
  line-height: 2.5;
}
@media (min-width: 761px) {
  .l-career__items .p-item__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 760px) {
  .l-career__items .p-item__title {
    font-size: 5.8974358974dvw;
    margin-bottom: 2vw;
  }
}
.l-career__items .p-item__text {
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 761px) {
  .l-career__items .p-item__text {
    line-height: 2;
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .l-career__items .p-item__text {
    line-height: 2.1333333333;
    font-size: 3.8461538462dvw;
  }
}
.l-career__items .p-item__flowtitle {
  text-align: center;
  background-color: #E5F0F7;
  font-weight: 700;
  font-size: 17px;
  max-width: 849px;
  margin: 0 auto;
  line-height: 2.5;
}
@media (max-width: 760px) {
  .l-career__items .p-item__flowtitle {
    line-height: 1.4;
    padding: 9.2px;
  }
}
.l-career__items .p-item__next {
  width: 69px;
  margin: 15px auto 19px;
}
.l-career__items .p-item__flowtext {
  text-align: center;
  transform: rotate(90deg);
  font-size: 31px;
  font-weight: 700;
  margin-top: 5px;
}
.l-career__items .p-item__flowtext.pale_color {
  opacity: 0.5;
}
.l-career__items .p-item__flowtext02 {
  background: #FAF2D7;
  text-align: center;
  width: 849px;
  margin: 20px auto 78px;
  font-size: 16px;
  padding: 30px 40px;
}
@media (max-width: 760px) {
  .l-career__items .p-item__flowtext02 {
    width: 100%;
    padding: 5vw;
    margin: 6vw auto 11vw;
  }
}
.l-career__items .p-item__flow__movie {
  margin: 0px auto;
  width: 849px;
}
@media (max-width: 760px) {
  .l-career__items .p-item__flow__movie {
    width: 100%;
  }
}
.l-career__items .p-item__flow__movie video {
  width: 849px;
  margin: 0px auto;
}
@media (max-width: 760px) {
  .l-career__items .p-item__flow__movie video {
    width: 100%;
  }
}
.l-career__items .p-item__flow__movie_title {
  font-size: 30px;
  text-align: center;
  margin: 100px auto 50px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .l-career__items .p-item__flow__movie_title {
    font-size: 5.9vw;
    margin: 19vw auto 7vw;
  }
}
.l-career__items .p-item__flow {
  display: flex;
  flex-wrap: wrap;
  max-width: 1033px;
  margin: 20px auto 0;
  justify-content: center;
}
@media (min-width: 761px) {
  .l-career__items .p-item__flow {
    gap: 21px;
  }
}
@media (max-width: 760px) {
  .l-career__items .p-item__flow {
    gap: 3.3333333333dvw;
    margin-top: 6.4102564103dvw;
    margin-left: 0.7692307692dvw;
    width: 78.2051282051dvw;
  }
}
.l-career__items .p-item__flow.pale_color {
  opacity: 0.7;
}
.l-career__items .p-item__flow .p-item__item {
  background: #5095C7;
  text-align: center;
  color: #FFF;
}
@media (min-width: 761px) {
  .l-career__items .p-item__flow .p-item__item {
    border-radius: 22px;
    width: 160px;
    padding: 16px 10px 15px;
  }
}
@media (max-width: 760px) {
  .l-career__items .p-item__flow .p-item__item {
    border-radius: 3.5897435897dvw;
    width: 23.8461538462dvw;
    padding: 2.0512820513dvw 2.5641025641dvw;
    min-height: 15.8974358974dvw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
}
.l-career__items .p-item__flow .p-item__item .num {
  background: #FFF;
  color: #5095C7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-career__items .p-item__flow .p-item__item .num {
    width: 29px;
    height: 29px;
    font-size: 2.1rem;
  }
}
@media (max-width: 760px) {
  .l-career__items .p-item__flow .p-item__item .num {
    width: 4.6153846154dvw;
    height: 4.6153846154dvw;
    font-size: 3.0769230769dvw;
  }
}
.l-career__items .p-item__flow .p-item__item p {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (min-width: 761px) {
  .l-career__items .p-item__flow .p-item__item p {
    margin-top: 11px;
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .l-career__items .p-item__flow .p-item__item p {
    margin-top: 1.2820512821dvw;
    font-size: 2.6vw;
    width: 100%;
  }
}
@media (min-width: 761px) {
  .l-career__items .p-item__flow .p-item__item p.line-02 {
    margin-top: 5px;
  }
}
@media (max-width: 760px) {
  .l-career__items .p-item__flow .p-item__item p.line-02 {
    margin-top: 1.2820512821dvw;
  }
}
.l-career__items .p-item__flow .p-item__item + .p-item__item {
  position: relative;
}
.l-career__items .p-item__flow .p-item__item + .p-item__item::before {
  content: "";
  width: 0;
  height: 0;
  border-left-color: #83B6DB;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 761px) {
  .l-career__items .p-item__flow .p-item__item + .p-item__item::before {
    border-left-width: 8px;
    border-top-width: 8px;
    border-bottom-width: 8px;
    left: -14px;
  }
}
@media (max-width: 760px) {
  .l-career__items .p-item__flow .p-item__item + .p-item__item::before {
    border-left-width: 1.0256410256dvw;
    border-top-width: 1.2820512821dvw;
    border-bottom-width: 1.2820512821dvw;
    left: -2.0512820513dvw;
  }
}
.l-career__items .p-item__flow .p-item__item.next_icon::after {
  content: "";
  width: 0;
  height: 0;
  border-left-color: #83B6DB;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 761px) {
  .l-career__items .p-item__flow .p-item__item.next_icon::after {
    border-left-width: 8px;
    border-top-width: 8px;
    border-bottom-width: 8px;
    right: -15px;
  }
}
@media (max-width: 760px) {
  .l-career__items .p-item__flow .p-item__item.next_icon::after {
    border-left-width: 1.0256410256dvw;
    border-top-width: 1.2820512821dvw;
    border-bottom-width: 1.2820512821dvw;
    left: -2.0512820513dvw;
  }
}
.l-career__items .p-item_small {
  width: 900px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .l-career__items .p-item_small {
    width: 80%;
  }
}
.l-career__items .p-item_small .p-item__item {
  width: 140px;
}
@media (max-width: 760px) {
  .l-career__items .p-item_small .p-item__item {
    width: 80%;
  }
}
@media (min-width: 761px) {
  .l-career__step__items {
    margin-top: 53px;
  }
}
@media (max-width: 760px) {
  .l-career__step__items {
    margin-top: 12.8205128205dvw;
  }
}
@media (min-width: 761px) {
  .l-career__step__items .p-item {
    margin-bottom: 37px;
  }
}
@media (max-width: 760px) {
  .l-career__step__items .p-item {
    margin-bottom: 11.7948717949dvw;
    margin-left: -1.0256410256dvw;
  }
}
.l-career__step__items .p-item__btn {
  background: #5095C7;
  color: #FFF;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0;
  font-weight: 500;
  border: 1px solid #FFF;
  position: relative;
}
@media (min-width: 761px) {
  .l-career__step__items .p-item__btn {
    display: none;
  }
}
@media (max-width: 760px) {
  .l-career__step__items .p-item__btn {
    display: block;
    width: 60dvw;
    border-radius: 4.358974359dvw;
    font-size: 3.3333333333dvw;
    line-height: 2.4615384615;
    margin-top: 4.8717948718dvw;
    padding-left: 0.5128205128dvw;
    transform: translateX(0.5128205128dvw);
  }
}
.l-career__step__items .p-item__btn::after {
  content: "";
  width: 0;
  height: 0;
  border-left-color: #FFF;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 761px) {
  .l-career__step__items .p-item__btn::after {
    content: none;
  }
}
@media (max-width: 760px) {
  .l-career__step__items .p-item__btn::after {
    border-left-width: 1.2820512821dvw;
    border-top-width: 0.7692307692dvw;
    border-bottom-width: 0.7692307692dvw;
    right: 3.3333333333dvw;
  }
}
.l-career__step__items .p-item:last-of-type {
  margin-bottom: 0;
}
.l-career__bnr.bnr_executive {
  margin-bottom: 55.8px;
}
@media (max-width: 760px) {
  .l-career__bnr.bnr_executive {
    margin-bottom: 8vw;
  }
}

/*  経営者育成コース executive
*----------------------------------- */
@media (min-width: 761px) {
  .page-executive .l-main {
    padding-bottom: 173px;
  }
}
@media (max-width: 760px) {
  .page-executive .l-main {
    padding-bottom: 25.641025641dvw;
  }
}
.page-executive .bnr_message {
  width: 724px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .page-executive .bnr_message {
    width: 100%;
  }
}

@media (min-width: 761px) {
  .l-executive {
    margin-top: 50px;
    margin-bottom: 83px;
  }
}
@media (max-width: 760px) {
  .l-executive {
    margin-top: 9.7435897436dvw;
    margin-bottom: 14.358974359dvw;
  }
}
@media (min-width: 761px) {
  .l-executive__container {
    padding: 52px 56px 55px;
  }
}
@media (max-width: 760px) {
  .l-executive__container {
    padding: 8.2051282051dvw 5.1282051282dvw 13.3333333333dvw;
  }
}
.l-executive .l-executive__container {
  padding: 0;
}
.l-executive__lead {
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 761px) {
  .l-executive__lead {
    font-size: 3rem;
    line-height: 1.3333333333;
    margin-bottom: 27px;
    text-align: center;
  }
}
@media (max-width: 760px) {
  .l-executive__lead {
    font-size: 6.1538461538dvw;
    line-height: 1.5833333333;
    margin-bottom: 5.3846153846dvw;
    text-align: left;
  }
}
.l-executive__text {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
}
@media (min-width: 761px) {
  .l-executive__text {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 760px) {
  .l-executive__text {
    font-size: 3.3333333333dvw;
    text-align: left;
    margin-bottom: 11.5384615385dvw;
    padding-right: 0.5128205128dvw;
  }
}
.l-executive__image {
  display: block;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-executive .l-executive__image {
    margin-bottom: 71px;
  }
}
@media (max-width: 760px) {
  .l-executive .l-executive__image {
    margin: 0 0 11.7948717949dvw;
    width: 89.7435897436dvw;
  }
}
@media (min-width: 761px) {
  .l-executive__desired {
    margin-bottom: 111px;
  }
}
@media (max-width: 760px) {
  .l-executive__desired {
    margin-bottom: 30dvw;
  }
}
.l-executive__desired__block {
  background: #FCFCFC;
  border: 1px solid #808080;
  text-align: center;
}
@media (min-width: 761px) {
  .l-executive__desired__block {
    padding: 44px 10px 65px;
  }
}
@media (max-width: 760px) {
  .l-executive__desired__block {
    padding: 6.9230769231dvw 5.1282051282dvw 9.7435897436dvw;
  }
}
.l-executive__desired__title {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
@media (min-width: 761px) {
  .l-executive__desired__title {
    font-size: 2.1rem;
  }
}
@media (max-width: 760px) {
  .l-executive__desired__title {
    font-size: 4.1025641026dvw;
  }
}
.l-executive__desired__list {
  display: block;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-executive__desired__list {
    width: 630px;
    margin-top: 37px;
  }
}
@media (max-width: 760px) {
  .l-executive__desired__list {
    margin-top: 7.1794871795dvw;
    width: 64.6153846154dvw;
  }
}
@media (min-width: 761px) {
  .l-executive__point {
    margin-bottom: 134px;
  }
}
@media (max-width: 760px) {
  .l-executive__point {
    margin-bottom: 30dvw;
  }
}
.l-executive__point .l-executive__container {
  padding: 0;
}
@media (min-width: 761px) {
  .l-executive__point .l-executive__container {
    padding: 0 60px;
  }
}
.l-executive__point__title {
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: 1px solid #D1D1D1;
  text-align: center;
}
@media (min-width: 761px) {
  .l-executive__point__title {
    line-height: 1;
    font-size: 2.8rem;
    padding-bottom: 32px;
    margin-bottom: 85px;
  }
}
@media (max-width: 760px) {
  .l-executive__point__title {
    line-height: 1.0357142857;
    font-size: 7.1794871795dvw;
    padding-bottom: 4.358974359dvw;
    margin-bottom: 19.2307692308dvw;
  }
}
.l-executive__point__title span {
  color: #5095C7;
}
.l-executive__point__title span strong {
  vertical-align: baseline;
  display: inline-block;
}
@media (min-width: 761px) {
  .l-executive__point__title span strong {
    line-height: 1;
    font-size: 4rem;
    transform: translateY(3px);
    margin-right: -1px;
    margin-left: 2px;
  }
}
@media (max-width: 760px) {
  .l-executive__point__title span strong {
    font-size: 10.5128205128dvw;
    transform: translateY(0.7692307692dvw);
    margin-right: -0.2564102564dvw;
  }
}
@media (min-width: 761px) {
  .l-executive__items .p-item {
    display: flex;
    gap: 57px;
    margin-bottom: 92px;
  }
}
@media (max-width: 760px) {
  .l-executive__items .p-item {
    margin-bottom: 17.1794871795dvw;
  }
}
@media (min-width: 761px) {
  .l-executive__items .p-item:nth-of-type(even) {
    flex-direction: row-reverse;
    margin-bottom: 107px;
  }
}
@media (min-width: 761px) {
  .l-executive__items .p-item__image {
    width: 441px;
  }
}
@media (max-width: 760px) {
  .l-executive__items .p-item__image {
    margin-bottom: 10dvw;
  }
}
.l-executive__items .p-item__info {
  text-align: left;
}
@media (min-width: 761px) {
  .l-executive__items .p-item__info {
    width: calc(100% - 57px - 441px);
    padding-top: 10px;
  }
}
@media (max-width: 760px) {
  .l-executive__items .p-item__info {
    margin-bottom: 6.9230769231dvw;
  }
}
.l-executive__items .p-item__en {
  font-weight: 400;
  letter-spacing: 0;
  color: #5095C7;
  line-height: 1;
}
@media (min-width: 761px) {
  .l-executive__items .p-item__en {
    font-size: 3rem;
    margin-bottom: 11px;
  }
}
@media (max-width: 760px) {
  .l-executive__items .p-item__en {
    font-size: 7.6923076923dvw;
    margin-bottom: 2.5641025641dvw;
  }
}
.l-executive__items .p-item__title {
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: 1px solid #5095C7;
}
@media (min-width: 761px) {
  .l-executive__items .p-item__title {
    line-height: 1.6129032258;
    font-size: 3.1rem;
    padding-bottom: 14px;
    margin-bottom: 23px;
  }
}
@media (max-width: 760px) {
  .l-executive__items .p-item__title {
    line-height: 1.4615384615;
    font-size: 6.6666666667dvw;
    padding-bottom: 3.5897435897dvw;
    margin-bottom: 4.358974359dvw;
  }
}
.l-executive__items .p-item__text {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.2;
}
@media (min-width: 761px) {
  .l-executive__items .p-item__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .l-executive__items .p-item__text {
    font-size: 3.8461538462dvw;
    padding-left: 0.5128205128dvw;
  }
}
@media (min-width: 761px) {
  .l-executive__step {
    margin-bottom: 73px;
  }
}
@media (max-width: 760px) {
  .l-executive__step {
    margin: 0 -5.1282051282dvw 25.641025641dvw;
  }
}
.l-executive__step .l-executive__container {
  padding: 0;
}
@media (min-width: 761px) {
  .l-executive__step .l-executive__container {
    padding: 56px 147px 73px;
  }
}
@media (max-width: 760px) {
  .l-executive__step .l-executive__container {
    padding: 10.2564102564dvw 8.9743589744dvw 12.0512820513dvw;
  }
}
.l-executive__step .list-page__header {
  padding: 0;
}
@media (min-width: 761px) {
  .l-executive__step .list-page__header {
    margin-bottom: 38px;
  }
}
@media (max-width: 760px) {
  .l-executive__step .list-page__header {
    margin-bottom: 15.1282051282dvw;
  }
}
@media (min-width: 761px) {
  .l-executive__step .list-page__header__subtitle {
    font-size: 7.2rem;
  }
}
@media (max-width: 760px) {
  .l-executive__step .list-page__header__subtitle {
    font-size: 14.358974359dvw;
  }
}
@media (min-width: 761px) {
  .l-executive__step .list-page__header__title {
    margin-top: 11px;
  }
}
@media (max-width: 760px) {
  .l-executive__step .list-page__header__title {
    margin-top: 2.5641025641dvw;
    line-height: 1.2;
  }
}
@media (max-width: 760px) {
  .l-executive__step .l-executive__image {
    margin-left: 1.2820512821dvw;
  }
}
@media (max-width: 760px) {
  .l-executive__list {
    margin: 0 -5.1282051282dvw;
  }
}
@media (min-width: 761px) {
  .l-executive__list .l-executive__container {
    padding: 78px 15px 55px;
  }
}
@media (min-width: 761px) {
  .l-executive__list .p-cmn-header {
    margin-bottom: 37px;
  }
}
@media (min-width: 761px) {
  .l-executive__list .p-cmn-header__title {
    font-size: 2.4rem !important;
  }
}
.l-executive__list .l-table {
  border-top: 1px solid #BEBEBE;
}
@media (min-width: 761px) {
  .l-executive__list .l-table dt, .l-executive__list .l-table dd {
    font-size: 1.6rem;
  }
}
@media (max-width: 760px) {
  .l-executive__list .l-table dt, .l-executive__list .l-table dd {
    font-size: 3.8461538462dvw;
    padding-left: 3.8461538462dvw;
    padding-right: 2.5641025641dvw;
  }
}
.l-executive__list .l-table dt {
  background: #F2F2F2;
}
@media (min-width: 761px) {
  .l-executive__list .l-table dt {
    width: 215px;
    padding: 19px 15px 19px 21px;
  }
}
@media (min-width: 761px) {
  .l-executive__list .l-table dd {
    width: calc(100% - 215px);
    padding: 19px 15px 19px 31px;
  }
}
.l-executive__btn {
  background: #5095C7;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0;
  display: block;
  position: relative;
  border-radius: 30px;
  line-height: 3.6875;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-executive__btn {
    font-size: 1.6rem;
    width: 435px;
    padding-left: 4px;
    margin-top: 50px;
  }
}
@media (max-width: 760px) {
  .l-executive__btn {
    font-size: 4.1025641026dvw;
    width: 83.3333333333dvw;
    margin-top: 13.0769230769dvw;
  }
}
.l-executive__btn:after {
  content: "";
  background: #FFF url(../images/cmn/btn_arrow.svg) no-repeat center/contain;
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 761px) {
  .l-executive__btn:after {
    width: 17px;
    height: 17px;
    background-size: 9px auto;
    right: 25px;
  }
}
@media (max-width: 760px) {
  .l-executive__btn:after {
    width: 4.358974359dvw;
    height: 4.358974359dvw;
    background-size: 2.3076923077dvw auto;
    right: 6.1538461538dvw;
  }
}

/*  職種紹介 introduction
*----------------------------------- */
@media (min-width: 761px) {
  .l-introduction__job {
    padding-top: 58px;
    margin-top: -58px;
  }
}
@media (max-width: 760px) {
  .l-introduction__job {
    padding-top: 13.8461538462dvw;
    margin-top: -13.8461538462dvw;
  }
}
@media (min-width: 761px) {
  .l-introduction__job + .l-introduction__job {
    margin-top: 74px;
  }
}
@media (max-width: 760px) {
  .l-introduction__job + .l-introduction__job {
    margin-top: 0.2564102564dvw;
  }
}
.l-introduction__main {
  padding-bottom: 0;
}
.l-introduction__text {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  color: #000;
}
@media (min-width: 761px) {
  .l-introduction__text {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 760px) {
  .l-introduction__text {
    font-size: 3.8461538462dvw;
    padding: 0dvw 1.7948717949dvw;
    text-align: left;
  }
}
.l-introduction__image {
  display: block;
  border: 1px solid #D5D5D5;
}
@media (min-width: 761px) {
  .l-introduction__image {
    margin-top: 46px;
  }
}
@media (max-width: 760px) {
  .l-introduction__image {
    margin-top: 7.6923076923dvw;
  }
}
.l-introduction__icon {
  width: 72px;
  margin: 0 auto 21px;
}
@media (max-width: 760px) {
  .l-introduction__icon {
    width: 15vw;
    margin: 0 auto 5vw;
  }
}
.l-introduction__intro {
  background: #FFF;
}
@media (min-width: 761px) {
  .l-introduction__intro {
    margin-top: 55px;
    margin-bottom: 70px;
  }
}
@media (max-width: 760px) {
  .l-introduction__intro {
    margin-top: 11.7948717949dvw;
    margin-bottom: 9.2307692308dvw;
  }
}
@media (min-width: 761px) {
  .l-introduction__intro .l-introduction__container {
    padding: 49px 31px 42px;
  }
}
@media (max-width: 760px) {
  .l-introduction__intro .l-introduction__container {
    padding: 10.5128205128dvw 3.5897435897dvw 4.8717948718dvw;
  }
}
.l-introduction__section {
  background: #E7EEF4;
  z-index: 1;
  position: relative;
}
@media (min-width: 761px) {
  .l-introduction__section {
    margin-bottom: 63px;
  }
}
@media (max-width: 760px) {
  .l-introduction__section {
    margin-bottom: 10.2564102564dvw;
  }
}
.l-introduction__section__wrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 761px) {
  .l-introduction__section__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 29px 23px;
    margin-bottom: 21px;
  }
}
@media (max-width: 760px) {
  .l-introduction__section__wrap {
    margin-bottom: 10.2564102564dvw;
  }
}
@media (min-width: 761px) {
  .l-introduction__section__wrap .l-introduction__section {
    width: calc((100% - 23px) / 2);
    margin: 0;
  }
}
@media (max-width: 760px) {
  .l-introduction__section__wrap .l-introduction__section {
    padding-bottom: 2.5641025641dvw;
  }
}
@media (min-width: 761px) {
  .l-introduction__section__wrap .l-introduction__section .p-cmn-header {
    padding-right: 5px;
    margin-bottom: 35px;
  }
}
@media (min-width: 761px) {
  .l-introduction__section__wrap .l-introduction__section .l-introduction__container {
    padding: 57px 60px 49px;
  }
}
@media (min-width: 761px) {
  .l-introduction__section__wrap .l-introduction__section .l-introduction__sec__text {
    padding: 29px 38px 26px;
  }
}
.l-introduction__section__wrap .l-introduction__section .l-location__title {
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 761px) {
  .l-introduction__section__wrap .l-introduction__section .l-location__title {
    font-size: 2rem;
    padding-right: 5px;
    margin-top: 32px;
    margin-bottom: 14px;
  }
}
@media (max-width: 760px) {
  .l-introduction__section__wrap .l-introduction__section .l-location__title {
    font-size: 5.1282051282dvw;
    margin: 6.4102564103dvw 0 5.1282051282dvw;
  }
}
@media (min-width: 761px) {
  .l-introduction__section .l-introduction__container {
    padding: 57px 68px 56px;
  }
}
@media (max-width: 760px) {
  .l-introduction__section .l-introduction__container {
    padding: 9.4871794872dvw 4.6153846154dvw 7.4358974359dvw;
  }
}
@media (min-width: 761px) {
  .l-introduction__section .p-cmn-header {
    margin-bottom: 42px;
  }
}
@media (max-width: 760px) {
  .l-introduction__section .p-cmn-header {
    margin-bottom: 6.1538461538dvw;
  }
}
@media (max-width: 760px) {
  .l-introduction__section .p-cmn-header__title {
    padding-bottom: 4.358974359dvw !important;
  }
}
.l-introduction__subimg {
  width: 871px;
  margin: 7px auto 74px;
}
@media (max-width: 760px) {
  .l-introduction__subimg {
    width: 100%;
    margin: 1vw auto 11vw;
  }
}
.l-introduction__sec__text {
  background: #FFF;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  text-align: left;
  color: #000;
}
@media (min-width: 761px) {
  .l-introduction__sec__text {
    padding: 29px 44px 30px;
    font-size: 1.5rem;
    margin-bottom: 7px;
  }
}
@media (max-width: 760px) {
  .l-introduction__sec__text {
    font-size: 3.8461538462dvw;
    padding: 4.6153846154dvw 6.9230769231dvw 6.1538461538dvw;
    margin: 7.4358974359dvw 0 0;
  }
}
.l-introduction__sec__text span {
  font-weight: 700;
}
.l-introduction__sec__text.skill {
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-introduction__sec__text.skill {
    text-align: center;
  }
}
.l-introduction__location {
  background: #FFF;
  border: 1px solid #767676;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 761px) {
  .l-introduction__location {
    margin-top: 83px;
  }
}
@media (max-width: 760px) {
  .l-introduction__location {
    margin-top: 17.1794871795dvw;
  }
}
.l-introduction__location .l-introduction__container {
  display: block;
}
@media (min-width: 761px) {
  .l-introduction__location .l-introduction__container {
    padding: 44px 40px 62px;
  }
}
@media (max-width: 760px) {
  .l-introduction__location .l-introduction__container {
    padding: 10.7692307692dvw 6.1538461538dvw 11.7948717949dvw;
  }
}
@media (min-width: 761px) {
  .l-introduction__location .p-cmn-header {
    margin-bottom: 29px;
  }
}
@media (max-width: 760px) {
  .l-introduction__location .p-cmn-header {
    margin-bottom: 5.8974358974dvw;
  }
}
@media (max-width: 760px) {
  .l-introduction__location .p-cmn-header .p-cmn-header__title {
    padding-bottom: 4.358974359dvw;
  }
}

@media (min-width: 761px) {
  .l-overview__list {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 23px;
  }
}
.l-overview__list li {
  background: #FFF;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 761px) {
  .l-overview__list li {
    width: calc((100% - 23px) / 2);
    gap: 13px;
    padding: 23px 24px 23px;
    font-size: 1.8rem;
  }
}
@media (max-width: 760px) {
  .l-overview__list li {
    font-size: 3.8461538462dvw;
    line-height: 1.4666666667;
    gap: 3.8461538462dvw;
    padding: 3.8461538462dvw 6.1538461538dvw 4.1025641026dvw 4.1025641026dvw;
    margin-bottom: 3.0769230769dvw;
  }
}
.l-overview__list li:last-child {
  margin-bottom: 0;
}
.l-overview__list li:before {
  content: "";
  display: block;
  background: url(../images/cmn/ico_overview.svg) no-repeat center/contain;
}
@media (min-width: 761px) {
  .l-overview__list li:before {
    min-width: 31px;
    width: 31px;
    height: 27px;
  }
}
@media (max-width: 760px) {
  .l-overview__list li:before {
    min-width: 5.3846153846dvw;
    width: 5.3846153846dvw;
    height: 4.6153846154dvw;
  }
}

.l-location__list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 761px) {
  .l-location__list {
    justify-content: center;
    gap: 10px;
  }
}
@media (max-width: 760px) {
  .l-location__list {
    gap: 2.8205128205dvw 2.5641025641dvw;
    justify-content: flex-start;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (max-width: 760px) {
  .page-introduction05 .l-location__list {
    justify-content: center;
  }
}
.l-location__list li {
  background: #5095C7;
  color: #FFF;
  border-radius: 4px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.7222222222;
  text-align: center;
  padding: 0 0.5em;
}
@media (min-width: 761px) {
  .l-location__list li {
    font-size: 1.8rem;
    min-width: 114px;
  }
}
@media (max-width: 760px) {
  .l-location__list li {
    font-size: 4.6153846154dvw;
    min-width: 29.2307692308dvw;
  }
}

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