@charset "UTF-8";
/* ************************************** _
タイトル：index.css
概要：トップページのスタイルシート
更新：2026.02.05
_ ************************************** */
.p-hero {
  position: relative;
  height: 100vh;
}
@media (max-width: 1024px) {
  .p-hero {
    margin-bottom: 80px;
    height: auto;
  }
}
@media (max-width: 480px) {
  .p-hero {
    margin-bottom: 60px;
  }
}
.p-hero::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100px;
  bottom: 0;
  left: 0;
  background-color: #f8f8f6;
}
@media (max-width: 1440px) {
  .p-hero::after {
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .p-hero::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .p-hero__inner {
    margin-top: 180px;
  }
}
@media (max-width: 480px) {
  .p-hero__inner {
    margin-top: 115px;
  }
}
.p-hero__img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}
@media (max-width: 1024px) {
  .p-hero__img {
    position: relative;
    height: auto;
  }
}
.p-hero__text {
  position: absolute;
  top: 35%;
  left: 50%;
  padding-right: 6.45%;
  z-index: 10;
}
@media (max-width: 1024px) {
  .p-hero__text {
    position: static;
    width: 87.778%;
    margin: 0 auto 60px;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .p-hero__text {
    margin: 0 auto 25px;
  }
}
.p-hero__text-copy {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.35;
  filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 30px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 30px rgba(255, 255, 255, 0.9));
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .p-hero__text-copy {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .p-hero__text-copy {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .p-hero__text-copy {
    font-size: 30px;
    line-height: 1.25;
  }
}
.p-hero__text-parag {
  font-size: 15px;
  font-weight: 600;
  line-height: 2.4;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.9));
}
@media (max-width: 1440px) {
  .p-hero__text-parag {
    font-size: 14px;
    line-height: 2.2;
  }
}
@media (max-width: 1024px) {
  .p-hero__text-parag {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .p-hero__text-parag {
    font-size: 12px;
    line-height: 2;
  }
}

.p-intro__heading {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 54px;
  color: #5b6871;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  .p-intro__heading {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .p-intro__heading {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .p-intro__heading {
    font-size: 34px;
    margin-bottom: 2px;
  }
}
.p-intro__heading-sub {
  font-size: 24px;
  letter-spacing: 0.075em;
  font-weight: 600;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .p-intro__heading-sub {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .p-intro__heading-sub {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .p-intro__heading-sub {
    font-size: 16px;
    margin-bottom: 35px;
  }
}
.p-intro__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}
@media (max-width: 1440px) {
  .p-intro__row {
    gap: 80px;
  }
}
@media (max-width: 1024px) {
  .p-intro__row {
    gap: 40px;
    flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  .p-intro__row {
    gap: 25px;
  }
}
.p-intro__img {
  width: 50%;
  height: 750px;
  position: relative;
}
@media (max-width: 1024px) {
  .p-intro__img {
    width: 100%;
    height: auto;
  }
}
.p-intro__text {
  width: calc(50% - 100px);
}
@media (max-width: 1440px) {
  .p-intro__text {
    width: calc(50% - 80px);
  }
}
@media (max-width: 1024px) {
  .p-intro__text {
    width: 100%;
  }
}
.p-intro__text-group {
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .p-intro__text-group {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .p-intro__text-group {
    margin-bottom: 25px;
  }
}

.p-service__heading-primary {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .p-service__heading-primary {
    gap: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .p-service__heading-primary {
    gap: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .p-service__heading-primary {
    margin-bottom: 20px;
    flex-direction: column;
    gap: 0;
    align-items: baseline;
  }
}
.p-service__heading-primary h2 {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 54px;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .p-service__heading-primary h2 {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .p-service__heading-primary h2 {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .p-service__heading-primary h2 {
    font-size: 30px;
  }
}
.p-service__heading-primary p {
  font-size: 24px;
  letter-spacing: 0.075em;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .p-service__heading-primary p {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .p-service__heading-primary p {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .p-service__heading-primary p {
    font-size: 14px;
  }
}
.p-service__heading-primary--colum {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 1440px) {
  .p-service__heading-primary--colum {
    gap: 7px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .p-service__heading-primary--colum {
    gap: 3px;
    margin-bottom: 20px;
  }
}
.p-service__heading-secondary {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .p-service__heading-secondary {
    gap: 3px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .p-service__heading-secondary {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .p-service__heading-secondary {
    gap: 2px;
    margin-bottom: 15px;
  }
}
.p-service__heading-secondary h3 {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 42px;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .p-service__heading-secondary h3 {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .p-service__heading-secondary h3 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .p-service__heading-secondary h3 {
    font-size: 28px;
  }
}
.p-service__heading-secondary p {
  font-size: 20px;
  letter-spacing: 0.075em;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .p-service__heading-secondary p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .p-service__heading-secondary p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .p-service__heading-secondary p {
    font-size: 14px;
  }
}
.p-service__heading-tertiary {
  font-size: 19px;
  letter-spacing: 0.075em;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .p-service__heading-tertiary {
    font-size: 17px;
    gap: 10px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .p-service__heading-tertiary {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .p-service__heading-tertiary {
    font-size: 15px;
    gap: 8px;
  }
}
.p-service__heading-tertiary::before {
  content: "";
  height: 1px;
  width: 25px;
  background-color: #4a4b47;
}
@media (max-width: 1440px) {
  .p-service__heading-tertiary::before {
    width: 20px;
  }
}
@media (max-width: 480px) {
  .p-service__heading-tertiary::before {
    width: 17px;
  }
}
.p-service__heading-quaternary {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.p-service__item {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .p-service__item {
    margin-bottom: 130px;
  }
}
@media (max-width: 1024px) {
  .p-service__item {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .p-service__item {
    margin-bottom: 60px;
  }
}
.p-service__row {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1440px) {
  .p-service__row {
    gap: 80px;
  }
}
@media (max-width: 1024px) {
  .p-service__row {
    gap: 30px;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .p-service__row {
    gap: 20px;
  }
}
.p-service__row--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .p-service__row--reverse {
    flex-direction: column;
  }
}
.p-service__row-img {
  width: 50%;
}
@media (max-width: 1024px) {
  .p-service__row-img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .p-service__row-img img {
    height: auto;
    object-fit: cover;
    width: 100%;
  }
}
.p-service__row-text {
  width: calc(50% - 100px);
}
@media (max-width: 1440px) {
  .p-service__row-text {
    width: calc(50% - 80px);
  }
}
@media (max-width: 1024px) {
  .p-service__row-text {
    width: 100%;
  }
}
.p-service__brand {
  margin: 40px 0;
}
@media (max-width: 1440px) {
  .p-service__brand {
    margin: 35px 0;
  }
}
@media (max-width: 1024px) {
  .p-service__brand {
    margin: 25px 0;
  }
}
@media (max-width: 480px) {
  .p-service__brand {
    margin: 20px 0;
  }
}
.p-service__brand-item {
  margin-bottom: 25px;
}
.p-service__brand-item small {
  font-size: 15px;
  margin-top: 7px;
  display: block;
}
.p-service__brand-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-service__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .p-service__list {
    gap: 40px;
  }
}
.p-service__list-item {
  width: calc((100% - 120px) / 4);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .p-service__list-item {
    width: calc((100% - 90px) / 4);
  }
}
@media (max-width: 1024px) {
  .p-service__list-item {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 480px) {
  .p-service__list-item {
    width: 100%;
  }
}
.p-service__list-heading {
  font-size: 22px;
  letter-spacing: 0.075em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .p-service__list-heading {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.p-service__list-heading small {
  font-size: 18px;
}
@media (max-width: 1440px) {
  .p-service__list-heading small {
    font-size: 16px;
  }
}
.p-service__list-img {
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .p-service__list-img {
    margin-bottom: 20px;
  }
}
.p-service__list-text {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-service__list-parag {
  margin-bottom: 10px;
}
.p-service__list-btn {
  margin-top: auto !important;
}
@media (max-width: 480px) {
  .p-service__list-btn {
    margin: 0 0 0 auto;
  }
}

.p-works {
  padding-top: 150px;
}
@media (max-width: 1440px) {
  .p-works {
    padding-top: 120px;
  }
}
@media (max-width: 1024px) {
  .p-works {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  .p-works {
    padding-top: 60px;
  }
}
.p-works__row {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1440px) {
  .p-works__row {
    gap: 80px;
  }
}
@media (max-width: 1024px) {
  .p-works__row {
    gap: 40px;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .p-works__row {
    gap: 25px;
  }
}
.p-works__img {
  width: 50%;
}
@media (max-width: 1024px) {
  .p-works__img {
    width: 100%;
  }
}
.p-works__img img {
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-works__img img {
    height: auto;
  }
}
.p-works__text {
  width: calc(50% - 100px);
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .p-works__text {
    width: calc(50% - 80px);
  }
}
@media (max-width: 1024px) {
  .p-works__text {
    width: 100%;
  }
}

.p-news__inner {
  position: relative;
  z-index: 1;
}
.p-news__row {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1440px) {
  .p-news__row {
    gap: 80px;
  }
}
@media (max-width: 1024px) {
  .p-news__row {
    flex-direction: column;
    align-items: baseline;
    gap: 0;
  }
}
.p-news__list {
  width: 100%;
}
@media (max-width: 1024px) {
  .p-news__list {
    margin-bottom: 40px;
  }
}
.p-news__item {
  border-bottom: 1px solid #dededd;
}
.p-news__item:first-child {
  border-top: 1px solid #dededd;
}
.p-news__link {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  padding: 30px;
  width: 100%;
}
@media (max-width: 1440px) {
  .p-news__link {
    flex-direction: column;
    align-items: baseline;
    gap: 5px;
    padding: 15px 50px 25px 15px;
  }
}
@media (max-width: 480px) {
  .p-news__link {
    padding: 12px 50px 20px 5px;
  }
}
.p-news__link::after {
  content: "";
  position: absolute;
  background-image: url(../img/_common/arrow_common.svg);
  background-size: cover;
  aspect-ratio: 300/83;
  height: 7px;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  transition: transform 0.3s ease;
}
@media (max-width: 1440px) {
  .p-news__link::after {
    right: 10px;
  }
}
@media (max-width: 1024px) {
  .p-news__link::after {
    height: 6px;
  }
}
@media (max-width: 480px) {
  .p-news__link::after {
    height: 5px;
  }
}
.p-news__link:hover {
  color: #5b6871;
}
.p-news__link:hover::after {
  transform: translateX(8px);
}
.p-news__time {
  font-size: 22px;
  font-weight: 600;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #5b6871;
}
@media (max-width: 1440px) {
  .p-news__time {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .p-news__time {
    font-size: 18px;
  }
}

.p-blog {
  position: relative;
  padding-bottom: 180px;
}
@media (max-width: 1440px) {
  .p-blog {
    padding-bottom: 150px;
  }
}
@media (max-width: 1024px) {
  .p-blog {
    padding-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .p-blog {
    padding-bottom: 80px;
  }
}
.p-blog__inner {
  position: relative;
  z-index: 1;
}
.p-blog::after {
  content: "";
  position: absolute;
  width: 25%;
  height: 1200px;
  bottom: -200px;
  right: 0;
  background-color: #f3efe6;
  z-index: 0;
}
@media (max-width: 1440px) {
  .p-blog::after {
    bottom: -120px;
  }
}
@media (max-width: 1024px) {
  .p-blog::after {
    bottom: -100px;
  }
}
@media (max-width: 480px) {
  .p-blog::after {
    bottom: -80px;
  }
}
.p-blog__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .p-blog__list {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .p-blog__list {
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .p-blog__list {
    gap: 25px 15px;
    margin-bottom: 30px;
  }
}
.p-blog__item {
  width: calc((100% - 120px) / 4);
}
@media (max-width: 1440px) {
  .p-blog__item {
    width: calc((100% - 90px) / 4);
  }
}
@media (max-width: 1024px) {
  .p-blog__item {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 480px) {
  .p-blog__item {
    width: calc((100% - 15px) / 2);
  }
}
.p-blog__img {
  margin-bottom: 10px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .p-blog__img {
    margin-bottom: 5px;
  }
}
.p-blog__img img {
  width: 100%;
  transition: transform 0.4s ease;
  object-fit: cover;
  height: 240px;
}
@media (max-width: 1440px) {
  .p-blog__img img {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .p-blog__img img {
    height: 120px;
  }
}
.p-blog__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.p-blog__link:hover .p-blog__img img {
  transform: scale(1.08);
}
.p-blog__link:hover .p-blog__heading {
  color: #5b6871;
}
.p-blog__time {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 22px;
  color: #5b6871;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.075em;
}
@media (max-width: 1440px) {
  .p-blog__time {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .p-blog__time {
    font-size: 18px;
  }
}
.p-blog__heading {
  font-weight: 600;
}/*# sourceMappingURL=index.css.map */