@charset "utf-8";

/*-------------------------------------
変数
-------------------------------------*/

:root {
  --ZenKakuGothicNew: 'Zen Kaku Gothic New', sans-serif;
  --Outfit: 'Outfit', sans-serif;
}
:root {
  --base-color: #2e393a; /* K/1 */
  --gray-color: #7c989b; /* K/2 */
  --brown-color: #ad905c; /* A/Y */
}



/*-------------------------------------
トップページ
-------------------------------------*/

/********************/
/* top-fv */
/********************/

.top-fv {
  padding-top: 180px;
  overflow: hidden;
}

.top-fv__inner {
  display: flex;
  column-gap: calc(100vw / 1920 * 100);
  margin-left: calc(100vw / 1920 * 160);
}

.top-fv__body {
  width: min(calc(100vw / 1440 * 400), 400px);
}

.top-fv__lead {
  margin-top: min(calc(100vw / 1440 * 84), 84px);
  font-weight: 700;
  font-size: min(calc(100vw / 1440 * 30), 30px);
  line-height: calc(48 / 30);
  letter-spacing: 0.065em;
}

.top-fv__flex {
  margin-top: min(calc(100vw / 1440 * 36), 36px);
  display: flex;
  align-items: flex-end;
}

.top-fv__text {
  font-size: clamp(10px, calc(100vw / 1200 * 14), 14px);
}

.top-fv__scroll {
  margin-left: min(calc(100vw / 1440 * 40), 40px);
  margin-bottom: 8px;
}

.top-fv__town {
  flex: 1;
  position: relative;
}

.top-fv__town-bg {
  width: 100%;
  height: auto;
  aspect-ratio: 2520 / 1441;
  background-image: url(../image/top/top_fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.top-fv__town-whale img {
  position: absolute;
  top: 0;
  width: 34%;
  opacity: 0;
  animation: whaleFade 7.5s infinite;
}
.top-fv__town-whale img:nth-child(1) {
  left: 5%;
  animation-delay: 0s;
}
.top-fv__town-whale img:nth-child(2) {
  left: 19%;
  animation-delay: 1.5s;
}
.top-fv__town-whale img:nth-child(3) {
  left: 33%;
  animation-delay: 3s;
}
.top-fv__town-whale img:nth-child(4) {
  left: 48%;
  animation-delay: 4.5s;
}
.top-fv__town-whale img:nth-child(5) {
  left: 61%;
  animation-delay: 6s;
}
@keyframes whaleFade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .top-fv {
    padding-top: 100px;
  }

  .top-fv__inner {
    flex-direction: column-reverse;
    margin-left: 0;
    padding-inline: min(calc(100vw / 390 * 26), 26px);
  }

  .top-fv__town {
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }

  .top-fv__town-whale img {
    width: 45%;
  }
  .top-fv__town-whale img:nth-child(1) {
    left: -15%;
  }
  .top-fv__town-whale img:nth-child(2) {
    left: 3%;
  }
  .top-fv__town-whale img:nth-child(3) {
    left: 19%;
  }
  .top-fv__town-whale img:nth-child(4) {
    left: 37%;
  }
  .top-fv__town-whale img:nth-child(5) {
    left: 50%;
  }

  .top-fv__body {
    width: 100%;
    margin-top: -9vw;
    position: relative;
    z-index: 1;
  }

  .top-fv__lead {
    margin-top: 32px;
    font-size: min(calc(100vw / 390 * 30), 30px);
  }

  .top-fv__flex {
    margin-top: 19px;
    justify-content: space-between;
  }

  .top-fv__text {
    font-size: min(calc(100vw / 390 * 15), 15px);
  }
}


/********************/
/* top-project */
/********************/

.top-project {
  margin-top: 100px;
}

.top-project__link {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  overflow: hidden;
}
.top-project__link img {
  opacity: 0;
}

.top-project__head {
  display: flex;
}
.top-project__head-left,
.top-project__head-right {
  width: 50%;
}
.top-project__middle {
  margin-top: min(calc(100vw / 1440 * 140), 140px);
}
.top-project__foot {
  margin-top: min(calc(100vw / 1440 * 100), 100px);
  display: flex;
}
.top-project__foot-left,
.top-project__foot-right {
  width: 50%;
}

.top-project__image01 {
  position: relative;
}
.top-project__image02 {
  margin-top: min(calc(100vw / 1440 * 150), 150px);
  margin-inline: auto;
  max-width: min(calc(100vw / 1440 * 500), 500px);
  position: relative;
}
.top-project__image03 {
  margin-top: min(calc(100vw / 1440 * 100), 100px);
  margin-inline: auto;
  max-width: min(calc(100vw / 1440 * 300), 300px);
  position: relative;
}
.top-project__image04 {
  margin-top: min(calc(100vw / 1440 * 298), 298px);
  margin-left: min(calc(100vw / 1440 * 100), 100px);
}
.top-project__image05 {
  margin-top: min(calc(100vw / 1440 * 175), 175px);
  max-width: min(calc(100vw / 1440 * 300), 300px);
}
.top-project__image06 {
  max-width: min(calc(100vw / 1440 * 1100), 1100px);
  position: relative;
}
.top-project__image07 {
  margin-left: auto;
  margin-right: min(calc(100vw / 1440 * 102), 102px);
  max-width: min(calc(100vw / 1440 * 300), 300px);
  position: relative;
}
.top-project__image08 {
  margin-top: min(calc(100vw / 1440 * 230), 230px);
  margin-left: auto;
  max-width: min(calc(100vw / 1440 * 500), 500px);
  position: relative;
}
.top-project__image09 {
  margin-top: min(calc(100vw / 1440 * 120), 120px);
  margin-left: min(calc(100vw / 1440 * 100), 100px);
  max-width: min(calc(100vw / 1440 * 500), 500px);
}

.top-project__stone01 {
  position: absolute;
  top: max(calc(-100vw / 1440 * 198), -198px);
  left: 28.5%;
  width: 20px;
}
.top-project__stone02 {
  position: absolute;
  top: max(calc(-100vw / 1440 * 128), -128px);
  left: 41%;
  width: 15px;
}
.top-project__stone03 {
  position: absolute;
  top: min(calc(100vw / 1440 * 207), 207px);
  left: calc(100% + 100px);
  width: 14px;
}
.top-project__stone04 {
  position: absolute;
  top: 60%;
  left: calc(100% - 6px);
  width: 14px;
}
.top-project__stone05 {
  position: absolute;
  top: 45%;
  left: 130%;
  width: 16px;
}
.top-project__stone06 {
  position: absolute;
  top: -24px;
  left: 22.5%;
  width: 15px;
}
.top-project__stone07 {
  position: absolute;
  top: -20px;
  left: 131%;
  width: 15px;
}
.top-project__stone08 {
  position: absolute;
  top: max(calc(-100vw / 1440 * 117), -117px);
  left: 69%;
  width: 18px;
}

.top-project__button {
  margin-top: 120px;
}

.top-project__category {
  margin-top: 160px;
  padding-inline: 26px;
}

.top-project__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-project__title {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--base-color);
  text-align: center;
  font-family: var(--Outfit);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.top-project__category-lead {
  margin-top: 48px;
  text-align: center;
}

.top-project__category-list {
  margin-top: 50px;
  margin-inline: auto;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  column-gap: min(5vw, 50px);
}

.top-project__category-item {
  width: calc((100% - min(5vw, 50px) * 2) / 3);
}
.top-project__category-item:nth-child(2) {
  margin-top: 60px;
}

.top-project__category-link {
  border-radius: 6px;
  padding: 30px min(3vw, 30px) 65px;
  background-color: #fff;
  box-shadow: 0 20px 40px rgba(96, 95, 95, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.top-project__category-link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../image/top/top_category_button_on.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
@media (hover: hover) {
  .top-project__category-link:hover {
    opacity: 1;
  }
  .top-project__category-link:hover::before {
    opacity: 1;
  }
}

.top-project__category-image {
  width: 76%;
}

.top-project__category-title-ja {
  text-align: center;
  font-size: 10px;
  line-height: 1;
  color: var(--gray-color);
  transform: scale(0.8);
}

.top-project__category-title-en {
  margin-top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3px;
}

.top-project__category-title-en span:nth-child(1) {
  width: 16px;
}
.top-project__category-title-en span:nth-child(1) img {
  display: block;
  object-fit: cover;
}

.top-project__category-title-en span:nth-child(2) {
  font-family: var(--Outfit);
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
}

.top-project__category-title-none {
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: -999;
  opacity: 0;
  visibility: hidden;
}

.top-project__category-marker {
  margin-top: 10px;
  border-radius: 2px;
  padding: 4px;
  text-align: center;
  background-color: var(--base-color);
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
}

.top-project__category-text {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  line-height: calc(22 / 12);
}

.top-project__category-icon {
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  z-index: -1;
}
.top-project__category-icon-off {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 20px;
  transition: all 0.5s;
}
.top-project__category-icon-on {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  opacity: 0;
  transition: all 0.5s;
}
@media (hover: hover) {
  .top-project__category-link:hover .top-project__category-icon-off {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
  .top-project__category-link:hover .top-project__category-icon-on {
    width: 80px;
    height: 80px;
    opacity: 1;
  }
}

.top-project__tag {
  margin-top: 100px;
  padding-inline: 26px;
}

.top-project__tag-list {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 1600px) {
  .top-project__stone01 {
    top: -66px;
  }
  .top-project__stone02 {
    top: -22px;
    left: 55%;
  }
}

@media screen and (max-width: 767.98px) {
  .top-project .common-inner {
    padding-inline: 0;
  }

  .top-project__image06 {
    max-width: 78%;
  }

  .top-project__stone03 {
    top: 33px;
    left: calc(100% + 28px);
  }
  .top-project__stone04 {
    top: 36%;
    left: 100%;
  }
  .top-project__stone05 {
    top: 32%;
    left: 125%;
  }
  .top-project__stone06 {
    top: -22px;
    left: 20.5%;
  }
  .top-project__stone07 {
    top: -24px;
    left: 125%;
  }
  .top-project__stone08 {
    top: -46px;
    left: 64%;
  }

  .top-project__button {
    margin-top: 42px;
  }

  .top-project__category {
    margin-top: 58px;
    padding-inline: min(calc(100vw / 390 * 26), 26px);
  }

  .top-project__category-lead {
    margin-top: 20px;
  }

  .top-project__category-list {
    margin-top: 18px;
    flex-direction: column;
    align-items: center;
    row-gap: 18px;
  }

  .top-project__category-item {
    width: 100%;
    max-width: 338px;
  }
  .top-project__category-item:nth-child(2) {
    margin-top: 0;
  }

  .top-project__category-image {
    width: 59%;
  }

  .top-project__category-title {
    margin-top: -2px;
  }

  .top-project__category-marker {
    padding-inline: 6px;
  }

  .top-project__category-text {
    font-size: 15px;
    line-height: calc(26 / 15);
  }

  .top-project__category-icon-off {
    display: none;
  }
  .top-project__category-icon-on {
    width: 80px;
    height: 80px;
    opacity: 1;
  }

  .top-project__tag {
    margin-top: 60px;
    padding-inline: min(calc(100vw / 390 * 26), 26px);
  }

  .top-project__tag-list {
    margin-top: 20px;
    margin-inline: auto;
    max-width: 338px;
    gap: min(calc(100vw / 390 * 18), 18px);
  }
}


/********************/
/* top-about */
/********************/

.top-about {
  margin-top: 180px;
  position: relative;
}

.top-about__container {
  display: flex;
  align-items: flex-end;
  column-gap: min(calc(100vw / 1440 * 140), 140px);
}

.top-about__image {
  flex: 1;
  position: relative;
}
.top-about__image::before {
  position: absolute;
  bottom: 7%;
  left: 60%;
  content: '';
  width: 48%;
  height: 1px;
  background-color: #c7e1d5;
}

.top-about__body {
  width: 260px;
}

.top-about__button {
  margin-top: 50px;
}

@media screen and (max-width: 767.98px) {
  .top-about {
    margin-top: 78px;
    overflow: hidden;
  }

  .top-about__body {
    display: contents;
  }

  .top-about__container {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-about__title {
    order: 1;
    position: relative;
    z-index: 1;
  }

  .top-about__image {
    order: 2;
    margin-top: -16px;
    margin-left: min(calc(-100vw / 390 * 26), -26px);
    width: 93.33vw;
  }
  .top-about__image::before {
    display: none;
  }

  .top-about__button {
    order: 3;
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}



/*-------------------------------------
ABOUTページ
-------------------------------------*/

/********************/
/* about-brand */
/********************/

.about-brand__content {
  margin-top: 140px;
  margin-inline: auto;
  max-width: 1000px;
}

.about-brand__item {
  display: flex;
  align-items: flex-start;
}
.about-brand__item:not(:first-child) {
  margin-top: 90px;
}

.about-brand__image {
  width: min(calc(100vw / 1440 * 420), 420px);
}

.about-brand__body {
  flex: 1;
  margin-left: min(calc(100vw / 1440 * 80), 80px);
  padding-top: 16.5%;
  position: relative;
  z-index: 1;
}

.about-brand__textZone {
  margin-top: 60px;
}

.about-brand__text span {
  display: inline-block;
}

.about-brand__text-stone {
  position: relative;
}
.about-brand__text-stone::before {
  position: absolute;
  top: 13px;
  right: -40px;
  content: '';
  width: 18px;
  height: 14px;
  background-image: url(../image/about/about_brand_stone.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

.about-brand__text:not(:first-child) {
  margin-top: 21px;
  padding-top: 18px;
  background-image: radial-gradient(
    circle,
    var(--gray-color) 0.5px,
    transparent 0.5px
  );
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 5px 1px;
}

@media screen and (max-width: 767.98px) {
  .about-brand {
    overflow: hidden;
  }

  .about-brand__content {
    margin-top: 60px;
  }

  .about-brand__item {
    flex-direction: column;
    position: relative;
  }
  .about-brand__item:not(:first-child) {
    margin-top: 42px;
  }

  .about-brand__image {
    position: absolute;
    top: 0;
    left: 66px;
    width: min(calc(100vw / 390 * 338), 338px);
  }

  .about-brand__body {
    width: 100%;
    margin-left: 0;
    padding-top: min(calc(100vw / 390 * 165), 165px);
  }

  .about-brand__textZone {
    margin-top: 32px;
  }

  .about-brand__text:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
  }

  .about-brand__text-stone::before {
    top: 2px;
    right: -33px;
  }
}


/********************/
/* about-stance */
/********************/

.about-stance {
  margin-top: 170px;
}

.about-stance__content {
  margin-top: 140px;
  margin-inline: auto;
  max-width: 1200px;
  border-radius: 6px;
  background-color: #fff;
  padding: 120px 30px;
  position: relative;
  z-index: 1;
}
.about-stance__content::before {
  position: absolute;
  top: 15.5%;
  left: 10%;
  content: '';
  width: 18px;
  height: 16px;
  background-image: url(../image/about/about_stance_stone01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.about-stance__content::after {
  position: absolute;
  top: 98%;
  right: 12.5%;
  content: '';
  width: 16px;
  height: 19px;
  background-image: url(../image/about/about_stance_stone02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.about-stance__list {
  margin-inline: auto;
  max-width: 940px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}

.about-stance__item {
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-stance__item-number {
  text-align: center;
  font-family: var(--Outfit);
  font-weight: 600;
  font-size: 12px;
  color: var(--brown-color);
  text-transform: uppercase;
  border-bottom: 1px solid var(--brown-color);
}

.about-stance__item-title {
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: calc(32 / 18);
  letter-spacing: 0.06em;
}

.about-stance__item-text {
  margin-top: 20px;
}

@media screen and (max-width: 767.98px) {
  .about-stance {
    margin-top: 70px;
  }

  .about-stance__content {
    margin-top: 58px;
    padding: 52px min(calc(100vw / 390 * 30), 30px);
  }
  .about-stance__content::before {
    top: 33px;
    left: 14%;
  }
  .about-stance__content::after {
    top: 44%;
    right: 14%;
  }

  .about-stance__list {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }

  .about-stance__item {
    width: 100%;
    max-width: 278px;
  }
}


/********************/
/* about-service */
/********************/

.about-service {
  margin-top: 185px;
}

.about-service__content {
  margin-top: 140px;
  margin-inline: auto;
  max-width: 1200px;
  position: relative;
}
.about-service__content::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 13px;
  height: 10px;
  background-image: url(../image/common/common_mark_brown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.about-service__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 257px;
}

.about-service__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.about-service__item {
  width: 50%;
  position: relative;
}

.about-service__item:nth-child(1) {
  padding-right: min(calc(100vw / 1440 * 100), 100px);
  padding-bottom: 80px;
}
.about-service__item:nth-child(1)::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 1px;
  height: calc(100% - 17px);
  background-color: #a2c0c3;
}
.about-service__item:nth-child(1)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: calc(100% - 17px);
  height: 1px;
  background-color: #a2c0c3;
}

.about-service__item:nth-child(2) {
  padding-left: min(calc(100vw / 1440 * 100), 100px);
  padding-bottom: 80px;
}
.about-service__item:nth-child(2)::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: calc(100% - 17px);
  height: 1px;
  background-color: #a2c0c3;
}

.about-service__item:nth-child(3) {
  padding-right: min(calc(100vw / 1440 * 100), 100px);
  padding-top: 80px;
}
.about-service__item:nth-child(3)::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 1px;
  height: calc(100% - 17px);
  background-color: #a2c0c3;
}

.about-service__item:nth-child(4) {
  padding-left: min(calc(100vw / 1440 * 100), 100px);
  padding-top: 80px;
}

.about-service__top {
  display: flex;
  justify-content: space-between;
}

.about-service__heading-en {
  font-family: var(--Outfit);
  font-size: min(calc(100vw / 390 * 26), 26px);
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-service__heading-ja {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1;
}

.about-service__body {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 11px;
}

.about-service__text01 {
  width: 180px;
  font-weight: 700;
  font-size: min(calc(100vw / 390 * 18), 18px);
  line-height: calc(32 / 18);
}

.about-service__text02 {
  width: 300px;
}

.about-service__tag-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.about-service__tag-item {
  padding: 5px 6px 6px;
  border-radius: 4px;
  border: 1px solid var(--gray-color);
  font-size: 10px;
  line-height: 1;
  color: var(--gray-color);
}

@media screen and (max-width: 767.98px) {
  .about-service {
    margin-top: 80px;
  }

  .about-service__content {
    margin-top: 60px;
  }
  .about-service__content::before {
    display: none;
  }

  .about-service__image {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-inline: auto;
    width: 84%;
    max-width: 450px;
  }

  .about-service__list {
    margin-top: 40px;
    flex-direction: column;
  }

  .about-service__item {
    width: 100%;
  }

  .about-service__stone {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 10px;
  }
  .about-service__stone::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../image/common/common_mark_gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .about-service__item:nth-child(1) {
    padding-right: 0;
    padding-bottom: 0;
  }
  .about-service__item:nth-child(1)::before,
  .about-service__item:nth-child(1)::after {
    display: none;
  }

  .about-service__item:nth-child(2) {
    margin-top: 43px;
    padding-top: 43px;
    padding-left: 0;
    padding-bottom: 0;
  }
  .about-service__item:nth-child(2)::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: calc(50% - 18px);
    height: 1px;
    background-color: #657d7f;
  }
  .about-service__item:nth-child(2)::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: calc(50% - 18px);
    height: 1px;
    background-color: #657d7f;
  }

  .about-service__item:nth-child(3) {
    margin-top: 43px;
    padding-top: 43px;
    padding-right: 0;
  }
  .about-service__item:nth-child(3)::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: calc(50% - 18px);
    height: 1px;
    background-color: #657d7f;
  }
  .about-service__item:nth-child(3)::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: calc(50% - 18px);
    height: 1px;
    background-color: #657d7f;
  }

  .about-service__item:nth-child(4) {
    margin-top: 43px;
    padding-top: 43px;
    padding-left: 0;
  }
  .about-service__item:nth-child(4)::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: calc(50% - 18px);
    height: 1px;
    background-color: #657d7f;
  }
  .about-service__item:nth-child(4)::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: calc(50% - 18px);
    height: 1px;
    background-color: #657d7f;
  }

  .about-service__body {
    margin-top: 20px;
  }

  .about-service__text01,
  .about-service__text02 {
    width: 100%;
  }
}


/********************/
/* about-biography */
/********************/

.about-biography {
  margin-top: 180px;
}

.about-biography__content {
  margin-top: 140px;
  margin-inline: auto;
  max-width: 1000px;
  display: flex;
  align-items: center;
}

.about-biography__image {
  width: min(calc(100vw / 1440 * 300), 300px);
}

.about-biography__body {
  flex: 1;
  margin-left: min(calc(100vw / 1440 * 100), 100px);
}

.about-biography__title {
  display: flex;
  flex-direction: column;
  padding-bottom: 38px;
  border-bottom: 1px solid #a2c0c3;
}

.about-biography__title-position {
  font-size: 12px;
  line-height: 1;
}

.about-biography__title-name {
  margin-top: 14px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

.about-biography__text {
  margin-top: 28px;
}

@media screen and (max-width: 767.98px) {
  .about-biography {
    margin-top: 82px;
  }

  .about-biography__content {
    margin-top: 60px;
    flex-direction: column;
  }

  .about-biography__image {
    width: 88.8%;
    max-width: 350px;
  }

  .about-biography__body {
    margin-top: 45px;
    margin-left: 0;
    width: 100%;
  }

  .about-biography__title {
    padding-bottom: 18px;
  }

  .about-biography__text {
    margin-top: 10px;
  }
}



/*-------------------------------------
project
-------------------------------------*/

.project-fixed-inner {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.project-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.project-aside {
  width: 167px;
  max-height: calc(100vh - 150px);
  overflow: auto;
  pointer-events: auto;
}
.project-aside.sp-only {
  display: none;
}

.project-aside__tag:not(:first-child) {
  margin-top: 6px;
}

.project-aside__tag-link {
  display: block;
  width: 100%;
  border-radius: 2px;
  padding: 8px 10px;
  font-family: var(--Outfit);
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.project-aside__tag-link.is-current {
  color: #fff;
  background-color: var(--gray-color);
  border: 1px solid var(--gray-color);
}
@media (hover: hover) {
  .project-aside__tag-link:hover {
    opacity: 1;
    background-color: #d9e8ea;
  }
  .project-aside__tag-link.is-current:hover {
    color: #fff;
    background-color: var(--gray-color);
  }
}

.project-aside__categories {
  margin-top: 6px;
}

.project-aside__category:not(:first-child) {
  margin-top: 6px;
}

.project-aside__category-link {
  width: 100%;
  border-radius: 4px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
}
@media (hover: hover) {
  .project-aside__category-link:hover {
    opacity: 1;
    background-color: #d9e8ea;
  }
}

.project-aside__category-icon {
  display: block;
  width: 24px;
}

.project-aside__category-icon img {
  display: block;
}

.project-aside__category-body {
  margin-left: 10px;
}

.project-aside__category-ja {
  font-size: 12px;
  line-height: 1;
}

.project-aside__category-en {
  margin-top: 5px;
  font-family: var(--Outfit);
  font-size: 10px;
  line-height: 1;
  transform: scale(0.8);
  transform-origin: 0;
  text-transform: uppercase;
}

.project-aside__category-caution {
  margin-top: 24px;
  font-size: 12px;
  line-height: calc(22 / 12);
  letter-spacing: 0.06em;
  color: var(--gray-color);
  position: relative;
}
.project-aside__category-caution a {
  text-decoration: underline;
}

.project-container__heading {
  flex: 1;
  padding-left: min(calc(100vw / 1440 * 134), 134px);
}

.project-wrapper {
  margin-left: auto;
  width: calc(100% - 167px);
  padding-left: min(calc(100vw / 1440 * 134), 134px);
}

.project-content {
  padding-top: min(calc(100vw / 1440 * 165), 165px);
  margin-inline: auto;
  width: 85%;
  max-width: 700px;
}

.project-article:not(:first-child) {
  margin-top: 80px;
}

.project-article__link {
  width: 100%;
  display: block;
}

.project-article__body {
  transition: all 0.375s;
}

@media (hover: hover) {
  .project-article__link:hover {
    opacity: 1;
  }
  a.project-article__link:hover .project-article__body {
    opacity: 0.7;
  }
}

.project-article__thumbnail-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.project-article__thumbnail-image img {
  border-radius: 4px;
  aspect-ratio: 700 / 420;
  opacity: 0;
}

.project-article__body {
  margin-top: 25px;
}

.project-article__title {
  padding-inline: 30px;
  line-height: calc(26 / 14);
  letter-spacing: 0.06em;
  line-height: 1.4;
  position: relative;
}
.project-article__title::before {
  position: absolute;
  top: min(calc(100vw / 390 * 6), 6px);
  left: 0;
  content: '';
  width: 11px;
  height: 9px;
  background-image: url(../image/common/common_mark_brown.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.project-article__detail {
  margin-top: 10px;
  padding-inline: 30px;
  display: flex;
  flex-wrap: wrap;
  font-family: var(--Outfit);
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  color: var(--gray-color);
  text-transform: uppercase;
}

.project-article__category span:not(:first-child) {
  display: inline-block;
  margin-left: 4px;
  position: relative;
}
.project-article__category span:not(:first-child)::before {
  position: absolute;
  bottom: 0;
  left: -5px;
  content: ',';
}

.project-article__tag {
  margin-left: 10px;
  position: relative;
}
.project-article__tag::before {
  position: absolute;
  top: 0;
  left: -7px;
  content: '/';
}

.project-article__tag span:not(:first-child) {
  display: inline-block;
  margin-left: 4px;
  position: relative;
}
.project-article__tag span:not(:first-child)::before {
  position: absolute;
  bottom: 0;
  left: -5px;
  content: ',';
}

/* 実績非公開 */
.project-article__thumbnail {
  position: relative;
}

.project-article__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(46, 57, 58, 0.3);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.project-article__lock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project-article__lock-button {
  border-radius: 4px;
  background-color: #fff;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1;
  color: var(--brown-color);
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.project-article__lock-button::before {
  content: '';
  width: 8px;
  height: 10px;
  background-image: url(../image/common/icon_lock.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.project-article__lock-text {
  margin-top: 16px;
  text-align: center;
  font-size: 12px;
  line-height: calc(22 / 12);
  color: #fff;
}

.project-article__lock-contact {
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}

.custom-not {
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .common-fv.project-fv {
    padding-bottom: 0;
  }

  .project-container {
    flex-direction: column;
    position: relative;
  }

  .project-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(46, 57, 58, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 100%;
    height: 100vh;
    z-index: 98;
  }

  .project-aside.pc-only {
    display: none;
  }
  .project-aside.sp-only {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: none;
    overflow: unset;
    padding: 50px min(calc(100vw / 390 * 26), 26px) 105px;
    border-radius: 40px 40px 0 0;
    background-color: #fff;
    box-shadow: 0 -20px 40px rgba(96, 95, 95, 0.1);
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    transform: translateY(110%);
    transition: all 0.375s;
    z-index: 99;
  }
  .project-aside.sp-only.is-active {
    transform: translateY(0);
  }

  .project-aside__categories {
    margin-top: 0;
    width: 100%;
    max-width: 338px;
    display: flex;
    gap: 5px;
  }

  .project-aside__category {
    width: calc((100% - 5px * 2) / 3);
  }
  .project-aside__category:not(:first-child) {
    margin-top: 0;
  }

  .project-aside__category-link {
    height: 100%;
    border: 1px solid #a2c0c3;
    padding: 19px 4px;
    flex-direction: column;
  }

  .project-aside__category-body {
    margin-left: 0;
    margin-top: 3px;
  }

  .project-aside__category-ja {
    text-align: center;
    font-size: 12px;
    line-height: calc(16 / 12);
  }

  .project-aside__category-en {
    text-align: center;
    transform-origin: unset;
  }

  .project-aside__tags {
    margin-top: 6px;
    max-width: 338px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }

  .project-aside__tag {
    width: calc((100% - 6px) / 2);
  }
  .project-aside__tag:not(:first-child) {
    margin-top: 0;
  }
  .project-aside__tag:nth-child(1) {
    order: 2;
  }
  .project-aside__tag:not(:first-child) {
    order: 1;
  }

  .project-aside__tag-link {
    border: 1px solid #a2c0c3;
    padding-block: 15px;
    text-align: center;
  }

  .project-aside__close {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }

  .project-aside-open {
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    z-index: 100;
  }

  .project-aside-open__button {
    background-color: var(--base-color);
    border-radius: 50px;
    width: 140px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .project-aside-open__button span {
    font-family: var(--Outfit);
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    padding-right: 14px;
    position: relative;
  }
  .project-aside-open__button span::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: '';
    width: 11px;
    height: 9px;
    background-image: url(../image/project/project_icon_all.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .project-aside-close {
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    z-index: 100;
  }

  .project-aside-close__button {
    background-color: var(--base-color);
    border-radius: 50px;
    width: 140px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .project-aside-close__button span {
    font-family: var(--Outfit);
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    padding-left: 14px;
    position: relative;
  }
  .project-aside-close__button span::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../image/project/project_icon_close.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .project-aside-open {
    transition: all 0.375s;
  }
  .project-aside-open.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
  .project-aside-close {
    opacity: 0;
    visibility: hidden;
    transition: all 0.375s;
  }
  .project-aside-close.is-active {
    opacity: 1;
    visibility: visible;
  }

  .project-aside__category-caution {
    margin-top: 15px;
    margin-right: -8px;
    width: calc(100% + 8px);
  }

  .project-container__heading {
    position: absolute;
    top: calc(100% + 75px);
    left: 0;
    width: 100%;
    padding-left: 0;
  }

  .project-wrapper {
    margin-top: 162px;
    width: 100%;
    padding-left: 0;
  }

  .project-content {
    padding-top: 0;
    width: 100%;
  }

  .project-article:not(:first-child) {
    margin-top: 50px;
  }

  .project-article__body {
    margin-top: 12px;
  }

  .project-article__title {
    padding-inline: min(calc(100vw / 390 * 22), 22px);
  }

  .project-article__detail {
    margin-top: 9px;
    padding-inline: min(calc(100vw / 390 * 22), 22px);
  }
}



/*-------------------------------------
single
-------------------------------------*/

.single {
  padding-top: 240px;
}

.single-article {
  margin-inline: auto;
  max-width: 1200px;
}

.single-article__detail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}

.single-article__detail-category {
  display: contents;
}

.single-article__detail-category span {
  padding: 2px 3px;
  border-radius: 2px;
  border: 1px solid var(--gray-color);
  font-size: 10px;
  line-height: 1;
  color: var(--gray-color);
  text-transform: uppercase;
}

.single-article__detail-tag {
  display: contents;
}

.single-article__detail-tag span {
  padding: 2px 3px;
  border-radius: 2px;
  border: 1px solid var(--gray-color);
  font-size: 10px;
  line-height: 1;
  color: var(--gray-color);
  text-transform: uppercase;
}

.single-article__title {
  margin-top: 12px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.06em;
}

.single-article__body {
  margin-top: 90px;
}

.single-article__content {
  margin-top: 90px;
  padding-inline: min(calc(100vw / 1440 * 100), 100px);
}

.single-article__content img {
  margin-bottom: 90px;
}

.single-article__content p {
  margin-inline: auto;
  margin-bottom: 90px;
  max-width: 600px;
}

.single-article__infoZone {
  border-top: 1px solid var(--gray-color);
}

.single-article__info {
  padding-top: 100px;
  margin-inline: auto;
  max-width: 1000px;
  padding-inline: min(calc(100vw / 1440 * 100), 100px);
  display: flex;
  column-gap: 10%;
}

.single-article__info:has(.single-article__info-right)
  .single-article__info-left {
  width: 42.5%;
}

.single-article__info:has(.single-article__info-left)
  .single-article__info-right {
  width: 47.5%;
}

.single-article__info-row {
  display: flex;
  column-gap: 20px;
}
.single-article__info-row:not(:first-child) {
  margin-top: 45px;
}

.single-article__info-term {
  width: 80px;
  font-family: var(--Outfit);
  font-size: 12px;
  line-height: calc(14 / 12);
  color: var(--brown-color);
  text-transform: uppercase;
}

.single-article__info-desc {
  flex: 1;
}

.single-article__info-text {
  line-height: 1;
}

.single-article__info-text a {
  text-decoration: underline;
}

.single-article__info-role:not(:first-child) {
  margin-top: 8px;
}

.single-article__info-marker {
  width: 84px;
  border-radius: 2px;
  background-color: var(--brown-color);
  padding: 2px;
  text-align: center;
  font-family: var(--Outfit);
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

.single-article__info-detail {
  margin-top: 6px;
}

.single-article__info-detail li {
  display: flex;
  column-gap: 20px;
}
.single-article__info-detail li:not(:first-child) {
  margin-top: 5px;
}

.single-article__info-detail li span:nth-child(1) {
  width: 80px;
  min-width: 80px;
  font-size: 12px;
  line-height: calc(18 / 12);
  padding-left: 17px;
  position: relative;
}
.single-article__info-detail li span:nth-child(1)::before {
  position: absolute;
  top: 0;
  left: 3px;
  content: '・';
}
.single-article__info-detail li span:nth-child(1)::after {
  position: absolute;
  top: 3px;
  right: -9px;
  content: '';
  width: 1px;
  height: calc(100% - 6px);
  background-color: var(--base-color);
}

.single-article__info-detail li span:nth-child(2) {
  flex: 1;
  font-size: 14px;
  line-height: calc(18 / 14);
}

.single-related {
  margin-top: 190px;
}

.single-related__content {
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  gap: 78px 32px;
}

.single-related__item {
  width: calc((100% - 32px * 3) / 4);
}

.single-related__link {
  width: 100%;
  display: block;
}

.single-related__body {
  transition: all 0.375s;
}

@media (hover: hover) {
  .single-related__link:hover {
    opacity: 1;
  }
  a.single-related__link:hover .single-related__body {
    opacity: 0.7;
  }
}

.single-related__thumbnail-image img {
  border-radius: 4px;
}

.single-related__item img {
  aspect-ratio: 326 / 200;
}

.single-related__body {
  margin-top: 15px;
}

.single-related__title {
  padding-inline: 22px;
  line-height: calc(26 / 14);
  letter-spacing: 0.06em;
  line-height: 1.4;
  position: relative;
}
.single-related__title::before {
  position: absolute;
  top: min(calc(100vw / 390 * 6), 6px);
  left: 0;
  content: '';
  width: 10px;
  height: 8px;
  background-image: url(../image/common/common_mark_brown.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.single-related__detail {
  margin-top: 10px;
  padding-inline: 22px;
  display: flex;
  flex-wrap: wrap;
  font-family: var(--Outfit);
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  color: var(--gray-color);
  text-transform: uppercase;
}

.single-related__category span:not(:first-child) {
  display: inline-block;
  margin-left: 4px;
  position: relative;
}
.single-related__category span:not(:first-child)::before {
  position: absolute;
  bottom: 0;
  left: -5px;
  content: ',';
}

.single-related__tag {
  margin-left: 10px;
  position: relative;
}
.single-related__tag::before {
  position: absolute;
  top: 0;
  left: -7px;
  content: '/';
}

.single-related__tag span:not(:first-child) {
  display: inline-block;
  margin-left: 4px;
  position: relative;
}
.single-related__tag span:not(:first-child)::before {
  position: absolute;
  bottom: 0;
  left: -5px;
  content: ',';
}

@media screen and (max-width: 1279.98px) {
  .single-related__item {
    width: calc((100% - 32px * 2) / 3);
  }
}

@media screen and (max-width: 999.98px) {
  .single-article__info {
    flex-direction: column;
    row-gap: 45px;
  }
  .single-article__info:has(.single-article__info-right)
    .single-article__info-left,
  .single-article__info:has(.single-article__info-left)
    .single-article__info-right {
    width: 100%;
  }
  .single-related__item {
    width: calc((100% - 32px) / 2);
  }
}

@media screen and (max-width: 767.98px) {
  .single {
    padding-top: 135px;
    overflow: hidden;
  }

  .single-article__body {
    margin-top: 50px;
  }

  .single-article__thumbnail {
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }

  .single-article__content {
    margin-top: 50px;
    padding-inline: 0;
  }

  .single-article__content img {
    margin-bottom: 50px;
  }

  .single-article__content p {
    margin-bottom: 50px;
  }

  .single-article__info {
    padding-top: 58px;
    padding-inline: 0;
    row-gap: 25px;
  }

  .single-article__info-row {
    flex-direction: column;
    row-gap: 14px;
  }
  .single-article__info-row:not(:first-child) {
    margin-top: 25px;
  }

  .single-article__info-term {
    font-size: 14px;
  }

  .single-related {
    margin-top: 78px;
  }

  .single-related__content {
    margin-top: 60px;
    gap: 20px 10px;
  }

  .single-related__item {
    width: calc((100% - 10px) / 2);
  }

  .single-related__item img {
    aspect-ratio: 164 / 98;
  }

  .single-related__body {
    margin-top: 7px;
  }

  .single-related__title {
    padding-right: 0;
    line-height: calc(26 / 15);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .single-related__title::before {
    top: min(calc(100vw / 390 * 9), 9px);
  }

  .single-related__detail {
    margin-top: 6px;
    padding-right: 0;
  }
}



/*-------------------------------------
404
-------------------------------------*/

.p-404 {
  padding-top: 25vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-404__title {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
}

.p-404__text {
  margin-top: 32px;
  text-align: center;
  font-size: 20px;
}

.p-404__back {
  margin-top: 64px;
}

@media screen and (max-width: 767.98px) {
  .p-404__title {
    font-size: 24px;
  }
  .p-404__text {
    font-size: 16px;
  }
  .p-404__back {
    margin-top: 40px;
  }
}



/*-------------------------------------
お問い合わせ
-------------------------------------*/

.contact {
  margin-top: -12px;
}

.contact-content {
  margin-inline: auto;
  max-width: 800px;
}

.p-contact-form__list:not(:first-child) {
  margin-top: 48px;
}

.p-contact-form__label-zone {
  display: inline-block;
}

.p-contact-form__label span {
  margin-left: 10px;
  font-size: 10px;
  color: #db826d;
}

.p-contact-form__data {
  margin-top: 20px;
}

.p-contact-form__input {
  width: 100%;
  padding: 19px 30px;
  border-radius: 4px;
  border: 1px solid #e1eced;
  background-color: #e1eced;
  text-align: left;
  letter-spacing: 0.06em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.p-contact-form__input::placeholder {
  text-align: left;
  color: var(--gray-color);
  letter-spacing: 0.06em;
}

.p-contact-form__textarea {
  width: 100%;
  height: 252px;
  padding: 19px 30px;
  border-radius: 4px;
  border: 1px solid #e1eced;
  background-color: #e1eced;
  letter-spacing: 0.06em;
  resize: vertical;
}
.p-contact-form__textarea::placeholder {
  text-align: left;
  color: var(--gray-color);
  letter-spacing: 0.06em;
}

/* プライバシーポリシーチェック */
input[type='checkbox'] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.p-contact-form__check {
  margin-top: 115px;
  display: flex;
  justify-content: center;
}
.p-contact-form__check-label {
  display: inline-block;
}
.p-contact-form__check-label .wpcf7-list-item {
  margin-left: 0;
}
.p-contact-form__check-text {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
.p-contact-form__check-label .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid var(--gray-color);
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
}
.p-contact-form__check-label
  input[type='checkbox']:checked
  + .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--gray-color);
}
.p-contact-form__policy-link {
  display: inline-block;
  text-decoration: underline;
}

/* 入力してください */
.wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
}
.p-contact-form__select-zone:has(.wpcf7-not-valid-tip) {
  margin-bottom: 36px;
}

/* ボタン */
.p-contact-form__submit {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}
.p-contact-form__submit-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  color: rgba(0, 0, 0, 0);
}
.p-contact-form__submit-button:disabled {
  cursor: not-allowed;
}
.p-contact-form:has(.wpcf7-not-valid-tip) .p-contact-form__submit-buttonZone {
  cursor: not-allowed;
}
.p-contact-form:has(.wpcf7-not-valid-tip) .p-contact-form__submit-button {
  pointer-events: none;
}
@media (hover: hover) {
  .p-contact-form__submit-button:hover {
    opacity: 1;
  }
}
.p-contact-form__submit-buttonZone .wpcf7-spinner {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .contact {
    margin-top: 30px;
  }
  .p-contact-form__data {
    margin-top: 10px;
  }
  .p-contact-form__input {
    padding: 20px 18px;
    line-height: calc(26 / 15);
  }
  .p-contact-form__list:not(:first-child) {
    margin-top: 30px;
  }
  .p-contact-form__textarea {
    height: 279px;
    padding: 20px 18px;
    line-height: calc(26 / 15);
  }
  .p-contact-form__check {
    margin-top: 43px;
  }
  .p-contact-form__submit {
    margin-top: 22px;
  }
}



/*-------------------------------------
お問い合わせ完了
-------------------------------------*/

.p-thanks {
  padding-top: 25vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-thanks__title {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
}

.p-thanks__text {
  margin-top: 32px;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}

.p-thanks__back {
  margin-top: 64px;
}

@media screen and (max-width: 767.98px) {
  .p-thanks__title {
    font-size: 24px;
  }
  .p-thanks__text {
    font-size: 16px;
  }
  .p-thanks__back {
    margin-top: 40px;
  }
}



/*-------------------------------------
オープニング
-------------------------------------*/

.body.no-scroll {
  overflow: hidden;
}

.opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  background-image: url(../image/common/common_bg.webp);
}

.opening__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.opening__body {
  position: relative;
}

.opening__effect {
  position: relative;
  width: 1260px;
  height: 720px;
  margin: auto;
}

.opening__city {
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}

.opening__loading {
  width: 260px;
  height: 239px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 3;
  transition: opacity 0.5s ease-in-out;
}
.opening__loading-img {
  width: 165px;
  aspect-ratio: 165 / 218;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin-top: auto;
  position: relative;
}
.opening__loading-img img {
  aspect-ratio: 165 / 218;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: yurayura 1.2s infinite;
}
.opening__loading-img img:nth-child(1) {
  animation-delay: 0s;
}
.opening__loading-img img:nth-child(2) {
  animation-delay: 0.3s;
}
.opening__loading-img img:nth-child(3) {
  animation-delay: 0.6s;
}
.opening__loading-img img:nth-child(4) {
  animation-delay: 0.9s;
}

@keyframes yurayura {
  0% {
    opacity: 0;
    z-index: 1;
  }
  50% {
    opacity: 1;
    z-index: 2;
  }
  100% {
    opacity: 0;
    z-index: 1;
  }
}

.opening__loading-text {
  width: 56px;
  height: 8.5px;
  line-height: 1;
  transform: translateY(-5px);
  position: relative;
  z-index: 3;
}
.opening__loading-text img {
  aspect-ratio: 56 / 9;
}
.opening__loading-anime {
  display: flex;
  align-items: center;
  gap: 34px;
  width: 147px;
  height: fit-content;
  transform: translate(-26px, 20px);
}
/* 波紋エフェクト */
.opening__loading-ripple {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  animation: ripple 2.7s linear infinite;
  border-radius: 50%;
  transform-origin: center;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 10px rgba(0, 0, 0, 0.1),
      0 0 0 20px rgba(0, 0, 0, 0.1), 0 0 0 30px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1), 0 0 0 20px rgba(0, 0, 0, 0.1),
      0 0 0 30px rgba(0, 0, 0, 0.1), 0 0 0 40px rgba(0, 0, 0, 0);
  }
}
.opening.is-active .opening__city,
.opening.is-active .opening__loading {
  opacity: 0;
}

.opening.is-active .opening__loading-ripple {
  transform: scale(150);
  transition: transform 30s cubic-bezier(0.25, 1, 0.5, 1);
}

/* オープニングアニメーションの後のアニメーション */

.top-fv__title,
.top-fv__lead,
.top-fv__flex {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease, transform 1s ease;
}

.top-fv.is-visible .top-fv__title,
.top-fv.is-visible .top-fv__lead,
.top-fv.is-visible .top-fv__flex {
  opacity: 1;
  transform: translateY(0);
}

.top-fv.is-visible .top-fv__lead {
  transition-delay: 0.3s;
}
.top-fv.is-visible .top-fv__flex {
  transition-delay: 0.6s;
}
@media screen and (max-width: 767.98px) {
  .opening {
    background-image: url(../image/common/common_bg.webp);
  }
  .opening__effect {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin-top: 158px;
  }
  .opening__city {
    aspect-ratio: 390/222;
  }
}

.top-main {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.top-header {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}



/*-------------------------------------
中央ぽちゃん
-------------------------------------*/

.pochan-anime {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 310px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
}

.pochan-anime__image img {
  aspect-ratio: 13 / 310;
}

/* ctaに追加したいCSS */
.cta__pochan {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* 線がCTAに到着した時に水飛沫的なアニメーション */
.cta__pochan::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--base-color);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}

.cta__pochan.is-active {
  opacity: 1;
}

.cta__pochan.is-active::before {
  animation: splash 0.5s ease-out;
}

@keyframes splash {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}