/* ------------ colors ------------ */
/* ------------------------------- */
/* ------------ text-color ------------ */
/* ------------ border-color ------------ */
/* ------------ background-color ------------ */
/* ------------ system-color ------------ */
/* ------------ cv ------------ */
/* ------------ menu ------------ */
/* ------------ NEW ------------ */
/* ------------ slick-color ------------ */
/* mobile */
/* ------------------------------------

common

------------------------------------ */
.conmany__header {
  margin-top: 25px;
}
.conmany__header .cover__line {
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  width: 100%;
  height: 105px;
}
@media (max-width: 760px) {
  .conmany__header .cover__line {
    height: 20vw;
  }
}
.conmany__header .cover .subtitle {
  position: relative;
  margin-top: -47px;
  margin-bottom: 8px;
  display: block;
  font-size: 7.9rem;
  font-weight: 700;
  font-family: din-2014, sans-serif;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 760px) {
  .conmany__header .cover .subtitle {
    margin-bottom: 1%;
    font-size: 59px;
    font-size: 15.1282051282vw;
    line-height: 0.9;
    margin-top: -8vw;
  }
}
.conmany__header .cover .title {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
}
@media (max-width: 760px) {
  .conmany__header .cover .title {
    font-size: 4.1vw;
  }
}

.other_footer {
  background: #eee;
  padding: 56px 0;
  margin-top: 130px;
}
@media screen and (max-width: 760px) {
  .other_footer {
    margin-top: 20%;
    padding: 13% 0;
  }
}
.other_footer__list {
  width: 100%;
}
@media screen and (min-width: 761px) {
  .other_footer__list {
    display: flex;
    justify-content: center;
    width: 1100px;
    margin: 0 auto;
    align-items: center;
  }
}
@media screen and (max-width: 760px) {
  .other_footer__list {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
  }
}
.other_footer__list li {
  width: calc((100% - 20px * 2) / 3);
  margin-right: 20px;
  background: #DBDBDB;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 760px) {
  .other_footer__list li {
    width: 48.5%;
    margin-bottom: 0;
    margin: 0;
  }
}
.other_footer__list li a {
  display: block;
  padding: 30px 0;
}
@media screen and (max-width: 760px) {
  .other_footer__list li a {
    padding: 10% 0;
  }
}
.other_footer__list li a span {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  .other_footer__list li a span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 760px) {
  .other_footer__list li:first-child {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3%;
  }
  .other_footer__list li:first-child a {
    padding: 5% 0;
  }
}

.pan {
  padding: 20px 40px;
}
.pan li {
  display: inline;
  font-size: 12px;
  list-style: none;
}
.pan li:after {
  content: "|";
  margin: 0 5px;
}
.pan li:last-child:after {
  content: none;
}

@media screen and (max-width: 760px) {
  .pan {
    display: none;
  }
}
/*  l-wrapper  */
.l-wrapper {
  position: relative;
  overflow-x: hidden;
}

.l-page .l-wrapper {
  padding-top: 10px;
  background-size: 100% auto;
  margin-top: 50px;
}

@media screen and (max-width: 740px) {
  .l-page .l-wrapper {
    padding-top: 0;
    background-size: 190% auto;
    margin-top: 15%;
  }
}
/*  list-page__main  */
.list-page__main {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 761px) {
  .list-page__main {
    width: 1200px;
  }

  .l-system .list-page__main {
    width: 1100px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 740px) {
  .list-page__main {
    width: 90%;
  }

  .l-number .list-page__main {
    width: auto;
    margin-bottom: 18%;
  }
}
/*  slick-dots  */
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 12px;
  background: #9e9e9e;
}
.slick-dots li.slick-active {
  background: #acf6aa;
}

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

l-table

------------------------------------ */
.l-table dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3%;
}
.l-table dl dt {
  background: #acf6aa;
  color: #fff;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.l-table dl dd {
  background: #f1f1f1;
  width: 79.5%;
  padding: 10px 16px;
  font-weight: 400;
}

@media screen and (max-width: 740px) {
  .l-table dl dt {
    font-size: 3.6vw;
    text-align: center;
  }
  .l-table dl dd {
    font-size: 3.74vw;
  }
}
/* ------------------------------------

company

------------------------------------ */
.l-company .message {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 147px;
  /*   iPad
  ---------------------------------------------------------- */
}
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .l-company .message {
    padding-left: 5%;
  }
}
@media screen and (max-width: 979px) {
  .l-company .message {
    padding-left: 0;
  }
}
@media (max-width: 760px) {
  .l-company .message {
    margin: 0 auto 16.9230769231vw;
    padding-left: 7.6923076923vw;
  }
}
.l-company .message__img {
  position: relative;
  display: block;
}
.l-company .message__img > img {
  max-width: 1292px;
}
.l-company .message__txt {
  position: absolute;
  top: 0;
  margin: auto;
  height: fit-content;
  width: fit-content;
}
@media (min-width: 761px) {
  .l-company .message__txt {
    right: 70px;
    bottom: 0;
  }
}
@media (max-width: 760px) {
  .l-company .message__txt {
    top: 9.4871794872vw;
    left: 6.1538461538vw;
  }
}
.l-company .message__txt p {
  font-size: 1.7rem;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 0.02em;
  line-height: 1.647;
}
@media (max-width: 760px) {
  .l-company .message__txt p {
    line-height: 1.625;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.l-company .message__ttl {
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 760px) {
  .l-company .message__ttl {
    margin-bottom: 3.5897435897vw;
  }
}
.l-company .message__ttl::before {
  margin-bottom: 18px;
  content: attr(data-eng);
  display: block;
  width: fit-content;
  font-family: din-2014, sans-serif;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.8rem;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media (max-width: 760px) {
  .l-company .message__ttl::before {
    font-size: 30px;
    font-size: 7.6923076923vw;
  }
}
.l-company .message__ttl span {
  display: block;
  width: fit-content;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  font-size: 4.4rem;
  font-family: source-han-serif-japanese, serif;
  padding: 10px 17px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 760px) {
  .l-company .message__ttl span {
    padding: 2.0512820513vw 2.5641025641vw 2.8205128205vw;
    line-height: 0.8;
    font-size: 30px;
    font-size: 7.6923076923vw;
  }
  .l-company .message__ttl span:not(:first-child) {
    margin-top: -1.7948717949vw;
  }
}
.l-company .message__name {
  margin: 22px 0 28px;
  display: block;
  font-size: 2rem;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media (max-width: 760px) {
  .l-company .message__name {
    margin: 3.8461538462vw 0 5.641025641vw;
  }
}
.l-company .message__btn {
  line-height: 0;
}
.l-company .message__btn .more-btn {
  display: inline-block;
  line-height: 0;
  font-family: urw-din, sans-serif;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.l-company .message__btn .more-btn::after {
  margin-left: 8px;
  display: block;
  content: "";
  width: 24px;
  height: 4px;
  background: url("../images/cmn/arrow.svg") center/contain no-repeat;
  transition: 0.3s;
  position: relative;
  right: 0;
}
@media (max-width: 760px) {
  .l-company .message__btn .more-btn::after {
    margin-left: 1.5384615385vw;
    width: 4.6153846154vw;
    height: 0.7692307692vw;
  }
}
.l-company .message__btn .more-btn img {
  width: 100px;
}
@media (max-width: 760px) {
  .l-company .message__btn .more-btn img {
    width: 22vw;
  }
}
.l-company .message__btn .more-btn:hover {
  opacity: 1;
}
.l-company .message__btn .more-btn:hover img {
  opacity: 1;
}
.l-company .message__btn .more-btn:hover::after {
  right: -6px;
}
.l-company .business {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
@media (min-width: 761px) {
  .l-company .business {
    padding: 90px 0 194px 90px;
  }
}
@media (max-width: 760px) {
  .l-company .business {
    margin: 0 auto 17.9487179487vw;
    overflow: hidden;
  }
}
.l-company .business__txt {
  display: block;
}
@media (max-width: 760px) {
  .l-company .business__txt {
    padding-left: 7.6923076923vw;
  }
}
.l-company .business__txt p {
  font-family: source-han-serif-japanese, serif;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1.59;
}
.l-company .business__ttl {
  margin-bottom: 26px;
  font-size: 8.2rem;
  letter-spacing: -0.02em;
  font-family: source-han-serif-japanese, serif;
  line-height: 1.15;
}
@media (max-width: 760px) {
  .l-company .business__ttl {
    font-size: 42px;
    font-size: 10.7692307692vw;
  }
}
.l-company .business__ttl span {
  line-height: 1;
  margin-bottom: 8px;
  display: block;
  font-size: 13rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: din-2014, sans-serif;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}
@media (min-width: 761px) {
  .l-company .business__ttl span {
    margin-left: -90px;
  }
}
@media (max-width: 760px) {
  .l-company .business__ttl span {
    margin-left: -8.7179487179vw;
    font-size: 81px;
    font-size: 20.7692307692vw;
    letter-spacing: 0.02em;
  }
}
.l-company .business__btn {
  margin-top: 25px;
  line-height: 0;
}
.l-company .business__btn .more-btn {
  display: inline-block;
  line-height: 0;
  font-family: urw-din, sans-serif;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.l-company .business__btn .more-btn::after {
  margin-left: 8px;
  display: block;
  content: "";
  width: 24px;
  height: 4px;
  background: url("../images/cmn/arrow.svg") center/contain no-repeat;
  transition: 0.3s;
  position: relative;
  right: 0;
}
@media (max-width: 760px) {
  .l-company .business__btn .more-btn::after {
    margin-left: 1.5384615385vw;
    width: 4.6153846154vw;
    height: 0.7692307692vw;
  }
}
.l-company .business__btn .more-btn img {
  width: 100px;
}
@media (max-width: 760px) {
  .l-company .business__btn .more-btn img {
    width: 22vw;
  }
}
.l-company .business__btn .more-btn:hover {
  opacity: 1;
}
.l-company .business__btn .more-btn:hover img {
  opacity: 1;
}
.l-company .business__btn .more-btn:hover::after {
  right: -6px;
}
@media (min-width: 761px) {
  .l-company .business__img {
    position: absolute;
    z-index: -1;
    top: -45px;
    right: 70px;
    max-width: 743px;
  }
}
.l-company .company-link {
  max-width: 1200px;
  margin: 50px auto 0;
}
@media (max-width: 760px) {
  .l-company .company-link {
    margin: 16.4102564103vw 5.1282051282vw 0;
  }
}
@media (min-width: 761px) {
  .l-company .company-link ul {
    display: flex;
    flex-flow: wrap;
  }
}
.l-company .company-link li {
  text-align: left;
}
@media (min-width: 761px) {
  .l-company .company-link li {
    width: calc((100% - 25px * 2) / 3);
    margin-right: 25px;
  }
  .l-company .company-link li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 760px) {
  .l-company .company-link li + li {
    margin-top: 19.4871794872vw;
  }
}
.l-company .company-link span {
  margin: 20px auto 10px;
  display: block;
  font-size: 3.6rem;
}
@media (max-width: 760px) {
  .l-company .company-link span {
    margin: 5% auto 2%;
    font-size: 8vw;
  }
}
.l-company .company-link .more-btn {
  display: inline-block;
  line-height: 0;
}
.l-company .company-link .more-btn .more-btn__wrap {
  font-family: urw-din, sans-serif;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.l-company .company-link .more-btn .more-btn__wrap::after {
  margin-left: 8px;
  display: block;
  content: "";
  width: 24px;
  height: 4px;
  background: url("../images/cmn/arrow.svg") center/contain no-repeat;
  transition: 0.3s;
  position: relative;
  right: 0;
}
@media (max-width: 760px) {
  .l-company .company-link .more-btn .more-btn__wrap::after {
    margin-left: 1.5384615385vw;
    width: 4.6153846154vw;
    height: 0.7692307692vw;
  }
}
.l-company .company-link .more-btn .more-btn__wrap img {
  width: 100px;
}
@media (max-width: 760px) {
  .l-company .company-link .more-btn .more-btn__wrap img {
    width: 25vw;
  }
}
.l-company .company-link .more-btn .more-btn__wrap:hover {
  opacity: 1;
}
.l-company .company-link .more-btn .more-btn__wrap:hover img {
  opacity: 1;
}
.l-company .company-link .more-btn .more-btn__wrap:hover::after {
  right: -6px;
}

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

about

------------------------------------ */
.l-about .about {
  margin-top: 50px;
}
@media (max-width: 760px) {
  .l-about .about {
    margin-top: 10%;
  }
}
.l-about .about__photo {
  max-width: 1034px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 760px) {
  .l-about .about__photo {
    width: 90%;
    margin-bottom: 10%;
  }
}
.l-about .about__img {
  max-width: 1300px;
  margin: 0 auto 124px;
}
@media (max-width: 760px) {
  .l-about .about__img {
    margin: 0 5.1282051282vw 17.9487179487vw;
  }
}
.l-about .about__table {
  max-width: 1035px;
  margin: 0 auto;
  font-family: source-han-serif-japanese, serif;
  font-size: 1.5rem;
}
@media (max-width: 760px) {
  .l-about .about__table {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.l-about .about__table > table {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 760px) {
  .l-about .about__table > table {
    width: 90%;
  }
}
.l-about .about__table > table > tbody > tr > th,
.l-about .about__table > table > tbody > tr > td {
  font-weight: 400;
}
@media (min-width: 761px) {
  .l-about .about__table > table > tbody > tr > th,
.l-about .about__table > table > tbody > tr > td {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
  }
}
@media (max-width: 760px) {
  .l-about .about__table > table > tbody > tr > th,
.l-about .about__table > table > tbody > tr > td {
    display: block;
  }
}
.l-about .about__table > table > tbody > tr > th span.title,
.l-about .about__table > table > tbody > tr > td span.title {
  display: block;
  font-weight: 500;
  font-size: 19px;
}
.l-about .about__table > table > tbody > tr > th {
  vertical-align: middle;
  background: #9e9e9e;
  color: #fff;
  padding: 26px 24px;
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-about .about__table > table > tbody > tr > th {
    width: 200px;
  }
}
@media (max-width: 760px) {
  .l-about .about__table > table > tbody > tr > th {
    padding: 2.5641025641vw;
    text-align: center;
  }
}
.l-about .about__table > table > tbody > tr > td {
  line-height: 2.1333;
  padding: 26px 41px;
  font-size: 1.7rem;
}
@media (max-width: 760px) {
  .l-about .about__table > table > tbody > tr > td {
    padding: 4.6153846154vw 3% 8.7179487179vw;
    font-size: 4.2vw;
    text-align: center;
  }
  .l-about .about__table > table > tbody > tr > td.text {
    text-align: left;
  }
}
.l-about .about__subtable th,
.l-about .about__subtable td {
  font-weight: 400;
}
.l-about .about__subtable th {
  width: 12em;
}
@media (max-width: 760px) {
  .l-about .about__subtable th {
    display: block;
    width: 100%;
    line-height: 1.73;
    font-weight: 500;
    padding-bottom: 2vw;
  }
}
@media (max-width: 760px) {
  .l-about .about__subtable td {
    display: block;
    width: 100%;
    line-height: 1.4;
    padding-bottom: 8vw;
  }
}
@media (min-width: 761px) {
  .l-about .about__subtable td a {
    pointer-events: none;
  }
}
.l-about .about__subtable td a.map {
  padding: 3px 10px 4px 5px;
  line-height: 1;
  display: inline-block;
  font-size: 1rem;
  background-color: #e5e5e5;
  position: relative;
}
@media (min-width: 761px) {
  .l-about .about__subtable td a.map {
    margin-left: 14px;
    pointer-events: inherit;
  }
}
@media (max-width: 760px) {
  .l-about .about__subtable td a.map {
    margin: 2.5641025641vw 0;
    display: block;
    width: fit-content;
  }
}
.l-about .about__subtable td a.map::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  display: block;
  box-sizing: border-box;
  width: 3px;
  height: 2px;
  margin: auto;
  content: "";
  border: 2px solid transparent;
  border-left: 3px solid #101010;
}
@media (max-width: 760px) {
  .l-about .about__list li {
    line-height: 1.7333;
  }
  .l-about .about__list li + li {
    margin-top: 1em;
  }
}

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

vision

------------------------------------ */
.l-vision h3 {
  text-align: center;
  font-size: 13rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: din-2014, sans-serif;
  font-style: italic;
  height: fit-content;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
@media (max-width: 760px) {
  .l-vision h3 {
    margin-left: -0.1em;
    letter-spacing: 0.03em;
    line-height: 0.82;
    font-size: 21vw;
    white-space: pre;
  }
}
.l-vision .vison-misson {
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 760px) {
  .l-vision .vison-misson {
    margin-top: 10%;
  }
}
.l-vision .vison-misson__sub {
  font-family: din-2014, sans-serif;
  font-size: 2.1rem;
  margin-top: 10px;
  letter-spacing: 0.4em;
  font-weight: 700;
  font-style: italic;
}
@media (max-width: 760px) {
  .l-vision .vison-misson__sub {
    margin-top: 5%;
  }
}
.l-vision .vison-misson__catch {
  font-size: 5.4rem;
  margin-top: 10px;
}
@media (max-width: 760px) {
  .l-vision .vison-misson__catch {
    font-size: 11vw;
    line-height: 1.3;
    margin-top: 3%;
  }
}
.l-vision .vison-misson__text {
  font-size: 1.9rem;
  line-height: 2.2;
  margin-top: 15px;
}
@media (max-width: 760px) {
  .l-vision .vison-misson__text {
    font-size: 3.8vw;
    line-height: 2.1;
    font-weight: 100;
  }
}
.l-vision .vison-policy {
  margin-top: 120px;
}
@media (max-width: 760px) {
  .l-vision .vison-policy {
    margin-top: 20%;
  }
}
.l-vision .vison-policy h3 {
  font-size: 10rem;
}
@media (max-width: 760px) {
  .l-vision .vison-policy h3 {
    font-size: 11.5vw;
    line-height: 1;
    width: 100%;
    width: fit-content;
    margin: 0 auto;
  }
}
.l-vision .vison-policy__list {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
@media (max-width: 760px) {
  .l-vision .vison-policy__list {
    width: 85%;
    margin-top: 8%;
  }
}
.l-vision .vison-policy__list dl {
  width: 100%;
  border-bottom: 1px solid #C3C3C3;
  align-items: center;
}
@media (min-width: 761px) {
  .l-vision .vison-policy__list dl {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 760px) {
  .l-vision .vison-policy__list dl {
    margin-bottom: 8%;
    padding-bottom: 10%;
  }
}
.l-vision .vison-policy__list dl dt {
  font-weight: bold;
  font-size: 10rem;
  width: 14%;
  font-family: din-2014, sans-serif;
  font-style: italic;
  height: fit-content;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 12%;
  letter-spacing: 5px;
}
@media (max-width: 760px) {
  .l-vision .vison-policy__list dl dt {
    width: 100%;
    width: fit-content;
    font-size: 14vw;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto;
    line-height: 1;
  }
}
.l-vision .vison-policy__list dl dd {
  font-size: 3.2rem;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .l-vision .vison-policy__list dl dd {
    font-size: 5.6vw;
    margin-top: 2%;
  }
}
.l-vision .vison-policy__list dl:last-child {
  border-bottom: none;
}

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

business

------------------------------------ */
.l-business h3 {
  text-align: center;
  font-size: 13rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: din-2014, sans-serif;
  font-style: italic;
  height: fit-content;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
@media (max-width: 760px) {
  .l-business h3 {
    margin-left: -0.1em;
    letter-spacing: 0.05em;
    line-height: 0.82;
    font-size: 21vw;
    white-space: pre;
  }
}
.l-business .vison-misson {
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 760px) {
  .l-business .vison-misson {
    margin-top: 10%;
  }
}
.l-business .vison-misson__sub {
  font-family: din-2014, sans-serif;
  font-size: 2.1rem;
  margin-top: 20px;
  letter-spacing: 0.4em;
  font-weight: 700;
  font-style: italic;
}
.l-business .vison-misson__catch {
  font-size: 5.4rem;
  margin-top: 10px;
}
@media (max-width: 760px) {
  .l-business .vison-misson__catch {
    font-size: 11vw;
    line-height: 1.3;
    margin-top: 3%;
  }
}
.l-business .vison-misson__text {
  font-size: 1.9rem;
  line-height: 2.2;
  margin-top: 15px;
}
@media (max-width: 760px) {
  .l-business .vison-misson__text {
    font-size: 3.8vw;
  }
}
@media (min-width: 761px) {
  .l-business .l-business-list__wrap {
    width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
  }
}
@media (max-width: 760px) {
  .l-business .l-business-list__wrap {
    width: 90%;
    margin: 0 auto;
    margin-top: 10%;
  }
}
.l-business .l-business-list__wrap dl {
  position: relative;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  z-index: 1;
}
@media (min-width: 761px) {
  .l-business .l-business-list__wrap dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 50px;
    margin-bottom: 70px;
  }
}
@media (max-width: 760px) {
  .l-business .l-business-list__wrap dl {
    font-size: 25px;
    font-size: 6.4102564103vw;
    padding: 7% 7% 10%;
    margin-bottom: 10%;
  }
}
.l-business .l-business-list__wrap dl::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: calc(100% - 5px * 2);
  height: calc(100% - 5px * 2);
  background-color: #fff;
  content: "";
  z-index: -1;
}
.l-business .l-business-list__wrap dl dt {
  width: 515px;
}
@media (max-width: 760px) {
  .l-business .l-business-list__wrap dl dt {
    width: 100%;
    margin-bottom: 5%;
  }
}
.l-business .l-business-list__wrap dl dd {
  width: calc(100% - 555px);
  padding-top: 20px;
}
@media (max-width: 760px) {
  .l-business .l-business-list__wrap dl dd {
    width: 100%;
    padding-top: 0;
  }
}
.l-business .l-business-list__wrap dl dd .bussiness__title {
  font-size: 3.7rem;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media (max-width: 760px) {
  .l-business .l-business-list__wrap dl dd .bussiness__title {
    font-size: 6.8vw;
    margin-bottom: 3%;
    line-height: 1.4;
    text-align: center;
  }
}
.l-business .l-business-list__wrap dl dd .bussiness__text {
  font-size: 1.7rem;
  line-height: 1.9;
}
@media (max-width: 760px) {
  .l-business .l-business-list__wrap dl dd .bussiness__text {
    line-height: 1.7;
  }
}
.l-business .l-business-list__wrap dl:nth-child(2n) {
  flex-direction: row-reverse;
}

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

history

------------------------------------ */
.l-history .history-mv {
  margin: 0 auto 80px;
  position: relative;
  max-width: 1366px;
  margin-top: 50px;
}
@media (max-width: 760px) {
  .l-history .history-mv {
    margin-top: 10%;
    margin-bottom: 15%;
  }
}
@media (max-width: 760px) {
  .l-history .history-mv__img {
    margin: 0 5.1282051282vw 9.7435897436vw;
  }
}
.l-history .history-mv__txt {
  text-align: center;
}
@media (min-width: 761px) {
  .l-history .history-mv__txt {
    margin: auto;
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (max-width: 760px) {
  .l-history .history-mv__txt {
    margin: 0 7.4358974359vw;
    font-size: 5vw;
  }
}
.l-history .history-mv__ttl {
  margin-bottom: 32px;
  font-size: 3.5rem;
  font-weight: bold;
}
@media (max-width: 760px) {
  .l-history .history-mv__ttl {
    position: absolute;
    top: 33.3333333333vw;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-size: 6.4102564103vw;
    line-height: 1.68;
  }
}
.l-history .history-message {
  margin-bottom: 200px;
}
@media (max-width: 760px) {
  .l-history .history-message {
    margin: 0 7.4358974359vw 23.0769230769vw;
  }
}
.l-history .history-message p {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.7307;
}
@media (max-width: 760px) {
  .l-history .history-message p {
    font-size: 20px;
    font-size: 5.1282051282vw;
    line-height: 2;
  }
}
.l-history .history-message p:not(:last-child) {
  margin-bottom: 44px;
}
@media (max-width: 760px) {
  .l-history .history-message p:not(:last-child) {
    margin-bottom: 5%;
  }
}
.l-history .history-message p span {
  display: inline-block;
  line-height: 1.3;
  font-size: 6.5rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0);
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 760px) {
  .l-history .history-message p span {
    font-size: 8.2vw;
  }
}
.l-history .history-list {
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media (max-width: 760px) {
  .l-history .history-list {
    margin: 0 7.4358974359vw 15vw;
  }
}
.l-history .history-list__item {
  position: relative;
}
@media (min-width: 761px) {
  .l-history .history-list__item {
    padding-bottom: 20px;
    display: flex;
    flex-flow: wrap;
  }
}
.l-history .history-list__item + .history-list__item {
  margin-top: 35px;
}
@media (max-width: 760px) {
  .l-history .history-list__item + .history-list__item {
    margin-top: 11.5384615385vw;
  }
}
.l-history .history-list__item time {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: din-2014, sans-serif;
  line-height: 1;
}
@media (min-width: 761px) {
  .l-history .history-list__item time {
    width: 27%;
    margin-right: 3%;
  }
}
@media (max-width: 760px) {
  .l-history .history-list__item time {
    margin-bottom: 3%;
    position: relative;
    font-size: 6vw;
    text-align: center;
    display: block;
  }
}
.l-history .history-list__item time::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 42px;
  display: block;
  margin: auto;
  width: 1px;
  height: 100%;
  z-index: -1;
  content: "";
  background-color: #42d9aa;
}
@media (max-width: 760px) {
  .l-history .history-list__item time::before {
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
.l-history .history-list__item time span {
  display: inline-block;
  background-color: #fff;
  font-style: italic;
}
@media (min-width: 761px) {
  .l-history .history-list__item time span {
    padding-bottom: 25px;
    line-height: 1.6666;
  }
}
@media (max-width: 760px) {
  .l-history .history-list__item time span {
    padding: 0 4.358974359vw;
    line-height: 1.5833;
  }
}
@media (min-width: 761px) {
  .l-history .history-list__flex {
    display: flex;
    flex-flow: wrap;
    flex: 1;
  }
}
@media (min-width: 761px) {
  .l-history .history-list__txt {
    flex: 1;
  }
}
.l-history .history-list__txt p {
  font-family: source-han-serif-japanese, serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.333;
}
.l-history .history-list__ttl {
  margin-bottom: 26px;
  font-size: 2.6rem;
  line-height: 1.6666;
}
@media (max-width: 760px) {
  .l-history .history-list__ttl {
    font-size: 4.3vw;
    line-height: 1.5833;
  }
}
.l-history .history-list-point {
  margin-top: 18px;
  font-family: source-han-serif-japanese, serif;
  align-items: center;
  width: 100%;
  padding: 27px 50px 31px;
  box-sizing: border-box;
  position: relative;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
}
@media (min-width: 761px) {
  .l-history .history-list-point {
    display: flex;
  }
}
@media (max-width: 760px) {
  .l-history .history-list-point {
    padding: 7.6923076923vw 8.9743589744vw;
  }
}
.l-history .history-list-point::before {
  position: absolute;
  top: -24px;
  right: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 14px;
  margin: auto;
  content: "";
  border: 10px solid transparent;
  border-bottom: 14px solid #c8f37c;
}
.l-history .history-list-point__ttl {
  font-size: 3rem;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: italic;
}
@media (min-width: 761px) {
  .l-history .history-list-point__ttl {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid #777;
  }
}
@media (max-width: 760px) {
  .l-history .history-list-point__ttl {
    display: block;
    text-align: center;
    line-height: 1;
    border-bottom: 1px solid #777;
    padding-bottom: 3vw;
    margin-bottom: 4vw;
  }
}
@media (min-width: 761px) {
  .l-history .history-list-point__txt {
    flex: 1;
  }
}
.l-history .history-list-point__txt p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8666;
}

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

message

------------------------------------ */
.l-message .message-mv {
  margin-bottom: 100px;
}
@media (max-width: 760px) {
  .l-message .message-mv {
    margin-bottom: 17.9487179487vw;
  }
}
.l-message .message-mv__ttl {
  position: relative;
  height: 500vh;
  background: url("../company/images/message/bg_message_mv.jpg") center top/cover no-repeat;
}
@media (min-width: 761px) {
  .l-message .message-mv__ttl {
    max-height: 626px;
  }
}
@media (max-width: 760px) {
  .l-message .message-mv__ttl {
    height: 137vw;
    background: url("../company/images/message/bg_message_mv_sp.jpg") center top/cover no-repeat;
  }
}
.l-message .message-mv__ttl::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  content: "";
  height: 60px;
  width: 2px;
  background-color: #fff;
}
@media (max-width: 760px) {
  .l-message .message-mv__ttl::before {
    height: 10.2564102564vw;
  }
}
.l-message .message-mv__ttl span {
  position: absolute;
  right: calc(50% - 2em);
  bottom: 0;
  margin: auto;
  height: fit-content;
  width: fit-content;
  color: #fff;
  font-size: 7rem;
  line-height: 1.4;
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.4));
}
@media (min-width: 761px) {
  .l-message .message-mv__ttl span {
    top: 0;
  }
}
@media (max-width: 760px) {
  .l-message .message-mv__ttl span {
    left: 0;
    right: 0;
    bottom: 10vw;
    font-size: 10.5vw;
    width: 85%;
    line-height: 1.25;
    font-weight: 500;
  }
}
.l-message .message-mv__txt {
  padding-top: 84px;
  text-align: center;
  position: relative;
}
@media (max-width: 760px) {
  .l-message .message-mv__txt {
    padding-top: 12.8205128205vw;
    margin: 0 5.1282051282vw;
  }
}
.l-message .message-mv__txt::before {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  display: block;
  margin: auto;
  content: "";
  height: 60px;
  width: 2px;
  background-color: #acf6aa;
}
@media (max-width: 760px) {
  .l-message .message-mv__txt::before {
    height: 10.2564102564vw;
  }
}
.l-message .message-mv__txt p {
  font-size: 1.8rem;
  line-height: 1.8888;
}
@media (max-width: 760px) {
  .l-message .message-mv__txt p {
    text-align: left;
    line-height: 1.6;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.l-message .message-mv__name {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.069em;
  font-size: 1.4rem;
}
@media (max-width: 760px) {
  .l-message .message-mv__name {
    margin-bottom: 4.1025641026vw;
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.l-message .message-mv__name span {
  font-size: 3rem;
}
@media (max-width: 760px) {
  .l-message .message-mv__name span {
    font-size: 30px;
    font-size: 7.6923076923vw;
  }
}
.l-message .message-section {
  max-width: 1440px;
  margin: 0 auto 130px;
  width: 94%;
}
@media (max-width: 760px) {
  .l-message .message-section {
    width: 90%;
    margin: 0 5.1282051282vw 16.6666666667vw;
  }
}
@media (min-width: 761px) {
  .l-message .message-section__flex {
    display: flex;
    align-items: center;
    column-gap: 50px;
  }
  .l-message .message-section__flex:nth-of-type(even) {
    flex-flow: row-reverse;
  }
}
.l-message .message-section__flex + .message-section__flex {
  margin-top: 110px;
}
@media (max-width: 760px) {
  .l-message .message-section__flex + .message-section__flex {
    margin-top: 20%;
  }
}
@media (min-width: 761px) {
  .l-message .message-section__img {
    max-width: 720px;
  }
}
@media (max-width: 760px) {
  .l-message .message-section__img {
    margin-bottom: 6.6666666667vw;
  }
}
.l-message .message-section__txt {
  letter-spacing: 0.069em;
}
@media (min-width: 761px) {
  .l-message .message-section__txt {
    max-width: 546px;
  }
}
.l-message .message-section__txt p {
  font-size: 1.8rem;
  line-height: 1.888;
}
@media (max-width: 760px) {
  .l-message .message-section__txt p {
    line-height: 1.6;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.l-message .message-section__ttl {
  margin-bottom: 67px;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 760px) {
  .l-message .message-section__ttl {
    margin-bottom: 11.5384615385vw;
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.l-message .message-section__ttl::before {
  position: absolute;
  bottom: -36px;
  left: 0;
  display: block;
  margin: auto;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #acf6aa;
}
@media (max-width: 760px) {
  .l-message .message-section__ttl::before {
    bottom: -5.641025641vw;
  }
}

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

concept

------------------------------------ */
@media (max-width: 760px) {
  .l-concept .concept-main {
    width: 90%;
    margin: 0 auto;
  }
}
.l-concept .concept-main__logo {
  width: 265px;
  margin: 0 auto;
  margin-top: 60px;
}
@media (max-width: 760px) {
  .l-concept .concept-main__logo {
    width: 55%;
    margin-top: 10%;
  }
}
.l-concept .concept-main__text {
  text-align: center;
  margin-top: 20px;
  line-height: 2;
  font-size: 1.7rem;
}
@media (max-width: 760px) {
  .l-concept .concept-main__text {
    margin-top: 5%;
    text-align: left;
  }
}
.l-concept .concept-list {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 760px) {
  .l-concept .concept-list {
    width: 90%;
    margin-top: 15%;
    padding-bottom: 15%;
  }
}
.l-concept .concept-list:after {
  position: absolute;
  z-index: 1000;
  content: "";
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}
@media (max-width: 760px) {
  .l-concept .concept-list:after {
    width: 100%;
  }
}
.l-concept .concept-list__photo {
  width: 840px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .l-concept .concept-list__photo {
    width: 100%;
  }
}
.l-concept .concept-list__text {
  text-align: center;
  margin-top: 40px;
  line-height: 2;
  font-size: 1.7rem;
}
@media (max-width: 760px) {
  .l-concept .concept-list__text {
    margin-top: 7%;
    text-align: left;
  }
}
.l-concept .concept-list__text .title {
  font-size: 3.7rem;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media (max-width: 760px) {
  .l-concept .concept-list__text .title {
    margin-bottom: 2%;
    font-size: 6.5vw;
  }
}
.l-concept .concept-list.list02 {
  margin-top: 80px;
}
@media (max-width: 760px) {
  .l-concept .concept-list.list02 {
    margin-top: 10%;
  }
}
@media (min-width: 761px) {
  .l-concept .concept-list.list02 .concept-list__wrap {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
  }
}
.l-concept .concept-list.list02 .concept-list__photo {
  width: 602px;
}
@media (max-width: 760px) {
  .l-concept .concept-list.list02 .concept-list__photo {
    width: 100%;
  }
}
.l-concept .concept-list.list02 .concept-list__text {
  width: calc(100% - 642px);
  text-align: left;
  margin-right: 40px;
}
@media (max-width: 760px) {
  .l-concept .concept-list.list02 .concept-list__text {
    width: 100%;
  }
}
.l-concept .concept-innovation {
  margin-top: 100px;
}
@media (max-width: 760px) {
  .l-concept .concept-innovation {
    margin-top: 15%;
  }
}
.l-concept .concept-innovation h3 {
  text-align: center;
  font-size: 10.9rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: din-2014, sans-serif;
  font-style: italic;
  height: fit-content;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
@media (max-width: 760px) {
  .l-concept .concept-innovation h3 {
    line-height: 1;
    font-size: 14vw;
  }
}
.l-concept .concept-innovation__sub {
  font-size: 3.7rem;
  margin-top: 0;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 760px) {
  .l-concept .concept-innovation__sub {
    font-size: 7vw;
    margin-top: 5%;
    line-height: 1.3;
  }
}
@media (min-width: 761px) {
  .l-concept .concept-innovation__wrap {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
  }
}
@media (max-width: 760px) {
  .l-concept .concept-innovation__wrap {
    width: 90%;
    margin: 0 auto;
    margin-top: 10%;
  }
}
.l-concept .concept-innovation__wrap dl {
  width: 580px;
}
@media (max-width: 760px) {
  .l-concept .concept-innovation__wrap dl {
    width: 100%;
    margin-bottom: 15%;
  }
}
.l-concept .concept-innovation__wrap dl dt {
  margin-bottom: 30px;
}
@media (max-width: 760px) {
  .l-concept .concept-innovation__wrap dl dt {
    margin-bottom: 5%;
  }
}
.l-concept .concept-innovation__wrap dl dd {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.9;
}
@media (max-width: 760px) {
  .l-concept .concept-innovation__wrap dl dd {
    font-size: 3.8vw;
  }
}
.l-concept .concept-innovation__wrap dl dd .title {
  font-size: 3.6rem;
  margin-bottom: 15px;
  line-height: 1;
}
@media (max-width: 760px) {
  .l-concept .concept-innovation__wrap dl dd .title {
    font-size: 8vw;
    margin-bottom: 3%;
  }
}
.l-concept .concept-btn a {
  width: 573px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
  font-size: 2.4rem;
  display: block;
  background: #00ABEB;
  color: #fff;
  padding: 25px 0;
  border-radius: 50px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
}
@media (max-width: 760px) {
  .l-concept .concept-btn a {
    width: 90%;
    font-size: 5vw;
    padding: 5% 0;
    margin-top: 5%;
  }
}

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

colleague

------------------------------------ */
.l-colleague.l-page .l-wrapper {
  margin-top: 0;
  padding-top: 0;
}
.l-colleague.l-colleague-index .people {
  margin-top: 100px;
}
@media (min-width: 761px) {
  .l-colleague.l-colleague-index .people-index__wrap {
    width: 1200px;
    margin: 100px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 760px) {
  .l-colleague.l-colleague-index .people-index__wrap {
    width: 100%;
    margin: 10% auto;
  }
}
.l-colleague.l-colleague-index .people-index__wrap .people-slide__item {
  margin-bottom: 35px;
}
@media (max-width: 760px) {
  .l-colleague.l-colleague-index .people-index__wrap .people-slide__item {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
}
@media (max-width: 760px) {
  .l-colleague.l-colleague-index .people-index__wrap .people-slide__txt {
    padding: 5vw;
  }
  .l-colleague.l-colleague-index .people-index__wrap .people-slide__txt p {
    font-size: 6vw;
  }
  .l-colleague.l-colleague-index .people-index__wrap .people-slide__txt span:nth-of-type(1) {
    font-size: 3.7vw;
    margin-bottom: 0.6em;
  }
  .l-colleague.l-colleague-index .people-index__wrap .people-slide__txt span:nth-of-type(2) {
    font-size: 3vw;
  }
}
.l-colleague .member-mv__img {
  position: relative;
}
.l-colleague .member-mv__img::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  content: "";
  height: 60px;
  width: 1px;
  background-color: #E9F547;
}
@media (max-width: 760px) {
  .l-colleague .member-mv__img::after {
    height: 10.2564102564vw;
    background-color: #fff;
  }
}
.l-colleague .member-mv__en {
  position: absolute;
  left: 5%;
  font-weight: 900;
  font-size: 130px;
  line-height: 1;
  letter-spacing: 0.07em;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-family: din-2014, sans-serif;
  font-style: italic;
}
@media (min-width: 761px) {
  .l-colleague .member-mv__en {
    top: 25%;
  }
}
@media (max-width: 760px) {
  .l-colleague .member-mv__en {
    left: 50%;
    top: 22vw;
    margin: 0 auto;
    font-size: 15vw;
    text-align: center;
    color: rgba(172, 246, 170, 0.2);
    transform: translateX(-50%);
  }
}
.l-colleague .member-mv__catch {
  position: absolute;
  left: 6%;
}
@media (min-width: 761px) {
  .l-colleague .member-mv__catch {
    top: 50%;
  }
}
@media (max-width: 760px) {
  .l-colleague .member-mv__catch {
    top: 40vw;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 100%;
  }
}
.l-colleague .member-mv__catch p {
  font-size: 8.2rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.06em;
}
@media (min-width: 761px) {
  .l-colleague .member-mv__catch p {
    margin-bottom: 32px;
  }
}
@media (max-width: 760px) {
  .l-colleague .member-mv__catch p {
    text-align: center;
    font-size: 32px;
    font-size: 8.2051282051vw;
  }
}
.l-colleague .member-mv__catch span {
  display: block;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.029em;
  line-height: 1;
}
@media (max-width: 760px) {
  .l-colleague .member-mv__catch span {
    display: none;
  }
}
.l-colleague .member-mv__sub {
  bottom: 0;
  font-size: 42px;
}
@media (max-width: 760px) {
  .l-colleague .member-mv__sub {
    font-size: 5vw;
  }
}
.l-colleague .member-mv__ttl {
  height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.069em;
  line-height: 1;
  position: relative;
}
@media (max-width: 760px) {
  .l-colleague .member-mv__ttl {
    font-size: 30px;
    font-size: 7.6923076923vw;
    height: 47.9487179487vw;
  }
}
.l-colleague .member-mv__ttl::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  content: "";
  height: 60px;
  width: 1px;
  background-color: #acf6aa;
}
@media (max-width: 760px) {
  .l-colleague .member-mv__ttl::before {
    height: 10.2564102564vw;
  }
}
.l-colleague .member-mv__ttl span {
  margin-top: 15px;
  font-size: 1.4rem;
  color: #b3b3b3;
}
@media (max-width: 760px) {
  .l-colleague .member-mv__ttl span {
    margin-top: 3.8461538462vw;
    font-size: 14px;
    font-size: 3.5897435897vw;
    letter-spacing: 0.5px;
  }
}
.l-colleague .member-mv__ttl .member-mv__info {
  font-size: 16px;
  margin-top: 25px;
  font-weight: 500;
  font-family: source-han-sans-japanese, sans-serif;
}
@media (max-width: 760px) {
  .l-colleague .member-mv__ttl .member-mv__info {
    font-size: 4vw;
    margin-top: 5%;
  }
}
.l-colleague .member-section {
  margin: 0 auto 156px;
  width: 100%;
}
@media (max-width: 760px) {
  .l-colleague .member-section {
    margin: 0 auto 25%;
    width: 100%;
  }
}
.l-colleague .member-section__flex {
  position: relative;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  width: 100%;
}
@media (min-width: 761px) {
  .l-colleague .member-section__flex .member-section__flex__wrap {
    display: flex;
    align-items: center;
    column-gap: 50px;
    padding: 100px 0px;
    max-width: 1440px;
    margin: 0 auto;
    width: 94%;
  }
}
@media (max-width: 760px) {
  .l-colleague .member-section__flex .member-section__flex__wrap {
    width: 90%;
    margin: 0 auto;
    padding: 10% 0;
  }
}
.l-colleague .member-section__flex .member-section__flex__wrap:nth-of-type(even)::before {
  transform: scale(-1, 1);
}
.l-colleague .member-section__flex .member-section__flex__wrap:nth-of-type(even) .member-section__ttl::before {
  background-color: #acf6aa;
}
.l-colleague .member-section__flex:nth-of-type(even) {
  background: none;
}
.l-colleague .member-section__flex:nth-of-type(even) .member-section__flex__wrap {
  flex-flow: row-reverse;
}
.l-colleague .member-section__flex:nth-of-type(even) .member-section__ttl:before {
  background-color: #acf6aa;
}
.l-colleague .member-section__flex:last-of-type {
  background: linear-gradient(90deg, #93FAC8 0%, #E5FEF2 100%);
}
@media (min-width: 761px) {
  .l-colleague .member-section__img {
    max-width: 720px;
  }
}
@media (max-width: 760px) {
  .l-colleague .member-section__img {
    margin-bottom: 6.6666666667vw;
  }
}
.l-colleague .member-section__txt {
  letter-spacing: 0.069em;
}
@media (min-width: 761px) {
  .l-colleague .member-section__txt {
    max-width: 546px;
  }
}
.l-colleague .member-section__txt p {
  font-size: 1.7rem;
  line-height: 1.888;
}
@media (max-width: 760px) {
  .l-colleague .member-section__txt p {
    line-height: 1.6;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.l-colleague .member-section__ttl {
  margin-bottom: 67px;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.2813;
  position: relative;
}
@media (max-width: 760px) {
  .l-colleague .member-section__ttl {
    margin-bottom: 11.5384615385vw;
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.l-colleague .member-section__ttl::before {
  position: absolute;
  bottom: -36px;
  left: 0;
  display: block;
  margin: auto;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
}
@media (max-width: 760px) {
  .l-colleague .member-section__ttl::before {
    bottom: -5.641025641vw;
  }
}
.l-colleague .member-message {
  margin-bottom: 138px;
  padding-top: 98px;
  position: relative;
  z-index: 1;
}
@media (max-width: 760px) {
  .l-colleague .member-message {
    margin-bottom: 28.2051282051vw;
    padding: 16.4102564103vw 11.5384615385vw 0;
  }
}
.l-colleague .member-message::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  content: "";
  height: 456px;
  width: 100%;
  z-index: -1;
  background: #acf6aa;
  background: linear-gradient(90deg, #f6a3aa 0%, #acf6aa 100%);
}
@media (max-width: 760px) {
  .l-colleague .member-message::before {
    height: 47.1794871795vw;
  }
}
.l-colleague .member-message__img {
  max-width: 957px;
  margin: 0 auto 29px;
}
.l-colleague .member-message__txt {
  max-width: 913px;
  margin: 0 auto;
}
.l-colleague .member-message__txt p {
  line-height: 1.888;
  font-size: 1.8rem;
}
@media (max-width: 760px) {
  .l-colleague .member-message__txt p {
    line-height: 1.6;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.l-colleague .member-message__ttl {
  margin-bottom: 54px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.069em;
  position: relative;
}
@media (max-width: 760px) {
  .l-colleague .member-message__ttl {
    margin-bottom: 12.3076923077vw;
    font-size: 24px;
    font-size: 6.1538461538vw;
    line-height: 1.2916;
  }
}
.l-colleague .member-message__ttl::before {
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  display: block;
  margin: auto;
  content: "";
  width: 80px;
  height: 1px;
  background-color: #acf6aa;
}
@media (max-width: 760px) {
  .l-colleague .member-message__ttl::before {
    bottom: -6.6666666667vw;
    width: 15.3846153846vw;
  }
}
.l-colleague .other-member {
  margin-bottom: 148px;
}
@media (max-width: 760px) {
  .l-colleague .other-member {
    margin-bottom: 26.9230769231vw;
  }
}
.l-colleague .other-member__ttl {
  margin-bottom: 27px;
  text-align: center;
  color: #acf6aa;
  font-family: din-2014, sans-serif;
  font-size: 7.3rem;
  font-weight: 500;
  transform: scaleX(0.8);
  line-height: 1;
}
@media (max-width: 760px) {
  .l-colleague .other-member__ttl {
    margin-bottom: 6.9230769231vw;
    font-size: 71px;
    font-size: 18.2051282051vw;
  }
}
.l-colleague #other-member-slide {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-colleague #other-member-slide {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 760px) {
  .l-colleague #other-member-slide {
    width: 90%;
  }
}
.l-colleague #other-member-slide.member01 .member01 {
  display: none;
}
.l-colleague #other-member-slide.member02 .member02 {
  display: none;
}
.l-colleague #other-member-slide.member03 .member03 {
  display: none;
}
.l-colleague #other-member-slide.member04 .member04 {
  display: none;
}
.l-colleague #other-member-slide.member05 .member05 {
  display: none;
}
.l-colleague .other-member-slide__item {
  width: calc((100% - 18px * 3) / 4);
}
@media (max-width: 760px) {
  .l-colleague .other-member-slide__item {
    margin: 0 2.3076923077vw;
    width: 57.6923076923vw;
  }
}
.l-colleague .other-member-slide__item a {
  display: block;
  text-align: center;
  letter-spacing: 0.069em;
  font-weight: bold;
  line-height: 1;
}
.l-colleague .other-member-slide__item img {
  margin-bottom: 20px;
}
.l-colleague .other-member-slide__item p {
  margin-bottom: 8px;
  font-size: 2.2rem;
}
@media (max-width: 760px) {
  .l-colleague .other-member-slide__item p {
    margin-bottom: 2.0512820513vw;
    font-size: 22px;
    font-size: 5.641025641vw;
  }
}
.l-colleague .other-member-slide__item span {
  display: block;
  font-size: 1.3rem;
  color: #b3b3b3;
}
@media (max-width: 760px) {
  .l-colleague .other-member-slide__item span {
    font-size: 13px;
    font-size: 3.3333333333vw;
  }
}
.l-colleague .people {
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 760px) {
  .l-colleague .people {
    margin-bottom: 23.0769230769vw;
  }
}
.l-colleague .people__ttl {
  max-width: 1440px;
  margin: 0 auto 45px;
  line-height: 1;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  font-family: source-han-serif-japanese, serif;
  padding-left: 100px;
}
@media (max-width: 760px) {
  .l-colleague .people__ttl {
    margin: 0 auto 8.2051282051vw;
    padding-left: 7.1794871795vw;
    overflow: hidden;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.l-colleague .people__ttl::before {
  display: block;
  width: fit-content;
  content: "PEOPLE";
  font-size: 27.6rem;
  font-weight: 700;
  font-family: din-2014, sans-serif;
  letter-spacing: 0.02em;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -80px;
  margin-bottom: -85px;
  font-style: italic;
}
@media (max-width: 760px) {
  .l-colleague .people__ttl::before {
    margin-left: -11.5384615385vw;
    margin-bottom: -11.2820512821vw;
    font-size: 30vw;
  }
}
.l-colleague .people__ttl span {
  margin-bottom: 20px;
  display: block;
  font-size: 7.9rem;
  font-weight: 700;
  font-family: din-2014, sans-serif;
  letter-spacing: 0.02em;
  font-style: italic;
}
@media (max-width: 760px) {
  .l-colleague .people__ttl span {
    margin-bottom: 2.0512820513vw;
    font-size: 59px;
    font-size: 15.1282051282vw;
  }
}
.l-colleague #people-slide {
  min-height: 628px;
}
@media (max-width: 760px) {
  .l-colleague #people-slide {
    min-height: 97.4358974359vw;
  }
}
.l-colleague .people-slide__item {
  position: relative;
  width: 351px;
  margin: 0 18px;
  transition: 0.5s;
}
@media (max-width: 760px) {
  .l-colleague .people-slide__item {
    width: 54.358974359vw;
    margin: 0 3.0769230769vw;
  }
}
@media (min-width: 761px) {
  .l-colleague .people-slide__item.slick-current + .people-slide__item {
    width: 468px;
  }
}
@media (max-width: 760px) {
  .l-colleague .people-slide__item.slick-current {
    width: 72.5641025641vw;
  }
}
.l-colleague .people-slide__item a {
  display: block;
}
.l-colleague .people-slide__item a::before, .l-colleague .people-slide__item a::after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  content: "";
  opacity: 0.9;
  background: linear-gradient(0deg, #e4f047 0%, transparent 70%);
  transition: 0.3s;
}
.l-colleague .people-slide__item a::after {
  opacity: 0;
  background: linear-gradient(0deg, #e4f047 0%, #e4f047 100%);
}
.l-colleague .people-slide__item a:hover {
  opacity: 1;
}
.l-colleague .people-slide__item a:hover::before {
  opacity: 0;
}
.l-colleague .people-slide__item a:hover::after {
  opacity: 0.5;
}
.l-colleague .people-slide__item a:hover img {
  opacity: 1;
}
.l-colleague .people-slide__item:nth-of-type(odd) a::before {
  background: linear-gradient(0deg, #82f380 0%, transparent 70%);
}
.l-colleague .people-slide__item:nth-of-type(odd) a::after {
  background: linear-gradient(0deg, #82f380 0%, #82f380 100%);
}
.l-colleague .people-slide__txt {
  z-index: 2;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  letter-spacing: -0.02em;
  transition: 0.5s;
}
@media (max-width: 760px) {
  .l-colleague .people-slide__txt {
    padding: 3.0769230769vw;
  }
}
.l-colleague .people-slide__txt p {
  font-family: source-han-serif-japanese, serif;
  line-height: 1.294;
  font-size: 2.5rem;
  transition: 0.5s;
  margin-bottom: 0.5em;
}
@media (max-width: 760px) {
  .l-colleague .people-slide__txt p {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.l-colleague .people-slide__txt span {
  display: block;
  line-height: 1;
  transition: 0.5s;
}
.l-colleague .people-slide__txt span:nth-of-type(1) {
  margin-bottom: 0.8em;
  font-size: 1.6rem;
  font-family: source-han-serif-japanese, serif;
}
@media (max-width: 760px) {
  .l-colleague .people-slide__txt span:nth-of-type(1) {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}
.l-colleague .people-slide__txt span:nth-of-type(2) {
  font-size: 1.2rem;
}
@media (max-width: 760px) {
  .l-colleague .people-slide__txt span:nth-of-type(2) {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}
@media (min-width: 761px) {
  .slick-current + .people-slide__item .l-colleague .people-slide__txt {
    padding: 30px;
  }
  .slick-current + .people-slide__item .l-colleague .people-slide__txt p {
    font-size: 3.4rem;
  }
  .slick-current + .people-slide__item .l-colleague .people-slide__txt span:nth-of-type(1) {
    font-size: 2.2rem;
  }
  .slick-current + .people-slide__item .l-colleague .people-slide__txt span:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
@media (max-width: 760px) {
  .slick-current .l-colleague .people-slide__txt {
    padding: 4.358974359vw;
  }
  .slick-current .l-colleague .people-slide__txt p {
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
  .slick-current .l-colleague .people-slide__txt span:nth-of-type(1) {
    font-size: 13px;
    font-size: 3.3333333333vw;
  }
  .slick-current .l-colleague .people-slide__txt span:nth-of-type(2) {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}
.l-colleague .people__btn {
  text-align: right;
  line-height: 0;
}
@media (min-width: 761px) {
  .l-colleague .people__btn {
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    padding: 0 30px;
  }
}
@media (max-width: 760px) {
  .l-colleague .people__btn {
    margin-top: 9.7435897436vw;
    text-align: center;
  }
}

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

job

------------------------------------ */
.l-new_job__wrap {
  position: relative;
  max-width: 1366px;
  margin: 0 auto 70px;
  margin-top: 70px;
}
@media screen and (max-width: 760px) {
  .l-new_job__wrap {
    width: 90%;
    margin: 0 auto 20%;
    margin-top: 15%;
  }
}
.l-new_job h3 {
  text-align: center;
  font-size: 10.9rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: din-2014, sans-serif;
  font-style: italic;
  height: fit-content;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 760px) {
  .l-new_job h3 {
    margin-left: -0.1em;
    letter-spacing: 0.05em;
    line-height: 0.82;
    font-size: 12vw;
    white-space: pre;
    margin-bottom: 5%;
  }
}
.l-new_job__title {
  font-size: 2.5rem;
  margin-bottom: 50px;
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  line-height: 1;
}
@media (max-width: 760px) {
  .l-new_job__title {
    margin: 0 auto 10%;
  }
}
@media (min-width: 761px) {
  .l-new_job__tab-list ul {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
}
.l-new_job__tab-list ul li {
  width: 430px;
  margin-right: 40px;
}
@media (max-width: 760px) {
  .l-new_job__tab-list ul li {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 3%;
  }
}
.l-new_job__tab-list ul li a {
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  background: #9e9e9e;
  line-height: 1.3;
  position: relative;
  font-weight: 600;
}
@media (max-width: 760px) {
  .l-new_job__tab-list ul li a {
    font-size: 5vw;
  }
}
.l-new_job__tab-list ul li a span {
  display: block;
  font-size: 24px;
}
.l-new_job__tab-list ul li a:after {
  position: absolute;
  top: calc(50% - -2px);
  right: 9px;
  transform: translateY(-50%) scale(0.7) rotate(90deg);
  z-index: 1000;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 10px;
  border-style: solid;
  content: "";
  border-color: transparent transparent transparent #fff;
  opacity: 1;
}
@media (min-width: 761px) {
  .l-new_job__tab-list ul li:last-child {
    margin-right: 0;
  }
}
.l-new_job .tab-content {
  margin-top: -30px;
  padding-top: 30px;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 760px) {
  .l-new_job .tab-content {
    margin-top: -10%;
    padding-top: 10%;
    width: 100%;
  }
}
.l-new_job .tab-content:after {
  position: absolute;
  z-index: 1000;
  content: "";
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}
@media (max-width: 760px) {
  .l-new_job .tab-content:after {
    width: 100%;
  }
}
.l-new_job .tab-content__title {
  width: 100%;
  position: relative;
}
@media (min-width: 761px) {
  .l-new_job .tab-content__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 50px auto 10px;
  }
}
@media (max-width: 760px) {
  .l-new_job .tab-content__title {
    margin: 15% auto 5%;
  }
}
.l-new_job .tab-content__title h4 {
  font-size: 3.7rem;
  font-weight: 600;
  margin-right: 30px;
}
@media (max-width: 760px) {
  .l-new_job .tab-content__title h4 {
    font-size: 3rem;
    margin-right: 0;
    line-height: 1.2;
  }
}
.l-new_job .tab-content__title__btn a {
  background: #111;
  color: #fff;
  padding: 6px 30px 8px 15px;
  line-height: 1;
  display: block;
  position: relative;
}
@media (max-width: 760px) {
  .l-new_job .tab-content__title__btn a {
    width: 50%;
    margin-top: 8%;
    font-size: 3.3vw;
  }
}
.l-new_job .tab-content__title__btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  display: block;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  margin: auto;
  content: "";
  border: 3px solid transparent;
  border-left: 4px solid #fff;
}
.l-new_job .tab-content__text {
  font-family: source-han-serif-japanese, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1875;
  margin-bottom: 60px;
}
@media (max-width: 760px) {
  .l-new_job .tab-content__text {
    margin-bottom: 10%;
  }
}
.l-new_job .tab-content__unit dl {
  display: flex;
  margin: 0 0 10px;
}
@media (max-width: 760px) {
  .l-new_job .tab-content__unit dl {
    display: block;
    margin: 0 0 2vw;
  }
}
.l-new_job .tab-content__unit dl:last-child {
  margin: 0;
}
.l-new_job .tab-content__unit dl dt, .l-new_job .tab-content__unit dl dd {
  font-size: 17px;
  font-weight: 500;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 760px) {
  .l-new_job .tab-content__unit dl dt, .l-new_job .tab-content__unit dl dd {
    font-size: 3.8vw;
    padding: 4vw;
  }
}
.l-new_job .tab-content__unit dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  background: #c7f37e;
  font-weight: 700;
  font-family: source-han-sans-japanese, sans-serif;
}
@media (max-width: 760px) {
  .l-new_job .tab-content__unit dl dt {
    width: 100%;
    font-size: 4.5vw;
    padding: 3vw;
  }
}
.l-new_job .tab-content__unit dl dd {
  flex: 1;
  background: #fff;
  line-height: 1.8;
}
.l-new_job .tab-content__unit dl dd .parts {
  margin-top: 15px;
}
@media (max-width: 760px) {
  .l-new_job .tab-content__unit dl dd.text {
    text-align: center;
  }
}
.l-new_job__flow {
  width: 100%;
}
.l-new_job__flow-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .l-new_job__flow-wrap {
    width: 90%;
  }
}
.l-new_job__flow-wrap .l-new_job__title {
  color: #101010;
  background: none;
  -webkit-text-fill-color: initial;
}
.l-new_job__flow-body ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px;
  margin: 0 0 60px;
  position: relative;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  z-index: 1;
}
.l-new_job__flow-body ul li::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: calc(100% - 3px * 2);
  height: calc(100% - 3px * 2);
  background-color: #fff;
  content: "";
  z-index: -1;
}
.l-new_job__flow-body ul li:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 18px 20px 0 20px;
  border-color: #101010 transparent transparent transparent;
}
.l-new_job__flow-body ul li:last-child {
  margin: 0;
}
.l-new_job__flow-body ul li:last-child:before {
  content: none;
}
.l-new_job__flow-body ul .content {
  flex: 1;
  text-align: center;
}
.l-new_job__flow-body ul .content__title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (max-width: 760px) {
  .l-new_job__flow-body ul .content__title {
    font-size: 5vw;
  }
}
.l-new_job__flow-body ul .content p {
  font-size: 17px;
  line-height: 2;
}
.l-new_job .common-entry__btn a {
  width: 573px;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
  font-size: 2.4rem;
  display: block;
  background: #62e2be;
  background: linear-gradient(90deg, #62e2be 0%, #00d196 100%);
  transition: 0.3s;
  color: #fff;
  padding: 25px 0;
  border-radius: 50px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
}
@media (max-width: 760px) {
  .l-new_job .common-entry__btn a {
    width: 90%;
    font-size: 5vw;
    padding: 5% 0;
    margin-top: 5%;
  }
}
.l-new_job .common-entry__btn a:hover {
  opacity: 1;
  background: #00d196;
  background: linear-gradient(90deg, #00d196 0%, #62e2be 100%);
}

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

culture

------------------------------------ */
@media (min-width: 761px) {
  .l-culture .person {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
@media (max-width: 760px) {
  .l-culture .person {
    margin: 0 7.6923076923vw 21.0256410256vw;
    margin-top: 10%;
  }
}
@media (min-width: 761px) {
  .l-culture .person__img {
    max-width: 648px;
    margin-right: 74px;
  }
}
.l-culture .person__txt p {
  font-size: 1.7rem;
  line-height: 1.7647;
  letter-spacing: 0.02em;
  font-family: source-han-serif-japanese, serif;
}
@media (max-width: 760px) {
  .l-culture .person__txt p {
    line-height: 1.625;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.l-culture .person__ttl {
  margin: 28px 0 30px;
  font-size: 8.2rem;
  letter-spacing: -0.02em;
  font-family: source-han-serif-japanese, serif;
  line-height: 1;
}
@media (max-width: 760px) {
  .l-culture .person__ttl {
    margin: 9.2307692308vw auto 3.8461538462vw;
    font-size: 50px;
    font-size: 12.8205128205vw;
  }
}
.l-culture .person__ttl span {
  display: block;
  font-size: 13rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: din-2014, sans-serif;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}
@media (max-width: 760px) {
  .l-culture .person__ttl span {
    font-size: 80px;
    font-size: 20.5128205128vw;
  }
}
.l-culture .person__btn {
  margin-top: 32px;
  line-height: 0;
}
@media (max-width: 760px) {
  .l-culture .person__btn {
    margin-top: 6.9230769231vw;
  }
}
.l-culture .person__btn .more-btn {
  display: inline-block;
  line-height: 0;
  font-family: urw-din, sans-serif;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.l-culture .person__btn .more-btn::after {
  margin-left: 8px;
  display: block;
  content: "";
  width: 24px;
  height: 4px;
  background: url("../images/cmn/arrow.svg") center/contain no-repeat;
  transition: 0.3s;
  position: relative;
  right: 0;
}
@media (max-width: 760px) {
  .l-culture .person__btn .more-btn::after {
    margin-left: 1.5384615385vw;
    width: 4.6153846154vw;
    height: 0.7692307692vw;
  }
}
.l-culture .person__btn .more-btn img {
  width: 100px;
}
@media (max-width: 760px) {
  .l-culture .person__btn .more-btn img {
    width: 25vw;
  }
}
.l-culture .person__btn .more-btn:hover {
  opacity: 1;
}
.l-culture .person__btn .more-btn:hover img {
  opacity: 1;
}
.l-culture .person__btn .more-btn:hover::after {
  right: -6px;
}
.l-culture .btn-other {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .l-culture .btn-other {
    width: 90%;
  }
}
.l-culture .btn-other a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 146px;
  box-sizing: border-box;
  font-size: 2.7rem;
  font-family: source-han-serif-japanese, serif;
  position: relative;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  z-index: 1;
}
@media (max-width: 760px) {
  .l-culture .btn-other a {
    height: 26.1538461538vw;
    font-size: 25px;
    font-size: 6.4102564103vw;
  }
}
.l-culture .btn-other a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: calc(100% - 3px * 2);
  height: calc(100% - 3px * 2);
  background-color: #fff;
  content: "";
  z-index: -1;
}
.l-culture .btn-other a span {
  transition: 0.3s;
}
.l-culture .btn-other a:hover {
  opacity: 1;
}
.l-culture .btn-other a:hover span {
  display: inline-block;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

welfare

------------------------------------ */
.l-welfare__main {
  margin: 0 auto;
  width: 1200px;
  margin-top: 50px;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 760px) {
  .l-welfare__main {
    width: 90%;
    margin-top: 5%;
    padding-bottom: 5%;
  }
}
.l-welfare__main:after {
  position: absolute;
  z-index: 1000;
  content: "";
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}
@media (max-width: 760px) {
  .l-welfare__main:after {
    width: 100%;
  }
}
.l-welfare__catch {
  font-size: 3.7rem;
  margin-bottom: 25px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 760px) {
  .l-welfare__catch {
    font-size: 7.8vw;
    line-height: 1.3;
    margin-bottom: 3%;
  }
}
.l-welfare__text {
  text-align: center;
  margin-bottom: 50px;
  line-height: 2;
  font-size: 1.7rem;
}
@media (max-width: 760px) {
  .l-welfare__text {
    margin-bottom: 10%;
    line-height: 1.8;
    font-size: 3.8vw;
  }
}
.l-welfare__photo {
  margin-bottom: 5%;
}
@media (min-width: 761px) {
  .l-welfare__photo {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
  }
}
.l-welfare__traning {
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 760px) {
  .l-welfare__traning {
    margin-top: 15%;
  }
}
.l-welfare__traning h3 {
  text-align: center;
  font-size: 10.9rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: din-2014, sans-serif;
  font-style: italic;
  height: fit-content;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .l-welfare__traning h3 {
    margin-left: -0.1em;
    letter-spacing: 0.05em;
    line-height: 0.82;
    font-size: 14vw;
    white-space: pre;
  }
}
.l-welfare__traning .traning {
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 760px) {
  .l-welfare__traning .traning {
    margin-top: 10%;
  }
}
.l-welfare__traning .traning__sub {
  font-size: 3.7rem;
  margin-top: 5px;
}
@media (max-width: 760px) {
  .l-welfare__traning .traning__sub {
    font-size: 6vw;
    margin-top: 3%;
  }
}
.l-welfare__traning .traning__catch {
  font-size: 3.7rem;
  margin-top: 25px;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .l-welfare__traning .traning__catch {
    font-size: 7.8vw;
    line-height: 1.3;
    margin-top: 3%;
  }
}
.l-welfare__traning .traning__text {
  font-size: 1.7rem;
  line-height: 2;
  margin-top: 30px;
}
@media (max-width: 760px) {
  .l-welfare__traning .traning__text {
    font-size: 3.6vw;
    margin-top: 5%;
  }
}
.l-welfare__traning .traning__photo {
  display: flex;
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}
@media (max-width: 760px) {
  .l-welfare__traning .traning__photo {
    margin-top: 10%;
    width: 90%;
  }
}

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

taspass

------------------------------------ */
.l-taspass__main {
  margin: 0 auto;
  width: 1200px;
  margin-top: 50px;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 760px) {
  .l-taspass__main {
    width: 90%;
    margin-top: 5%;
    padding-bottom: 5%;
  }
}
.l-taspass__photo {
  margin: 0 auto;
  width: 1000px;
}
@media (max-width: 760px) {
  .l-taspass__photo {
    width: 100%;
  }
}
.l-taspass__catch {
  font-size: 3.7rem;
  margin-bottom: 25px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 760px) {
  .l-taspass__catch {
    font-size: 7vw;
    line-height: 1.3;
    margin-top: 3%;
  }
}
.l-taspass__text {
  text-align: center;
  margin-bottom: 50px;
  line-height: 2;
  font-size: 1.7rem;
}
@media (max-width: 760px) {
  .l-taspass__text {
    margin-bottom: 10%;
    line-height: 1.8;
  }
}
.l-taspass__list {
  margin: 0 auto;
  width: 1200px;
  margin-top: 50px;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 760px) {
  .l-taspass__list {
    width: 90%;
    margin-top: 5%;
    padding-bottom: 5%;
  }
}
.l-taspass__list dl {
  position: relative;
  padding: 0 100px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (max-width: 760px) {
  .l-taspass__list dl {
    padding: 0 5%;
    padding-bottom: 8%;
    margin-bottom: 7%;
  }
}
.l-taspass__list dl:after {
  position: absolute;
  z-index: 1000;
  content: "";
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}
@media (max-width: 760px) {
  .l-taspass__list dl:after {
    width: 100%;
  }
}
.l-taspass__list dl:last-child:after {
  content: none;
}
.l-taspass__list dl dt {
  font-size: 3.7rem;
  margin-bottom: 25px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 760px) {
  .l-taspass__list dl dt {
    font-size: 6.6vw;
    line-height: 1.3;
    margin-bottom: 5%;
  }
}
.l-taspass__list dl dd {
  font-size: 1.7rem;
}
.l-taspass__gallery {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 760px) {
  .l-taspass__gallery {
    width: 90%;
    flex-wrap: wrap;
  }
}
.l-taspass__gallery-item {
  margin-right: 20px;
}
@media (max-width: 760px) {
  .l-taspass__gallery-item {
    margin-right: 2%;
    width: 49%;
    margin-bottom: 2%;
  }
  .l-taspass__gallery-item:nth-child(2) {
    margin-right: 0;
  }
}
.l-taspass__gallery-item:last-child {
  margin-right: 0;
}
@media (max-width: 760px) {
  .l-taspass__gallery-item.wide {
    width: 100%;
  }
}

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

recruit

------------------------------------ */
@media (min-width: 761px) {
  .l-recruit__list {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
  }
}
.l-recruit__list .btn-other {
  width: 45%;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .l-recruit__list .btn-other {
    width: 90%;
    margin-bottom: 4%;
  }
}
.l-recruit__list .btn-other a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 146px;
  box-sizing: border-box;
  font-size: 2.7rem;
  font-family: source-han-serif-japanese, serif;
  position: relative;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  z-index: 1;
}
@media (max-width: 760px) {
  .l-recruit__list .btn-other a {
    height: 26.1538461538vw;
    font-size: 5.5vw;
  }
}
.l-recruit__list .btn-other a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: calc(100% - 3px * 2);
  height: calc(100% - 3px * 2);
  background-color: #fff;
  content: "";
  z-index: -1;
}
.l-recruit__list .btn-other a span {
  transition: 0.3s;
  text-align: center;
  line-height: 1.3;
}
.l-recruit__list .btn-other a:hover {
  opacity: 1;
}
.l-recruit__list .btn-other a:hover span {
  display: inline-block;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-recruit__main {
  margin: 0 auto;
  width: 1200px;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 760px) {
  .l-recruit__main {
    width: 90%;
    margin-top: 5%;
  }
}
.l-recruit__catch {
  font-size: 3.7rem;
  margin-bottom: 25px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 760px) {
  .l-recruit__catch {
    font-size: 7vw;
    line-height: 1.3;
    margin-top: 3%;
  }
}
.l-recruit__text {
  text-align: center;
  margin-bottom: 50px;
  line-height: 2;
  font-size: 1.7rem;
}
@media (max-width: 760px) {
  .l-recruit__text {
    margin-bottom: 10%;
    line-height: 1.8;
  }
}

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

flow

------------------------------------ */
.l-flow__flow {
  width: 100%;
}
.l-flow__flow-wrap {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 760px) {
  .l-flow__flow-wrap {
    width: 90%;
    margin-top: 10%;
  }
}
.l-flow__flow-wrap .l-new_job__title {
  color: #101010;
  background: none;
  -webkit-text-fill-color: initial;
}
.l-flow__flow-body ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px;
  margin: 0 0 60px;
  position: relative;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  z-index: 1;
}
.l-flow__flow-body ul li::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: calc(100% - 3px * 2);
  height: calc(100% - 3px * 2);
  background-color: #fff;
  content: "";
  z-index: -1;
}
.l-flow__flow-body ul li:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 18px 20px 0 20px;
  border-color: #101010 transparent transparent transparent;
}
.l-flow__flow-body ul li:last-child {
  margin: 0;
}
.l-flow__flow-body ul li:last-child:before {
  content: none;
}
.l-flow__flow-body ul .content {
  flex: 1;
  text-align: center;
}
.l-flow__flow-body ul .content h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (max-width: 760px) {
  .l-flow__flow-body ul .content h3 {
    font-size: 6vw;
  }
}
.l-flow__flow-body ul .content p {
  font-size: 17px;
  line-height: 2;
}
.l-flow .common-entry__btn a {
  width: 573px;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
  font-size: 2.4rem;
  display: block;
  background: #62e2be;
  background: linear-gradient(90deg, #62e2be 0%, #00d196 100%);
  transition: 0.3s;
  color: #fff;
  padding: 25px 0;
  border-radius: 50px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
}
@media (max-width: 760px) {
  .l-flow .common-entry__btn a {
    width: 90%;
    font-size: 5vw;
    padding: 5% 0;
    margin-top: 12%;
  }
}
.l-flow .common-entry__btn a:hover {
  opacity: 1;
  background: #00d196;
  background: linear-gradient(90deg, #00d196 0%, #62e2be 100%);
}

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

number

------------------------------------ */
.l-number__inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 2513px;
  margin-top: 50px;
}
@media (max-width: 760px) {
  .l-number__inner {
    width: 100%;
    height: auto;
    margin-top: 5%;
  }
}
.l-number__inner .images {
  position: absolute;
  z-index: 1000;
  content: "";
}
.l-number__inner .images.images01 {
  top: 0;
  left: 0;
  width: 400px;
  height: 463px;
}
.l-number__inner .images.images02 {
  top: 0;
  left: 400px;
  width: 400px;
  height: 463px;
}
.l-number__inner .images.images03 {
  top: 0;
  right: 0;
  width: 400px;
  height: 463px;
}
.l-number__inner .images.images04 {
  top: 463px;
  left: 0;
  width: 647px;
  height: 410px;
}
.l-number__inner .images.images05 {
  top: 463px;
  right: 0;
  width: 596px;
  height: 410px;
}
.l-number__inner .images.images10 {
  top: 873px;
  left: 0;
  width: 635px;
  height: 265px;
}
.l-number__inner .images.images11 {
  top: 873px;
  right: 0;
  width: 564px;
  height: 265px;
}
.l-number__inner .images.images08 {
  top: 1138px;
  left: 0;
  width: 100%;
  height: 592px;
}
.l-number__inner .images.images09 {
  top: 1730px;
  left: 0;
  width: 100%;
  height: 783px;
}
.l-number__text {
  font-size: 2.6rem;
  line-height: 1.7;
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 760px) {
  .l-number__text {
    font-size: 5.6vw;
    margin-top: 8%;
  }
}
@media screen and (max-width: 760px) {
  .l-number .item01 {
    padding: 5% 5% 0;
  }
}

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

404

------------------------------------ */
.l-404 .list-page {
  margin-top: 120px;
}
@media screen and (max-width: 760px) {
  .l-404 .list-page {
    margin-top: 25%;
  }
}
.l-404 .l-section_404 {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 760px) {
  .l-404 .l-section_404 {
    padding: 0 5%;
    margin-bottom: 20%;
  }
}
.l-404 .l-section_404 .tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .l-404 .l-section_404 .tit {
    font-size: 5vw;
    margin-bottom: 5%;
  }
}
.l-404 .l-section_404 .section_sub {
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .l-404 .l-section_404 .section_sub {
    font-size: 4vw;
    margin-bottom: 10%;
  }
}
.l-404 .l-section_404 .txt {
  font-size: 16px;
}
@media screen and (max-width: 760px) {
  .l-404 .l-section_404 .txt {
    font-size: 4vw;
  }
}

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