@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
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, 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;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  letter-spacing: .08em;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}

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

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #F9F9F5;
  color: #3A3027;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

main {
  overflow: hidden;
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.evt.done {
  visibility: visible;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -18.2rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -8.2rem;
  }
}

.c_ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  font-family: "M PLUS 2", sans-serif;
  margin-bottom: 8rem;
}

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

.c_ttl:has(i) span:before {
  bottom: -1.9em;
}

.c_ttl span {
  display: block;
  position: relative;
}

.c_ttl span:before, .c_ttl span:after {
  content: '';
  position: absolute;
  background: url(../img/ttl-emb-left.png) no-repeat 50%/contain;
  width: 1.75em;
  height: 2.1875em;
  margin-left: -2.6em;
}

.c_ttl span:before {
  bottom: -1.3em;
}

.c_ttl span:after {
  background-image: url(../img/ttl-emb-right.png);
  top: -.95em;
  margin-left: .6em;
}

.c_ttl i {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  color: #FF9C39;
  font-size: 2rem;
  font-weight: bold;
  margin-top: .3em;
}

@media screen and (max-width: 767px) {
  .c_ttl i {
    font-size: 1.8rem;
  }
}

.c_btn {
  text-align: center;
}

.c_btn a {
  text-align: center;
  display: inline-block;
  background: #FF9C39 url(../img/arrow-btn.svg) no-repeat calc(100% - 1.4em) center/0.7em;
  border-radius: 3em;
  letter-spacing: .04em;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  width: 28rem;
  line-height: 5.4rem;
  box-shadow: 0 0.4rem 0.4rem rgba(116, 116, 116, 0.25);
  position: relative;
}

.c_btn a:before {
  content: '';
  position: absolute;
  inset: .4rem;
  border: solid 1px #fff;
  border-radius: inherit;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 115rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .u_inner {
    margin: 0 2rem;
  }
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
  .is_tel {
    pointer-events: none;
    cursor: default;
  }
  .is_tel:hover {
    opacity: 1;
  }
}

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

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 18.2rem;
  background: #fff;
}

@media screen and (min-width: 768px) {
  #header {
    padding-top: 11.2rem;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 8.2rem;
  }
}

.h_logo {
  position: absolute;
  left: 7.7rem;
  top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .h_logo {
    position: absolute;
    left: 2rem;
    top: 2.2rem;
  }
}

.h_logo img {
  width: 38rem;
}

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

@media screen and (min-width: 768px) {
  .h_nav {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 2rem;
    gap: 3em;
  }
  .h_nav li {
    position: relative;
  }
  .h_nav .sub {
    display: none;
    position: absolute;
    left: 50%;
    translate: -50% 0;
    white-space: nowrap;
    background: #fff;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.31);
    font-size: 1.8rem;
    padding: .5em 1em;
    margin-top: 1em;
  }
  .h_nav .sub a {
    padding: .5em 1em;
  }
  .h_nav .sub li + li {
    border-top: solid 1px #ccc;
  }
}

@media screen and (max-width: 767px) {
  .h_nav {
    font-size: 1.8rem;
    display: inline-block;
    text-align: left;
  }
  .h_nav a, .h_nav .exp {
    padding: .9em 0;
  }
  .h_nav li {
    display: flex;
    gap: 3.5em;
  }
}

.h_nav a {
  letter-spacing: 0;
}

.h_nav .exp {
  cursor: pointer;
}

.h_nav .exp span:after {
  content: '';
  width: 1.6rem;
  height: 1.7rem;
  display: inline-block;
  background: url(../img/arrow-down-01.svg) no-repeat 50%/contain;
  transition: transform .3s;
  margin-left: .6em;
}

@media screen and (min-width: 768px) {
  #header.open .h_nav .exp span:after {
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 767px) {
  .h_nav .exp span:after {
    background-image: url(../img/arrow-right02.svg);
  }
}

.h_nav .sub {
  margin-top: .5rem;
}

@media screen and (max-width: 767px) {
  .h_nav .sub {
    display: block !important;
    margin-top: 1.2rem;
  }
  .h_nav .sub li + li {
    margin-top: .5em;
  }
}

.h_nav .sub a {
  font-size: .9em;
  padding: .6em 0;
  text-align: left;
  color: #927962;
}

@media screen and (max-width: 767px) {
  .h_nav .sub a {
    font-size: .8em;
    padding: .4em 0;
  }
}

.h_nav i {
  display: block;
  color: #FF9C39;
  font-size: .7em;
}

.h_link {
  display: flex;
}

@media screen and (min-width: 768px) {
  .h_link {
    position: absolute;
    right: 8rem;
    top: 2.2rem;
    gap: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .h_link {
    margin: 3rem 0 0;
  }
}

.h_link li {
  flex: 1;
}

.h_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFD725;
  color: #fff;
  text-align: center;
  height: 5.6rem;
  line-height: 1.2;
  font-size: 2.4rem;
  letter-spacing: .04em;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .h_link a {
    width: 28rem;
    border-radius: 3em;
  }
}

.h_link i {
  font-family: "Roboto", sans-serif;
  letter-spacing: .04em;
  line-height: 1;
  position: relative;
  top: .15em;
}

.h_link img {
  width: 1.458em;
  margin-right: .4em;
}

.h_link .mail {
  background: #FF9C39;
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 2rem;
    top: 1.2rem;
    width: 5.6rem;
    cursor: pointer;
    z-index: 10;
  }
  .h_menu img {
    width: 100%;
  }
  #toggle_menu {
    display: none;
    position: fixed;
    overflow-y: auto;
    text-align: center;
    top: 8.2rem;
    height: calc(100% - 8.2rem);
    left: 0;
    width: 100%;
    background: #fff;
    padding: 4rem 0 0;
  }
  body.open {
    overflow-y: hidden;
  }
  body.open #toggle_menu {
    display: block;
    animation: itemFadeIn 1s;
  }
  body.close #toggle_menu {
    display: none;
    animation: itemFadeOut .8s;
  }
}

/*Footer Fix*/
.footer_fix {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
 }

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

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

.c_time {
  font-family: "M PLUS 2", sans-serif;
  padding: 0 .8rem;
}

.c_time thead {
  position: relative;
  z-index: 0;
}

.c_time thead:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 0;
  width: calc(100% + 1.6rem);
  height: 100%;
  background: #FFDEBD;
  z-index: -1;
  border-radius: 2em;
}

.c_time thead th {
  padding: .2em 0;
}

.c_time thead th:nth-child(1) {
  text-align: left;
  padding-left: 1em;
}

.c_time tbody th, .c_time tbody td {
  padding: .6em 0;
  vertical-align: middle;
}

.c_time tbody tr + tr > * {
  border-top: solid 1px #3A3027;
}

.c_time tbody th {
  font-size: 1.8rem;
  text-align: left;
  width: 35.6%;
}

.c_time tbody td {
  text-align: center;
}

.c_time tbody td img {
  width: 1em;
}

.c_time tbody td .off {
  width: 1.125em;
}

.c_time figcaption {
  font-size: 1.4rem;
}

.f_access {
  background: #FEFAF0 url(../img/access-bg.png) no-repeat center top/140rem;
  padding: 15rem 0 9rem;
}

@media screen and (min-width: 1440px) {
  .f_access {
    background-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  .f_access {
    padding: 10rem 0 8rem;
    background-size: 100rem;
  }
}

@media screen and (min-width: 768px) {
  .f_access .row {
    display: flex;
    justify-content: space-between;
  }
  .f_access .row .map {
    width: 56.8rem;
  }
  .f_access .row .desc {
    width: 45.4rem;
  }
}

.f_access .logo img {
  width: 32.5rem;
}

.f_access dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 3rem 0;
  margin: 4.5rem 0 4rem;
}

.f_access dt {
  background: #FFDEBD;
  border-radius: 3em;
  text-align: center;
  width: 11.5rem;
  padding: .2em 0;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 600;
}

.f_access dd {
  width: calc(100% - 14rem);
}

.f_access .map {
  height: 42.8rem;
}

@media screen and (max-width: 767px) {
  .f_access .map {
    height: 25rem;
    margin-top: 4rem;
  }
}

.f_access iframe {
  width: 100%;
  height: 100%;
}

#footer {
  position: relative;
  background: #F0EBE5;
  z-index: 0;
  padding: 7.5rem 0 1rem;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 6rem 0 1rem;
  }
}

#footer:before {
  content: '';
  position: absolute;
  background: url(../img/f-bg.svg) no-repeat 50%/cover;
  width: 28.1rem;
  height: 26.5rem;
  bottom: 0;
  left: calc(50% - 75.5rem);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .f_row {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
  }
  .f_row .right {
    display: flex;
    flex-wrap: wrap;
    width: 40rem;
  }
  .f_row .f_nav.a {
    width: 26rem;
  }
  .f_row .left {
    width: 41.2rem;
    position: relative;
  }
  .f_row .row {
    display: flex;
    gap: 3rem;
    align-items: center;
  }
}

.f_row .right {
  display: flex;
  flex-wrap: wrap;
}

.f_sns {
  display: flex;
  gap: 2.4rem;
  margin-top: 3rem;
  margin-left: .4rem;
}

@media screen and (max-width: 767px) {
  .f_sns {
    margin: 3rem 0;
  }
}

.f_sns img {
  width: 4rem;
}

.f_logo img {
  width: 39.1rem;
}

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

.f_bnr {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.f_bnr img {
  width: 20.2rem;
}

@media screen and (min-width: 768px) {
  .f_bnr {
    position: absolute;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .f_nav {
    padding-left: 3rem;
    margin-top: 3rem;
  }
}

.f_nav.a {
  width: 26rem;
}

@media screen and (max-width: 767px) {
  .f_nav.a {
    width: 60%;
  }
}

.f_nav p {
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .f_nav p {
    margin-bottom: 1.5rem;
  }
}

.f_nav p:before {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #FF9C39;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  left: -1.5em;
}

.f_nav ul {
  margin-top: -2rem;
}

@media screen and (max-width: 767px) {
  .f_nav ul {
    margin-top: -.5rem;
  }
}

.f_nav li {
  color: #927962;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .f_nav li {
    margin-top: .5em;
  }
}

.f_copy {
  text-align: center;
  font-size: 1.3rem;
  color: #000;
  margin-top: 5rem;
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_bg {
  background: #fff;
  margin-top: 18.2rem;
}

@media screen and (max-width: 767px) {
  .top_bg {
    margin-top: 8.2rem;
  }
}

.top_main {
  position: relative;
}

.top_main .img {
  width: 100%;
}

.top_main .time {
  background: #FEF7E6;
  border-radius: 0 4rem 0 0;
  padding: 2rem 2rem 3rem 0;
}

@media screen and (min-width: 768px) {
  .top_main .time {
    border-radius: 4rem 4rem 0 0;
    padding: 2rem 4rem 4rem;
    position: absolute;
    bottom: 0;
    width: calc(50% - 5.8rem);
  }
}

.top_main .c_time {
  background: #fff;
  border-radius: 2.2rem;
  margin-left: auto;
  padding: 2rem 3rem;
}

@incldue pc {
  .top_main .c_time {
    width: 49.6rem;
  }
}

@media screen and (max-width: 767px) {
  .top_main .c_time {
    border-radius: 0 3.2rem 3.2rem 0;
  }
}

.top_main .btn {
  position: absolute;
  right: 3.2rem;
  bottom: 5.5rem;
}

@media screen and (max-width: 767px) {
  .top_main .btn {
    right: 2rem;
    bottom: 7rem;
  }
}

.top_main .btn a {
  background: url(../img/mv-btn.png) no-repeat 50%/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  width: 12.2em;
  height: 12.2em;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  color: #fff;
  padding-bottom: .8em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_main .btn a {
    font-size: 1.5rem;
  }
}

.top_main .btn em {
  font-size: 1.65em;
}

@media screen and (max-width: 767px) {
  .top_main .box {
    position: relative;
  }
}

.top_news {
  padding: 8rem 0;
  background: #FEF7E6;
  border-radius: 0 0 0 3.2rem;
}

@media screen and (min-width: 768px) {
  .top_news {
    padding: 2.5rem 0 4rem;
    border-radius: 0 0 0 14.8rem;
  }
  .top_news .c_ttl {
    position: absolute;
    margin-top: 8rem;
    margin-left: 2rem;
  }
}

.top_news .box {
  background: #fff;
  padding: 1rem 2rem 4rem;
}

@media screen and (min-width: 768px) {
  .top_news .box {
    padding: 3rem 8rem;
    margin-left: 33.2rem;
  }
}

.top_news li {
  border-bottom: solid 1px #DBD8D7;
  margin-bottom: 1rem;
}

.top_news li time {
  display: block;
  color: #FF9C39;
  margin-bottom: .8em;
}

.top_news li a {
  display: block;
  font-size: 1.4rem;
  padding: 1.4em 0;
}

.top_news .c_btn {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .top_news .c_btn {
    margin-top: 3rem;
  }
}

.c_lead dt {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  color: #FF9C39;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .c_lead dt {
    margin-bottom: 1.2em;
  }
}

.c_lead dd {
  font-size: 1.8rem;
  line-height: 2;
}

.c_lead dd p + p {
  margin-top: 2em;
}

.c_slide {
  background: url(../img/clinic-slide-bg.png) no-repeat 50%/140rem;
  display: flex;
  align-items: center;
  height: 45.2rem;
}

@media screen and (min-width: 1440px) {
  .c_slide {
    aspect-ratio: 1440 / 452;
    background-size: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .c_slide {
    background-size: 100rem;
    height: auto;
    padding: 5rem 0;
  }
}

.c_slide .swiper-wrapper {
  transition-timing-function: linear;
}

.c_slide .swiper-slide {
  width: auto;
  padding: 0 .4rem;
}

.c_slide img {
  width: 35.8rem;
}

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

.top_clinic {
  padding: 12rem 0 0;
}

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

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

@media screen and (max-width: 767px) {
  .top_clinic .row {
    flex-direction: column;
    gap: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .top_clinic figure {
    width: 50rem;
  }
  .top_clinic dl {
    width: 56.5rem;
  }
  .top_clinic .c_btn {
    text-align: left;
  }
}

.top_clinic figure img {
  border-radius: 1.6rem;
  width: 100%;
}

.top_clinic .c_btn {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .top_clinic .c_btn {
    margin-top: 3rem;
  }
}

.top_clinic .c_slide {
  margin-top: 8rem;
}

.top_feature {
  padding: 10rem 0;
  position: relative;
  z-index: 0;
}

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

.top_feature .bg {
  position: absolute;
  z-index: -1;
}

.top_feature .bg.a {
  top: 8.5rem;
  left: calc(50% - 92rem);
  width: 43.4rem;
}

@media screen and (max-width: 767px) {
  .top_feature .bg.a {
    left: -15rem;
    width: 30rem;
  }
}

.top_feature .bg.b {
  bottom: 0;
  right: calc(50% - 77rem);
  width: 28.7rem;
}

@media screen and (max-width: 767px) {
  .top_feature .bg.b {
    right: -5rem;
    width: 22rem;
  }
}

.top_feature ul {
  display: flex;
  gap: 2.6rem;
}

@media screen and (max-width: 767px) {
  .top_feature ul {
    flex-direction: column;
    padding: 0 6rem;
  }
}

.top_feature li {
  width: 100%;
  border-radius: 2.4rem;
  overflow: hidden;
  border: solid 0.5rem #FF9C39;
  background: #fff;
}

.top_feature li img {
  width: 100%;
}

.top_feature li p {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.75em;
  flex-direction: column;
}

.top_feature li small {
  display: block;
  font-weight: 500;
  margin-top: .5em;
}

.top_feature .c_btn {
  margin-top: 8.5rem;
}

@media screen and (max-width: 767px) {
  .top_feature .c_btn {
    margin-top: 5rem;
  }
}

.top_medical {
  background: url(../img/medical-bg.jpg) no-repeat 50%/140rem;
  display: flex;
  align-items: center;
  height: 78.3rem;
}

@media screen and (min-width: 1440px) {
  .top_medical {
    aspect-ratio: 1440 / 783;
    height: auto;
    background-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top_medical {
    background-size: auto 100%;
    height: auto;
    padding: 15rem 0;
  }
}

@media screen and (min-width: 768px) {
  .top_medical .u_inner {
    width: 108rem;
  }
}

.top_medical ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .top_medical ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 0 3rem;
  }
}

.top_medical li {
  position: relative;
}

.top_medical li p {
  font-size: 2.8rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
  margin-top: -.4em;
  text-align: center;
}

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

@media screen and (min-width: 768px) {
  .top_medical li:nth-child(odd) {
    margin-top: 6rem;
  }
}

.top_doctor {
  padding: 8rem 0;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .top_doctor figure {
    text-align: center;
    margin-top: 2rem;
  }
  .top_doctor figure img {
    width: 40rem;
  }
}

@media screen and (min-width: 768px) {
  .top_doctor {
    padding: 10rem 0;
  }
  .top_doctor figure {
    position: absolute;
    top: -1rem;
    z-index: -1;
    width: 50.5rem;
    left: calc(50% - 72rem);
  }
}

.top_doctor dt {
  margin-bottom: 1.4em;
}

@media screen and (min-width: 768px) {
  .top_doctor dl {
    margin-left: 43.5rem;
  }
}

.top_doctor .c_btn {
  margin-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .top_doctor .c_btn {
    margin-top: 5rem;
  }
}

.top_doctor .sign {
  color: #FF9C39;
  text-align: right;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top_doctor .sign {
    margin-top: 1em;
  }
}

.top_view {
  padding: 8rem 0;
  background: #F9F9F5;
}

@media screen and (min-width: 768px) {
  .top_view {
    padding: 10rem 0;
  }
  .top_view .u_inner {
    width: 102.4rem;
  }
}

.top_view .large {
  padding: 0 7.2rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_view .large {
    padding: 0 2rem;
    margin: 0 -1.5rem;
  }
}

.top_view .large img {
  width: 100%;
  aspect-ratio: 880 / 490;
  object-fit: cover;
  border-radius: .8rem;
}

.top_view .thumb {
  margin: 2rem auto 0;
}

@media screen and (min-width: 768px) {
  .top_view .thumb {
    width: 86rem;
    margin: 2rem auto 0;
  }
}

.top_view .thumb .swiper-slide {
  width: auto;
  padding: 0 .6rem;
  width: 17.4rem;
}

@media screen and (max-width: 767px) {
  .top_view .thumb .swiper-slide {
    width: 11.2rem;
  }
}

.top_view .thumb .swiper-slide img {
  aspect-ratio: 162 / 113;
  object-fit: cover;
  border-radius: .4rem;
}

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

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

@media screen and (max-width: 767px) {
  .top_view .btn i {
    width: 5rem;
  }
}

.top_view .btn .prev {
  left: 0;
}

.top_view .btn .next {
  background-image: url(../img/arrow-next02.svg);
  right: 0;
}

.top_view dl {
  max-width: 92.8rem;
  margin: 0 auto;
  background: #FEFAF0;
  border-radius: 1.6rem;
  padding: 4.5rem 5.7rem;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  border: solid 0.4rem #FF9C39;
  margin-top: 11rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_view dl {
    margin-top: 8rem;
    padding: 4rem 3.5rem;
  }
}

.top_view dt {
  font-size: 2.4rem;
  position: absolute;
  color: #fff;
  background: #FF9C39;
  border-radius: 3em;
  translate: 0 -50%;
  top: 0;
  line-height: 2.41;
  padding: 0 2em;
  left: 1.3em;
}

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

@media screen and (min-width: 768px) {
  .top_view dd {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
  }
}

.top_view li {
  line-height: 1.77;
  position: relative;
  font-size: 1.8rem;
  padding-left: 2.2em;
  margin-top: 1em;
}

.top_view li:before {
  content: '';
  position: absolute;
  background: #FF9C39;
  border-radius: 50%;
  width: 1.11em;
  height: 1.11em;
  left: 0;
  top: .3em;
}

.low_header {
  position: relative;
  margin-top: 18.2rem;
  background: url(../img/lower-mv-bg.webp) no-repeat 50%/cover;
  height: 34.5rem;
}

@media screen and (min-width: 1440px) {
  .low_header {
    aspect-ratio: 1440 / 345;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .low_header {
    margin-top: 8.2rem;
    height: 20rem;
  }
}

.low_header .ttl {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50%  -50%;
  margin-top: .8em;
  font-family: "M PLUS 2", sans-serif;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .low_header .ttl {
    font-size: 3.5rem;
    margin-top: .4em;
  }
}

.faq_body {
  padding: 10rem 0 9rem;
}

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

.faq_body dl {
  margin-bottom: 3.5rem;
  border-radius: .4rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .faq_body dl {
    margin-bottom: 2rem;
  }
}

.faq_body dt, .faq_body dd {
  position: relative;
  padding: 2rem 7rem 2rem 6rem;
  line-height: 1.75;
  font-family: "M PLUS 2", sans-serif;
}

@media screen and (max-width: 767px) {
  .faq_body dt, .faq_body dd {
    padding: 2rem 5rem 2rem 5.5rem;
  }
}

.faq_body dt:before, .faq_body dd:before {
  content: 'Q';
  position: absolute;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  width: 1.66em;
  height: 1.66em;
  line-height: 1.5;
  left: 0;
  font-family: "Noto Sans JP", sans-serif;
  background: #FF9C39;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-top: -.2em;
}

.faq_body dt {
  cursor: pointer;
  font-size: 1.8rem;
  border-bottom: solid 1px #A8A8A8;
  background: url(../img/arrow-down-02.svg) no-repeat calc(100% - 1rem) center/3.4rem;
}

.faq_body dt.open {
  background-image: url(../img/arrow-up-02.svg);
}

.faq_body dt.open + dd {
  display: block;
}

.faq_body dd {
  display: none;
  padding: 3rem 5rem 3rem 8rem;
  background: #fff;
  border: solid 0.3rem #FFDEBD;
  border-radius: .8rem;
  line-height: 2;
  margin-top: 1.8rem;
}

@media screen and (max-width: 767px) {
  .faq_body dd {
    padding: 3rem 3.5rem 3rem 7rem;
  }
}

.faq_body dd:before {
  content: 'A';
  left: 2rem;
}

@media screen and (max-width: 767px) {
  .faq_body dd:before {
    left: 1.5rem;
  }
}

.form {
  padding: 8rem 0;
}

@media screen and (min-width: 768px) {
  .form {
    width: 68rem;
    margin: 0 auto;
    padding: 12rem 0 10rem;
  }
}

.form dt {
  font-size: 1.8rem;
  margin-bottom: .5em;
}

.form dd {
  margin-bottom: 3rem;
}

.form dd input[type="text"], .form dd input[type="email"], .form dd input[type="tel"], .form dd textarea, .form dd select {
  width: 100%;
  background: #fff;
  border-radius: .6em;
  border: solid 2px #3A3027;
  padding: .9em 1.8em;
}

.form dd textarea {
  display: block;
  height: 12em;
}

.form .btn {
  margin-top: 7rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form .btn {
    margin-top: 5rem;
  }
}

.form .btn span:not(.wpcf7-spinner) {
  cursor: pointer;
  display: inline-block;
  background: #FF9C39;
  border-radius: 3em;
  color: #fff;
  font-family: "M PLUS 2", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  width: 34.5rem;
  height: 6.4rem;
  box-shadow: 0 0.4rem 0.4rem rgba(116, 116, 116, 0.25);
  position: relative;
}

.form .btn span:not(.wpcf7-spinner):before {
  content: '';
  position: absolute;
  inset: .4rem;
  border: solid 1px #fff;
  border-radius: inherit;
}

.form .btn input {
  background: transparent;
  width: 100%;
  height: 100%;
  padding-left: 2em;
  background: url(../img/ico-email.svg) no-repeat calc(50% - 3.2em) center/1.5em;
  position: relative;
  z-index: 1;
}

.rec_body {
  background: #fff;
}

.rec_lead {
  background: url(../img/recruit-bg.png) no-repeat center bottom/cover;
  padding: 8rem 0;
}

@media screen and (min-width: 768px) {
  .rec_lead {
    padding: 12rem 0;
    height: 80.6rem;
  }
  .rec_lead .u_inner {
    display: flex;
    justify-content: space-between;
  }
  .rec_lead figure {
    width: 42.6rem;
  }
  .rec_lead .desc {
    width: 63.8rem;
  }
}

@media screen and (max-width: 767px) {
  .rec_lead {
    background-size: 300% 100%;
  }
  .rec_lead figure {
    margin-bottom: -8rem;
    width: 30rem;
    margin-left: auto;
  }
  .rec_lead figure img {
    width: 100%;
  }
}

.rec_lead .ttl {
  color: #FF9C39;
  font-weight: 800;
  font-size: 2.3rem;
  font-family: "M PLUS 2", sans-serif;
  margin-bottom: 2em;
}

.rec_lead p {
  line-height: 2.25;
}

.news_list {
  padding: 8rem 0;
}

@media screen and (min-width: 768px) {
  .news_list {
    padding: 10rem 0 12rem;
    width: 100rem;
    margin: 0 auto;
  }
}

.news_list li {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .news_list li {
    margin: 0 4rem 4rem;
  }
}

.news_list li a {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news_list li a {
    flex-direction: column;
    gap: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .news_list li a:before {
    content: 'くわしく見る';
    position: absolute;
    right: 0;
    font-size: 1.4rem;
    color: #868686;
    bottom: 0;
  }
}

.news_list figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 640 / 420;
}

@media screen and (min-width: 768px) {
  .news_list figure {
    width: 32rem;
  }
  .news_list dl {
    width: calc(100% - 37rem);
  }
}

.news_list dt {
  font-family: "M PLUS 2", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  padding-bottom: 1em;
  border-bottom: solid 2px #FF9C39;
  margin-bottom: 1.4em;
}

.news_list dd {
  line-height: 1.625;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news_list dd time {
  display: block;
  color: #FF9C39;
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.nav-links {
  margin-top: 12.5rem;
  display: flex;
  justify-content: center;
  gap: 1.2em;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .nav-links {
    font-size: 2.2rem;
    margin-top: 6.5rem;
  }
}

.nav-links span, .nav-links a {
  display: block;
  width: 2.125em;
  line-height: 2.125;
  text-align: center;
  border-radius: 50%;
  letter-spacing: 0;
}

.nav-links a {
  background: #E3E3E3;
}

.nav-links span {
  color: #fff;
  background: #FF9C39;
}

.news_body {
  padding: 8rem 0;
}

@media screen and (min-width: 768px) {
  .news_body {
    padding: 12rem 0;
    width: 78rem;
    margin: 0 auto;
  }
}

.news_body .ttl {
  font-size: 2rem;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
}

.news_body time {
  display: block;
  font-size: 1.4rem;
  color: #FF9C39;
  margin: 3rem 0 2rem;
}

.news_body time + figure {
  margin-top: 2rem;
}

.news_body figure {
  margin: 4rem 0 5rem;
}

.news_body .body p {
  line-height: 2;
  margin-bottom: 2em;
}

.news_body .body li {
  line-height: 2;
  position: relative;
  padding-left: 1.5em;
}

.news_body .body li:before {
  content: '・';
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: -.2em;
}

.c_pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16rem;
  border-top: dashed 2px #FF9C39;
  padding-top: 3rem;
}

@media screen and (max-width: 767px) {
  .c_pager {
    margin-top: 6rem;
  }
}

.c_pager li {
  flex: 1;
}

.c_pager a {
  display: inline-block;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
}

.c_pager .prev a {
  background: url(../img/arrow-prev.svg) no-repeat left center/1.5em;
  padding-left: 2.2em;
}

.c_pager .center {
  text-align: center;
}

.c_pager .center a {
  border-bottom: solid 2px #FF9C39;
  padding: .4em 0;
}

.c_pager .next {
  text-align: right;
}

.c_pager .next a {
  background: url(../img/arrow-next.svg) no-repeat right center/1.5em;
  padding-right: 2.2em;
}

.clinic_lead {
  background: url(../img/lead-bg.png) no-repeat center bottom/140rem;
  padding: 12rem 0 16rem;
  position: relative;
}

.clinic_lead:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 50%;
  background: #FEF7E6;
}

.clinic_lead:after {
  content: '';
  position: absolute;
  background: url(../img/clinic-lead-bg02.svg) no-repeat center top/contain;
  width: 22.1rem;
  height: 23.5rem;
  top: 47rem;
  right: calc(50% - 75rem);
}

@media screen and (min-width: 1440px) {
  .clinic_lead {
    background-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  .clinic_lead {
    padding: 10rem 0;
    background-size: 100rem;
  }
}

.clinic_lead .c_ttl {
  color: #000;
}

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

@media screen and (max-width: 767px) {
  .clinic_lead .row {
    flex-direction: column;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .clinic_lead .row figure {
    width: 50rem;
  }
  .clinic_lead .row dl {
    width: 56.5rem;
  }
}

.clinic_lead figure img {
  border-radius: 1.6rem;
  width: 100%;
}

.clinic_lead .box {
  margin-top: 6rem;
  background: #fff;
  border-radius: 1.6rem;
  border: solid 0.3rem #FF9C39;
  padding: 5rem 3rem;
}

@media screen and (min-width: 768px) {
  .clinic_lead .box {
    padding: 6rem;
    width: 109rem;
    margin: 10rem auto 0;
  }
}

.clinic_lead .box dt {
  border-bottom: solid 1px #D9D9D9;
  padding-bottom: 1em;
}

.clinic_lead .box dd {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .clinic_lead .box dd {
    flex-direction: column;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .clinic_lead .box dd figure {
    width: 39rem;
  }
  .clinic_lead .box dd p {
    width: calc(100% - 44rem);
  }
}

.clinic_partner {
  background: #fff;
  color: #000;
  padding: 12rem 0 10rem;
}

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

.clinic_partner .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}

.clinic_partner dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem 0;
}

.clinic_partner dt {
  background: #FFDEBD;
  border-radius: 3em;
  text-align: center;
  width: 11.5rem;
  padding: .2em 0;
  color: #3A3027;
}

.clinic_partner dd {
  width: calc(100% - 14rem);
  padding-top: .2em;
}

.clinic_partner table {
  margin-top: -1rem;
}

.clinic_partner tr + tr > * {
  border-top: solid 1px #D4D4D4;
}

.clinic_partner tr + tr td {
  padding-left: 1.4em;
}

.clinic_partner tr > * {
  padding: .6em .5em;
}

.clinic_partner th {
  text-align: left;
  width: 5em;
}

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

@media screen and (max-width: 767px) {
  .clinic_partner .row {
    flex-direction: column;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .clinic_partner .row figure {
    width: 44rem;
  }
  .clinic_partner .row .desc {
    width: calc(100% - 53rem);
  }
}

.clinic_partner figure img {
  border-radius: 1.6rem;
  width: 100%;
}

.doctor_body {
  padding: 14rem 0 9rem;
}

@media screen and (max-width: 767px) {
  .doctor_body {
    padding: 10rem 0 4rem;
  }
}

@media screen and (min-width: 768px) {
  .doctor_body figure {
    top: -3rem;
  }
}

.doctor_body .top_doctor {
  padding: 0;
}

.doctor_body .c_ttl {
  color: #000;
}

@incldue pc {
  .doctor_body .c_slide img {
    width: 36.7rem;
  }
}

.doctor_info {
  margin-top: 6rem;
  position: relative;
  z-index: 0;
}

.doctor_info:before {
  content: '';
  position: absolute;
  background: url(../img/doctor-bg.svg) no-repeat 50%/contain;
  width: 57.6rem;
  height: 48.6rem;
  z-index: -1;
  bottom: -7rem;
  right: -15rem;
}

@media screen and (min-width: 768px) {
  .doctor_info {
    margin-top: 16rem;
    display: flex;
    gap: 2.3rem;
    margin-bottom: 3rem;
  }
  .doctor_info > * {
    flex: 1;
  }
}

.doctor_info dl {
  border: solid 0.3rem #FF9C39;
  border-radius: 1.6rem;
  padding: 4rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .doctor_info dl {
    padding: 4rem 3rem;
  }
}

.doctor_info dt {
  border-bottom: solid 0.3rem #FF9C39;
  font-size: 2.4rem;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  background: url(../img/ico-mark.svg) no-repeat left top/4.5rem;
  padding-left: 7rem;
  padding-bottom: 2rem;
  margin-bottom: .5em;
}

.doctor_info dd p {
  border-bottom: solid 1px #D2D2D2;
  padding: 1.3em .8em 1em;
}

.doctor_info dd i {
  display: block;
  color: #FF9C39;
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: .6em;
}

.feature_list {
  padding: 8rem 0;
}

@media screen and (min-width: 768px) {
  .feature_list {
    padding: 14rem 0 19rem;
  }
  .feature_list .u_inner {
    width: 112.8rem;
  }
}

.feature_list li {
  position: relative;
}

.feature_list li + li {
  margin-top: 17.5rem;
}

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

@media screen and (max-width: 767px) {
  .feature_list li figure {
    margin-left: auto;
    width: 30rem;
    margin-bottom: -4rem;
  }
}

@media screen and (min-width: 768px) {
  .feature_list li:nth-child(odd) dl {
    padding-right: 9rem;
  }
  .feature_list li:nth-child(odd) figure {
    right: -2.2rem;
  }
  .feature_list li:nth-child(even) dl {
    margin-left: auto;
  }
  .feature_list li:nth-child(even) figure {
    left: -2.2rem;
    top: -9.5rem;
  }
  .feature_list li figure {
    width: 39.8rem;
    position: absolute;
    top: -8.5rem;
  }
}

.feature_list dl {
  background: #FDFDFC;
  border-radius: 1.6rem;
  border: solid .4rem #FFD725;
  padding: 5rem 3rem 3rem;
}

@media screen and (min-width: 768px) {
  .feature_list dl {
    padding: 5rem 5.5rem 3rem;
    width: 78.3rem;
    height: 30.9rem;
  }
}

.feature_list dt {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  padding-bottom: 1.4em;
  border-bottom: solid 1px #3A3027;
  margin-bottom: 1em;
  position: relative;
  padding-left: 2.6em;
}

@media screen and (max-width: 767px) {
  .feature_list dt {
    padding-left: 0;
    padding-bottom: 1em;
  }
}

.feature_list dt i {
  position: absolute;
  background: url(../img/feature-ttl-bg.png) no-repeat 50%/contain;
  font-size: 2rem;
  border-radius: 50%;
  width: 6.2em;
  height: 6.3em;
  color: #fff;
  text-align: center;
  letter-spacing: .16em;
  padding-top: 1em;
  left: -9rem;
  top: -9rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .feature_list dt i {
    font-size: 1.6rem;
    left: -4rem;
    top: -11rem;
  }
}

.feature_list dt em {
  font-size: 2.4em;
  display: block;
  letter-spacing: 0;
  line-height: 1;
}

.feature_list dd {
  font-weight: bold;
  line-height: 2.25;
}

.feature_faci {
  background: #fff;
  padding: 8rem 0;
}

@media screen and (min-width: 768px) {
  .feature_faci {
    padding: 12rem 0 8rem;
  }
  .feature_faci .u_inner {
    width: 96rem;
  }
}

.feature_faci .lead {
  font-size: 1.8rem;
  font-weight: bold;
}

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

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

.feature_faci li {
  background: #FEFAF0;
  border-radius: .8rem;
  border: solid 2px #FF9C39;
  padding: 2rem;
}

@media screen and (min-width: 768px) {
  .feature_faci li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.4rem 2rem;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .feature_faci li {
    text-align: center;
  }
}

.feature_faci li img {
  width: 10rem;
}

.feature_faci li p {
  width: calc(100% - 12.5rem);
  font-weight: bold;
  line-height: 1.77;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .feature_faci li p {
    width: auto;
    margin-top: .8em;
  }
}

.disease_body {
  padding: 8rem 0;
}

@media screen and (min-width: 768px) {
  .disease_body {
    padding: 12rem 0;
  }
}

.c_list dt {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  background: #FF9C39;
  border-radius: .25em;
  padding: .4em 1.2em;
  color: #fff;
}

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

.c_list dd {
  line-height: 2;
  margin: 3rem 2rem 0;
}

@media screen and (max-width: 767px) {
  .c_list dd {
    margin: 2rem 1rem 0;
  }
}

.c_list dd + dt {
  margin-top: 4.5rem;
}

.c_list dd:has(figure) {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .c_list dd:has(figure) {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
  }
  .c_list dd:has(figure) figure {
    width: 38.7rem;
  }
  .c_list dd:has(figure) p {
    width: 63.9rem;
  }
}

.c_list dd:has(figure) figure img {
  width: 100%;
  border-radius: .8rem;
}

.medical_lead {
  background: url(../img/lead-bg.png) no-repeat center bottom/140rem;
  padding: 12rem 0 20rem;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .medical_lead .u_inner {
    width: 110rem;
  }
}

@media screen and (min-width: 1440px) {
  .medical_lead {
    background-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  .medical_lead {
    padding: 10rem 0 12rem;
    background-size: 100rem;
  }
}

.medical_lead:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 50%;
  background: #FEF7E6;
}

.medical_lead:after {
  content: '';
  position: absolute;
  background: url(../img/medical-lead-bg.svg) no-repeat center bottom/contain;
  width: 23.6rem;
  height: 23.8rem;
  bottom: 12rem;
  right: calc(50% - 73.15rem);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .medical_lead:after {
    right: -8rem;
    bottom: 7.5rem;
    widht: 20rem;
  }
}

@media screen and (min-width: 768px) {
  .medical_lead .row {
    display: flex;
    justify-content: space-between;
  }
  .medical_lead .row figure {
    width: 42.6rem;
  }
  .medical_lead .row p {
    width: 58.7rem;
  }
}

.medical_lead .row p {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .medical_lead figure {
    margin-top: 3rem;
  }
}

.medical_lead figure img {
  width: 100%;
  border-radius: 1.6rem;
}

.c_item {
  border: solid 0.3rem #FF9C39;
  border-radius: 1.6rem;
  padding: 4rem 2.5rem;
}

@media screen and (min-width: 768px) {
  .c_item {
    padding: 4.5rem 5rem 5rem 6.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c_item figure {
    width: 47rem;
  }
  .c_item dl {
    width: 50.4rem;
  }
}

.c_item dt {
  font-family: "M PLUS 2", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: #000;
  margin-bottom: .7em;
}

@media screen and (max-width: 767px) {
  .c_item figure {
    margin-top: 3rem;
  }
}

.c_item figure img {
  width: 100%;
  border-radius: 1.1rem;
}

.c_item dd + dt {
  border-top: solid 1px #ccc;
  padding-top: 2.5rem;
  margin-top: 3rem;
}

.c_item dd p {
  background: url(../img/ico-check.svg) no-repeat left center/1.33em;
  font-size: 1.8rem;
  padding-left: 2.2em;
  margin-top: .8em;
  margin-left: .2em;
}

.general_item {
  margin: 17rem 0 12rem;
}

@media screen and (max-width: 767px) {
  .general_item {
    margin: 8rem 0;
  }
}

.general_consul {
  margin-bottom: 12rem;
  position: relative;
  z-index: 0;
}

.general_consul:after {
  content: '';
  position: absolute;
  background: url(../img/general-bg.svg) no-repeat center bottom/contain;
  width: 32.6rem;
  height: 32.9rem;
  bottom: -7.5rem;
  right: calc(50% - 75.5rem);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .general_consul:after {
    right: -5rem;
    width: 26rem;
    bottom: -5rem;
  }
}

@media screen and (max-width: 767px) {
  .general_consul {
    margin-bottom: 8rem;
  }
}

.general_consul .box {
  border: solid .5rem #FFDEBD;
  border-radius: 1.6rem;
  padding: 4rem 3rem;
  background: #fff;
  margin: 6rem 0;
}

@media screen and (min-width: 768px) {
  .general_consul .box {
    margin: 7rem 0 9rem;
    padding: 4.5rem 4rem 5rem 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .general_consul .box figure {
    width: 39.6rem;
  }
  .general_consul .box dl {
    width: 60.5rem;
  }
  .general_consul .box .c_btn {
    text-align: left;
  }
}

.general_consul .box dt {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  border-bottom: dashed 2px #FF9C39;
  letter-spacing: .04em;
  padding-bottom: .7em;
  margin-bottom: 1.2em;
}

@media screen and (min-width: 768px) {
  .general_consul .box dt {
    white-space: nowrap;
  }
}

.general_consul .box dd {
  line-height: 2;
}

.general_consul .box .c_btn {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .general_consul .box figure {
    margin-top: 4rem;
  }
}

.general_consul .box figure img {
  width: 100%;
  border-radius: .8rem;
}

.general_consul .item {
  margin: 0 auto;
  background: #fff;
  border-radius: 1.6rem;
  padding: 4.5rem 3rem;
  border: solid 0.4rem #FF9C39;
  margin-top: 11rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .general_consul .item {
    margin-top: 8rem;
    padding: 4rem 3.5rem;
  }
}

.general_consul .item > dt {
  font-size: 2.4rem;
  position: absolute;
  color: #fff;
  background: #FF9C39;
  border-radius: 3em;
  translate: 0 -50%;
  top: 0;
  line-height: 2.41;
  padding: 0 2em;
  left: 1.3em;
}

@media screen and (max-width: 767px) {
  .general_consul .item > dt {
    font-size: 2.2rem;
  }
}

.general_consul .ttl {
  font-weight: bold;
  font-size: 2.5rem;
  border-left: solid .4rem #65AADC;
  padding-left: 1em;
  margin-bottom: .7em;
}

.general_consul .ttl.b {
  border-color: #F09092;
}

.general_consul .ttl.b small {
  color: #F09092;
}

.general_consul .ttl small {
  font-size: .8em;
  color: #65AADC;
}

.general_consul .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem .6rem;
}

.general_consul .list + .ttl {
  margin-top: 3.5rem;
}

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

.general_consul .list.b dl {
  background: #FBE4E5;
}

.general_consul .list.b dt i {
  background: #F09092;
}

.general_consul .list dl {
  background: #E6F1F9;
  border-radius: .8rem;
  padding: 3.5rem 1.5rem 2rem;
  position: relative;
}

.general_consul .list dt {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  margin-left: 8rem;
  border-bottom: solid 1px #ACACAC;
  padding: 0 1em 1.5em;
  margin-bottom: 1em;
}

.general_consul .list dt i {
  background: #65AADC;
  font-size: 2rem;
  width: 3.8em;
  height: 3.8em;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1.2rem;
  left: 1.2rem;
}

.general_consul .list dt i img {
  width: 2.25em;
}

.general_consul .list dd {
  display: flex;
  flex-wrap: wrap;
  gap: .5em 1em;
  font-size: 1.4rem;
}

.general_consul .list dd i {
  letter-spacing: .04em;
}

.c_note {
  border: solid .5rem #FFDEBD;
  border-radius: 1.6rem;
  padding: 4rem 3rem;
  background: #fff;
  position: relative;
  z-index: 0;
}

.c_note:after {
  content: '';
  position: absolute;
  background: url(../img/note-bg.png) no-repeat center bottom/contain;
  width: 23.5rem;
  height: 24.5rem;
  bottom: -15rem;
  left: -11rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c_note:after {
    left: -12rem;
    width: 26rem;
    bottom: -11rem;
  }
}

@media screen and (min-width: 768px) {
  .c_note {
    padding: 4.5rem 4rem 5rem;
  }
}

.c_note dt {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  color: #EB654D;
  border-bottom: dashed 2px #EB654D;
  letter-spacing: .04em;
  padding-top: .2em;
  padding-bottom: .7em;
  margin-bottom: 1.2em;
  background: url(../img/ico-note.png) no-repeat left top/1.91em;
  padding-left: 3em;
}

.c_note dd {
  padding: 0 1.5rem;
}

.c_note p {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: .04em;
  margin-bottom: .5em;
}

.c_note li {
  font-size: 1.8rem;
}

.c_dot li {
  line-height: 2;
  position: relative;
  padding-left: 1.2em;
  letter-spacing: .04em;
}

.c_dot li:before {
  content: '・';
  font-weight: bold;
  position: absolute;
  left: 0;
}

.guardian_body {
  padding: 10rem 0 11rem;
}

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

.guardian_body .c_list {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .guardian_body .c_list {
    margin-bottom: 4rem;
  }
}

.online_body {
  padding: 10rem 0 11rem;
}

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

.online_body .c_list {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .online_body .c_list {
    margin-bottom: 4rem;
  }
}

.online_body ol {
  counter-reset: item;
}

.online_body ol li {
  counter-increment: item;
  padding-left: 3em;
  position: relative;
}

.online_body ol li + li {
  margin-top: 1em;
}

.online_body ol li:before {
  content: counter(item);
  position: absolute;
  left: 0;
  background: #FFEAA3;
  width: 1.5em;
  text-align: center;
  border-radius: 50%;
  height: 1.5em;
  line-height: 1.5;
  top: .3em;
}

.prevent_body {
  padding: 10rem 0 11rem;
  position: relative;
  z-index: 0;
}

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

.prevent_body:after {
  content: '';
  position: absolute;
  background: url(../img/prevent-bg.svg) no-repeat center bottom/contain;
  width: 26rem;
  height: 26.2rem;
  bottom: -6.5rem;
  right: calc(50% - 75.5rem);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .prevent_body:after {
    right: -5rem;
    width: 26rem;
    bottom: -5rem;
  }
}

.prevent_body .c_item {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .prevent_body .c_item {
    margin-bottom: 4rem;
  }
}

.prevent_body .ttl {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  background: #FF9C39;
  border-radius: .25em;
  padding: .4em 1.8em;
  color: #fff;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .prevent_body .ttl {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}

.prevent_body .ttl + figure {
  margin: 0 0 4rem;
}

@media screen and (min-width: 768px) {
  .prevent_body .ttl + figure {
    margin: 0 4rem 6rem;
  }
}

.prevent_body .vaccine {
  margin: 0 4rem 6rem;
}

@media screen and (max-width: 767px) {
  .prevent_body .vaccine {
    margin: 0 1rem 4rem;
  }
}

.prevent_body .vaccine dl + dl {
  border-top: solid 1px #ccc;
  padding-top: 4rem;
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .prevent_body .vaccine dl + dl {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
  }
}

.prevent_body .vaccine dd {
  margin-left: 14rem;
  line-height: 2;
}

.prevent_body .vaccine dt {
  background: #FFEAA3;
  border-radius: 3em;
  font-weight: bold;
  text-align: center;
  padding: .8em 2.2em;
  position: absolute;
}

.prevent_body .detail {
  margin: 0 4rem 6rem;
}

@media screen and (max-width: 767px) {
  .prevent_body .detail {
    margin: 0 1rem 4rem;
  }
}

.prevent_body .detail p {
  line-height: 2;
  font-size: 1.8rem;
  letter-spacing: .04em;
}

.prevent_body .banner {
  margin-top: 3.5rem;
}

.prevent_body .banner img {
  width: 69.7rem;
}

.online_body {
  position: relative;
  z-index: 0;
}

.online_body:before {
  content: '';
  position: absolute;
  background: url(../img/online-icon.png) no-repeat 50%/contain;
  width: 23.5rem;
  height: 24.5rem;
  z-index: -1;
  bottom: -7rem;
  right: -15rem;
}

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