@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
}

html#admin-bar-inline-css {
  margin-top: 0 !important;
}

@media (max-width: 1300px) and (min-width: 992px) {
  html {
    font-size: 16px;
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  html {
    font-size: 16px;
    font-size: 1.4814814815vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
  line-height: 1.5;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  color: #1e1e1e;
  background-color: #fff;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #0E213D;
}

p {
  font-size: 0.8rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.u-sp {
  display: none;
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-right {
    text-align: center;
  }
}
/* —————————————————
  ヘッダー header
  —————————————————*/
.l-header {
  width: 100%;
  height: 75px;
  margin: 0 auto;
  transition: 0.3s ease all;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  background: linear-gradient(180deg, #ffffffad, #ffffffad);
}

.l-header__logo {
  position: relative;
  z-index: 9;
}
.l-header__logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}

.l-header__inner {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: 0.5s;
  height: 100%;
  padding: 0 2.125rem;
}

.l-header__nav {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 30px;
}

.l-header__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
  gap: 20px;
  z-index: 9;
}
.l-header__list li a {
  font-weight: 400;
  display: block;
  gap: 10px;
  font-size: 0.8rem;
}

.l-header__btn-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
  gap: 8px;
  z-index: 9;
}
.l-header__btn-list .nav-btn a {
  padding: 8px 32px;
  color: #fff;
  border-radius: 100px;
  transition: 0.3s ease;
  background-color: #1e1e1e;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  gap: 12px;
  font-size: 0.8rem;
}
.l-header__btn-list .nav-btn .icon {
  display: inline-block;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}
.l-header__btn-list .nav-btn.entry .icon {
  width: 13px;
  height: 16px;
  -webkit-mask-image: url("../img/common/icon-people.svg");
          mask-image: url("../img/common/icon-people.svg");
}
.l-header__btn-list .nav-btn.company .icon {
  width: 12px;
  height: 18px;
  -webkit-mask-image: url("../img/common/icon-company.svg");
          mask-image: url("../img/common/icon-company.svg");
}
@media (hover: hover) {
  .l-header__btn-list .nav-btn a:hover {
    background-color: #fff;
    color: #1e1e1e;
  }
  .l-header__btn-list .nav-btn a:hover .icon {
    background-color: #1e1e1e;
  }
}

.c-hamburger {
  display: none;
}

.l-header.is-in {
  position: fixed;
  z-index: 999999;
}

.l-header__btn {
  display: none;
}

@media screen and (max-width: 1120px) {
  .l-header__inner {
    padding: 0 20px;
  }
  .l-header__nav {
    gap: 20px;
  }
  .l-header__btn-list .nav-btn a {
    padding: 8px 24px;
  }
}
@media screen and (max-width: 992px) {
  .l-header {
    padding: 0;
    height: 60px;
    top: 16px;
  }
  .l-header .l-header__logo a {
    width: 50px;
  }
  .l-header__inner {
    padding: 8px 12px;
  }
  .l-header__nav {
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: #1e1e1e;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 94px 0 40px;
  }
  .l-header__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    width: calc(100% - 20px);
    margin: 0 auto;
    line-height: 1;
  }
  .l-header__list li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #fff;
  }
  .l-header__list li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 20px;
  }
  .l-header__btn-list {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 6px;
    width: calc(100% - 32px);
    max-width: 343px;
    margin: 24px auto 0;
  }
  .l-header__btn-list .nav-btn {
    width: 100%;
  }
  .l-header__btn-list .nav-btn a {
    padding: 16px 24px 16px 4.75rem;
    color: #1e1e1e;
    border-radius: 4px;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 16px;
    font-size: 1rem;
  }
  .l-header__btn-list .nav-btn .icon {
    background-color: #1e1e1e;
  }
  .l-header__btn-list .nav-btn.entry .icon {
    width: 16px;
    height: 18px;
  }
  .l-header__btn-list .nav-btn.company .icon {
    width: 14px;
    height: 22px;
  }
  .l-header__btn {
    display: block;
    margin-right: 65px;
  }
  .l-header__btn a {
    padding: 8px 16px;
    color: #fff;
    border-radius: 100px;
    background-color: #1e1e1e;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    gap: 8px;
    font-size: clamp(10px, 2.66vw, 1rem);
    line-height: 1.2;
  }
  .l-header__btn .icon {
    display: inline-block;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #fff;
    width: 8px;
    height: 10px;
    -webkit-mask-image: url("../img/common/icon-people.svg");
            mask-image: url("../img/common/icon-people.svg");
  }
  .c-hamburger {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    right: 16px;
    width: 48px;
    height: 48px;
    z-index: 999999;
    display: block;
    background-color: #1e1e1e;
    border-radius: 50%;
  }
  .c-hamburger span {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
    left: 13px;
    width: 22px;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 16px;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 24px;
  }
  .c-hamburger span:nth-of-type(3) {
    top: 32px;
  }
  .c-hamburger.is-active {
    background-color: #fff;
  }
  .c-hamburger.is-active span {
    background-color: #1e1e1e;
  }
  .c-hamburger.is-active span:nth-of-type(1) {
    -ms-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
  }
  .c-hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .c-hamburger.is-active span:nth-of-type(3) {
    -ms-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
  }
}
/* -------- cta -------- */
.c-cta-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}
.c-cta-list li {
  width: 50%;
}

.c-cta-btn {
  padding: 16px 40px;
  height: 80px;
  border-radius: 4px;
  transition: 0.3s ease;
  background-color: #fff;
  color: #1e1e1e;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  gap: 30px;
  font-size: 1rem;
}
@media (hover: hover) {
  .c-cta-btn:hover {
    background-color: #1e1e1e;
    color: #fff;
  }
  .c-cta-btn:hover .icon {
    background-color: #fff;
  }
}
.c-cta-btn .icon {
  display: inline-block;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #1e1e1e;
}
.c-cta-btn.entry .icon {
  width: 22px;
  height: 28px;
  -webkit-mask-image: url("../img/common/icon-people.svg");
          mask-image: url("../img/common/icon-people.svg");
}
.c-cta-btn.company .icon {
  width: 20px;
  height: 34px;
  -webkit-mask-image: url("../img/common/icon-company.svg");
          mask-image: url("../img/common/icon-company.svg");
}

@media screen and (max-width: 767px) {
  .c-cta-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
  }
  .c-cta-list li {
    width: 100%;
    max-width: 343px;
  }
  .c-cta-btn {
    padding-left: 76px;
    height: 72px;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 16px;
    font-size: 1rem;
  }
  .c-cta-btn.entry .icon {
    width: 16px;
    height: 20px;
  }
  .c-cta-btn.company .icon {
    width: 14px;
    height: 20px;
  }
}
/* —————————————————
  l-contact 
  —————————————————*/
.l-contact {
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}
.l-contact::before, .l-contact::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.l-contact::before {
  background: url("../img/common/cta_bg.jpg") no-repeat center/cover;
}
.l-contact::after {
  background-color: rgba(32, 32, 32, 0.7);
  mix-blend-mode: multiply;
}
.l-contact .l-wrap {
  position: relative;
  z-index: 1;
}
.l-contact .c-ttl::after {
  background-color: #fff;
}
.l-contact .c-ttl .en {
  color: #1e1e1e;
}
.l-contact .c-ttl .ja {
  color: #fff;
}
.l-contact .c-lead {
  color: #fff;
}

.l-contact__btn {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .l-contact {
    padding: 60px 0;
  }
  .l-contact::before {
    background-position: left center;
  }
  .l-contact__btn {
    margin-top: 20px;
  }
}
/* —————————————————
  フッター footer
  —————————————————*/
.l-footer {
  background-color: #1e1e1e;
  padding: 120px 0 60px;
}

.l-footer__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.l-footer__info {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.l-footer__info .company-name {
  margin-top: auto;
}

.l-footer__sitemap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 7.5rem;
  -ms-flex: 1;
      flex: 1;
}
.l-footer__sitemap .c-sitemap__item {
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
.l-footer__sitemap .c-sitemap__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
  line-height: 1;
}
.l-footer__sitemap .c-sitemap__list a {
  font-size: 0.8rem;
  transition: 0.3s ease;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  color: #fff;
}
.l-footer__sitemap .c-sitemap__list a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/common/icon_arrow.svg") no-repeat center/100%;
}
@media (hover: hover) {
  .l-footer__sitemap .c-sitemap__list a:hover {
    opacity: 0.7;
  }
}
.l-footer__sitemap .l-footer__btn-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
  gap: 24px;
}
.l-footer__sitemap .l-footer__btn-list li {
  width: auto;
}
.l-footer__sitemap .c-cta-btn {
  border-radius: 100px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  font-size: 0.8rem;
  gap: 12px;
}
.l-footer__sitemap .c-cta-btn.entry .icon {
  width: 13px;
  height: 16px;
}
.l-footer__sitemap .c-cta-btn.company .icon {
  width: 12px;
  height: 18px;
}
@media (hover: hover) {
  .l-footer__sitemap .c-cta-btn:hover {
    background-color: #fff;
    color: #1e1e1e;
    opacity: 0.7;
  }
  .l-footer__sitemap .c-cta-btn:hover .icon {
    background-color: #1e1e1e;
  }
}

.l-footer__copyright {
  color: #fff;
  margin-top: auto;
  font-size: 0.625rem;
  text-align: center;
  margin-top: 115px;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 60px 0 40px;
  }
  .l-footer__block {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    gap: 40px;
  }
  .l-footer__info {
    -ms-flex-align: center;
        align-items: center;
  }
  .l-footer__info .company-name {
    margin-top: 32px;
  }
  .l-footer__sitemap {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 40px;
    -ms-flex: 1;
        flex: 1;
  }
  .l-footer__sitemap .c-sitemap__list {
    gap: 28px;
  }
  .l-footer__sitemap .l-footer__btn-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1;
    gap: 6px;
  }
  .l-footer__sitemap .l-footer__btn-list li {
    width: auto;
  }
  .l-footer__sitemap .c-cta-btn {
    width: 100%;
    border-radius: 4px;
    height: 72px;
    font-size: 1rem;
    gap: 12px;
  }
  .l-footer__sitemap .c-cta-btn.entry .icon {
    width: 16px;
    height: 20px;
  }
  .l-footer__sitemap .c-cta-btn.company .icon {
    width: 14px;
    height: 20px;
  }
  .l-footer__copyright {
    margin-top: 40px;
  }
}
/* ----- title ----- */
.c-ttl {
  height: 70px;
  margin-bottom: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.c-ttl::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #1e1e1e;
  margin: 0 auto;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.c-ttl .en {
  position: absolute;
  top: 20%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  display: inline-block;
  color: #F0F3F5;
  font-family: "Lora", serif;
  font-size: 5.25rem;
  line-height: 1;
}
.c-ttl .ja {
  font-size: 1.75rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
  color: #1e1e1e;
}

@media screen and (max-width: 767px) {
  .c-ttl {
    height: 45px;
    margin-bottom: 34px;
  }
  .c-ttl::after {
    bottom: -10px;
  }
  .c-ttl .en {
    font-size: 4rem;
  }
  .c-ttl .ja {
    font-size: 1.5rem;
  }
}
/* ----- btn ----- */
.c-btn {
  font-size: 0.8rem;
  padding: 8px 32px 8px 40px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 24px;
  transition: 0.3s ease;
  position: relative;
  border-radius: 100px;
  margin-top: 60px;
  border: 1px solid #1e1e1e;
}
.c-btn .text {
  position: relative;
  line-height: 1.2;
  letter-spacing: 0;
}
.c-btn .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("../img/common/icon_arrow_btn.svg");
          mask-image: url("../img/common/icon_arrow_btn.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #1e1e1e;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .c-btn:hover {
    background-color: #1e1e1e;
    color: #fff;
  }
  .c-btn:hover .icon {
    background-color: #999CA5;
  }
}

.c-btn-back {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  padding: 8px 32px 8px 32px;
}
.c-btn-back .icon {
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
  .c-btn {
    margin-top: 40px;
  }
}
.c-lead {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-lead {
    text-align: left;
  }
}
/* ------ slider  ------ */
.c-slider-container {
  position: relative;
}

.c-slider {
  -webkit-mask-image: linear-gradient(90deg, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 95%);
          mask-image: linear-gradient(90deg, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 95%);
}

.swiper-button-next,
.swiper-button-prev {
  width: 32px;
  height: 32px;
  margin-top: 0;
  transition: 0.3s ease;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media (hover: hover) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 0.7;
  }
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  display: block;
  font-size: 1.5rem;
  transition: 0.3s ease;
  display: block;
  width: 432x;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../img/common/icon_arrow_slider.svg") no-repeat center/100%;
}

.swiper-button-next:after {
  content: "";
}

.swiper-button-prev:after {
  content: "";
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .c-slider {
    -webkit-mask-image: none;
            mask-image: none;
    overflow: initial;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 32px;
    height: 32px;
    margin-top: 0;
    transition: 0.3s ease;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) and (hover: hover) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
/* ---------------------------------------------
 animation
  --------------------------------------------- */
.js-fadeUp {
  opacity: 0;
  -ms-transform: translateY(20px);
      transform: translateY(20px);
  transition: 0.8s ease;
}
.js-fadeUp.is-active {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.js-fade {
  opacity: 0;
  transition: 0.8s ease;
}
.js-fade.is-active {
  opacity: 1;
}

.js-ttl {
  overflow-y: hidden;
  display: block;
}
.js-ttl span {
  opacity: 0;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  display: inline-block;
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-ttl.is-active span {
  opacity: 1.1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.js-ttl.is-active span:nth-child(2) {
  transition-delay: 0.08s;
}
.js-ttl.is-active span:nth-child(3) {
  transition-delay: 0.12s;
}
.js-ttl.is-active span:nth-child(4) {
  transition-delay: 0.16s;
}
.js-ttl.is-active span:nth-child(5) {
  transition-delay: 0.2s;
}
.js-ttl.is-active span:nth-child(6) {
  transition-delay: 0.24s;
}
.js-ttl.is-active span:nth-child(7) {
  transition-delay: 0.28s;
}
.js-ttl.is-active span:nth-child(8) {
  transition-delay: 0.32s;
}
.js-ttl.is-active span:nth-child(9) {
  transition-delay: 0.36s;
}
.js-ttl.is-active span:nth-child(10) {
  transition-delay: 0.4s;
}
.js-ttl.is-active span:nth-child(11) {
  transition-delay: 0.44s;
}
.js-ttl.is-active span:nth-child(12) {
  transition-delay: 0.48s;
}
.js-ttl.is-active span:nth-child(13) {
  transition-delay: 0.52s;
}
.js-ttl.is-active span:nth-child(14) {
  transition-delay: 0.56s;
}
.js-ttl.is-active span:nth-child(15) {
  transition-delay: 0.6s;
}
.js-ttl.is-active span:nth-child(16) {
  transition-delay: 0.64s;
}
.js-ttl.is-active span:nth-child(17) {
  transition-delay: 0.68s;
}
.js-ttl.is-active span:nth-child(18) {
  transition-delay: 0.72s;
}
.js-ttl.is-active span:nth-child(19) {
  transition-delay: 0.76s;
}
.js-ttl.is-active span:nth-child(20) {
  transition-delay: 0.8s;
}
.js-ttl.is-active span:nth-child(21) {
  transition-delay: 0.84s;
}
.js-ttl.is-active span:nth-child(22) {
  transition-delay: 0.88s;
}
.js-ttl.is-active span:nth-child(23) {
  transition-delay: 0.92s;
}
.js-ttl.is-active span:nth-child(24) {
  transition-delay: 0.96s;
}
.js-ttl.is-active span:nth-child(25) {
  transition-delay: 1s;
}
.js-ttl.is-active span:nth-child(26) {
  transition-delay: 1.04s;
}
.js-ttl.is-active span:nth-child(27) {
  transition-delay: 1.08s;
}
.js-ttl.is-active span:nth-child(28) {
  transition-delay: 1.12s;
}
.js-ttl.is-active span:nth-child(29) {
  transition-delay: 1.16s;
}
.js-ttl.is-active span:nth-child(30) {
  transition-delay: 1.2s;
}
.js-ttl.is-active span:nth-child(31) {
  transition-delay: 1.24s;
}
.js-ttl.is-active span:nth-child(32) {
  transition-delay: 1.28s;
}
.js-ttl.is-active span:nth-child(33) {
  transition-delay: 1.32s;
}
.js-ttl.is-active span:nth-child(34) {
  transition-delay: 1.36s;
}
.js-ttl.is-active span:nth-child(35) {
  transition-delay: 1.4s;
}
.js-ttl.is-active span:nth-child(36) {
  transition-delay: 1.44s;
}
.js-ttl.is-active span:nth-child(37) {
  transition-delay: 1.48s;
}
.js-ttl.is-active span:nth-child(38) {
  transition-delay: 1.52s;
}
.js-ttl.is-active span:nth-child(39) {
  transition-delay: 1.56s;
}
.js-ttl.is-active span:nth-child(40) {
  transition-delay: 1.6s;
}
.js-ttl.is-active span:nth-child(41) {
  transition-delay: 1.64s;
}
.js-ttl.is-active span:nth-child(42) {
  transition-delay: 1.68s;
}
.js-ttl.is-active span:nth-child(43) {
  transition-delay: 1.72s;
}
.js-ttl.is-active span:nth-child(44) {
  transition-delay: 1.76s;
}
.js-ttl.is-active span:nth-child(45) {
  transition-delay: 1.8s;
}
.js-ttl.is-active span:nth-child(46) {
  transition-delay: 1.84s;
}
.js-ttl.is-active span:nth-child(47) {
  transition-delay: 1.88s;
}
.js-ttl.is-active span:nth-child(48) {
  transition-delay: 1.92s;
}
.js-ttl.is-active span:nth-child(49) {
  transition-delay: 1.96s;
}
.js-ttl.is-active span:nth-child(50) {
  transition-delay: 2s;
}
.js-ttl.is-active span:nth-child(51) {
  transition-delay: 2.04s;
}
.js-ttl.is-active span:nth-child(52) {
  transition-delay: 2.08s;
}
.js-ttl.is-active span:nth-child(53) {
  transition-delay: 2.12s;
}
.js-ttl.is-active span:nth-child(54) {
  transition-delay: 2.16s;
}
.js-ttl.is-active span:nth-child(55) {
  transition-delay: 2.2s;
}
.js-ttl.is-active span:nth-child(56) {
  transition-delay: 2.24s;
}
.js-ttl.is-active span:nth-child(57) {
  transition-delay: 2.28s;
}
.js-ttl.is-active span:nth-child(58) {
  transition-delay: 2.32s;
}
.js-ttl.is-active span:nth-child(59) {
  transition-delay: 2.36s;
}
.js-ttl.is-active span:nth-child(60) {
  transition-delay: 2.4s;
}
.js-ttl.is-active span:nth-child(61) {
  transition-delay: 2.44s;
}
.js-ttl.is-active span:nth-child(62) {
  transition-delay: 2.48s;
}
.js-ttl.is-active span:nth-child(63) {
  transition-delay: 2.52s;
}
.js-ttl.is-active span:nth-child(64) {
  transition-delay: 2.56s;
}
.js-ttl.is-active span:nth-child(65) {
  transition-delay: 2.6s;
}
.js-ttl.is-active span:nth-child(66) {
  transition-delay: 2.64s;
}
.js-ttl.is-active span:nth-child(67) {
  transition-delay: 2.68s;
}
.js-ttl.is-active span:nth-child(68) {
  transition-delay: 2.72s;
}
.js-ttl.is-active span:nth-child(69) {
  transition-delay: 2.76s;
}
.js-ttl.is-active span:nth-child(70) {
  transition-delay: 2.8s;
}
.js-ttl.is-active span:nth-child(71) {
  transition-delay: 2.84s;
}
.js-ttl.is-active span:nth-child(72) {
  transition-delay: 2.88s;
}
.js-ttl.is-active span:nth-child(73) {
  transition-delay: 2.92s;
}
.js-ttl.is-active span:nth-child(74) {
  transition-delay: 2.96s;
}
.js-ttl.is-active span:nth-child(75) {
  transition-delay: 3s;
}
.js-ttl.is-active span:nth-child(76) {
  transition-delay: 3.04s;
}
.js-ttl.is-active span:nth-child(77) {
  transition-delay: 3.08s;
}
.js-ttl.is-active span:nth-child(78) {
  transition-delay: 3.12s;
}
.js-ttl.is-active span:nth-child(79) {
  transition-delay: 3.16s;
}
.js-ttl.is-active span:nth-child(80) {
  transition-delay: 3.2s;
}
.js-ttl.is-active span:nth-child(81) {
  transition-delay: 3.24s;
}
.js-ttl.is-active span:nth-child(82) {
  transition-delay: 3.28s;
}
.js-ttl.is-active span:nth-child(83) {
  transition-delay: 3.32s;
}
.js-ttl.is-active span:nth-child(84) {
  transition-delay: 3.36s;
}
.js-ttl.is-active span:nth-child(85) {
  transition-delay: 3.4s;
}
.js-ttl.is-active span:nth-child(86) {
  transition-delay: 3.44s;
}
.js-ttl.is-active span:nth-child(87) {
  transition-delay: 3.48s;
}
.js-ttl.is-active span:nth-child(88) {
  transition-delay: 3.52s;
}
.js-ttl.is-active span:nth-child(89) {
  transition-delay: 3.56s;
}
.js-ttl.is-active span:nth-child(90) {
  transition-delay: 3.6s;
}
.js-ttl.is-active span:nth-child(91) {
  transition-delay: 3.64s;
}
.js-ttl.is-active span:nth-child(92) {
  transition-delay: 3.68s;
}
.js-ttl.is-active span:nth-child(93) {
  transition-delay: 3.72s;
}
.js-ttl.is-active span:nth-child(94) {
  transition-delay: 3.76s;
}
.js-ttl.is-active span:nth-child(95) {
  transition-delay: 3.8s;
}
.js-ttl.is-active span:nth-child(96) {
  transition-delay: 3.84s;
}
.js-ttl.is-active span:nth-child(97) {
  transition-delay: 3.88s;
}
.js-ttl.is-active span:nth-child(98) {
  transition-delay: 3.92s;
}
.js-ttl.is-active span:nth-child(99) {
  transition-delay: 3.96s;
}

.l-wrap {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}

/* ---------------------------------------------
  top-mv
  --------------------------------------------- */
.p-top-mv {
  width: 100%;
  height: 100svh;
  min-height: 700px;
  position: relative;
}
.p-top-mv::before {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/top/mv_bg.png") no-repeat bottom left/cover;
  z-index: -1;
}
.p-top-mv .l-wrap {
  height: 100%;
}

.p-top-mv__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  height: 100%;
}

.p-top-mv__img {
  width: 50vw;
  margin-right: calc(50% - 50vw);
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.p-top-mv__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 754/900;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.p-top-mv__img::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 756/160;
  background: url("../img/top/mv_clip.svg") no-repeat top center/cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.p-top-mv__slider {
  height: 100%;
}
.p-top-mv__slider .swiper-slide {
  height: 100%;
}
.p-top-mv__slider .slider__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  height: 100%;
}
.p-top-mv__slider .swiper-slide-active .slide-img,
.p-top-mv__slider .swiper-slide-prev .slide-img,
.p-top-mv__slider .swiper-slide-duplicate-active .slide-img {
  -ms-transform: scale(1);
      transform: scale(1);
  width: 100%;
  height: 100%;
  animation: zoomIn 14s linear 0s normal both;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.p-top-mv__text {
  position: relative;
  z-index: 1;
  padding-bottom: 12%;
}
.p-top-mv__text .p-top-mv__ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.p-top-mv__text .sub {
  margin-top: 32px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.p-top-mv__text .list {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.p-top-mv__text .list li {
  font-size: 0.8rem;
  font-size: 14px;
  line-height: 1.6;
  background-color: rgba(149, 167, 186, 0.16);
  border: 1px solid #95A7BA;
  border-radius: 2px;
  color: #1e1e1e;
  padding: 4px 16px;
  border-radius: 100px;
}
.p-top-mv__text .desc {
  opacity: 0;
  -ms-transform: translateY(20px);
      transform: translateY(20px);
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
}
.p-top-mv__text .js-fadeUp {
  transition-delay: 0.2s;
}

@media screen and (max-width: 992px) {
  .p-top-mv {
    width: 100%;
    height: auto;
    min-height: 600px;
    position: relative;
  }
  .p-top-mv .l-wrap {
    width: 100%;
  }
  .p-top-mv::before {
    display: none;
  }
  .p-top-mv__block {
    display: block;
  }
  .p-top-mv__slider {
    height: 100%;
  }
  .p-top-mv__slider .swiper-slide {
    height: 100%;
  }
  .p-top-mv__slider .slider__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    height: 100%;
  }
  .p-top-mv__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .p-top-mv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .p-top-mv__img::after {
    display: none;
  }
  .p-top-mv__text {
    position: relative;
    z-index: 1;
    padding: 34px 16px 60px;
    -webkit-mask-image: url("../img/top/mv_clip_sp.svg");
            mask-image: url("../img/top/mv_clip_sp.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    background: #fff url("../img/top/mv_bg.png") no-repeat top left/cover;
    margin-top: -26%;
    z-index: 2;
  }
  .p-top-mv__text::before {
    display: none;
  }
  .p-top-mv__text .list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__text {
    position: relative;
    z-index: 1;
    padding: 34px 16px 60px;
    -webkit-mask-image: url("../img/top/mv_clip_sp.svg");
            mask-image: url("../img/top/mv_clip_sp.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    background: #fff url("../img/top/mv_bg.png") no-repeat top left/cover;
    margin-top: -26%;
    z-index: 2;
  }
  .p-top-mv__text::before {
    display: none;
  }
  .p-top-mv__text .p-top-mv__ttl {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
  .p-top-mv__text .sub {
    margin-top: 12px;
    font-size: 0.8rem;
  }
  .p-top-mv__text .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    width: 70%;
  }
  .p-top-mv__text .list li {
    font-size: 0.75rem;
    padding: 0 14px;
  }
  .p-top-mv__text .desc {
    opacity: 0;
    -ms-transform: translateY(20px);
        transform: translateY(20px);
    transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  }
}
/* ---------------------------------------------
  top intro
  --------------------------------------------- */
.p-top-intro {
  margin: 40px 0 16px;
}
.p-top-intro .l-wrap {
  max-width: 1100px;
}
.p-top-intro .note {
  font-size: 0.625rem;
  font-size: 10px;
  text-align: right;
  margin-top: 20px;
}

.p-top-intro__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.p-top-intro__list .c-leaf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: center;
  text-align: center;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
}
.p-top-intro__list .c-leaf::before, .p-top-intro__list .c-leaf::after {
  content: "";
  display: inline-block;
  width: 4.0625rem;
  aspect-ratio: 65/100;
  background: url("../img/top/deco_leaf.png") no-repeat top left/100%;
}
.p-top-intro__list .c-leaf::after {
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}
.p-top-intro__list .c-leaf .text-1 {
  font-weight: 400;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.p-top-intro__list .c-leaf .text-2 {
  font-size: 3.75rem;
  position: relative;
  font-family: "Times New Roman", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #51462A;
}
.p-top-intro__list .c-leaf .text-2::after {
  content: attr(data-text);
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #51462A;
  opacity: 0.1;
  -ms-transform: scaleY(-1);
      transform: scaleY(-1);
  pointer-events: none;
  -webkit-mask-image: linear-gradient(0deg, rgb(217, 217, 217) 0%, rgba(115, 115, 115, 0) 90%);
          mask-image: linear-gradient(0deg, rgb(217, 217, 217) 0%, rgba(115, 115, 115, 0) 90%);
  line-height: 0.8;
}
.p-top-intro__list .c-leaf .text-2 .num,
.p-top-intro__list .c-leaf .text-2 .unit {
  position: relative;
}
.p-top-intro__list .c-leaf .text-2 .num::after,
.p-top-intro__list .c-leaf .text-2 .unit::after {
  content: attr(data-text);
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #51462A;
  opacity: 0.1;
  -ms-transform: scaleY(-1);
      transform: scaleY(-1);
  pointer-events: none;
  -webkit-mask-image: linear-gradient(0deg, rgb(217, 217, 217) 0%, rgba(115, 115, 115, 0) 90%);
          mask-image: linear-gradient(0deg, rgb(217, 217, 217) 0%, rgba(115, 115, 115, 0) 90%);
  line-height: 0.8;
}
.p-top-intro__list .c-leaf .text-2 .num {
  font-size: 4.25rem;
}
.p-top-intro__list .c-leaf .text-2 .num::after {
  top: 80%;
}
.p-top-intro__list .c-leaf .text-2 .unit {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
}
.p-top-intro__list .c-leaf:nth-child(3) .text-1, .p-top-intro__list .c-leaf:nth-child(4) .text-1 {
  margin-top: -14px;
  margin-bottom: 0;
}

@media screen and (max-width: 1080px) {
  .p-top-intro .l-wrap {
    max-width: 640px;
  }
  .p-top-intro__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-intro {
    margin-top: 30px;
  }
  .p-top-intro__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 1.25rem;
    max-width: 414px;
    margin: 0 auto;
  }
  .p-top-intro__list .c-leaf::before, .p-top-intro__list .c-leaf::after {
    width: 36px;
    height: 56px;
  }
  .p-top-intro__list .c-leaf .text-1 {
    font-size: 0.75rem;
  }
  .p-top-intro__list .c-leaf .text-2 {
    font-size: 2.75rem;
  }
  .p-top-intro__list .c-leaf .text-2 .num {
    font-size: 2.75rem;
  }
  .p-top-intro__list .c-leaf .text-2 .num::after {
    top: 80%;
  }
  .p-top-intro__list .c-leaf .text-2 .unit {
    font-size: 1.625rem;
  }
  .p-top-intro__list .c-leaf:nth-child(3) .text-1, .p-top-intro__list .c-leaf:nth-child(4) .text-1 {
    margin-top: 0;
  }
}
/* ---------------------------------------------
  top-service
  --------------------------------------------- */
.p-top-service {
  position: relative;
  padding: 7.5rem 0 8.75rem;
  overflow: hidden;
  background: url("../img/top/mv_bg.png") no-repeat bottom left/cover;
}

.p-top-service .c-ttl .en {
  color: #d1d1d1;
}

.p-top-service-slider {
  overflow: initial;
  margin-top: 40px;
}
.p-top-service-slider .swiper-button-prev,
.p-top-service-slider .swiper-button-next {
  display: none;
}
.p-top-service-slider .p-sevice__img {
  border: 1px solid #F0F3F5;
  position: relative;
}
.p-top-service-slider .p-sevice__img img {
  aspect-ratio: 300/220;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-service-slider .company-name {
  background: linear-gradient(136deg, rgb(249, 207, 136) 0%, rgb(226, 178, 96) 30%, rgb(168, 142, 98) 64%, rgb(130, 103, 57) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 700;
  padding: 2px 10px;
}
.p-top-service-slider .desc {
  font-size: .9rem;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-top-service {
    padding: 80px 0;
  }
  .p-top-service-slider {
    margin-top: 32px;
  }
  .p-top-service-slider .swiper-button-next {
    display: block;
  }
}
/* ---------------------------------------------
  top-reason
  --------------------------------------------- */
.p-top-reason {
  padding: 6.25rem 0;
  background-color: #F0F3F5;
  border-radius: 40px 40px 0 0;
  position: relative;
}
.p-top-reason::after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background-color: #95A7BA;
  position: absolute;
  top: -40px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.p-top-reason .l-wrap {
  max-width: 900px;
}

.p-top-reason .c-ttl {
  height: auto;
  margin-bottom: 40px;
}
.p-top-reason .c-ttl::after {
  display: none;
}

.p-top-reason__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
.p-top-reason__list .item {
  position: relative;
  max-width: 232px;
  text-align: center;
}
.p-top-reason__list .item .reason__img {
  max-width: 180px;
  margin: 0 auto;
  position: relative;
}
.p-top-reason__list .item .num {
  display: inline-block;
  font-size: 3.25rem;
  line-height: 1;
  margin: 0 auto;
  font-family: "Lora", serif;
  color: #1e1e1e;
  position: absolute;
  top: -6px;
  left: 0;
}
.p-top-reason__list .item .num::first-letter {
  color: #95A7BA;
}
.p-top-reason__list .item .desc {
  font-size: .95rem;
  font-weight: 600;
  margin-top: 16px;
  line-height: 1.4;
}
.p-top-reason__list .item .desc span {
  font-size: .75rem;
}

.p-top-compare {
  margin-top: 100px;
}

.p-top-compare__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 7px;
}
.p-top-compare__block .block-head {
  -ms-flex: 1;
      flex: 1;
}
.p-top-compare__block .block-item {
  -ms-flex: 1;
      flex: 1;
}
.p-top-compare__block .block-item.career-safari {
  width: 49.5%;
  -ms-flex: inherit;
      flex: inherit;
}
.p-top-compare__block .block-item.career-safari img {
  opacity: 0.4;
}
.p-top-compare__block .block-item.career-safari .ttl-block {
  background: linear-gradient(135deg, rgb(70, 172, 220) 0%, rgb(14, 30, 60) 100%);
  padding: 0;
}
.p-top-compare__block .block-item.career-safari .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
}
.p-top-compare__block .ttl-block {
  background-color: #999CA5;
  border-radius: 12px 12px 0 0;
  position: relative;
  padding: 16px;
}
.p-top-compare__block .ttl-block .ttl {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
}
.p-top-compare__block .block-item.career-safari .compare-list li {
  font-size: 1rem;
  padding: 16px 24px;
}
.p-top-compare__block .head-list li {
  padding: 16px 16px;
  font-weight: 600;
  font-size: .8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
      justify-content: center;
  gap: 8px;
  background-color: #1e1e1e;
  margin-top: 4px;
  line-height: 1.25;
  color: #fff;
}

.p-top-compare__block .compare-list li {
  padding: 16px 16px;
  font-weight: 600;
  font-size: .8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  background-color: #fff;
  margin-top: 4px;
  line-height: 1;
}
.p-top-compare__block .compare-list li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("../img/common/icon_check.svg");
          mask-image: url("../img/common/icon_check.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #46ACDC;
}
.p-top-compare__block .compare-list li.no {
  color: #999CA5;
  font-weight: 400;
}
.p-top-compare__block .compare-list li.no::before {
  background-color: #95A7BA;
}

@media screen and (max-width: 767px) {
  .p-top-reason {
    padding: 60px 0 80px;
    border-radius: 20px 20px 0 0;
  }
  .p-top-reason::after {
    height: 60px;
    top: -30px;
  }
  .p-top-reason .c-ttl {
    margin-bottom: 30px;
  }
  .p-top-reason .c-ttl .ja {
    font-size: 1.25rem;
  }
  .p-top-reason__list {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 30px;
  }
  .p-top-reason__list .item .num {
    font-size: 2rem;
  }
  .p-top-reason__list .item .reason__img {
    max-width: 140px;
  }
  .p-top-compare {
    margin-top: 60px;
  }
  .p-top-compare__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    gap: 4px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    overflow-x: scroll;
    padding: 0 0 20px 10px;

  }
  .p-top-compare__block::-webkit-scrollbar {
    height: 6px;
  }
  .p-top-compare__block::-webkit-scrollbar-track {
    background: #fff;
  }
  .p-top-compare__block::-webkit-scrollbar-thumb {
    background-color: #1e1e1e;
    border-radius: 4px;
  }
  .p-top-compare__block .block-item {
    min-width: 220px;
  }
  .p-top-compare__block .block-head {
    width: 25%;
    min-width: 120px;
    -ms-flex: inherit;
        flex: inherit;
    text-align: center;
  }
  .p-top-compare__block .block-item.career-safari {
    width: 60%;
    min-width: 400px;
    -ms-flex: inherit;
        flex: inherit;
    text-align: center;
  }
  .p-top-compare__block .block-item.career-safari img {
    width: 56px;
  }
  .p-top-compare__block .block-item.career-safari .ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
  .p-top-compare__block .ttl-block {
    border-radius: 12px 12px 0 0;
    padding: 10px;
  }
  .p-top-compare__block .ttl-block .ttl {
    width: 100%;
    font-size: 0.8rem;
  }
  .p-top-compare__block .block-item .compare-list li,
  .p-top-compare__block .block-item.career-safari .compare-list li {
    font-size: .9rem;
    padding: 16px 16px;
  }
  .p-top-compare__block .head-list li {
    padding: 16px 16px;
    font-weight: 600;
    font-size: 0.75rem;
    gap: 4px;
    margin-top: 2px;
  }
  .p-top-compare__block .compare-list li {
    padding: 16px 16px;
    font-weight: 600;
    font-size: 0.75rem;
    gap: 4px;
    margin-top: 2px;
  }
  .p-top-compare__block .compare-list li::before {
    width: 10px;
    height: 10px;
  }
}
/* ---------------------------------------------
 top cta
  --------------------------------------------- */
.p-top-cta {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.p-top-cta::before, .p-top-cta::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-top-cta::before {
  background: url("../img/common/cta_bg.jpg") no-repeat bottom center/cover;
}
.p-top-cta::after {
  background-color: rgba(32, 32, 32, 0.7);
  mix-blend-mode: multiply;
}
.p-top-cta .l-wrap {
  position: relative;
  z-index: 1;
}
.p-top-cta .c-ttl::after {
  background-color: #fff;
}
.p-top-cta .c-ttl .en {
  color: #1e1e1e;
}
.p-top-cta .c-ttl .ja {
  color: #fff;
}
.p-top-cta .c-lead {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-top-cta {
    padding: 36px 0;
  }
}
/* ---------------------------------------------
 top recruitment
  --------------------------------------------- */
.p-top-recruitment {
  padding-top: 7.5rem;
  overflow: hidden;
}
.p-top-recruitment p.text {
  text-align: center;
}

.p-top-recruitment-slider {
  overflow: initial;
  margin-right: calc(50% - 50vw);
  margin-top: 40px;
}
.p-top-recruitment-slider .recruitment-detail {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #F0F3F5;
  padding: 24px 24px;
}
.p-top-recruitment-slider .recruitment-detail .recruitment-ttl {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 20px;
  line-height: 1.3;
}
.p-top-recruitment-slider .recruitment-detail .recruitment-img {
  
}
.p-top-recruitment-slider .recruitment-detail .recruitment-img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-recruitment-slider .recruitment-detail .desc {
  margin-bottom: 12px;
  line-height: 1.6;
}
.p-top-recruitment-slider .recruitment-detail dl {
  font-size: 0.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 8px;
}
.p-top-recruitment-slider .recruitment-detail dl:not(:last-of-type) {
  margin-bottom: 4px;
}
.p-top-recruitment-slider .recruitment-detail dl dt {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  font-weight: 400;
}
.p-top-recruitment-slider .recruitment-detail dl dt::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #95A7BA;
}

@media screen and (max-width: 767px) {
  .p-top-recruitment {
    padding-top: 80px;
  }
  .p-top-recruitment-slider .recruitment-detail {
    padding: 28px 16px;
  }
  .p-top-recruitment-slider .recruitment-detail .recruitment-ttl {
    margin-bottom: 16px;
  }
  .p-top-recruitment-slider .recruitment-detail .desc {
    margin-bottom: 8px;
  }
}
/* ---------------------------------------------
 top cases
  --------------------------------------------- */
.p-top-cases {
  padding-top: 7.5rem;
  overflow: hidden;
}

.p-top-cases-slider {
  overflow: initial;
  margin-right: calc(50% - 50vw);
}

.p-top-cases__block .cases-prof {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 24px;
}
.p-top-cases__block .cases-prof .prof-img {
  width: 60px;
}
.p-top-cases__block .cases-prof .name {
  font-weight: 700;
  font-size: 1rem;
}
/* .p-top-cases__block .cases-prof .prof-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  color: #46ACDC;
} */

.p-top-cases__block .cases-prof .prof-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  margin-top: 4px;
}
.p-top-cases__block .cases-prof .prof-detail span {
  background-color: #46ACDC;
  border-radius: 2px;
  color: #fff;
  font-size: 0.8rem;
  padding: 2px 6px;
}

.p-top-cases__block .cases-ba {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-top: 16px;
}
.p-top-cases__block .cases-ba .block-before,
.p-top-cases__block .cases-ba .block-after {
  min-height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  padding: 10px 4px;
}
.p-top-cases__block .cases-ba .block-before p,
.p-top-cases__block .cases-ba .block-after p {
  font-size: .8rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.p-top-cases__block .cases-ba .block-before strong,
.p-top-cases__block .cases-ba .block-after strong {
  letter-spacing: 1px;
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
}
.p-top-cases__block .cases-ba .block-before .job,
.p-top-cases__block .cases-ba .block-after .job {
  font-size: 0.8125rem;
  margin-top: 8px;
  line-height: 1.1;
}
.p-top-cases__block .cases-ba .wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.p-top-cases__block .cases-ba .block-before {
  background-color: #95A7BA;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 44%;
  padding-right: 24px;
  position: relative;
}
.p-top-cases__block .cases-ba .block-before::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/top/icon_arrow_double.svg") no-repeat center/100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 8px;
}
.p-top-cases__block .cases-ba .block-after {
  width: 56%;
  background: linear-gradient(136deg, rgb(249, 207, 136) 0%, rgb(226, 178, 96) 30%, rgb(168, 142, 98) 64%, rgb(130, 103, 57) 100%);
}
.p-top-cases__block .cases-text {
  margin-top: 16px;
}
.p-top-cases__block .cases-text .ttl {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.p-top-cases__block .cases-text .contents {
  font-size: 0.8rem;
}
.p-top-cases__block .cases-text ol {
  padding-left: 20px;
  font-size: 0.8rem;
}
.p-top-cases__block .cases-text ol li {
  list-style-type: decimal;
}
.p-top-cases__block .cases-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  margin-top: 20px;
}
.p-top-cases__block .cases-bottom span {
  background-color: #46ACDC;
  border-radius: 2px;
  color: #fff;
  font-size: 0.8rem;
  padding: 2px 6px;
}

@media screen and (max-width: 767px) {
  .p-top-cases {
    padding-top: 80px;
    overflow: hidden;
  }
}
/* ---------------------------------------------
 top member
  --------------------------------------------- */
.p-top-member {
  padding: 7.5rem 0;
  overflow: hidden;
}

.p-top-member-slider {
  overflow: initial;
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 767px) {
  .p-top-member {
    padding: 80px 0;
    overflow: hidden;
  }
}
/* ---------------------------------------------
   top youtube
  --------------------------------------------- */
.p-top-youtube {
  padding: 7.5rem 0;
  overflow: hidden;
}

.p-top-youtube-slider {
  overflow: initial;
  margin-right: calc(50% - 50vw);
}
.p-top-youtube-slider .youtube-ttl {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .p-top-youtube {
    padding: 80px 0 100px;
  }
  .p-top-youtube-slider .youtube-ttl {
    margin-top: 20px;
  }
}
/* ---------------------------------------------
   top magazine
  --------------------------------------------- */
.p-top-magazine {
  padding: 80px 0;
  background-color: #1e1e1e;
}

.p-top-magazine__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}
.p-top-magazine__block .block-area {
  width: 50%;
  padding: 1.75rem;
  background-color: #FFFFFF;
  position: relative;
}
.p-top-magazine__block .c-ttl {
  margin-bottom: 3.75rem;
}
.p-top-magazine__block .c-btn {
  margin-top: 40px;
}
.p-top-magazine__block .p-magazine__list li:first-child a,
.p-top-magazine__block .p-news__list li:first-child a {
  padding-top: 0;
}
.p-top-magazine__block .p-magazine__list li a,
.p-top-magazine__block .p-news__list li a {
  display: block;
  gap: 12px;
  padding: 20px 0;
  color: #1e1e1e;
  border-bottom: 1px solid rgba(174, 188, 203, 0.1);
  transition: 0.3s ease;
  background-image: linear-gradient(to right, #95A7BA 1px, transparent 1px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media (hover: hover) {
  .p-top-magazine__block .p-magazine__list li a:hover,
  .p-top-magazine__block .p-news__list li a:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .p-top-magazine {
    padding: 20px 0;
  }
  .p-top-magazine__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-magazine__block .c-ttl {
    margin-bottom: 30px;
  }
  .p-top-magazine__block .c-ttl .ja {
    font-size: 1.5rem;
  }
  .p-top-magazine__block .c-btn {
    margin-top: 20px;
  }
  .p-top-magazine__block .block-area {
    width: 100%;
    max-width: 100%;
    padding: 30px 16px;
  }
}
/*===========下層ページ共通===========*/
.c-heading {
  position: relative;
  margin-top: 75px;
}
.c-heading::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #95A7BA;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.c-heading .c-heading__img {
  position: relative;
  height: 16rem;
}
.c-heading .c-heading__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-heading .c-heading__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(14, 30, 60);
  background: linear-gradient(0deg, rgb(14, 30, 60) 0%, rgba(14, 30, 60, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.c-heading .c-heading__wrap {
  position: relative;
}
.c-heading .c-heading-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin-top: 16px;
  gap: 10px;
  width: 100%;
}
.c-heading .c-heading-ttl .en {
  display: inline-block;
  color: #F0F3F5;
  font-family: "Lora", serif;
  font-size: 4.25rem;
  line-height: 1;
  opacity: 0.4;
}
.c-heading .c-heading-ttl .ja {
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  letter-spacing: 0.06em;
  position: relative;
}

.c-section {
  padding-top: 120px;
}
.c-section:last-of-type {
  padding-bottom: 120px;
}

.c-section-top {
  padding-top: 156px;
}

@media screen and (max-width: 992px) {
  .c-heading {
    margin-top: 100px;
  }
  .c-section-top {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .c-heading {
    margin-top: 92px;
  }
  .c-heading::after {
    height: 20px;
  }
  .c-heading .c-heading__img {
    height: 8.5rem;
  }
  .c-heading .c-heading-ttl {
    margin-top: 0;
    gap: 5px;
  }
  .c-heading .c-heading-ttl .en {
    font-size: 2.75rem;
  }
  .c-heading .c-heading-ttl .ja {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .c-heading + .c-section {
    padding-top: 60px;
  }
  .c-section {
    padding-top: 80px;
  }
  .c-section:last-of-type {
    padding-bottom: 60px;
  }
  .c-section-top {
    padding-top: 92px;
  }
}
/* ---------------------------------------------
  page company
 --------------------------------------------- */
.p-message__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  gap: 2.125rem;
}
.p-message__block .p-message__img {
  width: 34%;
  max-width: 400px;
  overflow: hidden;
}
.p-message__block .p-message__text {
  width: 64%;
  max-width: 786px;
}
.p-message__block .p-message__text .ttl {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 32px;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #1e1e1e;
}
.p-message__block .p-message__text .name {
  font-size: 1rem;
  text-align: right;
  color: #46ACDC;
  margin-top: 20px;
}

.p-company__block {
  display: flex;
  gap: 24px;
  width: 100%;
}
.p-company__block .p-company-info {
  width: 60%;
}
.p-company__block .map-block {
  width: 40%;
}
.p-company-info dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #95A7BA;
  font-size: 0.8rem;
}
.p-company-info dl:first-child {
  border-top: 1px solid #95A7BA;
}
.p-company-info dl dt {
  width: 200px;
  font-weight: 500;
  border-top: 1px solid #95A7BA;
  padding: 16px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.p-company-info dl dd {
  -ms-flex: 1;
      flex: 1;
  padding: 16px 0;
  line-height: 1.8;
}
.p-company-info .map-block {
  margin-top: 60px;
}
.p-company-info .map-block iframe {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 767px) {
  .p-message__block {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 24px;
  }
  .p-message__block .p-message__img {
    width: 70%;
  }
  .p-message__block .p-message__text {
    width: 100%;
  }
  .p-message__block .p-message__text .ttl {
    font-size: 1.25rem;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  .p-message__block .p-message__text p {
    line-height: 1.6;
  }
  .p-message__block .p-message__text .name {
    margin-top: 16px;
  }

  .p-company__block {
    display: flex;
    flex-direction: column;
  }
  .p-company__block .p-company-info {
    width: 100%;
  }
  .p-company__block .map-block {
    width: 100%;
  }
  .p-company-info dl {
    -ms-flex-direction: column;
        flex-direction: column;
    border-bottom: none;
  }
  .p-company-info dl:first-child {
    border-top: none;
  }
  .p-company-info dl dt {
    width: 100%;
    border-top: none;
    background-color: #F0F3F5;
    padding: 20px 0;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 1;
  }
  .p-company-info dl dd {
    padding: 20px 0;
  }
  .p-company-info .map-block {
    margin-top: 40px;
  }
  .p-company-info .map-block iframe {
    height: 240px;
  }
}
/* ---------------------------------------------
  page entry
  --------------------------------------------- */
/* ------------- flow ------------- */
.p-entry-flow__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 40px auto 0;
}
.p-entry-flow__list li {
  position: relative;
  text-align: center;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
}
.p-entry-flow__list li:first-child, .p-entry-flow__list li:last-child {
  width: auto;
}
.p-entry-flow__list li .num {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 auto;
  font-family: "Lora", serif;
  color: #1e1e1e;
}
.p-entry-flow__list li .num::first-letter {
  color: #95A7BA;
}
.p-entry-flow__list li .num::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/entry/flow_ellipse.svg") no-repeat center/100%;
  margin: 20px auto 0;
}
.p-entry-flow__list li .text {
  display: block;
  font-size: 1.125rem;
  color: #1e1e1e;
  font-weight: 700;
  line-height: 1.4;
}
.p-entry-flow__list li:not(:last-child)::before {
  position: absolute;
  z-index: -1;
  top: 52px;
  right: -50%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #95A7BA;
}

@media screen and (max-width: 767px) {
  .p-entry-flow .c-lead {
    text-align: left;
  }
  .p-entry-flow__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-entry-flow__list li {
    -ms-flex: initial;
        flex: initial;
    width: 100%;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    gap: 16px;
    padding-left: 36px;
    position: relative;
  }
  .p-entry-flow__list li:not(:last-child) {
    padding-bottom: 28px;
  }
  .p-entry-flow__list li:first-child, .p-entry-flow__list li:last-child {
    width: auto;
  }
  .p-entry-flow__list li .num {
    font-size: 1rem;
    margin: 0;
  }
  .p-entry-flow__list li .num::after {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-entry-flow__list li .text {
    font-size: 1rem;
  }
  .p-entry-flow__list li:not(:last-child)::before {
    top: 0;
    right: initial;
    left: 10px;
    width: 2px;
    height: 100%;
  }
  .p-entry-flow__list li br {
    display: none;
  }
}
/* ------------- form ------------- */
.p-entry__form {
  margin-top: 60px;
}
.p-entry__form dl {
  gap: 0.625rem;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}
.p-entry__form dl:not(:last-of-type) {
  margin-bottom: 32px;
}
.p-entry__form dl dt {
  font-size: 0.8rem;
  -ms-flex: 1;
      flex: 1;
  color: #10141D;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  margin-bottom: 12px;
  min-width: 250px;
}
.p-entry__form dl dd {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 500;
}
.p-entry__form dl dd input[type=text],
.p-entry__form dl dd input[type=tel],
.p-entry__form dl dd input[type=email],
.p-entry__form dl dd select {
  width: 100%;
  padding: 10px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: #F0F3F5;
  border-radius: 4px;
  line-height: 2;
  letter-spacing: 0.04em;
}
.p-entry__form dl dd textarea {
  width: 100%;
  padding: 10px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: #F0F3F5;
  height: 8rem;
  resize: vertical;
  border-radius: 4px;
}
.p-entry__form dl dd ::-moz-placeholder {
  color: #999CA5;
}
.p-entry__form dl dd :-ms-input-placeholder {
  color: #999CA5;
}
.p-entry__form dl dd ::placeholder {
  color: #999CA5;
}
.p-entry__form dl dd input:focus,
.p-entry__form dl dd textarea:focus,
.p-entry__form dl dd select:focus {
  outline: none;
}
.p-entry__form dl .form-date {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}
.p-entry__form dl .form-date .item-date {
  max-width: 280px;
}
.p-entry__form dl .form-date .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  font-size: 0.8rem;
}
.p-entry__form dl .form-date .item select {
  width: 120px;
}
.p-entry__form dl .form-date .item-select {
  position: relative;
}
.p-entry__form dl .form-date .item-select::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #1e1e1e;
  position: absolute;
  top: 50%;
  left: 94px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  pointer-events: none;
}
.p-entry__form dl .form-require,
.p-entry__form dl .form-any {
  font-size: 0.75rem;
  display: inline-block;
  padding: 2px 6px;
  margin-right: 18px;
  border-radius: 2px;
}
.p-entry__form dl .form-require {
  color: #46ACDC;
  border: 1px solid #46ACDC;
}
.p-entry__form dl .form-any {
  color: #95A7BA;
  border: 1px solid #95A7BA;
}
.p-entry__form dl.form-select dd {
  position: relative;
}
.p-entry__form dl.form-select dd::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #1e1e1e;
  position: absolute;
  top: 50%;
  right: 15px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  pointer-events: none;
}

.p-entry__note {
  text-align: center;
  margin-top: 32px;
}
.p-entry__note a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-entry__policy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 12px;
  margin: 48px 0 0 auto;
}
.p-entry__policy .policy-check input[type=checkbox] {
  display: none;
}
.p-entry__policy .policy-check .check-block {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
}
.p-entry__policy .policy-check .check-block::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #C7D5DE;
  border-radius: 3px;
  margin-top: 4px;
}
.p-entry__policy .policy-check .check-block::after {
  border-right: 2px solid #0085D0;
  border-bottom: 2px solid #0085D0;
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: rotate(45deg) translate(-50%, -50%);
      transform: rotate(45deg) translate(-50%, -50%);
  margin-left: -4px;
  margin-top: 2px;
}
.p-entry__policy .policy-check input[type=checkbox]:checked + .check-block::after {
  opacity: 1;
}
.p-entry__policy .policy-text {
  font-size: 0.75rem;
}
.p-entry__policy .policy-text a {
  color: #7C8695;
  text-decoration: underline;
}

.p-entry__check {
  margin-top: 32px;
  text-align: center;
}
/* .p-entry__check input[type=checkbox] {
  display: none;
}
.p-entry__check .check__txt {
  padding: 0 0 0 24px;
  position: relative;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}
.p-entry__check .check__txt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #1e1e1e;
  background-color: #fff;
  margin-right: 10px;
}
.p-entry__check input[type=checkbox]:checked + .check__txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 6px;
  height: 8px;
  -ms-transform: rotate(40deg);
      transform: rotate(40deg);
  border-bottom: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
} */

.p-entry__btn {
  margin: 50px auto 0;
  max-width: 326px;
  height: 40px;
  position: relative;
  color: #1e1e1e;
}
.p-entry__btn input {
  width: 100%;
  height: 100%;
  border: 1px solid #1e1e1e;
  border-radius: 100px;
  font-size: 0.8rem;
  padding-left: 70px;
}
.p-entry__btn .icon {
  position: absolute;
  top: 50%;
  right: 56px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/common/icon_arrow_btn.svg") no-repeat center/100%;
}

@media screen and (max-width: 767px) {
  .p-entry-section .c-ttl .ja {
    letter-spacing: 0;
  }
  .p-entry__form {
    margin-top: 32px;
  }
  .p-entry__form dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
  }
  .p-entry__form dl:not(:last-of-type) {
    margin-bottom: 34px;
  }
  .p-entry__form dl dt {
    width: 100%;
  }
  .p-entry__form dl dd {
    width: 100%;
  }
  .p-entry__form dl dd textarea {
    height: 200px;
  }
  .p-entry__form dl .form-date {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 16px;
  }
  .p-entry__form dl .form-date .item-date {
    width: 100%;
  }
  .p-entry__form dl .form-date .item {
    gap: 8px;
  }
  .p-entry__form dl .form-date .item select {
    width: 120px;
  }
  .p-entry__form dl .form-require,
  .p-entry__form dl .form-any {
    margin-right: 16px;
  }
  .p-entry__note {
    margin-top: 40px;
  }
  .p-entry__check {
    margin-top: 20px;
  }
  .p-entry__btn {
    margin: 40px auto 0;
  }
}
/* ---------------------------------------------
  page member
  --------------------------------------------- */
.p-member__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 28px;
}

.p-member__img img {
  aspect-ratio: 300/340;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-member__text {
  margin-top: 24px;
}
.p-member__text .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  color: #1e1e1e;
}
.p-member__text .position {
  font-size: 0.8rem;
  font-weight: 400;
  color: #46ACDC;
  margin-top: 16px;
}
.p-member__text .position span {
  display: inline-block;
}
.p-member__text .position span:not(:last-of-type)::after {
  content: "/";
  margin: 0 2px;
}
.p-member__text .desc {
  margin-top: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-member__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 8px;
  }
  .p-member__text {
    margin-top: 16px;
  }
  .p-member__text .name {
    font-size: 1.25rem;
  }
  .p-member__text .position {
    margin-top: 12px;
  }
  .p-member__text .desc {
    margin-top: 12px;
  }
}
/* ---------------------------------------------
  page magazine
  --------------------------------------------- */
/* -------- article list -------- */
.c-article__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.c-article__list .no-text {
  font-weight: 700;
  font-size: 0.9375rem;
}

.c-article__item {
  position: relative;
}
.c-article__item a {
  display: block;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .c-article__item a:hover .article__img img {
    -ms-transform: scale(1.05);
        transform: scale(1.05);
  }
  .c-article__item a:hover .article__text {
    opacity: 0.7;
  }
}

.c-article__img {
  overflow: hidden;
}
.c-article__img img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}

.c-article__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-image: linear-gradient(to right, #95A7BA 1px, transparent 1px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 16px 0;
}

.c-article__date {
  font-size: 0.8rem;
  line-height: 1.4;
}

.c-article__ttl {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 8px;
  letter-spacing: 0.04em;
}

.c-article__category {
  color: #46ACDC;
  font-size: 0.75rem;
  margin-top: 8px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-article__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }
  .c-article__item .c-article__text {
    padding: 8px 0;
  }
  .c-article__item .c-article__category {
    margin-top: 8px;
  }
}
/* -------- magazine top -------- */
.p-magazine-top {
  width: 100%;
  position: relative;
  margin-top: 75px;
  background-color: #F0F3F5;
  padding: 40px 0;
}
.p-magazine-top .l-wrap {
  max-width: 960px;
}

.p-magazine-top__list {
  display: grid;
  grid-template-columns: 54.2% repeat(2, 0.5fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0 25px;
}
.p-magazine-top__list .c-article__item:first-child {
  grid-area: 1/1/3/2;
}
.p-magazine-top__list .c-article__item:first-child .c-article__img img {
  aspect-ratio: 16/9;
}
.p-magazine-top__list .c-article__item:nth-child(2) {
  grid-area: 1/2/2/3;
}
.p-magazine-top__list .c-article__item:nth-child(2) .c-article__text {
  background: none;
}
.p-magazine-top__list .c-article__item:nth-child(3) {
  grid-area: 1/3/2/4;
}
.p-magazine-top__list .c-article__item:nth-child(3) .c-article__text {
  background: none;
}
.p-magazine-top__list .c-article__item:nth-child(4) {
  grid-area: 2/2/3/3;
}
.p-magazine-top__list .c-article__item:nth-child(5) {
  grid-area: 2/3/3/4;
}
.p-magazine-top__list .c-article__item:not(:first-child) .c-article__text {
  padding: 14px 0;
}
.p-magazine-top__list .c-article__item:not(:first-child) .c-article__category {
  margin-top: 4px;
}

@media screen and (max-width: 992px) {
  .p-magazine-top {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-magazine-top {
    margin-top: 92px;
    padding: 24px 0;
  }
  .p-magazine-top__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr repeat(2, 0.5fr);
    gap: 0 7px;
  }
  .p-magazine-top__list .c-article__item:first-child {
    grid-area: 1/1/2/3;
    margin-bottom: 20px;
  }
  .p-magazine-top__list .c-article__item:first-child .c-article__img img {
    aspect-ratio: 16/9;
  }
  .p-magazine-top__list .c-article__item:first-child .c-article__text {
    padding: 12px 0 16px;
  }
  .p-magazine-top__list .c-article__item:first-child .c-article__category {
    margin-top: 16px;
  }
  .p-magazine-top__list .c-article__item:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .p-magazine-top__list .c-article__item:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .p-magazine-top__list .c-article__item:nth-child(4) {
    grid-area: 3/1/4/2;
  }
  .p-magazine-top__list .c-article__item:nth-child(5) {
    grid-area: 3/2/4/3;
  }
  .p-magazine-top__list .c-article__item:not(:first-child) .c-article__text {
    padding: 8px 0 12px;
  }
  .p-magazine-top__list .c-article__item:not(:first-child) .c-article__category {
    margin-top: 8px;
  }
}
/* -------- magazine section -------- */
.p-magazine-section {
  overflow: hidden;
}
.p-magazine-section .l-wrap {
  max-width: 960px;
}

.p-magazine-popular-slider .swiper-slide {
  max-width: 370px;
}

/* -------- magazine category -------- */
.c-section.p-magazine-category {
  padding: 80px 0;
}

.p-magazine-category {
  background-color: #F0F3F5;
  margin-top: 120px;
}
.p-magazine-category .l-wrap {
  max-width: 960px;
}
.p-magazine-category .c-ttl {
  height: auto;
  margin-bottom: 40px;
}
.p-magazine-category .c-ttl .ja {
  color: #1e1e1e;
  line-height: 1;
}
.p-magazine-category .c-ttl::after {
  display: none;
}
.p-magazine-category .p-category__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  gap: 26px;
}
.p-magazine-category .p-category__list a {
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-magazine-category .p-category__list a:hover {
    opacity: 0.7;
  }
}
.p-magazine-category .p-category__list .category-img {
  overflow: hidden;
}
.p-magazine-category .p-category__list .category-img img {
  aspect-ratio: 211/118;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-magazine-category .p-category__list .category-text {
  color: #46ACDC;
  font-size: 0.8rem;
  margin-top: 16px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-section.p-magazine-category {
    padding: 40px 0;
  }
  .p-magazine-category {
    margin-top: 60px;
  }
  .p-magazine-category .c-ttl {
    margin-bottom: 20px;
  }
  .p-magazine-category .c-ttl .ja {
    font-size: 1.25rem;
  }
  .p-magazine-category .p-category__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 16px 7px;
  }
}
/* ---------------------------------------------------
   article page
  --------------------------------------------------- */
.p-articel-head {
  margin-top: 75px;
}
.p-articel-head .l-wrap {
  max-width: 960px;
  padding: 20px 0 0;
}

.p-article-head__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 28px;
  margin-bottom: 32px;
}
.p-article-head__top .date {
  font-size: 0.8rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.p-article-head__top .category {
  color: #46ACDC;
  font-size: 0.75rem;
  line-height: 1;
}

.p-article-area {
  padding: 40px 0 120px;
}
.p-article-area .l-wrap {
  max-width: 960px;
}

.p-article-area__img {
  max-width: 800px;
  margin: 0 auto 40px;
}
.p-article-area__img img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
}

.p-article__ttl {
  font-size: 2.125rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.p-article__company-name {
  text-align: right;
  font-size: 1.5rem;
  font-weight: 500;
}

.c-bnr__list {
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 80px;
}

.c-bnr__list .c-bnr__item {
  transition: 0.3s ease;
  text-align: center;
}

/* --- toc --- */
.p-article__body .ez-toc-counter nav ul li a::before {
  content: counter(item, numeric) "";
}
.p-article__body #ez-toc-container {
  border: none;
  background-color: #F0F3F5;
  border-radius: 0;
  padding: 40px 60px;
  margin: 80px 0;
}
.p-article__body #ez-toc-container .ez-toc-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
  border-left: 2px solid #46ACDC;
  padding-left: 16px;
  margin-bottom: 28px;
  display: block;
}
.p-article__body #ez-toc-container .ez-toc-list li {
  line-height: 2;
}
.p-article__body #ez-toc-container .ez-toc-list .ez-toc-heading-level-2 > a {
  font-size: 1rem;
  font-weight: 700;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}
.p-article__body #ez-toc-container .ez-toc-list .ez-toc-heading-level-2 > a::before {
  color: #46ACDC;
}
.p-article__body #ez-toc-container .ez-toc-list .ez-toc-heading-level-3 a {
  font-size: 1rem;
  font-weight: 500;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}
.p-article__body #ez-toc-container .ez-toc-list .ez-toc-heading-level-3 a::before {
  color: #95A7BA;
}

.p-article__body {
  position: relative;
}
.p-article__body p {
  line-height: 1.8;
  font-size: 0.8rem;
}
.p-article__body p:not(:last-child) {
  margin-bottom: 24px;
}
.p-article__body img {
  width: 100%;
}
.p-article__body img + p,
.p-article__body figure + p {
  margin-top: 30px;
}
.p-article__body h2 {
  position: relative;
  font-size: 1.5rem;
  position: relative;
  padding-left: 16px;
  margin-top: 60px;
  margin-bottom: 28px;
  line-height: 1.4;
}
.p-article__body h2::before {
  content: "";
  display: block;
  width: 2px;
  height: 65%;
  background-color: #0AAED8;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.p-article__body h3 {
  font-size: 1.25rem;
  background-color: #F0F3F5;
  padding: 16px;
  margin-top: 60px;
  margin-bottom: 28px;
  line-height: 1.4;
}
.p-article__body h4 {
  font-size: 1rem;
  font-weight: 500;
}
.p-article__body h4 + p {
  margin-bottom: 16px;
}
.p-article__body h4 + p + h4 {
  margin-top: 0;
}
.p-article__body p.has-medium-font-size {
  font-weight: 500;
}

.p-article-editor {
  margin-top: 90px;
  background-color: #F0F3F5;
  padding: 60px 0;
}
.p-article-editor .editor-ttl {
  color: #1e1e1e;
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 28px;
}
.p-article-editor .c-fBox {
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
.p-article-editor .p-article-editor__img {
  width: 211px;
}
.p-article-editor .p-article-editor__img img {
  aspect-ratio: 211/118;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-article-editor .p-article-editor__text {
  -ms-flex: 1;
      flex: 1;
  padding-top: 10px;
}
.p-article-editor .p-article-editor__text .name {
  font-size: 1.25rem;
}
.p-article-editor .p-article-editor__text .desc {
  margin-top: 16px;
}

.p-article-other {
  margin-bottom: 60px;
}
.p-article-other .l-wrap {
  border-top: 1px solid #C3C3C3;
  padding-top: 130px;
}

.p-article-pickup {
  padding: 90px 0 120px;
  background-color: #F6F6F6;
}

@media screen and (max-width: 992px) {
  .p-articel-head {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-articel-head {
    margin-top: 140px;
  }
  .p-article__ttl {
    font-size: 1.5rem;
  }
  .p-article-head__top {
    margin-bottom: 20px;
  }
  .p-article-area {
    padding: 32px 0 80px;
  }
  .p-article-area__img {
    margin-bottom: 32px;
  }
  .c-bnr__list {
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-top: 40px;
  }
  .c-bnr__list .c-bnr__item {
    transition: 0.3s ease;
    text-align: center;
  }
  /* --- toc --- */
  .p-article__body #ez-toc-container {
    padding: 24px 16px;
    margin: 40px 0;
  }
  .p-article__body #ez-toc-container .ez-toc-title {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .p-article__body #ez-toc-container .ez-toc-list li {
    line-height: 1.6;
  }
  .p-article__body #ez-toc-container .ez-toc-list .ez-toc-heading-level-3 {
    margin-left: 15px;
  }
  .p-article__body #ez-toc-container .ez-toc-list .ez-toc-heading-level-3 a {
    font-size: 0.8rem;
  }
  .p-article__body p {
    font-size: 0.8rem;
    line-height: 1.6;
  }
  .p-article__body p:not(:last-child) {
    margin-bottom: 16px;
  }
  .p-article__body img {
    width: 100%;
  }
  .p-article__body img + p,
  .p-article__body figure + p {
    margin-top: 30px;
  }
  .p-article__body h2 {
    font-size: 1.25rem;
    margin: 40px 0 20px;
  }
  .p-article__body h3 {
    font-size: 1rem;
    margin: 40px 0 20px;
  }
  .p-article__body h4 {
    font-size: 1rem;
    margin-top: 16px;
  }
  .p-article-editor {
    margin-top: 60px;
    padding: 40px 0;
  }
  .p-article-editor .editor-ttl {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .p-article-editor .c-fBox {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .p-article-editor .p-article-editor__img {
    width: 211px;
  }
  .p-article-editor .p-article-editor__img img {
    aspect-ratio: 211/118;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-article-editor .p-article-editor__text {
    -ms-flex: 1;
        flex: 1;
    padding-top: 0;
  }
  .p-article-editor .p-article-editor__text .name {
    font-size: 1.25rem;
    text-align: center;
  }
  .p-article-editor .p-article-editor__text .desc {
    margin-top: 16px;
    line-height: 1.6;
  }
}
/* ---------------------------------------------
  page news
  --------------------------------------------- */
.p-news-section .l-wrap {
  max-width: 960px;
}
.p-news-section .p-news__list a {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #95A7BA 1px, transparent 1px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 20px 0;
}
.p-news-section .p-news__list .p-news__text .date {
  font-size: 0.8rem;
  line-height: 1.4;
}
.p-news-section .p-news__list .p-news__text .ttl {
  font-size: 0.8rem;
  line-height: 1.4;
  margin-top: 8px;
  letter-spacing: 0.04em;
}
.p-news-section .p-news__list .p-news__text .category {
  color: #46ACDC;
  font-size: 0.75rem;
  margin-top: 16px;
  line-height: 1;
}

/* ---------- pagenation ---------- */
ul.page-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 120px;
  gap: 20px;
}

.page-numbers li .page-numbers {
  display: block;
  width: 48px;
  height: 48px;
  font-size: 0.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 5px;
  transition: 0.3s ease;
  border-radius: 50%;
  font-weight: 700;
  border: 1px solid #1e1e1e;
}

.page-numbers li .page-numbers.dots {
  border: none;
  width: auto;
}

.page-numbers li a.page-numbers:hover {
  opacity: 0.7;
}

.page-numbers li .current {
  background-color: #1e1e1e;
  color: #fff;
}

.page-numbers li .page-numbers.prev,
.page-numbers li .page-numbers.next {
  background: url("../img/common/icon_arrow_btn.svg") no-repeat center/100%;
}

.page-numbers li .page-numbers.prev {
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

.page-numbers.prev::before {
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
  .p-news-section ul.page-numbers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    gap: 16px;
  }
}
/* ----------- news article -----------*/
.p-news-container {
  position: relative;
  padding: 120px 0 100px;
}
.p-news-container .c-btn {
  margin: 60px auto 0;
}

.p-news__article {
  width: 100%;
}

.p-news-article__head {
  margin-bottom: 60px;
}
.p-news-article__head .p-news__ttl {
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.52;
  font-family: "Archivo", "Noto Sans JP", sans-serif;
}
.p-news-article__head .p-news__ttl:lang(en) {
  font-style: italic;
}
.p-news-article__head .p-news__date {
  text-align: left;
  font-size: 0.8rem;
  font-weight: 400;
}

.p-news-article__body > * {
  margin-top: 20px;
}
.p-news-article__body p {
  line-height: 2.4;
}
.p-news-article__body img {
  margin-top: 60px;
}
.p-news-article__body a {
  font-weight: 700;
}

.p-news-thumbnail img {
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-news-container {
    padding: 50px 0 100px;
  }
  .p-news-container .c-btn {
    margin-top: 60px;
  }
  .p-news-article__head {
    margin-bottom: 40px;
  }
  .p-news-article__head .p-news__ttl {
    font-size: 1.875rem;
  }
  .p-news-article__body {
    line-height: 1.9;
  }
  .p-news-article__body p {
    line-height: 1.9;
  }
  .p-news-article__body > * {
    margin-top: 20px;
  }
  .p-news-article__body h2 {
    font-size: 1.25rem;
  }
  .p-news-article__body h3 {
    font-size: 1rem;
    margin-top: 30px;
  }
  .p-news-article__body img {
    margin-top: 40px;
  }
}

.hasDatepicker {
  min-width: 150px;
}
.mw-cform_return__Btn {
  text-align: center;
  margin-top: 20px;
}
/* .mw_wp_form .error {
  display: none !important;
} */

/* reCaptha 非表示 */
.grecaptcha-badge { visibility: hidden; }