.section_frame {
  display: grid;
  min-height: clamp(240px, 34vw, 520px);
  padding: clamp(24px, 5vw, 72px);
  place-items: center;
  border-block: 1px dashed #b8a373;
  background: #fff;
  box-sizing: border-box;
}

.section_frame::before {
  content: attr(data-section);
  color: #7b683b;
  font-family: serif;
  font-size: clamp(18px, 2vw, 28px);
  letter-spacing: 0.08em;
}

.box1 {
  width: 1140px;
  max-width: 100%;
  box-sizing: border-box;
}

.top_news_box {
  width: 1280px;
  max-width: none;
}

.top_feature_inner,
.top_feature_item_wrap,
.feature02 .top_feature_inner,
.top_feature h3 {
  max-width: 1140px;
}

.footer_info .inner {
  max-width: 1140px;
}

@media screen and (min-width: 641px) and (max-width: 1299px) {
  body {
    overflow-x: auto;
  }
}
@media screen and (max-width: 640px) {
  .box1 {
    width: auto;
  }
  .top_news_box {
    max-width: 100%;
  }
  .top_hatsudai .box1 {
    margin-inline: 20px;
  }
  .top_feature {
    margin-top: 80px;
  }
}
.concept {
  box-sizing: border-box;
  padding: clamp(50px, 50px + 50 * (100vw - 390px) / 1050, 100px) 0;
  overflow: hidden;
  background: #fff;
  color: #3a3a3a;
}
.concept_inner {
  width: min(100% - 40px, 1080px);
  margin: 0 auto;
}
.concept_copy {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(0, 17fr);
  gap: clamp(40px, 5.56vw, 80px);
}
.concept_lead, .concept_title, .concept_body p {
  margin: 0;
  padding: 0;
  color: inherit;
  text-align: left;
}
.concept_lead {
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
.concept_body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
.concept_body span {
  display: block;
}
.concept_more {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
  color: inherit;
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  opacity: 1;
}
.concept_more::after {
  content: "";
  width: 45px;
  height: 6px;
  border-bottom: 1px solid currentColor;
  background: linear-gradient(45deg, transparent 47%, currentColor 48%, currentColor 53%, transparent 54%) right bottom/9px 6px no-repeat;
  box-sizing: border-box;
  transition: transform 0.2s ease-in-out;
}
.concept_more:hover, .concept_more:focus-visible {
  opacity: 1;
}
.concept_more:hover::after, .concept_more:focus-visible::after {
  transform: translateX(9px);
}
.concept_more:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.concept_title {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  color: #cdb084;
  font-family: "Shippori Mincho B1", "Shippori Mincho", serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 8px;
  transform: translateX(-30px);
  opacity: 0.5;
}
.concept_slider {
  position: relative;
  height: 380px;
  margin-top: -64px;
  overflow: hidden;
}
.concept_slider_track {
  display: flex;
  position: relative;
  height: 100%;
}
.concept_slider_list {
  display: flex;
  flex: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.concept_slider_list li {
  flex: 0 0 480px;
  width: 480px;
  height: 380px;
  overflow: hidden;
}
.concept_slider_list picture,
.concept_slider_list img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .concept_copy {
    display: block;
  }
  .concept_body {
    margin-top: 40px;
  }
  .concept_lead {
    font-size: clamp(20px, 6.154vw, 24px);
  }
  .concept_break_pc {
    display: none;
  }
  .concept_body {
    font-size: clamp(14px, 4.103vw, 16px);
  }
  .concept_body span {
    display: block;
  }
  .concept_more {
    margin-top: 20px;
  }
  .concept_title {
    margin-top: 10px;
    font-size: 40px;
    letter-spacing: 4px;
    transform: none;
  }
  .concept_slider {
    height: 190px;
    margin-top: -32px;
  }
  .concept_slider_list li {
    flex-basis: 240px;
    width: 240px;
    height: 190px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .concept_more::after {
    transition: none;
  }
  .concept_more:hover::after, .concept_more:focus-visible::after {
    transform: none;
  }
}

.message {
  position: relative;
  z-index: 1;
  isolation: isolate;
  box-sizing: border-box;
  padding: 100px 0;
  overflow: visible;
  color: #3a3a3a;
}
.message::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #f9f9f9;
  pointer-events: none;
}
.message_bg {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(22.5vw, 324px);
  background: url("../img/message_bg.webp") center/cover no-repeat;
  pointer-events: none;
}
.message_card {
  display: grid;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: min(100% - 80px, 1140px);
  margin: 0 auto;
  padding: clamp(30px, 4.17vw, 60px);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.1);
}
.message_shape {
  position: absolute;
  z-index: 0;
  background: #f7f7f7;
  pointer-events: none;
}
.message_shape_left {
  top: 0;
  left: 0;
  width: 28.16%;
  aspect-ratio: 321/508;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.message_shape_right {
  right: 0;
  bottom: 0;
  width: 39.47%;
  height: 100%;
  clip-path: polygon(70.44% 0, 100% 0, 100% 100%, 0 100%);
}
.message_main {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(260px, 420px) minmax(0, 560px);
  gap: clamp(20px, 2.78vw, 40px);
}
.message_photo {
  align-self: start;
  aspect-ratio: 420/586;
  margin: 0;
  overflow: hidden;
}
.message_photo picture {
  display: block;
  height: 100%;
}
.message_photo img {
  display: block;
  position: relative;
  top: -1.02%;
  left: -3.81%;
  width: 107.62%;
  height: auto;
  max-width: none;
}
.message_content, .message_heading, .message_body, .message_signature {
  position: relative;
  z-index: 1;
}
.message_heading p,
.message_heading h2 {
  margin: 0;
  padding: 0;
  text-align: left;
}
.message_heading h2 {
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}
.message_heading_en {
  color: #c4ae96;
  font-family: "Shippori Mincho B1", "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1.8px;
}
.message_body {
  min-height: 290px;
  margin-top: 24px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
.message_body p {
  margin: 0;
  padding: 0;
  color: inherit;
  text-align: left;
}
.message_signature {
  margin-top: 24px;
  padding-top: 23px;
  border-top: 1px solid #d8cfc5;
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  font-weight: 500;
}
.message_signature img {
  display: block;
  width: 240px;
  height: 32px;
}
.message_position, .message_name {
  margin: 0;
  padding: 0;
  color: inherit;
  text-align: left;
}
.message_position {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0;
}
.message_name {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-top: 5px;
}
.message_name span {
  flex: none;
}
.message_name span:first-child {
  font-size: 32px;
  line-height: 1.8;
  letter-spacing: 0;
}
.message_name span:last-child {
  color: #c4ae96;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.message_profile_wrap {
  position: relative;
  z-index: 1;
  justify-self: center;
  margin-top: 60px;
}
.message_profile_wrap.btn01 .message_profile {
  display: inline-block;
  padding: 0 60px 0 0;
  color: inherit;
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}
.message_profile_wrap.btn01 .message_profile::after {
  top: 12px;
  right: 0;
  width: 45px;
  height: 6px;
  background-position: center;
  background-size: 45px 6px;
  background-repeat: no-repeat;
}
.message_profile_wrap.btn01 .message_profile:hover::after {
  right: -9px;
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .message_card {
    width: calc(100% - 80px);
  }
  .message_main {
    grid-template-columns: minmax(220px, 2fr) minmax(0, 3fr);
  }
}
@media screen and (max-width: 640px) {
  .message {
    padding: 20px 0 50px;
  }
  .message_bg {
    z-index: -1;
    top: 324px;
    bottom: auto;
    width: 100%;
    height: 779px;
    background-position: center;
  }
  .message_card {
    display: block;
    width: calc(100% - 40px);
    padding: 30px 20px;
  }
  .message_shape_left {
    top: 0;
    left: 0;
    width: 28.57%;
    aspect-ratio: 100/210;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    transform: rotate(180deg);
    transform-origin: center;
  }
  .message_shape_right {
    right: 0;
    bottom: 0;
    width: 39.71%;
    height: auto;
    aspect-ratio: 139/240;
    clip-path: polygon(70.44% 0, 100% 0, 100% 100%, 0 100%);
  }
  .message_main {
    display: block;
  }
  .message_photo {
    aspect-ratio: 310/199;
  }
  .message_photo img {
    top: -3.02%;
    left: 0;
    width: 100%;
  }
  .message_content {
    margin-top: 20px;
  }
  .message_heading h2 {
    font-size: 22px;
  }
  .message_heading_en {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
  .message_body {
    min-height: 400px;
    margin-top: 12px;
    font-size: 14px;
  }
  .message_signature {
    margin-top: 12px;
    padding-top: 11px;
  }
  .message_signature img {
    width: min(100%, 240px);
    height: auto;
  }
  .message_position {
    margin-top: 10px;
    font-size: 14px;
  }
  .message_name {
    gap: 10px;
    margin-top: 5px;
  }
  .message_name span:first-child {
    font-size: 22px;
  }
  .message_name span:last-child {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .message_profile_wrap {
    margin-top: 30px;
  }
  .message_profile_wrap.btn01 .message_profile {
    font-size: 16px;
  }
}
.message + .top_feature {
  position: relative;
  z-index: 0;
  isolation: isolate;
}
.message + .top_feature::before {
  z-index: -1;
}

.treatment {
  position: relative;
  box-sizing: border-box;
  padding: 100px 0 95px;
  overflow: hidden;
  background: #fff;
  color: #3a3a3a;
}
.treatment::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url("../img/treatment_bg.webp") center/cover no-repeat;
  opacity: 0.1;
  pointer-events: none;
}
.treatment_inner {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1146px);
  margin: 0 auto;
}
.treatment_heading {
  margin: 0 0 59px;
}
.treatment_title, .treatment_lead {
  margin: 0;
  padding: 0;
  text-align: left;
}
.treatment_title {
  color: #c4ae96;
  font-family: "Shippori Mincho B1", "Shippori Mincho", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 4.8px;
}
.treatment_lead {
  margin-top: 5px;
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.8;
}
.treatment_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  width: calc(100% - 6px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.treatment_item {
  display: grid;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.treatment_item a {
  display: grid;
  position: relative;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: flex-end;
  column-gap: 10px;
  min-height: 79px;
  padding-bottom: 10px;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.treatment_item a:hover .treatment_item_arrow,
.treatment_item a:focus-visible .treatment_item_arrow {
  transform: translateX(9px);
}
.treatment_item_icon {
  display: grid;
  position: relative;
  width: 70px;
  height: 70px;
  place-items: center;
  isolation: isolate;
}
.treatment_item_icon::before, .treatment_item_icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.treatment_item_icon::before {
  z-index: 0;
  inset: 0;
  padding: 1px;
  background: linear-gradient(130.4deg, #c4ae96 0%, #cdb084 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.treatment_item_icon::after {
  z-index: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(130.4deg, #c4b896 0%, #d8c8a4 100%);
}
.treatment_item_icon img {
  display: block;
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: 34px;
  max-height: 25px;
}
.treatment_item_text {
  display: flex;
  min-width: 0;
  padding-bottom: 10px;
  flex-direction: column;
  box-sizing: border-box;
}
.treatment_item_name, .treatment_item_en {
  display: block;
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  line-height: normal;
}
.treatment_item_name {
  font-size: 20px;
  font-weight: 400;
}
.treatment_item_en {
  margin-top: 2px;
  color: #c4ae96;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  white-space: nowrap;
}
.treatment_item_en_sp {
  display: none;
}
.treatment_item_arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 9px;
  background: linear-gradient(#c4ae96, #c4ae96) left bottom/100% 1px no-repeat, linear-gradient(38.66deg, transparent 46%, #c4ae96 47%, #c4ae96 53%, transparent 54%) right bottom/13px 9px no-repeat;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .treatment_inner {
    width: min(100% - 80px, 560px);
  }
  .treatment_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .treatment {
    padding: 50px 0 59px;
  }
  .treatment::before {
    background-image: url("../img/treatment_bg_sp.webp");
    background-position: center;
    background-size: cover;
  }
  .treatment_inner {
    width: calc(100% - 40px);
  }
  .treatment_heading {
    margin-bottom: 30px;
  }
  .treatment_title {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
  .treatment_lead {
    margin-top: 0;
    font-size: 15px;
  }
  .treatment_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 10px;
    width: 100%;
  }
  .treatment_item a {
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: start;
    column-gap: 5px;
    min-height: 40px;
    padding-bottom: 8px;
  }
  .treatment_item_icon {
    width: 40px;
    height: 40px;
  }
  .treatment_item_icon::after {
    width: 34.286px;
    height: 34.286px;
  }
  .treatment_item_name {
    font-size: clamp(13px, 3.846vw, 15px);
  }
  .treatment_item_text {
    padding-top: 1px;
    padding-bottom: 0;
  }
  .treatment_item_en {
    margin-top: 2px;
    font-size: clamp(8px, 2.564vw, 10px);
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  .treatment_item_en_pc {
    display: none;
  }
  .treatment_item_en_sp {
    display: block;
  }
  .treatment_item_arrow {
    height: 7px;
    background: linear-gradient(#c4ae96, #c4ae96) left bottom/100% 1px no-repeat, linear-gradient(42.71deg, transparent 46%, #c4ae96 47%, #c4ae96 53%, transparent 54%) right bottom/10px 7px no-repeat;
  }
  .treatment_item_cavity img, .treatment_item_root_canal img, .treatment_item_preventive img {
    width: 12.5px;
    height: 15px;
  }
  .treatment_item_oral_surgery img, .treatment_item_cosmetic img {
    width: 11.875px;
    height: 15px;
  }
  .treatment_item_implant img {
    width: 8.125px;
    height: 15px;
  }
  .treatment_item_whitening img {
    width: 15px;
    height: 15px;
  }
  .treatment_item_orthodontics img, .treatment_item_periodontal img {
    width: 11.429px;
    height: 13.714px;
  }
  .treatment_item_teeth_grinding img {
    width: 18.889px;
    height: 10px;
  }
  .treatment_item_bad_breath img {
    width: 15.625px;
    height: 15px;
  }
  .treatment_item_counseling img {
    width: 13.75px;
    height: 15px;
  }
}

.point {
  margin-block: 0;
  color: #3a3a3a;
}

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

.point_list > li {
  scroll-margin-top: 90px;
  list-style: none;
}

.point .case_detail,
.point .case_detail.case_detail2 {
  margin-block: 60px;
  padding-block: 0;
}

.point .top_commitment_item_foot {
  width: min(90%, 1140px);
  margin-top: 0;
}

.point .point_list_section {
  display: block;
  position: relative;
  min-height: 0;
  padding: 80px 0;
  overflow: hidden;
  border: 0;
  box-sizing: border-box;
  background: #fff;
}
.point .point_list_section::before {
  content: none;
}

.point_list_bg,
.point_list_photo {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
}
.point_list_bg img,
.point_list_photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.point_list_bg {
  right: 0;
  left: 0;
}
.point_list_bg img {
  object-fit: fill;
}

.point_list_inner {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1140px);
  margin: 0 auto;
}

.point_list_content {
  width: min(59.65%, 680px);
  letter-spacing: 0;
}

.point_list_lead,
.point_list_title,
.point_list_body p,
.point_list_features,
.point_list_features p {
  margin: 0;
  padding: 0;
}

.point_list_lead,
.point_list_title,
.point_list_features p {
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  font-weight: 400;
}

.point_list_lead {
  color: #856f48;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.425;
}

.point_list_heading {
  margin-top: 10px;
  padding-top: 16px;
  border-top: 1px solid #856f48;
}

.point_list_title {
  font-size: 32px;
  line-height: 1.4375;
}

.point_list_body {
  margin-top: 24px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.point_list_features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
  margin-top: 40px;
  list-style: none;
}
.point_list_features li {
  display: flex;
  position: relative;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  list-style: none;
}
.point_list_features li + li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -13px;
  width: 1px;
  height: 180px;
  background: #c4ae96;
}
.point_list_features img {
  display: block;
  width: 100px;
  height: 100px;
}
.point_list_features p {
  width: 100%;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .point_list > li {
    scroll-margin-top: 70px;
  }
  .point .point_list_section {
    padding: 150px 0 50px;
  }
  .point_list_photo {
    right: 0;
    left: 0;
    width: 100%;
    height: 300px;
  }
  .point_list_inner {
    width: calc(100% - 40px);
  }
  .point_list_content {
    width: 100%;
  }
  .point_list_lead {
    font-size: 28px;
    line-height: 1.4286;
  }
  .point_list_heading {
    padding-top: 10px;
  }
  .point_list_title {
    font-size: 20px;
    line-height: 1.45;
  }
  .point_list_body {
    margin-top: 12px;
    font-size: 14px;
    line-height: 30px;
  }
  .point_list_features {
    gap: 18px;
    margin-top: 20px;
  }
  .point_list_features li + li::before {
    top: 0;
    left: -9px;
    height: 106px;
  }
  .point_list_features img {
    width: 50px;
    height: 50px;
  }
  .point_list_features p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4167;
  }
  .point_list_features li:nth-child(3) p {
    letter-spacing: -0.48px;
  }
  .point .case_detail,
  .point .case_detail.case_detail2 {
    margin-block: 30px;
  }
}
.point_top {
  display: block;
  position: relative;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  box-sizing: border-box;
  background: #fff;
}
.point_top::before {
  content: none;
}
.point_top::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 71.101%);
  pointer-events: none;
}
.point_top_bg {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 444px;
  pointer-events: none;
}
.point_top_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.point_top_inner {
  display: grid;
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 640px) minmax(0, 475px);
  gap: 25px;
  width: min(100% - 40px, 1140px);
  min-height: 610px;
  margin: 0 auto;
  padding-top: 250px;
  box-sizing: border-box;
}
.point_top_heading {
  grid-column: 2;
  grid-row: 1;
  text-align: center;
}
.point_top_lead, .point_top_title {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  font-weight: 400;
}
.point_top_lead {
  font-size: 40px;
  line-height: 1.8;
}
.point_top_lead_line {
  display: block;
  white-space: nowrap;
}
.point_top_lead_accent {
  color: #856f48;
  font-size: 48px;
}
.point_top_title {
  margin-top: -8px;
  color: #856f48;
  font-size: 56px;
  line-height: normal;
}
.point_top_title span {
  font-size: 90px;
}
.point_top_cards {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  grid-template-columns: repeat(3, minmax(0, 200px));
  gap: 20px;
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
}
.point_top_card {
  display: flex;
  min-width: 0;
  aspect-ratio: 10/11;
  box-sizing: border-box;
  background: linear-gradient(149.03deg, #fff 2.5929%, #f9f9f9 97.843%);
  box-shadow: 0 10px 10px -3px rgba(51, 51, 51, 0.1);
  list-style: none;
}
.point_top_card_link {
  display: flex;
  width: 100%;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding-top: 26px;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.point_top_card_link:focus-visible {
  outline: 2px solid #856f48;
  outline-offset: -2px;
}
.point_top_icon {
  display: grid;
  position: relative;
  width: 70px;
  height: 70px;
  place-items: center;
  isolation: isolate;
}
.point_top_icon::before, .point_top_icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.point_top_icon::before {
  z-index: 0;
  inset: 0;
  padding: 1px;
  background: linear-gradient(130.4deg, #c4ae96 0%, #cdb084 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.point_top_icon::after {
  z-index: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(130.4deg, #c4b896 0%, #d8c8a4 100%);
}
.point_top_icon img {
  display: block;
  position: relative;
  z-index: 1;
  width: auto;
  height: 24px;
}
.point_top_name, .point_top_en {
  display: block;
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.point_top_name {
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 0;
}
.point_top_en {
  margin-top: 10px;
  color: #c4ae96;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .point_top_inner {
    grid-template-columns: minmax(0, 56%) minmax(0, 44%);
    gap: 0;
  }
  .point_top_cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .point_top_card {
    aspect-ratio: auto;
    min-height: 180px;
  }
  .point_top_card_link {
    padding-top: 18px;
  }
  .point_top_lead {
    font-size: clamp(20px, 3.125vw, 32px);
  }
  .point_top_lead .point_top_lead_accent {
    font-size: clamp(26px, 3.9vw, 40px);
  }
  .point_top_title {
    font-size: clamp(34px, 4.49vw, 46px);
  }
  .point_top_title span {
    font-size: clamp(52px, 7.03vw, 72px);
  }
  .point_top_icon {
    width: 60px;
    height: 60px;
  }
  .point_top_icon::after {
    width: 51.429px;
    height: 51.429px;
  }
  .point_top_name {
    margin-top: 5px;
    font-size: 16px;
  }
  .point_top_en {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 640px) {
  .point_top.section_frame {
    min-height: 0;
    padding: 0;
  }
  .point_top::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 25%, #fff 33%);
  }
  .point_top_bg {
    height: 242px;
  }
  .point_top_inner {
    display: block;
    width: calc(100% - 40px);
    min-height: 680px;
    padding-top: 80px;
  }
  .point_top_lead {
    font-size: clamp(20px, 6.154vw, 24px);
  }
  .point_top_lead .point_top_lead_accent {
    font-size: clamp(27px, 8.205vw, 32px);
  }
  .point_top_title {
    margin-top: 0;
    font-size: 40px;
  }
  .point_top_title span {
    font-size: 64px;
    line-height: 0.8;
  }
  .point_top_cards {
    grid-template-columns: repeat(2, minmax(0, 170px));
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }
  .point_top_card {
    min-height: 180px;
    aspect-ratio: auto;
  }
  .point_top_card_link {
    padding-top: 18px;
  }
  .point_top_card:last-child {
    grid-column: 1/-1;
    width: min(100%, 170px);
    justify-self: center;
  }
  .point_top_icon {
    width: 60px;
    height: 60px;
  }
  .point_top_icon::after {
    width: 51.429px;
    height: 51.429px;
  }
  .point_top_name {
    margin-top: 5px;
    font-size: 18px;
  }
  .point_top_en {
    margin-top: 2px;
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 360px) {
  .point_top_cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .point_top_name {
    font-size: 16px;
  }
  .point_top_en {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

.point_list01 .point_list_photo {
  right: -40px;
  width: min(68.854%, 991.5px);
}
.point_list01 .point_list_heading {
  width: 77.647%;
}
@media screen and (max-width: 640px) {
  .point_list01 .point_list_photo {
    right: 0;
    width: 100%;
  }
  .point_list01 .point_list_heading {
    width: 100%;
  }
}

.point_list02 .point_list_bg {
  top: -27px;
  right: -1px;
  bottom: -45px;
  left: -67px;
  height: auto;
}
.point_list02 .point_list_photo {
  left: 0;
  width: min(49.722%, 716px);
}
.point_list02 .point_list_content {
  margin-left: auto;
}
.point_list02 .point_list_heading {
  width: 70.588%;
}
@media screen and (max-width: 640px) {
  .point_list02 .point_list_photo {
    width: 100%;
  }
  .point_list02 .point_list_bg {
    inset: 0;
    height: 100%;
  }
  .point_list02 .point_list_heading {
    width: 100%;
  }
  .point_list02 .point_list_features li + li::before {
    height: 120px;
  }
  .point_list02 .point_list_features li:first-child p {
    font-size: 11px;
    line-height: 1.4545;
  }
  .point_list02 .point_list_features {
    min-height: 120px;
  }
}

.point_list03 .point_list_photo {
  right: 0;
  width: min(67.153%, 967px);
  height: 103.82%;
}
.point_list03 .point_list_heading {
  width: 94.118%;
}
@media screen and (max-width: 640px) {
  .point_list03 .point_list_photo {
    width: 100%;
    height: 300px;
  }
  .point_list03 .point_list_heading {
    width: 100%;
  }
  .point_list03 .point_list_features li:first-child p {
    font-size: 11px;
    line-height: 1.4545;
  }
}

.npo {
  display: block;
  min-height: 0;
  padding: clamp(0px, 60 * (100vw - 390px) / 1050, 60px) 0 0;
  border: 0;
  box-sizing: border-box;
  background: transparent;
  color: #3a3a3a;
}
.npo::before {
  content: none;
}
.npo_inner {
  width: min(100% - 40px, 1140px);
  margin: 0 auto;
  border: clamp(15px, 15px + 5 * (100vw - 390px) / 1050, 20px) solid #ccbc99;
  box-sizing: border-box;
}
.npo_content {
  padding: clamp(15px, 15px + 25 * (100vw - 390px) / 1050, 40px);
}
.npo_block + .npo_block, .npo_banner {
  margin-top: clamp(20px, 20px + 20 * (100vw - 390px) / 1050, 40px);
}
.npo_title, .npo_text {
  margin: 0;
  padding: 0;
  color: inherit;
}
.npo_title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccbc99;
  color: #856f48;
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
}
.npo_title_break {
  display: none;
}
.npo_text {
  margin-top: 23px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
}
.npo_text_intro, .npo_text_about {
  line-height: 30px;
}
.npo_banner {
  display: block;
  width: min(100%, 600px);
  aspect-ratio: 600/96;
  margin-right: auto;
  margin-left: auto;
}
.npo_banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .npo.section_frame {
    min-height: 0;
    padding: clamp(0px, 60 * (100vw - 390px) / 1050, 60px) 0 0;
  }
  .npo_banner {
    aspect-ratio: 290/46;
  }
  .npo_title {
    font-size: 16px;
    line-height: 23px;
  }
  .npo_title_break {
    display: block;
  }
  .npo_text {
    margin-top: 11px;
    font-size: 14px;
  }
  .npo_text_intro {
    line-height: 25px;
  }
  .npo_text_about {
    line-height: 20px;
  }
}

.partnership {
  display: block;
  position: relative;
  isolation: isolate;
  min-height: 720px;
  padding: 100px 0 209px;
  overflow: hidden;
  border: 0;
  box-sizing: border-box;
  background: #fff;
  color: #3a3a3a;
}
.partnership::before, .partnership::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.partnership::before {
  z-index: 0;
  inset: 0;
  background: linear-gradient(242.72deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.partnership::after {
  z-index: 1;
  top: -100px;
  left: calc(50% - 80px);
  width: 900px;
  height: 900px;
  background: url("../img/partnership_bg.webp") center/100% 100% no-repeat;
  opacity: 0.3;
}
.partnership_inner {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1140px);
  margin: 0 auto;
}
.partnership_heading {
  display: flex;
  min-height: 129px;
}
.partnership_number, .partnership_en, .partnership_title, .partnership_hospitals {
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
}
.partnership_number {
  flex: 0 0 40px;
  width: 40px;
  color: #c4ae96;
  font-size: 90px;
  font-weight: 400;
  line-height: 1.4333;
  letter-spacing: 0;
  text-align: center;
  transform: translateX(-24px);
}
.partnership_heading_text {
  padding-top: 18px;
}
.partnership_en, .partnership_title {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}
.partnership_en {
  color: #c4ae96;
  letter-spacing: 3.2px;
}
.partnership_title {
  margin-top: -15px;
  color: #3a3a3a;
  letter-spacing: 0;
}
.partnership_hospitals, .partnership_banners {
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: start;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.partnership_hospitals {
  grid-template-columns: minmax(0, 280fr) minmax(0, 232fr);
  column-gap: 20px;
  row-gap: 20px;
  width: min(100%, 532px);
  margin-top: 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
.partnership_hospitals li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.partnership_hospitals li:nth-child(3) {
  width: 304px;
}
.partnership_check {
  display: block;
  position: relative;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-top: 7px;
  border: 1px solid #c4ae96;
  box-sizing: border-box;
  background: #fff;
}
.partnership_check::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 11px;
  height: 6px;
  border-bottom: 2px solid #c4ae96;
  border-left: 2px solid #c4ae96;
  transform: rotate(-45deg);
}
.partnership_banners {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: min(100%, 760px);
  margin-top: 60px;
}
.partnership_banners li,
.partnership_banners a,
.partnership_banners img {
  display: block;
}
.partnership_banners li {
  margin: 0;
  padding: 0;
  list-style: none;
  aspect-ratio: 60/19;
}
.partnership_banners a {
  color: inherit;
  text-decoration: none;
}
.partnership_banners img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .partnership {
    min-height: 556px;
    padding: 200px 0 50px;
  }
  .partnership_inner {
    width: fit-content;
    max-width: calc(100% - 40px);
  }
  .partnership::before {
    background: linear-gradient(259.75deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  }
  .partnership::after {
    top: -60px;
    left: 50%;
    width: 420px;
    height: 380px;
    background-image: url("../img/partnership_bg_sp.webp");
    transform: translateX(-50%);
  }
  .partnership_heading {
    width: fit-content;
    min-height: 92px;
  }
  .partnership_number {
    font-size: 64px;
    line-height: 1.4375;
    transform: translateX(-17px);
  }
  .partnership_heading_text {
    padding-top: 19px;
  }
  .partnership_en, .partnership_title {
    margin-left: 5px;
    font-size: 20px;
    line-height: 1.8;
  }
  .partnership_en {
    letter-spacing: 2px;
  }
  .partnership_title {
    margin-top: -9px;
  }
  .partnership_hospitals {
    grid-template-columns: minmax(0, 185fr) minmax(0, 153fr);
    column-gap: 10px;
    row-gap: 10px;
    width: 348px;
    max-width: 100%;
    margin-top: 10px;
    font-size: 16px;
    line-height: normal;
  }
  .partnership_hospitals li {
    gap: 5px;
  }
  .partnership_hospitals li:nth-child(3) {
    width: 201px;
  }
  .partnership_check {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }
  .partnership_check::after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 4px;
    border-width: 0 0 1.5px 1.5px;
  }
  .partnership_banners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 350px;
    max-width: 100%;
    margin-top: 30px;
  }
  .partnership_banners li:last-child {
    grid-column: 1/-1;
    width: calc((100% - 10px) / 2);
    justify-self: center;
  }
  .partnership_banners li {
    aspect-ratio: 85/27;
  }
}
@media screen and (max-width: 359px) {
  .partnership_hospitals {
    grid-template-columns: max-content;
  }
  .partnership_hospitals li:nth-child(3) {
    width: auto;
  }
}

.top_instagram::before {
  content: none;
}

.blog {
  box-sizing: border-box;
  padding: 100px 0;
  background: #f9f9f9;
  color: #3a3a3a;
}
.blog_inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "heading more" "list list";
  width: min(100% - 40px, 1140px);
  margin: 0 auto;
}
.blog_heading {
  grid-area: heading;
}
.blog_en, .blog_title, .blog_item_title {
  margin: 0;
  padding: 0;
  color: inherit;
  text-align: left;
}
.blog_en {
  color: #c4ae96;
  font-family: "Shippori Mincho B1", "Shippori Mincho", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4583;
  letter-spacing: 4.8px;
}
.blog_title {
  margin-top: 2px;
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}
.blog_more {
  grid-area: more;
  align-self: start;
  margin-top: 47px;
}
.blog_more.btn01 .blog_more_link {
  padding: 0 60px 0 0;
  color: inherit;
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}
.blog_more.btn01 .blog_more_link::after {
  top: 12px;
  right: 0;
  width: 45px;
  height: 6px;
  background-position: center;
  background-size: 45px 6px;
  background-repeat: no-repeat;
}
.blog_more.btn01 .blog_more_link:hover::after, .blog_more.btn01 .blog_more_link:focus-visible::after {
  right: -9px;
}
.blog_list {
  display: grid;
  grid-area: list;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr));
  gap: clamp(15px, 2.084vw, 30px);
  min-height: 143px;
  margin: 60px 0 0;
  padding: 0;
  list-style: none;
}
.blog_status {
  grid-column: 1/-1;
  margin: 0;
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 1.8;
}
.blog_item, .blog_item article {
  min-width: 0;
  margin: 0;
  padding: 0;
}
.blog_item_link {
  display: block;
  min-height: 143px;
  color: inherit;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.blog_item_accent {
  display: block;
  height: 4px;
  background: #c9bc9c;
}
.blog_item_body {
  display: flex;
  gap: 10px;
  box-sizing: border-box;
  min-height: 139px;
  padding: 20px;
}
.blog_item_thumb {
  display: block;
  flex: 0 0 99px;
  width: 99px;
  height: 99px;
  overflow: hidden;
}
.blog_item_thumb img {
  display: block;
  width: 180px;
  max-width: none;
  height: 99px;
  object-fit: cover;
  transform: translateX(-40px);
}
.blog_item_content {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
}
.blog_item_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 2;
}
.blog_item_meta time,
.blog_item_meta span {
  white-space: nowrap;
}
.blog_item_category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 60px;
  height: 20px;
  border-radius: 1px;
  background: #8cb2c7;
  color: #fff;
  line-height: 1;
}
.blog_item_title {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 10px;
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog_item_arrow {
  display: block;
  box-sizing: border-box;
  width: 35px;
  height: 5px;
  margin: 5px 0 0 auto;
  border-bottom: 1px solid currentColor;
  background: linear-gradient(45deg, transparent 47%, currentColor 48%, currentColor 53%, transparent 54%) right bottom/7px 5px no-repeat;
}
@media screen and (max-width: 640px) {
  .blog {
    padding: 50px 0;
  }
  .blog_inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "heading" "list" "more";
  }
  .blog_en {
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: 2.8px;
  }
  .blog_title {
    margin-top: 0;
    font-size: 15px;
  }
  .blog_list {
    min-height: 459px;
    margin-top: 30px;
  }
  .blog_more {
    justify-self: center;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .blog_list {
    min-height: 301px;
  }
}
@media screen and (max-width: 359px) {
  .blog_item_body {
    padding: 15px;
  }
  .blog_item_thumb {
    flex-basis: 89px;
    width: 89px;
    height: 99px;
  }
}

.contact {
  box-sizing: border-box;
  padding: 50px 0 100px;
  background: #fff;
  color: #3a3a3a;
}
.contact_inner {
  position: relative;
  width: min(100% - 40px, 1140px);
  margin: 0 auto;
  padding: 76px clamp(20px, 4.167vw, 60px) 60px;
  box-sizing: border-box;
  background: #f9f9f9;
}
.contact_title {
  position: absolute;
  top: -43px;
  left: 50%;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
  color: #cdb084;
  font-family: "Shippori Mincho B1", "Shippori Mincho", serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 0.7375;
  letter-spacing: 8px;
  opacity: 0.5;
}
.contact_phone {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  color: #c4ae96;
}
.contact_phone_lead {
  font-family: "Shippori Mincho B1", "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.464;
  text-align: center;
}
.contact_phone_number {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 5px;
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  font-size: clamp(44px, 4.445vw, 64px);
  font-weight: 600;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
.contact_phone_number[href^=tel]:hover {
  cursor: pointer;
  opacity: 0.7;
}
.contact_phone_number img {
  display: block;
  width: 50px;
  height: 50px;
}
.contact_phone_rule {
  height: 1px;
  margin-top: 40px;
  background: #acacac;
}
.contact_cta_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 2.084vw, 30px);
  margin: 39px 0 0;
  padding: 0;
  list-style: none;
}
.contact_cta {
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact_cta:only-child {
  grid-column: 2;
}
.contact_cta a {
  display: grid;
  position: relative;
  grid-template-rows: 49px 1px 70px;
  height: 120px;
  overflow: hidden;
  box-sizing: border-box;
  color: #fff;
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
.contact_cta a::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: rgba(58, 58, 58, 0.1);
  pointer-events: none;
}
.contact_cta a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}
.contact_cta a:hover {
  opacity: 0.7;
}
.contact_cta_web a {
  background: #cdb084;
}
.contact_cta_line a {
  background: #6bb335;
}
.contact_cta_mail a {
  background: #8cb2c7;
}
.contact_cta_note, .contact_cta_label, .contact_cta_rule {
  position: relative;
  z-index: 1;
}
.contact_cta_note {
  align-self: start;
  justify-self: center;
  margin-top: 15px;
  font-size: clamp(16px, 1.389vw, 20px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
.contact_cta_rule {
  height: 1px;
  margin: 0 10px;
  background: #fff;
}
.contact_cta_label {
  display: flex;
  align-self: start;
  align-items: center;
  justify-self: center;
  gap: 10px;
  margin-top: 9px;
  font-size: clamp(24px, 2.223vw, 32px);
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.05em;
}
.contact_cta_label img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media screen and (max-width: 640px) {
  .contact {
    padding: 50px 0;
  }
  .contact_cta:only-child {
    grid-column: auto;
  }
  .contact_inner {
    padding: 47px 20px 30px;
  }
  .contact_title {
    top: -18px;
    font-size: 48px;
    line-height: 0.7292;
    letter-spacing: 4.8px;
  }
  .contact_phone_lead {
    font-size: clamp(14px, 4.103vw, 16px);
    line-height: 1.4375;
  }
  .contact_phone_number {
    gap: 5px;
    font-size: clamp(26px, 8.205vw, 32px);
    line-height: 1.4375;
    letter-spacing: 0.05em;
  }
  .contact_phone_number img {
    width: 30px;
    height: 30px;
  }
  .contact_phone_rule {
    margin-top: 20px;
  }
  .contact_cta_list {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 19px;
  }
  .contact_cta a {
    grid-template-rows: 40px 1px 54px;
    height: 95px;
  }
  .contact_cta_note {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.4375;
    letter-spacing: 0.05em;
  }
  .contact_cta_label {
    margin-top: 9px;
    font-size: 24px;
    line-height: 1.4167;
    letter-spacing: 0.05em;
  }
  .contact_cta_label img {
    width: 20px;
    height: 20px;
  }
}

#container {
  padding-bottom: 0;
}

.npo_title {
  letter-spacing: 0;
}

.top_instagram .box1 {
  margin-bottom: 0;
}

.top_hatsudai {
  margin-top: 0;
}

main .footer_info.top_info {
  display: block;
}

footer > .footer_info {
  display: none;
}

@media screen and (max-width: 640px) {
  .section_frame {
    min-height: clamp(200px, 80vw, 360px);
    padding: 24px 5%;
  }
}
