@charset "UTF-8";
/*
Theme Name: hayashi
Version: 1.0
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");

/* DIN Next Rounded LT Pro */
@font-face {
  font-family: 'dinr_L';
  src: url('font/dinr_L.woff2') format('woff2'),
    url('font/dinr_L.woff') format('woff'),
    url('font/dinr_L.otf') format('opentype');
}

@font-face {
  font-family: 'dinr_R';
  src: url('font/dinr_R.woff2') format('woff2'),
    url('font/dinr_R.woff') format('woff'),
    url('font/dinr_R.otf') format('opentype');
}

@font-face {
  font-family: 'dinr_M';
  src: url('font/dinr_M.woff2') format('woff2'),
    url('font/dinr_M.woff') format('woff'),
    url('font/dinr_M.otf') format('opentype');
}

@font-face {
  font-family: 'dinr_B';
  src: url('font/dinr_B.woff2') format('woff2'),
    url('font/dinr_B.woff') format('woff'),
    url('font/dinr_B.otf') format('opentype');
}


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

html {
  scroll-padding-top: 200px;
  /* ヘッダーの高さ */
}

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

/* 1, Elements  */
html {
  overflow-x: hidden;
}

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: 2.33;
  letter-spacing: 0.1em;
}

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

body.front-page {
  font-size: 15px;
  /* line-height: 1.53; */
}

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-container {
  position: relative;
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

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

/* Header */
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 104px;
  margin: auto;
  padding: 0px;
  z-index: 777;
  background-color: rgba(255, 255, 255, 0.8);
}

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

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

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

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

@media screen and (max-width: 1330px) {
  .l-header__left {
    width: 29%;
    display: flex;
    align-items: center;
    padding-top: 5px;
  }
}

@media screen and (max-width: 1049px) {
  .l-header__left {
    width: unset;
    padding-top: unset;
  }
}

@media screen and (max-width: 767px) {
  .l-header__left {
    width: 260px;
    padding-top: 8px;
  }
}

.l-header__right {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 300px);
  padding: 0 0 0px 0;
}

@media screen and (max-width: 1330px) {
  .l-header__right {
    width: 71%;
  }
}

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

.l-header-branding {
  margin: 0px;
  padding: 21px 0 0 0;
  line-height: 1;
}

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

@media screen and (max-width: 1049px) {
  .l-header-branding {
    /* width: 240px; */
    padding: 13px 0 0 0;
    max-width: 320px;
  }
}

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

.l-header-info {
  width: 290px;
  margin-top: 20px;
  margin-left: 0px;
  text-align: right;
  line-height: 1.5;
}

@media screen and (max-width: 1330px) {
  .l-header-info {
    width: 35%;
  }
}

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

.l-header-info__address {
  position: relative;
  margin-bottom: 6px;
  color: #828282;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
}

.l-header-info__tel>a {
  display: inline-block;
  padding: 0 0 0 35px;
  background: url("./img/icon_tel_blue.svg") no-repeat 0% 0px;
  background-size: 28px;
  font-size: 36px;
  font-family: "dinr_R", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1330px) {
  .l-header-info__tel>a {
    font-size: 3vw;
    white-space: nowrap;
  }

  .l-header-info__address {
    font-size: 1vw;
  }
}

::-webkit-full-page-media,
:future,
:root .l-header-info__address {
  font-size: 12px;
  text-align: right;
}

::-webkit-full-page-media,
:future,
:root .l-header-info {
  width: 320px;
}

/* Navi */
.l-gnav {
  width: calc(100% - 320px);
  margin: 10px 0 0 0;
  padding: 0px 0px 0 0px;
}

@media screen and (max-width: 1330px) {
  .l-gnav {
    width: 65%;
  }
}

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

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

.l-single-content h1 {
  margin: 1.5em 0 0.5em 0;
  font-size: 25px;
}

.l-single-content h2 {
  margin: 1.5em 0 0.5em 0;
  font-size: 20px;
}

.l-single-content h3 {
  margin: 1.5em 0 0.5em 0;
  font-size: 18px;
}

.l-single-content h4 {
  margin: 1.5em 0 0.5em 0;
  font-size: 16px;
}

.l-single-content h5 {
  margin: 1.5em 0 0.5em 0;
  font-size: 15px;
}

.l-single-content h6 {
  margin: 1.5em 0 0.5em 0;
  font-size: 14px;
}

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

.l-single-content figure {
  margin-bottom: 1em;
}

/* ブログ 記事一覧
--------------------------- */
/* リストのリンク */
.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: "Roboto", 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: 150px;
}

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

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

footer {
  position: relative;
  background-color: #E2E5F1;
}

/* 医院情報 */
.l-footer-information {
  background: url(img/bg_footer.png) no-repeat;
  background-size: cover;
  padding: 100px 0 110px 0;
}

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

.l-footer-information .l-container {
  background: #fff;
  width: 1200px;
  padding: 80px 70px;
  border-radius: 30px;
}

@media screen and (max-width: 767px) {
  .l-footer-information .l-container {
    background: #fff;
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 20px 20px;
  }
}

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

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

  .l-footer-information__brand img {
    width: 100%;
  }
}

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

@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: 767px) {
  .l-footer-information-block01__content {
    max-width: 100%;
  }
}

.l-footer-information-block01__table01 {
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  color: #004e88;
}

.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;
  border-bottom: 1px solid rgba(0, 78, 136, 0.5);
  background-color: transparent;
  font-size: 18px;
  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;
  border-bottom: 1px solid rgba(0, 78, 136, 0.5);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

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

.l-footer-information-block01__table01 table tbody th {
  padding: 17px 10px 15px 0;
  border: none;
  border-bottom: 1px solid rgba(0, 78, 136, 0.5);
  background-color: transparent;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-align: left;
}

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

.l-footer-information-block01__table01 table tbody th span {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 10px;
  padding: 3px 5px 2px 5px;
  background-color: rgba(0, 78, 136, 0.25);
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table tbody th span {
    margin-right: 0px;
  }
}

.l-footer-information-block01__table01 table tbody td {
  padding: 17px 10px 15px 10px;
  border: none;
  border-bottom: 1px solid rgba(0, 78, 136, 0.5);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

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

@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;
  font-size: 13px;
  color: #004e88;
}

.l-footer-information-block01__memo:not(:last-of-type) {
  margin-bottom: 20px;
}

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

.l-footer-information-block01__memo .heading {
  font-weight: 900;
  border-bottom: solid 1px #004E88;
}

.l-footer-information-block01__memo a {
  color: #e27d7d;
}

.l-footer-information-block01__notice {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 10px 0 8px;
  color: #0a62a3;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  border: dotted 2px #0A62A3;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__notice {
    padding: 10px 10px 8px;
    font-size: 13px;
  }
}

.l-footer-information-block01__info {
  /* margin-bottom: 60px; */
}

.l-footer-information-block01__address {
  margin-bottom: 15px;
  color: #004e88;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__address {
    font-size: 13px;
  }
  .l-footer-information-block01__info {
  margin-bottom: 40px;
}
}

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

.l-footer-information-block01__tel>a {
  display: inline-block;
  padding: 0 0 0 48px;
  background: url("./img/icon_tel_blue.svg") no-repeat 0% 6px;
  background-size: 30px;
  font-size: 45px;
  font-family: 'dinr_R', sans-serif;
  font-weight: 400;
  line-height: 1;
  /* letter-spacing: 0.09em; */
  color: #265375;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__tel>a {
    padding: 0 0 0 34px;
    background: url("./img/icon_tel_blue.svg") no-repeat 0% 4px;
    background-size: 25px;
    font-size: 30px;
  }
}

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

.l-footer-information-block01__map {
  width: 560px;
  max-width: 50%;
}

.l-footer-information-block01__map iframe {
  height: 720px;
  border-radius: 15px;
}

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

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

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

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

.l-footer-area .menu>li {}

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

.l-footer-area .menu>li>a {
  margin-bottom: 10px;
  padding: 0px 40px;
  font-size: 17px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l-footer-area .menu>li>a {
    margin-bottom: 25px;
    text-align: center;
  }
}

.l-footer-area .menu>li>a:hover {
  opacity: 0.8;
}

.l-footer-area .menu>li>a span {
  color: #7aaacd;
  font-size: 13px;
  font-family: 'dinr_B', sans-serif;
}

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

/* Breadcrumbs */
.c-breadcrumbs {
  margin: 30px 0 30px 0;
  background-color: #fff;
  font-size: 14px;
}

/* Button  */
.c-btn01 {
  display: inline-block;
  position: relative;
  width: 350px;
  max-width: 100%;
  padding: 17px 45px 19px 47px;
  border-radius: 50px;
  color: #fff;
  background-color: #FF6464;
  /*#E27D7D*/
  transition: all 0.2s;
  box-sizing: border-box;
  letter-spacing: 0.2em;
  font-size: 18px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1607843137);
}

.c-btn01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 1px;
  border-top: 1px solid #fff;
}

.c-btn01::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  width: 7px;
  height: 1px;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}

.c-btn01:hover {
  opacity: 0.8;
}

.c-btn01--large {
  font-size: 15px;
  font-weight: 500;
  padding: 1em 6em 1em 6em;
  background: url(./img/icon_arrow-white.png) no-repeat calc(100% - 40px) 46%;
  background-size: 20px auto;
  background-color: #ef939f;
}

@media screen and (max-width: 767px) {
  .c-btn01--large {
    width: 450px;
    max-width: 100%;
    padding: 1em 0.5em 2.5em 0.5em;
    background-position: 53% calc(100% - 20px);
  }
}

.c-btn02 {
  display: inline-block;
  position: relative;
  width: 600px;
  max-width: 100%;
  padding: 22px 10px 19px 10px;
  border-radius: 10px;
  color: #fff;
  background-color: #004e88;
  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: #004e88;
  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 #004e88;
}

.c-card01 {
  width: 32%;
}

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

.c-card01__link {
  display: block;
}

.c-card01__link:hover {
  opacity: unset;
}

.c-card01__img {
  overflow: hidden;
}

.c-card01__img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/3;
}

.c-card01__contents {
  margin-bottom: 20px;
  padding: 20px 20px;
  border: 1px solid #ddd;
}

.c-card01__title {
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}

.c-card01__desc {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.c-bgcolor-pink01 {
  background-color: #f5aab5;
}

.c-bgcolor-pink02 {
  background-color: #ef939f;
}

.c-front-description {
  color: #10598F;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.83;
}

@media screen and (max-width: 767px) {
  .c-front-description {
    font-size: 16px;
    text-align: left;
  }
}

.c-dl01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.c-dl01 dt {
  width: 100px;
  height: 30px;
  margin-bottom: 25px;
  padding: 4px 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-dl01 dt {
    margin: 0 0 10px 0;
  }
}

.c-dl01 dd {
  position: relative;
  top: -2px;
  width: calc(100% - 100px);
  margin-bottom: 25px;
  padding: 0px 0px 0 20px;
}

@media screen and (max-width: 767px) {
  .c-dl01 dd {
    width: 100%;
    margin-bottom: 40px;
    padding: 0px 0px 0 0px;
  }
}

.c-dl01__dt01 {
  background-color: #004e88;
}

.c-dl01__dt02 {
  background-color: #10598F;
}

.c-dl02 dt {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 50px;
  font-weight: 700;
}

.c-dl02 dt::before {
  content: "Q";
  position: absolute;
  top: 3px;
  left: 0;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  font-size: 22px;
  background-color: #004e88;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.c-dl02 dd {
  position: relative;
  margin-bottom: 50px;
  padding: 0 0 0 50px;
}

.c-dl02 dd::before {
  content: "A";
  position: absolute;
  top: 3px;
  left: 0;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  background-color: #10598F;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 1;
}

/* Form reset */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* form */
.c-form {
  width: 100%;
}

.c-form-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .c-form-item {
    margin-bottom: 15px;
  }
}

.c-form-item__submit {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-form-item__submit {
    margin-top: 35px;
  }
}

.c-form-item label {
  display: block;
  width: 300px;
  margin-bottom: 5px;
  padding: 10px 30px 5px 0;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .c-form-item label {
    width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px 5px 0;
    font-size: 12px;
    text-align: left;
  }
}

input {
  flex: 1;
  height: 50px;
  padding: 0 0.5em;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  input {
    flex: none;
    width: 100%;
    height: 35px;
  }
}

textarea {
  flex: 1;
  height: 300px;
  padding: 0.5em;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  textarea {
    flex: none;
    width: 100%;
    height: 105px;
  }
}

.required {
  padding: 0 5px;
  color: #ca5c7d;
}

.grecaptcha-badge {
  display: none;
}

.c-form-message {
  padding: 10px;
  text-align: left;
  border: 1px solid #F07C26;
  display: inline-block;
  width: 400px;
  text-align: center;
  max-width: 80%;
  margin-top: 50px;
}

.c-form-message strong {
  color: #ca5c7d;
  font-weight: bold;
}

/* 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-size: 35px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2;
  z-index: 2;
}

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

.c-front-heading__textBig::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 27px;
  height: 5px;
  margin: auto;
  border-bottom: 3px dotted #ffe55e;
}

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

.c-front-heading__textSmall {
  position: relative;
  font-size: 16px;
  font-weight: 900;
  font-family: 'dinr_B', sans-serif;
  color: #A0C7E5;
  line-height: 1.4;
  letter-spacing: 0.2em;
  z-index: 2;
}

.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; */
  min-height: 80px;
  margin-bottom: 5px;
  padding: 21px 10px 19px 130px;
  background-color: #0A62A3;
  color: #fff;
  display: flex;
  align-items: center;
  z-index: 2;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-page-heading {
    /* left: -20px; */
    width: 100%;
    height: 90px;
    margin-bottom: 5px;
    padding: 20px 10px 19px 80px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.c-page-heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 80px;
}

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

.c-page-heading.general::after {
  background: url(img/front/img_depart01.svg) center center no-repeat, #5AB7FD;
  background-size: 65px auto;
}

.c-page-heading.cataract::after {
  background: url(img/front/img_depart02.svg) center center no-repeat, #5AB7FD;
  background-size: 65px auto;
}

.c-page-heading.glaucoma::after {
  background: url(img/front/img_depart03.svg) center center no-repeat, #5AB7FD;
  background-size: 65px auto;
}

.c-page-heading.retina::after {
  background: url(img/front/img_depart04.svg) center center no-repeat, #5AB7FD;
  background-size: 65px auto;
}

.c-page-heading.pediatric::after {
  background: url(img/front/img_depart05.svg) center center no-repeat, #5AB7FD;
  background-size: 60px auto;
}

.c-page-heading.eyelids::after {
  background: url(img/front/img_depart06.svg) center center no-repeat, #5AB7FD;
  background-size: 65px auto;
}

.c-page-heading.contact::after {
  background: url(img/front/img_depart07.svg) center center no-repeat, #5AB7FD;
  background-size: 55px auto;
}

.c-page-heading.other::after {
  background: url(img/front/img_depart08.svg) center center no-repeat, #5AB7FD;
  background-size: 55px auto;
}

@media screen and (max-width: 767px) {
  .c-page-heading.general::after {
    background: url(img/front/img_depart01.svg) center center no-repeat, #5AB7FD;
    background-size: 35px auto;
  }

  .c-page-heading.cataract::after {
    background: url(img/front/img_depart02.svg) center center no-repeat, #5AB7FD;
    background-size: 35px auto;
  }

  .c-page-heading.glaucoma::after {
    background: url(img/front/img_depart03.svg) center center no-repeat, #5AB7FD;
    background-size: 35px auto;
  }

  .c-page-heading.retina::after {
    background: url(img/front/img_depart04.svg) center center no-repeat, #5AB7FD;
    background-size: 35px auto;
  }

  .c-page-heading.pediatric::after {
    background: url(img/front/img_depart05.svg) center center no-repeat, #5AB7FD;
    background-size: 30px auto;
  }

  .c-page-heading.eyelids::after {
    background: url(img/front/img_depart06.svg) center center no-repeat, #5AB7FD;
    background-size: 35px auto;
  }

  .c-page-heading.contact::after {
    background: url(img/front/img_depart07.svg) center center no-repeat, #5AB7FD;
    background-size: 25px auto;
  }

  .c-page-heading.other::after {
    background: url(img/front/img_depart08.svg) center center no-repeat, #5AB7FD;
    background-size: 25px auto;
  }
}

.c-page-heading__textBig {
  margin-right: 25px;
  font-size: 28px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  line-height: 1.25;
}

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

.c-page-heading__textSmall {
  margin-top: 4px;
  color: #a0c7e5;
  font-family: 'dinr_B', sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 767px) {
  .c-page-heading__textSmall {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}

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

.heading04 {
  background: #004e88;
  margin-bottom: 20px;
  padding: 10px 10px 12px;
  color: #fff;
  font-size: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
}

.p-department-block01__item.heading04.p-department-block01__ele:not(:last-of-type)+p {
  margin-bottom: 60px;
}

.c-sec-heading {
  background: #0a62a3;
  padding: 20px 20px 20px 32px;
  border-radius: 5px;
  display: flex;
}

.c-sec-heading__textBig {
  padding-left: 33px;
  color: #fff;
  font-size: 28px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  text-indent: -22px;
}

.c-sec-heading__textBig::before {
  content: "●";
  margin-right: 20px;
  color: #5AB7FD;
  font-size: 19px;
  display: inline-block;
}

.c-sec-heading__textSmall {
  margin-top: 6px;
  margin-left: 20px;
  color: #a0c7e5;
  font-size: 16px;
  font-family: 'dinr_B', sans-serif;
}

@media screen and (max-width: 767px) {
  .c-sec-heading {
    padding: 20px 20px 20px 32px;
    flex-wrap: wrap;
  }

  .c-sec-heading__textBig {
    font-size: 23px;
  }

  .c-sec-heading__textSmall {
    margin-top: 2px;
  }
}

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

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

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

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

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

.c-gnav .menu>li {
  position: relative;
  padding: 0 0px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}

.c-gnav .menu>li>a {
  display: block;
  position: relative;
  padding: 19px 20px 17px 20px;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.15em;
  line-height: 1.6;
}

.c-gnav .menu>li:first-child>a {
  padding: 22px 20px 25px 20px;
}

@media screen and (max-width: 1330px) {
  .c-gnav .menu>li>a {
    padding: 19px 11px 17px 11px;
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 1200px) {
  .c-gnav .menu>li>a {
    padding: 19px 11px 17px 11px;
  }
}

.c-gnav .menu>li>a:hover {
  opacity: 1;
  color: #10598F;
}

.c-gnav .menu>li>a>span {
  display: block;
  color: #0a62a3;
  font-size: 13px;
  font-family: 'dinr_B', sans-serif;
  letter-spacing: 0.2em;
  opacity: 0.75;
}

/* 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: 1049px) {
  .c-nav-button__wrap {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
  }

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

  .c-nav-button span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #004e88;
    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: #004e88;
    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;
    padding-top: 1rem;
  }

  .c-nav-sp .menu>li {
    margin: 0;
    border-bottom: 1px solid rgb(255 255 255 / 19%);
  }

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

  .c-nav-sp .menu .menu-item-has-children {
    position: relative;
  }

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

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

/* 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: 57px;
  right: 13px;
  width: 57px;
  height: 62px;
  box-sizing: border-box;
  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-pageTop {
    bottom: 50px;
    width: 45px;
  }
}

.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: #6694B7;
  font-family: "Roboto", 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: #004e88;
  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 #004e88;
  border-right: 1px solid #004e88;
  transform: rotate(45deg);
}

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

.c-post-blog-list__item {
  margin-bottom: 100px;
}

.c-post-blog-list__title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 5px solid #004e88;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.59;
}

.c-post-blog-list__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 0px 0px 0 0px;
}

.c-post-blog-list__info-left {
  display: flex;
  width: 400px;
  max-width: 50%;
}

.c-post-blog-list__category {
  margin-right: 22px;
}

.c-post-blog-list__category>span {
  display: block;
  width: 150px;
  padding: 5px 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-post-blog-list__time {
  position: relative;
  top: 5px;
  color: #B6B6B6;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
}

.c-post-blog-list__info-right {
  width: 150px;
}

.c-post-blog-list__info-right a {
  display: block;
  position: relative;
  width: 150px;
  padding: 8px 2px;
  background-color: #FFF9FA;
  color: #004e88;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-post-blog-list__info-right a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #004e88;
  border-right: 1px solid #004e88;
  transform: rotate(45deg);
}

.c-post-blog-list__desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

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

.c-post-single__info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0px 0px 0 0px;
}

.c-post-single__info--news {
  justify-content: flex-start;
}

.c-post-single__category {
  margin-right: 22px;
}

.c-post-single__category>span {
  display: block;
  width: 150px;
  padding: 5px 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

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

.c-post-single__time {
  position: relative;
  top: 5px;
  color: #6694B7;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
}

.c-post-single__time--news {
  font-size: 18px;
}

.c-row {
  display: flex;
  align-items: flex-start;
}

.c-row-center {
  justify-content: center;
}

.c-row-between {
  justify-content: space-between;
}

.c-row-wrap {
  flex-wrap: wrap;
}

.c-col-2 {
  width: 48%;
  max-width: 48%;
  margin: 0 4% 30px 0;
  background-color: #ddd;
}

@media screen and (max-width: 767px) {
  .c-col-2 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}

.c-col-2:nth-child(2n) {
  margin: 0 0 30px 0;
}

.c-col-3 {
  width: 32%;
  max-width: 32%;
  margin: 0 2% 30px 0;
  background-color: #ddd;
}

@media screen and (max-width: 767px) {
  .c-col-3 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}

.c-col-3:nth-child(3n) {
  margin: 0 0 30px 0;
}

.sponly {
  display: none;
}

@media screen and (max-width: 767px) {
  br.sponly {
    display: inline;
  }
}

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

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

.c-subpage-kv__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #fff;
  opacity: 0.5;
}

.c-subpage-kv__heading {
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0px 0 0px 0;
  text-align: center;
}

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

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

.c-subpage-kv__textBig::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 27px;
  height: 5px;
  margin: auto;
  border-bottom: 3px dotted #ffe55e;
}

.c-subpage-kv__textSmall {
  position: relative;
  font-size: 12px;
  font-weight: 900;
  font-family: 'dinr_B', sans-serif;
  color: #A0C7E5;
  line-height: 1.4;
  letter-spacing: 0.3em;
  z-index: 2;
}

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

/*  Table1 */
.c-table01 {
  width: 100%;
  border: 1px solid #ccc;
}

.c-table01 th {
  width: 30%;
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-table01 th {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
    text-align: left;
  }
}

.c-table01 td {
  width: 70%;
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .c-table01 td {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
  }
}

/* Page Title */
.c-page__maintitle {
  width: 100%;
  margin-bottom: 40px;
  padding: 30px 0 40px 125px;
  border-bottom: 3px solid #004e88;
  background: url("./img/icon_maintitle01.png") no-repeat 0px 50%;
  color: #004e88;
  font-size: 3rem;
}

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

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

.vegas-content-scrollable {
  background: url(img/front/mv_banner_bg02.png) repeat-x bottom center;
}

.p-front-mv__title {
  position: absolute;
  left: 70px;
  bottom: 50px;
  /* padding: 104px 0 0 110px; */
}

@media screen and (max-width: 767px) {
  .p-front-mv__title {
    /* padding: 40px 0 0 40px; */
    top: 250px;
    left: 15px;
    bottom: auto;
  }
}

.p-front-mv__title h1 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
}

.p-front-mv__title h1 span {
  font-size: 24px;

}

@media screen and (max-width: 767px) {
  .p-front-mv__title h1 {
    font-size: 16px;
    text-shadow: 0 0 5px #000;
  }
}

.shinryoTime.kv {
  background: #fff;
  width: fit-content;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}

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

.shinryoTime.footer {
  width: fit-content;
  margin-bottom: 30px;
}

.kv .shinryoTime_table {
  margin-bottom: 10px;
  color: #0a62a3;
  border: none;
}

.footer .shinryoTime_table {
  background: #0a62a3;
  margin-bottom: 10px;
  color: #fff;
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.shinryoTime_table th {
  background: #0a62a3;
  padding: 10px 8px;
  color: #fff;
  font-size: 15px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  border: none;
}

.kv .shinryoTime_table th .clock {
  background: url(img/icon_time.svg) no-repeat left 5px;
  background-size: 13px auto;
  padding-left: 1.25rem;
}

.shinryoTime_table td {
  padding: 10px 8px;
  font-size: 16px;
  text-align: center;
  vertical-align: 1px;
  border: none;
}

.footer .shinryoTime_table td {
  font-size: 14px;
}

.kv .shinryoTime_table td:not(:first-of-type):not(:last-of-type) {
  border-bottom: solid 1px #0A62A3
}

.footer .shinryoTime_table td:not(:first-of-type):not(:last-of-type) {
  border-top: solid 1px rgba(255, 255, 255, 35%)
}

.shinryoTime_table td.title span {
  background: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  padding: 2px 2px 2px 5px;
  color: #004e88;
  font-size: 12px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  border-radius: 3px;
}

.kv .shinryoTime_table td.title {
  color: #004e88;
  font-size: 17px;
  font-family: 'dinr_M', sans-serif;
}

.kv .shinryoTimetxt {
  color: #0a62a3;
  margin-left: 20px;
  font-size: 13px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}

.footer .shinryoTimetxt {
  color: #0a62a3;
  font-size: 14px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .shinryoTime_table {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }

  .footer .shinryoTime_table {
    border-radius: 0;
  }

  .footer .shinryoTime_table th {
    padding: 10px 0;
    font-size: 13px;
    white-space: nowrap;
  }

  .footer .shinryoTime_table th.sun,
  .footer .shinryoTime_table td.sun {
    padding: 8px 10px 8px 0;
  }

  .footer .shinryoTime_table td {
    padding: 10px 9px;
    font-size: 12px;
    vertical-align: middle;
  }

  .footer .shinryoTime_table th:first-of-type,
  .footer .shinryoTime_table th:last-of-type,
  .footer .shinryoTime_table td:first-of-type,
  .footer .shinryoTime_table td:last-of-type {
    display: none;
  }

  .footer .shinryoTime_table td.title {
    text-align: left;
    padding: 10px 0 12px 15px;
    line-height: 1.8;
  }

  .shinryoTime_table td.title span {
    padding: 0px 2px 0px 3px;
  }

  .footer .shinryoTimetxt {
    line-height: 1.7;
    font-size: 13px;
  }
}

.p-front-mv__banner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 436px;
  height: 323px;
  padding: 0 27px 19px 0;
  background: url("./img//front/mv_banner_bg.png") no-repeat 50% 50%;
  background-size: cover;
  text-align: right;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-front-mv__banner {
    width: 236px;
    height: auto;
    padding: 0 0px 10px 0;
  }

  .p-front-mv__banner img {
    position: relative;
    top: 6px;
    width: 200px;
  }
}

.p-front-mv__banner p {
  padding: 11px 47px 0 0;
  color: #808D97;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.34em;
}

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

.p-front-mv__banner p>span {
  display: block;
  position: relative;
  left: 18px;
}

.p-front-mv__text-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-mv__text-sp {
    display: block;
    margin-bottom: 40px;
    padding: 30px 0px 0 0;
    color: #808D97;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.34em;
    text-align: center;
  }
}

.p-front-mv__tel {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-mv__tel {
    display: block;
  }
}

.p-front-mv__tel>a {
  display: block;
  padding: 12px 0 12px 30px;
  background: url("./img/icon_tel_blue.svg") no-repeat calc(50% - 86px) 11px;
  background-size: 25px;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.08em;
  box-shadow: 0px 0px 6px rgba(78, 113, 139, 0.1490196078);
  border-radius: 5px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-mv__tel>a {
    margin-top: 50px;
  }
}

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

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

.p-front-news__heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: -95px;
  width: 150px;
  height: 170px;
  background: url("./img/img_hexagon_lightBlue.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-front-news__heading::after {
    left: 0px;
    right: 0;
    width: 100px;
    height: 113px;
    margin: auto;
    transform: translateX(0px);
  }
}

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

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

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

.p-front-news-block01__right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: calc(100% - 180px);
}

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

.p-front-news-block01__btn {
  width: 160px;
}

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

.p-front-news-block01__btn>a {
  display: block;
  position: relative;
  padding: 6px 29px 8px 22px;
  border-radius: 30px;
  color: #fff;
  z-index: 2;
  background-color: #FF6464;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01__btn>a {
    width: 190px;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    margin: 0 auto;
  }
}

.p-front-news-block01__btn>a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 1px;
  border-top: 1px solid #fff;
}

.p-front-news-block01__btn>a::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 5px;
  height: 1px;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-front-news-block01__btn>a::before {
    right: 15px;
    width: 10px;
  }

  .p-front-news-block01__btn>a::after {
    top: 17px;
    right: 16px;
  }
}

::-webkit-full-page-media,
:future,
:root .p-front-news-block01__btn {
  width: 180px;
}

::-webkit-full-page-media,
:future,
:root .p-front-post-list {
  width: calc(100% - 180px);
}

.p-front-post-list {
  width: calc(100% - 180px);
  padding: 0 30px 0 0px;
}

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

  .p-front-post-list>div:last-child.p-front-post-list__item {
    border-bottom: 1px solid #bbcbe6;
  }
}

.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;
    border-top: 1px solid #bbcbe6;
    /* border-bottom: 1px solid #bbcbe6; */
    padding: 15px 0;
    margin-bottom: 0;
  }
}

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

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

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

.p-front-post-list__time {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #6694B7;
}

.p-front-post-list__title {
  width: calc(100% - 120px);
  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: #f9fafe;
}

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

.p-front-depart__heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 150px;
  height: 170px;
  margin: auto;
  background: url("./img/img_hexagon_white.png") no-repeat 50% 50%;
  background-size: cover;
  transform: translateX(-117px);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-front-depart__heading::after {
    width: 100px;
    height: 113px;
    transform: translateX(0px);
  }
}

.p-front-depart__memo {
  margin-bottom: 40px;
  text-align: center;
  color: #004e88;
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  letter-spacing: 0.2em;
}

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

.p-front-depart-block01 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 25px;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 45px auto;
}

.p-front-depart-block01>a {
  width: calc(25% - 19px);
}

.p-front-depart-block01__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  /* height: 80px; */
  padding: 5px 5px 22px 2px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(4, 88, 125, 0.1019607843);
}

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

  .p-front-depart-block01>a {
    width: 100%
  }

  .p-front-depart-block01 {
    width: 90%;
  }
}

.p-front-depart-block01__title {
  position: relative;
  margin-bottom: 20px;
  padding: 19px 0 16px 0;
  font-size: 22px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  text-align: center;
  color: #004e88;
  font-weight: bold;
}

.p-front-depart-block01__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 27px;
  height: 5px;
  margin: auto;
  border-bottom: 3px dotted #ffe55e;
}

.p-front-depart-block01>a:nth-of-type(11) .p-front-depart-block01__title {
  font-size: 14px;
}

.p-front-depart-block01__img {
  width: 120px;
  height: 120px;
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

  .p-front-depart-block01__title {
    margin-bottom: 12px;
    padding: 15px 0 8px 0;
    font-size: 21px;
  }
}

.p-front-depart-block01 a:nth-of-type(3n + 1) .p-front-depart-block01__img {
  background: #10598f;
}

.p-front-depart-block01 a:nth-of-type(3n + 2) .p-front-depart-block01__img {
  background: #2783C6;
}

.p-front-depart-block01 a:nth-of-type(3n + 3) .p-front-depart-block01__img {
  background: #6AB3E9;
}

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

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

}

.mov-filter-img {
  background: url("./img/front/img_symptoms02_bg01.webp") right center / cover no-repeat;
  opacity: 0;
  height: 800px;
}

.mov-filter-img-fadein {
  animation-name: mfi-fadeInAnime;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
  /* animation-iteration-count:infinite; */
  animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-direction: normal;
}

@keyframes mfi-fadeInAnime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mov-filter-img-fadeout {
  animation-name: mfi-fadeInAnime;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  /* animation-iteration-count:infinite; */
  animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-direction: reverse;
}

@keyframes mfi-fadeoutAnime {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* こんな症状はありませんか？ */
.p-front-symptoms {
  padding: 100px 0 130px 0;
  /* background: url("./img/front/img_symptoms02_bg01.png") no-repeat calc(100% + 150px) 100px; */
  /* background-size: 1005px auto; */
  /* background-attachment: fixed; */
}

@media screen and (max-width: 767px) {
  .p-front-symptoms {
    padding: 100px 0 85px 0;
    overflow-x: hidden;
    background-image: none;
  }
}

.p-front-symptoms__heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 150px;
  height: 170px;
  margin: auto;
  background: url("./img/img_hexagon_white.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-front-symptoms__heading::after {
    width: 100px;
    height: 113px;
    transform: translateX(0px);
  }
}

.p-front-symptoms__link {
  position: relative;
  margin-top: -50px;
  text-align: center;
  z-index: 3;
}

.p-front-symptoms-block01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

@media screen and (max-width: 767px) {
  .p-front-symptoms-block01 {
    width: 450px;
    margin: auto;
  }
}

.p-front-symptoms-block01__item01 {
  margin-top: 136px;
  width: 466px;
  height: 431.5px;
  padding: 43px 0 0 185px;
  background: url("./img//front/img_symptoms01.png") no-repeat 50% 50%;
  background-size: 466px auto;
}

@media screen and (max-width: 767px) {
  .p-front-symptoms-block01__item01 {
    position: relative;
    left: -25px;
    margin-top: 136px;
    width: 417px;
    max-width: 100%;
    height: 380px;
    padding: 40px 0 0 50px;
    background: url("./img//front/img_symptoms01_sp.png") no-repeat 100% 0%;
    background-size: auto 380px;
  }
}

.p-front-symptoms-block01__item02 {
  width: 448px;
  height: 431.5px;
  padding: 30px 0 0 172px;
  background: url("./img//front/img_symptoms02.png") no-repeat 50% 50%;
  background-size: 448px auto;
}

@media screen and (max-width: 767px) {
  .p-front-symptoms-block01__item02 {
    position: relative;
    right: -20px;
    width: 370px;
    max-width: 100%;
    height: 380px;
    padding: 63px 0 0 0px;
    background: url("./img//front/img_symptoms02_sp.png") no-repeat 100% 0%;
    background-size: auto 380px;
  }
}

.p-front-symptoms-block01__item03 {
  margin: -105px 0 0 160px;
  width: 622px;
  height: 431.5px;
  padding: 34px 0 0 330px;
  background: url("./img//front/img_symptoms03.png") no-repeat 50% 50%;
  background-size: 622px auto;
}

@media screen and (max-width: 767px) {
  .p-front-symptoms-block01__item03 {
    position: relative;
    left: -20px;
    margin: 30px 0 0 0px;
    width: 439px;
    max-width: 100%;
    height: 380px;
    padding: 60px 0 0 50px;
    background: url("./img//front/img_symptoms03_sp.png") no-repeat -20px 0%;
    background-size: auto 380px;
  }
}

.p-front-symptoms-block01__title {
  font-size: 80px;
  font-weight: 200;
  color: #004e88;
  opacity: 0.18;
}

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

@media screen and (max-width: 767px) {
  .p-front-symptoms-block01__title--pt2 {
    padding-left: 60px;
  }
}

.p-front-symptoms-block01__list {
  font-weight: bold;
}

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

.p-front-symptoms-block01__list li {
  list-style-type: none;
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.2em;
}

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

.p-front-symptoms-block01__list li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffe55e;
}

.p-front-symptoms-block02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .p-front-symptoms-block02 {
    padding-top: 120px;
  }
}

.p-front-symptoms-block02__img {
  position: relative;
  width: 400px;
  margin-right: 70px;
  padding-top: 80px;
  order: 1;
}

@media screen and (max-width: 767px) {
  .p-front-symptoms-block02__img {
    width: 100%;
    margin: 0 0px 0 -40px;
    order: 2;
  }
}

.p-front-symptoms-block02__img img {
  position: relative;
  border-radius: 20px;
  z-index: 2;
}

.p-front-symptoms-block02__img::after {
  content: "";
  position: absolute;
  top: -100px;
  left: 105px;
  width: 532.5px;
  height: 492px;
  background: url(./img/front/img_hexagon_large.png) no-repeat 50% 50%;
  background-size: cover;
  z-index: 1;
}

.p-front-symptoms-block02__content {
  position: relative;
  width: calc(100% - 400px - 70px);
  z-index: 2;
  order: 2;
}

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

.p-front-symptoms-block02__content h3 {
  margin-bottom: 55px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-front-symptoms-block02__content h3 {
    font-size: 22px;
    text-align: center;
  }
}

.p-front-symptoms-block02__content p {
  margin-bottom: 1.5em;
  line-height: 2.33;
}

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

.p-front-feature__heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 150px;
  height: 170px;
  margin: auto;
  background: url("./img/img_hexagon_lightBlue.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-front-feature__heading::after {
    width: 100px;
    height: 113px;
    transform: translateX(0px);
  }
}

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

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

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

.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__content p {
  margin-bottom: 1.5em;
  line-height: 2;
}

.p-front-feature-block01__titleWrap {
  display: flex;
}

.p-front-feature-block01__title {
  position: relative;
  left: -20px;
  height: 185px;
  margin-bottom: 53px;
  padding: 67px 0 30px 215px;
  background: url("./img/front/featur_no1.png") no-repeat 0% 0%;
  background-size: 164px auto;
  font-size: 30px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__title {
    left: auto;
    height: auto;
    margin-bottom: 53px;
    padding: 190px 0 0px 0px;
    background: url("./img/featur_no1.svg") no-repeat 50% 0%;
    background-size: 120px auto;
    font-size: 25px;
    text-align: center;
  }
}

.p-front-feature-block01__title--02 {
  padding: 46px 0 30px 215px;
  background: url("./img/front/featur_no2.png") no-repeat 0% 0%;
  background-size: 164px auto;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__title--02 {
    padding: 190px 0 0px 0px;
    background: url("./img/featur_no2.svg") no-repeat 50% 0%;
    background-size: 120px auto;
  }
}

.p-front-feature-block01__title--03 {
  background: url("./img/front/featur_no3.png") no-repeat 0% 0%;
  background-size: 164px auto;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__title--03 {
    padding: 190px 0 0px 0px;
    background: url("./img/featur_no3.svg") no-repeat 50% 0%;
    background-size: 120px auto;
  }
}

.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%;
    text-align: center;
  }
}

.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-block01-bg01 {
  position: absolute;
  left: 0;
  right: 0;
  width: 1500px;
  max-width: none;
  margin: auto;
  transform: translate(-376px, -283px);
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01-bg01 {
    width: 500px;
    transform: translate(-143px, -100px);
  }
}

.p-front-feature-block01-bg02 {
  position: absolute;
  left: 0;
  right: 0;
  width: 1500px;
  max-width: none;
  margin: auto;
  transform: translate(332px, -109px);
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01-bg02 {
    width: 500px;
    transform: translate(0px, -100px);
  }
}

.p-front-feature-block01-bg03 {
  position: absolute;
  left: 0;
  right: 0;
  width: 1500px;
  max-width: none;
  margin: auto;
  transform: translate(-376px, -205px);
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01-bg03 {
    width: 500px;
    transform: translate(-143px, -100px);
  }
}

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

@media screen and (max-width: 767px) {
  .p-front-greeting {
    margin-bottom: 0px;
    padding: 100px 0 120px 0;
    /* background-color: #f9fafe; */
  }
}

.p-front-greeting__heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 150px;
  height: 170px;
  margin: auto;
  background: url("./img/img_hexagon_white.png") no-repeat 50% 50%;
  background-size: cover;
  transform: translateX(-117px);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-front-greeting__heading::after {
    width: 100px;
    height: 113px;
    transform: translateX(0px);
  }
}

.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-block01__left figure {
  margin-bottom: 60px;
}

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

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

.p-front-greeting-block01__list {
  width: 396px;
  max-width: 100%;
  margin: auto;
  padding: 27px 0 25px 0;
  border-bottom: 1px solid #D6D6D6;
}

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

.p-front-greeting-block01__list:first-of-type {
  border-top: 1px solid #D6D6D6;
}

.p-front-greeting-block01__list li {
  list-style-type: none;
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.2em;
}

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

.p-front-greeting-block01__list li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d2bc49;
}

.p-front-greeting-block01__list--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01__list--sp {
    display: block;
  }
}

.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__right h3 {
  margin-bottom: 55px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.p-front-greeting-block01__positon {
  margin-bottom: 15px;
  color: #004e88;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  line-height: 1;
}

.p-front-greeting-block01 h3 {
  margin-bottom: 8px;
  color: #004e88;
  font-family: "Zen Maru Gothic", serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.15em;
}

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

.p-front-greeting-block01__kana {
  color: #A0C7E5;
  font-family: 'dinr_B', sans-serif;
  font-size: 16px;
  letter-spacing: 0.12em;
}

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

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

.p-front-greeting-block01__text p {
  margin-bottom: 1.7em;
  line-height: 1.86;
}

/* 医院案内 */
.p-clinic-info-block01 {
  display: flex;
  justify-content: space-between;
  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: #000;
}

.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-family: "Zen Maru Gothic", serif;
  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-family: "Zen Maru Gothic", serif;
  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: 25px;
  font-family: 'dinr_M', sans-serif;
  font-weight: normal;
  text-align: left;
}

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

.p-clinic-info-block02 table tbody th span {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 10px;
  padding: 4px 8px 6px 8px;
  background-color: #5390BE;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1;
  border-radius: 5px;
}

@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);
  color: #0a62a3;
  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 {
  color: #004e88;
  font-size: 16px;
}

.p-clinic-info-block02__memo p {
  padding-left: 1rem;
  text-indent: -1rem;
}

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

  .p-clinic-info-block02__memo p {
    padding-left: 0.8rem;
    text-indent: -0.8rem;
  }
}

.p-clinic-info-block02__btn {
  background: #5ab7fd;
  padding: 13px 10px 10px;
  color: #fff;
  font-size: 22px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  border-radius: 20px;
}

.p-clinic-info-block02__btn span {
  background: url(img/icon_w-tell.svg) no-repeat left 7px;
  background-size: 32px auto;
  margin-left: 25px;
  padding-left: 40px;
  font-size: 45px;
  font-family: 'dinr_R', sans-serif;
  font-weight: normal;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-clinic-info-block02__btn span {
    background: url(img/icon_w-tell.svg) no-repeat left 2px;
    background-size: 28px auto;
    margin-left: 0;
    font-size: 35px;
  }
}

.p-clinic-info-block02__notice {
  width: fit-content;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 14px 34px 12px;
  color: #0a62a3;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  border: dotted 2px #0A62A3;
  border-radius: 10px;
}

.circle_list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.circle_list li {
  /* margin-bottom: 20px; */
  padding-left: 27px;
  font-size: 16px;
  line-height: 2;
  text-indent: -13px;
}

.circle_list li::before {
  content: "●";
  margin-right: 10px;
  color: #5ab7fd;
  font-size: 13px;
  display: inline-block;
}

.p-clinic-info-block03 {
  /* background-color: #f9fafe; */
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-clinic-info-block03 {
    width: 100%;
    flex-direction: column-reverse;
  }
}

.p-clinic-info-block03__img {
  width: 24%;
  border-radius: 20px;
  overflow: hidden;
}

.p-clinic-info-block03__img img {
  border-radius: 20px;
}

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

}

/* .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: 71.5%;
}

@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-block04 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-clinic-info-block04 {
    flex-direction: column;
  }

  .p-clinic-info-block04 .l-container-small {
    padding: 0;
  }
}

.p-clinic-info-block04__img {
  width: 41.67%;
  align-self: stretch;
}

.p-clinic-info-block04__img img {
  position: sticky;
  top: 108px;
}

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

.p-clinic-info-block04__content {
  width: 50%;
}

.p-clinic-info-block04__content h3 {
  color: #004e88;
  font-size: 40px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}

.p-clinic-info-block04__positon {
  color: #004e88;
  font-size: 15px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}

.p-clinic-info-block04__kana {
  color: #a0c7e5;
  font-size: 16px;
  font-family: 'dinr_B', sans-serif;
}

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

  .p-clinic-info-block04__content {
    width: 100%;
  }

  .p-clinic-info-block04__content h3 {
    font-size: 30px;
  }
}

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

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

.p-clinic-info-map__address {
  background: url(img/icon_b-spot.svg) no-repeat left center;
  background-size: 14px auto;
  margin: 0 auto 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  width: fit-content;
  color: #004e88;
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
}

@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__route {
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 16px;
}

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

.p-clinic-info-map__movie p {
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  text-align: center;
}

.p-clinic-info-map__movie .youtube {
  width: 886px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16 / 9;

}

.p-clinic-info-map__movie .youtube iframe {
  width: 100%;
  height: 100%;
}

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

/* うつ病について */
.melancholia section {
  overflow-x: hidden;
}

.p-melancholia-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -70px 0 140px 0;
  padding: 100px 0 35px 0;
  background-color: #f9fafe;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .p-melancholia-link {
    margin: -70px 0 70px 0;
  }
}

.p-melancholia-link__item {
  position: relative;
  width: 200px;
}

.p-melancholia-link__item::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 20px;
  right: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #004e88;
  border-right: 2px solid #004e88;
  transform: rotate(135deg);
}

.p-melancholia-link__item a {
  display: block;
  padding: 40px 10px;
  line-height: 1.2;
  background-color: #fff;
  color: #004e88;
  text-align: center;
  font-weight: bold;
}

.p-melancholia-link__item a::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 20px;
  right: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #004e88;
  border-right: 2px solid #004e88;
  transform: rotate(135deg);
}

.p-melancholia-sec01 {
  width: 780px;
  max-width: 100%;
  margin: auto;
}

.p-melancholia-sec01 h2 {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

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

.p-melancholia-sec01 p {
  font-size: 16px;
  line-height: 2.18;
}

@media screen and (max-width: 767px) {
  .p-melancholia-sec01 p {
    font-size: 15px;
  }
}

.p-melancholia-desc {
  display: flex;
  justify-content: flex-end;
}

.p-melancholia-desc p {
  width: 800px;
  max-width: 100%;
  line-height: 2.18;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-melancholia-desc p {
    padding-top: 20px;
    font-size: 15px;
  }
}

.p-melancholia-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.p-melancholia-block01__content {
  width: 58.4%;
  padding-right: 70px;
  order: 1;
}

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

.p-melancholia-block01__title {
  margin-bottom: 50px;
  padding: 1px 0 1px 25px;
  font-size: 25px;
  border-left: 8px solid #004e88;
}

@media screen and (max-width: 767px) {
  .p-melancholia-block01__title {
    margin-bottom: 30px;
    padding: 1px 0 1px 18px;
    font-size: 20px;
    border-left: 5px solid #004e88;
  }
}

.p-melancholia-block01__desc {
  margin-bottom: 70px;
}

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

.p-melancholia-block01__bg01 {
  position: relative;
  padding: 50px 0px 50px 0px;
}

.p-melancholia-block01__bg01::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  width: calc(100% + 150px + 200px);
  height: 100%;
  background-color: #f9fafe;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-melancholia-block01__bg01::before {
    left: 0;
    width: 100%;
  }
}

.p-melancholia-block01__bg01 * {
  position: relative;
  z-index: 2;
}

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

.p-melancholia-block01__bg02 {
  position: relative;
  padding: 90px 0px 140px 0px;
}

@media screen and (max-width: 767px) {
  .p-melancholia-block01__bg02 {
    padding: 50px 0px 50px 0px;
  }
}

.p-melancholia-block01__bg02::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  width: 1500px;
  height: 100%;
  background-color: #f9fafe;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-melancholia-block01__bg02::before {
    left: 0;
    width: 100%;
  }
}

.p-melancholia-block01__bg02 * {
  position: relative;
  z-index: 2;
}

.p-melancholia-block01__list {
  margin: 0;
  padding: 0px 50px 0px 50px;
}

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

.p-melancholia-block01__list>li {
  position: relative;
  margin-bottom: 15px;
  z-index: 2;
  list-style-type: none;
  padding-left: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-melancholia-block01__list>li {
    padding-left: 22px;
    font-size: 16px;
  }
}

.p-melancholia-block01__list>li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-color: #004e88;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-melancholia-block01__list>li:before {
    top: 10px;
    width: 6px;
    height: 6px;
  }
}

.p-melancholia-block01__list--ol {
  counter-reset: list;
  list-style-type: none;
  padding: 0px 50px 0px 50px;
}

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

.p-melancholia-block01__list--ol li {
  padding-left: 55px;
}

@media screen and (max-width: 767px) {
  .p-melancholia-block01__list--ol li {
    padding-left: 45px;
  }
}

.p-melancholia-block01__list--ol li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 0px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #004e88;
  background-color: #004e88;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .p-melancholia-block01__list--ol li:before {
    top: -2px;
  }
}

.p-melancholia-block01__list--ol li:nth-child(1):before,
.p-melancholia-block01__list--ol li:nth-child(2):before {
  border: 1px solid #004e88;
  background-color: #fff;
  color: #004e88;
}

.p-melancholia-block01__memo {
  position: relative;
  margin-top: 20px;
  padding: 0px 0 0 18px;
  color: #C1C1C1;
  font-size: 14px;
  line-height: 1.78;
}

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

.p-melancholia-block01__memo:before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 0;
}

.p-melancholia-block01__subtitle {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 10px 20px;
  background-color: #004e88;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-melancholia-block01__subtitle {
    margin-left: 20px;
  }
}

.p-melancholia-block01__wideText {
  width: 1060px;
  max-width: 90vw;
}

@media screen and (max-width: 767px) {
  .p-melancholia-block01__wideText {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}

.p-melancholia-block01__img {
  position: relative;
  width: 500px;
  max-width: 41.6%;
  padding-top: 90px;
  z-index: 2;
  order: 2;
}

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

@media screen and (max-width: 767px) {
  .p-melancholia-block01__img {
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
    margin-bottom: 30px;
    order: 1;
  }
}

.p-melancholia-block02 {
  display: flex;
  flex-wrap: wrap;
  width: 1240px;
  max-width: calc(100vw - 40px);
  padding: 80px 20px 0 20px;
}

@media screen and (max-width: 767px) {
  .p-melancholia-block02 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    padding: 0px 20px 0 20px;
  }
}

.p-melancholia-block02__img {
  width: 40%;
  max-width: 458px;
}

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

.p-melancholia-block02__content {
  width: 60%;
  padding: 100px 0 0 70px;
}

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

.p-melancholia-block02__title {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  padding: 10px 50px;
  background-color: #004e88;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.p-melancholia-block03 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 80px 20px 0 20px;
}

@media screen and (max-width: 767px) {
  .p-melancholia-block03 {
    padding: 50px 0px 0 0px;
  }
}

.p-melancholia-block03__img {
  position: relative;
  left: -50px;
  width: 50%;
  padding: 50px 0px 0 0;
}

@media screen and (max-width: 767px) {
  .p-melancholia-block03__img {
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    padding: 0px 0px 0 0;
  }
}

.p-melancholia-block03__content {
  width: 50%;
}

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

.p-melancholia-block03__title {
  margin-bottom: 50px;
  font-size: 22px;
}

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

.p-melancholia-block04 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -50px;
  padding: 30px 20px 0 20px;
  background-color: #f9fafe;
}

.p-melancholia-block04__content {
  width: 50%;
  padding: 30px 0 40px 0;
}

@media screen and (max-width: 767px) {
  .p-melancholia-block04__content {
    width: 100%;
    padding: 50px 0 50px 0;
  }
}

.p-melancholia-block04__text {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

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

.p-melancholia-block04__tel {
  font-size: 35px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-melancholia-block04__tel {
    font-size: 30px;
  }
}

/* うつ病について */
.p-department-link {
  margin: -70px 0 140px 0;
  padding: 100px 0 35px 0;
  background-color: #f9fafe;
}

@media screen and (max-width: 767px) {
  .p-department-link {
    margin: -70px 0 70px 0;
  }
}

.p-department-link__inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 18px 20px;
  width: 865px;
  max-width: 100%;
  margin: auto;
}

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

.p-department-link__item {
  position: relative;
  width: 200px;
  max-width: calc(25% - 15px);
}

@media screen and (max-width: 767px) {
  .p-department-link__item {
    width: 200px;
    max-width: calc(50% - 10px);
  }
}

.p-department-link__item a {
  display: block;
  padding: 15px 10px;
  line-height: 1.2;
  background-color: #fff;
  color: #004e88;
  text-align: center;
  font-weight: bold;
}

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

.p-department-block01-note {
  width: 1000px;
  margin: 0 auto 100px;
}

.p-department-block01-note p:not(:last-of-type) {
  margin-bottom: 1.25em;
}

@media screen and (max-width: 767px) {
  .p-department-block01-note {
    width: calc(100% - 40px);
    margin: 0 20px 30px;
  }
}

.p-department-block01-ask {
  margin-bottom: 140px;
  padding: 100px 100px 50px;
  border-radius: 20px;
  border: solid 3px #CBE5F8;
  position: relative;
}

.p-department-block01-ask .heading03 {
  margin-top: -120px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 24px;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
}

.p-department-block01-ask .heading03 span {
  background: #5ab7fd;
  padding: 17px 80px 18px;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .p-department-block01-ask {
    margin-bottom: 70px;
    padding: 100px 20px 30px;
  }

  .p-department-block01-ask .heading03 {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .p-department-block01-ask .heading03 span {
    padding: 10px 20px 10px;
    letter-spacing: -0.01em;
  }
}

.check_list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.check_list li {
  background: url(img/icon_p-check.svg) center left no-repeat;
  background-size: 15px auto;
  width: 50%;
  padding-left: 30px;
  font-size: 18px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .check_list {
    flex-direction: column;
  }

  .check_list li {
    background: url(img/icon_p-check.svg) left 12px no-repeat;
    background-size: 15px auto;
    width: 100%;
  }

  .check_list li {
    padding-left: 30px;
    font-size: 16px;
  }
}

.p-department-block01-notice {
  margin-top: 45px;
  padding-top: 40px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  text-align: center;
  border-top: dotted 2px #5AB7FD;
}

.p-department-block01 {
  /* margin-bottom: 235px; */
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-department-block01 {
    flex-direction: column;
  }

  .p-department-block01-notice {
    padding-top: 20px;
  }
}

.p-department-block01__img {
  width: 41.67%;
  align-self: stretch;
}

.p-department-block01__img img {
  position: sticky;
  top: 104px;
}

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

  .p-department-block01__img img {
    position: static;
    top: 0;
  }
}

.p-department-block01__content {
  position: relative;
  width: 51.67%;
  margin-left: 10px;
  /* margin-top: -110px; */
}

@media screen and (max-width: 767px) {
  .p-department-block01__content {
    width: 100%;
    margin-left: 0;
    /* margin-top: -50px; */
    /* padding: 30px 20px 20px 20px; */
  }
}

.p-department-block01__ele:not(:last-of-type) {
  margin-bottom: 65px;
}

.p-department-block01__content p {
  margin-bottom: 1.5em;
  font-size: 15px;
  line-height: 2;
}

.p-department-block01__title {
  margin: 0 0 30px 0;
  padding: 1px 0 10px 25px;
  font-size: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  border-bottom: 2px solid #0A62A3;
  position: relative;
}

.p-department-block01__title::before {
  content: "";
  background: #5ab7fd;
  width: 10px;
  height: 28px;
  margin-right: 14px;
  border-radius: 2px;
  position: absolute;
  top: 5px;
  left: 0;
}

.p-department-block01__box {}

.box_list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.box_list li {
  background: #0a62a3;
  width: calc((100% - 20px) / 2);
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.box_list li h4 {
  background: #004e88;
  padding: 22px 10px;
  font-size: 20px;
  text-align: center;
}

.box_list li h4+p {
  margin-bottom: 0;
  padding: 20px 25px;
}

@media screen and (max-width: 767px) {
  .box_list {
    flex-direction: column;
  }

  .box_list li {
    width: 100%;
  }

  .box_list li h4 {
    padding: 15px 10px;
    font-size: 18px;
  }
}

.p-department-block01__link {
  position: absolute;
  bottom: -45px;
  right: 30px;
}

.p-department-block02 {}

.box_list02 {
  margin-top: 60px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.box_list02 li {
  width: calc((100% - 60px)/ 2);
}

.box_list02 li h4 {
  background: #5ab7fd;
  margin-bottom: 15px;
  padding: 10px 10px 12px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .box_list02 {
    flex-direction: column;
    gap: 40px;
  }

  .box_list02 li {
    width: 100%;
  }
}

.p-department-block03 {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.p-department-block03 figure {
  width: 25%;
}

.p-department-block03__content {
  width: 70.83%;
}

.p-department-block03__txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-department-block03__description {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 2.1;
}

@media screen and (max-width: 767px) {
  .p-department-block03 {
    flex-direction: column;
  }

  .p-department-block03 figure {
    width: 100%;
  }

  .p-department-block03 figure img {
    width: 100%;
  }

  .p-department-block03__content {
    width: 100%;
  }

  .p-department-block03__description {
    font-size: 16px;
  }
}

.p-category-heading {
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #ff6464;
  font-size: 18px;
  border-bottom: dotted 2px #FF6464;
}

.p-category-heading::before {
  content: "●";
  margin-right: 10px;
  color: #f3ab58;
  font-size: 12px;
  display: inline-block;
}

.category_list {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.category_list li {
  background: #ff6464;
  margin-right: 8px;
  padding: 0px 23px 2px 15px;
  color: #fff;
  font-size: 18px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  line-height: 1.7;
  border-radius: 50px;
  position: relative;
}

.category_list li::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.7) transparent transparent;
  /* transform: rotate(45deg); */
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .category_list {
    flex-wrap: wrap;
  }

  .category_list li {
    margin-bottom: 10px;
    width: fit-content;
    font-size: 16px;
  }
}

.slick-next .slick-dots li button:before {
  font-size: 15px;
}

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

.u-mb230 {
  margin-bottom: 230px;
}

@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: 1049px) {
  .u-tb-show {
    display: block;
  }
}

.u-tb-none {
  display: block;
}

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

/* tel number */
.u-tel {
  color: inherit;
  text-decoration: none;
}

.u-tel:hover {
  opacity: 1;
}

/* font */
.u-font18 {
  font-size: 18px;
}

.u-text-exSmall {
  font-size: 0.6em;
}

section.bnr-area ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 4rem;
}

section.bnr-area ul li {
  max-width: 300px;
  border-radius: 8px;
}

section.bnr-area ul li img {
  border-radius: 5px;
}

.p-clinic-info-block04 {}

.clinic-flow {
  background: #f9fafe;
  padding: 20px 30px;
  border-radius: 20px;
  margin: 80px 50px;
}

.clinic-flow h4 {
  font-size: 20px;
  color: #2e4e87;
}

.clinic-flow ul {}

.clinic-flow ul li {
  list-style: none;
  font-weight: 600;
  line-height: 4;
}

.clinic-flow ul li span {
  width: 35px;
  height: 35px;
  background: #3c4e86;
  color: #fff;
  line-height: 2;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  border-radius: 5px;
}

.clinic-flow ul li p {
  display: inline-block;
}

@media screen and (max-width:767px) {
  .clinic-flow {
    margin: 80px 0;
    padding: 20px;
  }

  .clinic-flow h4 {
    margin-bottom: 40px;
  }

  .clinic-flow ul {
    padding: 0;
  }

  .clinic-flow ul li {
    line-height: 1.8;
    margin-bottom: 35px;
    display: flex;
  }

  .clinic-flow ul li span {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 1.5;
    margin-top: 3px;
    margin-right: 10px;
  }

  .clinic-flow ul li p {
    width: 90%;
  }
}

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

}

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

.c-fix-banner-sp {
  display: none;
}

@media screen and (max-width:767px) {
  .c-fix-banner-sp {
    width: 100%;
    text-align: center;
    display: block;
    position: fixed;
    bottom: 0;
    background: rgb(135 193 237 / 95%);
    z-index: 9999;
  }

  .c-fix-banner-sp a {
    padding: 11px 0 7px 52px;
    background: url(./img/icon_tel_blue.svg) no-repeat calc(50% - 86px) 9px;
    background-size: 25px;
    font-size: 24px;
    font-family: "dinr_R", sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    display: block;
    color: #fff;
  }
}

.slick-slide img {
    display: block;
    border-radius: 20px;
}