@charset "UTF-8";
/* Foundation */
/*
// DNP 秀英丸ゴシック Std B
.shuei-b {
  font-family: foundation.$shuei;
  font-weight: foundation.$font-600;
  font-style: foundation.$font-n;
}

// DNP 秀英丸ゴシック Std L
.shuei-l {
  font-family: foundation.$shuei;
  font-weight: foundation.$font-400;
  font-style: foundation.$font-n;
}

// Barlow Condensed ExtraLight Italic
.barlow {
  font-family: foundation.$barlow;
  font-weight: foundation.$font-200;
  font-style: foundation.$font-i;
}
*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0;
  color: #3c3c3c;
}
body.popup-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

* {
  caret-color: transparent;
}

*:focus {
  outline: none;
}

dt {
  font-weight: unset;
}

input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.c-symbol {
  display: none;
}

.c-hidden {
  display: none !important;
}

.c-disabled {
  pointer-events: none;
}
.c-disabled__text {
  font-size: 0.63em;
}

.c-text__pos {
  position: relative;
  bottom: -0.1em;
}
.c-text__pos--confirmed {
  position: relative;
  bottom: -0.15em;
}

.iphone .c-text__pos {
  bottom: 0;
}

.mac .c-text__pos {
  bottom: 0;
}

/* Layout */
/* Foundation */
.l-header {
  position: relative;
  width: 100%;
}

.l-header-sp {
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: clamp(65px, 17.25vw, 105px);
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .l-header-sp {
    display: none;
  }
}
.l-header-sp__logo {
  position: relative;
  display: block;
  width: 75%;
  height: 95%;
  padding-left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header-sp__logo {
    width: 70%;
  }
}
.l-header-sp__button {
  position: relative;
  background: -webkit-gradient(linear, right top, left bottom, from(#c4d700), to(#31b6a0));
  background: linear-gradient(to bottom left, #c4d700, #31b6a0);
  display: block;
  width: calc(clamp(65px, 17.25vw, 105px) * 0.8);
  height: clamp(65px, 17.25vw, 105px);
}
.l-header-sp__button__inner {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.l-header-sp__button__line {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  background-color: #ffffff;
  width: 55%;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.l-header-sp__button__line:nth-of-type(1) {
  top: 25%;
}
.l-header-sp__button__line:nth-of-type(2) {
  top: 40%;
}
.l-header-sp__button__line:nth-of-type(3) {
  top: 55%;
}
.l-header-sp__button.open .l-header-sp__button__line:nth-of-type(1) {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  top: 40%;
}
.l-header-sp__button.open .l-header-sp__button__line:nth-of-type(2) {
  opacity: 0;
}
.l-header-sp__button.open .l-header-sp__button__line:nth-of-type(3) {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  top: 40%;
}
.l-header-sp__button__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.074em;
  font-size: clamp(10px, 2.66vw, 13.6px);
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.l-header-sp__nav {
  display: block;
  background: rgba(49, 182, 160, 0.95);
  width: 100vw;
  height: 100%;
  z-index: 20;
  position: fixed;
  top: clamp(65px, 17.25vw, 105px);
  right: -100vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header-sp__nav.open {
  right: 0;
}
.l-header-sp__menu {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: calc(100vh - clamp(65px, 17.25vw, 105px));
  opacity: 1;
  padding: clamp(20px, 5.33vw, 27.1px) clamp(16px, 4.26vw, 21.7px);
  padding-bottom: clamp(75px, 20vw, 193px);
}
@media screen and (min-width: 768px) {
  .l-header-sp__menu {
    padding: clamp(40px, 10.66vw, 54.3px) clamp(40px, 10.66vw, 54.3px);
  }
}
.l-header-sp__menu::-webkit-scrollbar {
  display: none;
}
.l-header-sp__menu > li:last-child {
  border-bottom: 1px dotted #ffffff;
}
.l-header-sp__menu__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  font-size: clamp(18px, 4.8vw, 24.4px);
  display: block;
  position: relative;
  padding: 1em 0 1em 0.15em;
  border-top: 1px dotted #ffffff;
}
.l-header-sp__menu__text:hover, .l-header-sp__menu__text:active, .l-header-sp__menu__text:focus, .l-header-sp__menu__text:visited {
  color: #ffffff;
}
.l-header-sp__menu__toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1em;
}
.l-header-sp__menu__toggle::before, .l-header-sp__menu__toggle::after {
  display: block;
  content: "";
  position: absolute;
  right: 0.25em;
  top: 1.5em;
  width: 1em;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1920px) {
  .l-header-sp__menu__toggle::before, .l-header-sp__menu__toggle::after {
    top: 1.75em;
  }
}
.l-header-sp__menu__toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-header-sp__menu--dropdown__menu {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(18px, 4.8vw, 24.4px);
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5em;
  display: none;
}
.l-header-sp__menu--dropdown__menu__item {
  padding: 0 4em 0 1.25em;
}
.l-header-sp__menu--dropdown__menu__item:last-child .l-header-sp__menu--dropdown__menu__text {
  border-bottom: none !important;
}
.l-header-sp__menu--dropdown__menu__text {
  color: #31b6a0;
  line-height: 1;
  position: relative;
  padding: 1em 0;
  display: block;
  border-bottom: 1px dotted #31b6a0;
}
.l-header-sp__menu--dropdown__menu__text:hover, .l-header-sp__menu--dropdown__menu__text:active, .l-header-sp__menu--dropdown__menu__text:focus, .l-header-sp__menu--dropdown__menu__text:visited {
  color: #31b6a0;
}
.l-header-sp__menu--dropdown.open .l-header-sp__menu__text {
  border-bottom: none;
  padding-bottom: 1em;
}
.l-header-sp__menu--dropdown.open .l-header-sp__menu__toggle::after {
  -webkit-transform: none;
          transform: none;
}
.l-header-sp__menu--dropdown.open .l-header-sp__menu--dropdown__menu {
  display: block;
}

.l-header-lowerfixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .l-header-lowerfixed {
    display: none;
  }
}
.l-header-lowerfixed__tel {
  background: -webkit-gradient(linear, right top, left bottom, from(#c4d700), to(#31b6a0));
  background: linear-gradient(to bottom left, #c4d700, #31b6a0);
  display: block;
  padding: 2% 0;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .l-header-lowerfixed__tel {
    padding: 2% 2%;
  }
}
.l-header-lowerfixed__appointment {
  background: -webkit-gradient(linear, right top, left bottom, from(#c4d700), to(#31b6a0));
  background: linear-gradient(to bottom left, #c4d700, #31b6a0);
  display: block;
  padding: 2% 0;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .l-header-lowerfixed__appointment {
    padding: 2% 2%;
  }
}

.l-header-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header-pc {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: clamp(85px, 7vw, 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 15;
  }
}
.l-header-pc__logo {
  width: 32%;
  height: 97%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3%;
}
.l-header-pc__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  height: 100%;
  position: relative;
  padding-right: 1.5%;
}
@media screen and (min-width: 1920px) {
  .l-header-pc__right {
    width: 80%;
  }
}
.l-header-pc__menu {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  line-height: 1;
  font-size: clamp(11.2px, 0.93vw, 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  height: 100%;
  padding-right: 1em;
}
@media screen and (min-width: 1536px) {
  .l-header-pc__menu {
    padding-right: 3em;
  }
}
@media screen and (min-width: 1920px) {
  .l-header-pc__menu {
    padding-right: 5em;
  }
}
.l-header-pc__menu__link {
  color: #3c3c3c;
  display: block;
  position: relative;
  padding: 1em 0.75em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1280px) {
  .l-header-pc__menu__link {
    padding: 1em 1em;
  }
}
@media screen and (min-width: 1920px) {
  .l-header-pc__menu__link {
    padding: 1em 1.25em;
  }
}
.l-header-pc__menu__link:visited {
  color: #3c3c3c;
}
.l-header-pc__menu__link:hover, .l-header-pc__menu__link:active, .l-header-pc__menu__link:focus {
  color: #31b6a0;
}
.l-header-pc__menu__sub {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  font-size: clamp(11.2px, 0.93vw, 16px);
  position: absolute;
  top: calc(clamp(85px, 7vw, 120px) * 0.9);
  padding: 0;
  padding-top: calc(clamp(85px, 7vw, 120px) * 0.1);
  z-index: 999;
  -webkit-transition: all 1s;
  transition: all 1s;
  visibility: hidden;
  opacity: 0;
  width: 15em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-header-pc__menu__sub__item:last-child {
  border-bottom: none;
}
.l-header-pc__menu__sub__link {
  color: #3c3c3c;
  display: block;
  padding: 1.25em 0;
  background-color: #f6f9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
}
.l-header-pc__menu__sub__link:visited {
  color: #3c3c3c;
}
.l-header-pc__menu__sub__link:hover, .l-header-pc__menu__sub__link:active, .l-header-pc__menu__sub__link:focus {
  color: #ffffff;
  background-color: #31b6a0;
}
.l-header-pc__menu--hover {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-pc__menu--hover:hover .l-header-pc__menu__link::before, .l-header-pc__menu--hover:active .l-header-pc__menu__link::before, .l-header-pc__menu--hover:focus .l-header-pc__menu__link::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-header-pc__menu--dropdown {
  position: relative;
}
.l-header-pc__menu--dropdown:hover .l-header-pc__menu__sub, .l-header-pc__menu--dropdown:active .l-header-pc__menu__sub {
  visibility: visible;
  opacity: 1;
}
.l-header-pc__menu--dropdown:hover .l-header-pc__menu__link::before, .l-header-pc__menu--dropdown:active .l-header-pc__menu__link::before {
  opacity: 1;
}
.l-header-pc__tel {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #31b6a0;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(18.9px, 1.57vw, 27px);
  height: 100%;
  width: 9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 0.5em;
}
@media screen and (min-width: 1536px) {
  .l-header-pc__tel {
    margin-right: 1em;
  }
}
.l-header-pc__tel__icon {
  width: 0.65em;
  margin-right: 0.15em;
  margin-top: 0.1em;
}
.l-header-pc__tel:visited {
  color: #31b6a0;
}
.l-header-pc__tel:hover, .l-header-pc__tel:focus, .l-header-pc__tel:active {
  opacity: 0.7;
}
.l-header-pc__appointment {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.155em;
  font-size: clamp(14px, 1.16vw, 20px);
  background: -webkit-gradient(linear, right top, left bottom, from(#c4d700), to(#31b6a0));
  background: linear-gradient(to bottom left, #c4d700, #31b6a0);
  width: 8em;
  height: 3em;
  border-radius: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header-pc__appointment__icon {
  width: 1.5em;
  margin-right: 0.75em;
}
.l-header-pc__appointment:visited {
  color: #ffffff;
}
.l-header-pc__appointment:hover, .l-header-pc__appointment:focus, .l-header-pc__appointment:active {
  color: #ffffff;
  opacity: 0.7;
}

/* Foundation */
.l-footer {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#f6f9d9), color-stop(67.3982%, #ffffff));
  background: linear-gradient(to top, #f6f9d9 0%, #ffffff 67.3982%);
}
.l-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, right top, left bottom, from(#c4d700), to(#31b6a0));
  background: linear-gradient(to bottom left, #c4d700, #31b6a0);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .l-footer::before {
    height: 10px;
  }
}
.l-footer__bg01 {
  padding: clamp(84px, 22.4vw, 114px) 0 clamp(80px, 21.33vw, 108.6px) 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__bg01 {
    padding: clamp(124px, 10.33vw, 155px) 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.l-footer__wrapper {
  position: relative;
  width: 88%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__wrapper {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__wrapper {
    width: 80%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__wrapper {
    width: 70%;
  }
}
@media screen and (min-width: 1536px) {
  .l-footer__wrapper {
    width: 1200px;
  }
}
.l-footer__logo {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-footer__logo {
    width: 38%;
  }
}
.l-footer__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.6;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: clamp(40px, 10.66vw, 54.3px) 0 0.25em 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__text {
    text-align: left;
    font-size: clamp(14.4px, 1.2vw, 18px);
    padding: 0 0 0.5em 0;
  }
}
.l-footer__data {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  font-size: clamp(16px, 4.26vw, 21.7px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .l-footer__data {
    font-size: clamp(14.4px, 1.2vw, 18px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-footer__data__title {
  color: #31b6a0;
}
.l-footer__data__text {
  color: #3c3c3c;
  padding-left: 0.25em;
}
@media screen and (min-width: 1024px) {
  .l-footer__top {
    display: none;
  }
}
.l-footer__inner {
  padding: clamp(30px, 8vw, 40.7px) 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: clamp(72px, 6vw, 90px) 0 0 0;
  }
}
@media screen and (min-width: 1536px) {
  .l-footer__inner {
    padding: clamp(72px, 6vw, 90px) 7% 0 12%;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__inner__left {
    width: 50%;
  }
}
@media screen and (min-width: 1536px) {
  .l-footer__inner__left {
    width: 55%;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__inner__right {
    width: 43%;
  }
}
@media screen and (min-width: 1536px) {
  .l-footer__inner__right {
    width: 38%;
  }
}
.l-footer__inner__right--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-footer__inner__right--pc {
    display: block;
  }
}
.l-footer__tel {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(27px, 7.2vw, 36.6px);
  background-color: #5bc4b3;
  border: 1px solid #5bc4b3;
  padding: 0.5em 1em;
  display: block;
  width: 85%;
  margin: 1.5em auto 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .l-footer__tel {
    font-size: clamp(19.6px, 1.63vw, 28px);
    margin: 2em 0 0 0;
  }
}
.l-footer__tel--sm {
  font-size: clamp(14px, 3.73vw, 19px);
  display: block;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  .l-footer__tel--sm {
    font-size: clamp(11.2px, 0.93vw, 14px);
  }
}
.l-footer__tel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__tel__icon {
  width: 0.65em;
  margin-right: 0.15em;
  margin-top: 0.1em;
}
.l-footer__tel__icon .st0 {
  fill: #ffffff;
}
.l-footer__tel:visited {
  color: #ffffff;
}
.l-footer__tel:hover, .l-footer__tel:focus, .l-footer__tel:active {
  color: #5bc4b3;
  background-color: #ffffff;
}
.l-footer__tel:hover .st0, .l-footer__tel:focus .st0, .l-footer__tel:active .st0 {
  fill: #5bc4b3;
}
.l-footer__appointment {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(26px, 6.93vw, 35.3px);
  background-color: #74ca42;
  border: 1px solid #74ca42;
  padding: 0.75em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85%;
  margin: 0.65em auto 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .l-footer__appointment {
    font-size: clamp(19.6px, 1.63vw, 28px);
    margin: 0.5em 0 0 0;
  }
}
.l-footer__appointment::before {
  content: "";
  display: block;
  width: 0.55em;
}
.l-footer__appointment__arrow {
  width: 0.75em;
  height: 1.25em;
  fill: #ffffff;
}
.l-footer__appointment:visited {
  color: #ffffff;
}
.l-footer__appointment:hover, .l-footer__appointment:focus, .l-footer__appointment:active {
  color: #74ca42;
  background-color: #ffffff;
}
.l-footer__appointment:hover .l-footer__appointment__arrow, .l-footer__appointment:focus .l-footer__appointment__arrow, .l-footer__appointment:active .l-footer__appointment__arrow {
  fill: #74ca42;
}
.l-footer__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-footer__map {
    padding-top: 35%;
  }
}
.l-footer__map iframe,
.l-footer__map object,
.l-footer__map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-footer__bg02 {
  padding: clamp(64px, 17.06vw, 86.9px) 0 clamp(56px, 14.93vw, 76px) 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__bg02 {
    padding: clamp(64px, 5.33vw, 80px) 0 clamp(44px, 3.66vw, 55px) 0;
  }
}
.l-footer__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #31b6a0;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(24px, 6.4vw, 32.6px);
  padding-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .l-footer__title {
    text-align: center;
    font-size: clamp(28px, 2.33vw, 40px);
  }
}
.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: clamp(50px, 13.33vw, 67.9px);
     -moz-column-gap: clamp(50px, 13.33vw, 67.9px);
          column-gap: clamp(50px, 13.33vw, 67.9px);
  padding: 0 0 clamp(12px, 3.2vw, 16.3px) 0;
  border-bottom: 1px solid #31b6a0;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 clamp(24px, 2vw, 30px) 0;
  }
}
.l-footer__menu--last {
  border-bottom: none;
}
.l-footer__menu__item {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  font-size: clamp(14px, 3.73vw, 19px);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu__item {
    line-height: 2.18;
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.l-footer__menu__item::after {
  content: "／";
  position: absolute;
  top: 0;
  right: calc(clamp(50px, 13.33vw, 67.9px) * -2 / 3);
}
.l-footer__menu__item:last-child::after {
  display: none;
}
.l-footer__menu__link {
  color: #3c3c3c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer__menu__link:visited {
  color: #3c3c3c;
}
.l-footer__menu__link:hover, .l-footer__menu__link:active, .l-footer__menu__link:focus {
  color: #31b6a0;
}
.l-footer__menu__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #31b6a0;
  text-align: left;
  line-height: 2;
  font-size: clamp(14px, 3.73vw, 19px);
  position: relative;
  padding: 1em 0 0.25em 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu__title {
    text-align: center;
    line-height: 2.18;
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding: 1.5em 0 0.5em 0;
  }
}
.l-footer__copyright {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: clamp(14px, 3.73vw, 19px);
  padding: 1.5em 0 7em 0;
  position: relative;
  overflow: hidden;
}
.l-footer__copyright::before {
  content: "";
  background: -webkit-gradient(linear, right top, left bottom, from(#c4d700), to(#31b6a0));
  background: linear-gradient(to bottom left, #c4d700, #31b6a0);
  width: 100%;
  height: 15em;
  position: absolute;
  top: -8em;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    padding-bottom: 9em;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__copyright {
    font-size: clamp(11.2px, 0.93vw, 14px);
    padding: 1.75em 0;
  }
}
.l-footer__copyright__text {
  position: relative;
}

/* Foundation */
.l-main {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
}
.l-main__pos {
  position: relative;
}
.l-main__base {
  position: relative;
  background-color: #ffffff;
}
.l-main__primary {
  position: relative;
  background-color: #f6f9d9;
}
.l-main__top {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(85%, #f6f9d9));
  background: linear-gradient(to bottom, #ffffff 0%, #f6f9d9 85%);
}
.l-main__index {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#f6f9d9), color-stop(50%, #ffffff));
  background: linear-gradient(to top, #f6f9d9 0%, #ffffff 50%);
}
.l-main__medicalcontents {
  position: relative;
  background-color: #fafceb;
}
.l-main__partnership {
  position: relative;
  background-image: url(../img/clinic-partnership-wisteria-sp.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .l-main__partnership {
    background-image: url(../img/clinic-partnership-wisteria.png);
    background-position: right top;
  }
}
.l-main__gallery {
  position: relative;
  background: -webkit-gradient(linear, right top, left bottom, from(#c4d700), color-stop(90%, #31b6a0));
  background: linear-gradient(to bottom left, #c4d700 0%, #31b6a0 90%);
}
.l-main__career {
  position: relative;
  background-color: #fdf2e5;
  background-image: url(../img/index-career-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 40%;
}
.l-main__wrapper {
  position: relative;
  width: 88%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-main__wrapper {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .l-main__wrapper {
    width: 80%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__wrapper {
    width: 70%;
  }
}
@media screen and (min-width: 1536px) {
  .l-main__wrapper {
    width: 1200px;
  }
}

.l-main-header {
  position: relative;
  z-index: 5;
  background-color: #ffffff;
}
.l-main-header__title {
  background-image: -webkit-image-set(url("../img/cmn-header-reception-sp.png.webp") type("image/webp"), url("../img/cmn-header-reception-sp.png") type("image/png"));
  background-image: image-set(url("../img/cmn-header-reception-sp.png.webp") type("image/webp"), url("../img/cmn-header-reception-sp.png") type("image/png"));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: clamp(240px, 64vw, 550px);
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #31b6a0;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(28px, 7.46vw, 38px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  text-shadow: #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 10px, #ffffff -1px -1px 10px, #ffffff 1px 1px 5px, #ffffff -1px 1px 5px, #ffffff 1px -1px 5px, #ffffff -1px -1px 5px;
  padding: 0 6%;
}
@media screen and (min-width: 768px) {
  .l-main-header__title {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1024px) {
  .l-main-header__title {
    background-image: -webkit-image-set(url("../img/cmn-header-reception.png.webp") type("image/webp"), url("../img/cmn-header-reception.png") type("image/png"));
    background-image: image-set(url("../img/cmn-header-reception.png.webp") type("image/webp"), url("../img/cmn-header-reception.png") type("image/png"));
    font-size: clamp(32px, 2.66vw, 48px);
    height: clamp(300px, 25vw, 430px);
    padding-top: clamp(85px, 7vw, 120px);
  }
}
.l-main-header__breadcrumb {
  position: absolute;
  right: 6%;
  bottom: 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .l-main-header__breadcrumb {
    right: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .l-main-header__breadcrumb {
    position: relative;
    background-color: #ffffff;
    padding: 0 10%;
    right: auto;
    bottom: auto;
  }
}
@media screen and (min-width: 1280px) {
  .l-main-header__breadcrumb {
    padding: 0 15%;
  }
}
@media screen and (min-width: 1536px) {
  .l-main-header__breadcrumb {
    padding: 0 calc((100% - 1200px) / 2);
  }
}

/* Object */
/* Component */
/* Foundation */
.c-br--ip {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-br--ip {
    display: none;
  }
}

.c-br--sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-br--sp {
    display: none;
  }
}

.c-br--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-br--pc {
    display: block;
  }
}

.c-brspace--sp::before {
  content: "\a　";
  white-space: pre;
}
@media screen and (min-width: 1024px) {
  .c-brspace--sp::before {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .c-brspace--pc::before {
    content: "\a　";
    white-space: pre;
  }
}

.c-anchor--normal {
  margin-top: calc(clamp(65px, 17.25vw, 105px) * -1);
  padding-top: clamp(65px, 17.25vw, 105px);
}
@media screen and (min-width: 1024px) {
  .c-anchor--normal {
    margin-top: calc(clamp(85px, 7vw, 120px) * -1);
    padding-top: clamp(85px, 7vw, 120px);
  }
}

.c-anchor--high {
  margin-top: calc(clamp(65px, 17.25vw, 105px) * -3);
  padding-top: calc(clamp(65px, 17.25vw, 105px) * 3);
}
@media screen and (min-width: 1024px) {
  .c-anchor--high {
    margin-top: calc(clamp(85px, 7vw, 120px) * -1);
    padding-top: clamp(85px, 7vw, 120px);
  }
}

/* Foundation */
.c-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, right top, left bottom, from(#c4d700), to(#31b6a0));
  background: linear-gradient(to bottom left, #c4d700, #31b6a0);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .c-section::before {
    height: 10px;
  }
}
.c-section--pc::before {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-section--pc::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: -webkit-gradient(linear, right top, left bottom, from(#c4d700), to(#31b6a0));
    background: linear-gradient(to bottom left, #c4d700, #31b6a0);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.c-section__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #31b6a0;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .c-section__title {
    font-size: clamp(28px, 2.33vw, 40px);
  }
}
.c-section__title--base {
  color: #ffffff;
}

.c-section-medicalcontents {
  position: relative;
}
.c-section-medicalcontents__nav {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c-section-medicalcontents__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-section-medicalcontents__nav__item {
  width: 100%;
  background: -webkit-gradient(linear, right top, left bottom, from(#c4d700), to(#31b6a0));
  background: linear-gradient(to bottom left, #c4d700, #31b6a0);
  border-radius: clamp(10px, 2.66vw, 13.6px);
  padding: 2px;
  margin-bottom: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .c-section-medicalcontents__nav__item {
    width: 31%;
    border-radius: 10px;
    padding: 3px;
    margin-bottom: 0;
  }
}
.c-section-medicalcontents__nav__item__bg {
  background-color: #ffffff;
  padding: clamp(30px, 8vw, 40.7px) clamp(10px, 2.66vw, 13.6px) clamp(24px, 6.4vw, 32.6px) clamp(10px, 2.66vw, 13.6px);
  border-radius: clamp(10px, 2.66vw, 13.6px);
}
@media screen and (min-width: 1024px) {
  .c-section-medicalcontents__nav__item__bg {
    padding: clamp(36px, 3vw, 45px) clamp(20px, 1.66vw, 25px) clamp(40px, 3.33vw, 50px) clamp(20px, 1.66vw, 25px);
    border-radius: 10px;
  }
}
@media screen and (min-width: 1536px) {
  .c-section-medicalcontents__nav__item__bg {
    padding: clamp(36px, 3vw, 45px) clamp(33.6px, 2.8vw, 42px) clamp(40px, 3.33vw, 50px) clamp(33.6px, 2.8vw, 42px);
  }
}
.c-section-medicalcontents__nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: clamp(28px, 7.46vw, 38px);
}
@media screen and (min-width: 1024px) {
  .c-section-medicalcontents__nav__inner {
    display: block;
    padding-bottom: clamp(32px, 2.66vw, 40px);
  }
}
.c-section-medicalcontents__nav__inner__left {
  width: 37%;
}
@media screen and (min-width: 1024px) {
  .c-section-medicalcontents__nav__inner__left {
    width: 100%;
  }
}
.c-section-medicalcontents__nav__inner__right {
  width: 60%;
}
@media screen and (min-width: 1024px) {
  .c-section-medicalcontents__nav__inner__right {
    width: 100%;
  }
}
.c-section-medicalcontents__nav__icon {
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-section-medicalcontents__nav__icon {
    width: 45%;
  }
}
.c-section-medicalcontents__nav__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #31b6a0;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(18px, 4.8vw, 24.4px);
  padding-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .c-section-medicalcontents__nav__title {
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}
@media screen and (min-width: 1024px) {
  .c-section-medicalcontents__nav__title {
    font-size: clamp(28px, 2.33vw, 35px);
    padding-top: 0.25em;
  }
}
.c-section-medicalcontents__nav__title--accent {
  font-size: clamp(23px, 6.13vw, 31.2px);
}
@media screen and (min-width: 1024px) {
  .c-section-medicalcontents__nav__title--accent {
    font-size: clamp(36px, 3vw, 45px);
  }
}
.c-section-medicalcontents__nav__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  line-height: 1.9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 768px) {
  .c-section-medicalcontents__nav__text {
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}
@media screen and (min-width: 1024px) {
  .c-section-medicalcontents__nav__text {
    text-align: center;
    font-size: clamp(16px, 1.33vw, 20px);
    padding-top: 2em;
  }
}
.c-section-medicalcontents__nav__link {
  display: block;
  margin-bottom: clamp(10px, 2.66vw, 13.6px);
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .c-section-medicalcontents__nav__link {
    margin-bottom: 0;
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  }
}
.c-section-medicalcontents__nav__link:hover, .c-section-medicalcontents__nav__link:focus, .c-section-medicalcontents__nav__link:active {
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
  -webkit-filter: none;
          filter: none;
}
@media screen and (min-width: 1024px) {
  .c-section-medicalcontents__nav__link:hover, .c-section-medicalcontents__nav__link:focus, .c-section-medicalcontents__nav__link:active {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
}

/* Foundation */
.c-button {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: clamp(16px, 4.26vw, 21.7px);
  background-color: #5bc4b3;
  border: 1px solid #5bc4b3;
  width: 100%;
  max-width: 17em;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 1em;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-button {
    font-size: clamp(14.4px, 1.2vw, 18px);
    max-width: auto;
  }
}
.c-button::before {
  content: "";
  display: block;
  width: 0.55em;
}
.c-button__arrow {
  width: 0.75em;
  height: 1.25em;
  fill: #ffffff;
}
.c-button:visited {
  color: #ffffff;
}
.c-button:hover, .c-button:focus, .c-button:active {
  color: #5bc4b3;
  background-color: #ffffff;
}
.c-button:hover .c-button__arrow, .c-button:focus .c-button__arrow, .c-button:active .c-button__arrow {
  fill: #5bc4b3;
}
.c-button--features {
  margin-top: 1.5em;
}
@media screen and (min-width: 1024px) {
  .c-button--features {
    margin: 3em 0 0 0;
  }
}
.c-button--medicalcontents {
  margin-top: 3em;
}
@media screen and (min-width: 1024px) {
  .c-button--medicalcontents {
    margin: 1.5em 0 0 40%;
  }
}
.c-button--pdf {
  background-color: #74ca42;
  border: 1px solid #74ca42;
}
.c-button--pdf:hover, .c-button--pdf:focus, .c-button--pdf:active {
  color: #74ca42;
  background-color: #ffffff;
}
.c-button--pdf:hover .c-button__arrow, .c-button--pdf:focus .c-button__arrow, .c-button--pdf:active .c-button__arrow {
  fill: #74ca42;
}

/* Foundation */
.c-fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.c-fade-visible {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.is-faded {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-slide-mv {
  overflow: hidden;
  display: inline-block;
  opacity: 0;
  padding-left: clamp(8px, 0.66vw, 10px);
}
@media screen and (min-width: 1024px) {
  .c-slide-mv {
    padding-left: clamp(8px, 0.66vw, 10px);
  }
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/* Foundation */
.c-breadcrumb {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 3.73vw, 19px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .c-breadcrumb {
    font-size: clamp(11.2px, 0.93vw, 14px);
    padding-top: 2em;
  }
}
.c-breadcrumb__parent {
  color: #31b6a0;
  line-height: 1.8;
  position: relative;
}
.c-breadcrumb__parent a:visited,
.c-breadcrumb__parent a:hover,
.c-breadcrumb__parent a:active {
  color: #31b6a0;
}
.c-breadcrumb__item {
  color: #3c3c3c;
  line-height: 1.8;
}
.c-breadcrumb__item::before {
  content: ">";
  padding: 0 0 0 0.4em;
  color: #3c3c3c;
}

/* Project */
/* Foundation */
.p-index-mv {
  position: relative;
}
.p-index-mv__img {
  position: relative;
  z-index: 5;
}
.p-index-mv__open {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 6;
}
.p-index-mv__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 6;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__bottom {
    display: none;
  }
}
.p-index-mv__message {
  position: absolute;
  top: calc(clamp(65px, 17.25vw, 105px) + clamp(18px, 4.8vw, 24.4px));
  left: clamp(20px, 5.33vw, 27.1px);
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__message {
    top: calc(clamp(85px, 7vw, 120px) + clamp(56px, 4.66vw, 70px));
    left: clamp(128px, 10.66vw, 160px);
  }
}
.p-index-mv__message__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.65;
  letter-spacing: 0.05em;
  font-size: clamp(26px, 6.93vw, 35.3px);
  text-shadow: #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 10px, #ffffff -1px -1px 10px, #ffffff 1px 1px 5px, #ffffff -1px 1px 5px, #ffffff 1px -1px 5px, #ffffff -1px -1px 5px;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__message__title {
    font-size: clamp(42px, 3.5vw, 60px);
    text-shadow: #ffffff 1px 1px 15px, #ffffff -1px 1px 15px, #ffffff 1px -1px 15px, #ffffff -1px -1px 15px, #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 10px, #ffffff -1px -1px 10px, #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 10px, #ffffff -1px -1px 10px;
  }
}
.p-index-mv__message__title--accent {
  color: #31b6a0;
}
.p-index-mv__message__title__inner {
  display: inline-block;
}
.p-index-mv__message__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.68;
  letter-spacing: 0.1em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  text-shadow: #ffffff 1px 1px 15px, #ffffff -1px 1px 15px, #ffffff 1px -1px 15px, #ffffff -1px -1px 15px, #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 10px, #ffffff -1px -1px 10px, #ffffff 1px 1px 5px, #ffffff -1px 1px 5px, #ffffff 1px -1px 5px, #ffffff -1px -1px 5px;
  padding-left: clamp(8px, 0.66vw, 10px);
}
@media screen and (min-width: 1024px) {
  .p-index-mv__message__text {
    font-size: clamp(24.5px, 2.04vw, 35px);
    padding-top: 0.5em;
    padding-left: clamp(8px, 0.66vw, 10px);
  }
}

.p-index-introduction {
  position: relative;
  padding: 0 0 clamp(64px, 17.06vw, 86.9px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction {
    padding: clamp(80px, 6.66vw, 100px) 0 clamp(76.8px, 6.4vw, 96px) 0;
  }
}
.p-index-introduction__right {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__right {
    width: 80%;
    max-width: 1200px;
    padding-right: 32%;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-introduction__right {
    width: 70%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-introduction__right {
    width: 1200px;
  }
}
.p-index-introduction__right__inner {
  position: relative;
  width: 88%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-index-introduction__right__inner {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__right__inner {
    width: auto;
  }
}
.p-index-introduction__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #31b6a0;
  line-height: 1.75;
  font-size: clamp(20px, 5.33vw, 27.1px);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__title {
    line-height: 1.6;
    font-size: clamp(21.7px, 1.8vw, 31px);
    padding-top: 1.25em;
  }
}
.p-index-introduction__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 1.5em;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__text {
    font-size: clamp(16px, 1.33vw, 20px);
    padding-top: 2em;
  }
}
.p-index-introduction__name {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  font-size: clamp(20px, 5.33vw, 27.1px);
  width: 6.5em;
  padding: 1.5em 0 13em 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__name {
    font-size: clamp(18.2px, 1.51vw, 26px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
    padding: 2em 0 clamp(104px, 8.66vw, 130px) 0;
    margin: 0 0 0 auto;
  }
}
.p-index-introduction__name__sm {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-bottom: 0.5em;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__name__sm {
    font-size: clamp(14.4px, 1.2vw, 18px);
    padding: 0 0.5em 1em 0;
  }
}
.p-index-introduction__name__ja {
  letter-spacing: 0.3em;
  display: block;
}
.p-index-introduction__name__en {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #31b6a0;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: clamp(10px, 2.66vw, 13.6px);
  display: block;
  padding-top: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__name__en {
    font-size: clamp(9.6px, 0.8vw, 12px);
  }
}
.p-index-introduction__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__img {
    width: 65%;
    bottom: auto;
    top: 0;
  }
}

.p-index-event {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-event {
    padding: clamp(51.2px, 4.26vw, 64px) 0 clamp(48px, 4vw, 60px) 0;
  }
}
.p-index-event__content {
  position: relative;
  background: -webkit-gradient(linear, right top, left bottom, from(#c4d700), to(#31b6a0));
  background: linear-gradient(to bottom left, #c4d700, #31b6a0);
  padding: 12px;
}
@media screen and (min-width: 1024px) {
  .p-index-event__content {
    padding: 10px;
    width: 55%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-event__content {
    width: 50%;
  }
}
@media screen and (min-width: 1920px) {
  .p-index-event__content {
    width: 40%;
  }
}
.p-index-event__content__bg {
  background-color: #ffffff;
  padding: clamp(12px, 3.2vw, 16.3px) clamp(15px, 4vw, 20.4px) clamp(28px, 7.46vw, 38px) clamp(15px, 4vw, 20.4px);
}
@media screen and (min-width: 1024px) {
  .p-index-event__content__bg {
    padding: clamp(14.4px, 1.2vw, 18px) clamp(36px, 3vw, 45px) clamp(32px, 2.66vw, 40px) clamp(36px, 3vw, 45px);
  }
}
.p-index-event__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #f08300;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.4em;
  font-size: clamp(32px, 8.53vw, 43.4px);
  padding: 1.25em 0 0.75em 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-event__title {
    color: #000000;
    letter-spacing: 0.3em;
    font-size: clamp(35px, 2.91vw, 50px);
    padding: 0.75em 0 0.75em 0;
  }
}
.p-index-event__title--note {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-size: clamp(15px, 4vw, 20.4px);
  background-color: #f08300;
  padding: 0.5em 0.75em;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .p-index-event__title--note {
    font-size: clamp(19.6px, 1.63vw, 28px);
    left: -2.5em;
  }
}
.p-index-event__date {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-event__date {
    width: 69%;
  }
}
.p-index-event__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 1em;
  border-top: 1px solid #c4c4c4;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-index-event__text {
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-event__text {
    text-align: center;
    font-size: clamp(14.4px, 1.2vw, 18px);
    padding-top: 1.5em;
    margin-top: 1.5em;
  }
}

.p-index-gallery .slick-list {
  margin: 0 -5px;
}
@media screen and (min-width: 1024px) {
  .p-index-gallery .slick-list {
    margin: 0 -10px;
  }
}
.p-index-gallery .slick-slide {
  margin: 0 5px;
}
@media screen and (min-width: 1024px) {
  .p-index-gallery .slick-slide {
    margin: 0 10px;
  }
}

.p-index-news {
  position: relative;
  z-index: 2;
  padding: clamp(75px, 20vw, 101.8px) 0 clamp(75px, 20vw, 101.8px) 0;
}
@media screen and (min-width: 1024px) {
  .p-index-news {
    padding: clamp(99.2px, 8.26vw, 124px) 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-index-news__list {
  border-top: 1px solid #9d9d9d;
  margin: clamp(30px, 8vw, 40.7px) 0 clamp(32px, 8.53vw, 43.4px) 0;
}
@media screen and (min-width: 1024px) {
  .p-index-news__list {
    margin: clamp(36px, 3vw, 45px) 0 clamp(51.2px, 4.26vw, 64px) 0;
  }
}
.p-index-news__post {
  border-bottom: 1px solid #9d9d9d;
}
.p-index-news__link {
  display: block;
  padding: clamp(16px, 4.26vw, 21.7px) 0;
}
@media screen and (min-width: 1024px) {
  .p-index-news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: clamp(24px, 2vw, 30px) 0;
  }
}
.p-index-news__date {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #31b6a0;
  line-height: 1;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-index-news__date {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-index-news__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.5;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-index-news__title {
    line-height: 1.8;
    font-size: clamp(14.4px, 1.2vw, 18px);
    padding: 0 0 0 1.5em;
  }
}

.p-index-features {
  position: relative;
  padding: clamp(64px, 5.33vw, 80px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-features {
    padding: clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-index-features__list {
  padding-top: clamp(75px, 20vw, 101.8px);
}
@media screen and (min-width: 1024px) {
  .p-index-features__list {
    padding-top: clamp(64px, 5.33vw, 80px);
  }
}
.p-index-features__list__item {
  position: relative;
  padding-bottom: clamp(112px, 29.86vw, 152px);
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__item {
    padding-bottom: clamp(88px, 7.33vw, 110px);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__item--odd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-left: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-features__list__item--odd {
    padding-left: 15%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-features__list__item--odd {
    padding-left: calc((100% - 1200px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__item--even {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-features__list__item--even {
    padding-right: 15%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-features__list__item--even {
    padding-right: calc((100% - 1200px) / 2);
  }
}
.p-index-features__list__img {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__img {
    width: 63%;
  }
}
.p-index-features__list__content {
  position: relative;
  width: 88%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-index-features__list__content {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__content {
    width: 37%;
    margin: 0;
  }
}
.p-index-features__num {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 200;
  font-style: italic;
  color: #c4d700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(77px, 20.53vw, 90px);
  position: absolute;
  top: -0.5em;
  left: 6%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-index-features__num {
    left: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__num {
    font-size: clamp(81.2px, 6.76vw, 116px);
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__num--sp {
    display: none;
  }
}
.p-index-features__num--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-index-features__num--pc {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-index-features__title__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ef8200;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 5.33vw, 27.1px);
}
.p-index-features__title__text--sp {
  text-shadow: #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 10px, #ffffff -1px -1px 10px, #ffffff 1px 1px 5px, #ffffff -1px 1px 5px, #ffffff 1px -1px 5px, #ffffff -1px -1px 5px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  right: 10%;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-index-features__title__text--sp {
    display: none;
  }
}
.p-index-features__title__text--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-index-features__title__text--pc {
    display: block;
    padding-left: 1.25em;
  }
}
.p-index-features__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 2.25em;
}
@media screen and (min-width: 1024px) {
  .p-index-features__text {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__text--space {
    padding-bottom: 6em;
  }
}

.p-index-medicalcontents {
  position: relative;
  padding: clamp(64px, 17.06vw, 86.9px) 0 clamp(60px, 16vw, 81.4px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-medicalcontents {
    padding: clamp(80px, 6.66vw, 100px) 0 clamp(76.8px, 6.4vw, 96px) 0;
  }
}
.p-index-medicalcontents__space {
  padding-top: clamp(64px, 17.06vw, 86.9px);
}
@media screen and (min-width: 1024px) {
  .p-index-medicalcontents__space {
    padding-top: clamp(51.2px, 4.26vw, 64px);
  }
}
.p-index-medicalcontents__list {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-index-medicalcontents__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-index-medicalcontents__list__item {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-index-medicalcontents__list__item {
    width: 19%;
  }
}
.p-index-medicalcontents__link {
  display: block;
  margin-bottom: clamp(10px, 2.66vw, 13.6px);
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .p-index-medicalcontents__link {
    margin-bottom: 0;
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  }
}
.p-index-medicalcontents__link:hover, .p-index-medicalcontents__link:focus, .p-index-medicalcontents__link:active {
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
  -webkit-filter: none;
          filter: none;
}
@media screen and (min-width: 1024px) {
  .p-index-medicalcontents__link:hover, .p-index-medicalcontents__link:focus, .p-index-medicalcontents__link:active {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
}

.p-index-career {
  position: relative;
  padding: clamp(64px, 17.06vw, 86.9px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-career {
    padding: clamp(89.6px, 7.46vw, 112px) 0 clamp(60px, 5vw, 75px) 0;
  }
}
.p-index-career__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(18px, 4.8vw, 24.4px);
  padding: 2em 0 2em 0;
}
@media screen and (min-width: 1024px) {
  .p-index-career__text {
    line-height: 2.16;
    font-size: clamp(16px, 1.33vw, 20px);
    padding: 2.5em 0 2em 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-career__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
  }
}
.p-index-career__list__item {
  padding-bottom: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-index-career__list__item {
    width: 47%;
    padding-bottom: clamp(32px, 2.66vw, 40px);
  }
}
.p-index-career__list__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-index-career__list__link:hover, .p-index-career__list__link:focus, .p-index-career__list__link:active {
  opacity: 0.7;
}

/* Foundation */
.p-clinic-doctor {
  position: relative;
  padding: clamp(65px, 17.33vw, 88.2px) 0 clamp(32px, 8.53vw, 43.4px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor {
    padding: clamp(108px, 9vw, 135px) 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-clinic-doctor__inner01 {
  padding: clamp(32px, 8.53vw, 43.4px) 0 clamp(48px, 12.8vw, 65.1px) 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__inner01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: clamp(56px, 4.66vw, 70px) 0 clamp(38.4px, 3.2vw, 48px) 0;
  }
}
.p-clinic-doctor__inner01__right {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__inner01__right {
    width: 33%;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__inner01__left {
    width: 62%;
  }
}
.p-clinic-doctor__img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__img {
    width: 100%;
    margin: 0;
  }
}
.p-clinic-doctor__name {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: clamp(19.6px, 5.22vw, 26.6px);
  width: 7.5em;
  height: 7.5em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -1em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__name {
    font-size: clamp(19.6px, 1.63vw, 28px);
    width: 7.75em;
    height: 7.75em;
    right: -2em;
    bottom: -0.5em;
  }
}
.p-clinic-doctor__name::before {
  content: "";
  display: block;
  width: 120%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#c4d700), color-stop(90%, #31b6a0));
  background: linear-gradient(to left, #c4d700 0%, #31b6a0 90%);
  position: absolute;
  top: 0;
  left: 0;
}
.p-clinic-doctor__name--sm {
  font-size: clamp(14px, 3.73vw, 19px);
  display: block;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__name--sm {
    font-size: clamp(14px, 1.16vw, 20px);
  }
}
.p-clinic-doctor__name--ja {
  letter-spacing: 0.3em;
  display: block;
  position: relative;
  padding: 0.5em 0;
}
.p-clinic-doctor__name--en {
  letter-spacing: 0.1em;
  font-size: clamp(9.1px, 2.42vw, 12.35px);
  display: block;
  position: relative;
  padding-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__name--en {
    font-size: clamp(10.4px, 0.86vw, 13px);
  }
}
.p-clinic-doctor__name--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__name--sp {
    display: none;
  }
}
.p-clinic-doctor__name--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__name--pc {
    display: block;
    width: 100%;
  }
}
.p-clinic-doctor__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: clamp(48px, 12.8vw, 65.1px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__text {
    font-size: clamp(14.4px, 1.2vw, 18px);
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__inner02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-clinic-doctor__content {
  background-color: #ffffff;
  border: 2px solid #c4d700;
  border-radius: clamp(5px, 1.33vw, 6.8px);
  padding: clamp(24px, 6.4vw, 32.6px) clamp(22px, 5.86vw, 29.9px);
  margin-bottom: clamp(48px, 12.8vw, 65.1px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__content {
    border-radius: 10px;
    padding: clamp(32px, 2.66vw, 40px) clamp(36px, 3vw, 45px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__content--01 {
    width: 57%;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__content--02 {
    width: 38%;
  }
}
.p-clinic-doctor__data {
  position: relative;
}
.p-clinic-doctor__data__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #31b6a0;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(18px, 4.8vw, 24.4px);
  padding-bottom: 0.5em;
  border-bottom: 1px solid #31b6a0;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__data__title {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-clinic-doctor__data__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.5;
  font-size: clamp(14px, 3.73vw, 19px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__data__text {
    line-height: 1.8;
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-clinic-doctor__data__text--space {
  display: block;
  padding-bottom: 1.75em;
}
.p-clinic-doctor__data__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.p-clinic-doctor__data__data__title {
  width: 3.5em;
  padding-bottom: 0.25em;
}
.p-clinic-doctor__data__data__text {
  width: calc(100% - 3.5em);
  padding-bottom: 0.25em;
}
.p-clinic-doctor__data__list {
  line-height: 1.8;
}

.p-clinic-appointment {
  position: relative;
  padding: clamp(110px, 29.33vw, 149.3px) 0 clamp(48px, 12.8vw, 65.1px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment {
    padding: clamp(152px, 12.66vw, 190px) 0 clamp(64px, 5.33vw, 80px) 0;
  }
}
.p-clinic-appointment__img {
  width: 100%;
  position: absolute;
  top: 4px;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__img {
    width: 33%;
    top: clamp(115.2px, 9.6vw, 144px);
    right: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .p-clinic-appointment__img {
    right: 15%;
  }
}
@media screen and (min-width: 1536px) {
  .p-clinic-appointment__img {
    right: calc((100% - 1200px) / 2);
  }
}
.p-clinic-appointment__top {
  background-color: #31b6a0;
  padding: clamp(32px, 8.53vw, 43.4px) clamp(22px, 5.86vw, 29.9px);
  width: 88%;
  margin: 0 auto clamp(48px, 12.8vw, 65.1px) auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-clinic-appointment__top {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__top {
    padding: clamp(38.4px, 3.2vw, 48px) clamp(38.4px, 3.2vw, 48px);
    margin-bottom: clamp(64px, 5.33vw, 80px);
    margin-left: 10%;
    width: 46%;
  }
}
@media screen and (min-width: 1280px) {
  .p-clinic-appointment__top {
    margin-left: 15%;
  }
}
@media screen and (min-width: 1920px) {
  .p-clinic-appointment__top {
    margin-left: calc((100% - 1200px) / 2);
    width: 38%;
  }
}
.p-clinic-appointment__top__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__top__title {
    text-align: left;
    font-size: clamp(28px, 2.33vw, 40px);
  }
}
.p-clinic-appointment__top__text01 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  font-size: clamp(18px, 4.8vw, 24.4px);
  padding: 1.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__top__text01 {
    text-align: left;
    font-size: clamp(16.8px, 1.4vw, 24px);
    padding: 2em 0 1em 0;
  }
}
.p-clinic-appointment__top__text01--accent {
  color: #ffff00;
}
.p-clinic-appointment__top__text02 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__top__text02 {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-clinic-appointment__top__text02--accent {
  color: #ffff00;
}
.p-clinic-appointment__content {
  position: relative;
  background: -webkit-gradient(linear, right top, left bottom, from(#c4d700), to(#31b6a0));
  background: linear-gradient(to bottom left, #c4d700, #31b6a0);
  border-radius: clamp(10px, 2.66vw, 13.6px);
  padding: 2px;
  margin-bottom: clamp(48px, 12.8vw, 65.1px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__content {
    border-radius: 10px;
    padding: 3px;
    margin-bottom: clamp(49.6px, 4.13vw, 62px);
  }
}
.p-clinic-appointment__content__bg {
  background-color: #ffffff;
  padding: clamp(25px, 6.66vw, 33.9px) clamp(20px, 5.33vw, 27.1px) clamp(30px, 8vw, 40.7px) clamp(20px, 5.33vw, 27.1px);
  border-radius: clamp(10px, 2.66vw, 13.6px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__content__bg {
    padding: clamp(44px, 3.66vw, 55px) clamp(49.6px, 4.13vw, 62px) clamp(48px, 4vw, 60px) clamp(49.6px, 4.13vw, 62px);
    border-radius: 10px;
  }
}
.p-clinic-appointment__content__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #31b6a0;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: clamp(18px, 4.8vw, 24.4px);
  padding-bottom: 0.5em;
  border-bottom: 2px solid #31b6a0;
  margin-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__content__title {
    text-align: left;
    font-size: clamp(16.8px, 1.4vw, 24px);
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__content__title--right {
    padding-left: 40%;
  }
}
.p-clinic-appointment__content__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-bottom: 1.5em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__content__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__content__text--right {
    padding-left: 40%;
  }
}
.p-clinic-appointment__content__subtitle {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.6;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: 2em 0 0.75em 0;
  text-indent: -1.3em;
  margin-left: 1.3em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__content__subtitle {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-clinic-appointment__content__subtitle--accent {
  color: #31b6a0;
  line-height: 1;
  font-size: 0.888em;
  padding-right: 0.5em;
}
.p-clinic-appointment__content__list {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.5;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__content__list {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-clinic-appointment__content__list__item {
  text-indent: -1em;
  margin-left: 1em;
  padding-bottom: 0.25em;
}
.p-clinic-appointment__content__img {
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0 0 12.6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12.6px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__content__img {
    width: 32%;
    border: 7.2px solid #ffffff;
    position: absolute;
    top: clamp(8px, 0.66vw, 10px);
    left: clamp(16px, 1.33vw, 20px);
  }
}
@media screen and (min-width: 1536px) {
  .p-clinic-appointment__content__img {
    width: 30%;
    top: calc(clamp(8px, 0.66vw, 10px) * -1);
    left: clamp(40px, 3.33vw, 50px);
  }
}
.p-clinic-appointment__inner01 {
  padding-bottom: clamp(60px, 16vw, 81.4px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__inner01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: clamp(44px, 3.66vw, 55px);
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__inner01__left {
    width: 31%;
  }
}
.p-clinic-appointment__inner01__right {
  padding-top: clamp(32px, 8.53vw, 43.4px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__inner01__right {
    width: 47%;
    padding-top: 0;
  }
}
.p-clinic-appointment__tel {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(26.46px, 7.05vw, 35.9px);
  background-color: #5bc4b3;
  border: 1px solid #5bc4b3;
  padding: 0.5em 1em;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto clamp(24px, 6.4vw, 32.6px) auto;
}
@media screen and (min-width: 768px) {
  .p-clinic-appointment__tel {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__tel {
    font-size: clamp(19.6px, 1.63vw, 28px);
    width: 100%;
    margin: 0 0 clamp(8px, 0.66vw, 10px) 0;
  }
}
.p-clinic-appointment__tel--sm {
  font-size: clamp(13.23px, 3.52vw, 17.96px);
  display: block;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__tel--sm {
    font-size: clamp(11.2px, 0.93vw, 14px);
  }
}
.p-clinic-appointment__tel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-clinic-appointment__tel__icon {
  width: 0.65em;
  margin-right: 0.15em;
  margin-top: 0.1em;
}
.p-clinic-appointment__tel__icon .st0 {
  fill: #ffffff;
}
.p-clinic-appointment__tel:visited {
  color: #ffffff;
}
.p-clinic-appointment__tel:hover, .p-clinic-appointment__tel:focus, .p-clinic-appointment__tel:active {
  color: #5bc4b3;
  background-color: #ffffff;
}
.p-clinic-appointment__tel:hover .st0, .p-clinic-appointment__tel:focus .st0, .p-clinic-appointment__tel:active .st0 {
  fill: #5bc4b3;
}
.p-clinic-appointment__appointment {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(24.57px, 6.55vw, 33.3px);
  background-color: #74ca42;
  border: 1px solid #74ca42;
  padding: 0.75em 0.5em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto clamp(30px, 8vw, 40.7px) auto;
}
@media screen and (min-width: 768px) {
  .p-clinic-appointment__appointment {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__appointment {
    font-size: clamp(18.2px, 1.51vw, 26px);
    width: 100%;
    margin: 0.5em 0 0 0;
  }
}
.p-clinic-appointment__appointment::before {
  content: "";
  display: block;
  width: 0.55em;
}
.p-clinic-appointment__appointment__arrow {
  width: 0.75em;
  height: 1.25em;
  fill: #ffffff;
}
.p-clinic-appointment__appointment:visited {
  color: #ffffff;
}
.p-clinic-appointment__appointment:hover, .p-clinic-appointment__appointment:focus, .p-clinic-appointment__appointment:active {
  color: #74ca42;
  background-color: #ffffff;
}
.p-clinic-appointment__appointment:hover .l-footer__appointment__arrow, .p-clinic-appointment__appointment:focus .l-footer__appointment__arrow, .p-clinic-appointment__appointment:active .l-footer__appointment__arrow {
  fill: #74ca42;
}
.p-clinic-appointment__data {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: clamp(16px, 4.26vw, 21.7px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__data {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding-top: 2.5em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-clinic-appointment__data__title {
  color: #31b6a0;
  width: 4em;
}
.p-clinic-appointment__data__text {
  color: #3c3c3c;
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__inner02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__inner02__left {
    width: 40%;
  }
}
.p-clinic-appointment__inner02__right {
  padding-top: clamp(32px, 8.53vw, 43.4px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__inner02__right {
    width: 50%;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__bring01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-clinic-appointment__bring01__img {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__bring01__img {
    width: 40%;
    margin: 0;
  }
}
.p-clinic-appointment__bring01__caption {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.5;
  font-size: clamp(14.95px, 4vw, 20.4px);
  padding-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__bring01__caption {
    text-align: left;
    font-size: clamp(14.4px, 1.2vw, 18px);
    padding: 0 0 0 1em;
  }
}
.p-clinic-appointment__bring__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-clinic-appointment__bring02 {
  padding-top: clamp(22px, 5.86vw, 29.9px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__bring02 {
    padding-top: clamp(32px, 2.66vw, 40px);
  }
}
.p-clinic-appointment__bring02__img {
  height: clamp(117px, 31.2vw, 175.5px);
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-clinic-appointment__bring02__img {
    height: clamp(140px, 37.33vw, 210px);
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__bring02__img {
    height: clamp(124px, 10.33vw, 155px);
  }
}
@media screen and (min-width: 1536px) {
  .p-clinic-appointment__bring02__img {
    height: clamp(136px, 11.33vw, 170px);
  }
}
.p-clinic-appointment__bring02__caption {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.39;
  font-size: clamp(12px, 3.2vw, 16.3px);
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__bring02__caption {
    line-height: 1.29;
    font-size: clamp(12.4px, 1.03vw, 15.5px);
  }
}
.p-clinic-appointment__bring__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #f08300;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: 1em 0 0.75em 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__bring__title {
    text-align: left;
    line-height: 1.8;
    font-size: clamp(14.4px, 1.2vw, 18px);
    padding-top: 0;
  }
}
.p-clinic-appointment__bring__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__bring__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-clinic-appointment__bring__link {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(14px, 3.73vw, 19px);
  padding: 1em 0 1.25em 0;
  text-indent: -1.15em;
  margin-left: 1.15em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__bring__link {
    padding: 1em 0 2em 0;
    font-size: clamp(11.2px, 0.93vw, 14px);
  }
}
.p-clinic-appointment__bring__link__inner {
  color: #f08300;
  text-decoration: underline;
}
.p-clinic-appointment__bring__link__inner:visited, .p-clinic-appointment__bring__link__inner:hover, .p-clinic-appointment__bring__link__inner:active, .p-clinic-appointment__bring__link__inner:focus {
  color: #f08300;
}
.p-clinic-appointment__table {
  width: 100%;
}
.p-clinic-appointment__table__header {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
  font-size: clamp(14px, 3.73vw, 19px);
  background-color: #31b6a0;
  border-right: 1px solid #c4c4c4;
  padding: 0.75em 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__table__header {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding: 0.75em 0;
  }
}
.p-clinic-appointment__table__header:last-child {
  border-right: 0;
}
.p-clinic-appointment__table__header--sm {
  display: inline-block;
  text-align: justify;
  font-size: 0.71em;
  padding-top: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__table__header--sm {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-clinic-appointment__table__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.5;
  vertical-align: middle;
  font-size: clamp(14px, 3.73vw, 19px);
  background-color: #f6f9d9;
  padding: 0.75em 0.25em;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  width: 33.3333333333%;
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__table__title {
    line-height: 1;
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding: 0.75em 0 0.75em 2em;
    width: 26%;
  }
}
.p-clinic-appointment__table__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  font-size: clamp(14px, 3.73vw, 19px);
  background-color: #ffffff;
  padding: 0.75em 0.25em;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  width: 33.3333333333%;
}
@media screen and (min-width: 1024px) {
  .p-clinic-appointment__table__text {
    line-height: 1;
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding: 1em 0;
    width: 37%;
  }
}
.p-clinic-appointment__table__text:last-child {
  border-right: 0;
}
.p-clinic-appointment__table__text--accent {
  color: #f08300;
}

.p-clinic-partnership {
  position: relative;
  padding: clamp(80px, 21.33vw, 108.6px) 0 clamp(60px, 16vw, 81.4px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-clinic-partnership {
    padding: clamp(112px, 9.33vw, 140px) 0 clamp(96px, 8vw, 120px) 0;
  }
}
.p-clinic-partnership__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: clamp(30px, 8vw, 40.7px) 0 1em 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-partnership__text {
    font-size: clamp(14px, 1.16vw, 20px);
    padding: clamp(56px, 4.66vw, 70px) 0 1.5em 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-partnership__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-clinic-partnership__list__item {
  padding-bottom: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-partnership__list__item {
    width: 30%;
    padding-bottom: clamp(19.2px, 1.6vw, 24px);
  }
}
.p-clinic-partnership__link {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.5;
  font-size: clamp(16px, 4.26vw, 21.7px);
  background-color: #ffffff;
  border: 1.7778px solid #c4d700;
  border-radius: 1.9em;
  text-decoration: underline;
  height: 3.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .p-clinic-partnership__link {
    font-size: clamp(14.4px, 1.2vw, 18px);
    border: 2px solid #c4d700;
  }
}
.p-clinic-partnership__link:visited {
  color: #3c3c3c;
}
.p-clinic-partnership__link:hover, .p-clinic-partnership__link:focus, .p-clinic-partnership__link:active {
  color: #3c3c3c;
  background-color: #f0f5bf;
}

.p-clinic-gallery {
  position: relative;
  padding: clamp(80px, 21.33vw, 108.6px) 0 clamp(60px, 16vw, 81.4px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-clinic-gallery {
    padding: clamp(120px, 10vw, 150px) 0 clamp(84px, 7vw, 105px) 0;
  }
}
.p-clinic-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%;
  padding-top: clamp(30px, 8vw, 40.7px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-gallery__list {
    gap: 1.3333333333%;
    padding-top: clamp(64px, 5.33vw, 80px);
  }
}
.p-clinic-gallery__list__item {
  width: 48.5%;
  position: relative;
  padding-bottom: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-gallery__list__item {
    width: 24%;
    padding-bottom: clamp(33.6px, 2.8vw, 42px);
  }
}
.p-clinic-gallery__list__link {
  display: block;
  position: relative;
}
.p-clinic-gallery__list__icon {
  width: clamp(18px, 4.8vw, 24.4px);
  position: absolute;
  top: 3%;
  left: 3%;
}
@media screen and (min-width: 1024px) {
  .p-clinic-gallery__list__icon {
    width: clamp(33.6px, 2.8vw, 42px);
    top: 3%;
    left: 3%;
  }
}
.p-clinic-gallery__list__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #31b6a0;
  text-align: center;
  line-height: 1;
  font-size: clamp(14px, 3.73vw, 19px);
  padding: 0.65em 0;
  display: block;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .p-clinic-gallery__list__title {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-clinic-gallery__list__title--sm {
  line-height: clamp(14px, 3.73vw, 19px);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(13px, 3.46vw, 17.6px);
}
@media screen and (min-width: 768px) {
  .p-clinic-gallery__list__title--sm {
    line-height: 1;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-size: clamp(14px, 3.73vw, 19px);
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-gallery__list__title--sm {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-clinic-gallery__popup__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  font-size: clamp(16px, 4.26vw, 21.7px);
  display: block;
  position: absolute;
  top: 1.25em;
  left: 1.5em;
  background-color: #31b6a0;
  padding: 0.35em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-gallery__popup__title {
    font-size: clamp(16px, 1.33vw, 20px);
  }
}
.p-clinic-gallery__popup__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  background-color: #f6f9d9;
  padding: 1.25em 1em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-gallery__popup__text {
    font-size: clamp(14.4px, 1.2vw, 18px);
    padding: 1.75em 2.5em;
    min-height: 9em;
  }
}
@media screen and (min-width: 1920px) {
  .p-clinic-gallery__popup__text {
    min-height: 7em;
  }
}

.c-popup__content {
  position: relative;
}
.c-popup__bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 50;
}
.c-popup__box {
  display: none;
  position: fixed;
  top: clamp(65px, 17.25vw, 105px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 110;
  width: 100%;
  height: calc(100vh - clamp(65px, 17.25vw, 105px) * 2);
  background-color: #f6f9d9;
  padding: clamp(60px, 16vw, 81.4px) clamp(30px, 8vw, 40.7px) 0 clamp(30px, 8vw, 40.7px);
}
@media screen and (min-width: 1024px) {
  .c-popup__box {
    top: clamp(85px, 7vw, 120px);
    width: 60%;
    background-color: unset;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .c-popup__box {
    width: 60%;
  }
}
@media screen and (min-width: 1536px) {
  .c-popup__box {
    width: 55%;
  }
}
@media screen and (min-width: 1920px) {
  .c-popup__box {
    width: 60%;
  }
}
.c-popup__close {
  width: clamp(30px, 8vw, 40.7px);
  height: clamp(30px, 8vw, 40.7px);
  cursor: pointer;
  position: absolute;
  top: clamp(20px, 5.33vw, 27.1px);
  right: clamp(20px, 5.33vw, 27.1px);
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .c-popup__close {
    width: clamp(48px, 4vw, 60px);
    height: clamp(48px, 4vw, 60px);
    top: 0;
    right: calc(clamp(48px, 4vw, 60px) * -1);
  }
}
.c-popup__close span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  width: clamp(30px, 8vw, 40.7px);
  height: 2px;
  background: #3c3c3c;
  position: absolute;
  left: 50%;
  top: 50%;
}
.c-popup__close span:nth-child(1) {
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
}
.c-popup__close span:nth-child(2) {
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
}
.c-popup__nav .prev {
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(30px, 8vw, 40.7px);
  height: auto;
  z-index: 130;
}
@media screen and (min-width: 768px) {
  .c-popup__nav .prev {
    top: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .c-popup__nav .prev {
    width: clamp(40px, 3.33vw, 50px);
    left: calc(clamp(56px, 4.66vw, 70px) * -1);
  }
}
@media screen and (min-width: 1280px) {
  .c-popup__nav .prev {
    top: 40%;
  }
}
.c-popup__nav .prev.disabled {
  display: none;
}
.c-popup__nav .next {
  position: absolute;
  top: 30%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(30px, 8vw, 40.7px);
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-popup__nav .next {
    top: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .c-popup__nav .next {
    width: clamp(40px, 3.33vw, 50px);
    right: calc(clamp(56px, 4.66vw, 70px) * -1);
  }
}
@media screen and (min-width: 1280px) {
  .c-popup__nav .next {
    top: 40%;
  }
}
.c-popup__nav .next.disabled {
  display: none;
}

.p-clinic-facility {
  position: relative;
  padding: clamp(48px, 12.8vw, 65.1px) 0 clamp(28px, 7.46vw, 38px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-clinic-facility {
    padding: clamp(112px, 9.33vw, 140px) 0 clamp(38.4px, 3.2vw, 48px) 0;
  }
}
.p-clinic-facility__list {
  padding-top: clamp(48px, 12.8vw, 65.1px);
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-clinic-facility__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5%;
    width: 100%;
    margin: 0;
    padding-top: clamp(64px, 5.33vw, 80px);
  }
}
.p-clinic-facility__list__item {
  padding-bottom: clamp(48px, 12.8vw, 65.1px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-facility__list__item {
    width: 30%;
    padding-bottom: clamp(33.6px, 2.8vw, 42px);
  }
}
.p-clinic-facility__list__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #f08300;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: 1.25em 0 0.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-facility__list__title {
    font-size: clamp(16px, 1.33vw, 20px);
    padding: 1.5em 0 0.5em 0;
  }
}
.p-clinic-facility__list__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(14px, 3.73vw, 19px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-facility__list__text {
    font-size: clamp(13.6px, 1.13vw, 17px);
  }
}

/* Foundation */
.p-medicalcontents-menu {
  position: relative;
  padding: clamp(70px, 18.66vw, 95px) 0 clamp(230px, 61.33vw, 312.1px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-menu {
    padding: clamp(112px, 9.33vw, 140px) 0 clamp(88px, 7.33vw, 110px) 0;
  }
}
.p-medicalcontents-menu__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #f08300;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-bottom: clamp(48px, 12.8vw, 65.1px);
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-menu__text {
    text-align: center;
    font-size: clamp(16.8px, 1.4vw, 24px);
    padding-bottom: clamp(68px, 5.66vw, 85px);
  }
}

.p-medicalcontents-content {
  position: relative;
  padding: clamp(80px, 21.33vw, 108.6px) 0 clamp(250px, 66.66vw, 339.3px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content {
    padding: clamp(124px, 10.33vw, 155px) 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-medicalcontents-content__img {
  width: 100%;
  position: absolute;
  top: calc(clamp(170px, 45.33vw, 230.7px) * -1);
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content__img {
    width: 50%;
    top: clamp(166.4px, 13.38vw, 208px);
  }
}
.p-medicalcontents-content__img--odd {
  right: 0;
}
.p-medicalcontents-content__img--even {
  left: 0;
}
.p-medicalcontents-content__top {
  border-radius: clamp(5px, 1.33vw, 6.8px);
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  padding: clamp(30px, 8vw, 40.7px) clamp(20px, 5.33vw, 27.1px);
  position: relative;
  width: 88%;
  margin: 0 auto clamp(48px, 12.8vw, 65.1px) auto;
}
@media screen and (min-width: 768px) {
  .p-medicalcontents-content__top {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content__top {
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    padding: clamp(36px, 3vw, 45px) clamp(51.2px, 4.26vw, 64px);
    width: 50%;
    margin-bottom: clamp(120px, 10vw, 150px);
  }
}
@media screen and (min-width: 1536px) {
  .p-medicalcontents-content__top {
    width: 36%;
  }
}
.p-medicalcontents-content__top--odd {
  background-color: #f6f9d9;
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content__top--odd {
    margin-left: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .p-medicalcontents-content__top--odd {
    margin-left: 15%;
  }
}
@media screen and (min-width: 1536px) {
  .p-medicalcontents-content__top--odd {
    margin-left: calc((100% - 1200px) / 2);
  }
}
.p-medicalcontents-content__top--even {
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content__top--even {
    margin-right: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .p-medicalcontents-content__top--even {
    margin-right: 15%;
  }
}
@media screen and (min-width: 1536px) {
  .p-medicalcontents-content__top--even {
    margin-right: calc((100% - 1200px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content__top__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-medicalcontents-content__top__icon {
  width: clamp(120px, 32vw, 162.9px);
  border: 2px solid #c4d700;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content__top__icon {
    width: clamp(126px, 10.5vw, 180px);
    margin: 0;
  }
}
.p-medicalcontents-content__top__icon--odd {
  background-color: #ffffff;
}
.p-medicalcontents-content__top__icon--even {
  background-color: #fafceb;
}
.p-medicalcontents-content__top__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #31b6a0;
  text-align: center;
  line-height: 1;
  font-size: clamp(32px, 8.53vw, 43.4px);
  padding-top: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content__top__title {
    font-size: clamp(28px, 2.33vw, 40px);
    padding: 0 0 0 0.75em;
  }
}
.p-medicalcontents-content__top__title--accent {
  font-size: clamp(41.14px, 10.97vw, 55.83px);
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content__top__title--accent {
    font-size: clamp(36px, 3vw, 51.43px);
  }
}
.p-medicalcontents-content__top__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 1.5em;
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content__top__text {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-medicalcontents-content__middle {
  background-color: #ffffff;
  border: 2px solid #c4d700;
  border-radius: clamp(5px, 1.33vw, 6.8px);
  padding: clamp(24px, 6.4vw, 32.6px) clamp(22px, 5.86vw, 29.9px) clamp(14px, 3.73vw, 19px) clamp(22px, 5.86vw, 29.9px);
  margin-bottom: clamp(48px, 12.8vw, 65.1px);
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content__middle {
    border-radius: 10px;
    padding: clamp(36px, 3vw, 45px) clamp(32px, 2.66vw, 40px) clamp(28px, 2.33vw, 35px) clamp(32px, 2.66vw, 40px);
    margin-bottom: clamp(76.8px, 6.4vw, 96px);
  }
}
.p-medicalcontents-content__middle__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ef8200;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 5.33vw, 27.1px);
  padding-bottom: 0.5em;
  border-bottom: 2px solid #ef8200;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content__middle__title {
    font-size: clamp(21.7px, 1.8vw, 31px);
    padding-bottom: 0.75em;
    margin-bottom: 1em;
  }
}
.p-medicalcontents-content__middle__list {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  line-height: 1.5;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content__middle__list {
    font-size: clamp(14.4px, 1.2vw, 18px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-medicalcontents-content__middle__list__item {
  padding-bottom: 0.5em;
  text-indent: -1.1em;
  margin-left: 1.1em;
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content__middle__list__item {
    text-indent: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content__middle__list__item:nth-child(1), .p-medicalcontents-content__middle__list__item:nth-child(4), .p-medicalcontents-content__middle__list__item:nth-child(7) {
    width: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content__middle__list__item:nth-child(2), .p-medicalcontents-content__middle__list__item:nth-child(5), .p-medicalcontents-content__middle__list__item:nth-child(8) {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content__middle__list__item:nth-child(3), .p-medicalcontents-content__middle__list__item:nth-child(6) {
    width: 35%;
  }
}
.p-medicalcontents-content__middle__list__item--accent {
  color: #31b6a0;
  font-size: 0.888em;
  padding-right: 0.25em;
}
.p-medicalcontents-content__bottom__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 5.33vw, 27.1px);
  background-color: #31b6a0;
  width: 100%;
  height: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 1.75em;
  border-radius: 1.25em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content__bottom__title {
    font-size: clamp(21.7px, 1.8vw, 31px);
  }
}
.p-medicalcontents-content__bottom__list__item {
  padding: clamp(18px, 4.8vw, 24.4px) 0 clamp(16px, 4.26vw, 21.7px) clamp(22px, 5.86vw, 29.9px);
  border-bottom: 1px solid #c4c4c4;
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content__bottom__list__item {
    padding: clamp(14.4px, 1.2vw, 18px) 0 clamp(14.4px, 1.2vw, 18px) clamp(35px, 2.91vw, 48px);
  }
}
.p-medicalcontents-content__bottom__list__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ef8200;
  text-align: left;
  line-height: 1;
  font-size: clamp(19px, 5.06vw, 25.8px);
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content__bottom__list__title {
    font-size: clamp(16.8px, 1.4vw, 24px);
  }
}
.p-medicalcontents-content__bottom__list__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 0.35em;
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-content__bottom__list__text {
    font-size: clamp(14.4px, 1.2vw, 18px);
    padding-top: 0.4em;
  }
}

.p-medicalcontents-ear__list {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  line-height: 1.5;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-ear__list {
    font-size: clamp(14.4px, 1.2vw, 18px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-medicalcontents-ear__list__item {
  padding-bottom: 0.5em;
  text-indent: -1.1em;
  margin-left: 1.1em;
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-ear__list__item {
    text-indent: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-ear__list__item:nth-child(odd) {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-ear__list__item:nth-child(even) {
    width: 55%;
  }
}
.p-medicalcontents-ear__list__item--accent {
  color: #31b6a0;
  font-size: 0.888em;
  padding-right: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-ear__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5%;
  }
}

.p-medicalcontents-exam {
  position: relative;
  padding: clamp(64px, 17.06vw, 86.9px) 0 clamp(80px, 21.33vw, 108.6px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-exam {
    padding: clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-medicalcontents-exam__content {
  position: relative;
  background: -webkit-gradient(linear, right top, left bottom, from(#c4d700), to(#31b6a0));
  background: linear-gradient(to bottom left, #c4d700, #31b6a0);
  border-radius: clamp(10px, 2.66vw, 13.6px);
  padding: 2px;
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-exam__content {
    border-radius: 10px;
    padding: 3px;
  }
}
.p-medicalcontents-exam__content__bg {
  background-color: #ffffff;
  padding: clamp(30px, 8vw, 40.7px) clamp(20px, 5.33vw, 27.1px) clamp(32px, 8.53vw, 43.4px) clamp(20px, 5.33vw, 27.1px);
  border-radius: clamp(10px, 2.66vw, 13.6px);
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-exam__content__bg {
    padding: clamp(40px, 3.33vw, 50px) clamp(51.2px, 4.26vw, 64px) clamp(38.4px, 3.2vw, 48px) clamp(51.2px, 4.26vw, 64px);
    border-radius: 10px;
  }
}
.p-medicalcontents-exam__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #31b6a0;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: clamp(22px, 5.86vw, 29.9px);
  padding-bottom: 0.5em;
  border-bottom: 2px solid #31b6a0;
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-exam__title {
    text-align: left;
    font-size: clamp(21.7px, 1.8vw, 31px);
    padding-left: 40%;
  }
}
.p-medicalcontents-exam__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-exam__text {
    font-size: clamp(14.4px, 1.2vw, 18px);
    padding-left: 40%;
  }
}
.p-medicalcontents-exam__list {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.5;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: 1em 0;
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-exam__list {
    font-size: clamp(14.4px, 1.2vw, 18px);
    padding: 0.5em 0 0 40%;
  }
}
.p-medicalcontents-exam__list__item {
  position: relative;
  text-indent: -1.3em;
  margin-left: 1.3em;
  padding-bottom: 0.5em;
}
.p-medicalcontents-exam__list__item--accent {
  color: #31b6a0;
  line-height: 1;
  font-size: 0.888em;
  padding-right: 0.5em;
}
.p-medicalcontents-exam__img {
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0 0 12.6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12.6px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-medicalcontents-exam__img {
    width: 32%;
    border: 7.2px solid #ffffff;
    position: absolute;
    top: clamp(40px, 3.33vw, 50px);
    left: clamp(40px, 3.33vw, 50px);
  }
}
@media screen and (min-width: 1536px) {
  .p-medicalcontents-exam__img {
    width: 30%;
  }
}

/* Foundation */
.p-privacypolicy {
  position: relative;
  padding: clamp(65px, 17.33vw, 88.2px) 0 clamp(80px, 21.33vw, 108.6px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy {
    padding: clamp(108px, 9vw, 135px) 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-privacypolicy {
    width: 80%;
    margin: 0 auto;
  }
}
.p-privacypolicy__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #31b6a0;
  text-align: center;
  line-height: 1.5;
  font-size: clamp(18px, 4.8vw, 24.4px);
  padding-bottom: 1.5em;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy__title {
    font-size: clamp(19.6px, 1.63vw, 28px);
    padding-bottom: 2em;
  }
}
.p-privacypolicy__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy__text {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-privacypolicy__list {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: 1.25em 0;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy__list {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-privacypolicy__list__item {
  position: relative;
  text-indent: -1.3em;
  margin-left: 1.3em;
}
.p-privacypolicy__list__item--accent {
  color: #31b6a0;
  line-height: 1;
  font-size: 0.888em;
  padding-right: 0.5em;
}
.p-privacypolicy__list__link {
  color: #3c3c3c;
  font-size: clamp(16px, 4.26vw, 21.7px);
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy__list__link {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-privacypolicy__list__link:visited, .p-privacypolicy__list__link:hover, .p-privacypolicy__list__link:active, .p-privacypolicy__list__link:focus {
  color: #3c3c3c;
}

/* Foundation */
.p-wp-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: clamp(70px, 18.66vw, 95px) 0;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog {
    padding: clamp(80px, 6.66vw, 100px) 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-wp-blog__main {
  width: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__main {
    width: 70%;
    padding-right: clamp(51.2px, 4.26vw, 64px);
  }
}
.p-wp-blog__side {
  width: 100%;
  padding-top: clamp(56px, 14.93vw, 76px);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side {
    width: 30%;
    padding-top: 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-wp-blog__side {
    padding-left: 3%;
  }
}
.p-wp-blog__post {
  border-bottom: 1px solid #9d9d9d;
  padding: clamp(22px, 5.86vw, 29.9px) 0;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post {
    padding: clamp(24px, 2vw, 30px) 0;
  }
}
.p-wp-blog__post__link {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__img {
    width: 33%;
  }
}
@media screen and (min-width: 1536px) {
  .p-wp-blog__post__img {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__inner {
    width: 65%;
    padding-top: 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-wp-blog__post__inner {
    width: 73%;
  }
}
.p-wp-blog__post__inner__header {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 3.73vw, 19px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  padding-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__inner__header {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding-top: 0;
  }
}
.p-wp-blog__post__date {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  line-height: 1;
  font-size: clamp(14px, 3.73vw, 19px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__date {
    font-size: clamp(11.2px, 0.93vw, 16px);
  }
}
.p-wp-blog__post__cat__list {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(11.38px, 3.03vw, 17px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__cat__list {
    font-size: clamp(10.4px, 0.86vw, 13px);
  }
}
.p-wp-blog__post__cat__list__item {
  color: #ffffff;
  text-align: center;
  background-color: #31b6a0;
  border-radius: 4px;
  padding: 0.25em 1.5em;
}
.p-wp-blog__post__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-size: clamp(18px, 4.8vw, 24.4px);
  padding: 0.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__title {
    font-size: clamp(16.8px, 1.4vw, 24px);
  }
}
.p-wp-blog__side__list {
  position: relative;
  background-color: #ffffff;
  padding: clamp(20px, 5.33vw, 27.1px) clamp(20px, 5.33vw, 27.1px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list {
    padding: clamp(19.2px, 1.6vw, 24px) clamp(12.8px, 1.06vw, 16px);
  }
}
.p-wp-blog__side__list h2 {
  position: relative;
  border-bottom: 1px solid #31b6a0;
  padding-bottom: 0.5em;
  margin-bottom: 1.5px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #31b6a0;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list h2 {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-wp-blog__side__list ul {
  padding: 0 0 3em 0;
  position: relative;
}
.p-wp-blog__side__list ul.children {
  padding: 0 0 0 1em;
}
.p-wp-blog__side__list a {
  display: block;
  padding: 0.5em 0.2em;
  line-height: 1.6;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  font-size: clamp(14px, 3.73vw, 19px);
  border-bottom: 1px solid #9d9d9d;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list a {
    font-size: clamp(11.2px, 0.93vw, 16px);
  }
}
.p-wp-blog__side__list a:visited, .p-wp-blog__side__list a:hover {
  color: #3c3c3c;
}
.p-wp-blog__side__list .widget_recent_entries a {
  padding: 2.25em 0 1em 0;
}
.p-wp-blog__side__list .widget_recent_entries .post-date {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  font-size: clamp(12px, 3.2vw, 16.3px);
  position: absolute;
  top: 1em;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list .widget_recent_entries .post-date {
    font-size: clamp(9.8px, 0.81vw, 14px);
  }
}
.p-wp-blog__side__list .recent-posts-widget-with-thumbnails li {
  position: relative;
  margin: 0;
}
.p-wp-blog__side__list .recent-posts-widget-with-thumbnails a {
  padding: clamp(12px, 3.2vw, 16.3px) 0;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #c4c4c4;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list .recent-posts-widget-with-thumbnails a {
    padding: clamp(9.6px, 0.8vw, 12px) 0;
  }
}
.p-wp-blog__side__list .recent-posts-widget-with-thumbnails a::after {
  content: "お知らせ";
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  font-size: clamp(10px, 2.66vw, 13.6px);
  background-color: #31b6a0;
  border-radius: 4px;
  padding: 0.25em 1em;
  position: absolute;
  top: clamp(18px, 4.8vw, 24.4px);
  left: 38%;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list .recent-posts-widget-with-thumbnails a::after {
    font-size: clamp(9.1px, 0.75vw, 11.38px);
    top: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-wp-blog__side__list .recent-posts-widget-with-thumbnails .rpwwt-post-title {
  padding-top: 3.25em;
  width: 62%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1536px) {
  .p-wp-blog__side__list .recent-posts-widget-with-thumbnails .rpwwt-post-title {
    padding-top: 2.75em;
  }
}
.p-wp-blog__side__list .recent-posts-widget-with-thumbnails .rpwwt-post-date {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  font-size: clamp(12px, 3.2vw, 16.3px);
  position: absolute;
  top: 3.25em;
  left: 38%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list .recent-posts-widget-with-thumbnails .rpwwt-post-date {
    font-size: clamp(9.8px, 0.81vw, 14px);
  }
}
@media screen and (min-width: 1536px) {
  .p-wp-blog__side__list .recent-posts-widget-with-thumbnails .rpwwt-post-date {
    top: 2.75em;
  }
}
.p-wp-blog__side__list #rpwwt-recent-posts-widget-with-thumbnails-2 img {
  margin: 0;
  width: 35%;
  max-width: none;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list #rpwwt-recent-posts-widget-with-thumbnails-2 img {
    max-width: 92px;
  }
}
.p-wp-blog .pagination {
  margin: 2rem 0 0;
}
.p-wp-blog .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-wp-blog .pagination .page-numbers {
  display: inline-block;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-right: 0.5em;
  padding: 1em 1.25em;
  color: #3c3c3c;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 3px #31b6a0;
          box-shadow: 0 3px 3px #31b6a0;
  background: #ffffff;
}
.p-wp-blog .pagination .current {
  padding: 1em 1.25em;
  background: #31b6a0;
  color: #ffffff;
}
.p-wp-blog .pagination .prev,
.p-wp-blog .pagination .next {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3c3c3c;
}
.p-wp-blog .pagination .dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-wp-blog__single {
  padding: clamp(16px, 4.26vw, 21.7px) 0;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single {
    padding: clamp(24px, 2vw, 30px) 0;
  }
}
.p-wp-blog__single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
.p-wp-blog__single__date {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.6;
  font-size: clamp(14px, 3.73vw, 19px);
  padding-top: 0.075em;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__date {
    line-height: 1.6;
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-wp-blog__single__cat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(11px, 2.93vw, 14.9px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__cat__list {
    font-size: clamp(11.2px, 0.93vw, 14px);
  }
}
.p-wp-blog__single__cat__item {
  background-color: #31b6a0;
  border-radius: 4px;
  min-width: 6.5em;
  color: #ffffff;
  text-align: center;
  padding: 0.25em 1.5em;
  display: inline-block;
}
.p-wp-blog__single__title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  line-height: 1.4;
  font-size: clamp(18px, 4.8vw, 24.4px);
  border-bottom: 2px solid #31b6a0;
  padding: 0.5em 0 0.5em 0;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__title {
    font-size: clamp(16.8px, 1.4vw, 24px);
  }
}
.p-wp-blog__single__text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-wp-blog__single__text p {
  line-height: 1.8;
}
.p-wp-blog__single__text img {
  display: inline-block;
  width: auto;
}/*# sourceMappingURL=style.css.map */