@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 / 750);
  }
}

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;
  }
}

#sub_fv:not(:has(#sub_mv)) {
  display: block;
}

.content_R p b {
  display: block;
  font-weight: bold;
}

.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;
}

.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;
  }
}

.case-content__item-head .arrow.a {
  left: 32.5%;
}

.case-content__item-head .arrow.b {
  left: 68.5%;
}

.page-main .text-link {
  color: #2583d6;
  text-decoration: underline;
}

.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 .price-table span.normal {
  font-weight: 400;
}

.page-main .text_center {
  text-align: center;
}

.page-main .txt-note {
  font-size: .9em;
  text-align: right;
  margin-top: .8em;
}

.page-main .txt-note.left {
  text-align: left;
}

@media screen and (max-width: 820px) {
  .page-main .txt-note {
    font-size: 2.2rem;
  }
}

.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 .mb30 {
  margin-bottom: 3rem;
}

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

.page-main .mt30 {
  margin-top: 3rem;
}

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

.page-main .mb100 {
  margin-bottom: 10rem;
}

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

.page-main .mt100 {
  margin-top: 10rem;
}

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

@media screen and (min-width: 821px) {
  .page-main .pic.small {
    text-align: center;
  }
  .page-main .pic.small img {
    width: 36.4rem;
  }
}

.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;
}

@media screen and (min-width: 821px) {
  .page-main .access-time {
    font-size: 10px;
  }
}

@media screen and (min-width: 821px) and (max-width: 1200px) {
  .page-main .access-time {
    font-size: calc(100vw * 10 / 1200);
  }
}

.page-main .access-time table {
  border-top: solid 1px #8b8b8b;
}

@media screen and (min-width: 821px) {
  .page-main .access-time table {
    width: 80%;
  }
}

.page-main .access-time ul {
  margin-top: 1em;
}

.page-main .access-time li {
  padding-left: 1.2em;
  position: relative;
}

@media screen and (max-width: 820px) {
  .page-main .access-time li {
    font-size: 2.2rem;
  }
}

.page-main .access-time li:after {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
}

.page-main .access-time li:before {
  content: none !important;
}

.page-main .access-time .f_time {
  padding: 0;
}

.page-main .access-time .f_time p {
  text-align: left;
}

.page-main .access-time .f_time p a {
  color: #FA070B;
  text-decoration: underline;
}

.page-main .access-info .map {
  height: 50rem;
  margin: 0 auto 5rem;
}

.page-main .access-info .map iframe {
  width: 100%;
  height: 100%;
}

.page-main .access-info .d-flex + .d-flex {
  margin-top: 3rem;
}

@media screen and (min-width: 821px) {
  .page-main .access-info .d-flex {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 820px) {
  .page-main .access-info .d-flex div + div {
    margin: 0;
  }
}

@media screen and (max-width: 820px) {
  .page-main .doctor-info .d-flex {
    width: 100%;
  }
}

@media screen and (min-width: 821px) {
  .page-main .doctor-info .d-flex {
    flex-wrap: nowrap;
  }
}

.page-main .doctor-info .price-table td {
  padding: 1em .5em;
  width: 30% !important;
}

.page-main .doctor-info .price-table td + td {
  width: 70% !important;
}

.page-main .c_table tr > * {
  border-bottom: soli;
}

.case-list .txt-note, .case-list .button-container {
  display: none;
}

.case-list h3.sep-no {
  margin-top: 5rem;
}

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

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

.page-main .table-res-form th, .page-main .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) {
  .page-main .table-res-form th, .page-main .table-res-form td {
    float: left;
    width: 100%;
  }
}

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

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

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

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

.page-main .table-res-form .wpcf7-form-control {
  display: flex;
  gap: 1em;
}

.page-main .table-res-form .wpcf7-form-control input {
  margin-right: .5em;
}

.page-main .table-res-form .date, .page-main .table-res-form .zip, .page-main .table-res-form .pref {
  display: flex;
  align-items: center;
  gap: 1em;
}

.page-main .table-res-form .date + *, .page-main .table-res-form .zip + *, .page-main .table-res-form .pref + * {
  margin-top: .5em;
}

.page-main .table-res-form p + p {
  margin-top: .5em;
}

.page-main .table-res-form p {
  margin: 0;
}

.page-main .table-res-form .red {
  color: red;
}

.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 #474747;
}

.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 #474747;
}

.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 2.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 3.5rem;
    height: var(--header-height-sp);
  }
}

.h_ttl2 {
  font-family: var(--font-family-Serif);
  font-size: 1.2em;
  margin-bottom: .5em;
  white-space: nowrap;
}

@media screen and (max-width: 820px) {
  .h_ttl2 {
    margin-bottom: .3em;
    font-size: 1.75rem;
  }
}

.h_logo a {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.h_logo img {
  width: 23em;
}

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

.h_logo .logo {
  width: 7em;
}

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

.h_cta {
  text-align: center;
}

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

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

@media screen and (max-width: 820px) {
  .h_cta {
    width: 49rem;
    margin: 0 auto;
  }
  .h_cta li {
    margin-top: 3.6rem;
  }
  .h_cta small {
    display: block;
    font-size: 1.98rem;
    border-right: 3em;
    font-family: var(--font-family-Sans);
  }
}

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

@media screen and (max-width: 820px) {
  .h_cta a {
    font-family: var(--font-family-Serif);
    line-height: 1.2;
    font-size: 4.9rem;
    border-radius: 3em;
    padding: .4em 0;
  }
}

.h_cta .tel {
  background: #d8af50;
}

.h_cta .tel img {
  width: 2.75rem;
  vertical-align: middle;
  margin-right: .3em;
}

.h_cta .web {
  background: #a59169;
}

.h_cta .web img {
  width: 3.2rem;
  margin-right: .3em;
}

@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: 1500px) {
  .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 dl + dl {
    margin-top: 2rem;
  }
  .h_nav .sub dt {
    font-size: 2.6em;
    width: 10em;
    margin-top: -.5rem;
  }
  .h_nav .sub dd {
    width: calc(100% - 16em);
  }
  .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 {
    position: absolute;
    right: 4.6rem;
    top: 1.4rem;
    width: 9.6rem;
    height: 9.6rem;
    z-index: 67;
    border-radius: .1rem;
    cursor: pointer;
    background: #a59169;
  }
  .h_menu:before {
    content: 'MENU';
    position: absolute;
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 1rem;
    color: #fff;
  }
  body.open .h_menu:before {
    content: 'CLOSE';
  }
  .h_menu .icon {
    position: relative;
    display: block;
    left: calc(50% - 1.8rem);
    top: calc(50% - 1px);
    margin-top: -1rem;
  }
  .h_menu .icon, .h_menu .icon:before, .h_menu .icon:after {
    width: 3.6rem;
    height: 2px;
    background-color: #fff;
    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: -1rem;
    left: 0;
  }
  .h_menu .icon:after {
    top: 1rem;
  }
  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: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 66;
    background: #eeecd1;
    padding: 12rem 5rem 8rem;
  }
  #toggle_menu > .h_nav {
    display: none;
  }
  #toggle_menu > .h_cta {
    display: none;
  }
  body.open {
    overflow-y: hidden;
  }
  body.open #toggle_menu {
    visibility: visible;
    animation: itemFadeIn 1s;
  }
  body:not(.open) #toggle_menu {
    visibility: hidden;
    animation: itemFadeOut .8s;
  }
}

.sp_menu .ttl {
  font-family: var(--font-family-Serif);
  text-align: center;
  font-size: 3.6rem;
  color: #a59169;
  font-weight: bold;
  margin-bottom: .8em;
}

.sp_menu .ttl2 {
  text-align: center;
  font-size: 3.5rem;
  background: #eeecd1;
  margin-bottom: 1.5rem;
  color: #755d22;
  font-weight: bold;
  font-family: var(--font-family-Serif);
}

.sp_menu .ttl2 a {
  padding: 1em 0;
  display: block;
  position: relative;
}

.sp_menu .ttl2 a:after {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
  background: url(../images/common/arrow-menu.svg) no-repeat 50%/contain;
  width: 3.7rem;
  height: 3.7rem;
  margin-left: .3em;
}

.sp_menu .ttl2 a:before {
  content: '';
  position: absolute;
  inset: .3rem;
  border: solid 1px #a29677;
}

.sp_menu .ttl3 {
  font-family: var(--font-family-Serif);
  text-align: center;
  font-size: 2.5rem;
  color: #755d22;
  font-weight: bold;
  background: #eeecd1;
  margin: 8rem 0 .8em;
  padding: .3em 0;
}

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

.sp_menu ul.nav + .ttl2 {
  margin-top: 8rem;
}

.sp_menu .nav a {
  border-radius: .8rem;
  background: #fff;
  position: relative;
  display: block;
  box-shadow: 1.721px 2.457px 4.5px 0.5px rgba(215, 204, 178, 0.004);
}

.sp_menu .nav p {
  position: absolute;
  font-size: 2.1rem;
  line-height: 1;
  text-align: center;
  width: 100%;
  left: 0;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  font-weight: bold;
}

.sp_menu .menu p {
  font-family: var(--font-family-Serif);
}

.sp_menu .menu a {
  border: solid 1px #bda66f;
}

.sp_menu .bg {
  position: relative;
  margin: 6.5rem 0;
  padding: 6.5rem 0;
}

.sp_menu .bg:before {
  content: '';
  width: calc(100% + 10rem);
  left: -5rem;
  height: 100%;
  position: absolute;
  background: #f6f5f2;
  z-index: -1;
  top: 0;
}

.f_msg {
  background: #c8ad83;
  margin-top: 8rem;
  padding: 2em 0;
}

.f_msg p {
  font-size: 1.2em;
  line-height: 2;
}

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

@media screen and (min-width: 821px) {
  .f_msg .u_inner {
    width: 124rem;
  }
}

.low_time {
  margin: 2em 0 3em;
}

.low_time .f_time {
  padding: 0;
}

@media screen and (min-width: 821px) {
  .low_time {
    width: 70%;
    font-size: 10px;
  }
}

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

#footer {
  margin-top: 14em;
  background: #f6f0eb;
  position: relative;
  z-index: 0;
  padding: 7em 0 0;
}

#footer:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, transparent calc(1.8rem - 1px), #f0e9e5 1.8rem), linear-gradient(90deg, transparent calc(1.8rem - 1px), #f0e9e5 1.8rem);
  background-size: 1.8rem 1.8rem;
  z-index: -1;
}

@media screen and (max-width: 820px) {
  #footer {
    margin-top: 7rem;
    padding: 9rem 0 17rem;
  }
}

@media screen and (min-width: 821px) {
  #footer {
    font-size: 10px;
  }
}

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

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

.f_news {
  background: #fff;
  border-radius: .2rem;
  box-shadow: 7.388px 9.456px 20.4px 3.6px rgba(0, 0, 0, 0.1);
  padding: 4.5rem 5rem;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 820px) {
  .f_news {
    margin-bottom: 5.5rem;
    padding: 2rem 3rem 2rem 1rem;
  }
}

.f_news dt {
  width: 27em;
}

@media screen and (max-width: 820px) {
  .f_news dt {
    width: 15rem;
  }
}

.f_news dt span {
  display: block;
  text-align: center;
  font-size: 2.5em;
}

@media screen and (max-width: 820px) {
  .f_news dt span {
    font-size: 2.2rem;
  }
}

.f_news dd {
  width: calc(100% - 27em);
}

@media screen and (max-width: 820px) {
  .f_news dd {
    width: calc(100% - 15rem);
  }
}

.f_news ul {
  border-left: solid 1px #8b8b8b;
  padding: 2.5em 0;
  padding-left: 6em;
}

@media screen and (max-width: 820px) {
  .f_news ul {
    padding: 0;
    padding-left: 3rem;
  }
}

.f_news li + li {
  margin-top: 2em;
}

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

.f_news a {
  display: flex;
  font-size: 2em;
  letter-spacing: 0;
}

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

.f_news a time {
  width: 7em;
}

@media screen and (max-width: 820px) {
  .f_news a time {
    width: 6em;
  }
}

.f_news a span {
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 7em);
}

@media screen and (max-width: 820px) {
  .f_news a span {
    width: calc(100% - 6em);
  }
}

.f_logo {
  position: absolute;
  top: -10rem;
  width: 100%;
  left: 0;
  text-align: center;
}

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

.f_logo img {
  width: 48.2em;
}

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

.f_map {
  height: 32.5rem;
  margin-top: 1.5em;
}

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

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

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

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

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

.f_info dt, .f_info dd {
  font-size: 2em;
  border-bottom: solid .5px #595757;
  padding: .4em 0;
  line-height: 1.3;
}

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

.f_info dt:last-of-type, .f_info dd:last-of-type {
  border-bottom: none;
}

.f_info dt {
  font-weight: 500;
  width: 5.5em;
  text-align: center;
  color: #ac671c;
  padding-right: 1em;
}

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

.f_time {
  background: #fff;
  padding: 1em 3em;
  font-weight: 400;
}

@media screen and (max-width: 820px) {
  .f_time {
    margin-bottom: 4rem;
    padding: 1em 3rem;
  }
}

.f_time th {
  border-bottom: solid 1px #8b8b8b;
}

.f_time th:nth-child(1) {
  color: #ac671c;
}

.f_time th:last-child {
  letter-spacing: -.3em;
}

.f_time table {
  border-bottom: solid 1px #8b8b8b;
}

.f_time tr > * {
  font-size: 2em;
  text-align: center;
  padding: .1em 0;
  width: 9.8%;
}

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

.f_time tr > *:nth-child(1) {
  width: auto;
}

.f_time td:nth-child(n + 2) {
  color: #ac671c;
}

.f_time p {
  font-size: 2em;
  margin-top: .3em;
  text-align: right;
}

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

.f_time p i {
  color: #ac671c;
}

@media screen and (min-width: 821px) {
  .f_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7em;
  }
}

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

.f_nav {
  background: #fff;
  border-radius: .2rem;
  box-shadow: 7.388px 9.456px 20.4px 3.6px rgba(0, 0, 0, 0.1);
  padding: 4.5rem 5rem;
  display: flex;
  width: 96.6rem;
  margin: 0 auto;
  justify-content: space-between;
}

.f_nav a {
  color: #000;
}

.f_nav li {
  font-size: 2em;
}

.f_nav li + li {
  margin-top: .5em;
}

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

.fixed_footer {
  position: fixed;
  z-index: 65;
  right: 0;
}

@media screen and (min-width: 821px) {
  .fixed_footer {
    top: 13.4rem;
    width: 9.3rem;
  }
  .fixed_footer li {
    margin-bottom: .2rem;
  }
  .fixed_footer a {
    border-radius: .3rem 0 0 .3rem;
  }
}

@media screen and (max-width: 820px) {
  .fixed_footer {
    width: 100%;
    bottom: 0;
  }
  .fixed_footer ul {
    display: flex;
    flex-direction: row-reverse;
  }
}

.fixed_footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #a59169;
  line-height: 1;
  text-align: center;
  letter-spacing: .05em;
}

@media screen and (max-width: 820px) {
  .fixed_footer a {
    width: 31rem;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4em;
    font-size: 2.37rem;
  }
}

@media screen and (min-width: 821px) {
  .fixed_footer a {
    font-size: 2.5rem;
    flex-direction: column;
    padding: 2rem 0;
  }
}

.fixed_footer a * {
  font-size: inherit;
  letter-spacing: .05em;
}

.fixed_footer img {
  width: 5rem;
  margin-bottom: .7rem;
}

@media screen and (max-width: 820px) {
  .fixed_footer img {
    width: 4.6rem;
    margin: 0;
  }
}

.fixed_footer span {
  line-height: inherit;
}

.fixed_footer .tel {
  background: #d8af50;
  font-size: 2.37rem;
}

@media screen and (min-width: 821px) {
  .fixed_footer .tel {
    font-size: 2rem;
  }
}

.fixed_footer .tel img {
  width: 2.9rem;
}

@media screen and (max-width: 820px) {
  .fixed_footer .tel img {
    width: 2.7rem;
  }
}

.fixed_footer .top {
  background: #d1b47a;
}

@media screen and (max-width: 820px) {
  .fixed_footer .top {
    width: 13rem;
  }
}

.fixed_footer .top img {
  width: 1.9rem;
}

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

@media screen and (min-width: 821px) {
  .top_nav {
    display: flex;
    position: relative;
    z-index: 2;
    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 {
    width: 13.6em;
  }
  .top_nav .h_nav > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .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 #474747;
    height: 2.5em;
  }
}

.h_ttl {
  font-size: 1.3rem;
  font-family: var(--font-family-Sans);
  color: #484748;
  letter-spacing: 0;
}

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

main {
  overflow: hidden;
}

@media screen and (min-width: 821px) {
  .top_header {
    position: absolute;
    z-index: 2;
    top: 2rem;
    left: 1.2rem;
  }
}

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

.top_main {
  position: relative;
  font-family: var(--font-family-Serif);
  overflow: hidden;
}

.top_main * {
  font-family: inherit;
}

@media screen and (max-width: 820px) {
  .top_main {
    padding-bottom: 17rem;
  }
}

.top_main .slide img {
  aspect-ratio: 2880 / 1630;
  object-fit: cover;
}

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

.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;
  background: url(../img/mv-shadow.webp) no-repeat 50%/cover;
  border-radius: .2rem;
  text-shadow: 0 0 0.6em #fff, 0 0 0.6em #fff, 0 0 0.6em #fff, 0 0 0.6em #fff, 0 0 0.6em #fff, 0 0 0.6em #fff;
  color: #474747;
  padding: 2.4rem 2rem 3rem 0;
  border-radius: .2rem;
}

.top_main .catch * {
  text-shadow: inherit;
}

@media screen and (max-width: 820px) {
  .top_main .catch {
    background-image: url(../img/mv-shadow-sp.png);
    margin-top: -3rem;
    writing-mode: vertical-rl;
    width: 12.6rem;
    padding: 3rem;
  }
  .top_main .catch i.a {
    margin-top: -.5em;
  }
  .top_main .catch i.b {
    margin-bottom: -.5em;
  }
}

.top_main .logo {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -8rem;
}

@media screen and (min-width: 821px) {
  .top_main .logo {
    top: -14.6rem;
  }
}

.top_main .logo img {
  width: 18.7rem;
}

@media screen and (max-width: 820px) {
  .top_main .logo img {
    width: 13.1rem;
  }
}

.top_main .ttl {
  font-size: 5.5rem;
  letter-spacing: .05em;
  line-height: 1;
  text-indent: .5em;
  position: relative;
}

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

.top_main .ttl small {
  letter-spacing: .05em;
  font-size: .8em;
}

.top_main .ttl small.b {
  margin-left: -.6em;
}

.top_main .ttl em {
  line-height: inherit;
  color: #c7961b;
  font-weight: bold;
  margin-left: -.2em;
  margin-right: -.2em;
}

.top_main .sub {
  font-size: 3rem;
  color: #c7961b;
  line-height: 1;
  letter-spacing: .17em;
  padding-left: 1em;
  text-align: center;
}

.top_main .sub em {
  display: block;
  color: #fff;
  clip-path: polygon(0.4em 0, 100% 0, calc(100% - .4em) 100%, 0% 100%);
  background-image: -moz-linear-gradient(-52deg, #f3d17e 0%, #d3a533 100%);
  background-image: -webkit-linear-gradient(-52deg, #f3d17e 0%, #d3a533 100%);
  background-image: -ms-linear-gradient(-52deg, #f3d17e 0%, #d3a533 100%);
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 1rem #bc8e1d;
  margin-top: .5em;
  line-height: 1.8;
  font-size: 2.5rem;
}

@media screen and (max-width: 820px) {
  .top_main .sub em {
    font-size: 2.75rem;
    margin-top: .3em;
    display: inline-block;
    padding: 0 3em;
  }
}

.top_main .sub i {
  font-size: 1.25em;
  line-height: 1;
}

@media screen and (max-width: 820px) {
  .top_main .sub {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    font-size: 4rem;
    padding-bottom: 3.3rem;
  }
  .top_main .sub:before {
    content: '';
    background: url(../img/mv-shadow02.png) no-repeat center bottom/cover;
    position: absolute;
    z-index: -1;
    top: -12rem;
    left: 0;
    width: 100%;
    height: 19.8rem;
  }
  .top_main .sub span {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
  }
  .top_main .sub span:before, .top_main .sub span:after {
    content: '';
    width: 50%;
    position: absolute;
    border-bottom: solid 1px #c7961b;
    bottom: .7em;
  }
  .top_main .sub span:before {
    left: calc(50% + 7.5em);
  }
  .top_main .sub span:after {
    right: calc(50% + 7em);
  }
}

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

@media screen and (min-width: 821px) {
  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);
}

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

.ft_serif {
  font-family: var(--font-family-Serif);
}

.ft_serif * {
  font-family: inherit;
}

.c_fig {
  width: 34.3rem;
  margin: 0 auto 2rem;
  position: relative;
}

@media screen and (max-width: 820px) {
  .c_fig {
    width: 43.9rem;
  }
}

.c_fig figcaption {
  position: absolute;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #efe3b7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.3rem;
  font-family: var(--font-family-Sans);
  color: #535353;
  letter-spacing: 0;
  width: 2.11em;
  right: -5rem;
  bottom: -.6rem;
}

.c_fig figcaption small {
  font-size: .25em;
  position: relative;
  top: .8em;
  letter-spacing: 0;
}

.top_lead {
  background: #f1ece0;
  padding-bottom: 7rem;
  overflow: hidden;
}

@media screen and (min-width: 821px) {
  .top_lead .u_inner {
    width: 120.5rem;
  }
}

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

.top_lead .head {
  position: relative;
}

.top_lead .line {
  position: absolute;
  height: 10.9rem;
  aspect-ratio: 1 / 1;
  z-index: 1;
}

@media screen and (max-width: 820px) {
  .top_lead .line {
    height: 5.5rem;
  }
}

.top_lead .line:before, .top_lead .line:after {
  content: '';
  background: #eee3c9;
  position: absolute;
}

.top_lead .line:before {
  width: .3rem;
  height: 100%;
}

@media screen and (max-width: 820px) {
  .top_lead .line:before {
    width: .2rem;
  }
}

.top_lead .line:after {
  height: .3rem;
  width: 100%;
}

@media screen and (max-width: 820px) {
  .top_lead .line:after {
    height: .2rem;
  }
}

.top_lead .line.a, .top_lead .line.c {
  left: 1rem;
}

.top_lead .line.a, .top_lead .line.b {
  top: 1rem;
}

.top_lead .line.b {
  right: 1rem;
}

.top_lead .line.b:before {
  right: 2rem;
}

@media screen and (max-width: 820px) {
  .top_lead .line.b:before {
    right: 1rem;
  }
}

.top_lead .line.b:after {
  top: 2rem;
}

@media screen and (max-width: 820px) {
  .top_lead .line.b:after {
    top: 1rem;
  }
}

.top_lead .line.a:before {
  left: 2rem;
}

@media screen and (max-width: 820px) {
  .top_lead .line.a:before {
    left: 1rem;
  }
}

.top_lead .line.a:after {
  top: 2rem;
}

@media screen and (max-width: 820px) {
  .top_lead .line.a:after {
    top: 1rem;
  }
}

.top_lead .line.c {
  bottom: 1rem;
}

.top_lead .line.c:before {
  left: 2rem;
}

@media screen and (max-width: 820px) {
  .top_lead .line.c:before {
    left: 1rem;
  }
}

.top_lead .line.c:after {
  bottom: 2rem;
}

@media screen and (max-width: 820px) {
  .top_lead .line.c:after {
    bottom: 1rem;
  }
}

.top_lead .ttl {
  position: absolute;
  width: 100%;
  color: #fff;
  bottom: 8.5rem;
  text-align: center;
  font-size: 3.3rem;
  font-weight: bold;
  text-shadow: 0 0 .3em #000;
  letter-spacing: 0;
}

@media screen and (max-width: 820px) {
  .top_lead .ttl {
    font-size: 4.5rem;
    line-height: 1.232;
  }
}

.top_lead .ttl i {
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  width: 15.8rem;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.32);
}

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

.top_lead .ttl img {
  width: 8.9rem;
}

@media screen and (max-width: 820px) {
  .top_lead .ttl img {
    width: 6.4rem;
  }
}

.top_lead .ttl small {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
}

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

.top_lead .box {
  background: #fff;
  position: relative;
  margin-top: -5rem;
  box-shadow: 7.388px 9.456px 20.4px 3.6px rgba(149, 146, 137, 0.2);
  padding: 6.5rem 8rem;
}

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

@media screen and (max-width: 820px) {
  .top_lead .box {
    margin-top: -4.5rem;
    padding: 5rem 5rem 12rem;
  }
}

.top_lead figure {
  position: absolute;
  right: -11rem;
  bottom: -7rem;
  width: 44rem;
}

@media screen and (max-width: 820px) {
  .top_lead figure {
    width: 27.3rem;
    right: -4rem;
    bottom: 0;
  }
}

.top_lead figcaption {
  position: absolute;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #c8ab8e;
  top: 55%;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  font-size: 1.92rem;
  text-align: center;
  padding: .3em 1.5em;
  margin-left: .8em;
  white-space: nowrap;
}

@media screen and (max-width: 820px) {
  .top_lead figcaption {
    top: 45%;
    font-size: 2rem;
    padding: .3em .6em;
    margin-left: .3em;
  }
}

.top_lead figcaption em {
  font-size: 1.25em;
}

.top_lead .catch {
  position: relative;
  z-index: 0;
  font-size: 2.9rem;
  padding: 3.6rem 2rem .5rem;
  display: flex;
}

@media screen and (max-width: 820px) {
  .top_lead .catch {
    flex-direction: column;
    align-items: center;
    font-size: 2rem;
    margin: 0 -2rem 3rem;
    padding: 1.5rem 1.5rem 1.1rem;
    white-space: nowrap;
  }
}

.top_lead .catch:before {
  content: '';
  z-index: -1;
  position: absolute;
  inset: 0;
  background-image: -moz-linear-gradient(180deg, #f6f1e7 1%, #e4d5b1 100%);
  background-image: -webkit-linear-gradient(180deg, #f6f1e7 1%, #e4d5b1 100%);
  background-image: -ms-linear-gradient(180deg, #f6f1e7 1%, #e4d5b1 100%);
  opacity: 0.8;
}

.top_lead .catch b {
  font-weight: bold;
}

.top_lead .catch em {
  color: #8e5d2f;
  background: #fff;
  padding: .2em .1em;
  letter-spacing: .1em;
  margin-bottom: .1em;
}

@media screen and (max-width: 820px) {
  .top_lead .catch em {
    font-size: 2.75rem;
    padding: 0 .2em;
    margin-right: .2em;
  }
}

.top_lead .catch i {
  font-size: 1.2em;
  font-weight: bold;
}

@media screen and (min-width: 821px) {
  .top_lead .catch {
    flex-direction: row-reverse;
    width: 23.4rem;
    justify-content: center;
    gap: .05em;
    white-space: nowrap;
  }
  .top_lead .catch span {
    writing-mode: vertical-rl;
  }
  .top_lead .catch span:nth-child(3) {
    margin-top: 2.8em;
  }
}

.top_lead .ttl2 {
  font-size: 4.1rem;
  line-height: 1.4;
  margin-bottom: .6em;
}

@media screen and (max-width: 820px) {
  .top_lead .ttl2 {
    font-size: 2.3rem;
    letter-spacing: 0;
    margin: 0;
  }
  .top_lead .ttl2 br {
    display: none;
  }
}

.top_lead .ttl2 em {
  font-size: 1.3em;
  color: #c6934c;
  font-weight: bold;
  line-height: inherit;
}

.top_lead ul {
  margin: 3rem 0;
}

@media screen and (max-width: 820px) {
  .top_lead ul {
    margin: 4.5rem 0 5rem;
  }
}

.top_lead li {
  border-radius: .2rem;
  background: #fffdf6;
  box-shadow: 2.868px 4.096px 9px 1px rgba(101, 101, 101, 0.1);
  height: 7.9rem;
  width: 42.1rem;
  font-size: 3.6rem;
  margin-bottom: 1rem;
  background: url(../img/lead-check.svg) no-repeat 1.2em center/0.833em;
  padding: .3em 0 .3em 2.5em;
}

@media screen and (max-width: 820px) {
  .top_lead li {
    width: 48rem;
    height: 8.2rem;
    font-size: 3.2rem;
    padding-left: 4em;
    background-position: 2.5em center;
    margin: 0 auto .5rem;
  }
}

@media screen and (min-width: 821px) {
  .top_lead .desc {
    width: 77rem;
  }
}

.top_lead .desc p {
  font-size: 2.4rem;
  line-height: 1.54;
}

@media screen and (max-width: 820px) {
  .top_lead .desc p {
    font-size: 2.3rem;
    letter-spacing: -.05em;
  }
}

.top_lead .desc p em {
  color: #ca9b5b;
  font-weight: bold;
}

.top_value {
  position: relative;
  overflow: hidden;
  padding: 10rem 0 8rem;
  color: #444444;
  background: url(../img/value-bottom.webp) no-repeat center bottom/100% 68.6rem;
}

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

.top_value:before {
  content: '';
  position: absolute;
  inset: 0;
  background: #f3f8ff;
  z-index: -2;
}

.top_value:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, transparent calc(1.8rem - 1px), #e7ebf2 1.8rem), linear-gradient(90deg, transparent calc(1.8rem - 1px), #e7ebf2 1.8rem);
  background-size: 1.8rem 1.8rem;
  z-index: -1;
}

@media screen and (min-width: 821px) {
  .top_value .u_inner {
    width: 124rem;
    position: relative;
    left: -3rem;
  }
}

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

.top_value .catch {
  position: absolute;
  left: 2rem;
  z-index: 0;
  padding-top: 2.2rem;
}

@media screen and (max-width: 820px) {
  .top_value .catch {
    left: 5.2rem;
    padding-top: 4.2rem;
  }
}

.top_value .catch:before, .top_value .catch:after {
  height: 48.8rem;
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
}

.top_value .catch:after {
  background: #d8f0fc;
  width: 50vw;
  right: 0;
}

@media screen and (max-width: 820px) {
  .top_value .catch:after {
    content: none;
  }
}

.top_value .catch:before {
  background: url(../img/value-bg.webp) no-repeat right center/contain;
  width: 39rem;
  left: -16rem;
  z-index: -2;
}

@media screen and (max-width: 820px) {
  .top_value .catch:before {
    background-image: url(../img/value-bg-sp.png);
    width: 15.4rem;
    height: 38.3rem;
    left: -5rem;
  }
}

.top_value .catch i {
  font-size: 7.1rem;
  line-height: 1;
  display: block;
  font-style: italic;
  text-shadow: 0.1em 0.06em 0 rgba(178, 202, 221, 0.3);
  border-radius: .2rem;
  background: #fff;
  color: #5b84b7;
  width: 8rem;
  height: 8rem;
  padding-right: .3em;
  margin-bottom: 1rem;
}

@media screen and (max-width: 820px) {
  .top_value .catch i {
    font-size: 4.9rem;
    width: 5.6rem;
    height: 5.6rem;
    margin-bottom: .5rem;
  }
}

.top_value .ttl {
  margin-left: 23rem;
  color: #444444;
  font-size: 3.3rem;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1;
}

@media screen and (max-width: 820px) {
  .top_value .ttl {
    margin-left: 10rem;
    font-size: 2.1rem;
  }
}

.top_value .ttl em {
  letter-spacing: 0;
  font-size: 1.4em;
  color: #004bad;
  background: linear-gradient(transparent 70%, #fef4aa 70%);
  line-height: 1.4;
}

@media screen and (max-width: 820px) {
  .top_value .ttl em {
    font-size: 1.2em;
  }
}

.top_value .ttl i {
  font-weight: bold;
  font-size: 1.0714em;
  line-height: 1;
}

.top_value .ttl small {
  display: block;
  font-size: .96em;
  margin-bottom: .2em;
}

.top_value .sub {
  margin: 2rem 0 2rem;
  margin-left: 39rem;
  font-size: 3rem;
  line-height: 1.2;
  display: inline-flex;
  align-items: flex-end;
  background: #fef4aa;
  padding: .8em 1.8em 1em;
}

@media screen and (max-width: 820px) {
  .top_value .sub {
    margin: 2.5rem 0 2rem;
    margin-left: 15rem;
    font-size: 2rem;
  }
}

.top_value .sub span {
  font-family: var(--font-family-Sans);
  line-height: inherit;
}

.top_value .sub em {
  color: #004bad;
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

.top_value .sub b {
  font-weight: bold;
}

.top_value .ttl2 {
  font-size: 3.774rem;
  letter-spacing: 0;
  margin-bottom: .5em;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1.3;
}

.top_value .ttl2 em {
  background: linear-gradient(transparent 80%, #fef4aa 80%);
  font-weight: 400;
  color: #004bad;
  font-size: 3.4rem;
  line-height: 1;
}

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

.top_value .ttl2 i {
  font-weight: bold;
  font-size: 4.44rem;
  line-height: 1;
}

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

@media screen and (max-width: 820px) {
  .top_value .ttl2 {
    font-size: 2.525rem;
    margin-right: 25rem;
  }
}

.top_value .sub2 {
  font-size: 2.3rem;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: .8em;
  margin-left: -.3em;
  font-family: var(--font-family-Sans);
}

.top_value .box {
  background: #fff;
  box-shadow: 7.388px 9.456px 20.4px 3.6px rgba(0, 0, 0, 0.1);
  padding: 3rem 4.4rem 3.6rem;
}

@media screen and (max-width: 820px) {
  .top_value .box {
    position: relative;
    margin: 6.5rem -2.5rem 0;
    padding: 2.5rem 2.5rem;
  }
}

@media screen and (min-width: 821px) {
  .top_value .box {
    position: relative;
    left: 50%;
    translate: -50% 0;
    width: 134rem;
    padding-right: 64rem;
    margin-top: 4.4rem;
  }
}

.top_value .box img {
  position: absolute;
  width: 54.4rem;
  bottom: 0;
  right: 5.5rem;
}

@media screen and (min-width: 821px) {
  .top_value .box img {
    height: 57.6rem;
    object-fit: contain;
    object-position: center top;
  }
}

@media screen and (max-width: 820px) {
  .top_value .box img {
    width: 22.6rem;
    bottom: auto;
    top: -8rem;
    right: 2rem;
  }
}

.top_value .lead {
  background: #dcefff;
  border-radius: .2rem;
  padding: 2.4rem 2.2rem;
}

@media screen and (max-width: 820px) {
  .top_value .lead {
    position: relative;
    z-index: 1;
  }
}

.top_value .lead p {
  font-size: 1.8rem;
  font-family: var(--font-family-Sans);
  line-height: 1.44;
  letter-spacing: 0;
}

@media screen and (max-width: 820px) {
  .top_value .lead p {
    font-size: 2.2rem;
  }
  .top_value .lead p br {
    display: none;
  }
}

.top_value .lead p + p {
  margin-top: 1.44em;
}

.top_cta {
  position: relative;
  padding: 4rem 0 5rem;
  z-index: 2;
}

@media screen and (min-width: 821px) {
  .top_cta {
    padding: 9rem 0 6rem;
  }
  .top_cta .u_inner {
    width: 131.5rem;
  }
}

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

.top_cta .ttl {
  text-align: center;
  font-size: 4.5rem;
  letter-spacing: .1em;
  position: relative;
  z-index: 0;
  color: #212b2e;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 820px) {
  .top_cta .ttl {
    font-size: 3.7rem;
    margin-bottom: 2rem;
  }
  .top_cta .ttl span {
    text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
  }
}

.top_cta .ttl i {
  color: #fff;
  letter-spacing: .05em;
  font-size: 10.6rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 820px) {
  .top_cta .ttl i {
    font-size: 7.5rem;
    margin-top: -.08em;
  }
}

.top_cta .row {
  background: #fff;
  box-shadow: 7.388px 9.456px 20.4px 3.6px rgba(149, 146, 137, 0.2);
  padding: 3rem 5rem;
  color: #444;
  border-radius: .2rem;
}

@media screen and (max-width: 820px) {
  .top_cta .row {
    margin: 0 -2.5rem;
  }
}

@media screen and (min-width: 821px) {
  .top_cta .row {
    padding: 3rem 4.8rem 3rem;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 821px) {
  .top_cta figure {
    width: 63.3rem;
  }
}

@media screen and (max-width: 820px) {
  .top_cta dl {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 821px) {
  .top_cta dl {
    width: 55.5rem;
    padding: 1rem 0 0;
  }
}

.top_cta dt {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: solid 1px #444444;
}

@media screen and (max-width: 820px) {
  .top_cta dt {
    font-size: 3.8rem;
    margin-bottom: .5em;
    padding-bottom: .3em;
  }
}

@media screen and (min-width: 821px) {
  .top_cta dt {
    border-top: solid 1px #444444;
    padding: .4em 2rem;
  }
}

.top_cta dt em {
  color: #916f54;
}

.top_cta dd {
  font-size: 2.5rem;
  line-height: 1.35;
  letter-spacing: .05em;
}

@media screen and (max-width: 820px) {
  .top_cta dd {
    font-size: 2.2rem;
  }
  .top_cta dd br {
    display: none;
  }
}

@media screen and (min-width: 821px) {
  .top_cta dd {
    white-space: nowrap;
    padding: .5em 2.2rem;
  }
}

.top_cta dd em {
  color: #c1903f;
  font-weight: bold;
}

.top_philo {
  margin: 16.5rem 0 7rem;
  position: relative;
  background: #fffbed;
  z-index: 0;
}

@media screen and (max-width: 820px) {
  .top_philo {
    margin: 3rem 0 5rem;
  }
}

@media screen and (min-width: 821px) {
  .top_philo {
    padding-bottom: 3rem;
  }
}

.top_philo:before, .top_philo:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background-image: -moz-linear-gradient(38deg, #ebd4b6 0%, #fbf6d1 100%);
  background-image: -webkit-linear-gradient(38deg, #ebd4b6 0%, #fbf6d1 100%);
  background-image: -ms-linear-gradient(38deg, #ebd4b6 0%, #fbf6d1 100%);
  opacity: 0.8;
  width: 63.8rem;
  height: 63.8rem;
  z-index: -1;
}

@media screen and (max-width: 820px) {
  .top_philo:before, .top_philo:after {
    background-image: -moz-linear-gradient(-173deg, #ebd4b6 0%, #fbf6d1 100%);
    background-image: -webkit-linear-gradient(-173deg, #ebd4b6 0%, #fbf6d1 100%);
    background-image: -ms-linear-gradient(-173deg, #ebd4b6 0%, #fbf6d1 100%);
    width: 33.9rem;
    height: 33.9rem;
  }
}

.top_philo:before {
  left: calc(50% + 37rem);
  top: 15rem;
}

@media screen and (max-width: 820px) {
  .top_philo:before {
    left: auto;
    right: -15rem;
    top: 5rem;
  }
}

.top_philo:after {
  right: calc(50% + 18.3rem);
  bottom: -13.4rem;
}

@media screen and (max-width: 820px) {
  .top_philo:after {
    left: -7rem;
    right: auto;
    bottom: 37rem;
  }
}

@media screen and (min-width: 821px) {
  .top_philo .u_inner {
    width: 123rem;
  }
}

.top_philo .head {
  position: relative;
  margin-bottom: 5.5rem;
}

.top_philo .bg {
  height: 23.8rem;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 820px) {
  .top_philo .bg {
    height: 22rem;
  }
}

.top_philo .box {
  position: absolute;
  top: 5rem;
  right: 11rem;
  top: -3.5rem;
}

@media screen and (max-width: 820px) {
  .top_philo .box {
    top: -2.5rem;
    right: 0;
    width: 100%;
  }
}

.top_philo .sub {
  letter-spacing: 0;
  color: rgba(182, 150, 123, 0.5);
  font-size: 10rem;
  font-style: italic;
  text-align: right;
  line-height: 1;
}

@media screen and (max-width: 820px) {
  .top_philo .sub {
    font-size: 5.3rem;
    text-align: center;
  }
}

.top_philo .ttl {
  font-size: 4.8rem;
  color: rgba(100, 50, 13, 0.75);
  font-weight: bold;
  text-shadow: 0 0 0.15em #fff, 0 0 0.15em #fff, 0 0 0.15em #fff, 0 0 0.15em #fff, 0 0 0.15em #fff, 0 0 0.15em #fff;
  text-align: right;
  margin-right: -1em;
  margin-top: .2em;
}

@media screen and (max-width: 820px) {
  .top_philo .ttl {
    margin-top: .4em;
    font-size: 3.6rem;
    line-height: 1.3;
    text-align: center;
  }
}

.top_philo .img {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 66.5rem;
  right: calc(50% - 69rem);
}

@media screen and (max-width: 820px) {
  .top_philo .img {
    width: 35rem;
    right: 1rem;
  }
}

.top_philo .desc {
  border-radius: .2rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 4.863px 5.035px 7.44px 0.56px rgba(231, 224, 197, 0.4);
  position: relative;
  z-index: 1;
  padding: 0 1.5rem 4rem;
}

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

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

.top_philo .en {
  font-size: 4rem;
  font-style: italic;
  color: #a7a59e;
  position: relative;
  top: -.4em;
  line-height: 1;
  margin-bottom: -.2em;
}

@media screen and (max-width: 820px) {
  .top_philo .en {
    font-size: 2.7rem;
    margin-bottom: -.4em;
    top: -.6em;
  }
}

.top_philo .name {
  font-size: 3.8rem;
  color: #212121;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: solid .2rem #212121;
  text-align: center;
  margin-bottom: .6em;
}

@media screen and (max-width: 820px) {
  .top_philo .name {
    font-size: 2.6rem;
  }
}

.top_philo .name small {
  font-family: inherit;
  font-size: .5em;
  letter-spacing: 0;
  line-height: 1;
}

.top_philo .txt {
  padding: 0 3rem;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 300;
  font-family: var(--font-family-Sans);
}

.top_philo .txt p {
  line-height: 1.3;
}

.top_philo .txt p + p {
  margin-top: .7em;
}

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

.top_philo .row {
  display: flex;
  margin-bottom: 5.5rem;
}

@media screen and (max-width: 820px) {
  .top_philo .row {
    margin-bottom: 2rem;
    flex-direction: column;
    margin-top: -16rem;
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 821px) {
  .top_philo .row {
    width: 131rem;
    gap: 2.4rem;
    justify-content: space-between;
  }
}

@media screen and (max-width: 820px) {
  .top_philo .list {
    margin: 0 1.5rem 2rem;
  }
}

@media screen and (min-width: 821px) {
  .top_philo .list {
    width: calc(100% - 37.7rem);
  }
}

.top_philo .row2 {
  display: flex;
  gap: 4rem;
  align-items: center;
}

.top_philo .row2.a {
  margin-bottom: 2.5rem;
}

.top_philo .row2 figure {
  width: 35.3rem;
}

@media screen and (max-width: 820px) {
  .top_philo .row2 figure {
    width: 22.5rem;
  }
}

.top_philo .box2 {
  border: solid 1px #a2906a;
  background: #fff;
  box-shadow: 4.863px 5.035px 7.44px 0.56px rgba(231, 224, 197, 0.4);
}

@media screen and (min-width: 821px) {
  .top_philo .box2 {
    width: 40.5rem;
  }
}

@media screen and (max-width: 820px) {
  .top_philo .box2 {
    display: flex;
    justify-content: space-between;
    padding: 2rem 2.5rem;
  }
  .top_philo .box2 figure {
    width: 18.6rem;
  }
}

.top_philo dt {
  font-size: 3.5rem;
  color: #947654;
  display: flex;
  align-items: center;
  gap: .3em;
  justify-content: center;
  margin: 4rem 0;
}

@media screen and (max-width: 820px) {
  .top_philo dt {
    font-size: 1.6rem;
    margin: -1rem 0 0;
  }
}

.top_philo dt img {
  width: .94em;
}

@media screen and (max-width: 820px) {
  .top_philo dl {
    width: calc(100% - 20rem);
  }
  .top_philo dd {
    display: flex;
    gap: 1.2rem;
  }
}

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

@media screen and (max-width: 820px) {
  .top_philo ul:nth-child(1) {
    white-space: nowrap;
  }
}

.top_philo li {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.38;
  position: relative;
  border-bottom: solid 1px #e2d9bf;
  padding: .5em 0;
  padding-left: 1em;
}

@media screen and (max-width: 820px) {
  .top_philo li {
    font-size: 1.3rem;
    padding: .25em 0;
    padding-left: 1em;
  }
}

.top_philo li:before {
  content: '・';
  color: #947654;
  position: absolute;
  left: 0;
}

.img_slider {
  display: flex;
  overflow: hidden;
}

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

.img_slider p {
  animation: scroll-left 10s infinite linear .5s both;
  display: flex;
  gap: 2rem;
  padding-right: 2rem;
}

@media screen and (max-width: 820px) {
  .img_slider p {
    gap: 1.2rem;
    padding-right: 1.2rem;
  }
}

.img_slider img {
  height: 21.4rem;
  max-width: none;
}

@media screen and (max-width: 820px) {
  .img_slider img {
    height: 10.7rem;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.top_msg {
  position: relative;
  background: #eaf5fc;
  z-index: 0;
  padding: 7rem 0 4rem;
}

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

@media screen and (min-width: 821px) {
  .top_msg .u_inner {
    width: 128rem;
  }
}

.top_msg:before {
  content: '';
  background: #daf0fb;
  position: absolute;
  width: 71.3rem;
  height: 44.5rem;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  right: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 820px) {
  .top_msg:before {
    right: auto;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    top: 0;
    width: 35.7rem;
    height: 22.3rem;
  }
}

.top_msg .sub {
  font-size: 8.4rem;
  letter-spacing: 0;
  color: rgba(66, 175, 239, 0.5);
  position: absolute;
  font-style: italic;
  right: 0;
  top: -6rem;
}

@media screen and (max-width: 820px) {
  .top_msg .sub {
    font-size: 4.2rem;
    left: 5rem;
    top: -3rem;
  }
}

.top_msg .sub img {
  position: absolute;
  width: 32.4rem;
  right: 0;
  top: 9.5rem;
}

@media screen and (max-width: 820px) {
  .top_msg .sub img {
    width: 15.8rem;
    right: auto;
    left: -5.5rem;
    top: 6.5rem;
  }
}

.top_msg .ttl {
  font-size: 6.3rem;
  position: relative;
  color: #2b2b2b;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: .2em;
}

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

.top_msg .ttl small {
  letter-spacing: 0;
  font-size: .8em;
}

.top_msg .ttl:after {
  content: '';
  position: absolute;
  width: 5.3em;
  background: #2b2b2b;
  height: .3rem;
  top: .9em;
  margin-left: .6em;
}

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

.top_msg .catch {
  color: #297ada;
  font-size: 4.2rem;
  line-height: 1.5;
}

@media screen and (min-width: 821px) {
  .top_msg .catch {
    font-style: italic;
    text-indent: -2.6em;
    margin-left: 3.8em;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 820px) {
  .top_msg .catch {
    font-size: 3.6rem;
    line-height: 1.3;
    margin-bottom: 6.5rem;
  }
}

.top_msg figure {
  z-index: 0;
  width: 66.2rem;
  position: absolute;
  left: calc(50% + 5.8rem);
  margin-top: -2rem;
}

@media screen and (max-width: 820px) {
  .top_msg figure {
    left: auto;
    right: 0;
    width: 45rem;
    top: 8rem;
    z-index: -1;
  }
}

@media screen and (min-width: 821px) {
  .top_msg figure:before {
    content: '';
    position: absolute;
    background: #cfeafb;
    width: 100%;
    height: 100%;
    right: -1rem;
    bottom: -1rem;
    z-index: -1;
  }
}

.top_msg .box {
  border-radius: .2rem;
  background: #fff;
  padding: 3.2rem 4rem;
}

@media screen and (max-width: 820px) {
  .top_msg .box {
    padding: 4.5rem 5rem;
    margin: 0 -2.5rem;
  }
}

@media screen and (min-width: 821px) {
  .top_msg .box {
    width: 75.9rem;
  }
}

.top_msg .box p {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0;
}

@media screen and (max-width: 820px) {
  .top_msg .box p {
    font-size: 2.2rem;
    line-height: 1.45;
  }
  .top_msg .box p br {
    display: none;
  }
}

.top_msg .box p + p {
  margin-top: 1.5em;
}

.top_msg .box p em {
  color: #277de4;
  letter-spacing: 0;
}

.top_ortho {
  background: #f6f3ed;
  padding-bottom: 3.5rem;
}

@media screen and (min-width: 821px) {
  .top_ortho .u_inner {
    width: 116rem;
  }
}

.top_ortho .head {
  position: relative;
  z-index: 0;
  padding-top: 6rem;
  height: 28.65rem;
  margin-bottom: 8.8rem;
}

@media screen and (max-width: 820px) {
  .top_ortho .head {
    padding-top: 3rem;
    height: 20rem;
    margin-bottom: 5rem;
  }
}

.top_ortho .head img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  top: 0;
}

.top_ortho .ttl {
  text-align: center;
  color: #fff;
  font-size: 5.3rem;
}

@media screen and (min-width: 821px) {
  .top_ortho .ttl {
    font-weight: bold;
  }
}

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

.top_ortho .ttl em {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  gap: .15em;
}

.top_ortho .ttl i {
  border-radius: .2rem;
  border: solid 1px #fff;
  width: 1.22em;
  text-align: center;
  line-height: 1.22;
}

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

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

.top_ortho li p {
  font-size: 3.1rem;
  text-align: center;
  position: relative;
  background: #d1b37f;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

@media screen and (max-width: 820px) {
  .top_ortho li p {
    font-size: 2.7rem;
    padding: .3em 0;
    margin-bottom: .8rem;
  }
}

.top_ortho li p:before {
  content: '';
  position: absolute;
  width: 2rem;
  height: 100%;
  top: 0;
  left: 0;
  background: #bf9c5f;
}

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

.top_ortho li p small {
  letter-spacing: 0;
  font-size: .8em;
  margin-right: -.5em;
}

.top_ortho figure {
  box-shadow: 2.868px 4.096px 9px 1px #e5ded0;
}

.top_ortho .btn {
  text-align: center;
  margin-top: 1.8rem;
}

.top_ortho .btn a {
  font-size: 2.5rem;
  letter-spacing: 0;
  color: #bf9c5f;
  border-radius: 3em;
  padding: .1em 1em .2em;
  padding-right: 2em;
  display: inline-block;
  border: solid 2px #bf9c5f;
  background: #fff url(../img/ortho-arrow.svg) no-repeat calc(100% - 1em) center/1.9rem;
}

@media screen and (max-width: 820px) {
  .top_ortho .btn a {
    width: 100%;
    padding: .3em 0;
  }
}

.top_case {
  position: relative;
  padding: 4rem 0 5rem;
  overflow: hidden;
  z-index: 0;
}

@media screen and (min-width: 821px) {
  .top_case {
    padding: 8rem 0 16rem;
  }
  .top_case .u_inner {
    width: 114.6rem;
  }
}

.top_case:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(0deg, transparent calc(2.4rem - 1px), #f5f5f5 2.4rem), linear-gradient(90deg, transparent calc(2.4rem - 1px), #f5f5f5 2.4rem);
  background-size: 2.4rem 2.4rem;
}

.top_case:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, transparent calc(1.2rem - 1px), #fbfafa 1.2rem), linear-gradient(90deg, transparent calc(1.2rem - 1px), #fbfafa 1.2rem);
  background-size: 1.2rem 1.2rem;
  z-index: -1;
}

.top_case .bg {
  position: absolute;
  width: 47.6rem;
  right: 0;
  top: 0;
}

@media screen and (max-width: 820px) {
  .top_case .bg {
    width: 24.5rem;
  }
}

.top_case .circle {
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  width: 18.5rem;
  background: #f8f6f2;
  z-index: -1;
}

@media screen and (max-width: 820px) {
  .top_case .circle {
    width: 10.3rem;
  }
}

.top_case .circle.a {
  right: calc(50% + 62rem);
  top: 5rem;
}

@media screen and (max-width: 820px) {
  .top_case .circle.a {
    top: 2rem;
    left: -3rem;
  }
}

.top_case .circle.b {
  width: 45.6rem;
  left: calc(50% + 6.5rem);
  top: 10rem;
}

@media screen and (max-width: 820px) {
  .top_case .circle.b {
    width: 25.3rem;
    left: auto;
    top: 5rem;
    right: 9.6rem;
  }
}

.top_case .circle.c {
  width: 49.5rem;
  right: calc(50% + 40rem);
  bottom: -9.5rem;
}

@media screen and (max-width: 820px) {
  .top_case .circle.c {
    width: 27.4rem;
    top: 35rem;
    bottom: auto;
    right: auto;
    left: -10rem;
  }
}

.top_case .circle.d {
  width: 27.9rem;
  left: calc(50% + 50.3rem);
  bottom: -3.9rem;
}

@media screen and (max-width: 820px) {
  .top_case .circle.d {
    width: 15.5rem;
    top: 44rem;
    bottom: auto;
    left: auto;
    right: -4rem;
  }
}

.top_case .circle.e {
  width: 15.5rem;
  bottom: 4.6rem;
  left: -3rem;
}

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

.top_case .circle.f {
  width: 43.6rem;
  bottom: -3.5rem;
  right: -10rem;
}

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

.top_case .ttl {
  font-size: 8rem;
  color: #b08472;
  line-height: 1.35;
  letter-spacing: 0;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 820px) {
  .top_case .ttl {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}

.top_case .ttl i {
  font-size: 6rem;
  display: inline-block;
  color: #ad843c;
  font-weight: 400;
  letter-spacing: 0;
  position: relative;
  line-height: 1.4;
}

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

.top_case .ttl i:before {
  content: '';
  position: absolute;
  width: calc(50vw + 3em);
  right: 0;
  height: .3rem;
  background: #b08472;
  bottom: 0;
}

@media screen and (max-width: 820px) {
  .top_case .ttl i:before {
    height: 1px;
  }
}

.top_case table {
  border-spacing: 2px;
  margin: 2.5rem auto;
  border-collapse: separate;
}

@media screen and (min-width: 821px) {
  .top_case table {
    width: calc(100% - 10rem);
  }
}

.top_case th, .top_case td {
  padding: .4em 1.5em;
  font-size: 2.1rem;
}

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

.top_case th {
  background: #ac8f66;
  text-align: center;
  color: #fff;
}

.top_case td {
  background: #fff;
}

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

.top_case .btn a {
  font-size: 2.5rem;
  letter-spacing: 0;
  color: #bf9c5f;
  border-radius: 3em;
  padding: .1em 1.5em .2em;
  padding-right: 2em;
  display: inline-block;
  border: solid 2px #bf9c5f;
  background: #fff url(../img/ortho-arrow.svg) no-repeat calc(100% - 1em) center/1.9rem;
}

.top_case .box {
  background: #fcf8ed;
  border-radius: 1.7rem;
  box-shadow: 0px 10px 12px 3px rgba(135, 135, 135, 0.2);
  padding: 2rem 3rem 3.5rem;
  position: relative;
}

.top_case .fig {
  display: flex;
  gap: 1.7rem;
}

.top_case .fig figure {
  position: relative;
  border-radius: 2.5rem 0 0 0;
  overflow: hidden;
}

.top_case .fig figure + figure {
  border-radius: 0 2.5rem 0 0;
  position: relative;
}

.top_case .fig figure + figure figcaption {
  color: #8e6317;
}

.top_case .fig figcaption {
  position: absolute;
  left: 0;
  top: 1.85rem;
  font-size: 2.1rem;
  width: 15rem;
  padding: .2em 0;
  background: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: .2rem;
}

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

@media screen and (max-width: 820px) {
  .top_case .pager {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
  .top_case .swiper-pagination-bullet {
    border-radius: 50%;
    cursor: pointer;
    background: #aeaeae;
    width: 1.5rem;
    height: 1.5rem;
  }
  .top_case .swiper-pagination-bullet-active {
    background: #d1b47a;
  }
}

@media screen and (min-width: 821px) {
  .top_case .swiper-wrapper {
    overflow: visible;
  }
  .top_case .swiper-wrapper {
    overflow: visible;
  }
  .top_case .slide {
    margin: 0 auto;
  }
  .top_case .box {
    transform: scale(0.829);
    transition: transform .3s;
  }
  .top_case .swiper-slide img {
    transition: transform .2s;
    position: relative;
  }
  .top_case .swiper-slide-prev {
    opacity: 1 !important;
  }
  .top_case .swiper-slide-prev .box {
    left: -20rem;
  }
  .top_case .swiper-slide-next {
    opacity: 1 !important;
  }
  .top_case .swiper-slide-next .box {
    right: -20rem;
  }
  .top_case .swiper-slide-active {
    z-index: 3 !important;
  }
  .top_case .swiper-slide-active .box {
    transform: none;
  }
  .top_case .pager {
    display: none;
  }
}

.top_case .other {
  margin-top: 8rem;
}

@media screen and (max-width: 820px) {
  .top_case .other {
    margin-top: 5rem;
  }
}

.top_reason {
  position: relative;
  z-index: 1;
  padding-bottom: 6.5rem;
  margin-top: 8rem;
}

@media screen and (min-width: 821px) {
  .top_reason {
    margin-top: 10rem;
  }
}

.top_reason .sub {
  letter-spacing: 0;
  font-size: 8.8rem;
  color: rgba(165, 145, 105, 0.15);
  font-style: italic;
  right: 0;
  top: -6rem;
  z-index: 1;
  position: absolute;
}

@media screen and (max-width: 820px) {
  .top_reason .sub {
    font-size: 6.9rem;
    top: -5.5rem;
    right: 8rem;
  }
}

.top_reason .head {
  position: relative;
  margin-bottom: 9rem;
}

@media screen and (max-width: 820px) {
  .top_reason .head {
    margin-bottom: 7.5rem;
  }
}

.top_reason .ttl {
  font-size: 4.8rem;
  text-align: center;
  position: absolute;
  top: 60%;
  translate: 0 -50%;
  text-align: center;
  width: 100%;
  z-index: 1;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (max-width: 820px) {
  .top_reason .ttl {
    font-size: 3.7rem;
    left: auto;
    right: 5rem;
    top: 55%;
    text-align: right;
  }
}

.top_reason .ttl * {
  line-height: inherit;
  letter-spacing: 0;
}

@media screen and (min-width: 821px) {
  .top_reason .ttl small {
    font-size: .8em;
  }
}

.top_reason .ttl i {
  font-size: 10.5rem;
  border-bottom: solid .3rem #c6a12f;
  display: inline-block;
  margin-top: -.4em;
}

@media screen and (max-width: 820px) {
  .top_reason .ttl i {
    font-size: 3.7rem;
    margin-top: -.6em;
  }
}

.top_reason .ttl em {
  color: #c6a12f;
}

.top_reason .ttl b {
  font-size: 1.5em;
  font-style: italic;
  margin-left: -.02em;
  margin-right: .05em;
}

@media screen and (max-width: 820px) {
  .top_reason .ttl b {
    font-size: 2.5em;
  }
}

.top_reason .ttl span {
  font-size: .5em;
}

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

@media screen and (min-width: 821px) {
  .top_reason ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7rem 4rem;
  }
}

.top_reason .num {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  top: -.5em;
  letter-spacing: 0;
  line-height: 1;
  color: #cca876;
  font-size: 10rem;
}

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

.top_reason .ttl2 {
  white-space: nowrap;
  position: relative;
  left: 50%;
  translate: -50% 0;
  text-align: center;
  font-size: 3.1rem;
  line-height: 1.2;
  margin-bottom: 3rem;
  letter-spacing: 0;
}

@media screen and (min-width: 821px) {
  .top_reason .ttl2 {
    height: 3.9em;
  }
}

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

.top_reason .ttl2 * {
  letter-spacing: 0;
}

.top_reason .ttl2 em {
  color: #897449;
  display: block;
  font-size: 2.7rem;
  margin-bottom: .1em;
}

.top_reason .ttl2 span {
  line-height: 1.2;
  background: linear-gradient(transparent 60%, #fff 60%);
}

.top_reason .ttl2 i {
  line-height: inherit;
}

@media screen and (min-width: 821px) {
  .top_reason .ttl2 i {
    display: inline-block;
    width: 63.7rem;
    padding: .3em 0;
    margin-top: .5em;
    background: url(../img/reason-bg03.png) no-repeat 50%/contain;
  }
  .top_reason .ttl2 i span {
    background: none;
  }
}

.top_reason .bg {
  background: #fff;
  padding: 1.8rem 2.2rem;
  border-radius: .2rem;
  margin-top: 3rem;
  font-family: var(--font-family-Sans);
}

.top_reason .bg p {
  font-size: 1.7rem;
}

@media screen and (max-width: 820px) {
  .top_reason .bg p {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

.top_reason .bg em {
  color: #947220;
  font-weight: bold;
}

.top_reason figure {
  text-align: center;
}

.top_reason figure img {
  width: 51rem;
  border-radius: .5rem;
}

@media screen and (max-width: 820px) {
  .top_reason figure img {
    width: 46.2rem;
    font-size: 3.6rem;
  }
}

.top_reason li {
  position: relative;
  z-index: 0;
  padding: 7rem 2rem 5rem;
}

@media screen and (max-width: 820px) {
  .top_reason li {
    box-shadow: 0px 6px 10.2px 1.8px rgba(0, 0, 0, 0.05);
    margin: 0 2rem;
  }
  .top_reason li + li {
    margin-top: 8rem;
  }
}

.top_reason li:before {
  content: '';
  position: absolute;
  height: 100%;
  z-index: -2;
  width: 100vw;
  top: 0;
  background: #f8f2e6;
}

@media screen and (max-width: 820px) {
  .top_reason li:before {
    width: 100%;
    left: 0;
  }
}

.top_reason li:after {
  content: '';
  position: absolute;
  background: #eee5d4;
  opacity: 0.6;
  width: 58rem;
  height: 28.1rem;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
  bottom: -3rem;
}

@media screen and (max-width: 820px) {
  .top_reason li:after {
    bottom: -2.5rem;
    width: 52.5rem;
    height: 25.5rem;
    right: -1rem;
  }
}

@media screen and (min-width: 821px) {
  .top_reason li:nth-child(1):before, .top_reason li:nth-child(4):before {
    right: 0;
  }
  .top_reason li:nth-child(1):after, .top_reason li:nth-child(4):after {
    right: 0;
  }
  .top_reason li:nth-child(2):before, .top_reason li:nth-child(5):before {
    left: 0;
    background: #f8f6ec;
  }
  .top_reason li:nth-child(2):after, .top_reason li:nth-child(5):after {
    left: calc(50vw - 58rem);
    background: #edead9;
  }
}

@media screen and (min-width: 821px) and (min-width: 821px) {
  .top_reason li:nth-child(3) {
    width: 100%;
  }
  .top_reason li:nth-child(3):after {
    right: 0;
  }
  .top_reason li:nth-child(3):before {
    left: 50%;
    translate: -50% 0;
  }
}

@media screen and (min-width: 821px) and (min-width: 821px) {
  .top_reason li:nth-child(1) .bg {
    height: 28.5rem;
  }
}

@media screen and (min-width: 821px) and (min-width: 821px) {
  .top_reason li:nth-child(5) .bg {
    height: 30.5rem;
  }
}

@media screen and (min-width: 821px) {
  .top_reason li {
    width: 64.2rem;
  }
}

.top_reason .right {
  position: absolute;
  z-index: -1;
  width: 42.4rem;
  right: 0;
}

.top_reason .left {
  position: absolute;
  z-index: -1;
  width: 21.2rem;
  left: 0;
}

.top_reason .box {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  font-family: var(--font-family-Sans);
}

.top_reason .box dt {
  font-size: 2.7rem;
  margin-bottom: .3em;
}

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

.top_reason .box dd {
  font-size: 1.7rem;
}

@media screen and (max-width: 820px) {
  .top_reason .box dd {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 820px) {
  .top_reason .box {
    padding: 2.2rem 3rem;
  }
  .top_reason .box figure {
    width: 37.6rem;
    margin: 0 auto 2rem;
  }
}

@media screen and (min-width: 821px) {
  .top_reason .box {
    border-radius: .5rem;
    width: 77.9rem;
    height: 25.5rem;
    padding: 0 4rem;
    padding-left: 18rem;
    left: 6rem;
    margin: 3rem auto 0;
    box-shadow: 2.868px 4.096px 9px 1px rgba(101, 101, 101, 0.1);
  }
  .top_reason .box dl {
    position: relative;
    top: 50%;
    translate: 0 -50%;
  }
  .top_reason .box figure {
    position: absolute;
    translate: -50% 0;
    width: 31.3rem;
    left: 0;
    top: 2.6rem;
  }
}

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

.top_order .head {
  position: relative;
  margin-bottom: 3rem;
}

.top_order .ttl {
  width: 100%;
  font-size: 5rem;
  color: #fff;
  font-weight: bold;
  z-index: 1;
  line-height: 1.46;
  text-align: center;
  letter-spacing: .05em;
}

@media screen and (min-width: 821px) {
  .top_order .ttl {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    padding-bottom: .3em;
  }
}

@media screen and (max-width: 820px) {
  .top_order .ttl {
    letter-spacing: 0;
    position: absolute;
    font-size: 3.5rem;
    top: 3.5rem;
    white-space: nowrap;
  }
}

.top_order .ttl em {
  display: block;
  font-size: 3.3rem;
  color: #e8d397;
  margin-top: .2em;
}

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

.top_order ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 0;
}

@media screen and (max-width: 820px) {
  .top_order ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.2rem;
    margin: 0 2.8rem;
  }
}

.top_order .c_fig img {
  aspect-ratio: 686 / 454;
  object-fit: cover;
}

.top_order .ttl2 {
  width: 43.6rem;
  margin: 0 auto 2rem;
  font-weight: bold;
  font-size: 3.2rem;
  color: #b16c1e;
  line-height: 1.2;
  border-bottom: solid 1px #6f695c;
  padding-bottom: .2em;
}

@media screen and (max-width: 820px) {
  .top_order .ttl2 {
    font-size: 4.5rem;
    width: 58rem;
    text-align: center;
    padding-bottom: .4em;
  }
}

.top_order .ttl2 small {
  color: #646464;
  font-size: 2.1rem;
  letter-spacing: 0;
  display: block;
  font-weight: normal;
}

@media screen and (max-width: 820px) {
  .top_order .ttl2 small {
    font-size: 3.6rem;
    margin-bottom: .2em;
  }
}

.top_order .bg {
  background: #d2c8b4;
  border-radius: .2rem;
  padding: 1.5rem 3.2rem;
}

@media screen and (min-width: 821px) {
  .top_order .bg {
    padding: 1.5rem 2.5rem;
    height: calc(100% - 33.6rem);
  }
}

.top_order .bg p {
  background: #fff;
  font-size: 1.7rem;
  line-height: 1.588;
  font-family: var(--font-family-Sans);
  border-radius: .2rem;
  padding: .3em 1em;
}

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

@media screen and (min-width: 821px) {
  .top_order .bg p {
    height: 100%;
    position: relative;
    padding-bottom: 8rem;
  }
}

.top_order .bg em {
  color: #b99661;
  font-weight: bold;
}

.top_order .bg a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 10px 9px 1px rgba(101, 101, 101, 0.2);
  width: 40.3rem;
  height: 6rem;
  border-radius: 1.4rem;
  font-size: 3.2rem;
  font-weight: bold;
  gap: .2em;
  color: #2b2b2b;
  font-family: var(--font-family-Serif);
}

@media screen and (max-width: 820px) {
  .top_order .bg a {
    font-weight: normal;
    width: 53.8rem;
    height: 6rem;
    margin: 1rem auto 2rem;
    font-weight: bold;
    font-size: 4.5rem;
  }
}

.top_order .bg a:after {
  content: '';
  background: url(../img/other-arrow.svg) no-repeat 50%/contain;
  width: 3.5rem;
  height: 3.5rem;
}

@media screen and (min-width: 821px) {
  .top_order .bg a {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    bottom: 1.5rem;
  }
}

.top_order figure {
  position: relative;
}

@media screen and (max-width: 820px) {
  .top_order figure {
    text-align: center;
  }
}

.top_order li:nth-child(even) .bg {
  background: #f3eee1;
}

.top_order li:nth-child(even) figcaption {
  background: #b99661;
  color: #fff;
}

@media screen and (min-width: 821px) {
  .top_order .row {
    display: flex;
    gap: 1.2rem;
  }
  .top_order .row .left {
    position: relative;
    width: 24%;
  }
  .top_order .row .left img {
    height: 100%;
    object-fit: cover;
    object-position: right center;
  }
  .top_order .row .left:before {
    content: '';
    inset: 0;
    border-radius: .4rem;
    background: rgba(111, 105, 92, 0.6);
    position: absolute;
  }
  .top_order .row ul {
    width: calc(76% - 1.2rem);
    margin-top: 1.5rem;
    padding-right: 7.6rem;
  }
}

.top_kids {
  position: relative;
  padding: 7rem 0 6rem;
}

@media screen and (min-width: 821px) {
  .top_kids .u_inner {
    width: 128.4rem;
  }
}

.top_kids .bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  object-fit: cover;
}

@media screen and (min-width: 821px) {
  .top_kids ul {
    display: flex;
  }
  .top_kids li {
    flex: 1;
  }
}

.top_kids .ttl {
  position: relative;
  text-align: center;
  padding-right: 10rem;
  margin-bottom: 6rem;
}

@media screen and (min-width: 821px) {
  .top_kids .ttl {
    padding-right: 18rem;
    width: 116rem;
    margin: 0 auto 6rem;
  }
}

.top_kids .ttl i {
  font-size: 3.5rem;
  color: #6e624e;
  letter-spacing: 0;
  border-bottom: solid .3rem #d0af6f;
  padding: 0 .6em;
}

@media screen and (max-width: 820px) {
  .top_kids .ttl i {
    font-size: 3.6rem;
    display: inline-block;
    white-space: nowrap;
    border: none;
    line-height: 1.3;
    position: relative;
    padding-bottom: .3em;
  }
  .top_kids .ttl i:before {
    content: '';
    position: absolute;
    border-bottom: solid 1px #d0af6f;
    right: 0;
    width: 120%;
    bottom: 0;
  }
}

.top_kids .ttl img {
  position: absolute;
  width: 19.7rem;
  top: -3rem;
  right: 0;
}

@media screen and (max-width: 820px) {
  .top_kids .ttl img {
    width: 17rem;
    right: -6rem;
  }
}

.top_kids .ttl em {
  color: #b08472;
  display: block;
  font-size: 5.8rem;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}

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

.top_kids .ttl small {
  font-size: .85em;
}

.top_kids .ttl2 {
  text-align: center;
  font-family: var(--font-family-Sans);
  font-size: 3.2rem;
  color: #36b4d6;
  letter-spacing: 0;
  border-bottom: solid 1px #6f695c;
}

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

.top_kids .ttl2 small {
  font-size: 2.1rem;
  color: #646464;
  letter-spacing: 0;
  display: block;
}

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

.top_kids .icon {
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 2.7rem;
  text-align: center;
  z-index: 0;
  padding-top: .5em;
  top: -3.7rem;
  left: 0;
}

@media screen and (max-width: 820px) {
  .top_kids .icon {
    font-size: 2.8rem;
  }
}

.top_kids .icon img {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
  width: 8.7rem;
  top: 0;
}

@media screen and (max-width: 820px) {
  .top_kids .icon img {
    width: 9.1rem;
  }
}

.top_kids li {
  position: relative;
  border: solid .5rem #a7dbea;
  box-shadow: 0px 10px 9px 1px rgba(101, 101, 101, 0.15);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2.8rem 0 0 2.8rem;
  padding: 6rem 3.3rem 4rem;
}

@media screen and (max-width: 820px) {
  .top_kids li {
    border-radius: 1.5rem;
    margin: 0 -3rem;
  }
}

.top_kids li figcaption {
  background: #6fc8e1;
  color: #fff;
}

.top_kids li:nth-child(2) {
  border-color: #e7ac71;
}

@media screen and (max-width: 820px) {
  .top_kids li:nth-child(2) {
    margin-top: 9rem;
  }
}

@media screen and (min-width: 821px) {
  .top_kids li:nth-child(2) {
    border-radius: 0 2.8rem 2.8rem 0;
  }
}

.top_kids li:nth-child(2) figcaption {
  background: #ebbb8b;
}

.top_kids li:nth-child(2) .ttl2 {
  color: #c68d55;
}

.top_kids li:nth-child(2) p {
  background: #faf2e8;
}

@media screen and (min-width: 821px) {
  .top_kids li:nth-child(2) p {
    height: 11em;
  }
}

.top_kids li p {
  background: #d3eef6;
  padding: .7em 1em;
  border-radius: .2rem;
  font-size: 1.7rem;
  line-height: 1.58;
}

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

.top_other {
  position: relative;
  text-align: center;
  padding: 8rem 0;
}

@media screen and (max-width: 820px) {
  .top_other {
    padding: 2rem 0 5rem;
  }
}

.top_other img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.top_other .ttl {
  font-size: 5.5rem;
  color: #fff;
  text-shadow: 0 0 0.2em rgba(96, 141, 167, 0.8), 0 0 0.2em rgba(96, 141, 167, 0.8), 0 0 0.2em rgba(96, 141, 167, 0.8), 0 0 0.2em rgba(96, 141, 167, 0.8), 0 0 0.2em rgba(96, 141, 167, 0.8), 0 0 0.2em rgba(96, 141, 167, 0.8);
  margin-bottom: 3rem;
}

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

.top_other .ttl small {
  font-size: .85em;
}

@media screen and (min-width: 821px) {
  .top_other ul {
    display: flex;
    justify-content: center;
    gap: 2.8rem;
  }
}

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

.top_other a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 10px 9px 1px rgba(101, 101, 101, 0.2);
  width: 40.3rem;
  height: 12.3rem;
  border-radius: 1.4rem;
  font-size: 3.2rem;
  font-weight: bold;
  gap: .2em;
  color: #2b2b2b;
}

@media screen and (max-width: 820px) {
  .top_other a {
    font-weight: normal;
    width: 53.8rem;
    height: 10rem;
    margin: 0 auto;
    font-size: 4.5rem;
  }
}

.top_other a:after {
  content: '';
  background: url(../img/other-arrow.svg) no-repeat 50%/contain;
  width: 3.5rem;
  height: 3.5rem;
}

.top_face {
  position: relative;
  padding: 4rem 0 9.5rem;
}

@media screen and (min-width: 821px) {
  .top_face {
    padding: 8rem 0 9.5rem;
  }
  .top_face .u_inner {
    width: 110rem;
  }
}

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

.top_face .ttl {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 3.9rem;
  margin-bottom: .4em;
  letter-spacing: .05em;
}

@media screen and (max-width: 820px) {
  .top_face .ttl {
    font-size: 4.5rem;
    line-height: 1.3;
    white-space: nowrap;
  }
}

.top_face .lead {
  margin: 0 auto;
  border-radius: .5rem;
  font-family: var(--font-family-Sans);
  font-size: 2.2rem;
}

@media screen and (min-width: 821px) {
  .top_face .lead {
    width: 105.9rem;
    background: rgba(255, 255, 255, 0.9);
    padding: 2em 4em;
    font-size: 1.7rem;
  }
}

.top_face .lead em {
  font-weight: bold;
  color: #947220;
}

@media screen and (max-width: 820px) {
  .top_face .row {
    position: relative;
    margin-top: 3.5rem;
  }
}

.top_face .catch {
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 5.2rem;
  font-style: italic;
  white-space: nowrap;
  left: calc(50% - 66rem);
  top: 4rem;
  letter-spacing: .01em;
}

@media screen and (max-width: 820px) {
  .top_face .catch {
    left: 5rem;
    font-size: 4.5rem;
    color: #7a694e;
  }
}

.top_face ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem;
  margin-top: 3rem;
}

@media screen and (max-width: 820px) {
  .top_face ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    width: 45rem;
    margin-left: auto;
  }
}

.top_face li {
  background: #fff;
  border-radius: .2rem;
  box-shadow: 0px 10px 9px 1px rgba(101, 101, 101, 0.2);
  padding: 5rem 3rem 2.5rem;
  position: relative;
  z-index: 0;
}

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

.top_face li:before {
  content: '';
  position: absolute;
  width: 35.7rem;
  height: 8.2rem;
  background: #ede3cc;
  z-index: -1;
  bottom: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.top_face li p {
  font-size: 3.2rem;
  font-weight: bold;
  color: #2d1b00;
  margin-top: .7em;
}

@media screen and (max-width: 820px) {
  .top_face li p {
    color: #8c7655;
  }
}

.top_info {
  background-image: -moz-linear-gradient(0deg, #f5efe3 0%, white 99%);
  background-image: -webkit-linear-gradient(0deg, #f5efe3 0%, white 99%);
  background-image: -ms-linear-gradient(0deg, #f5efe3 0%, white 99%);
  padding: 6rem 0 8rem;
  overflow: hidden;
}

@media screen and (max-width: 820px) {
  .top_info {
    padding: 5rem 0;
    background-image: -moz-linear-gradient(125deg, #f5efe3 0%, white 99%);
    background-image: -webkit-linear-gradient(125deg, #f5efe3 0%, white 99%);
    background-image: -ms-linear-gradient(125deg, #f5efe3 0%, white 99%);
  }
}

@media screen and (min-width: 821px) {
  .top_info .u_inner {
    width: 100rem;
  }
}

.top_info .ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: .4em;
}

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

.top_info .slide {
  margin: 0 auto 1.2rem;
  overflow: hidden;
}

@media screen and (min-width: 821px) {
  .top_info .slide {
    width: 78.2rem;
    margin: 0 auto 2.5rem;
  }
}

.top_info .slide img {
  object-fit: cover;
  aspect-ratio: 245 / 165;
}

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

.top_info .thumb {
  position: relative;
  overflow: hidden;
}

.top_info .thumb img {
  object-fit: cover;
  aspect-ratio: 245 / 165;
}

@media screen and (max-width: 820px) {
  .top_info .thumb {
    margin: 0 5.2rem;
  }
}

.top_info .thumb .swiper-slide {
  width: 24.5rem;
  margin: 0 1rem;
  cursor: pointer;
}

@media screen and (max-width: 820px) {
  .top_info .thumb .swiper-slide {
    width: 14.2rem;
    margin: 0 .5rem;
  }
}

.top_info .box {
  position: relative;
}

.top_info .btn i {
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 2;
  width: 4.2rem;
  height: 100%;
  background: url(../img/info-prev.svg) no-repeat 50%/contain;
}

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

.top_info .btn .prev {
  left: -6rem;
}

@media screen and (max-width: 820px) {
  .top_info .btn .prev {
    left: 0;
  }
}

.top_info .btn .next {
  background-image: url(../img/info-next.svg);
  right: -6rem;
}

@media screen and (max-width: 820px) {
  .top_info .btn .next {
    right: 0;
  }
}

.top_info .link {
  margin-top: 5rem;
}

.top_info .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 10px 9px 1px rgba(101, 101, 101, 0.2);
  width: 40.3rem;
  height: 8rem;
  border-radius: 1.4rem;
  font-size: 3.2rem;
  font-weight: bold;
  gap: .2em;
  color: #2b2b2b;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  .top_info .link a {
    font-weight: normal;
    width: 53.8rem;
    height: 10rem;
    margin: 0 auto;
    font-size: 4.5rem;
  }
}

.top_info .link a:after {
  content: '';
  background: url(../img/other-arrow.svg) no-repeat 50%/contain;
  width: 3.5rem;
  height: 3.5rem;
}

.top_insta {
  padding: 7rem 0;
}

@media screen and (min-width: 821px) {
  .top_insta .u_inner {
    width: 126rem;
  }
}

.top_insta .ttl {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 3rem;
  text-decoration: underline;
  text-underline-offset: .2em;
  display: flex;
  justify-content: center;
  gap: .5em;
}

.top_insta .ttl:before {
  content: '';
  background: url(../img/ico-insta.png) no-repeat 50%/contain;
  width: 1.8em;
  height: 1.8em;
}

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

.top_bnr {
  padding: 8rem 0;
}

.top_bnr .ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem;
  text-underline-offset: .2em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0;
}

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

@media screen and (max-width: 820px) {
  .top_bnr .u_inner {
    padding: 0 4rem;
  }
}

@media screen and (min-width: 821px) {
  .top_bnr .u_inner {
    width: 90rem;
  }
}

.top_bnr ul {
  display: flex;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 5rem;
}

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

.top_bnr ul img {
  width: 100%;
}

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