.first-text {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .first-text {
    margin-bottom: 60px;
  }
}

.why {
  padding: 60px 0 100px;
}
@media screen and (max-width: 768px) {
  .why {
    padding: 0 0 50px;
  }
  .why .text-center {
    text-align: left;
  }
}

.technique {
  background: #F4F8F7;
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .technique {
    padding: 70px 0 0;
  }
  .technique .catch-en {
    top: 40px;
  }
}
.technique h2 {
  font-weight: 500;
  font-size: clamp(1.375rem, 1.169rem + 0.94vw, 1.875rem);
  letter-spacing: 0.15em;
  color: #0a6f3a;
}
.technique .h3-sub {
  font-weight: 700;
  font-size: clamp(1.125rem, 0.919rem + 0.94vw, 1.625rem);
  font-weight: 700;
  color: #0a6f3a;
  margin-bottom: 5px;
  text-align: center;
}
.technique h3 {
  font-size: clamp(1.375rem, 1.066rem + 1.41vw, 2.125rem);
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
}
.technique h3 + p {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .technique h3 + p {
    margin-bottom: 20px;
    text-align: left;
  }
}
.technique .medical-examination {
  position: relative;
}
.technique .medical-examination .container {
  position: relative;
  z-index: 2;
}
.technique .medical-examination .medical-examination-list ul {
  display: flex;
  gap: 38px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.technique .medical-examination .medical-examination-list li {
  background: #fff;
  padding: 30px 20px;
  width: calc((100% - 38px) / 2);
}
@media screen and (max-width: 768px) {
  .technique .medical-examination .medical-examination-list li {
    width: 100%;
    padding: 20px;
  }
}
.technique .medical-examination .medical-examination-list li .medical-examination-list-title {
  font-size: clamp(1rem, 0.897rem + 0.47vw, 1.25rem);
  font-weight: 900;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #43B45B;
  color: #43B45B;
  text-align: center;
}
.technique .medical-examination .medical-examination-list li .medical-examination-list-content {
  display: flex;
  gap: 15px;
  align-items: start;
  justify-content: space-between;
}
.technique .medical-examination .medical-examination-list li .medical-examination-list-content img {
  width: 40%;
}
.technique .medical-examination .medical-examination-list li .medical-examination-list-content .medical-examination-list-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .technique .medical-examination .medical-examination-list li .medical-examination-list-content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .technique .medical-examination .medical-examination-list li .medical-examination-list-content img {
    width: 60%;
  }
}
.technique .medical-examination .medical-examination-list .medical-examination-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.technique .medical-examination .medical-examination-list .medical-examination-message p {
  color: #0a6f3a;
  font-weight: 900;
  font-size: clamp(1.25rem, 1.044rem + 0.94vw, 1.75rem);
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .technique .medical-examination .medical-examination-list .medical-examination-message {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .technique .medical-examination .medical-examination-list .medical-examination-message p {
    order: 1;
  }
  .technique .medical-examination .medical-examination-list .medical-examination-message img {
    height: 110px;
    order: 3;
  }
}
.technique .medical-examination::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background-color: #C8E1CE;
  z-index: 0;
}
.technique .approach {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .technique .approach {
    padding-top: 50px;
  }
}
.technique .approach .container {
  position: relative;
  z-index: 2;
}
.technique .approach::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background-color: #C8E1CE;
  z-index: 0;
}
.technique .approach .approach-list ul li {
  background: #fff;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}
.technique .approach .approach-list ul li:not(:last-child) {
  margin-bottom: 40px;
}
.technique .approach .approach-list ul li .approach-list-title {
  color: #43B45B;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.6;
  text-align: left;
  border-bottom: 1px solid #0a6f3a;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.technique .approach .approach-list ul li .approach-list-title small {
  font-size: 1.125rem;
}
.technique .approach .approach-list ul li img {
  width: 45%;
}
.technique .approach .approach-list ul li .approach-list-content {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .technique .approach .approach-list ul li {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .technique .approach .approach-list ul li .approach-list-title {
    text-align: center;
  }
  .technique .approach .approach-list ul li img {
    width: 100%;
  }
}
.technique .approach .approach-message {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.technique .approach .approach-message p {
  color: #0a6f3a;
  font-weight: 900;
  font-size: clamp(1.25rem, 1.044rem + 0.94vw, 1.75rem);
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .technique .approach .approach-message {
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: center;
  }
  .technique .approach .approach-message p {
    order: 1;
  }
  .technique .approach .approach-message img {
    order: 3;
    height: 100px;
  }
}

.menu {
  padding: 120px 0 0;
  background: #F4F8F7;
}

.result {
  padding: 80px 0;
  background: #F4F8F7;
}
@media screen and (max-width: 768px) {
  .result {
    padding: 60px 0;
  }
}
.result h2 {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: clamp(0.875rem, 0.412rem + 2.12vw, 2rem);
  font-weight: 900;
  line-height: 1.4;
}
.result h2 span {
  position: relative;
  color: #0a6f3a;
  font-size: clamp(1.75rem, 1.441rem + 1.41vw, 2.5rem);
}
.result h2::before {
  content: "";
  width: 42px;
  background: url(../images/laurel_l.svg) no-repeat center center/contain;
}
.result h2::after {
  content: "";
  width: 42px;
  background: url(../images/laurel_r.svg) no-repeat center center/contain;
}
.result .result-list {
  display: flex;
  gap: 36px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .result .result-list {
    flex-direction: column;
    gap: 20px 0;
  }
}
.result .result-list .result-item {
  width: calc((100% - 72px) / 3);
}
.result .result-list .result-item img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.result .result-list .result-item .result-item-text {
  color: #0a6f3a;
  text-align: center;
  font-weight: 900;
  font-size: clamp(1rem, 0.897rem + 0.47vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .result .result-list .result-item {
    width: 100%;
  }
  .result .result-list .result-item img {
    margin-bottom: 10px;
  }
}
.result .result-list + p {
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .result .result-list + p {
    text-align: left;
  }
}

.strength {
  padding: 100px 0 80px;
}
.strength .text-center {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .strength {
    padding: 50px 0 40px;
  }
  .strength .text-center {
    text-align: left;
    margin-bottom: 30px;
  }
  .strength .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .strength .container.table {
    padding: 0 0 0 20px;
  }
}
.strength table {
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  .strength table {
    width: 900px;
  }
}
.strength table th {
  color: #0a6f3a;
  border: 1px solid #fff;
  font-size: clamp(0.875rem, 0.772rem + 0.47vw, 1.125rem);
  font-weight: 900;
  text-align: center;
  width: 22%;
  vertical-align: bottom;
}
.strength table th > div {
  border-radius: 15px 15px 0 0;
  background: #DAEAE6;
  padding: 15px;
}
.strength table th > div.karada {
  color: #fff;
  background: #0a6f3a;
  border-color: #0a6f3a;
  padding: 28px 10px;
}
.strength table td {
  background: #F4F8F7;
  border: 1px solid #E6E6E6;
  padding: 15px 10px;
  text-align: center;
  font-size: 0.875rem;
  vertical-align: middle;
}
.strength table td:nth-of-type(4) {
  background: #FFF;
}
.strength table td > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.strength table td img {
  margin: 0 auto 5px;
  display: block;
}
.strength table td.label {
  background: #F9F5E1;
  text-align: center;
  vertical-align: middle;
  font-weight: 900;
  font-size: clamp(0.875rem, 0.772rem + 0.47vw, 1.125rem);
  border: 1px solid #E3E3E3;
  white-space: nowrap;
}
.strength table td.karada {
  color: #fff;
  background: #43B45B;
  border-left: 4px solid #0a6f3a;
  border-right: 4px solid #0a6f3a;
}
.strength table td.blank {
  background: none;
  border: none;
}
.strength table td small {
  font-size: 0.75rem;
  font-weight: 600;
}
.strength table tr:last-child td.karada {
  border-bottom: 4px solid #0a6f3a;
}

.explanation {
  padding: 80px 0 190px;
  background: #F4F8F7;
}
.explanation .catch-en {
  position: relative;
}
.explanation h2 {
  font-weight: 500;
  font-size: clamp(1.375rem, 1.169rem + 0.94vw, 1.875rem);
  letter-spacing: 0.15em;
  color: #0a6f3a;
}
@media screen and (max-width: 768px) {
  .explanation {
    padding: 40px 0 100px;
  }
}
.explanation .explanation-list {
  margin-bottom: 80px;
}
.explanation .explanation-list .explanation-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}
.explanation .explanation-list .explanation-item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .explanation .explanation-list .explanation-item {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
.explanation .explanation-list .explanation-item .explanation-item__bg {
  background: #fff;
  position: absolute;
  width: 800px;
  height: 200px;
  right: 0;
  top: 25px;
}
@media screen and (max-width: 768px) {
  .explanation .explanation-list .explanation-item .explanation-item__bg {
    width: calc(100% + 40px);
    height: 300px;
    top: 90px;
    left: -20px;
  }
}
.explanation .explanation-list .explanation-item .explanation-item__title {
  width: 217px;
  height: 217px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a6f3a;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.618rem + 1.18vw, 1.5rem);
  text-align: center;
  border: 1px solid #0a6f3a;
  border-radius: 50%;
  letter-spacing: 0.15em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .explanation .explanation-list .explanation-item .explanation-item__title {
    width: 105px;
    height: 105px;
  }
}
.explanation .explanation-list .explanation-item .explanation-item__content {
  position: relative;
  padding-top: 55px;
  flex: 1;
  padding-right: 40px;
}
.explanation .explanation-list .explanation-item .explanation-item__content .recommend-wrapper {
  margin-top: 20px;
  background: #0a6f3a;
  color: #fff;
  padding: 20px 25px;
  border-radius: 15px;
  display: flex;
  gap: 0;
  align-items: center;
}
.explanation .explanation-list .explanation-item .explanation-item__content .recommend-wrapper .recommend-title {
  font-weight: 900;
  font-size: clamp(1rem, 0.897rem + 0.47vw, 1.25rem);
  padding: 15px 25px;
  border-right: 1px solid #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .explanation .explanation-list .explanation-item .explanation-item__content .recommend-wrapper .recommend-title {
    border-right: none;
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
    margin-bottom: 8px;
    width: 100%;
  }
}
.explanation .explanation-list .explanation-item .explanation-item__content .recommend-wrapper ul {
  flex: 1;
  list-style: disc;
  padding-left: 20px;
  margin-left: 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .explanation .explanation-list .explanation-item .explanation-item__content .recommend-wrapper {
    flex-direction: column;
    padding: 10px;
  }
  .explanation .explanation-list .explanation-item .explanation-item__content .recommend-wrapper ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .explanation .explanation-list .explanation-item .explanation-item__content {
    padding: 0;
  }
}
.explanation .explanation-catch {
  color: #0a6f3a;
  font-weight: 700;
  font-size: clamp(1.25rem, 0.89rem + 1.65vw, 2.125rem);
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .explanation .explanation-catch + p.text-center {
    text-align: left;
  }
}

.vision {
  padding: 0 0 110px;
  background: #F4F8F7;
}
@media screen and (max-width: 768px) {
  .vision {
    padding: 0 0 50px;
  }
}
.vision .vision-wrapper {
  position: relative;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .vision .vision-wrapper {
    padding-top: 200px;
  }
}
.vision .vision-wrapper .vision-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .vision .vision-wrapper .vision-img {
    width: calc(100% - 20px);
  }
}
.vision .vision-wrapper .vision-content {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 60px;
  width: 67%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}
.vision .vision-wrapper .vision-content .vision-content__title {
  font-weight: 900;
  font-size: clamp(1.25rem, 1.147rem + 0.47vw, 1.5rem);
  margin-bottom: 16px;
  color: #0a6f3a;
}
.vision .vision-wrapper .vision-content p {
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .vision .vision-wrapper .vision-content {
    padding: 30px 20px;
    width: 100%;
    margin: 0;
  }
}/*# sourceMappingURL=first.css.map */