@charset "UTF-8";

/* --------------------------
modern-css-reset
https://github.com/Andy-set-studio/modern-css-reset/blob/master/dist/reset.css
--------------------------- */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*
Theme Name: sasaki-seikei
Version: 1.0
 */
/*
font-family: 'dinr_B'sans-serif;
font-family: 'dinr_M'sans-serif;
font-family: 'dinr_R'sans-serif;
*/
@font-face {
  font-family: "dinr_R";
  src: url("./font/dinr_R.woff2") format("woff2");
}

@font-face {
  font-family: "dinr_M";
  src: url("./font/dinr_M.woff2") format("woff2");
}

@font-face {
  font-family: "dinr_B";
  src: url("./font/dinr_B.woff2") format("woff2");
}

/*
font-family: 'dinr_B'sans-serif;

font-family: 'dinr_M'sans-serif;

font-family: 'dinr_R'sans-serif;
*/
/* 1, Elements  */
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: #000;
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  transition: 0.3s ease;
}

a:visited {
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

p {
  margin: 0;
}

blockquote {
  position: relative;
  margin: 0 18px 1.5rem 10px;
  padding: 30px 30px 5px 40px;
  background-color: #f4f4f4;
  border-radius: 10px;
  box-sizing: border-box;
}

sup {
  vertical-align: text-top;
  font-size: 0.8em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

ol {
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

nav ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  margin-bottom: 20px;
}

table th {
  padding: 5px;
  border: 1px solid #777;
  background-color: #efefef;
}

table td {
  padding: 5px 10px;
  border: 1px solid #777;
}

/* 1-1, H1-H6 */
h1 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 1.5;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 35px;
  line-height: 1.5;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 35px;
  line-height: 1.5;
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 1.5;
}

h5 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  line-height: 1.5;
}

h6 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.5;
}

.aligncenter {
  display: block;
  margin: 20px auto;
}

.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

.alignright {
  float: right;
  margin: 5px 0px 10px 20px;
}

@media screen and (max-width: 767px) {
  .alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }

  .alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* 2, Contents */
/* 基本 */
.l-wide {
  width: 100%;
  padding-inline: 40px;
}

@media screen and (max-width: 1340px) {
  .l-wide {
    padding-inline: 20px;
  }
}

.l-container {
  position: relative;
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1080px) {
  .l-container {
    width: 100%;
    padding: 0 20px;
  }
}

/* 大きい幅 */
.l-container-large {
  position: relative;
  width: 1458px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1080px) {
  .l-container-large {
    width: 100%;
    padding: 0 20px;
  }
}

/* 小さい幅 */
.l-container-small {
  position: relative;
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1080px) {
  .l-container-small {
    width: 100%;
    padding: 0 20px;
  }
}

/* ヘッダー用 */
.l-container-header {
  position: relative;
  width: 1458px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1080px) {
  .l-container-header {
    width: 100%;
    padding: 0 20px;
  }
}

/* SP&paddingなし */
@media screen and (max-width: 767px) {
  .l-container-sp-padding {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

/* 下層ページ */
.l-container-page {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 1080px) {
  .l-container-page {
    width: 100%;
    padding: 0 20px;
  }
}

/* 投稿ページ */
.l-container-post {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 115px 20px 0 20px;
}

@media screen and (max-width: 767px) {
  .l-container-post {
    padding: 70px 20px 0 20px;
  }
}

.l-inner {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}

/* Header */
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  margin: auto;
  padding: 0px;
  z-index: 777;
  background-color: #ffffff;
}

@media screen and (max-width: 1080px) {
  header {
    height: 78px;
  }
}

.l-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-inline: 15px 10px;
}

@media screen and (max-width: 1340px) {
  .l-header {
    padding-inline: 0;
  }
}

/* IE 用 */
@media all and (-ms-high-contrast: none) {
  header {
    position: relative;
  }
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
}

.l-header__left {
  width: 320px;
  margin: 0;
}

@media screen and (max-width: 1340px) {
  .l-header__left {
    width: 240px;
  }
}

@media screen and (max-width: 1080px) {
  .l-header__left {
    width: 210px;
  }
}

.l-header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  height: 100%;
  padding: 0px 0 0px 0;
}

@media screen and (max-width: 1080px) {
  .l-header__right {
    display: none;
  }
}

.l-header-branding {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin: 0px;
  padding: 0;
  line-height: 1;
}

.l-header-branding>a:hover {
  opacity: 1;
}

.l-header-info {
  width: 295px;
  margin-left: 24px;
}

@media screen and (max-width: 1200px) {
  .l-header-info {
    width: fit-content;
    margin-left: 16px;
  }
}

@media screen and (max-width: 1080px) {
  .l-header-info {
    display: none;
  }
}

.l-header-info__address {
  position: relative;
  margin-bottom: 7px;
  font-size: 13px;
  color: #828282;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1200px) {
  .l-header-info__address {
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
  }
}

.l-header-info__tel {
  text-align: right;
}

.l-header-info__tel>a {
  display: inline-block;
  margin-left: auto;
  padding: 0 0 0 39px;
  background: url("./img/icon-tel.svg") no-repeat 0% 0;
  background-size: 28px;
  font-family: "dinr_R", sans-serif;
  font-size: 37px;
  line-height: 1;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1200px) {
  .l-header-info__tel>a {
    font-size: 34px;
  }
}

/* Navi */
.l-gnav {
  margin: 0;
  padding: 0px 0px 0 0px;
}

@media screen and (max-width: 1080px) {
  .l-gnav {
    display: none;
  }
}

/* --------------------------
ブログ 全体
--------------------------- */
.l-single-content__content-outer {
  margin-bottom: 150px;
}

.l-single-content p {
  margin-bottom: 2em;
  line-height: 2;
}

.l-single-content a {
  color: blue;
  text-decoration: underline;
}

/* ブログ 記事一覧
--------------------------- */
/* リストのリンク */
.l-blog-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 110px 0 250px 0;
  padding: 20px 170px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .l-blog-pagenation {
    padding: 20px 0px;
  }
}

.l-blog-pagenation .page-numbers {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding-top: 12px;
  color: #000;
  text-align: center;
  font-size: 23px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers {
    width: 25px;
    height: 25px;
    padding-top: 6px;
    font-size: 14px;
  }
}

.l-blog-pagenation .page-numbers.current {
  background-color: #000;
  color: #fff;
}

.l-blog-pagenation .page-numbers.prev,
.l-blog-pagenation .page-numbers.next {
  width: 100px;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {

  .l-blog-pagenation .page-numbers.prev,
  .l-blog-pagenation .page-numbers.next {
    width: 74px;
    font-size: 12px;
  }
}

.l-blog-pagenation .page-numbers.prev {
  position: absolute;
  top: 20px;
  left: 50px;
}

@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers.prev {
    left: 0px;
  }
}

.l-blog-pagenation .page-numbers.prev::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #10598F;
  border-right: 1px solid #10598F;
  transform: rotate(-135deg);
}

.l-blog-pagenation .page-numbers.next {
  position: absolute;
  top: 20px;
  right: 50px;
}

@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers.next {
    right: 0px;
  }
}

.l-blog-pagenation .page-numbers.next::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #10598F;
  border-right: 1px solid #10598F;
  transform: rotate(45deg);
}

/* ブログ 個別記事
--------------------------- */
.l-single-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #10598F;
  border-bottom: 1px solid #10598F;
  margin: 110px 0 250px 0;
  padding: 0px 0px;
  text-align: center;
  line-height: 1;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .l-single-pagenation {
    font-size: 14px;
  }
}

.l-single-pagenation__prev,
.l-single-pagenation__next {
  width: 33.3%;
}

.l-single-pagenation__prev>a,
.l-single-pagenation__next>a {
  display: inline-block;
  position: relative;
}

.l-single-pagenation__prev a {
  padding-left: 35px;
}

.l-single-pagenation__prev a::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-135deg);
}

.l-single-pagenation__next a {
  padding-right: 35px;
}

.l-single-pagenation__next a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.l-single-pagenation__center {
  width: 33.3%;
}

.l-single-pagenation__center a {
  display: inline-block;
  width: 280px;
  height: 100%;
  padding: 20px 0;
  background-color: rgba(106, 75, 75, 0.03);
}

@media screen and (max-width: 767px) {
  .l-single-pagenation__center a {
    width: 100%;
  }
}

/* page */
/* 今回はブログ記事も同じ設定にする */
.l-page__content-outer {
  margin-bottom: 0px;
}

.melancholia .l-page__content-outer {
  margin-bottom: 0px;
}

/* Sidebar */
.l-sidebar {
  width: 300px;
}

footer {
  position: relative;
}

/* 医院情報 */
.l-footer-information {
  padding: 120px 0 120px 0;
  background: url("./img/footer-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .l-footer-information {
    padding: 30px 0 30px 0;
  }
}

.l-footer-information__inner {
  padding: 60px 60px 70px;
  border-radius: 30px;
  background-color: #fff;
}

@media screen and (max-width: 1080px) {
  .l-footer-information__inner {
    padding: 40px 20px 40px;
  }
}

.l-footer-information__brand {
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer-information__brand {
    margin-bottom: 40px;
  }

  .l-footer-information__brand img {
    width: 230px;
  }
}

.l-footer-information-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
}

@media screen and (max-width: 1080px) {
  .l-footer-information-block01 {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01 {
    padding: 0 0px;
  }
}

.l-footer-information-block01__content {
  width: 500px;
  max-width: 48%;
}

@media screen and (max-width: 1080px) {
  .l-footer-information-block01__content {
    max-width: 100%;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__content {
    margin: 0 auto 20px;
  }
}

.l-footer-information-block01__table01 {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  padding: 20px 30px 16px 30px;
  border-radius: 10px;
  background-color: #068e00;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 {
    padding: 20px 15px 10px 15px;
  }
}

.l-footer-information-block01__table01 table {
  width: 100%;
  margin: 0;
}

.l-footer-information-block01__table01 table thead th {
  padding: 0px 10px 15px 0;
  border: none;
  background-color: transparent;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table thead th {
    font-size: 15px;
  }
}

.l-footer-information-block01__table01 table thead td {
  padding: 0 10px 15px 10px;
  border: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table thead td {
    padding: 0 5px 8px 5px;
  }
}

.l-footer-information-block01__table01 table tbody th {
  padding: 17px 10px 15px 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table tbody th {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}

.l-footer-information-block01__table01 table tbody th span {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 8px;
  padding: 5px 5px 5px 5px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #058e00;
  border-radius: 3px;
}

.l-footer-information-block01__table01 table tbody td {
  padding: 17px 10px 15px 10px;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table tbody td {
    padding: 17px 5px 15px 5px;
  }

  .l-footer-information-block01__table01 table tbody th span {
    padding: 2px 4px 3px 4px;
    top: 2px;
  }

  .l-footer-information-block01__table01 table tbody th {
    padding: 4px 10px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table .p-table01-last {
    padding-right: 0px;
    padding-left: 2px;
  }
}

.l-footer-information-block01__memo {
  display: block;
  margin: 0px 0 32px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #3e6a51;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__memo {
    font-size: 11px;
  }
}

.l-footer-information-block01__calendar {
  margin-bottom: 40px;
}

.l-footer-information-block01__calendar iframe {
  width: 100%;
  height: 320px;
  border: none;
  border-radius: 20px;
}

.l-footer-information-block01__access {
  margin-bottom: 20px;
}

.l-footer-information-block01__access-title {
  margin-bottom: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: 0.05em;
}

.l-footer-information-block01__access-inner {
  padding: 15px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.l-footer-information-block01__access-inner p {
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: 0.05em;
}

.l-footer-information-block01__address {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__address {
    font-size: 13px;
    text-align: left;
  }

  .l-footer-information-block01__calendar iframe {
    height: 500px;
  }
}

.l-footer-information-block01__tel {
  text-align: center;
}

.l-footer-information-block01__tel>a {
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 0 44px;
  background: url("./img/icon-tel.svg") no-repeat 0% 10px;
  background-size: 32px;
  font-family: "dinr_R", sans-serif;
  font-size: 45px;
  line-height: 1.33;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__tel>a {
    padding: 0 0 0 40px;
    background-position: 0 7px;
    background-size: 28px;
    font-size: 36px;
  }
}

.l-footer-information-block01__map {
  width: 500px;
  max-width: 48%;
}

@media screen and (max-width: 1080px) {
  .l-footer-information-block01__map {
    max-width: 100%;
    margin: auto;
  }
}

.l-footer-information-block01__map iframe {
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__map iframe {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__map {
    max-width: 100%;
  }

  .l-footer-information-block01__map iframe {
    width: 100%;
  }
}

/* Footer */
.l-footer-area {
  padding: 60px 0 50px 0;
  background-color: #008a3c;
}

.l-footer-area .menu {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .l-footer-area .menu>li {
    width: 100%;
  }

  .l-footer-area {
    padding: 20px 0 50px 0;
  }
}

.l-footer-area .menu>li>a {
  display: block;
  position: relative;
  padding: 22px 24px 17px 24px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer-area .menu>li>a {
    padding: 15px 10px 12px 10px;
    font-size: 16px;
  }
}

.l-footer-area .menu>li>a>span {
  display: block;
  font-family: "dinr_B", sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  color: #71c347;
}

.l-footer-area .menu>li.--first>a>img {
  position: relative;
  top: 4px;
}

@media screen and (max-width: 767px) {
  .l-footer-area .menu>li.--first>a>img {
    top: 0;
  }
}

.l-footer-bnr-area {
  margin-bottom: 24px;
}

.l-footer-bnr-area ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.l-footer__copylight {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #fff;
}

/* Button  */
.c-btn01 {
  display: inline-block;
  position: relative;
  width: fit-content;
  min-width: 350px;
  padding: 15px 25px 15px 20px;
  border-radius: 50px;
  background-color: #71c347;
  color: #fff;
  z-index: 2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.c-btn01::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 25px;
  width: 16px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
}

.c-btn01-small {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 7px 25px 8px 20px;
  border-radius: 25px;
  background-color: #71c347;
  color: #fff;
  z-index: 2;
  font-size: 13px;
  font-weight: bold;
}

.c-btn01-small::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 12px;
  width: 10px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
}

.c-btn02 {
  display: inline-block;
  position: relative;
  width: 600px;
  max-width: 100%;
  padding: 22px 10px 19px 10px;
  border-radius: 10px;
  color: #fff;
  background-color: #068e00;
  transition: all 0.2s;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1607843137);
}

@media screen and (max-width: 767px) {
  .c-btn02 {
    font-size: 15px;
    text-align: center;
  }
}

.c-btn02>span {
  display: inline-block;
  margin: auto;
  padding: 10px 0 0 40px;
  background: url("./img/icon_tel_lightBlue.png") no-repeat 0% 21px;
  background-size: 27.5px;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .c-btn02>span {
    background: url("./img/icon_tel_lightBlue.png") no-repeat 0% 18px;
    background-size: 27.5px;
    font-size: 28px;
    text-align: left;
  }
}

.c-btn03 {
  display: inline-block;
  position: relative;
  width: 240px;
  max-width: 100%;
  padding: 14px 10px 15px 10px;
  color: #fff;
  background-color: #068e00;
  transition: all 0.2s;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
}

.c-btn03::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 30px;
  height: 1px;
  border-top: 1px solid #068e00;
}

.c-card01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px 95px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .c-card01 {
    gap: 90px 55px;
  }
}

@media screen and (max-width: 767px) {
  .c-card01 {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-inline: 20px;
  }
}

.c-card01__item {
  position: relative;
  z-index: 2;
}

.c-card01__item::before {
  content: "";
  position: absolute;
  top: 41px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b7aca0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c-card01__item::before {
    top: 35px;
  }
}

.c-card01__no {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  border-radius: 100px;
  background-color: #56af28;
  font-family: "dinr_M", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.09em;
  text-align: center;
  color: #fff;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .c-card01__no {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
}

.c-card01__no>span {
  margin-top: 4px;
  font-size: 36px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .c-card01__no>span {
    font-size: 31px;
  }
}

.c-card01__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .c-card01__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.c-card01__text {
  line-height: 2.19;
  letter-spacing: 0.05em;
}

.c-faq__item {
  border-radius: 20px;
  margin-bottom: 50px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-faq__item {
    margin-bottom: 30px;
  }
}

.c-faq dt {
  position: relative;
  padding: 35px 27px 35px 86px;
  background-color: #068e00;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-faq dt {
    padding: 20px 20px 20px 50px;
    font-size: 16px;
  }
}

.c-faq dt::before {
  content: "Q";
  position: absolute;
  top: 10px;
  left: 30px;
  width: 36px;
  height: 50px;
  font-size: 45px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-faq dt::before {
    top: 14px;
    left: 13px;
    font-size: 30px;
  }
}

.c-faq dd {
  position: relative;
  padding: 30px 60px 50px 98px;
  border-radius: 15px;
  background-color: #fff;
  font-size: 16px;
  line-height: 2.19;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .c-faq dd {
    padding: 25px 20px 30px 52px;
    font-size: 14px;
  }
}

.c-faq dd::before {
  content: "A";
  position: absolute;
  top: 23px;
  left: 47px;
  width: 36px;
  height: 50px;
  font-size: 45px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #71c347;
}

@media screen and (max-width: 767px) {
  .c-faq dd::before {
    top: 20px;
    left: 17px;
    font-size: 30px;
  }
}

/* front heading */
.c-front-heading {
  position: relative;
  padding: 40px 0 44px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-front-heading {
    padding: 22px 0 26px 0;
  }
}

.c-front-heading__textBig {
  position: relative;
  margin-bottom: 17px;
  padding-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.2em;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .c-front-heading__textBig {
    margin-bottom: 12px;
    padding-bottom: 17px;
    font-size: 25px;
  }
}

.c-front-heading__textBig::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 36px;
  height: 4px;
  margin: auto;
  border-bottom: 4px dotted #EBCD6A;
}

.c-front-heading__textBig--small {
  font-size: 25px;
}

.c-front-heading__textSmall {
  position: relative;
  font-size: 16px;
  font-family: "dinr_B", sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #71c347;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .c-front-heading__textSmall {
    font-size: 14px;
  }
}

.c-front-heading--left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-front-heading--left {
    text-align: center;
  }
}

.c-front-heading--left .c-front-heading__textBig::after {
  right: auto;
}

@media screen and (max-width: 767px) {
  .c-front-heading--left .c-front-heading__textBig::after {
    right: 0;
  }
}

/* Page heading */
.c-page-heading {
  position: relative;
  left: -150px;
  width: 488px;
  min-height: 150px;
  margin-bottom: 5px;
  padding: 44px 10px 0 150px;
  background-color: #068e00;
  color: #fff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .c-page-heading {
    left: -20px;
    width: calc(100% - 20px);
    min-height: 100px;
    margin-bottom: 5px;
    padding: 23px 10px 0 20px;
  }
}

.c-page-heading::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: -128px;
  width: 129px;
  height: 2px;
  background-color: #068e00;
}

@media screen and (max-width: 767px) {
  .c-page-heading::after {
    right: -20px;
    width: 20px;
  }
}

.c-page-heading__textBig {
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .c-page-heading__textBig {
    font-size: 22px;
  }
}

.c-page-heading__textSmall {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.3em;
}

.c-page-heading--pt2 {
  width: 625px;
  padding: 55px 10px 0 150px;
  background-color: #669EC8;
}

@media screen and (max-width: 767px) {
  .c-page-heading--pt2 {
    width: calc(100% - 20px);
    margin-bottom: 5px;
    padding: 35px 10px 0 20px;
    font-size: 21px;
  }
}

.c-page-heading--pt2::after {
  background-color: #669EC8;
}

/* blog heading */
.c-blog-heading__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-blog-heading__title {
    font-size: 18px;
  }
}

.c-subpage-heading {
  position: relative;
  text-align: center;
  min-height: 170px;
  margin-bottom: 80px;
  padding: 36px 0 26px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .c-subpage-heading {
    min-height: auto;
    margin-bottom: 50px;
    padding: 0;
  }
}

.c-subpage-heading::before {
  content: "";
  position: absolute;
  top: calc(50% - 21px);
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #3e6a51;
  z-index: -1;
}

@media screen and (max-width: 1080px) {
  .c-subpage-heading::before {
    display: none;
  }
}

.c-subpage-heading__textBig {
  display: inline-block;
  position: relative;
  padding: 10px 50px 15px 50px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: 0.2em;
  text-align: center;
  z-index: 3;
}

@media screen and (max-width: 1080px) {
  .c-subpage-heading__textBig {
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .c-subpage-heading__textBig {
    padding: 10px 0px 15px 0px;
    font-size: 24px;
    line-height: 1.6;
  }
}

.c-subpage-heading__textBig::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -2;
}

.c-subpage-heading__textBig::after {
  content: "";
  position: absolute;
  top: -35px;
  left: 0px;
  right: 0px;
  width: 170px;
  height: 170px;
  background-color: #e9f6ef;
  margin: auto;
  border-radius: 100px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c-subpage-heading__textBig::after {
    top: 23px;
    width: 130px;
    height: 130px;
  }
}

.c-subpage-heading__textBig.--green::before {
  background-color: #f9faf9;
}

.c-subpage-heading__textBig.--green::after {
  background-color: #fff;
}

.c-subpage-heading__textSmall {
  display: block;
  position: relative;
  padding-top: 17px;
  font-family: "dinr_B", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.69;
  letter-spacing: 0.15em;
  text-align: center;
  color: #71c347;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  .c-subpage-heading__textSmall {
    font-size: 14px;
  }
}

.c-subpage-heading__textSmall::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 36px;
  height: 4px;
  margin: auto;
  border-bottom: 4px dotted #EBCD6A;
}

.c-subpage-heading__memo {
  margin-top: 10px;
  font-size: 13px;
  line-height: 2.46;
  text-align: center;
}

/*  Glabal Navigation PC */
.c-gnav {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0px 0 0;
  padding: 0px 0 0 0px;
}

@media screen and (max-width: 1080px) {
  .c-gnav {
    display: none;
  }
}

.c-gnav .menu {
  display: flex;
  justify-content: center;
  margin: 0 0px 0 0;
  padding: 0px 0 0 0px;
}

.c-gnav .menu>li {
  position: relative;
  padding: 0 0px;
}

.c-gnav .menu>li>a {
  display: block;
  position: relative;
  padding: 22px 24px 17px 24px;
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .c-gnav .menu>li>a {
    padding: 22px 15px 17px 15px;
    font-size: 16px;
  }
}

.c-gnav .menu>li>a>span {
  display: block;
  padding-top: 1px;
  font-family: "dinr_B", sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  color: #71c347;
}

.c-gnav .menu>li.menu-item-has-children {
  position: relative;
}

.c-gnav .menu>li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  width: 222px;
  margin: auto;
  list-style: none;
  padding: 5px 10px;
  background-color: #068e00;
}

.c-gnav .menu>li.menu-item-has-children .sub-menu.is-open {
  display: block;
}

.c-gnav .menu>li.menu-item-has-children .sub-menu>li>a {
  display: block;
  padding: 10px 5px 10px 5px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: left;
}

.c-gnav .menu>li.menu-item-has-children .sub-menu>li:last-of-type>a {
  border-bottom: none;
}

.c-gnav .menu>li.--first>a>img {
  position: relative;
  top: 4px;
}

/* home画像 */
#menu-item-32 a {
  position: relative;
  top: -2px;
}

/* Navigation Menu SP */
/* sp ボタン  */
.c-nav-button__wrap {
  display: none;
}

.c-nav-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .c-nav-button__wrap {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }

  .c-nav-button {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 18px;
    border: none;
    background: none;
    cursor: pointer;
  }

  .c-nav-button span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #068e00;
    transition: 0.3s ease-in;
  }

  .c-nav-button span:nth-child(2) {
    top: 50%;
    width: 100%;
  }

  .c-nav-button span:nth-child(3) {
    top: 100%;
  }

  .c-nav-button.is-close span {
    top: 50%;
    transform: rotate(45deg);
  }

  .c-nav-button.is-close span:nth-child(2) {
    width: 0;
  }

  .c-nav-button.is-close span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }

  .c-nav-button__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
    color: #fff;
    font-size: 11px;
    text-align: center;
  }

  /* sp ナビ */
  .c-nav-sp {
    display: block;
    position: fixed;
    top: 78px;
    right: 0;
    width: 100%;
    height: calc(100% - 78px);
    z-index: 775;
    padding: 0 0px 0px 0;
    background-color: #068e00;
    transform: translateX(110%);
    transition: all 0.2s ease-in;
    overflow-y: auto;
  }

  .c-nav-sp.is-open {
    transform: translateX(0%);
  }

  .c-nav-sp .menu {
    display: block;
    margin: 0;
    padding: 0;
  }

  .c-nav-sp .menu>li {
    margin: 0;
    border-bottom: 1px solid #c6c6c6;
  }

  .c-nav-sp .menu>li>a {
    display: block;
    padding: 15px 15px 15px 15px;
    color: #fff;
    font-size: 16px;
    text-align: left;
  }

  .c-nav-sp .menu .menu-item-has-children {
    position: relative;
    padding: 15px 15px 15px 15px;
    color: #fff;
    font-size: 16px;
    text-align: left;
  }

  .c-nav-sp .menu .menu-item-has-children .sub-menu {
    display: none;
    list-style: none;
    padding: 10px 0 0;
  }

  .c-nav-sp .menu .menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 10px 10px 10px;
    color: #fff;
    font-size: 16px;
    text-align: left;
  }

  .c-nav-sp .menu .sub-menu-sp-btn {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 666;
  }

  .c-nav-sp .menu .sub-menu-sp-btn::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 21px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    transition: 0.3s ease;
  }

  .c-nav-sp .menu .sub-menu-sp-btn.is-open::after {
    transform: rotate(315deg);
  }

  .c-nav-sp .sp-nav-btn {
    text-align: center;
    margin-top: 3rem;
  }

  .c-nav-sp .sp-nav-btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 50px;
    border: 2px solid;
  }
}

/* Page Key Visual */
.c-page-kv {
  position: relative;
  width: 100%;
  height: 330px;
  background: url("./img/img_pagetitle_bg01.png") no-repeat 50% 50%;
  background-size: cover;
  background-color: #777;
}

.c-pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  padding-top: 16px;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
  background-color: #068e00;
  color: white;
  opacity: 0;
  transition: 0.3s;
  z-index: 777;
  cursor: pointer;
}

.c-pageTop.is-show {
  opacity: 0.8;
}

.c-pageTop.is-show::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s ease;
}

.c-pageTop.is-show:hover {
  opacity: 1;
}

.c-pageTop.is-show:hover::after {
  opacity: 0.5;
}

.c-post-news-list {
  margin: 0px 0 0 0;
  padding: 0;
}

.c-post-news-list__item {
  padding: 85px 0 80px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

@media screen and (max-width: 767px) {
  .c-post-news-list__item {
    padding: 55px 0 50px 0;
  }
}

.c-post-news-list__item:first-of-type {
  padding: 0px 0 80px 0;
}

@media screen and (max-width: 767px) {
  .c-post-news-list__item:first-of-type {
    padding: 0px 0 50px 0;
  }
}

.c-post-news-list__item:last-of-type {
  padding: 85px 0 100px 0;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .c-post-news-list__item:last-of-type {
    padding: 55px 0 70px 0;
  }
}

.c-post-news-list__info {
  position: relative;
  margin-bottom: 30px;
  padding: 0px;
}

.c-post-news-list__title {
  width: 100%;
  margin-bottom: 8px;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .c-post-news-list__title {
    font-size: 18px;
  }
}

.c-post-news-list__time {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #71c347;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .c-post-news-list__time {
    font-size: 18px;
  }
}

.c-post-news-list__desc {
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-post-news-list__link {
  display: block;
  padding-bottom: 0px;
}

.c-post-news-list__link:has(.c-post-news-list__link-wrap) {
  padding-bottom: 55px;
}

.c-post-news-list__link-wrap {
  position: relative;
  padding: 20px 0 0 0;
  background-color: #fff;
  text-align: right;
  z-index: 2;
}

.c-post-news-list__link-wrap span {
  display: inline-block;
  position: relative;
  width: 150px;
  padding: 8px 2px 10px 2px;
  background-color: rgba(0, 78, 136, 0.1);
  color: #068e00;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-post-news-list__link-wrap span::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #068e00;
  border-right: 1px solid #068e00;
  transform: rotate(45deg);
}

/* 下層ページのページ内リンク一覧 */
.c-subpage-common-list {
  position: relative;
}

.c-subpage-common-list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #f9faf9;
  z-index: -1;
}

@media screen and (max-width: 1080px) {
  .c-subpage-common-list::before {
    height: 180px;
  }

  .page-id-25 .c-subpage-common-list::before,
  .page-id-27 .c-subpage-common-list::before {
    height: 250px;
  }
}

.c-subpage-common-list__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 30px 20px 35px;
  border-radius: 50px;
}

@media screen and (max-width: 1080px) {
  .c-subpage-common-list__inner {
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-subpage-common-list__inner {
    padding: 20px 20px 20px;
    gap: 10px;
  }
}

.c-subpage-common-list__item {
  width: min(33%, 280px);
}

@media screen and (max-width: 767px) {
  .c-subpage-common-list__item {
    width: calc(50% - 7.5px);
  }
}

.c-subpage-common-list__item>a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 25px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.87;
  text-align: center;
  color: #3e6a51;
  transition: 0.3s linear;
}

.c-subpage-common-list__item>a:hover {
  background-color: #71c347;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-subpage-common-list__item>a {
    height: 40px;
    font-size: 14px;
    padding: 5px 18px;
    line-height: 1.4;
  }
}

.c-subpage-common-list__item__col3 {
  width: calc(33.3% - 13.3333333333px);
}

@media screen and (max-width: 767px) {
  .c-subpage-common-list__item__col3 {
    width: calc(50% - 5px);
  }
}

.c-subpage-common-list__item__col4 {
  width: calc(25% - 15px);
}

@media screen and (max-width: 767px) {
  .c-subpage-common-list__item__col4 {
    width: calc(50% - 5px);
  }
}

.c-subpage-common-list__item__col5 {
  width: calc(20% - 9.6px);
}

@media screen and (max-width: 767px) {
  .c-subpage-common-list__item__col5 {
    width: calc(50% - 5px);
  }
}

/* 下層ページのキービジュアル */
.c-subpage-kv {
  position: relative;
  height: 270px;
}

@media screen and (max-width: 767px) {
  .c-subpage-kv {
    height: 180px;
  }
}

.c-subpage-kv__img {
  position: relative;
  width: 100%;
  height: 270px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .c-subpage-kv__img {
    height: 180px;
    border-radius: 10px;
  }
}

.c-subpage-kv__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  inset: 0;
  margin: auto;
  padding: 0px 0 0px 0;
  text-align: center;
}

.c-subpage-kv__textBig {
  position: relative;
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.03;
  letter-spacing: 0.2em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-subpage-kv__textBig {
    margin-bottom: 15px;
    font-size: 24px;
  }
}

.c-subpage-kv__textSmall {
  position: relative;
  font-family: "dinr_B", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-align: center;
  color: #71c347;
}

@media screen and (max-width: 767px) {
  .c-subpage-kv__textSmall {
    font-size: 14px;
    line-height: 1;
  }
}

.melancholia .c-subpage-kv__img::after {
  opacity: 0;
}

/*  Table1 */
@media screen and (max-width: 767px) {
  .c-table01-overflow {
    width: 100%;
    overflow-x: scroll;
  }
}

.c-table01 {
  width: 100%;
  border: none;
}

@media screen and (max-width: 767px) {
  .c-table01 {
    width: 760px;
  }
}

.c-table01 th,
.c-table01 td {
  background-color: transparent;
  border: none;
}

.c-table01 thead td {
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  padding-block: 25px;
  text-align: center;
}

.c-table01 thead td.--first {
  background-color: #c7955a;
}

.c-table01 thead td.--last {
  background-color: #d47100;
}

.c-table01 tbody th {
  width: 26%;
  padding: 30px 15px 25px 20px;
  background-color: #faf1e7;
  border-bottom: 1px solid #c2c2c2;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: left;
}

.c-table01 tbody td {
  width: 37%;
  padding: 30px 15px 25px 25px;
  background-color: #fff;
  border-bottom: 1px solid #c2c2c2;
  letter-spacing: 0.05em;
  text-align: left;
}

.c-table01 tbody td+td {
  border-left: 1px solid #c2c2c2;
}

.c-table01 tbody tr:last-of-type th,
.c-table01 tbody tr:last-of-type td {
  border-bottom: none;
}

.c-table02 {
  width: 100%;
  border: none;
}

@media screen and (max-width: 767px) {
  .c-table02 {
    width: 760px;
  }
}

.c-table02 th,
.c-table02 td {
  border: none;
}

.c-table02 th {
  width: 228px;
  padding: 30px 25px;
  background-color: #faf1e7;
  font-weight: bold;
  line-height: 2.19;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #c2c2c2;
  text-align: left;
}

.c-table02 td {
  padding: 30px 25px;
  background-color: #fff;
  line-height: 2.19;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #c2c2c2;
}

.c-table02 tr:last-of-type th,
.c-table02 tr:last-of-type td {
  border-bottom: none;
}

.p-front {
  position: relative;
  font-size: 15px;
  line-height: 1.53;
}

.p-front-mv__inner {
  position: relative;
  height: 700px;
  border-radius: 20px;
  background-position: 50%;
  background-size: cover;
  background-color: #E4E7EE;
}

@media screen and (max-width: 767px) {
  .p-front-mv__inner {
    height: 500px;
    background-position: 50%;
    background-size: cover;
  }
}

.p-front-mv .vegas-content {
  height: 100%;
}

.p-front-mv__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 60px 2% 21px 5%;
  height: 700px;
}

@media screen and (max-width: 1080px) {
  .p-front-mv__row {
    padding: 46px 0px 0px 30px;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-front-mv__row {
    padding: 20px 20px 0px 20px;
  }
}

.p-front-mv__contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: fit-content;
  height: 100%;
}

.p-front-mv__title {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .p-front-mv__title {
    margin-left: 0;
  }
}

.p-front-mv__title h1 {
  text-shadow: 0 0 15px #1a415d;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.93;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .p-front-mv__title h1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-mv__title h1 {
    font-size: 18px;
    font-weight: 800;
    line-height: 2.0;
  }
}

.p-front-mv__title h1 span {
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .p-front-mv__title h1 span {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 2.2px;
  }
}

.p-front-mv__lead {
  width: fit-content;
  margin: 25px 0 0 15px;
  padding: 7px 10px 8px 20px;
  border-radius: 18px;
  background-color: #71c347;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-mv__lead {
    margin: 8px 0 0 0;
    font-size: 12px;
    padding: 3px 6px 4px 16px;
  }
}

.p-front-mv__schedule {
  margin-bottom: 25px;
}

@media screen and (max-width: 1080px) {
  .p-front-mv__schedule {
    margin: 40px auto 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-front-mv__schedule {
    width: fit-content;
    margin: 30px auto 0;
    padding-inline: 20px;
  }

  .p-front-mv__schedule img {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }
}

.p-front-mv__banner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 15px;
}

@media screen and (max-width: 1200px) {
  .p-front-mv__banner {
    width: 360px;
  }
}

@media screen and (max-width: 1080px) {
  .p-front-mv__banner {
    width: 100%;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .p-front-mv__banner {
    position: relative;
    left: 40px;
    width: 90%;
    gap: 5px;
  }
}

.p-front-mv__banner02 {
  margin-bottom: 13px;
}

.p-front-news {
  margin-top: 0px;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .p-front-news {
    padding: 60px 0 60px 0;
  }

  .p-front-mv__banner01 {
    margin-bottom: 13px;
  }

  .p-front-mv__banner02 {
    margin-bottom: 13px;
  }
}

.p-front-news-block01 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.p-front-news-block01__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .p-front-news-block01__left {
    width: fit-content;
    margin: auto;
  }
}

.p-front-news-block01__left::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75px;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  background-color: #f6fdf9;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01__left::before {
    left: -40px;
    width: 80px;
    height: 80px;
  }
}

.p-front-news-block01__right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1;
}

@media screen and (max-width: 1080px) {
  .p-front-news-block01__right {
    flex-direction: column;
    gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-news-block01__right {
    width: 100%;
    gap: 0px;
  }
}

@media screen and (max-width: 1080px) {
  .p-front-news-block01__btn {
    width: 100%;
    text-align: center;
  }
}

.p-front-post-list {
  flex: 1;
  padding: 20px 30px 0 0px;
}

@media screen and (max-width: 767px) {
  .p-front-post-list {
    width: 100%;
    margin-bottom: 45px;
    padding: 0px 0px 0 0px;
  }
}

.p-front-post-list__item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-front-post-list__item {
    flex-wrap: wrap;
  }
}

.p-front-post-list__item:last-child {
  margin-bottom: 0;
}

.p-front-post-list__info {
  position: relative;
  top: 3px;
  width: 138px;
}

@media screen and (max-width: 767px) {
  .p-front-post-list__info {
    width: 100%;
    margin-bottom: 6px;
  }
}

.p-front-post-list__time {
  font-family: "dinr_B", sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #068e00;
  position: relative;
  top: -4px;
}

.p-front-post-list__title {
  width: calc(100% - 138px);
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-front-post-list__title {
    width: 100%;
    font-size: 14px;
  }
}

.p-front-post-list__title a {
  color: #000;
}

/* 診療科目 */
.p-front-depart {
  margin-bottom: 70px;
  padding: 60px 0 80px 0;
  border-radius: 20px;
  background-color: #f6fdf9;
}

@media screen and (max-width: 1080px) {
  .p-front-depart {
    padding: 60px 20px 80px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-depart {
    margin-bottom: 40px;
    padding: 60px 20px 30px 20px;
  }
}

.p-front-depart__heading {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.p-front-depart__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75px;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-depart__heading::before {
    left: -40px;
    width: 80px;
    height: 80px;
  }
}

.p-front-depart__banner {
  margin-block: 40px 75px;
}

@media screen and (max-width: 767px) {
  .p-front-depart__banner {
    margin-block: 28px 80px;
  }
}

.p-front-depart__banner>a {
  display: block;
}

.p-front-depart-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

@media screen and (max-width: 1080px) {
  .p-front-depart-block01 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.p-front-depart-block01__item {
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(10, 22, 55, 0.1);
}

.p-front-depart-block01__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 20px 40px;
  background-color: #fff;
  height: 165px;
}

@media screen and (max-width: 767px) {
  .p-front-depart-block01__head {
    padding: 20px;
    gap: 10px;
    letter-spacing: 0.05em;
    height: 145px;
  }
}

.p-front-depart-block01__img {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .p-front-depart-block01__img {
    width: 80px;
  }
}

.p-front-depart-block01__head-content {
  flex: 1;
  text-align: center;
}

.p-front-depart-block01__title {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-front-depart-block01__title {
    font-size: 19px;
  }
}

.p-front-depart-block01__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 36px;
  height: 4px;
  margin: auto;
  border-bottom: 4px dotted #EBCD6A;
}

.p-front-depart-block01__lead {
  position: relative;
  font-size: 16px;
  font-family: "dinr_B", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #71c347;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-front-depart-block01__lead {
    font-size: 14px;
  }
}

.p-front-depart-block01__body {
  padding: 35px;
  background-color: #17a714;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-depart-block01__body {
    padding: 30px 20px;
  }
}

.p-front-depart-block01__list {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-front-depart-block01__list {
    grid-template-columns: 1fr;
  }
}

.p-front-depart-block01__list li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.p-front-depart-block01__list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #90e1b3;
}

.p-front-depart-block01__list li.--last {
  grid-column: 1/-1;
}

.p-front-depart-block01__btn {
  position: absolute;
  top: 147px;
  right: 22px;
  width: 35px;
  height: 35px;
  background-color: #faf433;
  border-radius: 20px;
}

.p-front-depart-block01__btn::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  width: 12px;
  height: 6px;
  border-right: 1px solid #71c347;
  border-bottom: 1px solid #71c347;
  transform: skew(45deg);
}

.p-front-depart-block02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-inline: 40px 30px;
  gap: 35px;
}

@media screen and (max-width: 767px) {
  .p-front-depart-block02 {
    flex-direction: column;
    padding-inline: 30px 20px;
    gap: 30px;
    margin-bottom: 30px;
  }

  .p-front-depart-block01__btn {
    top: 127px;
  }
}

.p-front-depart-block02__img {
  width: 185px;
}

@media screen and (max-width: 767px) {
  .p-front-depart-block02__img {
    margin: auto;
    width: 150px;
  }
}

.p-front-depart-block02__contents {
  flex: 1;
}

.p-front-depart-block02__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #068e00;
  padding-bottom: 7px;
  border-bottom: 2px solid #058e00;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-front-depart-block02__title {
    font-size: 18px;
  }
}

.p-front-depart-block02__text {
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-front-depart-block02__text {
    font-size: 14px;
  }
}

.p-front-depart-block02__btn {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-front-depart-block02__btn {
    text-align: center;
  }
}

/* 背景色変化 */
.mov-filter-wrap {
  position: relative;
}

.mov-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: all 1s ease 0s;
  z-index: -1;
}

/* 当院の特徴 */
.p-front-feature {
  position: relative;
  padding: 80px 0 30px 0;
  overflow: hidden;
}

.p-front-feature__heading {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.p-front-feature__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 170px;
  height: 170px;
  margin: auto;
  border-radius: 100px;
  background-color: #e9f6ef;
}

@media screen and (max-width: 767px) {
  .p-front-feature__heading::before {
    width: 130px;
    height: 130px;
    top: -5px;
  }
}

.p-front-feature-block01 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 165px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01 {
    margin-bottom: 80px;
  }
}

.p-front-feature-block01::before {
  content: "";
  position: absolute;
  top: -30%;
  left: 50%;
  margin-left: -55vw;
  width: 32vw;
  height: 32vw;
  background-image: linear-gradient(178deg, rgba(246, 253, 249, 0) 14%, #e9f8ef 99%);
  border-radius: 1000px;
  z-index: -1;
}

.p-front-feature-block01--rev::before {
  content: "";
  position: absolute;
  top: 0%;
  left: auto;
  margin-left: 0;
  right: 50%;
  margin-right: -55vw;
  width: 32vw;
  height: 32vw;
  background-image: linear-gradient(2deg, rgba(246, 253, 249, 0) 14%, #e9f8ef 99%);
  border-radius: 1000px;
  z-index: -1;
  rotate: 180deg;
}

.p-front-feature-block01__content {
  position: relative;
  max-width: 50%;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__content {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .p-front-feature-block01::before {
    top: -12%;
    left: 50%;
    margin-left: -70vw;
    width: 80vw;
    height: 80vw;
  }
}

.p-front-feature-block01__content--reverse {
  order: 2;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__content--reverse {
    order: 1;
  }
}

.p-front-feature-block01__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 36px;
}

@media screen and (max-width: 1080px) {
  .p-front-feature-block01__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__head {
    flex-direction: row;
    align-items: center;
  }
}

.p-front-feature-block01__no {
  width: 156px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__no {
    width: 80px;
  }
}

.p-front-feature-block01__title {
  flex: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.72;
  letter-spacing: 0.15em;
  padding-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  .p-front-feature-block01__title {
    padding-bottom: 0;
    font-size: 29px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__title {
    font-size: 20px;
  }
}

.p-front-feature-block01__body {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__body {
    margin-top: 30px;
  }
}

.p-front-feature-block01__body p {
  line-height: 2.19;
  letter-spacing: 0.05em;
}

.p-front-feature-block01__img {
  width: 500px;
  max-width: 45%;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__img {
    width: 100%;
    max-width: 100%;
  }
}

.p-front-feature-block01__img img {
  border-radius: 20px;
}

.p-front-feature-block01__img--reverse {
  order: 1;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__img--reverse {
    order: 2;
  }
}

.p-front-feature-block02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 75px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .p-front-feature-block02 {
    gap: 50px;
  }
}

@media screen and (max-width: 1080px) {
  .p-front-feature-block02 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02 {
    display: none;
  }
}

.p-front-feature-block02::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 50%;
  margin-left: -55vw;
  width: 32vw;
  height: 32vw;
  background-image: linear-gradient(178deg, rgba(246, 253, 249, 0) 14%, #e9f8ef 99%);
  border-radius: 1000px;
  z-index: -1;
}

.p-front-feature-block02__item {
  position: relative;
}

.p-front-feature-block02__no {
  position: absolute;
  top: -66px;
  left: 30px;
  width: 122px;
  height: 122px;
}

.p-front-feature-block02__img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.p-front-feature-block02__contents {
  padding-top: 50px;
}

.p-front-feature-block02__title {
  margin-bottom: 50px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.p-front-feature-block02__text {
  line-height: 2.19;
  letter-spacing: 0.05em;
}

/* ごあいさつ */
.p-front-greeting {
  position: relative;
  margin-bottom: 0px;
  padding: 60px 0 130px 0;
}

@media screen and (max-width: 767px) {
  .p-front-greeting {
    margin-bottom: 0px;
    padding: 100px 0 80px 0;
  }
}

.p-front-greeting__heading {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.p-front-greeting__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 170px;
  height: 170px;
  margin: auto;
  border-radius: 100px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-greeting__heading::before {
    width: 80px;
    height: 80px;
  }
}

.p-front-greeting__btn {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}

.p-front-greeting-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-front-greeting-block01__left {
  position: relative;
  width: 500px;
  max-width: 45%;
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01__left {
    width: 100%;
    max-width: 100%;
  }

  .p-front-greeting__btn {
    margin-top: 40px;
  }
}

.p-front-greeting-block01__left figure {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01__left figure {
    margin-bottom: 30px;
  }
}

.p-front-greeting-block01__left figure img {
  border-radius: 20px;
}

.p-front-greeting-block01__right {
  position: relative;
  max-width: 50%;
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01__right {
    width: 100%;
    max-width: 100%;
  }
}

.p-front-greeting-block01__positon {
  margin-bottom: 25px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #068e00;
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01__positon {
    font-size: 14px;
  }
}

.p-front-greeting-block01 h3 {
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01 h3 {
    font-size: 24px;
  }
}

.p-front-greeting-block01__kana {
  font-family: "dinr_B", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.69;
  letter-spacing: 0.15em;
  color: #71c347;
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01__kana {
    font-size: 14px;
  }
}

.p-front-greeting-block01__text {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01__text {
    margin-top: 40px;
  }
}

.p-front-greeting-block01__text p {
  margin-bottom: 1.7em;
  line-height: 2.19;
  letter-spacing: 0.05em;
}

:where(.l-page) section:first-of-type {
  padding: 135px 0 80px;
}

@media screen and (max-width: 767px) {
  :where(.l-page) section:first-of-type {
    padding: 80px 0 60px;
  }
}

:where(.l-page) section {
  padding: 100px 0 100px;
}

@media screen and (max-width: 767px) {
  :where(.l-page) section {
    padding: 60px 0 60px;
  }
}

#page03-02 {
  padding-top: 100px;
  margin-top: -100px;
}

.p-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.p-block01--rev {
  flex-direction: row-reverse;
}

.p-block01__content {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-block01__content {
    width: 100%;
  }
}

.p-block01__content p {
  line-height: 2.19;
  letter-spacing: 0.05em;
}

.p-block01__title {
  margin-bottom: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.83;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .p-block01__title {
    font-size: 22px;
  }
}

.p-block01__btn {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .p-block01__btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.p-block01__img {
  width: 500px;
  max-width: calc(50% - 40px);
}

.p-block01__img img {
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-block01__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.p-block02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 50px;
}

.p-block02--pt2 {
  gap: 20px 100px;
}

@media screen and (max-width: 1080px) {
  .p-block02--pt2 {
    gap: 20px 50px;
  }
}

.p-block02__content {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-block02__content {
    width: 100%;
  }
}

.p-block02__content p {
  line-height: 2.19;
  letter-spacing: 0.05em;
}

.p-block02__title {
  margin-bottom: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.83;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-block02__title {
    font-size: 20px;
  }
}

.p-block02__btn {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-block02__btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.p-block02__img {
  width: fit-content;
  max-width: calc(50% - 40px);
}

.p-block02__img img {
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-block02__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

.p-block03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px 37px;
  position: relative;
  padding-inline: 0 220px;
}

@media screen and (max-width: 1200px) {
  .p-block03 {
    padding-inline: 0;
  }
}

@media screen and (max-width: 1080px) {
  .p-block03 {
    flex-direction: column;
    margin-bottom: 60px;
  }
}

.p-block03::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 60px;
  width: 100px;
  height: 3px;
  background-color: #3e6a51;
}

@media screen and (max-width: 1200px) {
  .p-block03::after {
    display: none;
  }
}

.p-block03--rev {
  flex-direction: row-reverse;
  padding-inline: 220px 0;
}

@media screen and (max-width: 1200px) {
  .p-block03--rev {
    padding-inline: 0;
  }
}

@media screen and (max-width: 1080px) {
  .p-block03--rev {
    flex-direction: column;
    margin-bottom: 60px;
  }
}

.p-block03--rev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 60px;
  right: auto;
  width: 100px;
  height: 3px;
  background-color: #3e6a51;
}

.p-block03__imgs {
  position: relative;
  width: fit-content;
  max-width: calc(33% - 37px);
}

@media screen and (max-width: 1080px) {
  .p-block03__imgs {
    max-width: 100%;
  }
}

.p-block03__img01 {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-block03__img01 img {
    width: 100px;
  }
}

.p-block03__img02 {
  margin: 32px 0 0 35px;
}

@media screen and (max-width: 767px) {
  .p-block03__img02 {
    margin: 20px 0 0 20px;
  }
}

.p-block03__contents {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-block03__contents {
    width: 100%;
  }
}

.p-block03__contents p {
  line-height: 2.19;
  letter-spacing: 0.05em;
}

.p-block03__title {
  margin-bottom: 25px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #068e00;
}

@media screen and (max-width: 767px) {
  .p-block03__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.p-frame01 {
  position: relative;
  padding: 90px 30px 60px 60px;
  border: solid 3px #90e1b3;
  border-radius: 20px;
}

@media screen and (max-width: 1080px) {
  .p-frame01 {
    padding: 90px 30px 60px 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-frame01 {
    padding: 50px 20px 30px 20px;
  }
}

.p-frame01--pt01 {
  padding: 90px 60px 60px 90px;
}

@media screen and (max-width: 1080px) {
  .p-frame01--pt01 {
    padding: 90px 30px 60px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-frame01--pt01 {
    padding: 50px 20px 30px 20px;
  }
}

.p-frame01__title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: -37px 0 0 0;
  width: fit-content;
  height: 75px;
  margin: 0 auto;
  padding: 9px 50px 9px;
  background-color: #56af28;
  border-radius: 50px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.46;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-frame01__title {
    inset: -36px 0 0 0;
    height: 65px;
    padding: 4px 28px 5px;
    font-size: 16px;
  }
}

.p-frame01__lead {
  margin-bottom: 50px;
  padding-bottom: 65px;
  text-align: center;
  font-weight: 700;
  border-bottom: 2px dotted #3ba3d5;
}

@media screen and (max-width: 767px) {
  .p-frame01__lead {
    margin-bottom: 45px;
    padding-bottom: 40px;
  }
}

.p-frame01__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.p-frame01__list li {
  width: 33.3%;
  margin-bottom: 13px;
  padding: 0 15px 0 30px;
  background: url("./img/icon-check01.svg") no-repeat 0% 10px;
  background-size: 16px auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.94;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1080px) {
  .p-frame01__list li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-frame01__list li {
    width: 100%;
    padding: 0 15px 0 26px;
    font-size: 16px;
    background-size: 14px auto;
  }
}

.p-frame01__list--pt01 {
  padding-inline: 50px;
}

@media screen and (max-width: 1080px) {
  .p-frame01__list--pt01 {
    padding-inline: 0px;
  }
}

.p-frame01__list--col02 li {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-frame01__list--col02 li {
    width: 100%;
  }
}

.p-frame01__memo {
  margin-top: 50px;
  padding-top: 45px;
  border-top: 1px dotted #90e1b3;
}

@media screen and (max-width: 767px) {
  .p-frame01__memo {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.p-frame01__memo p {
  line-height: 2.19;
  letter-spacing: 0.8px;
}

.p-frame02 {
  width: 100%;
  padding: 100px 20px 100px;
  border-radius: 20px;
  background-color: #f9faf9;
}

@media screen and (max-width: 767px) {
  .p-frame02 {
    padding: 50px 20px 50px;
  }
}

.p-heading01 {
  position: relative;
  margin-bottom: 30px;
  padding: 18px 20px 19px 72px;
  border-radius: 5px;
  background-color: #068e00;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-heading01 {
    font-size: 20px;
    padding: 14px 20px 14px 48px;
  }
}

.p-heading01::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 30px;
  width: 19px;
  height: 19px;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  .p-heading01::before {
    top: 22px;
    left: 17px;
    width: 16px;
    height: 16px;
  }
}

.p-heading02 {
  position: relative;
  margin-bottom: 30px;
  padding: 12px 20px 12px 20px;
  border-radius: 5px;
  background-color: #f8992c;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-heading02 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.p-sub-heading01 {
  position: relative;
  margin-bottom: 30px;
  padding: 0 0px 9px 24px;
  border-bottom: 2px solid #058e00;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
}

@media screen and (max-width: 767px) {
  .p-sub-heading01 {
    margin-bottom: 20px;
    padding: 0 0px 8px 28px;
    font-size: 18px;
  }
}

.p-sub-heading01::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 10px;
  height: calc(100% - 9px);
  border-radius: 2px;
  background-color: #71c347;
}

@media screen and (max-width: 767px) {
  .p-sub-heading01::before {
    width: 8px;
  }
}

.p-sub-heading01--pt2 {
  border-bottom: 2px solid #f8992c;
}

.p-sub-heading01--pt2::before {
  background-color: #f8992c;
}

.p-card01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 80px;
}

@media screen and (max-width: 1080px) {
  .p-card01 {
    gap: 80px 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-card01 {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

.p-card01__img {
  margin-block: 40px;
}

.p-card01__img img {
  border-radius: 20px;
}

.p-card01__text {
  line-height: 2.19;
  letter-spacing: 0.05em;
}

.p-ol01__item {
  display: flex;
  justify-content: space-between;
}

.p-ol01__item:last-of-type .p-ol01__no::before {
  inset: auto 0 50px 0;
  height: calc(100% - 50px);
}

.p-ol01__no {
  position: relative;
  width: 80px;
  background-color: #fff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-ol01__no {
    width: 50px;
  }
}

.p-ol01__no::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  width: 2px;
  height: 100%;
  margin: auto;
  border-left: 3px dotted #8d9f8d;
  z-index: -1;
}

.p-ol01__no--last::before {
  inset: auto 0 100px 0;
  height: calc(100% - 100px);
}

.p-ol01__no>p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background-color: #71c347;
  color: #fff;
  text-align: center;
  font-family: "dinr_R", sans-serif;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 9px;
}

@media screen and (max-width: 767px) {
  .p-ol01__no>p {
    width: 50px;
    height: 50px;
    font-size: 26px;
    padding-bottom: 2px;
  }
}

.p-ol01__content {
  flex: 1;
  padding: 5px 0px 80px 70px;
}

@media screen and (max-width: 1080px) {
  .p-ol01__content {
    padding: 0px 0px 80px 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-ol01__content {
    padding: 0px 0px 60px 20px;
  }
}

.p-ol01__title {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #058e00;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.23;
}

@media screen and (max-width: 767px) {
  .p-ol01__title {
    font-size: 18px;
  }
}

.p-ol01__text {
  line-height: 2.19;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-ol01__text {
    font-size: 14px;
  }
}

.p-ol01__img {
  width: 280px;
  max-width: 100%;
}

.p-ol01__img img {
  border-radius: 20px;
}

/* 医院案内 */
.p-clinic-info-block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.p-clinic-info-block01__content {
  width: 35%;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .p-clinic-info-block01__content {
    width: 100%;
    padding-right: 0px;
  }
}

.p-clinic-info-block01__content p {
  margin-bottom: 1.5em;
}

.p-clinic-info-block01__img {
  width: 65%;
}

@media screen and (max-width: 767px) {
  .p-clinic-info-block01__img {
    width: calc(100% - 40px);
    margin: auto;
  }
}

.p-clinic-info-block01__slick {
  width: 600px;
  max-width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-clinic-info-block01__slick {
    width: 100%;
  }
}

.p-clinic-info-block01__slick .slick-prev:before {
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  left: -20px;
  width: 40px;
  height: 40px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .p-clinic-info-block01__slick .slick-prev:before {
    top: calc(50% - 12px);
    left: 0px;
    width: 20px;
    height: 20px;
  }
}

.p-clinic-info-block01__slick .slick-next:before {
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  right: -20px;
  width: 40px;
  height: 40px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-clinic-info-block01__slick .slick-next:before {
    top: calc(50% - 12px);
    right: 0px;
    width: 20px;
    height: 20px;
  }
}

.p-clinic-info-block02 {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.p-clinic-info-block02 table {
  width: 100%;
  margin: 0 0 30px 0;
  color: #068e00;
}

.p-clinic-info-block02 table thead th {
  padding: 0px 10px 15px 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  background-color: transparent;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-clinic-info-block02 table thead th {
    font-size: 15px;
  }
}

.p-clinic-info-block02 table thead td {
  padding: 0 10px 15px 10px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-clinic-info-block02 table thead td {
    padding: 0 5px 15px 5px;
    font-size: 14px;
  }
}

.p-clinic-info-block02 table tbody th {
  padding: 17px 10px 15px 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  background-color: transparent;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-clinic-info-block02 table tbody th {
    font-size: 15px;
  }
}

.p-clinic-info-block02 table tbody th span {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 10px;
  padding: 6px 8px 5px 8px;
  background-color: rgba(6, 142, 0, 0.25);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-clinic-info-block02 table tbody th span {
    margin-right: 0px;
    font-size: 10px;
  }
}

.p-clinic-info-block02 table tbody td {
  padding: 17px 10px 15px 10px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-clinic-info-block02 table tbody td {
    padding: 13px 5px 11px 5px;
    font-size: 14px;
  }
}

.p-clinic-info-block02__memo {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-clinic-info-block02__memo {
    font-size: 11px;
  }
}

.p-clinic-info-block03 {
  background-color: #f9fafe;
}

.p-clinic-info-block03__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}

.p-clinic-info-block03__img {
  width: 50%;
  padding: 0 30px 0 0;
}

@media screen and (max-width: 767px) {
  .p-clinic-info-block03__img {
    width: 100%;
    padding: 0 0px 0 0;
    text-align: center;
  }
}

.p-clinic-info-block03__img img {
  position: relative;
  top: 65px;
}

@media screen and (max-width: 767px) {
  .p-clinic-info-block03__img img {
    top: 0px;
  }
}

.p-clinic-info-block03__content {
  width: 50%;
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .p-clinic-info-block03__content {
    width: 100%;
    padding-top: 35px;
  }
}

.p-clinic-info-block03__content p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-clinic-info-block03__content p {
    font-size: 13px;
  }
}

.p-clinic-info-map {
  text-align: center;
}

.p-clinic-info-map iframe {
  border-radius: 20px;
}

.p-clinic-info-map__address {
  margin-bottom: 10px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-clinic-info-map__address {
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}

.p-clinic-info-map__tel {
  margin-bottom: 45px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  font-size: 35px;
}

@media screen and (max-width: 767px) {
  .p-clinic-info-map__tel {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

.p-clinic-info-map__route {
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-clinic-info-map__route {
    font-size: 14px;
  }
}

/* 整形外科
--------------------------- */
.p-ortho-sec03 .p-block02__btn a {
  width: 350px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.p-ortho-sec03 .p-block02__btn a:before {
  top: 18px;
  right: 20px;
  width: 14px;
  height: 7px;
}

.p-ortho-sec04-list {
  font-weight: bold;
}

.p-ortho-sec04-list li {
  margin-bottom: 10px;
}

/* リハビリテーション科
--------------------------- */
.p-rehabili-sec03-block01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 130px;
  border-radius: 100px;
  background-color: #fff;
  padding: 35px 20px;
}

.p-rehabili-sec03-block01>p {
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-rehabili-sec03 .c-card01__no {
  background-color: #f8992c;
}

/* 骨粗しょう症
--------------------------- */
.p-osteo-sec01 {
  padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .p-osteo-sec01 {
    padding-bottom: 60px;
  }
}

.p-osteo-sec02 {
  padding-block: 120px 110px;
}

@media screen and (max-width: 767px) {
  .p-osteo-sec02 {
    padding-block: 60px;
  }
}

.p-osteo-sec02__memo {
  margin-bottom: 90px;
  font-size: 13px;
  letter-spacing: 0.65px;
  color: #7c7c7c;
}

@media screen and (max-width: 767px) {
  .p-osteo-sec02__memo {
    margin-bottom: 50px;
  }
}

.p-osteo-sec02__lead {
  line-height: 2.19;
  letter-spacing: 0.05em;
}

.p-osteo-sec02-block01 {
  margin-bottom: 24px;
  padding: 30px 0;
  background-color: #fff;
}

.p-osteo-sec02-block01__img {
  width: fit-content;
  max-width: 100%;
  margin: auto;
  text-align: center;
}

.p-osteo-sec04 .p-block02 {
  margin-bottom: 75px;
  gap: 100px;
}

@media screen and (max-width: 1080px) {
  .p-osteo-sec04 .p-block02 {
    gap: 90px 55px;
  }
}

@media screen and (max-width: 767px) {
  .p-osteo-sec04 .p-block02 {
    gap: 40px;
  }
}

.p-osteo-sec04 .p-block02:last-of-type {
  margin-bottom: 0;
}

.p-osteo-sec05__subtitle {
  margin-bottom: 50px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.52;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-osteo-sec05__subtitle {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.p-osteo-sec05 .p-frame02.--pt1 {
  padding-block: 90px;
}

@media screen and (max-width: 767px) {
  .p-osteo-sec05 .p-frame02.--pt1 {
    padding-block: 50px;
  }
}

.p-osteo-sec05 .p-frame02.--pt2 {
  padding-block: 40px 40px;
}

/* 医院案内
--------------------------- */
.p-clinic-block01 {
  display: grid;
  grid-template-columns: 33% calc(67% - 100px);
  justify-content: space-between;
  align-self: flex-start;
  gap: 100px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .p-clinic-block01 {
    grid-template-columns: 33% calc(67% - 50px);
    gap: 50px;
  }
}

@media screen and (max-width: 1080px) {
  .p-clinic-block01 {
    grid-template-columns: 100%;
  }
}

.p-clinic-block01__content {
  line-height: 2.19;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1080px) {
  .p-clinic-block01__content {
    order: 2;
  }
}

.p-clinic-block01__imgs {
  padding-inline: 60px;
}

@media screen and (max-width: 1080px) {
  .p-clinic-block01__imgs {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-clinic-block01__imgs {
    padding-inline: 35px;
  }
}

.p-clinic-slider .slick-prev {
  left: -55px;
  width: 31px;
  height: 59px;
  background: url("./img/clinic/slider-arrow1.png") no-repeat 0% 50%;
  background-size: 31px auto;
}

@media screen and (max-width: 767px) {
  .p-clinic-slider .slick-prev {
    left: -35px;
    width: 15px;
    height: 36px;
  }
}

.p-clinic-slider .slick-prev:hover,
.p-clinic-slider .slick-prev:focus {
  background: url("./img/clinic/slider-arrow1.png") no-repeat 0% 50%;
  background-size: 31px auto;
}

.p-clinic-slider .slick-prev:before {
  content: "";
}

.p-clinic-slider .slick-next {
  right: -55px;
  width: 31px;
  height: 59px;
  background: url("./img/clinic/slider-arrow2.png") no-repeat 100% 50%;
  background-size: 31px auto;
}

@media screen and (max-width: 767px) {
  .p-clinic-slider .slick-next {
    right: -35px;
    width: 15px;
    height: 36px;
  }
}

.p-clinic-slider .slick-next:hover,
.p-clinic-slider .slick-next:focus {
  background: url("./img/clinic/slider-arrow2.png") no-repeat 100% 50%;
  background-size: 31px auto;
}

.p-clinic-slider .slick-next:before {
  content: "";
}

.p-clinic-slider .slick-track img {
  border-radius: 10px;
}

.p-clinic-block02 {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.p-clinic-block02__table {
  width: 100%;
  margin: 0 0 15px;
}

.p-clinic-block02__table thead th {
  padding: 0px 10px 25px 0;
  border: none;
  background-color: transparent;
  font-size: 22px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-clinic-block02__table thead th {
    padding: 0px 10px 15px 0;
    font-size: 15px;
  }
}

.p-clinic-block02__table thead td {
  padding: 0 20px 25px 20px;
  border: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-clinic-block02__table thead td {
    padding: 0 5px 15px 5px;
    font-size: 15px;
  }
}

.p-clinic-block02__table thead .p-table01-last {
  padding: 0 0px 25px 0px;
}

@media screen and (max-width: 767px) {
  .p-clinic-block02__table thead .p-table01-last {
    padding: 0 0px 15px 0px;
  }
}

.p-clinic-block02__table tbody th {
  padding: 27px 10px 25px 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  background-color: transparent;
  font-family: "dinr_R", sans-serif;
  font-size: 25px;
  text-align: left;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-clinic-block02__table tbody th {
    padding: 17px 10px 15px 0;
    font-size: 15px;
  }
}

.p-clinic-block02__table tbody th span {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 18px;
  padding: 5px 5px 5px 5px;
  background-color: #068e00;
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-clinic-block02__table tbody th span {
    font-size: 13px;
  }
}

.p-clinic-block02__table tbody td {
  padding: 27px 20px 25px 20px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #71c347;
}

@media screen and (max-width: 767px) {
  .p-clinic-block02__table tbody td {
    padding: 17px 8px 15px 8px;
    font-size: 16px;
  }
}

.p-clinic-block02__table tbody tr:first-of-type th span {
  margin-right: 33px;
}

.p-clinic-block02__table tbody tr:last-of-type th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.p-clinic-block02__table tbody tr:last-of-type td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .p-clinic-block02__table .p-table01-last {
    padding-right: 0px;
    padding-left: 2px;
  }
}

.p-clinic-sec02__address {
  width: fit-content;
  margin: 0 auto 40px;
  padding-left: 30px;
  background: url("./img/icon-location.svg") no-repeat 0 0;
  background-size: 15px auto;
  letter-spacing: 0.15em;
}

.p-clinic-sec02__route {
  margin-bottom: 38px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.11;
  letter-spacing: 0.15em;
  text-align: center;
}

.p-clinic-sec02__youtube {
  text-align: center;
}

.p-clinic-sec02__youtube iframe {
  width: 886px;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 20px;
}

.p-clinic-sec02-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

@media screen and (max-width: 1080px) {
  .p-clinic-sec02-block01 {
    grid-template-columns: 1fr;
  }
}

.p-clinic-sec02-block01__item {
  width: 100%;
}

.p-clinic-sec02-block01__item iframe {
  width: 100%;
  height: 450px;
  border-radius: 20px;
}

.p-clinic-sec02-block01__item img {
  width: 100%;
}

.p-clinic-sec03__list {
  margin-block: 30px;
  font-weight: bold;
  line-height: 1.6;
}

.p-clinic-sec03__list li {
  margin-bottom: 7px;
}

/* margin top */
.u-mt0 {
  margin-top: 0px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt110 {
  margin-top: 110px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mt130 {
  margin-top: 130px;
}

.u-mt140 {
  margin-top: 140px;
}

.u-mt150 {
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .u-mt0--sp {
    margin-top: 0px;
  }

  .u-mt5--sp {
    margin-top: 5px;
  }

  .u-mt10--sp {
    margin-top: 10px;
  }

  .u-mt15--sp {
    margin-top: 15px;
  }

  .u-mt20--sp {
    margin-top: 20px;
  }

  .u-mt30--sp {
    margin-top: 30px;
  }

  .u-mt50--sp {
    margin-top: 50px;
  }

  .u-mt60--sp {
    margin-top: 60px;
  }

  .u-mt70--sp {
    margin-top: 70px;
  }

  .u-mt80--sp {
    margin-top: 80px;
  }
}

/* margin bottom */
.u-mb0 {
  margin-bottom: 0px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb105 {
  margin-bottom: 105px;
}

.u-mb110 {
  margin-bottom: 110px;
}

.u-mb115 {
  margin-bottom: 1115px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-mb125 {
  margin-bottom: 125px;
}

.u-mb130 {
  margin-bottom: 130px;
}

.u-mb135 {
  margin-bottom: 135px;
}

.u-mb140 {
  margin-bottom: 140px;
}

.u-mb145 {
  margin-bottom: 145px;
}

.u-mb150 {
  margin-bottom: 150px;
}

.u-mb160 {
  margin-bottom: 160px;
}

.u-mb170 {
  margin-bottom: 170px;
}

.u-mb180 {
  margin-bottom: 180px;
}

.u-mb190 {
  margin-bottom: 190px;
}

.u-mb200 {
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .u-mb0--sp {
    margin-bottom: 0px;
  }

  .u-mb5--sp {
    margin-bottom: 5px;
  }

  .u-mb10--sp {
    margin-bottom: 10px;
  }

  .u-mb15--sp {
    margin-bottom: 15px;
  }

  .u-mb20--sp {
    margin-bottom: 20px;
  }

  .u-mb25--sp {
    margin-bottom: 25px;
  }

  .u-mb30--sp {
    margin-bottom: 30px;
  }

  .u-mb35--sp {
    margin-bottom: 35px;
  }

  .u-mb40--sp {
    margin-bottom: 40px;
  }

  .u-mb45--sp {
    margin-bottom: 45px;
  }

  .u-mb50--sp {
    margin-bottom: 50px;
  }

  .u-mb55--sp {
    margin-bottom: 55px;
  }

  .u-mb60--sp {
    margin-bottom: 60px;
  }

  .u-mb65--sp {
    margin-bottom: 65px;
  }

  .u-mb70--sp {
    margin-bottom: 70px;
  }

  .u-mb75--sp {
    margin-bottom: 75px;
  }

  .u-mb80--sp {
    margin-bottom: 80px;
  }

  .u-mb85--sp {
    margin-bottom: 85px;
  }

  .u-mb90--sp {
    margin-bottom: 90px;
  }

  .u-mb95--sp {
    margin-bottom: 95px;
  }

  .u-mb100--sp {
    margin-bottom: 100px;
  }

  .u-mb110--sp {
    margin-bottom: 110px;
  }

  .u-mb120--sp {
    margin-bottom: 120px;
  }

  .u-mb130--sp {
    margin-bottom: 130px;
  }

  .u-mb140--sp {
    margin-bottom: 140px;
  }

  .u-mb150--sp {
    margin-bottom: 150px;
  }
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

/* padding top */
.u-pt0 {
  padding-top: 0px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pt100 {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .u-pt0--sp {
    padding-top: 0px;
  }

  .u-pt10--sp {
    padding-top: 10px;
  }

  .u-pt15--sp {
    padding-top: 15px;
  }

  .u-pt20--sp {
    padding-top: 20px;
  }

  .u-pt30--sp {
    padding-top: 30px;
  }

  .u-pt40--sp {
    padding-top: 40px;
  }

  .u-pt50--sp {
    padding-top: 50px;
  }

  .u-pt60--sp {
    padding-top: 60px;
  }
}

/* padding bottom */
.u-pb0 {
  padding-bottom: 0px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pb100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .u-pb0--sp {
    padding-bottom: 0px;
  }

  .u-pb10--sp {
    padding-bottom: 10px;
  }

  .u-pb15--sp {
    padding-bottom: 15px;
  }

  .u-pb20--sp {
    padding-bottom: 20px;
  }

  .u-pb30--sp {
    padding-bottom: 30px;
  }

  .u-pb40--sp {
    padding-bottom: 40px;
  }

  .u-pb50--sp {
    padding-bottom: 50px;
  }

  .u-pb60--sp {
    padding-bottom: 60px;
  }
}

/* text align */
.u-text-center {
  text-align: center;
}

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

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

@media screen and (max-width: 767px) {
  .u-text-left-sp {
    text-align: left;
  }
}

/* レスポンシブの改行 */
.u-pc-none {
  display: none;
}

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

.u-tb-show {
  display: none;
}

@media screen and (max-width: 1080px) {
  .u-tb-show {
    display: block;
  }
}

.u-tb-none {
  display: block;
}

@media screen and (max-width: 1080px) {
  .u-tb-none {
    display: none;
  }
}

.u-sp-none {
  display: block;
}

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

.u-sp-show {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-sp-show {
    display: block;
  }
}

/* Color */
.u-color-white {
  color: #fff;
}

.u-color-green {
  background-color: #f9faf9;
}

/* tel number */
.u-tel {
  color: inherit;
  text-decoration: none;
}

.u-tel:hover {
  opacity: 1;
}

/* font */
.u-font18 {
  font-size: 18px;
}

.u-text {
  line-height: 2.19;
  letter-spacing: 0.05em;
}

.u-memo {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #8b8b8b;
}

/* highlight */
.u-highlight {
  background: linear-gradient(transparent 80%, #fff800 80% 100%, transparent 100%);
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
}

.c-fix-banner-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-fix-banner-sp {
    display: block;
    position: fixed;
    bottom: 0%;
    left: 0;
    z-index: 775;
  }
}