@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dongle&family=LINE+Seed+JP&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*html, body {
    height: 100%;
}*/
button, input[type=text], textarea {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  appearance: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: inherit;
  vertical-align: middle;
}

/*=================================================

header,footer,共通要素

=================================================*/
/*=================================================
電話
=================================================*/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
} /*pc*/
/*=================================================
ふわっとだすアニメーション
=================================================*/
.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fadeup.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/*=================================================
共通要素
=================================================*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  overflow-x: hidden;
}
body a {
  color: #333333;
  text-decoration: none;
  transition: 0.4s;
}
body a:hover {
  opacity: 0.7;
}
body a.e_none {
  pointer-events: none;
}
body .num {
  font-family: "Dongle", sans-serif;
}
body .font {
  line-height: 1.9;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
body .honbun {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  line-height: 2;
}
body .wt {
  color: #fff !important;
}
body .ov_hdn {
  overflow: hidden;
}
body .midashi span {
  font-family: "LINE Seed JP", sans-serif;
  letter-spacing: 0.1em;
  color: #92C35E;
  display: block;
}
body .center {
  text-align: center;
}
body .right {
  text-align: right;
}
body .left {
  text-align: left;
}
body {
  /*margin*/
}
body .mt0 {
  margin-top: 0px !important;
}
body .mb0 {
  margin-bottom: 0px !important;
}
body .mt5 {
  margin-top: 5px !important;
}
body .mb5 {
  margin-bottom: 5px !important;
}
body .mt10 {
  margin-top: 10px !important;
}
body .mb10 {
  margin-bottom: 10px !important;
}
body .mt15 {
  margin-top: 15px !important;
}
body .mb15 {
  margin-bottom: 15px !important;
}
body .mt20 {
  margin-top: 20px !important;
}
body .mb20 {
  margin-bottom: 20px !important;
}
body .mt25 {
  margin-top: 25px !important;
}
body .mb25 {
  margin-bottom: 25px !important;
}
body .mt30 {
  margin-top: 30px !important;
}
body .mb30 {
  margin-bottom: 30px !important;
}
body .mt35 {
  margin-top: 35px !important;
}
body .mb35 {
  margin-bottom: 35px !important;
}
body .mt40 {
  margin-top: 40px !important;
}
body .mb40 {
  margin-bottom: 40px !important;
}
body .mt45 {
  margin-top: 45px !important;
}
body .mb45 {
  margin-bottom: 45px !important;
}
body .mt50 {
  margin-top: 50px !important;
}
body .mb50 {
  margin-bottom: 50px !important;
}
body .mt55 {
  margin-top: 55px !important;
}
body .mb55 {
  margin-bottom: 55px !important;
}
body .mt60 {
  margin-top: 60px !important;
}
body .mb60 {
  margin-bottom: 60px !important;
}
body .mt65 {
  margin-top: 65px !important;
}
body .mb65 {
  margin-bottom: 65px !important;
}
body .mt70 {
  margin-top: 70px !important;
}
body .mb70 {
  margin-bottom: 70px !important;
}
body .mt75 {
  margin-top: 75px !important;
}
body .mb75 {
  margin-bottom: 75px !important;
}
body .mt80 {
  margin-top: 80px !important;
}
body .mb80 {
  margin-bottom: 80px !important;
}
body .mt85 {
  margin-top: 85px !important;
}
body .mb85 {
  margin-bottom: 85px !important;
}
body .mt90 {
  margin-top: 90px !important;
}
body .mb90 {
  margin-bottom: 90px !important;
}
body .mt95 {
  margin-top: 95px !important;
}
body .mb95 {
  margin-bottom: 95px !important;
}
body .mt100 {
  margin-top: 100px !important;
}
body .mb100 {
  margin-bottom: 100px !important;
}
body .pc {
  display: block;
}
body .sp {
  display: none;
}
body .inner_wide {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  z-index: 2;
}
body .inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 2;
}
body .sec {
  position: relative;
  margin-top: 60px;
}
body .breadcrumbs {
  margin-top: 30px;
}
body .breadcrumbs a {
  color: #333333;
  font-size: 1.3rem;
}
body .breadcrumbs a:hover {
  color: #48A974;
  opacity: 1;
}
body .breadcrumbs span {
  color: #333333;
  font-size: 1.3rem;
}
body .tel_box {
  background: #EFB812;
  display: block;
  border-radius: 10px;
  padding: 15px 40px;
  margin-top: 30px;
  text-align: center;
}
body .tel_box .font {
  font-size: 1.2rem;
  color: #fff;
}
body .tel_box .num {
  font-size: 6.5rem;
  font-weight: normal;
  color: #fff;
  line-height: 0.4;
  display: block;
  margin-top: 13px;
}
body .tel_box:hover {
  opacity: 1;
  background: #d6a100;
}
body .arrow_down:after {
  background: url("/assets/img/arrow_down.svg") !important;
  width: 8px;
  height: 7px;
}
body .list {
  margin: 10px 0px 10px 20px;
  list-style: disc;
}
body .list li {
  margin-bottom: 4px;
  line-height: 1.4;
}
body .num_list {
  margin: 10px 0px 10px 20px;
  list-style: decimal;
}
body .num_list li {
  margin-bottom: 4px;
  line-height: 1.4;
}
body .icon_ttl {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 600;
  font-size: 2.3rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
body .icon_ttl img {
  margin-right: 10px;
}
body .check_list li {
  font-weight: 600;
  border-bottom: 1px solid #e7e7e7;
  padding: 15px 0 15px 50px;
  position: relative;
  line-height: 1.5;
}
body .check_list li:before {
  position: absolute;
  background-image: url(/assets/img/check_green.svg);
  width: 34px;
  height: 34px;
  left: 0;
  top: 20%;
  content: "";
}

/*-----------------------
SP版ここから
-----------------------*/
@media (max-width: 768px) {
  body {
    padding-top: 70px;
  }
  body .pc {
    display: none;
  }
  body .sp {
    display: block;
  }
  body .inner, body .inner_wide {
    width: 90%;
    max-width: 90%;
  }
  body .sec {
    margin-top: 50px;
  }
  body .tel_box {
    padding: 5%;
  }
  body .tel_box .font {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  body .tel_box .num {
    font-size: 6rem;
    margin-top: 19px;
  }
  body {
    /*margin*/
  }
  body .mt0 {
    margin-top: 0px !important;
  }
  body .mb0 {
    margin-bottom: 0px !important;
  }
  body .mt5 {
    margin-top: 5px !important;
  }
  body .mb5 {
    margin-bottom: 5px !important;
  }
  body .mt10 {
    margin-top: 10px !important;
  }
  body .mb10 {
    margin-bottom: 10px !important;
  }
  body .mt15 {
    margin-top: 15px !important;
  }
  body .mb15 {
    margin-bottom: 15px !important;
  }
  body .mt20 {
    margin-top: 20px !important;
  }
  body .mb20 {
    margin-bottom: 20px !important;
  }
  body .mt25 {
    margin-top: 50px !important;
  }
  body .mb25 {
    margin-bottom: 50px !important;
  }
  body .mt30 {
    margin-top: 5% !important;
  }
  body .mb30 {
    margin-bottom: 5% !important;
  }
  body .mt35 {
    margin-top: 50px !important;
  }
  body .mb35 {
    margin-bottom: 50px !important;
  }
  body .mt40 {
    margin-top: 50px !important;
  }
  body .mb40 {
    margin-bottom: 50px !important;
  }
  body .mt45 {
    margin-top: 50px !important;
  }
  body .mb45 {
    margin-bottom: 50px !important;
  }
  body .mt50 {
    margin-top: 50px !important;
  }
  body .mb50 {
    margin-bottom: 50px !important;
  }
  body .mt55 {
    margin-top: 50px !important;
  }
  body .mb55 {
    margin-bottom: 50px !important;
  }
  body .mt60 {
    margin-top: 50px !important;
  }
  body .mb60 {
    margin-bottom: 50px !important;
  }
  body .mt65 {
    margin-top: 50px !important;
  }
  body .mb65 {
    margin-bottom: 50px !important;
  }
  body .mt70 {
    margin-top: 50px !important;
  }
  body .mb70 {
    margin-bottom: 50px !important;
  }
  body .mt75 {
    margin-top: 50px !important;
  }
  body .mb75 {
    margin-bottom: 50px !important;
  }
  body .mt80 {
    margin-top: 50px !important;
  }
  body .mb80 {
    margin-bottom: 50px !important;
  }
  body .mt85 {
    margin-top: 50px !important;
  }
  body .mb85 {
    margin-bottom: 50px !important;
  }
  body .mt90 {
    margin-top: 50px !important;
  }
  body .mb90 {
    margin-bottom: 50px !important;
  }
  body .mt95 {
    margin-top: 50px !important;
  }
  body .mb95 {
    margin-bottom: 50px !important;
  }
  body .mt100 {
    margin-top: 50px !important;
  }
  body .mb100 {
    margin-bottom: 50px !important;
  }
  body .breadcrumbs {
    display: none;
  }
  body .icon_ttl {
    font-size: 2rem;
  }
  body .list li {
    margin-bottom: 14px;
  }
  body .num_list li {
    margin-bottom: 14px;
  }
  body .check_list li:before {
    left: 0;
    top: 20%;
  }
  body .honbun, body li {
    font-size: 1.6rem;
  }
}
/*=================================================
flex
=================================================*/
.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_space {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .flex {
    display: block;
  }
  .flex_center {
    display: block;
  }
  .flex_space {
    display: block;
  }
}
/*=================================================
header
=================================================*/
body.no-scroll {
  overflow: hidden;
}

#header {
  padding: 20px 0;
}
#header nav {
  margin-top: 17px;
}
#header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: visible;
}
#header .right {
  overflow: visible;
}
#header .right .top_btn {
  display: flex;
  margin-left: 40px;
  justify-content: end;
}
#header .right .top_btn a {
  margin-left: 14px;
}
#header .global_nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#header .global_nav li {
  list-style: none;
}
#header .global_nav a {
  text-decoration: none;
  font-weight: 500;
}
#header .menu-trigger {
  display: none;
}
#header .flex_space {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  #header {
    transition: background-color 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
  }
  #header .global_nav li .dropdown {
    display: none;
  }
  #header .global_nav li a {
    padding-left: 20px;
    margin-left: 20px;
  }
  #header .global_nav li a:hover {
    color: #48A974;
    opacity: 1;
  }
  #header .global_nav .logo {
    display: none;
  }
  #header .saiyou {
    background: #94CA46;
    width: 133px;
    height: 93px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 0 0px 0 10px;
    transition: 0.4s;
  }
  #header .saiyou img {
    display: block;
    margin: 0 auto;
  }
  #header .saiyou p {
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    margin-top: 10px;
  }
  #header .saiyou:hover {
    transform: scale(1.1);
  }
  #header .saiyou a {
    width: 100%;
    height: 100%;
    display: block;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 17px;
  }
  #header .saiyou.cp {
    background: #75d5fe;
  }
  #header .sp_ttl {
    display: none;
  }
  #header .logo {
    width: 284px;
    display: block;
  }
  #header .logo img {
    width: 100%;
  }
  #header.is-scrolled {
    padding: 13px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
  }
  #header.is-scrolled .right .top_btn {
    display: none;
  }
  #header.is-scrolled nav {
    margin: 0;
  }
  #header.is-scrolled .global_nav li a {
    font-size: 1.5rem;
  }
  #header.is-scrolled .logo {
    width: 194px;
  }
  .smcl_body #header .logo {
    width: 341px;
  }
  .smcl_body #header.is-scrolled .logo {
    width: 234px;
  }
}
@media (max-width: 768px) {
  #header {
    height: 70px;
    padding: 7px 10px;
    box-sizing: border-box;
    position: fixed;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    top: 0;
    z-index: 100;
    width: 100%;
  }
  #header .logo {
    width: 194px;
    display: block;
    margin-top: 8px;
  }
  #header .logo img {
    width: 100%;
  }
  #header .global_nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    padding: 24px 20px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.18, 1);
    z-index: 1001;
    overflow-y: auto;
    border-radius: 0 0 20px 0;
  }
  #header .global_nav.open {
    left: 0;
  }
  #header .global_nav .logo {
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 0;
    width: 90%;
    margin-bottom: 20px;
  }
  #header .global_nav .logo a {
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 0;
    width: 100%;
    border: none !important;
  }
  #header .global_nav .logo a:after {
    display: none;
  }
  #header .global_nav .logo a img {
    width: 195px;
    display: block;
  }
  #header .global_nav li {
    width: 100%;
    text-align: left;
  }
  #header .global_nav li.clinic a {
    background: #f79d9d;
    color: #fff;
    border: none;
    border-radius: 90px;
    margin-top: 8%;
    display: block;
  }
  #header .global_nav li.clinic a:after {
    background-image: url("/assets/img/white_arrow.svg");
  }
  #header .global_nav .dropdown {
    max-height: 300px;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  #header .global_nav .dropdown li {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
  }
  #header .global_nav .dropdown a {
    background: none;
    border-bottom: 2px dotted #ececec;
    border-radius: 0;
  }
  #header .global_nav .sp.open > a::after {
    content: "";
    width: 25px;
    height: 25px;
    top: 0;
    position: relative;
    right: -2px;
  }
  #header .global_nav .sp.open .dropdown {
    max-height: 300px;
  }
  #header .global_nav a {
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 17px 17px 17px 10px;
    width: 100%;
    position: relative;
    border-bottom: dotted 1px #92C35E;
  }
  #header .global_nav a::after {
    content: "";
    background-image: url("/assets/img/green_arrow.svg");
    width: 8px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: "";
    right: 20px;
    background-repeat: no-repeat;
  }
  #header .menu-trigger {
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    cursor: pointer;
    z-index: 9999;
    user-select: none;
    background: #92C35E;
    border-radius: 90%;
    right: 10px;
    bottom: 8px;
  }
  #header .menu-trigger span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 56%;
    height: 3px;
    border-radius: 90px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.18, 1);
    background: #F7F6EF;
  }
  #header .menu-trigger span:nth-child(1) {
    top: 20px;
  }
  #header .menu-trigger span:nth-child(2) {
    top: 28px;
  }
  #header .menu-trigger span:nth-child(3) {
    top: 36px;
  }
  #header .menu-trigger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 26px;
    left: 13px;
  }
  #header .menu-trigger.active span:nth-child(2) {
    opacity: 0;
  }
  #header .menu-trigger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 26px;
    left: 13px;
  }
  #header .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 40%;
    height: 100vh;
    backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 1000;
  }
  #header .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  #header .sp_ttl {
    margin-bottom: 0 !important;
  }
  #header .right .top_btn {
    display: none;
  }
}
/*=================================================
footer
=================================================*/
#footer {
  padding: 60px 0;
  position: relative;
}
#footer .inner {
  align-items: flex-start;
}
#footer .logo {
  width: 284px;
  display: block;
}
#footer .logo img {
  width: 100%;
}
#footer .address {
  margin-top: 20px;
  color: #6A6A6A;
  line-height: 1.7;
  margin-bottom: 40px;
}
#footer .address .flex_center {
  gap: 0px 50px;
}
#footer .address p {
  color: #4C4C4C;
  font-size: 1.3rem;
}
#footer .copy {
  text-align: left;
  font-size: 1.3rem;
  color: #a7a7a7;
  margin-top: 55px;
  margin-left: 40px;
}
#footer #top_arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#footer nav ul {
  margin-left: 40px;
}
#footer nav ul li {
  position: relative;
  text-align: left;
  margin-bottom: 14px;
}
#footer nav ul li:before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  border-left: 1px solid #fff;
  content: "●";
  font-size: 0.8rem;
  left: 0;
  color: #EFB812;
  right: unset;
}
#footer nav ul li a {
  padding-left: 17px;
}

.smcl_body #footer {
  background: #F7F6EF;
}

@media (max-width: 768px) {
  #footer {
    padding-top: 15px;
    padding-bottom: 10%;
  }
  #footer nav {
    display: none;
  }
  #footer .address {
    display: none;
  }
  #footer .copy {
    margin-top: 10%;
    font-size: 1rem;
    font-weight: 200;
  }
  #footer #top_arrow {
    bottom: 20px;
    right: 20px;
  }
  #footer #top_arrow img {
    width: 40px;
  }
  #footer .logo {
    width: 230px;
    margin: 5% auto 0;
    display: block;
  }
  #footer .logo img {
    width: 100%;
    display: block;
    height: auto;
  }
}
main .table_normal {
  width: 100%;
  line-height: 1.7;
}
main .table_normal tr {
  display: flex;
}
main .table_normal th {
  width: 187px;
  border-bottom: 3px solid #69D1FF;
  padding: 14px;
}
main .table_normal td {
  border-bottom: 1px solid #848484;
  padding: 14px;
  flex: 1;
  position: relative;
  top: -1px;
}

@media (max-width: 768px) {
  main .table_normal tr {
    display: block;
  }
  main .table_normal tr:first-child th {
    padding-top: 13px;
  }
  main .table_normal th {
    width: 100%;
    display: block;
    padding: 13px 0;
    padding-top: 25px;
  }
  main .table_normal td {
    width: 100%;
    display: block;
    padding: 13px 0;
  }
}
.btn {
  border-radius: 6px;
  box-sizing: border-box;
  line-height: 1;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 10px 40px;
}
.btn span {
  border-right: 1px solid #fff;
  display: block;
  padding-right: 29px;
}
.btn:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  border-left: 1px solid #fff;
  background-image: url("/assets/img/arrow_wt.svg");
  width: 7px;
  height: 8px;
  right: 15px;
}
.btn.clinic {
  background: #f79d9d;
  font-size: 1.55rem;
  color: #fff;
  padding: 9px 40px;
  text-align: left;
  line-height: 1.3;
}
.btn.clinic:hover {
  opacity: 1;
  background: #ed8484;
}
.btn.recruit {
  border: 1px solid #92C35E;
  padding: 14px 20px 12px 40px;
  background: #fff;
}
.btn.recruit:after {
  display: none;
}
.btn.recruit:before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  background-image: url("/assets/img/recruit.svg");
  width: 17px;
  height: 19px;
  left: 11px;
  right: unset;
}
.btn.recruit span {
  border: none;
  padding: 0;
}
.btn.recruit:hover {
  opacity: 1;
  background: #68b21a;
  color: #fff;
}
.btn.recruit:hover:before {
  background-image: url("/assets/img/recruit_wt.svg");
}

.lgr_btn {
  background: #92C35E;
  display: inline-block;
  width: 298px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding: 24px 0;
  border-radius: 10px;
  position: relative;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.1em;
}
.lgr_btn:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  background-image: url("/assets/img/arrow_wt.svg");
  width: 7px;
  height: 8px;
  right: 15px;
}
.lgr_btn:before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  right: unset;
  left: 20px;
}
.lgr_btn:hover {
  opacity: 1;
  background: #68b21a;
}
.lgr_btn.transportation:before {
  background-image: url(/assets/img/transportation.svg);
  width: 34px;
  height: 23px;
}
.lgr_btn.access:before {
  background-image: url(/assets/img/access.svg);
  width: 23px;
  height: 27px;
}

.wt_btn {
  background: #fff;
  padding: 10px 29px 10px 14px;
  font-size: 1.5rem;
  border-radius: 6px;
  position: relative;
}
.wt_btn span {
  border-right: 1px solid #333333;
  font-size: 1.4rem;
  font-weight: 500;
  padding-right: 11px;
}
.wt_btn:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  background-image: url("/assets/img/arrow_bk.svg");
  width: 4px;
  height: 7px;
  right: 13px;
}
.wt_btn:hover {
  background: #FFE46C;
  opacity: 1;
}

.more {
  border-radius: 6px;
  box-sizing: border-box;
  line-height: 1;
  position: relative;
  overflow: hidden;
  padding: 10px 40px;
  background: #FFE46C;
  font-size: 1.5rem;
  color: #333333;
  padding: 13px 40px;
  text-align: left;
  margin-top: 40px;
}
.more span {
  border-right: 1px solid #333333;
  padding: 5px 36px 7px 0px;
}
.more:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  border-left: 1px solid #333333;
  background-image: url("/assets/img/arrow_bk.svg");
  width: 4px;
  height: 7px;
  right: 15px;
}

/*===================================
PC版ここから
===================================*/
@media (min-width: 769px) {
  .more {
    display: inline-block !important;
  }
  .more.sp {
    display: none !important;
  }
} /*pc*/
/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  .lgr_btn {
    width: 100%;
    margin-top: 5%;
  }
  .more {
    width: 90%;
    margin: 30px auto 0;
    padding: 7px 40px;
    display: block;
  }
  .more span {
    padding: 12px 35px 12px 0px;
    width: 100%;
    display: block;
  }
}
/*===================================
1253px以下かつ768px以上の場合
===================================*/
@media screen and (max-width: 1253px) and (min-width: 768px) {
  body .tel_box {
    padding: 15px;
  }
  body .tel_box .num {
    font-size: 5rem;
  }
  #header .global_nav li a {
    padding-left: 10px;
    margin-left: 10px;
    font-size: 1.4rem;
  }
  #header .right .top_btn {
    margin-left: 20px;
  }
  #header .logo img {
    width: 140px;
  }
  #footer nav ul {
    margin-left: 10px;
  }
  #footer nav ul li a {
    font-size: 1.4rem;
  }
} /*1253px以下かつ768px以上の場合ここまで*/
.footer_menu_btn {
  background: #fff;
  padding-top: 100px;
  margin-top: -50px !important;
  padding-bottom: 61px;
  border-radius: 50px;
}
.footer_menu_btn .flex_space {
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px;
}
.footer_menu_btn .flex_space a {
  display: flex;
  transition: 0.5s;
  background: #FCF3D9;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 90px;
  align-items: center;
  justify-content: center;
  flex: 1 1 calc(25% - 20px);
  justify-content: center;
  position: relative;
  padding-left: 40px;
  font-size: 1.5rem;
}
.footer_menu_btn .flex_space a .icon {
  position: absolute;
  left: 13px;
}
.footer_menu_btn .flex_space a:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  background-image: url("/assets/img/green_arrow.svg");
  width: 8px;
  height: 12px;
  right: 15px;
}
.footer_menu_btn .flex_space a span {
  line-height: 1.6;
}
.footer_menu_btn .flex_space a:hover {
  background: #f0e1b4;
  opacity: 1;
}
.footer_menu_btn .l_bnr {
  text-align: center;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.footer_menu_btn .l_bnr a {
  display: block;
  margin-top: 30px;
}
.footer_menu_btn .l_bnr a img {
  width: 100%;
  height: auto;
}
.footer_menu_btn .l_bnr a:first-child {
  width: 50%;
}
.footer_menu_btn .l_bnr a:nth-child(2) {
  width: 16%;
}
.footer_menu_btn .l_bnr a:nth-child(3) {
  width: 27%;
}

/*sec5*/
/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  .footer_menu_btn {
    padding-bottom: 40px;
    border-radius: 30px;
  }
  .footer_menu_btn .flex_space {
    padding: 0;
    display: flex;
    align-items: stretch;
  }
  .footer_menu_btn .flex_space a {
    margin-bottom: 0;
    width: 45%;
    flex: auto;
    padding: 14px 10px 14px 38px;
  }
  .footer_menu_btn .flex_space a:after {
    display: none;
  }
  .footer_menu_btn .flex_space a span {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .footer_menu_btn .flex_space a .icon {
    position: absolute;
    left: 10px;
    width: 20px;
  }
  .footer_menu_btn .l_bnr {
    display: block;
  }
  .footer_menu_btn .l_bnr a {
    display: block;
    margin-top: 30px;
  }
  .footer_menu_btn .l_bnr a img {
    width: 100%;
    height: auto;
  }
  .footer_menu_btn .l_bnr a:first-child {
    width: 100%;
  }
  .footer_menu_btn .l_bnr a:nth-child(2) {
    width: 150px;
    margin: 0 auto;
  }
  .footer_menu_btn .l_bnr a:nth-child(3) {
    width: 70%;
    margin: 0 auto;
  }
}
/*===================================
夙川宮本クリニック
===================================*/
.smcl_body .footer_menu_btn .flex_space a:after {
  background-image: url(/assets/img/arrow_pink.svg);
}
.smcl_body #header .btn.clinic {
  background: #92C35E;
}
.smcl_body #header .btn.clinic:hover {
  background: #68b21a;
}
.smcl_body #header .global_nav li.clinic a {
  background: #92C35E;
}
.smcl_body #header .global_nav a:after {
  background-image: url(/assets/img/arrow_pink.svg);
}
.smcl_body #header .menu-trigger {
  background: #f79d9d;
}
.smcl_body #footer .logo {
  width: 341px;
}

/*smcl*/
/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  .smcl_body #header .global_nav li a {
    border-bottom: dotted 1px #ecc9c9;
  }
  .smcl_body #header .logo {
    width: 205px;
    display: block;
    margin-top: 11px;
  }
  .smcl_body #footer .logo {
    width: 230px;
  }
}
/*===================================
挨拶
===================================*/
#message .name {
  text-align: right;
  margin-top: 20px;
}
#message .name strong {
  font-size: 2rem;
  display: block;
}

/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  #message .txt_img img {
    width: 200px;
    margin: 0 auto 20px;
  }
}
/*===================================
ニュース
===================================*/
.news_articlebox {
  background: #94ca82;
  z-index: 2;
  margin-top: -2px !important;
}
.news_articlebox .midashi {
  color: #fff;
  font-size: 3rem;
}
.news_articlebox .midashi span {
  color: #fff;
}
.news_articlebox ul {
  flex: 1;
}
.news_articlebox ul li {
  background: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
}
.news_articlebox ul li a {
  display: block;
  box-sizing: border-box;
  position: relative;
  line-height: 1.4;
  padding: 17px 41px 17px 15px;
  box-sizing: border-box;
}
.news_articlebox ul li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  background-image: url(/assets/img/green_arrow.svg);
  width: 8px;
  height: 12px;
  right: 15px;
}
.news_articlebox ul li:last-child {
  margin-bottom: 0px;
}
.news_articlebox ul li span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  padding: 19px;
  box-sizing: border-box;
}
.news_articlebox ul li span.date {
  display: inline;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #48A974;
  font-weight: 600;
  padding: 0;
  padding-right: 18px;
}
.news_articlebox .inner {
  padding: 50px 0;
  justify-content: space-between;
  gap: 60px;
}
.news_articlebox .left {
  max-width: 440px;
}

.smcl_body .news_articlebox ul li a:after {
  background-image: url(/assets/img/arrow_pink.svg);
}
.smcl_body .news_articlebox ul li span.date {
  color: #ed8484 !important;
}

/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  .news_articlebox {
    z-index: 2;
  }
  .news_articlebox .left {
    max-width: 100%;
  }
  .news_articlebox .midashi {
    text-align: center;
  }
  .news_articlebox span.date {
    display: block !important;
  }
}

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