@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: 500;
}

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;
  outline: none;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-weight: 500;
  font-style: italic;
}

/****************************************************
 * 2.共通
 ****************************************************/
html {
  background-color: transparent;
  background-image: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  color: #312C24;
  scroll-behavior: smooth;
  scroll-padding-top: 8.8rem;
}
@media only screen and (max-width: 1279px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 1099px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (max-width: 900px) {
  html {
    scroll-padding-top: 6.8rem;
  }
}
@media only screen and (max-width: 780px) {
  html {
    height: 100%;
    font-size: 10px;
  }
}

body {
  font-size: 1.6rem;
  background-color: #FBFCF9;
}
@media only screen and (max-width: 780px) {
  body {
    font-size: 1.5rem;
    -webkit-text-size-adjust: 100%;
  }
}

a {
  color: #312C24;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  text-decoration: none;
}

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

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

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

@media only screen and (max-width: 1599px) {
  .pc4 {
    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: 1160px;
  margin: 0 auto;
}

@media only screen and (max-width: 780px) {
  .sp_scroll {
    width: 100%;
    padding-bottom: 1em;
    overflow-x: auto;
  }
  .sp_scroll img {
    max-width: 780px;
  }
}

.midashi01 {
  margin-bottom: 1em;
  font-size: 5rem;
}
@media only screen and (max-width: 900px) {
  .midashi01 {
    margin-bottom: 0.6em;
  }
}
@media only screen and (max-width: 780px) {
  .midashi01 {
    font-size: 3rem;
  }
}
.midashi01 span {
  font-family: "Poppins", sans-serif;
  font-size: 7rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #82BC14;
  display: block;
}
@media only screen and (max-width: 780px) {
  .midashi01 span {
    font-size: 5rem;
  }
}
.midashi01.center {
  text-align: center;
}

.midashi02 {
  margin-bottom: 0.6em;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .midashi02 {
    font-size: 2.3rem;
  }
}
.midashi02 span {
  padding: 0 1em;
  display: inline-block;
  position: relative;
}
.midashi02 span:before, .midashi02 span:after {
  width: 0.46em;
  height: 0.46em;
  margin-top: -0.23em;
  content: "";
  background-color: #98CE32;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.midashi02 span:before {
  right: 100%;
}
.midashi02 span:after {
  left: 100%;
}

/*タブ切り替え　ベース*/
.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;
  }
}
.fadeIn {
  opacity: 0;
  transition: opacity 0.5s;
}

.fadeIn.view {
  opacity: 1;
}

.wp-pagenavi {
  text-align: center;
  letter-spacing: -0.4em;
}
.wp-pagenavi > * {
  display: inline-block;
  letter-spacing: normal;
}
.wp-pagenavi > * {
  width: 7.2rem;
  height: 7.2rem;
  margin: 0 0.8rem;
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  line-height: 7.2rem;
  text-align: center;
  background-color: #E6E6E4;
  border-radius: 2rem;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .wp-pagenavi > * {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    line-height: 3rem;
    border-radius: 1rem;
  }
}
.wp-pagenavi .current {
  color: #ffffff;
  background-color: #EF9851;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../img/icon_arrow04.png");
  background-size: 2rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 780px) {
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    background-size: 1rem auto;
  }
}
.wp-pagenavi .previouspostslink {
  margin-left: 0;
  margin-right: 3.2rem;
  transform: rotate(180deg);
}
@media only screen and (max-width: 780px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 1rem;
  }
}
.wp-pagenavi .nextpostslink {
  margin-left: 3.2rem;
  margin-right: 0;
}
@media only screen and (max-width: 780px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 1rem;
  }
}
.wp-pagenavi a:hover {
  opacity: 0.6;
}

/* ブロックエディタ用基本CSS */
.editor-area:after {
  content: "";
  display: block;
  clear: both;
}
.editor-area > *:last-child {
  margin-bottom: 0 !important;
}
.editor-area p {
  margin-bottom: 2em;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 1279px) {
  .editor-area p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  .editor-area p {
    font-size: 1.6rem;
  }
}
.editor-area h3 {
  margin-bottom: 1em;
  padding: 0.1em 1em;
  font-size: 3.8rem;
  font-weight: 700;
  background-color: #ECF2D8;
  border-left: solid 0.2em #98CE32;
}
@media only screen and (max-width: 1279px) {
  .editor-area h3 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 780px) {
  .editor-area h3 {
    font-size: 2.4rem;
  }
}
.editor-area h4 {
  margin-bottom: 1em;
  padding-left: 1.5em;
  font-size: 3.1rem;
  font-weight: 700;
}
@media only screen and (max-width: 1279px) {
  .editor-area h4 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .editor-area h4 {
    font-size: 2.2rem;
  }
}
.editor-area h4:before {
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 -1.5em;
  content: "";
  background-image: url("../img/news/midashi_icon01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.1em;
}
.editor-area h5 {
  margin-bottom: 1em;
  font-size: 2.8rem;
  font-weight: 700;
  color: #76C1AE;
}
@media only screen and (max-width: 1279px) {
  .editor-area h5 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .editor-area h5 {
    font-size: 2rem;
  }
}
.editor-area ul {
  margin-bottom: 2em;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1279px) {
  .editor-area ul {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  .editor-area ul {
    font-size: 1.6rem;
  }
}
.editor-area ul li {
  margin-bottom: 1em;
  padding-left: 3.3em;
}
.editor-area ul li:before {
  width: 2em;
  height: 2em;
  margin: 0 1.3em 0 -3.3em;
  content: "";
  background-image: url("../img/news/check.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.5em;
}
.editor-area ol {
  margin-bottom: 2em;
  font-size: 2.4rem;
  counter-reset: num;
}
@media only screen and (max-width: 1279px) {
  .editor-area ol {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  .editor-area ol {
    font-size: 1.6rem;
  }
}
.editor-area ol li {
  margin-bottom: 1em;
  padding-left: 3.3em;
  counter-increment: num;
}
.editor-area ol li:before {
  width: 2em;
  height: 2em;
  margin: 0 1.3em 0 -3.3em;
  content: counter(num);
  font-family: "Poppins", sans-serif;
  line-height: 2;
  text-align: center;
  color: #ffffff;
  background-image: url("../img/news/ol_num_bg01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: 0.1em;
}
.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: 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: 2.5em;
  margin-left: 0;
  padding: 2rem 8rem;
  background-color: #F5F7F0;
  position: relative;
  display: block;
}
@media only screen and (max-width: 780px) {
  .editor-area blockquote {
    padding: 1.5rem 5rem;
  }
}
.editor-area blockquote:before {
  width: 4rem;
  height: 4rem;
  content: "";
  background-color: #98CE32;
  background-image: url("../img/news/innyou.png");
  background-size: 2.4rem auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .editor-area blockquote:before {
    width: 3rem;
    height: 3rem;
    background-size: 2rem;
  }
}
.editor-area blockquote:after {
  width: 4rem;
  height: 4rem;
  content: "";
  background-color: #98CE32;
  background-image: url("../img/news/innyou.png");
  background-size: 2.4rem auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
@media only screen and (max-width: 780px) {
  .editor-area blockquote:after {
    width: 3rem;
    height: 3rem;
    background-size: 2rem;
  }
}
.editor-area blockquote > *:last-child {
  margin-bottom: 0 !important;
}
.editor-area table {
  width: 100%;
  margin-bottom: 2em;
  font-size: 2.4rem;
  background-color: #ffffff;
  border-collapse: collapse;
}
@media only screen and (max-width: 1279px) {
  .editor-area table {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  .editor-area table {
    font-size: 1.6rem;
  }
}
.editor-area table td, .editor-area table th {
  border: 1px solid #D3DDC0;
  padding: 0.5em;
}
.editor-area table th {
  font-weight: 700;
  background-color: #F5F7F0;
}
.editor-area .wp-block-columns {
  display: flex;
  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: #1652C3;
  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;
}
.editor-area .wp-block-button a {
  padding: 0.5em 1.5em;
  font-size: 2rem;
  text-decoration: none;
  color: #ffffff;
  background-color: #f0a75a;
  border-radius: 0.4rem;
  display: inline-block;
}
@media only screen and (max-width: 1279px) {
  .editor-area .wp-block-button a {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .editor-area .wp-block-button a {
    font-size: 1.5rem;
  }
}
.editor-area .wp-block-button a:hover {
  background-color: #ED7818;
}

/*フォームベース*/
.form_area > p {
  margin-bottom: 2em;
}
.form_area .input_field_area {
  margin-bottom: 5rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .form_area .input_field_area {
    margin-bottom: 2.5rem;
  }
}
.form_area .input_field_area.table .input_field {
  border-bottom: solid 1px #E4E8D6;
}
@media only screen and (min-width: 781px) {
  .form_area .input_field_area.table .input_field {
    width: 100%;
    margin-bottom: 0;
    display: table;
  }
  .form_area .input_field_area.table .input_field > * {
    display: table-cell;
  }
  .form_area .input_field_area.table .input_field .input_label {
    width: 30%;
    margin-bottom: 0;
    padding: 1.4em;
    background-color: #F9FAF7;
    vertical-align: top;
  }
  .form_area .input_field_area.table .input_field .input_area {
    padding: 1.5em;
    vertical-align: top;
  }
}
@media only screen and (max-width: 780px) {
  .form_area .input_field_area.table .input_field {
    margin-bottom: 0;
  }
  .form_area .input_field_area.table .input_field .input_label {
    margin-bottom: 0;
    padding: 1em 1em 0 1em;
  }
  .form_area .input_field_area.table .input_field .input_area {
    padding: 1em;
  }
}
.form_area .input_field_area .input_field {
  margin-bottom: 2em;
}
.form_area .input_field_area .input_field .input_label {
  margin-bottom: 0.75em;
  font-size: 1.5em;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .form_area .input_field_area .input_field .input_label {
    font-size: 1em;
  }
}
.form_area .input_field_area .input_field .input_label span {
  margin-left: 1em;
  padding: 0 0.5em;
  font-size: 0.7em;
  font-weight: 400;
  color: #E57F35;
  border: solid 1px #E57F35;
  border-radius: 0.4rem;
  display: inline-block;
  vertical-align: 0;
}
.form_area .input_field_area .input_field .input_area {
  font-size: 1.375em;
}
@media only screen and (max-width: 780px) {
  .form_area .input_field_area .input_field .input_area {
    font-size: 1em;
  }
}
.form_area .input_field_area .input_field .input_area.row {
  display: flex;
  justify-content: space-between;
}
.form_area .input_field_area .input_field .input_area.row .col {
  width: 48%;
  display: flex;
  align-items: center;
}
.form_area .input_field_area .input_field .input_area.row .col .label {
  margin-right: 0.5em;
}
.form_area .input_field_area .input_field .input_area .annotation {
  margin-top: 1em;
  font-size: 0.875em;
}
.form_area .privacy {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 780px) {
  .form_area .privacy {
    margin-bottom: 2.5rem;
  }
}
.form_area .privacy .box {
  height: 24rem;
  margin-bottom: 3.2rem;
  padding: 1em;
  border: solid 1px #E4E8D6;
}
@media only screen and (max-width: 780px) {
  .form_area .privacy .box {
    height: 14rem;
  }
}
.form_area .privacy .box .scroll {
  width: 100%;
  height: 100%;
  padding-right: 1em;
  overflow: auto;
}
.form_area .privacy .box h3 {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .form_area .privacy .box h3 {
    font-size: 1.6rem;
  }
}
.form_area .privacy .box h4 {
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.form_area .privacy .box p {
  margin-bottom: 2em;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.form_area .privacy .check {
  text-align: center;
}
.form_area .submit {
  text-align: center;
}
.form_area .submit input[type=submit]:disabled {
  opacity: 0.3 !important;
}
.form_area .wpcf7-text, .form_area .form-text {
  width: 100%;
  padding: 0.75em;
  background-color: #F9FAF7;
  border-radius: 0.4rem;
}
.form_area .wpcf7-text::-moz-placeholder, .form_area .form-text::-moz-placeholder {
  color: #E4E8D6;
}
.form_area .wpcf7-text::placeholder, .form_area .form-text::placeholder {
  color: #E4E8D6;
}
.form_area .wpcf7-textarea, .form_area .form-textarea {
  width: 100%;
  height: 16em;
  padding: 0.75em;
  background-color: #F9FAF7;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .form_area .wpcf7-textarea, .form_area .form-textarea {
    height: 8em;
  }
}
.form_area .wpcf7-textarea::-moz-placeholder, .form_area .form-textarea::-moz-placeholder {
  color: #E4E8D6;
}
.form_area .wpcf7-textarea::placeholder, .form_area .form-textarea::placeholder {
  color: #E4E8D6;
}
.form_area .wpcf7-select, .form_area .form-select {
  width: 100%;
  padding: 0.75em;
  background-color: #F9FAF7;
  background-image: url("../img/form_select_icon.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 2.4rem) center;
  background-size: 2.4rem auto;
  border-radius: 0.8rem;
}
.form_area .wpcf7-radio, .form_area .form-radio-group {
  margin-bottom: -1em;
  display: block;
  letter-spacing: -0.4em;
}
.form_area .wpcf7-radio > *, .form_area .form-radio-group > * {
  display: inline-block;
  letter-spacing: normal;
}
.form_area .wpcf7-radio > *, .form_area .form-radio-group > * {
  margin-right: 1.2em !important;
  margin-bottom: 1.2em !important;
}
.form_area .wpcf7-radio label input, .form_area .form-radio-group label input {
  visibility: hidden;
  position: absolute;
  left: -9999999px;
}
.form_area .wpcf7-radio label input:checked + span:after, .form_area .form-radio-group label input:checked + span:after {
  content: "";
}
.form_area .wpcf7-radio label input + span, .form_area .form-radio-group label input + span {
  padding-left: 1.8em;
  display: inline-block;
  position: relative;
}
.form_area .wpcf7-radio label input + span:before, .form_area .form-radio-group label input + span:before {
  width: 1.45em;
  height: 1.45em;
  content: "";
  background-color: #ffffff;
  border: solid 1px #A8A8A8;
  border-radius: 50%;
  position: absolute;
  top: 0.05em;
  left: 0;
}
.form_area .wpcf7-radio label input + span:after, .form_area .form-radio-group label input + span:after {
  width: 1em;
  height: 1em;
  content: none;
  background-color: #83BC15;
  border-radius: 50%;
  position: absolute;
  top: 0.275em;
  left: 0.225em;
}
.form_area .wpcf7-checkbox, .form_area .wpcf7-acceptance, .form_area .form-check-group {
  margin-bottom: -1em;
  display: block;
  letter-spacing: -0.4em;
}
.form_area .wpcf7-checkbox > *, .form_area .wpcf7-acceptance > *, .form_area .form-check-group > * {
  display: inline-block;
  letter-spacing: normal;
}
.form_area .wpcf7-checkbox > *, .form_area .wpcf7-acceptance > *, .form_area .form-check-group > * {
  margin-right: 1.2em !important;
  margin-bottom: 1.2em !important;
}
.form_area .wpcf7-checkbox label input, .form_area .wpcf7-acceptance label input, .form_area .form-check-group label input {
  visibility: hidden;
  position: absolute;
  left: -9999999px;
}
.form_area .wpcf7-checkbox label input:checked + span:after, .form_area .wpcf7-acceptance label input:checked + span:after, .form_area .form-check-group label input:checked + span:after {
  content: "";
}
.form_area .wpcf7-checkbox label input + span, .form_area .wpcf7-acceptance label input + span, .form_area .form-check-group label input + span {
  padding-left: 1.6em;
  display: inline-block;
  position: relative;
}
.form_area .wpcf7-checkbox label input + span:before, .form_area .wpcf7-acceptance label input + span:before, .form_area .form-check-group label input + span:before {
  width: 1em;
  height: 1em;
  content: "";
  background-color: #ffffff;
  border: solid 1px #A8A8A8;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.form_area .wpcf7-checkbox label input + span:after, .form_area .wpcf7-acceptance label input + span:after, .form_area .form-check-group label input + span:after {
  width: 0.8em;
  height: 0.5em;
  content: none;
  border-left: solid 0.2rem #83BC15;
  border-bottom: solid 0.2rem #83BC15;
  position: absolute;
  top: 0.5em;
  left: 0.18em;
  transform: rotate(-45deg);
}

/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
  width: 100%;
  padding-top: 8.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .container {
    padding-top: 6.8rem;
  }
}

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
#header {
  width: 100%;
  height: 8.8rem;
  padding: 0 1.8rem;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media only screen and (max-width: 900px) {
  #header {
    height: 6.8rem;
    padding: 0 0 0 1.2rem;
  }
}
#header .logo {
  width: 26.4rem;
}
@media only screen and (max-width: 780px) {
  #header .logo {
    width: 19.8rem;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1280px) {
  #header .header_right .navi > ul {
    display: flex;
  }
  #header .header_right .navi > ul > li {
    padding: 2rem 0;
    font-size: 1.8rem;
    position: relative;
  }
  #header .header_right .navi > ul > li + li {
    margin-left: 2.4rem;
  }
  #header .header_right .navi > ul > li span {
    display: block;
  }
  #header .header_right .navi > ul > li span:after {
    width: 2rem;
    height: 2rem;
    margin-left: 0.25em;
    content: "";
    background-image: url("../img/icon_arrow01.png");
    background-size: cover;
    display: inline-block;
    vertical-align: -0.2em;
  }
  #header .header_right .navi > ul > li:hover .sub {
    display: block;
  }
  #header .header_right .navi > ul > li .sub {
    min-width: 24rem;
    padding-top: 2rem;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, 0);
  }
  #header .header_right .navi > ul > li .sub ul {
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  #header .header_right .navi > ul > li .sub ul li {
    border-bottom: solid 1px #EEF2E2;
  }
  #header .header_right .navi > ul > li .sub ul li:last-child {
    border-bottom: none;
  }
  #header .header_right .navi > ul > li .sub ul li a {
    padding: 1.5rem 1.5rem 1.5rem 5rem;
    white-space: nowrap;
    background-color: #ffffff;
    background-image: url("../img/icon_arrow02.png");
    background-size: 1.4rem auto;
    background-repeat: no-repeat;
    background-position: 1em center;
    display: block;
  }
  #header .header_right .navi > ul > li .sub ul li a:hover {
    background-color: #F9FAF5;
  }
}
@media only screen and (min-width: 1600px) {
  #header .header_right .medical_link {
    margin-left: 3.2rem;
  }
  #header .header_right .medical_link a {
    padding-left: 5rem;
    display: block;
    position: relative;
  }
  #header .header_right .medical_link a:before {
    width: 3.4rem;
    height: 3.7rem;
    content: "";
    background-image: url("../img/header_illust01.png");
    background-size: cover;
    position: absolute;
    top: -1rem;
    left: 0;
  }
  #header .header_right .medical_link a:after {
    width: calc(100% - 5rem);
    height: 1px;
    content: "";
    background-color: #76C1AE;
    position: absolute;
    bottom: -0.1em;
    left: 5rem;
    transform: scale(0, 1);
    transition: transform 0.2s;
    transform-origin: left top;
  }
  #header .header_right .medical_link a:hover:after {
    transform: scale(1, 1);
  }
}
#header .header_right .menu_btn {
  width: 5.4rem;
  height: 5.4rem;
  margin: 0 2rem;
  background-image: url("../img/menu_open.png");
  background-size: cover;
}
@media only screen and (max-width: 900px) {
  #header .header_right .menu_btn {
    width: 6rem;
    height: 6rem;
    margin: 0;
  }
}
#header .header_right .menu_btn.open {
  background-image: url("../img/menu_close.png");
}
@media only screen and (min-width: 901px) {
  #header .header_right .btn_area {
    letter-spacing: -0.4em;
  }
  #header .header_right .btn_area > * {
    display: inline-block;
    letter-spacing: normal;
  }
  #header .header_right .btn_area a {
    width: 20.7rem;
    padding: 0.6em;
    font-size: 2rem;
    text-align: center;
    color: #ffffff;
    border-radius: 0.4rem;
  }
  #header .header_right .btn_area a:nth-child(1) {
    background-color: #F0A75A;
  }
  #header .header_right .btn_area a:nth-child(1):hover {
    background-color: #ED7818;
  }
  #header .header_right .btn_area a:nth-child(2) {
    margin-left: 0.8em;
    background-color: #A6D553;
  }
  #header .header_right .btn_area a:nth-child(2):hover {
    background-color: #98CE32;
  }
}
#header .popup_menu {
  width: 100%;
  height: calc(100vh - 8.8rem);
  padding: 8rem 0 4rem 0;
  color: #ffffff;
  background-color: rgba(118, 193, 174, 0.95);
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  overflow: auto;
}
@media only screen and (max-width: 900px) {
  #header .popup_menu {
    height: calc(100vh - 6.8rem);
    padding: 0 0 2rem 0;
  }
}
@media only screen and (min-width: 901px) {
  #header .popup_menu .inner {
    max-width: 1080px;
    display: flex;
  }
}
@media only screen and (min-width: 901px) {
  #header .popup_menu .navi {
    width: calc(100% - 40rem);
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  #header .popup_menu .navi {
    width: calc(100% - 28rem);
  }
}
@media only screen and (min-width: 901px) {
  #header .popup_menu .navi dl {
    width: 40.6%;
    margin-right: 8%;
    margin-bottom: 5.6rem;
  }
}
#header .popup_menu .navi dl dt {
  font-weight: 700;
}
@media only screen and (min-width: 901px) {
  #header .popup_menu .navi dl dt {
    font-size: 2.6rem;
    margin-bottom: 2.8rem;
    padding-bottom: 1.6rem;
    border-bottom: solid 1px #ffffff;
  }
}
@media only screen and (max-width: 900px) {
  #header .popup_menu .navi dl dt {
    width: 111%;
    margin: 0 -5.5%;
    margin-bottom: 1.2rem;
    padding: 0.5em 0;
    font-size: 2.5rem;
    background-color: #99D5C5;
  }
}
@media only screen and (max-width: 900px) {
  #header .popup_menu .navi dl dt span {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
#header .popup_menu .navi dl dt a {
  color: #ffffff;
  background-image: url("../img/icon_arrow07.png");
  background-size: 2.7rem auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 2.4rem) center;
  display: block;
}
@media only screen and (max-width: 900px) {
  #header .popup_menu .navi dl dt a {
    width: 90%;
    margin: 0 auto;
    display: block;
    background-position: right center;
  }
}
@media only screen and (min-width: 901px) {
  #header .popup_menu .navi dl dt a:hover {
    background-image: url("../img/icon_arrow15.png");
  }
}
#header .popup_menu .navi dl dd {
  margin-bottom: 0.88em;
  font-size: 1.8rem;
}
@media only screen and (max-width: 900px) {
  #header .popup_menu .navi dl dd {
    font-size: 2rem;
  }
}
#header .popup_menu .navi dl dd a {
  color: #ffffff;
  padding-left: 3.2rem;
  background-image: url("../img/icon_arrow03.png");
  background-size: 1.5rem auto;
  background-position: left 0.35em;
  background-repeat: no-repeat;
  transition: background-position 0.2s;
}
@media only screen and (min-width: 901px) {
  #header .popup_menu .navi dl dd a {
    display: inline-block;
  }
  #header .popup_menu .navi dl dd a:hover {
    background-position: 0.3em 0.35em;
  }
}
@media only screen and (max-width: 900px) {
  #header .popup_menu .navi dl dd a {
    display: block;
  }
}
@media only screen and (min-width: 901px) {
  #header .popup_menu .btn_area {
    width: 26.8rem;
  }
}
@media only screen and (max-width: 900px) {
  #header .popup_menu .btn_area {
    margin-top: 3.6rem;
    text-align: center;
  }
}
#header .popup_menu .btn_area a {
  padding: 0.8em;
  text-align: center;
  border-radius: 0.5rem;
  display: block;
}
@media only screen and (max-width: 900px) {
  #header .popup_menu .btn_area a {
    width: 100%;
    max-width: 34.2rem;
    margin: 0 auto;
    padding: 0.5em;
    font-size: 2.4rem !important;
  }
}
#header .popup_menu .btn_area a:nth-child(1) {
  font-size: 1.8rem;
  color: #76C1AE;
  background-color: #ffffff;
}
#header .popup_menu .btn_area a:nth-child(1):hover {
  background-color: rgba(255, 255, 255, 0.8);
}
#header .popup_menu .btn_area a:nth-child(2) {
  margin-top: 1.5em;
  color: #ffffff;
  border: solid 1px #ffffff;
}
@media only screen and (max-width: 900px) {
  #header .popup_menu .btn_area a:nth-child(2) {
    margin-top: 0.66em;
  }
}
#header .popup_menu .btn_area a:nth-child(2):hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/*フッターブロック*/
#footer {
  padding: 7rem 0 8rem 0;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  #footer {
    padding: 3.5rem 0 6rem 0;
  }
}
@media only screen and (min-width: 901px) {
  #footer .inner {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
@media only screen and (max-width: 900px) {
  #footer .left {
    margin-bottom: 4rem;
  }
}
#footer .left .logo {
  width: 26.4rem;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 900px) {
  #footer .left .logo {
    width: 30.9rem;
    margin: 0 auto 3.2rem auto;
  }
}
@media only screen and (max-width: 900px) {
  #footer .left .btn {
    text-align: center;
  }
}
#footer .left .btn a {
  width: 21.6rem;
  padding: 0.5em;
  text-align: center;
  background-image: url("../img/icon_arrow02.png");
  background-size: 1.5rem auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 2.5rem) center;
  border: solid 1px #98CD31;
  border-radius: 0.4rem;
  display: inline-block;
  transition: background-position 0.2s;
}
@media only screen and (max-width: 900px) {
  #footer .left .btn a {
    width: 100%;
    max-width: 34.2rem;
    font-size: 2.4rem;
  }
}
#footer .left .btn a:hover {
  background-position: calc(100% - 1.5rem) center;
}
@media only screen and (min-width: 901px) {
  #footer .right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media only screen and (max-width: 900px) {
  #footer .right {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 901px) {
  #footer .right dl:nth-child(1), #footer .right dl:nth-child(2) {
    padding-bottom: 3rem;
  }
}
#footer .right dl dt {
  font-weight: 700;
  color: #82BC14;
}
@media only screen and (min-width: 901px) {
  #footer .right dl dt {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
  }
}
@media only screen and (max-width: 900px) {
  #footer .right dl dt {
    width: 111%;
    margin: 0 -5.5%;
    margin-bottom: 1.2rem;
    padding: 0.5em 0;
    font-size: 2.5rem;
    background-color: #F3F5ED;
  }
}
@media only screen and (max-width: 900px) {
  #footer .right dl dt span {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
#footer .right dl dt a {
  color: #82BC14;
  background-image: url("../img/icon_arrow08.png");
  background-size: 2.7rem auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 6.5rem) center;
  display: block;
}
@media only screen and (max-width: 900px) {
  #footer .right dl dt a {
    width: 90%;
    margin: 0 auto;
    display: block;
    background-position: right center;
  }
}
@media only screen and (min-width: 901px) {
  #footer .right dl dt a:hover {
    background-image: url("../img/icon_arrow14.png");
  }
}
#footer .right dl dd {
  margin-bottom: 1em;
}
@media only screen and (max-width: 900px) {
  #footer .right dl dd {
    font-size: 2rem;
  }
}
#footer .right dl dd a {
  padding-left: 3.2rem;
  background-image: url("../img/icon_arrow02.png");
  background-size: 1.5rem auto;
  background-position: left 0.35em;
  background-repeat: no-repeat;
  transition: background-position 0.2s;
}
@media only screen and (min-width: 901px) {
  #footer .right dl dd a {
    display: inline-block;
  }
  #footer .right dl dd a:hover {
    color: #98CE32;
    background-position: 0.3em 0.35em;
  }
}
@media only screen and (max-width: 900px) {
  #footer .right dl dd a {
    display: block;
  }
}
#footer .left_bottom {
  color: #99A87C;
}
@media only screen and (min-width: 901px) {
  #footer .left_bottom {
    position: absolute;
    bottom: 1.2rem;
    left: 0;
  }
}
#footer .left_bottom .link {
  margin-bottom: 1.5em;
  font-size: 1.4rem;
  letter-spacing: -0.4em;
}
#footer .left_bottom .link > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 900px) {
  #footer .left_bottom .link {
    font-size: 2rem;
    text-align: center;
  }
}
#footer .left_bottom .link a {
  color: #99A87C;
}
#footer .left_bottom .copyright {
  font-size: 1.2rem;
}
@media only screen and (max-width: 900px) {
  #footer .left_bottom .copyright {
    font-size: 1.4rem;
  }
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*TOPページ*/
.p-top__mv {
  height: 41.66vw;
  max-height: 80rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-top__mv {
    height: 123.5vw;
    max-height: none;
  }
}
.p-top__mv .mv01, .p-top__mv .mv02, .p-top__mv .mv03 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.p-top__mv .mv01 > img, .p-top__mv .mv01 > video, .p-top__mv .mv02 > img, .p-top__mv .mv02 > video, .p-top__mv .mv03 > img, .p-top__mv .mv03 > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top__mv .mv02 {
  display: none;
  z-index: 2;
}
.p-top__mv .mv03 {
  display: none;
  z-index: 3;
}
.p-top__mv .text {
  width: 34.375vw;
  max-width: 66rem;
  position: absolute;
  top: 35%;
  left: 18%;
  z-index: 10;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .text {
    width: 77%;
    max-width: none;
    top: 60%;
    left: 6%;
  }
}
.p-top__news {
  margin-bottom: 13.6rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .p-top__news {
    margin-bottom: 9rem;
  }
}
.p-top__news .top_fig01 {
  width: 80.6rem;
  position: absolute;
  top: -13.7rem;
  right: 58%;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .p-top__news .top_fig01 {
    width: 66.8rem;
    top: -4.5rem;
    left: -22rem;
    right: auto;
  }
}
@media only screen and (min-width: 901px) {
  .p-top__news .inner {
    display: flex;
  }
}
@media only screen and (min-width: 901px) {
  .p-top__news .ttl {
    width: 30%;
  }
}
.p-top__news .ttl h2 {
  margin-bottom: 1em;
  font-size: 5rem;
}
@media only screen and (max-width: 780px) {
  .p-top__news .ttl h2 {
    margin-bottom: 0.6em;
    font-size: 3rem;
    text-align: center;
  }
}
.p-top__news .ttl h2 span {
  font-family: "Poppins", sans-serif;
  font-size: 8rem;
  line-height: 1;
  text-transform: uppercase;
  color: #EF9851;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__news .ttl h2 span {
    font-size: 5.5rem;
  }
}
.p-top__news .link {
  font-size: 3rem;
}
@media only screen and (max-width: 900px) {
  .p-top__news .link {
    font-size: 2.3rem;
    text-align: center;
  }
}
.p-top__news .link a {
  padding: 0.7rem 7.7rem 0.7rem 0;
  background-image: url("../img/icon_arrow06.png");
  background-repeat: no-repeat;
  background-size: 5.6rem auto;
  background-position: right center;
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  .p-top__news .link a {
    padding-right: 4.8rem;
    background-size: 4rem auto;
  }
}
.p-top__news .link a:hover {
  background-image: url("../img/icon_arrow12.png");
}
@media only screen and (min-width: 901px) {
  .p-top__news .news_list {
    width: 70%;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__news .news_list .tab_content {
    margin-bottom: 2rem;
  }
}
.p-top__news .news_list .tab_content .tab_head {
  margin-bottom: 3.2rem;
  border-bottom: solid 0.2rem #EF9851;
  letter-spacing: -0.4em;
}
.p-top__news .news_list .tab_content .tab_head > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 900px) {
  .p-top__news .news_list .tab_content .tab_head {
    margin-bottom: 2rem;
    border-bottom: none;
  }
}
.p-top__news .news_list .tab_content .tab_head li {
  text-align: center;
  color: #DDB67E;
  background-color: #F2E9DC;
  vertical-align: top;
}
@media only screen and (min-width: 901px) {
  .p-top__news .news_list .tab_content .tab_head li {
    width: 12rem;
    margin-left: 0.8rem;
    padding: 0.3em 0;
    font-size: 2.2rem;
    border-radius: 1rem 1rem 0 0;
  }
  .p-top__news .news_list .tab_content .tab_head li:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__news .news_list .tab_content .tab_head li {
    width: 48%;
    margin: 0 0 0.8rem 0;
    padding: 0.6em 0;
    font-size: 2rem;
    border-radius: 0.8rem;
  }
  .p-top__news .news_list .tab_content .tab_head li:nth-child(even) {
    margin-left: 4%;
  }
}
.p-top__news .news_list .tab_content .tab_head li.current, .p-top__news .news_list .tab_content .tab_head li:hover {
  color: #ffffff;
  background-color: #EF9851;
}
.p-top__news .news_list .tab_content .tab_body > div ul {
  min-height: 33rem;
}
@media only screen and (max-width: 900px) {
  .p-top__news .news_list .tab_content .tab_body > div ul {
    min-height: 39.4rem;
  }
}
.p-top__news .news_list .tab_content .tab_body > div ul li {
  background-color: #ffffff;
  border-radius: 2rem;
}
.p-top__news .news_list .tab_content .tab_body > div ul li + li {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 900px) {
  .p-top__news .news_list .tab_content .tab_body > div ul li + li {
    margin-top: 1.2rem;
  }
}
.p-top__news .news_list .tab_content .tab_body > div ul li a {
  padding: 1.6rem 10rem 1.6rem 4rem;
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: calc(100% - 5.32rem) center;
  transition: background-position 0.2s;
  display: block;
  letter-spacing: -0.4em;
}
.p-top__news .news_list .tab_content .tab_body > div ul li a > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 900px) {
  .p-top__news .news_list .tab_content .tab_body > div ul li a {
    padding: 2rem 6rem 2rem 2rem;
    background-position: calc(100% - 2rem) center;
  }
}
@media only screen and (min-width: 901px) {
  .p-top__news .news_list .tab_content .tab_body > div ul li a:hover {
    background-position: calc(100% - 4rem) center;
  }
}
.p-top__news .news_list .tab_content .tab_body > div ul li a .date {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  color: #B6C1A4;
}
@media only screen and (max-width: 900px) {
  .p-top__news .news_list .tab_content .tab_body > div ul li a .date {
    font-size: 1.9rem;
  }
}
.p-top__news .news_list .tab_content .tab_body > div ul li a .cate {
  margin-left: 1.6rem;
}
.p-top__news .news_list .tab_content .tab_body > div ul li a .cate span {
  padding: 0.1em 0.8em;
  font-size: 1.8rem;
  color: #ffffff;
  border-radius: 99px;
  display: inline-block;
}
.p-top__news .news_list .tab_content .tab_body > div ul li a .cate span.seminar {
  background-color: #EF9851;
}
.p-top__news .news_list .tab_content .tab_body > div ul li a .cate span.other {
  background-color: #98CE32;
}
.p-top__news .news_list .tab_content .tab_body > div ul li a .cate span.info {
  background-color: #76C1AE;
}
.p-top__news .news_list .tab_content .tab_body > div ul li a p {
  margin-top: 0.3em;
  font-size: 2.4rem;
  display: block;
}
@media only screen and (max-width: 900px) {
  .p-top__news .news_list .tab_content .tab_body > div ul li a p {
    font-size: 1.9rem;
    line-height: 1.23;
  }
}
.p-top__about {
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
@media only screen and (min-width: 901px) {
  .p-top__about {
    margin-bottom: 11.2rem;
    background-image: url("../img/top/message_img01.png");
    background-size: 1920px auto;
    z-index: 2;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  .p-top__about {
    background-size: 1600px auto;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__about {
    margin-top: -10rem;
    margin-bottom: 4rem;
    padding-top: 10rem;
    background-image: url("../img/top/message_img01_sp.png");
    background-size: 656px auto;
  }
}
@media only screen and (min-width: 901px) {
  .p-top__about .headding {
    max-width: 70rem;
    margin: 0 0 10.3rem auto;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__about .headding {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__about .headding .midashi01 {
    margin-bottom: 40rem;
  }
}
@media only screen and (max-width: 900px) and (max-width: 780px) {
  .p-top__about .headding .midashi01 {
    margin-bottom: 33rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__about .headding .message_text01 {
    max-width: 50rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 900px) and (max-width: 780px) {
  .p-top__about .headding .message_text01 {
    max-width: 35rem;
  }
}
.p-top__about .content .inner {
  max-width: 1000px;
}
.p-top__about .content p {
  font-size: 2.4rem;
  line-height: 1.83;
}
@media only screen and (max-width: 780px) {
  .p-top__about .content p {
    font-size: 1.9rem;
  }
}
.p-top__clinic {
  margin-bottom: 15rem;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  .p-top__clinic {
    margin-bottom: 7rem;
  }
}
@media only screen and (min-width: 901px) {
  .p-top__clinic .inner {
    min-height: 73.1rem;
    position: relative;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  .p-top__clinic .inner {
    min-height: 58.4rem;
  }
}
.p-top__clinic .map01 {
  width: 104.2rem;
  height: 73.1rem;
  padding: 9rem;
  background-color: #ffffff;
  border-radius: 4rem;
  position: absolute;
  top: 0;
  right: 49.8rem;
  z-index: 1;
}
@media only screen and (max-width: 1099px) {
  .p-top__clinic .map01 {
    width: 83.3rem;
    height: 58.4rem;
  }
}
.p-top__clinic .map01:before {
  width: calc(100% - 8rem);
  height: calc(100% - 8rem);
  content: "";
  background-color: #F8F8F8;
  border-radius: 1.6rem;
  position: absolute;
  top: 4rem;
  left: 4rem;
  z-index: -1;
}
.p-top__clinic .map01 img {
  width: auto;
  max-width: none;
  height: 100%;
  margin: 0 0 0 auto;
  display: block;
}
@media only screen and (min-width: 901px) {
  .p-top__clinic .text {
    width: 42.2rem;
    margin: 0 0 0 auto;
  }
}
.p-top__clinic .text .map02 {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto 2rem auto;
  padding: 3rem;
  background-color: #ffffff;
  border-radius: 2rem;
  position: relative;
  z-index: 1;
}
.p-top__clinic .text .map02:before {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  content: "";
  background-color: #F8F8F8;
  border-radius: 0.8rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: -1;
}
.p-top__clinic .text ul li {
  background-color: #ffffff;
  border-radius: 1.6rem;
}
.p-top__clinic .text ul li + li {
  margin-top: 1.6rem;
}
.p-top__clinic .text ul li a {
  padding: 1.6rem 7.2rem 1.6rem 1.6rem;
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: calc(100% - 5.32rem) center;
  transition: background-position 0.2s;
  display: block;
}
@media only screen and (max-width: 900px) {
  .p-top__clinic .text ul li a {
    padding: 2rem 6rem 2rem 2rem;
    background-position: calc(100% - 2rem) center;
  }
}
@media only screen and (min-width: 901px) {
  .p-top__clinic .text ul li a:hover {
    background-position: calc(100% - 4rem) center;
  }
}
.p-top__clinic .text ul li a .ttl {
  margin-bottom: 0.3em;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.175;
  color: #98CE32;
}
@media only screen and (max-width: 900px) {
  .p-top__clinic .text ul li a .ttl {
    font-size: 2rem;
  }
}
.p-top__clinic .text ul li a .area {
  font-size: 2.7rem;
}
@media only screen and (max-width: 900px) {
  .p-top__clinic .text ul li a .area {
    font-size: 1.9rem;
  }
}
.p-top__clinic .link {
  margin-top: 4rem;
  font-size: 3rem;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .p-top__clinic .link {
    margin-top: 2.8rem;
    font-size: 2.3rem;
    text-align: center;
  }
}
.p-top__clinic .link a {
  padding: 0.7rem 7.7rem 0.7rem 0;
  background-image: url("../img/icon_arrow09.png");
  background-repeat: no-repeat;
  background-size: 5.6rem auto;
  background-position: right center;
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  .p-top__clinic .link a {
    padding-right: 4.8rem;
    background-size: 4rem auto;
  }
}
.p-top__clinic .link a:hover {
  background-image: url("../img/icon_arrow08.png");
}
.p-top__insta {
  margin-bottom: 13.6rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 780px) {
  .p-top__insta {
    margin-bottom: 5rem;
  }
}
.p-top__insta .insta_area {
  max-width: 1000px;
  margin: 0 auto;
}
.p-top__insta .link {
  margin-top: 4rem;
  font-size: 3rem;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .p-top__insta .link {
    margin-top: 2.8rem;
    font-size: 2.3rem;
    text-align: center;
  }
}
.p-top__insta .link a {
  padding: 0.7rem 7.7rem 0.7rem 0;
  background-image: url("../img/icon_arrow09.png");
  background-repeat: no-repeat;
  background-size: 5.6rem auto;
  background-position: right center;
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  .p-top__insta .link a {
    padding-right: 4.8rem;
    background-size: 4rem auto;
  }
}
.p-top__insta .link a:hover {
  background-image: url("../img/icon_arrow08.png");
}
.p-top__insta .top_fig02 {
  width: 73.6rem;
  position: absolute;
  top: -18rem;
  left: 63%;
  z-index: -2;
}
@media only screen and (max-width: 780px) {
  .p-top__insta .top_fig02 {
    width: 36.8rem;
    top: -6rem;
    left: auto;
    right: 0;
  }
}
.p-top__insta .bg {
  width: 137.8rem;
  margin-left: -68.9rem;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
.p-top__recruit {
  padding-bottom: 16rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-top__recruit {
    padding-bottom: 6rem;
  }
}
.p-top__recruit .bnr a {
  transition: opacity 0.2s;
}
.p-top__recruit .bnr a:hover {
  opacity: 0.8;
}
.p-top__recruit .top_fig03 {
  width: 129.7rem;
  position: absolute;
  bottom: 0;
  right: 34%;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-top__recruit .top_fig03 {
    width: 65rem;
    bottom: 10rem;
  }
}

/*下層ページ*/
.pagetitle {
  margin-bottom: 4.8rem;
  padding: 8.2rem 0;
  background-image: url("../img/pagetitle_bg.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 780px) {
  .pagetitle {
    margin-bottom: 2.5rem;
    padding: 2.5rem 0;
  }
}
.pagetitle .text {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .pagetitle .text {
    font-size: 2.6rem;
  }
}
.pagetitle .text span {
  font-family: "Poppins", sans-serif;
  font-size: 0.6em;
  font-weight: 500;
  text-transform: uppercase;
  color: #EF9851;
  display: block;
}

.pankuzu {
  margin-bottom: 8rem;
  font-size: 2rem;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 780px) {
  .pankuzu {
    margin-bottom: 4rem;
    font-size: 1.6rem;
  }
}
.pankuzu .inner {
  letter-spacing: -0.4em;
}
.pankuzu .inner > * {
  display: inline-block;
  letter-spacing: normal;
}
.pankuzu a:after {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 1em;
  content: "";
  background-image: url("../img/icon_arrow05.png");
  background-size: cover;
  display: inline-block;
}
.pankuzu span {
  color: #C9CEBB;
}

.fig01 {
  width: 25.6rem;
  position: absolute;
  top: -10rem;
  left: 87%;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .fig01 {
    width: 12.5rem;
    top: 0;
    left: auto;
    right: 0;
  }
}

.fig02 {
  width: 52.2rem;
  position: absolute;
  bottom: 0;
  right: 73%;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .fig02 {
    width: 26rem;
    right: auto;
    left: 0;
  }
}

.fig03 {
  width: 70.1rem;
  position: absolute;
  top: 0;
  right: 63.5%;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .fig03 {
    width: 23rem;
    right: auto;
    left: 0;
  }
}

.fig04 {
  width: 59.36rem;
  position: absolute;
  top: 0;
  left: 69%;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .fig04 {
    width: 20rem;
    top: 0;
    left: auto;
    right: 0;
  }
}

.p-sitemap__content {
  padding-bottom: 12.8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-sitemap__content {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-sitemap__content .inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 781px) {
  .p-sitemap__content dl {
    width: 48%;
    margin: 0 4% 7.2rem 0;
  }
  .p-sitemap__content dl:nth-child(even) {
    margin-right: 0;
  }
}
.p-sitemap__content dl.recruit {
  margin-bottom: 0;
}
.p-sitemap__content dl.recruit dt {
  background-color: #F8EACA;
}
.p-sitemap__content dl.recruit dd a {
  background-image: url("../img/icon_arrow13.png");
}
.p-sitemap__content dl dt {
  font-weight: 700;
  background-color: #ECF2D8;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-sitemap__content dl dt {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-sitemap__content dl dt {
    margin-bottom: 1.2rem;
    font-size: 2.5rem;
    background-color: #F3F5ED;
  }
}
.p-sitemap__content dl dt span {
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-sitemap__content dl dt span {
    padding: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-sitemap__content dl dt span {
    padding: 1.5rem;
  }
}
.p-sitemap__content dl dt a {
  background-image: url("../img/icon_arrow11.png");
  background-size: 5.6rem auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 2.4rem) center;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-sitemap__content dl dt a {
    padding: 1.5rem;
    background-size: 2.7rem auto;
  }
}
@media only screen and (min-width: 781px) {
  .p-sitemap__content dl dt a {
    padding: 2rem;
  }
  .p-sitemap__content dl dt a:hover {
    background-image: url("../img/icon_arrow12.png");
  }
}
.p-sitemap__content dl dd {
  margin-bottom: 1em;
  font-size: 2.4rem;
}
.p-sitemap__content dl dd:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 780px) {
  .p-sitemap__content dl dd {
    font-size: 2rem;
  }
}
.p-sitemap__content dl dd a {
  padding-left: 3.8rem;
  background-image: url("../img/icon_arrow02.png");
  background-size: 1.5rem auto;
  background-position: left 0.5em;
  background-repeat: no-repeat;
  transition: background-position 0.2s;
}
@media only screen and (min-width: 781px) {
  .p-sitemap__content dl dd a {
    display: inline-block;
  }
  .p-sitemap__content dl dd a:hover {
    background-position: 0.3em 0.5em;
  }
}
@media only screen and (max-width: 780px) {
  .p-sitemap__content dl dd a {
    display: block;
  }
}

.p-news__list {
  padding-bottom: 12.8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-news__list {
    padding-bottom: 6rem;
  }
}
.p-news__list .cate_list {
  margin-bottom: 3.2rem;
  border-bottom: solid 0.2rem #EF9851;
  letter-spacing: -0.4em;
}
.p-news__list .cate_list > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 900px) {
  .p-news__list .cate_list {
    margin-bottom: 2rem;
    border-bottom: none;
  }
}
.p-news__list .cate_list li {
  text-align: center;
  overflow: hidden;
  vertical-align: top;
}
@media only screen and (min-width: 901px) {
  .p-news__list .cate_list li {
    width: 23.4%;
    margin-left: 2.13%;
    font-size: 2.2rem;
    border-radius: 1rem 1rem 0 0;
  }
  .p-news__list .cate_list li:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .p-news__list .cate_list li {
    width: 48%;
    margin: 0 0 0.8rem 0;
    font-size: 2rem;
    border-radius: 0.8rem;
  }
  .p-news__list .cate_list li:nth-child(even) {
    margin-left: 4%;
  }
}
.p-news__list .cate_list li a {
  display: block;
  color: #DDB67E;
  background-color: #F2E9DC;
}
@media only screen and (min-width: 901px) {
  .p-news__list .cate_list li a {
    padding: 0.3em 0;
  }
  .p-news__list .cate_list li a:hover {
    color: #ffffff;
    background-color: #EF9851;
  }
}
@media only screen and (max-width: 900px) {
  .p-news__list .cate_list li a {
    padding: 0.6em 0;
  }
}
.p-news__list .cate_list li.current a {
  color: #ffffff;
  background-color: #EF9851;
  pointer-events: none;
}
.p-news__list .news_list {
  margin-bottom: 8.8rem;
}
@media only screen and (max-width: 780px) {
  .p-news__list .news_list {
    margin-bottom: 4.4rem;
  }
}
.p-news__list .news_list li {
  background-color: #ffffff;
  border-radius: 2rem;
}
.p-news__list .news_list li + li {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 900px) {
  .p-news__list .news_list li + li {
    margin-top: 1.2rem;
  }
}
.p-news__list .news_list li a {
  padding: 1.6rem 10rem 1.6rem 4rem;
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: calc(100% - 5.32rem) center;
  transition: background-position 0.2s;
  display: block;
  letter-spacing: -0.4em;
}
.p-news__list .news_list li a > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 900px) {
  .p-news__list .news_list li a {
    padding: 2rem 6rem 2rem 2rem;
    background-position: calc(100% - 2rem) center;
  }
}
@media only screen and (min-width: 901px) {
  .p-news__list .news_list li a:hover {
    background-position: calc(100% - 4rem) center;
  }
}
.p-news__list .news_list li a .date {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  color: #B6C1A4;
}
@media only screen and (max-width: 900px) {
  .p-news__list .news_list li a .date {
    font-size: 1.9rem;
  }
}
.p-news__list .news_list li a .cate {
  margin-left: 1.6rem;
}
.p-news__list .news_list li a .cate span {
  padding: 0.1em 0.8em;
  font-size: 1.8rem;
  color: #ffffff;
  border-radius: 99px;
  display: inline-block;
}
.p-news__list .news_list li a .cate span.seminar {
  background-color: #EF9851;
}
.p-news__list .news_list li a .cate span.other {
  background-color: #98CE32;
}
.p-news__list .news_list li a .cate span.info {
  background-color: #76C1AE;
}
.p-news__list .news_list li a p {
  margin-top: 0.3em;
  font-size: 2.4rem;
  display: block;
}
@media only screen and (max-width: 900px) {
  .p-news__list .news_list li a p {
    font-size: 1.9rem;
    line-height: 1.23;
  }
}
.p-news__post {
  padding-bottom: 12.8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-news__post {
    padding-bottom: 6rem;
  }
}
.p-news__post .headding {
  letter-spacing: -0.4em;
}
.p-news__post .headding > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-news__post .headding .date {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  color: #B6C1A4;
}
@media only screen and (max-width: 900px) {
  .p-news__post .headding .date {
    font-size: 1.9rem;
  }
}
.p-news__post .headding .cate {
  margin-left: 1.6rem;
}
.p-news__post .headding .cate span {
  padding: 0.1em 0.8em;
  font-size: 1.8rem;
  color: #ffffff;
  border-radius: 99px;
  display: inline-block;
}
.p-news__post .headding .cate span.seminar {
  background-color: #EF9851;
}
.p-news__post .headding .cate span.other {
  background-color: #98CE32;
}
.p-news__post .headding .cate span.info {
  background-color: #76C1AE;
}
.p-news__post .headding h2 {
  margin-top: 0.3em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.44;
  border-bottom: solid 1px #D5D5D5;
  display: block;
}
@media only screen and (max-width: 1279px) {
  .p-news__post .headding h2 {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-news__post .headding h2 {
    font-size: 2.6rem;
  }
}
.p-news__post #toc_container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 5.6rem auto;
  padding: 3rem 4rem;
  background-color: #ffffff;
  border: solid 1px #D3DDC0;
}
@media only screen and (max-width: 1279px) {
  .p-news__post #toc_container {
    padding: 2rem 3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-news__post #toc_container {
    padding: 1.5rem;
  }
}
.p-news__post #toc_container a {
  color: #312C24;
  text-decoration: none !important;
}
.p-news__post #toc_container .toc_title {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: 3rem;
  font-weight: 700;
  border-bottom: solid 0.4rem #98CD31;
}
@media only screen and (max-width: 1279px) {
  .p-news__post #toc_container .toc_title {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-news__post #toc_container .toc_title {
    font-size: 2.2rem;
  }
}
.p-news__post #toc_container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-news__post #toc_container ul li:last-child {
  margin-bottom: 0 !important;
}
.p-news__post #toc_container .toc_list {
  margin: 0;
  counter-reset: index-num-1;
}
.p-news__post #toc_container .toc_list > li {
  margin-bottom: 1em;
  padding-left: 2.15em;
  font-size: 2.8rem;
  counter-increment: index-num-1;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .p-news__post #toc_container .toc_list > li {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-news__post #toc_container .toc_list > li {
    font-size: 1.8rem;
  }
}
.p-news__post #toc_container .toc_list > li:last-child {
  margin-bottom: 0;
}
.p-news__post #toc_container .toc_list > li:before {
  width: 1.7em;
  height: 1.7em;
  content: counter(index-num-1);
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  text-align: center;
  color: #ffffff;
  background-image: url("../img/news/ol_num_bg02.png");
  background-size: cover;
  position: absolute;
  top: -0.2em;
  left: 0;
}
.p-news__post #toc_container .toc_list > li a {
  padding-bottom: 0.5em;
  border-bottom: solid 1px #D3DDC0;
  display: block;
}
.p-news__post #toc_container .toc_list > li a:hover {
  color: #98CE32;
}
.p-news__post #toc_container .toc_list > li > ul {
  margin-top: 1em;
  font-size: 0.85em;
}
.p-news__post #toc_container .toc_list > li > ul > li {
  margin-bottom: 1em;
  padding-left: 1.25em;
  position: relative;
}
.p-news__post #toc_container .toc_list > li > ul > li:before {
  width: 0.46em;
  height: 0.46em;
  content: "";
  background-color: #98CE32;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.p-news__post .link {
  margin-top: 6rem;
  font-size: 3rem;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .p-news__post .link {
    margin-top: 3rem;
    font-size: 2.3rem;
    text-align: center;
  }
}
.p-news__post .link a {
  padding: 0.7rem 7.7rem 0.7rem 0;
  background-image: url("../img/icon_arrow09.png");
  background-repeat: no-repeat;
  background-size: 5.6rem auto;
  background-position: right center;
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  .p-news__post .link a {
    padding-right: 4.8rem;
    background-size: 4rem auto;
  }
}
.p-news__post .link a:hover {
  background-image: url("../img/icon_arrow08.png");
}

.p-clinic__list {
  padding-bottom: 12.8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-clinic__list {
    padding-bottom: 6rem;
  }
}
.p-clinic__list .headding {
  margin-bottom: 5rem;
}
.p-clinic__list .headding .box {
  max-width: 800px;
  margin: 0 auto;
  padding: 3.6rem 1rem;
  font-size: 2.4rem;
  text-align: center;
  background-color: #F2F5E7;
}
@media only screen and (max-width: 780px) {
  .p-clinic__list .headding .box {
    padding: 1.5rem;
    font-size: 2rem;
  }
}
.p-clinic__list .headding .box .time {
  margin: 0 0.5em;
  font-family: "Poppins", sans-serif;
  font-size: 1.9em;
  display: inline-block;
  vertical-align: -0.15em;
}
@media only screen and (max-width: 780px) {
  .p-clinic__list .headding .box .time {
    margin: 0 auto;
    display: block;
  }
}
.p-clinic__list .headding .box .annotation {
  padding: 0.1em 0.5em;
  color: #ffffff;
  background-color: #E57F35;
  border-radius: 0.6rem;
  display: inline-block;
  vertical-align: 0;
}
.p-clinic__list ul li {
  background-color: #ffffff;
  border: solid 0.2rem #D3DDC0;
  border-radius: 2rem;
}
@media only screen and (min-width: 901px) {
  .p-clinic__list ul li {
    padding: 4rem;
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 900px) {
  .p-clinic__list ul li {
    padding: 2rem;
    font-size: 1.8rem;
  }
}
.p-clinic__list ul li + li {
  margin-top: 2.4rem;
}
.p-clinic__list ul li .thumbnail {
  height: auto;
  aspect-ratio: 320/280;
  overflow: hidden;
}
.p-clinic__list ul li .thumbnail > img, .p-clinic__list ul li .thumbnail > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 901px) {
  .p-clinic__list ul li .thumbnail {
    width: 32rem;
    margin-right: 4rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-clinic__list ul li .thumbnail {
    width: 480px;
    max-width: 100%;
    margin: 0 auto 2rem auto;
  }
}
@media only screen and (min-width: 901px) {
  .p-clinic__list ul li .text {
    width: calc(100% - 36rem);
  }
}
.p-clinic__list ul li .text .clinic_name {
  margin-bottom: 0.7em;
  padding-bottom: 0.7em;
  font-size: 3.3rem;
  font-weight: 700;
  border-bottom: solid 1px #D3DDC0;
}
@media only screen and (max-width: 780px) {
  .p-clinic__list ul li .text .clinic_name {
    font-size: 2.4rem;
  }
}
.p-clinic__list ul li .text .clinic_name span {
  font-size: 0.66em;
  font-weight: 500;
  display: block;
}
.p-clinic__list ul li .text address {
  margin-bottom: 0.35em;
  font-size: 2.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-clinic__list ul li .text address {
    font-size: 1.8rem;
  }
}
.p-clinic__list ul li .text .contact {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 1100px) {
  .p-clinic__list ul li .text .contact {
    letter-spacing: -0.4em;
  }
  .p-clinic__list ul li .text .contact > * {
    display: inline-block;
    letter-spacing: normal;
  }
}
.p-clinic__list ul li .text .contact > div {
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
}
@media only screen and (max-width: 780px) {
  .p-clinic__list ul li .text .contact > div {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1100px) {
  .p-clinic__list ul li .text .contact > div + div {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 1099px) {
  .p-clinic__list ul li .text .contact > div + div {
    margin-top: 0.5em;
  }
}
.p-clinic__list ul li .text .contact > div span {
  width: 8rem;
  margin-right: 0.5em;
  padding: 0.1em 0;
  background-color: #EFEFEF;
  border-radius: 0.4rem;
  text-align: center;
  display: inline-block;
}
.p-clinic__list ul li .text .link {
  font-size: 3rem;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .p-clinic__list ul li .text .link {
    font-size: 2.3rem;
    text-align: center;
  }
}
.p-clinic__list ul li .text .link a {
  padding: 0.7rem 7.7rem 0.7rem 0;
  background-image: url("../img/icon_arrow09.png");
  background-repeat: no-repeat;
  background-size: 5.6rem auto;
  background-position: right center;
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  .p-clinic__list ul li .text .link a {
    padding-right: 4.8rem;
    background-size: 4rem auto;
  }
}
.p-clinic__list ul li .text .link a:hover {
  background-image: url("../img/icon_arrow08.png");
}

.p-greeting__philosophy {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 901px) {
  .p-greeting__philosophy {
    margin-bottom: 12rem;
  }
  .p-greeting__philosophy:before {
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../img/greeting/rinen_fig01.png");
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media only screen and (max-width: 780px) {
  .p-greeting__philosophy {
    margin-bottom: 6rem;
  }
}
.p-greeting__philosophy .fig04 {
  top: 5.5rem;
  z-index: -2;
}
.p-greeting__philosophy p {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 780px) {
  .p-greeting__philosophy p {
    font-size: 2rem;
  }
}
.p-greeting__philosophy p span {
  color: #EF9851;
}
.p-greeting__policy {
  margin-bottom: 25rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-greeting__policy {
    margin-bottom: 6rem;
  }
}
.p-greeting__policy .fig03 {
  top: -4rem;
}
.p-greeting__policy .box {
  padding: 4.8rem 1.6rem;
  background-color: #FFFFFF;
  border-radius: 3rem;
}
@media only screen and (max-width: 780px) {
  .p-greeting__policy .box {
    padding: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-greeting__policy .box ul {
    display: flex;
  }
}
@media only screen and (min-width: 781px) {
  .p-greeting__policy .box ul li {
    width: 33.3333%;
    padding: 0 4.8rem;
    border-left: solid 1px #D3DDC0;
  }
  .p-greeting__policy .box ul li:first-child {
    border-left: none;
  }
}
@media only screen and (max-width: 780px) {
  .p-greeting__policy .box ul li {
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: solid 1px #D3DDC0;
  }
  .p-greeting__policy .box ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-greeting__policy .box ul li .img {
  width: 12rem;
  margin: 0 auto 1em auto;
}
.p-greeting__policy .box ul li .text h3 {
  margin-bottom: 0.5em;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-greeting__policy .box ul li .text h3 {
    font-size: 2.4rem;
  }
}
.p-greeting__policy .box ul li .text p {
  font-size: 2.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 780px) {
  .p-greeting__policy .box ul li .text p {
    font-size: 1.8rem;
  }
}
.p-greeting__greeting {
  padding-bottom: 12.8rem;
  background-color: #F7F8F4;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 780px) {
  .p-greeting__greeting {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-greeting__greeting .img {
    margin-bottom: -8rem;
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 780px) {
  .p-greeting__greeting .img {
    margin-bottom: 3rem;
  }
}
.p-greeting__greeting .catch {
  max-width: 70.2rem;
  margin: 0 auto 5rem auto;
}
.p-greeting__greeting p {
  margin-bottom: 1.5em;
  font-size: 2.4rem;
  line-height: 1.83;
}
@media only screen and (max-width: 780px) {
  .p-greeting__greeting p {
    font-size: 1.8rem;
  }
}
.p-greeting__greeting .name {
  width: 32.5rem;
  max-width: 60%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 780px) {
  .p-greeting__greeting .name {
    width: 25rem;
  }
}

.p-area__list {
  padding-bottom: 12.8rem;
}
@media only screen and (max-width: 780px) {
  .p-area__list {
    padding-bottom: 6rem;
  }
}
.p-area__list .inner {
  max-width: 1000px;
}
.p-area__list .map_img {
  margin-bottom: 6.4rem;
  background-color: #CCDD85;
  border: solid 2.4rem #CCDD85;
  border-radius: 4rem;
  overflow: hidden;
}
.p-area__list .map_img > img, .p-area__list .map_img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-area__list .map_img {
    margin-bottom: 3rem;
    border-width: 1.2rem;
  }
}
.p-area__list .map_img img {
  border-radius: 2.4rem;
}
.p-area__list .list > li + li {
  margin-top: 7rem;
}
@media only screen and (max-width: 780px) {
  .p-area__list .list > li + li {
    margin-top: 3.5rem;
  }
}
.p-area__list .list > li h2 {
  margin-bottom: 1em;
  padding: 0.25em 0.25em 0.25em 0.8em;
  font-size: 3rem;
  font-weight: 700;
  background-color: #ECF2D8;
  border-left: solid 0.7rem #98CE32;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .p-area__list .list > li h2 {
    font-size: 2.2rem;
  }
}
.p-area__list .list > li ul li + li {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 780px) {
  .p-area__list .list > li ul li + li {
    margin-top: 1.5rem;
  }
}
.p-area__list .list > li ul li a {
  padding: 2.4rem;
  background-color: #ffffff;
  display: block;
  border: solid 0.2rem #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-area__list .list > li ul li a {
    padding: 1.5rem;
  }
}
.p-area__list .list > li ul li a:hover {
  border-color: #98CD31;
}
.p-area__list .list > li ul li .clinic_name {
  margin-bottom: 0.3em;
  font-size: 2.7rem;
  font-weight: 700;
  color: #98CE32;
}
@media only screen and (max-width: 780px) {
  .p-area__list .list > li ul li .clinic_name {
    font-size: 2rem;
  }
}
.p-area__list .list > li ul li .area_name {
  margin-bottom: 0.6em;
  font-size: 2.7rem;
}
@media only screen and (max-width: 780px) {
  .p-area__list .list > li ul li .area_name {
    font-size: 2rem;
  }
}
.p-area__list .list > li ul li .box {
  padding: 2.4rem;
  background-color: #F7F7F7;
  border-radius: 0.6rem;
}
@media only screen and (max-width: 780px) {
  .p-area__list .list > li ul li .box {
    padding: 1.5rem;
  }
}
.p-area__list .list > li ul li .box h3 {
  margin-bottom: 0.4em;
  font-size: 2rem;
}
@media only screen and (max-width: 780px) {
  .p-area__list .list > li ul li .box h3 {
    font-size: 1.6rem;
  }
}
.p-area__list .list > li ul li .box h3 span {
  padding: 0.1em 0.75em;
  color: #ffffff;
  background-color: #EF9851;
  border-radius: 99px;
  display: inline-block;
}
.p-area__list .list > li ul li .box p {
  font-size: 2.2rem;
}

.p-record__record1 {
  padding-bottom: 12.8rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 780px) {
  .p-record__record1 {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-record__record1:before {
    width: 153.3rem;
    height: 19.7rem;
    content: "";
    background-image: url("../img/record/ttl_fig01.png");
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-record__record1 .fig03 {
  top: auto;
  bottom: 0;
  right: 73%;
  z-index: -2;
}
.p-record__record1 .fig04 {
  top: 6rem;
  z-index: -2;
}
@media only screen and (max-width: 780px) {
  .p-record__record1 .midashi01 span {
    font-size: 4rem;
  }
}
.p-record__record1 .box {
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0.5rem 0.5rem 1rem #EAEDE1;
}
.p-record__record1 .box .box_in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 7rem 0;
}
@media only screen and (max-width: 780px) {
  .p-record__record1 .box .box_in {
    padding: 3rem 0;
  }
}
.p-record__record1 .box .box_in h4 {
  margin-bottom: 2em;
  font-size: 3rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-record__record1 .box .box_in h4 {
    font-size: 1.8rem;
  }
}
.p-record__record1 .box .box_in h4 span {
  width: 46.4rem;
  max-width: 90%;
  padding: 0.1em 1em;
  background-color: #F9FAF7;
  border-radius: 99px;
  display: inline-block;
}
.p-record__record1 .box .box_in .img + h4 {
  margin-top: 8.8rem;
}
@media only screen and (max-width: 780px) {
  .p-record__record1 .box .box_in .img + h4 {
    margin-top: 4rem;
  }
}
.p-record__record2 {
  padding-bottom: 12.8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-record__record2 {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-record__record2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-record__record2 ul li {
  background-color: #ffffff;
  border: solid 0.2rem #E4E8D6;
  border-radius: 2rem;
}
@media only screen and (min-width: 781px) {
  .p-record__record2 ul li {
    width: 48.2%;
    margin-bottom: 3.2rem;
    padding: 4.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-record__record2 ul li {
    margin-bottom: 2rem;
    padding: 2.5rem;
  }
}
.p-record__record2 ul li h4 {
  margin-bottom: 0.5em;
  font-size: 3rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-record__record2 ul li h4 {
    font-size: 1.8rem;
  }
}
.p-record__record2 ul li h4 span {
  width: 46.4rem;
  max-width: 90%;
  padding: 0.1em 1em;
  background-color: #F9FAF7;
  border-radius: 99px;
  display: inline-block;
}
.p-record__record2 ul li .num {
  font-size: 3rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-record__record2 ul li .num {
    font-size: 1.8rem;
  }
}
.p-record__record2 ul li .num span {
  font-family: "Poppins", sans-serif;
  font-size: 3em;
  font-weight: 700;
  color: #83BC15;
}
.p-record__record2 ul li .annotation {
  font-size: 2rem;
  color: #817F74;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-record__record2 ul li .annotation {
    font-size: 1.8rem;
  }
}
.p-record__record3 {
  padding-top: 10rem;
  padding-bottom: 12.8rem;
  background-color: #F3F5E7;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-record__record3 {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
.p-record__record3 .box {
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0.5rem 0.5rem 1rem #EAEDE1;
}
.p-record__record3 .box .box_in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 7rem 0;
}
@media only screen and (max-width: 780px) {
  .p-record__record3 .box .box_in {
    padding: 3rem 0;
  }
}
.p-record__record3 .box .box_in .img {
  max-width: 800px;
  margin: 0 auto;
}

.p-cost__simulation .midashi01 + p {
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-cost__simulation .midashi01 + p {
    font-size: 2rem;
  }
}
.p-cost__simulation .link {
  margin-bottom: 5.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-cost__simulation .link {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}
.p-cost__simulation .link a {
  color: #1652C3;
  text-decoration: underline;
}
.p-cost__simulation .form_area {
  padding-top: 7.2rem;
  padding-bottom: 11.2rem;
  background-color: #F3F5E7;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-cost__simulation .form_area {
    padding-top: 3.5rem;
    padding-bottom: 5.5rem;
  }
}
.p-cost__simulation .form_area .inner {
  max-width: 1080px;
}
.p-cost__simulation .form_area .result {
  background-color: #ffffff;
}
@media only screen and (min-width: 781px) {
  .p-cost__simulation .form_area .result {
    padding: 0.25em;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 780px) {
  .p-cost__simulation .form_area .result {
    padding: 1em;
  }
}
.p-cost__simulation .form_area .result .form-text {
  max-width: 49rem;
  margin: 0 1em;
  padding: 0.5em;
  font-size: 1.15em;
  font-weight: 700;
  text-align: right;
  pointer-events: none;
}
@media only screen and (max-width: 780px) {
  .p-cost__simulation .form_area .result .form-text {
    width: calc(100% - 1.5em);
    margin: 1em 0 0 0;
  }
}

.p-medical__message {
  padding-bottom: 11.2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-medical__message {
    padding-bottom: 6rem;
  }
}
.p-medical__message .fig {
  width: 42rem;
  position: absolute;
  top: 8rem;
  right: 78%;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-medical__message .fig {
    width: 14rem;
    top: 10%;
    right: auto;
    left: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .p-medical__message .inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-medical__message .inner:before {
    width: 11.8rem;
    height: 9.8rem;
    content: "";
    background-image: url("../img/medical/message_fig01.png");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
  }
}
@media only screen and (min-width: 1100px) {
  .p-medical__message .text {
    width: 55%;
  }
}
@media only screen and (max-width: 1099px) {
  .p-medical__message .text {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 780px) {
  .p-medical__message .text {
    margin-bottom: 2rem;
  }
}
.p-medical__message .text .midashi01 {
  font-size: 4.5rem;
}
@media only screen and (max-width: 780px) {
  .p-medical__message .text .midashi01 {
    font-size: 2.5rem;
  }
}
.p-medical__message .text p {
  font-size: 2.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 780px) {
  .p-medical__message .text p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1100px) {
  .p-medical__message .img {
    width: 41.5%;
  }
}
@media only screen and (max-width: 1099px) {
  .p-medical__message .img {
    text-align: center;
  }
  .p-medical__message .img img {
    width: 48.2rem;
  }
}
.p-medical__link {
  padding: 4rem 0;
  background-color: #83BC15;
}
@media only screen and (max-width: 780px) {
  .p-medical__link {
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-medical__link ul {
    margin-bottom: -3.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-medical__link ul {
    margin-bottom: -2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-medical__link ul li {
    width: 48.2%;
    margin-bottom: 3.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-medical__link ul li {
    margin-bottom: 2rem;
  }
}
.p-medical__link ul li a {
  width: 100%;
  padding: 0.75em;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  background-color: #ffffff;
  background-image: url("../img/icon_arrow09.png");
  background-repeat: no-repeat;
  background-size: 4.6rem auto;
  background-position: calc(100% - 1.6rem) center;
  box-shadow: 0 0.7rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.8rem;
  display: block;
}
@media only screen and (max-width: 1279px) {
  .p-medical__link ul li a {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 1099px) {
  .p-medical__link ul li a {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 1099px) and (max-width: 900px) {
  .p-medical__link ul li a {
    background-size: 4rem auto;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 1099px) and (max-width: 900px) and (max-width: 780px) {
  .p-medical__link ul li a {
    font-size: 1.8rem;
  }
}
.p-medical__link ul li a:hover {
  background-image: url("../img/icon_arrow08.png");
}
.p-medical__hospital {
  padding-bottom: 11.2rem;
}
@media only screen and (max-width: 780px) {
  .p-medical__hospital {
    padding-bottom: 6rem;
  }
}
.p-medical__hospital .headding {
  padding-top: 8rem;
  padding-bottom: 5.6rem;
  background-color: #F7F8F4;
}
@media only screen and (max-width: 780px) {
  .p-medical__hospital .headding {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}
.p-medical__hospital .headding .inner {
  max-width: 1080px;
}
.p-medical__hospital .headding p {
  font-size: 2.4rem;
  line-height: 1.8;
}
.p-medical__hospital .subttl {
  margin-bottom: 8.8rem;
  padding: 1em 0;
  color: #ffffff;
  background-color: #EF9851;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-medical__hospital .subttl {
    margin-bottom: 5rem;
  }
}
.p-medical__hospital .subttl:after {
  width: 0;
  height: 0;
  margin-left: -1.9rem;
  content: "";
  border-style: solid;
  border-width: 3.2rem 1.9rem 0 1.9rem;
  border-color: #EF9851 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
}
.p-medical__hospital .subttl .midashi02 {
  margin-bottom: 0.1em;
}
.p-medical__hospital .subttl .midashi02 span:before, .p-medical__hospital .subttl .midashi02 span:after {
  background-color: #ffffff;
}
.p-medical__hospital .subttl p {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-medical__hospital .subttl p {
    font-size: 1.8rem;
  }
}
.p-medical__hospital .subttl p a {
  text-decoration: underline;
  color: #ffffff;
}
.p-medical__hospital .content {
  padding-bottom: 11.2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-medical__hospital .content {
    padding-bottom: 6rem;
  }
}
.p-medical__hospital .content .inner {
  max-width: 1080px;
}
.p-medical__hospital .content ul li {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0.5rem 0.5rem 1rem #EAEDE1;
}
@media only screen and (max-width: 780px) {
  .p-medical__hospital .content ul li {
    padding: 2rem;
  }
}
.p-medical__hospital .content ul li + li {
  margin-top: 2.4rem;
}
.p-medical__hospital .content ul li h4 {
  margin-bottom: 0.8em;
  padding-left: 2em;
  padding-bottom: 0.4em;
  font-size: 3.4rem;
  font-weight: 700;
  background-image: url("../img/icon_check03.png");
  background-size: 1.17em auto;
  background-repeat: no-repeat;
  background-position: left 0.1em;
  border-bottom: solid 1px #D3DDC0;
}
@media only screen and (max-width: 780px) {
  .p-medical__hospital .content ul li h4 {
    font-size: 2.4rem;
  }
}
.p-medical__hospital .content ul li p {
  font-size: 2.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 780px) {
  .p-medical__hospital .content ul li p {
    font-size: 1.8rem;
  }
}
.p-medical__hospital .content2 {
  padding-top: 10rem;
}
@media only screen and (max-width: 780px) {
  .p-medical__hospital .content2 {
    padding-top: 5rem;
  }
}
.p-medical__hospital .content2 .img {
  margin-bottom: 9.6rem;
}
@media only screen and (max-width: 780px) {
  .p-medical__hospital .content2 .img {
    margin-bottom: 5rem;
  }
}
.p-medical__nursing-stations {
  padding-top: 8rem;
  padding-bottom: 11.2rem;
  background-color: #F7F8F4;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-medical__nursing-stations {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
.p-medical__nursing-stations .midashi01 + p {
  max-width: 1080px;
  margin: 0 auto 5.6rem auto;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 780px) {
  .p-medical__nursing-stations .midashi01 + p {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
}
.p-medical__nursing-stations ul {
  max-width: 1080px;
  margin: 0 auto 8.8rem auto;
}
.p-medical__nursing-stations ul li {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0.5rem 0.5rem 1rem #EAEDE1;
}
@media only screen and (max-width: 780px) {
  .p-medical__nursing-stations ul li {
    padding: 2rem;
  }
}
.p-medical__nursing-stations ul li + li {
  margin-top: 2.4rem;
}
.p-medical__nursing-stations ul li h3 {
  margin-bottom: 0.8em;
  padding-left: 2em;
  padding-bottom: 0.4em;
  font-size: 3.4rem;
  font-weight: 700;
  background-image: url("../img/icon_check03.png");
  background-size: 1.17em auto;
  background-repeat: no-repeat;
  background-position: left 0.1em;
  border-bottom: solid 1px #D3DDC0;
}
@media only screen and (max-width: 780px) {
  .p-medical__nursing-stations ul li h3 {
    font-size: 2.4rem;
  }
}
.p-medical__nursing-stations ul li p {
  font-size: 2.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 780px) {
  .p-medical__nursing-stations ul li p {
    font-size: 1.8rem;
  }
}
.p-medical__care-managers {
  padding-top: 8rem;
  padding-bottom: 11.2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-medical__care-managers {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
.p-medical__care-managers .fig01 {
  top: 0;
}
.p-medical__care-managers .midashi01 + p {
  max-width: 1080px;
  margin: 0 auto 5.6rem auto;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 780px) {
  .p-medical__care-managers .midashi01 + p {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
}
.p-medical__care-managers ul {
  max-width: 1080px;
  margin: 0 auto 8.8rem auto;
}
.p-medical__care-managers ul li {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0.5rem 0.5rem 1rem #EAEDE1;
}
@media only screen and (max-width: 780px) {
  .p-medical__care-managers ul li {
    padding: 2rem;
  }
}
.p-medical__care-managers ul li + li {
  margin-top: 2.4rem;
}
.p-medical__care-managers ul li h3 {
  margin-bottom: 0.8em;
  padding-left: 2em;
  padding-bottom: 0.4em;
  font-size: 3.4rem;
  font-weight: 700;
  background-image: url("../img/icon_check03.png");
  background-size: 1.17em auto;
  background-repeat: no-repeat;
  background-position: left 0.1em;
  border-bottom: solid 1px #D3DDC0;
}
@media only screen and (max-width: 780px) {
  .p-medical__care-managers ul li h3 {
    font-size: 2.4rem;
  }
}
.p-medical__care-managers ul li p {
  font-size: 2.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 780px) {
  .p-medical__care-managers ul li p {
    font-size: 1.8rem;
  }
}
.p-medical__member {
  padding-top: 8rem;
  padding-bottom: 11.2rem;
  background-color: #F3F5E7;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-medical__member {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
.p-medical__member .midashi01 + p {
  max-width: 1080px;
  margin: 0 auto 5.6rem auto;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 780px) {
  .p-medical__member .midashi01 + p {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
}
.p-medical__member ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 781px) {
  .p-medical__member ul li {
    width: 23.4%;
    margin: 0 2.13% 4.8rem 0;
  }
  .p-medical__member ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-medical__member ul li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .p-medical__member ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-medical__member ul li .img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
  aspect-ratio: 272/276;
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-medical__member ul li .img > img, .p-medical__member ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-medical__member ul li .text {
  text-align: center;
}
.p-medical__member ul li .text .yakusyoku {
  font-size: 2.2rem;
  line-height: 1.2;
  color: #83BC15;
}
@media only screen and (max-width: 780px) {
  .p-medical__member ul li .text .yakusyoku {
    font-size: 1.6rem;
  }
}
.p-medical__member ul li .text .name {
  font-size: 3.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-medical__member ul li .text .name {
    font-size: 2.2rem;
  }
}
.p-medical__member ul li .text .annotation {
  font-size: 2.2rem;
  line-height: 1.2;
  color: #817F74;
}
@media only screen and (max-width: 780px) {
  .p-medical__member ul li .text .annotation {
    font-size: 1.6rem;
  }
}
.p-medical__others {
  padding-top: 8rem;
  padding-bottom: 11.2rem;
}
@media only screen and (max-width: 780px) {
  .p-medical__others {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
.p-medical__download_document {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 4rem 4rem 4rem;
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0.5rem 0.5rem 1rem #EAEDE1;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-medical__download_document {
    padding: 0 2rem 2rem 2rem;
  }
}
.p-medical__download_document dt {
  width: calc(100% + 8rem);
  margin: 0 -4rem;
  padding: 4rem;
  color: #ffffff;
  background-color: #83BC15;
}
@media only screen and (max-width: 780px) {
  .p-medical__download_document dt {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    padding: 2rem;
  }
}
.p-medical__download_document dt h3 {
  padding-left: 1.8em;
  font-size: 3.4rem;
  font-weight: 700;
  background-image: url("../img/icon_check04.png");
  background-size: 1.17em auto;
  background-repeat: no-repeat;
  background-position: left 0.1em;
}
@media only screen and (max-width: 780px) {
  .p-medical__download_document dt h3 {
    font-size: 2.4rem;
  }
}
.p-medical__download_document dt h3 + p {
  margin-top: 0.5em;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media only screen and (max-width: 780px) {
  .p-medical__download_document dt h3 + p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 901px) {
  .p-medical__download_document dd {
    margin-top: 4rem;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 900px) {
  .p-medical__download_document dd {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 901px) {
  .p-medical__download_document dd .text {
    width: 70%;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  .p-medical__download_document dd .text {
    width: 60%;
  }
}
.p-medical__download_document dd .text .document_name {
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-medical__download_document dd .text .document_name {
    font-size: 2.2rem;
  }
}
.p-medical__download_document dd .text .annotation {
  font-size: 2.2rem;
}
@media only screen and (max-width: 780px) {
  .p-medical__download_document dd .text .annotation {
    font-size: 1.6rem;
  }
}
.p-medical__download_document dd .text .meta {
  margin-top: 1em;
  padding-top: 1em;
  font-size: 2.2rem;
  border-top: solid 1px #D3DDC0;
}
@media only screen and (min-width: 781px) {
  .p-medical__download_document dd .text .meta {
    letter-spacing: -0.4em;
  }
  .p-medical__download_document dd .text .meta > * {
    display: inline-block;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 780px) {
  .p-medical__download_document dd .text .meta {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-medical__download_document dd .text .meta .date {
    margin-right: 1em;
  }
}
.p-medical__download_document dd .text .meta .file_info span {
  margin-left: 1em;
  font-size: 0.9em;
  color: #D3DDC0;
  display: inline-block;
}
.p-medical__download_document dd .btn {
  font-size: 3rem;
}
@media only screen and (min-width: 901px) {
  .p-medical__download_document dd .btn {
    width: 30%;
    padding-left: 1em;
    text-align: right;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  .p-medical__download_document dd .btn {
    width: 40%;
  }
}
@media only screen and (max-width: 900px) {
  .p-medical__download_document dd .btn {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 900px) and (max-width: 780px) {
  .p-medical__download_document dd .btn {
    font-size: 2.2rem;
  }
}
.p-medical__download_document dd .btn a {
  padding: 0.5em 2.6em 0.5em 0;
  background-image: url("../img/icon_dl01.png");
  background-size: 1.86em auto;
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
}
.p-medical__download_document dd .btn a:hover {
  background-image: url("../img/icon_dl02.png");
}

.p-whats__intro {
  padding-bottom: 11.2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-whats__intro {
    padding-bottom: 6rem;
  }
}
.p-whats__intro .img {
  width: 112.7rem;
  position: absolute;
  left: 41.3%;
  top: -16.3rem;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-whats__intro .img {
    width: 39rem;
    height: 30rem;
    overflow: hidden;
    top: -10rem;
    left: auto;
    right: 0;
  }
  .p-whats__intro .img > img, .p-whats__intro .img > video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-whats__intro .img img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
}
.p-whats__intro .midashi01 + p {
  margin-bottom: 3em;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 780px) {
  .p-whats__intro .midashi01 + p {
    margin-bottom: 2em;
    font-size: 1.8rem;
  }
}
.p-whats__intro .box {
  padding: 4rem;
  background-color: #F7F8F4;
  border-radius: 4rem;
}
@media only screen and (max-width: 780px) {
  .p-whats__intro .box {
    padding: 2rem;
  }
}
.p-whats__intro .box + p {
  margin-top: 1.8em;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 780px) {
  .p-whats__intro .box + p {
    font-size: 1.8rem;
  }
}
.p-whats__intro .box h3 {
  margin-bottom: 0.6em;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-whats__intro .box h3 {
    font-size: 2.4rem;
  }
}
.p-whats__intro .box h3 span {
  color: #98CE32;
}
@media only screen and (min-width: 781px) {
  .p-whats__intro .box .style_list {
    display: flex;
    justify-content: space-between;
  }
}
.p-whats__intro .box .style_list > li {
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0.5rem 0.5rem 1rem #EAEDE1;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-whats__intro .box .style_list > li {
    width: 48.8%;
  }
}
@media only screen and (max-width: 780px) {
  .p-whats__intro .box .style_list > li:nth-child(2) {
    margin-top: 2rem;
  }
}
.p-whats__intro .box .style_list > li:nth-child(2) dl dt {
  background-color: #98CE32;
}
.p-whats__intro .box .style_list > li:nth-child(2) dl dd > ul > li:before {
  background-image: url("../img/icon_check02.png");
}
.p-whats__intro .box .style_list > li dl dt {
  padding: 0.3em;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #EF9851;
}
@media only screen and (max-width: 780px) {
  .p-whats__intro .box .style_list > li dl dt {
    font-size: 2rem;
  }
}
.p-whats__intro .box .style_list > li dl dd {
  padding: 2.4rem;
}
@media only screen and (max-width: 780px) {
  .p-whats__intro .box .style_list > li dl dd {
    padding: 1.2rem;
  }
}
.p-whats__intro .box .style_list > li dl dd > ul > li {
  padding-left: 1.6em;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 780px) {
  .p-whats__intro .box .style_list > li dl dd > ul > li {
    font-size: 1.8rem;
  }
}
.p-whats__intro .box .style_list > li dl dd > ul > li:before {
  width: 1em;
  height: 1em;
  margin: 0 0.6em 0 -1.6em;
  content: "";
  background-image: url("../img/icon_check01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.1em;
}
.p-whats__intro .box .style_list > li dl dd > ul > li + li {
  margin-top: 0.5em;
}
.p-whats__intro .box .style_list > li dl dd > ul > li ul {
  margin-top: 0.5em;
}
.p-whats__intro .box .style_list > li dl dd > ul > li ul li {
  padding-left: 1em;
  font-size: 0.9em;
  font-weight: 500;
}
.p-whats__intro .box .style_list > li dl dd > ul > li ul li:before {
  width: 1em;
  margin-left: -1em;
  content: "・";
  display: inline-block;
}
.p-whats__syochi {
  padding-bottom: 11.2rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 780px) {
  .p-whats__syochi {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-whats__syochi .fig03 {
    top: -1rem;
  }
}
.p-whats__syochi .inner {
  position: relative;
}
.p-whats__syochi .inner .fig {
  width: 15rem;
  position: absolute;
  top: -8.5rem;
  left: 100%;
}
.p-whats__syochi .img {
  max-width: 1080px;
  margin: 0 auto;
}
.p-whats__cost {
  padding-bottom: 11.2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-whats__cost {
    padding-bottom: 6rem;
  }
}
.p-whats__cost .ttl {
  margin-bottom: 1.1em;
  padding: 0.25em 0.5em;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #EF9851;
  border-radius: 1rem;
}
@media only screen and (max-width: 1279px) {
  .p-whats__cost .ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 1099px) {
  .p-whats__cost .ttl {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 1099px) and (max-width: 780px) {
  .p-whats__cost .ttl {
    font-size: 2.4rem;
  }
}
.p-whats__cost .ttl span {
  margin: 0 0.25em;
  padding: 0.1em 0.25em 0.2em 0.25em;
  font-size: 1.47em;
  line-height: 1;
  color: #312C24;
  background-color: #ffffff;
  border-radius: 1rem;
  display: inline-block;
  vertical-align: -0.12em;
}
.p-whats__cost .ttl small {
  font-size: 0.66em;
  display: inline-block;
  vertical-align: 0.15em;
}
.p-whats__cost p {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 780px) {
  .p-whats__cost p {
    font-size: 1.8rem;
  }
}
.p-whats__cost p + p {
  margin-top: 1em;
}
.p-whats__cost p b {
  font-size: 1.25em;
  font-weight: 700;
}
.p-whats__cost .box {
  margin: 4rem 0 5.6rem 0;
  padding: 4rem;
  background-color: #F7F8F4;
  border-radius: 4rem;
}
@media only screen and (max-width: 780px) {
  .p-whats__cost .box {
    margin: 2rem 0 3rem 0;
    padding: 2rem;
  }
}
.p-whats__cost .box > ul {
  display: flex;
  justify-content: space-between;
}
.p-whats__cost .box > ul > li {
  border-radius: 2rem;
}
.p-whats__cost .box > ul > li:first-child {
  background-color: #399ECB;
}
@media only screen and (min-width: 781px) {
  .p-whats__cost .box > ul > li:first-child ul {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-whats__cost .box > ul > li:first-child ul li {
    width: 19.9rem;
    max-width: 30.7%;
  }
}
.p-whats__cost .box > ul > li:last-child {
  background-color: #6EB229;
}
@media only screen and (min-width: 781px) {
  .p-whats__cost .box > ul > li:last-child ul li {
    width: 19.9rem;
    max-width: 64.79%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 781px) {
  .p-whats__cost .box > ul > li {
    padding: 4rem 2rem;
  }
  .p-whats__cost .box > ul > li:first-child {
    width: 63.7%;
  }
  .p-whats__cost .box > ul > li:last-child {
    width: 32.5%;
  }
}
@media only screen and (max-width: 780px) {
  .p-whats__cost .box > ul > li {
    width: 48%;
    padding: 2rem;
  }
}
.p-whats__cost .box > ul > li h3 {
  margin-bottom: 0.7em;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-whats__cost .box > ul > li h3 {
    font-size: 2rem;
  }
}
.p-whats__cost .box > ul > li ul li {
  height: auto;
  padding-top: 3rem;
  aspect-ratio: 1/1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
}
@media only screen and (max-width: 780px) {
  .p-whats__cost .box > ul > li ul li {
    width: 20rem;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 2.5vw;
  }
  .p-whats__cost .box > ul > li ul li + li {
    margin-top: 2rem;
  }
}
.p-whats__cost .box > ul > li ul li .img {
  width: 51%;
  margin: 0 auto 0.5em auto;
}
.p-whats__cost .box > ul > li ul li p {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.1;
}
@media only screen and (max-width: 900px) {
  .p-whats__cost .box > ul > li ul li p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 900px) and (max-width: 780px) {
  .p-whats__cost .box > ul > li ul li p {
    font-size: 4vw;
  }
}
.p-whats__cost .box > ul > li ul li p span {
  font-size: 0.7em;
  font-weight: 500;
  display: block;
}
.p-whats__cost .cost_img {
  margin: 5.6rem 0 3.2rem 0;
}
@media only screen and (max-width: 780px) {
  .p-whats__cost .cost_img {
    margin: 3rem 0 1.5rem 0;
  }
}
.p-whats__cost .annotation {
  font-size: 2rem;
}
@media only screen and (max-width: 780px) {
  .p-whats__cost .annotation {
    font-size: 1.6rem;
  }
}
.p-whats__cost .annotation li + li {
  margin-top: 0.3em;
}
.p-whats__price {
  padding-top: 5.6rem;
  padding-bottom: 11.2rem;
  background-color: #F7F8F4;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-whats__price {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
.p-whats__price .price_img {
  margin-bottom: 8.6rem;
}
@media only screen and (max-width: 780px) {
  .p-whats__price .price_img {
    margin-bottom: 4.5rem;
  }
}
.p-whats__price .price_img li + li {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 780px) {
  .p-whats__price .price_img li + li {
    margin-top: 3rem;
  }
}
.p-whats__price .btn {
  margin-bottom: 11.2rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-whats__price .btn {
    margin-bottom: 5rem;
  }
}
.p-whats__price .btn a {
  width: 66.4rem;
  max-width: 80%;
  padding: 0.66em;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #E57F35;
  background-image: url("../img/icon_arrow10.png");
  background-repeat: no-repeat;
  background-size: 4.6rem auto;
  background-position: calc(100% - 1.6rem) center;
  box-shadow: 0 0.7rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 1.6rem;
  display: inline-block;
}
@media only screen and (max-width: 1279px) {
  .p-whats__price .btn a {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 1099px) {
  .p-whats__price .btn a {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 1099px) and (max-width: 900px) {
  .p-whats__price .btn a {
    background-size: 4rem auto;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 1099px) and (max-width: 900px) and (max-width: 780px) {
  .p-whats__price .btn a {
    font-size: 1.8rem;
  }
}
.p-whats__price .btn a:hover {
  background-image: url("../img/icon_arrow11.png");
}
.p-whats__price h3 {
  margin-bottom: 1.4em;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-whats__price h3 {
    font-size: 2.2rem;
  }
}
.p-whats__price ol {
  max-width: 1080px;
  margin: 0 auto 4rem auto;
  counter-reset: num;
}
@media only screen and (max-width: 780px) {
  .p-whats__price ol {
    margin-bottom: 2rem;
  }
}
.p-whats__price ol li {
  counter-increment: num;
}
.p-whats__price ol li + li {
  margin-top: 3rem;
}
@media only screen and (max-width: 780px) {
  .p-whats__price ol li + li {
    margin-top: 1.5rem;
  }
}
.p-whats__price ol li h4 {
  margin-bottom: 0.7em;
  padding-left: 1.5em;
  font-size: 2.6rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-whats__price ol li h4 {
    font-size: 2.2rem;
  }
}
.p-whats__price ol li h4:before {
  width: 1.36em;
  height: 1.36em;
  content: counter(num);
  font-size: 0.7em;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  background-color: #EF9851;
  border-radius: 0.5rem;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.p-whats__price ol li p {
  font-size: 2.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 780px) {
  .p-whats__price ol li p {
    font-size: 1.8rem;
  }
}
.p-whats__price .annotation {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 2rem;
}
.p-whats__madoguchi {
  padding: 4rem 0;
  background-image: url("../img/whats/madoguchi_bg.jpg");
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 780px) {
  .p-whats__madoguchi {
    padding: 2rem;
  }
}
.p-whats__madoguchi .inner {
  background-color: #ffffff;
  border-radius: 2rem;
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-whats__madoguchi .inner {
    max-width: 86.4rem;
    padding: 4rem;
  }
  .p-whats__madoguchi .inner:before {
    width: 15rem;
    height: 17.3rem;
    content: "";
    background-image: url("../img/whats/madoguchi_fig01.png");
    background-size: cover;
    position: absolute;
    top: 13rem;
    left: -11rem;
  }
  .p-whats__madoguchi .inner:after {
    width: 12.1rem;
    height: 11.1rem;
    content: "";
    background-image: url("../img/whats/madoguchi_fig02.png");
    background-size: cover;
    position: absolute;
    top: 4rem;
    right: 1.5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-whats__madoguchi .inner {
    padding: 2rem;
  }
}
.p-whats__madoguchi .inner h2 {
  margin-bottom: 0.25em;
  font-size: 5rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-whats__madoguchi .inner h2 {
    font-size: 2.5rem;
  }
}
.p-whats__madoguchi .inner p {
  margin-bottom: 1em;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 780px) {
  .p-whats__madoguchi .inner p {
    font-size: 1.8rem;
  }
}
.p-whats__madoguchi .inner .btn {
  text-align: center;
  position: relative;
  z-index: 10;
}
.p-whats__madoguchi .inner .btn a {
  width: 49.7rem;
  max-width: 80%;
  padding: 0.66em;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #98CE32;
  box-shadow: 0 0.7rem 0 #6F9B19;
  border-radius: 1.6rem;
  display: inline-block;
}
@media only screen and (max-width: 1279px) {
  .p-whats__madoguchi .inner .btn a {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 1099px) {
  .p-whats__madoguchi .inner .btn a {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 1099px) and (max-width: 900px) {
  .p-whats__madoguchi .inner .btn a {
    background-size: 4rem auto;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 1099px) and (max-width: 900px) and (max-width: 780px) {
  .p-whats__madoguchi .inner .btn a {
    font-size: 1.8rem;
  }
}
.p-whats__madoguchi .inner .btn a:hover {
  background-color: #83BC15;
}

.p-clinic_detail.type1 .p-clinic_detail__headding:before {
  background-image: url("../img/clinic/headding_bg01.jpg");
}
.p-clinic_detail.type1 .p-clinic_detail__madoguchi {
  background-image: url("../img/clinic/toiawase_bg01.jpg");
}
.p-clinic_detail.type1 .midashi01 span {
  color: #82BC14;
}
.p-clinic_detail.type1 .area_subTtl {
  background-color: #ECF2D8;
  border-left-color: #98CE32 !important;
}
.p-clinic_detail.type1 .staff_name {
  color: #98CE32;
}
.p-clinic_detail.type1 .staff_name span {
  color: #CCD6B9;
}
.p-clinic_detail.type2 .p-clinic_detail__headding:before {
  background-image: url("../img/clinic/headding_bg02.jpg");
}
.p-clinic_detail.type2 .p-clinic_detail__madoguchi {
  background-image: url("../img/clinic/toiawase_bg02.jpg");
}
.p-clinic_detail.type2 .midashi01 span {
  color: #82BC14;
}
.p-clinic_detail.type2 .area_subTtl {
  background-color: #ECF2D8;
  border-left-color: #98CE32 !important;
}
.p-clinic_detail.type2 .staff_name {
  color: #98CE32;
}
.p-clinic_detail.type2 .staff_name span {
  color: #CCD6B9;
}
.p-clinic_detail.type3 .p-clinic_detail__headding:before {
  background-image: url("../img/clinic/headding_bg03.jpg");
}
.p-clinic_detail.type3 .p-clinic_detail__madoguchi {
  background-image: url("../img/clinic/toiawase_bg03.jpg");
}
.p-clinic_detail.type3 .midashi01 span {
  color: #82BC14;
}
.p-clinic_detail.type3 .area_subTtl {
  background-color: #ECF2D8;
  border-left-color: #98CE32 !important;
}
.p-clinic_detail.type3 .staff_name {
  color: #98CE32;
}
.p-clinic_detail.type3 .staff_name span {
  color: #CCD6B9;
}
.p-clinic_detail.type4 .p-clinic_detail__headding:before {
  background-image: url("../img/clinic/headding_bg04.jpg");
}
.p-clinic_detail.type4 .p-clinic_detail__madoguchi {
  background-image: url("../img/clinic/toiawase_bg04.jpg");
}
.p-clinic_detail.type4 .midashi01 span {
  color: #82BC14;
}
.p-clinic_detail.type4 .area_subTtl {
  background-color: #ECF2D8;
  border-left-color: #98CE32 !important;
}
.p-clinic_detail.type4 .staff_name {
  color: #98CE32;
}
.p-clinic_detail.type4 .staff_name span {
  color: #CCD6B9;
}
.p-clinic_detail.type5 .p-clinic_detail__headding:before {
  background-image: url("../img/clinic/headding_bg05.jpg");
}
.p-clinic_detail.type5 .p-clinic_detail__madoguchi {
  background-image: url("../img/clinic/toiawase_bg05.jpg");
}
.p-clinic_detail.type5 .midashi01 span {
  color: #82BC14;
}
.p-clinic_detail.type5 .area_subTtl {
  background-color: #ECF2D8;
  border-left-color: #98CE32 !important;
}
.p-clinic_detail.type5 .staff_name {
  color: #98CE32;
}
.p-clinic_detail.type5 .staff_name span {
  color: #CCD6B9;
}
.p-clinic_detail.type6 .p-clinic_detail__headding:before {
  background-image: url("../img/clinic/headding_bg06.jpg");
}
.p-clinic_detail.type6 .p-clinic_detail__madoguchi {
  background-image: url("../img/clinic/toiawase_bg06.jpg");
}
.p-clinic_detail.type6 .midashi01 span {
  color: #82BC14;
}
.p-clinic_detail.type6 .area_subTtl {
  background-color: #ECF2D8;
  border-left-color: #98CE32 !important;
}
.p-clinic_detail.type6 .staff_name {
  color: #98CE32;
}
.p-clinic_detail.type6 .staff_name span {
  color: #CCD6B9;
}
.p-clinic_detail__headding {
  width: 100%;
  height: 64rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__headding {
    height: auto;
  }
}
.p-clinic_detail__headding:before {
  width: 50%;
  height: 100%;
  content: "";
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__headding:before {
    width: 100%;
    height: 25rem;
  }
}
.p-clinic_detail__headding .icatch {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
.p-clinic_detail__headding .icatch > img, .p-clinic_detail__headding .icatch > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__headding .icatch {
    width: 100%;
    height: 25rem;
    position: static;
  }
}
.p-clinic_detail__headding .text {
  width: 50%;
  padding-top: 16.4rem;
  color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__headding .text {
    width: 100%;
    height: 25rem;
    padding-top: 4rem;
  }
}
.p-clinic_detail__headding .text h2 {
  margin-bottom: 0.6em;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.15;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__headding .text h2 {
    margin-bottom: 1em;
    font-size: 2.8rem;
  }
}
.p-clinic_detail__headding .text h2 span {
  margin-bottom: 0.25em;
  font-family: "Poppins", sans-serif;
  font-size: 0.6em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.p-clinic_detail__headding .text .tel {
  min-width: 38rem;
  text-align: center;
  color: #312C24;
  background-color: #ffffff;
  border-radius: 0.8rem;
  display: inline-block;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__headding .text .tel {
    width: 80%;
    max-width: 40rem;
    min-width: 0;
  }
}
.p-clinic_detail__headding .text .tel dt {
  font-size: 2.4rem;
  background-color: #EAEAEA;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__headding .text .tel dt {
    font-size: 2rem;
  }
}
.p-clinic_detail__headding .text .tel dd {
  padding: 0.2em;
  font-family: "Poppins", sans-serif;
  font-size: 3.5rem;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__headding .text .tel dd {
    font-size: 2.2rem;
  }
}
.p-clinic_detail__headding .text .tel dd a {
  display: inline-block;
}
.p-clinic_detail__headding .text .tel dd a:before {
  width: 0.94em;
  height: 0.94em;
  margin-right: 0.25em;
  content: "";
  background-image: url("../img/icon_tel01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.1em;
}
.p-clinic_detail .pankuzu {
  margin-bottom: 0 !important;
  padding: 4.8rem 0 8rem 0;
  background-color: #F7F8F4;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail .pankuzu {
    padding: 2.4rem 0 4rem 0;
  }
}
.p-clinic_detail__area {
  margin-bottom: 11.2rem;
  padding-bottom: 12rem;
  background-color: #F7F8F4;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__area {
    margin-bottom: 6rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-clinic_detail__area .flex {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 781px) {
  .p-clinic_detail__area .flex .text {
    width: 45%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__area .flex .text {
    margin-bottom: 2rem;
  }
}
.p-clinic_detail__area .flex .text .area_subTtl {
  margin-bottom: 1em;
  padding: 0.1em 0.5em 0.1em 1em;
  font-size: 3rem;
  font-weight: 700;
  border-left: solid 0.5rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__area .flex .text .area_subTtl {
    font-size: 2rem;
  }
}
.p-clinic_detail__area .flex .text h4 {
  margin-bottom: 0.57em;
  font-size: 2.8rem;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__area .flex .text h4 {
    font-size: 2rem;
  }
}
.p-clinic_detail__area .flex .text p {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__area .flex .text p {
    font-size: 1.8rem;
  }
}
.p-clinic_detail__area .flex .map {
  height: auto;
  background-color: #ffffff;
  border-radius: 2rem;
  aspect-ratio: 588/460;
  overflow: hidden;
}
.p-clinic_detail__area .flex .map > img, .p-clinic_detail__area .flex .map > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 781px) {
  .p-clinic_detail__area .flex .map {
    width: 50%;
    border: solid 2.4rem #ffffff;
  }
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__area .flex .map {
    border: solid 1.5rem #ffffff;
  }
}
.p-clinic_detail__area .flex .map img {
  border-radius: 1.6rem;
}
.p-clinic_detail__staff {
  padding-bottom: 11.2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__staff {
    padding-bottom: 6rem;
  }
}
.p-clinic_detail__staff ul li {
  background-color: #ffffff;
  border: solid 0.2rem #E4E8D6;
  border-radius: 2rem;
}
@media only screen and (min-width: 781px) {
  .p-clinic_detail__staff ul li {
    padding: 4rem;
    display: flex;
    align-items: flex-start;
  }
  .p-clinic_detail__staff ul li + li {
    margin-top: 3.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__staff ul li {
    padding: 2rem;
  }
  .p-clinic_detail__staff ul li + li {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-clinic_detail__staff ul li .img {
    width: 23.4rem;
    height: 30.6rem;
    margin-right: 5.6rem;
    overflow: hidden;
    border-radius: 1rem;
  }
  .p-clinic_detail__staff ul li .img > img, .p-clinic_detail__staff ul li .img > video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__staff ul li .img {
    margin-bottom: 2rem;
    text-align: center;
  }
  .p-clinic_detail__staff ul li .img img {
    max-width: 80%;
    border-radius: 1rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-clinic_detail__staff ul li .text {
    width: calc(100% - 29rem);
  }
}
.p-clinic_detail__staff ul li .text .position {
  margin-bottom: 0.28em;
  font-size: 2.8rem;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__staff ul li .text .position {
    font-size: 2rem;
  }
}
.p-clinic_detail__staff ul li .text .staff_name {
  margin-bottom: 1.3em;
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__staff ul li .text .staff_name {
    font-size: 2.4rem;
  }
}
.p-clinic_detail__staff ul li .text .staff_name span {
  margin-left: 1em;
  font-size: 0.66em;
  font-weight: 500;
  display: inline-block;
  vertical-align: 0;
}
.p-clinic_detail__staff ul li .text dl dt {
  margin-bottom: 0.8em;
  font-size: 2.8rem;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__staff ul li .text dl dt {
    font-size: 2rem;
  }
}
.p-clinic_detail__staff ul li .text dl dd {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__staff ul li .text dl dd {
    font-size: 1.8rem;
  }
}
.p-clinic_detail__staff ul li .text dl dd + dt {
  margin-top: 1.1em;
}
.p-clinic_detail__syochi {
  padding-bottom: 11.2rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__syochi {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-clinic_detail__syochi .fig03 {
    top: -1rem;
  }
}
.p-clinic_detail__syochi .inner {
  position: relative;
}
.p-clinic_detail__syochi .inner .fig {
  width: 15rem;
  position: absolute;
  top: -8.5rem;
  left: 100%;
}
.p-clinic_detail__syochi .img {
  max-width: 1080px;
  margin: 0 auto;
}
.p-clinic_detail__overview {
  padding-bottom: 11.2rem;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__overview {
    padding-bottom: 6rem;
  }
}
.p-clinic_detail__overview .bg {
  margin-top: 12.8rem;
  padding: 8.8rem 0;
  background-color: #F7F8F4;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__overview .bg {
    margin-top: 6rem;
    padding: 4.4rem 0;
  }
}
.p-clinic_detail__overview .bg .fig02 {
  width: 40rem;
  right: 79.1%;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__overview .bg .fig02 {
    width: 20rem;
  }
}
.p-clinic_detail__overview .bg table {
  background-color: #ffffff;
}
.p-clinic_detail__overview .bg table th, .p-clinic_detail__overview .bg table td {
  border: solid 1px #E4E8D6;
}
.p-clinic_detail__overview .bg table th {
  width: 21.5%;
  padding-left: 2em;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__overview .bg table th {
    width: 34%;
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
}
.p-clinic_detail__overview .bg table td {
  padding-left: 1.85em;
  padding-right: 1.85em;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__overview .bg table td {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
}
.p-clinic_detail__overview .inner {
  max-width: 1000px;
}
.p-clinic_detail__overview table {
  width: 100%;
}
.p-clinic_detail__overview table th, .p-clinic_detail__overview table td {
  padding: 1.75em 0;
  font-size: 2.4rem;
  vertical-align: top;
  border-bottom: solid 1px #E4E8D6;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__overview table th, .p-clinic_detail__overview table td {
    padding: 1.5em 0;
    font-size: 1.8rem;
  }
}
.p-clinic_detail__overview table th {
  width: 34%;
  padding: 1.48em 0;
  font-size: 2.7rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__overview table th {
    padding: 1.5em 0;
    font-size: 1.8rem;
  }
}
.p-clinic_detail__overview table .time_content {
  padding-top: 1.1em;
  padding-bottom: 1.1em;
}
.p-clinic_detail__overview .time {
  font-family: "Poppins", sans-serif;
  font-size: 4.6rem;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__overview .time {
    font-size: 3rem;
    display: block;
  }
}
.p-clinic_detail__overview .kinkyu {
  margin-left: 1em;
  padding: 0.1em 0.5em;
  color: #ffffff;
  background-color: #E57F35;
  border-radius: 0.6rem;
  display: inline-block;
  vertical-align: 0.2em;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__overview .kinkyu {
    margin-left: 0;
  }
}
.p-clinic_detail__madoguchi {
  padding: 4rem 0;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__madoguchi {
    padding: 2rem;
  }
}
.p-clinic_detail__madoguchi .inner {
  background-color: #ffffff;
  border-radius: 2rem;
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-clinic_detail__madoguchi .inner {
    max-width: 86.4rem;
    padding: 4rem;
  }
  .p-clinic_detail__madoguchi .inner:before {
    width: 15rem;
    height: 17.3rem;
    content: "";
    background-image: url("../img/clinic/toiawase_fig01.png");
    background-size: cover;
    position: absolute;
    bottom: 4rem;
    left: -11rem;
  }
  .p-clinic_detail__madoguchi .inner:after {
    width: 12.1rem;
    height: 11.1rem;
    content: "";
    background-image: url("../img/clinic/toiawase_fig02.png");
    background-size: cover;
    position: absolute;
    top: 4rem;
    right: 1.5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__madoguchi .inner {
    padding: 2rem;
  }
}
.p-clinic_detail__madoguchi .inner h2 {
  margin-bottom: 0.25em;
  font-size: 5rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__madoguchi .inner h2 {
    font-size: 2.5rem;
  }
}
.p-clinic_detail__madoguchi .inner p {
  margin-bottom: 1em;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__madoguchi .inner p {
    font-size: 1.8rem;
  }
}
.p-clinic_detail__madoguchi .inner .tel, .p-clinic_detail__madoguchi .inner .fax {
  font-family: "Poppins", sans-serif;
  font-size: 6.5rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__madoguchi .inner .tel, .p-clinic_detail__madoguchi .inner .fax {
    font-size: 2.8rem;
  }
}
.p-clinic_detail__madoguchi .inner .tel a, .p-clinic_detail__madoguchi .inner .tel span, .p-clinic_detail__madoguchi .inner .fax a, .p-clinic_detail__madoguchi .inner .fax span {
  padding-left: 8rem;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__madoguchi .inner .tel a, .p-clinic_detail__madoguchi .inner .tel span, .p-clinic_detail__madoguchi .inner .fax a, .p-clinic_detail__madoguchi .inner .fax span {
    padding-left: 4rem;
  }
}
.p-clinic_detail__madoguchi .inner .tel a:before, .p-clinic_detail__madoguchi .inner .tel span:before, .p-clinic_detail__madoguchi .inner .fax a:before, .p-clinic_detail__madoguchi .inner .fax span:before {
  content: "";
  background-size: cover;
  display: inline-block;
  vertical-align: -0.1em;
}
.p-clinic_detail__madoguchi .inner .tel a:before, .p-clinic_detail__madoguchi .inner .tel span:before {
  width: 5.7rem;
  height: 5.7rem;
  margin: 0 2.3rem 0 -8rem;
  background-image: url("../img/icon_tel01.png");
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__madoguchi .inner .tel a:before, .p-clinic_detail__madoguchi .inner .tel span:before {
    width: 3rem;
    height: 3rem;
    margin: 0 1rem 0 -4rem;
  }
}
.p-clinic_detail__madoguchi .inner .fax:before {
  width: 90%;
  max-width: 40rem;
  height: 1px;
  margin: 1.6rem auto;
  content: "";
  background-color: #E4E8D6;
  display: block;
}
.p-clinic_detail__madoguchi .inner .fax a:before, .p-clinic_detail__madoguchi .inner .fax span:before {
  width: 6.1rem;
  height: 6.1rem;
  margin: 0 1.9rem 0 -8rem;
  background-image: url("../img/icon_fax01.png");
}
@media only screen and (max-width: 780px) {
  .p-clinic_detail__madoguchi .inner .fax a:before, .p-clinic_detail__madoguchi .inner .fax span:before {
    width: 3rem;
    height: 3rem;
    margin: 0 1rem 0 -4rem;
  }
}

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

.bold {
  font-weight: 700;
}

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