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

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

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

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

cmn

------------------------------------ */
.page-top .p-header {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 20px;
}
.page-top .p-header__title {
  font-size: 47px;
  line-height: 1;
  color: #CE5E3D;
}
.page-top .p-header__subtitle {
  font-size: 16px;
  margin-top: 4px;
}
.page-top .p-header__text {
  font-size: 15px;
  margin-top: 10px;
}

.page-top .l-main {
  padding-bottom: 0;
}

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

l-〇〇

------------------------------------ */
.page-top .l-〇〇__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-〇〇__container {
    width: auto;
  }
}

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

topvisual

------------------------------------ */
.page-top .l-visual {
  position: relative;
  width: 100vw;
}
@media (min-width: 768px) {
  .page-top .l-visual {
    height: 100dvh;
  }
}
.page-top .l-visual__container {
  width: 100vw;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .page-top .l-visual__container {
    display: flex;
    height: calc(100dvh - 138px);
  }
}
@media (min-width: 768px) {
  .page-top .l-visual__slide-main {
    width: 72%;
    height: calc(100dvh - 138px);
  }
  .page-top .l-visual__slide-main li {
    width: 100%;
    height: calc(100dvh - 138px);
  }
  .page-top .l-visual__slide-main li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
}
@media (min-width: 768px) {
  .page-top .l-visual__slide-sub {
    width: 28%;
    height: calc(100dvh - 138px);
    overflow: hidden;
  }
}
.page-top .l-visual__slide-sub li {
  border: none;
}
.page-top .l-visual__title {
  position: absolute;
  z-index: 100;
  top: 52%;
  left: 5%;
  translate: 0 -50%;
  width: 360px;
}
@media (max-width: 767px) {
  .page-top .l-visual__title {
    width: 60.7692307692vw;
    top: 41%;
  }
}
@media (min-width: 768px) {
  .page-top .l-visual__catch {
    position: absolute;
    z-index: 100;
    bottom: -2px;
    left: 50%;
    translate: -50% 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-top .l-visual__catch {
    position: absolute;
    z-index: 10;
    top: 107vw;
    left: 50%;
    translate: -50% 0;
    width: 100vw;
    overflow-x: clip;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 15.641025641vw;
  }
  .page-top .l-visual__catch > div {
    flex: 0;
    height: fit-content;
    animation: slideShow 70s infinite linear;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transform: translateX(0);
  }
  @keyframes slideShow {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .page-top .l-visual__catch > div img {
    width: 182.8205128205vw;
    margin-right: 3.5897435897vw;
  }
}
.page-top .l-visual__news {
  max-width: 1060px;
  width: 92%;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .page-top .l-visual__news {
    padding: 0;
    width: 100vw;
  }
}
.page-top .l-visual__news .p-item {
  width: 100%;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-top .l-visual__news .p-item {
    border-radius: 0;
  }
}
.page-top .l-visual__news .p-item__cover {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .page-top .l-visual__news .p-item__cover {
    position: relative;
  }
}
.page-top .l-visual__news .p-item__catch {
  width: 139px;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #282828;
  padding: 0 0 2px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-top .l-visual__news .p-item__catch {
    position: absolute;
    width: 16.6666666667vw;
    font-size: 13px;
    font-size: 3.3333333333vw;
    padding: 1.2vw 0 1.4vw;
    border-radius: 10vw;
    top: 5.5vw;
    left: 6vw;
  }
}
.page-top .l-visual__news .p-item__inner {
  position: relative;
  width: calc(100% - 139px);
  padding: 17px 60px 17px 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .page-top .l-visual__news .p-item__inner {
    flex-direction: column;
    width: 100%;
    padding: 6vw;
  }
}
.page-top .l-visual__news .p-item__inner::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 22px;
  height: 22px;
  background: url(../images/cmn/icon_arrow.svg) no-repeat center center;
  background-size: contain;
}
@media (min-width: 768px) {
  .page-top .l-visual__news .p-item__inner::after {
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .page-top .l-visual__news .p-item__inner::after {
    right: 3.3333333333vw;
    bottom: 3.8461538462vw;
    width: 5.8974358974vw;
    height: 5.8974358974vw;
  }
}
.page-top .l-visual__news .p-item__post-date {
  width: 150px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-right: 1px solid #bababa;
  color: #414141;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__news .p-item__post-date {
    font-size: 18px;
    font-size: 4.6153846154vw;
    width: 100%;
    text-align: left;
    border-right: none;
    padding-left: 20vw;
    margin-bottom: 3vw;
  }
}
.page-top .l-visual__news .p-item__post-title {
  width: calc(100% - 150px);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding-left: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__news .p-item__post-title {
    font-size: 16px;
    font-size: 4.1025641026vw;
    width: 100%;
    padding: 0;
    line-height: 1.5;
  }
}
.page-top .l-visual__news .p-item__post-title span {
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .page-top .l-visual__news .p-item__post-title span {
    -webkit-line-clamp: 2;
  }
}

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

l-concept

------------------------------------ */
.page-top .l-concept {
  margin-bottom: 164px;
}
@media (max-width: 767px) {
  .page-top .l-concept {
    margin-bottom: 28vw;
  }
}
.page-top .l-concept__container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding-top: 84px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5%;
}
@media (max-width: 767px) {
  .page-top .l-concept__container {
    padding-top: 18vw;
    flex-direction: column-reverse;
    gap: 10vw;
  }
}
.page-top .l-concept__movie {
  width: 453px;
  aspect-ratio: 453/715;
  border-radius: 77px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-top .l-concept__movie {
    width: 77.6923076923vw;
    align-self: center;
    border-radius: 15.8974358974vw;
  }
}
.page-top .l-concept__movie::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1A4176;
  mix-blend-mode: multiply;
  opacity: 0;
}
@media (max-width: 767px) {
  .page-top .l-concept__movie::before {
    border-radius: 15.8974358974vw;
  }
}
.page-top .l-concept__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 77px;
}
.page-top .l-concept__content {
  width: 50%;
}
@media (max-width: 767px) {
  .page-top .l-concept__content {
    width: 100%;
  }
}
.page-top .l-concept__title {
  max-width: 544px;
  width: 100%;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .page-top .l-concept__title {
    width: 77.6923076923vw;
    margin-bottom: 10vw;
  }
}
.page-top .l-concept__text {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 2.15;
}
@media (max-width: 767px) {
  .page-top .l-concept__text {
    font-size: 4.358974359vw;
  }
}

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

l-about

------------------------------------ */
.page-top .l-about {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .page-top .l-about {
    margin-bottom: 20vw;
  }
}
.page-top .l-about__container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5%;
}
@media (max-width: 767px) {
  .page-top .l-about__container {
    flex-direction: column;
    gap: 37vw;
    width: 88%;
    margin-bottom: 20vw;
  }
}
.page-top .l-about__header {
  width: 300px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-top .l-about__header {
    width: 100%;
  }
}
.page-top .l-about__num {
  font-size: 230px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page-top .l-about__num {
    font-size: 35.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
}
.page-top .l-about__title {
  font-size: 49px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page-top .l-about__title {
    font-size: 10.2564102564vw;
    margin-bottom: 2.5641025641vw;
  }
}
.page-top .l-about__text {
  font-size: 20px;
  font-weight: 700;
  color: #CE5E3D;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .page-top .l-about__text {
    font-size: 3.8461538462vw;
    margin-bottom: 12.8205128205vw;
  }
}
.page-top .l-about__image {
  position: relative;
  width: 274px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-top .l-about__image {
    width: 61.5384615385vw;
  }
}
.page-top .l-about__image::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1A4176;
  mix-blend-mode: multiply;
  opacity: 0;
}
.page-top .l-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top .l-about__content {
  width: 62%;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .page-top .l-about__content {
    width: 100%;
    margin-top: 0;
  }
}
.page-top .l-about__content .p-item {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .page-top .l-about__content .p-item {
    margin-bottom: 28vw;
  }
}
.page-top .l-about__content .p-item:last-child {
  margin-bottom: 0;
}
.page-top .l-about__content .p-item a {
  position: relative;
  display: block;
}
.page-top .l-about__content .p-item a:hover {
  opacity: 1;
}
.page-top .l-about__content .p-item a:hover .p-item__image::before {
  opacity: 0.3;
}
.page-top .l-about__content .p-item a:hover img {
  opacity: 1;
}
.page-top .l-about__content .p-item__title {
  position: absolute;
  z-index: 10;
}
@media (min-width: 768px) {
  .page-top .l-about__content .p-item__title {
    top: -60px;
    right: -20px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .page-top .l-about__content .p-item__title {
    top: -12vw;
    left: 50%;
    translate: -50% 0;
    text-align: center;
  }
}
.page-top .l-about__content .p-item__title .p-en {
  font-size: 91px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-top .l-about__content .p-item__title .p-en {
    font-size: 16.9230769231vw;
  }
}
.page-top .l-about__content .p-item__title .p-ja {
  font-size: 18px;
  font-weight: 500;
  margin-top: 24px;
  padding-right: 55px;
}
@media (max-width: 767px) {
  .page-top .l-about__content .p-item__title .p-ja {
    font-size: 4.6153846154vw;
    margin-top: 2.5641025641vw;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}
.page-top .l-about__content .p-item__image {
  position: relative;
  border-radius: 44px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-top .l-about__content .p-item__image {
    border-radius: 11.2820512821vw;
  }
}
.page-top .l-about__content .p-item__image::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1A4176;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: 0.3s;
}
.page-top .l-about__content .p-item__image::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 22px;
  height: 22px;
  background: url(../images/cmn/icon_arrow.svg) no-repeat center center;
  background-size: contain;
}
@media (min-width: 768px) {
  .page-top .l-about__content .p-item__image::after {
    right: 13px;
    bottom: 15px;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .page-top .l-about__content .p-item__image::after {
    right: 5.641025641vw;
    bottom: 7.1794871795vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.page-top .l-about__content .p-item__image img {
  transition: 0.3s;
}
.page-top .l-about__content .p-item__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page-top .l-about__content .p-item__text {
    font-size: 4.1025641026vw;
    margin-top: 5.1282051282vw;
  }
}

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

l-workstyle

------------------------------------ */
.page-top .l-workstyle {
  width: 100vw;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .page-top .l-workstyle {
    border-radius: 104px;
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .page-top .l-workstyle {
    margin-bottom: 25vw;
  }
}
.page-top .l-workstyle::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #25292F;
  opacity: 0.62;
}
.page-top .l-workstyle__bg {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-top .l-workstyle__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top .l-workstyle__container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5%;
}
@media (min-width: 768px) {
  .page-top .l-workstyle__container {
    flex-direction: row-reverse;
    padding-top: 100px;
    padding-bottom: 157px;
  }
}
@media (max-width: 767px) {
  .page-top .l-workstyle__container {
    flex-direction: column;
    gap: 12.8205128205vw;
    width: 88%;
    padding-top: 14vw;
    padding-bottom: 24vw;
  }
}
.page-top .l-workstyle__header {
  width: 300px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-top .l-workstyle__header {
    width: 100%;
  }
}
.page-top .l-workstyle__num {
  font-size: 230px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #FCF8EC;
}
@media (max-width: 767px) {
  .page-top .l-workstyle__num {
    font-size: 35.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
}
.page-top .l-workstyle__title {
  font-size: 49px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 767px) {
  .page-top .l-workstyle__title {
    font-size: 10.2564102564vw;
    margin-bottom: 2.5641025641vw;
  }
}
.page-top .l-workstyle__text {
  font-size: 20px;
  font-weight: 700;
  color: #CE5E3D;
}
@media (max-width: 767px) {
  .page-top .l-workstyle__text {
    font-size: 3.8461538462vw;
  }
}
.page-top .l-workstyle__content {
  width: 62%;
  margin-top: 55px;
}
@media (max-width: 767px) {
  .page-top .l-workstyle__content {
    width: 100%;
    margin-top: 0;
  }
}
.page-top .l-workstyle__content .p-item {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .page-top .l-workstyle__content .p-item {
    margin-bottom: 8.4615384615vw;
  }
}
.page-top .l-workstyle__content .p-item:last-child {
  margin-bottom: 0;
}
.page-top .l-workstyle__content .p-item a {
  position: relative;
  display: block;
  border-radius: 42px;
  padding: 58px 68px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-top .l-workstyle__content .p-item a {
    padding: 10.2564102564vw 10.2564102564vw 25.641025641vw;
    border-radius: 15.3846153846vw;
  }
}
.page-top .l-workstyle__content .p-item a:hover {
  opacity: 1;
}
.page-top .l-workstyle__content .p-item a:hover .p-item__bg.on {
  opacity: 1;
}
.page-top .l-workstyle__content .p-item a:hover .p-item__bg img {
  opacity: 1;
}
.page-top .l-workstyle__content .p-item__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.page-top .l-workstyle__content .p-item__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
}
@media (max-width: 767px) {
  .page-top .l-workstyle__content .p-item__bg img {
    object-position: bottom center;
  }
}
.page-top .l-workstyle__content .p-item__bg.on {
  opacity: 0;
}
.page-top .l-workstyle__content .p-item__title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .page-top .l-workstyle__content .p-item__title {
    font-size: 8.2051282051vw;
    line-height: 1.2631578947;
    margin-bottom: 2.5641025641vw;
  }
}
.page-top .l-workstyle__content .p-item__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
@media (max-width: 767px) {
  .page-top .l-workstyle__content .p-item__text {
    font-size: 4.1025641026vw;
  }
}
.page-top .l-workstyle__content .p-item__more {
  margin-top: 10px;
  text-align: right;
  max-width: 320px;
}
@media (max-width: 767px) {
  .page-top .l-workstyle__content .p-item__more {
    margin-top: 2.5641025641vw;
  }
}
.page-top .l-workstyle__content .p-item__more span {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #5F5F5F;
  padding-right: 18px;
}
.page-top .l-workstyle__content .p-item__more span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 60%;
  translate: 0 -50%;
  right: 0;
  width: 9px;
  height: 8px;
  background: url(../images/cmn/icon_arrow02.svg) no-repeat center center;
  background-size: contain;
}

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

l-member

------------------------------------ */
.page-top .l-member {
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .page-top .l-member {
    margin-bottom: 14vw;
  }
}
.page-top .l-member__container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-top .l-member__container {
    width: 88%;
    margin-bottom: 20vw;
  }
}
.page-top .l-member__header {
  text-align: center;
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .page-top .l-member__header {
    margin-bottom: 25.641025641vw;
  }
}
.page-top .l-member__num {
  font-size: 230px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page-top .l-member__num {
    font-size: 35.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
}
.page-top .l-member__title {
  font-size: 49px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page-top .l-member__title {
    font-size: 10.2564102564vw;
    margin-bottom: 2.5641025641vw;
  }
}
.page-top .l-member__text {
  font-size: 20px;
  font-weight: 700;
  color: #CE5E3D;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .page-top .l-member__text {
    font-size: 3.8461538462vw;
    margin-bottom: 12.8205128205vw;
  }
}
.page-top .l-member__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .page-top .l-member__content {
    flex-wrap: wrap;
    gap: 25.641025641vw;
  }
}
.page-top .l-member__content .p-item {
  width: 48%;
}
@media (max-width: 767px) {
  .page-top .l-member__content .p-item {
    width: 100%;
  }
}
.page-top .l-member__content .p-item a {
  position: relative;
  display: block;
}
.page-top .l-member__content .p-item a:hover {
  opacity: 1;
}
.page-top .l-member__content .p-item a:hover .p-item__image::before {
  opacity: 0.3;
}
.page-top .l-member__content .p-item a:hover img {
  opacity: 1;
}
.page-top .l-member__content .p-item__title {
  position: absolute;
  z-index: 10;
  left: 50%;
  translate: -50% 0;
  font-size: 91px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .page-top .l-member__content .p-item__title {
    top: -60px;
  }
}
@media (max-width: 767px) {
  .page-top .l-member__content .p-item__title {
    font-size: 16.9230769231vw;
    top: -12vw;
  }
}
.page-top .l-member__content .p-item__image {
  position: relative;
  border-radius: 44px;
  overflow: hidden;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .page-top .l-member__content .p-item__image {
    border-radius: 11.2820512821vw;
  }
}
.page-top .l-member__content .p-item__image::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1A4176;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: 0.3s;
}
.page-top .l-member__content .p-item__image::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 22px;
  height: 22px;
  background: url(../images/cmn/icon_arrow.svg) no-repeat center center;
  background-size: contain;
}
@media (min-width: 768px) {
  .page-top .l-member__content .p-item__image::after {
    right: 13px;
    bottom: 15px;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .page-top .l-member__content .p-item__image::after {
    right: 5.641025641vw;
    bottom: 7.1794871795vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.page-top .l-member__content .p-item__image img {
  transition: 0.3s;
}
.page-top .l-member__content .p-item__catch {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-top .l-member__content .p-item__catch {
    font-size: 6.1538461538vw;
    margin-bottom: 2.5641025641vw;
  }
}
.page-top .l-member__content .p-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .page-top .l-member__content .p-item__text {
    font-size: 4.1025641026vw;
  }
}

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

l-story

------------------------------------ */
.page-top .l-story {
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .page-top .l-story {
    margin-bottom: 14vw;
  }
}
.page-top .l-story__container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  border: 3px solid #414141;
  border-radius: 44px;
  padding: 36px 40px 60px;
}
@media (max-width: 767px) {
  .page-top .l-story__container {
    border-radius: 8.7179487179vw;
    padding: 7.6923076923vw 7.1794871795vw 15.3846153846vw;
  }
}
.page-top .l-story__title {
  font-size: 73px;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-top .l-story__title {
    font-size: 11.7948717949vw;
    margin-bottom: 6vw;
  }
}
.page-top .l-story__title span {
  font-size: 101px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-top .l-story__title span {
    font-size: 16.6666666667vw;
  }
}
.page-top .l-story__text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6666666667;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-top .l-story__text {
    font-size: 4.1025641026vw;
    line-height: 1.75;
    margin-bottom: 10.2564102564vw;
    text-align: justify;
  }
}
.page-top .l-story__list {
  max-width: 953px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 767px) {
  .page-top .l-story__list {
    gap: 5.1282051282vw;
    margin: 0 -5px;
    padding-bottom: 10vw;
  }
}
.page-top .l-story__list .p-item {
  max-width: 290px;
  aspect-ratio: 290/413;
}
@media (max-width: 767px) {
  .page-top .l-story__list .p-item {
    margin: 0 5px;
  }
}
.page-top .l-story__list .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 6px;
}
.page-top .l-story__button {
  margin-top: 42px;
}
@media (max-width: 767px) {
  .page-top .l-story__button {
    margin-top: 10.2564102564vw;
  }
}

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

l-magazine

------------------------------------ */
.page-top .l-magazine {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .page-top .l-magazine {
    margin-bottom: 24.358974359vw;
  }
}
.page-top .l-magazine-slide__text {
  width: 100vw;
  overflow-x: clip;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 146.19px;
  margin-bottom: 94px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-magazine-slide__text {
    width: 100vw;
    height: 23.0769230769vw;
    margin-bottom: 15.8974358974vw;
  }
}
.page-top .l-magazine-slide__text > div {
  flex: 0;
  height: fit-content;
  animation: slideShow 70s infinite linear;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transform: translateX(0);
}
@keyframes slideShow {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.page-top .l-magazine-slide__text > div img {
  width: 2060px;
  margin-right: 28px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-magazine-slide__text > div img {
    width: 327.4358974359vw;
    margin-right: 3.5897435897vw;
  }
}
.page-top .l-magazine__container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.page-top .l-magazine__inner {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 47px;
}
@media (max-width: 767px) {
  .page-top .l-magazine__inner {
    margin-bottom: 10.2564102564vw;
    border-radius: 15.3846153846vw;
  }
}
.page-top .l-magazine__inner::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 30px;
  right: 23px;
  width: 26px;
  height: 26px;
  background: url(../images/cmn/icon_arrow.svg) no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-top .l-magazine__inner::after {
    content: none;
  }
}
@media (min-width: 768px) {
  .page-top .l-magazine__image {
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .page-top .l-magazine__image {
    border-radius: 6.1538461538vw;
    overflow: hidden;
    margin-bottom: 5vw;
  }
}
@media (min-width: 768px) {
  .page-top .l-magazine__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
  }
}
.page-top .l-magazine__content {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .page-top .l-magazine__content {
    padding: 77px 70px;
    min-height: 414px;
  }
}
@media (max-width: 767px) {
  .page-top .l-magazine__content {
    padding: 0;
  }
}
.page-top .l-magazine__title {
  font-size: 53px;
  font-weight: 700;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .page-top .l-magazine__title {
    text-align: center;
    font-size: 11.7948717949vw;
    margin-bottom: 5.641025641vw;
  }
}
.page-top .l-magazine__title span {
  font-size: 92px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-top .l-magazine__title span {
    font-size: 16.6666666667vw;
  }
}
.page-top .l-magazine__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .page-top .l-magazine__text {
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}
.page-top .l-magazine__button {
  margin-top: 42px;
}
@media (max-width: 767px) {
  .page-top .l-magazine__button {
    margin-top: 10.2564102564vw;
  }
}
.page-top .l-magazine__list .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 6px;
}
.page-top .l-magazine__list__title {
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .page-top .l-magazine__list__title {
    font-size: 6.4102564103vw;
    margin-bottom: 5.1282051282vw;
  }
}
@media (min-width: 768px) {
  .page-top .l-magazine__list-items {
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
    margin-bottom: 43px;
  }
}
@media (max-width: 767px) {
  .page-top .l-magazine__list-items {
    margin-bottom: 37px;
    padding-bottom: 14.8717948718vw;
  }
}
@media (min-width: 768px) {
  .page-top .l-magazine__list-item {
    width: calc((100% - 112px) / 3);
  }
}
@media (max-width: 767px) {
  .page-top .l-magazine__list-item {
    width: 89.7435897436vw;
  }
}
.page-top .l-magazine__list-item__img {
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 363/234;
}
@media (min-width: 768px) {
  .page-top .l-magazine__list-item__img {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .page-top .l-magazine__list-item__img {
    margin-bottom: 19px;
  }
}
.page-top .l-magazine__list-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top .l-magazine__list-item__text {
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.625;
}
@media (min-width: 768px) {
  .page-top .l-magazine__list-item__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .page-top .l-magazine__list-item__text {
    font-size: 4.1025641026vw;
  }
}
.page-top .l-magazine__list-item__cat {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .page-top .l-magazine__list-item__cat {
    gap: 9px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .page-top .l-magazine__list-item__cat {
    gap: 2.3076923077vw;
    margin-top: 20px;
  }
}
.page-top .l-magazine__list-item__cat__item {
  border-radius: 15px;
  border: 1px solid #9D9D9D;
  color: #9D9D9D;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  line-height: 2;
}
@media (min-width: 768px) {
  .page-top .l-magazine__list-item__cat__item {
    font-size: 1.4rem;
    padding: 0 21px;
  }
}
@media (max-width: 767px) {
  .page-top .l-magazine__list-item__cat__item {
    font-size: 3.5897435897vw;
    padding: 0 5.3846153846vw;
  }
}

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

l-recruit

------------------------------------ */
.page-top .l-recruit {
  background: #EBE4D2;
  padding-top: 100px;
  padding-bottom: 112px;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .page-top .l-recruit {
    padding-top: 17.9487179487vw;
    padding-bottom: 21.2820512821vw;
    margin-bottom: 16vw;
  }
}
.page-top .l-recruit__container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5%;
}
@media (max-width: 767px) {
  .page-top .l-recruit__container {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}
.page-top .l-recruit__header {
  width: 300px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-top .l-recruit__header {
    width: 100%;
  }
}
.page-top .l-recruit__num {
  font-size: 230px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page-top .l-recruit__num {
    font-size: 35.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
}
.page-top .l-recruit__title {
  font-size: 49px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page-top .l-recruit__title {
    font-size: 10.2564102564vw;
    margin-bottom: 2.5641025641vw;
  }
}
.page-top .l-recruit__text {
  font-size: 20px;
  font-weight: 700;
  color: #CE5E3D;
}
@media (max-width: 767px) {
  .page-top .l-recruit__text {
    font-size: 3.8461538462vw;
  }
}
.page-top .l-recruit__content {
  width: min(53.8888888889vw, 776px);
  aspect-ratio: 776/963;
}
@media (max-width: 767px) {
  .page-top .l-recruit__content {
    width: 100%;
    aspect-ratio: 390/766;
  }
}
.page-top .l-recruit__content a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.page-top .l-recruit__image {
  position: absolute;
  z-index: 1;
}
.page-top .l-recruit__image.scrollAnim {
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(1, -0.1, 0.15, 1.35);
}
.page-top .l-recruit__image.scrollAnim.visible {
  transform: scale(1);
}
.page-top .l-recruit__image.image01 {
  width: min(31.25vw, 450px);
  top: min(11.1111111111vw, 160px);
  left: min(-5vw, -72px);
}
@media (max-width: 767px) {
  .page-top .l-recruit__image.image01 {
    width: 40.7692307692vw;
    top: 18vw;
    left: 4vw;
  }
}
.page-top .l-recruit__image.image02 {
  width: min(29.8611111111vw, 430px);
  top: min(-0.9722222222vw, -14px);
  left: min(12.6388888889vw, 182px);
}
@media (max-width: 767px) {
  .page-top .l-recruit__image.image02 {
    width: 55.3846153846vw;
    top: 1vw;
    left: 32vw;
  }
}
.page-top .l-recruit__image.image03 {
  width: min(27.5vw, 396px);
  top: min(9.6527777778vw, 139px);
  left: min(28.4722222222vw, 410px);
}
@media (max-width: 767px) {
  .page-top .l-recruit__image.image03 {
    width: 46.4102564103vw;
    top: 25vw;
    left: 51vw;
  }
}
.page-top .l-recruit__image.image04 {
  width: min(19.4444444444vw, 280px);
  top: min(31.9444444444vw, 460px);
  left: min(-6.8055555556vw, -98px);
}
@media (max-width: 767px) {
  .page-top .l-recruit__image.image04 {
    width: 50.7692307692vw;
    top: 104vw;
    left: 0;
  }
}
.page-top .l-recruit__image.image05 {
  width: min(30.9722222222vw, 446px);
  top: min(42.3611111111vw, 610px);
  left: min(8.9583333333vw, 129px);
}
@media (max-width: 767px) {
  .page-top .l-recruit__image.image05 {
    width: 56.9230769231vw;
    top: 102vw;
    left: 43vw;
  }
}
.page-top .l-recruit__image.image06 {
  width: min(19.1666666667vw, 276px);
  top: min(34.6527777778vw, 499px);
  left: min(40.2777777778vw, 580px);
}
@media (max-width: 767px) {
  .page-top .l-recruit__image.image06 {
    width: 48.7179487179vw;
    top: 156vw;
    left: 15vw;
  }
}
.page-top .l-recruit__info-en {
  width: 100%;
  position: absolute;
  z-index: 0;
  top: min(28.125vw, 405px);
  left: 50%;
  translate: -50% 0;
  color: #FCF8EC;
  font-size: min(5.0694444444vw, 73px);
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .page-top .l-recruit__info-en {
    font-size: 16.4102564103vw;
    top: 65vw;
  }
}
.page-top .l-recruit__info-sub {
  position: absolute;
  z-index: 10;
  top: min(26.1805555556vw, 377px);
  left: 50%;
  translate: -50% 0;
  width: 100%;
  font-size: min(5.5555555556vw, 80px);
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .page-top .l-recruit__info-sub {
    font-size: 10.7692307692vw;
    top: 75vw;
  }
}
.page-top .l-recruit__info-title {
  position: absolute;
  z-index: 10;
  top: min(33.1944444444vw, 478px);
  left: 50%;
  translate: -50% 0;
  width: 100%;
  font-size: min(2.5vw, 36px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page-top .l-recruit__info-title {
    font-size: 7.1794871795vw;
    top: 92vw;
  }
}
.page-top .l-recruit__info-text {
  position: absolute;
  z-index: 10;
  top: min(38.4027777778vw, 553px);
  left: 50%;
  translate: -50% 0;
  width: 100%;
  font-size: min(1.1111111111vw, 16px);
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .page-top .l-recruit__info-text {
    font-size: 4.1025641026vw;
    top: 107vw;
  }
}
.page-top .l-recruit__info-text span {
  position: relative;
  padding-right: min(2.5vw, 36px);
}
@media (max-width: 767px) {
  .page-top .l-recruit__info-text span {
    padding-right: 9.2307692308vw;
  }
}
.page-top .l-recruit__info-text span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(1.8055555556vw, 26px);
  height: min(1.8055555556vw, 26px);
  background: url(../images/cmn/icon_arrow.svg) no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-top .l-recruit__info-text span::after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.page-top .l-recruit__other {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  background: #F0EBDC;
  border: 2px solid #414141;
  border-radius: 30px;
  padding: 40px 90px 53px;
}
@media (max-width: 767px) {
  .page-top .l-recruit__other {
    padding: 7.6923076923vw 7.6923076923vw 12.5641025641vw;
  }
}
.page-top .l-recruit__other-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .page-top .l-recruit__other-title {
    font-size: 6.1538461538vw;
    margin-bottom: 4.6153846154vw;
  }
}
.page-top .l-recruit__other-items {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}
@media (max-width: 767px) {
  .page-top .l-recruit__other-items {
    gap: 3.8461538462vw;
  }
}
.page-top .l-recruit__other-items .c-button {
  width: calc((100% - 68px) / 3);
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-top .l-recruit__other-items .c-button {
    width: 100%;
    font-size: 4.6153846154vw;
  }
}
.page-top .l-recruit__other-items .c-button span {
  padding: 28px;
}
@media (max-width: 767px) {
  .page-top .l-recruit__other-items .c-button span {
    padding: 7.1794871795vw;
  }
}
.page-top .l-recruit__other-items .c-button span::after {
  right: 26px;
}

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

l-company

------------------------------------ */
.page-top .l-company {
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .page-top .l-company {
    margin-bottom: 14vw;
  }
}
.page-top .l-company__container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.page-top .l-company__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 35px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .page-top .l-company__header {
    flex-direction: column;
    margin-bottom: 8vw;
    text-align: center;
  }
}
.page-top .l-company__sub {
  font-size: 66px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-top .l-company__sub {
    font-size: 13.5897435897vw;
  }
}
.page-top .l-company__title {
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .page-top .l-company__title {
    font-size: 4.6153846154vw;
    padding-top: 4vw;
  }
}
.page-top .l-company__content {
  border: 2px solid #282828;
  background: #fff;
  border-radius: 30px;
  padding: 40px 70px 35px;
  display: flex;
}
@media (max-width: 767px) {
  .page-top .l-company__content {
    flex-direction: column;
    padding: 7.6923076923vw 7.6923076923vw 8.9743589744vw;
  }
}
.page-top .l-company__content-items {
  width: fit-content;
  padding-right: 60px;
  border-right: 2px solid #A7A7A7;
  margin-right: 60px;
}
@media (max-width: 767px) {
  .page-top .l-company__content-items {
    width: 100%;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
.page-top .l-company__content-items:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.page-top .l-company__content-item {
  display: flex;
}
@media (max-width: 767px) {
  .page-top .l-company__content-item {
    margin-bottom: 2.5641025641vw;
  }
}
.page-top .l-company__content-item:last-child {
  margin-bottom: 0;
}
.page-top .l-company__content-item dt {
  width: 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.95;
}
@media (max-width: 767px) {
  .page-top .l-company__content-item dt {
    font-size: 4.1025641026vw;
    width: 28%;
  }
}
.page-top .l-company__content-item dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.95;
}
@media (max-width: 767px) {
  .page-top .l-company__content-item dd {
    font-size: 4.1025641026vw;
    width: 72%;
    line-height: 1.75;
  }
}

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

l-group

------------------------------------ */
.page-top .l-group {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .page-top .l-group {
    margin-bottom: 14vw;
  }
}
.page-top .l-group__container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.page-top .l-group__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 35px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .page-top .l-group__header {
    flex-direction: column;
    margin-bottom: 8vw;
    text-align: center;
  }
}
.page-top .l-group__sub {
  font-size: 66px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-top .l-group__sub {
    font-size: 13.5897435897vw;
  }
}
.page-top .l-group__title {
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .page-top .l-group__title {
    font-size: 4.6153846154vw;
    padding-top: 4vw;
  }
}
.page-top .l-group__text {
  font-size: 13px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .page-top .l-group__text {
    font-size: 3.3333333333vw;
    margin-top: 1.2820512821vw;
  }
}
.page-top .l-group__subtitle {
  font-size: 24px;
  font-weight: 700;
  padding-top: 60px;
  margin-top: 80px;
  border-top: 1px solid #C3B89D;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-top .l-group__subtitle {
    font-size: 6.1538461538vw;
    text-align: center;
    padding-top: 15.3846153846vw;
    margin-top: 20.5128205128vw;
    margin-bottom: 7.6923076923vw;
  }
}
.page-top .l-group__list {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}
@media (max-width: 767px) {
  .page-top .l-group__list {
    gap: 2.5641025641vw;
  }
}
.page-top .l-group__list-item {
  width: calc((100% - 68px) / 3);
  border: 2px solid #282828;
  background: #fff;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .page-top .l-group__list-item {
    width: 100%;
    border-radius: 3.8461538462vw;
  }
}
@media (max-width: 767px) {
  .page-top .l-group__list-item.active .l-group__list-item__text {
    display: block;
  }
}
.page-top .l-group__list-item__title {
  font-size: 21px;
  font-weight: 700;
  text-align: left;
  line-height: 1.5714285714;
}
@media (min-width: 768px) {
  .page-top .l-group__list-item__title {
    padding: 24px 27px 24px;
  }
}
@media (max-width: 767px) {
  .page-top .l-group__list-item__title {
    font-size: 4.6153846154vw;
    padding: 3.5897435897vw 5.1282051282vw 3.5897435897vw;
  }
}
.page-top .l-group__list-item__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  border-top: 1px solid #bababa;
  text-align: left;
}
@media (min-width: 768px) {
  .page-top .l-group__list-item__text {
    padding-top: 17px;
    margin: 0 27px 27px;
  }
}
@media (max-width: 767px) {
  .page-top .l-group__list-item__text {
    font-size: 4.1025641026vw;
    line-height: 1.75;
    padding-top: 4.6153846154vw;
    margin: 0 5.1282051282vw 5.1282051282vw;
    display: none;
  }
}

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

l-footer-line

------------------------------------ */
.page-top .l-footer-line {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-top .l-footer-line {
    border-radius: 44px;
    margin-bottom: 166px;
  }
}
@media (max-width: 767px) {
  .page-top .l-footer-line {
    width: 100%;
  }
}

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