@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: 700;
  letter-spacing: 0;
  line-height: 1;
}

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

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

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

中面 common (TOP以外)

------------------------------------ */
/*  anchor_link
*----------------------------------- */
.p-anchor_link {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 760px) {
  .p-anchor_link {
    padding-top: 20%;
    margin-top: -20%;
  }
}

/*  pan
*----------------------------------- */
.pan {
  padding: 20px 40px;
}
@media print, screen and (max-width: 760px) {
  .pan {
    display: none;
  }
}
.pan li {
  display: inline;
  font-size: 12px;
  list-style: none;
}
.pan li:after {
  content: "|";
  margin: 0 5px;
}
.pan li:last-child:after {
  content: none;
}

/*  list-page__main
*----------------------------------- */
.list-page__main {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 761px) {
  .list-page__main {
    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 #1E1E1E;
  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 #00A1E9;
}
.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: #0E4F90;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__title {
    font-size: 16vw;
  }
}
.l-cmn-member .l-member__header__subtitle {
  font-size: 17px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__subtitle {
    font-size: 4vw;
    margin-top: -2%;
  }
}
.l-cmn-member .l-member__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  margin: 0 auto 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list {
    width: 100%;
    margin: 0 auto 10%;
    padding-bottom: 12%;
  }
}
.l-cmn-member .l-member__list .p-item {
  width: 380px;
  margin-right: 30px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item {
    width: 100%;
    margin-right: 0;
  }
}
.l-cmn-member .l-member__list .p-item:nth-child(3n) {
  margin-right: 0;
}
.l-cmn-member .l-member__list .p-item__photo {
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.l-cmn-member .l-member__list .p-item__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-cmn-member .l-member__list .p-item__inner {
  margin-top: 15px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__inner {
    margin-top: 3%;
  }
}
.l-cmn-member .l-member__list .p-item__post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  max-height: 60px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-title {
    font-size: 4.2vw;
    margin-bottom: 4%;
    max-height: 13vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
  max-height: 40px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-name {
    font-size: 3.8vw;
    margin-bottom: 2%;
    max-height: 8vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-company {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  max-height: 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-company {
    font-size: 3vw;
    line-height: 1.4;
    max-height: 9vw;
  }
}

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

中面個別 (TOP以外)

------------------------------------ */
/*  〇〇ページ
*----------------------------------- */
/*  3分で分かる feature
*----------------------------------- */
.page-feature .l-feature .p-item {
  position: relative;
  padding-bottom: 67px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item {
    padding-bottom: 12.0512820513vw;
  }
}
.page-feature .l-feature .p-item::before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 17px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  opacity: 0.5;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item::before {
    bottom: 3.5897435897vw;
    width: 9.7435897436vw;
    height: 3.3333333333vw;
  }
}
.page-feature .l-feature .p-item:last-child {
  padding-bottom: 0;
}
.page-feature .l-feature .p-item:last-child::before {
  content: none;
}
.page-feature .l-feature .p-item__photo {
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__photo {
    margin-bottom: 10vw;
  }
}

/*  数字で見る
*----------------------------------- */
.page-number {
  /* 上からフェードイン */
  /* 下からフェードイン */
  /* 左からフェードイン */
  /* 右からフェードイン */
}
.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;
  background: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number {
    width: 100%;
  }
}
.page-number .l-number ul {
  display: flex;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul {
    display: block;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number .p-item03 {
    margin-top: -1.0256410256vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-number .l-number .p-item04 {
    margin-top: -24px;
  }
}

/*  募集要項
*----------------------------------- */
.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: #F7F7F8;
  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-main .list-page__main {
  max-width: 1200px;
  width: 90%;
  background: #fff;
}
@media print, screen and (min-width: 761px) {
  .page-404 .l-main .list-page__main {
    padding: 60px 80px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-404 .l-main .list-page__main .l-404__container {
    background: #fff;
    padding: 24px;
  }
}

.page-404 .l-404 {
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 {
    padding: 20% 5% 0;
    background: #fff;
    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;
}
.page-404 .l-404 .p-item .c-button {
  min-width: 369px;
  height: 65px;
  line-height: 65px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item .c-button {
    min-width: 90%;
  }
}
.page-404 .l-404 .p-item .c-button a {
  line-height: 65px;
}
.page-404 .l-404 .p-item .c-button a:hover {
  opacity: 1;
}
.page-404 .l-404 .p-item .c-button.dark {
  color: #fff;
  background: #00A1E9;
  font-size: 17px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item .c-button.dark {
    line-height: 57px;
    height: 57px;
    font-size: 17px;
  }
}
.page-404 .l-404 .p-item .c-button span {
  position: relative;
  padding-right: 16px;
  letter-spacing: 1px;
}
.page-404 .l-404 .p-item .c-button span::after {
  transition: 0.3s;
  content: "";
  position: absolute;
  background: url(../../../images/cmn/icon_link_04.svg) no-repeat center;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: block;
  right: -20px;
  top: -3px;
  background-size: cover;
  border-radius: 50%;
  transform: none;
  border-style: none;
}
.page-404 .l-404 .p-item .c-button :hover span::after {
  right: -26px;
}
.page-404 .l-404 .p-item .c-button.prev span {
  padding-left: 16px;
  padding-right: 0;
}
.page-404 .l-404 .p-item .c-button.dark span::after {
  width: 25px;
  height: 25px;
  background: url(../../../images/cmn/icon_link_04.svg) no-repeat center;
}
.page-404 .l-404 .p-item .c-button.prev span::after {
  background: url(../../../images/cmn/icon_link_04.svg) no-repeat center;
  left: -20px;
  right: auto;
  transition: 0.3s;
  transform: scaleX(-1);
  z-index: -1;
}
.page-404 .l-404 .p-item .c-button.prev:hover span::after {
  left: -26px;
}

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

中面個別 (TOP以外)

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

中面共通パーツ

------------------------------------ */
@media (min-width: 761px) {
  .page-cmn {
    padding-top: 59px;
  }
}
@media (max-width: 760px) {
  .page-cmn {
    padding-top: 13.3333333333vw;
  }
}
.page-cmn .l-main {
  color: #1E1E1E;
  position: relative;
  z-index: 2;
}
@media (min-width: 761px) {
  .page-cmn .list-page__header {
    padding-top: 57px;
    margin-bottom: 56px;
  }
}
@media (max-width: 760px) {
  .page-cmn .list-page__header {
    padding-top: 8.4615384615vw;
    margin-bottom: 10.5128205128vw;
  }
}
.page-cmn .list-page__header__title {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #FFF;
}
@media (min-width: 761px) {
  .page-cmn .list-page__header__title {
    font-size: 1.6rem;
    margin-top: 9px;
  }
}
@media (max-width: 760px) {
  .page-cmn .list-page__header__title {
    font-size: 4.1025641026vw;
    margin-top: 2.5641025641vw;
  }
}
.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: #FFF;
}
@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: 15.641025641vw;
  }
}

@media (min-width: 761px) {
  .p-cmn-header.type-border {
    margin-bottom: 43px;
  }
}
@media (max-width: 760px) {
  .p-cmn-header.type-border {
    margin-bottom: 5.8974358974vw;
  }
}
.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.2rem;
    padding-bottom: 18px;
  }
}
@media (max-width: 760px) {
  .p-cmn-header.type-border .p-cmn-header__title {
    font-size: 5.1282051282vw;
    padding-bottom: 5.1282051282vw;
  }
}
.p-cmn-header.type-border .p-cmn-header__title:after {
  content: "";
  background: #00A1E9;
  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.7179487179vw;
  }
}

.p-photo-list {
  display: flex;
}
@media (min-width: 761px) {
  .p-photo-list {
    gap: 18px;
  }
}
@media (max-width: 760px) {
  .p-photo-list {
    flex-wrap: wrap;
    gap: 1.5384615385vw;
  }
}
@media (min-width: 761px) {
  .p-photo-list li {
    flex: 1;
  }
}
@media (max-width: 760px) {
  .p-photo-list li {
    width: calc((100% - 1.5384615385vw) / 2);
  }
}
@media (max-width: 760px) {
  .p-photo-list li.p-photo-main {
    width: 100% !important;
    order: 1 !important;
  }
}
@media (max-width: 760px) {
  .p-photo-list li:nth-of-type(1) {
    order: 2;
  }
}
@media (max-width: 760px) {
  .p-photo-list li:nth-of-type(2) {
    order: 3;
  }
}
@media (max-width: 760px) {
  .p-photo-list li:nth-of-type(3) {
    order: 4;
  }
}
.p-photo-list.wrap {
  flex-wrap: wrap;
}
@media (min-width: 761px) {
  .p-photo-list.wrap {
    gap: 14px;
  }
}
@media (max-width: 760px) {
  .p-photo-list.wrap {
    gap: 1.2820512821vw;
  }
}
@media (min-width: 761px) {
  .p-photo-list.wrap li {
    width: calc((100% - 14px) / 2);
    flex: auto;
  }
}
@media (max-width: 760px) {
  .p-photo-list.wrap li {
    order: inherit !important;
    width: 100%;
  }
}

.p-accordion-list {
  max-width: 952px;
  margin: 0 auto;
}
.p-accordion-list li {
  background: #F4F4F4;
}
@media (min-width: 761px) {
  .p-accordion-list li {
    padding: 32px 52px;
    margin-bottom: 17px;
  }
}
@media (max-width: 760px) {
  .p-accordion-list li {
    position: relative;
    padding: 7.1794871795vw 4.358974359vw 7.9487179487vw;
    margin-bottom: 3.5897435897vw;
  }
}
@media (max-width: 760px) {
  .p-accordion-list li:after {
    content: "＋";
    position: absolute;
    top: 13.0769230769vw;
    right: 3.5897435897vw;
    font-size: 5.3846153846vw;
    line-height: 1;
    font-weight: 500;
    transition: all 0.3s;
  }
}
@media (max-width: 760px) {
  .p-accordion-list li.is-open:after {
    content: "−";
    transform: rotate(180deg);
  }
}
.p-accordion-list .p-accordion__en {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 761px) {
  .p-accordion-list .p-accordion__en {
    font-size: 4.2rem;
  }
}
@media (max-width: 760px) {
  .p-accordion-list .p-accordion__en {
    font-size: 9.7435897436vw;
  }
}
.p-accordion-list .p-accordion__title {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  color: #00A1E9;
}
@media (min-width: 761px) {
  .p-accordion-list .p-accordion__title {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
@media (max-width: 760px) {
  .p-accordion-list .p-accordion__title {
    font-size: 3.8461538462vw;
    margin-top: 1.0256410256vw;
  }
}
.p-accordion-list .p-accordion__text {
  text-align: left;
  line-height: 1.8666666667;
  font-weight: 400;
}
@media (min-width: 761px) {
  .p-accordion-list .p-accordion__text {
    font-size: 1.5rem;
    margin-top: 12px;
  }
}
@media (max-width: 760px) {
  .p-accordion-list .p-accordion__text {
    display: none;
    padding-top: 5.1282051282vw;
    padding-bottom: 1.5384615385vw;
  }
}

/*  会社概要 profile
*----------------------------------- */
@media (min-width: 761px) {
  .page-company .l-main {
    padding-bottom: 181px;
  }
}
@media (max-width: 760px) {
  .page-company .l-main {
    padding-bottom: 30.5128205128vw;
  }
}

@media (min-width: 761px) {
  .l-company {
    margin-bottom: 89px;
  }
}
@media (max-width: 760px) {
  .l-company {
    margin-bottom: 12.8205128205vw;
  }
}
.l-company__container {
  background: #FFF;
}
@media (min-width: 761px) {
  .l-company__container {
    padding: 58px 60px;
  }
}
@media (max-width: 760px) {
  .l-company__container {
    padding: 9.4871794872vw 5.3846153846vw 12.8205128205vw;
  }
}
@media (min-width: 761px) {
  .l-company .l-company__container {
    padding-bottom: 80px;
  }
}
@media (min-width: 761px) {
  .l-company__access {
    margin-bottom: 96px;
  }
}
@media (max-width: 760px) {
  .l-company__access {
    margin-bottom: 12.8205128205vw;
  }
}
@media (min-width: 761px) {
  .l-company__access .l-company__container {
    padding-bottom: 62px;
  }
}
.l-company__access p {
  font-weight: 400;
}
@media (min-width: 761px) {
  .l-company__access p {
    text-align: center;
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .l-company__access p {
    text-align: center;
    font-size: 3.8461538462vw;
  }
}
.l-company__map {
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-company__map {
    max-width: 952px;
    margin-bottom: 24px;
  }
}
@media (max-width: 760px) {
  .l-company__map {
    margin-bottom: 5.1282051282vw;
  }
}
.l-company__map iframe {
  width: 100%;
}
@media (min-width: 761px) {
  .l-company__map iframe {
    height: 500px;
  }
}
@media (max-width: 760px) {
  .l-company__map iframe {
    height: 51.2820512821vw;
  }
}
@media (min-width: 761px) {
  .l-company__business .l-company__container {
    padding: 67px 91px 93px 100px;
  }
}

.l-business__flow {
  text-align: center;
}
@media (min-width: 761px) {
  .l-business__flow {
    display: flex;
    gap: 43px;
    margin-top: 54px;
  }
}
@media (max-width: 760px) {
  .l-business__flow {
    margin-top: 7.1794871795vw;
  }
}
.l-business__flow__item {
  background: #EFF9FC;
  border: 1px solid #676767;
}
@media (min-width: 761px) {
  .l-business__flow__item {
    flex: 1;
    padding: 19px 0 23px;
  }
}
@media (max-width: 760px) {
  .l-business__flow__item {
    padding: 5.1282051282vw 0 5.8974358974vw;
    margin-bottom: 11.2820512821vw;
  }
}
.l-business__flow__item + .l-business__flow__item {
  position: relative;
}
.l-business__flow__item + .l-business__flow__item:before {
  content: "";
  display: block;
  background: url(../company/images/flow_arrow.svg) no-repeat center/contain;
  position: absolute;
  margin: auto;
}
@media (min-width: 761px) {
  .l-business__flow__item + .l-business__flow__item:before {
    width: 27px;
    height: 41px;
    left: -36px;
    top: 2px;
    bottom: 0;
  }
}
@media (max-width: 760px) {
  .l-business__flow__item + .l-business__flow__item:before {
    width: 6.9230769231vw;
    height: 10.5128205128vw;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    top: -11.2820512821vw;
  }
}
.l-business__flow__head {
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 761px) {
  .l-business__flow__head {
    font-size: 5.2rem;
  }
}
@media (max-width: 760px) {
  .l-business__flow__head {
    font-size: 13.3333333333vw;
  }
}
.l-business__flow__ene {
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 761px) {
  .l-business__flow__ene {
    font-size: 1.7rem;
    margin-top: 6px;
  }
}
@media (max-width: 760px) {
  .l-business__flow__ene {
    font-size: 4.358974359vw;
    margin-top: 1.5384615385vw;
  }
}
.l-business__flow__text {
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 761px) {
  .l-business__flow__text {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}
@media (max-width: 760px) {
  .l-business__flow__text {
    font-size: 3.8461538462vw;
    margin-top: 3.8461538462vw;
  }
}
.l-business__lead {
  text-align: center;
  line-height: 1.8823529412;
  font-weight: 500;
}
@media (min-width: 761px) {
  .l-business__lead {
    font-size: 1.7rem;
    margin-top: 21px;
  }
}
@media (max-width: 760px) {
  .l-business__lead {
    font-size: 3.8461538462vw;
    line-height: 1.8666666667;
    margin-top: -6.1538461538vw;
    text-align: left;
  }
}
@media (min-width: 761px) {
  .l-business__list {
    display: flex;
    flex-wrap: wrap;
    gap: 26px 23px;
    margin-top: 83px;
    margin-bottom: 71px;
  }
}
@media (max-width: 760px) {
  .l-business__list {
    margin-top: 10vw;
  }
}
.l-business__list__item {
  border: 1px solid #676767;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 761px) {
  .l-business__list__item {
    width: calc((100% - 23px) / 2);
    display: flex;
    gap: 28px;
    padding: 26px 24px;
  }
}
@media (max-width: 760px) {
  .l-business__list__item {
    margin-bottom: 10vw;
    padding: 5.1282051282vw 5.8974358974vw 7.1794871795vw 6.4102564103vw;
  }
}
.l-business__list__item figure {
  display: block;
}
@media (min-width: 761px) {
  .l-business__list__item figure {
    width: 87px;
  }
}
@media (max-width: 760px) {
  .l-business__list__item figure {
    width: 22.3076923077vw;
    margin: 0 auto 5.8974358974vw;
  }
}
.l-business__list__num {
  position: absolute;
  font-weight: 400;
  color: #F5F5F5;
  line-height: 1;
  z-index: -1;
}
@media (min-width: 761px) {
  .l-business__list__num {
    font-size: 19.1rem;
    top: -26px;
    right: 7px;
  }
}
@media (max-width: 760px) {
  .l-business__list__num {
    font-size: 36.1538461538vw;
    top: 0;
    bottom: 0;
    right: 3.5897435897vw;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 761px) {
  .l-business__list__info {
    width: 324px;
  }
}
.l-business__list__title {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 761px) {
  .l-business__list__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 760px) {
  .l-business__list__title {
    font-size: 4.6153846154vw;
  }
}
.l-business__list__text {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8666666667;
  text-align: left;
}
@media (min-width: 761px) {
  .l-business__list__text {
    font-size: 1.5rem;
    margin-top: 8px;
  }
}
@media (max-width: 760px) {
  .l-business__list__text {
    font-size: 3.8461538462vw;
    margin-top: 1.7948717949vw;
  }
}
.l-business__title {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3333333333;
  text-align: center;
}
@media (min-width: 761px) {
  .l-business__title {
    font-size: 1.8rem;
    margin-bottom: 17px;
  }
}
@media (max-width: 760px) {
  .l-business__title {
    font-size: 4.6153846154vw;
    margin-bottom: 4.6153846154vw;
  }
}
.l-business__text {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8666666667;
  text-align: center;
}
@media (min-width: 761px) {
  .l-business__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .l-business__text {
    font-size: 3.8461538462vw;
    text-align: left;
  }
}
.l-business__imgwrap {
  max-width: 929px;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-business__imgwrap {
    margin-top: 74px;
    margin-bottom: 77px;
  }
}
@media (max-width: 760px) {
  .l-business__imgwrap {
    margin-top: 15.3846153846vw;
    margin-bottom: 18.7179487179vw;
  }
}
.l-business__imgtxt {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  text-align: left;
}
@media (min-width: 761px) {
  .l-business__imgtxt {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}
@media (max-width: 760px) {
  .l-business__imgtxt {
    margin-top: 4.1025641026vw;
    font-size: 3.0769230769vw;
  }
}
.l-business__textlist {
  border: 1px solid #676767;
  padding: 28px 35px;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}
@media (min-width: 761px) {
  .l-business__textlist {
    margin-top: 20px;
  }
}
@media (max-width: 760px) {
  .l-business__textlist {
    padding: 6vw 5.5vw;
    font-size: 3.8461538462vw;
  }
}
.l-business__logolist {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 761px) {
  .l-business__logolist {
    gap: 9px;
    margin-top: 20px;
  }
}
@media (max-width: 760px) {
  .l-business__logolist {
    gap: 2.3076923077vw;
  }
}
@media (min-width: 761px) {
  .l-business__logolist li {
    width: calc((100% - 54px) / 7);
  }
}
@media (max-width: 760px) {
  .l-business__logolist li {
    width: calc((100% - 4.6153846154vw) / 3);
  }
}

/*  企業理念 philosophy
*----------------------------------- */
@media (min-width: 761px) {
  .page-philosophy .l-main {
    padding-bottom: 170px;
  }
}
@media (max-width: 760px) {
  .page-philosophy .l-main {
    padding-bottom: 30.5128205128vw;
  }
}
@media (min-width: 761px) {
  .page-philosophy .list-page__header {
    margin-bottom: 54px;
  }
}
@media (max-width: 760px) {
  .page-philosophy .list-page__header {
    margin-bottom: 11.2820512821vw;
  }
}

@media (min-width: 761px) {
  .l-philosophy {
    margin-bottom: 68px;
  }
}
@media (max-width: 760px) {
  .l-philosophy {
    margin-bottom: 12.8205128205vw;
    text-align: left;
  }
}
.l-philosophy__container {
  background: #FFF;
}
@media (min-width: 761px) {
  .l-philosophy__container {
    padding: 60px 75px 75px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__container {
    padding: 12.3076923077vw 5.7692307692vw 6.4102564103vw;
  }
}
.l-philosophy__head {
  display: block;
}
@media (min-width: 761px) {
  .l-philosophy__head {
    margin-bottom: 36px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__head {
    margin-bottom: 6.1538461538vw;
  }
}
.l-philosophy__subtitle {
  color: #00A1E9;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 761px) {
  .l-philosophy__subtitle {
    font-size: 3.2rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__subtitle {
    font-size: 8.2051282051vw;
    margin-bottom: 4.1025641026vw;
  }
}
.l-philosophy__title {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
@media (min-width: 761px) {
  .l-philosophy__title {
    font-size: 3.4rem;
    margin-bottom: 43px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__title {
    font-size: 6.1538461538vw;
  }
}
.l-philosophy__text {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
}
@media (min-width: 761px) {
  .l-philosophy__text {
    text-align: center;
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .l-philosophy__text {
    text-align: left;
    font-size: 3.8461538462vw;
  }
}
@media (min-width: 761px) {
  .l-philosophy__text + .l-philosophy__text {
    margin-top: 2em;
  }
}
@media (max-width: 760px) {
  .l-philosophy .l-philosophy__text {
    display: inline;
  }
}
@media (max-width: 760px) {
  .l-philosophy .l-philosophy__text + .l-philosophy__text {
    margin-left: -0.2em;
  }
}
@media (max-width: 760px) {
  .l-philosophy .l-philosophy__title {
    margin-right: -5.1282051282vw;
    margin-bottom: 6.6666666667vw;
  }
}
@media (min-width: 761px) {
  .l-philosophy .p-photo-list {
    margin-top: 66px;
  }
}
@media (max-width: 760px) {
  .l-philosophy .p-photo-list {
    margin: 12.0512820513vw -1.9230769231vw 0;
  }
}
@media (min-width: 761px) {
  .l-philosophy__vision {
    margin-bottom: 74px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__vision {
    margin-bottom: 13.8461538462vw;
  }
}
@media (min-width: 761px) {
  .l-philosophy__vision .l-philosophy__container {
    background: url(../philosophy/images/vision_bg.jpg) no-repeat center/cover;
    padding-top: 98px;
    padding-bottom: 130px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__vision .l-philosophy__container {
    background: #FFF url(../philosophy/images/sp/vision_bg.jpg) no-repeat top center/100% auto;
    padding-top: 12.8205128205vw;
    padding-bottom: 17.1794871795vw;
  }
}
@media (max-width: 760px) {
  .l-philosophy__vision .l-philosophy__subtitle {
    margin-bottom: 3.5897435897vw;
  }
}
@media (min-width: 761px) {
  .l-philosophy__vision .l-philosophy__title {
    margin-bottom: 42px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__vision .l-philosophy__title {
    font-size: 5.641025641vw;
    margin-bottom: 6.6666666667vw;
  }
}
.l-philosophy__vision .l-philosophy__lead {
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-philosophy__vision .l-philosophy__lead {
    font-size: 1.8rem;
    margin-bottom: 17px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__vision .l-philosophy__lead {
    font-size: 4.1025641026vw;
    margin-bottom: 3.0769230769vw;
  }
}
@media (min-width: 761px) {
  .l-philosophy__vision .l-philosophy__text {
    padding-left: 15px;
  }
}
@media (min-width: 761px) {
  .l-philosophy__value .l-philosophy__container {
    padding-top: 71px;
    padding-bottom: 76px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__value .l-philosophy__container {
    padding: 13.0769230769vw 3.8461538462vw 13.0769230769vw;
  }
}
@media (min-width: 761px) {
  .l-philosophy__value .l-philosophy__subtitle {
    font-size: 3rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__value .l-philosophy__subtitle {
    margin-bottom: 3.5897435897vw;
  }
}
@media (min-width: 761px) {
  .l-philosophy__value .l-philosophy__title {
    font-size: 2.3rem;
    margin-bottom: 43px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__value .l-philosophy__title {
    font-size: 5.641025641vw;
    margin-bottom: 8.4615384615vw;
  }
}
@media (min-width: 761px) {
  .l-philosophy__value .p-accordion-list {
    margin-top: 62px;
  }
}
@media (max-width: 760px) {
  .l-philosophy__value .p-accordion-list {
    margin-top: 11.5384615385vw;
  }
}

/*  代表メッセージ
*----------------------------------- */
@media (min-width: 761px) {
  .page-message .l-main {
    padding-bottom: 169px;
  }
}
@media (max-width: 760px) {
  .page-message .l-main {
    padding-bottom: 30.5128205128vw;
  }
}
@media (min-width: 761px) {
  .page-message .list-page__header {
    margin-bottom: 51px;
  }
}
@media (max-width: 760px) {
  .page-message .list-page__header {
    margin-bottom: 10.5128205128vw;
  }
}

.l-message__container {
  background: #FFF;
}
@media (min-width: 761px) {
  .l-message__container {
    padding: 94px 60px 80px;
  }
}
@media (max-width: 760px) {
  .l-message__container {
    padding: 9.4871794872vw 3.8461538462vw 6.4102564103vw;
  }
}
.l-message__mv .l-message__container {
  padding: 0;
  position: relative;
}
.l-message__mv__text {
  line-height: 1.7222222222;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 761px) {
  .l-message__mv__text {
    width: 504px;
    position: absolute;
    font-size: 3.6rem;
    top: 163px;
    left: 47.0833333333%;
  }
}
@media (max-width: 760px) {
  .l-message__mv__text {
    padding: 5.3846153846vw 7.1794871795vw 0;
    font-size: 5.3846153846vw;
  }
}
.l-message__mv__info {
  font-weight: 400;
  letter-spacing: 0;
  display: flex;
}
@media (min-width: 761px) {
  .l-message__mv__info {
    position: absolute;
    font-size: 1.7rem;
    top: 450px;
    left: 47.5833333333%;
    gap: 16px;
  }
}
@media (max-width: 760px) {
  .l-message__mv__info {
    padding: 4.1025641026vw 7.1794871795vw 6.4102564103vw;
    font-size: 4.358974359vw;
    gap: 4.1025641026vw;
  }
}
.l-message__mv__info .p-text {
  font-weight: 500;
}
@media (min-width: 761px) {
  .l-message .p-item {
    display: flex;
    gap: 46px;
    margin-bottom: 84px;
  }
}
@media (min-width: 761px) {
  .l-message .p-item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 761px) {
  .l-message .p-item:nth-of-type(even) {
    margin-bottom: 90px;
  }
}
@media (min-width: 761px) {
  .l-message .p-item:nth-of-type(even) .p-item__title {
    margin-bottom: 10px;
  }
}
@media (min-width: 761px) {
  .l-message .p-item__photo {
    width: 50%;
  }
}
@media (min-width: 761px) {
  .l-message .p-item__info {
    width: calc(50% - 46px);
    padding-top: 2px;
  }
}
@media (max-width: 760px) {
  .l-message .p-item__info {
    padding: 7.1794871795vw 2.0512820513vw 14.6153846154vw;
  }
}
.l-message .p-item__title {
  letter-spacing: 0;
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-message .p-item__title {
    font-size: 2.3rem;
    margin-bottom: 17px;
    line-height: 1.5652173913;
  }
}
@media (max-width: 760px) {
  .l-message .p-item__title {
    font-size: 4.8717948718vw;
    line-height: 1.6842105263;
    margin-bottom: 4.8717948718vw;
  }
}
.l-message .p-item__title .accent {
  display: block;
  color: #00A1E9;
}
@media (min-width: 761px) {
  .l-message .p-item__title .accent {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 760px) {
  .l-message .p-item__title .accent {
    font-size: 3.8461538462vw;
    margin-bottom: 2.3076923077vw;
  }
}
.l-message .p-item__text {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  text-align: left;
}
@media (min-width: 761px) {
  .l-message .p-item__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .l-message .p-item__text {
    font-size: 3.8461538462vw;
  }
}
@media (min-width: 761px) {
  .l-message .p-item:nth-of-type(2) .p-item__title {
    margin-left: -12px;
  }
}
@media (min-width: 761px) {
  .l-message .p-item:nth-of-type(2) .p-item__title .accent {
    padding-left: 13px;
  }
}
@media (min-width: 761px) {
  .l-message .p-item:nth-of-type(3) {
    margin-bottom: 102px;
  }
}
@media (min-width: 761px) {
  .l-message .p-item:nth-of-type(3) .p-item__info {
    padding-top: 0;
    margin-top: -3px;
  }
}
@media (min-width: 761px) {
  .l-message .p-item:nth-of-type(4) {
    margin-bottom: 0;
  }
}
.l-message__future .l-message__container {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 760px) {
  .l-message__future .l-message__container {
    padding: 0;
  }
}
.l-message__future__photo {
  display: block;
}
@media (max-width: 760px) {
  .l-message__future__photo {
    margin-bottom: 41px;
  }
}
.l-message__future .l-message__title {
  letter-spacing: 0;
  line-height: 1.5652173913;
  font-weight: 700;
  display: block;
  color: #00A1E9;
}
@media (min-width: 761px) {
  .l-message__future .l-message__title {
    font-size: 1.5rem;
    margin-bottom: 16px;
    position: absolute;
    top: 83px;
    left: 129px;
  }
}
@media (max-width: 760px) {
  .l-message__future .l-message__title {
    font-size: 3.8461538462vw;
    margin: 0 5.8974358974vw 3.5897435897vw;
  }
}
.l-message__future .l-message__text {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  text-align: left;
}
@media (min-width: 761px) {
  .l-message__future .l-message__text {
    font-size: 1.5rem;
    position: absolute;
    top: 126px;
    left: 129px;
    width: 553px;
  }
}
@media (max-width: 760px) {
  .l-message__future .l-message__text {
    font-size: 3.8461538462vw;
    margin: 0 5.8974358974vw;
  }
}
@media (min-width: 761px) {
  .l-message__movie .l-message__container {
    padding-top: 101px;
    padding-bottom: 142px;
  }
}
@media (max-width: 760px) {
  .l-message__movie .l-message__container {
    padding-top: 20.5128205128vw;
    padding-bottom: 6.1538461538vw;
  }
}
.l-message__movie .l-message__title {
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 761px) {
  .l-message__movie .l-message__title {
    font-size: 5.3rem;
    margin-bottom: 17px;
  }
}
@media (max-width: 760px) {
  .l-message__movie .l-message__title {
    font-size: 9.2307692308vw;
    margin: 0 0 5.8974358974vw;
  }
}
.l-message__movie__video {
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-message__movie__video {
    width: 842px;
  }
}
.l-message__movie__video iframe {
  display: block;
  width: 100%;
}
/*  キャリアステップ careerstep
*----------------------------------- */
@media (min-width: 761px) {
  .page-careerstep .l-main {
    padding-bottom: 171px;
  }
}
@media (max-width: 760px) {
  .page-careerstep .l-main {
    padding-bottom: 30.5128205128vw;
  }
}
@media (min-width: 761px) {
  .page-careerstep .list-page__header {
    margin-bottom: 57px;
  }
}
@media (max-width: 760px) {
  .page-careerstep .list-page__header {
    margin-bottom: 10.5128205128vw;
  }
}
@media (min-width: 761px) {
  .page-careerstep .p-photo-list {
    max-width: 1200px;
    margin: 63px auto 77px;
  }
}
@media (max-width: 760px) {
  .page-careerstep .p-photo-list {
    margin: 9.7435897436vw auto 16.1538461538vw;
    gap: 2.5641025641vw;
  }
}
@media (max-width: 760px) {
  .page-careerstep .p-photo-list li:not([class]) {
    width: calc((100% - 2.5641025641vw) / 2);
  }
}

.l-careerstep__container {
  background: #FFF;
}
@media (min-width: 761px) {
  .l-careerstep__container {
    padding: 58px 60px 0;
  }
}
@media (max-width: 760px) {
  .l-careerstep__container {
    padding: 13.0769230769vw 4.6153846154vw 0;
  }
}
.l-careerstep__subtitle {
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
  color: #00A1E9;
  text-align: center;
}
@media (min-width: 761px) {
  .l-careerstep__subtitle {
    font-size: 3.2rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 760px) {
  .l-careerstep__subtitle {
    font-size: 8.2051282051vw;
    margin-bottom: 2.5641025641vw;
  }
}
.l-careerstep__title {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
@media (min-width: 761px) {
  .l-careerstep__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 760px) {
  .l-careerstep__title {
    font-size: 5.641025641vw;
  }
}
@media (min-width: 761px) {
  .l-careerstep__mv .l-careerstep__container {
    padding: 8px;
  }
}
@media (max-width: 760px) {
  .l-careerstep__mv .l-careerstep__container {
    padding: 1.2820512821vw 1.5384615385vw 9.4871794872vw;
  }
}
.l-careerstep__mv__img {
  display: block;
}
.l-careerstep__mv__flow {
  display: block;
}
@media (min-width: 761px) {
  .l-careerstep__mv__flow {
    padding: 68px 60px 32px;
  }
}
@media (max-width: 760px) {
  .l-careerstep__mv__flow {
    padding: 8.9743589744vw 0vw 0;
    font-size: 5.3846153846vw;
  }
}
.l-careerstep__salary {
  margin-top: 38px;
}
@media (max-width: 760px) {
  .l-careerstep__salary {
    margin-top: 8.7179487179vw;
  }
}
.l-careerstep__salary .l-careerstep__container {
  background: #DFEAF0;
  padding: 0;
}
@media (min-width: 761px) {
  .l-careerstep__policy__list {
    margin-top: 46px;
  }
}
@media (max-width: 760px) {
  .l-careerstep__policy__list {
    margin-top: 12.0512820513vw;
  }
}
.l-careerstep__policy__list li {
  border: 2px solid #00A1E9;
  overflow: visible;
  position: relative;
}
@media (min-width: 761px) {
  .l-careerstep__policy__list li {
    display: flex;
  }
}
@media (min-width: 761px) {
  .l-careerstep__policy__list li + li {
    margin-top: 42px;
  }
}
@media (max-width: 760px) {
  .l-careerstep__policy__list li + li {
    margin-top: 9.7435897436vw;
  }
}
.l-careerstep__policy__list li + li:before {
  content: "";
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  position: absolute;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #00A1E9;
}
@media (min-width: 761px) {
  .l-careerstep__policy__list li + li:before {
    border-left-width: 14px;
    border-right-width: 14px;
    border-top-width: 14px;
    top: -30px;
  }
}
@media (max-width: 760px) {
  .l-careerstep__policy__list li + li:before {
    border-left-width: 3.5897435897vw;
    border-right-width: 3.5897435897vw;
    border-top-width: 3.5897435897vw;
    top: -7.1794871795vw;
  }
}
.l-careerstep__policy__list li h3 {
  background: #00A1E9;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 761px) {
  .l-careerstep__policy__list li h3 {
    width: 209px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
  }
}
@media (max-width: 760px) {
  .l-careerstep__policy__list li h3 {
    padding: 4.8717948718vw 0 3.8461538462vw;
    font-size: 4.8717948718vw;
  }
}
.l-careerstep__policy__list li h3 span {
  background: #FFF;
  color: #00A1E9;
  display: block;
  border-radius: 4px;
  margin: 0 auto;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1.8125;
}
@media (min-width: 761px) {
  .l-careerstep__policy__list li h3 span {
    width: 119px;
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}
@media (max-width: 760px) {
  .l-careerstep__policy__list li h3 span {
    width: 30.5128205128vw;
    margin-bottom: 1.7948717949vw;
    font-size: 4.1025641026vw;
  }
}
@media (min-width: 761px) {
  .l-careerstep__policy__list li dl {
    padding: 11px 0 9px 6px;
    display: flex;
  }
}
.l-careerstep__policy__list li dl + dl {
  border-top: 1px solid #BABABA;
}
@media (max-width: 760px) {
  .l-careerstep__policy__list li dl + dl {
    padding-top: 4.358974359vw;
  }
}
.l-careerstep__policy__list li dl dt, .l-careerstep__policy__list li dl dd {
  letter-spacing: 0;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 760px) {
  .l-careerstep__policy__list li dl dt, .l-careerstep__policy__list li dl dd {
    font-size: 3.8461538462vw;
  }
}
.l-careerstep__policy__list li dl dt {
  font-weight: 700;
}
@media (max-width: 760px) {
  .l-careerstep__policy__list li dl dt {
    text-align: center;
    padding-bottom: 1.5384615385vw;
  }
}
.l-careerstep__policy__list li dl dd {
  font-weight: 400;
}
@media (max-width: 760px) {
  .l-careerstep__policy__list li dl dd {
    padding-bottom: 4.358974359vw;
  }
}
@media (min-width: 761px) {
  .l-careerstep__policy__list__info {
    width: calc(100% - 209px);
    padding: 3px 30px 10px 26px;
    min-height: 118px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
}
@media (max-width: 760px) {
  .l-careerstep__policy__list__info {
    padding: 3.3333333333vw 4.6153846154vw 1.5384615385vw;
  }
}
.l-careerstep__policy__img {
  display: block;
}
@media (min-width: 761px) {
  .l-careerstep__policy__img {
    margin: 77px -60px 0;
  }
}
@media (max-width: 760px) {
  .l-careerstep__policy__img {
    margin: 17.9487179487vw -4.6153846154vw 0;
  }
}
@media (min-width: 761px) {
  .l-careerstep__income .l-careerstep__container {
    padding-top: 61px;
    padding-bottom: 80px;
  }
}
@media (max-width: 760px) {
  .l-careerstep__income .l-careerstep__container {
    padding-top: 12.8205128205vw;
    padding-bottom: 17.9487179487vw;
  }
}
@media (min-width: 761px) {
  .l-careerstep__income .l-careerstep__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 760px) {
  .l-careerstep__income .l-careerstep__title {
    margin-bottom: 5.3846153846vw;
  }
}

/*  職種紹介 job-intro
*----------------------------------- */
@media (min-width: 761px) {
  .l-job-intro {
    margin-top: -2px;
    margin-bottom: 92px;
  }
}
@media (max-width: 760px) {
  .l-job-intro {
    margin-bottom: 12.3076923077vw;
  }
}
.l-job-intro__container {
  background: #FFF;
}
@media (min-width: 761px) {
  .l-job-intro__container {
    padding: 50px 96px 94px;
  }
}
@media (max-width: 760px) {
  .l-job-intro__container {
    padding: 10.7692307692vw 3.8461538462vw 10vw;
  }
}
@media (min-width: 761px) {
  .l-job-intro .p-cmn-header {
    margin-bottom: 24px;
  }
}
@media (max-width: 760px) {
  .l-job-intro .p-cmn-header {
    margin-bottom: 5.1282051282vw;
  }
}
@media (min-width: 761px) {
  .l-job-intro .p-cmn-header__title {
    font-size: 4.8rem !important;
    padding-bottom: 21px !important;
  }
}
@media (max-width: 760px) {
  .l-job-intro .p-cmn-header__title {
    font-size: 7.1794871795vw !important;
  }
}
@media (min-width: 761px) {
  .l-job-intro .p-cmn-header__title:after {
    width: 38px !important;
  }
}
.l-job-intro__text {
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 761px) {
  .l-job-intro__text {
    text-align: center;
    line-height: 1.8823529412;
    font-size: 1.7rem;
  }
}
@media (max-width: 760px) {
  .l-job-intro__text {
    text-align: left;
    line-height: 2;
    font-size: 3.8461538462vw;
    padding: 0 2.5641025641vw;
  }
}
.l-job-intro__subtitle {
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
  color: #00A1E9;
  text-align: center;
}
@media (min-width: 761px) {
  .l-job-intro__subtitle {
    font-size: 3.2rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 760px) {
  .l-job-intro__subtitle {
    font-size: 8.2051282051vw;
    margin-bottom: 2.5641025641vw;
  }
}
.l-job-intro__title {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
@media (min-width: 761px) {
  .l-job-intro__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 760px) {
  .l-job-intro__title {
    font-size: 5.641025641vw;
  }
}
@media (min-width: 761px) {
  .l-job-intro .p-photo-list {
    margin-top: 40px;
  }
}
@media (max-width: 760px) {
  .l-job-intro .p-photo-list {
    margin-top: 7.1794871795vw;
    padding-left: 1px;
  }
}
.l-job-intro__reason {
  position: relative;
  background: #FFF;
}
@media (min-width: 761px) {
  .l-job-intro__reason {
    padding-left: 372px;
    margin-bottom: 102px;
  }
}
@media (max-width: 760px) {
  .l-job-intro__reason {
    margin-bottom: 14.358974359vw;
  }
}
.l-job-intro__reason .l-job-intro__container {
  background: none;
}
@media (min-width: 761px) {
  .l-job-intro__reason .l-job-intro__container {
    position: absolute;
    text-align: left;
    left: 0;
    padding: 76px 80px;
  }
}
@media (max-width: 760px) {
  .l-job-intro__reason .l-job-intro__container {
    padding: 11.5384615385vw 5.1282051282vw 0;
  }
}
.l-job-intro__reason__title {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media (min-width: 761px) {
  .l-job-intro__reason__title {
    font-size: 4rem;
    text-align: left;
  }
}
@media (max-width: 760px) {
  .l-job-intro__reason__title {
    text-align: center;
    font-size: 7.1794871795vw;
    margin-bottom: 7.4358974359vw;
  }
}
.l-job-intro__reason__list {
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.3636363636;
  border-top: 1px solid #BABABA;
  counter-reset: reason;
}
@media (min-width: 761px) {
  .l-job-intro__reason__list {
    font-size: 2.5rem;
    margin-top: 34px;
  }
}
@media (max-width: 760px) {
  .l-job-intro__reason__list {
    font-size: 5.641025641vw;
  }
}
.l-job-intro__reason__list li {
  border-bottom: 1px solid #BABABA;
  counter-increment: reason;
  display: flex;
}
@media (min-width: 761px) {
  .l-job-intro__reason__list li {
    gap: 9px;
    align-items: center;
    padding: 18px 0 18px;
  }
}
@media (max-width: 760px) {
  .l-job-intro__reason__list li {
    gap: 2.5641025641vw;
    padding: 4.6153846154vw 1.2820512821vw;
  }
}
.l-job-intro__reason__list li:before {
  content: counter(reason);
  background: #00A1E9;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 761px) {
  .l-job-intro__reason__list li:before {
    font-size: 1.5rem;
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 760px) {
  .l-job-intro__reason__list li:before {
    font-size: 3.8461538462vw;
    width: 7.1794871795vw;
    min-width: 7.1794871795vw;
    height: 7.1794871795vw;
  }
}
@media (max-width: 760px) {
  .l-job-intro__reason__list li div {
    width: calc(100% - 9.7435897436vw);
  }
}
.l-job-intro__reason__list li strong {
  color: #00A1E9;
}
.l-job-intro__reason__list li .small {
  display: inline-block;
}
@media (min-width: 761px) {
  .l-job-intro__reason__list li .small {
    font-size: 1.4rem;
    margin-left: 5px;
    vertical-align: middle;
  }
}
@media (max-width: 760px) {
  .l-job-intro__reason__list li .small {
    font-size: 3.5897435897vw;
  }
}
@media (min-width: 761px) {
  .l-job-intro__reason__list li:nth-of-type(1) {
    font-size: 2.4rem;
    padding: 16px 0 17px;
  }
}
@media (min-width: 761px) {
  .l-job-intro__daily {
    margin-bottom: 106px;
  }
}
@media (max-width: 760px) {
  .l-job-intro__daily {
    margin-bottom: 14.1025641026vw;
  }
}
@media (min-width: 761px) {
  .l-job-intro__daily .l-job-intro__container {
    padding: 72px 106px 93px;
  }
}
@media (max-width: 760px) {
  .l-job-intro__daily .l-job-intro__container {
    padding: 13.0769230769vw 3.8461538462vw 6.9230769231vw;
  }
}
@media (min-width: 761px) {
  .l-job-intro__daily__content {
    background: #F5F5F5;
    margin-top: 62px;
    padding: 68px 70px 81px 86px;
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
  }
}
.l-job-intro__daily__schedule {
  background: #FFFFFF;
}
@media (min-width: 761px) {
  .l-job-intro__daily__schedule {
    width: 553px;
    padding: 50px 59px;
  }
}
@media (max-width: 760px) {
  .l-job-intro__daily__schedule {
    padding-left: 2.5641025641vw;
    padding-bottom: 2.5641025641vw;
    margin-top: 13.8461538462vw;
    margin-bottom: 9.2307692308vw;
  }
}
.l-job-intro__daily__schedule dl {
  display: flex;
  flex-wrap: wrap;
}
.l-job-intro__daily__schedule dl .p-time {
  color: #00A1E9;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 761px) {
  .l-job-intro__daily__schedule dl .p-time {
    width: 89px;
    font-size: 2.2rem;
  }
}
@media (max-width: 760px) {
  .l-job-intro__daily__schedule dl .p-time {
    width: 16.6666666667vw;
    font-size: 4.6153846154vw;
    line-height: 1;
  }
}
.l-job-intro__daily__schedule dl .p-info {
  position: relative;
}
@media (min-width: 761px) {
  .l-job-intro__daily__schedule dl .p-info {
    width: calc(100% - 89px);
    padding-left: 24px;
    padding-bottom: 25px;
  }
}
@media (max-width: 760px) {
  .l-job-intro__daily__schedule dl .p-info {
    width: calc(100% - 16.6666666667vw);
    font-size: 4.6153846154vw;
    padding-left: 5.641025641vw;
    padding-bottom: 6.4102564103vw;
  }
}
.l-job-intro__daily__schedule dl .p-info:before, .l-job-intro__daily__schedule dl .p-info:after {
  content: "";
  background: #00A1E9;
  display: block;
  position: absolute;
}
.l-job-intro__daily__schedule dl .p-info:before {
  width: 2px;
  height: 100%;
  left: -1px;
}
@media (min-width: 761px) {
  .l-job-intro__daily__schedule dl .p-info:before {
    top: 10px;
  }
}
@media (max-width: 760px) {
  .l-job-intro__daily__schedule dl .p-info:before {
    top: 2.5641025641vw;
  }
}
.l-job-intro__daily__schedule dl .p-info:after {
  border-radius: 50%;
}
@media (min-width: 761px) {
  .l-job-intro__daily__schedule dl .p-info:after {
    width: 12px;
    height: 12px;
    top: 5px;
    left: -6px;
  }
}
@media (max-width: 760px) {
  .l-job-intro__daily__schedule dl .p-info:after {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    top: 1.2820512821vw;
    left: -1.5384615385vw;
  }
}
@media (min-width: 761px) {
  .l-job-intro__daily__schedule dl .p-info:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 760px) {
  .l-job-intro__daily__schedule dl .p-info:last-child {
    padding-bottom: 0;
  }
}
.l-job-intro__daily__schedule dl .p-title {
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}
@media (min-width: 761px) {
  .l-job-intro__daily__schedule dl .p-title {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
@media (max-width: 760px) {
  .l-job-intro__daily__schedule dl .p-title {
    font-size: 4.6153846154vw;
    margin-bottom: 2.0512820513vw;
  }
}
.l-job-intro__daily__schedule dl .p-text {
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 761px) {
  .l-job-intro__daily__schedule dl .p-text {
    font-size: 1.5rem;
    padding: 2px 0 4px;
  }
}
@media (max-width: 760px) {
  .l-job-intro__daily__schedule dl .p-text {
    font-size: 4.1025641026vw;
    padding: 0.5128205128vw 0 1.0256410256vw 1.0256410256vw;
  }
}
.l-job-intro__daily__photo {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 761px) {
  .l-job-intro__daily__photo {
    width: calc(100% - 553px - 40px);
    gap: 17px;
    align-content: flex-start;
  }
}
@media (max-width: 760px) {
  .l-job-intro__daily__photo {
    gap: 1.2820512821vw;
  }
}
@media (max-width: 760px) {
  .l-job-intro__daily__photo li {
    width: calc((100% - 1.2820512821vw) / 2);
  }
}
@media (min-width: 761px) {
  .l-job-intro__department .l-job-intro__container {
    padding-top: 61px;
  }
}
@media (max-width: 760px) {
  .l-job-intro__department .l-job-intro__container {
    padding: 13.0769230769vw 5.3846153846vw 12.8205128205vw;
  }
}
@media (min-width: 761px) {
  .l-job-intro__department .p-cmn-header {
    margin-bottom: 44px;
  }
}
@media (max-width: 760px) {
  .l-job-intro__department .p-cmn-header {
    margin-bottom: 10.2564102564vw;
  }
}
@media (min-width: 761px) {
  .l-job-intro__department .p-cmn-header__title {
    font-size: 2.8rem !important;
    padding-bottom: 28px !important;
  }
}
@media (max-width: 760px) {
  .l-job-intro__department .p-cmn-header__title {
    font-size: 6.1538461538vw !important;
    padding-bottom: 5.8974358974vw !important;
  }
}
@media (min-width: 761px) {
  .l-job-intro__department .p-cmn-header__title:after {
    width: 42px !important;
  }
}
@media (max-width: 760px) {
  .l-job-intro__department .p-cmn-header__title:after {
    width: 10.7692307692vw !important;
  }
}
@media (min-width: 761px) {
  .l-job-intro__department__list {
    display: flex;
    flex-wrap: wrap;
    gap: 33px 30px;
  }
}
.l-job-intro__department__list .p-item {
  border: 2px solid #00A1E9;
}
@media (min-width: 761px) {
  .l-job-intro__department__list .p-item {
    width: calc((100% - 30px) / 2);
    padding: 33px 31px 40px;
  }
}
@media (max-width: 760px) {
  .l-job-intro__department__list .p-item {
    padding: 5.8974358974vw 6.1538461538vw 4.8717948718vw;
    margin-bottom: 6.9230769231vw;
  }
}
.l-job-intro__department__list .p-item__title {
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 761px) {
  .l-job-intro__department__list .p-item__title {
    font-size: 2.8rem;
    margin-bottom: 12px;
  }
}
@media (max-width: 760px) {
  .l-job-intro__department__list .p-item__title {
    font-size: 5.641025641vw;
    margin-bottom: 2.8205128205vw;
  }
}
.l-job-intro__department__list .p-item__text {
  letter-spacing: 0.01em;
  font-weight: 400;
  line-height: 1.7333333333;
  text-align: left;
}
@media (min-width: 761px) {
  .l-job-intro__department__list .p-item__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .l-job-intro__department__list .p-item__text {
    font-size: 3.8461538462vw;
  }
}
.l-job-intro__button {
  text-align: center;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.01em;
  font-weight: 700;
  position: relative;
}
@media (min-width: 761px) {
  .l-job-intro__button {
    border-radius: 45px;
    width: 442px;
    min-height: 89px;
    font-size: 2rem;
  }
}
@media (max-width: 760px) {
  .l-job-intro__button {
    border-radius: 8.2051282051vw;
    font-size: 5.1282051282vw;
    min-height: 16.4102564103vw;
    margin: 0 auto 5.641025641vw;
    width: 80vw;
  }
}
.l-job-intro__button::after {
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  width: 10px;
  height: 9px;
  background: url(../images/cmn/icon_btn_01.svg) no-repeat center/cover;
  content: "";
}
@media (max-width: 760px) {
  .l-job-intro__button::after {
    width: 2.5435897436vw;
    height: 2.0897435897vw;
    right: 4.1025641026vw;
  }
}
.l-job-intro__button.color {
  background: #00A1E9;
  color: #FFF;
}
.l-job-intro__button.color::after {
  background-image: url(../images/cmn/icon_btn_02.svg);
}
@media (min-width: 761px) {
  .l-job-intro__button__wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 102px auto 40px;
  }
}
@media (max-width: 760px) {
  .l-job-intro__button__wrap {
    margin: 19.7435897436vw auto 15.3846153846vw;
  }
}

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