@charset "UTF-8";

/* ========================================
  Reset CSS
======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 15px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure,
figcaption,
blockquote {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

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

svg {
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  font: inherit;
}

/* ========================================
  Base
======================================== */
:root {
  --theme-color: #d8282b;
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  font-kerning: normal;
  letter-spacing: 0.04em;
  hanging-punctuation: allow-end;
}

.main {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.ff-en {
  font-family: "EB Garamond", serif;
  font-feature-settings: "kern";
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.pc {
  display: block;
}

.pc_inline {
  display: inline;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc,
  .pc_inline {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* ========================================
  Utility - Fade In Animation
======================================== */
.js-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.js-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

2.Layout

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

/* page
---------------------------------------------------------- */

.l-content {
  max-width: 1100px;
  margin: 0 auto;
}

.l-content-leftfull {
  margin-right: calc((100% - 1100px) / 2);
}

@media screen and (max-width: 1199px) {
  .l-content {
    max-width: 90%;
    margin: 0 auto;
  }

  .p-casestudy-single .l-content {
    max-width: 96%;
  }
}

@media screen and (max-width: 1099px) {
  .l-content-leftfull {
    margin-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .l-content-leftfull {
    margin-inline: 5%;
  }
}

/* ========================================
  Header
======================================== */
.l-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 60000;
  /* background: #fff; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 22px 13px 0;
  /* margin: 34px 40px 0; */
  margin: 0 auto;
  /* border-radius: 5px;
  height: 80px; */
  transition: all 0.3s ease;
  /* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); */
}

.l-header.l-header--top {
  position: absolute;
  background: none;
  padding-block: 0;
}

.l-header.l-header--white {
  padding-block: 13px;
}

.l-header {
  /* background: rgba(255, 255, 255, .7); */
  width: 100%;
  padding-inline: 26px;
  margin-top: 30px;
  /* backdrop-filter: blur(40.900001525878906px);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02); */
}

/* body.home .l-header {
  background: #fff;
} */

.l-header.l-header--fix,
.l-header.l-header--white {
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  margin-top: 30px;
}

/* body.home .l-header.is-menu,
body.home .l-header.is-menu.is-active {
  background: rgba(255,255,255,.9);
} */

.l-header > * {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 225px;
  height: 46px;
  background: none;
}

.l-header__logo > a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  line-height: 1;
}

.l-header__logo > a picture,
.l-header__logo > a img {
  display: block;
  line-height: 1;
}

.l-header .l-header__logo img.active {
  display: none;
}

.l-header--fix.show .l-header__logo img.default,
.l-header--white .l-header__logo img.default {
  display: none;
}

.l-header--fix.show .l-header__logo img.active,
.l-header--white .l-header__logo img.active {
  display: inline;
}

/*
.l-header.is-menu.is-active .l-header__logo img.default {
  display: inline;
}

.l-header.is-menu.is-active .l-header__logo img.active {
  display: none;
} */

body .l-header:not(.is-menu) {
  opacity: 0;
  visibility: hidden;
}

body .l-header:not(.is-menu).show {
  opacity: 1;
  visibility: visible;
}

.l-header__box {
  width: 1100px;
  justify-content: space-between;
  white-space: nowrap;
}

.l-header__box__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding-right: 36px;
}

.l-header__box__list li:not(:last-of-type) {
  margin-right: 15px;
}

.l-header__box__list li a {
  position: relative;
  display: block;
  padding: 14px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s 0s ease;
}

.l-header--top .l-header__box__list li a {
  color: #fff;
}

.l-header__box__list li a.blank {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

/* body.home .l-header .l-header__box__list li a {
  color: #263B44;
} */

.l-header--fix.show .l-header__box__list li a,
.l-header--white .l-header__box__list li a {
  color: #000;
}

.l-header__search {
  width: 22px;
  margin: 0 35px;
}

.l-header__search__btn {
  cursor: pointer;
}

.l-header__search.close svg path {
  fill: #b1b1b1;
}

.l-header__searchbox__form__input {
  padding: 14px 0 14px 30px;
  border: none;
  background: url(../img/ico_search.svg) no-repeat left center/22px;
  width: 100%;
  font-size: 18px;
}

.l-header__link {
  display: flex;
  gap: 0 15px;
}

.l-header__link a {
  display: block;
  padding: 12px 18px;
  border-radius: 100px;
  width: 170px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
}

.l-header__link a.l-header__link__contact {
  color: #000;
  background: #fff;
}

.l-header--fix.show .l-header__link a.l-header__link__contact,
.l-header--white .l-header__link a.l-header__link__contact {
  color: #fff;
  background: #108b96;
}

.l-header__link a.l-header__link__contact:hover {
  opacity: 0.8;
}

.l-header__menu {
  display: none;
  cursor: pointer;
}

.l-header__menu__txt {
  font-size: 16px;
  font-weight: 600;
  color: #fff;

  .menu {
    display: inline;
  }

  .close {
    display: none;
  }
}

.l-header__menu__line {
  position: relative;
  width: 33px;
  height: 12px;
}

.l-header__menu__line span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  width: 33px;
}

.l-header__menu__line span:nth-of-type(1) {
  top: 0;
}

.l-header__menu__line span:nth-of-type(2) {
  top: 10px;
}

.l-header__menu__line span:nth-of-type(3) {
  top: 28px;
}

.l-header__menu__line div {
  transition: all 0.4s;
  position: absolute;
  top: 47px;
  left: 22px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.l-header__menu.active {
  .l-header__menu__txt {
    color: var(--theme-color);

    .menu {
      display: none;
    }

    .close {
      display: inline;
    }
  }

  .l-header__menu__line span {
    background: #000;
  }
}

.l-header__menu.active span:nth-of-type(1) {
  top: 4px;
  transform: rotate(-35deg);
}

/* .l-header__menu.active span:nth-of-type(2) {
  opacity: 0;
} */

.l-header__menu.active span:nth-of-type(2) {
  top: 4px;
  transform: rotate(35deg);
}

.l-nav-sp {
  display: none;
}

.l-nav-sp a:hover {
  opacity: 0.8;
}

.l-nav-sp__list li a {
  display: block;
  padding: 12px 0;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  text-align: left;
}

.l-nav-sp__list--btm {
  margin-top: 56px;
  text-align: left;
}

.l-nav-sp__list--btm__head {
  border-bottom: solid 1px #171717;
  padding-bottom: 20px;
  font-size: 18px;
}

.l-nav-sp__list--btm ul {
  margin-top: 20px;
}

.l-nav-sp__list--btm li a {
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  color: #000;
}

.l-nav-sp__list--btm__sns {
  display: flex;
  align-items: center;
  gap: 0 40px;
  margin-top: 45px;
}

.l-nav-sp__list--btm__contact {
  margin-top: 30px;

  a {
    display: block;
    padding: 17px 0;
    max-width: 640px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    background: #fff;
    border-radius: 100px;
    text-align: center;
  }
}

.l-nav-bg {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: none;
  position: fixed;
  background: rgba(23, 23, 23, 0.42);
}

body.open .l-nav-bg {
  display: block;
}

@media screen and (max-width: 1199px) {
  .l-header {
    right: 0;
    height: 72px;
    align-items: center;
    width: 96.7%;
    margin: 8px auto 0;
    /* background: none; */
    /* box-shadow: none; */
    overflow: hidden;
  }

  .l-header.l-header--top {
    display: none;
  }

  .l-header.l-header--fix {
    width: 100%;
    height: 80px;
    padding: 0 30px 0 20px;
    margin-top: 0;
    background: none;
    /* backdrop-filter: none; */
    box-shadow: none;
    border-radius: 0;
    opacity: 1 !important;
    visibility: visible !important;

    &.show {
      background: #fff;
    }

    .l-header__logo {
      width: 204px;
      height: 42px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: none;
      border-radius: 0;

      img {
        max-width: 204px;
      }
    }

    &.l-header--fixdefault {
      background: #fff;

      .l-header__logo {
        img.default {
          display: none;
        }

        img.active {
          display: inline;
        }
      }

      .l-header__menu__line span {
        background: #000;
      }
    }
  }

  /* body:not(.home) .l-header.l-header--fix .l-header__logo {
    mix-blend-mode: difference;
  } */

  body.home .l-header,
  body.home .l-header.is-menu {
    /* background: transparent; */
  }

  body.home .l-header.is-menu.is-active {
    background: #fff;
  }

  .l-header__box {
    display: none;
  }

  .l-nav-sp {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    background: #f2efee;
    /* height: calc(100vh - 8px);
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh); */
    height: 0;
    transition: height 0.3s ease;
    z-index: 30001;
    margin: 0 auto;
  }

  .l-nav-sp__child {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    padding: 128px 0 60px;
    background: #f2efee;
    border-radius: 0 0 5px 5px;
  }

  .l-header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .l-header.is-menu,
  .l-header.l-header--fixdefault.is-menu {
    /* background: none; */
    box-shadow: none;
    background: #f2efee;
    z-index: 80000;

    .l-header__logo img.default {
      display: none;
    }

    .l-header__logo img.active {
      display: inline;
    }
  }

  .l-header--fix.show .l-header__menu__line span {
    background: #000;
  }

  body.open .l-nav-sp {
    z-index: 70000;
    display: block;
    overflow: visible;
    /* transform: translateY(0px); */
    /* height: calc(var(--vh, 1svh) * 100); */
    min-height: 100svh;
    height: 100dvh;
    max-height: 100lvh;
  }

  body.open .l-nav-sp__list li,
  body.open .l-nav-sp__list--btm ul li,
  body.open .l-nav-sp__list--btm__contact,
  body.open .l-nav-sp__list--btm__head {
    animation-name: fadeAbove3;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-timing-function: ease;
  }

  @keyframes fadeAbove3 {
    0% {
      opacity: 0;
      transform: translate(0, 1.5em);
    }

    100% {
      transform: translate3d(0, 0, 0);
    }
  }
}

/*header_nav*/
.l-header_nav {
  overflow: hidden;
  background: #eee;
}

.l-header_nav ul {
  margin: 0 auto 30px auto;
  width: 1100px;
}

.header_nav li {
  float: left;
}

.header_nav li a {
  display: block;
  padding: 10px;
  background: #dbdbdc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  text-align: center;
  color: #666666;
}

/*固定ヘッダー*/
.headerFixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  opacity: 0.9;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

/* ========================================
  Aside
======================================== */
.l-aside {
  overflow: hidden;
}

.l-aside-numbers {
  position: relative;
  margin-inline: 15px;

  &::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
}

.l-aside-numbers__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-aside-numbers__bg__in {
  display: flex;
  width: max-content;
  height: 100%;
  animation: slideLeft 40s linear infinite;
}

.l-aside-numbers__bg__img {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  width: 50vw;
  height: 100%;
  border-inline: solid 2px #000;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.l-aside-numbers__content {
  position: relative;
  z-index: 2;
  padding: 205px 0 176px;
  color: #fff;
  text-align: center;
}

.l-aside-numbers__content__en {
  font-size: 18px;
}

.l-aside-numbers__content__head {
  margin-top: 10px;
  font-size: 34px;
}

.l-aside-numbers__content__txt {
  margin-top: 22px;
}

.l-aside-numbers__content__btn {
  margin-top: 74px;

  a {
    width: 215px;
    padding: 17px 33px;
    margin: 0 auto;
    color: #000;
    background: #fff;
    border-color: #fff;

    &:hover {
      background: #000;
      border-color: #000;
      color: #fff;

      svg {
        path {
          fill: #fff;
          stroke: #fff;
        }
      }
    }
  }
}

.l-aside-bg {
  position: relative;
}

body.home .l-aside-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -270px;
  width: 411px;
  height: 901px;
  background: url(../img/aside_news_ng01.svg) no-repeat left top/cover;
}

.l-aside-news {
  padding: 118px 0 160px;
}

.l-aside-news__inner {
  display: flex;
  gap: 10px;
}

.l-aside-news__head {
  flex: 1;
}

.l-aside-news__list {
  width: 65.46%;
}

.l-aside-news__list li {
  display: flex;
  align-items: center;
  border-top: solid 1px rgba(0, 0, 0, 0.08);
  padding: 30px 0;
  gap: 15px 63px;
}

.l-aside-news__list li:last-of-type {
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}

.l-aside-news__list__date {
  font-size: 14px;
}

.l-aside-news__btm {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 135px;

  .slider-track {
    display: flex;
    width: calc((100vw / 3) * 12);
    gap: 44px;
    animation: slideLeft 40s linear infinite;
  }

  .slide {
    display: flex;
    align-items: flex-start;
    overflow: hidden;

    &.aiend {
      align-items: flex-end;
    }
  }
}

.l-aside__txtslide {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.l-aside__txtslide__inner {
  display: flex;
  width: max-content;
  gap: 15px;
  animation: slideLeft 40s linear infinite;
}

.l-aside__txtslide__block {
  display: flex;
  align-items: center;
  flex-shrink: 0;

  p {
    font-size: 64px;
    white-space: nowrap;
  }

  img {
    width: 164px;
  }
}

.l-aside__contact {
  position: relative;
  padding: 125px 0 129px;
  background-image: url(../img/aside_contact_bg01.webp);
  background-repeat: no-repeat;
  /* background-size: 150%; */
  margin-inline: 15px;
  background-size: cover;
  background-position: center bottom;
  color: #fff;
  transition-property: background-position;
  transition-duration: 0.7s;
  transition-delay: 0.035s;
}

.l-aside__contact__in {
  display: flex;
  flex-wrap: wrap;
}

.l-aside__contact__head {
  position: relative;
  top: -46px;
  margin-bottom: -46px;
  width: 46.81%;
}

.l-aside__contact__head__desc {
  margin-top: 19px;
  font-size: 15px;
}

.l-aside__contact__inq {
  width: 43.27%;
  padding-left: 7.18%;
  border-left: solid 1px rgba(255, 255, 255, 0.14);
}

.l-aside__contact__inq__tel a {
  font-size: 40px;
}

.l-aside__contact__btn {
  margin-top: 14px;
}

.l-aside__contact__btn a {
  position: relative;
  display: block;
  padding: 23px 42px;
  text-align: center;
  font-size: 18px;
  border: solid 1px #fff;
  transition: all 0.3s ease;
}

.l-aside__contact__btn a svg {
  right: 31px;
}

.l-aside__contact__btn a:hover {
  background: #fff;
  color: #000;

  svg {
    path {
      fill: #000;
      stroke: #000;
    }
  }
}

.l-aside__contact__note {
  margin-top: 20px;
  font-size: 15px;
}

/* ========================================
  Footer
======================================== */
.l-footer {
  padding: 69px 0 30px;
}

.l-footer__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
}

.l-footer__info {
  width: 43.6%;
  margin-right: 3.54%;
}

.l-footer__head img {
  max-width: 158px;
}

.l-footer__ttl {
  font-size: 18px;
}

.l-footer__list {
  margin-top: 28px;
}

.l-footer__place {
  margin-top: 38px;
}

.l-footer__map {
  margin-top: 7px;

  a {
    font-size: 15px;
    text-decoration: underline;
    color: #108b96;

    &:hover {
      text-decoration: none;
    }
  }
}

.l-footer__link {
  width: 24%;
  margin-right: 8.54%;
}

.l-footer__link ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.l-footer__link ul li:not(:first-of-type),
.l-footer__blank ul li:not(:first-of-type) {
  margin-top: 15px;
}

.l-footer__link ul li a,
.l-footer__blank ul li a {
  transition: all 0.3s 0s ease;
}

.l-footer__link ul li a:hover,
.l-footer__blank ul li a:hover {
  opacity: 0.8;
}

.l-footer__blank {
  width: 20.32%;
}

.l-footer__blank__head {
  font-weight: bold;
}

.l-footer__blank ul {
  margin-top: 22px;
}

.l-footer__blank ul li a {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.l-footer--nonefoot {
  background: #f5f5f5;
  padding: 86px 0 132px;
}

.l-footer--nonefoot__txt {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #9f9f9f;
}

.l-footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 94px;
  padding: 19px 34px 0;
  border-top: solid 1px #e0e0de;
}

.l-footer__btmlink {
  display: flex;
  gap: 23px;
}

.l-footer__pagetop {
  a {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
}

@media screen and (max-width: 1199px) {
  .l-footer__info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 42px;
  }

  .l-footer__head {
    text-align: left;
  }

  .l-footer__head img {
    max-width: 187px;
  }

  .l-footer__link {
    width: 49%;
    margin-right: 2%;
  }

  .l-footer__blank {
    width: 49%;
  }
}

@media screen and (max-width: 991px) {
  .l-aside__contact__head {
    width: 50%;
    padding-right: 20px;
  }

  .l-aside__contact__inq {
    width: 50%;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .l-aside-numbers {
    margin-inline: 5%;
  }

  .l-aside-numbers__bg__img {
    width: 100vw;
  }

  .l-aside-numbers__content {
    padding: 137px 0 55px;
  }

  .l-aside-numbers__content__head {
    font-size: 24px;
    line-height: 1.5;
  }

  .l-aside-numbers__content__btn {
    margin-top: 100px;

    a {
      width: 258px;
    }
  }

  body.home .l-aside-bg::before {
    top: -94px;
    bottom: auto;
    left: auto;
    right: -95px;
    width: 320px;
    height: 449px;
    background-image: url(../img/aside_news_ng01_sp.svg);
  }

  .l-aside__contact {
    padding: 70px 0 72px;
    margin-inline: 0;
  }

  .l-aside__contact__head {
    top: 0;
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }

  .l-aside__contact__head__desc {
    margin-top: 13px;
  }

  .l-aside__contact__inq {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    border-left: none;
  }

  .l-footer {
    padding: 52px 0 22px;
  }

  .l-header__menu__txt {
    font-size: 14px;
  }

  .l-footer__wrap {
    margin-top: 0;
  }

  .l-footer__head img {
    max-width: 81px;
  }

  .l-footer__place {
    margin-top: 20px;
    font-size: 13px;
  }

  .l-footer__link {
    width: 100%;
    margin-right: 0;
    padding-top: 50px;
    border-top: 1px solid #e0e0de;
  }

  .l-footer__bottom {
    margin-top: 63px;
    padding: 23px 5% 0;
    font-size: 11px;
  }

  .l-footer__blank {
    width: 100%;
    margin-top: 44px;
  }

  .l-footer__sns {
    display: none;
  }

  .l-footer__sns--sp {
    display: flex;
  }

  .l-footer--nonefoot {
    padding: 60px 0 90px;
  }

  .l-footer__pagetop {
    display: none;
  }
}

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

3.Object

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

/*------------------------------------------------------------------------
3-i.Component
------------------------------------------------------------------------*/

.c-main {
  overflow: clip;
}

.c-btn--1 {
  position: relative;
  display: block;
  padding: 17px 42px;
  text-align: center;
  font-size: 13px;
  border: solid 1px #e0e0de;
  transition: all 0.3s ease;

  &:hover {
    border-color: #000;
    background: #000;
    color: #fff;

    svg {
      path {
        fill: #fff;
        stroke: #fff;
      }
    }
  }
}

.c-btn--1 svg {
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .c-btn--1::after {
    width: 100%;
  }
}

.text-transition-mask,
.text-transition-normal,
.text-transition-up {
  transition: transform 0.75s cubic-bezier(0.5, 0.2, 0.1, 1.14);
}

.text-transition-mask {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: block;
}

.text-transition-normal {
  transform: translateY(0);
  position: relative;
  display: block;
}

.text-transition-up {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(2em);
  display: block;
  width: 100%;
}

a:hover .text-transition-normal {
  transform: translateY(-2em);
}

a:hover .text-transition-up {
  transform: translateY(0);
}

.c-ttl__head__main {
  margin-top: 8px;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.6;
}

.c-ttl__head__sub {
  font-size: 18px;
  font-weight: 400;
}

.c-txt--1 {
  line-height: 2;
}

.c-txt--2 {
  font-size: 18px;
  line-height: 2;
}

.c-def--1 {
  display: flex;
  flex-wrap: wrap;
}

.c-def--1 dt,
.c-def--1 dd {
  padding: 28px 0;
  border-bottom: solid 1px #d1d1d1;
  line-height: 2;
}

.c-def--1 dt {
  width: 19.6%;
  font-weight: bold;
}

.c-def--1 dd {
  width: 80.4%;
}

@media screen and (max-width: 1199px) {
  .c-def--1 dd {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-ttl {
    background-position: right top;
    padding-top: 100px;
  }

  .c-ttl-scroll,
  .c-ttl .c-ttl-scroll {
    bottom: 32%;
  }

  .c-head--1 span {
    font-size: 38px;
  }

  .c-ttl__head__main {
    margin-bottom: 14px;
    font-size: 28px;
  }

  .c-ttl__head__sub {
    margin-bottom: 0;
  }

  .c-ttl__txt {
    margin-top: 17px;
    font-size: 17px;
  }

  .c-txt--2 {
    font-size: 17px;
  }

  .c-def--1 dt {
    width: 100%;
    border-bottom: none;
    padding: 20px 0 0;
  }

  .c-def--1 dd {
    width: 100%;
    padding: 20px 0;
  }
}

/*--------------------
Archive
--------------------*/
.c-pagenatatewrap {
  margin-top: 58px;
}

.c-archive-pagination {
  /* display: flex;
  justify-content: center;
  align-items: center;
  margin: 72px auto 0;
  gap: 14px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 72px auto 0;
  max-width: 692px;
}

.c-archive-pagination a,
.c-archive-pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #171717;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 20px;
  font-weight: 700;
  line-height: 44px;
}

.c-archive-pagination span.c-archive-pagination__item--current {
  background: #45ac0c;
  color: #fff;
}

.c-archive-pagination span.c-archive-pagination__excerpt {
  background: none;
}

.c-archive-pagination a:hover {
  opacity: 0.8;
}

.c-archive-pagination .p-casestudy-single-nav__prev a,
.c-archive-pagination .p-casestudy-single-nav__next a,
.c-archive-pagination .p-casestudy-single-nav__prev span,
.c-archive-pagination .p-casestudy-single-nav__next span {
  width: auto;
  height: auto;
  gap: 0 24px;
}

.p-casestudy-single-nav__disabled {
  opacity: 0.35;
}

.c-archive-pagination__no {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.c-archive-pagination__child {
  margin: 0 20px 0 0;
}

.c-archive-pagination__child.active {
  font-weight: bold;
}

.c-archive-pagination__child__link {
  display: inline-block;
  padding: 9px 15px;
}

.c-archive-pagination__child__link:hover,
.c-archive-pagination__child.active .c-archive-pagination__child__link {
  background: #0b3d3c;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-pagenatatewrap {
    margin-top: 20px;
  }

  .c-archive-pagination {
    flex-wrap: wrap;
  }

  .c-archive-pagination__no {
    gap: 10px;
  }

  .c-archive-pagination a,
  .c-archive-pagination span {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
  }

  .c-archive-pagination__child {
    margin: 10px 10px 0 0;
  }

  .c-archive-pagination__child__link {
    padding: 5px 8px;
  }

  .c-archive-pagination span.p-casestudy-single-nav__spantxt {
    display: none;
  }
}

.c-breadcrumb {
  background: #fafaf7;
  padding: 16px 0;
}

.c-animation-head .c-ttl__head__main,
.c-animation-head .c-ttl__head__sub {
  display: flex;
  overflow: hidden;
}

.c-ttl__head.c-animation-head span {
  display: block;
  min-width: 0.3em;
  transform: translate(0, 115%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.c-ttl__head.c-animation-head.is-present span {
  transform: translate(0, 0);
}

a.c-circle-scroll {
  overflow: hidden;
  position: absolute;
  right: 62px;
  bottom: 75px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 116px;
  border: solid 1px #fff;
  border-radius: 50%;
  gap: 2px;
  color: #fff;
  font-size: 19px;
}

.c-circle-scroll__ico {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: block;
}

.c-circle-scroll__ico,
.c-circle-scroll__ico__normal,
.c-circle-scroll__ico__down {
  transition: transform 0.75s cubic-bezier(0.5, 0.2, 0.1, 1.14);
}

.c-circle-scroll__ico__normal {
  transform: translateY(0);
  position: relative;
  display: block;
}

.c-circle-scroll__ico__down {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-48px);
  display: block;
}

a.c-circle-scroll:hover .c-circle-scroll__ico__normal {
  transform: translateY(48px);
}

a.c-circle-scroll:hover .c-circle-scroll__ico__down {
  transform: translateY(0);
}

/* Scrollボタン 5秒ごと自動アニメーション（ホバーと同じ動き） */
a.c-circle-scroll.is-hover .c-circle-scroll__ico__normal {
  transform: translateY(48px);
}

a.c-circle-scroll.is-hover .c-circle-scroll__ico__down {
  transform: translateY(0);
}

/* Scrollボタン @keyframesアニメーション（is-scroll-animate） */
@keyframes c-scroll-normal-out {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(48px);
  }
}

@keyframes c-scroll-down-in {
  from {
    transform: translateY(-48px);
  }

  to {
    transform: translateY(0);
  }
}

a.c-circle-scroll.is-scroll-animate .c-circle-scroll__ico__normal {
  animation: c-scroll-normal-out 0.75s cubic-bezier(0.5, 0.2, 0.1, 1.14)
    forwards;
}

a.c-circle-scroll.is-scroll-animate .c-circle-scroll__ico__down {
  animation: c-scroll-down-in 0.75s cubic-bezier(0.5, 0.2, 0.1, 1.14) forwards;
}

@media screen and (max-width: 767px) {
  a.c-circle-scroll {
    display: none;
  }
}

/* .c-accordion__arrow {
  position: relative;
  width: 20px;
  height: 20px;
}
.c-accordion::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 17px;
  border-top: 3px solid #1F354E;
  border-right: 3px solid #1F354E;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
} */
.c-accordion__img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-accordion__img img {
  width: 21px;
}

.c-accordion .close_btn_img {
  display: none;
}

.c-accordion.is-active .close_btn_img {
  display: block;
}

.c-accordion.is-active .open_btn_img {
  display: none;
}

.c-brand {
  position: relative;
  overflow: hidden;
  border-top: solid 1px #ededed;
  padding-top: 82px;
}

.c-brand__head .c-ttl__head__main,
.c-brand__head .c-ttl__head__sub {
  justify-content: center;
}

.c-brand__head .c-ttl__head__main {
  color: #2e70b9;
  font-size: 22px;
}

.c-brand__head .c-ttl__head__sub {
  font-size: 70px;
}

.c-brand .running-txt {
  color: #f2f3f4;
  display: flex;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 289px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.56;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.c-brand .running-txt_wrap {
  animation: runningText 20s linear infinite;
  display: flex;
  flex-shrink: 0;
}

.c-brand .running-txt__wrap span {
  flex-shrink: 0;
  margin-right: 10px;
}

.c-brand__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3.2%;
  margin-top: 54px;
}

.c-brand__list li {
  width: 14%;
  text-align: center;
}

.c-brand__list li:nth-of-type(6n + 1) {
  transition:
    opacity 400ms linear 200ms,
    transform 600ms ease-out 200ms;
}

.c-brand__list li:nth-of-type(6n + 2) {
  transition:
    opacity 500ms linear 200ms,
    transform 700ms ease-out 300ms;
}

.c-brand__list li:nth-of-type(6n + 3) {
  transition:
    opacity 600ms linear 200ms,
    transform 800ms ease-out 400ms;
}

.c-brand__list li:nth-of-type(6n + 4) {
  transition:
    opacity 700ms linear 200ms,
    transform 900ms ease-out 500ms;
}

.c-brand__list li:nth-of-type(6n + 5) {
  transition:
    opacity 800ms linear 200ms,
    transform 1000ms ease-out 600ms;
}

.c-brand__list li:nth-of-type(6n) {
  transition:
    opacity 900ms linear 200ms,
    transform 1100ms ease-out 700ms;
}

.c-brand__list li span img {
  max-width: 158px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-brand .running-txt {
    font-size: 155px;
  }

  .c-brand__head .c-ttl__head__sub {
    font-size: 54px;
  }

  .c-brand__list {
    gap: 7px calc(4% / 3);
  }

  .c-brand__list li {
    width: 24%;
  }

  .c-brand__list li:nth-of-type(4n + 1) {
    transition:
      opacity 400ms linear 200ms,
      transform 600ms ease-out 200ms;
  }

  .c-brand__list li:nth-of-type(4n + 2) {
    transition:
      opacity 500ms linear 200ms,
      transform 700ms ease-out 300ms;
  }

  .c-brand__list li:nth-of-type(4n + 3) {
    transition:
      opacity 600ms linear 200ms,
      transform 800ms ease-out 400ms;
  }

  .c-brand__list li:nth-of-type(4n) {
    transition:
      opacity 700ms linear 200ms,
      transform 900ms ease-out 500ms;
  }
}

.c-btmbnr {
  display: block;
  position: relative;
  padding: 17px 100px 90px;
  /* margin-left: calc((100% - 1200px) / 2); */
  margin-left: 100px;
  margin-bottom: 137px;
  color: #fff;
}

.c-btmbnr:hover img {
  opacity: 1;
}

.c-btmbnr__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

.c-btmbnr__bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 0;
  background: rgba(23, 23, 23, 0.34);
}

.c-btmbnr__bg img {
  object-position: bottom;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.c-btmbnr__em {
  position: relative;
}

.c-btmbnr__next {
  left: -71px;
  top: 28px;
}

.c-btmbnr__link {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border: solid 2px rgba(255, 255, 255, 0.37);
  border-radius: 50%;
  margin-top: 40px;
  transition: ease 0.2s;
}

.c-btmbnr__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 0);
  transform-origin: center;
}

.c-btmbnr__link span {
  position: relative;
  z-index: 3;
}

.c-btmbnr:hover .c-btmbnr__link {
  border: solid 2px #fff;
}

.c-btmbnr:hover .c-btmbnr__link::before {
  transform: scale(1.1, 1.1);
}

.c-btmbnr:hover .c-btmbnr__link span svg path {
  fill: #171717;
}

.c-btmtxt {
  position: absolute;
  bottom: 125px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.c-btmtxt__phase {
  padding: 0 30px;
  font-size: 250px;
  line-height: 1;
  font-weight: 700;
  color: #aa4c4d;
  opacity: 0.05;
  white-space: nowrap;
  backface-visibility: hidden;
  will-change: transform;
  animation: flowing 50s linear infinite;
}

.c-page-main {
  position: relative;
}

.c-page-main__bg {
  position: relative;
  z-index: -1;
  width: 100%;
  aspect-ratio: 1300/605;
  max-height: 605px;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.c-page-main__head {
  position: absolute;
  z-index: 1;
  left: 100px;
  bottom: 96px;
  color: #fff;

  .head {
    font-size: 55px;
    font-weight: 400;
    line-height: 1.33;
  }

  .txt {
    font-size: 29px;
    font-weight: 400;
  }

  .br1100block {
    display: none;
  }

  .br1100none {
    display: block;
  }
}

.c-page-header {
  position: relative;
  padding: 197px 0 0;
}

.c-page-header__en {
  font-size: 29px;
  font-weight: 400;
}

.c-page-header__title {
  font-size: 55px;
  font-weight: 400;
  line-height: 1.34;
}

@media screen and (max-width: 1399px) {
  .c-btmbnr__next {
    left: -24px;
    top: 0;
  }
}

@media screen and (max-width: 1199px) {
  .c-btmbnr {
    margin-left: 8.5vw;
  }
}

@media screen and (max-width: 1099px) {
  .c-page-main__head {
    left: 50px;

    .br1100block {
      display: block;
    }

    .br1100none {
      display: none;
    }
  }

  a.c-circle-scroll {
    right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-btmtxt {
    bottom: 100px;
  }

  .c-btmbnr {
    padding: 10px 30px 45px;
    margin-bottom: 65px;
  }

  .c-btmbnr__link {
    width: 60px;
    height: 60px;
    margin-top: 30px;
  }

  .c-page-main__bg {
    aspect-ratio: 402/370;
  }

  .c-page-main__head {
    left: 5%;
    bottom: 30px;

    .head {
      font-size: 30px;
    }

    .txt {
      font-size: 20px;
    }
  }

  .c-page-header {
    padding: 100px 0 0;
  }

  .c-page-header__en {
    font-size: 20px;
  }

  .c-page-header__title {
    font-size: 30px;
  }
}

/*------------------------------------------------------------------------
3-ii.Project
------------------------------------------------------------------------*/

/*--------------------
Top
--------------------*/
.p-top-ttl {
  position: relative;
  overflow: hidden;
}

.p-top-ttl__gallery {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100svh;
  min-height: 800px;
  margin: 0 auto;
  overflow: hidden;

  &::after {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.17);
  }

  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.p-top-ttl__txt {
  position: absolute;
  z-index: 4;
  left: 101px;
  bottom: 176px;
  color: #fff;

  .head {
    font-size: clamp(42px, 4.5vw, 66px);
    font-weight: 400;
    line-height: 1.33;
  }

  .txt {
    margin-top: 8px;
    font-size: clamp(18px, 2vw, 29px);
    font-weight: 400;
    line-height: 1.6;
  }
}

.p-top-message {
  position: relative;
  padding: 152px 0 0;
  overflow: hidden;

  &::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: calc((100% - 1100px) - 70px);
    top: -128px;
    width: 536px;
    height: 753px;
    background: url(../img/top_message_bg.svg) no-repeat left top / cover;
  }
}

.p-top-message__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-top-message__img {
  width: 56%;
}

.p-top-message__txt {
  width: 38.2%;
}

.p-top-message__txt__desc {
  margin-top: 28px;

  p + p {
    margin-top: 30px;
  }
}

.p-top-message__txt__btn {
  margin-top: 40px;

  a {
    width: 215px;
  }
}

.p-top-message__full {
  position: relative;
  margin-top: 120px;
  height: 640px;
  overflow: hidden;

  img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 130%;
    object-fit: cover;
    will-change: transform;
  }
}

.p-top-service {
  padding: 75px 0 24px;
}

.p-top-service__in__child {
  position: sticky;
  top: 80px;
  padding: 72px 0;
  background: #fff;

  &:nth-child(1) {
    z-index: 1;
  }

  &:nth-child(2) {
    z-index: 2;
  }

  &:nth-child(3) {
    z-index: 3;
  }

  &:nth-child(4) {
    z-index: 4;
  }

  /* ボーダーは次カードの上側に付ける（先頭以外） */
  & + .p-top-service__in__child {
    border-top: solid 1px #e0e0e0;
  }

  /* 影は::before疑似要素でカード上方向にのみ表示 */
  & + .p-top-service__in__child::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 120px;
    background: linear-gradient(to top, rgba(48, 97, 101, 0.18), transparent);
    opacity: var(--shadow-opacity, 0);
    transition: opacity 0.1s linear;
    pointer-events: none;
  }
}

.p-top-service__in__cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-top-service__in__img {
  width: 53.7%;
}

.p-top-service__in__txt {
  width: 38.2%;

  h3 {
    margin-top: 20px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.88;
  }
}

.p-top-service__in__above {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;

  span {
    font-size: 12px;
  }
}

.p-top-service__in__desc {
  margin-top: 16px;

  p + p {
    margin-top: 30px;
  }
}

.p-top-service__in__btn {
  margin-top: 40px;

  a {
    width: 270px;
  }
}

@media screen and (max-width: 1199px) {
  .p-top-about__inner {
    gap: 50px;
  }
}

@media screen and (max-width: 1099px) {
  .p-top-message {
    &::before {
      right: 5%;
    }
  }
}

@media screen and (max-width: 767px) {
  .p-top-ttl__gallery {
    min-height: auto;
  }

  .p-top-ttl__txt {
    left: 24px;
    top: auto;
    bottom: 112px;

    .head {
      font-size: clamp(32px, 9.5vw, 44px);
    }

    .txt {
      margin-top: 10px;
      font-size: clamp(16px, 4.5vw, 22px);
    }
  }

  .p-top-message {
    padding: 91px 0 0;
  }

  .p-top-message__inner {
    gap: 40px;
  }

  .p-top-message__txt {
    width: 100%;
    order: 1;
  }

  .p-top-message__txt__btn a {
    width: 100%;
  }

  .p-top-message__img {
    width: 100%;
    order: 2;
    text-align: center;

    img {
      width: 77.7%;
    }
  }

  .p-top-message__full {
    margin-top: 66px;
    height: 300px;
  }

  .p-top-service {
    padding: 46px 0 27px;
  }

  .p-top-service__in__child {
    position: static;
    padding: 40px 0;

    & + .p-top-service__in__child::before {
      display: none;
    }
  }

  .p-top-service__in__cont {
    flex-direction: column;
    gap: 30px;
  }

  .p-top-service__in__img {
    width: 100vw;
    margin: 0 calc((100% - 100vw) / 2);
  }

  .p-top-service__in__txt {
    width: 100%;

    h3 {
      margin-top: 12px;
      font-size: 24px;
    }
  }

  .p-top-service__in__btn {
    margin-top: 30px;

    a {
      width: 100%;
    }
  }

  .l-aside-news {
    padding: 56px 0 70px;
  }

  .l-aside-news__inner {
    flex-direction: column;
    gap: 10px;
  }

  .l-aside-news__list {
    width: 100%;
  }

  .l-aside-news__list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 20px 0;
  }

  .l-aside-news__btm {
    margin-top: 70px;

    .slider-track {
      width: calc((100vw / 2) * 12);
      gap: 22px;
    }
  }
}

/* ========================================
  Intro / Splash Screen
======================================== */
/* ========================================
   Intro Animation
======================================== */
.p-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f7;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.p-intro.is-leave {
  opacity: 0;
  pointer-events: none;
}

.p-intro.is-hidden {
  display: none;
}

.p-intro__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.p-intro__logo {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.p-intro__logo.is-show {
  opacity: 1;
}

.p-intro__svg {
  width: 280px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-intro__svg {
    width: 200px;
  }
}

/* シンボル：円形パーツ - 回転しながらフェードイン */
.p-intro__circle {
  opacity: 0;
  transform-origin: 23px 22.5px;
  transform: scale(0.8) rotate(-30deg);
  transition:
    opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.p-intro__logo.is-show .p-intro__circle {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.p-intro__logo.is-show .p-intro__circle:nth-child(1) {
  transition-delay: 0.1s;
}

.p-intro__logo.is-show .p-intro__circle:nth-child(2) {
  transition-delay: 0.2s;
}

.p-intro__logo.is-show .p-intro__circle:nth-child(3) {
  transition-delay: 0.3s;
}

.p-intro__logo.is-show .p-intro__circle:nth-child(4) {
  transition-delay: 0.4s;
}

/* GA文字 - フェードイン */
.p-intro__ga {
  opacity: 0;
  transition: opacity 0.6s ease 0.5s;
}

.p-intro__logo.is-show .p-intro__ga {
  opacity: 1;
}

/* テキスト HOLDINGS - 左からスライド+フェードイン */
.p-intro__text {
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.7s,
    transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
}

.p-intro__logo.is-show .p-intro__text {
  opacity: 1;
  transform: translateX(0);
}

/* スクロールフェードイン */
.inview {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.inview.fadeInUp {
  opacity: 1;
  transform: translateY(0);
}

.case-card.inview:nth-child(even) {
  transition-delay: 0.2s;
}

.p-top-about__inner__imgcol .imgtwo.inview {
  transition-delay: 0.2s;
}

.p-top-about__inner__imgcol .imgthree.inview {
  transition-delay: 0.4s;
}

/* メインビジュアル 1文字ずつアニメーション */
.js-split-line__row {
  display: block;
  overflow: hidden;
  visibility: hidden;
}

.js-split-line__row .char {
  display: inline-block;
  visibility: visible;
  opacity: 0;
  transform: translateY(100%);
  transition:
    opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.js-split-line.is-show .char {
  opacity: 1;
  transform: translateY(0);
}

/* サブテキスト（英語）アニメーション */
.js-sub-text {
  opacity: 0;
  transform: translateY(8px);
  filter: blur(4px);
  transition:
    opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.8s cubic-bezier(0.23, 1, 0.32, 1),
    filter 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.js-sub-text.is-show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* ========================================
  company
======================================== */
.p-company-message {
  position: relative;
  overflow: hidden;
  padding: 168px 0 334px;

  &::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    top: -137px;
    width: 536px;
    height: 753px;
    background: url(../img/company_bg01.svg) no-repeat left top / cover;
  }
}

.p-company-message__inner {
  position: relative;
  max-width: 645px;
  margin: 0 auto;
}

.p-company-message__deco {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.p-company-message__deco img {
  width: 100%;
}

.p-company-message__head {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.p-company-message__title {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.5;
}

.p-company-message__body {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  font-size: 18px;
  line-height: 2.27;
}

.p-company-message__body p + p {
  margin-top: 2em;
}

.p-company-message__sig {
  position: relative;
  z-index: 1;
}

.p-company-message__sig__company {
  margin-top: 40px;
  line-height: 1.5;
}

.p-company-message__sig__company__name {
  font-size: 11px;
}

.p-company-message__sig__name {
  font-size: 28px;
  font-weight: 400;
}

.p-company-message__career {
  position: relative;
  z-index: 1;
  border-top: 1px solid #e0e0de;
  border-bottom: 1px solid #e0e0de;
  padding: 35px 0 40px;
  margin-top: 37px;
}

.p-company-message__career__title {
  font-size: 21px;
}

.p-company-message__career__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 15px;
}

.p-company-message__career__item {
  display: flex;
  align-items: baseline;
  gap: 1em;
  font-size: 14px;
}

.p-company-message__career__year {
  flex-shrink: 0;
}

.p-company-message__fix {
  margin-top: 381px;
}

.p-company-message__fix__inner {
  position: relative;
}

.p-company-message__fix__main {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 756px;
  overflow: hidden;
}

.p-company-message__fix__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-company-message__fix__sub {
  position: absolute;
  width: 33.46%;
  max-width: 435px;
  z-index: 2;
  aspect-ratio: 435/300;
}

.p-company-message__fix__sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-company-message__fix__sub--tl {
  top: max(-14.46vw, -188px);
  left: min(7.7vw, 100px);
}

.p-company-message__fix__sub--br {
  bottom: max(-15.54vw, -202px);
  right: min(7.7vw, 100px);
}

.p-company-profile__inner {
  display: flex;
  gap: 10px;
}

.p-company-profile__head {
  flex: 1;
}

.p-company-profile__tbl {
  width: 65.46%;

  table {
    width: 100%;
    border-collapse: collapse;

    th,
    td {
      border-bottom: 1px solid #e4e4e4;
      padding: 18px 0 21px;
    }

    th {
      width: 176px;
      font-weight: 400;
      text-align: left;
      vertical-align: baseline;
    }

    td a {
      text-decoration: underline #bcbcbc;
    }
  }
}

.p-company-profile__slide {
  position: relative;
  z-index: 2;
  bottom: -184px;
  width: 100%;
  overflow: hidden;
  margin-top: -88px;
}

.p-company-profile__slide__track {
  display: flex;
  width: max-content;
  gap: 33px;
  animation: slideLeft 40s linear infinite;

  .slide {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    width: 340px;

    &.down {
      margin-top: 50px;
    }
  }
}

.p-company-attempt {
  background: #efebe9;
  padding: 278px 0 135px;
  margin-bottom: 20px;
}

.p-company-attempt__inner {
  display: flex;
  gap: 10px;
}

.p-company-attempt__head {
  flex: 1;
}

.p-company-attempt__cont {
  width: 65.46%;
}

.p-company-attempt__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 51px 0;
}

.p-company-attempt__desc {
  margin-top: 19px;

  .child {
    padding-bottom: 35px;
    border-bottom: solid 1px #171717;

    &:nth-of-type(n + 2) {
      padding-top: 28px;
    }
  }

  h3 {
    font-size: 21px;
    font-weight: 400;
  }

  p {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .p-company-message {
    padding: 80px 0 30.86vw;

    &::before {
      width: 402px;
      height: 565px;
      top: -102px;
    }
  }

  .p-company-message__deco {
    width: 180px;
    top: -30px;
    right: -10px;
  }

  .p-company-message__title {
    font-size: 28px;
  }

  .p-company-message__body {
    margin-top: 45px;
    font-size: 16px;
  }

  .p-company-message__sig__name {
    font-size: 24px;
  }

  .p-company-message__career__item {
    flex-direction: column;
    gap: 0.2em;
  }

  .p-company-message__career__year {
    width: auto;
  }

  .p-company-message__fix {
    margin-top: 33.47vw;
  }

  .p-company-profile__inner {
    flex-direction: column;
    gap: 10px;
  }

  .p-company-profile__tbl {
    width: 100%;
    font-size: 14px;

    table {
      th {
        width: 8em;
      }
    }
  }

  .p-company-profile__slide {
    bottom: -92px;
    margin-top: -44px;
  }

  .p-company-profile__slide__track {
    .slide {
      width: 170px;
    }
  }

  .p-company-attempt {
    padding: 140px 0 67px;
  }

  .p-company-attempt__inner {
    flex-direction: column;
    gap: 20px;
  }

  .p-company-attempt__cont {
    width: 100%;
  }

  .p-company-attempt__desc {
    h3 {
      font-size: 18px;
      line-height: 1.5;
    }

    p {
      margin-top: 15px;
    }
  }
}

/* ========================================
  business
======================================== */
.p-business-concept {
  /* padding: 156px 0 263px; */
  padding: 156px 0 113px;
  overflow: hidden;
}

.p-business-concept__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-business-concept__img {
  width: 56%;
}

.p-business-concept__txt {
  width: 38.2%;
  margin-bottom: 206px;
}

.p-business-concept__desc {
  margin-top: 28px;
}

.p-business-concept__relimg {
  position: absolute;
  z-index: 2;
  right: -35px;
  /* bottom: -154px; */
  bottom: -14px;
  width: 360px;
}

.p-business-part {
  padding-bottom: 67px;
}

.p-business-part__inner {
  display: flex;
  align-items: flex-start;
  border-top: solid 1px #e0e0de;
  gap: 120px;
  padding-top: 73px;
}

.p-business-part__nav {
  position: sticky;
  top: 130px;
  width: 250px;
  flex-shrink: 0;
}

.p-business-part__nav__list {
  list-style: none;
  padding: 0;
  margin: 0;

  li {
    margin-bottom: 15px;
  }
}

.p-business-part__nav__link {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #000;
  cursor: pointer;

  &::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border: solid 1px #000;
    border-radius: 50%;
    transition: background 0.3s ease;
  }

  &.is-active {
    &::before {
      background: #000;
    }
  }
}

.p-business-part__cont {
  flex: 1;
  max-width: 720px;
}

.p-business-part__cont__block {
  border-bottom: solid 1px #e0e0de;
  padding-bottom: 85px;

  & + .p-business-part__cont__block {
    padding-top: 42px;
  }

  h3 {
    font-size: 26px;
    font-weight: 400;
  }

  h4 {
    margin-top: 26px;
    font-size: 21px;
    font-weight: 400;
  }
}

.p-business-part__cont__img {
  margin-top: 26px;
}

.p-business-part__cont__desc {
  margin-top: 26px;

  p + p {
    margin-top: 30px;
  }
}

.p-business-part__cont__btn {
  margin-top: 50px;

  a {
    width: 270px;
  }
}

@media (max-width: 1199px) {
  .p-business-concept__txt {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .p-business-concept__relimg {
    width: 180px;
    right: 0;
    bottom: -124px;
  }

  .p-business-part__inner {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .p-business-concept {
    padding: 80px 0 130px;
  }

  .p-business-concept__inner {
    gap: 40px;
  }

  .p-business-concept__txt {
    order: 1;
    width: 100%;
    margin-bottom: 0;
  }

  .p-business-concept__img {
    order: 2;
    width: 100%;
    text-align: center;

    img {
      width: 77.7%;
    }
  }

  .p-business-concept__relimg {
    position: static;
    margin: 20px 0 0 auto;
  }

  .p-business-part__inner {
    flex-direction: column;
    padding-top: 40px;
  }

  .p-business-part__nav {
    position: static;
    width: 100%;
    display: none;
  }

  .p-business-part__cont {
    width: 100%;
    max-width: none;
  }

  .p-business-part__cont__block {
    padding-bottom: 40px;

    h3 {
      font-size: 22px;
    }

    h4 {
      font-size: 18px;
    }
  }

  .p-business-part__cont__btn {
    margin-top: 30px;

    a {
      width: 100%;
    }
  }
}

/* ========================================
  numbers
======================================== */
.p-numbers-brief {
  padding: 108px 0 0;
}

.p-numbers-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-top: 45px;
}

.p-numbers-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 6px) / 3);
  background: #f2efee;
  padding: 48px 20px 42px;

  &.half {
    width: calc((100% - 3px) / 2);

    .p-numbers-list__num {
      margin-top: 20px;
    }
  }
}

.p-numbers-list__label {
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.p-numbers-list__icon {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.p-numbers-list__icon.graph {
  background: conic-gradient(#d8e1e2 0% 38%, #fff 38% 100%);
}

.p-numbers-list__num {
  display: flex;
  align-items: baseline;
  margin-top: 30px;
  font-size: 32px;
  line-height: 1;
}

.p-numbers-list__num__val {
  display: flex;
  font-size: 68px;
  margin-right: 2px;
}

.p-numbers-culture {
  padding: 105px 0 16px;
}

.p-numbers-list__col {
  display: flex;
  gap: 10px;
  width: 100%;

  .child {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc((100% - 5px) / 2);
  }

  .img {
    text-align: center;
  }

  .p-numbers-list__num {
    margin-top: 10px;
    font-size: 27px;
  }

  .p-numbers-list__num__val {
    font-size: 51px;
  }
}

@media (max-width: 1099px) {
  .p-numbers-list__col {
    margin-top: 10px;
    flex-wrap: wrap;

    .child {
      width: 100%;
    }
  }
}

@media (max-width: 991px) {
  .p-numbers-list__num {
    font-size: 28px;
  }

  .p-numbers-list__num__val {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .p-numbers-brief {
    padding: 80px 0 0;
  }

  .p-numbers-list {
    flex-direction: column;
  }

  .p-numbers-list__item {
    width: 100%;
    padding: 30px 15px 25px;

    &.half {
      width: 100%;
    }
  }

  .p-numbers-list__icon {
    margin-top: 30px;
  }

  .p-numbers-list__num {
    font-size: 20px;
  }

  .p-numbers-list__num__val {
    font-size: 40px;
  }

  .p-numbers-list__col {
    .p-numbers-list__num {
      font-size: 20px;
    }

    .p-numbers-list__num__val {
      font-size: 40px;
    }
  }

  .p-numbers-culture {
    padding: 80px 0 16px;
  }
}

/* ========================================
  contact
======================================== */
.p-contact-lead {
  margin-top: 53px;
}

.p-contact-form {
  margin-top: 62px;
}

.p-contact-form__inner {
  display: flex;
  align-items: flex-start;
  gap: 120px;
  border-top: solid 1px #e0e0de;
  padding-top: 68px;
}

.p-business-part__nav {
  position: sticky;
  top: 130px;
  width: 250px;
  flex-shrink: 0;
}

.p-contact-form__ttl {
  font-size: 26px;
  font-weight: 400;
}

.p-contact-form__telfax__in {
  display: flex;
  justify-content: space-between;
  margin-top: 33px;

  .child {
    width: 44.9%;
  }
}

.p-contact-form__telfax__no {
  font-size: 39px;
  line-height: 1.7;
}

.p-contact-form__telfax__note {
  font-size: 13px;
}

.p-contact-form__form {
  margin-top: 55px;
  padding-top: 37px;
  border-top: solid 1px #e0e0de;
}

.p-contact-form__formtxt {
  margin-top: 15px;
}

.p-contact-form__formatt {
  margin-top: 15px;
  font-size: 13px;
  color: #b03f3f;
}

.p-contact-form__form__block {
  margin-top: 40px;
}

/* 確認画面では不要な要素を非表示 */
.p-contact-main:has(.mw_wp_form_confirm) .p-contact-lead,
.p-contact-main:has(.mw_wp_form_confirm) .p-contact-form__telfax,
.p-contact-main:has(.mw_wp_form_confirm) .p-business-part__nav {
  display: none;
}

.p-contact-main:has(.mw_wp_form_confirm) .p-contact-form__form {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.p-contact-main:has(.mw_wp_form_confirm) .p-business-part__cont {
  margin: 0 auto;
}

.p-contact-form__form__table {
  width: 100%;

  .p-contact-form__form__row:first-of-type {
    border-top: solid 1px #e0e0de;
  }
}

.p-contact-form__form__row {
  display: flex;
  border-bottom: solid 1px #e0e0de;
}

.p-contact-form__form__row:last-child {
  border-bottom: none;
}

.p-contact-form__form__th {
  width: 230px;
  flex-shrink: 0;
  padding: 34px 10px 34px 0;
  display: flex;
  align-items: center;

  label {
    line-height: 1.6;
  }
}

.p-contact-form__form__req {
  color: #b03f3f;
  margin-left: 4px;
}

.p-contact-form__form__td {
  flex: 1;
  padding: 34px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.p-contact-form__form__text,
.p-contact-form__form__select {
  width: 100%;
  padding: 10px 14px;
  border: solid 1px #8b8b8b;
  font-size: 15px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  color: #000;
}

.p-contact-form__form__text::placeholder {
  color: #909090;
}

.p-contact-form__form__select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.p-contact-form__form__radio-group {
  display: flex;
  gap: 38px;

  label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;

    input[type="radio"] {
      width: 18px;
      height: 18px;
      appearance: none;
      -webkit-appearance: none;
      border: solid 1px #333;
      border-radius: 50%;
      cursor: pointer;
      flex-shrink: 0;

      &:checked {
        box-shadow: inset 0 0 0 4px #fff;
        background: #108b96;
      }
    }
  }
}

.p-contact-form__form__textarea {
  width: 100%;
  padding: 10px 14px;
  border: solid 1px #8b8b8b;
  font-size: 15px;
  resize: vertical;
  height: 200px;
  align-self: flex-start;
}

.p-contact-form__form__note {
  font-size: 11px;
  width: 100%;
  margin-top: 6px;
}

.p-contact-form__form__privacy {
  margin-top: 22px;
  padding: 44px 20px 48px;
  background-color: #f2efee;
  text-align: center;

  a {
    text-decoration: underline;

    &:hover {
      text-decoration: none;
    }
  }
}

.p-contact-form__form__btn {
  display: flex;
  gap: 20px;
  margin-top: 16px;
}

.p-contact-form__form__submit,
.p-contact-form__prev {
  display: block;
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  padding: 18px 20px;
  background-color: #fff;
  border: solid 1px #333;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.p-contact-form__prev {
  border-color: #e0e0de;
}

.p-contact-form__form__submit:hover,
.p-contact-form__prev:hover {
  background-color: #333;
  color: #fff;
}

.p-contact-form__form__recaptcha {
  margin-top: 26px;
  font-size: 13px;
  text-align: center;

  a {
    text-decoration: underline;

    &:hover {
      text-decoration: none;
    }
  }
}

/* ========================================
  privacy
======================================== */
.p-privacy {
  display: block;
  padding-top: 0;
}

.p-privacy__section {
  padding: 40px 0;
  border-bottom: solid 1px #e0e0de;
}

.p-privacy__section:first-child {
  padding-top: 40px;
}

.p-privacy__section:last-child {
  border-bottom: none;
}

.p-privacy__section p {
  margin-top: 0;
  line-height: 1.7;
}

.p-privacy__section .p-contact-form__ttl {
  margin-bottom: 0;
}

.p-privacy__list {
  margin-top: 15px;
  padding-left: 1.5em;
  list-style: disc;
  line-height: 2;
}

.p-privacy__contact {
  margin-top: 20px;
  padding: 30px 40px;
  background-color: #f7f7f5;
  line-height: 2;
}

.p-privacy__contact a {
  text-decoration: underline;
}

.p-privacy__contact a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .p-privacy__section {
    padding: 30px 0;
  }

  .p-privacy__contact {
    padding: 20px 24px;
  }

  .p-privacy__section .p-contact-form__ttl {
    font-size: 20px;
  }
}

.p-notfound-main {
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .p-contact-form__telfax__in {
    .child {
      width: 49%;
    }
  }

  .p-contact-form__telfax__no {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .p-contact-form__inner {
    gap: 40px;
  }

  .p-contact-form__telfax__in {
    flex-direction: column;
    gap: 30px;

    .child {
      width: 100%;
    }
  }

  .p-contact-form__telfax__no {
    font-size: 39px;
  }

  .p-contact-form__form__row {
    flex-direction: column;
  }

  .p-contact-form__form__th {
    width: 100%;
    padding: 16px 12px 8px 0;
  }

  .p-contact-form__form__td {
    padding: 8px 0 16px;
  }
}

@media (max-width: 767px) {
  .p-contact-lead {
    margin-top: 30px;
  }

  .p-contact-form {
    margin-top: 40px;
  }

  .p-contact-form__inner {
    padding-top: 40px;
  }

  .p-contact-form__ttl {
    font-size: 22px;
  }

  .p-contact-form__form {
    margin-top: 40px;
    padding-top: 20px;
  }

  .p-contact-form__form__radio-group {
    gap: 20px;
  }

  .p-contact-form__form__recaptcha {
    margin-top: 20px;
    font-size: 11px;
  }

  .p-notfound-main {
    padding-bottom: 50px;
  }
}

/* ========================================
  animation
======================================== */

.inview {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.inview-delay--1 {
  transition:
    opacity 0.9s linear 200ms,
    transform 0.9s ease-out 200ms;
}

.inview-delay--2 {
  transition:
    opacity 1s linear 400ms,
    transform 1.2s ease-out 400ms;
}

.inview-delay--3 {
  transition:
    opacity 1.2s linear 600ms,
    transform 1.4s ease-out 600ms;
}

.inview.fadeInUp {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .inview-delay--1,
  .inview-delay--2,
  .inview-delay--3 {
    transition:
      opacity 0.7s ease,
      transform 0.7s ease;
  }
}

@keyframes flowing {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes flowing_a {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}
