@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, mark, time, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1110px) {
  html {
    font-size: calc(100vw * 10 / 1110);
  }
}

@media screen and (max-width: 820px) {
  html {
    font-size: calc(100vw * 10 / 400);
  }
}

body {
  font-size: 1.8rem;
}

@media screen and (max-width: 820px) {
  body {
    font-size: 1.25rem;
  }
}

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

@media screen and (min-width: 821px) {
  .is-sp {
    display: none;
  }
}

.color-accent {
  color: #e66202;
}

.color-att2 {
  color: #003366;
  font-size: 1.1em;
}

.bg-gold {
  background: #a69965;
  padding: .5em 1em;
  color: #fff;
}

.sec-iframe iframe {
  width: 100%;
}

p:has(.bg-gold) {
  margin: 1em 0 1em;
}

@media screen and (max-width: 820px) {
  #sub_fv .sub_mv-title .main {
    font-size: 2.4rem;
    white-space: normal;
    padding: 0 .6em;
  }
}

.sw_tbl01 {
  border-bottom: 1px solid #423d36;
  margin-bottom: 1.5em;
}

.sw_tbl01 th, .sw_tbl01 td {
  padding: .8em 0;
}

.sw_tbl01 th {
  background: #a69965;
  color: #fff;
  text-align: center;
}

.sw_tbl01 td {
  border-top: solid 1px #a69965;
  text-align: center;
  width: 8%;
}

@media screen and (max-width: 820px) {
  .sw_tbl01 td {
    width: 2.5em;
  }
}

.sw_tbl01 td:nth-child(1) {
  background: #f8f8f5;
  width: auto;
}

.graybox {
  border: solid 1px #ccc;
  background: #f3f3f3;
  padding: .5em 2em;
  margin: 1.5em 0;
}

@media screen and (max-width: 820px) {
  .graybox {
    padding: .5em 1em;
  }
}

.graybox p {
  margin: 1.5em 0 !important;
}

@media screen and (min-width: 821px) {
  .graybox p {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 821px) {
  .graybox .color-accent {
    font-size: 1.8rem;
  }
}

.pic-grid03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

@media screen and (max-width: 820px) {
  .pic-grid03 {
    gap: 1rem;
  }
}

.page-main .price-table.access img {
  width: 50rem;
}

.page-main .price-table.access td {
  vertical-align: middle;
}

@media screen and (max-width: 820px) {
  .page-main .price-table.access td {
    float: left;
    width: 100% !important;
    max-width: 100% !important;
  }
}

.page-main .mb50 {
  margin-bottom: 5rem;
}

@media screen and (max-width: 820px) {
  .page-main .mb50 {
    margin-bottom: 2.5rem;
  }
}

.page-main .mt50 {
  margin-top: 5rem;
}

@media screen and (max-width: 820px) {
  .page-main .mt50 {
    margin-top: 2.5rem;
  }
}

.page-main .banner {
  margin-top: 5rem;
}

.page-main .banner img {
  width: 60rem;
}

.page-main ol {
  counter-reset: item;
}

.page-main ol + p {
  margin-top: 1em;
}

.page-main ol > li {
  counter-increment: item;
  padding-left: 1.5em;
  margin-top: .4em;
  position: relative;
}

.page-main ol > li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
}

.page-main ol.maru > li {
  padding-left: 1.8em;
}

.page-main ol.maru > li:before {
  content: counter(item);
  background: #5d9059;
  color: #fff;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  text-align: center;
  line-height: 1.2;
  top: .2em;
}

.page-main strong {
  font-weight: bold;
}

.table-res-form {
  border-left: 1px solid #e3e1dd;
  border-top: 1px solid #e3e1dd;
}

.table-res-form th {
  background: #f6f5f2;
  width: 16em;
}

.table-res-form th, .table-res-form td {
  border-right: 1px solid #e3e1dd;
  border-bottom: 1px solid #e3e1dd;
  padding: 1em;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 820px) {
  .table-res-form th, .table-res-form td {
    float: left;
    width: 100%;
  }
}

.table-res-form .requied {
  background: red;
  color: #fff;
  font-size: .7em;
  padding: 0 .4em;
}

.table-res-form input[type="text"], .table-res-form input[type="email"], .table-res-form input[type="tel"], .table-res-form textarea, .table-res-form select {
  width: 100%;
  border-radius: .3em;
  padding: .5em 1em;
  border: solid 1px #ccc;
}

.table-res-form input[type="submit"] {
  background: #f6f5f2;
  width: 100%;
  text-align: center;
  height: 3.5em;
  border-radius: .3em;
  border: solid 1px #e3e1dd;
}

.table-res-form input.keiken {
  width: 4em;
  margin: 0 .5em;
}

.sec-text-anchor p a {
  text-decoration: underline;
  color: #777;
  margin: 0 .3em;
}

@media screen and (min-width: 821px) {
  .pcnone {
    display: none;
  }
}

.c_cta {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 820px) {
  .c_cta {
    flex-direction: column;
  }
}

.c_cta a {
  display: flex;
  background: #16c84b;
  align-items: center;
  padding: 1.5rem 2rem;
  gap: 2em;
}

.c_cta p {
  color: #fff;
  font-size: 3rem;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .c_cta p {
    font-size: 1.8rem;
  }
}

.c_cta small {
  display: block;
  text-align: center;
  font-size: .8em;
}

.c_cta li {
  flex: 1;
}

.c_cta img {
  width: 9rem;
}

@media screen and (max-width: 820px) {
  .c_cta img {
    width: 7.5rem;
  }
}

.c_cta .web {
  background: #a69965;
}

.c_tel {
  background: #e66202;
  margin-bottom: 2rem;
}

.c_tel p {
  color: #fff;
  font-size: 2.4rem;
  padding: .6em 0 1em;
}

@media screen and (max-width: 820px) {
  .c_tel p {
    font-size: 1.8rem;
  }
}

.c_tel small {
  display: block;
}

.c_tel a {
  font-size: 1.5em;
  text-decoration: underline;
  font-weight: bold;
}

.form-title {
  background: #EAF9C4;
  border-left: .5rem solid #c2dd7c;
  padding: .4em 1em;
  font-size: 2rem;
  margin: 2em 0 .8em;
}

@media screen and (max-width: 820px) {
  .form-title {
    font-size: 1.6rem;
  }
}

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

.mft-lead figure {
  margin: 3rem 0;
}

.mft-lead figure img {
  width: 50rem;
}

@media screen and (max-width: 820px) {
  .mft-lead figure img {
    width: 25rem;
  }
}

.mft-lead .mb {
  margin-bottom: 1.5em;
}

.mft-lead .font24 {
  font-size: 2.4rem;
}

@media screen and (max-width: 820px) {
  .mft-lead .font24 {
    font-size: 1.8rem;
  }
}

.mft-lead .font36 {
  font-size: 3.6rem;
}

@media screen and (max-width: 820px) {
  .mft-lead .font36 {
    font-size: 2.4rem;
  }
}

.mft-lead .list {
  display: flex;
  justify-content: center;
  gap: 0 2rem;
  margin: 6rem 0;
  flex-wrap: wrap-reverse;
}

@media screen and (max-width: 820px) {
  .mft-lead .list {
    margin: 4rem 0;
  }
}

.mft-lead .list li {
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  width: 23rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .mft-lead .list li {
    width: 15rem;
  }
}

.mft-lead .bg {
  background: #f3ffd5;
  padding: 3rem;
  margin-bottom: 6rem;
}

.mft-lead .bg p:nth-child(1) {
  margin-bottom: 1em;
}

.mrc-title {
  text-align: center;
  font-size: 3.6rem;
  color: #e66202;
  font-weight: bold;
  margin-bottom: 2em;
}

@media screen and (max-width: 820px) {
  .mrc-title {
    font-size: 2.4rem;
  }
}

.news_list li + li {
  border-top: solid 0.2px #44372b;
}

.news_list a {
  display: flex;
  padding: .7em 0;
}

.news_list time {
  font-size: .875em;
  width: 18rem;
  padding-left: .8em;
}

@media screen and (max-width: 820px) {
  .news_list time {
    width: 13rem;
    font-size: inherit;
  }
}

.news_list span {
  width: calc(100% - 18rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: .5em;
}

@media screen and (max-width: 820px) {
  .news_list span {
    width: calc(100% - 13rem);
  }
}

.blog_list a {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}

.blog_list img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.blog_list figure {
  width: 15rem;
}

@media screen and (max-width: 820px) {
  .blog_list figure {
    width: 10rem;
  }
}

.blog_list time {
  display: block;
  margin-bottom: 1em;
}

.blog_list .desc {
  width: calc(100% - 18rem);
}

@media screen and (max-width: 820px) {
  .blog_list .desc {
    width: calc(100% - 11.5rem);
  }
}

.blog_list li + li {
  border-top: solid 0.2px #44372b;
}

.blog_list p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:where(#header, #footer, .top_header, #toggle_menu) a {
  display: block;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 66;
  height: var(--header-height-pc);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 821px) {
  #header {
    padding: 0 0 0 3.5em;
    font-size: 10px;
  }
}

@media screen and (min-width: 821px) and (max-width: 1300px) {
  #header {
    font-size: calc(100vw * 10 / 1300);
  }
}

@media screen and (max-width: 820px) {
  #header {
    padding: 0 1rem 0 1.4rem;
    height: var(--header-height-sp);
  }
}

.h_logo img {
  width: 25.7em;
}

@media screen and (max-width: 820px) {
  .h_logo img {
    width: 18.5rem;
  }
}

.h_cta {
  height: var(--header-height-pc);
  text-align: center;
}

@media screen and (min-width: 821px) {
  .h_cta {
    width: 30.4em;
  }
}

@media screen and (max-width: 820px) {
  .h_cta li {
    margin-top: .8rem;
  }
}

.h_cta a {
  line-height: 40px;
  color: #fff;
  font-size: 2em;
}

@media screen and (max-width: 820px) {
  .h_cta a {
    line-height: 2.5;
    font-size: 2rem;
  }
}

.h_cta .tel {
  background: #ACE369;
}

.h_cta .web {
  background: #FF9D4D;
}

@media screen and (min-width: 821px) {
  #toggle_menu {
    display: flex;
    gap: 2.5rem;
    align-items: center;
  }
}

@media screen and (max-width: 820px) {
  .h_nav {
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
  .h_nav .sub {
    height: 0;
    overflow: hidden;
    transition: height .3s;
  }
  .h_nav .sub li {
    margin: 0 0 .5em;
  }
  .h_nav > li {
    position: relative;
    border-bottom: solid 1px #CFEF7E;
  }
  .h_nav > li > a {
    padding: .8em 0;
  }
  .h_nav > li:has(.sub) > a {
    pointer-events: none;
  }
  .h_nav > li.open i:before {
    transform: rotate(180deg);
  }
  .h_nav > li i {
    position: absolute;
    right: 0;
    z-index: 2;
    cursor: pointer;
    width: 1.5rem;
    height: 4.5rem;
    top: 0;
  }
  .h_nav > li i:before {
    content: '';
    position: absolute;
    top: 1.8rem;
    right: .5rem;
    width: .8rem;
    height: .5rem;
    background: var(--color-main);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    transition: transform .3s;
  }
}

@media screen and (min-width: 821px) {
  .h_nav {
    display: flex;
    gap: 3em;
  }
}

@media screen and (min-width: 821px) and (max-width: 1420px) {
  .h_nav {
    gap: 1.2em;
  }
}

@media screen and (min-width: 821px) {
  .h_nav > li {
    height: var(--header-height-pc);
  }
  .h_nav > li > a {
    line-height: var(--header-height-pc);
    font-size: 1.6em;
    white-space: nowrap;
  }
  .h_nav > li:hover .sub {
    display: block;
    animation: itemFadeIn .5s;
  }
  .h_nav .sub {
    display: none;
    animation: itemFadeOut .5s;
    position: absolute;
    width: 100vw;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 0;
  }
  .h_nav .sub dl {
    display: flex;
    width: 120em;
    margin: 0 auto;
  }
  .h_nav .sub dt {
    font-size: 2.6em;
    width: 8em;
    margin-top: -.5rem;
  }
  .h_nav .sub dd {
    width: calc(100% - 15em);
  }
  .h_nav .sub ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em 0;
  }
  .h_nav .sub ul a {
    font-size: 1.6em;
  }
}

.h_nav .sub a {
  position: relative;
  padding-left: 1em;
}

.h_nav .sub a:before {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  transform: rotate(45deg);
}

@media screen and (max-width: 820px) {
  .h_nav .sub dt {
    display: none;
  }
}

@keyframes itemFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes itemFadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
  }
}

@media screen and (max-width: 820px) {
  .h_menu {
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    position: absolute;
    bottom: .4rem;
    z-index: 1;
    right: 1.5rem;
  }
  .h_menu .icon {
    position: relative;
    display: block;
    left: calc(50% - 1rem);
    top: calc(50% - 1px);
  }
  .h_menu .icon, .h_menu .icon:before, .h_menu .icon:after {
    width: 2rem;
    height: 1px;
    background-color: var(--color-main);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition-property: background-color, top;
  }
  .h_menu .icon:before, .h_menu .icon:after {
    content: '';
    position: absolute;
    top: -.8rem;
    left: 0;
  }
  .h_menu .icon:after {
    top: .8rem;
  }
  body.open .h_menu .icon {
    background-color: transparent;
  }
  body.open .h_menu .icon:before, body.open .h_menu .icon:after {
    top: 0;
  }
  body.open .h_menu .icon:before {
    transform: rotate(45deg);
  }
  body.open .h_menu .icon:after {
    transform: rotate(-45deg);
  }
  #toggle_menu {
    position: fixed;
    overflow-y: auto;
    top: var(--header-height-sp);
    height: calc(100% - var(--header-height-sp));
    left: 0;
    width: 100%;
    z-index: 66;
    background: #fff;
    padding: 2rem 3rem 5rem;
  }
  body.open {
    overflow-y: hidden;
  }
  body.open #toggle_menu {
    visibility: visible;
    animation: itemFadeIn 1s;
  }
  body:not(.open) #toggle_menu {
    visibility: hidden;
    animation: itemFadeOut .8s;
  }
}

#footer {
  background: #FFFAF0;
  font-size: 10px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  #footer {
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 821px) {
  #footer .inner {
    width: 118em;
    margin: 0 auto;
    padding: 5em 0;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 821px) and (max-width: 1260px) {
  #footer {
    font-size: calc(100vw * 10 / 1260);
  }
}

@media screen and (max-width: 820px) {
  #footer .inner {
    padding: 5em 2em;
  }
}

.f_map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.f_top {
  background: #FFF7D7;
}

@media screen and (max-width: 820px) {
  .f_map {
    height: 21rem;
    margin-top: 4rem;
  }
}

@media screen and (min-width: 821px) {
  .f_left {
    width: 56em;
  }
}

@media screen and (min-width: 821px) {
  .f_right {
    width: 48.4em;
  }
}

.f_info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}

.f_info dt, .f_info dd {
  font-size: 2.4em;
  border-bottom: solid .5px #463228;
  padding: .3em 0;
}

@media screen and (max-width: 820px) {
  .f_info dt, .f_info dd {
    font-size: 1.6rem;
  }
}

.f_info dt {
  font-weight: bold;
  width: 5.5em;
}

.f_info dd {
  width: calc(100% - 5.5em);
}

.f_info2 {
  font-size: 2.3em;
  display: inline-block;
  text-align: left;
  letter-spacing: 0;
}

@media screen and (max-width: 820px) {
  .f_info2 {
    font-size: 1.6rem;
  }
}

.f_info2 small {
  font-size: .83em;
}

.f_time {
  background: #fff;
  border-radius: 2em;
  padding: 2em;
  font-weight: 400;
  margin-top: 1em;
}

@media screen and (max-width: 820px) {
  .f_time {
    margin-bottom: 2.5rem;
  }
}

.f_time tr > * {
  font-size: 1.8em;
  text-align: center;
  padding: .3em .5em;
  border-bottom: solid 1px #44372b;
}

@media screen and (max-width: 820px) {
  .f_time tr > * {
    font-size: 1.2rem;
  }
}

.f_time td {
  padding: .7em .5em;
}

.f_time p {
  font-size: 1.8em;
  margin-top: .3em;
}

.f_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
}

@media screen and (max-width: 820px) {
  .f_row {
    margin-bottom: 1.5rem;
  }
}

.f_row figure {
  width: 12em;
}

@media screen and (max-width: 820px) {
  .f_row figure {
    width: 8rem;
  }
}

.f_logo img {
  width: 41em;
}

@media screen and (max-width: 820px) {
  .f_logo img {
    width: 26rem;
  }
}

.f_logo .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  color: #737171;
  font-size: 2.7em;
  margin-top: .2em;
}

@media screen and (max-width: 820px) {
  .f_logo .tel {
    justify-content: center;
    margin-bottom: .4em;
  }
}

.f_logo .tel img {
  width: 1.11em;
}

.f_contact {
  text-align: center;
  margin: 2em 0 3em;
  display: flex;
  gap: 1.5rem 3em;
  justify-content: space-between;
}

@media screen and (max-width: 820px) {
  .f_contact {
    gap: 1.5rem 1rem;
  }
}

.f_contact a {
  border: solid 1px #8BD56E;
  box-shadow: 0px 2px 10px rgba(117, 76, 0, 0.2);
  font-size: 1.8em;
  border-radius: .41em;
  height: 4.66em;
  display: inline-flex;
  gap: .8em;
  justify-content: center;
  align-items: center;
  background: #CCF5BD;
  width: 100%;
}

@media screen and (max-width: 820px) {
  .f_contact a {
    font-size: 1.7rem;
    gap: .5em;
  }
}

.f_contact p {
  line-height: 1.3;
}

.f_contact img {
  width: 1.66em;
}

.f_contact em {
  display: block;
  line-height: inherit;
  font-size: 1.1em;
}

.f_contact .mail {
  border-color: #60C7DF;
  background: #C4ECF5;
}

.f_addr {
  font-size: 2.4em;
  position: relative;
  padding-left: 5.54em;
  letter-spacing: 0;
}

@media screen and (max-width: 820px) {
  .f_addr {
    font-size: 1.8rem;
    padding: 0;
  }
}

.f_addr * {
  letter-spacing: 0;
}

.f_addr i {
  display: block;
}

@media screen and (min-width: 821px) {
  .f_addr i {
    position: absolute;
    left: 0;
  }
}

.f_addr small {
  font-size: .833em;
}

.f_nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .8em 0;
}

@media screen and (max-width: 820px) {
  .f_nav {
    padding: 0 2rem;
    gap: 1rem 0;
    white-space: nowrap;
  }
}

.f_nav a {
  font-size: 1.6em;
}

@media screen and (max-width: 820px) {
  .f_nav a {
    font-size: 1.345rem;
  }
}

.f_nav a:before {
  content: '・';
}

.f_link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em 0;
  margin-bottom: 3em;
}

@media screen and (max-width: 820px) {
  .f_link {
    padding: 0 1rem;
    gap: 1rem 0;
    white-space: nowrap;
  }
}

.f_link a {
  font-size: 1.8em;
  background: url(../img/f-arrow.svg) no-repeat left center/0.5em;
  padding-left: 1em;
  letter-spacing: 0;
}

@media screen and (max-width: 820px) {
  .f_link a {
    font-size: 1.345rem;
  }
}

.fixed_footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 65;
}

.fixed_footer ul {
  display: flex;
}

.fixed_footer li {
  flex: 1;
}

.fixed_footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  height: 6.6rem;
  background: #FF9D4D;
  line-height: 1.5;
  padding-top: .3em;
}

.fixed_footer img {
  width: 1.6rem;
}

.fixed_footer .tel {
  background: #ACE369;
}

.fixed_footer .line {
  background: #06B63B;
}

@media screen and (max-width: 820px) {
  .top_nav {
    display: none;
  }
}

@media screen and (min-width: 821px) {
  .top_nav {
    display: flex;
    justify-content: center;
    font-size: 10px;
  }
}

@media screen and (min-width: 821px) and (max-width: 1300px) {
  .top_nav {
    font-size: calc(100vw * 10 / 1300);
  }
}

@media screen and (min-width: 821px) {
  .top_nav .h_cta {
    display: none;
  }
  .top_nav .h_nav {
    gap: 0;
  }
  .top_nav .h_nav > li:nth-child(1) > a {
    background: url(../img/h-nav-bg.webp) no-repeat 50%/6.1rem;
  }
  .top_nav .h_nav > li > a {
    padding: 1.4em 3em;
  }
  .top_nav .h_nav > li + li > a {
    position: relative;
  }
  .top_nav .h_nav > li + li > a:before {
    content: '';
    left: 0;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    border-left: solid 0.3px #44372b;
    height: 1.6em;
  }
}

.h_cta2 {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: .5rem;
}

@media screen and (max-width: 820px) {
  .h_cta2 {
    position: absolute;
    right: 3.8rem;
    margin-top: .4rem;
  }
}

.h_cta2 .web {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  background: #FF9D4D;
  border-radius: .4em;
  height: 6.6rem;
  width: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 820px) {
  .h_cta2 .web {
    font-size: 1.3rem;
    height: 1.8em;
    width: auto;
    padding: 0 1em;
  }
}

.h_cta2 .tel {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: .05em;
  display: block;
  background: url(../img/h-tel.webp) no-repeat left center/2.3rem;
  padding-left: 1em;
}

@media screen and (max-width: 820px) {
  .h_cta2 li:has(.tel) {
    display: none;
  }
}

.h_right {
  position: absolute;
  right: 3rem;
  top: 1rem;
  text-align: right;
}

@media screen and (max-width: 820px) {
  .h_right {
    position: fixed;
    z-index: 68;
    top: .2rem;
    right: .5rem;
    letter-spacing: 0;
  }
}

.h_ttl {
  font-size: 2rem;
  font-family: var(--font-family-Sans);
  font-weight: 300;
}

@media screen and (max-width: 820px) {
  .h_ttl {
    font-size: .9rem;
  }
}

@media screen and (min-width: 821px) {
  .top_header {
    position: relative;
    height: 13rem;
  }
  .top_header .h_logo {
    position: absolute;
    left: 4rem;
    top: 3rem;
  }
  .top_header .h_logo img {
    width: 49rem;
  }
}

@media screen and (max-width: 820px) {
  .top_header .h_logo {
    display: none;
  }
}

.top_main {
  position: relative;
  overflow: hidden;
}

.top_main .slide {
  mask: url(../img/mv-mask.svg) no-repeat center bottom/100%;
}

@media screen and (max-width: 820px) {
  .top_main .slide {
    mask-image: url(../img/mv-mask-sp.svg);
  }
}

.top_main .slide img {
  aspect-ratio: 2886 / 1574;
  object-fit: cover;
}

@media screen and (max-width: 820px) {
  .top_main .slide img {
    aspect-ratio: 1110 / 2186;
  }
}

.top_main .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.top_main .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50%  -50%;
  white-space: nowrap;
  z-index: 10;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .top_main .catch {
    margin-top: -3rem;
  }
}

.top_main .catch:before {
  content: '';
  position: absolute;
  inset: -5rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  z-index: -1;
  filter: blur(5rem);
}

.top_main .ttl {
  font-size: 6.66rem;
  font-weight: bold;
  margin-bottom: .5em;
}

@media screen and (max-width: 820px) {
  .top_main .ttl {
    font-size: 3.81rem;
    font-size: 3.6rem;
    line-height: 1.4;
  }
  .top_main .ttl * {
    line-height: inherit;
  }
}

.top_main .ttl small {
  font-size: .857em;
}

.top_main .ttl em {
  color: #b5e871;
  font-size: 1.06em;
}

.top_main .ttl span {
  font-size: 1.06em;
}

.top_main .ttl i {
  color: #4bb9d1;
}

.top_main .sub {
  font-size: 3rem;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  .top_main .sub {
    font-size: 2.1rem;
  }
}

.top_main .sub ruby {
  font-size: 4.66rem;
  color: #ff86a2;
  font-weight: bold;
  margin: 0 .2em;
}

@media screen and (max-width: 820px) {
  .top_main .sub ruby {
    font-size: 2.5rem;
  }
}

.top_main .sub rt {
  position: relative;
  font-size: 2.4rem;
}

@media screen and (max-width: 820px) {
  .top_main .sub rt {
    font-size: 1.3rem;
  }
}

.top_main .sub rt:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50%  -50%;
  background: url(../img/ruby-bg.png) no-repeat 50%/contain;
  width: 5.91em;
  height: 1.875em;
  z-index: -1;
}

.top_main ul {
  display: flex;
  position: absolute;
  bottom: 2rem;
  left: 2.8rem;
  gap: 1rem;
}

@media screen and (max-width: 820px) {
  .top_main ul {
    bottom: 1.5rem;
    left: 1rem;
  }
}

.top_main li {
  background: url(../img/mv-catch-bg.webp) no-repeat 50%/contain;
  width: 28.8rem;
  height: 28.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family-MaruGothic);
}

@media screen and (max-width: 820px) {
  .top_main li {
    width: 10.3rem;
    height: 10.3rem;
  }
}

.top_main li p {
  font-size: 4.7rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0;
  padding-right: .2em;
}

@media screen and (max-width: 820px) {
  .top_main li p {
    font-size: 2.2rem;
  }
}

.top_main li small {
  font-size: .7659em;
}

html:has(.top_main) h2, html:has(.top_main) h3, html:has(.top_main) h4 {
  font-family: var(--font-family-Sans);
}

@media screen and (max-width: 820px) {
  html:has(.top_main) .h_menu {
    right: 0;
    bottom: -.3rem;
  }
  html:has(.top_main) .h_logo {
    margin-top: 1rem;
    margin-left: -.5rem;
  }
}

@media screen and (min-width: 821px) {
  html:has(.top_main) {
    font-size: calc(100vw * 10 / 1920);
  }
  html:has(.top_main) .wrap {
    padding-top: 0;
  }
  html:has(.top_main) #header {
    transform: translateY(-100%);
    transition: transform .4s;
  }
  html:has(.top_main) #header.fixed {
    transform: none;
  }
}

.u_inner {
  margin: 0 auto;
  max-width: calc(100% - 4rem);
}

.c_ttl {
  text-align: center;
  font-size: 3.7rem;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  .c_ttl {
    font-size: 2.1rem;
  }
}

.c_ttl i {
  display: block;
  font-size: .56em;
  color: #e2ac2b;
  font-weight: 400;
}

.top_banner {
  width: 108rem;
  padding: 18rem 0 7rem;
}

@media screen and (max-width: 820px) {
  .top_banner {
    padding: 9rem 0 3.5rem;
  }
}

.top_news {
  width: 133.8rem;
  margin-bottom: 6rem;
}

@media screen and (min-width: 821px) {
  .top_news {
    display: flex;
    align-items: center;
    border-left: solid 3.1rem #fff4a9;
  }
  .top_news .c_ttl {
    width: 42.6rem;
  }
  .top_news .desc {
    width: calc(100% - 42.6rem);
  }
}

@media screen and (max-width: 820px) {
  .top_news .desc {
    border-top: solid .4rem #fff4a9;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
  }
}

.top_news li + li {
  border-top: solid 0.2px #44372b;
}

.top_news li a {
  display: flex;
  font-size: 2.4rem;
  padding: .7em 0;
}

@media screen and (max-width: 820px) {
  .top_news li a {
    font-size: 1.4rem;
  }
}

.top_news li time {
  font-size: .875em;
  width: 18rem;
  padding-left: .8em;
}

@media screen and (max-width: 820px) {
  .top_news li time {
    width: 13rem;
    font-size: inherit;
  }
}

.top_news li span {
  width: calc(100% - 18rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: .5em;
}

@media screen and (max-width: 820px) {
  .top_news li span {
    width: calc(100% - 13rem);
  }
}

.top_news .btn {
  align-items: center;
  display: flex;
  gap: 2.8rem;
  justify-content: flex-end;
  margin-top: 2rem;
}

@media screen and (max-width: 820px) {
  .top_news .btn {
    margin-top: 4.5rem;
    gap: 1.3rem;
  }
}

.top_news .insta img {
  width: 5rem;
}

@media screen and (max-width: 820px) {
  .top_news .insta img {
    width: 2.8rem;
  }
}

.top_news .more {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: #a0dd6c;
  border-radius: .4em;
  height: 6.7rem;
  padding: 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 820px) {
  .top_news .more {
    font-size: 1.3rem;
    height: 3.7rem;
    width: auto;
    padding: 0 1em;
  }
}

.top_cta {
  width: 108rem;
  margin-bottom: 6rem;
}

.top_cta .lead {
  text-align: center;
  font-size: 3.6rem;
  color: #fa64a0;
  font-weight: bold;
  margin-bottom: .8em;
}

@media screen and (max-width: 820px) {
  .top_cta .lead {
    font-size: 2.6rem;
  }
  .top_cta .lead p {
    margin-bottom: .4em;
  }
}

.top_info {
  position: relative;
  height: 101rem;
  margin-bottom: 5.5rem;
}

@media screen and (max-width: 820px) {
  .top_info {
    height: 62.7rem;
    margin-bottom: 11rem;
  }
}

.top_info .bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -1;
}

.top_info .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 69.5rem;
}

.top_info .c_ttl {
  position: absolute;
  width: 100%;
  top: 31.5rem;
}

@media screen and (max-width: 820px) {
  .top_info .c_ttl {
    top: 0;
    display: none;
  }
}

.top_info .c_ttl:before {
  content: '';
  position: absolute;
  background: url(../img/bg-flower02.webp) no-repeat 50%/contain;
  width: 4.35em;
  height: 4.24em;
  top: -2.16em;
  z-index: -1;
  left: calc(50% + 3.78em);
}

.top_info .catch {
  position: absolute;
  bottom: 10rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 2.2rem;
  left: 15.5rem;
}

@media screen and (max-width: 820px) {
  .top_info .catch {
    left: 1.8rem;
    gap: 1rem;
    bottom: 26rem;
  }
  .top_info .catch p {
    width: 4em;
  }
}

.top_info .catch p + p {
  margin-top: 16.5rem;
}

@media screen and (max-width: 820px) {
  .top_info .catch p + p {
    margin-top: 7.6rem;
  }
}

.top_info .catch i {
  padding: 1.4em .2em;
  writing-mode: vertical-rl;
  font-size: 5.2rem;
  font-weight: 500;
  letter-spacing: .14em;
  background-color: white;
  box-shadow: 5.162px 7.372px 6.86px 0.14px rgba(138, 105, 53, 0.14);
}

@media screen and (max-width: 820px) {
  .top_info .catch i {
    font-size: 2.4rem;
  }
}

.top_info ul {
  left: 42.5rem;
  position: absolute;
  bottom: 26rem;
}

@media screen and (max-width: 820px) {
  .top_info ul {
    left: 8.3rem;
    bottom: 7rem;
  }
}

.top_info li {
  font-size: 3.4rem;
  background: url(../img/ico-check01.webp) no-repeat left 0.4em/1.38em;
  padding-left: 1.9em;
  margin-top: .5em;
}

@media screen and (max-width: 820px) {
  .top_info li {
    font-size: 1.78rem;
  }
}

.top_info li em {
  font-size: 1.17em;
  border-bottom: solid .4px #8ec322;
  font-weight: 500;
}

.top_msg {
  position: relative;
  padding: 2.5rem 0 8rem;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 820px) {
  .top_msg {
    padding: 0 0 8rem;
  }
}

.top_msg .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  mask: url(../img/message-mask.svg) no-repeat center bottom/100%;
}

@media screen and (max-width: 820px) {
  .top_msg .bg {
    mask-image: url(../img/message-mask-sp.svg);
  }
}

.top_msg .box {
  width: 165.4rem;
  background: #fff;
  border-radius: 5rem;
  box-shadow: 2.294px 3.277px 10.68px 1.32px rgba(62, 49, 28, 0.14);
  position: relative;
  top: -11rem;
  padding: 6rem 10rem 12rem;
}

@media screen and (max-width: 820px) {
  .top_msg .box {
    border-radius: 1.3rem;
    top: -1.8rem;
    box-shadow: 0.574px 0.819px 2.67px 0.33px rgba(62, 49, 28, 0.14);
    max-width: calc(100% - 1.5rem);
    padding: 2rem 2rem 21rem;
  }
}

.top_msg .doctor {
  position: absolute;
  width: 68.8rem;
  bottom: 0;
  right: -6rem;
}

@media screen and (max-width: 820px) {
  .top_msg .doctor {
    width: 27.3rem;
    right: -.8rem;
  }
}

.top_msg .doctor figcaption {
  display: flex;
  flex-direction: row-reverse;
  font-size: 4.6rem;
  position: absolute;
  top: -3.5rem;
  right: 10rem;
}

@media screen and (max-width: 820px) {
  .top_msg .doctor figcaption {
    font-size: 1.7rem;
    top: 9rem;
    left: -7rem;
    right: auto;
  }
}

.top_msg .doctor small {
  font-size: .73em;
}

.top_msg .doctor small, .top_msg .doctor span {
  writing-mode: vertical-rl;
}

.top_msg .catch {
  position: absolute;
  top: 27.2rem;
  width: 100%;
  z-index: 2;
  font-size: 7.3rem;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  .top_msg .catch {
    font-size: 2.5rem;
    top: 3rem;
  }
}

.top_msg .catch span, .top_msg .catch i {
  position: relative;
}

.top_msg .catch span:before, .top_msg .catch i:before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  filter: blur(0.2em);
  z-index: -1;
  transform: scaleX(1.1) scaleY(1.5);
}

@media screen and (max-width: 820px) {
  .top_msg .catch span:before {
    content: none;
  }
}

.top_msg .catch i {
  letter-spacing: .16em;
}

@media screen and (min-width: 821px) {
  .top_msg .catch i:before {
    content: none;
  }
}

@media screen and (max-width: 820px) {
  .top_msg .catch {
    text-align: left;
    padding: 0 1.3em 0 2.3em;
  }
  .top_msg .catch em {
    display: block;
  }
  .top_msg .catch em.b {
    text-align: right;
    margin-top: 1em;
  }
}

.top_msg .ttl {
  font-size: 6rem;
  font-weight: 500;
  margin-bottom: 1em;
}

@media screen and (max-width: 820px) {
  .top_msg .ttl {
    font-size: 2.8rem;
    text-align: center;
  }
}

.top_msg .ttl em {
  width: 1.25em;
  font-weight: bold;
  color: #11a5e0;
}

.top_msg .ttl .b {
  color: #f96999;
}

.top_msg p {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0;
}

@media screen and (max-width: 820px) {
  .top_msg p {
    font-size: 1.3rem;
  }
}

.top_msg p em {
  font-size: 1.142em;
  color: #38bd38;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: .2em;
  text-decoration-thickness: 1px;
}

.top_plan {
  background: url(../img/medical-plan-bg.webp) center top/9.55rem;
  margin-top: -9rem;
  padding: 25rem 0 11rem;
}

@media screen and (max-width: 820px) {
  .top_plan {
    margin-top: -5rem;
    padding: 8.6rem 0 6rem;
    background-size: 2rem;
  }
}

.top_plan .ttl {
  text-align: center;
  font-size: 4.6rem;
  font-weight: bold;
  margin-bottom: 12rem;
}

@media screen and (max-width: 820px) {
  .top_plan .ttl {
    font-size: 1.86rem;
    margin-bottom: 6rem;
  }
}

.top_plan .ttl img {
  display: block;
  width: 2.54em;
  margin: 0 auto .7em;
}

.top_plan .u_inner {
  width: 173rem;
}

@media screen and (max-width: 820px) {
  .top_plan .u_inner {
    max-width: calc(100% - 2rem);
  }
}

.top_plan ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11rem 7.6rem;
}

@media screen and (max-width: 820px) {
  .top_plan ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
}

.top_plan li {
  position: relative;
  padding: 0 7rem 4.5rem;
}

@media screen and (max-width: 820px) {
  .top_plan li {
    padding: 0 3rem 2.5rem;
  }
}

.top_plan li:before {
  content: '';
  position: absolute;
  inset: 8rem 0 0;
  border-radius: 4rem;
  z-index: -1;
  background: rgba(240, 146, 146, 0.122);
}

@media screen and (max-width: 820px) {
  .top_plan li:before {
    inset: 4rem 0 0;
    border-radius: 1.4rem;
  }
}

.top_plan li p {
  font-size: 2.2rem;
  background: #fff;
  border-radius: .59em;
  padding: .7em 1.2em;
  margin-top: .8em;
}

@media screen and (max-width: 820px) {
  .top_plan li p {
    font-size: 1.3rem;
  }
}

.top_plan li p em {
  color: #5935f2;
  text-decoration: underline;
  font-weight: bold;
  text-underline-offset: .1em;
}

.top_plan li:nth-child(2):before {
  background: rgba(133, 206, 95, 0.149);
}

.top_plan li:nth-child(3):before {
  background: rgba(86, 174, 235, 0.149);
}

.top_plan li:nth-child(4):before {
  background: #fef8ee;
}

.top_plan .row {
  display: flex;
  justify-content: space-between;
}

.top_plan .row figure {
  width: 29.5rem;
}

@media screen and (max-width: 820px) {
  .top_plan .row figure {
    width: 13.4rem;
  }
}

.top_plan .ttl2 {
  font-size: 4.6rem;
  font-weight: bold;
  position: relative;
  top: -.55em;
}

@media screen and (max-width: 820px) {
  .top_plan .ttl2 {
    font-size: 2.1rem;
  }
}

.top_plan .ttl2 img {
  width: 5.5em;
  display: block;
  margin-bottom: 1em;
}

.top_pedo {
  position: relative;
  z-index: 0;
  background: #FFFAF0;
  overflow: hidden;
  padding-bottom: 6rem;
}

@media screen and (max-width: 820px) {
  .top_pedo {
    padding-top: 1.1rem;
  }
}

.top_pedo .ttl2 {
  font-family: var(--font-family-MaruGothic);
  font-size: 9.6rem;
  font-weight: bold;
}

@media screen and (min-width: 821px) {
  .top_pedo .ttl2 {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 820px) {
  .top_pedo .ttl2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: .5em;
  }
}

.top_pedo .ttl2 span {
  color: #EEBE00;
  line-height: 1.3;
  position: relative;
  top: .25em;
  padding-right: .5em;
  letter-spacing: 0;
  display: block;
}

@media screen and (min-width: 821px) {
  .top_pedo .ttl2 span {
    text-align: right;
  }
}

.top_pedo .ttl2 * {
  font-family: inherit;
}

.top_pedo .ttl2 i {
  background: url(../img/pedodontics-ttl-bg01.svg) no-repeat 50%/contain;
  width: 75.9rem;
  height: 24.9rem;
  font-size: 6.4rem;
  text-shadow: #CC8500 1px 1px 0, #CC8500 -1px -1px 0, #CC8500 -1px 1px 0, #CC8500 1px -1px 0, #CC8500 0px 1px 0, #CC8500 0 -1px 0, #CC8500 -1px 0 0, #CC8500 1px 0 0;
  color: #fff;
  text-align: center;
  padding-top: .8em;
  letter-spacing: -.02em;
  padding-left: .4em;
  display: block;
}

@media screen and (max-width: 820px) {
  .top_pedo .ttl2 i {
    font-size: 2.8rem;
    width: 33.1rem;
    height: 6.5rem;
    background-image: url(../img/pedodontics-ttl-bg01-sp.svg);
    margin: 0 auto;
    padding-top: .25em;
  }
}

.top_pedo .bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 124.5rem;
}

@media screen and (max-width: 820px) {
  .top_pedo .bg {
    top: 31rem;
    right: auto;
    left: 1rem;
    max-width: 40.2rem;
  }
}

.top_pedo .row2 {
  position: relative;
  gap: 6.5rem;
}

@media screen and (min-width: 821px) {
  .top_pedo .row2 {
    margin-top: -8.4rem;
    display: flex;
    align-items: flex-end;
    margin-bottom: 16.8rem;
  }
  .top_pedo .row2 figure {
    width: 130.7rem;
  }
}

@media screen and (max-width: 820px) {
  .top_pedo .row2 figure {
    margin-right: .5rem;
  }
}

.top_pedo .catch {
  display: flex;
  gap: 6rem;
}

@media screen and (max-width: 820px) {
  .top_pedo .catch {
    gap: 4.5rem;
    justify-content: center;
    margin-top: 4rem;
  }
}

.top_pedo .catch li {
  font-family: var(--font-family-MaruGothic);
  writing-mode: vertical-rl;
  font-size: 3.2rem;
  font-weight: bold;
  height: 49.9rem;
  background: #fff;
  width: 7.9rem;
  padding-right: .45em;
  border: solid .3rem #F6A7A5;
  border-radius: .5rem;
  padding-top: 1.5em;
  letter-spacing: .04em;
  position: relative;
}

@media screen and (max-width: 820px) {
  .top_pedo .catch li {
    font-size: 1.6rem;
    padding-top: 1.2em;
    width: 3.6rem;
    height: 25.5rem;
    padding-right: .2em;
  }
}

.top_pedo .catch li:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #F6A7A5;
  top: -2.5rem;
}

@media screen and (max-width: 820px) {
  .top_pedo .catch li:before {
    width: 2.3rem;
    height: 2.3rem;
    top: -1.15rem;
  }
}

@media screen and (max-width: 820px) {
  .top_pedo .catch li:nth-child(even) {
    height: 23.3rem;
  }
}

.top_pedo .catch li:nth-child(2) {
  border-color: #A8E651;
}

@media screen and (min-width: 821px) {
  .top_pedo .catch li:nth-child(2) {
    margin-top: 2rem;
  }
}

.top_pedo .catch li:nth-child(2):before {
  background: #A8E651;
}

.top_pedo .catch li:nth-child(3) {
  border-color: #49B8D1;
}

@media screen and (min-width: 821px) {
  .top_pedo .catch li:nth-child(3) {
    margin-top: 4rem;
  }
}

.top_pedo .catch li:nth-child(3):before {
  background: #49B8D1;
}

.top_pedo .catch li:nth-child(4) {
  border-color: #FFCC01;
}

@media screen and (min-width: 821px) {
  .top_pedo .catch li:nth-child(4) {
    margin-top: 6rem;
  }
}

.top_pedo .catch li:nth-child(4):before {
  background: #FFCC01;
}

.top_pedo .list {
  margin: 10rem -1rem 0;
}

@media screen and (min-width: 821px) {
  .top_pedo .list {
    margin: 0 8rem;
  }
}

.top_pedo .list > li {
  border: solid .2rem #F6A7A5;
  border-radius: .7rem .7rem 0 0;
  position: relative;
  z-index: 0;
}

.top_pedo .list > li + li {
  margin-top: 12rem;
}

@media screen and (max-width: 820px) {
  .top_pedo .list > li + li {
    margin-top: 5.5rem;
  }
}

@media screen and (min-width: 821px) {
  .top_pedo .list > li {
    border-radius: 2rem;
    display: flex;
    border-width: .5rem;
  }
}

.top_pedo .list > li:after {
  content: '';
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: -1;
  border-radius: inherit;
}

.top_pedo .list > li:before {
  content: '';
  position: absolute;
  background: url(../img/pedodontics-list-bg01.webp) no-repeat center top/contain;
  width: 56.3rem;
  height: 45.9rem;
  top: -10.3rem;
  z-index: -2;
}

@media screen and (max-width: 820px) {
  .top_pedo .list > li:before {
    width: 20rem;
    top: -5.5rem;
  }
}

.top_pedo .list > li:nth-child(odd) {
  flex-direction: row-reverse;
}

.top_pedo .list > li:nth-child(odd):before {
  left: -14rem;
}

@media screen and (max-width: 820px) {
  .top_pedo .list > li:nth-child(odd):before {
    left: -5rem;
  }
}

.top_pedo .list > li:nth-child(even):before {
  right: -14rem;
}

@media screen and (max-width: 820px) {
  .top_pedo .list > li:nth-child(even):before {
    right: -5rem;
  }
}

.top_pedo .list > li:nth-child(2) {
  border-color: #A6D98C;
}

.top_pedo .list > li:nth-child(2):before {
  background-image: url(../img/pedodontics-list-bg02.webp);
}

.top_pedo .list > li:nth-child(2) .ttl {
  background: #A6D98C;
  text-shadow: #7DB65F 1px 1px 0, #7DB65F -1px -1px 0, #7DB65F -1px 1px 0, #7DB65F 1px -1px 0, #7DB65F 0px 1px 0, #7DB65F 0 -1px 0, #7DB65F -1px 0 0, #7DB65F 1px 0 0;
}

.top_pedo .list > li:nth-child(2) p em {
  color: #7DB65F;
}

.top_pedo .list > li:nth-child(2) .desc li {
  background-image: url(../img/ico-check03.svg);
}

.top_pedo .list > li:nth-child(3) {
  border-color: #8BCCDB;
}

.top_pedo .list > li:nth-child(3):before {
  background-image: url(../img/pedodontics-list-bg03.webp);
}

.top_pedo .list > li:nth-child(3) .ttl {
  background: #8BCCDB;
  text-shadow: #009ABC 1px 1px 0, #009ABC -1px -1px 0, #009ABC -1px 1px 0, #009ABC 1px -1px 0, #009ABC 0px 1px 0, #009ABC 0 -1px 0, #009ABC -1px 0 0, #009ABC 1px 0 0;
}

.top_pedo .list > li:nth-child(3) p small {
  background: #009ABC;
}

.top_pedo .list > li:nth-child(3) p em {
  color: #009ABC;
}

.top_pedo .list > li:nth-child(3) .desc li {
  background-image: url(../img/ico-check04.svg);
}

.top_pedo .list > li:nth-child(4) {
  border-color: #FAE8A2;
}

.top_pedo .list > li:nth-child(4):before {
  background-image: url(../img/pedodontics-list-bg04.webp);
}

.top_pedo .list > li:nth-child(4) .ttl {
  background: #FAE8A2;
  text-shadow: #EA9800 1px 1px 0, #EA9800 -1px -1px 0, #EA9800 -1px 1px 0, #EA9800 1px -1px 0, #EA9800 0px 1px 0, #EA9800 0 -1px 0, #EA9800 -1px 0 0, #EA9800 1px 0 0;
}

.top_pedo .list > li:nth-child(4) p small {
  background: #EA9800;
}

.top_pedo .list > li:nth-child(4) p em {
  color: #EA9800;
}

.top_pedo .list > li:nth-child(4) .desc li {
  background-image: url(../img/ico-check05.svg);
}

@media screen and (max-width: 820px) {
  .top_pedo .list figure img {
    border-radius: .7rem .7rem 0 0;
  }
}

@media screen and (min-width: 821px) {
  .top_pedo .list figure {
    width: 83.8rem;
  }
}

.top_pedo .list p {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: var(--font-family-MaruGothic);
  line-height: 1.3;
  letter-spacing: 0;
}

@media screen and (max-width: 820px) {
  .top_pedo .list p {
    font-size: 1.75rem;
    line-height: 1.7;
    width: 100%;
    margin-bottom: .5em;
  }
}

.top_pedo .list p small {
  background: #7DB65F;
  color: #fff;
  border-radius: 3em;
  font-size: .6em;
  padding: .1em 2em .2em;
  display: inline-block;
  margin-bottom: .3em;
  letter-spacing: 0;
}

@media screen and (max-width: 820px) {
  .top_pedo .list p small {
    font-size: 1.4rem;
    margin-bottom: .7em;
    padding: .1em 1em .2em;
  }
}

.top_pedo .list p em {
  color: #E16E6B;
  font-family: inherit;
  font-weight: bold;
  letter-spacing: 0;
}

@media screen and (min-width: 821px) {
  .top_pedo .list p em {
    font-size: 1.2em;
  }
}

.top_pedo .desc {
  position: relative;
}

@media screen and (max-width: 820px) {
  .top_pedo .desc {
    padding-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 821px) {
  .top_pedo .desc {
    padding-top: 3rem;
    width: calc(100% - 83.8rem);
  }
}

@media screen and (min-width: 821px) {
  .top_pedo .desc ul {
    margin-left: 41rem;
    padding-right: 5rem;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 820px) {
  .top_pedo .desc ul {
    width: calc(100% - 16rem);
    padding-right: 1rem;
  }
}

@media screen and (min-width: 821px) {
  .top_pedo .desc img {
    width: 38.6rem;
    position: absolute;
    bottom: 0;
    left: 1rem;
  }
}

@media screen and (max-width: 820px) {
  .top_pedo .desc img {
    width: 14.6rem;
    position: relative;
    left: .5rem;
  }
}

.top_pedo .desc li {
  font-size: 2.4rem;
  background: url(../img/ico-check02.svg) no-repeat left 0.3em/1.125em;
  padding-left: 1.8em;
  margin-top: .6em;
  letter-spacing: 0;
}

@media screen and (max-width: 820px) {
  .top_pedo .desc li {
    font-size: 1.6rem;
    margin-top: .5em;
  }
}

.top_pedo .ttl {
  background: #F6A7A5;
  text-shadow: #E16E6B 1px 1px 0, #E16E6B -1px -1px 0, #E16E6B -1px 1px 0, #E16E6B 1px -1px 0, #E16E6B 0px 1px 0, #E16E6B 0 -1px 0, #E16E6B -1px 0 0, #E16E6B 1px 0 0;
  color: #fff;
  font-size: 4.8rem;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
  padding: .4em 0;
  margin-bottom: .5em;
}

@media screen and (max-width: 820px) {
  .top_pedo .ttl {
    font-size: 2rem;
    width: 100%;
    margin-bottom: .8em;
  }
}

.top_pedo .ttl small {
  font-size: .75em;
  letter-spacing: 0;
}

.top_ortho {
  margin-bottom: 6rem;
}

@media screen and (max-width: 820px) {
  .top_ortho {
    margin-bottom: 3rem;
  }
}

.top_ortho .box {
  width: 176rem;
  margin-top: -12rem;
  position: relative;
  z-index: 1;
  padding: 8rem 7rem;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(70, 50, 40, 0.2);
  border-radius: 4.3rem;
}

@media screen and (max-width: 820px) {
  .top_ortho .box {
    box-shadow: 0px 0.83746px 4.1873px rgba(70, 50, 40, 0.2);
    border-radius: .9rem;
    margin-top: -7.7rem;
    padding: 2.4rem 1.2rem;
  }
}

@media screen and (min-width: 821px) {
  .top_ortho .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top_ortho .box figure {
    width: 80.8rem;
  }
}

@media screen and (min-width: 821px) {
  .top_ortho .desc {
    width: calc(100% - 83.8rem);
  }
}

.top_ortho .ttl {
  font-weight: bold;
  font-size: 4.8rem;
  letter-spacing: 0;
  border-bottom: solid 2px #8B7971;
  padding-bottom: .3em;
  margin-bottom: .5em;
}

@media screen and (max-width: 820px) {
  .top_ortho .ttl {
    font-size: 2.2rem;
    text-align: center;
  }
}

.top_ortho .ttl em {
  color: #EEBE00;
  letter-spacing: 0;
}

.top_ortho p {
  font-size: 3.2rem;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  .top_ortho p {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
  }
}

.top_ortho p em {
  color: #FF9E4D;
}

.top_whole {
  position: relative;
}

.top_whole:before {
  content: '';
  position: absolute;
  background: url(../img/whole-family-ttl-bg.svg) no-repeat 50%/contain;
  width: 100%;
  height: 36.3rem;
  top: 52.2rem;
}

@media screen and (max-width: 820px) {
  .top_whole:before {
    background-image: url(../img/whole-family-ttl-bg-sp.svg);
    height: 9.5rem;
    top: 30rem;
    z-index: 1;
  }
}

.top_whole .mv {
  position: relative;
}

@media screen and (min-width: 821px) {
  .top_whole .mv {
    width: 181.2rem;
    margin-left: 7.4rem;
  }
}

.top_whole .mv img {
  position: relative;
  z-index: -1;
}

.top_whole .mv figcaption {
  font-family: var(--font-family-MaruGothic);
  color: #FFCC01;
  font-size: 14.8rem;
  letter-spacing: 0;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  left: 1rem;
  bottom: 2rem;
}

@media screen and (max-width: 820px) {
  .top_whole .mv figcaption {
    font-size: 4rem;
    width: 100%;
    left: 0;
    bottom: -2.5rem;
    text-align: center;
    z-index: 2;
  }
}

.top_whole .catch {
  position: absolute;
  top: 6rem;
  font-weight: bold;
  font-size: 3.6rem;
}

@media screen and (min-width: 821px) {
  .top_whole .catch {
    font-size: 6.4rem;
    display: flex;
    flex-direction: row-reverse;
    right: 10rem;
  }
}

@media screen and (max-width: 820px) {
  .top_whole .catch {
    width: 40rem;
    top: 2.5rem;
    z-index: 2;
    text-align: center;
    line-height: 1.2;
    text-shadow: #fff 1px 1px 0;
  }
  .top_whole .catch span {
    display: block;
    line-height: inherit;
  }
}

.top_whole .catch * {
  font-family: var(--font-family-MaruGothic);
}

@media screen and (min-width: 821px) {
  .top_whole .catch * {
    writing-mode: vertical-rl;
    letter-spacing: .2em;
    line-height: 1.2;
  }
}

.top_whole .catch small {
  font-size: .625em;
  margin-left: .4em;
}

@media screen and (max-width: 820px) {
  .top_whole .catch small {
    display: block;
    font-size: 2rem;
    margin-bottom: .5em;
  }
}

.top_whole .catch i {
  line-height: inherit;
}

@media screen and (min-width: 821px) {
  .top_whole .catch i {
    font-size: 1.25em;
  }
}

.top_whole .catch em {
  position: relative;
  font-size: 4.8rem;
  line-height: 1;
}

@media screen and (min-width: 821px) {
  .top_whole .catch em {
    font-size: 3.125em;
    margin-top: -.2em;
    left: .07em;
    writing-mode: horizontal-tb;
  }
}

.top_whole ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 821px) {
  .top_whole ul {
    width: 176rem;
    margin: 10rem auto 0;
    gap: 4rem 14rem;
  }
}

@media screen and (max-width: 820px) {
  .top_whole ul {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 5rem;
  }
}

.top_whole .num {
  font-family: var(--font-family-MaruGothic);
  font-size: 13.2rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
  width: 1.51em;
  height: 1.51em;
  line-height: 1.4;
  border-radius: 50%;
  background: #fff;
  color: #F6A7A5;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 820px) {
  .top_whole .num {
    font-size: 6rem;
  }
}

.top_whole .num:before {
  content: '';
  position: absolute;
  inset: .5rem;
  border: dashed .3rem #F6A7A5;
  border-radius: 50%;
}

@media screen and (max-width: 820px) {
  .top_whole .num:before {
    inset: .25rem;
    border-width: .15rem;
  }
}

.top_whole .ttl {
  font-family: var(--font-family-MaruGothic);
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.255;
  border-bottom: dashed .3rem #F6A7A5;
  padding-bottom: .5em;
  margin-bottom: .5em;
  width: 48.3rem;
}

@media screen and (max-width: 820px) {
  .top_whole .ttl {
    font-size: 2.2rem;
    border-width: .15rem;
    width: 22rem;
    margin-left: 5.2rem;
    padding-bottom: .35em;
  }
}

.top_whole .img {
  width: 54.4rem;
  max-width: none;
  position: relative;
}

@media screen and (max-width: 820px) {
  .top_whole .img {
    width: 24.7rem;
  }
}

.top_whole .bg {
  max-width: none;
  width: 92rem;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

@media screen and (max-width: 820px) {
  .top_whole .bg {
    width: 36.4rem;
    left: 1.5rem;
  }
}

.top_whole li {
  position: relative;
  z-index: 0;
}

.top_whole li p {
  font-size: 2rem;
  letter-spacing: .03em;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 820px) {
  .top_whole li p {
    font-size: 1.4rem;
    margin-left: 4.5rem;
    width: 30.3rem;
  }
  .top_whole li p br {
    display: none;
  }
}

@media screen and (min-width: 821px) {
  .top_whole li:nth-child(even) {
    left: -4rem;
  }
}

@media screen and (max-width: 820px) {
  .top_whole li:nth-child(1) {
    padding-top: 7.5rem;
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 821px) {
  .top_whole li:nth-child(1) {
    padding-top: 16.5rem;
    padding-left: 8.5rem;
  }
}

.top_whole li:nth-child(1) .img {
  left: 18.5rem;
  margin-top: -6rem;
}

@media screen and (max-width: 820px) {
  .top_whole li:nth-child(1) .img {
    margin-top: -2rem;
    left: 13.7rem;
  }
}

.top_whole li:nth-child(1) .ttl {
  padding-left: .8em;
}

@media screen and (min-width: 821px) {
  .top_whole li:nth-child(1) p {
    width: 41.7rem;
  }
}

.top_whole li:nth-child(1) .num {
  top: 6rem;
  left: 51.5rem;
}

@media screen and (max-width: 820px) {
  .top_whole li:nth-child(1) .num {
    top: 2.7rem;
    left: 25rem;
  }
}

@media screen and (max-width: 820px) {
  .top_whole li:nth-child(2) {
    margin-bottom: 4rem;
    padding-top: 3.7rem;
  }
}

@media screen and (min-width: 821px) {
  .top_whole li:nth-child(2) {
    padding-left: 18.3rem;
    padding-top: 8.5rem;
  }
}

.top_whole li:nth-child(2) .bg {
  width: 85.2rem;
  left: -8rem;
}

@media screen and (max-width: 820px) {
  .top_whole li:nth-child(2) .bg {
    width: 41.1rem;
    left: -3.3rem;
  }
}

.top_whole li:nth-child(2) .ttl {
  border-color: #7DB65F;
  text-align: center;
  width: 48.8rem;
}

@media screen and (min-width: 821px) {
  .top_whole li:nth-child(2) .ttl {
    margin-bottom: 1.2em;
  }
}

@media screen and (max-width: 820px) {
  .top_whole li:nth-child(2) .ttl {
    margin-left: 8.2rem;
    text-align: right;
    padding-right: .8em;
    width: 24.6rem;
  }
}

.top_whole li:nth-child(2) .num {
  color: #7DB65F;
  top: 2rem;
}

.top_whole li:nth-child(2) .num:before {
  border-color: #7DB65F;
}

@media screen and (max-width: 820px) {
  .top_whole li:nth-child(2) .num {
    top: -1rem;
    left: 2.1rem;
  }
}

.top_whole li:nth-child(2) .img {
  width: 64.8rem;
  left: -17.5rem;
  margin-top: 5.5rem;
}

@media screen and (max-width: 820px) {
  .top_whole li:nth-child(2) .img {
    margin-top: 1.5rem;
    width: 31.4rem;
    left: 2.9rem;
  }
}

@media screen and (max-width: 820px) {
  .top_whole li:nth-child(3) {
    padding-top: 4rem;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 821px) {
  .top_whole li:nth-child(3) {
    padding-left: 16.5rem;
    padding-top: 8.5rem;
    padding-bottom: 10rem;
  }
}

.top_whole li:nth-child(3) .bg {
  width: 81.55rem;
  left: 7rem;
}

@media screen and (max-width: 820px) {
  .top_whole li:nth-child(3) .bg {
    width: 33rem;
    left: 5rem;
  }
}

.top_whole li:nth-child(3) .ttl {
  border-color: #4BB9D2;
  text-align: center;
}

@media screen and (min-width: 821px) {
  .top_whole li:nth-child(3) .ttl {
    width: 52.9rem;
  }
}

@media screen and (max-width: 820px) {
  .top_whole li:nth-child(3) .ttl {
    width: 24rem;
    margin-left: 10rem;
    margin-bottom: 2rem;
  }
}

.top_whole li:nth-child(3) .num {
  color: #4BB9D2;
}

.top_whole li:nth-child(3) .num:before {
  border-color: #4BB9D2;
}

@media screen and (max-width: 820px) {
  .top_whole li:nth-child(3) .num {
    left: 2.1rem;
  }
}

@media screen and (min-width: 821px) {
  .top_whole li:nth-child(3) p {
    width: 54rem;
  }
}

@media screen and (max-width: 820px) {
  .top_whole li:nth-child(3) p {
    width: 28.3rem;
    margin-left: 7.2rem;
  }
}

.top_whole li:nth-child(3) .img {
  width: 71.3rem;
  margin-top: 1.5rem;
  left: -14rem;
}

@media screen and (max-width: 820px) {
  .top_whole li:nth-child(3) .img {
    width: 32.4rem;
    left: 3.8rem;
  }
}

@media screen and (max-width: 820px) {
  .top_whole li:nth-child(4) {
    padding-top: 4rem;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 821px) {
  .top_whole li:nth-child(4) {
    padding-left: 6rem;
    padding-top: 8rem;
  }
}

.top_whole li:nth-child(4) .bg {
  width: 77.3rem;
}

@media screen and (max-width: 820px) {
  .top_whole li:nth-child(4) .bg {
    width: 35.2rem;
  }
}

.top_whole li:nth-child(4) .ttl {
  border-color: #EA9600;
  padding-bottom: .2em;
  width: 58.4rem;
}

@media screen and (max-width: 820px) {
  .top_whole li:nth-child(4) .ttl {
    width: 26.5rem;
    margin-left: 5.1rem;
  }
}

.top_whole li:nth-child(4) p {
  width: 36.3rem;
}

@media screen and (max-width: 820px) {
  .top_whole li:nth-child(4) p {
    width: 29.7rem;
    margin-left: 5.2rem;
  }
}

.top_whole li:nth-child(4) .num {
  color: #EA9600;
  left: 56rem;
  top: 3rem;
}

.top_whole li:nth-child(4) .num:before {
  border-color: #EA9600;
}

@media screen and (max-width: 820px) {
  .top_whole li:nth-child(4) .num {
    left: 27.9rem;
    top: 1.8rem;
  }
}

.top_whole li:nth-child(4) .img {
  width: 39.3rem;
}

@media screen and (min-width: 821px) {
  .top_whole li:nth-child(4) .img {
    position: absolute;
    left: 41rem;
    top: 24rem;
  }
}

@media screen and (max-width: 820px) {
  .top_whole li:nth-child(4) .img {
    width: 17.8rem;
    left: 18.9rem;
    margin-top: -2.5rem;
  }
}

.top_gree {
  background: #FFFAF0;
  padding: 5rem 0;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 820px) {
  .top_gree {
    padding: 3.5rem 0;
  }
}

.top_gree:before, .top_gree:after {
  content: '';
  position: absolute;
  background: url(../img/message-bg01.svg) no-repeat center top/contain;
  width: 47.1rem;
  height: 29.3rem;
}

@media screen and (max-width: 820px) {
  .top_gree:before, .top_gree:after {
    width: 9.83rem;
  }
}

.top_gree:before {
  top: 0;
  left: -11rem;
}

@media screen and (max-width: 820px) {
  .top_gree:before {
    left: -4.5rem;
  }
}

.top_gree:after {
  background-image: url(../img/message-bg02.svg);
  background-position: center bottom;
  width: 46.8rem;
  height: 26.6rem;
  right: -5.6rem;
}

@media screen and (max-width: 820px) {
  .top_gree:after {
    background-image: url(../img/message-bg02-sp.svg);
    width: 9.4rem;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
}

.top_gree .row {
  position: relative;
}

@media screen and (max-width: 820px) {
  .top_gree .row {
    max-width: 100%;
  }
}

@media screen and (min-width: 821px) {
  .top_gree .row {
    padding: 10rem 0;
    width: 167.1rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 820px) {
  .top_gree figure {
    margin-left: 3.7rem;
  }
}

@media screen and (min-width: 821px) {
  .top_gree figure {
    width: 91.8rem;
    top: 0;
    position: absolute;
    right: 0;
  }
}

.top_gree .ttl {
  font-size: 9.6rem;
  font-weight: bold;
  color: #4BB9D2;
  letter-spacing: .04em;
  position: relative;
  padding-left: .5em;
  font-family: var(--font-family-MaruGothic);
  z-index: 0;
  line-height: 1.3;
  margin-bottom: .4em;
}

@media screen and (max-width: 820px) {
  .top_gree .ttl {
    font-size: 2.8rem;
    padding-left: 2.9rem;
    margin-bottom: .2em;
  }
}

.top_gree .ttl i {
  position: absolute;
  width: 100%;
  left: .5em;
  letter-spacing: .04em;
  font-family: inherit;
  color: #fff;
  z-index: -1;
  font-weight: 900;
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff 0 -1px 0, #fff -1px 0 0, #fff 1px 0 0;
}

@media screen and (max-width: 820px) {
  .top_gree .ttl i {
    display: none;
  }
}

.top_gree .ttl2 {
  font-family: var(--font-family-MaruGothic);
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: .03em;
  color: #4BB9D2;
  font-weight: bold;
  margin-bottom: .7em;
}

@media screen and (max-width: 820px) {
  .top_gree .ttl2 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 820px) {
  .top_gree .box2 {
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem 0 0;
    border-radius: 0 0 0 3.7rem;
    margin-right: 3rem;
    margin-top: -13rem;
    position: relative;
    overflow: hidden;
  }
  .top_gree .box2:before {
    content: '';
    position: absolute;
    background: #D1EFF8;
    width: 5.1rem;
    height: 5.6rem;
    border-radius: 50%;
    right: -1rem;
    top: -1.8rem;
  }
}

.top_gree .box {
  z-index: 0;
  border-radius: 0 0 0 3.8rem;
  position: relative;
  padding: 1.8rem 2rem 3rem;
}

@media screen and (min-width: 821px) {
  .top_gree .box {
    overflow: hidden;
    width: 99.5rem;
    padding: 5.5rem 5rem 4rem;
    background: #fff;
    border-radius: 0 0 0 10rem;
  }
}

.top_gree .box:after {
  content: '';
  position: absolute;
  background: url(../img/message-bg03.svg) no-repeat center bottom/contain;
  width: 71.1rem;
  height: 15.2rem;
  bottom: 0;
  left: 0;
  z-index: -2;
}

@media screen and (max-width: 820px) {
  .top_gree .box:after {
    background-image: url(../img/message-bg03-sp.svg);
    width: 25.6rem;
    bottom: -2rem;
  }
}

.top_gree .box:before {
  content: '';
  position: absolute;
  inset: 2rem;
  border-radius: inherit;
  border: dashed .3rem #4BB9D2;
  z-index: -1;
}

@media screen and (max-width: 820px) {
  .top_gree .box:before {
    inset: .85rem;
    border-width: .11rem;
  }
}

.top_gree p {
  font-size: 2.4rem;
  letter-spacing: .02em;
  line-height: 1.8;
}

@media screen and (max-width: 820px) {
  .top_gree p {
    font-size: 1.4rem;
  }
}

.top_gree .sign {
  text-align: right;
  margin-top: .6em;
}

.top_gree .sign small {
  display: block;
  font-size: 2rem;
}

@media screen and (max-width: 820px) {
  .top_gree .sign small {
    font-size: 1.18rem;
  }
}

main {
  overflow: hidden;
}

.top_care {
  background: url(../img/dental-care-bg.svg) center top/5.9rem;
  padding: 6rem 0;
}

@media screen and (max-width: 820px) {
  .top_care {
    background-size: 2.9rem;
    padding: 5rem 0;
  }
}

.top_care .u_inner {
  width: 193.6rem;
}

.top_care .ttl {
  text-align: center;
  font-size: 9.6rem;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  letter-spacing: 0;
  margin-bottom: 12rem;
}

@media screen and (max-width: 820px) {
  .top_care .ttl {
    font-size: 2.8rem;
    margin-bottom: 5rem;
  }
}

.top_care .ttl i {
  display: inline-block;
  background: #fff;
  font-size: .666em;
  border: solid 0.3rem #44372b;
  border-radius: 3em;
  padding: 0 1em;
  font-weight: 400;
  letter-spacing: 0;
}

@media screen and (max-width: 820px) {
  .top_care .ttl i {
    font-size: 2rem;
    border-width: .1rem;
    margin-bottom: .4em;
  }
}

.top_care .ttl span {
  display: block;
  position: relative;
}

.top_care .ttl span:before, .top_care .ttl span:after {
  content: '';
  position: absolute;
  height: .3rem;
  width: 50%;
  background: #44372b;
  top: .8em;
}

.top_care .ttl span:before {
  translate: -100% 0;
  margin-left: -.5em;
}

.top_care .ttl span:after {
  margin-left: .5em;
}

.top_care .ttl small {
  font-weight: 400;
  display: block;
  font-size: .5625em;
  letter-spacing: 0;
}

.top_care ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media screen and (max-width: 820px) {
  .top_care ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
    padding: 0 2.1rem;
  }
}

@media screen and (min-width: 821px) {
  .top_care ul {
    width: 176rem;
    margin: 0 auto;
  }
}

.top_care .ttl2 {
  position: absolute;
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: bold;
  left: 3.5rem;
  color: #fff;
  top: -3rem;
  z-index: 1;
  letter-spacing: .04em;
}

@media screen and (max-width: 820px) {
  .top_care .ttl2 {
    font-size: 2.4rem;
    top: -2rem;
    left: 1.5rem;
  }
}

.top_care .ttl2 i {
  position: absolute;
  width: 100%;
  line-height: inherit;
  letter-spacing: .04em;
  font-family: inherit;
  color: #E4989F;
  z-index: -1;
  left: 0;
  top: 0;
  font-weight: 900;
  text-shadow: #E4989F 1px 1px 0, #E4989F -1px -1px 0, #E4989F -1px 1px 0, #E4989F 1px -1px 0, #E4989F 0px 1px 0, #E4989F 0 -1px 0, #E4989F -1px 0 0, #E4989F 1px 0 0;
}

@media screen and (min-width: 821px) {
  .top_care .btn {
    position: absolute;
    bottom: 4rem;
    width: 100%;
  }
}

@media screen and (max-width: 820px) {
  .top_care .btn {
    margin-top: 1.5rem;
  }
}

.top_care .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(228, 152, 159, 0.44);
  border-radius: 1rem;
  height: 7.7rem;
  font-size: 3.2rem;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  width: 49.4rem;
}

@media screen and (max-width: 820px) {
  .top_care .btn a {
    height: 4.2rem;
    font-size: 1.74rem;
    width: auto;
    border-radius: .54rem;
  }
}

.top_care .btn a:before {
  content: '';
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  background: #E4989F;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 820px) {
  .top_care .btn a:before {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.top_care li {
  background: #fff;
  padding: 0 4.3rem 14rem;
  border: solid .3rem #E4989F;
  border-radius: 2rem;
  position: relative;
}

@media screen and (max-width: 820px) {
  .top_care li {
    border-radius: 1.1rem;
    border-width: .11rem;
    padding: 0 2.2rem 2rem;
  }
}

.top_care li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 46.2rem;
  height: 13.8rem;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: linear-gradient(0deg, transparent calc(1.8rem - 1px), rgba(255, 255, 255, 0.6) 1.8rem), linear-gradient(90deg, transparent calc(1.8rem - 1px), rgba(255, 255, 255, 0.6) 1.8rem);
  background-size: 1.8rem 1.8rem;
  background-color: #E4989F;
  border-radius: 2rem 0 0 0;
}

@media screen and (max-width: 820px) {
  .top_care li:before {
    width: 25.1rem;
    height: 7.5rem;
    border-radius: 1.1rem 0 0 0;
    background: linear-gradient(0deg, transparent calc(.7rem - 1px), rgba(255, 255, 255, 0.6) 0.7rem), linear-gradient(90deg, transparent calc(.7rem - 1px), rgba(255, 255, 255, 0.6) 0.7rem);
    background-size: .7rem .7rem;
    background-color: #E4989F;
  }
}

.top_care li figure {
  margin: 0 -4.3rem 3rem;
}

@media screen and (max-width: 820px) {
  .top_care li figure {
    margin: 0 -2.2rem 2rem;
  }
}

.top_care li p {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: .03em;
}

@media screen and (max-width: 820px) {
  .top_care li p {
    font-size: 1.6rem;
  }
}

.top_care li em {
  color: #E4989F;
  font-weight: bold;
}

.top_care li:nth-child(2) {
  border-color: #DFA973;
}

.top_care li:nth-child(2):before {
  background-color: #DFA973;
}

.top_care li:nth-child(2) em {
  color: #DFA973;
}

.top_care li:nth-child(2) .ttl2 {
  text-shadow: #DFA973 1px 1px 0, #DFA973 -1px -1px 0, #DFA973 -1px 1px 0, #DFA973 1px -1px 0, #DFA973 0px 1px 0, #DFA973 0 -1px 0, #DFA973 -1px 0 0, #DFA973 1px 0 0;
}

.top_care li:nth-child(2) .ttl2 i {
  color: #DFA973;
}

.top_care li:nth-child(2) .btn a {
  background: rgba(223, 169, 115, 0.44);
}

.top_care li:nth-child(2) .btn a:before {
  background: #DFA973;
}

.top_care li:nth-child(3) {
  border-color: #8BD56E;
}

.top_care li:nth-child(3):before {
  background-color: #8BD56E;
}

.top_care li:nth-child(3) em {
  color: #8BD56E;
}

.top_care li:nth-child(3) .ttl2 {
  text-shadow: #8BD56E 1px 1px 0, #8BD56E -1px -1px 0, #8BD56E -1px 1px 0, #8BD56E 1px -1px 0, #8BD56E 0px 1px 0, #8BD56E 0 -1px 0, #8BD56E -1px 0 0, #8BD56E 1px 0 0;
}

.top_care li:nth-child(3) .ttl2 i {
  color: #8BD56E;
}

.top_care li:nth-child(3) .btn a {
  background: rgba(139, 213, 110, 0.44);
}

.top_care li:nth-child(3) .btn a:before {
  background: #8BD56E;
}

.top_menu .ttl {
  text-align: center;
  color: #EEBE00;
  font-size: 9.6rem;
  font-weight: bold;
  font-family: var(--font-family-MaruGothic);
  background: url(../img/medical-menu-bg.svg) no-repeat center bottom/100%;
  padding: .8em 0 .7em;
  position: relative;
  margin-bottom: -6rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 820px) {
  .top_menu .ttl {
    font-size: 2.8rem;
    background-size: 73rem;
    margin-bottom: 0;
  }
}

.top_menu .ttl:before {
  content: '';
  background: #FFF9E3;
  position: absolute;
  width: 100%;
  top: 0;
  height: 10rem;
  left: 0;
}

@media screen and (max-width: 820px) {
  .top_menu .ttl:before {
    height: 0;
  }
}

.top_menu .mv {
  position: relative;
  margin-bottom: 9rem;
}

@media screen and (max-width: 820px) {
  .top_menu .mv {
    margin-bottom: 8rem;
  }
}

.top_menu .mv p {
  position: absolute;
  bottom: 22rem;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .top_menu .mv p {
    bottom: -5.5rem;
  }
}

.top_menu .mv p img {
  width: 119.7rem;
}

.top_menu .msg {
  width: 175rem;
  margin-bottom: 4rem;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  .top_menu .msg {
    margin-bottom: 2rem;
  }
}

.top_menu .msg p {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: .07em;
}

@media screen and (max-width: 820px) {
  .top_menu .msg p {
    font-size: 1.2rem;
  }
}

.top_menu .menu {
  margin-bottom: 2rem;
}

@media screen and (min-width: 821px) {
  .top_menu .menu {
    margin-bottom: 4rem;
    display: flex;
  }
  .top_menu .menu > * {
    flex: 50%;
    position: relative;
  }
}

@media screen and (max-width: 820px) {
  .top_menu .menu {
    padding: 0 1.5rem;
  }
}

.top_menu .sort {
  font-family: var(--font-family-MaruGothic);
  font-size: 6.4rem;
  font-weight: bold;
  background: #FFE994;
  border-radius: 3rem 3rem 0 0;
  width: 5.68em;
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding-right: 1em;
  height: 1.328125em;
  line-height: 1.3;
}

@media screen and (max-width: 820px) {
  .top_menu .sort {
    font-size: 2.2rem;
    height: 4rem;
    padding-top: .3em;
    width: 13.5rem;
    border-radius: 1rem 1rem 0 0;
    padding-right: .5em;
  }
}

@media screen and (min-width: 821px) {
  .top_menu .sort {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    top: -8.4rem;
  }
}

.top_menu .sort i {
  color: #fff;
  font-size: .5em;
  border-radius: 50%;
  background: #EA9800;
  position: absolute;
  writing-mode: vertical-rl;
  white-space: nowrap;
  width: 3.25em;
  font-weight: 500;
  height: 3.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -.875em;
  right: 0;
  letter-spacing: .13em;
}

@media screen and (max-width: 820px) {
  .top_menu .sort i {
    top: -.3em;
    right: -1rem;
  }
}

.top_menu .sort i:before {
  content: '';
  position: absolute;
  width: .35em;
  height: .35em;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: inherit;
  bottom: .2em;
  left: .25em;
  transform: rotate(40deg);
}

.top_menu .child .box {
  background: #FFF7D7;
}

@media screen and (max-width: 820px) {
  .top_menu .adult {
    margin-top: 3.5rem;
  }
}

.top_menu .adult .box {
  background: #F4FFF0;
  padding: 4rem 7rem;
}

@media screen and (max-width: 820px) {
  .top_menu .adult .box {
    padding: 3rem .8rem;
  }
}

.top_menu .adult .sort {
  background: #CCF5BD;
}

.top_menu .adult .sort i {
  background: #8BD56E;
}

.top_menu .adult ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .8rem 4.4rem;
}

@media screen and (max-width: 820px) {
  .top_menu .adult ul {
    gap: 2rem;
  }
}

.top_menu .adult li {
  border-radius: 0 0 3rem 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(92, 164, 63, 0.2);
}

.top_menu .adult li p {
  font-size: 1.8rem;
  line-height: 1.27;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  .top_menu .adult li p {
    font-size: .8rem;
    letter-spacing: 0;
  }
}

.top_menu .adult a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_menu .adult figure {
  width: 18.4rem;
}

@media screen and (max-width: 820px) {
  .top_menu .adult figure {
    width: 8.1rem;
  }
}

.top_menu .adult .desc {
  width: calc(100% - 18.4rem);
  padding: 0 1rem 0 2rem;
}

@media screen and (max-width: 820px) {
  .top_menu .adult .desc {
    width: calc(100% - 8.1rem);
    padding: 0 1rem;
  }
}

.top_menu .ttl3 {
  color: #63B543;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.1;
}

@media screen and (max-width: 820px) {
  .top_menu .ttl3 {
    font-size: 1.06rem;
    margin-top: .2em;
  }
}

.top_menu .bnr {
  width: 18.2rem;
  display: block;
}

@media screen and (max-width: 820px) {
  .top_menu .bnr {
    width: 16.9rem;
  }
}

.top_menu .box {
  height: 100%;
}

.top_menu .btn {
  margin-top: 3.5rem;
}

@media screen and (max-width: 820px) {
  .top_menu .btn {
    margin-top: 2rem;
  }
}

.top_menu .btn.b {
  align-items: center;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.top_menu .more {
  background: #EA9800 url(../img/arw-right01.svg) no-repeat calc(100% - 1rem) center/1.35em;
  font-size: 2rem;
  width: 10.5em;
  border-radius: 3em;
  padding: .5em;
  text-align: center;
  color: #fff;
  padding-right: 1.6em;
  font-weight: bold;
  display: block;
  margin-left: auto;
}

@media screen and (max-width: 820px) {
  .top_menu .more {
    font-size: 1.17rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 820px) {
  .top_menu .row {
    padding: 3.4rem 0 3rem;
    margin: 0 1.8rem;
    position: relative;
    z-index: 0;
  }
  .top_menu .row.a .ttl2 {
    margin-left: auto;
  }
  .top_menu .row.b figure {
    right: 0;
  }
}

@media screen and (min-width: 821px) {
  .top_menu .row {
    padding: 4rem 4rem 4rem 7rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .top_menu .row.a {
    flex-direction: row-reverse;
  }
  .top_menu .row figure {
    width: 39.4rem;
  }
  .top_menu .row .desc {
    width: 41.5rem;
  }
}

.top_menu .row + .row {
  border-top: dashed .2rem #EA9800;
}

@media screen and (max-width: 820px) {
  .top_menu .row + .row {
    border-top: dotted .2rem #EA9800;
    margin-top: 2rem;
    padding-top: 2.5rem;
  }
}

.top_menu .row figure {
  border-radius: 4rem 0 0 0;
  position: relative;
}

@media screen and (max-width: 820px) {
  .top_menu .row figure {
    border-radius: 1.4rem 0 0 0;
    position: absolute;
    top: 3.4rem;
    width: 19.4rem;
    z-index: -1;
  }
}

.top_menu .row figure:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 9.2rem;
  background: linear-gradient(360deg, #FFF7D7 0%, rgba(255, 247, 215, 0) 100%);
}

.top_menu .row.a figure {
  border-radius: 0 4rem 0 0;
}

.top_menu .row p {
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  .top_menu .row p {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.top_menu .row p em {
  color: #EA9800;
}

.top_menu .ttl2 {
  font-size: 4rem;
  font-family: var(--font-family-MaruGothic);
  color: #EA9800;
  font-weight: 500;
  margin-bottom: .4em;
}

@media screen and (max-width: 820px) {
  .top_menu .ttl2 {
    font-size: 2rem;
    height: 16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13rem;
  }
}

.top_tour {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #ffbbe5 0.2rem, transparent 0.2rem);
  background-position: 0 0;
  background-size: 2.4rem 2.4rem;
  padding: 12rem 0;
}

@media screen and (max-width: 820px) {
  .top_tour {
    padding: 6rem 0;
    background-size: 1.6rem 1.6rem;
  }
}

.top_tour .u_inner {
  width: 135rem;
}

.top_tour .ttl {
  text-align: center;
  width: 80%;
  background: #facc51;
  color: #fff;
  border-radius: 3em;
  margin: 0 auto 1.5em;
  font-weight: bold;
  font-size: 4.6rem;
  padding: .6em 0;
}

@media screen and (max-width: 820px) {
  .top_tour .ttl {
    font-size: 2.4rem;
  }
}

.top_tour .slide {
  position: relative;
  margin-bottom: 1.5rem;
}

.top_tour iframe {
  display: block;
  height: 56rem;
  width: 100%;
}

@media screen and (max-width: 820px) {
  .top_tour iframe {
    height: 24rem;
  }
}

.top_tour .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.top_tour .thumb img {
  width: 100%;
}

.top_tour .btn i {
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 2;
  width: 7rem;
  height: 100%;
  background: url(../img/arrow_prev.webp) no-repeat 50%/contain;
}

@media screen and (max-width: 820px) {
  .top_tour .btn i {
    width: 3rem;
  }
}

.top_tour .btn .prev {
  left: 1rem;
}

.top_tour .btn .next {
  background-image: url(../img/arrow_next.webp);
  right: 1rem;
}

.top_insta {
  padding: 12rem 0;
}

@media screen and (max-width: 820px) {
  .top_insta {
    padding: 6rem 0;
  }
}

.top_insta .u_inner {
  width: 166rem;
}

/*# sourceMappingURL=add.css.map */