@charset "UTF-8";
/****************************************************
 * Stylesheet
 *
 * 1.リセット
 * 2.共通設定
 * 3.レイアウト設定
 * 4.テンプレートスタイル
 * 5.コンテンツスタイル
 * 6.装飾
 * 7.印刷用調整
 * 
 ****************************************************/
/****************************************************
 * 1.リセット
 ****************************************************/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #FFF;
  line-height: 1.5;
}

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

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

fieldset, img, svg {
  border: 0;
}

address, caption, cite, dfn, em, strong, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

input[type=submit], input[type=button], input[type=reset] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

article, aside, footer, header, nav, section {
  display: block;
}

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

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
  outline: none;
}

/****************************************************
 * 2.共通
 ****************************************************/
html {
  background-color: transparent;
  background-image: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  color: #434343;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 1099px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 780px) {
  html {
    height: 100%;
    font-size: 10px;
  }
}

body {
  background-color: #F2F6FA;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 781px) {
  body {
    font-size: 1.6rem;
    background-image: url("../img/bg_top.png");
    background-size: 1920px auto;
  }
}
@media only screen and (max-width: 780px) {
  body {
    font-size: 1.5rem;
    -webkit-text-size-adjust: 100%;
    background-image: url("../img/bg_top_sp.png");
    background-size: 100% auto;
  }
}

a {
  color: #434343;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  text-decoration: none;
}
a img {
  transition: opacity 0.3s;
}
a:hover img {
  opacity: 0.6;
}

@media only screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 1279px) {
  .pc2 {
    display: none !important;
  }
}

@media only screen and (max-width: 780px) {
  .pc_tb {
    display: none !important;
  }
}

@media only screen and (min-width: 901px) {
  .tb_sp {
    display: none !important;
  }
}

@media only screen and (min-width: 781px) {
  .sp {
    display: none !important;
  }
}

.inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .inner {
    width: 88%;
  }
}

.fadeIn {
  opacity: 0;
  transition: opacity 1s;
}

.fadeIn.view {
  opacity: 1;
}

/*タブ切り替え　ベース*/
.tab_content .tab_body > * {
  animation: tabDisp 1s;
}
.tab_content .tab_body > *:not(.current) {
  display: none;
  opacity: 0;
}
@keyframes tabDisp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*サイトナビ*/
@media only screen and (min-width: 901px) {
  .site_navi {
    display: flex;
  }
}
@media only screen and (max-width: 900px) {
  .site_navi > div {
    margin-bottom: 3.2rem;
  }
  .site_navi > div:last-child {
    margin-bottom: 0;
  }
}
.site_navi > div > a, .site_navi > div > span {
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.9375em;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
  color: #1A252C;
}
@media only screen and (min-width: 901px) {
  .site_navi > div > a, .site_navi > div > span {
    margin-bottom: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .site_navi > div > a, .site_navi > div > span {
    font-size: 1.13em;
  }
  .site_navi > div > a + ul, .site_navi > div > span + ul {
    margin-top: 1.2em;
  }
}
@media only screen and (min-width: 901px) {
  .site_navi > div a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 900px) {
  .site_navi > div ul {
    margin-bottom: -2rem;
  }
}
.site_navi > div ul li {
  margin-bottom: 1.3em;
}
@media only screen and (max-width: 900px) {
  .site_navi > div ul li {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 901px) {
  .site_navi > div.medical_menu {
    margin-right: 8.8rem;
  }
}
@media only screen and (max-width: 900px) {
  .site_navi > div.medical_menu ul {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 901px) {
  .site_navi > div.medical_menu ul li {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 900px) {
  .site_navi > div.medical_menu ul li {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}
.site_navi > div.medical_menu ul li a {
  font-weight: 500;
  letter-spacing: normal;
}
@media only screen and (min-width: 901px) {
  .site_navi > div.medical_menu ul li a {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 900px) {
  .site_navi > div.medical_menu ul li a {
    font-size: 0.93em;
  }
}
.site_navi > div.main_menu ul {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-fill: balance;
  column-fill: balance;
}
@media only screen and (min-width: 901px) {
  .site_navi > div.main_menu ul {
    -moz-column-gap: 8.8rem;
    column-gap: 8.8rem;
  }
}
.site_navi > div.main_menu ul li {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.site_navi > div.main_menu ul li a {
  font-size: 0.9375em;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #1A252C;
}
@media only screen and (min-width: 901px) {
  .site_navi > div.main_menu ul li a {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
  }
}

.sub_navi {
  background: linear-gradient(to bottom, #ffffff, transparent);
  position: relative;
  z-index: 30;
}
@media only screen and (min-width: 781px) {
  .sub_navi {
    padding-bottom: 13.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .sub_navi {
    margin-bottom: 7.5rem;
  }
}
.sub_navi .link_btn {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 780px) {
  .sub_navi .link_btn {
    width: 33.4rem;
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .sub_navi .link_btn li {
    width: 19.6rem;
    text-align: center;
    border-left: dashed 1px #C7C7C7;
  }
  .sub_navi .link_btn li:first-child {
    border-left: none;
  }
}
@media only screen and (max-width: 780px) {
  .sub_navi .link_btn li {
    width: 48%;
    margin-bottom: 1.2rem;
  }
}
@media only screen and (min-width: 781px) {
  .sub_navi .link_btn li a {
    display: inline-block;
  }
  .sub_navi .link_btn li a:hover .fig img {
    opacity: 1 !important;
  }
  .sub_navi .link_btn li a:hover p {
    color: #3872B7;
  }
}
@media only screen and (max-width: 780px) {
  .sub_navi .link_btn li a {
    padding: 1em 0;
    background-color: #ffffff;
    border: solid 1px #DAE1E8;
    border-radius: 1.6rem;
    display: block;
  }
}
.sub_navi .link_btn li .fig {
  width: 5.7rem;
  margin: 0 auto 0.5em auto;
}
.sub_navi .link_btn li p {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #1A252C;
}
@media only screen and (max-width: 780px) {
  .sub_navi .link_btn li p {
    font-size: 1.7rem;
  }
}
.sub_navi .link_btn li p span {
  font-size: 0.82em;
  color: #3872B7;
  display: block;
}

/*コンポーネント*/
.midashi01 {
  margin-bottom: 0.9em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.1;
  color: #3872B7;
}
@media only screen and (max-width: 780px) {
  .midashi01 {
    margin-bottom: 0.8em;
    font-size: 2.6rem;
  }
}
.midashi01.white {
  color: #ffffff;
}
.midashi01.center {
  text-align: center;
}
.midashi02 {
  margin-bottom: 0.85em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #1A252C;
}
@media only screen and (max-width: 780px) {
  .midashi02 {
    font-size: 2.8rem;
  }
}
.midashi02 span {
  margin-bottom: 0.15em;
  font-size: 0.42em;
  color: #3872B7;
  display: block;
}
@media only screen and (max-width: 780px) {
  .midashi02 span {
    margin-bottom: 0.3em;
  }
}
.midashi02.white {
  color: #ffffff;
}
.midashi02.white span {
  color: #ffffff;
}
.midashi02.center {
  text-align: center;
}

.btn01 {
  width: 29.8rem;
  padding: 0.75em;
  @incllude marugo;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  color: #ffffff !important;
  background-color: #3872B7;
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  background-size: 2.4rem auto;
  background-position: calc(100% - 2rem) center;
  border-radius: 99px;
  box-shadow: 0 0.5rem 0 rgba(44, 64, 131, 0.36);
  display: inline-block;
}
@media only screen and (min-width: 901px) {
  .btn01 {
    transition: box-shadow 0.3s, transform 0.3s;
  }
  .btn01:hover {
    box-shadow: none;
    transform: translateY(0.5rem);
  }
}
@media only screen and (max-width: 780px) {
  .btn01 {
    width: 27rem;
    max-width: 100%;
    font-size: 1.7rem;
    background-size: 2rem auto;
  }
}
.btn02 {
  width: 29.8rem;
  padding: 0.75em;
  @incllude marugo;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  color: #1A252C !important;
  background-color: #ffffff;
  background-image: url("../img/icon_arrow01.png");
  background-repeat: no-repeat;
  background-size: 2.4rem auto;
  background-position: calc(100% - 2rem) center;
  border-radius: 99px;
  box-shadow: 0 0.5rem 0 rgba(44, 64, 131, 0.36);
  display: inline-block;
}
@media only screen and (min-width: 901px) {
  .btn02 {
    transition: box-shadow 0.3s, transform 0.3s;
  }
  .btn02:hover {
    box-shadow: none;
    transform: translateY(0.5rem);
  }
}
@media only screen and (max-width: 780px) {
  .btn02 {
    width: 27rem;
    max-width: 100%;
    font-size: 1.7rem;
    background-size: 2rem auto;
  }
}
.btn03 {
  width: 50rem;
  padding: 1.6em 1em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  color: #ffffff !important;
  background-color: #3872B7;
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  background-size: 2.4rem auto;
  background-position: calc(100% - 2rem) center;
  border-radius: 0.8rem;
  box-shadow: 0 0.8rem 0 rgba(6, 22, 72, 0.76);
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  .btn03 {
    transition: box-shadow 0.3s, transform 0.3s;
  }
  .btn03:hover {
    box-shadow: none;
    transform: translateY(0.8rem);
  }
}
@media only screen and (max-width: 780px) {
  .btn03 {
    width: 33.4rem;
    max-width: 100%;
    font-size: 1.7rem;
    background-size: 2rem auto;
    box-shadow: 0 0.5rem 0 rgba(6, 22, 72, 0.36);
  }
}
.btn_form01 {
  width: 34.4rem;
  padding: 1.6em 1em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  color: #ffffff !important;
  background-color: #3872B7;
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  background-size: 2.4rem auto;
  background-position: calc(100% - 2rem) center;
  border: solid 1px #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 1rem 0 rgba(44, 64, 131, 0.36);
  display: inline-block;
}
@media only screen and (min-width: 901px) {
  .btn_form01 {
    transition: box-shadow 0.3s, transform 0.3s;
  }
  .btn_form01:hover {
    box-shadow: none;
    transform: translateY(1rem);
  }
}
@media only screen and (max-width: 780px) {
  .btn_form01 {
    width: 33.4rem;
    max-width: 100%;
    font-size: 1.7rem;
    background-size: 2rem auto;
    box-shadow: 0 0.5rem 0 rgba(44, 64, 131, 0.36);
    display: block;
  }
}
.btn_yoyaku01 {
  width: 34.4rem;
  padding: 1.6em 1em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  color: #1A252C !important;
  background-color: #ffffff;
  background-image: url("../img/icon_arrow01.png");
  background-repeat: no-repeat;
  background-size: 2.4rem auto;
  background-position: calc(100% - 2rem) center;
  border: solid 1px #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 1rem 0 rgba(44, 64, 131, 0.36);
  display: inline-block;
}
@media only screen and (min-width: 901px) {
  .btn_yoyaku01 {
    transition: box-shadow 0.3s, transform 0.3s;
  }
  .btn_yoyaku01:hover {
    box-shadow: none;
    transform: translateY(1rem);
  }
}
@media only screen and (max-width: 780px) {
  .btn_yoyaku01 {
    width: 33.4rem;
    max-width: 100%;
    font-size: 1.7rem;
    background-size: 2rem auto;
    box-shadow: 0 0.5rem 0 rgba(44, 64, 131, 0.36);
    display: block;
  }
}
.btn_line01 {
  width: 34.4rem;
  padding: 1.6em 1em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  color: #ffffff !important;
  background-color: #02B902;
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  background-size: 2.4rem auto;
  background-position: calc(100% - 2rem) center;
  border: solid 1px #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 1rem 0 rgba(44, 64, 131, 0.36);
  display: inline-block;
}
@media only screen and (min-width: 901px) {
  .btn_line01 {
    transition: box-shadow 0.3s, transform 0.3s;
  }
  .btn_line01:hover {
    box-shadow: none;
    transform: translateY(1rem);
  }
}
@media only screen and (max-width: 780px) {
  .btn_line01 {
    width: 33.4rem;
    max-width: 100%;
    font-size: 1.7rem;
    background-size: 2rem auto;
    box-shadow: 0 0.5rem 0 rgba(44, 64, 131, 0.36);
    display: block;
  }
}
.btn_tel01 {
  width: 34.4rem;
  padding: 1.6em 1em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  color: #ffffff !important;
  background-color: #3B97DB;
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  background-size: 2.4rem auto;
  background-position: calc(100% - 2.4rem) center;
  border: solid 1px #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 1rem 0 rgba(44, 64, 131, 0.36);
  display: inline-block;
}
@media only screen and (min-width: 901px) {
  .btn_tel01 {
    transition: box-shadow 0.3s, transform 0.3s;
  }
  .btn_tel01:hover {
    box-shadow: none;
    transform: translateY(1rem);
  }
}
@media only screen and (max-width: 780px) {
  .btn_tel01 {
    width: 33.4rem;
    max-width: 100%;
    font-size: 1.7rem;
    background-size: 2rem auto;
    box-shadow: 0 0.5rem 0 rgba(44, 64, 131, 0.36);
    display: block;
  }
}

.common_link_area {
  margin-bottom: 11.2rem;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 780px) {
  .common_link_area {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 901px) {
  .common_link_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.common_link_area ul li {
  background-color: #ffffff;
  box-shadow: 0 0 3rem rgba(197, 211, 226, 0.4);
  border-radius: 2.4rem;
  overflow: hidden;
}
@media only screen and (min-width: 901px) {
  .common_link_area ul li {
    width: 47.7%;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 900px) {
  .common_link_area ul li {
    margin-bottom: 2rem;
  }
}
.common_link_area ul li a {
  background-image: url("../img/icon_arrow01.png");
  background-repeat: no-repeat;
  background-size: 2.4rem auto;
  background-position: calc(100% - 4rem) center;
  display: block;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 781px) {
  .common_link_area ul li a {
    padding: 2em 4em;
    transition: background-position 0.3s;
  }
  .common_link_area ul li a:hover {
    background-position: calc(100% - 3rem) center;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .common_link_area ul li a {
    padding: 2em;
  }
}
@media only screen and (max-width: 780px) {
  .common_link_area ul li a {
    padding: 1em 2em;
    background-size: 2rem auto;
    background-position: calc(100% - 2rem) center;
  }
}
.common_link_area ul li a .fig {
  width: 8.8rem;
  height: 8.8rem;
  margin-right: 2.4rem;
  overflow: hidden;
}
.common_link_area ul li a .fig > img,
.common_link_area ul li a .fig > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 1099px) {
  .common_link_area ul li a .fig {
    width: 4.4rem;
    height: 4.4rem;
    margin-right: 2rem;
  }
}
.common_link_area ul li a .fig img {
  opacity: 1 !important;
}
.common_link_area ul li a .text {
  width: calc(100% - 11.2rem);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  color: #1A252C !important;
}
@media only screen and (max-width: 1099px) {
  .common_link_area ul li a .text {
    width: calc(100% - 6.4rem);
    font-size: 1.8rem;
  }
}
.common_link_area ul li a .text span {
  font-size: 0.72em;
  color: #3872B7 !important;
  display: block;
}

/*ページネーション*/
.pagination {
  text-align: center;
  letter-spacing: -0.4em;
}
.pagination > * {
  display: inline-block;
  letter-spacing: normal;
}
.pagination > * {
  width: 4rem;
  height: 4rem;
  margin: 0 1.2rem;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.6rem;
  text-align: center;
  color: #3872B7 !important;
  background-color: #ffffff;
  border: solid 0.2rem #3872B7;
  border-radius: 50%;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .pagination > * {
    width: 3rem;
    height: 3rem;
    margin: 0.4rem !important;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.pagination .current {
  color: #ffffff !important;
  background-color: #3872B7;
}
.pagination .dots {
  margin: 0;
  line-height: 3rem;
  background: none;
  border: none;
}
@media only screen and (max-width: 780px) {
  .pagination .dots {
    margin: 0.4rem 0 !important;
    line-height: 1.6rem;
  }
}
.pagination .prev, .pagination .next {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../img/icon_arrow01.png");
  background-size: cover;
  border: none;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: -0.8em;
}
@media only screen and (max-width: 780px) {
  .pagination .prev, .pagination .next {
    width: 2rem;
    height: 2rem;
    vertical-align: -1em;
  }
}
.pagination .prev {
  margin-right: 4rem;
  transform: scaleX(-1);
}
@media only screen and (max-width: 780px) {
  .pagination .prev {
    margin-right: 2rem;
  }
}
.pagination .next {
  margin-left: 4rem;
}
@media only screen and (max-width: 780px) {
  .pagination .next {
    margin-left: 2rem;
  }
}
.pagination a:hover {
  opacity: 0.6;
}

/*ページャー*/
.post-navigation {
  display: flex;
}
@media only screen and (min-width: 781px) {
  .post-navigation {
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 780px) {
  .post-navigation {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-list {
    width: 100%;
    padding-top: 2rem;
    text-align: center;
    order: 3;
  }
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-previous, .post-navigation .nav-next {
    width: 50%;
  }
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.375em;
  font-weight: 700;
  color: #1A252C !important;
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-previous a, .post-navigation .nav-next a {
    font-size: 1.1em;
  }
}
.post-navigation .nav-previous a:before, .post-navigation .nav-previous a:after, .post-navigation .nav-next a:before, .post-navigation .nav-next a:after {
  width: 1.09em;
  height: 1.09em;
  background-color: #F8F8F8;
  background-image: url("../img/icon_arrow01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.15em;
}
@media only screen and (min-width: 781px) {
  .post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
    color: #3872B7 !important;
  }
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-previous {
    order: 1;
  }
}
.post-navigation .nav-previous a:before {
  margin-right: 0.5em;
  content: "";
  transform: scale(-1, 1);
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-next {
    text-align: right;
    order: 2;
  }
}
.post-navigation .nav-next a:after {
  margin-left: 0.5em;
  content: "";
}

/* ブロックエディタ用基本CSS */
.editor-area:after {
  content: "";
  display: block;
  clear: both;
}
.editor-area > *:last-child {
  margin-bottom: 0 !important;
}
.editor-area p {
  margin-bottom: 4em;
  line-height: 2;
}
@media only screen and (max-width: 780px) {
  .editor-area p {
    margin-bottom: 2em;
  }
}
.editor-area h3 {
  margin-bottom: 1.45em;
  padding-left: 1.27em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
.editor-area h3:before {
  width: 0.18em;
  height: 100%;
  content: "";
  background-color: #3872B7;
  border-radius: 99px;
  position: absolute;
  top: 0;
  left: 0;
}
.editor-area h4 {
  margin-bottom: 1.4em;
  padding: 0 0 1.1em 2.7em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: dashed 1px #C7C7C7;
  position: relative;
}
.editor-area h4:before {
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-image: url("../img/news/midashi_icon01.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.editor-area h5 {
  margin-bottom: 1.5em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
.editor-area ul {
  margin-bottom: 4em;
}
@media only screen and (max-width: 780px) {
  .editor-area ul {
    margin-bottom: 2em;
  }
}
.editor-area ul li {
  margin-bottom: 0.5em;
  padding-left: 3rem;
}
.editor-area ul li:before {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 1.4rem 0 -3rem;
  content: "";
  background-image: url("../img/news/check.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.1em;
}
.editor-area ol {
  margin-bottom: 4em;
  counter-reset: num;
}
@media only screen and (max-width: 780px) {
  .editor-area ol {
    margin-bottom: 2em;
  }
}
.editor-area ol li {
  margin-bottom: 0.5em;
  padding-left: 3rem;
  counter-increment: num;
}
.editor-area ol li:before {
  width: 2rem;
  margin: 0 1rem 0 -3rem;
  content: counter(num) ".";
  color: #3872B7;
  font-weight: 700;
  display: inline-block;
  vertical-align: 0;
}
.editor-area .wp-block-image {
  margin-bottom: 4em;
}
@media only screen and (max-width: 780px) {
  .editor-area .wp-block-image {
    margin-bottom: 2em;
  }
}
.editor-area .alignleft {
  max-width: 50%;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 2em;
}
.editor-area .alignright {
  max-width: 50%;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 2em;
}
.editor-area .aligncenter {
  margin-bottom: 4em;
}
@media only screen and (max-width: 780px) {
  .editor-area .aligncenter {
    margin-bottom: 2em;
  }
}
.editor-area .aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor-area .has-text-align-center {
  text-align: center;
}
.editor-area .has-text-align-right {
  text-align: right;
}
.editor-area blockquote {
  margin-bottom: 4em;
  margin-left: 0;
  padding: 1.2em 1.2em 1.2em 3rem;
  border-left: 0.25em solid #DAE1E8;
  position: relative;
  display: block;
}
@media only screen and (max-width: 780px) {
  .editor-area blockquote {
    margin-bottom: 2em;
    padding-left: 4rem;
  }
}
.editor-area blockquote > *:last-child {
  margin-bottom: 0 !important;
}
.editor-area table {
  width: 100%;
  margin-bottom: 4em;
  border-collapse: collapse;
}
@media only screen and (max-width: 780px) {
  .editor-area table {
    margin-bottom: 2em;
  }
}
.editor-area table td, .editor-area table th {
  border: 1px solid #C7C7C7;
  padding: 0.5em;
}
.editor-area table th {
  background-color: #F8F8F8;
}
.editor-area .wp-block-columns {
  display: flex;
  margin-bottom: 4em;
}
@media only screen and (max-width: 780px) {
  .editor-area .wp-block-columns {
    margin-bottom: 2em;
  }
}
.editor-area .wp-block-column {
  flex-grow: 1;
  margin-left: 0.625em;
  margin-right: 0.625em;
}
.editor-area .wp-block-media-text {
  display: grid;
}
.editor-area a {
  color: #3872B7;
  text-decoration: underline;
  word-break: break-all;
}
.editor-area strong, .editor-area b {
  font-weight: bold;
}
.editor-area em, .editor-area i {
  font-style: italic;
}
.editor-area .wp-block-spacer {
  clear: both;
}

/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
  width: 100%;
  overflow: hidden;
}

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#header .logo {
  margin: 3.6rem 0 0 6rem;
}
@media only screen and (max-width: 900px) {
  #header .logo {
    margin: 1.6rem 0 0 1.6rem;
  }
}
#header .logo a {
  font-family: "Zen Maru Gothic", serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #3872B7;
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  #header .logo a {
    font-size: 2rem;
  }
}
#header .logo a img {
  width: 6rem;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: -0.65em;
  opacity: 1 !important;
}
@media only screen and (max-width: 900px) {
  #header .logo a img {
    width: 4.25rem;
  }
}
#header .header_right {
  position: fixed;
  top: 3.6rem;
  right: 4.8rem;
  z-index: 90;
}
@media only screen and (min-width: 901px) {
  #header .header_right {
    display: flex;
    align-items: center;
  }
  #header .header_right .tel {
    margin-right: 4.3rem;
    text-align: center;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  #header .header_right .tel {
    display: none;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .tel p {
    font-family: "Zen Maru Gothic", serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #1A252C;
  }
  #header .header_right .tel .num {
    font-family: "Poppins", sans-serif;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.2;
    color: #1A252C;
  }
  #header .header_right .tel .num:before {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.25em;
    content: "";
    background-image: url("../img/icon_tel01.png");
    background-size: cover;
    display: inline-block;
    vertical-align: -0.1em;
  }
  #header .header_right .tel .annotation {
    font-size: 1rem;
    color: #1A252C;
  }
  #header .header_right .tel .annotation a {
    text-decoration: underline;
    color: #3872B7;
  }
  #header .header_right .insta {
    width: 6rem;
    margin-right: 1.6rem;
  }
  #header .header_right .line {
    width: 6rem;
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right {
    top: 1.9rem;
    right: 1.6rem;
  }
}
#header .header_right .menu_open {
  width: 8rem;
}
@media only screen and (max-width: 900px) {
  #header .header_right .menu_open {
    width: 5.2rem;
  }
}
#header .header_right .menu_open img {
  transition: opacity 0.3s;
}
#header .header_right .menu_open:hover img {
  opacity: 0.6;
}
#header .menu_block {
  width: 78rem;
  height: 100vh;
  padding-top: 15rem;
  padding-bottom: 2rem;
  color: #ffffff;
  background-color: #3872B7;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 100;
  transition: left 0.5s;
}
@media only screen and (max-width: 900px) {
  #header .menu_block {
    width: 39rem;
    max-width: 100%;
    padding-top: 10rem;
  }
}
#header .menu_block .menu_close {
  width: 8rem;
  position: absolute;
  top: 3.6rem;
  right: 4.8rem;
  z-index: 90;
}
@media only screen and (max-width: 900px) {
  #header .menu_block .menu_close {
    width: 5.2rem;
    top: 1.9rem;
    right: 1.6rem;
  }
}
#header .menu_block .menu_close img {
  transition: opacity 0.3s;
}
#header .menu_block .menu_close:hover img {
  opacity: 0.6;
}
#header .menu_block .link_btn {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}
@media only screen and (max-width: 900px) {
  #header .menu_block .link_btn {
    flex-wrap: wrap;
  }
}
#header .menu_block .link_btn li {
  width: 16.1rem;
}
#header .menu_block .link_btn li a {
  padding: 1em 0;
  display: block;
  background-color: #ffffff;
  border: solid 1px #DAE1E8;
  border-radius: 1.6rem;
}
@media only screen and (min-width: 901px) {
  #header .menu_block .link_btn li a:hover .fig img {
    opacity: 1 !important;
  }
  #header .menu_block .link_btn li a:hover p {
    color: #3872B7;
  }
}
#header .menu_block .link_btn li .fig {
  width: 5.7rem;
  margin: 0 auto 0.5em auto;
}
#header .menu_block .link_btn li p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  text-align: center;
  color: #1A252C;
}
@media only screen and (max-width: 900px) {
  #header .menu_block .link_btn li p {
    font-size: 1.13em;
  }
}
#header .menu_block .link_btn li p span {
  font-size: 0.82em;
  color: #3872B7;
  display: block;
}
#header .menu_block .site_navi {
  margin: 4rem 0;
}
@media only screen and (min-width: 901px) {
  #header .menu_block .site_navi {
    padding: 0 5.6rem;
  }
}
@media only screen and (max-width: 900px) {
  #header .menu_block .site_navi {
    padding-top: 1.6rem;
    border-top: solid 1px #6B9CD8;
  }
}
@media only screen and (max-width: 900px) {
  #header .menu_block .site_navi > div {
    margin-bottom: 1.6rem;
    padding: 0 2.8rem 1.6rem 2.8rem;
    border-bottom: solid 1px #6B9CD8;
  }
}
@media only screen and (max-width: 900px) {
  #header .menu_block .site_navi > div + div {
    margin-top: 1.6rem;
  }
}
@media only screen and (min-width: 901px) {
  #header .menu_block .site_navi > div > a, #header .menu_block .site_navi > div > span {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 900px) {
  #header .menu_block .site_navi > div > a + ul, #header .menu_block .site_navi > div > span + ul {
    margin-top: 1em;
  }
}
#header .menu_block .site_navi > div a, #header .menu_block .site_navi > div span {
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  #header .menu_block .site_navi > div ul li {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 901px) {
  #header .menu_block .btn_area {
    padding: 0 5.6rem;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 900px) {
  #header .menu_block .btn_area {
    padding: 0 2.8rem;
  }
}
@media only screen and (min-width: 901px) {
  #header .menu_block .btn_area .btn_form01, #header .menu_block .btn_area .btn_yoyaku01, #header .menu_block .btn_area .btn_line01 {
    width: 32.5%;
    font-size: 1.5rem;
    background-size: 1.5rem auto;
    background-position: calc(100% - 0.5rem) center;
  }
}
@media only screen and (max-width: 900px) {
  #header .menu_block .btn_area .btn_form01, #header .menu_block .btn_area .btn_yoyaku01, #header .menu_block .btn_area .btn_line01 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 780px) {
  #header .menu_block .btn_area .annotation {
    margin-top: 1em;
    text-align: center;
  }
  #header .menu_block .btn_area .annotation a {
    text-decoration: underline;
    color: #ffffff;
  }
}
@media only screen and (min-width: 901px) {
  #header .menu_block .tel {
    margin-top: 3rem;
    padding: 0 5.6rem;
    letter-spacing: -0.4em;
  }
  #header .menu_block .tel > * {
    display: inline-block;
    letter-spacing: normal;
  }
  #header .menu_block .tel {
    text-align: center;
  }
  #header .menu_block .tel p {
    font-family: "Zen Maru Gothic", serif;
    font-size: 1.8rem;
    line-height: 1.25;
  }
  #header .menu_block .tel .num {
    margin: 0 2.4rem;
    font-family: "Poppins", sans-serif;
    font-size: 4.6rem;
    font-weight: 500;
    line-height: 1.2;
  }
  #header .menu_block .tel .num:before {
    width: 4rem;
    height: 4rem;
    margin-right: 0.25em;
    content: "";
    background-image: url("../img/icon_tel02.png");
    background-size: cover;
    display: inline-block;
    vertical-align: -0.1em;
  }
  #header .menu_block .tel .annotation {
    font-size: 1.4rem;
    vertical-align: 1em;
    display: block;
  }
  #header .menu_block .tel .annotation a {
    color: #ffffff;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 900px) {
  #header .menu_block .tel {
    text-align: center;
  }
  #header .menu_block .tel p {
    font-size: 1.8rem;
    font-weight: 500;
  }
  #header .menu_block .tel .num {
    margin-right: 0.6em;
    font-family: "Poppins", sans-serif;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.2;
    display: inline-block;
    color: #ffffff;
  }
  #header .menu_block .tel .num:before {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.25em;
    content: "";
    background-image: url("../img/icon_tel01.png");
    background-size: cover;
    display: inline-block;
    vertical-align: -0.1em;
  }
  #header .menu_block .tel .annotation {
    font-size: 1.2rem;
    display: block;
  }
  #header .menu_block .tel .annotation a {
    text-decoration: underline;
    color: #ffffff;
  }
}
@media only screen and (min-width: 901px) {
  #header.menu_open .menu_block {
    left: calc(100% - 78rem);
  }
}
@media only screen and (max-width: 900px) and (min-width: 391px) {
  #header.menu_open .menu_block {
    left: calc(100% - 39rem);
  }
}
@media only screen and (max-width: 390px) {
  #header.menu_open .menu_block {
    left: 0;
  }
}

/*フッターブロック*/
#footer {
  padding-bottom: 8.4rem;
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 780px) {
  #footer {
    padding-bottom: 11.7rem;
  }
}
#footer:before {
  width: 100%;
  content: "";
  background-position: center center;
  position: absolute;
  bottom: calc(100% - 2px);
  left: 0;
}
@media only screen and (min-width: 781px) {
  #footer:before {
    height: 28.2rem;
    background-image: url("../img/partition01.png");
    background-size: 1920px 100%;
  }
}
@media only screen and (max-width: 780px) {
  #footer:before {
    height: 14.6rem;
    background-image: url("../img/partition01_sp.png");
    background-size: 100% 100%;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_top {
    margin-bottom: 4.2rem;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_top {
    margin-bottom: 4.8rem;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_top .footer_infomation {
    width: 37%;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_infomation {
    margin-bottom: 3.6rem;
    padding-bottom: 4.5rem;
    position: relative;
  }
  #footer .footer_top .footer_infomation:after {
    width: 113.6%;
    height: 1px;
    margin: 0 -6.8%;
    content: "";
    background-color: #D5D5D5;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
#footer .footer_top .footer_infomation .logo {
  width: 6rem;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_infomation .logo {
    width: 4rem;
    margin: 0 auto 0.5em auto;
  }
}
#footer .footer_top .footer_infomation .clinic_name {
  margin-bottom: 0.4em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #1A252C;
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_infomation .clinic_name {
    font-size: 1.8rem;
    text-align: center;
  }
}
#footer .footer_top .footer_infomation address {
  font-size: 0.9375em;
  font-weight: 500;
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_infomation address {
    text-align: center;
  }
}
#footer .footer_top .footer_infomation .sns {
  margin: 2.5rem 0;
  letter-spacing: -0.4em;
}
#footer .footer_top .footer_infomation .sns > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_infomation .sns {
    margin: 2.3rem 0;
    text-align: center;
  }
}
#footer .footer_top .footer_infomation .sns .insta {
  width: 2.4rem;
  margin-right: 1.6rem;
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_infomation .sns .insta {
    width: 3.2rem;
    margin-right: 3.2rem;
  }
}
#footer .footer_top .footer_infomation .sns .line {
  width: 2.8rem;
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_infomation .sns .line {
    width: 3.5rem;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_infomation .tel {
    text-align: center;
  }
}
#footer .footer_top .footer_infomation .tel > a {
  margin-right: 0.6em;
  font-family: "Poppins", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  color: #1A252C;
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_infomation .tel > a {
    font-size: 2.3rem;
  }
}
#footer .footer_top .footer_infomation .tel > a:before {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.25em;
  content: "";
  background-image: url("../img/icon_tel01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.1em;
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_infomation .tel > a:after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.5em;
    content: "";
    background-image: url("../img/icon_arrow01.png");
    background-size: cover;
    display: inline-block;
    vertical-align: 0;
  }
}
#footer .footer_top .footer_infomation .tel .annotation {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: 0.35em;
}
@media only screen and (max-width: 900px) {
  #footer .footer_top .footer_infomation .tel .annotation {
    margin-top: 1.2em;
    font-size: 1.3rem;
    text-align: center;
    display: block;
  }
}
#footer .footer_top .footer_infomation .tel .annotation a {
  text-decoration: underline;
  color: #3872B7;
}
@media only screen and (min-width: 901px) {
  #footer .footer_top .footer_navi {
    max-width: 60%;
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_bottom {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_bottom .footer_text {
    width: 37%;
  }
}
#footer .footer_bottom .footer_text h2 {
  margin-bottom: 0.64em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1A252C;
}
@media only screen and (max-width: 900px) {
  #footer .footer_bottom .footer_text h2 {
    margin-bottom: 1em;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_bottom .footer_text p {
    max-width: 35.2rem;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_bottom .footer_text p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_bottom .btn_pc {
    max-width: 60%;
  }
  #footer .footer_bottom .btn_pc .btn {
    width: 59.2rem;
    max-width: 100%;
    display: flex;
    border-radius: 0.8rem;
    overflow: hidden;
  }
  #footer .footer_bottom .btn_pc .btn > div {
    width: 50%;
    padding: 2.4rem 2.4rem 3rem 2.4rem;
    font-family: "Zen Maru Gothic", serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
  }
  #footer .footer_bottom .btn_pc .btn > div a {
    width: 23.1rem;
    max-width: 100%;
    margin-top: 0.25em;
    padding: 0.45em;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #1A252C !important;
    background-color: #ffffff;
    background-size: 2.4rem auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 1.6rem) center;
    border-radius: 99px;
    box-shadow: 0 0.5rem 0 rgba(44, 64, 131, 0.36);
    display: inline-block;
    transition: box-shadow 0.3s, transform 0.3s;
  }
  #footer .footer_bottom .btn_pc .btn > div a:hover {
    box-shadow: none;
    transform: translateY(0.5rem);
  }
  #footer .footer_bottom .btn_pc .btn .line {
    background-color: #02B902;
  }
  #footer .footer_bottom .btn_pc .btn .line a {
    padding-left: 0;
    background-image: url("../img/icon_arrow03.png");
  }
  #footer .footer_bottom .btn_pc .btn .line a:before {
    width: 2.2rem;
    height: 2.1rem;
    margin-right: 0.5em;
    content: "";
    background-image: url("../img/icon_line02.png");
    background-size: cover;
    display: inline-block;
    vertical-align: -0.2em;
  }
  #footer .footer_bottom .btn_pc .btn .yoyaku {
    background-color: #3872B7;
  }
  #footer .footer_bottom .btn_pc .btn .yoyaku a {
    background-image: url("../img/icon_arrow01.png");
  }
  #footer .footer_bottom .btn_pc .annotation {
    margin-top: 1rem;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: right;
  }
  #footer .footer_bottom .btn_pc .annotation a {
    text-decoration: underline;
  }
  #footer .footer_bottom .btn_pc .annotation a:after {
    width: 0.4rem;
    height: 0.5rem;
    margin-left: 0.5em;
    content: "";
    background-image: url("../img/icon_sankaku02.png");
    background-size: cover;
    display: inline-block;
    vertical-align: 0.2em;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_bottom .btn_sp {
    margin-bottom: 4.5rem;
  }
  #footer .footer_bottom .btn_sp .btn {
    width: 107%;
    margin: 0 -3.5%;
    display: flex;
    justify-content: space-between;
  }
  #footer .footer_bottom .btn_sp .btn > div {
    width: 48.3%;
  }
  #footer .footer_bottom .btn_sp .btn > div a {
    padding: 2rem 0;
    font-family: "Zen Maru Gothic", serif;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.14;
    color: #ffffff;
    border: solid 1px #ffffff;
    box-shadow: 0 0.5rem 0 rgba(44, 64, 131, 0.36);
    border-radius: 0.8rem;
    overflow: hidden;
    display: block;
  }
  #footer .footer_bottom .btn_sp .btn > div a:before {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 0.4rem auto;
    content: "";
    background-size: cover;
    display: block;
  }
  #footer .footer_bottom .btn_sp .btn .line a {
    background-color: #02B902;
  }
  #footer .footer_bottom .btn_sp .btn .line a:before {
    background-image: url("../img/icon_line03.png");
  }
  #footer .footer_bottom .btn_sp .btn .yoyaku a {
    background-color: #3872B7;
  }
  #footer .footer_bottom .btn_sp .btn .yoyaku a:before {
    background-image: url("../img/icon_web01.png");
  }
  #footer .footer_bottom .btn_sp .annotation {
    margin-top: 2em;
    font-weight: 500;
    text-align: center;
  }
  #footer .footer_bottom .btn_sp .annotation a {
    text-decoration: underline;
  }
  #footer .footer_bottom .btn_sp .annotation a:after {
    width: 0.4rem;
    height: 0.5rem;
    margin-left: 0.5em;
    content: "";
    background-image: url("../img/icon_sankaku02.png");
    background-size: cover;
    display: inline-block;
    vertical-align: 0.2em;
  }
}
#footer .copyright {
  color: #AAAAAA;
}
@media only screen and (min-width: 901px) {
  #footer .copyright {
    margin-top: -1.5em;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 900px) {
  #footer .copyright {
    margin-top: 1.5em;
    font-size: 1.1rem;
    text-align: center;
  }
}

/*CTA*/
.cta_block {
  width: 100%;
  color: #ffffff;
  background-color: #3872B7;
  border-radius: 2.4rem 2.4rem 0 0;
  position: relative;
  z-index: 1;
}
.cta_block:after {
  width: 100%;
  content: "";
  background-color: #3872B7;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 781px) {
  .cta_block {
    max-width: 1488px;
    margin: 0 auto;
    padding-top: 7.2rem;
    padding-bottom: 27rem;
  }
  .cta_block:after {
    height: 28.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .cta_block {
    padding-top: 3.6rem;
    padding-bottom: 9rem;
  }
  .cta_block:after {
    height: 14.6rem;
  }
}
.cta_block h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .cta_block h2 {
    font-size: 3.4rem;
  }
}
.cta_block h2 + p {
  margin: 0.5em 0 3em 0;
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .cta_block .btn_area {
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .cta_block .btn_area {
    width: 34.2rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 781px) {
  .cta_block .btn_area .btn_form01, .cta_block .btn_area .btn_yoyaku01, .cta_block .btn_area .btn_line01 {
    width: 31.8%;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .cta_block .btn_area .btn_form01, .cta_block .btn_area .btn_yoyaku01, .cta_block .btn_area .btn_line01 {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 900px) {
  .cta_block .btn_area .btn_form01, .cta_block .btn_area .btn_yoyaku01, .cta_block .btn_area .btn_line01 {
    font-size: 1.5rem;
    background-size: 2rem auto;
    background-position: calc(100% - 1.6rem) center;
  }
}
@media only screen and (max-width: 780px) {
  .cta_block .btn_area .btn_form01, .cta_block .btn_area .btn_yoyaku01, .cta_block .btn_area .btn_line01 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 780px) {
  .cta_block .btn_area .annotation {
    margin-top: 1em;
    text-align: center;
  }
  .cta_block .btn_area .annotation a {
    text-decoration: underline;
    color: #ffffff;
  }
}
@media only screen and (min-width: 781px) {
  .cta_block .tel {
    letter-spacing: -0.4em;
  }
  .cta_block .tel > * {
    display: inline-block;
    letter-spacing: normal;
  }
  .cta_block .tel {
    text-align: center;
  }
  .cta_block .tel p {
    font-family: "Zen Maru Gothic", serif;
    font-size: 2rem;
    line-height: 1.25;
  }
  .cta_block .tel .num {
    margin: 0 2.4rem;
    font-family: "Poppins", sans-serif;
    font-size: 5.6rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .cta_block .tel .num:before {
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 0.25em;
    content: "";
    background-image: url("../img/icon_tel02.png");
    background-size: cover;
    display: inline-block;
    vertical-align: -0.1em;
  }
  .cta_block .tel .annotation {
    font-size: 1.4rem;
    vertical-align: 1em;
  }
}
@media only screen and (min-width: 781px) and (max-width: 900px) {
  .cta_block .tel .annotation {
    display: block;
  }
}
@media only screen and (min-width: 781px) {
  .cta_block .tel .annotation a {
    color: #ffffff;
    text-decoration: underline;
  }
}

@media only screen and (min-width: 1100px) {
  .pc_fix {
    width: 27.9rem;
    position: fixed;
    bottom: 2.4rem;
    right: 2.4rem;
    z-index: 80;
    display: none;
  }
  .pc_fix > div {
    border-radius: 0.8rem;
    overflow: hidden;
    padding: 2.4rem 2.4rem 3rem 2.4rem;
    font-family: "Zen Maru Gothic", serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
  }
  .pc_fix > div > a {
    width: 23.1rem;
    max-width: 100%;
    margin-top: 0.25em;
    padding: 0.45em;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #1A252C !important;
    background-color: #ffffff;
    background-size: 2.4rem auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 1.6rem) center;
    border-radius: 99px;
    box-shadow: 0 0.5rem 0 rgba(44, 64, 131, 0.36);
    display: inline-block;
    transition: box-shadow 0.3s, transform 0.3s;
  }
  .pc_fix > div > a:hover {
    box-shadow: none;
    transform: translateY(0.5rem);
  }
  .pc_fix .line {
    background-color: #02B902;
  }
  .pc_fix .line > a {
    padding-left: 0;
    background-image: url("../img/icon_arrow03.png");
  }
  .pc_fix .line > a:before {
    width: 2.2rem;
    height: 2.1rem;
    margin-right: 0.5em;
    content: "";
    background-image: url("../img/icon_line02.png");
    background-size: cover;
    display: inline-block;
    vertical-align: -0.2em;
  }
  .pc_fix .yoyaku {
    margin-top: 0.8rem;
    background-color: #3872B7;
  }
  .pc_fix .yoyaku .num {
    margin-bottom: 0.8rem;
    font-family: "Poppins", sans-serif;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .pc_fix .yoyaku .num:before {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.25em;
    content: "";
    background-image: url("../img/icon_tel02.png");
    background-size: cover;
    display: inline-block;
    vertical-align: -0.1em;
  }
  .pc_fix .yoyaku > a {
    background-image: url("../img/icon_arrow01.png");
  }
  .pc_fix .yoyaku .annotation {
    margin-top: 1em;
    font-size: 1.4rem;
  }
  .pc_fix .yoyaku .annotation a {
    color: #ffffff;
    text-decoration: underline;
  }
  .pc_fix .yoyaku .annotation a:after {
    width: 0.4rem;
    height: 0.5rem;
    margin-left: 0.5em;
    content: "";
    background-image: url("../img/icon_sankaku01.png");
    background-size: cover;
    display: inline-block;
    vertical-align: 0.2em;
  }
}
@media only screen and (max-width: 1099px) {
  .pc_fix {
    display: none;
  }
}

@media only screen and (max-width: 780px) {
  .sp_fix {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 80;
  }
  .sp_fix ul {
    display: flex;
  }
  .sp_fix ul li {
    width: 25%;
    height: 8.1rem;
  }
  .sp_fix ul li a {
    width: 100%;
    height: 100%;
    padding-top: 1.5rem;
    font-family: "Zen Maru Gothic", serif;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    display: block;
  }
  .sp_fix ul li a:before {
    width: 2.8rem;
    height: 2.8rem;
    margin: 0 auto;
    content: "";
    background-size: cover;
    display: block;
  }
  .sp_fix ul li:nth-child(1) a {
    color: #1A252C;
    background-color: #ffffff;
  }
  .sp_fix ul li:nth-child(1) a:before {
    background-image: url("../img/icon_tel01.png");
  }
  .sp_fix ul li:nth-child(2) {
    position: relative;
  }
  .sp_fix ul li:nth-child(2) a {
    color: #ffffff;
    background-color: #3872B7;
  }
  .sp_fix ul li:nth-child(2) a:before {
    background-image: url("../img/icon_web01.png");
  }
  .sp_fix ul li:nth-child(3) {
    position: relative;
  }
  .sp_fix ul li:nth-child(3) a {
    padding-top: 2.6rem;
    font-size: 1.2rem;
    color: #ffffff;
    background-color: #3B97DB;
  }
  .sp_fix ul li:nth-child(3) a:before {
    content: none;
  }
  .sp_fix ul li:nth-child(4) a {
    color: #ffffff;
    background-color: #02B902;
  }
  .sp_fix ul li:nth-child(4) a:before {
    background-image: url("../img/icon_line03.png");
  }
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*TOPページ*/
.p-top__mv .top {
  width: 100%;
  padding-top: 13rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .top {
    padding-top: 10.7rem;
  }
}
.p-top__mv .top .swiper {
  width: 100%;
  overflow: visible;
}
.p-top__mv .top .swiper .swiper-wrapper {
  align-items: center;
}
.p-top__mv .top .swiper .swiper-wrapper .swiper-slide {
  width: 96rem !important;
  transition: transform 0.5s linear;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .top .swiper .swiper-wrapper .swiper-slide {
    width: 48.9rem !important;
  }
}
.p-top__mv .top .swiper .swiper-wrapper .swiper-slide:after {
  width: 11rem;
  height: 9.8rem;
  content: "";
  background-image: url("../img/fig_matsuge01.png");
  background-size: cover;
  position: absolute;
  top: 4.5rem;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s linear;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .top .swiper .swiper-wrapper .swiper-slide:after {
    width: 6.8rem;
    height: 6.35rem;
    top: -2.8rem;
    left: 7.4rem;
    transform: rotate(16deg);
  }
}
@media only screen and (min-width: 781px) {
  .p-top__mv .top .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: translateY(-6.5rem);
  }
}
.p-top__mv .top .swiper .swiper-wrapper .swiper-slide.swiper-slide-active:after {
  opacity: 1;
}
.p-top__mv .top .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-top__mv .top .text .inner {
  max-width: 840px;
  height: 100%;
  position: relative;
}
.p-top__mv .top .text h1 {
  width: 10.2rem;
  position: absolute;
  top: 13rem;
  right: 0;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .top .text h1 {
    width: 5.35rem;
    margin-right: -17rem;
    top: 10rem;
    right: 50%;
  }
}
.p-top__mv .top .text .btn {
  width: 20.2rem;
  position: absolute;
  top: 40rem;
  left: 0;
}
.p-top__mv .bottom {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 20;
}
.p-top__mv .bottom:after {
  width: 100%;
  content: "";
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 781px) {
  .p-top__mv .bottom {
    height: 11.8rem;
    margin-top: -6rem;
    background-image: url("../img/partition02.png");
    background-size: 2198px auto;
  }
  .p-top__mv .bottom:after {
    height: 5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .bottom {
    height: 9rem;
    margin-top: 1.4rem;
    background-image: url("../img/partition02_sp.png");
    background-size: 100% 5.9rem;
  }
  .p-top__mv .bottom:after {
    height: 6rem;
  }
}
.p-top__mv .bottom .box {
  width: 31.8rem;
  height: 17.4rem;
  margin: 0 auto;
  padding-top: 3.6rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -6rem;
  left: 50%;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .bottom .box {
    width: 23rem;
    height: 12.6rem;
    padding-top: 1.8rem;
    top: -2.5rem;
  }
}
.p-top__mv .bottom .box .logo {
  width: 5rem;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .bottom .box .logo {
    width: 3rem;
  }
}
.p-top__mv .bottom .box .clinic_name {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #3872B7;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .bottom .box .clinic_name {
    font-size: 1.8rem;
  }
}
.p-top__about {
  padding-bottom: 25.4rem;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 781px) {
  .p-top__about {
    margin-top: -5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__about {
    padding-bottom: 4rem;
  }
}
.p-top__about:after {
  width: 100%;
  content: "";
  background-position: center center;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media only screen and (min-width: 781px) {
  .p-top__about:after {
    height: 28.2rem;
    background-image: url("../img/partition01.png");
    background-size: 1920px 100%;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__about:after {
    height: 14.6rem;
    background-image: url("../img/partition01_sp.png");
    background-size: 100% 100%;
  }
}
.p-top__about .inner {
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-top__about .midashi01 {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__about .midashi01 {
    font-size: 2.7rem;
  }
}
.p-top__about .midashi01 span {
  margin-bottom: 0.43em;
  font-size: 0.638em;
  display: block;
}
.p-top__about .midashi01 + p {
  margin-bottom: 2.5em;
  line-height: 2.8;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__about .midashi01 + p {
    margin-bottom: 2.16em;
    line-height: 2.2;
    text-align: left;
  }
}
.p-top__about .btn {
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__about .btn {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__about .img01 {
    width: 28rem;
    position: absolute;
    top: 7.5rem;
    right: 90.5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__about .img01 {
    width: 14rem;
    margin: 0 auto 0 1.8rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__about .img02 {
    width: 30.8rem;
    position: absolute;
    top: 15.6rem;
    left: 88rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__about .img02 {
    width: 18.4rem;
    margin: -6rem 1.8rem 0 auto;
  }
}
.p-top__medical {
  padding-bottom: 30rem;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-top__medical {
    padding-bottom: 15rem;
  }
}
.p-top__medical:after {
  width: 100%;
  height: 40rem;
  content: "";
  background: linear-gradient(to bottom, transparent, #F2F6FA);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-top__medical:after {
    height: 20rem;
  }
}
.p-top__medical .midashi01 {
  margin-bottom: 1.25em;
}
.p-top__medical ul {
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
}
.p-top__medical ul li {
  margin: 0 0.8% 0.8% 0;
}
@media only screen and (min-width: 781px) {
  .p-top__medical ul li {
    width: 24.4%;
  }
  .p-top__medical ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__medical ul li {
    width: 49.6%;
  }
  .p-top__medical ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-top__medical ul li a {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #F8F8F8;
  background-image: url("../img/icon_arrow01.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 1.2rem) calc(100% - 1.2rem);
  border: solid 0.4rem #F8F8F8;
  border-radius: 0.8rem;
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-top__medical ul li a {
    padding: 2.8rem 1.2rem 2rem 1.2rem;
    background-size: 2.4rem auto;
    transition: border-color 0.3s;
  }
  .p-top__medical ul li a:hover {
    border-color: #3872B7;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__medical ul li a {
    padding: 2rem 1rem;
    background-size: 2rem auto;
  }
}
.p-top__medical ul li a p {
  margin-bottom: 0.88em;
  padding: 0 0.5em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1A252C;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-top__medical ul li a p {
    font-size: 1.4rem;
  }
}
.p-top__medical ul li a p:before, .p-top__medical ul li a p:after {
  width: 0.44em;
  height: 0.44em;
  margin-top: -0.22em;
  content: "";
  background-color: #3872B7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.p-top__medical ul li a p:before {
  right: 100%;
}
.p-top__medical ul li a p:after {
  left: 100%;
}
.p-top__medical ul li a p span {
  font-size: 0.77em;
}
@media only screen and (max-width: 780px) {
  .p-top__medical ul li a p span {
    display: block;
  }
}
.p-top__medical ul li a .fig {
  width: 7.2rem;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__medical ul li a .fig {
    width: 3.6rem;
  }
}
.p-top__medical ul li a .fig img {
  opacity: 1 !important;
}
.p-top__medical .btn {
  text-align: center;
}
.p-top__guide {
  margin-top: -20rem;
  padding-bottom: 22rem;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 780px) {
  .p-top__guide {
    margin-top: -6rem;
    padding-bottom: 10rem;
  }
}
.p-top__guide .inner {
  max-width: 960px;
}
.p-top__guide .box01, .p-top__guide .box02 {
  box-shadow: 0 0 3rem rgba(197, 211, 226, 0.8);
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-top__guide .box01, .p-top__guide .box02 {
    display: flex;
    border-radius: 2.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__guide .box01, .p-top__guide .box02 {
    border-radius: 1.2rem;
  }
}
.p-top__guide .box01 .text, .p-top__guide .box02 .text {
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 781px) {
  .p-top__guide .box01 .text, .p-top__guide .box02 .text {
    width: 50%;
    padding-top: 3.2rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__guide .box01 .text, .p-top__guide .box02 .text {
    margin-top: -5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.8rem;
  }
}
.p-top__guide .box01 .text:before, .p-top__guide .box02 .text:before {
  content: "";
  background-size: cover;
  position: absolute;
}
@media only screen and (min-width: 781px) {
  .p-top__guide .box01 .text:before, .p-top__guide .box02 .text:before {
    width: 10.5rem;
    height: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__guide .box01 .text:before, .p-top__guide .box02 .text:before {
    width: 100%;
    height: 14.3vw;
    background-position: center top;
    bottom: calc(100% - 1px);
    left: 0;
  }
}
.p-top__guide .box01 .text p, .p-top__guide .box02 .text p {
  margin-bottom: 1.5em;
  line-height: 1.7;
}
.p-top__guide .box01 .text .btn, .p-top__guide .box02 .text .btn {
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .p-top__guide .box01 .text .btn .btn02, .p-top__guide .box02 .text .btn .btn02 {
    width: 34.6rem;
  }
}
.p-top__guide .box01 .img, .p-top__guide .box02 .img {
  border: solid 0.6rem #ffffff;
  overflow: hidden;
}
.p-top__guide .box01 .img > img,
.p-top__guide .box01 .img > video, .p-top__guide .box02 .img > img,
.p-top__guide .box02 .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 781px) {
  .p-top__guide .box01 .img, .p-top__guide .box02 .img {
    width: 50%;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__guide .box01 .img, .p-top__guide .box02 .img {
    border-width: 0.3rem;
    border-bottom: none;
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__guide .box01 {
    flex-direction: row-reverse;
  }
}
.p-top__guide .box01 .text {
  background-color: #3872B7;
}
@media only screen and (min-width: 781px) {
  .p-top__guide .box01 .text:before {
    background-image: url("../img/top/guide_fig01_pc.png");
    background-position: right center;
    left: calc(100% - 1px);
  }
}
@media only screen and (max-width: 780px) {
  .p-top__guide .box01 .text:before {
    background-image: url("../img/top/guide_fig01_sp.png");
  }
}
@media only screen and (min-width: 781px) {
  .p-top__guide .box01 .img {
    border-left: none;
    border-radius: 0 2.4rem 2.4rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__guide .box02 {
    margin-top: 6.4rem;
    border-right: none;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__guide .box02 {
    margin-top: 1.6rem;
  }
}
.p-top__guide .box02 .text {
  background-color: #3B97DB;
}
@media only screen and (min-width: 781px) {
  .p-top__guide .box02 .text:before {
    background-image: url("../img/top/guide_fig02_pc.png");
    background-position: left center;
    right: calc(100% - 1px);
  }
}
@media only screen and (max-width: 780px) {
  .p-top__guide .box02 .text:before {
    background-image: url("../img/top/guide_fig02_sp.png");
  }
}
@media only screen and (min-width: 781px) {
  .p-top__guide .box02 .img {
    border-right: none;
    border-radius: 2.4rem 0 0 2.4rem;
  }
}
.p-top__info {
  padding-top: 5rem;
  padding-bottom: 11.2rem;
  background-color: #ffffff;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 780px) {
  .p-top__info {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}
.p-top__info:before {
  width: 100%;
  content: "";
  background-position: center top;
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
}
@media only screen and (min-width: 781px) {
  .p-top__info:before {
    height: 11.8rem;
    background-image: url("../img/partition02.png");
    background-size: 2198px auto;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__info:before {
    height: 5.9rem;
    background-image: url("../img/partition02_sp.png");
    background-size: 100% 100%;
  }
}
.p-top__info:after {
  width: 100%;
  height: 40rem;
  content: "";
  background: linear-gradient(to bottom, transparent, #F2F6FA);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-top__info:after {
    height: 20rem;
  }
}
.p-top__info .inner {
  max-width: 1160px;
}
.p-top__info hr {
  width: 100%;
  max-width: 1080px;
  height: 7rem;
  margin: 7rem auto 0 auto;
  border: none;
  border-top: dashed 1px #C7C7C7;
}
@media only screen and (max-width: 780px) {
  .p-top__info hr {
    height: 3rem;
    margin-top: 3rem;
  }
}
.p-top__info section {
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-top__info section {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__info section .text {
    width: 40%;
    max-width: 41rem;
  }
}
.p-top__info section .text p {
  margin-bottom: 2.5em;
  line-height: 2;
}
@media only screen and (max-width: 780px) {
  .p-top__info section .text .btn {
    text-align: center;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__info section .text .btn .btn01 {
    width: 34.6rem;
  }
}
.p-top__info section .img {
  border: solid 0.6rem #F2F6FA;
  border-radius: 2.4rem;
  overflow: hidden;
}
.p-top__info section .img > img,
.p-top__info section .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 781px) {
  .p-top__info section .img {
    width: 56.6%;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__info section .img {
    margin-bottom: 2rem;
  }
}
.p-top__info section .annotation {
  position: absolute;
}
@media only screen and (min-width: 781px) {
  .p-top__info section .annotation {
    width: 20.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__info section .annotation {
    width: 10.1rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__info section.equipment {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__info section.equipment {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__info section.equipment .annotation {
    top: -4rem;
    right: -4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__info section.equipment .annotation {
    top: -2rem;
    right: -1rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__info section.access .annotation {
    bottom: -4rem;
    left: -4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__info section.access .annotation {
    top: -2rem;
    left: -1rem;
  }
}
.p-top__faq {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-top__faq {
    margin-bottom: 6rem;
  }
}
.p-top__faq .inner {
  max-width: 960px;
  color: #ffffff;
  background-size: cover;
  background-position: center center;
  border-radius: 2.4rem;
}
@media only screen and (min-width: 781px) {
  .p-top__faq .inner {
    padding: 4rem 4.8rem;
    background-image: url("../img/top/faq_bg.jpg");
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 781px) and (max-width: 900px) {
  .p-top__faq .inner {
    padding: 4rem 3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__faq .inner {
    padding: 3.6rem 2.4rem;
    background-image: url("../img/top/faq_bg_sp.jpg");
  }
}
@media only screen and (min-width: 781px) {
  .p-top__faq .text {
    width: 54%;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__faq .text {
    margin-bottom: 1.6rem;
    text-align: center;
  }
}
.p-top__faq .text p {
  line-height: 1.75;
}
@media only screen and (min-width: 781px) {
  .p-top__faq .btn {
    width: 45%;
    text-align: right;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__faq .btn {
    text-align: center;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__faq .btn .btn02 {
    width: 100%;
    max-width: 34.6rem;
  }
}
.p-top__recruit {
  margin-bottom: 11.2rem;
}
.p-top__recruit .inner {
  max-width: 1200px;
  background-size: cover;
  background-position: center top;
  border-radius: 2.4rem;
}
@media only screen and (min-width: 781px) {
  .p-top__recruit .inner {
    padding: 6.7rem 9.6rem;
    background-image: url("../img/top/recruit_bg.jpg");
  }
}
@media only screen and (min-width: 781px) and (max-width: 900px) {
  .p-top__recruit .inner {
    padding: 4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__recruit .inner {
    padding: 13.5rem 2.8rem 2.8rem 2.8rem;
    background-image: url("../img/top/recruit_bg_sp.jpg");
  }
}
.p-top__recruit .text {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 781px) {
  .p-top__recruit .text {
    width: 55%;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__recruit .text {
    text-align: center;
  }
}
.p-top__recruit .text p {
  line-height: 1.8;
}
@media only screen and (max-width: 780px) {
  .p-top__recruit .btn {
    text-align: center;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__recruit .btn .btn01 {
    width: 34.6rem;
  }
}
.p-top__news {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-top__news {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__news .headding {
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__news .headding {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__news .headding .text {
    width: 52%;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__news .headding .text {
    margin-bottom: 2rem;
  }
}
.p-top__news .headding .text .midashi01 {
  margin-bottom: 0.5em;
}
.p-top__news .headding .text p {
  line-height: 1.7;
}
.p-top__news .headding .tab_head {
  border-radius: 99px;
  background-color: #ffffff;
  border: solid 1px #D8DEE5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 781px) {
  .p-top__news .headding .tab_head {
    width: 45.5%;
    padding: 0.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__news .headding .tab_head {
    padding: 0.4rem;
  }
}
.p-top__news .headding .tab_head li {
  width: 49%;
  padding: 0.1em 1em 0.2em 1em;
  font-size: 0.875em;
  font-weight: 500;
  text-align: center;
  color: #3872B7 !important;
  border-radius: 99px;
}
.p-top__news .headding .tab_head li:hover {
  background-color: #DAE1E8;
}
.p-top__news .headding .tab_head li.current {
  color: #ffffff !important;
  background-color: #3872B7;
}
@media only screen and (max-width: 780px) {
  .p-top__news .tab_body .sp_scroll {
    width: 100%;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    overflow-x: auto;
  }
}
.p-top__news .tab_body ul {
  display: flex;
}
@media only screen and (min-width: 781px) {
  .p-top__news .tab_body ul {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__news .tab_body ul li {
    width: 31.8%;
    margin-right: 2.3%;
  }
  .p-top__news .tab_body ul li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__news .tab_body ul li {
    flex: 0 0 28rem;
    margin-right: 2rem;
  }
}
.p-top__news .tab_body ul li a {
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-top__news .tab_body ul li a:hover .img {
    border-color: #3872B7;
  }
  .p-top__news .tab_body ul li a:hover .img img {
    opacity: 1 !important;
  }
}
.p-top__news .tab_body ul li .img {
  margin-bottom: 1em;
  border: solid 0.6rem #ffffff;
  border-radius: 2.4rem;
  overflow: hidden;
}
.p-top__news .tab_body ul li .img > img,
.p-top__news .tab_body ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top__news .tab_body ul li .text .meta {
  margin-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-top__news .tab_body ul li .text .meta .date {
  font-family: "Poppins", sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  color: #3872B7;
}
.p-top__news .tab_body ul li .text .meta .cate {
  padding: 0.1em 1.14em 0.2em 1.14em;
  font-size: 0.75em;
  font-weight: 500;
  color: #3872B7;
  border: solid 1px #3872B7;
  border-radius: 99px;
}
.p-top__news .tab_body ul li p {
  font-weight: 500;
}
.p-top__news .tab_body .btn {
  text-align: center;
}
/*下層ページ*/
.pagetitle {
  padding-top: 11rem;
  padding-bottom: 5rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .pagetitle {
    padding-top: 8rem;
    padding-bottom: 1rem;
  }
}
.pagetitle:after {
  width: 100%;
  content: "";
  background-position: center center;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media only screen and (min-width: 781px) {
  .pagetitle:after {
    height: 28.2rem;
    background-image: url("../img/partition01.png");
    background-size: 1920px 100%;
  }
}
@media only screen and (max-width: 780px) {
  .pagetitle:after {
    height: 14.6rem;
    background-image: url("../img/partition01_sp.png");
    background-size: 100% 100%;
  }
}
.pagetitle .box {
  width: 82.5rem;
  height: 53.6rem;
  margin: 0 auto;
  padding-top: 13.5rem;
  text-align: center;
  color: #ffffff;
  background-image: url("../img/pagetitle_bg.png");
  background-size: cover;
}
@media only screen and (max-width: 780px) {
  .pagetitle .box {
    width: 42rem;
    height: 27.3rem;
    margin: 0;
    padding-top: 4rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.pagetitle .box h1 {
  margin-bottom: 0.44em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 5.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 780px) {
  .pagetitle .box h1 {
    margin-bottom: 0.3em;
    font-size: 2.4rem;
  }
}
.pagetitle .box h1 span {
  font-size: 0.55em;
  font-weight: 500;
  display: block;
}
.pagetitle .box p {
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.8;
}
@media only screen and (max-width: 780px) {
  .pagetitle .box p {
    max-width: 80%;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.pankuzu {
  margin-top: 15rem;
  margin-bottom: 6.5rem;
  font-size: 1.2rem;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 780px) {
  .pankuzu {
    margin-top: 7rem;
    margin-bottom: 4rem;
  }
}
.pankuzu.no_cta {
  margin-bottom: 27rem;
}
@media only screen and (max-width: 780px) {
  .pankuzu.no_cta {
    margin-bottom: 17rem;
  }
}
.pankuzu .inner {
  max-width: 1200px;
  letter-spacing: -0.4em;
}
.pankuzu .inner > * {
  display: inline-block;
  letter-spacing: normal;
}
.pankuzu a:after {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 1em;
  content: "";
  background-image: url("../img/icon_arrow01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: 0;
}
.pankuzu span {
  color: #A5A5A5;
}

.p-introduction__value {
  margin-bottom: 16.8rem;
}
@media only screen and (max-width: 780px) {
  .p-introduction__value {
    margin-bottom: 8.4rem;
  }
}
.p-introduction__value p {
  line-height: 2;
  text-align: center;
}
.p-introduction__value p big {
  font-size: 1.43em;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-introduction__value p big {
    font-size: 1.25em;
  }
}
.p-introduction__value p + p {
  margin-top: 1em;
}
.p-introduction__value ol {
  margin-top: 3.5em;
}
@media only screen and (min-width: 781px) {
  .p-introduction__value ol {
    display: flex;
    justify-content: space-between;
  }
}
.p-introduction__value ol li {
  background-color: #ffffff;
  border-radius: 2.4rem;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-introduction__value ol li {
    width: 30.6%;
  }
}
@media only screen and (max-width: 780px) {
  .p-introduction__value ol li {
    width: 36.8rem;
    max-width: 100%;
    margin: 0 auto;
  }
  .p-introduction__value ol li + li {
    margin-top: 3rem;
  }
}
.p-introduction__value ol li .img {
  width: 100%;
  height: 20.7rem;
  overflow: hidden;
}
.p-introduction__value ol li .img > img,
.p-introduction__value ol li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-introduction__value ol li .text {
  padding: 4rem 1em 3rem;
  position: relative;
}
.p-introduction__value ol li .text .num {
  width: 6.9rem;
  height: 4.4rem;
  content: "";
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 4.4rem;
  text-align: center;
  color: #ffffff;
  background-color: #3872B7;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-55%, -45%);
}
.p-introduction__value ol li .text .num:before {
  width: 2.7rem;
  height: 2.4rem;
  content: "";
  background-image: url("../img/fig_matsuge01.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.p-introduction__value ol li .text p {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media only screen and (max-width: 780px) {
  .p-introduction__value ol li .text p {
    font-size: 1.8rem;
  }
}
.p-introduction__value ol li .text p span {
  color: #3872B7;
}
.p-introduction__message {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-introduction__message {
    margin-bottom: 4rem;
  }
}
.p-introduction__message .inner {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-introduction__message .inner {
    padding-bottom: 25rem;
  }
}
.p-introduction__message p {
  text-align: center;
  line-height: 2.8;
}
@media only screen and (max-width: 780px) {
  .p-introduction__message p {
    text-align: left;
    line-height: 1.8;
  }
}
.p-introduction__message .name {
  margin-top: 2em;
  text-align: center;
}
.p-introduction__message .img01, .p-introduction__message .img02 {
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 1100px) {
  .p-introduction__message .img01 {
    width: 55.2rem;
    top: -1.6rem;
    left: -33.2rem;
  }
}
@media only screen and (max-width: 1099px) and (min-width: 781px) {
  .p-introduction__message .img01 {
    width: 32rem;
    top: -1rem;
    left: -17rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-introduction__message .img01 {
    width: 27.6rem;
    bottom: 0;
    left: -10rem;
  }
}
@media only screen and (min-width: 1100px) {
  .p-introduction__message .img02 {
    width: 50.32rem;
    top: -4rem;
    right: -33.2rem;
  }
}
@media only screen and (max-width: 1099px) and (min-width: 781px) {
  .p-introduction__message .img02 {
    width: 30rem;
    top: -2rem;
    right: -15rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-introduction__message .img02 {
    width: 25.16rem;
    bottom: 0;
    right: -10rem;
  }
}
.p-introduction__message .ryakureki {
  margin-top: 6rem;
  background-color: #ffffff;
  box-shadow: 0 0 3rem rgba(197, 211, 226, 0.4);
  border-radius: 2.4rem;
}
@media only screen and (min-width: 781px) {
  .p-introduction__message .ryakureki {
    padding: 4em;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-introduction__message .ryakureki {
    padding: 2em;
  }
}
@media only screen and (min-width: 781px) {
  .p-introduction__message .ryakureki dl {
    width: 48%;
  }
}
.p-introduction__message .ryakureki dl dt {
  margin-bottom: 1em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.2rem;
  font-weight: 700;
}
.p-introduction__message .ryakureki dl dd {
  margin-bottom: 1em;
}
.p-introduction__message .ryakureki dl dd span {
  width: 7rem;
  margin-right: 1em;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  display: inline-block;
}
.p-introduction__overview {
  margin-top: 24rem;
  padding-top: 5rem;
  background-color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-introduction__overview {
    margin-top: 12rem;
    padding-top: 2rem;
  }
}
.p-introduction__overview:before {
  width: 100%;
  content: "";
  background-position: center top;
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
}
@media only screen and (min-width: 781px) {
  .p-introduction__overview:before {
    height: 11.8rem;
    background-image: url("../img/partition02.png");
    background-size: 2198px auto;
  }
}
@media only screen and (max-width: 780px) {
  .p-introduction__overview:before {
    height: 5.9rem;
    background-image: url("../img/partition02_sp.png");
    background-size: 100% 100%;
  }
}
.p-introduction__overview:after {
  width: 100%;
  height: 40rem;
  content: "";
  background: linear-gradient(to bottom, #ffffff, transparent);
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-introduction__overview:after {
    height: 20rem;
  }
}
.p-introduction__overview .inner {
  max-width: 1200px;
}
@media only screen and (min-width: 781px) {
  .p-introduction__overview .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-introduction__overview .text {
    width: 45%;
    max-width: 42.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-introduction__overview .text {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-introduction__overview .text .midashi02 {
    text-align: center;
  }
}
.p-introduction__overview .text .logo {
  width: 6rem;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 780px) {
  .p-introduction__overview .text .logo {
    width: 4rem;
    margin: 0 auto 0.5em auto;
  }
}
.p-introduction__overview .text .clinic_name {
  margin-bottom: 0.4em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #1A252C;
}
@media only screen and (max-width: 780px) {
  .p-introduction__overview .text .clinic_name {
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-introduction__overview .text address {
  margin-bottom: 2em;
}
@media only screen and (max-width: 780px) {
  .p-introduction__overview .text address {
    text-align: center;
  }
}
.p-introduction__overview .text dl {
  margin-bottom: 2.5em;
  border-top: dashed 1px #C7C7C7;
}
.p-introduction__overview .text dl dt {
  padding-top: 1em;
  font-weight: 500;
  color: #3872B7;
}
.p-introduction__overview .text dl dd {
  padding-bottom: 1em;
  border-bottom: dashed 1px #C7C7C7;
}
@media only screen and (max-width: 780px) {
  .p-introduction__overview .text .btn {
    text-align: center;
  }
}
@media only screen and (min-width: 781px) {
  .p-introduction__overview .text .btn .btn01 {
    width: 34.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-introduction__overview .map {
    width: 50%;
    position: relative;
  }
}
.p-introduction__overview .map .gmap {
  width: 100%;
  height: 53rem;
  border-radius: 2.4rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-introduction__overview .map .gmap {
    height: 25rem;
  }
}
.p-introduction__overview .map .gmap iframe {
  width: 100% !important;
  height: 100% !important;
}
.p-introduction__overview .map .access_text {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 781px) {
  .p-introduction__overview .map .access_text {
    width: 20.2rem;
    transform: translate(-60%, 10%);
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .p-introduction__overview .map .access_text {
    transform: translate(-10%, 10%);
  }
}
@media only screen and (max-width: 780px) {
  .p-introduction__overview .map .access_text {
    width: 10rem;
    transform: translate(0, 20%);
  }
}

.p-medical__list {
  margin-bottom: 15rem;
}
@media only screen and (max-width: 780px) {
  .p-medical__list {
    margin-bottom: 7rem;
  }
}
.p-medical__list .midashi02 + p {
  margin-bottom: 3em;
  line-height: 2;
  text-align: center;
}
.p-medical__list ul {
  display: flex;
  flex-wrap: wrap;
}
.p-medical__list ul li {
  margin: 0 0.8% 0.8% 0;
  border: solid 1px #D9E1E8;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-medical__list ul li {
    width: 24.4%;
  }
  .p-medical__list ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-medical__list ul li {
    width: 49.6%;
  }
  .p-medical__list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-medical__list ul li a {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #ffffff;
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-medical__list ul li a {
    padding: 2.8rem 1.2rem 2rem 1.2rem;
    border: solid 0.5rem #ffffff;
    transition: padding 0.3s, border 0.3s;
  }
  .p-medical__list ul li a:hover {
    border-color: #3872B7;
  }
}
@media only screen and (max-width: 780px) {
  .p-medical__list ul li a {
    padding: 2rem 1rem;
  }
}
.p-medical__list ul li a h3 {
  margin-bottom: 1.3em;
  padding: 0 0.5em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1A252C;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-medical__list ul li a h3 {
    font-size: 1.4rem;
  }
}
.p-medical__list ul li a h3:before, .p-medical__list ul li a h3:after {
  width: 0.44em;
  height: 0.44em;
  margin-top: -0.22em;
  content: "";
  background-color: #3872B7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.p-medical__list ul li a h3:before {
  right: 100%;
}
.p-medical__list ul li a h3:after {
  left: 100%;
}
.p-medical__list ul li a h3 span {
  font-size: 0.77em;
}
@media only screen and (max-width: 780px) {
  .p-medical__list ul li a h3 span {
    display: block;
  }
}
.p-medical__list ul li a .fig {
  width: 7.2rem;
  margin: 0 auto 2.4rem auto;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-medical__list ul li a .fig {
    width: 3.6rem;
    margin-bottom: 1.6rem;
  }
}
.p-medical__list ul li a .fig img {
  opacity: 1 !important;
}
.p-medical__list ul li a p {
  text-align: left;
  line-height: 1.375;
}

.p-equipment__list .midashi02 {
  margin-bottom: 2em;
}
.p-equipment__list ul li {
  border-bottom: dashed 1px #C7C7C7;
}
@media only screen and (min-width: 781px) {
  .p-equipment__list ul li {
    margin-bottom: 4.8rem;
    padding-bottom: 4.8rem;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-equipment__list ul li {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-equipment__list ul li .text {
    width: 47.7%;
  }
}
@media only screen and (max-width: 780px) {
  .p-equipment__list ul li .text {
    margin-bottom: 2rem;
  }
}
.p-equipment__list ul li .text h3 {
  margin-bottom: 1em;
  padding-left: 1em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #1A252C;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-equipment__list ul li .text h3 {
    font-size: 2rem;
  }
}
.p-equipment__list ul li .text h3:before {
  width: 0.6rem;
  height: 100%;
  content: "";
  background-color: #3872B7;
  border-radius: 3rem;
  position: absolute;
  top: 0;
  left: 0;
}
.p-equipment__list ul li .text p {
  line-height: 1.625;
}
.p-equipment__list ul li .img {
  background-color: #ffffff;
  width: 100%;
  padding-top: 27.5rem;
  overflow: hidden;
  position: relative;
}
.p-equipment__list ul li .img img, .p-equipment__list ul li .img video {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-equipment__list ul li .img {
  border: solid 0.6rem #EAEEF2;
  border-radius: 2.4rem;
}
@media only screen and (min-width: 781px) {
  .p-equipment__list ul li .img {
    width: 45.18%;
    padding-top: 27.5rem;
    overflow: hidden;
    position: relative;
  }
  .p-equipment__list ul li .img img, .p-equipment__list ul li .img video {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 780px) {
  .p-equipment__list ul li .img {
    width: 100%;
    padding-top: 20rem;
    overflow: hidden;
    position: relative;
  }
  .p-equipment__list ul li .img img, .p-equipment__list ul li .img video {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-equipment__safe {
  margin-top: 24rem;
  margin-bottom: 12rem;
  padding-top: 5rem;
  background-color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-equipment__safe {
    margin-top: 12rem;
    margin-bottom: 6rem;
    padding-top: 2rem;
  }
}
.p-equipment__safe:before {
  width: 100%;
  content: "";
  background-position: center top;
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
}
@media only screen and (min-width: 781px) {
  .p-equipment__safe:before {
    height: 11.8rem;
    background-image: url("../img/partition02.png");
    background-size: 2198px auto;
  }
}
@media only screen and (max-width: 780px) {
  .p-equipment__safe:before {
    height: 5.9rem;
    background-image: url("../img/partition02_sp.png");
    background-size: 100% 100%;
  }
}
.p-equipment__safe:after {
  width: 100%;
  height: 80rem;
  content: "";
  background: linear-gradient(to bottom, #ffffff, transparent);
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-equipment__safe:after {
    height: 40rem;
  }
}
.p-equipment__safe .inner {
  max-width: 1200px;
}
.p-equipment__safe .midashi02 + p {
  margin-bottom: 4em;
  text-align: center;
  line-height: 2;
}
@media only screen and (min-width: 781px) {
  .p-equipment__safe ul {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-equipment__safe ul li {
    width: 31%;
  }
}
@media only screen and (max-width: 780px) {
  .p-equipment__safe ul li + li {
    margin-top: 3rem;
  }
}
.p-equipment__safe ul li .img {
  width: 100%;
  height: 24rem;
  margin-bottom: 1em;
  border-radius: 2.4rem;
  overflow: hidden;
}
.p-equipment__safe ul li .img > img,
.p-equipment__safe ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-equipment__safe ul li .img {
    height: 20rem;
  }
}
.p-equipment__safe ul li p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
.p-equipment__safe ul li p span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  display: block;
}

.p-access__time {
  margin-bottom: 14.5rem;
}
@media only screen and (max-width: 780px) {
  .p-access__time {
    margin-bottom: 7rem;
  }
}
.p-access__time .timetable {
  margin-bottom: 4.8rem;
  background-color: #ffffff;
  border: solid 1px #DAE1E8;
  border-radius: 2.4rem;
}
@media only screen and (max-width: 780px) {
  .p-access__time .timetable {
    margin-bottom: 3rem;
  }
}
.p-access__time .timetable {
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-access__time .timetable .sp_scroll {
    width: 100%;
    overflow-x: auto;
  }
  .p-access__time .timetable .sp_scroll table {
    width: 800px !important;
  }
}
.p-access__time .timetable table {
  width: 100%;
  table-layout: fixed;
}
.p-access__time .timetable table thead tr th {
  padding: 3.2rem 0;
  font-size: 1.125em;
  font-weight: 500;
  text-align: center;
  border-bottom: solid 1px #DAE1E8;
  border-left: solid 1px #DAE1E8;
}
.p-access__time .timetable table thead tr th:first-child {
  width: 36.5%;
  border-left: none;
}
.p-access__time .timetable table tbody tr th {
  width: 36.5%;
  padding: 3.2rem 3.5rem;
  font-size: 1.125em;
  font-weight: 500;
  vertical-align: middle;
  border-bottom: solid 1px #DAE1E8;
}
.p-access__time .timetable table tbody tr th span {
  margin-right: 0.8em;
  padding: 0.1em 0.8em;
  color: #ffffff;
  border-radius: 99px;
  display: inline-block;
}
.p-access__time .timetable table tbody tr th span.am {
  background-color: #3872B7;
}
.p-access__time .timetable table tbody tr th span.pm {
  background-color: #3B97DB;
}
.p-access__time .timetable table tbody tr td {
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 1px #DAE1E8;
  border-left: solid 1px #DAE1E8;
}
.p-access__time .timetable table tbody tr td img {
  width: 1em;
}
.p-access__time .timetable table tbody tr:last-child th, .p-access__time .timetable table tbody tr:last-child td {
  border-bottom: none;
}
.p-access__time .close_days {
  padding: 1.6em;
  text-align: center;
  border: solid 1px #3872B7;
}
@media only screen and (min-width: 781px) {
  .p-access__time .close_days {
    max-width: 84.8rem;
    margin: 0 auto 7.2rem auto;
    letter-spacing: -0.4em;
  }
  .p-access__time .close_days > * {
    display: inline-block;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 780px) {
  .p-access__time .close_days {
    margin-bottom: 3rem;
  }
}
.p-access__time .close_days dt {
  font-weight: 700;
  color: #3872B7;
}
@media only screen and (min-width: 781px) {
  .p-access__time .close_days dt {
    margin-right: 4em;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 780px) {
  .p-access__time .close_days dt {
    margin-bottom: 1rem;
  }
}
.p-access__time .close_days dd {
  font-size: 0.9375em;
}
@media only screen and (min-width: 781px) {
  .p-access__time .close_days dd {
    vertical-align: middle;
  }
}
.p-access__time .attention {
  max-width: 920px;
  margin: 0 auto;
}
.p-access__time .attention h3 {
  margin-bottom: 1.5em;
  font-weight: 700;
  color: #3872B7;
}
.p-access__time .attention ul li {
  margin-bottom: 0.6em;
  padding-left: 1.6em;
  font-size: 0.9375em;
}
.p-access__time .attention ul li:before {
  width: 0.53em;
  height: 0.53em;
  margin: 0 1.07em 0 -1.6em;
  content: "";
  background-color: #3872B7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0;
}
.p-access__access {
  margin-top: 24rem;
  margin-bottom: 12rem;
  padding-top: 5rem;
  background-color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-access__access {
    margin-top: 12rem;
    margin-bottom: 6rem;
    padding-top: 2rem;
  }
}
.p-access__access:before {
  width: 100%;
  content: "";
  background-position: center top;
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
}
@media only screen and (min-width: 781px) {
  .p-access__access:before {
    height: 11.8rem;
    background-image: url("../img/partition02.png");
    background-size: 2198px auto;
  }
}
@media only screen and (max-width: 780px) {
  .p-access__access:before {
    height: 5.9rem;
    background-image: url("../img/partition02_sp.png");
    background-size: 100% 100%;
  }
}
.p-access__access:after {
  width: 100%;
  height: 80rem;
  content: "";
  background: linear-gradient(to bottom, #ffffff, transparent);
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-access__access:after {
    height: 40rem;
  }
}
.p-access__access .map {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 780px) {
  .p-access__access .map {
    margin-bottom: 3rem;
  }
}
.p-access__access .map .gmap {
  width: 100%;
  height: 44.6rem;
  margin-bottom: 2em;
  border-radius: 2.4rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-access__access .map .gmap {
    height: 30rem;
    margin-bottom: 1em;
  }
}
.p-access__access .map .gmap iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 781px) {
  .p-access__access .map .text {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-access__access .map .text .address {
    margin-bottom: 1em;
  }
}
.p-access__access .map .text .address .clinic_name {
  margin-bottom: 0.4em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 780px) {
  .p-access__access .map .text .link {
    text-align: right;
  }
}
.p-access__access .map .text .link a {
  font-weight: 500;
}
.p-access__access .map .text .link a:after {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  content: "";
  background-image: url("../img/icon_arrow01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.1em;
}
@media only screen and (min-width: 781px) {
  .p-access__access .map .text .link a:hover {
    text-decoration: underline;
  }
}
.p-access__access .note {
  padding-top: 6.4rem;
  border-top: dashed 1px #C7C7C7;
}
@media only screen and (min-width: 781px) {
  .p-access__access .note {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-access__access .note {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-access__access .note .train {
    width: 50%;
    padding-right: 4.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-access__access .note .train {
    margin-bottom: 3rem;
  }
}
.p-access__access .note .train dt {
  margin-bottom: 0.8em;
  padding-left: 1em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #1A252C;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-access__access .note .train dt {
    font-size: 2rem;
  }
}
.p-access__access .note .train dt:before {
  width: 0.6rem;
  height: 100%;
  content: "";
  background-color: #3872B7;
  border-radius: 3rem;
  position: absolute;
  top: 0;
  left: 0;
}
.p-access__access .note .train dd .annotation {
  margin-top: 1em;
  padding: 1em;
  font-weight: 700;
  text-align: center;
  color: #3872B7;
  background-color: #ffffff;
  border: solid 1px #3872B7;
}
.p-access__access .note .barrier-free {
  padding: 1em;
  background-color: #ffffff;
  border: solid 1px #DAE1E8;
  border-radius: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 781px) {
  .p-access__access .note .barrier-free {
    width: 50%;
  }
}
.p-access__access .note .barrier-free .img {
  width: 40%;
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-access__access .note .barrier-free .text {
  width: 60%;
  padding-left: 1.5em;
}
.p-access__access .note .barrier-free .text h3 {
  margin-bottom: 0.35em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.25em;
  font-weight: 700;
  color: #3872B7;
}

.p-faq__list {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 780px) {
  .p-faq__list {
    margin-bottom: 3.2rem;
  }
}
.p-faq__list .anchor_link {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-faq__list .anchor_link {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-faq__list .anchor_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-faq__list .anchor_link ul li {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.125em;
  font-weight: 700;
  border: solid 1px #3872B7;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-faq__list .anchor_link ul li {
    width: 48.8%;
    margin-bottom: 2.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-faq__list .anchor_link ul li {
    margin-bottom: 1.5rem;
  }
}
.p-faq__list .anchor_link ul li a {
  padding: 1.1em 2.2em;
  color: #3872B7;
  background-image: url("../img/icon_arrow04.png");
  background-size: 0.88em auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 2.2em) center;
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-faq__list .anchor_link ul li a {
    transition: color 0.3s;
  }
  .p-faq__list .anchor_link ul li a:hover {
    color: #3B97DB;
  }
}
.p-faq__list section {
  margin-bottom: 9.6rem;
}
@media only screen and (max-width: 780px) {
  .p-faq__list section {
    margin-bottom: 4.8rem;
  }
}
.p-faq__list section h2 {
  margin-bottom: 1.26em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #3872B7;
}
@media only screen and (max-width: 780px) {
  .p-faq__list section h2 {
    margin-bottom: 1em;
    font-size: 2.4rem;
  }
}
.p-faq__list section ul li {
  padding: 3em;
  background-color: #ffffff;
  border: solid 1px #DAE1E8;
  border-radius: 1.6rem;
}
@media only screen and (max-width: 780px) {
  .p-faq__list section ul li {
    padding: 2em;
  }
}
.p-faq__list section ul li + li {
  margin-top: 1em;
}
.p-faq__list section ul li .faq_q {
  margin-bottom: 1.7em;
  padding: 0.5em 0 0.5em 3.5em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.06em;
  background-image: url("../img/faq_q.png");
  background-size: 2.16em auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.p-faq__list section ul li .faq_a {
  padding-top: 2.13em;
  font-size: 0.9375em;
  line-height: 2.13;
  border-top: dashed 1px #C7C7C7;
}
.p-faq__list section ul li .faq_a .link {
  margin-top: 1em;
}
.p-faq__list section ul li .faq_a .link a {
  font-weight: 700;
  color: #3872B7;
}
.p-faq__list section ul li .faq_a .link a:after {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  content: "";
  background-image: url("../img/icon_arrow01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.1em;
}
@media only screen and (min-width: 781px) {
  .p-faq__list section ul li .faq_a .link a:hover {
    text-decoration: underline;
  }
}

.p-medical_detail__soudan {
  margin-bottom: 12.8rem;
}
@media only screen and (max-width: 780px) {
  .p-medical_detail__soudan {
    margin-bottom: 6.4rem;
  }
}
.p-medical_detail__soudan p {
  margin-bottom: 2.5em;
  text-align: center;
}
.p-medical_detail__soudan p.bottom_text {
  margin-bottom: 0;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.68em;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-medical_detail__soudan p.bottom_text {
    font-size: 1.2em;
  }
}
.p-medical_detail__soudan ul {
  background-color: #ffffff;
  border: solid 0.3rem #3872B7;
  border-radius: 2.4rem;
}
@media only screen and (min-width: 781px) {
  .p-medical_detail__soudan ul {
    margin-bottom: 3em;
    padding: 2em 2em 1em 2em;
    -moz-columns: 2;
    columns: 2;
  }
}
@media only screen and (max-width: 780px) {
  .p-medical_detail__soudan ul {
    margin-bottom: 2em;
    padding: 1.5em;
  }
}
.p-medical_detail__soudan ul li {
  margin-bottom: 0.8em;
  padding-left: 1.6em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 1.5em;
}
@media only screen and (min-width: 781px) {
  .p-medical_detail__soudan ul li {
    padding-right: 1em;
  }
}
@media only screen and (max-width: 780px) {
  .p-medical_detail__soudan ul li {
    font-size: 1.2em;
  }
}
.p-medical_detail__soudan ul li:before {
  width: 0.6em;
  height: 0.6em;
  margin: 0 1em 0 -1.6em;
  content: "";
  background-color: #CDD3DB;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0.15em;
}
.p-medical_detail__soudan ul li span {
  color: #3872B7;
}
@media only screen and (max-width: 780px) {
  .p-medical_detail__soudan ul li:last-child {
    margin-bottom: 0;
  }
}
.p-medical_detail__feature {
  margin-bottom: 20rem;
}
@media only screen and (max-width: 780px) {
  .p-medical_detail__feature {
    margin-bottom: 10rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-medical_detail__feature .midashi02 {
    margin-bottom: 1.47em;
  }
}
@media only screen and (min-width: 781px) {
  .p-medical_detail__feature ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-medical_detail__feature ul li {
    width: 47.5%;
    margin-bottom: 3.5em;
  }
}
@media only screen and (max-width: 780px) {
  .p-medical_detail__feature ul li {
    margin-bottom: 2em;
  }
}
.p-medical_detail__feature ul li .img {
  width: 100%;
  height: 27.5rem;
  margin-bottom: 1em;
  border: solid 1px #DAE1E8;
  border-radius: 2.4rem;
  overflow: hidden;
}
.p-medical_detail__feature ul li .img > img,
.p-medical_detail__feature ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-medical_detail__feature ul li .img {
    height: 22rem;
  }
}
.p-medical_detail__feature ul li p {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.27;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-medical_detail__feature ul li p {
    font-size: 1.125em;
  }
}
.p-medical_detail__recommend {
  padding-top: 5rem;
  padding-bottom: 15rem;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-medical_detail__recommend {
    padding-top: 0;
    padding-bottom: 7.5rem;
  }
}
.p-medical_detail__recommend:before {
  width: 100%;
  content: "";
  background-position: center top;
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
}
@media only screen and (min-width: 781px) {
  .p-medical_detail__recommend:before {
    height: 11.8rem;
    background-image: url("../img/partition02.png");
    background-size: 2198px auto;
  }
}
@media only screen and (max-width: 780px) {
  .p-medical_detail__recommend:before {
    height: 5.9rem;
    background-image: url("../img/partition02_sp.png");
    background-size: 100% 100%;
  }
}
.p-medical_detail__recommend:after {
  width: 100%;
  height: 40rem;
  content: "";
  background: linear-gradient(to bottom, #ffffff, transparent);
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-medical_detail__recommend:after {
    height: 20rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-medical_detail__recommend .midashi02 {
    margin-bottom: 1.47em;
  }
}
@media only screen and (min-width: 781px) {
  .p-medical_detail__recommend ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-medical_detail__recommend ul li {
  padding: 1.3em 1em 1.3em 4em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.125em;
  font-weight: 700;
  background-image: url("../img/icon_check01.png");
  background-size: 1.3em auto;
  background-repeat: no-repeat;
  background-position: 1.7em 1.4em;
  border: solid 1px #3872B7;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-medical_detail__recommend ul li {
    width: 48.8%;
    margin-bottom: 0.88em;
  }
}
@media only screen and (max-width: 780px) {
  .p-medical_detail__recommend ul li {
    margin-bottom: 1em;
  }
}
.p-medical_detail__qa {
  margin-bottom: 16rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 780px) {
  .p-medical_detail__qa {
    margin-bottom: 8rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-medical_detail__qa .midashi02 {
    margin-bottom: 1.47em;
  }
}
.p-medical_detail__qa ul li {
  padding: 3em;
  background-color: #ffffff;
  border: solid 1px #DAE1E8;
  border-radius: 1.6rem;
}
@media only screen and (max-width: 780px) {
  .p-medical_detail__qa ul li {
    padding: 2em;
  }
}
.p-medical_detail__qa ul li + li {
  margin-top: 1em;
}
.p-medical_detail__qa ul li .faq_q {
  margin-bottom: 1.7em;
  padding: 0.5em 0 0.5em 3.5em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.06em;
  background-image: url("../img/faq_q.png");
  background-size: 2.16em auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.p-medical_detail__qa ul li .faq_a {
  padding-top: 2.13em;
  font-size: 0.9375em;
  line-height: 2.13;
  border-top: dashed 1px #C7C7C7;
}
.p-medical_detail__qa ul li .faq_a .link {
  margin-top: 1em;
}
.p-medical_detail__qa ul li .faq_a .link a {
  font-weight: 700;
  color: #3872B7;
}
.p-medical_detail__qa ul li .faq_a .link a:after {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  content: "";
  background-image: url("../img/icon_arrow01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.1em;
}
@media only screen and (min-width: 781px) {
  .p-medical_detail__qa ul li .faq_a .link a:hover {
    text-decoration: underline;
  }
}

.p-guide-symptoms__search {
  margin-bottom: 25rem;
}
@media only screen and (max-width: 780px) {
  .p-guide-symptoms__search {
    margin-bottom: 15rem;
  }
}
.p-guide-symptoms__search .inner {
  max-width: 1200px;
}
.p-guide-symptoms__search .midashi02 + p {
  margin-bottom: 5.3em;
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .p-guide-symptoms__search ul {
    margin-bottom: -8rem;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 780px) {
  .p-guide-symptoms__search ul {
    margin-bottom: -4rem;
  }
}
.p-guide-symptoms__search ul li {
  background-color: #ffffff;
  border: solid 1px #DAE1E8;
  border-radius: 0.8rem;
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-guide-symptoms__search ul li {
    padding: 11.5rem 4rem 12.7rem 4rem;
  }
}
@media only screen and (min-width: 781px) and (min-width: 1280px) {
  .p-guide-symptoms__search ul li {
    width: 32%;
    margin: 0 2% 8rem 0;
  }
  .p-guide-symptoms__search ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1279px) {
  .p-guide-symptoms__search ul li {
    width: 48%;
    margin: 0 4% 8rem 0;
  }
  .p-guide-symptoms__search ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-guide-symptoms__search ul li {
    margin-bottom: 4rem;
    padding: 6rem 2rem 2rem 2rem;
  }
}
.p-guide-symptoms__search ul li .fig {
  width: 14.4rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -33%);
}
@media only screen and (max-width: 780px) {
  .p-guide-symptoms__search ul li .fig {
    width: 7.2rem;
  }
}
.p-guide-symptoms__search ul li p {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-guide-symptoms__search ul li p {
    margin-bottom: 2rem;
    font-size: 1.125em;
  }
}
.p-guide-symptoms__search ul li .btn {
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .p-guide-symptoms__search ul li .btn {
    width: 80%;
    height: 12.7rem;
    padding-top: 2.7rem;
    position: absolute;
    bottom: 0;
    left: 10%;
  }
  .p-guide-symptoms__search ul li .btn .btn01 {
    width: 100%;
  }
}
.p-guide-symptoms__advice {
  padding-top: 5rem;
  padding-bottom: 15rem;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-guide-symptoms__advice {
    padding-top: 0;
    padding-bottom: 7.5rem;
  }
}
.p-guide-symptoms__advice:before {
  width: 100%;
  content: "";
  background-position: center top;
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
}
@media only screen and (min-width: 781px) {
  .p-guide-symptoms__advice:before {
    height: 11.8rem;
    background-image: url("../img/partition02.png");
    background-size: 2198px auto;
  }
}
@media only screen and (max-width: 780px) {
  .p-guide-symptoms__advice:before {
    height: 5.9rem;
    background-image: url("../img/partition02_sp.png");
    background-size: 100% 100%;
  }
}
.p-guide-symptoms__advice:after {
  width: 100%;
  height: 40rem;
  content: "";
  background: linear-gradient(to bottom, #ffffff, transparent);
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-guide-symptoms__advice:after {
    height: 20rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-guide-symptoms__advice .midashi02 {
    margin-bottom: 1.47em;
  }
}
.p-guide-symptoms__advice ul {
  background-color: #ffffff;
  border: solid 0.4rem #3872B7;
  border-radius: 2.4rem;
}
@media only screen and (min-width: 781px) {
  .p-guide-symptoms__advice ul {
    padding: 4em 5em;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .p-guide-symptoms__advice ul {
    padding: 3em;
  }
}
@media only screen and (max-width: 780px) {
  .p-guide-symptoms__advice ul {
    padding: 1.5em;
  }
}
.p-guide-symptoms__advice ul li {
  margin-bottom: 1.2em;
  padding-left: 1.6em;
  padding-bottom: 1.2em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 1.5em;
  border-bottom: dashed 1px #C7C7C7;
}
.p-guide-symptoms__advice ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 780px) {
  .p-guide-symptoms__advice ul li {
    font-size: 1.2em;
  }
}
.p-guide-symptoms__advice ul li:before {
  width: 0.6em;
  height: 0.6em;
  margin: 0 1em 0 -1.6em;
  content: "";
  background-color: #3872B7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0.15em;
}
.p-guide-symptoms__advice ul li span {
  color: #3872B7;
}
@media only screen and (max-width: 780px) {
  .p-guide-symptoms__advice ul li:last-child {
    margin-bottom: 0;
  }
}
.p-guide-symptoms__style {
  margin-bottom: 16.8rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 780px) {
  .p-guide-symptoms__style {
    margin-bottom: 8rem;
  }
}
.p-guide-symptoms__style .inner {
  max-width: 1200px;
}
@media only screen and (min-width: 781px) {
  .p-guide-symptoms__style .midashi02 {
    margin-bottom: 1.47em;
  }
}
.p-guide-symptoms__style ol {
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .p-guide-symptoms__style ol {
    display: flex;
    justify-content: space-between;
  }
}
.p-guide-symptoms__style ol li {
  background-color: #ffffff;
  border-radius: 2.4rem;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-guide-symptoms__style ol li {
    width: 30.6%;
  }
}
@media only screen and (max-width: 780px) {
  .p-guide-symptoms__style ol li {
    width: 36.8rem;
    max-width: 100%;
    margin: 0 auto;
  }
  .p-guide-symptoms__style ol li + li {
    margin-top: 3rem;
  }
}
.p-guide-symptoms__style ol li .img {
  width: 100%;
  height: 20.7rem;
  overflow: hidden;
}
.p-guide-symptoms__style ol li .img > img,
.p-guide-symptoms__style ol li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-guide-symptoms__style ol li .text {
  padding: 4rem 1em 3rem;
  position: relative;
}
.p-guide-symptoms__style ol li .text .num {
  width: 6.9rem;
  height: 4.4rem;
  content: "";
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 4.4rem;
  text-align: center;
  color: #ffffff;
  background-color: #3872B7;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-55%, -45%);
}
.p-guide-symptoms__style ol li .text .num:before {
  width: 2.7rem;
  height: 2.4rem;
  content: "";
  background-image: url("../img/fig_matsuge01.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.p-guide-symptoms__style ol li .text p {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media only screen and (max-width: 780px) {
  .p-guide-symptoms__style ol li .text p {
    font-size: 1.8rem;
  }
}
.p-guide-symptoms__style ol li .text p span {
  color: #3872B7;
}

.p-guide-age__list {
  margin-bottom: 20rem;
}
@media only screen and (max-width: 780px) {
  .p-guide-age__list {
    margin-bottom: 15rem;
  }
}
.p-guide-age__list .inner {
  max-width: 1200px;
}
@media only screen and (min-width: 781px) {
  .p-guide-age__list .midashi02 {
    margin-bottom: 1.47em;
  }
}
@media only screen and (min-width: 781px) {
  .p-guide-age__list .menu {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-guide-age__list .menu dl {
  background-color: #ffffff;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 0 3rem rgba(197, 211, 226, 0.4);
}
@media only screen and (min-width: 1100px) {
  .p-guide-age__list .menu dl {
    width: 32%;
    margin: 0 2% 3.3% 0;
  }
  .p-guide-age__list .menu dl:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1099px) and (min-width: 781px) {
  .p-guide-age__list .menu dl {
    width: 48%;
    margin: 0 4% 3.3% 0;
  }
  .p-guide-age__list .menu dl:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-guide-age__list .menu dl {
    margin-bottom: 2rem;
  }
}
.p-guide-age__list .menu dl dt {
  padding: 0.6em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #3872B7;
}
@media only screen and (max-width: 780px) {
  .p-guide-age__list .menu dl dt {
    font-size: 1.8rem;
  }
}
.p-guide-age__list .menu dl dd {
  padding: 1em 2em 2em 2em;
}
.p-guide-age__list .menu dl dd p {
  margin-bottom: 1em;
  text-align: center;
}
.p-guide-age__list .menu dl dd .fig {
  margin-bottom: 1.5em;
  background-color: #F8F8F8;
  width: 100%;
  padding-top: 14.4rem;
  overflow: hidden;
  position: relative;
}
.p-guide-age__list .menu dl dd .fig img, .p-guide-age__list .menu dl dd .fig video {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-guide-age__list .menu dl dd ul li + li {
  margin-top: 0.5em;
}
.p-guide-age__list .menu dl dd ul li a {
  padding: 0.7em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  border: solid 1px #DAE1E8;
  border-radius: 0.4rem;
  background-image: url("../img/icon_arrow01.png");
  background-repeat: no-repeat;
  background-size: 1.09em auto;
  background-position: calc(100% - 0.72em) center;
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-guide-age__list .menu dl dd ul li a {
    font-size: 1.375em;
    transition: background-position 0.3s;
  }
  .p-guide-age__list .menu dl dd ul li a:hover {
    background-position: calc(100% - 0.35em) center;
  }
}
@media only screen and (max-width: 780px) {
  .p-guide-age__list .menu dl dd ul li a {
    font-size: 1.125em;
  }
}
.p-guide-age__nayami {
  padding-top: 5rem;
  padding-bottom: 15rem;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-guide-age__nayami {
    padding-top: 0;
    padding-bottom: 7.5rem;
  }
}
.p-guide-age__nayami:before {
  width: 100%;
  content: "";
  background-position: center top;
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
}
@media only screen and (min-width: 781px) {
  .p-guide-age__nayami:before {
    height: 11.8rem;
    background-image: url("../img/partition02.png");
    background-size: 2198px auto;
  }
}
@media only screen and (max-width: 780px) {
  .p-guide-age__nayami:before {
    height: 5.9rem;
    background-image: url("../img/partition02_sp.png");
    background-size: 100% 100%;
  }
}
.p-guide-age__nayami:after {
  width: 100%;
  height: 40rem;
  content: "";
  background: linear-gradient(to bottom, #ffffff, transparent);
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-guide-age__nayami:after {
    height: 20rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-guide-age__nayami .midashi02 {
    margin-bottom: 1.47em;
  }
}
.p-guide-age__nayami .inner {
  max-width: 1112px;
}
@media only screen and (min-width: 781px) {
  .p-guide-age__nayami ul {
    margin-bottom: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (min-width: 781px) {
  .p-guide-age__nayami ul li {
    width: 31%;
    margin: 0 3.5% 4.8rem 0;
  }
  .p-guide-age__nayami ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-guide-age__nayami ul li {
    margin-bottom: 2.5rem;
  }
}
.p-guide-age__nayami ul li .img {
  width: 100%;
  height: 20rem;
  margin-bottom: 1em;
  overflow: hidden;
}
.p-guide-age__nayami ul li .img > img,
.p-guide-age__nayami ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-guide-age__nayami ul li .img {
  border-radius: 0.8rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-guide-age__nayami ul li .img {
    height: 12rem;
  }
}
.p-guide-age__nayami ul li .img:before {
  width: 1.5em;
  height: 1.5em;
  content: "";
  background-image: url("../img/icon_arrow04.png");
  background-size: cover;
  position: absolute;
  top: 1em;
  left: 1em;
}
.p-guide-age__nayami ul li p {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.27;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-guide-age__nayami ul li p {
    font-size: 1.125em;
  }
}
.p-guide-age__nayami .bottom_text {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.68em;
  font-weight: 700;
  text-align: center;
  color: #3872B7;
}
@media only screen and (max-width: 780px) {
  .p-guide-age__nayami .bottom_text {
    font-size: 1.375em;
  }
}

.p-recruit__no_recruitment {
  margin-bottom: 20rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__no_recruitment {
    margin-bottom: 15rem;
  }
}
.p-recruit__no_recruitment p {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6875em;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-recruit__no_recruitment p {
    font-size: 1.375em;
  }
}
.p-recruit__philosophy {
  margin-bottom: 20rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__philosophy {
    margin-bottom: 15rem;
  }
}
.p-recruit__philosophy .inner {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-recruit__philosophy .inner {
    padding-bottom: 25rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__philosophy .midashi02 {
    margin-bottom: 1.47em;
  }
}
.p-recruit__philosophy h3 {
  margin-bottom: 0.88em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  color: #3872B7;
}
@media only screen and (max-width: 780px) {
  .p-recruit__philosophy h3 {
    font-size: 1.5em;
  }
}
.p-recruit__philosophy p {
  text-align: center;
  line-height: 2.8;
}
@media only screen and (max-width: 780px) {
  .p-recruit__philosophy p {
    text-align: left;
    line-height: 1.8;
  }
}
.p-recruit__philosophy .img01, .p-recruit__philosophy .img02 {
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 1280px) {
  .p-recruit__philosophy .img01 {
    width: 55.2rem;
    top: 0;
    left: -46rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 781px) {
  .p-recruit__philosophy .img01 {
    width: 40rem;
    top: 0;
    left: -20rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__philosophy .img01 {
    width: 27.6rem;
    bottom: 0;
    left: -10rem;
  }
}
@media only screen and (min-width: 1280px) {
  .p-recruit__philosophy .img02 {
    width: 53.2rem;
    top: -6rem;
    right: -46.2rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 781px) {
  .p-recruit__philosophy .img02 {
    width: 45rem;
    top: -3rem;
    right: -30rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__philosophy .img02 {
    width: 25.16rem;
    bottom: 0;
    right: -10rem;
  }
}
.p-recruit__person {
  padding-top: 5rem;
  padding-bottom: 16.5rem;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-recruit__person {
    padding-top: 0;
    padding-bottom: 8rem;
  }
}
.p-recruit__person:before {
  width: 100%;
  content: "";
  background-position: center top;
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
}
@media only screen and (min-width: 781px) {
  .p-recruit__person:before {
    height: 11.8rem;
    background-image: url("../img/partition02.png");
    background-size: 2198px auto;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__person:before {
    height: 5.9rem;
    background-image: url("../img/partition02_sp.png");
    background-size: 100% 100%;
  }
}
.p-recruit__person:after {
  width: 100%;
  height: 40rem;
  content: "";
  background: linear-gradient(to bottom, #ffffff, transparent);
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-recruit__person:after {
    height: 20rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__person .midashi02 {
    margin-bottom: 1.47em;
  }
}
.p-recruit__person ul {
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-recruit__person ul li {
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (min-width: 901px) {
  .p-recruit__person ul li {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 900px) {
  .p-recruit__person ul li {
    width: 48%;
    margin-bottom: 3rem;
  }
}
.p-recruit__person ul li .fig {
  margin: 0 auto 1em auto;
}
@media only screen and (min-width: 781px) {
  .p-recruit__person ul li .fig {
    width: 24rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-recruit__person ul li .fig {
    width: 18rem;
    max-width: 90%;
  }
}
.p-recruit__person ul li p {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.27;
}
@media only screen and (max-width: 780px) {
  .p-recruit__person ul li p {
    font-size: 1em;
  }
}
.p-recruit__person .bottom_text {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6875em;
  font-weight: 700;
  text-align: center;
  color: #3872B7;
}
@media only screen and (max-width: 780px) {
  .p-recruit__person .bottom_text {
    font-size: 1.375em;
  }
}
.p-recruit__requirements {
  margin-bottom: 16rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 780px) {
  .p-recruit__requirements {
    margin-bottom: 8rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__requirements .midashi02 {
    margin-bottom: 1.68em;
  }
}
.p-recruit__requirements .table {
  margin-bottom: 8.8rem;
  padding: 4.5em;
  background-color: #ffffff;
  border: solid 1px #DAE1E8;
  border-radius: 2.4rem;
}
@media only screen and (max-width: 1099px) {
  .p-recruit__requirements .table {
    padding: 3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__requirements .table {
    margin-bottom: 4rem;
    padding: 2rem;
  }
}
.p-recruit__requirements .table table {
  width: 100%;
}
.p-recruit__requirements .table table tbody tr th {
  width: 20%;
  padding: 1.57em 0;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.125em;
  font-weight: 700;
  color: #3872B7;
  vertical-align: top;
  border-bottom: dashed 1px #C7C7C7;
}
@media only screen and (max-width: 780px) {
  .p-recruit__requirements .table table tbody tr th {
    width: 30%;
  }
}
.p-recruit__requirements .table table tbody tr td {
  padding: 2em 0;
  border-bottom: dashed 1px #C7C7C7;
}
.p-recruit__requirements .table table tbody tr:first-child th, .p-recruit__requirements .table table tbody tr:first-child td {
  padding-top: 0;
}
.p-recruit__requirements .table table tbody tr:last-child th, .p-recruit__requirements .table table tbody tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}
.p-recruit__requirements .bottom_text {
  text-align: center;
}
.p-recruit__requirements .bottom_text h3 {
  margin-bottom: 0.6em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6875em;
  font-weight: 700;
  color: #3872B7;
}
.p-recruit__requirements .bottom_text p {
  margin-bottom: 3em;
  line-height: 1.625;
}
.p-recruit__requirements .bottom_text .btn {
  text-align: center;
}

@media only screen and (min-width: 781px) {
  .p-contact__content .btn_area {
    margin-bottom: 8rem;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-contact__content .btn_area {
    margin-bottom: 4rem;
  }
}
.p-contact__content .btn_area a {
  padding: 0.8em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  border: solid 0.4rem #3872B7;
  border-radius: 1.6rem;
  box-shadow: 0 0.8rem 0 rgba(6, 22, 72, 0.76);
}
@media only screen and (min-width: 781px) {
  .p-contact__content .btn_area a {
    width: 31.8%;
    transition: box-shadow 0.3s, transform 0.3s;
  }
  .p-contact__content .btn_area a:hover {
    box-shadow: none;
    transform: translateY(0.8rem);
  }
}
@media only screen and (max-width: 780px) {
  .p-contact__content .btn_area a {
    width: 80%;
    max-width: 34.4rem;
    margin: 0 auto;
    display: block;
  }
}
.p-contact__content .btn_area a:before {
  width: 3.6em;
  height: 3.6em;
  margin: 0 auto;
  content: "";
  background-size: cover;
  display: block;
}
.p-contact__content .btn_area a:after {
  width: 1.2em;
  height: 1.2em;
  margin: 0.8em auto 0 auto;
  content: "";
  background-size: cover;
  display: block;
}
.p-contact__content .btn_area a:nth-child(1) {
  color: #ffffff !important;
  background-color: #3872B7;
}
.p-contact__content .btn_area a:nth-child(1):before {
  background-image: url("../img/icon_web01.png");
  border: solid 0.35em #3872B7;
}
.p-contact__content .btn_area a:nth-child(1):after {
  background-image: url("../img/icon_arrow05.png");
}
.p-contact__content .btn_area a:nth-child(2) {
  color: #1A252C !important;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-contact__content .btn_area a:nth-child(2) {
    margin-top: 2rem;
  }
}
.p-contact__content .btn_area a:nth-child(2):before {
  background-image: url("../img/icon_tel01.png");
  border: solid 0.6em #ffffff;
}
.p-contact__content .btn_area a:nth-child(2):after {
  background-image: url("../img/icon_arrow04.png");
}
.p-contact__content .btn_area a:nth-child(3) {
  padding-top: 1.6em;
  color: #ffffff !important;
  background-color: #02B902;
  border-color: #02B902;
}
@media only screen and (max-width: 780px) {
  .p-contact__content .btn_area a:nth-child(3) {
    margin-top: 2rem;
  }
}
.p-contact__content .btn_area a:nth-child(3):before {
  background-image: url("../img/icon_line03.png");
  border: solid 0.35em #02B902;
}
.p-contact__content .btn_area a:nth-child(3):after {
  content: none;
}
.p-contact__content .box {
  padding: 3.5em;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #DAE1E8;
  border-radius: 2.4rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__content .box {
    padding: 2em 1em;
  }
}
.p-contact__content .box.yoyaku {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__content .box.yoyaku {
    margin-bottom: 2rem;
  }
}
.p-contact__content .box.yoyaku .midashi02 small {
  font-size: 0.68em;
}
@media only screen and (max-width: 780px) {
  .p-contact__content .box.yoyaku .midashi02 small {
    display: block;
  }
}
.p-contact__content .box.yoyaku p {
  margin-bottom: 2em;
  line-height: 2;
}
.p-contact__content .box.tel {
  margin-bottom: 7.2rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__content .box.tel {
    margin-bottom: 4rem;
  }
}
.p-contact__content .box.tel .annotation {
  margin-bottom: 1.5em;
}
.p-contact__content .box.tel .annotation a {
  text-decoration: underline;
  color: #3872B7;
}
.p-contact__content .box.tel .num {
  font-family: "Poppins", sans-serif;
  font-size: 5.6rem;
  font-weight: 500;
  color: #3872B7;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-contact__content .box.tel .num {
    font-size: 3rem;
  }
}
.p-contact__content .box.tel .num:before {
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.25em;
  content: "";
  background-image: url("../img/icon_tel01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: 0;
}
.p-contact__content .monshinhyou .midashi02 + p {
  margin-bottom: 2.5em;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-contact__content .monshinhyou .midashi02 + p {
    text-align: left;
  }
}
.p-contact__content .monshinhyou .btn {
  text-align: center;
}
.p-contact__content .monshinhyou .btn a {
  width: 50rem;
  padding: 1.5em 1em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  color: #1A252C !important;
  background-color: #ffffff;
  border: solid 1px #3872B7;
  border-radius: 0.8rem;
  display: inline-block;
}
.p-contact__content .monshinhyou .btn a:after {
  width: 1.6em;
  height: 1.6em;
  margin-left: 0.5em;
  content: "";
  background-image: url("../img/icon_dl01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.45em;
}
@media only screen and (min-width: 781px) {
  .p-contact__content .monshinhyou .btn a:hover {
    color: #3872B7 !important;
  }
}
@media only screen and (max-width: 780px) {
  .p-contact__content .monshinhyou .btn a {
    width: 33.4rem;
    max-width: 100%;
    font-size: 1.7rem;
  }
}

.p-news__list {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-news__list {
    margin-bottom: 6rem;
  }
}
.p-news__list .cate_link {
  margin-bottom: 7.2rem;
}
@media only screen and (max-width: 780px) {
  .p-news__list .cate_link {
    margin-bottom: 4rem;
  }
}
.p-news__list .cate_link ul {
  display: flex;
  justify-content: space-between;
}
.p-news__list .cate_link ul li {
  width: 48.8%;
}
.p-news__list .cate_link ul li a {
  padding: 1.3em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.125em;
  font-weight: 700;
  color: #3872B7 !important;
  background-image: url("../img/icon_arrow04.png");
  background-repeat: no-repeat;
  background-size: 0.88em auto;
  background-position: calc(100% - 2.2em) center;
  border: solid 1px #3872B7;
  border-radius: 0.8rem;
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-news__list .cate_link ul li a:hover {
    color: #3B97DB !important;
  }
}
@media only screen and (min-width: 781px) {
  .p-news__list .list ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 781px) {
  .p-news__list .list ul li {
    width: 31.8%;
    margin-right: 2.3%;
    margin-bottom: 7.2rem;
  }
  .p-news__list .list ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-news__list .list ul li {
    margin-bottom: 4rem;
  }
}
.p-news__list .list ul li a {
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-news__list .list ul li a:hover .img {
    border-color: #3872B7;
  }
  .p-news__list .list ul li a:hover .img img {
    opacity: 1 !important;
  }
}
.p-news__list .list ul li .img {
  margin-bottom: 1em;
  border: solid 0.6rem #ffffff;
  border-radius: 2.4rem;
  overflow: hidden;
}
.p-news__list .list ul li .img > img,
.p-news__list .list ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-news__list .list ul li .text .meta {
  margin-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-news__list .list ul li .text .meta .date {
  font-family: "Poppins", sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  color: #3872B7;
}
.p-news__list .list ul li .text .meta .cate {
  padding: 0.1em 1.14em 0.2em 1.14em;
  font-size: 0.75em;
  font-weight: 500;
  color: #3872B7;
  border: solid 1px #3872B7;
  border-radius: 99px;
}
.p-news__list .list ul li p {
  font-weight: 500;
}
.p-news__post {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-news__post {
    margin-bottom: 8rem;
  }
}
.p-news__post .box {
  background-color: #ffffff;
  border: solid 1px #F2F6FA;
}
@media only screen and (min-width: 781px) {
  .p-news__post .box {
    margin-bottom: 8rem;
    padding: 5.5em;
    border-radius: 2.4rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1279px) {
  .p-news__post .box {
    padding: 4rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .p-news__post .box {
    padding: 3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-news__post .box {
    width: 113.6%;
    margin: 0 -6.8% 4rem -6.8%;
    padding: 2rem 0;
  }
}
.p-news__post .news_headding {
  margin-bottom: 3.5em;
}
@media only screen and (max-width: 780px) {
  .p-news__post .news_headding {
    width: 88%;
    margin: 0 auto 3.5em auto;
  }
}
.p-news__post .news_headding .meta {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
.p-news__post .news_headding .meta .date {
  margin-right: 1.7em;
  font-family: "Poppins", sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  color: #3872B7;
}
.p-news__post .news_headding .meta .cate {
  padding: 0.1em 1.14em 0.2em 1.14em;
  font-size: 0.75em;
  font-weight: 500;
  color: #3872B7;
  border: solid 1px #3872B7;
  border-radius: 99px;
}
.p-news__post .news_headding h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.43;
}
.p-news__post .news_headding .icatch {
  width: 91%;
  height: 32rem;
  margin: 3em auto 0 auto;
  border-radius: 2.4rem;
  overflow: hidden;
}
.p-news__post .news_headding .icatch > img,
.p-news__post .news_headding .icatch > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-news__post .news_headding .icatch {
    width: 100%;
    height: 24rem;
  }
}
.p-news__post .editor-area {
  margin-bottom: 3.5em;
}
@media only screen and (max-width: 780px) {
  .p-news__post .editor-area {
    width: 88%;
    margin: 0 auto 3.5em auto;
  }
}
.p-news__post .editor-area #toc_container {
  width: 91% !important;
  margin: 0 auto 3.5em auto;
  padding: 2em;
  background-color: #F8F8F8;
  border-radius: 1.6rem;
}
@media only screen and (max-width: 780px) {
  .p-news__post .editor-area #toc_container {
    width: 100%;
    padding: 1em;
  }
}
.p-news__post .editor-area #toc_container a {
  color: #434343;
  text-decoration: none !important;
}
.p-news__post .editor-area #toc_container .toc_title {
  margin-bottom: 1.45em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.375em;
  font-weight: 700;
  text-align: left;
  position: relative;
}
.p-news__post .editor-area #toc_container .toc_title .toc_toggle {
  width: 3.2rem;
  height: 3.2rem;
  margin-top: -1.6rem;
  position: absolute;
  top: 50%;
  right: 0;
}
.p-news__post .editor-area #toc_container .toc_title .toc_toggle .toc_brackets {
  display: none;
}
.p-news__post .editor-area #toc_container .toc_title .toc_toggle a {
  width: 100%;
  height: 100%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: relative;
}
.p-news__post .editor-area #toc_container .toc_title .toc_toggle a:before {
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/news/mokuji_close.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.p-news__post .editor-area #toc_container.contracted .toc_title .toc_toggle a:before {
  transform: rotate(45deg);
}
.p-news__post .editor-area #toc_container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-news__post .editor-area #toc_container ul li:last-child {
  margin-bottom: 0 !important;
}
.p-news__post .editor-area #toc_container .toc_list {
  margin: 0;
  counter-reset: index-num-1;
  font-family: "Zen Maru Gothic", serif;
  border-top: dashed 1px #C7C7C7;
}
.p-news__post .editor-area #toc_container .toc_list > li {
  padding-left: 2.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  counter-increment: index-num-1;
  font-size: 1.125em;
  font-weight: 700;
  border-bottom: dashed 1px #C7C7C7;
}
.p-news__post .editor-area #toc_container .toc_list > li:before {
  width: 2em;
  height: 2em;
  margin: 0 0.5em 0 -2.5em;
  content: counter(index-num-1);
  font-size: 0.66em;
  line-height: 2;
  text-align: center;
  color: #ffffff;
  background: none;
  background-color: #3872B7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0.25em;
}
.p-news__post .editor-area #toc_container .toc_list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.p-news__post .editor-area #toc_container .toc_list > li > ul {
  font-size: 1.5rem;
  font-weight: 500;
}
.p-news__post .editor-area #toc_container .toc_list > li > ul > li {
  margin-top: 0.6em;
  padding-left: 2em;
}
.p-news__post .editor-area #toc_container .toc_list > li > ul > li:before {
  width: 0.53em;
  height: 0.66em;
  margin: 0 1.47em 0 -2em;
  background-image: url("../img/icon_sankaku03.png");
  display: inline-block;
  vertical-align: 0;
}

.p-dx__content {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-dx__content {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-dx__content .editor-area {
    width: 88%;
    margin: 0 auto;
  }
}

/****************************************************
 * 6.装飾
 ****************************************************/
.underline {
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

.colorRed {
  color: #ff0000;
}

/****************************************************
 * 7.印刷用調整
 ****************************************************/
@media print {
  @page {
    /* A4縦サイズ */
    size: 210mm 297mm;
  }
  html {
    font-size: 10pt !important;
  }
  body {
    margin: 0 !important;
    padding: 0 !important;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  .container {
    padding: 0 !important;
  }
  #header {
    position: static !important;
  }
  img {
    display: block !important;
  }
}