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

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

.yakuhan {
  font-family: "YakuHanJP", source-han-sans-japanese, 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%;
  }
}

/*  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: din-2014, sans-serif;
  font-size: 66px;
  font-weight: 600;
  line-height: 1;
  color: #006dbc;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__title {
    font-size: 10vw;
  }
}
.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: 4.2vw;
    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: 90%;
    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;
  }
}

/*  l-other-cmn
*----------------------------------- */
.l-other-cmn {
  margin-top: 175px;
}
@media print, screen and (max-width: 760px) {
  .l-other-cmn {
    width: 90%;
    margin: 25% auto 0;
  }
}
.l-other-cmn .p-cmn-header {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 0.7;
}
@media print, screen and (max-width: 760px) {
  .l-other-cmn .p-cmn-header {
    font-size: 10vw;
    margin-bottom: 7%;
  }
}
.l-other-cmn .p-cmn-header__subtitle {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #ED6A10;
}
@media print, screen and (max-width: 760px) {
  .l-other-cmn .p-cmn-header__subtitle {
    font-size: 4.2vw;
    margin-top: 2vw;
  }
}
.l-other-cmn ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.l-other-cmn ul li {
  width: 330px;
  margin: 0 22px;
}
@media print, screen and (max-width: 760px) {
  .l-other-cmn ul li {
    width: 100%;
    margin: 0 0 8%;
  }
}
.l-other-cmn ul .p-item__photo {
  margin-bottom: 22px;
}
@media print, screen and (max-width: 760px) {
  .l-other-cmn ul .p-item__photo {
    margin-bottom: 3vw;
  }
}
.l-other-cmn ul .p-item__title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .l-other-cmn ul .p-item__title {
    font-size: 5vw;
  }
}
.l-other-cmn ul .p-item.current {
  display: none;
}

/*  l-other-cmn.non_photo
*----------------------------------- */
.l-other-cmn.non_photo {
  margin-top: 175px;
}
@media print, screen and (max-width: 760px) {
  .l-other-cmn.non_photo {
    width: 90%;
    margin: 25% auto 0;
  }
}
.l-other-cmn.non_photo .p-cmn-header {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 0.7;
}
@media print, screen and (max-width: 760px) {
  .l-other-cmn.non_photo .p-cmn-header {
    font-size: 10vw;
    margin-bottom: 7%;
  }
}
.l-other-cmn.non_photo .p-cmn-header__subtitle {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #ED6A10;
}
@media print, screen and (max-width: 760px) {
  .l-other-cmn.non_photo .p-cmn-header__subtitle {
    font-size: 4.2vw;
    margin-top: 2vw;
  }
}
.l-other-cmn.non_photo ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.l-other-cmn.non_photo ul li {
  width: 350px;
  height: 80px;
  margin: 0 13px;
}
@media print, screen and (max-width: 760px) {
  .l-other-cmn.non_photo ul li {
    width: 100%;
    margin: 0 0 5%;
  }
}
.l-other-cmn.non_photo ul .p-item {
  border: 2px solid #242424;
  line-height: 76px;
  position: relative;
}
.l-other-cmn.non_photo ul .p-item::after {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  z-index: 1000;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  content: "";
  border-color: transparent transparent transparent #242424;
}
.l-other-cmn.non_photo ul .p-item__title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .l-other-cmn.non_photo ul .p-item__title {
    font-size: 5vw;
  }
}
.l-other-cmn.non_photo ul .p-item.current {
  display: none;
}

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

中面個別 (TOP以外)

------------------------------------ */
/*  〇〇ページ
*----------------------------------- */
/*  山田屋について
*----------------------------------- */
.page-company.page-index .list-page__list .l-index {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-company.page-index .list-page__list .l-index .p-item {
  width: 457px;
  margin: 0 25px 50px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-index .list-page__list .l-index .p-item {
    width: 100%;
    margin: 0 0 10vw;
  }
}
.page-company.page-index .list-page__list .l-index .p-item__photo {
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-index .list-page__list .l-index .p-item__photo {
    margin-bottom: 3vw;
  }
}
.page-company.page-index .list-page__list .l-index .p-item__text {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-index .list-page__list .l-index .p-item__text {
    font-size: 6vw;
  }
}

/*  会社概要・事業概要
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .page-company.page-profile .list-page__main {
    width: 100%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company.page-profile .list-page__main {
    width: 100%;
  }
}
.page-company.page-profile .l-company {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-profile .l-company {
    width: 90%;
  }
}
.page-company.page-profile .l-company h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  color: #ED6A10;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-profile .l-company h2 {
    font-size: 6.5vw;
    margin-bottom: 9vw;
  }
}
.page-company.page-profile .l-company .p-item {
  margin-bottom: 50px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-profile .l-company .p-item {
    margin-bottom: 9vw;
  }
}
.page-company.page-profile .l-company .p-item.last {
  margin-bottom: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-profile .l-company .p-item.last {
    margin-bottom: 15vw;
  }
}
.page-company.page-profile .l-company .p-item.end {
  margin-bottom: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-profile .l-company .p-item.end {
    margin-bottom: 15vw;
  }
}
.page-company.page-profile .l-company .p-item h3.p-item__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  padding: 7px 25px;
  background: #EFEFEF;
  margin-bottom: 25px;
  display: inline-block;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-profile .l-company .p-item h3.p-item__title {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
}
.page-company.page-profile .l-company .p-item h3.p-item__title.or {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  padding: 7px 25px;
  background: #ED6A10;
  color: #fff;
  margin-bottom: 40px;
  display: inline-block;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-profile .l-company .p-item h3.p-item__title.or {
    font-size: 6vw;
    margin-bottom: 5vw;
  }
}
.page-company.page-profile .l-company .p-item h4.p-item__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #ED6A10;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-profile .l-company .p-item h4.p-item__title {
    font-size: 5.5vw;
    margin-bottom: 3vw;
  }
}
.page-company.page-profile .l-company .p-item__text {
  font-size: 16px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-profile .l-company .p-item__text {
    text-align: left;
    font-size: 3.8vw;
  }
}
.page-company.page-profile .l-company .p-item ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-profile .l-company .p-item ul {
    flex-wrap: wrap;
    margin-bottom: 2vw;
  }
}
.page-company.page-profile .l-company .p-item ul li {
  width: 290px;
  height: 60px;
  font-size: 28px;
  font-weight: 700;
  line-height: 56px;
  color: #ED6A10;
  border: 2px solid #ED6A10;
  border-radius: 3px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-profile .l-company .p-item ul li {
    width: 100%;
    margin-bottom: 2vw;
    height: 50px;
    font-size: 5vw;
    line-height: 46px;
  }
}
.page-company.page-profile .l-slide {
  margin-bottom: 130px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-profile .l-slide {
    margin-bottom: 20vw;
  }
}
.page-company.page-profile .l-profile {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-profile .l-profile {
    width: 90%;
  }
}
.page-company.page-profile .l-profile .l-table {
  width: 1000px;
  margin: 0 auto 110px;
  font-weight: 500;
  border-top: 2px solid #8E8E8E;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-profile .l-profile .l-table {
    width: 100%;
    margin: 0 auto 15vw;
    border-left: 2px solid #8E8E8E;
    border-right: 2px solid #8E8E8E;
  }
}
.page-company.page-profile .l-profile .l-table dt {
  background: #EFEFEF;
  color: inherit;
  margin-bottom: 0;
  border-bottom: 2px solid #8E8E8E;
  font-size: 18px;
  padding: 20px 30px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-profile .l-profile .l-table dt {
    font-size: 4vw;
    padding: 2vw 2vw;
    width: 100%;
  }
}
.page-company.page-profile .l-profile .l-table dd {
  background: #fff;
  width: 80%;
  font-weight: 400;
  margin-bottom: 0;
  border-bottom: 2px solid #8E8E8E;
  padding: 20px 30px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-profile .l-profile .l-table dd {
    padding: 2vw 2vw;
    width: 100%;
  }
}
.page-company.page-profile .l-profile .l-table dd .box {
  margin-bottom: 10px;
}
.page-company.page-profile .l-profile .l-table dd .box:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 761px) {
  .page-company.page-profile .l-profile .l-table dd .box a {
    pointer-events: none;
  }
}
.page-company.page-profile .l-profile__map {
  width: 680px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-profile .l-profile__map {
    width: 100%;
  }
}
.page-company.page-profile .l-profile__map iframe {
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-company.page-profile .l-profile__map iframe {
    height: 400px;
  }
}

/*  経営理念
*----------------------------------- */
.page-company.page-philosophy .mv {
  margin-bottom: 65px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-philosophy .mv {
    margin-bottom: 10vw;
  }
}
.page-company.page-philosophy .list-page__main {
  width: 100%;
}
.page-company.page-philosophy .l-lead {
  margin-bottom: 140px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-philosophy .l-lead {
    width: 90%;
    margin: 0 auto 20vw;
  }
}
.page-company.page-philosophy .l-lead h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  color: #ED6A10;
  margin-bottom: 150px;
  font-family: source-han-serif-japanese, serif;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-philosophy .l-lead h2 {
    font-size: 6.5vw;
    margin-bottom: 8vw;
  }
}
.page-company.page-philosophy .l-lead .p-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-philosophy .l-lead .p-item {
    flex-wrap: wrap;
    margin-bottom: 12vw;
  }
}
.page-company.page-philosophy .l-lead .p-item__photo {
  width: 48%;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-philosophy .l-lead .p-item__photo {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.page-company.page-philosophy .l-lead .p-item__info {
  width: 48%;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-philosophy .l-lead .p-item__info {
    width: 100%;
  }
}
.page-company.page-philosophy .l-lead .p-item__text {
  font-size: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-philosophy .l-lead .p-item__text {
    font-size: 3.8vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company.page-philosophy .l-lead .p-item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.page-company.page-philosophy .l-lead .p-item:nth-of-type(2n) .p-item__info {
  padding-left: 7%;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-philosophy .l-lead .p-item:nth-of-type(2n) .p-item__info {
    padding-left: 0;
  }
}
.page-company.page-philosophy .l-lead .p-item:last-child {
  margin-bottom: 0;
}
.page-company.page-philosophy .l-philosophy {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-philosophy .l-philosophy {
    width: 90%;
  }
}
.page-company.page-philosophy .l-philosophy .box {
  width: 787px;
  margin: 0 auto 70px;
  border: 1px solid #ED6A10;
  border-radius: 3px;
  font-family: source-han-serif-japanese, serif;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-philosophy .l-philosophy .box {
    width: 100%;
    margin: 0 auto 8vw;
  }
}
.page-company.page-philosophy .l-philosophy .box h4 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  padding: 5px;
  background: #ED6A10;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-philosophy .l-philosophy .box h4 {
    font-size: 6vw;
  }
}
.page-company.page-philosophy .l-philosophy .box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-philosophy .l-philosophy .box ul {
    padding: 5vw;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-company.page-philosophy .l-philosophy .box ul li {
  font-size: 28px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-philosophy .l-philosophy .box ul li {
    font-size: 6vw;
    width: 100%;
    padding-left: 28%;
  }
}
.page-company.page-philosophy .l-philosophy .p-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-philosophy .l-philosophy .p-item {
    flex-wrap: wrap;
    margin-bottom: 12vw;
  }
}
.page-company.page-philosophy .l-philosophy .p-item__photo {
  width: 48%;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-philosophy .l-philosophy .p-item__photo {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.page-company.page-philosophy .l-philosophy .p-item__info {
  width: 48%;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-philosophy .l-philosophy .p-item__info {
    width: 100%;
  }
}
.page-company.page-philosophy .l-philosophy .p-item__text {
  font-size: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-philosophy .l-philosophy .p-item__text {
    font-size: 3.8vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company.page-philosophy .l-philosophy .p-item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.page-company.page-philosophy .l-philosophy .p-item:nth-of-type(2n) .p-item__info {
  padding-left: 7%;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-philosophy .l-philosophy .p-item:nth-of-type(2n) .p-item__info {
    padding-left: 0;
  }
}
.page-company.page-philosophy .l-philosophy .p-item:last-child {
  margin-bottom: 0;
}

/*  3分でわかる山田屋
*----------------------------------- */
.page-company.page-feature .lead_text {
  text-align: center;
  font-size: 18px;
  margin-top: -40px;
  margin-bottom: 65px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-feature .lead_text {
    font-size: 3.8vw;
    margin-top: -5vw;
    margin-bottom: 9vw;
  }
}
.page-company.page-feature .anc_box {
  margin-bottom: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-feature .anc_box {
    margin-bottom: 10vw;
  }
}
.page-company.page-feature .anc_box ul {
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-feature .anc_box ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-company.page-feature .anc_box ul .p-item {
  width: 224px;
  margin: 0 10px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-feature .anc_box ul .p-item {
    width: 49%;
    margin: 0 0 5vw;
  }
}
.page-company.page-feature .anc_box ul .p-item__info {
  position: relative;
}
.page-company.page-feature .anc_box ul .p-item__photo {
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-feature .anc_box ul .p-item__photo {
    margin-bottom: 2vw;
  }
}
.page-company.page-feature .anc_box ul .p-item__title {
  font-size: 18px;
  font-weight: 700;
  color: #ED6A10;
  line-height: 1.3;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-feature .anc_box ul .p-item__title {
    font-size: 4vw;
  }
}
.page-company.page-feature .anc_box ul .p-item .num {
  position: absolute;
  top: 0;
  left: 0;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  width: 45px;
  height: 45px;
  background: #ED6A10;
  text-align: center;
  line-height: 45px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-feature .anc_box ul .p-item .num {
    font-size: 22px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.page-company.page-feature .anc_area {
  margin-top: -80px;
  padding-top: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-feature .anc_area {
    margin-top: -65px;
    padding-top: 65px;
  }
}
.page-company.page-feature .l-feature {
  width: 1000px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-feature .l-feature {
    width: 100%;
  }
}
.page-company.page-feature .l-feature .p-item {
  margin-bottom: 120px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-feature .l-feature .p-item {
    margin-bottom: 12vw;
  }
}
.page-company.page-feature .l-feature .p-item__photo {
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-feature .l-feature .p-item__photo {
    margin-bottom: 4vw;
  }
}
.page-company.page-feature .l-feature .p-item .num {
  position: absolute;
  top: 0;
  left: 0;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  width: 94px;
  height: 94px;
  background: #ED6A10;
  text-align: center;
  line-height: 94px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-feature .l-feature .p-item .num {
    font-size: 35px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.page-company.page-feature .l-feature .p-item__title {
  font-size: 36px;
  font-weight: 700;
  color: #ED6A10;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-feature .l-feature .p-item__title {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
}
.page-company.page-feature .l-feature .p-item__text {
  text-align: center;
  font-size: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-feature .l-feature .p-item__text {
    font-size: 3.8vw;
  }
}
.page-company.page-feature .l-feature .p-item:last-child {
  margin-bottom: 0;
}

/*  代表メッセージ
*----------------------------------- */
.page-company.page-message .mv {
  margin-top: -60px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-message .mv {
    margin-top: -5vw;
    margin-bottom: 10vw;
  }
}
.page-company.page-message .list-page__main {
  width: 100%;
}
.page-company.page-message .l-lead {
  margin-bottom: 200px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-message .l-lead {
    width: 90%;
    margin: 0 auto 20vw;
  }
}
.page-company.page-message .l-lead h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  color: #ED6A10;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-message .l-lead h2 {
    font-size: 6.5vw;
    margin-bottom: 4vw;
  }
}
.page-company.page-message .l-lead .lead_text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 100px;
  line-height: 2;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-message .l-lead .lead_text {
    font-size: 3.8vw;
    margin-bottom: 20vw;
  }
}
.page-company.page-message .l-lead .p-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-message .l-lead .p-item {
    flex-wrap: wrap;
    margin-bottom: 12vw;
  }
}
.page-company.page-message .l-lead .p-item__photo {
  width: 48%;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-message .l-lead .p-item__photo {
    width: 100%;
    margin-bottom: 3vw;
  }
}
.page-company.page-message .l-lead .p-item__info {
  width: 48%;
  padding-right: 7%;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-message .l-lead .p-item__info {
    width: 100%;
    padding-right: 0;
  }
}
.page-company.page-message .l-lead .p-item__title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-message .l-lead .p-item__title {
    font-size: 6vw;
    margin-bottom: 1vw;
  }
}
.page-company.page-message .l-lead .p-item__text {
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-message .l-lead .p-item__text {
    font-size: 3.8vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company.page-message .l-lead .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.page-company.page-message .l-lead .p-item:nth-child(2n) .p-item__info {
  padding-left: 7%;
  padding-right: 0;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-message .l-lead .p-item:nth-child(2n) .p-item__info {
    padding-left: 0;
  }
}
.page-company.page-message .l-lead .p-item:last-child {
  margin-bottom: 0;
}
.page-company.page-message .l-lead .image_list {
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-message .l-lead .image_list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-company.page-message .l-lead .image_list li {
  width: 284px;
  margin: 0 11px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-message .l-lead .image_list li {
    width: 49%;
    margin: 0 0 3vw;
  }
}
.page-company.page-message .l-message {
  padding-top: 80px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-message .l-message {
    padding-top: 12vw;
  }
}
.page-company.page-message .l-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 414px;
  background: linear-gradient(90deg, #ED6A10, #F2A700);
}
@media print, screen and (max-width: 760px) {
  .page-company.page-message .l-message::before {
    height: 220px;
  }
}
.page-company.page-message .l-message .p-item {
  width: 910px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-message .l-message .p-item {
    width: 90%;
  }
}
.page-company.page-message .l-message .p-item__title {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-message .l-message .p-item__title {
    font-size: 6vw;
    margin-bottom: 2vw;
    line-height: 1.3;
  }
}
.page-company.page-message .l-message .p-item__photo {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-message .l-message .p-item__photo {
    margin-bottom: 4vw;
  }
}
.page-company.page-message .l-message .p-item__text {
  font-size: 16px;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-message .l-message .p-item__text {
    font-size: 3.8vw;
    margin-bottom: 8vw;
  }
}
.page-company.page-message .l-message .p-item .catch {
  font-size: 42px;
  font-weight: 700;
  color: #ED6A10;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-company.page-message .l-message .p-item .catch {
    font-size: 6vw;
  }
}
.page-company.page-message .l-message .p-item .catch span {
  background: linear-gradient(transparent 95%, #ED6A10 95%);
}

/*  成長環境
*----------------------------------- */
.page-environment .lead_text {
  text-align: center;
  font-size: 18px;
  margin-top: -40px;
  margin-bottom: 65px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .lead_text {
    font-size: 3.8vw;
    margin-top: -5vw;
    margin-bottom: 10vw;
    padding: 0 5%;
  }
}
.page-environment .l-environment .p-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  border-bottom: 2px solid #ED6A10;
}
@media print, screen and (min-width: 761px) {
  .page-environment .l-environment .p-item {
    position: relative;
  }
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment .p-item {
    flex-wrap: wrap;
    margin-bottom: 12vw;
    padding: 0;
    border-bottom: none;
  }
}
.page-environment .l-environment .p-item__photo {
  width: 48%;
  padding-left: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment .p-item__photo {
    margin-bottom: 4vw;
    width: 100%;
    padding-left: 0;
    margin-bottom: 5vw;
  }
}
.page-environment .l-environment .p-item__info {
  width: 48%;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment .p-item__info {
    width: 100%;
    position: relative;
  }
}
.page-environment .l-environment .p-item .num {
  position: absolute;
  top: 60px;
  right: 0;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-size: 173px;
  line-height: 0.8;
  color: rgba(237, 106, 16, 0.1);
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment .p-item .num {
    font-size: 100px;
    top: 0;
  }
}
.page-environment .l-environment .p-item__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment .p-item__title {
    font-size: 6vw;
    margin-bottom: 2vw;
  }
}
.page-environment .l-environment .p-item__text {
  font-size: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment .p-item__text {
    font-size: 3.8vw;
  }
}
.page-environment .l-environment .p-item:first-child {
  padding: 0 0 60px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment .p-item:first-child {
    padding: 0;
  }
}
.page-environment .l-environment .p-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding: 60px 0 0;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment .p-item:last-child {
    padding: 0;
  }
}
@media print, screen and (min-width: 761px) {
  .page-environment .l-environment .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.page-environment .l-environment .p-item:nth-child(2n) .p-item__photo {
  padding-left: 0;
  padding-right: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment .p-item:nth-child(2n) .p-item__photo {
    padding: 0;
  }
}
.page-environment .l-environment .p-item:nth-child(2n) .p-item__info {
  padding-left: 110px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment .p-item:nth-child(2n) .p-item__info {
    padding: 0;
  }
}
@media print, screen and (min-width: 761px) {
  .page-environment .l-environment .p-item:nth-child(2n) .num {
    right: auto;
    left: 0;
  }
}

/*  採用情報
*----------------------------------- */
.page-recruit.page-index .list-page__list .l-index {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-recruit.page-index .list-page__list .l-index .p-item {
  width: 457px;
  margin: 0 25px 50px;
}
@media print, screen and (max-width: 760px) {
  .page-recruit.page-index .list-page__list .l-index .p-item {
    width: 100%;
    margin: 0 0 10vw;
  }
}
.page-recruit.page-index .list-page__list .l-index .p-item__photo {
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-recruit.page-index .list-page__list .l-index .p-item__photo {
    margin-bottom: 3vw;
  }
}
.page-recruit.page-index .list-page__list .l-index .p-item__photo img {
  border: 1px solid #EFEFEF;
}
.page-recruit.page-index .list-page__list .l-index .p-item__text {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-recruit.page-index .list-page__list .l-index .p-item__text {
    font-size: 6vw;
  }
}

/*  クロストーク
*----------------------------------- */
.page-crosstalk.page-index .list-page__list .l-index .p-item {
  width: 960px;
  margin: 0 auto 60px;
  border: 2px solid #ED6A10;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-index .list-page__list .l-index .p-item {
    width: 100%;
    margin: 0 0 12vw;
  }
}
.page-crosstalk.page-index .list-page__list .l-index .p-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page-crosstalk.page-index .list-page__list .l-index .p-item__photo {
  width: 50%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-index .list-page__list .l-index .p-item__photo {
    width: 100%;
  }
}
.page-crosstalk.page-index .list-page__list .l-index .p-item__info {
  width: 50%;
  padding: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-index .list-page__list .l-index .p-item__info {
    width: 100%;
    padding: 5% 5% 4%;
  }
}
.page-crosstalk.page-index .list-page__list .l-index .p-item__sub_title {
  font-size: 29px;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}
.page-crosstalk.page-index .list-page__list .l-index .p-item__sub_title span {
  padding: 2px 10px;
  background: #ED6A10;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-index .list-page__list .l-index .p-item__sub_title span {
    padding: 2px 5px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-index .list-page__list .l-index .p-item__sub_title {
    font-size: 5vw;
  }
}
.page-crosstalk.page-index .list-page__list .l-index .p-item__title {
  font-size: 37px;
  font-weight: 700;
  color: #ED6A10;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-index .list-page__list .l-index .p-item__title {
    font-size: 7vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-crosstalk.page-index .list-page__list .l-index .p-item:nth-of-type(odd) a {
    flex-direction: row-reverse;
  }
}

.page-crosstalk.page-01 .list-page__list > h2,
.page-crosstalk.page-02 .list-page__list > h2,
.page-crosstalk.page-03 .list-page__list > h2 {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 135px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-01 .list-page__list > h2,
  .page-crosstalk.page-02 .list-page__list > h2,
  .page-crosstalk.page-03 .list-page__list > h2 {
    font-size: 7vw;
    margin-bottom: 12vw;
  }
}
.page-crosstalk.page-01 .list-page__list > h2::after,
.page-crosstalk.page-02 .list-page__list > h2::after,
.page-crosstalk.page-03 .list-page__list > h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #ED6A10;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -60px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-01 .list-page__list > h2::after,
  .page-crosstalk.page-02 .list-page__list > h2::after,
  .page-crosstalk.page-03 .list-page__list > h2::after {
    width: 50px;
    bottom: -6vw;
  }
}
.page-crosstalk.page-01 .l-member_box,
.page-crosstalk.page-02 .l-member_box,
.page-crosstalk.page-03 .l-member_box {
  margin-bottom: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-01 .l-member_box,
  .page-crosstalk.page-02 .l-member_box,
  .page-crosstalk.page-03 .l-member_box {
    margin-bottom: 15vw;
  }
}
.page-crosstalk.page-01 .l-member_box h3,
.page-crosstalk.page-02 .l-member_box h3,
.page-crosstalk.page-03 .l-member_box h3 {
  text-align: center;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #ED6A10;
  line-height: 1;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-01 .l-member_box h3,
  .page-crosstalk.page-02 .l-member_box h3,
  .page-crosstalk.page-03 .l-member_box h3 {
    font-size: 10vw;
    margin-bottom: 7vw;
  }
}
.page-crosstalk.page-01 .l-member_box ul,
.page-crosstalk.page-02 .l-member_box ul,
.page-crosstalk.page-03 .l-member_box ul {
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-01 .l-member_box ul,
  .page-crosstalk.page-02 .l-member_box ul,
  .page-crosstalk.page-03 .l-member_box ul {
    justify-content: center;
  }
}
.page-crosstalk.page-01 .l-member_box ul li,
.page-crosstalk.page-02 .l-member_box ul li,
.page-crosstalk.page-03 .l-member_box ul li {
  width: 200px;
  margin: 0 20px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-01 .l-member_box ul li,
  .page-crosstalk.page-02 .l-member_box ul li,
  .page-crosstalk.page-03 .l-member_box ul li {
    width: 30%;
    margin: 0 1.5%;
  }
}
.page-crosstalk.page-01 .l-member_box ul li.num02 .p-item__name span,
.page-crosstalk.page-02 .l-member_box ul li.num02 .p-item__name span,
.page-crosstalk.page-03 .l-member_box ul li.num02 .p-item__name span {
  background: #69BD83;
}
.page-crosstalk.page-01 .l-member_box ul li.num03 .p-item__name span,
.page-crosstalk.page-02 .l-member_box ul li.num03 .p-item__name span,
.page-crosstalk.page-03 .l-member_box ul li.num03 .p-item__name span {
  background: #484848;
}
.page-crosstalk.page-01 .l-member_box ul .p-item__photo,
.page-crosstalk.page-02 .l-member_box ul .p-item__photo,
.page-crosstalk.page-03 .l-member_box ul .p-item__photo {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-01 .l-member_box ul .p-item__photo,
  .page-crosstalk.page-02 .l-member_box ul .p-item__photo,
  .page-crosstalk.page-03 .l-member_box ul .p-item__photo {
    margin-bottom: 3vw;
  }
}
.page-crosstalk.page-01 .l-member_box ul .p-item__name,
.page-crosstalk.page-02 .l-member_box ul .p-item__name,
.page-crosstalk.page-03 .l-member_box ul .p-item__name {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-01 .l-member_box ul .p-item__name,
  .page-crosstalk.page-02 .l-member_box ul .p-item__name,
  .page-crosstalk.page-03 .l-member_box ul .p-item__name {
    font-size: 4.3vw;
    margin-bottom: 2vw;
  }
}
.page-crosstalk.page-01 .l-member_box ul .p-item__name span,
.page-crosstalk.page-02 .l-member_box ul .p-item__name span,
.page-crosstalk.page-03 .l-member_box ul .p-item__name span {
  padding: 2px 10px;
  background: #ED6A10;
}
.page-crosstalk.page-01 .l-member_box ul .p-item__text,
.page-crosstalk.page-02 .l-member_box ul .p-item__text,
.page-crosstalk.page-03 .l-member_box ul .p-item__text {
  font-size: 18px;
  line-height: 1.3;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-01 .l-member_box ul .p-item__text,
  .page-crosstalk.page-02 .l-member_box ul .p-item__text,
  .page-crosstalk.page-03 .l-member_box ul .p-item__text {
    font-size: 3vw;
  }
}
.page-crosstalk.page-01 .l-crosstalk .p-item,
.page-crosstalk.page-02 .l-crosstalk .p-item,
.page-crosstalk.page-03 .l-crosstalk .p-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-01 .l-crosstalk .p-item,
  .page-crosstalk.page-02 .l-crosstalk .p-item,
  .page-crosstalk.page-03 .l-crosstalk .p-item {
    margin-bottom: 12vw;
    flex-wrap: wrap;
  }
}
.page-crosstalk.page-01 .l-crosstalk .p-item__photo,
.page-crosstalk.page-02 .l-crosstalk .p-item__photo,
.page-crosstalk.page-03 .l-crosstalk .p-item__photo {
  width: 47.5%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-01 .l-crosstalk .p-item__photo,
  .page-crosstalk.page-02 .l-crosstalk .p-item__photo,
  .page-crosstalk.page-03 .l-crosstalk .p-item__photo {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.page-crosstalk.page-01 .l-crosstalk .p-item__info,
.page-crosstalk.page-02 .l-crosstalk .p-item__info,
.page-crosstalk.page-03 .l-crosstalk .p-item__info {
  width: 47.5%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-01 .l-crosstalk .p-item__info,
  .page-crosstalk.page-02 .l-crosstalk .p-item__info,
  .page-crosstalk.page-03 .l-crosstalk .p-item__info {
    width: 100%;
  }
}
.page-crosstalk.page-01 .l-crosstalk .p-item__title,
.page-crosstalk.page-02 .l-crosstalk .p-item__title,
.page-crosstalk.page-03 .l-crosstalk .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.page-01 .l-crosstalk .p-item__title,
  .page-crosstalk.page-02 .l-crosstalk .p-item__title,
  .page-crosstalk.page-03 .l-crosstalk .p-item__title {
    font-size: 7vw;
    margin-bottom: 3vw;
  }
}
.page-crosstalk.page-01 .l-crosstalk .p-item__subtitle,
.page-crosstalk.page-02 .l-crosstalk .p-item__subtitle,
.page-crosstalk.page-03 .l-crosstalk .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.page-01 .l-crosstalk .p-item__subtitle,
  .page-crosstalk.page-02 .l-crosstalk .p-item__subtitle,
  .page-crosstalk.page-03 .l-crosstalk .p-item__subtitle {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.page-crosstalk.page-01 .l-crosstalk .p-item dl,
.page-crosstalk.page-02 .l-crosstalk .p-item dl,
.page-crosstalk.page-03 .l-crosstalk .p-item dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-01 .l-crosstalk .p-item dl,
  .page-crosstalk.page-02 .l-crosstalk .p-item dl,
  .page-crosstalk.page-03 .l-crosstalk .p-item dl {
    margin-bottom: 5vw;
  }
}
.page-crosstalk.page-01 .l-crosstalk .p-item dl dt,
.page-crosstalk.page-02 .l-crosstalk .p-item dl dt,
.page-crosstalk.page-03 .l-crosstalk .p-item dl dt {
  width: 74px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 3px;
  background: #ED6A10;
  line-height: 1.3;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-01 .l-crosstalk .p-item dl dt,
  .page-crosstalk.page-02 .l-crosstalk .p-item dl dt,
  .page-crosstalk.page-03 .l-crosstalk .p-item dl dt {
    font-size: 3.8vw;
  }
}
.page-crosstalk.page-01 .l-crosstalk .p-item dl dt.num02,
.page-crosstalk.page-02 .l-crosstalk .p-item dl dt.num02,
.page-crosstalk.page-03 .l-crosstalk .p-item dl dt.num02 {
  background: #69BD83;
}
.page-crosstalk.page-01 .l-crosstalk .p-item dl dt.num03,
.page-crosstalk.page-02 .l-crosstalk .p-item dl dt.num03,
.page-crosstalk.page-03 .l-crosstalk .p-item dl dt.num03 {
  background: #484848;
}
.page-crosstalk.page-01 .l-crosstalk .p-item dl dd,
.page-crosstalk.page-02 .l-crosstalk .p-item dl dd,
.page-crosstalk.page-03 .l-crosstalk .p-item dl dd {
  width: calc(100% - 90px);
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk.page-01 .l-crosstalk .p-item dl dd,
  .page-crosstalk.page-02 .l-crosstalk .p-item dl dd,
  .page-crosstalk.page-03 .l-crosstalk .p-item dl dd {
    width: calc(100% - 85px);
    font-size: 3.8vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-crosstalk.page-01 .l-crosstalk .p-item:nth-child(2n),
  .page-crosstalk.page-02 .l-crosstalk .p-item:nth-child(2n),
  .page-crosstalk.page-03 .l-crosstalk .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

/*  特別コース
*----------------------------------- */
.page-course .list-page__main {
  width: 100%;
}
.page-course .l-lead {
  margin-bottom: 130px;
}
@media print, screen and (max-width: 760px) {
  .page-course .l-lead {
    margin-bottom: 20vw;
  }
}
.page-course .l-lead h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  color: #ED6A10;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-course .l-lead h2 {
    font-size: 6.5vw;
    margin-bottom: 4vw;
  }
}
.page-course .l-lead .lead_text {
  text-align: center;
  font-size: 18px;
  margin-bottom: 65px;
  line-height: 2;
}
@media print, screen and (max-width: 760px) {
  .page-course .l-lead .lead_text {
    font-size: 3.8vw;
    padding: 0 5%;
    margin-bottom: 10vw;
  }
}
.page-course .l-lead .l-want {
  background: url(../course/images/bg.jpg) no-repeat center;
  background-size: 100% auto;
  height: 344px;
  margin-bottom: 80px;
  text-align: center;
  padding: 65px 0 0;
}
@media print, screen and (max-width: 760px) {
  .page-course .l-lead .l-want {
    background: url(../course/images/bg_sp.jpg) no-repeat center;
    background-size: cover;
    height: 50vh;
    margin-bottom: 20vw;
    padding: 8vw 5vw 0;
  }
}
.page-course .l-lead .l-want .p-item__title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-course .l-lead .l-want .p-item__title {
    font-size: 7vw;
    margin-bottom: 4vw;
  }
}
.page-course .l-lead .l-want ul li {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-course .l-lead .l-want ul li {
    font-size: 5vw;
    margin-bottom: 2vw;
    line-height: 1.4;
  }
  .page-course .l-lead .l-want ul li:nth-child(3n) {
    margin-bottom: 4vw;
  }
}
.page-course .l-lead .l-want ul li span {
  display: inline-block;
  background: linear-gradient(transparent 0%, #fff 0%);
  padding: 0 12px;
}
.page-course .l-lead .p-item {
  border: 2px solid #ED6A10;
  padding: 32px 35px;
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto 40px;
}
@media print, screen and (max-width: 760px) {
  .page-course .l-lead .p-item {
    padding: 6vw 5vw;
    width: 90%;
    margin: 0 auto 10vw;
    flex-wrap: wrap;
  }
}
.page-course .l-lead .p-item__subtitle {
  font-size: 29px;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}
.page-course .l-lead .p-item__subtitle span {
  padding: 2px 10px;
  background: #ED6A10;
}
@media print, screen and (max-width: 760px) {
  .page-course .l-lead .p-item__subtitle span {
    padding: 2px 5px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-course .l-lead .p-item__subtitle {
    font-size: 5vw;
  }
}
.page-course .l-lead .p-item__title {
  font-size: 37px;
  font-weight: 700;
  color: #ED6A10;
}
@media print, screen and (max-width: 760px) {
  .page-course .l-lead .p-item__title {
    font-size: 7vw;
  }
}
.page-course .l-lead .p-item__titlebox {
  width: 370px;
}
@media print, screen and (max-width: 760px) {
  .page-course .l-lead .p-item__titlebox {
    width: 100%;
    margin-bottom: 2vw;
  }
}
.page-course .l-lead .p-item__text {
  font-size: 18px;
  line-height: 2;
}
@media print, screen and (max-width: 760px) {
  .page-course .l-lead .p-item__text {
    font-size: 3.8vw;
    line-height: 1.4;
  }
}
.page-course .l-lead .p-item:last-child {
  margin-bottom: 0;
}
.page-course .l-course .l-table {
  width: 1000px;
  margin: 0 auto 75px;
  font-weight: 500;
  border-top: 2px solid #8E8E8E;
}
@media print, screen and (max-width: 760px) {
  .page-course .l-course .l-table {
    width: 90%;
    margin: 0 auto 10vw;
    border-left: 2px solid #8E8E8E;
    border-right: 2px solid #8E8E8E;
  }
}
.page-course .l-course .l-table dt {
  background: #EFEFEF;
  color: inherit;
  margin-bottom: 0;
  border-bottom: 2px solid #8E8E8E;
  font-size: 18px;
  padding: 20px 30px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media print, screen and (max-width: 760px) {
  .page-course .l-course .l-table dt {
    font-size: 4vw;
    padding: 2vw 2vw;
    width: 100%;
  }
}
.page-course .l-course .l-table dd {
  background: #fff;
  width: 80%;
  font-weight: 400;
  margin-bottom: 0;
  border-bottom: 2px solid #8E8E8E;
  padding: 20px 30px;
}
@media print, screen and (max-width: 760px) {
  .page-course .l-course .l-table dd {
    padding: 2vw 2vw;
    width: 100%;
  }
}
.page-course .l-course .l-table dd .box {
  margin-bottom: 10px;
}
.page-course .l-course .l-table dd .box:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 761px) {
  .page-course .l-course .l-table dd .box a {
    pointer-events: none;
  }
}

/*  募集要項
*----------------------------------- */
.page-job .lead_text {
  text-align: center;
  font-size: 18px;
  margin-top: -40px;
  margin-bottom: 65px;
}
@media print, screen and (max-width: 760px) {
  .page-job .lead_text {
    font-size: 3.8vw;
    margin-top: -5vw;
    margin-bottom: 12vw;
    padding: 0 5%;
  }
}
.page-job .l-lead {
  margin-bottom: 130px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-lead {
    margin-bottom: 20vw;
    padding: 0;
  }
}
.page-job .l-lead .anc_box {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-lead .anc_box {
    margin-bottom: 10vw;
  }
}
.page-job .l-lead .anc_box ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-lead .anc_box ul {
    justify-content: space-between;
  }
}
.page-job .l-lead .anc_box ul li {
  width: 350px;
  height: 80px;
  border: 2px solid #ED6A10;
  line-height: 76px;
  text-align: center;
  margin: 0 12px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-lead .anc_box ul li {
    width: 48%;
    height: 50px;
    line-height: 46px;
    margin: 0;
  }
}
.page-job .l-lead .anc_box ul li a {
  color: #ED6A10;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-lead .anc_box ul li a {
    font-size: 5vw;
  }
}
.page-job .l-lead .anc_box ul li.last {
  border: 2px solid #69BD83;
}
.page-job .l-lead .anc_box ul li.last a {
  color: #69BD83;
}
.page-job .l-lead .bnr {
  width: 924px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-lead .bnr {
    width: 100%;
  }
}
.page-job .l-job .l-table {
  width: 1000px;
  margin: 0 auto 110px;
  font-weight: 500;
  border-top: 2px solid #8E8E8E;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-job .l-table {
    width: 100%;
    margin: 0 auto 20vw;
    border-left: 2px solid #8E8E8E;
    border-right: 2px solid #8E8E8E;
  }
}
.page-job .l-job .l-table dt {
  background: #EFEFEF;
  color: inherit;
  margin-bottom: 0;
  border-bottom: 2px solid #8E8E8E;
  font-size: 18px;
  padding: 20px 30px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-job .l-table dt {
    font-size: 4vw;
    padding: 2vw 2vw;
    width: 100%;
  }
}
.page-job .l-job .l-table dd {
  background: #fff;
  width: 80%;
  font-weight: 400;
  margin-bottom: 0;
  border-bottom: 2px solid #8E8E8E;
  padding: 20px 30px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-job .l-table dd {
    padding: 2vw 2vw;
    width: 100%;
  }
}
.page-job .l-job .l-table dd .box {
  margin-bottom: 10px;
}
.page-job .l-job .l-table dd .box:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 761px) {
  .page-job .l-job .l-table dd .box a {
    pointer-events: none;
  }
}
.page-job .l-job .flow_ph {
  width: 799px;
  margin: 0 auto 60px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-job .flow_ph {
    width: 100%;
    margin: 0 auto 10vw;
  }
}
.page-job .anc_area {
  margin-top: -80px;
  padding-top: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-job .anc_area {
    margin-top: -65px;
    padding-top: 65px;
  }
}

/*  数字で見るYAMADAYA
*----------------------------------- */
.page-number .list-page__list {
  /* 上からフェードイン */
  /* 下からフェードイン */
  /* 左からフェードイン */
  /* 右からフェードイン */
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__list .section {
    padding: 0 7%;
  }
}
.page-number .list-page__list .section ul {
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__list .section ul {
    flex-wrap: wrap;
  }
}
.page-number .list-page__list .section.section01 {
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__list .section.section01 {
    margin-bottom: 15vw;
  }
}
.page-number .list-page__list .section.section01 li:nth-child(1) {
  width: 350px;
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__list .section.section01 li:nth-child(1) {
    width: 100%;
    margin-bottom: 15vw;
  }
}
.page-number .list-page__list .section.section01 li:nth-child(2) {
  width: 341px;
  margin: 11px 54px 0 56px;
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__list .section.section01 li:nth-child(2) {
    width: 100%;
    margin: 0 0 15vw 0;
  }
}
.page-number .list-page__list .section.section01 li:nth-child(3) {
  width: 376px;
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__list .section.section01 li:nth-child(3) {
    width: 100%;
  }
}
.page-number .list-page__list .section.section02 {
  margin-bottom: 58px;
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__list .section.section02 {
    margin-bottom: 17vw;
  }
}
.page-number .list-page__list .section.section02 li:nth-child(1) {
  width: 353px;
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__list .section.section02 li:nth-child(1) {
    width: 100%;
    margin-bottom: 15vw;
  }
}
.page-number .list-page__list .section.section02 li:nth-child(2) {
  width: 452px;
  margin: 25px 13px 0 0;
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__list .section.section02 li:nth-child(2) {
    width: 100%;
    margin: 0 0 15vw 0;
  }
}
.page-number .list-page__list .section.section02 li:nth-child(3) {
  width: 382px;
  margin-top: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__list .section.section02 li:nth-child(3) {
    width: 100%;
    margin-top: 0;
  }
}
.page-number .list-page__list .section.section03 {
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__list .section.section03 {
    margin-bottom: 15vw;
  }
}
.page-number .list-page__list .section.section03 li:nth-child(1) {
  width: 650px;
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__list .section.section03 li:nth-child(1) {
    width: 100%;
    margin-bottom: 15vw;
  }
}
.page-number .list-page__list .section.section03 li:nth-child(2) {
  width: 512px;
  margin: 0 0 0 37px;
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__list .section.section03 li:nth-child(2) {
    width: 100%;
    margin: 0;
  }
}
.page-number .list-page__list .section.section04 {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__list .section.section04 {
    margin-bottom: 15vw;
  }
}
.page-number .list-page__list .section.section04 li:nth-child(1) {
  width: 1200px;
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__list .section.section04 li:nth-child(1) {
    width: 100%;
    margin: 0;
  }
}
.page-number .list-page__list .section.section05 li:nth-child(1) {
  width: 1200px;
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__list .section.section05 li:nth-child(1) {
    width: 100%;
    margin: 0;
  }
}
.page-number .list-page__list .slide-top {
  opacity: 0;
  transform: translate(0, -40px);
  transition: all 1s ease-out;
}
.page-number .list-page__list .slide-bottom {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1s ease-out;
}
.page-number .list-page__list .slide-left {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 1s ease-out;
}
.page-number .list-page__list .slide-right {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 1s ease-out;
}

/*  policyページ
*----------------------------------- */
.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 .l-list__title {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 50px;
  background: #EFEFEF;
  font-weight: bold;
  padding: 10px 20px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .l-list__title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
    margin-top: 10vw;
  }
}

@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;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item__text {
    font-size: 3.8vw;
  }
}
.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;
}

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