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

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, main, aside, figure, figcaption {
  display: block;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

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

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

button {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  font: inherit;
  cursor: pointer;
}

input,
select,
textarea {
  color: inherit;
  font: inherit;
  vertical-align: top;
}

span {
  font-weight: inherit;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  background: #FAF9F4;
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}
body::after {
  z-index: -100;
  position: fixed;
  inset: 0;
  background: url("../images/bg_pattern4.webp") repeat;
  content: "";
  opacity: 0.15;
  pointer-events: none;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #072699;
  outline-offset: 3px;
}

address {
  font-style: normal;
}

.l-section {
  padding-block: clamp(80px, 12vw, 120px) clamp(120px, 16vw, 160px);
}

.l-section--low {
  padding-block: clamp(40px, 6vw, 60px);
}

.l-sectionInner {
  max-width: 600px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .l-sectionInner {
    max-width: 1440px;
    padding-inline: clamp(5rem, -7.1169036335rem + 15.7977883096vw, 15rem);
  }
}

.about .section__title-jp {
  z-index: 10;
  position: relative;
}

.about__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -200px;
  gap: clamp(15px, 5vw, 40px);
}
@media screen and (min-width: 768px) {
  .about__contents {
    flex-direction: row;
    align-items: center;
    margin-right: 100px;
    gap: 10px;
  }
}
@media screen and (min-width: 1300px) {
  .about__contents {
    gap: 50px;
  }
}

.about__img {
  width: 100%;
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .about__img {
    max-width: 280px;
  }
}

.about__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  gap: clamp(5rem, 3.9024390244rem + 2.9268292683vw, 8rem);
}

.about__catch {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 2;
  font-family: "Sawarabi Mincho", serif;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .about__catch {
    font-size: clamp(2rem, 3.3vw, 3.5rem);
  }
}

.about__description {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .about__description {
    font-size: 1.8rem;
  }
}

.access__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.access__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .access__content {
    flex-direction: row;
    align-items: center;
    gap: 95px;
  }
}

.access__title {
  padding: 10px 20px;
  background-color: #588157;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .access__title {
    font-size: 3rem;
  }
}
.access__title i {
  padding-right: 15px;
}

.access__info {
  line-height: 1.8;
}

.access__map {
  width: 100%;
}
.access__map iframe {
  width: 100%;
  height: clamp(300px, 40vw, 400px);
}

.company-profile__card {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: clamp(20px, 5vw, 40px);
  gap: 30px;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .company-profile__card {
    padding: 50px;
  }
}
.company-profile__card::before, .company-profile__card::after {
  z-index: -1;
  position: absolute;
  width: 60%;
  height: 20%;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23588157' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  content: "";
}
@media screen and (min-width: 768px) {
  .company-profile__card::before, .company-profile__card::after {
    width: 40%;
    height: 30%;
  }
}
.company-profile__card::before {
  top: -70px;
  left: -50px;
  content: "";
}
@media screen and (min-width: 768px) {
  .company-profile__card::before {
    top: -70px;
    left: -50px;
  }
}
.company-profile__card::after {
  right: -50px;
  bottom: -70px;
  content: "";
}
@media screen and (min-width: 768px) {
  .company-profile__card::after {
    right: -50px;
    bottom: -70px;
  }
}

.company-profile__title {
  width: 100%;
  color: #588157;
  font-size: 2.8rem;
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .company-profile__title {
    font-size: 4rem;
  }
}

.company-profile__contents {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.company-profile__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 10px;
  border-bottom: 0.5px dashed #555;
}
@media screen and (min-width: 768px) {
  .company-profile__item {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
}

.company-profile__label {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  height: 100%;
  font-weight: bold;
  font-size: clamp(1.8rem, 2.6vw, 2rem);
}
@media screen and (min-width: 768px) {
  .company-profile__label {
    width: 100px;
  }
}

.company-profile__value {
  flex: 1;
  height: 100%;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .company-profile__value {
    width: 360px;
  }
}
.company-profile__value li {
  list-style: disc;
}
.company-profile__value li::marker {
  color: #588157;
}
@media screen and (min-width: 600px) {
  .company-profile__value li {
    margin-left: 15px;
  }
}

.contact__titleWrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-inline: auto;
}
.contact__titleWrap h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__titleWrap h2 {
    font-size: 4rem;
  }
}
.contact__titleWrap i {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  color: #588157;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
}
@media screen and (min-width: 768px) {
  .contact__titleWrap i {
    left: -60px;
  }
}
.contact__titleWrap::after {
  z-index: -1;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 30%;
  height: 2px;
  transform: translateX(-50%);
  background-color: #588157;
  content: "";
}

.contact__explain {
  margin-top: clamp(3rem, 2.2682926829rem + 1.9512195122vw, 5rem);
  text-align: center;
  word-break: keep-all;
}

.contact__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: clamp(4rem, 3.6341463415rem + 0.9756097561vw, 5rem);
  margin-inline: auto;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .contact__contents {
    flex-direction: row;
    align-items: center;
    gap: 44px;
  }
}

.contact__info-card {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
  gap: 10px;
  background-color: #D4AF37;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .contact__info-card:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .contact__info-card {
    max-width: 466px;
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .contact__info-card {
    pointer-events: none;
  }
  .contact__info-card:hover {
    opacity: 1;
  }
}
.contact__info-card::before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  border: 1px solid #555;
  content: "";
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .contact__info-card::before {
    top: 5px;
    left: 5px;
    border-width: 2px;
  }
}

.contact__phone-info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 18px;
}
.contact__phone-info i {
  color: #333;
  font-size: 28px;
}
.contact__phone-info address {
  width: -moz-fit-content;
  width: fit-content;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(2.4rem, 2.1073170732rem + 0.7804878049vw, 3.2rem);
  letter-spacing: 0.2em;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}

.contact__business-hours {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}

.contact__img {
  flex-shrink: 0;
  width: 235px;
  height: 235px;
}

.footer {
  padding: 50px 0 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.2' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-color: #588157;
  background-color: #588157;
  color: #fff;
  text-align: center;
}
.footer__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .footer__main {
    flex-direction: row;
    align-items: center;
    gap: clamp(3rem, 2.2682926829rem + 1.9512195122vw, 5rem);
  }
}
.footer__info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(300px, 45vw, 420px);
  height: 135px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__info-card {
    width: clamp(300px, 35vw, 397px);
  }
}
.footer__info-card img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__contact-info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(300px, 45vw, 420px);
  height: 135px;
  padding: 15px 20px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: rgba(88, 129, 87, 0.5019607843);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .footer__contact-info {
    width: auto;
  }
}
.footer__text {
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  text-align: left;
}
.footer__text i {
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  .footer__text i {
    padding-right: 10px;
  }
}
.footer__copyright {
  font-size: 80%;
  text-align: center;
}

.firstView {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.firstView__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-left: 20%;
  background-image: url("../images/fv_bg_sp.webp");
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
}
.firstView__inner::after {
  z-index: 0;
  top: 0;
  left: 20%;
  width: 100%;
  height: 90vh;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  content: "";
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .firstView__inner {
    background-image: url("../images/fv_bg_pc.webp");
  }
}
.firstView__message {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 50vh;
  left: 20px;
  flex-direction: column;
  width: 663px;
  gap: 23px;
}
@media screen and (min-width: 768px) {
  .firstView__message {
    top: 45vh;
  }
}
@media screen and (min-width: 768px) {
  .firstView__message {
    left: clamp(5rem, -7.1169036335rem + 15.7977883096vw, 15rem);
  }
}
@media screen and (min-width: 1300px) {
  .firstView__message {
    left: calc(50% - 230px);
    transform: translateX(-50%);
  }
}
.firstView__main-text {
  font-size: clamp(3rem, 8vw, 6rem);
  font-family: "Sawarabi Mincho", serif;
  text-shadow: 4px 4px 4px rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 768px) {
  .firstView__main-text {
    font-size: 6.4rem;
  }
}
.firstView__sub-text {
  font-size: clamp(2rem, 4vw, 3rem);
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 768px) {
  .firstView__sub-text {
    font-size: 3rem;
  }
}

.p-header {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-headerInner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 1440px;
  padding-top: clamp(2rem, 1.6341463415rem + 0.9756097561vw, 3rem);
  gap: 10px;
}
@media screen and (min-width: 600px) {
  .p-headerInner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
  }
}

.p-headerNav__logo {
  display: block;
  width: 70%;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 600px) {
  .p-headerNav__logo {
    width: clamp(33rem, 16.4482758621 * 1rem + 21.5517241379 * 1vw, 38rem);
  }
}
.p-headerNav__list {
  display: flex;
  justify-content: center;
  margin-left: clamp(1rem, -0.5 * 1rem + 3.3333333333 * 1vw, 2rem);
  gap: clamp(0.3rem, -3 * 1rem + 7.3333333333 * 1vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .p-headerNav__list {
    gap: clamp(4rem, 0.4444444444 * 1rem + 4.6296296296 * 1vw, 6rem);
  }
}
.p-headerNav__item {
  display: block;
  position: relative;
  padding: 10px 10px;
  background: linear-gradient(to bottom, #fff 50%, #333 50%);
  -webkit-background-clip: text;
  background-position: 0 100%;
  background-size: 100% 200%;
          background-clip: text;
  color: transparent;
  transition: background-position 0.5s;
}
@media screen and (min-width: 768px) {
  .p-headerNav__item {
    padding: 15px 10px;
  }
}
@media (any-hover: hover) {
  .p-headerNav__item:hover {
    background-position: 0 0;
  }
  .p-headerNav__item:hover::before {
    height: 100%;
  }
}
.p-headerNav__item::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #588157;
  content: "";
  transition: 0.5s;
}
.p-headerNav__link {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-family: "Sawarabi Mincho", serif;
  letter-spacing: 0.4em;
  text-orientation: upright; /* 漢字・ひらがなを正立させる */
  opacity: 1;
  transition: opacity 0.3s ease;
  transition: all 0.3s ease;
  writing-mode: vertical-rl;
}

.message {
  position: relative;
  position: relative;
  width: 100%;
  margin-inline: auto;
  background: linear-gradient(90deg, #588157 52.88%, #A3B18A 100%);
}
.message::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  content: "";
  pointer-events: none;
}
.message::before {
  position: absolute;
  top: -10px;
  right: clamp(10px, 4vw, 30px);
  aspect-ratio: 418/475;
  width: clamp(100px, 25vw, 200px);
  height: auto;
  background: url(../images/message_bg.webp) no-repeat center center/contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .message::before {
    right: clamp(70px, 10vw, 100px);
    width: clamp(200px, 30vw, 300px);
  }
}
.message__sectionTitle {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: 0 auto;
}
.message__content {
  display: flex;
  flex-direction: column;
  margin-top: clamp(60px, 9vw, 90px);
  gap: 30px;
  color: #fff;
}
.message__catch {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}
.office__inner .section__title-jp {
  position: relative;
}
.office__inner .section__title-jp::before {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  width: clamp(30rem, 0 * 1rem + 66.6666666667 * 1vw, 50rem);
  height: auto;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 60%, transparent 80%);
  content: "";
}
@media screen and (min-width: 768px) {
  .office__inner .section__title-jp::before {
    width: 600px;
  }
}

.office__contents {
  margin-top: -50px;
}
@media screen and (min-width: 1024px) {
  .office__contents {
    margin-top: -80px;
    margin-right: 100px;
  }
}

.office__catch {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(2rem, 4vw, 3rem);
  font-family: "Sawarabi Mincho", serif;
  white-space: nowrap;
}
.office__catch span {
  background: linear-gradient(transparent 65%, rgba(212, 175, 55, 0.5843137255) 65%);
}
@media screen and (min-width: 768px) {
  .office__catch {
    font-size: clamp(2.2rem, 2.7vw, 2.7rem);
  }
}
@media screen and (min-width: 1024px) {
  .office__catch {
    font-size: clamp(2.7rem, 2.7vw, 3rem);
  }
}

.office__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  gap: clamp(60px, 9vw, 90px);
}
@media screen and (min-width: 1024px) {
  .office__main {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 120px;
    gap: clamp(20px, 4vw, 40px);
  }
}

.office__profile {
  position: relative;
  flex-shrink: 0;
}

.office__profile-img {
  position: relative;
  width: 80%;
  max-width: 350px;
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .office__profile-img {
    width: clamp(200px, 28vw, 350px);
  }
}
.office__profile-img img {
  width: 100%;
  height: auto;
}
.office__profile-img::before {
  z-index: -1;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23588157' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  content: "";
}

.office__profile-card {
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
}

.office__details {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  gap: 34px;
  white-space: nowrap;
}

.office__detail-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .office__detail-item {
    flex-direction: row;
  }
}

.office__detail-label {
  display: block;
  position: relative;
  width: 150px;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 500;
  line-height: 2;
}
.office__detail-label::after {
  position: absolute;
  bottom: -5px;
  left: 15px;
  width: 20px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #588157;
  content: "";
}
@media screen and (min-width: 768px) {
  .office__detail-label::after {
    bottom: -10px;
  }
}

.office__detail-text {
  line-height: 2;
}
.office__detail-text li {
  margin-left: 15px;
  list-style: disc;
}
.office__detail-text li::marker {
  color: #588157;
}

.section__title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 20px;
}
.section__title--reverse {
  flex-direction: row-reverse;
}
.section__title--column {
  flex-direction: column-reverse;
  align-items: center;
  gap: 0;
  color: #fff;
}
.section__title--column .section__title-jp {
  color: #fff;
  letter-spacing: 0.4em;
  text-orientation: mixed;
  writing-mode: horizontal-tb;
}
.section__title--column .section__title-line {
  background-color: #fff;
}

.section__title-en {
  display: flex;
  position: relative;
  align-items: center;
  gap: 35px;
}
.section__title-en::before {
  z-index: 1;
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  width: 100%;
  height: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23588157' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  content: "";
}
.section__title-en--office::before {
  display: none;
}

.section__title-line {
  width: 15vw;
  height: 1px;
  background-color: #333;
}

.section__title-text {
  font-size: 2rem;
  font-family: "Libre Baskerville", serif;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .section__title-text {
    font-size: 2.4rem;
  }
}

.section__title-jp {
  color: #588157;
  font-size: 2.8rem;
  font-family: "Sawarabi Mincho", serif;
  letter-spacing: 0.4em;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .section__title-jp {
    font-size: 4rem;
  }
}

.service__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -50px;
  gap: 100px;
}
@media screen and (min-width: 768px) {
  .service__contents {
    margin-top: 0px;
    margin-left: 100px;
    gap: 150px;
  }
}

.service__item {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1040px;
  gap: 70px;
}
@media screen and (min-width: 768px) {
  .service__item {
    flex-direction: row;
    align-items: flex-end;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .service__item--reverse {
    flex-direction: row-reverse;
    margin-left: -100px;
  }
}

.service__text {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .service__text {
    flex: 1.5;
    width: clamp(300px, 45vw, 650px);
    max-width: 650px;
  }
}

.service__category {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent 65%, rgba(212, 175, 55, 0.5843137255) 65%);
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-family: "Sawarabi Mincho", serif;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .service__category {
    font-size: clamp(3.2rem, 4vw, 4rem);
  }
}
.service__category span {
  font-size: 80%;
}
.service__category::before {
  position: absolute;
  bottom: -20px;
  left: 0px;
  transform: skewX(-10deg);
  content: "01";
  color: #999999;
  font-size: clamp(10rem, 20vw, 14rem);
  font-family: "Libre Baskerville", serif;
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .service__category::before {
    bottom: -50px;
    left: -20px;
    font-size: 14rem;
  }
}
@media screen and (min-width: 1024px) {
  .service__category::before {
    font-size: 18rem;
  }
}
.service__category--2::before {
  content: "02";
}
.service__category--3::before {
  content: "03";
}

.service__description {
  margin-top: 30px;
  line-height: 1.8;
}

.service__img {
  position: relative;
  aspect-ratio: 1/1;
  width: 70%;
  max-width: 300px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .service__img {
    flex: 1;
    min-width: 200px;
    padding: 0;
  }
}
.service__img img {
  width: 100%;
  height: auto;
}
.service__img::before {
  position: absolute;
  top: 6px;
  left: -6px;
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .service__img::before {
    top: 10px;
    left: -10px;
  }
}

.tone {
  margin-top: clamp(60px, 10vw, 100px);
}

.tone__content {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .tone__content {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 350px;
    place-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .tone__content {
    grid-auto-rows: auto;
    max-width: 100%;
  }
}

.tone__title {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.15' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-color: #588157;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
}
.tone__title::after {
  z-index: -1;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 100%;
  height: 3px;
  transform: translateX(-50%);
  background-color: #588157;
  content: "";
}

.tone__description {
  margin-top: 20px;
  padding: clamp(1.5rem, 0.9512195122rem + 1.4634146341vw, 3rem);
  line-height: 1.8;
}

.tone__box--text {
  width: 100%;
  height: 100%;
}

.tone__box--img {
  position: relative;
  aspect-ratio: 12/8;
  width: 100%;
  height: 100%;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
}
.tone__box--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .tone__box--img {
    width: clamp(300px, 40vw, 400px);
  }
}
@media screen and (min-width: 1024px) {
  .tone__box--img {
    width: 100%;
  }
}
.tone__box--img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  height: 96%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  content: "";
  pointer-events: none;
}

.parallax {
  padding-block: clamp(80px, 12vw, 120px);
}
.parallax__content {
  position: relative;
  height: clamp(200px, 30vw, 300px);
  background-image: url("../images/parallax-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
@media screen and (min-width: 768px) {
  .parallax__content {
    background-attachment: fixed;
  }
}
.parallax__content::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.3' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  content: "";
}

.u-fade-up {
  translate: 0 30px; /* 下から上へフェードインするイメージ */
  opacity: 0;
}

@media screen and (min-width: 600px) {
  .u-hiddenSm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-hiddenMd {
    display: none;
  }
}

@media screen and (min-width: 1300px) {
  .u-hiddenXl {
    display: none;
  }
}

.u-visibleLg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-visibleLg {
    display: inline-block;
  }
}

.u-visibleMd {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-visibleMd {
    display: inline-block;
  }
}