/*
Theme Name: tomo-sika
*/

/* Reset & Base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333;
  line-height: 1.6;
}

p {
  margin: 0;
  padding: 0;
}

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

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #fff;
}

/* Utility */
.font-serif {
  font-family: "Noto Serif JP", serif;
}

.font-zen {
  font-family: "Zen Old Mincho", serif;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

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

.text-lg {
  font-size: 33px;
  font-weight: 500;
}

.text-md {
  font-size: 56px;
}

.text-sm {
  font-size: 23px;
}

.marker-yellow {
  background: linear-gradient(transparent 60%, #FFE100 60%);
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

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

.fadein-target.visible {
  opacity: 1;
  transform: translateY(0);
}


/* MV */
.sec-mv {
  position: relative;
  width: 100%;
  height: 800px;
  min-height: 800px;
  overflow: hidden;
}

.mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.mv-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: slideAnime 12s infinite;
}

.mv-bg img:nth-of-type(1) {
  animation-delay: 0s;
}

.mv-bg img:nth-of-type(2) {
  animation-delay: 6s;
}

@keyframes slideAnime {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  42% {
    opacity: 1;
  }

  58% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.mv-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 20px 40px;
}

.mv-header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 44px;
}

.mv-logo {
  width: 400px;
}

.mv-header-info {
  display: flex !important;
  gap: 20px;
  align-items: center;
}

.mv-tel-box,
.mv-address-box {
  color: #fff;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  height: 80px;
  position: relative;
  min-width: 280px;
  justify-content: center;
}

.mv-tel-box {
  background: #e2903e;
}

.mv-address-box {
  background: #77a15f;
}

/* Corner Brackets Style */
.mv-tel-box::before,
.mv-tel-box::after,
.mv-address-box::before,
.mv-address-box::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-color: #fff;
  border-style: solid;
  pointer-events: none;
}

.mv-tel-box::before,
.mv-address-box::before {
  top: 8px;
  left: 8px;
  border-width: 1px 0 0 1px;
}

.mv-tel-box::after,
.mv-address-box::after {
  bottom: 8px;
  right: 8px;
  border-width: 0 1px 1px 0;
}

.mv-tel-box::before,
.mv-tel-box::after,
.mv-address-box::before,
.mv-address-box::after {
  display: none;
}

.mv-tel-box-inner,
.mv-address-box-inner {}

.mv-tel-box::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  display: block;
}

.mv-tel-box::after {
  content: '';
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
}

/* Same for address box */
.mv-address-box::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  display: block;
}

.mv-address-box::after {
  content: '';
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
}


.mv-tel-icon {
  width: 24px;
  height: auto;
  filter: brightness(0) invert(1);
}

.mv-tel-box p {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.mv-address-box p {
  color: #FFF;
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mv-content {
  position: relative;
  height: calc(100% - 100px);
}

.mv-text-box {
  position: absolute;
  bottom: 10%;
  left: 0;
  color: #fff;
  text-shadow: 6px 6px 15px #323232;
  font-family: "Noto Serif JP", serif;
}

.mv-text-1 {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.0;
}

.mv-text-2 {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.5;
}

.mv-text-2 .text-xl {
  font-size: 96px;
}

.mv-text-3 {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.mv-text-3 .text-lg {
  font-size: 76px;
}

.mv-info-circles {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex !important;
  gap: 20px;
}

.mv-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

.mv-circle.access {
  background: #77a15f;
}

.mv-circle.parking {
  background: #e2903e;
}

/* Inner ring for circles */
.mv-circle::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  pointer-events: none;
}

.mv-circle-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative;
  z-index: 1;
}

.circle-icon img {
  width: 36px;
  height: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 5px;
}

.mv-circle-title {
  font-family: "Zen Old Mincho";
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}

.mv-circle-text {
  font-family: "Zen Old Mincho";
  font-size: 14px;
  line-height: 1.4;
}

.mv-circle-text span {
  font-size: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .sec-mv {
    height: auto;
    min-height: 600px;
    padding: 100px 20px;
  }

  .mv-container {
    padding: 0;
  }

  .mv-logo {
    width: 190px;
    position: absolute;
    top: 4px;
    left: 0;
  }

  .mv-text-box {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 100px;
    text-align: center;
    width: 100%;
  }

  .mv-text-1,
  .mv-text-2,
  .mv-text-3 {
    font-size: 24px;
  }

  .mv-text-2 .text-xl {
    font-size: 40px;
  }

  .mv-text-3 .text-lg {
    font-size: 32px;
  }
}

/* Sec01 */
.sec-01 {
  position: relative;
  padding: 80px 20px;
}

.sec01-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

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

.sec01-container {
  position: relative;
  z-index: 1;
  background: #fff;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.sec01-top {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.sec01-text-group {
  flex: 1;
}

.sec01-main-text {
  font-family: "Noto Serif JP", serif;
  font-size: 33px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 3.3px;
}

.sec01-title-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.sec01-icon-fukidashi {
  width: auto;
  height: auto;
}

.sec01-title {
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  font-weight: 500;
  color: #76c846;
  margin-bottom: 0;
  letter-spacing: 2.3px;
}

.sec01-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.sec01-list-item {
  background: #f6f6f6;
  padding: 15px 20px;
  border-radius: 5px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  font-size: 23px;
  letter-spacing: 2.3px;
}

.sec01-list-item img {
  width: 30px;
  height: auto;
}

.sec01-list-item p {
  margin-left: 15px;
}

.sec01-img {
  flex: 1;
  max-width: 332px;
}

.sec01-bottom {
  text-align: center;
  border-top: 2px solid #eee;
  padding-top: 40px;
  position: relative;
}

.sec01-bottom-bar {
  width: 200px;
  height: 4px;
  background: #f5e100;
  margin: 0 auto 20px;
}

.sec01-bottom-text {
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  line-height: 1.8;
  letter-spacing: 2.3px;
  color: #7B7B7B;
}

.sec01-bottom-text .text-lg {
  font-size: 36px;
}

.sec01-bottom-text .text-sm {
  font-size: 23px;
  line-height: 2.7;
}

.sec01-bottom-text .text-md {
  font-size: 33px;
}

/* Sec02 */
.sec-02 {
  background-image: url(img/sec02_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  padding: 0 0 80px;
}

.sec02-top-bar {
  height: 10px;
  background: #000;
  margin-bottom: 40px;
}

.sec02-logo {
  margin: 0 auto;
}

.sec02-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.sec02-title {
  font-family: "Noto Serif JP", serif;
  font-size: 46px;
  font-weight: 500;
  color: #6BB93D;
  margin: 80px 0;
  line-height: 1.4;
  letter-spacing: 4.6px;
}

.sec02-title span {
  font-size: 74px;
}

.sec02-yellow-bar {
  width: 100px;
  height: 4px;
  background: #ffe100;
  margin: 0 auto 40px;
}

.sec02-content-box {
  background: #fff;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 20px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  outline: 1px solid #6BB93D;
  outline-offset: -20px;
}

.sec02-text-content {
  width: 70%;
  padding: 0 20px;
}

.sec02-download-btn {
  margin-top: -80px;
  margin-left: -140px;
  max-width: 600px;
  z-index: 1;
}

.sec02-content-title {
  color: #333;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 41.25px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 16.5px;
  margin-bottom: 40px;
}

.sec02-content-text {
  color: #333;
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}

.highlight-yellow {
  background: #ffec6c;
  padding: 0 5px;
}

/* Sec03 */
.sec-03 {
  position: relative;
  padding: 80px 20px;
}

.sec03-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

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

.sec03-container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}

.sec03-content-box {
  max-width: 780px;
  background: #fff;
  padding: 60px;
  box-shadow: 8px 8px 5px 0 rgba(0, 0, 0, 0.25);
}

.sec03-title {
  font-family: "Noto Serif JP", serif;
  font-size: 46px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  color: #000;
  letter-spacing: 4.6px;
}

.sec03-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.sec03-title-wrapper .sec03-title {
  margin-bottom: 0;
}

.sec03-icon {
  width: auto;
  height: auto;
}

.sec03-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sec03-list-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px
}

.sec03-list-item img {
  width: 30px;
  height: auto;
  margin-right: 15px;
}

.sec03-list-item p {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 1.8;
}

/* Sec04 */
.sec-04 {
  position: relative;
  padding: 80px 20px;
  color: #fff;
  text-align: center;
}

.sec04-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

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

.sec04-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.sec04-container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}

.sec04-title {
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.sec04-title::before,
.sec04-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #fff;
}

.sec04-desc {
  font-size: 24px;
  margin-bottom: 60px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.sec04-items {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.sec04-item {
  width: calc((100% - 60px) / 3);
  text-align: center;
}

.sec04-item-title {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

.sec04-item-img {
  margin-bottom: 15px;
  height: 200px;
  overflow: hidden;
}

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

.sec04-item-text {
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 1.6px;
}

/* Innovation */
.sec-innovation {
  position: relative;
  padding: 0 0 80px;
}

/* 下部20%に背景画像 */
.sec-innovation::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15%;
  background-image: url('img/merit_bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.innovation-title {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2.4px;
}

.innovation-title::before,
.innovation-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #000000;
}

.innovation-bg-1,
.innovation-bg-2 {
  background-color: #000000;
}

.innovation-bg-1 img,
.innovation-bg-2 img {
  max-width: 1000px;
  margin: 0 auto;
  height: auto;
  display: block;
}

.innovation-container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.innovation-title-box {
  text-align: center;
  margin-bottom: 60px;
}

.innovation-title-en {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 700;
  color: #ccc;
  letter-spacing: 0.1em;
}

.innovation-title-jp {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: -20px;
}

.innovation-text-box {
  color: #000;
  text-align: center;
  margin: 60px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 2px;
}

.innovation-items {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}

.innovation-item {
  position: relative;
  flex: 1;
  min-width: 300px;
  background: #fff;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.10);
}

.innovation-item-card {
  padding: 30px;
  text-align: center;
}

.innovation-item-title {
  color: #333;
  font-family: "Zen Old Mincho";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.innovation-item-line {
  height: 5px;
  background: #6BB93D;
  margin: 20px auto;
}

.innovation-item-img-box {
  margin-bottom: 20px;
  position: relative;
}

.innovation-img-base {
  width: 100%;
  height: auto;
  display: block;
}

.innovation-img-overlay-1,
.innovation-img-overlay-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
}

.innovation-item-desc {
  color: #333;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  text-align: left;
}

.innovation-polygon {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -67px;
}

/* Merit */
.sec-merit {
  padding: 80px 0;
  background-image: url("img/merit_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.merit-container {
  max-width: 1280px;
  margin: 0 auto;
}

.merit-title-en {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Noto Serif JP";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 11.1px;
}

.merit-title-en::before,
.merit-title-en::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin: 0 60px;
  background: #ffffff;
}

.merit-title-jp {
  color: #ffffff;
  font-family: "Noto Serif JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 3.6px;
  text-align: center;
  margin: 70px 0;
}

.merit-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.merit-item {
  background: #ffffff;
  padding: 20px;
  position: relative;
  border-top: 5px solid #B8AA88;
}

.merit-item-top {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 20px;
  margin-bottom: 20px;
}

.merit-item-num {
  font-family: "Noto Serif JP";
  color: #B8AA88;
  width: 70px;
  height: 70px;
  border: 1px solid #B8AA88;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.merit-item-header {
  font-family: "Noto Serif JP";
  text-align: center;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 500;
}

.merit-item-line {
  height: 1px;
  margin: 0 auto 20px;
  background: #B8AA88;
}

.merit-item-body {
  display: flex;
  gap: 20px;
}

.merit-item-img {
  text-align: center;
  margin-bottom: 0;
  height: 150px;
  width: 150px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.merit-img-base {
  max-height: 100%;
}

.merit-item-text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.4px;
  font-size: 14px;
  line-height: 1.8;
}

/* Effect */
.sec-effect {
  padding: 120px 0 80px;
  background-image: url(img/effect_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.effect-container {
  max-width: 1280px;
  margin: 0 auto;
}

.effect-title-en {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6BB93D;
  font-family: "Noto Serif JP";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 11.1px;
}

.effect-title-en::before,
.effect-title-en::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin: 0 60px;
  background: #6BB93D;
}

.effect-title-jp {
  color: #6BB93D;
  font-family: "Noto Serif JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 3.6px;
  text-align: center;
  margin: 70px 0;
}

.effect-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.effect-item {
  background: #fff;
  padding: 20px;
  position: relative;
  border-top: 5px solid #84B268;
}

.effect-item-line {
  height: 1px;
  margin: 0 auto 20px;
  background: #84B268;
}

.effect-item-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.effect-item-num {
  font-family: "Noto Serif JP";
  color: #84B268;
  width: 70px;
  height: 70px;
  border: 1px solid #84B268;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.effect-item-header {
  font-family: "Noto Serif JP";
  text-align: center;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 500;
}

.effect-item-body {
  display: flex;
  gap: 20px;
}

.effect-item-img {
  text-align: center;
  margin-bottom: 0;
  height: 150px;
  width: 150px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.effect-img-base {
  max-height: 100%;
}

.effect-item-text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.4px;
  font-size: 14px;
  line-height: 1.8;
}

/* Sec05 */
.sec-05 {
  padding: 80px 20px;
  background: #fff;
}

.sec05-container {
  max-width: 1280px;
  margin: 0 auto;
}

.sec05-box {
  border: 1px solid #000;
  padding: 30px;
  position: relative;
}

.sec05-box::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 70px;
  height: 70px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  display: block;
}

.sec05-box::after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  display: block;
}

.sec05-content-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec05-desc {
  display: flex;
  flex-direction: column;
}

.sec05-title-1 {
  font-family: "Noto Serif JP", serif;
  font-size: 56px;
  font-weight: 700;
  color: #6BB93D;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 5.6px;
  border-bottom: 1px solid #000;
}

.sec05-title-2 {
  font-family: "Noto Serif JP", serif;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 3.3px;
}

.sec05-title-3 {
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.sec05-points {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.sec05-point {
  background: #6BB93D;
  color: #fff;
  padding: 20px;
  width: calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sec05-point-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.sec05-point-desc {
  font-size: 16px;
}

.sec05-text {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 2.2px;
}

.sec05-note {
  font-size: 19px;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 1.9px;
}

.sec05-img {
  max-width: 200px;
  margin: 0 auto;
}

/* Sec06 */
.sec-06 {
  padding: 0 0 80px;
}

.sec06-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}

.sec06-col-1,
.sec06-col-2 {
  flex: 1;
  background: #fff;
}

.sec06-header {
  background: #f0f0f0;
  border-left: 3px solid #000;
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.sec06-title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  letter-spacing: 2.4px;
}

.sec06-text {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1.4px;
}

.sec06-text span {
  color: #F5E100;
  padding-right: 5px;
}

/* Patients */
.sec-patients {
  padding: 80px 20px;
  background-image: url(img/patients_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.patients-container {
  max-width: 1280px;
  margin: 0 auto;
}

.patients-title {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
  color: #000;
  letter-spacing: 0.1em;
}

.patients-title::before,
.patients-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #000000;
}

.patients-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.patients-item {
  background: #FDC125;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  gap: 40px;
  border-left: 3px solid;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.patients-item-title {
  width: 30%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

.patients-item-text {
  width: 70%;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

/* Risk */
.sec-risk {
  position: relative;
  padding: 80px 20px;
  color: #000;
  background: #61758B;
}

.risk-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

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

.risk-container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}

.risk-title {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
  letter-spacing: 0.1em;
}

.risk-title::before,
.risk-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #ffffff;
}

.risk-content {
  display: flex;
  gap: 100px;
  justify-content: space-between;
}

.risk-box {
  flex: 1;
  border: 1px solid #ffffff;
  position: relative;
  min-height: 400px;
}

.risk-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  object-fit: cover;
}

.risk-box-bg img {
  opacity: 0.6;
}

.risk-box-content {
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 40px;
}

.risk-box-title {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.risk-box-line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 30px;
}

.risk-desc {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}

.risk-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.risk-list li {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

/* Flow */
.sec-flow {
  position: relative;
  padding: 120px 0 80px;
}

.flow-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

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

.flow-container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}

.flow-title-en {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6BB93D;
  font-family: "Noto Serif JP";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 11.1px;
}

.flow-title-en::before,
.flow-title-en::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin: 0 60px;
  background: #6BB93D;
}

.flow-title-jp {
  color: #6BB93D;
  font-family: "Noto Serif JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 3.6px;
  text-align: center;
  margin: 70px 0;
}

.flow-steps {
  display: flex;
  flex-direction: column;
}

.flow-step {
  background: #fff;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-top: 5px solid #84B268;
  border-left: 1px solid #84B268;
  border-right: 1px solid #84B268;
  border-bottom: 1px solid #84B268;
}

.flow-left {
  flex: 1;
}

.flow-head {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #84B268;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.flow-num {
  font-family: "Noto Serif JP", serif;
  font-size: 72px;
  font-weight: 700;
  color: #84B268;
  ;
  line-height: 1;
  letter-spacing: 4px;
}

.flow-step-content {
  flex: 1;
}

.flow-step-title {
  font-family: "Noto Serif JP", serif;
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 3.3px;
}

.flow-step-desc {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
}

.flow-step-desc span {
  padding-right: 5px;
}

.flow-step-img {
  width: 288px;
}

.flow-line {
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}

/* Notes */
.sec-notes {
  padding: 80px 0;
  background: #E9EDE7;
}

.notes-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 100px;
  background: #FFF;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
}

.notes-title {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 60px;
  color: #000;
  letter-spacing: 0.1em;
}

.notes-content {
  font-family: "Noto Serif JP";
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.notes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notes-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.notes-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #ccc;
  font-size: 1em;
  background: linear-gradient(to bottom, #F6B26D, #F6B26D);
  -webkit-background-clip: text;
  color: transparent;
}

/* Footer */
.sec-footer {
  position: relative;
  padding: 50px 0 150px;
  text-align: center;
  color: #fff;
}

.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

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

.footer-container {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}

.footer-title {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 50px;
  color: #000;
  letter-spacing: 4.8px;
}

.footer-btns {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

.footer-btn-box {
  width: 500px;
  background: #fff;
  padding: 20px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.footer-btn-box a {
  text-decoration: none;
  color: #333;
  display: block;
  height: 100%;
}

.footer-box-note {
  font-size: 14px;
  color: #666;
}

.footer-box-tel {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  color: #666;
  line-height: 1.2;
}

.footer-box-mail-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.footer-mail-icon {
  width: 36px;
  height: auto;
}

.footer-box-mail {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  color: #666;
}

/* 左上の装飾 (boxの擬似要素) */
.footer-btn-box::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 20px;
  width: 1px;
  height: 50px;
  background: #999;
}

.footer-btn-box::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 8px;
  width: 50px;
  height: 1px;
  background: #999;
}

/* 右下の装飾 (aタグの擬似要素) */
.footer-btn-box a::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 20px;
  width: 1px;
  height: 50px;
  background: #999;
}

.footer-btn-box a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 8px;
  width: 50px;
  height: 1px;
  background: #999;
}

.copyright {
  font-family: "Noto Serif JP";
  color: #000;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: #fff;
  padding: 25px;
}

@media (max-width: 1500px) {
  .mv-text-box {
    bottom: 35%;
  }
}

/* Responsive */
@media (max-width: 768px) {

  .sec-mv {
    min-height: 530px;
    padding: 10px 10px 50px;
  }

  .mv-text-1 {
    font-size: 28px;
    line-height: 1.5;
  }

  .mv-text-2 {
    font-size: 20px;
    line-height: 1.5;
  }

  .mv-text-3 {
    line-height: 2;
  }


  .mv-line {
    margin: 15px auto;
  }

  .mv-address {
    font-size: 16px;
    line-height: 2;
  }

  .mv-info-circles {
    margin-top: 20px;
    position: static;
    gap: 20px;
    justify-content: center;
  }

  .mv-circle {
    width: 150px;
    height: 150px;
  }

  .mv-circle-title {
    font-size: 14px;
  }

  .mv-circle-text {
    font-size: 10px;
  }

  .sec01-container {
    padding: 20px;
  }

  .sec01-top {
    flex-direction: column-reverse;
    gap: 0px;
  }

  .sec01-title {
    font-size: 18px;
  }

  .sec01-icon-fukidashi {
    width: 30px;
    height: auto;
  }

  .sec01-list {
    grid-template-columns: 1fr;
  }

  .sec01-list-item img {
    width: 20px;
    height: auto;
  }

  .sec01-img {
    max-width: 100%;
    margin: 0 auto 30px;
  }

  .sec01-text-group {
    width: 100%;
  }

  .sec01-main-text {
    font-size: 22px;
    letter-spacing: 0.1em;
  }

  .sec01-bottom-text .text-lg {
    font-size: 18px;
  }

  .sec01-list-item {
    font-size: 18px;
  }

  .text-sm {
    font-size: 16px !important;
  }

  .text-md {
    font-size: 28px !important;
  }

  .sec02-content-box {
    flex-direction: column;
    gap: 30px;
    padding: 0;
    margin: 0 20px;
    outline-offset: -5px;
  }

  .sec02-download-btn {
    margin-top: 0;
    margin-left: 0;
  }

  .sec02-title {
    font-size: 22px;
    margin: 40px 0;
  }

  .sec02-title span {
    font-size: 32px;
  }

  .sec02-content-title {
    font-size: 22px;
    letter-spacing: 0.1em;
  }

  .sec02-text-content {
    width: 100%;
  }

  .sec02-content-text {
    font-size: 16px;
    line-height: 2.5;
  }

  .sec-03 {
    padding: 80px 20px;
    background: #f9f9f9;
  }

  .sec03-bg {
    display: none;
  }

  .sec03-content-box {
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }

  .sec03-list {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .sec03-title {
    font-size: 22px;
    letter-spacing: 0.1em;
  }

  .sec03-list-item p {
    font-size: 16px;
    line-height: 1.8;
  }

  .sec03-list-item img {
    width: 20px;
  }

  .sec03-icon {
    width: 30px;
  }

  .sec03-title-wrapper {
    gap: 10px;
    margin-bottom: 20px;
  }

  .sec-04 {
    padding: 80px 20px 80px;
  }

  .sec04-bg {
    height: 350px;
  }

  .sec04-items {
    flex-direction: column;
    align-items: center;
  }

  .sec04-item {
    width: 100%;
  }

  .sec04-title {
    font-size: 22px;
    letter-spacing: 0.1em;
    gap: 10px;
  }

  .sec04-title::before,
  .sec04-title::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
  }

  .sec04-desc {
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: 500;
    letter-spacing: 2.4px;
    line-height: 2;
  }

  .sec04-item-title {
    font-size: 22px;
  }

  .innovation-bg-1 img,
  .innovation-bg-2 img {
    width: 100%;
  }

  .innovation-polygon {
    display: none
  }

  .innovation-title {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 2.4px;
  }

  .innovation-title::before,
  .innovation-title::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000000;
  }

  .innovation-text-box {
    color: #000;
    text-align: center;
    margin: 30px 20px;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 2px;
  }

  .innovation-items {
    flex-direction: column;
    margin: 0 20px;
  }

  .innovation-item-card {
    padding: 20px;
  }

  .innovation-item-title {
    font-size: 20px;
    font-weight: 500;
    height: 50px;
  }

  .innovation-title-en {
    font-size: 36px;
  }

  .innovation-item-desc {
    font-size: 16px;
  }

  .merit-items {
    margin: 0 20px;
    grid-template-columns: 1fr;
  }

  .merit-title-en,
  .effect-title-en,
  .flow-title-en {
    font-size: 45px;
  }

  .merit-item-num,
  .effect-item-num {
    width: 40px;
    height: 40px;
  }

  .merit-item-header {
    font-size: 20px;
  }

  .text-lg {
    font-size: 24px;
  }

  .merit-item-body {
    flex-direction: column;
    gap: 20px;
  }

  .merit-item-img {
    height: 150px;
    width: 100%;
  }

  .effect-items {
    grid-template-columns: 1fr;
  }

  .sec-merit {
    padding: 80px 0;
  }

  .merit-title-en::before,
  .merit-title-en::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 20px;
    background: #ffffff;
  }

  .merit-title-jp,
  .merit-title-jp {
    font-size: 22px;
    margin: 20px 0 40px;
  }

  .sec05-points {
    flex-direction: column;
    gap: 15px;
  }

  /* Effect */
  .sec-effect {
    padding: 80px 20px;
  }

  .effect-title-en::before,
  .effect-title-en::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 20px;
    background: #6BB93D;
  }

  .effect-title-jp {
    font-size: 22px;
    margin: 20px 0 40px;
  }

  .effect-item {
    padding: 20px;
  }

  .effect-item-body {
    flex-direction: column;
    gap: 20px;
  }

  .effect-item-header {
    font-size: 20px;
  }

  .effect-item-img {
    width: 100%;
    height: auto;
  }

  .effect-item-text {
    font-size: 16px;
  }

  /* Sec05 Safety */
  .sec-05 {
    padding: 40px 20px 0;
  }

  .sec05-box::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    display: block;
  }

  .sec05-box::after {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    display: block;
  }

  .sec05-box {
    padding: 30px 15px;
  }

  .sec05-title-1 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .sec05-title-2 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .sec05-content-box {
    flex-direction: column;
    gap: 30px;
  }

  .sec05-textbox {
    display: flex;
    margin-bottom: 40px;
  }

  .sec05-img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .sec05-title-3 {
    font-size: 18px;
    text-align: center;
  }

  .sec05-point {
    width: 100%;
    margin-bottom: 0;
    padding: 5px
  }

  .sec05-text {
    font-size: 16px;
  }

  .sec05-note {
    font-size: 16px;
  }

  /* Sec06 Side Effects */
  .sec-06 {
    padding: 40px 20px;
  }

  .sec06-container {
    flex-direction: column;
    gap: 30px;
  }

  .sec06-col-1,
  .sec06-col-2 {
    width: 100%;
    border-right: none;
    padding: 0;
  }

  .sec06-col-1 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
  }

  .sec06-title {
    font-size: 22px;
  }

  .sec06-text {
    font-size: 16px;
  }

  /* Patients */
  .sec-patients {
    padding: 40px 0;
  }

  .patients-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .patients-title::before,
  .patients-title::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #000000;
  }

  .patients-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .patients-item {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .patients-item-title {
    width: 100%;
    font-size: 20px;
  }

  .patients-item-text {
    width: 100%;
    font-size: 16px;
  }

  /* Risk */
  .sec-risk {
    padding: 40px 20px;
  }

  .risk-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .risk-title::before,
  .risk-title::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #ffffff;
  }

  .risk-content {
    flex-direction: column;
    gap: 30px;
  }

  .risk-box {
    width: 100%;
    height: auto;
    padding: 20px;
    min-height: auto;
  }

  .risk-box-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
  }

  .risk-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .risk-box-title {
    font-size: 22px;
  }

  .risk-box-bg img {
    height: 100%;
    object-fit: cover;
  }

  .risk-desc,
  .risk-list li {
    font-size: 16px;
  }

  /* Flow */
  .sec-flow {
    padding: 80px 20px;
  }

  .flow-title-en::before,
  .flow-title-en::after {
    width: 30px;
    margin: 0 15px;
  }

  .flow-title-jp {
    font-size: 22px;
    margin: 20px 0 40px;
  }

  .flow-step {
    flex-direction: column;
    padding: 20px;
  }

  .flow-left {
    width: 100%;
  }

  .flow-head {
    gap: 0;
    margin-bottom: 20px;
  }

  .flow-num {
    font-size: 40px;
    margin-bottom: 0;
    margin-right: 15px;
    position: static;
  }

  .flow-step-title {
    font-size: 20px;
  }

  .flow-step-desc {
    font-size: 16px;
  }

  .flow-step-img {
    width: 100%;
    margin-top: -10px;
  }

  .flow-step-img img {
    width: 100%;
  }

  .flow-line {
    margin: 0 0 30px;
  }

  .flow-line img {
    max-width: 100%;
  }

  /* Notes */
  .sec-notes {
    padding: 40px 20px;
  }

  .notes-container {
    padding: 40px 20px;
  }

  .notes-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .notes-content {
    font-size: 16px;
  }

  /* Footer */
  .sec-footer {
    padding: 40px 20px 120px;
  }

  .footer-title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .footer-btns {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .footer-btn-box {
    width: 100%;
    max-width: 400px;
    padding: 20px;
  }

  /* 左上の装飾 (boxの擬似要素) */
  .footer-btn-box::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 10px;
    width: 1px;
    height: 50px;
    background: #999;
  }

  .footer-btn-box::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 4px;
    width: 50px;
    height: 1px;
    background: #999;
  }

  /* 右下の装飾 (aタグの擬似要素) */
  .footer-btn-box a::before {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 10px;
    width: 1px;
    height: 50px;
    background: #999;
  }

  .footer-btn-box a::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 4px;
    width: 50px;
    height: 1px;
    background: #999;
  }

  .footer-box-tel {
    font-size: 24px;
  }

  .footer-box-mail {
    font-size: 20px;
  }
}


/* 表示切替 */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

/* Hamburger Menu */
.hamburger {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #cccccc;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hamburger span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
  transition: all 0.3s ease-in-out;
}

.hamburger.is-active span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

.sp-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 40%;
  height: 100vh;
  background-color: #6BB93D;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
}

.sp-nav.is-active {
  opacity: 1;
  visibility: visible;
}

.sp-nav ul {
  list-style: none;
  padding: 0;
  margin: 50px 0;
  text-align: center;
}

.sp-nav li {
  margin: 5px 0;
  border-bottom: 1px dashed #fff;
}

.sp-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  display: block;
  padding: 10px;
}

body.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .sp-nav {
    left: 0;
    width: 100%;
  }
}

/* FAQ */
.sec-faq {
  padding: 80px 20px;
  background-color: #f9f9f9;
}

.faq-container {
  max-width: 1000px;
  margin: 0 auto;
}

.faq-title-en {
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-title-en::before,
.faq-title-en::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #000000;
  margin: 0 30px;
}

.faq-title-jp {
  font-size: 26px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.faq-question {
  background-color: #6BB93D;
  color: #fff;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s;
}

.faq-question:hover {
  background-color: #77c649;
}

.faq-q-mark {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 700;
  margin-right: 20px;
  line-height: 1;
}

.faq-q-text {
  font-size: 18px;
  font-weight: 700;
  flex: 1;
  padding-right: 40px;
}

.faq-toggle {
  position: absolute;
  right: 30px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: relative;
  transition: transform 0.3s;
}

.faq-toggle span::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
  transition: transform 0.3s;
}

.faq-item.is-active .faq-toggle span::before {
  transform: rotate(0deg);
}

.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.faq-a-content {
  padding: 30px;
  border: 1px solid #eee;
  border-top: none;
}

.faq-a-content p {
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .sec-faq {
    padding: 40px 20px;
  }

  .faq-title-en {
    font-size: 36px;
  }

  .faq-title-en::before,
  .faq-title-en::after {
    width: 30px;
    margin: 0 15px;
  }

  .faq-title-jp {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .faq-question {
    padding: 15px 20px;
  }

  .faq-q-mark {
    font-size: 24px;
    margin-right: 15px;
  }

  .faq-q-text {
    font-size: 16px;
  }

  .faq-toggle {
    right: 15px;
  }

  .faq-a-content {
    padding: 20px;
  }

  .faq-a-content p {
    font-size: 15px;
  }
}

/* Price */
.sec-price {
  padding: 100px 20px;
  background-color: #fff;
}

.price-container {
  max-width: 800px;
  margin: 0 auto;
}

.price-title-en {
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-title-en::before,
.price-title-en::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #000000;
  margin: 0 30px;
}

.price-title-jp {
  font-size: 26px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
}

.price-table {
  width: 100%;
  border-top: 1px solid #ccc;
}

.price-row {
  display: flex;
  border-bottom: 1px solid #ccc;
  margin: 0;
}

.price-row dt {
  width: 30%;
  background-color: #f5f5f5;
  padding: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-row dd {
  width: 70%;
  padding: 20px;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.price-tax {
  font-size: 14px;
  font-weight: normal;
}

.price-note {
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .sec-price {
    padding: 40px 20px;
  }

  .price-title-en {
    font-size: 36px;
  }

  .price-title-en::before,
  .price-title-en::after {
    width: 30px;
    margin: 0 15px;
  }

  .price-title-jp {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .price-row {
    flex-direction: column;
  }

  .price-row dt {
    width: 100%;
    padding: 15px;
  }

  .price-row dd {
    width: 100%;
    padding: 15px;
    font-size: 18px;
  }
}