@charset "UTF-8";
/* ===============================================
# フォント
=============================================== */
/* ===============================================
# コンテナ幅
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# メインビジュアル
=============================================== */
/* ===============================================
# その他（基本は調整不要）
=============================================== */
/* ===============================================
# 共通
=============================================== */
/* ===============================================
# 見出し
=============================================== */
/* ===============================================
# ボタン
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# footer
=============================================== */
/* ===============================================
# table
=============================================== */
/* ===============================================
# 投稿
=============================================== */
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
/* ===============================================
# フォントをremに変換
=============================================== */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
  height: auto !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

figure {
  margin: 0;
  text-align: center;
}
figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

img {
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}
img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
}
p:first-of-type {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 2.5em;
  line-height: 1.6;
}
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}
ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

dl {
  margin: 0 0 1em;
  line-height: 1.6;
}
dl:last-child {
  margin-bottom: 0;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}
dl dd:last-child {
  margin-bottom: 0;
}

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

td,
th {
  padding: 0;
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
}

a[class] {
  text-decoration: none;
}

[href^=tel] {
  text-decoration: none !important;
  display: inline-block;
}
@media (min-width: 767px) {
  [href^=tel] {
    pointer-events: none !important;
  }
}

.fax {
  pointer-events: none;
}

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

.text-left {
  text-align: left;
}

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

.lead {
  color: #64d3bf;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #64d3bf !important;
}

@media (max-width: 767px) {
  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide,
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}
.color_pri {
  color: #64d3bf;
}

.link-tel {
  text-decoration: none;
}
@media (min-width: 768px) {
  .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col2 .col:not(:last-child) {
    margin-bottom: 3%;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col:not(:last-child) {
    margin-bottom: 3%;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}
/* ===============================================
# マージン
=============================================== */
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt10 {
  margin-top: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

body.scroll-prevent {
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
}

main {
  margin-top: 0 !important;
}

header {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: #fff;
  position: relative;
}
header .container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 640px) {
  header .container {
    max-width: calc(1000px + 9%);
  }
}
header .box {
  position: relative;
}
@media (max-width: 640px) {
  header .box {
    width: 100%;
  }
}
header .box .flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 640px) {
  header .box .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
header .box .flexbox .blog_banner {
  width: 250px;
  padding: 10px;
}
header .box .flexbox .blog_banner img {
  width: 78.32%;
}
header .box .header_info_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 640px) {
  header .box .header_info_right {
    display: none;
  }
}
header .box .header_info_right li::marker {
  display: none;
}
header .box .header_info_right p {
  margin: 0;
}
header .box .header_info_right .header_web_reserve {
  background-color: #f59cd6;
  padding: 0.8em 0.8em 0 0.8em;
}
header .box .header_info_right .header_web_reserve a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 6px 0px 6px 50px;
}
header .box .header_info_right .header_web_reserve a::before {
  position: absolute;
  content: "";
  background-image: url(/wp/wp-content/uploads/icon_clock.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 42px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
}
header .box .header_info_right .header_web_reserve span {
  display: block;
  font-size: 1.2rem;
  color: #fff;
}
@media (max-width: 641px) {
  header .title,
  header .gnav {
    height: auto;
  }
}
header .title {
  margin: 0;
  font-size: 0;
}
@media (min-width: 640px) {
  header .title {
    vertical-align: middle;
    padding: 22px 0;
  }
}
@media (max-width: 641px) {
  header .title {
    padding: 0;
    margin: auto;
    padding-top: 5px;
  }
}
header .title a {
  display: block;
  width: 302px;
  height: 86px;
}
@media (max-width: 639px) {
  header .title a {
    width: 211px;
    height: auto;
    min-width: auto;
  }
}
@media (min-width: 640px) {
  header .gnav {
    vertical-align: bottom;
    width: 100%;
    padding: 8px 0;
    text-align: center;
  }
}
@media (max-width: 641px) {
  header .gnav {
    position: fixed;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #faae0b;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1001;
    overflow-y: auto;
    padding-right: 0;
    padding: 30px 4% 300px;
  }
}
header .gnav nav > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
header .gnav nav > ul li:nth-child(odd) .menu-description {
  color: #f59cd6;
}
header .gnav nav > ul li:nth-of-type(even) .menu-description {
  color: #64d3bf;
}
header .gnav nav > ul li .menu-description {
  font-family: "Changa", sans-serif;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (min-width: 640px) {
  header .gnav nav > ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
  }
}
@media (max-width: 639px) {
  header .gnav nav > ul li {
    background: #faae0b;
    display: block;
  }
  header .gnav nav > ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
header .gnav nav > ul li a {
  padding: 0 32px;
  color: #000;
  text-decoration: none;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  border-bottom: 2px solid rgba(100, 211, 191, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}
@media (min-width: 640px) {
  header .gnav nav > ul li a:hover {
    color: #faae0b;
  }
}
@media (max-width: 639px) {
  header .gnav nav > ul li a {
    color: #fff;
    padding: 0.7em 4%;
    text-align: left;
    font-size: 1.4rem;
  }
}
header .gnav nav > ul li a span {
  color: #64d3bf;
  display: block;
  margin-top: 0.3em;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 639px) {
  header .gnav nav > ul li a span {
    display: none;
  }
}
header .gnav nav > ul li a span:nth-of-type(odd) {
  color: #f59cd6;
}
@media (max-width: 639px) {
  header .header_info_wrap {
    display: none;
  }
}
header .header_info_wrap .header_info {
  letter-spacing: 0.1em;
  margin-right: 22px;
}
header .header_info_wrap .header_info .address {
  color: #3e3a3a;
  font-size: 15px;
  font-size: 1.5rem;
}
header .header_info_wrap .tel {
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 0;
  font-family: "Changa", sans-serif;
  font-size: 3.559rem;
  letter-spacing: 0.13em;
  line-height: 1;
  color: #45cdba;
}
header .header_info_wrap .tel a {
  color: #64d3bf;
}
header .header_info_wrap .tel a::before {
  content: "";
  display: inline-block;
  background-image: url(/wp/wp-content/uploads/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 25px;
  margin-right: 6px;
  vertical-align: middle;
}
header .header_info_wrap p {
  color: #000;
}
header .header_info_wrap p:not(.tel) {
  font-size: 14px;
  font-size: 1.4rem;
}
header .btn-gnavi {
  margin: 0;
}
@media (min-width: 641px) {
  header .txt {
    display: none;
  }
}
@media (max-width: 640px) {
  header .btn-gnavi {
    position: absolute;
    bottom: 0;
    right: 1%;
    z-index: 1001;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 50px;
    background: #faae0b;
    padding: 8px;
    margin-bottom: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .btn-gnavi .line {
    width: 80%;
    height: 1px;
    background: #fff;
    margin: 2px 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi .txt {
    font-size: 9px;
    color: #fff;
    margin-top: 2px;
    text-transform: uppercase;
  }
}
@media (max-width: 640px) and (min-width: 641px) {
  header .btn-gnavi .txt {
    display: none;
  }
}
@media (max-width: 640px) {
  header .btn-gnavi.close {
    background: none;
  }
  header .btn-gnavi.close .line:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
    background: #faae0b;
  }
  header .btn-gnavi.close .line:nth-child(2) {
    opacity: 0;
  }
  header .btn-gnavi.close .line:nth-child(3) {
    -webkit-transform: translateY(-3px) rotate(-45deg);
            transform: translateY(-3px) rotate(-45deg);
    background: #faae0b;
  }
  header .btn-gnavi.close .txt {
    color: #faae0b;
  }
}
header.menu_open .gnav {
  right: 0;
}
header.menu_open .black-bg {
  opacity: 0.3;
  visibility: visible;
}
header .black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/* ===============================================
# プルダウン
=============================================== */
header .gnav > nav > ul > li.has_under > a {
  position: relative;
}
header .gnav > nav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header .gnav > nav > ul > li.has_under > a.menu_under_open:after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}

header .gnav > nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  border-bottom: 0;
}
header .gnav > nav > ul > li > ul li {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
header .gnav > nav > ul > li > ul a {
  background: rgba(100, 211, 191, 0.96);
}

@media (max-width: 639px) {
  header .gnav > nav > ul > li > ul {
    margin-bottom: 1em;
    padding: 0 6%;
  }
  header .gnav > nav > ul > li > ul li {
    border-bottom: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0.4em 4% 0.4em 15px;
  }
  header .gnav > nav > ul > li > ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #64d3bf;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 639px) and (max-width: 639px) {
  header .gnav > nav > ul > li > ul li:not(:last-child) {
    border-bottom: 0;
  }
  header .gnav > nav > ul > li > ul li:first-child {
    border-top: 0;
  }
}
@media (max-width: 639px) {
  header .gnav > nav > ul > li > ul a {
    background: transparent;
    padding: 0;
  }
}
@media (min-width: 640px) {
  header .gnav > nav > ul > li.has_under {
    position: relative;
  }
  header .gnav > nav > ul > li.has_under a {
    padding-right: 1.5em;
  }
  header .gnav > nav > ul > li.has_under a:after {
    border-color: #1b1b1b;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
  }
  header .gnav > nav > ul > li.has_under a.menu_under_open:after {
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
  }
  header .gnav > nav > ul > li.has_under ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 52;
    min-width: 250px;
  }
  header .gnav > nav > ul > li.has_under ul li {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  header .gnav > nav > ul > li.has_under ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  header .gnav > nav > ul > li.has_under ul li a {
    background: transparent;
    display: block;
    padding: 0.7em;
    overflow-wrap: break-word;
    color: #faae0b;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: left;
  }
}
@media (max-width: 641px) {
  .menu-global-menu-container ul li > span {
    display: none;
  }
  header .gnav > nav > ul > li.has_under > a:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 640px) {
  .tel_info a {
    background-color: #45cdba;
    position: relative;
    font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
    font-weight: bold;
    color: #fff;
  }
  .tel_info a::before {
    content: "";
    background-image: url(/wp/wp-content/uploads/icon_tel_sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 21.5424px;
    height: 23.0384px;
    top: 17px;
  }
}
.sp_navi_btn_area {
  display: none;
}
@media (max-width: 640px) {
  .sp_navi_btn_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    list-style: none;
    margin-right: 15%;
  }
  .sp_navi_btn_area .webres {
    width: 50%;
    margin-bottom: 0;
  }
  .sp_navi_btn_area .attention {
    font-size: 10px;
  }
  .sp_navi_btn_area li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sp_navi_btn_area li:nth-child(1) a {
    background-color: #45cdba;
    position: relative;
    font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
    font-weight: bold;
  }
  .sp_navi_btn_area li:nth-child(1) a::before {
    content: "";
    background-image: url("/wp/wp-content/uploads/icon_tel_sp.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 21.5424px;
    height: 23.0384px;
  }
  .sp_navi_btn_area li:nth-child(2) a {
    background-color: #f59cd6;
    position: relative;
  }
  .sp_navi_btn_area li:nth-child(2) a::before {
    content: "";
    background-image: url("/wp/wp-content/uploads/icon_clock.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 23.04px;
    height: 23.04px;
    left: 26px;
    margin-right: 0.5em;
  }
  .sp_navi_btn_area li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    color: #FFF;
    min-height: 54px;
    margin: 4px;
    border-radius: 5px;
    font-size: 16px;
  }
  .sp_navi_btn_area li a img {
    margin-right: 8px;
  }
}
.sp_navi_btn_area dl {
  background-color: white;
}
.sp_navi_btn_area dl dt {
  position: relative;
  height: 62px;
  font-weight: bold;
  padding: 0 4%;
  font-size: 18px;
  display: block;
  color: #fff;
  line-height: 2;
}
.sp_navi_btn_area dl dt i {
  position: relative;
  top: 20px;
  font-size: 9px;
  font-style: normal;
  margin-right: 2%;
}
.sp_navi_btn_area .sp_navi_list {
  display: none;
}
.sp_navi_btn_area .sp_navi_list li {
  display: block;
  width: 100%;
  float: left;
  line-height: 1.4;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}
#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  /* これが無いと下の要素が透ける */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.mv-pc-only {
  display: block !important;
}
@media (max-width: 639px) {
  .mv-pc-only {
    display: none !important;
  }
}

.mv-sp-only {
  display: none !important;
}
@media (max-width: 639px) {
  .mv-sp-only {
    display: block !important;
  }
}

.sp-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 640px) {
  .sp-banner {
    display: none !important;
  }
}

.sp_time {
  margin-top: 0;
}
.sp_time h3.pink {
  padding: 0;
  margin-bottom: 20px;
  padding-top: 27px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #f59cd6;
  line-height: 1;
}
.sp_time .schedule_note {
  display: block;
}
@media (min-width: 640px) {
  .sp_time {
    display: none;
  }
}

.main_visual {
  display: block;
  position: relative;
  height: 680px;
  background-image: url(/wp/wp-content/uploads/image1.jpg);
  background-position: center top 35%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .main_visual {
    height: 340px;
    margin-bottom: 20px;
  }
}
.main_visual .mv-inner {
  display: table;
  position: relative;
  height: inherit;
  min-width: 1200px;
  margin: 0 auto;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .main_visual .mv-inner {
    display: block;
    width: auto;
    height: inherit;
    min-width: 100%;
  }
}
.main_visual .mv-inner .mv_top_banner {
  position: absolute;
  top: 7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
  margin: 0 auto;
}
.main_visual .mv-inner .mv_top_banner img {
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.main_visual .mv-inner .mv_top_banner img:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0.7;
}
.main_visual .mv-inner .mv_bottom_banners {
  position: absolute;
  bottom: 56px;
  left: 0;
  width: 360px;
}
@media (max-width: 640px) {
  .main_visual .mv-inner .mv_bottom_banners {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 80px;
  }
}
.main_visual .mv-inner .mv_bottom_banners img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.main_visual .mv-inner .mv_bottom_banners img:hover {
  opacity: 0.85;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.main_visual .mv-inner .sp_COVID-19_banner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100px;
  width: 300px;
}
.main_visual .mv-inner .sp_mainvisual_blog {
  position: absolute;
  top: 60px;
  width: 200px;
  -webkit-transform: translateX(50%);
  transform: translateX(-50%);
  left: 50%;
}
.main_visual .mv-inner .mainvisual_reserve {
  position: absolute;
  right: 0;
  top: 250px;
}
@media (max-width: 640px) {
  .main_visual .mv-inner .mainvisual_reserve {
    top: unset;
    bottom: 34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 320px;
  }
}
.main_visual .mv-inner .mainvisual_time {
  position: absolute;
  right: 0;
  bottom: 56px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 509px;
  padding: 0 21px 33px 25px;
}
@media (max-width: 640px) {
  .main_visual .mv-inner .mainvisual_time {
    position: static;
    bottom: auto;
    top: 480px;
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.main_visual .mv-inner .mainvisual_time h3 {
  margin-bottom: 20px;
  padding-top: 27px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #f59cd6;
  line-height: 1;
}
.main_visual .mv-inner .mainvisual_time .schedule_note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #45cdba;
}
.main_visual .mv-inner .mainvisual_time .schedule_note .p1 {
  margin-bottom: 0;
}
.main_visual .mv-inner .mainvisual_time .schedule_note .p2 {
  margin-top: 0;
}
.main_visual .main_visual_slick {
  margin: auto;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  min-height: 680px;
}
@media (max-width: 639px) {
  .main_visual .main_visual_slick {
    min-height: 750px;
  }
}
.main_visual .main_visual_slick .slick-list {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick .slick-list .slick-track {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick li {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick li img {
  position: absolute;
  top: 0;
  left: -300%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: -300%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  padding-left: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  z-index: 1;
  margin: auto;
}
.main_visual .main_visual_copy img {
  max-width: 500px;
  width: 100%;
  top: auto;
  left: 4.8958333333%;
  right: auto;
  bottom: 10.2941176471%;
  position: absolute;
}
@media (max-width: 1199px) {
  .main_visual .main_visual_copy img {
    max-width: none;
    width: 41.6666666667%;
  }
}
@media (max-width: 639px) {
  .main_visual .main_visual_copy img {
    width: 80%;
    max-width: 300px;
    bottom: 5.8666666667%;
    left: 3.4666666667%;
    right: 0;
    top: auto;
  }
}

footer {
  background: #64d3bf;
  color: #fff;
}
footer .container {
  max-width: 100%;
  margin-top: 0;
}
@media (max-width: 767px) {
  footer .container {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  footer nav {
    padding: 30px 0;
  }
}
footer nav ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: auto;
}
footer nav ul li {
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
}
footer nav ul li a {
  padding: 0 0.8em;
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer nav ul li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  footer nav ul li a {
    padding: 0.8em 6%;
  }
}
footer .copyright {
  text-align: center;
  color: #fff;
  padding: 0 10px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 35px 10px;
    margin-top: 35px;
  }
}
footer .copyright p {
  font-size: 13px;
}

/* ---------------------
      pagetop
--------------------- */
footer {
  position: relative;
}
footer .pagetop {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: 40px;
  background: #64d3bf;
  bottom: 5%;
  right: 5%;
  cursor: pointer;
  border: solid 1px #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}
footer .pagetop:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  footer .pagetop:after {
    width: 6px;
    height: 6px;
  }
}
@media (min-width: 768px) {
  footer .pagetop {
    width: 60px;
    height: 60px;
  }
}
footer .pagetop.active {
  opacity: 0.9;
  visibility: visible;
}
footer .pagetop.absolute {
  position: absolute;
  top: -80px;
  bottom: auto;
}
@media (max-width: 767px) {
  footer .pagetop.absolute {
    top: -50px;
  }
}

/* ===============================================
# フッター追尾
=============================================== */
#ftr_info {
  z-index: 101;
  width: 100%;
  display: none;
}
#ftr_info .container {
  padding: 0;
}
#ftr_info .sp {
  display: none;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  background: #fff;
}
@media (max-width: 1023px) {
  #ftr_info .sp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#ftr_info .sp > * {
  width: 100%;
}
#ftr_info .sp > *:not(:last-child) {
  position: relative;
}
#ftr_info .sp > *:not(:last-child):before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.4);
  width: 1px;
}
#ftr_info .sp .btn {
  padding: 6px 0 2px;
  background: #64d3bf;
}
#ftr_info .sp .ttl {
  text-align: center;
  margin-top: 2px;
}
#ftr_info .sp .ttl .out_link {
  position: relative;
  padding-right: 1.5em;
  display: inline-block;
}
#ftr_info .sp .ttl .out_link:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background: url(/wp/wp-content/uploads/tab.png) no-repeat center/100%;
}
#ftr_info .sp .icon {
  max-width: 20px;
  margin: auto;
}
#ftr_info .sp .icon img {
  width: 100%;
}
#ftr_info .sp a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  display: grid;
  font-weight: bold;
}

/*----------------------------------------
追記
----------------------------------------*/
.pagetop {
  display: none;
}

#front_sec_footer {
  border-top: 3px solid #45cdba;
}
#front_sec_footer .container {
  max-width: 1200px;
}

footer {
  background-color: #45cdba;
}
footer .inner li a > span {
  display: block;
  font-size: 14px !important;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  font-family: "Changa", sans-serif;
  font-weight: bold;
}
footer .container {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 56px;
  margin-top: 88px;
}
@media (max-width: 640px) {
  footer .container {
    display: none;
  }
}
footer .container .menu-footer-menu-container ul li {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
footer .container .menu-footer-menu-container ul li:hover a,
footer .container .menu-footer-menu-container ul li:hover .menu-description {
  color: #f59cd6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}
footer .container nav {
  padding: 0;
}
footer .container nav span {
  display: block;
  font-size: 14px !important;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  font-family: "Changa", sans-serif;
  line-height: 1;
}
footer .container nav a {
  display: table-cell;
  padding: 0 32px;
  vertical-align: middle;
  line-height: 1.05;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-family: "秀英丸ゴシック B", sans-serif;
}

.footer_reserve {
  max-width: 1200px;
  height: 100px;
  position: relative;
}
@media (max-width: 640px) {
  .footer_reserve {
    width: auto;
    height: 60px;
  }
}

.footer_reserve::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/wp/wp-content/uploads/footer_reserve.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 640px) {
  .footer_reserve::before {
    background-size: 200%;
    background-position: left center;
  }
}

.footer_reserve a {
  display: block;
  width: 1200px;
  height: 100px;
  padding-top: 28px;
  color: #fff;
  font-family: "秀英丸ゴシック B", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
@media (max-width: 640px) {
  .footer_reserve a {
    width: 100%;
    padding-top: 14px;
    font-size: 16px;
    text-align: left;
    padding-left: 60px;
  }
}

.footer_reserve a::before {
  position: absolute;
  content: "";
  background-image: url("/wp/wp-content/uploads/icon_clock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 62px;
  top: 19px;
  left: 355px;
}
@media (max-width: 640px) {
  .footer_reserve a::before {
    width: 31px;
    height: 31px;
    left: 12px;
    top: 14px;
  }
}

.footer_reserve a::after {
  position: absolute;
  content: "";
  background-image: url("/wp/wp-content/uploads/icon_doublearrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 21px;
  top: 40px;
  right: 373px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 640px) {
  .footer_reserve a::after {
    width: 21.6px;
    height: 12.6px;
    right: 5%;
    top: 23px;
  }
}

.footer_reserve a img {
  width: 100%;
}

.footer_reserve a:hover::after {
  right: 365px;
}

.footer_reserve a span {
  display: block;
  font-size: 15px;
  margin-top: 12px;
}
@media (max-width: 640px) {
  .footer_reserve a span {
    font-size: 12px;
    margin-top: 6px;
    letter-spacing: 0;
  }
}

.footer_reserve:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.7;
}

/* コピーライト */
.copy {
  padding-bottom: 35px;
  text-align: center;
  background-color: #45cdba;
}

.copy small {
  line-height: 1;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

/* フッターの医院概要 */
.footer_info {
  padding-bottom: 88px;
}

.footer_info .inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
}

.footer_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 44px;
}

.footer_flex_left {
  text-align: center;
  width: 47.3333%;
}
@media (max-width: 640px) {
  .footer_flex_left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer_flex_right {
  width: 50%;
}
@media (max-width: 640px) {
  .footer_flex_right {
    width: 100%;
  }
}
.footer_flex_right iframe {
  width: 100%;
  height: 418px;
  border: 0;
}

.schedule_note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "秀英丸ゴシック B", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #45cdba;
}
.schedule_note .p1,
.schedule_note .p2 {
  margin: 0;
}

.footer_flex_left dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding-top: 3px;
}

.footer_logo {
  width: 302px;
  height: 86px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.footer_logo:hover {
  opacity: 0.7;
}

.footer_adress {
  font-size: 15px;
  color: #333333;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 18px;
  font-family: "Noto Sans JP", sans-serif;
}

.footer_tel {
  position: relative;
  margin-bottom: 23px;
}

.footer_tel a {
  font-family: "Changa", sans-serif;
  font-weight: 400;
  font-size: 35.59px;
  letter-spacing: 0.13em;
  line-height: 1;
  color: #45cdba;
}

.footer_tel a::before {
  content: "";
  display: inline-block;
  background-image: url("/wp/wp-content/uploads/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 25px;
  margin-right: 6px;
  vertical-align: middle;
}

.footer_tel:hover {
  opacity: 0.7;
}

.footer_flex_left .schedule .tb01 th {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 16px 18px 16px 32px;
}
@media (max-width: 640px) {
  .footer_flex_left .schedule .tb01 th {
    padding: 3% 2%;
    width: 105px;
    font-size: 12.5px;
  }
}

.footer_flex_left .schedule .tb01 td {
  padding: 16px 14px;
}
@media (max-width: 640px) {
  .footer_flex_left .schedule .tb01 td {
    padding: 3% 2%;
  }
}

.footer_flex_left .schedule .tb01 td:last-child {
  padding-right: 42px;
}
@media (max-width: 640px) {
  .footer_flex_left .schedule .tb01 td:last-child {
    padding-right: 2%;
  }
}

.footer_medical {
  color: #333333;
  padding-top: 1rem;
}
.footer_medical .pink {
  color: #f59cd6;
  margin-right: 12px;
  position: relative;
  margin-right: 21px;
}
.footer_medical .pink::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 21px;
  background-color: #f59cd6;
  top: 0;
  right: -11px;
}

.schedule table {
  width: 100%;
  margin-bottom: 12px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #45cdba;
}
.schedule table th,
.schedule table td {
  border-bottom: 1px solid #e4e4e4;
  vertical-align: middle;
  line-height: 1;
}

.more {
  display: block;
  overflow: hidden;
  margin: auto;
}
.more a {
  display: block;
  color: #fff;
  background: #64d3bf;
  padding: 1.1em 0.5em;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
.more a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  right: auto;
  margin: auto;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.more a:hover {
  background-color: rgb(76.1658291457, 204.2341708543, 181.1587939698);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more a:hover:after {
  left: 6%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

table {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  line-height: 1.8;
}
table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
}
.table-default td,
.table-default th {
  padding: 0.7em 0.5em;
}
.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
}
.table-default td,
.table-default th {
  border: 1px solid #64d3bf;
}
.table-default th {
  background: #64d3bf;
  color: #fff;
  text-align: left;
}
.table-default td {
  background: #fff;
}
.table-default tr:not(:last-child) td {
  border-bottom: 0;
}
.table-default tr:not(:first-child) th {
  border-bottom: 0;
  border-top: 1px solid #fff;
}
.table-default tr:first-child th {
  border-bottom: 1px solid #fff;
}
.table-default tr:last-child th {
  border-bottom: 1px solid #64d3bf;
}

.table-menu {
  width: 100%;
}
.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-menu td,
.table-menu th {
  padding: 1em 1em;
  border-top: 1px solid #64d3bf;
}
@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em 0.3em;
  }
}
.table-menu tbody th {
  text-align: left;
}
.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}
.table-menu tr:last-child th,
.table-menu tr:last-child td {
  border-bottom: 1px solid #64d3bf;
}

.table-menu02 th,
.table-menu02 td {
  padding: 19px 40px;
}
@media (max-width: 767px) {
  .table-menu02 th,
  .table-menu02 td {
    padding: 16px 20px;
    display: block;
  }
}
@media (max-width: 767px) {
  .table-menu02 th:empty,
  .table-menu02 td:empty {
    display: none;
  }
}
.table-menu02 th {
  text-align: left;
  background: rgba(100, 211, 191, 0.1);
}
.table-menu02 th:nth-of-type(2) {
  background: rgba(100, 211, 191, 0.3);
}
.table-menu02 td {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .table-menu02 td {
    text-align: right;
  }
}
.table-menu02 thead th {
  background: rgba(100, 211, 191, 0.8);
  color: #fff;
}
.table-menu02 thead th:empty {
  background: rgba(100, 211, 191, 0.8);
}
.table-menu02 tbody tr:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.table-menu02 tbody th {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.table-menu02 tbody th:empty {
  border-top: none;
  background: rgba(100, 211, 191, 0.1);
}
.table-menu02 tbody th + th {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.table-schedule {
  width: 100%;
}
.table-schedule thead {
  background: #64d3bf;
}
.table-schedule tbody {
  color: #000;
}
.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-schedule td,
.table-schedule th {
  border: 1px solid #64d3bf;
  padding: 0.7em 0.2em;
  text-align: center;
}
@media (max-width: 410px) {
  .table-schedule td,
  .table-schedule th {
    font-size: 3.9024390244vw;
  }
}
.table-schedule thead th {
  background: #64d3bf;
  color: #fff;
  border-bottom: 0;
}
.table-schedule thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.table-schedule thead th:first-child {
  border-left: 0;
}
.table-schedule thead th:not(:first-child) {
  border-bottom: 0;
}
.table-schedule thead td:not(:first-child) {
  border-left: 0;
}
.table-schedule tbody th {
  background: rgba(100, 211, 191, 0.15);
}
.table-schedule tbody th:not(:first-child) {
  border-left: 0;
}
.table-schedule tbody th + td {
  border-left: 0;
}
.table-schedule tbody tr:not(:first-child) > th {
  border-top: 0;
}
.table-schedule tbody tr:not(:first-child) > td {
  border-top: 0;
}
.table-schedule td {
  background: #fff;
}
.table-schedule td:not(:first-child) {
  border-left: 0;
}

.table-summary {
  width: 100%;
}
@media (max-width: 767px) {
  .table-summary {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  .table-summary thead,
  .table-summary tbody {
    display: block;
  }
}
.table-summary tr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .table-summary tr {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    padding: 0.8em;
    display: block;
  }
}
.table-summary td,
.table-summary th {
  padding: 0.7em 0.5em;
  text-align: left;
}
@media (max-width: 767px) {
  .table-summary td,
  .table-summary th {
    display: block;
    padding: 0;
  }
}
.table-summary th {
  width: 20%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .table-summary th {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}
@media (max-width: 1300px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}
h1:not(.title):not(.hdr-ttl) {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  position: relative;
  z-index: 0;
  margin: 0;
}
@media (max-width: 767px) {
  h1:not(.title):not(.hdr-ttl) {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
h1:not(.title):not(.hdr-ttl)::before {
  content: "";
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  margin: 0 0 0.8em 0;
  position: relative;
  word-wrap: break-word;
  position: relative;
  padding-bottom: 16px;
  letter-spacing: 0;
  line-height: 1.6428571429;
  text-align: center;
  z-index: 4;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

h3:not(.post_side_title) {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
  margin: 0 0 0.6em 0;
  padding-left: 12px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h3:not(.post_side_title) {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #000;
  margin: 0 0 0.4em 0;
  position: relative;
  word-wrap: break-word;
}
@media (max-width: 640px) {
  h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*==================================================
アコーディオンのためのcss
===================================*/
.qa {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.qa .qa-area {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  counter-reset: number 0;
}
.qa .qa-area li {
  border: 1px solid rgba(100, 211, 191, 0.2);
  border-radius: 4px;
}
.qa .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 20px 60px 20px calc(26px + 2.8em);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  min-height: 4.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .qa .title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.qa .title::after {
  content: "+";
  position: absolute;
  width: 1em;
  height: 1em;
  background: transparent;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  right: 20px;
  left: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: auto;
  display: inline-block;
  font-size: 1.5em;
  text-indent: 0.15em;
  line-height: 0.9em;
}
.qa .title:before {
  font-weight: bold;
  width: 2.6em;
  border-radius: 4px;
  height: 2.6em;
  font-size: 1em;
  position: static;
  display: inline-block;
  margin-right: 0.7em;
  line-height: 2.6em;
  color: #fff;
  text-indent: 0.55em;
  letter-spacing: 0.2em;
  counter-increment: number 1;
  content: "Q" counter(number);
  position: absolute;
  top: calc(20px + 0em);
  left: 20px;
  bottom: auto;
  margin: 0 auto;
}
.qa .title.close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.qa .box {
  display: none;
  /*はじめは非表示*/
  background: rgba(100, 211, 191, 0.1);
  margin: 0 20px 20px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}

.highlight_ttl > h2,
.highlight_ttl h3,
.highlight_ttl h4 {
  background: rgba(100, 211, 191, 0.1);
  padding: 1em;
}
.highlight_ttl > h2:before, .highlight_ttl > h2:after,
.highlight_ttl h3:before,
.highlight_ttl h3:after,
.highlight_ttl h4:before,
.highlight_ttl h4:after {
  content: none;
}

.step > div {
  border: 1px solid #64d3bf;
}
@media (min-width: 768px) {
  .step > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.step > div:not(:last-child) {
  position: relative;
  margin-bottom: 50px;
}
.step > div:not(:last-child):before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  top: calc(100% + 10px);
  border-top: 3px solid #64d3bf;
  border-right: 3px solid #64d3bf;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.step h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 !important;
  padding: 0 !important;
}
.step h3:before {
  content: none;
}
.step .col {
  padding: 1em 0.5em;
  margin-bottom: 0;
}
.step .col:first-child {
  background: #64d3bf;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

/* ===============================================
# TOPページNEWS
=============================================== */
.news-list {
  margin: 0;
}
@media (min-width: 640px) {
  .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.news-list dt,
.news-list dd {
  margin: 0;
  padding: 1.875em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 640px) {
  .news-list dt,
  .news-list dd {
    padding: 1em 0;
  }
}
.news-list dt:first-of-type,
.news-list dd:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 640px) {
  .news-list dt,
  .news-list dd {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
@media (min-width: 639px) {
  .news-list dt {
    width: 160px;
    padding-left: 1.25em;
    padding-right: 3em;
  }
}
@media (max-width: 640px) {
  .news-list dt {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  .news-list dd {
    width: calc(100% - 160px);
    padding-right: 1em;
  }
}
@media (max-width: 640px) {
  .news-list dd {
    padding-top: 0.5em;
  }
  .news-list dd:first-of-type {
    border-top: 0;
  }
}
.news-list dd > a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
.news-list dd > a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #64d3bf;
}

/* ===============================================
# archive
=============================================== */
.archive-list {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .archive-list {
    margin-bottom: 80px;
  }
}
.archive-list dl {
  margin-top: 0;
}
@media (min-width: 768px) {
  .archive-list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.archive-list dt,
.archive-list dd {
  padding: 1.8em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 15px;
}
@media (min-width: 768px) {
  .archive-list dt:first-of-type,
  .archive-list dd:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 640px) {
  .archive-list dt,
  .archive-list dd {
    padding: 1em 0;
  }
}
.archive-list dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .archive-list dt {
    width: 250px;
    padding-right: 15px;
  }
}
@media (max-width: 640px) {
  .archive-list dt {
    border-bottom: 0;
    padding-bottom: 0.6em;
  }
  .archive-list dt:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.archive-list dt time {
  color: rgba(0, 0, 0, 0.6);
}
.archive-list dt .category_name {
  background: #64d3bf;
  color: #fff;
  text-align: center;
  padding: 2px 5px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  font-size: 14px;
  font-weight: normal;
  min-width: 120px;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1px;
}
@media (max-width: 640px) {
  .archive-list dt .category_name {
    font-size: 13px;
    min-width: 100px;
  }
}
.archive-list dd {
  margin: 0;
}
@media (min-width: 768px) {
  .archive-list dd {
    width: calc(100% - 250px);
  }
}
@media (max-width: 640px) {
  .archive-list dd {
    border-top: 0;
    padding-top: 0;
  }
}
.archive-list .one_content {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.archive-list .one_content:hover {
  color: #64d3bf;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* ===============================================
# single
=============================================== */
.single-wrap {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .single-wrap {
    margin-bottom: 80px;
  }
}
.single-wrap .date {
  margin-bottom: 20px;
}
.single-wrap .post-area {
  background: rgba(100, 211, 191, 0.1);
  padding: 60px 6%;
}
@media (max-width: 640px) {
  .single-wrap .post-area {
    padding: 30px 6%;
  }
}

.pager {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.pager .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pager .nav-links > * {
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(100, 211, 191, 0.1);
  color: #64d3bf;
  border: 1px solid #64d3bf;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #64d3bf;
  color: #fff;
}
.pager .nav-links > *.prev {
  position: relative;
}
.pager .nav-links > *.prev:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #64d3bf;
  border-right: 1px solid #64d3bf;
  -webkit-transform: translateX(-50%) rotate(222deg);
          transform: translateX(-50%) rotate(222deg);
}
.pager .nav-links > *.next {
  position: relative;
}
.pager .nav-links > *.next:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #64d3bf;
  border-right: 1px solid #64d3bf;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.single-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
  padding: 0;
}
.single-navigation li {
  list-style: none;
  line-height: 1.6;
}
.single-navigation li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.single-navigation li a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #64d3bf;
}
.single-navigation li.previous a {
  padding-left: 1.125em;
}
.single-navigation li.previous a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #64d3bf;
  border-left: 1px solid #64d3bf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.single-navigation li.next a {
  padding-right: 1.125em;
  text-align: right;
}
.single-navigation li.next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0.25em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #64d3bf;
  border-left: 1px solid #64d3bf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(-45deg) scaleX(-1);
          transform: translateY(-50%) rotate(-45deg) scaleX(-1);
}

/* ===============================================
# サイドバー
=============================================== */
@media (min-width: 768px) {
  .post_sidebar {
    padding-left: 3rem;
  }
}
.post_sidebar .side_content:not(:last-child) {
  margin-bottom: 35px;
}
.post_sidebar .post_side_title {
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: solid 1px #64d3bf;
  padding-bottom: 0.5em;
}
.post_sidebar .post_side_list {
  padding: 0;
  margin: 0;
}
.post_sidebar .post_side_list > li {
  padding-left: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-size: 1.5rem;
}
.post_sidebar .post_side_list > li > a {
  padding: 0.9em 0.5em;
}
.post_sidebar .post_side_list > li > ul {
  padding: 0;
  margin: 0;
  margin-top: -0.5em;
}
.post_sidebar .post_side_list > li > ul li {
  padding-left: 0.5em;
}
.post_sidebar .post_side_list > li > ul li a {
  padding: 0.2em 0.5em 0.2em 0.8em;
  position: relative;
}
.post_sidebar .post_side_list > li > ul li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #64d3bf;
  position: absolute;
  top: 0.9em;
  bottom: auto;
  left: 0;
  right: auto;
  border-radius: 50%;
}
.post_sidebar .post_side_list > li > ul li:last-child a {
  padding-bottom: 0.9em;
}
.post_sidebar .post_side_list li {
  list-style: none;
  position: relative;
  line-height: 1.5;
}
.post_sidebar .post_side_list a {
  text-decoration: none;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.post_sidebar .post_side_list a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #64d3bf;
}
.post_sidebar .archive-dropdown {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  color: #000;
  border: solid 1px #000;
  margin-top: 0.8em;
  padding: 0.5em 2.5em 0.5em 0.6em;
  font-size: 15px;
  font-size: 1.5rem;
}

body {
  background: #fff;
}

/* ===============================================
# 下層コンテンツ幅
=============================================== */
body:not(.home) main > .column_1 > .container {
  max-width: none;
  padding: 0;
}
body:not(.home) main > .column_1 .column_main .container {
  max-width: 1040px;
  padding: 0 20px;
}
@media (max-width: 640px) {
  body:not(.home) main > .column_1 .column_main .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
body:not(.home) main > .column_2 > .container {
  max-width: 1040px;
  padding: 0 20px;
}
@media (max-width: 640px) {
  body:not(.home) main > .column_2 > .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
body:not(.home) main > .column_2 .column_main .container {
  max-width: none;
  padding: 0;
}
body:not(.home) main > section.post_page .post_container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 640px) {
  body:not(.home) main > section.post_page .post_container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

/* ===============================================
# 下層余白
=============================================== */
.column_main > section {
  margin-bottom: 120px;
}
@media (max-width: 640px) {
  .column_main > section {
    margin-bottom: 70px;
  }
}
.column_main > section:last-child {
  margin-bottom: 180px;
}
@media (max-width: 640px) {
  .column_main > section:last-child {
    margin-bottom: 120px;
  }
}

@media (max-width: 640px) {
  .column_2 .column_main > section {
    margin-bottom: 0;
  }
}
.column_2 .column_sub {
  margin-bottom: 180px;
}
@media (max-width: 640px) {
  .column_2 .column_sub {
    margin-bottom: 120px;
  }
}
@media (max-width: 640px) {
  .column_2 .column_main.col:not(:last-child) {
    margin-bottom: 60px;
  }
}

.row:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .row:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (max-width: 640px) {
  .col:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* ===============================================
# ぱんくずリスト
=============================================== */
.bread.post_bread .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 640px) {
  .bread.post_bread .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

.bread .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 640px) {
  .bread .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
.bread ul {
  list-style: none;
  padding-left: 0;
}
.bread ul > * {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
.bread ul > *:not(:last-child) {
  margin-right: 2em;
}
.bread ul > *:not(:last-child):before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.6em);
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bread a {
  text-decoration: none;
}

/* ===============================================
# サイトマップ
=============================================== */
.wsp-container {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 180px;
}
@media (max-width: 640px) {
  .wsp-container {
    margin: 0 auto 120px;
  }
}
@media (max-width: 640px) {
  .wsp-container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
.wsp-container h2 {
  display: none;
}
.wsp-container ul.wsp-pages-list,
.wsp-container ul.wsp-posts-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.wsp-container ul.wsp-pages-list ul,
.wsp-container ul.wsp-posts-list ul {
  padding-left: 0;
}
.wsp-container ul.wsp-pages-list li,
.wsp-container ul.wsp-posts-list li {
  padding: 1.1em 0.5em 1.1em 1em;
  list-style: none;
  margin: 0;
  line-height: 1.5;
}
.wsp-container ul.wsp-pages-list > li,
.wsp-container ul.wsp-posts-list > li {
  border-bottom: 1px solid #ccc;
}
.wsp-container ul.wsp-pages-list > li > ul,
.wsp-container ul.wsp-posts-list > li > ul {
  padding: 6px 0;
}
.wsp-container ul.wsp-pages-list > li > ul > li,
.wsp-container ul.wsp-posts-list > li > ul > li {
  padding: 0.25em 0.25em 0.25em 1em;
}
.wsp-container ul.wsp-pages-list > li > ul > li > a,
.wsp-container ul.wsp-posts-list > li > ul > li > a {
  font-size: calc(22 * 0.9px);
}
@media (max-width: 640px) {
  .wsp-container ul.wsp-pages-list > li > ul > li > a,
  .wsp-container ul.wsp-posts-list > li > ul > li > a {
    font-size: calc(16 * 0.9px);
  }
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul,
.wsp-container ul.wsp-posts-list > li > ul > li > ul {
  padding: 6px 0;
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul > li,
.wsp-container ul.wsp-posts-list > li > ul > li > ul > li {
  padding: 0.25em 0.25em 0.25em 1em;
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul > li > a,
.wsp-container ul.wsp-posts-list > li > ul > li > ul > li > a {
  font-size: calc(22 * 0.8px);
}
@media (max-width: 640px) {
  .wsp-container ul.wsp-pages-list > li > ul > li > ul > li > a,
  .wsp-container ul.wsp-posts-list > li > ul > li > ul > li > a {
    font-size: calc(16 * 0.8px);
  }
}
.wsp-container .wsp-pages-list {
  border-top: 1px solid #ccc;
}
.wsp-container .wsp-posts-list li ul {
  padding: 0 !important;
}
.wsp-container a {
  text-decoration: none;
  font-size: 22px;
  line-height: 1.5;
}
.wsp-container a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .wsp-container a {
    font-size: 16px;
  }
}
.wsp-container strong {
  font-weight: normal;
  display: block;
  line-height: 1.5;
  font-size: 22px;
}
@media (max-width: 640px) {
  .wsp-container strong {
    font-size: 16px;
  }
}
.wsp-container .wsp-post {
  display: none;
}
.wsp-container .wsp-category-title {
  font-size: 0;
  position: relative;
}

/* ===============================================
# お問い合わせフォーム  
=============================================== */
.contact_mb {
  margin-bottom: 180px;
}
@media (max-width: 640px) {
  .contact_mb {
    margin-bottom: 120px;
  }
}

.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: rgba(100, 211, 191, 0.1);
}
.inquiry fieldset .row {
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .inquiry fieldset .row {
    margin-bottom: 40px;
  }
}
.inquiry dl {
  margin: 0;
  padding: 0;
}
.inquiry dt {
  font-weight: bold;
}
.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}
.inquiry dt p {
  position: relative;
}
.inquiry dd {
  margin: 0;
  padding: 0;
}
.inquiry dd:last-child {
  padding-bottom: 0;
}
.inquiry dd p {
  padding-top: 0.5rem;
}
.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}
.inquiry input[type=text],
.inquiry input[type=url],
.inquiry input[type=email],
.inquiry input[type=tel],
.inquiry input[type=date],
.inquiry input[type=number],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 15px 20px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
}
.inquiry input[type=number] {
  width: 65px;
  text-align: center;
}
.inquiry input[type=file] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inquiry input.p-postal-code {
  width: 100px;
}
.inquiry input.p-region {
  width: 100px;
}
.inquiry input.p-locality {
  width: 150px;
}
.inquiry input.p-street-address {
  width: 100%;
}
.inquiry input.p-extended-address {
  width: 100%;
}
.inquiry input[type=file] {
  border: 0;
}
.inquiry .submit {
  display: block;
  overflow: hidden;
  margin: 1em auto;
  text-align: center;
}
.inquiry .submit .button,
.inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
  padding: 1em 1em;
  border-radius: 0;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  border: 1px solid #64d3bf;
  color: #fff;
  background: #64d3bf;
}
.inquiry .submit .button:hover,
.inquiry .submit .wpcf7-submit:hover {
  border: 1px solid #64d3bf;
  color: #64d3bf;
  background: #fff;
}
.inquiry .submit .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.inquiry .required {
  color: #fff;
  background-color: #64d3bf;
  padding: 1px 6px;
  font-size: 12px;
  margin-top: 0.3rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .inquiry {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding-top: 25px;
  }
  .inquiry dd {
    padding: 15px 0;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input,
  .inquiry textarea {
    border: solid 1px #ccc;
  }
  .inquiry select {
    border: 1px solid #ccc;
  }
  .inquiry input[type=text],
  .inquiry input[type=url],
  .inquiry input[type=email],
  .inquiry input[type=tel],
  .inquiry input[type=date],
  .inquiry input[type=text],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type=number] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
    resize: vertical;
  }
  .inquiry .submit {
    margin: 20px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}
input.wide_area,
select.wide_area {
  width: 100% !important;
}

.wpcf7-response-output {
  text-align: center;
}
@media (min-width: 768px) {
  .wpcf7-response-output {
    margin: 30px auto 0 !important;
    max-width: 1040px;
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .wpcf7-response-output {
    padding: 0 4.5%;
    margin: 20px 4.5% 0 !important;
    max-width: 100%;
  }
}

.contact-policy {
  padding: 24px 30px 30px;
  border: solid 6px rgba(100, 211, 191, 0.1);
  margin-top: 20px;
}
@media (max-width: 640px) {
  .contact-policy {
    padding: 20px 6%;
  }
}
.contact-policy .contact-policy-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5em;
}
.contact-policy .contact-policy-outLink {
  position: relative;
  display: inline-block;
  padding-right: 1.375em;
  margin-right: 0.375em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: underline;
  color: #64d3bf;
  font-weight: 500;
}
.contact-policy .contact-policy-outLink:hover {
  text-decoration: none;
}
.contact-policy .contact-policy-outLink::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background: #64d3bf;
  -webkit-mask-image: url(../img/contact_outlink.svg);
          mask-image: url(../img/contact_outlink.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left center;
          mask-position: left center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ===============================================
# 初期クラス
=============================================== */
.map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
@media (min-width: 768px) {
  .map_container {
    padding-top: 50%;
  }
}
.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.highlight {
  background: rgba(100, 211, 191, 0.1);
  padding: 4%;
}
@media (max-width: 640px) {
  .highlight {
    padding: 30px 4%;
  }
}

/* ===============================================
# 各下層調整
=============================================== */
.u_number_list02 {
  counter-reset: number;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
}
.u_number_list02 li {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  margin-right: 2%;
  padding-bottom: 1em;
  width: 100%;
  gap: 10px;
}
@media (max-width: 640px) {
  .u_number_list02 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.u_number_list02 li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.u_number_list02 li .num_title {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 640px) {
  .u_number_list02 li .num_title {
    text-align: center;
  }
}
.u_number_list02 li:last-child {
  margin-bottom: 0;
}
.u_number_list02 li::before {
  background-color: #64d3bf;
  border-radius: 50%;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  font-weight: bold;
  height: 1.8em;
  line-height: 1.8em;
  margin-right: 0.2em;
  padding: 3px;
  text-align: center;
  width: 1.8em;
}
@media (min-width: 768px) {
  .u_number_list02 li::before {
    width: 50px;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
  }
}
@media (max-width: 640px) {
  .u_number_list02 li::before {
    margin-inline: auto;
  }
}

/* ===============================================
  # メリット・デメリット
  =============================================== */
@media (min-width: 768px) {
  .udr_mm_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .udr_mm_wrap > * {
    width: calc((100% - 1.0416666667vw) / 2 - 1px);
  }
}
@media (max-width: 640px) {
  .udr_mm_wrap > *:not(:last-child) {
    margin-bottom: 30px;
  }
}

.udr_mm {
  background-color: rgba(100, 211, 191, 0.1);
}
.udr_mm .mm_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #64d3bf;
  color: #fff;
  font-weight: 600;
}
.udr_mm ul {
  list-style-type: disc;
  margin: 0;
  padding: 1em 1em 1em 2.5em;
}
.udr_mm ul li {
  padding: 0.3em 0.3em 0.3em 0;
}
@media (max-width: 640px) {
  .udr_mm ul li {
    font-size: 1.4rem;
  }
}
.udr_mm ul li::marker {
  color: #64d3bf;
  font-size: 1.1em;
}

.udr_mm_not {
  background-color: rgba(0, 0, 0, 0.1);
}
.udr_mm_not .mm_ttl {
  background-color: #000;
}
.udr_mm_not ul li {
  color: #000;
}
.udr_mm_not ul li::marker {
  color: #000;
}

/*----------------------------------------
下層共通
----------------------------------------*/
body {
  color: #3e3a3a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.bread i {
  margin-right: 5px;
}
.bread .fa {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media (max-width: 640px) {
  .pc_inline {
    display: none;
  }
}

body:not(.home) {
  color: #3e3a3a;
}
body:not(.home) li {
  list-style: none;
}
body:not(.home) .box1 {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 0 1%;
}
@media (max-width: 640px) {
  body:not(.home) .box1 {
    width: auto;
    margin: 0 6% 80px;
  }
}
body:not(.home) .mainvisual {
  background-image: url(/wp/wp-content/uploads/mainvisual_slide05.jpg);
  background-position: center top 35%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 240px;
  position: relative;
  margin-bottom: 70px;
}
body:not(.home) .mainvisual .txt-wrraper {
  padding: 81.3045px 0;
}
body:not(.home) .mainvisual .txt-wrraper .page-slug {
  text-align: center;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
body:not(.home) .mainvisual .txt-wrraper .page-slug::before {
  content: "-";
}
body:not(.home) .mainvisual .txt-wrraper .page-slug::after {
  content: "-";
}

/*----------------------------------------
院長紹介
----------------------------------------*/
.page_doctor .top_doctor_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_doctor .top_doctor_flex .text {
  position: relative;
  padding-top: 38px;
  width: 680px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.15;
  font-family: "Noto Sans JP", sans-serif;
}
.page_doctor .top_doctor_flex .text .doctor_comment > p {
  font-size: 2.4rem;
  color: #45cdba;
  margin-bottom: 1em;
}
@media (max-width: 640px) {
  .page_doctor .top_doctor_flex .text .doctor_comment > p {
    font-size: 1.8rem;
  }
}
@media (max-width: 640px) {
  .page_doctor .top_doctor_flex .text {
    padding-top: 0;
    width: auto;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .page_doctor .top_doctor_flex .top_doctor_flex_right .top_doctor_name {
    text-align: center;
  }
}
.page_doctor .top_doctor_flex .top_doctor_flex_right .top_doctor_name dd:nth-child(2) {
  font-size: 19px;
  font-weight: bold;
  color: #fdc44a;
  padding-left: 146px;
  padding-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 640px) {
  .page_doctor .top_doctor_flex .top_doctor_flex_right .top_doctor_name dd:nth-child(2) {
    font-size: 18px;
    padding: 0;
    margin-top: 10px;
  }
}
.page_doctor .top_doctor_flex .top_doctor_flex_right .doctor_carr_sec1 {
  width: 92%;
  margin: 40px auto 0;
  background-color: #f0f1d9;
}
.page_doctor .top_doctor_flex .top_doctor_flex_right .doctor_carr_sec1 h3.tit01 {
  margin-bottom: 0;
  padding: 14px;
  background-color: #45cdba;
  font-size: 18px;
  color: #fff;
}
.page_doctor .top_doctor_flex .top_doctor_flex_right .doctor_carr_sec1 ul {
  padding: 20px 30px;
  font-size: 14px;
}

/*----------------------------------------
当院の特徴
----------------------------------------*/
.page_faeture #front_sec_commit {
  margin-top: 0;
}
.page_faeture .inner {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 40px;
}
@media (max-width: 640px) {
  .page_faeture .inner p {
    text-align: left;
  }
}
.page_faeture .inner:nth-child(1) {
  margin-bottom: 40px;
}
.page_faeture .inner .commit_tit h3 {
  position: relative;
  font-size: 22px;
  color: #23b3c8;
  text-align: center;
  letter-spacing: 0.12em;
  padding-bottom: 11px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
}
@media (max-width: 640px) {
  .page_faeture .inner .commit_tit h3 {
    font-size: 19px;
  }
}
.page_faeture .inner .commit_tit h3::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(/wp/wp-content/uploads/title_green_green.png);
  background-size: cover;
  width: 22px;
  height: 27px;
  top: -9px;
}
@media (max-width: 640px) {
  .page_faeture .inner .commit_tit h3::after {
    width: 17.6px;
    height: 21.6px;
    top: 23px;
  }
}
.page_faeture .inner .animation_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 20px auto;
}
@media (max-width: 640px) {
  .page_faeture .inner .animation_list {
    padding: 0;
  }
}
.page_faeture .inner .animation_list li {
  width: 40%;
  margin: 0 auto 3%;
  list-style: none;
}
@media (max-width: 640px) {
  .page_faeture .inner .animation_list li {
    width: 88%;
    margin: 0 auto 6%;
  }
}
.page_faeture .inner .animation_list dd {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.page_faeture .inner .commit_cite {
  text-align: right;
}

/*----------------------------------------
医院紹介
----------------------------------------*/
.page_clinic .sec_02 .google_sv iframe {
  border: none;
  width: 100%;
  height: 550px;
}
@media (max-width: 640px) {
  .page_clinic .sec_02 .google_sv iframe {
    aspect-ratio: 4/3;
    height: 300px;
  }
}
.page_clinic .sec_03 .text {
  margin-bottom: 50px;
}
.page_clinic .sec_04 .about_clinic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page_clinic .sec_04 .about_clinic .clinic_info {
  width: 70%;
  font-size: 1.45rem;
  position: relative;
}
@media (max-width: 640px) {
  .page_clinic .sec_04 .about_clinic .clinic_info {
    width: 100%;
  }
}
.page_clinic .sec_04 .about_clinic .clinic_info ul {
  padding: 0;
}
.page_clinic .sec_04 .about_clinic .clinic_info ul li {
  padding: 8px 0;
  border-bottom: 1px solid #b9b9b9;
}
.page_clinic .sec_04 .about_clinic .clinic_info ul li:first-child {
  padding: 0 0 8px 0;
}
.page_clinic .sec_04 .about_clinic .clinic_info ul li:last-child {
  border-bottom: none;
}
.page_clinic .sec_04 .about_clinic .clinic_info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 640px) {
  .page_clinic .sec_04 .about_clinic .clinic_info dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.page_clinic .sec_04 .about_clinic .clinic_info dl dt {
  width: 25%;
  text-align: left;
  padding-left: 12px;
  color: #333;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: bold;
}
@media (max-width: 640px) {
  .page_clinic .sec_04 .about_clinic .clinic_info dl dt {
    width: 100%;
    padding-left: 0;
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
}
.page_clinic .sec_04 .about_clinic .clinic_info dl dd {
  width: 75%;
  text-align: left;
}
@media (max-width: 640px) {
  .page_clinic .sec_04 .about_clinic .clinic_info dl dd {
    width: 100%;
    font-size: 1.4rem;
  }
}
.page_clinic .sec_04 .about_clinic .clinic_img {
  width: 27%;
}
@media (max-width: 640px) {
  .page_clinic .sec_04 .about_clinic .clinic_img {
    width: 100%;
    height: auto;
  }
}

.slide-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  /* slide */
  /* slide-navigation */
}
.slide-box .slide {
  width: 82%;
  margin: 0 0 1rem 0;
  padding: 0;
}
.slide-box .slide .item {
  position: relative;
  height: 100%;
}
.slide-box .slide .item a {
  display: block;
}
.slide-box .slide .item p {
  position: absolute;
  bottom: 20px;
  left: 2%;
  padding: 0.5em 1em;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 640px) {
  .slide-box .slide {
    width: 100%;
  }
}
.slide-box .slide-navigation {
  position: relative;
  width: 13%;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.slide-box .slide-navigation .item {
  cursor: pointer;
}
.slide-box .slide-navigation .item .image {
  display: block;
  width: 96%;
  border: 5px solid #e0e0e0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .slide-box .slide-navigation {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1rem;
  }
  .slide-box .slide-navigation .item {
    width: calc((100% - 3rem) / 4);
  }
}
.slide-box .slide-navigation > * {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.slide-box .slide-navigation > *.is-current {
  opacity: 1;
}

/* slick */
.slick-vertical .slick-slide {
  border: none;
}

/*----------------------------------------
アクセス
----------------------------------------*/
.page-access .access_map {
  padding: 0;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 640px) {
  .page-access .access_map {
    margin-bottom: 20px;
  }
}
.page-access .access_map li {
  width: calc(50% - 20px);
  padding-bottom: 20px;
}
@media (max-width: 640px) {
  .page-access .access_map li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-access .access_map li img {
  width: 100%;
  border: 1px solid #f59cd6;
}
.page-access .access_map li iframe {
  border: none;
  width: 100%;
  height: 310px;
}
.page-access .btn02 {
  text-align: center;
  margin-bottom: 50px;
}
.page-access .btn02 .fa-clone:before {
  content: "\f24d";
}
.page-access .access_info {
  border: 2px solid #45cdba;
  padding: 25px 30px;
  width: 60%;
  margin: 0 auto 40px;
}
@media (max-width: 640px) {
  .page-access .access_info {
    padding: 6%;
    width: 100%;
    font-size: 14px;
  }
}
.page-access .access_info .access_bus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 640px) {
  .page-access .access_info .access_bus {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.page-access .access_info .access_bus dt {
  padding-left: 0;
  margin-bottom: 0px;
  margin-right: 30px;
  font-size: 17px;
  font-weight: bold;
}
@media (max-width: 640px) {
  .page-access .access_info .access_bus dt {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
}
.page-access .access_info .access_bus dd {
  font-size: 14.5px;
}

/*----------------------------------------
スタッフ募集
----------------------------------------*/
.page_recruit .section-detail {
  text-align: center;
}
.page_recruit .section-detail .title {
  padding-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #3e3a3a;
  letter-spacing: 0.05em;
}
.page_recruit .section-detail .recruit-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 640px) {
  .page_recruit .section-detail .recruit-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.page_recruit .section-detail .recruit-box .button019 a {
  background: #6bb6ff;
  border: 1px solid #fff;
  border-radius: 3px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 400px;
  padding: 16px 25px;
  font-size: 2rem;
  color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 700;
}
@media (max-width: 640px) {
  .page_recruit .section-detail .recruit-box .button019 a {
    width: 360px;
  }
}
.page_recruit .section-detail .recruit-box .button019 a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 9px;
  height: 9px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.page_recruit .section-detail .recruit-box .button019 a:hover {
  background: #ffffff;
  border: 1px solid #6bb6ff;
  color: #6bb6ff;
}

/*----------------------------------------
診療案内項目
----------------------------------------*/
@media (max-width: 640px) {
  .col img {
    margin: 0 auto;
    display: block;
  }
}

ol,
ul {
  padding: 0;
}

#contents_right {
  max-width: 1200px;
  font-size: 16px;
  line-height: 1.6;
}
#contents_right .right_medical p {
  text-align: left;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #45cdba;
}
#contents_right .right_medical ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#contents_right .right_medical ul li {
  width: calc(20% - 2px);
  margin-bottom: 2px;
}
@media (max-width: 640px) {
  #contents_right .right_medical ul li {
    width: 100%;
    margin-bottom: 8px;
  }
}
#contents_right .right_medical ul li:nth-child(2) a span, #contents_right .right_medical ul li:nth-child(4) a span, #contents_right .right_medical ul li:nth-child(7) a span, #contents_right .right_medical ul li:nth-child(9) a span {
  background-color: #4fc2d3;
}
#contents_right .right_medical ul li a {
  padding: 12px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: bold;
  border: 1px solid #45cdba;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#contents_right .right_medical ul li a:hover {
  background-color: #d8ffed;
  color: #45cdba;
}
#contents_right .right_medical ul li a:hover span {
  background-color: #fff;
}
#contents_right .right_medical ul li a span {
  display: inline-block;
  text-decoration: none;
  margin-right: 3%;
  width: 45px;
  height: 45px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #45cdba;
}
#contents_right .right_medical ul li a span img {
  width: 36px;
  height: 36px;
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.row_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 640px) {
  .row_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex {
  border: 1px solid #23b3c8;
  min-height: 382px;
}
.flex span {
  display: block;
  line-height: 1;
  margin: 0 8px;
  font-family: "Changa", sans-serif;
  font-weight: 400;
  font-size: 38px;
  color: #45cdba;
  text-align: center;
}
.flex p:first-child {
  padding: 3%;
  background-color: #d8ffed;
  width: 100%;
  text-align: center;
  margin: 0;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
}
.flex p:last-child {
  padding: 5%;
  margin: 0;
}
.flex .card_ttl {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  margin-top: 0.5em;
  text-align: center;
}
.flex img {
  margin-top: 1rem;
  width: 90%;
}

.card .flex {
  border-right: 1px solid #f59cd6;
  border-bottom: 1px solid #f59cd6;
  border-left: 1px solid #4fc2d3;
  border-top: 1px solid #4fc2d3;
}

@media (max-width: 640px) {
  .flexbox {
    gap: 20px;
  }
}
.flexbox .flex {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.list_price {
  margin-bottom: 40px;
}
.list_price > li {
  border-top: 1px solid #45cdba;
}
.list_price > li:first-child {
  border-top: none;
}
@media (max-width: 640px) {
  .list_price > li:last-child {
    border-bottom: 1px solid #45cdba;
  }
}
.list_price .list_price_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .list_price .list_price_content {
    padding-top: 3%;
    padding-bottom: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}
.list_price .list_price_content > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.list_price .price_img {
  width: 35%;
  padding: 2% 0;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media (max-width: 640px) {
  .list_price .price_img {
    width: 100%;
  }
}
.list_price .price_img img {
  width: 200px;
  margin-bottom: 20px;
}
.list_price .price_img h4 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 8px;
  text-align: center;
  margin-right: auto;
  width: 100%;
}
.list_price .price_img h4 span {
  display: block;
}
.list_price .price_img.only_text {
  width: 30%;
  text-align: left;
}
@media (max-width: 640px) {
  .list_price .price_img.only_text {
    width: 100%;
  }
}
.list_price .price_img.only_text h4 {
  padding: 0 0 0 2%;
}
@media (max-width: 640px) {
  .list_price .price_img.only_text h4 {
    font-size: 1.8rem;
  }
}
.list_price .price_ttl {
  text-align: left;
  width: 42%;
  padding: 2% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 640px) {
  .list_price .price_ttl {
    width: 100%;
  }
}
.list_price .price_ttl h5,
.list_price .price_ttl h4 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: bold;
  font-size: 17px;
  width: 100%;
  margin-bottom: 16px;
  padding: 0;
}
@media (max-width: 640px) {
  .list_price .price_ttl h5,
  .list_price .price_ttl h4 {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 8px;
  }
}
.list_price .price_ttl p {
  font-size: 1.4rem;
}
@media (max-width: 640px) {
  .list_price .price_ttl p {
    margin: 0;
    margin-bottom: 14px;
  }
}
.list_price .price_ttl .price_ttl_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1em;
  padding: 0;
}
.list_price .price_ttl .price_ttl_li li {
  width: 100%;
  position: relative;
  padding-left: 1.6rem;
  font-size: 14px;
}
.list_price .price_ttl .price_ttl_li li::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 4px;
  width: 2px;
  height: 2px;
  background-color: #45cdba;
  border: 1px solid #45cdba;
  border-radius: 100%;
  content: "";
}
.list_price .price_yen {
  font-size: 18px;
  color: #f59cd6;
  width: 22%;
  padding-left: 12px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 640px) {
  .list_price .price_yen {
    width: 100%;
    color: #000;
    font-size: 16px;
    padding-left: 0;
    background-color: #D8FFED;
    padding-top: 3%;
    padding-bottom: 3%;
  }
}
.list_price .price_yen .price_double {
  padding-left: 0;
}
.list_price .price_yen li {
  margin-bottom: 1em;
  text-align: left;
}
@media (max-width: 640px) {
  .list_price .price_yen li {
    margin-bottom: 0.3em;
  }
}
.list_price .price_yen span {
  color: #000;
  display: block;
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 640px) {
  .list_price .price_yen span {
    display: inline;
    padding-right: 8px;
  }
}

.price_info {
  text-align: right;
  font-size: 14px;
}

.care .flex {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

.page_Periodontaldisease .medical_flow {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 640px) {
  .page_Periodontaldisease .medical_flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.page_Periodontaldisease .medical_flow .flex {
  border-right: 1px solid #faae0b;
  border-bottom: 1px solid #faae0b;
  border-left: 1px solid #45cdba;
  border-top: 1px solid #45cdba;
  position: relative;
  width: 23%;
}
@media (max-width: 640px) {
  .page_Periodontaldisease .medical_flow .flex {
    width: 100%;
  }
}
.page_Periodontaldisease .medical_flow .flex::after {
  content: "";
  position: absolute;
  right: -7%;
  top: calc(50% - 15px);
  width: 15px;
  height: 15px;
  border-top: 1px solid #f59cd6;
  border-right: 1px solid #f59cd6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 640px) {
  .page_Periodontaldisease .medical_flow .flex::after {
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -7%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.page_Periodontaldisease .medical_flow .flex:last-child::after {
  content: none;
}
.page_Periodontaldisease .medical_flow .flex img {
  padding: 1.5rem 0 3%;
  background-color: #fff;
  text-align: center;
  width: 80%;
}
.page_Periodontaldisease .medical_flow .flex h4 {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .page_Periodontaldisease .medical_flow .flex h4 {
    font-size: 1.7rem;
  }
}
@media (max-width: 640px) {
  .page_Periodontaldisease .table_price tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 3% 0;
  }
}
.page_Periodontaldisease .table_price tr:first-child {
  border-bottom: 1px solid #45cdba;
}
.page_Periodontaldisease .table_price tr th {
  width: 30%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 8px;
  text-align: center;
  margin-right: auto;
}
@media (max-width: 640px) {
  .page_Periodontaldisease .table_price tr th {
    width: 100%;
    padding: 0 0 2% 0;
  }
}
.page_Periodontaldisease .table_price tr td {
  padding: 2% 0;
  width: 42%;
}
@media (max-width: 640px) {
  .page_Periodontaldisease .table_price tr td {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.page_Periodontaldisease .table_price tr td:last-child {
  text-align: center;
  color: #f59cd6;
}
@media (max-width: 767px) {
  .page_Periodontaldisease .table_price tr td:last-child {
    background: #D8FFED;
    color: #3e3a3a;
  }
}
.page_Periodontaldisease .price_info {
  text-align: right;
}

.page_preventivedentistry .flex {
  display: block;
}
.page_preventivedentistry .flex > *:not(:first-child) {
  padding: 0 5%;
}
.page_preventivedentistry .flex h5 {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: 1px solid #d8ffed;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
}
.page_preventivedentistry .flex ul {
  margin-bottom: 30px;
}
.page_preventivedentistry .flex ul li {
  text-align: left;
  padding-left: 1rem;
  position: relative;
}
.page_preventivedentistry .flex ul li::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #45cdba;
  border: 1px solid #45cdba;
  border-radius: 100%;
  content: "";
}

.table_style01 {
  border-right: 1px solid #faae0b;
  border-bottom: 1px solid #faae0b;
  border-left: 1px solid #64d3bf;
  border-top: 1px solid #64d3bf;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .table_style01 tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.table_style01 th {
  border: none;
  width: 25%;
  padding: 2%;
}
@media (max-width: 640px) {
  .table_style01 th {
    width: 100%;
  }
}
.table_style01 th img {
  padding-bottom: 10px;
}
.table_style01 td {
  border: none;
  padding: 1% 3%;
}
.table_style01 td:nth-child(2) {
  width: 36.5%;
}
@media (max-width: 640px) {
  .table_style01 td:nth-child(2) {
    width: 100%;
    padding: 5% 6% 2%;
  }
}
.table_style01 td:nth-child(3) {
  width: 38.5%;
  border-left: 1px solid #fddf56;
}
@media (max-width: 640px) {
  .table_style01 td:nth-child(3) {
    width: 100%;
    padding: 5% 6%;
  }
}
.table_style01 td ul li {
  position: relative;
  padding-left: 0.9375em;
}
.table_style01 td ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #faae0b;
  position: absolute;
  top: 0.73em;
  bottom: auto;
  left: 0;
  right: auto;
  border-radius: 50%;
}

.page_Orthodontic .text {
  margin-bottom: 1.6rem;
}
.page_Orthodontic .card img {
  padding: 3%;
}
.page_Orthodontic .mh123 p:first-child {
  min-height: 123px;
}

.clear_height p:first-child {
  min-height: 0;
}

.page_Maternity-dentistry .flex span {
  font-size: 18px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: bold;
  padding-top: 8px;
}

.qa1 dl {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #b9b9b9;
}
.qa1 dl:last-child {
  border-bottom: none;
}
.qa1 dl dt {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
  font-weight: bold;
}
.qa1 dl dt::before {
  position: absolute;
  top: -2px;
  left: 0;
  margin-right: 7px;
  line-height: 1;
  font-family: "Changa", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #45cdba;
  content: "Q.";
}
.qa1 dl dd {
  position: relative;
  padding-left: 40px;
}
.qa1 dl dd::before {
  position: absolute;
  top: -2px;
  left: 0;
  margin-right: 7px;
  line-height: 1;
  font-family: "Changa", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #faae0b;
  content: "A.";
}

.layout03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.layout03 dl {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 1%;
  border-right: 1px solid #f59cd6;
  border-bottom: 1px solid #f59cd6;
  border-left: 1px solid #4fc2d3;
  border-top: 1px solid #4fc2d3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout03 dt {
  width: 100%;
  min-height: 0%;
  padding: 3%;
  background-color: #fff;
  text-align: center;
}
.layout03 dt img {
  width: 90%;
  padding-bottom: 0;
}
.layout03 dd {
  width: 100%;
  padding: 0 3%;
  text-align: center;
}
.layout03 dd h4,
.layout03 dd h5 {
  color: #000;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout03 dd h4 em,
.layout03 dd h5 em {
  margin-right: 10px;
  color: #45cdba;
  font-family: "Changa", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
}
.layout03 dd p {
  text-align: left;
}
.layout03.col1 dl {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .layout03.col1 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.layout03.col1 dt {
  width: 41%;
  padding: 0 0 0 0;
}
@media (max-width: 640px) {
  .layout03.col1 dt {
    width: 100%;
  }
}
.layout03.col1 dd {
  text-align: left;
}
@media (max-width: 640px) {
  .layout03.col1 dd {
    padding-bottom: 5%;
  }
}
.layout03.col1 dd h5 {
  margin-bottom: 18px;
}

@media (max-width: 640px) {
  .page_dental_menu_for_adult .col img {
    margin: 0 auto;
    display: block;
  }
}
.page_dental_menu_for_adult .btn02 a {
  font-weight: bold;
  background-color: #45cdba;
  border-color: #fff;
  color: #fff;
}
@media (max-width: 640px) {
  .page_dental_menu_for_adult .btn02 a {
    padding: 1rem;
    width: 100%;
    max-width: 330px;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
}
.page_dental_menu_for_adult .btn02 a:hover {
  background-color: #fff;
  color: #45cdba;
  border-color: #45cdba;
}

body {
  min-width: 1200px;
}
@media (max-width: 640px) {
  body {
    min-width: initial;
  }
}

.home main .container {
  max-width: calc(1200px + 12%);
  padding: 0 6%;
}

/*----------------------------------------
ttl
----------------------------------------*/
.green {
  color: #45cdba;
}

.pink {
  color: #f59cd6;
}

.orange {
  color: #ffa32c;
}

.yellow {
  color: #febf00;
}

.brown {
  color: #dab07f;
}

.blue {
  color: #6db8e8;
}

.parple {
  color: #c486eb;
}

h2.tit02 {
  position: relative;
  margin-bottom: 30px;
  padding: 14px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  color: #1f2774;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

h2.tit05 {
  display: block;
  position: relative;
  margin: 30px 22px 0 0;
  padding-bottom: 6px;
  letter-spacing: 0.1em;
  color: #b9b9b9;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-family: "Changa", sans-serif;
  font-weight: 400;
  z-index: 2;
}
h2.tit05 span.green {
  color: #45cdba;
}
h2.tit05 span.pink {
  color: #f59cd6;
}
@media (max-width: 640px) {
  h2.tit05 {
    margin: 24px 17px 0 0;
    padding-bottom: 6px;
    font-size: 34px;
  }
}

h2.tit05::before {
  top: -10px;
  display: inline-block;
  margin-right: 3px;
  background-image: url(/wp/wp-content/uploads/title_pink_green.png);
  width: 22px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  content: "";
  vertical-align: text-top;
}

/* 中央寄せ */
h3.tit01 {
  position: relative;
  margin-bottom: 7px;
  padding: 14px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  color: #3e3a3a;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
}

/* アイコンの余白 */
h3.tit01 i {
  margin-right: 7px;
}

h3.tit01 span {
  display: block;
  position: relative;
  letter-spacing: 2.5px;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  font-family: "Changa", sans-serif;
}

h3.tit01 span::before {
  position: absolute;
  content: "";
  background: url("../images/title_white.png") no-repeat;
  background-size: contain;
  width: 25px;
  height: 12px;
  left: 41px;
}

h3.tit01 span em {
  color: #45cdba;
}

/*下線 */
h3.tit02 {
  color: #3e3a3a;
  position: relative;
  margin-bottom: 30px;
  padding: 14px 0;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: bold;
  border-bottom: solid 3px #faae0b;
}
@media (max-width: 640px) {
  h3.tit02 {
    font-size: 2rem;
  }
}

h3.tit02::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #fddf56;
  bottom: -3px;
  width: 18%;
}

h2.tit03 {
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 1;
  background-color: #faae0b;
  text-align: center;
  color: #fff;
  padding: 10px 40px;
  width: 46.5%;
  margin: 0 auto;
}

span.size_50 {
  font-size: 50px;
}

span.size_40 {
  font-size: 40px;
}

h2.tit03::after {
  position: absolute;
  content: "";
  background: url("/wp/wp-content/uploads/title_arrow_yellow.png") no-repeat;
  width: 30px;
  height: 51px;
  background-size: contain;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
}

h3.tit04 {
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  color: #666666;
  margin: 0 auto;
  z-index: 2;
  width: 51%;
  font-family: "DSきりぎりす", sans-serif;
}

h3.tit04::before {
  position: absolute;
  content: "";
  background-color: #fddf56;
  height: 20px;
  width: 100%;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media (max-width: 640px) {
  h3.tit04::before {
    content: none;
  }
}

h3.tit05 {
  position: relative;
  margin-bottom: 30px;
  padding: 0;
  letter-spacing: 0.15em;
  color: #555555;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 640px) {
  h3.tit05 {
    margin-bottom: 24px;
    font-size: 18px;
  }
}

h3.tit05::after {
  position: absolute;
  top: -9px;
  display: inline-block;
  background-image: url(/wp/wp-content/uploads/title_gray_orange.png);
  width: 22px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  content: "";
  vertical-align: text-top;
}

h4 {
  position: relative;
  margin-bottom: 18px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: bold;
  text-align: left;
}

h4.tit01 {
  color: #45cdba;
  font-size: 19.5px;
}

h4.tit01 i {
  margin-right: 7px;
}

h4.tit01 span {
  display: inline-block;
  position: relative;
  letter-spacing: 2.5px;
  color: #c0ab9a;
  font-size: 14.5px;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
}

h4.tit01 span::before {
  margin-left: 15px;
  margin-right: 15px;
  content: "/";
}

h4.tit02 {
  color: #000;
  background-color: #d8ffed;
  font-size: 17px;
  padding: 8px 16px;
  border-bottom: 1px dashed #b9b9b9;
}

h5.tit01 {
  position: relative;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
  color: #1f2774;
  font-size: 16px;
  font-weight: bold;
}

/*----------------------------------------
共通
----------------------------------------*/
html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 100px; /* ヘッダーの高さ分 */
}

p {
  font-weight: 400;
}

@media (max-width: 640px) {
  .sp-none {
    display: none !important;
  }
}

.schedule table {
  width: 100%;
  margin-bottom: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background-color: #45cdba;
}
.schedule table th {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 3% 1%;
  width: 35%;
}
.schedule table td {
  line-height: 1;
  padding: 3% 1%;
}
@media (max-width: 640px) {
  .schedule table td {
    font-size: 11px;
  }
}

a {
  text-decoration: none;
}

/*院長略歴*/
.list01 {
  margin: 0 0 15px;
  padding: 0;
  border-width: 0 1px 1px;
}

.list01 li {
  margin-bottom: 8px;
}

.list01 dt {
  margin: 0;
  padding: 14px 3px 0px;
}

.list01 dd {
  margin: -38px 0 0;
  padding: 12px 4px 10px 100px;
  border-bottom: 1px dotted #acacac;
}

/*院長略歴　年月無し*/
.list02 {
  margin: 0 0 15px;
  border-width: 0 1px 1px;
}

.list02 li {
  margin: 0 0px 0px;
  padding: 6px 4px 6px 0;
  border-bottom: 1px dotted #ddd;
}

/*まる*/
.list03 li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}

.list03 li:last-child {
  margin-bottom: 0;
}

.list03 li:before {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #e0d0bf;
  border: 1px solid #e0d0bf;
  border-radius: 100%;
  content: "";
}

.list03 li i {
  margin-right: 8px;
}

/*さんかく*/
.list04 li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 22px;
  color: #223a70;
}

.list04 li:before {
  position: absolute;
  top: 0.5em;
  left: 7px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #4a577f;
  content: "";
}

/*やじるし*/
.list05 li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1;
  padding-left: 15px;
}

.list05 li:before {
  position: absolute;
  left: 0;
  top: 0.3em;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: transparent;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
}

/* まる & 背景 */
.list06 {
  padding: 35px 15px 25px 45px;
  background-color: #f0f1d9;
}

.list06:after {
  display: block;
  clear: both;
  content: "";
}

.list06 li {
  position: relative;
  float: left;
  margin-bottom: 15px;
  padding-left: 0.9em;
  padding-right: 5%;
}

.list06 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #dac58b;
  border: 1px solid #dac58b;
  border-radius: 100%;
}

/*まる & 枠 */
.list07 {
  border: 1px solid #45cdba;
  padding: 30px;
  font-size: 14.5px;
}

.list07 li {
  padding-left: 0.9em;
  margin-bottom: 10px;
  position: relative;
}

.list07 li:last-child {
  margin-bottom: 0;
}

.list07 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #45cdba;
  border: 1px solid #45cdba;
  border-radius: 100%;
}

.list07 li i {
  margin-right: 8px;
}

/*チェック*/
.symptoms__list {
  margin-bottom: 30px;
  padding: 35px 10px 20px 45px;
  background-color: #f0f1d9;
}
@media (max-width: 640px) {
  .symptoms__list {
    padding: 6%;
  }
}

.symptoms__list:after {
  display: block;
  clear: both;
  content: "";
}

.symptoms__list li {
  position: relative;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px;
  margin-left: 28px;
  border-bottom: 1px dotted #cdcdcd;
}

.symptoms__list li:before {
  display: block;
  position: absolute;
  top: 3px;
  left: -28px;
  width: 20px;
  height: 20px;
  background-image: url(/wp/wp-content/uploads/check.svg);
  background-repeat: no-repeat;
  background-position: left center;
  content: "";
}

/*ボタン ゴースト*/
.btn01 {
  position: relative;
  top: 10px;
  margin-bottom: 10px;
}

.btn01 a {
  display: inline-block;
  position: relative;
  padding: 15px 25px;
  line-height: 1;
  border: 1px solid #33409a;
  text-align: center;
  color: #33409a;
  font-weight: bold;
  -webkit-transition: ease-in-out 0.1s;
  transition: ease-in-out 0.1s;
}

.btn01 a i {
  margin-right: 10px;
  color: #33409a;
  -webkit-transition: ease-in-out 0.1s;
  transition: ease-in-out 0.1s;
}

.btn01 a:hover {
  color: #fff;
  background-color: #33409a;
}

.btn01 a:hover i {
  color: #fff;
}

.btn01 a:hover::after {
  left: 0;
  top: 0;
}

.btn01_arrow {
  position: relative;
  left: 0px;
  margin-right: 14px;
  -webkit-transition: 0.2s ease-in, 0.22s ease-out;
  transition: 0.2s ease-in, 0.22s ease-out;
}

.btn01_arrow img {
  opacity: 1 !important;
}

.btn01_arrow,
.btn01_arrow img {
  width: 18px;
  height: 13px;
}

.btn01 a:hover .btn01_arrow {
  left: 4px;
}

/*ボタン 白抜き*/
.btn02 a {
  display: inline-block;
  padding: 8px 55px;
  border: 1px solid #faae0b;
  color: #faae0b;
  background-color: #fff;
  font-weight: bold;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  border-radius: 10px;
  font-family: "Changa", sans-serif;
}

.btn02 a i {
  margin-right: 7px;
}

.btn02 a:hover {
  background-color: #faae0b;
  color: #fff;
  border: 1px solid #fff;
}

.btn02.green a {
  background-color: #45cdba;
  border-color: #fff;
  color: #fff;
  font-weight: normal;
}

.btn02.green a:hover {
  background-color: #fff;
  color: #45cdba;
  border-color: #45cdba;
}

.medical_adult .btn02 a {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: bold;
  background-color: #45cdba;
  border-color: #fff;
  color: #fff;
}

.medical_adult .btn02 a:hover {
  background-color: #fff;
  color: #45cdba;
  border-color: #45cdba;
}

/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr {
  display: block;
  position: relative;
  float: right;
  margin-left: 30px;
  margin-bottom: 0 !important;
  text-align: center;
}

.img_fr img {
  border-radius: 3px;
  margin-bottom: 7px;
}

/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd {
  padding-left: 20px;
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
  color: #1f2774;
  text-align: left;
}

/*----------------------------------------
section
----------------------------------------*/
section {
  padding-top: 55px;
}

#front_sec_news .news_container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #front_sec_news .news_container {
    max-width: calc(12% + 1200px);
    padding: 0px 6%;
  }
}
#front_sec_news .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  #front_sec_news .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#front_sec_news .box .news__cont__left {
  width: 24%;
  background-color: #faae0b;
  padding: 31px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 215px;
}
@media (max-width: 640px) {
  #front_sec_news .box .news__cont__left {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#front_sec_news .box .news__cont__left h2.tit01 {
  position: relative;
  margin-bottom: 7px;
  padding: 14px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
#front_sec_news .box .news__cont__left h2.tit01 span {
  display: block;
  position: relative;
  letter-spacing: 2.5px;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  font-family: "Changa", sans-serif;
}
#front_sec_news .box .news__cont__left h2.tit01 span strong {
  color: #45cdba;
  font-weight: normal;
}
#front_sec_news .box .news__cont__left h2.tit01 span::before {
  position: absolute;
  content: "";
  background: url("/wp/wp-content/uploads/title_white.png") no-repeat;
  background-size: contain;
  width: 25px;
  height: 12px;
  left: 41px;
}
#front_sec_news .box .news__cont__left .btn02 {
  text-align: center;
}
#front_sec_news .box .news__cont__left .btn02 a {
  display: inline-block;
  padding: 8px 55px;
  border: 1px solid #faae0b;
  color: #faae0b;
  background-color: #fff;
  font-weight: bold;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  border-radius: 10px;
  font-family: "Changa", sans-serif;
}
@media (max-width: 640px) {
  #front_sec_news .box .news__cont__left .btn02 a {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
#front_sec_news .box .news__cont__right {
  width: 76%;
  background-color: #f0f1d9;
  padding: 30px 0 30px 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 640px) {
  #front_sec_news .box .news__cont__right {
    width: 100%;
    padding: 3% 5%;
  }
}
#front_sec_news .box .news__cont__right .news-list dd {
  font-weight: bold;
  padding: 10px 0;
  border-bottom: none;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#front_sec_news .box .news__cont__right .news-list dd:first-of-type {
  border-top: none;
}
@media (max-width: 640px) {
  #front_sec_news .box .news__cont__right .news-list dd {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 640px) {
  #front_sec_news .box .news__cont__right .news-list dd a {
    font-weight: normal;
    white-space: nowrap;
  }
}
#front_sec_news .box .news__cont__right .news-list dt {
  color: #64d3bf;
  padding: 10px 0;
  border-bottom: none;
}
#front_sec_news .box .news__cont__right .news-list dt:before {
  content: "■";
  color: #64d3bf;
  padding-right: 10px;
}
#front_sec_news .box .news__cont__right .news-list dt:first-of-type {
  border-top: none;
  border-bottom: none;
}
@media (max-width: 640px) {
  #front_sec_news .box .news__cont__right .news-list dt {
    padding: 0;
  }
}

#front_sec_movie {
  margin: 80px 0 0;
  padding-top: 0;
}
#front_sec_movie .youtube {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
#front_sec_movie .youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

#front_sec_doctor h3.tit05 span.orange {
  color: #ffa32c;
}
#front_sec_doctor .top_doctor_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 640px) {
  #front_sec_doctor .top_doctor_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
#front_sec_doctor .top_doctor_flex .text {
  position: relative;
  padding-top: 38px;
  width: 680px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.15;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 640px) {
  #front_sec_doctor .top_doctor_flex .text {
    width: 100%;
  }
}
#front_sec_doctor .top_doctor_flex .top_doctor_flex_right {
  position: relative;
}
#front_sec_doctor .top_doctor_flex .top_doctor_flex_right .top_doctor_name {
  text-align: left;
}
@media (max-width: 640px) {
  #front_sec_doctor .top_doctor_flex .top_doctor_flex_right .top_doctor_name {
    text-align: center;
  }
}
#front_sec_doctor .top_doctor_flex .top_doctor_flex_right .top_doctor_name dd:nth-child(2) {
  font-size: 19px;
  font-weight: bold;
  color: #fdc44a;
  padding-left: 146px;
  padding-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 640px) {
  #front_sec_doctor .top_doctor_flex .top_doctor_flex_right .top_doctor_name dd:nth-child(2) {
    padding: 0;
    margin-bottom: 0;
  }
}
#front_sec_doctor .top_doctor_flex .top_doctor_flex_right .top_doctor_name dd span {
  font-size: 14px;
  padding-right: 16px;
}
#front_sec_doctor .top_doctor_flex .top_doctor_flex_right .top_doctor_name .btn01 {
  width: 280px;
  margin: 0 auto;
  padding-top: 8px;
}
#front_sec_doctor .top_doctor_flex .top_doctor_flex_right .top_doctor_name .btn01 a {
  text-align: center;
  display: block;
  padding: 20px 0;
  border: 3px solid #f59cd6;
  border-radius: 10px;
  color: #fff;
  background-color: #f59cd6;
  background-image: -webkit-linear-gradient(135deg, #f59cd6 25%, #f7b1df 25%, #f7b1df 50%, #f59cd6 50%, #f59cd6 75%, #f7b1df 75%, #f7b1df);
  background-image: linear-gradient(-45deg, #f59cd6 25%, #f7b1df 25%, #f7b1df 50%, #f59cd6 50%, #f59cd6 75%, #f7b1df 75%, #f7b1df);
  background-size: 10px 10px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
}
#front_sec_doctor .top_doctor_flex .top_doctor_flex_right .top_doctor_name .btn01 a:hover {
  color: #555;
  background-color: #f59cd6;
}
#front_sec_doctor .top_doctor_flex .top_doctor_flex_right .top_doctor_comment {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 16px;
  left: -37px;
}
@media (max-width: 640px) {
  #front_sec_doctor .top_doctor_flex .top_doctor_flex_right .top_doctor_comment {
    top: 0;
    right: 6%;
  }
}
#front_sec_doctor .top_doctor_flex .top_doctor_flex_right .top_doctor_comment p {
  font-size: 24px;
  letter-spacing: 0.12em;
  color: #45cdba;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 1px -1px 0 #fff, 0px 2px 0 #fff, -1px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
@media (max-width: 640px) {
  #front_sec_doctor .top_doctor_flex .top_doctor_flex_right .top_doctor_comment p {
    font-size: 18px;
  }
}
#front_sec_doctor .top_doctor_flex .top_doctor_flex_right .top_doctor_comment p:nth-child(2) {
  padding-top: 350px;
  letter-spacing: 0.12em;
  color: #45cdba;
}
@media (max-width: 640px) {
  #front_sec_doctor .top_doctor_flex .top_doctor_flex_right .top_doctor_comment p:nth-child(2) {
    padding-top: 2em;
  }
}

#front_sec_commit {
  margin-top: calc(1.6rem + 38px);
  padding-top: 1px;
  background-color: #fadb4b;
  padding-bottom: 120px;
}
#front_sec_commit h2.tit03 {
  position: relative;
  width: 67%;
  margin-top: 122px;
  margin-bottom: 86px;
  font-family: "DSきりぎりす", sans-serif;
}
#front_sec_commit h2.tit03 span {
  margin-bottom: 6px;
}
#front_sec_commit h2.tit03 .size_40 {
  position: relative;
}
@media (max-width: 640px) {
  #front_sec_commit h2.tit03 .size_40::before {
    position: absolute;
    content: "";
    background: url("/wp/wp-content/uploads/title_brown.png") no-repeat;
    width: 20.8px;
    height: 17.6px;
    right: auto;
    left: 25%;
    top: -2px;
    background-size: contain;
  }
}
@media (max-width: 640px) {
  #front_sec_commit h2.tit03 {
    margin-top: 42px;
    margin-bottom: 72px;
    padding-top: 9px;
    font-size: 21px;
    width: 100%;
  }
}
#front_sec_commit h2.tit03:before {
  position: absolute;
  content: "";
  background: url("/wp/wp-content/uploads/title_brown.png") no-repeat;
  width: 26px;
  height: 22px;
  right: 26%;
  top: 0;
  background-size: contain;
}
@media (max-width: 640px) {
  #front_sec_commit h2.tit03:before {
    display: none;
  }
}
#front_sec_commit .top_commit_content {
  position: relative;
}
#front_sec_commit .top_commit_content .top_commit_content_img {
  position: relative;
  z-index: 1;
}
#front_sec_commit .top_commit_content .top_commit_content_box {
  position: absolute;
  right: 0;
  width: 600px;
  height: 353px;
  top: 40px;
  z-index: 2;
  background-color: white;
  padding: 55px 45px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
}
@media (max-width: 640px) {
  #front_sec_commit .top_commit_content .top_commit_content_box {
    position: relative;
    width: 92%;
    height: auto;
    top: -20px;
    padding: 5% 4%;
    margin: 0 auto;
  }
}
#front_sec_commit .top_commit_content .top_commit_content_box .sub_tit {
  font-size: 22px;
  color: #23b3c8;
  text-align: center;
  letter-spacing: 0.12em;
  padding-bottom: 11px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  margin: 0;
}
@media (max-width: 640px) {
  #front_sec_commit .top_commit_content .top_commit_content_box .sub_tit {
    font-size: 1.8rem;
  }
}
#front_sec_commit .top_commit_content .top_commit_content_box .comment {
  letter-spacing: 0.12em;
  color: #000;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}
@media (max-width: 640px) {
  #front_sec_commit .top_commit_content .top_commit_content_box .comment {
    font-size: 1.4rem;
  }
}
#front_sec_commit .top_commit_content .top_commit_content_box .btn01 {
  position: relative;
  padding-top: 95px;
  width: 370px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #front_sec_commit .top_commit_content .top_commit_content_box .btn01 {
    padding-top: 20px;
    padding-bottom: 5px;
    width: 100%;
  }
}
#front_sec_commit .top_commit_content .btn01::before {
  position: absolute;
  content: "";
  background: url(/wp/wp-content/uploads/icon_hatena.png) no-repeat;
  width: 39px;
  height: 37px;
  background-size: contain;
  right: 65px;
  top: 103px;
  z-index: 3;
}
@media (max-width: 640px) {
  #front_sec_commit .top_commit_content .btn01::before {
    top: -14px;
    right: 6%;
    background: url(/wp/wp-content/uploads/icon_hatena_pink.png) no-repeat;
  }
}
#front_sec_commit .top_commit_content .btn01 a {
  padding: 16px 0px;
  text-align: center;
  display: block;
  border: 3px solid #f59cd6;
  border-radius: 10px;
  color: #fff;
  background-color: #f59cd6;
  background-image: -webkit-linear-gradient(135deg, #f59cd6 25%, #f7b1df 25%, #f7b1df 50%, #f59cd6 50%, #f59cd6 75%, #f7b1df 75%, #f7b1df);
  background-image: linear-gradient(-45deg, #f59cd6 25%, #f7b1df 25%, #f7b1df 50%, #f59cd6 50%, #f59cd6 75%, #f7b1df 75%, #f7b1df);
  background-size: 10px 10px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
}
#front_sec_commit .top_commit_content .btn01 a:hover {
  color: #555;
  background-color: #f59cd6;
}
#front_sec_commit .top_commit_content_02 {
  padding-top: 30px;
}
#front_sec_commit .top_commit_content_02 .top_commit_content_img {
  text-align: right;
}
#front_sec_commit .top_commit_content_02 .top_commit_content_box {
  left: 0;
  right: auto;
  top: 72px;
}
@media (max-width: 640px) {
  #front_sec_commit .top_commit_content_02 .top_commit_content_box {
    top: -20px;
  }
}
#front_sec_commit .top_commit_content_02 .top_commit_content_box .btn01 {
  position: relative;
  padding-top: 10px;
  width: 400px;
}
@media (max-width: 640px) {
  #front_sec_commit .top_commit_content_02 .top_commit_content_box .btn01 {
    padding-top: 20px;
    padding-bottom: 5px;
    width: 100%;
  }
}
#front_sec_commit .top_commit_content_02 .top_commit_content_box .btn01::before {
  position: absolute;
  content: "";
  background: url("/wp/wp-content/uploads/icon_hatena.png") no-repeat;
  width: 39px;
  height: 37px;
  background-size: contain;
  left: 45px;
  top: 18px;
  z-index: 3;
}
@media (max-width: 640px) {
  #front_sec_commit .top_commit_content_02 .top_commit_content_box .btn01::before {
    background: url(/wp/wp-content/uploads/icon_hatena_pink.png) no-repeat;
    right: 6%;
    left: auto;
    top: -14px;
  }
}
#front_sec_commit .top_commit_content_02 .top_commit_content_box .btn01 a {
  padding-left: 20px;
}

#front_sec_feature {
  padding-top: 96px;
  padding-bottom: 125px;
  background-color: #64d3bf;
}
@media (max-width: 640px) {
  #front_sec_feature {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#front_sec_feature .box1 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #front_sec_feature .box1 {
    width: auto;
    margin: 0 6% 80px;
  }
}
#front_sec_feature .box1 .tit03 {
  background-color: #42afb6;
  width: 67%;
  padding: 8px 40px;
}
@media (max-width: 640px) {
  #front_sec_feature .box1 .tit03 .size_50 {
    position: relative;
  }
  #front_sec_feature .box1 .tit03 .size_50::before {
    position: absolute;
    content: "";
    background: url(/wp/wp-content/uploads/title_blue.png) no-repeat;
    width: 20.8px;
    height: 16.8px;
    background-size: contain;
    left: 40px;
    top: -10px;
  }
}
@media (max-width: 640px) {
  #front_sec_feature .box1 .tit03 {
    margin-top: 0;
    margin-bottom: 72px;
    padding-top: 0;
    font-size: 21px;
    width: 100%;
    line-height: 1.2;
  }
}
#front_sec_feature .box1 .tit03::before {
  position: absolute;
  content: "";
  background: url(/wp/wp-content/uploads/title_blue.png) no-repeat;
  width: 26px;
  height: 21px;
  background-size: contain;
  left: 106px;
  top: -10px;
}
@media (max-width: 640px) {
  #front_sec_feature .box1 .tit03::before {
    display: none;
  }
}
#front_sec_feature .box1 .tit03::after {
  position: absolute;
  content: "";
  background: url(/wp/wp-content/uploads/title_arrow_green.png) no-repeat;
  width: 30px;
  height: 51px;
  background-size: contain;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
}
#front_sec_feature .top_feature_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 88px;
}
@media (max-width: 640px) {
  #front_sec_feature .top_feature_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
}
#front_sec_feature .top_feature_flex .top_feature_flex_box {
  width: 32%;
}
#front_sec_feature .top_feature_flex .top_feature_flex_box:nth-child(4), #front_sec_feature .top_feature_flex .top_feature_flex_box:nth-child(5), #front_sec_feature .top_feature_flex .top_feature_flex_box:nth-child(6) {
  padding-top: 56px;
}
@media (max-width: 640px) {
  #front_sec_feature .top_feature_flex .top_feature_flex_box:nth-child(4), #front_sec_feature .top_feature_flex .top_feature_flex_box:nth-child(5), #front_sec_feature .top_feature_flex .top_feature_flex_box:nth-child(6) {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  #front_sec_feature .top_feature_flex .top_feature_flex_box {
    width: 100%;
    margin-bottom: 30px;
  }
}
#front_sec_feature .top_feature_flex .top_feature_flex_box .top_feature_img {
  text-align: center;
}
@media (max-width: 640px) {
  #front_sec_feature .top_feature_flex .top_feature_flex_box .top_feature_img {
    width: 100%;
  }
}
#front_sec_feature .top_feature_flex .top_feature_flex_box .top_feature_comment {
  font-size: 22px;
  letter-spacing: 0;
  margin: 12px auto 0;
  border: 3px solid #faae0b;
  width: 100%;
  background-color: #fdf6ea;
  background-image: -webkit-linear-gradient(135deg, #fdf6ea 25%, #fdf3e4 25%, #fdf3e4 50%, #fdf6ea 50%, #fdf6ea 75%, #fdf3e4 75%, #fdf3e4);
  background-image: linear-gradient(-45deg, #fdf6ea 25%, #fdf3e4 25%, #fdf3e4 50%, #fdf6ea 50%, #fdf6ea 75%, #fdf3e4 75%, #fdf3e4);
  background-size: 10px 10px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 118px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 640px) {
  #front_sec_feature .top_feature_flex .top_feature_flex_box .top_feature_comment {
    font-size: 17px;
    margin: 10px auto 0;
    width: 100%;
    padding: 4% 8%;
    height: auto;
  }
}

#front_sec_medical {
  position: relative;
  padding-top: 90px;
}
@media (max-width: 640px) {
  #front_sec_medical {
    padding-top: 40px;
  }
}
#front_sec_medical .sec_medical_flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 453px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  #front_sec_medical .sec_medical_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 500px;
    width: 100%;
    overflow: hidden;
  }
}
#front_sec_medical .sec_medical_flex .sec_medical_flex_left {
  position: relative;
  width: 50%;
  background: url(/wp/wp-content/uploads/top_medical_bg_01.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 640px) {
  #front_sec_medical .sec_medical_flex .sec_medical_flex_left {
    width: 100%;
    background-size: auto 350px;
    background-position: 0;
    overflow: hidden;
    height: 250px;
  }
}
#front_sec_medical .sec_medical_flex .sec_medical_flex_right {
  width: 50%;
  background: url(/wp/wp-content/uploads/top_medical_bg_02.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}
@media (max-width: 640px) {
  #front_sec_medical .sec_medical_flex .sec_medical_flex_right {
    width: 100%;
    background-size: auto 350px;
    background-position: 0;
    overflow: hidden;
    height: 250px;
  }
}
#front_sec_medical .box2 {
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
}
#front_sec_medical .sec_medical_flex_comment {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 135px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 640px) {
  #front_sec_medical .sec_medical_flex_comment {
    bottom: 57px;
  }
}
#front_sec_medical .sec_medical_flex_comment::before {
  position: absolute;
  content: "";
  background: url(/wp/wp-content/uploads/logo_only.png) no-repeat;
  width: 106px;
  height: 130px;
  left: 0;
  right: 0;
  z-index: 2;
  top: 20px;
  margin: auto;
}
@media (max-width: 640px) {
  #front_sec_medical .sec_medical_flex_comment::before {
    width: 74.2px;
    height: 91px;
    background-size: contain;
    top: 137px;
  }
}
#front_sec_medical .sec_medical_flex_comment .sec_medical_left_content {
  position: relative;
  width: 496px;
  height: 185px;
  text-align: center;
  background-color: rgba(69, 205, 186, 0.8);
  margin-right: 44px;
  font-size: 22px;
  color: #fff;
}
@media (max-width: 640px) {
  #front_sec_medical .sec_medical_flex_comment .sec_medical_left_content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
    height: 171px;
    font-size: 18px;
  }
}
#front_sec_medical .sec_medical_flex_comment .sec_medical_left_content::after {
  position: absolute;
  content: "";
  border-top: 0px solid transparent;
  border-bottom: 185px solid transparent;
  border-left: 44px solid rgba(69, 205, 186, 0.8);
  right: -44px;
  top: 0;
}
@media (max-width: 640px) {
  #front_sec_medical .sec_medical_flex_comment .sec_medical_left_content::after {
    border-top: 0px solid transparent;
    border-bottom: 44px solid transparent;
    border-left: 100vw solid rgba(69, 205, 186, 0.8);
    right: 0;
    top: auto;
    bottom: -44px;
  }
}
#front_sec_medical .sec_medical_flex_comment .sec_medical_left_content p {
  position: relative;
  padding-top: 46px;
  letter-spacing: 0.12em;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  text-shadow: 0 0 14px #888;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #front_sec_medical .sec_medical_flex_comment .sec_medical_left_content p {
    padding-top: 22px;
  }
}
#front_sec_medical .sec_medical_flex_comment .sec_medical_left_content p::before {
  position: absolute;
  content: "";
  background: url("/wp/wp-content/uploads/icon_adult_01.png") no-repeat;
  width: 35px;
  height: 55px;
  left: 0;
  right: 280px;
  top: 36px;
  margin: auto;
}
@media (max-width: 640px) {
  #front_sec_medical .sec_medical_flex_comment .sec_medical_left_content p::before {
    width: 24.5px;
    height: 38.5px;
    background-size: contain;
    top: 12px;
  }
}
#front_sec_medical .sec_medical_flex_comment .sec_medical_left_content p::after {
  position: absolute;
  content: "";
  background: url("/wp/wp-content/uploads/icon_adult_02.png") no-repeat;
  width: 35px;
  height: 65px;
  left: 270px;
  right: 0px;
  top: 32px;
  margin: auto;
}
@media (max-width: 640px) {
  #front_sec_medical .sec_medical_flex_comment .sec_medical_left_content p::after {
    width: 24.5px;
    height: 45.5px;
    background-size: contain;
    top: 14px;
  }
}
#front_sec_medical .sec_medical_flex_comment .sec_medical_left_content .btn02 {
  padding-top: 14px;
}
#front_sec_medical .sec_medical_flex_comment .sec_medical_left_content .btn02 a {
  border: 1px solid #fff;
  background-color: #2fbaa7;
  color: #fff;
  font-size: 16px;
  padding: 2px 67px;
}
#front_sec_medical .sec_medical_flex_comment .sec_medical_left_content .btn02 a:hover {
  border: 1px solid #2fbaa7;
  color: #2fbaa7;
  background-color: #fff;
}
#front_sec_medical .sec_medical_flex_comment .sec_medical_left_content .medical_adult_span {
  position: absolute;
  font-size: 40px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Changa", sans-serif;
  left: 20px;
}
@media (max-width: 640px) {
  #front_sec_medical .sec_medical_flex_comment .sec_medical_left_content .medical_adult_span {
    font-size: 32px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1.1;
  }
}
#front_sec_medical .sec_medical_flex_comment .sec_medical_right_content {
  position: relative;
  width: 496px;
  height: 185px;
  text-align: center;
  background-color: rgba(253, 210, 10, 0.8);
  font-size: 22px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 640px) {
  #front_sec_medical .sec_medical_flex_comment .sec_medical_right_content {
    width: 100%;
    font-size: 18px;
    margin-top: 22px;
    height: 171px;
  }
}
#front_sec_medical .sec_medical_flex_comment .sec_medical_right_content::before {
  position: absolute;
  content: "";
  border-top: 185px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 44px solid rgba(253, 210, 10, 0.8);
  left: -44px;
  top: 0;
}
@media (max-width: 640px) {
  #front_sec_medical .sec_medical_flex_comment .sec_medical_right_content::before {
    border-top: 44px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 100vw solid rgba(253, 210, 10, 0.8);
    right: 0;
    top: -44px;
  }
}
#front_sec_medical .sec_medical_flex_comment .sec_medical_right_content p {
  position: relative;
  padding-top: 46px;
  letter-spacing: 0.12em;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  text-shadow: 0 0 14px #888;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #front_sec_medical .sec_medical_flex_comment .sec_medical_right_content p {
    padding-top: 22px;
  }
}
#front_sec_medical .sec_medical_flex_comment .sec_medical_right_content p::before {
  position: absolute;
  content: "";
  background: url(/wp/wp-content/uploads/icon_child_01.png) no-repeat;
  width: 40px;
  height: 47px;
  left: 0;
  right: 316px;
  top: 42px;
  margin: auto;
}
@media (max-width: 640px) {
  #front_sec_medical .sec_medical_flex_comment .sec_medical_right_content p::before {
    width: 28px;
    height: 32.9px;
    background-size: contain;
    top: 16px;
    right: 286px;
  }
}
#front_sec_medical .sec_medical_flex_comment .sec_medical_right_content p::after {
  position: absolute;
  content: "";
  background: url(/wp/wp-content/uploads/icon_child_02.png) no-repeat;
  width: 40px;
  height: 47px;
  left: 306px;
  right: 0px;
  top: 44px;
  margin: auto;
}
@media (max-width: 640px) {
  #front_sec_medical .sec_medical_flex_comment .sec_medical_right_content p::after {
    width: 28px;
    height: 32.9px;
    background-size: contain;
    top: 18px;
    left: 276px;
  }
}
#front_sec_medical .sec_medical_flex_comment .sec_medical_right_content .btn02 {
  padding-top: 14px;
}
#front_sec_medical .sec_medical_flex_comment .sec_medical_right_content .btn02 a {
  border: 1px solid #fff;
  background-color: #fdbb0a;
  color: #fff;
  font-size: 16px;
  padding: 2px 67px;
}
#front_sec_medical .sec_medical_flex_comment .sec_medical_right_content .btn02 a:hover {
  border: 1px solid #fdbb0a;
  background-color: #fff;
  color: #fdbb0a;
}
#front_sec_medical .sec_medical_flex_comment .sec_medical_right_content .medical_child_span {
  position: absolute;
  font-size: 40px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  right: 20px;
  font-family: "Changa", sans-serif;
}
@media (max-width: 640px) {
  #front_sec_medical .sec_medical_flex_comment .sec_medical_right_content .medical_child_span {
    font-size: 32px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1.1;
  }
}

#front_sec_medical001 {
  padding-top: 88px;
  padding-bottom: 105px;
  background-color: #d8ffed;
}
@media (max-width: 640px) {
  #front_sec_medical001 {
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
  }
}
#front_sec_medical001 .box1 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #front_sec_medical001 .box1 {
    width: auto;
    margin: 0 6% 80px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  #front_sec_medical001 .box1 .tit04 {
    font-size: 24px;
    display: inline;
    line-height: 1.4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fddf56));
    background: -webkit-linear-gradient(transparent 70%, #fddf56 70%);
    background: linear-gradient(transparent 70%, #fddf56 70%);
  }
}
#front_sec_medical001 .box1 .top_medical_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 58px;
}
@media (max-width: 640px) {
  #front_sec_medical001 .box1 .top_medical_list {
    padding-top: 40px;
  }
}
#front_sec_medical001 .box1 .top_medical_list a {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 40px;
  width: 214px;
  text-decoration: none;
}
#front_sec_medical001 .box1 .top_medical_list a:hover {
  top: -3px;
}
@media (max-width: 640px) {
  #front_sec_medical001 .box1 .top_medical_list a {
    width: 46%;
    margin-bottom: 10%;
  }
}
#front_sec_medical001 .box1 .top_medical_list dl dd {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.12em;
  color: #555555;
  padding-top: 10px;
}

#front_sec_medical002 {
  padding-top: 90px;
  padding-bottom: 113px;
  background-color: #fff8d6;
  /* 2段目 */
}
@media (max-width: 640px) {
  #front_sec_medical002 {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
}
#front_sec_medical002 .font_30 {
  font-size: 30px;
}
@media (max-width: 640px) {
  #front_sec_medical002 .font_30 {
    font-size: 5.1vw;
  }
}
#front_sec_medical002 .box1 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #front_sec_medical002 .box1 {
    width: auto;
    margin: 0 6% 80px;
  }
}
#front_sec_medical002 .box1 .tit04 {
  font-size: 32px;
}
#front_sec_medical002 .box1 .tit04::before {
  background-color: #78e18c;
}
@media (max-width: 640px) {
  #front_sec_medical002 .box1 .tit04 {
    display: inline;
    line-height: 1.4;
    font-size: 24px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #78e18c));
    background: -webkit-linear-gradient(transparent 70%, #78e18c 70%);
    background: linear-gradient(transparent 70%, #78e18c 70%);
  }
}
#front_sec_medical002 .top_medical2_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
}
#front_sec_medical002 .top_medical2_list_02 {
  padding-top: 0px;
  margin-top: -20px;
}
#front_sec_medical002 .top_medical2_list a {
  position: relative;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  width: 21.5%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #front_sec_medical002 .top_medical2_list a {
    width: 43vw;
  }
}
#front_sec_medical002 .top_medical2_list a:hover {
  -webkit-animation: buruburu 0.3s linear forwards;
          animation: buruburu 0.3s linear forwards;
}
@-webkit-keyframes buruburu {
  0% {
    left: 0;
  }
  20% {
    left: 5px;
  }
  40% {
    left: 0px;
  }
  60% {
    left: 5px;
  }
  80% {
    left: 0px;
  }
  100% {
    left: 5px;
  }
}
@keyframes buruburu {
  0% {
    left: 0;
  }
  20% {
    left: 5px;
  }
  40% {
    left: 0px;
  }
  60% {
    left: 5px;
  }
  80% {
    left: 0px;
  }
  100% {
    left: 5px;
  }
}
#front_sec_medical002 .top_medical2_list a:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 640px) {
  #front_sec_medical002 .top_medical2_list a:nth-child(2n) {
    padding-top: 14vw;
  }
}
#front_sec_medical002 .top_medical2_list dl {
  width: 100%;
}
#front_sec_medical002 .top_medical2_list dl dt {
  margin-bottom: 7px;
}
#front_sec_medical002 .top_medical2_list img {
  width: 100%;
}
#front_sec_medical002 .top_medical2_list a dl dd {
  position: absolute;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.12em;
  color: #555;
  line-height: 1.6;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
  z-index: 2;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
}
@media (max-width: 640px) {
  #front_sec_medical002 .top_medical2_list a dl dd {
    font-size: 4.1vw;
  }
}
#front_sec_medical002 .top_medical2_list a:nth-child(1) dl dd {
  top: 88px;
}
@media (max-width: 640px) {
  #front_sec_medical002 .top_medical2_list a:nth-child(1) dl dd {
    top: 13.5vw;
  }
}
#front_sec_medical002 .top_medical2_list a:nth-child(2) dl dd {
  top: 134px;
}
@media (max-width: 640px) {
  #front_sec_medical002 .top_medical2_list a:nth-child(2) dl dd {
    top: 26vw;
  }
}
#front_sec_medical002 .top_medical2_list a:nth-child(3) dl dd {
  top: 108px;
}
@media (max-width: 640px) {
  #front_sec_medical002 .top_medical2_list a:nth-child(3) dl dd {
    top: 17vw;
  }
}
#front_sec_medical002 .top_medical2_list a:nth-child(4) dl dd {
  top: 138px;
}
@media (max-width: 640px) {
  #front_sec_medical002 .top_medical2_list a:nth-child(4) dl dd {
    top: 26vw;
  }
}
#front_sec_medical002 .top_medical2_list a dl dd::before {
  position: absolute;
  content: "";
  background-color: #ededed;
  height: 14px;
  z-index: -1;
  bottom: 58px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
@media (max-width: 640px) {
  #front_sec_medical002 .top_medical2_list a dl dd::before {
    bottom: 9.8vw;
  }
}
#front_sec_medical002 .top_medical2_list a dl dd::after {
  position: absolute;
  content: "";
  background-color: #ededed;
  height: 14px;
  z-index: -1;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
@media (max-width: 767px) {
  #front_sec_medical002 .top_medical2_list a dl dd::after {
    bottom: 1.9vw;
  }
}
#front_sec_medical002 .top_medical2_list a:nth-child(1) dl dd::before {
  width: 52%;
}
#front_sec_medical002 .top_medical2_list a:nth-child(1) dl dd::after {
  width: 40%;
  bottom: 10px;
}
#front_sec_medical002 .top_medical2_list a:nth-child(2) dl dd::before {
  width: 72%;
}
#front_sec_medical002 .top_medical2_list a:nth-child(2) dl dd::after {
  width: 84%;
  bottom: 10px;
}
#front_sec_medical002 .top_medical2_list a:nth-child(3) dl dd::before {
  width: 0%;
}
#front_sec_medical002 .top_medical2_list a:nth-child(3) dl dd::after {
  width: 60%;
  bottom: 10px;
}
#front_sec_medical002 .top_medical2_list a:nth-child(4) dl dd::before {
  width: 54%;
}
#front_sec_medical002 .top_medical2_list a:nth-child(4) dl dd::after {
  width: 46%;
  bottom: 10px;
}
#front_sec_medical002 .top_medical2_list_02 a:nth-child(1) dl dd::before {
  width: 66%;
}
#front_sec_medical002 .top_medical2_list_02 a:nth-child(1) dl dd::after {
  width: 48%;
  bottom: 10px;
}
#front_sec_medical002 .top_medical2_list_02 a:nth-child(2) dl dd::before {
  width: 52%;
}
#front_sec_medical002 .top_medical2_list_02 a:nth-child(2) dl dd::after {
  width: 74%;
  bottom: 10px;
}
#front_sec_medical002 .top_medical2_list_02 a:nth-child(3) dl dd::before {
  width: 0%;
}
#front_sec_medical002 .top_medical2_list_02 a:nth-child(3) dl dd::after {
  width: 74%;
  bottom: 10px;
}
#front_sec_medical002 .top_medical2_list_02 a:nth-child(4) dl dd::before {
  width: 50%;
}
#front_sec_medical002 .top_medical2_list_02 a:nth-child(4) dl dd::after {
  width: 66%;
  bottom: 10px;
}

.sp_inline {
  display: none !important;
}

@media screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .sp_inline {
    display: inline !important;
  }
}
/*----------------------------------------
その他
----------------------------------------*/
.js-trigger.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.js-trigger.fade.animated {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}/*# sourceMappingURL=main.css.map */