@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #333333;
  margin: 0;
}

a {
  color: #E6A4B4;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 80px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .section {
    padding: 40px 0;
  }
}
.section-title {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  margin: 0;
  font-weight: 700;
  background: linear-gradient(135deg, #ae9b3c 0%, #C5B358 45%, #ece7ca 50%, #C5B358 55%, #ae9b3c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 600px) {
  .section-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .section-title {
    font-size: 2.2rem;
  }
}
.section-subtitle {
  color: #333333;
  margin-bottom: 40px;
}

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

.btn {
  display: inline-block;
  padding: 12px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid #C5B358;
  background-color: #C5B358;
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  .btn {
    font-size: 0.9rem;
    padding: 10px 24px;
  }
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(197, 179, 88, 0.3);
  color: #ffffff;
  opacity: 1;
}
.btn-light {
  background-color: #ffffff;
  color: #C5B358;
  border-color: #ffffff;
}
.btn-light:hover {
  background-color: #ffffff;
  color: #C5B358;
  box-shadow: 0 5px 15px rgba(51, 51, 51, 0.1);
}

.background-blobs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.blob {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, #FADADD, transparent 70%);
  opacity: 0.8;
  filter: blur(10px);
  will-change: transform;
}
.blob.blob-1 {
  width: 400px;
  height: 400px;
  top: 10vh;
  left: -100px;
}
.blob.blob-2 {
  width: 500px;
  height: 500px;
  top: 50vh;
  right: -150px;
}
.blob.blob-3 {
  width: 350px;
  height: 350px;
  bottom: -50px;
  left: 20%;
}
.blob.blob-4 {
  width: 450px;
  height: 450px;
  top: 70vh;
  left: -200px;
}
.blob.blob-5 {
  width: 300px;
  height: 300px;
  top: 20vh;
  right: -100px;
}
.blob.blob-6 {
  width: 250px;
  height: 300px;
  top: -50px;
  left: 10%;
}
.blob.blob-7 {
  width: 380px;
  height: 380px;
  top: 0;
  right: 5%;
}

.ofw-card {
  background-color: #fdfaf7;
  padding: 40px;
  border-radius: 15px;
  border: 1px solid #FADADD;
  box-shadow: 0 4px 8px rgba(250, 218, 221, 0.2);
}

/*--------------------------
font-size
--------------------------*/
body {
  font-size: 20px;
}

h1 {
  font-size: 1.9rem;
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 1.8rem;
  font-family: "Inria Serif";
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  h3 {
    font-size: 1.2rem;
  }
}
h4 {
  font-size: 1.2rem;
}
@media screen and (max-width: 600px) {
  h4 {
    font-size: 1rem;
  }
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.8rem;
}

p {
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  p {
    font-size: 0.8rem;
  }
}

li {
  font-size: 1rem;
}

dd {
  font-size: 1rem;
}

.font1 {
  font-size: 1px;
}

.font2 {
  font-size: 2px;
}

.font3 {
  font-size: 3px;
}

.font4 {
  font-size: 4px;
}

.font5 {
  font-size: 5px;
}

.font6 {
  font-size: 6px;
}

.font7 {
  font-size: 7px;
}

.font8 {
  font-size: 8px;
}

.font9 {
  font-size: 9px;
}

.font10 {
  font-size: 10px;
}

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font17 {
  font-size: 17px;
}

.font18 {
  font-size: 18px;
}

.font19 {
  font-size: 19px;
}

.font20 {
  font-size: 20px;
}

.font21 {
  font-size: 21px;
}

.font22 {
  font-size: 22px;
}

.font23 {
  font-size: 23px;
}

.font24 {
  font-size: 24px;
}

.font25 {
  font-size: 25px;
}

.font26 {
  font-size: 26px;
}

.font27 {
  font-size: 27px;
}

.font28 {
  font-size: 28px;
}

.font29 {
  font-size: 29px;
}

.font30 {
  font-size: 30px;
}

.font31 {
  font-size: 31px;
}

.font32 {
  font-size: 32px;
}

.font33 {
  font-size: 33px;
}

.font34 {
  font-size: 34px;
}

.font35 {
  font-size: 35px;
}

.font36 {
  font-size: 36px;
}

.font37 {
  font-size: 37px;
}

.font38 {
  font-size: 38px;
}

.font39 {
  font-size: 39px;
}

.font40 {
  font-size: 40px;
}

.font41 {
  font-size: 41px;
}

.font42 {
  font-size: 42px;
}

.font43 {
  font-size: 43px;
}

.font44 {
  font-size: 44px;
}

.font45 {
  font-size: 45px;
}

.font46 {
  font-size: 46px;
}

.font47 {
  font-size: 47px;
}

.font48 {
  font-size: 48px;
}

.font49 {
  font-size: 49px;
}

.font50 {
  font-size: 50px;
}

/*ヘディングここまで*/
/*テキストここから*/
.ftB {
  /*文字を太文字にするときに使います*/
  font-weight: bold;
}

.txtL {
  text-align: left;
}

.txtC {
  /*文字を中央ぞろえにするときに使います*/
  text-align: center;
}

.txtR {
  text-align: right;
}

/*テキストここまで*/
/*ボーダーここから*/
.r5 {
  /*角丸5pxを付けるときに使います*/
  border-radius: 5px;
}

.r20 {
  /*角丸20pxを付けるときに使います*/
  border-radius: 20px;
}

/*ボーダーここまで*/
/*画像ここから*/
img {
  /*画像の装飾をします*/
  width: 100%; /*親ブロックと同じ幅になります*/
  height: auto; /*幅を基準としたアスペクト比で決まる高さです*/
  -o-object-fit: cover;
     object-fit: cover; /*アスペクト比を維持したまま表示します*/
}

/*画像ここまで*/
/*ディスプレイここから*/
.block {
  /* ブロック要素を表示したいときに使います */
  display: block;
}

.none {
  /*ブロック要素を非表示にしたいときに使います*/
  display: none;
}

.pcFlex {
  /*PC表示時要素を横並びにするときに使います*/
  display: flex;
}

.grid {
  /*グリッドレイアウトにするときに使います*/
  display: grid;
}

.flexC {
  /*要素を上下左右中央に配置するときに使います*/
  display: flex;
  align-items: center;
  justify-content: center;
}

/*ディスプレイここまで*/
/*ポジションここから*/
.rtv {
  /*親要素を基準にするときに使います*/
  position: relative;
}

.abs {
  /*子要素の位置を定めるときに使います*/
  position: absolute;
}

/* padding*/
.pdT1 {
  padding-top: 10px;
}

.pdR1 {
  padding-right: 10px;
}

.pdB1 {
  padding-bottom: 10px;
}

.pdL1 {
  padding-left: 10px;
}

.pdT2 {
  padding-top: 20px;
}

.pdR2 {
  padding-right: 20px;
}

.pdB2 {
  padding-bottom: 20px;
}

.pdL2 {
  padding-left: 20px;
}

.pdT3 {
  padding-top: 30px;
}

.pdR3 {
  padding-right: 30px;
}

.pdB3 {
  padding-bottom: 30px;
}

.pdL3 {
  padding-left: 30px;
}

.pdT4 {
  padding-top: 40px;
}

.pdR4 {
  padding-right: 40px;
}

.pdB4 {
  padding-bottom: 40px;
}

.pdL4 {
  padding-left: 40px;
}

.pdT5 {
  padding-top: 50px;
}

.pdR5 {
  padding-right: 50px;
}

.pdB5 {
  padding-bottom: 50px;
}

.pdL5 {
  padding-left: 50px;
}

.pdT6 {
  padding-top: 60px;
}

.pdR6 {
  padding-right: 60px;
}

.pdB6 {
  padding-bottom: 60px;
}

.pdL6 {
  padding-left: 60px;
}

.pdT7 {
  padding-top: 70px;
}

.pdR7 {
  padding-right: 70px;
}

.pdB7 {
  padding-bottom: 70px;
}

.pdL7 {
  padding-left: 70px;
}

.pdT8 {
  padding-top: 80px;
}

.pdR8 {
  padding-right: 80px;
}

.pdB8 {
  padding-bottom: 80px;
}

.pdL8 {
  padding-left: 80px;
}

.pdT9 {
  padding-top: 90px;
}

.pdR9 {
  padding-right: 90px;
}

.pdB9 {
  padding-bottom: 90px;
}

.pdL9 {
  padding-left: 90px;
}

.pdT10 {
  padding-top: 100px;
}

.pdR10 {
  padding-right: 100px;
}

.pdB10 {
  padding-bottom: 100px;
}

.pdL10 {
  padding-left: 100px;
}

.pdT11 {
  padding-top: 110px;
}

.pdR11 {
  padding-right: 110px;
}

.pdB11 {
  padding-bottom: 110px;
}

.pdL11 {
  padding-left: 110px;
}

.pdT12 {
  padding-top: 120px;
}

.pdR12 {
  padding-right: 120px;
}

.pdB12 {
  padding-bottom: 120px;
}

.pdL12 {
  padding-left: 120px;
}

.pdT13 {
  padding-top: 130px;
}

.pdR13 {
  padding-right: 130px;
}

.pdB13 {
  padding-bottom: 130px;
}

.pdL13 {
  padding-left: 130px;
}

.pdT14 {
  padding-top: 140px;
}

.pdR14 {
  padding-right: 140px;
}

.pdB14 {
  padding-bottom: 140px;
}

.pdL14 {
  padding-left: 140px;
}

.pdT15 {
  padding-top: 150px;
}

.pdR15 {
  padding-right: 150px;
}

.pdB15 {
  padding-bottom: 150px;
}

.pdL15 {
  padding-left: 150px;
}

.pdT16 {
  padding-top: 160px;
}

.pdR16 {
  padding-right: 160px;
}

.pdB16 {
  padding-bottom: 160px;
}

.pdL16 {
  padding-left: 160px;
}

.pdT17 {
  padding-top: 170px;
}

.pdR17 {
  padding-right: 170px;
}

.pdB17 {
  padding-bottom: 170px;
}

.pdL17 {
  padding-left: 170px;
}

.pdT18 {
  padding-top: 180px;
}

.pdR18 {
  padding-right: 180px;
}

.pdB18 {
  padding-bottom: 180px;
}

.pdL18 {
  padding-left: 180px;
}

.pdT19 {
  padding-top: 190px;
}

.pdR19 {
  padding-right: 190px;
}

.pdB19 {
  padding-bottom: 190px;
}

.pdL19 {
  padding-left: 190px;
}

.pdT20 {
  padding-top: 200px;
}

.pdR20 {
  padding-right: 200px;
}

.pdB20 {
  padding-bottom: 200px;
}

.pdL20 {
  padding-left: 200px;
}

.mgT10 {
  margin-top: 10px;
}

.mgR10 {
  margin-right: 10px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgL10 {
  margin-left: 10px;
}

.mgT20 {
  margin-top: 20px;
}

.mgR20 {
  margin-right: 20px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgL20 {
  margin-left: 20px;
}

.mgT30 {
  margin-top: 30px;
}

.mgR30 {
  margin-right: 30px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgL30 {
  margin-left: 30px;
}

.mgT40 {
  margin-top: 40px;
}

.mgR40 {
  margin-right: 40px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgL40 {
  margin-left: 40px;
}

.mgT50 {
  margin-top: 50px;
}

.mgR50 {
  margin-right: 50px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgL50 {
  margin-left: 50px;
}

.mgT60 {
  margin-top: 60px;
}

.mgR60 {
  margin-right: 60px;
}

.mgB60 {
  margin-bottom: 60px;
}

.mgL60 {
  margin-left: 60px;
}

.mgT70 {
  margin-top: 70px;
}

.mgR70 {
  margin-right: 70px;
}

.mgB70 {
  margin-bottom: 70px;
}

.mgL70 {
  margin-left: 70px;
}

.mgT80 {
  margin-top: 80px;
}

.mgR80 {
  margin-right: 80px;
}

.mgB80 {
  margin-bottom: 80px;
}

.mgL80 {
  margin-left: 80px;
}

.mgT90 {
  margin-top: 90px;
}

.mgR90 {
  margin-right: 90px;
}

.mgB90 {
  margin-bottom: 90px;
}

.mgL90 {
  margin-left: 90px;
}

.mgT100 {
  margin-top: 100px;
}

.mgR100 {
  margin-right: 100px;
}

.mgB100 {
  margin-bottom: 100px;
}

.mgL100 {
  margin-left: 100px;
}

.fade-in-target {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 100;
  border-bottom: 1px solid #FADADD;
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.header .logo {
  font-family: "Kaisei Decol", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #E25E77;
}
@media screen and (max-width: 600px) {
  .header .logo {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .header .logo {
    font-size: 1.6rem;
  }
}
.header .main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .main-nav ul li {
  margin-left: 30px;
}
.header .main-nav ul li a {
  color: #333333;
  font-weight: 400;
  position: relative;
  padding: 5px 0;
}
.header .main-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #C5B358;
  transition: width 0.3s ease;
}
.header .main-nav ul li a:hover::after {
  width: 100%;
}

.hamburger-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 101;
}
.hamburger-menu span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #E6A4B4;
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
}

.mobile-menu-title-item {
  display: none;
}

@media screen and (max-width: 980px) {
  .main-nav ul.main-nav-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-content: start;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 100;
    padding: 80px 20px 20px;
    margin: 0;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50px);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  }
  .main-nav ul.main-nav-list .mobile-menu-title-item {
    display: block;
    grid-column: 1/-1;
    font-family: "Playfair Display", serif;
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ae9b3c 0%, #C5B358 45%, #ece7ca 50%, #C5B358 55%, #ae9b3c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    margin-bottom: 20px;
  }
  .main-nav ul.main-nav-list li {
    margin: 0;
    text-align: center;
  }
  .main-nav ul.main-nav-list a {
    font-size: 1.2rem;
    padding: 10px;
    display: block;
  }
  .main-nav ul.main-nav-list .mobile-nav-footer {
    grid-column: 1/-1;
    margin-top: 20px;
    padding-top: 20px;
  }
  .main-nav ul.main-nav-list .mobile-nav-footer .sns {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
  }
  .main-nav ul.main-nav-list .mobile-nav-footer .sns a {
    color: #333;
    border: #C5B358 1px solid;
    display: flex;
    justify-content: space-between;
    width: 200px;
  }
  .main-nav ul.main-nav-list .mobile-nav-footer .sns a p {
    font-size: 0.8rem;
    padding: 0;
    margin: 0;
    align-items: center;
  }
  .main-nav ul.main-nav-list .mobile-nav-footer .sns a img {
    display: inline-block;
    width: 25px;
  }
}
@media screen and (max-width: 980px) and (max-width: 600px) {
  .main-nav ul.main-nav-list {
    padding: 60px 15px 15px;
    gap: 10px;
  }
  .main-nav ul.main-nav-list .mobile-menu-title-item {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .main-nav ul.main-nav-list a {
    font-size: 1rem;
    padding: 8px;
  }
  .main-nav ul.main-nav-list .mobile-nav-footer {
    margin-top: 15px;
    padding-top: 15px;
  }
  .main-nav ul.main-nav-list .mobile-nav-footer .footer-contact-info {
    margin-top: 20px;
    gap: 10px;
    font-size: 0.9rem;
  }
  .main-nav ul.main-nav-list .mobile-nav-footer .footer-bottom {
    margin-top: 20px;
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 980px) {
  .main-nav ul.main-nav-list.is-active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 980px) {
  .hamburger-menu {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .hamburger-menu.is-active {
    position: fixed;
    top: 25px;
    right: 20px;
  }
  .hamburger-menu.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger-menu.is-active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger-menu.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
.mobile-nav-footer {
  display: none;
}

@media screen and (max-width: 980px) {
  .main-nav ul.main-nav-list.is-active .mobile-nav-footer {
    display: block;
    margin-top: 40px;
    padding: 20px;
    border-top: 1px solid #FADADD;
    color: #333333;
  }
  .main-nav ul.main-nav-list.is-active .mobile-nav-footer .footer-contact-info {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
    text-align: center;
    font-size: 1rem;
  }
  .main-nav ul.main-nav-list.is-active .mobile-nav-footer .footer-contact-info .contact-column {
    text-align: center;
  }
  .main-nav ul.main-nav-list.is-active .mobile-nav-footer .sns {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
  }
  .main-nav ul.main-nav-list.is-active .mobile-nav-footer .sns a {
    color: #333;
    border: #C5B358 1px solid;
    display: flex;
    justify-content: center;
    width: 180px;
  }
  .main-nav ul.main-nav-list.is-active .mobile-nav-footer .sns a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    transition: none;
  }
  .main-nav ul.main-nav-list.is-active .mobile-nav-footer .sns a p {
    font-size: 0.8rem;
    padding: 0;
    margin: 0;
    align-items: center;
  }
  .main-nav ul.main-nav-list.is-active .mobile-nav-footer .sns a img {
    display: inline-block;
    width: 25px;
    margin-right: 20px;
  }
  .main-nav ul.main-nav-list.is-active .mobile-nav-footer .footer-bottom {
    margin-top: 30px;
    font-size: 0.8rem;
  }
}
body.body--nav-open .footer {
  display: none;
}

.footer {
  background-color: #E6A4B4;
  color: #ffffff;
  padding: 80px 0 0;
  text-align: center;
  font-weight: bold;
}
.footer .section-title, .footer .section-subtitle {
  color: #ffffff;
}
.footer .section-title {
  background: none;
  color: #ffffff;
}
.footer .footer-sitemap {
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer .footer-sitemap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.footer .footer-sitemap li a {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.footer .footer-sitemap li a:hover {
  background-color: #f1ccd5;
  opacity: 1;
}
.footer .footer-contact-info {
  display: flex;
  justify-content: center;
  gap: 120px;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.footer .footer-contact-info .contact-column {
  min-width: 150px;
  text-align: left;
  font-weight: normal;
}
.footer .footer-contact-info .contact-column p {
  margin-bottom: 10px;
}
.footer .footer-contact-info .contact-column p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .footer .footer-contact-info {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .footer .footer-contact-info .contact-column {
    text-align: center;
  }
}
.footer .sns {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}
.footer .sns a {
  color: #333;
  border: #C5B358 1px solid;
  display: flex;
  justify-content: space-between;
  width: 200px;
}
.footer .sns a p {
  font-size: 0.8rem;
  padding: 0;
  margin: 0;
  align-items: center;
}
.footer .sns a img {
  display: inline-block;
  width: 25px;
}
.footer .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #f1ccd5;
  font-size: 0.9rem;
  font-weight: normal;
}
@media screen and (max-width: 980px) {
  .footer {
    display: none;
  }
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90vh;
  text-align: center;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
.hero-title {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  color: #E6A4B4;
  margin: 0 0 20px;
  line-height: 1.4;
}
.hero-subtitle {
  font-size: 1.1rem;
  color: #333333;
}
.hero-title.fade-in {
  transition-delay: 0.3s;
}
.hero-subtitle.fade-in {
  transition-delay: 0.6s;
}
@media screen and (max-width: 980px) {
  .hero .hero-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .hero {
    height: 80vh;
  }
  .hero .hero-title {
    font-size: 2.5rem;
  }
  .hero .hero-subtitle {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .hero .hero-title {
    font-size: 2rem;
  }
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #C5B358;
  font-size: 0.9rem;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}
.scroll-indicator p {
  margin-bottom: 5px;
}
.scroll-indicator i {
  display: inline-block;
  font-size: 1.2rem;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 980px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  background-color: #fdfaf7;
  padding: 40px;
  border-radius: 15px;
  border: 1px solid #FADADD;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 600px) {
  .service-card {
    padding: 30px;
  }
}
.service-card h3 {
  font-family: "Playfair Display", serif;
  color: #C5B358;
  font-size: 1.4rem;
  margin-top: 0;
  text-align: center;
  position: relative;
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(250, 218, 221, 0.5);
}
.service-card:hover h3::after {
  transform: translateY(-50%) translateX(5px);
}
.service-card p {
  color: #333;
}

.blog-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: left;
  margin-bottom: 40px;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .blog-posts {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
@media screen and (max-width: 600px) {
  .blog-posts {
    grid-template-columns: 1fr;
  }
}

.blog-post {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #FADADD;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 2rem;
}
.blog-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(250, 218, 221, 0.3);
}
.blog-post a {
  display: block;
  color: #333333;
  text-decoration: none;
}
.blog-post-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-bottom: 1px solid #FADADD;
}
.blog-post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-post:hover .blog-post-image img {
  transform: scale(1.05);
}
.blog-post-content {
  padding: 20px;
}
.blog-post-meta {
  font-size: 0.85rem;
  color: #C5B358;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-post-date {
  font-weight: bold;
}
.blog-post-author {
  color: #333333;
  font-style: italic;
}
.blog-post-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.4;
}
.blog-post-excerpt {
  font-size: 0.95rem;
  color: gray;
  line-height: 1.6;
}

.about-content {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}
.about-content h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #E6A4B4;
  font-size: 1.3rem;
  margin-top: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FADADD;
  padding-bottom: 5px;
}
.about-content .company-details-list {
  list-style: none;
  padding: 20px;
  background-color: #fdfaf7;
  border-radius: 15px;
  margin-top: 20px;
  box-shadow: 0 4px 8px rgba(250, 218, 221, 0.2);
}
@media screen and (max-width: 480px) {
  .about-content .company-details-list {
    padding: 15px;
    font-size: 1rem;
  }
}
.about-content .company-details-list li {
  padding: 10px 0 10px 1.5em;
  position: relative;
  border-bottom: 1px dashed #fcf4f6;
  color: #333333;
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  .about-content .company-details-list li {
    font-size: 0.8rem;
  }
}
.about-content .company-details-list li:last-child {
  border-bottom: none;
}
.about-content .company-details-list li strong {
  color: #E6A4B4;
  margin-right: 10px;
  font-size: 1.1rem;
}
@media screen and (max-width: 600px) {
  .about-content .company-details-list li strong {
    font-size: 0.9rem;
  }
}
.about-content ul {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.about-content ul li {
  margin-bottom: 5px;
  padding-left: 1.5em;
}
.about-content ul li::before {
  content: "✏";
  color: #C5B358;
  display: inline-block;
  width: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(130deg);
}

.ceo-message {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 30px;
}
.ceo-message .ceo-photo {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 3px solid #C5B358;
  flex-shrink: 0;
}
.ceo-message .ceo-text-content {
  flex-grow: 1;
}
.ceo-message p {
  margin-bottom: 10px;
  line-height: 1.8;
}
.ceo-message .ceo-signature {
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .ceo-message {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .ceo-message .ceo-photo {
    margin-bottom: 20px;
  }
  .ceo-message .ceo-signature {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .ceo-message .ceo-photo {
    width: 200px;
    height: 200px;
  }
}
.service-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 50px;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .service-detail {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.service-detail img {
  margin-top: 6%;
}
@media screen and (max-width: 980px) {
  .service-detail img {
    margin-top: 0;
  }
}
.service-detail .reverse {
  order: -1;
}
@media screen and (max-width: 980px) {
  .service-detail .reverse {
    order: initial;
  }
}
.service-detail .service-detail-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #FADADD;
  box-shadow: 0 5px 15px rgba(250, 218, 221, 0.2);
}
.service-detail .service-detail-card h3 {
  font-family: "Playfair Display", serif;
  color: #E6A4B4;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 15px;
}
.service-detail .service-detail-card ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}
.service-detail .service-detail-card ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  .service-detail .service-detail-card ul li {
    font-size: 0.8rem;
  }
}
.service-detail .service-detail-card ul li::before {
  content: "✏";
  color: #C5B358;
  display: inline-block;
  width: 1em;
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%) rotate(130deg);
}

.blog-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 50px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .blog-list-grid {
    grid-template-columns: 2fr;
  }
}
@media screen and (max-width: 480px) {
  .blog-list-grid {
    grid-template-columns: 1fr;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.pagination .btn {
  padding: 8px 15px;
  font-size: 0.9rem;
}

.category-filter {
  margin-bottom: 40px;
}
.category-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.category-filter li a {
  display: block;
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #333;
  transition: all 0.3s ease;
}
.category-filter li a:hover, .category-filter li a.active {
  background-color: #E6A4B4;
  color: #fff;
  border-color: #E6A4B4;
}

.contact-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #E6A4B4;
  box-shadow: 0 5px 15px rgba(230, 164, 180, 0.2);
  text-align: left;
}
@media screen and (max-width: 480px) {
  .contact-form-wrapper {
    padding: 20px;
  }
}
.contact-form-wrapper .form-group {
  margin-bottom: 20px;
}
.contact-form-wrapper .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333333;
}
.contact-form-wrapper .form-group label .required {
  color: #E6A4B4;
  margin-left: 5px;
}
.contact-form-wrapper .form-group input[type=text],
.contact-form-wrapper .form-group input[type=email],
.contact-form-wrapper .form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #E6A4B4;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
.contact-form-wrapper .form-group input[type=text]:focus,
.contact-form-wrapper .form-group input[type=email]:focus,
.contact-form-wrapper .form-group textarea:focus {
  outline: none;
  border-color: #E6A4B4;
  box-shadow: 0 0 0 2px rgba(230, 164, 180, 0.2);
}
.contact-form-wrapper .form-group textarea {
  resize: vertical;
}
.contact-form-wrapper .checkbox-group {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact-form-wrapper .checkbox-group input[type=checkbox] {
  width: auto;
  margin-right: 10px;
  transform: scale(1.2);
}
.contact-form-wrapper .checkbox-group label {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .contact-form-wrapper .checkbox-group label {
    font-size: 0.9rem;
  }
}
.contact-form-wrapper .checkbox-group .privacy-link {
  font-size: 0.8rem;
  margin-top: 5px;
  text-align: left;
}
.contact-form-wrapper .checkbox-group .privacy-link a {
  color: #E6A4B4;
  text-decoration: underline;
}
.contact-form-wrapper .checkbox-group .privacy-link a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */