/* 下層全体 */

main img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main ul li {
  list-style: none;
}
.section_inner {
  max-width: 1328px;
  margin: auto;
  padding: 96px 24px;
}
@media (max-width: 767px) {
  .section_inner {
    padding: 48px 24px;
  }
}
.section_title {
  color: #555;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  font-size: clamp(32px, 4.17vw + 7px, 56px);
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .section_title {
    color: #555;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    font-size: clamp(28px, 7.46vw + 7px, 32px);
    margin-bottom: 64px;
  }
}
.section_lead {
  color: #444;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  text-align: center;
}
/* mv */
.mv {
  width: 100%;
  position: relative;
}
.mv_bg {
  position: relative;
  height: auto;
  width: 100%;
  background: linear-gradient(180deg, #fef3df 0%, #f7e5c7 50%, #efd4a6 100%);
}
.mv_bg img {
  position: relative;
  aspect-ratio: 16 / 6;
  height: auto;
  width: 80vw;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
}
@media (max-width: 767px) {
  .mv_bg img {
    position: relative;
    aspect-ratio: 390 / 328;
    height: auto;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
  }
}
.mv_frame {
  opacity: 0.8;
  background: #fff;
  padding: 32px 64px;
  position: absolute;
  left: 45vw;
  height: 58%;
  width: 40%;
  display: grid;
  place-content: center;
  z-index: 3;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .mv_frame {
    opacity: 0.8;
    background: #fff;
    padding: 32px 64px;
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: -100px;
    margin: auto;
    height: 200px;
    width: 80%;
    display: grid;
    place-content: center;
    z-index: 3;
  }
}
.mv_frame h1 {
  color: #444;
  font-size: clamp(28px, 3.65vw + 3px, 36px);
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
  margin-bottom: 24px;
  white-space: nowrap;
}
.mv_frame p {
  color: #f8b048;
  font-family: "Klee One";
  font-size: clamp(24px, 3.12vw + 3px, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  white-space: nowrap;
}

/* layout01 */
.layout01 {
  background-color: #ffffe8;
}
.layout01 .section_inner {
  padding-top: 96px;
}
@media (max-width: 767px) {
  .layout01 .section_inner {
    padding-top: 132px;
  }
}
.layout01 .section_title {
  color: #f8b048;
}
.layout01 p {
  color: #444;
  text-align: center;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 767px) {
  .layout01 p {
    text-align: left;
  }
}
/* layout02 */
.layout02 {
  background: linear-gradient(180deg, #fdf4f8 0%, #f3f9f9 100%);
}
/* layout03 */
.layout03 {
  background-color: #ffffe8;
}
.layout02_desc {
  display: flex;
  position: relative;
  margin-bottom: clamp(48px, 6.25vw + 8px, 64px);
}
@media (max-width: 767px) {
  .layout02_desc {
    flex-direction: column;
  }
}
.layout02_desc > *:nth-child(1) {
  flex: 1 1 55%;
  border-radius: 40px;
  position: relative;
  aspect-ratio: 3 / 2;
}
.layout02_desc > *:nth-child(2) {
  flex: 1 1 45%;
  border-radius: 40px;
  background: #fff;
  padding: clamp(32px, 4.17vw + 8px, 64px);
  position: relative;
  margin-left: -10%;
  margin-top: 12%;
}
@media (max-width: 960px) {
  .layout02_desc > *:nth-child(1) {
    flex: 1 1 65%;
    border-radius: 40px;
    position: relative;
    aspect-ratio: 3 / 2;
  }
  .layout02_desc > *:nth-child(2) {
    margin-left: -60%;
    margin-top: 30%;
    flex: 1 1 80%;
  }
}
@media (max-width: 767px) {
  .layout02_desc > * {
    flex: 1 1 100%;
    margin: auto;
  }
  .layout02_desc > *:nth-child(2) {
    background: transparent;
  }
  .layout02_desc > *:nth-child(2) {
    padding: clamp(32px, 4.17vw + 8px, 64px) 0;
    margin: auto;
  }
}

.layout02_desc img {
  width: 100%;
  display: block;
  border-radius: 40px;
  height: auto;
}
.layout02_step_wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6.25vw + 8px, 64px);
}
.layout02_step_wrapper > *:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .layout02_step_wrapper > *:nth-child(even) {
    flex-direction: column;
  }
}
.layout02_step {
  display: flex;
  gap: clamp(48px, 6.25vw + 8px, 64px);
  align-items: center;
}
.layout02_step:nth-of-type(even) > *:nth-child(2) {
  padding: 0 clamp(48px, 6.25vw + 8px, 64px) 0 0;
}

@media (max-width: 767px) {
  .layout02_step {
    flex-direction: column;
    gap: 40px;
  }
}
.layout02_step > * {
  flex: 1 1 50%;
}

@media (max-width: 767px) {
  .layout02_step > *:nth-child(2) {
    padding: 0;
  }
}
.layout02_step img {
  width: 100%;
  display: block;
  border-radius: 40px;
}
.layout02_step h3 {
  color: #48b0d0;
  font-size: clamp(32px, 4.17vw + 5px, 40px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 24px;
  display: flex;
}
.layout02_step h3 span.num {
  background-color: #48b0d0;
  color: white;
  padding: 4px 20px;
  margin-right: 16px;
  font-size: clamp(32px, 4.17vw + 7px, 40px);
}

.layout03 {
  background: #ffffe8;
}

.layout03_list {
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: column;
}
.layout03_list_item .layout03_list_text li {
  color: #444;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
}

.layout03_list_item .layout03_list_text p {
  color: #444;
  font-size: clamp(18px, 2.34vw + 7px, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
}
.layout03_list_item:nth-child(odd) {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: clamp(48px, 6.25vw + 8px, 64px);
  justify-content: flex-start;
}
.layout03_list_item:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  margin-bottom: clamp(48px, 6.25vw + 8px, 64px);
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .layout03_list_item:nth-child(odd),
  .layout03_list_item:nth-child(even) {
    flex-direction: column;
  }
}

.layout03_list_item:nth-child(odd) .layout03_list_image {
  flex: 1 1 55%;
  border-radius: 40px;
  position: relative;
  aspect-ratio: 3 / 2;
}

.layout03_list_item:nth-child(odd) .layout03_list_text {
  flex: 1 1 45%;
  border-radius: 40px;
  background: #fff;
  padding: clamp(32px, 4.17vw + 8px, 64px);
  position: relative;
  margin-left: -10%;
  margin-top: 8%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.section_denture .layout03_list_item:nth-child(odd) .layout03_list_text {
  margin-top: 17%;
}
.section_periodontal .layout03_list_item:nth-child(odd) .layout03_list_text {
  margin-top: 11%;
}

@media (max-width: 767px) {
  .layout03_list_item:nth-child(odd) .layout03_list_text {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    margin: 0 auto;
    padding: 0;
  }
  .section_denture .layout03_list_item:nth-child(odd) .layout03_list_text {
    margin-top: 0;
  }
  .section_periodontal .layout03_list_item:nth-child(odd) .layout03_list_text {
    margin-top: 0;
  }
}

.layout03_list_item:nth-child(even) .layout03_list_image {
  flex: 1 1 55%;
  border-radius: 40px;
  position: relative;
  aspect-ratio: 3 / 2;
}
.layout03_list_item:nth-child(even) .layout03_list_text {
  flex: 1 1 45%;
  border-radius: 40px;
  background: #fff;
  padding: clamp(32px, 4.17vw + 8px, 64px);
  position: relative;
  margin-right: -10%;
  margin-top: 8%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #444;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
}
@media (max-width: 767px) {
  .layout03_list_item:nth-child(even) .layout03_list_text {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    margin: 0 auto;
    padding: 0;
  }
}

.layout03_list_item:nth-child(odd) h2 {
  background: #48aed0;
  color: white;
  border-radius: 999px;
  aspect-ratio: 1 / 1;
  display: grid;
  place-content: center;
  width: clamp(144px, 18.77vw + 4px, 192px);
  position: absolute;
  z-index: 3;
  top: -30px;
  left: -30px;
  flex: 0 0 192px;
  font-size: clamp(28px, 3.65vw + 7px, 36px);
}
@media (max-width: 767px) {
  .layout03_list_item:nth-child(odd) h2 {
    left: -20px;
  }
}
.layout03_list_item:nth-child(even) h2 {
  background: #f8e870;
  color: white;
  border-radius: 999px;
  aspect-ratio: 1 / 1;
  display: grid;
  place-content: center;
  width: clamp(144px, 18.77vw + 4px, 192px);
  position: absolute;
  z-index: 3;
  top: -30px;
  right: -30px;
  flex: 0 0 192px;
  font-size: clamp(28px, 3.65vw + 7px, 36px);
}
@media (max-width: 767px) {
  .layout03_list_item:nth-child(even) h2 {
    right: -20px;
  }
}
@media (max-width: 960px) {
  .layout03_list_item .layout03_list_image {
    flex: 1 1 65%;
    border-radius: 40px;
    position: relative;
    aspect-ratio: 3 / 2;
  }
  .layout03_list_item .layout03_list_text {
    margin-left: -60%;
    margin-top: 30%;
    flex: 1 1 80%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .layout03_list_item .layout03_list_image {
    background: transparent;
    flex: 1 1 100%;
    margin: auto;
  }
  .layout03_list_item .layout03_list_text {
    padding: clamp(32px, 4.17vw + 8px, 64px) 0;
    margin: auto;
  }
}

.layout03_list_item img {
  width: 100%;
  display: block;
  border-radius: 40px;
}
.layout03_list_text ul {
  position: relative;
  list-style: none;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.layout03_list_text li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
}
.layout03_list_text li::before {
  content: "";
  width: 40px;
  aspect-ratio: 1 / 1.2;
  flex: 0 0 40px;
  background: url("/img/sub/icon-check.webp") no-repeat center / contain;
}
.layout03_list_text p {
  margin-top: 32px;
}
/* layout04 */
.layout04 {
  background-color: #ffffff;
}
.layout04 p {
  color: #444;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  flex: 3 0;
}

.layout04_list {
  display: flex;
  justify-content: space-between;
  gap: clamp(24px, 3.12vw + 5px, 64px);
}
@media (max-width: 767px) {
  .layout04_list {
    flex-direction: column;
    gap: 48px;
  }
}
.layout04_list img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.layout04_list > * {
  list-style: none;
  border-radius: 40px;
  border: 1px solid #bfbfbf;
  background: #fff;
  overflow: hidden;
  flex-direction: column;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex: 1 1 33%;
  gap: 32px;
}
@media (max-width: 767px) {
  .layout04_list > * {
    flex: 1 1 100%;
  }
}

.layout04 h2 + p {
  margin-bottom: 128px;
  padding: 24px;
}
.layout04_list > * figure {
  flex: 0 0 30%;
}

.layout04_list > * h3 {
  flex: 0 1 90px;
  color: #444;
  font-size: clamp(24px, 3.12vw + 4px, 28px);
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-align: center;
}
@media (max-width: 767px) {
  .layout04_list > * h3 {
    flex: 0 1 auto;
  }
}
.layout04_list > * p {
  padding: 0 24px 24px 24px;
  flex: 1 1 40%;
}
/* layout05 */
.layout05 {
  background: #ffffe8;
}
.layout05_list {
  list-style: none;
  padding: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap: clamp(20px, 2.6vw + 4px, 40px); */

  width: 100%;
}
@media (max-width: 767px) {
  .layout05_list {
    flex-direction: column;
    gap: 0;
  }
}

.layout05_list li {
  flex: 1 1 20%;
  padding: 0 clamp(10px, 1.6vw + 4px, 20px);
}
@media (max-width: 767px) {
  .layout05_list li:nth-child(odd) {
    flex: 1 1 100%;
    margin-left: 30%;
    margin-top: -7%;
    min-width: 250px;
  }
  .layout05_list li:nth-child(even) {
    flex: 1 1 100%;
    margin-right: 30%;
    margin-top: -7%;
    min-width: 260px;
  }
}
.layout05_list .inner {
  width: 100%;
  height: auto;
  border-radius: 50%;

  border: 2px solid #48aed0;
  background: #fff;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 24px;

  text-align: center;
  color: #444;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}
/* layout06 */
.layout06 {
  background: linear-gradient(180deg, #fdf4f8 0%, #f3f9f9 100%);
}
.layout06 .section_inner {
  max-width: 1024px;
  padding: 136px 24px;
}

.layout06_form input[type="text"],
.layout06_form input[type="email"],
.layout06_form textarea {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 16px;
  appearance: none;
  border: 0;
  outline: 0;
  width: 100%;
  font-size: clamp(24px, 3.12vw + 4px, 28px);
}
.layout06_input {
  display: flex;
}
.layout06_input span {
  border-radius: 8px 0 0 8px;
  background: #48aed0;
  flex: 1 0 80px;
  padding: 28px;
  color: white;
  font-weight: 700;
  content: "";
  white-space: nowrap;
}
.layout06_form input::placeholder,
.layout06_form textarea::placeholder {
  color: #ddd;
  opacity: 1;
}

.layout06_form label {
  color: #444;
  font-size: clamp(24px, 3.12vw + 4px, 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 200%;

  display: block;
}
.layout06_form label:not(:first-of-type) {
  margin-top: 48px;
}
/* layout07 */
.layout07 {
  background: #ffffe8;
}

.layout07_content {
  display: flex;
  position: relative;
  margin-bottom: clamp(48px, 6.25vw + 8px, 64px);
}
@media (max-width: 767px) {
  .layout07_content {
    flex-direction: column;
  }
}
.layout07_image {
  flex: 1 1 55%;
  position: relative;
}
.layout07_image img {
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 896;
  border-radius: 40px;
}

@media (max-width: 767px) {
  .layout07_image {
    margin-left: -24px;
    margin-right: 24px;
    flex: 1 1 80%;
  }
  .layout07_image img {
    border-radius: 0 40px 40px 0;
  }
}
.layout07_ceo {
  color: #444;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 48px */
  font-size: clamp(20px, 2.6vw + 4px, 24px);
}

.layout07_profile {
  flex: 1 1 35%;
  border-radius: 40px;
  background: #fff;
  padding: clamp(32px, 4.17vw + 8px, 64px);
  position: relative;
  margin-left: -10%;
  margin-top: 28%;
  height: fit-content;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (max-width: 767px) {
  .layout07_profile {
    flex: 1 1 100%;

    margin: clamp(48px, 6.25vw + 8px, 64px) auto;
    height: fit-content;
    display: flex;
    gap: 16px;
    flex-direction: column;
  }
}
.layout07_profile_clm {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.layout07_name_en {
  color: #f8b048;
  text-align: left;
  font-family: "Klee one";
  font-size: clamp(24px, 3.12vw + 4px, 28px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 24px;
}

.layout07_name {
  color: #444;
  text-align: left;
  font-size: clamp(40px, 5.21vw + 4px, 48px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.layout07_name span {
  color: #444;
  text-align: center;
  font-size: clamp(20px, 2.6vw + 4px, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-right: 16px;
}
