@charset "UTF-8";
/* Foundation */
/*
// FOT-UD角ゴ_ラージ Pr6N DB
.ud-db {
  font-family: foundation.$udkakugo;
  font-weight: foundation.$font-600;
  font-style: foundation.$font-n;
}

// FOT-UD角ゴ_ラージ Pr6N R
.ud-r {
  font-family: foundation.$udkakugo;
  font-weight: foundation.$font-400;
  font-style: foundation.$font-n;
}

//DNP 秀英明朝 Pr6 M
.shuei-min {
  font-family: foundation.$shuei-min;
  font-weight: foundation.$font-500;
  font-style: foundation.$font-n;
}
*/
*,
::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;
}

*: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: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: clamp(65px, 17.25vw, 105px);
  z-index: 20;
  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: 55%;
  height: 95%;
  margin-left: 6%;
  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: 45%;
    margin-left: 10%;
  }
}
.l-header-sp__button {
  position: relative;
  background: #746458;
  display: block;
  width: clamp(65px, 17.25vw, 105px);
  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: 45%;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.l-header-sp__button__line:nth-of-type(1) {
  top: 20%;
}
.l-header-sp__button__line:nth-of-type(2) {
  top: 35%;
}
.l-header-sp__button__line:nth-of-type(3) {
  top: 50%;
}
.l-header-sp__button.open .l-header-sp__button__line:nth-of-type(1) {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  top: 35%;
}
.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(40deg);
          transform: rotate(40deg);
  top: 35%;
}
.l-header-sp__button__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(10px, 2.66vw, 13.6px);
  position: absolute;
  bottom: 1.2em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.l-header-sp__nav {
  display: block;
  background: rgba(116, 100, 88, 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: 0;
  padding-bottom: clamp(75px, 20vw, 193px);
}
.l-header-sp__menu::-webkit-scrollbar {
  display: none;
}
.l-header-sp__menu__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(13px, 3.46vw, 17.6px);
  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;
  position: relative;
  padding: 1.25em 2em;
  border-bottom: 1px solid #ffffff;
}
@media screen and (min-width: 768px) {
  .l-header-sp__menu__text {
    padding: 2em 4em;
  }
}
.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 > li:last-child .l-header-sp__menu__text {
  border-bottom: none;
}
.l-header-sp__menu__toggle {
  display: block;
  width: 1em;
  height: 1em;
  position: relative;
}
.l-header-sp__menu__toggle::before, .l-header-sp__menu__toggle::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0.4em;
  width: 1em;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header-sp__menu__toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-header-sp__menu--dropdown__menu {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(13px, 3.46vw, 17.6px);
  background-color: rgba(144, 131, 121, 0.8);
  padding: 0 2em 1em 2em;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-header-sp__menu--dropdown__menu {
    padding: 0 4em 1.5em 4em;
  }
}
.l-header-sp__menu--dropdown__menu__item {
  width: 50%;
}
.l-header-sp__menu--dropdown__menu__text {
  color: #ffffff;
  line-height: 1;
  position: relative;
  padding: 1.5em 0.5em 0.75em 0.5em;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-header-sp__menu--dropdown__menu__text {
    padding: 2em 0.5em 0.75em 0.5em;
  }
}
.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: #ffffff;
}
.l-header-sp__menu--dropdown.open .l-header-sp__menu__text {
  border-bottom: none;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ffffff;
}

.l-header-lowerfixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .l-header-lowerfixed {
    display: none;
  }
}
.l-header-lowerfixed__tel {
  background: #746458;
  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: #eb9a4a;
  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: 20;
  }
}
.l-header-pc__logo {
  width: 17%;
  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%;
}
@media screen and (min-width: 1536px) {
  .l-header-pc__logo {
    width: 15.75%;
  }
}
.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: 80%;
  height: 100%;
  position: relative;
  padding-right: 1.5%;
}
.l-header-pc__menu {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(10.5px, 0.875vw, 15px);
  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: 2em;
  }
}
@media screen and (min-width: 1920px) {
  .l-header-pc__menu {
    padding-right: 4em;
  }
}
.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: #eb9a4a;
}
.l-header-pc__menu__sub {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(10.5px, 0.875vw, 15px);
  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.15em 0;
  background-color: #ede8df;
  -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: #eb9a4a;
}
.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: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(10.4px, 0.86vw, 14px);
  height: 5.5em;
  width: 17em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 1.25em;
  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;
  background-color: #746458;
}
@media screen and (min-width: 1536px) {
  .l-header-pc__tel {
    width: 19em;
    margin-right: 1.75em;
  }
}
.l-header-pc__tel__title {
  display: block;
  padding-bottom: 0.25em;
}
.l-header-pc__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;
  letter-spacing: 0.03em;
  font-size: clamp(17.6px, 1.46vw, 26.28px);
}
.l-header-pc__tel__icon {
  width: 0.75em;
  margin-right: 0.15em;
  margin-top: 0.15em;
}
.l-header-pc__tel__text {
  display: block;
}
.l-header-pc__tel:visited {
  color: #ffffff;
}
.l-header-pc__tel:hover, .l-header-pc__tel:focus, .l-header-pc__tel:active {
  color: #ffffff;
  opacity: 0.7;
}
.l-header-pc__appointment {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(10.4px, 0.86vw, 14px);
  height: 5.5em;
  width: 17em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
  background-color: #eb9a4a;
}
@media screen and (min-width: 1536px) {
  .l-header-pc__appointment {
    width: 19em;
  }
}
.l-header-pc__appointment__title {
  display: block;
  padding-bottom: 0.25em;
}
.l-header-pc__appointment__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;
  letter-spacing: 0.05em;
  font-size: clamp(18.4px, 1.53vw, 27.72px);
}
.l-header-pc__appointment__icon {
  width: 1.5em;
  margin-right: 0.25em;
  margin-top: 0.05em;
}
.l-header-pc__appointment__text {
  display: block;
}
.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;
}
.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__bg01 {
  background-color: #ffffff;
  padding: clamp(38px, 10.13vw, 51.6px) 0 clamp(35px, 9.33vw, 47.5px) 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__bg01 {
    padding: clamp(120px, 10vw, 150px) 0 clamp(52.8px, 4.4vw, 66px) 0;
  }
}
.l-footer__wrapper {
  position: relative;
  width: 87%;
  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;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__inner01 {
    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) {
  .l-footer__inner01__left {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__inner01__right {
    width: 49.5%;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__treatmenttime {
    width: 87%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__treatmenttime {
    width: 100%;
    margin: 0;
  }
}
.l-footer__address {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 22px);
  padding: 2em 0 0 7.5%;
}
@media screen and (min-width: 768px) {
  .l-footer__address {
    padding: 2em 0 0 12.5%;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__address {
    font-size: clamp(11.2px, 0.93vw, 14px);
    padding: 1.5em 0 0 0;
  }
}
@media screen and (min-width: 1536px) {
  .l-footer__address {
    padding-top: 2em;
  }
}
.l-footer__contact {
  padding: clamp(26px, 6.93vw, 35.3px) 0 clamp(24px, 6.4vw, 32.6px) 0;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__contact {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    width: 100%;
    margin: auto 0 0 0;
  }
}
.l-footer__tel {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(14.44px, 4vw, 20.4px);
  height: 5.5em;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
  background-color: #746458;
  margin: 0 auto clamp(24px, 6.4vw, 32.6px) auto;
}
@media screen and (min-width: 1024px) {
  .l-footer__tel {
    font-size: clamp(10.4px, 0.86vw, 14px);
    width: 17em;
    margin: 0;
  }
}
@media screen and (min-width: 1536px) {
  .l-footer__tel {
    width: 19em;
    margin-right: 1.75em;
  }
}
.l-footer__tel__title {
  display: block;
  padding-bottom: 0.25em;
}
.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;
  font-size: clamp(27.11px, 7.2vw, 36.6px);
}
@media screen and (min-width: 1024px) {
  .l-footer__tel__inner {
    letter-spacing: 0.03em;
    font-size: clamp(17.6px, 1.46vw, 26.28px);
  }
}
.l-footer__tel__icon {
  width: 0.85em;
  margin-right: 0.1em;
  margin-top: 0.05em;
}
.l-footer__tel__text {
  display: block;
}
.l-footer__tel:visited {
  color: #ffffff;
}
.l-footer__tel:hover, .l-footer__tel:focus, .l-footer__tel:active {
  color: #ffffff;
  opacity: 0.7;
}
.l-footer__appointment {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(14.44px, 4vw, 20.4px);
  height: 5.5em;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
  background-color: #eb9a4a;
  margin: 0 auto clamp(24px, 6.4vw, 32.6px) auto;
}
@media screen and (min-width: 1024px) {
  .l-footer__appointment {
    font-size: clamp(10.4px, 0.86vw, 14px);
    width: 17em;
    margin: 0;
  }
}
@media screen and (min-width: 1536px) {
  .l-footer__appointment {
    width: 19em;
  }
}
.l-footer__appointment__title {
  display: block;
  padding-bottom: 0.25em;
}
.l-footer__appointment__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;
  letter-spacing: 0.03em;
  font-size: clamp(28.59px, 7.46vw, 38px);
}
@media screen and (min-width: 1024px) {
  .l-footer__appointment__inner {
    letter-spacing: 0.05em;
    font-size: clamp(18.4px, 1.53vw, 27.72px);
  }
}
.l-footer__appointment__icon {
  width: 1.5em;
  margin-right: 0.25em;
  margin-top: 0.05em;
}
.l-footer__appointment__text {
  display: block;
}
.l-footer__appointment:visited {
  color: #ffffff;
}
.l-footer__appointment:hover, .l-footer__appointment:focus, .l-footer__appointment:active {
  color: #ffffff;
  opacity: 0.7;
}
.l-footer__inner02 {
  padding: clamp(5px, 1.33vw, 6.8px) 0 0 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__inner02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: clamp(51.2px, 4.26vw, 64px) 0 0 0;
  }
}
.l-footer__access {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #746458;
  line-height: 1.5;
  letter-spacing: 0.08em;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: clamp(15px, 4vw, 20.4px);
}
@media screen and (min-width: 1024px) {
  .l-footer__access {
    font-size: clamp(14.4px, 1.2vw, 20px);
    padding-top: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__access:first-of-type {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__access:last-of-type {
    width: 75%;
  }
}
.l-footer__access__icon {
  background-color: #f2ede4;
  width: clamp(80px, 21.33vw, 108.6px);
  height: clamp(80px, 21.33vw, 108.6px);
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .l-footer__access__icon {
    width: clamp(89.6px, 7.46vw, 128px);
    height: clamp(89.6px, 7.46vw, 128px);
  }
}
.l-footer__access__text {
  padding-left: 1em;
  width: calc(100% - clamp(80px, 21.33vw, 108.6px));
}
@media screen and (min-width: 1024px) {
  .l-footer__access__text {
    width: auto;
  }
}
.l-footer__access__bus {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding-top: 0.25em;
}
@media screen and (min-width: 1024px) {
  .l-footer__access__bus {
    font-size: clamp(12px, 1vw, 15px);
    padding: 0 0 0 1.5em;
    width: 50%;
  }
}
@media screen and (min-width: 1536px) {
  .l-footer__access__bus {
    padding-left: 2em;
  }
}
@media screen and (min-width: 1920px) {
  .l-footer__access__bus {
    width: 52%;
  }
}
.l-footer__access__bus__link {
  color: #746458;
  text-decoration: underline;
}
.l-footer__access__bus__link:visited, .l-footer__access__bus__link:hover, .l-footer__access__bus__link:active, .l-footer__access__bus__link:focus {
  color: #746458;
}
.l-footer__bg02 {
  background-color: #f2ede4;
  padding: clamp(40px, 10.66vw, 54.3px) 0 clamp(20px, 5.33vw, 27.1px) 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__bg02 {
    padding: clamp(32px, 2.66vw, 40px) 0 clamp(36px, 3vw, 45px) 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__inner03 {
    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-footer__inner03__left {
    width: 40%;
  }
}
.l-footer__inner03__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: clamp(20px, 5.33vw, 27.1px) 0 0 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-footer__inner03__right {
    width: 60%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
  }
}
.l-footer__logo {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-footer__logo {
    width: 70%;
    margin: 0;
  }
}
.l-footer__menu {
  width: 50%;
  padding: clamp(18px, 4.8vw, 24.4px) 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu {
    width: auto;
    padding: 0;
  }
}
.l-footer__menu:last-of-type {
  width: 100%;
  border-top: 1px solid #746458;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu:last-of-type {
    width: auto;
    border-top: none;
  }
}
.l-footer__menu__link {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(13px, 3.46vw, 17.6px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu__link {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.l-footer__menu__link:visited {
  color: #3c3c3c;
}
.l-footer__menu__link:hover, .l-footer__menu__link:active, .l-footer__menu__link:focus {
  color: #eb9a4a;
}
.l-footer__menu__link--disable {
  pointer-events: none;
}
.l-footer__menu__sub--last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu__sub--last {
    display: block;
  }
}
.l-footer__menu__sub--last__item {
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu__sub--last__item {
    width: 100%;
  }
}
.l-footer__menu__sub__link {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(13px, 3.46vw, 17.6px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu__sub__link {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.l-footer__menu__sub__link:visited {
  color: #3c3c3c;
}
.l-footer__menu__sub__link:hover, .l-footer__menu__sub__link:active, .l-footer__menu__sub__link:focus {
  color: #eb9a4a;
}
.l-footer__copyright {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding: 1.5em 0 7em 0;
  position: relative;
  background-color: #746458;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    padding-bottom: 9em;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__copyright {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding: 1.75em 0;
  }
}
.l-footer__copyright__text {
  position: relative;
}

/* Foundation */
.l-main {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
}
.l-main--sticky {
  position: relative;
  overflow: visible;
  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: #f2ede4;
}
.l-main__main {
  position: relative;
  background-color: #746458;
}
.l-main__about {
  position: relative;
  background-color: #f3f3f3;
}
.l-main__logo {
  position: relative;
  background-repeat: no-repeat;
  background-size: 80% auto;
}
@media screen and (min-width: 1024px) {
  .l-main__logo {
    background-size: 45% auto;
  }
}
.l-main__logo--base {
  background-image: url("../img/cmn-bg-logo-base.svg");
  background-position: right top;
}
.l-main__logo--primary {
  background-image: url("../img/cmn-bg-logo-primary.svg");
  background-position: left top;
}
.l-main__logo--main {
  background-image: url("../img/cmn-bg-logo-main.svg");
  background-position: right top;
}
.l-main__medicalinformation {
  background-image: -webkit-image-set(url("../img/medicalinformation-menu-family-sp.png.webp") type("image/webp"), url("../img/medicalinformation-menu-family-sp.png") type("image/png"));
  background-image: image-set(url("../img/medicalinformation-menu-family-sp.png.webp") type("image/webp"), url("../img/medicalinformation-menu-family-sp.png") type("image/png"));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (min-width: 1024px) {
  .l-main__medicalinformation {
    background-image: -webkit-image-set(url("../img/medicalinformation-menu-family.png.webp") type("image/webp"), url("../img/medicalinformation-menu-family.png") type("image/png"));
    background-image: image-set(url("../img/medicalinformation-menu-family.png.webp") type("image/webp"), url("../img/medicalinformation-menu-family.png") type("image/png"));
    background-position: left 20% center;
  }
}
.l-main__wrapper {
  position: relative;
  width: 87%;
  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__wrapper--wide {
  position: relative;
  width: 87%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-main__wrapper--wide {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .l-main__wrapper--wide {
    width: 85%;
    max-width: 1536px;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__wrapper--wide {
    width: 80%;
  }
}
@media screen and (min-width: 1536px) {
  .l-main__wrapper--wide {
    width: 82%;
  }
}

.l-main-header {
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  padding-right: 6%;
  margin-top: clamp(65px, 17.25vw, 105px);
}
@media screen and (min-width: 768px) {
  .l-main-header {
    padding-right: 10%;
    margin-top: clamp(85px, 7vw, 120px);
  }
}
@media screen and (min-width: 1024px) {
  .l-main-header {
    padding-right: 5%;
  }
}
@media screen and (min-width: 1536px) {
  .l-main-header {
    padding-right: 3.5%;
  }
}
.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 center;
  width: 100%;
  height: clamp(120px, 32vw, 162.9px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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;
  padding-left: 6%;
  border-radius: 0 clamp(10px, 2.66vw, 13.6px) clamp(10px, 2.66vw, 13.6px) 0;
}
@media screen and (min-width: 768px) {
  .l-main-header__title {
    padding-left: 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(196px, 16.33vw, 280px);
    border-radius: 0 clamp(22.4px, 1.86vw, 32px) clamp(22.4px, 1.86vw, 32px) 0;
  }
}
.l-main-header__title--en {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  line-height: 1.18;
  letter-spacing: 0.08em;
  font-size: clamp(27px, 7.2vw, 36.6px);
}
@media screen and (min-width: 1024px) {
  .l-main-header__title--en {
    line-height: 1;
    font-size: clamp(35px, 2.9vw, 52px);
  }
}
.l-main-header__title--ja {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(11px, 2.93vw, 14.9px);
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .l-main-header__title--ja {
    font-size: clamp(15.4px, 1.28vw, 22px);
  }
}

/* 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--career {
  margin-top: calc((clamp(65px, 17.25vw, 105px) + clamp(200px, 53.33vw, 280px)) * -1);
  padding-top: calc(clamp(65px, 17.25vw, 105px) + clamp(200px, 53.33vw, 280px));
}
@media screen and (min-width: 1024px) {
  .c-anchor--career {
    margin-top: calc(clamp(85px, 7vw, 120px) * -1);
    padding-top: clamp(85px, 7vw, 120px);
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Foundation */
.c-breadcrumb {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(11px, 2.93vw, 14.9px);
  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;
  padding: 0.75em 0;
}
@media screen and (min-width: 1024px) {
  .c-breadcrumb {
    font-size: clamp(10.4px, 0.86vw, 13px);
    padding: 1em 0 clamp(38.4px, 3.2vw, 48px) 0;
  }
}
.c-breadcrumb__parent {
  color: #746458;
  line-height: 1.6;
  position: relative;
}
.c-breadcrumb__parent a:visited,
.c-breadcrumb__parent a:hover,
.c-breadcrumb__parent a:active,
.c-breadcrumb__parent a:focus {
  color: #746458;
}
.c-breadcrumb__item {
  color: #3c3c3c;
  line-height: 1.6;
}
.c-breadcrumb__item::before {
  content: "＞";
  padding: 0 0.5em 0 1em;
  color: #3c3c3c;
}

/* Foundation */
.c-section__title--en {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #746458;
  text-align: center;
  line-height: 1.16;
  letter-spacing: 0.08em;
  font-size: clamp(34px, 9.06vw, 46.1px);
}
@media screen and (min-width: 1024px) {
  .c-section__title--en {
    font-size: clamp(44.8px, 3.73vw, 64px);
  }
}
@media screen and (min-width: 1920px) {
  .c-section__title--en {
    font-size: clamp(64px, 5.33vw, 87px);
  }
}
@media screen and (min-width: 1024px) {
  .c-section__title--en--sm {
    font-size: clamp(44px, 3.66vw, 56px);
  }
}
@media screen and (min-width: 1024px) {
  .c-section__title--en--lg {
    font-size: clamp(44.8px, 3.73vw, 64px);
  }
}
@media screen and (min-width: 1920px) {
  .c-section__title--en--lg {
    font-size: clamp(64px, 5.33vw, 93.12px);
  }
}
.c-section__title--en--line {
  display: block;
  white-space: normal;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .c-section__title--en--line {
    display: inline;
    white-space: nowrap;
    text-align: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .c-section__title--en--line:first-child::after {
    content: " ";
  }
}
.c-section__title--ja {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: 1.15em 0 clamp(32px, 8.53vw, 43.4px) 0;
}
@media screen and (min-width: 1024px) {
  .c-section__title--ja {
    font-size: clamp(17.6px, 1.46vw, 22px);
    padding-bottom: clamp(73.6px, 6.13vw, 92px);
  }
}
@media screen and (min-width: 1024px) {
  .c-section__title--ja--news {
    text-align: left;
    padding-bottom: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .c-section__title--left {
    text-align: left;
  }
}
.c-section__title--base {
  color: #ffffff;
}
.c-section__title02 {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  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;
  background-color: #746458;
  width: 100%;
  height: 2.2em;
  margin-bottom: clamp(20px, 5.33vw, 27.1px);
}
@media screen and (min-width: 1024px) {
  .c-section__title02 {
    font-size: clamp(21px, 1.75vw, 30px);
    margin-bottom: clamp(38.4px, 3.2vw, 48px);
  }
}
.c-section__title02--wide {
  letter-spacing: 0.4em;
}

.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: #000000;
  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: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #746458;
  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: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  line-height: 1.8;
  -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 */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: #ffffff;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.c-button {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  background-color: #eb9a4a;
  border: 1px solid #eb9a4a;
  width: 100%;
  max-width: 20em;
  height: 3.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;
  -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(12px, 1vw, 15px);
    max-width: none;
    width: 16em;
    height: 3.75em;
  }
}
.c-button__space {
  display: block;
  width: 0.75em;
  height: 1em;
}
.c-button__inner {
  display: block;
}
.c-button__arrow {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #ffffff;
  display: block;
  width: 0.75em;
  height: 1.25em;
  margin-top: 0.2em;
}
.c-button:visited {
  color: #ffffff;
}
.c-button:hover, .c-button:focus, .c-button:active {
  color: #eb9a4a;
  background-color: #ffffff;
}
.c-button:hover .c-button__arrow, .c-button:focus .c-button__arrow, .c-button:active .c-button__arrow {
  background-color: #eb9a4a;
}
@media screen and (min-width: 1024px) {
  .c-button--news {
    width: 19em;
    margin: 0;
  }
}
.c-button--features {
  margin-top: clamp(22px, 5.86vw, 29.9px);
}
@media screen and (min-width: 1024px) {
  .c-button--features {
    margin: clamp(24px, 2vw, 30px) 0 0 0;
    width: 20em;
  }
}
@media screen and (min-width: 1536px) {
  .c-button--features {
    margin-top: clamp(40px, 3.33vw, 50px);
  }
}
@media screen and (min-width: 1024px) {
  .c-button--index {
    line-height: 1.4;
    letter-spacing: normal;
    height: 5em;
    width: 100%;
    margin-top: auto;
    padding: 0 0.75em;
  }
}
@media screen and (min-width: 1920px) {
  .c-button--index {
    line-height: 1;
    height: 3.75em;
  }
}
.c-button--index--br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-button--index--br {
    display: block;
  }
}
@media screen and (min-width: 1920px) {
  .c-button--index--br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-button--pdf {
    width: 20em;
  }
}
.c-button--doctor {
  line-height: 1.4;
  height: 5em;
}
@media screen and (min-width: 1024px) {
  .c-button--doctor {
    width: 30em;
    height: 3.75em;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-button--medicalinformation {
    margin: 0 2em;
  }
}
.c-button--career {
  line-height: 1.4;
  height: 5em;
}
@media screen and (min-width: 1024px) {
  .c-button--career {
    width: 25em;
    height: 3.75em;
  }
}
@media screen and (min-width: 1024px) {
  .c-button--form {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.c-button--back {
  color: #eb9a4a;
  background: #f9dfc5;
  border: 1px solid #eb9a4a;
}
.c-button--back__arrow {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background-color: #ffffff;
  display: block;
  width: 0.75em;
  height: 1.25em;
}
.c-button--back:visited {
  color: #eb9a4a;
}
.c-button--back:hover, .c-button--back:focus, .c-button--back:active {
  color: #ffffff;
  background-color: #eb9a4a;
}
.c-button--back:hover .c-button__arrow, .c-button--back:focus .c-button__arrow, .c-button--back:active .c-button__arrow {
  background-color: #ffffff;
}

.c-button--back.hvr-sweep-to-right:before {
  background: #eb9a4a;
}

/* Foundation */
.c-form__note {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(13px, 3.46vw, 17.6px);
  padding-top: 1.5em;
}
@media screen and (min-width: 1024px) {
  .c-form__note {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.c-form__note--accent {
  color: #ef6557;
}
.c-form__table {
  width: 100%;
}
.c-form__table__row {
  width: 100%;
}
.c-form__table__row:last-child .c-form__table__data {
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .c-form__table__row:last-child .c-form__table__data {
    border-bottom: 1px solid #b1b1b1;
  }
}
.c-form__table__header {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #746458;
  line-height: 1.5;
  letter-spacing: 0.08em;
  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;
  width: 100%;
  padding: 1em 0 0.65em 0;
}
@media screen and (min-width: 1024px) {
  .c-form__table__header {
    font-size: clamp(12px, 1vw, 15px);
    display: table-cell;
    width: 25%;
    vertical-align: middle;
    border-bottom: 1px solid #b1b1b1;
  }
}
.c-form__table__header--accent {
  display: inline-block;
  line-height: 1;
  color: #ef6557;
  padding: 0.75em 0 0 0.25em;
}
@media screen and (min-width: 1024px) {
  .c-form__table__header--accent {
    padding: 0.5em 0 0 0.25em;
  }
}
.c-form__table__header__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__table__data {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  font-size: clamp(16px, 4.26vw, 21.7px);
  display: block;
  width: 100%;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #b1b1b1;
}
@media screen and (min-width: 1024px) {
  .c-form__table__data {
    font-size: clamp(13.6px, 1.13vw, 17px);
    display: table-cell;
    width: 75%;
    padding: 1.25em 0;
  }
}
.c-form__table__data__input {
  color: #3c3c3c;
  line-height: 2;
  letter-spacing: 0.08em;
  width: 100%;
  border: 1px solid #746458;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em 0 0.5em 0.5em;
}
.c-form__table__data__error {
  color: #ef6557;
  padding-top: 0.25em;
  font-size: 0.9em;
}
.c-form__table__data__error--center {
  text-align: center;
}
.c-form__table__data__agree {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #746458;
  letter-spacing: 0.03em;
  font-size: clamp(15px, 4vw, 20.4px);
  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: 768px) {
  .c-form__table__data__agree {
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1024px) {
  .c-form__table__data__agree {
    font-size: clamp(13.6px, 1.13vw, 17px);
  }
}
.c-form__table__data__agree--accent {
  display: inline-block;
  line-height: 1;
  color: #ef6557;
  font-size: clamp(14px, 3.73vw, 19px);
  padding: 0.5em 0 0 0.25em;
}
@media screen and (min-width: 1024px) {
  .c-form__table__data__agree--accent {
    font-size: clamp(12px, 1vw, 15px);
    padding: 0.35em 0 0 0.25em;
  }
}
.c-form__table__data__check {
  margin: 0 0.25em 0 0;
  accent-color: #746458;
  inline-size: 1em;
  block-size: 1em;
}
.c-form__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  display: block;
  width: 100%;
  padding: 0.75em 0 1em 0;
}
@media screen and (min-width: 1024px) {
  .c-form__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
    display: block;
    width: 100%;
    padding: 2em 0 3em 0;
  }
}
.c-form__text__link {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ef6557;
  text-decoration: underline;
}
.c-form__text__link:visited, .c-form__text__link:hover, .c-form__text__link:focus, .c-form__text__link:active {
  color: #ef6557;
}
.c-form__bottom {
  padding-bottom: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .c-form__bottom {
    padding-bottom: clamp(40px, 3.33vw, 50px);
  }
}
.c-form__confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: clamp(50px, 13.33vw, 67.9px);
}
@media screen and (min-width: 1024px) {
  .c-form__confirm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: clamp(80px, 6.66vw, 100px);
  }
}
.c-form__confirm__button {
  width: 47%;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .c-form__confirm__button {
    width: 16em;
    margin: 0 1em;
  }
}
.c-form__thanks__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding: 2em 0 3em 0;
}
@media screen and (min-width: 1024px) {
  .c-form__thanks__text {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.c-form__thanks__text--accent {
  color: #eb9a4a;
}

/* Foundation */
.c-fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.c-fade-visible {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.c-fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}
.c-fade--02 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.c-fade--03 {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

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

.is-faded {
  opacity: 1;
}

.c-slide__mv {
  overflow: hidden;
  display: inline-block;
  opacity: 0;
}
.c-slide__mv--delay {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.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;
  }
}
/* Project */
/* Foundation */
.p-index-mv {
  position: relative;
  background-color: #ffffff;
  margin-top: clamp(65px, 17.25vw, 105px);
}
@media screen and (min-width: 1024px) {
  .p-index-mv {
    margin-top: 0;
  }
}
.p-index-mv__pos {
  position: relative;
}
.p-index-mv__right {
  position: relative;
  background-image: url("../img/cmn-bg-logo-mv.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 86% auto;
  padding: clamp(14px, 3.73vw, 19px) 6% 0 6%;
}
@media screen and (min-width: 768px) {
  .p-index-mv__right {
    padding: clamp(18px, 4.8vw, 24.4px) 10% 0 10%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__right {
    width: 55%;
    height: 100%;
    position: absolute;
    top: clamp(85px, 7vw, 120px);
    right: 0;
    background-size: 100% auto;
    padding: clamp(24px, 2vw, 30px) 2% 0 12%;
    z-index: 18;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv__right {
    padding: clamp(64px, 5.33vw, 80px) 2% 0 15%;
  }
}
@media screen and (min-width: 1920px) {
  .p-index-mv__right {
    padding: clamp(88px, 7.33vw, 110px) 2% 0 15%;
  }
}
.p-index-mv__left {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__left {
    width: 55%;
    z-index: 15;
  }
}
.p-index-mv__message {
  z-index: 10;
}
.p-index-mv__message__title {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-size: clamp(25.91px, 6.93vw, 35.3px);
}
@media screen and (min-width: 1024px) {
  .p-index-mv__message__title {
    line-height: 1.45;
    font-size: clamp(28px, 2.33vw, 35px);
  }
}
@media screen and (min-width: 1536px) {
  .p-index-mv__message__title {
    font-size: clamp(42px, 2.73vw, 50.64px);
  }
}
.p-index-mv__message__title--sm {
  font-size: 0.69em;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__message__title--sm {
    font-size: 0.7em;
  }
}
.p-index-mv__message__title__inner {
  display: inline-block;
}
.p-index-mv__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding: 0.5em 0 0.75em 0;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__text {
    line-height: 2;
    font-size: clamp(12.6px, 1.05vw, 18px);
    padding: 1em 0 0 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-mv__text {
    padding-top: 1.5em;
  }
}
.p-index-mv__pos02 {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__pos02 {
    position: unset;
  }
}
.p-index-mv__banner {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 18;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__banner {
    background-color: #f2ede4;
    width: 45%;
    margin: 0;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    padding: clamp(24px, 2vw, 30px) 0 clamp(24px, 2vw, 30px) 2%;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv__banner {
    padding-left: 4%;
  }
}
@media screen and (min-width: 1920px) {
  .p-index-mv__banner {
    padding: clamp(44px, 3.66vw, 55px) 0 clamp(44px, 3.66vw, 55px) 5%;
  }
}
.p-index-mv__banner__list {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.33;
  letter-spacing: 0.05em;
  font-size: clamp(13px, 3.46vw, 23px);
  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;
  gap: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__banner__list {
    font-size: clamp(14px, 1.16vw, 20px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-index-mv__banner__list__item {
  background-color: #ffffff;
  border: 1px solid #746458;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: 8em;
  height: 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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1536px) {
  .p-index-mv__banner__list__item {
    width: 9em;
    height: 9em;
  }
}
.p-index-mv__banner__list__icon {
  width: 3em;
}
.p-index-mv__banner__list__text {
  display: block;
  padding: 0.25em 0;
}
.p-index-mv__banner__list__text--line {
  line-height: 2.66;
}
.p-index-mv__career {
  position: absolute;
  left: 0;
  bottom: clamp(15px, 4vw, 20.4px);
  width: clamp(82px, 21.86vw, 125px);
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__career {
    bottom: auto;
    top: 40%;
    width: clamp(102.4px, 8.53vw, 128px);
  }
}
.p-index-mv__career:hover, .p-index-mv__career:focus, .p-index-mv__career:active {
  opacity: 0.7;
}
.p-index-mv__treatmenttime {
  background-color: #f2ede4;
  padding: clamp(28px, 7.46vw, 38px) clamp(30px, 8vw, 40.7px) clamp(30px, 8vw, 40.7px) clamp(30px, 8vw, 40.7px);
}
@media screen and (min-width: 1024px) {
  .p-index-mv__treatmenttime {
    background-color: inherit;
    padding: 0;
    width: 47%;
    position: absolute;
    left: 4%;
    bottom: calc(clamp(112px, 9.33vw, 140px) * -1);
    z-index: 15;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-mv__treatmenttime {
    bottom: calc(clamp(52.8px, 4.4vw, 66px) * -1);
  }
}
.p-index-mv__treatmenttime__inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: clamp(17px, 4.53vw, 23px) clamp(15px, 4vw, 20.4px);
}
@media screen and (min-width: 1024px) {
  .p-index-mv__treatmenttime__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;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: clamp(38.4px, 3.2vw, 48px) clamp(17.6px, 1.46vw, 22px) clamp(38.4px, 3.2vw, 48px) clamp(22.4px, 1.86vw, 28px);
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv__treatmenttime__inner {
    padding: clamp(38.4px, 3.2vw, 48px) clamp(28px, 2.33vw, 40px) clamp(38.4px, 3.2vw, 48px) clamp(35px, 2.91vw, 50px);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__treatmenttime__inner__left {
    width: 65%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__treatmenttime__inner__right {
    width: 32%;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv__treatmenttime__inner__right {
    width: 30%;
  }
}
.p-index-mv__treatmenttime__data {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  text-align: center;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0 0.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__treatmenttime__data {
    font-size: clamp(12px, 1vw, 15px);
    display: block;
    padding: 0 0 5px 0;
    width: 100%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-mv__treatmenttime__data {
    font-size: clamp(12.6px, 1.05vw, 18px);
    padding-bottom: clamp(9.8px, 0.81vw, 14px);
  }
}
.p-index-mv__treatmenttime__data__title {
  letter-spacing: 0.2em;
  background-color: #d3c5af;
  padding: 0.25em 1.5em;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__treatmenttime__data__title {
    padding: 0.5em 0;
  }
}
.p-index-mv__treatmenttime__data__text {
  letter-spacing: 0.08em;
  padding: 0.25em 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__treatmenttime__data__text {
    line-height: 1.3;
    padding: 0.5em 0;
  }
}
.p-index-mv__treatmenttime__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: clamp(13px, 3.46vw, 17.6px);
}
@media screen and (min-width: 1024px) {
  .p-index-mv__treatmenttime__text {
    text-align: left;
    font-size: clamp(9px, 0.75vw, 15px);
  }
}
@media screen and (min-width: 1536px) {
  .p-index-mv__treatmenttime__text {
    font-size: clamp(9.6px, 0.8vw, 15px);
  }
}

.p-index-news {
  position: relative;
  z-index: 2;
  padding: clamp(72px, 19.2vw, 97.7px) 0;
}
@media screen and (min-width: 1024px) {
  .p-index-news {
    padding: clamp(174.4px, 14.53vw, 218px) 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-news__inner {
    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-index-news__inner__left {
    width: 28%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-news__inner__right {
    width: 65%;
  }
}
.p-index-news__list {
  border-top: 0.8062px solid #9d9d9d;
}
.p-index-news__post {
  border-bottom: 0.8062px solid #9d9d9d;
}
.p-index-news__link {
  display: block;
  padding: clamp(12px, 3.2vw, 16.3px) 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(28px, 2.33vw, 35px) 0;
  }
}
.p-index-news__date {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #746458;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
}
@media screen and (min-width: 1024px) {
  .p-index-news__date {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.p-index-news__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding-top: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-index-news__title {
    font-size: clamp(12px, 1vw, 15px);
    padding: 0 0 0 3em;
  }
}
.p-index-news__button--sp {
  padding-top: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-index-news__button--sp {
    display: none;
  }
}
.p-index-news__button--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-index-news__button--pc {
    display: block;
  }
}

.p-index-about {
  position: relative;
  padding: clamp(72px, 19.2vw, 97.7px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-about {
    padding: clamp(72px, 6vw, 90px) 0 clamp(48px, 4vw, 60px) 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-about__inner {
    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-index-about__inner__left {
    width: 50%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-about__inner__left {
    width: 40%;
  }
}
.p-index-about__logo {
  width: 65%;
}
@media screen and (min-width: 1024px) {
  .p-index-about__logo {
    width: 55%;
  }
}
.p-index-about__title {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  font-size: clamp(27px, 7.2vw, 36.6px);
  padding: 0.6em 0;
}
@media screen and (min-width: 768px) {
  .p-index-about__title {
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-about__title {
    font-size: clamp(25.2px, 2.1vw, 36px);
  }
}
.p-index-about__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .p-index-about__text {
    font-size: clamp(12px, 1vw, 15px);
    padding-bottom: 0;
  }
}
.p-index-about__img {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-about__img {
    width: 50%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-about__img {
    width: 55%;
  }
}
.p-index-about__img--01 {
  position: relative;
  width: 53%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .p-index-about__img--01 {
    width: 50%;
    position: absolute;
    top: calc(clamp(56px, 4.66vw, 70px) * -1);
    left: 60%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-about__img--01 {
    top: calc(clamp(96px, 8vw, 120px) * -1);
    left: 70%;
  }
}
.p-index-about__img--02 {
  width: 49%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: clamp(60px, 16vw, 81.4px);
  left: 0;
}
@media screen and (min-width: 1024px) {
  .p-index-about__img--02 {
    width: 46%;
    top: calc(clamp(16px, 1.33vw, 20px) * -1);
  }
}
@media screen and (min-width: 1536px) {
  .p-index-about__img--02 {
    top: calc(clamp(40px, 3.33vw, 50px) * -1);
  }
}
.p-index-about__img--03 {
  position: relative;
  width: 80%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin: clamp(44px, 11.73vw, 59.7px) auto 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-about__img--03 {
    width: 60%;
    position: absolute;
    bottom: calc(clamp(40px, 3.33vw, 50px) * -1);
    left: 30%;
    margin: 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-about__img--03 {
    bottom: calc(clamp(68px, 5.66vw, 85px) * -1);
  }
}

.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: #000000;
  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: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #eb9a4a;
  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: #eb9a4a;
  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: "fot-udkakugo-large-pr6n", 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 #b1b1b1;
  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-features {
  position: relative;
  padding: clamp(72px, 19.2vw, 97.7px) 0 0 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-features {
    padding: clamp(120px, 10vw, 150px) 0 clamp(38.4px, 3.2vw, 48px) 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__list {
    padding-top: clamp(8px, 0.66vw, 10px);
  }
}
.p-index-features__list__item {
  position: relative;
  padding: clamp(160px, 42.66vw, 217.1px) 0 clamp(72px, 19.2vw, 97.7px) 0;
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__item {
    padding: 0;
    margin-bottom: clamp(76.8px, 6.4vw, 96px);
  }
}
@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 {
  width: 88%;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-index-features__list__img {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__img {
    width: 62%;
    position: relative;
    top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-features__list__img {
    width: 58%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-features__list__img {
    width: 58%;
  }
}
@media screen and (min-width: 1920px) {
  .p-index-features__list__img {
    width: 55%;
  }
}
.p-index-features__list__img--odd {
  left: 0;
  border-radius: 0 clamp(12px, 3.2vw, 16.3px) clamp(12px, 3.2vw, 16.3px) 0;
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__img--odd {
    margin: 0;
    border-radius: 0 clamp(22.4px, 1.86vw, 32px) clamp(22.4px, 1.86vw, 32px) 0;
  }
}
.p-index-features__list__img--even {
  right: 0;
  border-radius: clamp(12px, 3.2vw, 16.3px) 0 0 clamp(12px, 3.2vw, 16.3px);
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__img--even {
    margin-left: auto;
    border-radius: clamp(22.4px, 1.86vw, 32px) 0 0 clamp(22.4px, 1.86vw, 32px);
  }
}
.p-index-features__list__top {
  position: relative;
  width: 87%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-index-features__list__top {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__top {
    width: 85%;
    max-width: 1536px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-features__list__top {
    width: 80%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-features__list__top {
    width: 82%;
  }
}
.p-index-features__list__top__detail {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__top__detail {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: clamp(24px, 2vw, 30px) clamp(32px, 2.66vw, 40px);
    width: 58%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-features__list__top__detail {
    padding: clamp(36px, 3vw, 45px);
    width: 54%;
  }
}
@media screen and (min-width: 1920px) {
  .p-index-features__list__top__detail {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__top__detail--odd {
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__top__detail--even {
    margin: 0;
  }
}
.p-index-features__list__title01 {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #eb9a4a;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-index-features__list__title01__text {
  font-size: clamp(9px, 2.4vw, 12.21px);
  padding-right: 1em;
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__title01__text {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.p-index-features__list__title01__num {
  font-size: clamp(34px, 9.06vw, 46.1px);
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__title01__num {
    font-size: clamp(35px, 2.91vw, 56px);
  }
}
.p-index-features__list__title02 {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-size: clamp(20px, 5.33vw, 27.1px);
  padding: 0.75em 0;
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__title02 {
    font-size: clamp(21px, 1.75vw, 30px);
  }
}
.p-index-features__list__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__text {
    font-size: clamp(12px, 1vw, 15px);
  }
}

.p-index-medicalinformation {
  position: relative;
  padding: clamp(70px, 18.66vw, 95px) 0 clamp(72px, 19.2vw, 97.7px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-medicalinformation {
    padding: clamp(115.2px, 9.6vw, 144px) 0 clamp(76.8px, 6.4vw, 96px) 0;
  }
}
.p-index-medicalinformation__list {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-index-medicalinformation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-index-medicalinformation__list__item {
  width: 100%;
  background-color: #f2ede4;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: clamp(20px, 5.33vw, 27.1px) clamp(24px, 6.4vw, 32.6px);
  position: relative;
  margin-bottom: clamp(28px, 7.46vw, 38px);
}
@media screen and (min-width: 1024px) {
  .p-index-medicalinformation__list__item {
    width: 23%;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: clamp(24px, 2vw, 30px) clamp(16px, 1.33vw, 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-medicalinformation__list__item {
    width: 22%;
    padding: clamp(38.4px, 3.2vw, 48px) clamp(25.6px, 2.13vw, 32px);
  }
}
.p-index-medicalinformation__list__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(17px, 4.53vw, 23px);
  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) {
  .p-index-medicalinformation__list__title {
    text-align: center;
    line-height: 1.25;
    letter-spacing: normal;
    font-size: clamp(15.4px, 1.28vw, 22px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ffffff;
    border-radius: 50%;
    width: 9.5em;
    height: 9.5em;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-medicalinformation__list__title {
    width: 10em;
    height: 10em;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-medicalinformation__list__title--line {
    line-height: 3;
  }
}
.p-index-medicalinformation__list__title__icon {
  width: 4.25em;
  background-color: #ffffff;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .p-index-medicalinformation__list__title__icon {
    background-color: inherit;
    border-radius: 0;
  }
}
.p-index-medicalinformation__list__title__text {
  display: block;
  padding-left: 1em;
}
@media screen and (min-width: 1024px) {
  .p-index-medicalinformation__list__title__text {
    padding: 0.5em 0 0 0;
  }
}
.p-index-medicalinformation__list__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding: 1em 0 2em 0;
}
@media screen and (min-width: 1024px) {
  .p-index-medicalinformation__list__text {
    font-size: clamp(12px, 1vw, 15px);
    padding: 1.5em 0 2em 0;
  }
}
.p-index-medicalinformation__bottom {
  padding-top: clamp(56px, 14.93vw, 76px);
}
@media screen and (min-width: 1024px) {
  .p-index-medicalinformation__bottom {
    padding-top: clamp(118.4px, 9.86vw, 148px);
  }
}

/* Foundation */
.p-clinic-doctor {
  position: relative;
  padding: clamp(70px, 18.66vw, 95px) 0 clamp(120px, 32vw, 162.9px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor {
    padding: clamp(124px, 10.33vw, 155px) 0 0 0;
  }
}
.p-clinic-doctor__pos {
  position: relative;
  padding: clamp(182px, 48.53vw, 247px) 0 clamp(72px, 19.2vw, 97.7px) 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__pos {
    padding: clamp(38.4px, 3.2vw, 48px) 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-clinic-doctor__content {
  background-color: #f2ede4;
  padding: clamp(204px, 54.4vw, 285px) 6% clamp(20px, 5.33vw, 27.1px) 6%;
}
@media screen and (min-width: 768px) {
  .p-clinic-doctor__content {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__content--odd {
    padding: clamp(38.4px, 3.2vw, 48px) clamp(40px, 3.33vw, 50px) clamp(38.4px, 3.2vw, 48px) 10%;
    margin-right: 30%;
  }
}
@media screen and (min-width: 1280px) {
  .p-clinic-doctor__content--odd {
    padding-left: 15%;
  }
}
@media screen and (min-width: 1536px) {
  .p-clinic-doctor__content--odd {
    padding-left: calc((100% - 1200px) / 2);
    padding-right: clamp(115.2px, 9.6vw, 144px);
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__content--even {
    padding: clamp(38.4px, 3.2vw, 48px) 10% clamp(38.4px, 3.2vw, 48px) clamp(40px, 3.33vw, 50px);
    margin-left: 30%;
  }
}
@media screen and (min-width: 1280px) {
  .p-clinic-doctor__content--even {
    padding-right: 15%;
  }
}
@media screen and (min-width: 1536px) {
  .p-clinic-doctor__content--even {
    padding-right: calc((100% - 1200px) / 2);
    padding-left: clamp(115.2px, 9.6vw, 144px);
  }
}
.p-clinic-doctor__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.4em;
  font-size: clamp(24px, 6.4vw, 32.6px);
  padding-bottom: 0.45em;
  border-bottom: 2px solid #746458;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__title {
    font-size: clamp(21px, 1.75vw, 30px);
  }
}
.p-clinic-doctor__title--sm {
  letter-spacing: 0.08em;
  font-size: clamp(15px, 4vw, 20.4px);
  display: inline-block;
  padding-bottom: 0.45em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__title--sm {
    font-size: clamp(13.6px, 1.13vw, 17px);
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__title--even {
    padding-left: 8%;
  }
}
@media screen and (min-width: 1280px) {
  .p-clinic-doctor__title--even {
    padding-left: 10%;
  }
}
@media screen and (min-width: 1920px) {
  .p-clinic-doctor__title--even {
    padding-left: 15%;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__space--odd {
    padding-right: 8%;
  }
}
@media screen and (min-width: 1280px) {
  .p-clinic-doctor__space--odd {
    padding-right: 10%;
  }
}
@media screen and (min-width: 1920px) {
  .p-clinic-doctor__space--odd {
    padding-right: 15%;
  }
}
.p-clinic-doctor__space--even {
  padding-bottom: clamp(132px, 35.2vw, 250px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__space--even {
    padding: 0 0 0 8%;
  }
}
@media screen and (min-width: 1280px) {
  .p-clinic-doctor__space--even {
    padding-left: 10%;
  }
}
@media screen and (min-width: 1920px) {
  .p-clinic-doctor__space--even {
    padding-left: 15%;
  }
}
.p-clinic-doctor__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding: 0.5em 0 1.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__text {
    font-size: clamp(12px, 1vw, 15px);
    padding: 1.5em 0 2em 0;
  }
}
.p-clinic-doctor__data__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  background-color: #ffffff;
  padding: 0.75em 1.25em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__data__title {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.p-clinic-doctor__data__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(13px, 3.46vw, 17.6px);
  padding: 0.75em 0 1.75em 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__data__text {
    font-size: clamp(10.4px, 0.86vw, 13px);
    padding: 1em 0 2em 0;
  }
}
.p-clinic-doctor__data__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-clinic-doctor__data__inner__left {
  width: 6em;
}
.p-clinic-doctor__data__inner__right {
  width: calc(100% - 6em);
}
.p-clinic-doctor__img {
  width: 70%;
  max-width: 396px;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__img {
    width: clamp(280px, 23.33vw, 420px);
    max-width: none;
  }
}
.p-clinic-doctor__img--odd {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__img--odd {
    left: 65%;
    right: auto;
  }
}
@media screen and (min-width: 1536px) {
  .p-clinic-doctor__img--odd {
    left: 60%;
  }
}
.p-clinic-doctor__img--even {
  left: 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__img--even {
    left: auto;
    right: 65%;
  }
}
@media screen and (min-width: 1536px) {
  .p-clinic-doctor__img--even {
    right: 60%;
  }
}
.p-clinic-doctor__img__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #d3c5af;
  line-height: 1.22;
  font-size: clamp(42px, 11.2vw, 57px);
  position: absolute;
  left: 0;
  bottom: -0.1em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__img__text {
    font-size: clamp(44.5px, 3.7vw, 67px);
    bottom: -0.12em;
  }
}
.p-clinic-doctor__photo {
  width: 85%;
  max-width: 652px;
  border-radius: 0 clamp(15px, 4vw, 20.4px) clamp(15px, 4vw, 20.4px) 0;
  position: absolute;
  left: 0;
  bottom: calc(clamp(90px, 24vw, 122.1px) * -0.2);
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__photo {
    width: 35%;
    max-width: none;
    bottom: clamp(160px, 13.33vw, 200px);
  }
}

.p-clinic-consultation {
  position: relative;
  padding: clamp(72px, 19.2vw, 97.7px) 0 clamp(80px, 21.33vw, 108.6px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation {
    padding: clamp(120px, 10vw, 150px) 0 clamp(116.8px, 9.73vw, 146px) 0;
  }
}
.p-clinic-consultation__pos {
  position: relative;
  padding: clamp(180px, 48vw, 244.3px) 0 clamp(48px, 12.8vw, 65.1px) 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__pos {
    padding: 0;
    margin: clamp(40px, 3.33vw, 50px) auto clamp(51.2px, 4.26vw, 64px) auto;
    width: 80%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1280px) {
  .p-clinic-consultation__pos {
    width: 70%;
  }
}
@media screen and (min-width: 1536px) {
  .p-clinic-consultation__pos {
    width: 1200px;
  }
}
.p-clinic-consultation__top {
  position: relative;
  width: 87%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-clinic-consultation__top {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__top {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-clinic-consultation__top__detail {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__top__detail {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: clamp(24px, 2vw, 30px) clamp(51.2px, 4.26vw, 64px);
  }
}
@media screen and (min-width: 1536px) {
  .p-clinic-consultation__top__detail {
    padding: clamp(40px, 3.33vw, 50px) clamp(51.2px, 4.26vw, 64px);
  }
}
.p-clinic-consultation__top__img {
  width: 80%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__top__img {
    position: relative;
    width: 50%;
    margin-left: auto;
  }
}
.p-clinic-consultation__top__text {
  font-family: "fot-udkakugo-large-pr6n", 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-consultation__top__text {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.p-clinic-consultation__middle {
  background-color: #ffffff;
  padding: clamp(24px, 6.4vw, 32.6px);
  margin-bottom: clamp(36px, 9.6vw, 48.8px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__middle {
    padding: clamp(51.2px, 4.26vw, 64px);
    margin-bottom: clamp(76.8px, 6.4vw, 96px);
  }
}
.p-clinic-consultation__middle__inner {
  border-bottom: 1px solid #746458;
  padding-bottom: clamp(26px, 6.93vw, 35.3px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__middle__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: clamp(28px, 2.33vw, 35px);
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__middle__inner__left {
    width: 50%;
  }
}
.p-clinic-consultation__middle__inner__right {
  padding-top: clamp(20px, 5.33vw, 27.1px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__middle__inner__right {
    width: 50%;
    padding-top: 0;
  }
}
.p-clinic-consultation__middle__title01 {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__middle__title01 {
    font-size: clamp(13.6px, 1.13vw, 17px);
  }
}
.p-clinic-consultation__middle__title01--accent {
  color: #eb9a4a;
  font-size: 0.6875em;
  padding-right: 0.25em;
  position: relative;
  bottom: 0.1em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__middle__space {
    padding-left: clamp(11.2px, 0.93vw, 14px);
  }
}
.p-clinic-consultation__middle__title02 {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #eb9a4a;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 1.25em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__middle__title02 {
    font-size: clamp(13.6px, 1.13vw, 17px);
  }
}
.p-clinic-consultation__middle__list {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding-top: 0.5em;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__middle__list {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.p-clinic-consultation__middle__list__item {
  position: relative;
  text-indent: -1.1em;
  margin-left: 1.1em;
}
.p-clinic-consultation__middle__list__item--accent {
  color: #eb9a4a;
  font-size: 0.6875em;
  padding-right: 0.5em;
  position: relative;
  bottom: 0.1em;
}
.p-clinic-consultation__tel {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #746458;
  line-height: 1;
  font-size: clamp(32.15px, 8.53vw, 43.4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0.25em 0 0.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__tel {
    letter-spacing: 0.03em;
    font-size: clamp(36px, 3vw, 47px);
  }
}
.p-clinic-consultation__tel__icon {
  width: 0.6em;
  margin-right: 0.1em;
  margin-top: 0.15em;
}
.p-clinic-consultation__tel__text {
  color: #746458;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-clinic-consultation__appointment {
  display: block;
  background-color: #eb9a4a;
  margin-top: clamp(5px, 1.33vw, 6.8px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__appointment {
    width: clamp(240px, 20vw, 305px);
    margin-top: clamp(8px, 0.66vw, 10px);
  }
}
.p-clinic-consultation__appointment__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding-top: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__appointment__text {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.p-clinic-consultation__bottom {
  background-color: #ffffff;
  border: 1px solid #746458;
  border-radius: clamp(8px, 2.13vw, 10.9px);
  padding: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__bottom {
    border-radius: clamp(12.8px, 1.06vw, 16px);
    padding: clamp(51.2px, 4.26vw, 64px);
  }
}
.p-clinic-consultation__bottom__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  background-color: #746458;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__bottom__title {
    text-align: left;
    font-size: clamp(17.6px, 1.46vw, 22px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 1em;
  }
}
.p-clinic-consultation__bottom__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding: 1em 0 1.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__bottom__text {
    font-size: clamp(12px, 1vw, 15px);
    padding: 1.5em 40% 6em 0;
  }
}
.p-clinic-consultation__bottom__img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__bottom__img {
    width: 33%;
    margin: 0;
    position: absolute;
    top: -1px;
    right: -1px;
  }
}
.p-clinic-consultation__bottom__bottom {
  position: relative;
}
.p-clinic-consultation__bring {
  padding: clamp(24px, 6.4vw, 32.6px) 0 clamp(46px, 12.26vw, 62.4px) 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__bring {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: clamp(25.6px, 2.13vw, 32px) 0 clamp(51.2px, 4.26vw, 64px) 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__bring__left {
    width: 37%;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__bring__right {
    width: 55%;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__bring--01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-clinic-consultation__bring--01__img {
  width: 55%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__bring--01__img {
    width: 40%;
    margin: 0;
  }
}
.p-clinic-consultation__bring--01__caption {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.5;
  font-size: clamp(12px, 3.2vw, 16.3px);
  padding-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__bring--01__caption {
    text-align: left;
    font-size: clamp(12px, 1vw, 15px);
    padding: 0 0 0 1em;
  }
}
.p-clinic-consultation__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-consultation__bring--02 {
  padding-top: clamp(22px, 5.86vw, 29.9px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__bring--02 {
    padding-top: clamp(27.2px, 2.26vw, 34px);
  }
}
.p-clinic-consultation__bring--02__img {
  height: clamp(117px, 31.2vw, 175.5px);
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-clinic-consultation__bring--02__img {
    height: clamp(140px, 37.33vw, 210px);
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__bring--02__img {
    height: clamp(96px, 8vw, 120px);
  }
}
@media screen and (min-width: 1536px) {
  .p-clinic-consultation__bring--02__img {
    height: clamp(132px, 11vw, 165px);
  }
}
.p-clinic-consultation__bring--02__caption {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.29;
  font-size: clamp(11px, 2.93vw, 14.9px);
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__bring--02__caption {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.p-clinic-consultation__bring__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #eb9a4a;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: 1em 0 0.75em 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__bring__title {
    text-align: left;
    line-height: 1.8;
    font-size: clamp(13.6px, 1.13vw, 17px);
    padding-top: 0;
  }
}
.p-clinic-consultation__bring__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__bring__text {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.p-clinic-consultation__bring__link {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(12px, 3.2vw, 16.3px);
  padding: 1em 0 1.25em 0;
  text-indent: -1.15em;
  margin-left: 1.15em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-consultation__bring__link {
    padding: 1em 0 1em 0;
    font-size: clamp(10.4px, 0.86vw, 13px);
  }
}
.p-clinic-consultation__bring__link__inner {
  color: #eb9a4a;
  text-decoration: underline;
}
.p-clinic-consultation__bring__link__inner:visited, .p-clinic-consultation__bring__link__inner:hover, .p-clinic-consultation__bring__link__inner:active, .p-clinic-consultation__bring__link__inner:focus {
  color: #eb9a4a;
}

.p-clinic-cooperation {
  position: relative;
  padding: clamp(72px, 19.2vw, 97.7px) 0 clamp(64px, 17.06vw, 86.9px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-clinic-cooperation {
    padding: clamp(115.2px, 9.6vw, 144px) 0 clamp(108px, 9vw, 135px) 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-cooperation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-cooperation__inner__left {
    width: 49%;
  }
}
.p-clinic-cooperation__inner__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-clinic-cooperation__inner__right {
    width: 51%;
    display: block;
  }
}
.p-clinic-cooperation__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding: 0 0 1em 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-cooperation__text {
    font-size: clamp(12px, 1vw, 15px);
    padding: 0 0 3em 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-cooperation__list {
    padding-left: 1em;
  }
}
.p-clinic-cooperation__list__item {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-bottom: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-cooperation__list__item {
    font-size: clamp(14.4px, 1.2vw, 18px);
    padding-bottom: clamp(16px, 1.33vw, 20px);
  }
}
.p-clinic-cooperation__list__item--accent {
  color: #eb9a4a;
  font-size: 0.6875em;
  padding-right: 0.5em;
  position: relative;
  bottom: 0.1em;
}
.p-clinic-cooperation__list__link {
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-clinic-cooperation__list__link:visited {
  color: #3c3c3c;
}
.p-clinic-cooperation__list__link:hover, .p-clinic-cooperation__list__link:focus, .p-clinic-cooperation__list__link:active {
  color: #eb9a4a;
}

.p-clinic-gallery {
  position: relative;
  padding: clamp(72px, 19.2vw, 97.7px) 0 clamp(50px, 13.33vw, 67.9px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-clinic-gallery {
    padding: clamp(120px, 10vw, 150px) 0 clamp(96px, 8vw, 120px) 0;
  }
}
.p-clinic-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%;
}
@media screen and (min-width: 1024px) {
  .p-clinic-gallery__list {
    gap: 1.3333333333%;
  }
}
.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(25.6px, 2.13vw, 32px);
  }
}
.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(30.4px, 2.53vw, 38px);
    top: 3%;
    left: 3%;
  }
}
.p-clinic-gallery__list__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1;
  font-size: clamp(12px, 3.2vw, 16.3px);
  padding: 0.65em 0;
  display: block;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .p-clinic-gallery__list__title {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.p-clinic-gallery__popup__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  font-size: clamp(15px, 4vw, 20.4px);
  display: block;
  position: absolute;
  top: 1.25em;
  left: 0;
  background-color: #eb9a4a;
  padding: 0.35em 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-gallery__popup__title {
    font-size: clamp(13.6px, 1.13vw, 17px);
    left: 1.5em;
  }
}

.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: calc(100% - clamp(60px, 16vw, 81.4px));
  height: calc(50vw + clamp(60px, 16vw, 81.4px));
  padding: clamp(60px, 16vw, 81.4px) 0 0 0;
}
@media screen and (min-width: 1024px) {
  .c-popup__box {
    top: clamp(85px, 7vw, 120px);
    width: 60%;
    height: calc(100vh - clamp(85px, 7vw, 120px) * 2);
    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: 0;
  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: 25.5%;
  left: calc(clamp(35px, 9.33vw, 47.5px) * -1);
  -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: 25%;
  right: calc(clamp(35px, 9.33vw, 47.5px) * -1);
  -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: 34%;
  }
}
@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: 39%;
  }
}
.c-popup__nav .next.disabled {
  display: none;
}

.p-clinic-equipment {
  position: relative;
  padding: clamp(70px, 18.66vw, 95px) 0 clamp(44px, 11.73vw, 59.7px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-clinic-equipment {
    padding: clamp(120px, 10vw, 150px) 0 clamp(62.4px, 5.2vw, 78px) 0;
  }
}
.p-clinic-equipment__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding: 0 0 2.2em 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-equipment__text {
    text-align: center;
    font-size: clamp(12px, 1vw, 15px);
    padding: 0 0 4em 0;
  }
}
.p-clinic-equipment__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.4em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  background-color: #746458;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-equipment__title {
    font-size: clamp(15.2px, 1.26vw, 19px);
    margin-bottom: 2.2em;
  }
}
.p-clinic-equipment__list {
  padding-bottom: clamp(40px, 10.66vw, 54.3px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-equipment__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: 100%;
    padding-bottom: clamp(24px, 2vw, 30px);
  }
}
.p-clinic-equipment__list__item {
  padding-bottom: clamp(32px, 8.53vw, 43.4px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-equipment__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 47%;
    padding-bottom: clamp(51.2px, 4.26vw, 64px);
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-equipment__list__item__left {
    width: 43%;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-equipment__list__item__right {
    width: 53%;
  }
}
.p-clinic-equipment__list__img {
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-clinic-equipment__list__img {
    width: 100%;
    margin: 0;
  }
}
.p-clinic-equipment__list__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #746458;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: 1em 0 0.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-equipment__list__title {
    text-align: left;
    font-size: clamp(15.2px, 1.26vw, 19px);
    padding: 0 0 0.5em 0;
  }
}
.p-clinic-equipment__list__title--sm {
  letter-spacing: 0.05em;
  font-size: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-equipment__list__title--sm {
    letter-spacing: normal;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 0.684em;
  }
}
.p-clinic-equipment__list__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-equipment__list__text {
    font-size: clamp(12px, 1vw, 15px);
  }
}

/* Foundation */
.p-medicalinformation-menu {
  position: relative;
  padding: clamp(32px, 8.53vw, 43.4px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-menu {
    padding: clamp(75.2px, 6.26vw, 94px) 0 clamp(49.6px, 4.13vw, 62px) 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-menu__right {
    padding-left: 45%;
  }
}
@media screen and (min-width: 1536px) {
  .p-medicalinformation-menu__right {
    padding-left: 50%;
  }
}
.p-medicalinformation-menu__title {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-menu__title {
    letter-spacing: normal;
    font-size: clamp(24px, 1.96vw, 36px);
  }
}
@media screen and (min-width: 1536px) {
  .p-medicalinformation-menu__title {
    letter-spacing: 0.03em;
  }
}
.p-medicalinformation-menu__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: 0.5em 0 1em 0;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-menu__text {
    font-size: clamp(15.2px, 1.26vw, 19px);
    padding: 1em 0 1.5em 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-medicalinformation-menu__text {
    padding: 1.5em 0 2em 0;
  }
}
.p-medicalinformation-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-medicalinformation-menu__list__item {
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-menu__list__item:nth-child(odd) {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-menu__list__item:nth-child(even) {
    width: 55%;
  }
}
.p-medicalinformation-menu__link {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(15px, 4vw, 25px);
  display: block;
  margin-bottom: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-menu__link {
    font-size: clamp(17.6px, 1.46vw, 22px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-medicalinformation-menu__link__icon {
  background-color: #ffffff;
  border-radius: 50%;
  width: 4.5em;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-menu__link__icon {
    width: 3.75em;
    margin: 0;
  }
}
.p-medicalinformation-menu__link__text {
  display: block;
  text-align: center;
  color: #3c3c3c;
  text-decoration: underline;
  padding-top: 0.65em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-menu__link__text {
    text-align: left;
    padding: 0 0 0 1em;
  }
}
.p-medicalinformation-menu__link:hover .p-medicalinformation-menu__link__text, .p-medicalinformation-menu__link:focus .p-medicalinformation-menu__link__text, .p-medicalinformation-menu__link:active .p-medicalinformation-menu__link__text {
  color: #eb9a4a;
}

.p-medicalinformation-content {
  position: relative;
  padding: 0 0 clamp(75px, 20vw, 101.8px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content {
    padding: clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-medicalinformation-content__pos {
  padding-top: clamp(230px, 61.33vw, 312.1px);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__pos {
    padding-top: 0;
  }
}
.p-medicalinformation-content__img {
  width: 88%;
  position: absolute;
  top: clamp(72px, 19.2vw, 97.7px);
}
@media screen and (min-width: 768px) {
  .p-medicalinformation-content__img {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__img {
    width: 60%;
    position: relative;
    top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-medicalinformation-content__img {
    width: 55%;
  }
}
@media screen and (min-width: 1536px) {
  .p-medicalinformation-content__img {
    width: 53%;
  }
}
@media screen and (min-width: 1920px) {
  .p-medicalinformation-content__img {
    width: 50%;
  }
}
.p-medicalinformation-content__img--odd {
  right: 0;
  border-radius: clamp(12px, 3.2vw, 16.3px) 0 0 clamp(12px, 3.2vw, 16.3px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__img--odd {
    margin-left: auto;
    border-radius: clamp(22.4px, 1.86vw, 32px) 0 0 clamp(22.4px, 1.86vw, 32px);
  }
}
.p-medicalinformation-content__img--even {
  left: 0;
  border-radius: 0 clamp(12px, 3.2vw, 16.3px) clamp(12px, 3.2vw, 16.3px) 0;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__img--even {
    margin: 0;
    border-radius: 0 clamp(22.4px, 1.86vw, 32px) clamp(22.4px, 1.86vw, 32px) 0;
  }
}
.p-medicalinformation-content__top {
  position: relative;
  width: 87%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-medicalinformation-content__top {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__top {
    width: 80%;
    max-width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .p-medicalinformation-content__top {
    width: 70%;
  }
}
@media screen and (min-width: 1536px) {
  .p-medicalinformation-content__top {
    width: 1200px;
  }
}
.p-medicalinformation-content__top__detail {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__top__detail {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: clamp(16px, 1.33vw, 20px) clamp(32px, 2.66vw, 40px);
    width: 58%;
  }
}
@media screen and (min-width: 1536px) {
  .p-medicalinformation-content__top__detail {
    padding: clamp(35px, 2.91vw, 48px);
  }
}
.p-medicalinformation-content__top__detail--odd {
  background-color: #f2ede4;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__top__detail--odd {
    margin: 0;
  }
}
.p-medicalinformation-content__top__detail--even {
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__top__detail--even {
    margin-left: auto;
  }
}
.p-medicalinformation-content__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-size: clamp(24px, 6.4vw, 32.6px);
  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-medicalinformation-content__title {
    line-height: 1;
    font-size: clamp(24px, 2vw, 37px);
  }
}
.p-medicalinformation-content__title__icon {
  border-radius: 50%;
  width: 3.15em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__title__icon {
    width: 3.5em;
  }
}
.p-medicalinformation-content__title__icon--odd {
  background-color: #ffffff;
}
.p-medicalinformation-content__title__icon--even {
  background-color: #f2ede4;
}
.p-medicalinformation-content__title__text {
  display: block;
  color: #3c3c3c;
  padding: 0 0 0 0.75em;
}
.p-medicalinformation-content__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__text {
    font-size: clamp(12px, 1vw, 15px);
    padding-top: 1.5em;
  }
}
.p-medicalinformation-content__detail {
  background-color: #ffffff;
  border: 1px solid #746458;
  border-radius: clamp(8px, 2.13vw, 10.9px);
  padding: clamp(24px, 6.4vw, 32.6px) clamp(24px, 6.4vw, 32.6px) clamp(30px, 8vw, 40.7px) clamp(24px, 6.4vw, 32.6px);
  margin-top: clamp(38px, 10.13vw, 51.6px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__detail {
    border-radius: clamp(12.8px, 1.06vw, 16px);
    padding: clamp(44px, 3.66vw, 55px) clamp(51.2px, 4.26vw, 64px);
    margin-top: clamp(76.8px, 6.4vw, 96px);
  }
}
.p-medicalinformation-content__detail__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: clamp(20px, 5.33vw, 27.1px);
  padding-bottom: 0.5em;
  border-bottom: 1px solid #746458;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__detail__title {
    line-height: 1;
    font-size: clamp(21px, 1.75vw, 30px);
    margin-bottom: 0.75em;
  }
}
.p-medicalinformation-content__detail__pos {
  position: relative;
}
.p-medicalinformation-content__detail__inner {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__detail__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__list {
    width: 60%;
    padding-bottom: clamp(32px, 2.66vw, 40px);
  }
}
.p-medicalinformation-content__list__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__list__title {
    font-size: clamp(13.6px, 1.13vw, 17px);
  }
}
.p-medicalinformation-content__list__title--accent {
  color: #eb9a4a;
  font-size: 0.6875em;
  padding-right: 0.25em;
  position: relative;
  bottom: 0.1em;
}
.p-medicalinformation-content__list__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding: 0 0 0 1em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__list__text {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.p-medicalinformation-content__img__inner {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: clamp(145px, 36vw, 270px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__img__inner {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: clamp(200px, 16.6vw, 280px);
  }
}
.p-medicalinformation-content__img01 {
  position: relative;
  padding: clamp(20px, 5.33vw, 27.1px) 0 0 0;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__img01 {
    width: 40%;
  }
}
.p-medicalinformation-content__img01--01 {
  margin: 0 auto;
}
.p-medicalinformation-content__img02 {
  position: relative;
  padding: clamp(20px, 5.33vw, 27.1px) 0 calc(clamp(145px, 36vw, 270px) * 1.5) 0;
  margin-bottom: clamp(20px, 5.33vw, 27.1px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__img02 {
    position: absolute;
    padding: clamp(16px, 1.33vw, 20px) 0 0 0;
    top: 0;
    left: 60%;
    width: 40%;
    height: 100%;
    margin-bottom: 0;
  }
}
.p-medicalinformation-content__img02--01 {
  position: absolute;
  top: clamp(20px, 5.33vw, 27.1px);
  right: 50%;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__img02--01 {
    top: clamp(32px, 2.66vw, 40px);
    right: 25%;
  }
}
.p-medicalinformation-content__img02--02 {
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__img02--02 {
    top: calc(clamp(200px, 16.6vw, 280px) * 1.25);
    bottom: auto;
    left: 30%;
  }
}

.p-medicalinformation-general__bottom {
  border-top: 1px solid #746458;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-general__bottom {
    margin-top: clamp(32px, 2.66vw, 40px);
  }
}
.p-medicalinformation-general__bottom__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #eb9a4a;
  text-align: justify;
  line-height: 1.77;
  letter-spacing: 0.08em;
  font-size: clamp(15px, 4vw, 20.4px);
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-general__bottom__title {
    line-height: 1;
    font-size: clamp(13.6px, 1.13vw, 17px);
    padding-top: 2em;
  }
}
.p-medicalinformation-general__bottom__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-general__bottom__text {
    font-size: clamp(12px, 1vw, 15px);
    padding-top: 1.25em;
  }
}

.p-medicalinformation-pediatric__detail {
  background-color: #ffffff;
  margin-top: clamp(36px, 9.6vw, 48.8px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-pediatric__detail {
    margin-top: clamp(62.4px, 5.2vw, 78px);
  }
}
.p-medicalinformation-pediatric__detail__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-size: clamp(18px, 4.8vw, 24.4px);
  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;
  background-color: #746458;
  padding: 0 clamp(22px, 5.86vw, 29.9px);
  height: 3.5em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-pediatric__detail__title {
    line-height: 1;
    font-size: clamp(21px, 1.75vw, 30px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0.75em;
    height: 2.75em;
  }
}
.p-medicalinformation-pediatric__detail__title__note {
  color: #746458;
  font-size: clamp(12px, 3.2vw, 16.3px);
  background-color: #ffffff;
  padding: 0.35em;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-pediatric__detail__title__note {
    font-size: clamp(13.6px, 1.13vw, 17px);
    padding: 0.5em 0.75em;
    margin-left: 1.5em;
  }
}
.p-medicalinformation-pediatric__inner {
  position: relative;
  background-color: #ffffff;
  padding: clamp(24px, 6.4vw, 32.6px) clamp(24px, 6.4vw, 32.6px) clamp(30px, 8vw, 40.7px) clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-pediatric__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: clamp(32px, 2.66vw, 40px) clamp(51.2px, 4.26vw, 64px) clamp(48px, 4vw, 60px) clamp(51.2px, 4.26vw, 64px);
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-pediatric__inner__left {
    width: 60%;
  }
}
.p-medicalinformation-pediatric__inner__right {
  padding-top: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-pediatric__inner__right {
    width: 35%;
    padding-top: 0;
  }
}
.p-medicalinformation-pediatric__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-pediatric__text {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.p-medicalinformation-pediatric__img {
  margin: 0 auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: clamp(145px, 36vw, 270px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-pediatric__img {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: clamp(200px, 16.6vw, 280px);
  }
}

.p-medicalinformation-surgery__top__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #746458;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-surgery__top__text {
    text-align: center;
    line-height: 1.8;
    font-size: clamp(15.2px, 1.26vw, 19px);
  }
}
.p-medicalinformation-surgery__top__button {
  padding: clamp(25px, 6.66vw, 33.9px) 0 clamp(35px, 9.33vw, 47.5px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-surgery__top__button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-surgery__middle__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-medicalinformation-surgery__middle__inner__right {
  padding-top: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-surgery__middle__inner__right {
    width: 35%;
    padding-top: clamp(11.2px, 0.93vw, 14px);
  }
}
.p-medicalinformation-surgery__middle__img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-surgery__middle__img {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
}
.p-medicalinformation-surgery__bottom {
  background-color: #f2ede4;
  padding: clamp(24px, 6.4vw, 32.6px) clamp(20px, 5.33vw, 27.1px);
  margin-top: clamp(34px, 9.06vw, 46.1px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-surgery__bottom {
    padding: clamp(56px, 4.66vw, 70px) clamp(115.2px, 9.6vw, 144px) clamp(51.2px, 4.26vw, 64px) clamp(115.2px, 9.6vw, 144px);
    margin-top: clamp(8px, 0.66vw, 10px);
  }
}
.p-medicalinformation-surgery__bottom__title01 {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #746458;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(17px, 4.53vw, 23px);
  padding-bottom: 1.25em;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-surgery__bottom__title01 {
    font-size: clamp(17.6px, 1.46vw, 22px);
    padding-bottom: 1em;
  }
}
.p-medicalinformation-surgery__bottom__title01::before {
  content: "";
  background-color: #746458;
  width: 2.5em;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-surgery__bottom__title01::before {
    width: 3em;
  }
}
.p-medicalinformation-surgery__bottom__list01 {
  padding-top: clamp(27px, 7.2vw, 36.6px);
}
.p-medicalinformation-surgery__bottom__list01__item {
  padding-bottom: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-surgery__bottom__list01__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: clamp(40px, 3.33vw, 50px);
  }
}
.p-medicalinformation-surgery__bottom__list01__num {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(15.11px, 4vw, 20.4px);
  background-color: #eb9a4a;
  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;
  width: clamp(32px, 8.53vw, 43.4px);
  height: clamp(32px, 8.53vw, 43.4px);
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-surgery__bottom__list01__num {
    width: clamp(36px, 3vw, 45px);
    height: clamp(36px, 3vw, 45px);
    margin: 0;
  }
}
.p-medicalinformation-surgery__bottom__list01__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding-top: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-surgery__bottom__list01__text {
    font-size: clamp(12px, 1vw, 15px);
    padding: 0 0 0 1.25em;
  }
}
.p-medicalinformation-surgery__bottom__title02 {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #746458;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-surgery__bottom__title02 {
    font-size: clamp(15.2px, 1.26vw, 19px);
    padding-top: 0;
  }
}
.p-medicalinformation-surgery__bottom__list02 {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-surgery__bottom__list02 {
    width: 100%;
  }
}
.p-medicalinformation-surgery__bottom__list02__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  letter-spacing: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-top: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-surgery__bottom__list02__title {
    text-align: left;
    padding-left: 0.94em;
  }
}
.p-medicalinformation-surgery__bottom__list03 {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-surgery__bottom__list03 {
    line-height: 1.8;
    font-size: clamp(12px, 1vw, 15px);
    padding-left: 1em;
  }
}
.p-medicalinformation-surgery__bottom__list03__item {
  text-indent: -1em;
  margin-left: 1em;
}

/* Foundation */
.p-career-about {
  position: relative;
  padding: clamp(50px, 13.33vw, 67.9px) 0 clamp(230px, 61.33vw, 450px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-career-about {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-career-about__img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-career-about__img {
    position: relative;
  }
}
.p-career-about__title {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: clamp(19px, 5.06vw, 25.8px);
}
@media screen and (min-width: 768px) {
  .p-career-about__title {
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1024px) {
  .p-career-about__title {
    line-height: 1.7;
    font-size: clamp(19.6px, 1.63vw, 36px);
  }
}
@media screen and (min-width: 1920px) {
  .p-career-about__title {
    font-size: clamp(25.2px, 2.1vw, 36px);
  }
}
.p-career-about__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-career-about__text {
    font-size: clamp(13.6px, 1.13vw, 19px);
  }
}
@media screen and (min-width: 1536px) {
  .p-career-about__text {
    padding-top: 1.5em;
  }
}

.p-career-features {
  position: relative;
  padding: clamp(72px, 19.2vw, 97.7px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-career-features {
    padding: clamp(113.6px, 9.46vw, 142px) 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-career-features__detail {
  background-color: #ffffff;
  border: 1px solid #746458;
  border-radius: clamp(10px, 2.66vw, 13.6px);
  padding: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-career-features__detail {
    border: none;
    border-radius: clamp(12.8px, 1.06vw, 16px);
    padding: clamp(48px, 4vw, 60px);
  }
}
@media screen and (min-width: 1536px) {
  .p-career-features__detail {
    padding: clamp(48px, 4vw, 60px) clamp(96px, 8vw, 120px);
  }
}
.p-career-features__detail__pos {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-career-features__detail--space01 {
    padding-left: 40%;
  }
}
.p-career-features__detail--space02 {
  padding-top: clamp(40px, 10.66vw, 54.3px);
}
@media screen and (min-width: 1024px) {
  .p-career-features__detail--space02 {
    padding-top: clamp(72px, 6vw, 90px);
  }
}
.p-career-features__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(20px, 5.33vw, 27.1px);
  padding-bottom: 0.5em;
  border-bottom: 1px solid #746458;
}
@media screen and (min-width: 1024px) {
  .p-career-features__title {
    font-size: clamp(21px, 1.75vw, 30px);
    margin-bottom: 0.25em;
  }
}
.p-career-features__list__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-career-features__list__title {
    font-size: clamp(13.6px, 1.13vw, 17px);
  }
}
.p-career-features__list__title--accent {
  color: #eb9a4a;
  font-size: 0.6875em;
  padding-right: 0.25em;
  position: relative;
  bottom: 0.1em;
}
.p-career-features__list__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding: 0.25em 0 0 1em;
}
@media screen and (min-width: 1024px) {
  .p-career-features__list__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-career-features__img {
  border: 3.5874px solid #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: 80%;
  margin: clamp(16px, 4.26vw, 21.7px) auto 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-career-features__img {
    width: 35%;
    margin: 0;
    position: absolute;
    top: clamp(8px, 0.66vw, 10px);
  }
}
@media screen and (min-width: 1536px) {
  .p-career-features__img {
    border: 6px solid #ffffff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
}
.p-career-features__img--left {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
@media screen and (min-width: 1024px) {
  .p-career-features__img--left {
    left: 0;
  }
}
.p-career-features__img--right {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
@media screen and (min-width: 1024px) {
  .p-career-features__img--right {
    right: 0;
  }
}
.p-career-features__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(15px, 4vw, 20.4px);
  padding-top: 2em;
}
@media screen and (min-width: 1024px) {
  .p-career-features__text {
    font-size: clamp(15.2px, 1.26vw, 19px);
    padding-top: 2.5em;
  }
}

.p-career-position {
  position: relative;
  padding: clamp(72px, 19.2vw, 97.7px) 0 clamp(35px, 9.33vw, 47.5px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-career-position {
    padding: clamp(64px, 5.33vw, 80px) 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-career-position__inner {
    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-career-position__detail {
  background-color: #f2ede4;
  padding: clamp(24px, 6.4vw, 32.6px);
  margin-bottom: clamp(35px, 9.33vw, 47.5px);
}
@media screen and (min-width: 1024px) {
  .p-career-position__detail {
    padding: clamp(36px, 3vw, 45px) clamp(38.4px, 3.2vw, 48px);
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: clamp(51.2px, 4.26vw, 64px);
  }
}
.p-career-position__detail__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(17px, 4.53vw, 23px);
  position: relative;
  padding-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .p-career-position__detail__title {
    font-size: clamp(17.6px, 1.46vw, 22px);
  }
}
.p-career-position__detail__title::before {
  content: "";
  background-color: #746458;
  width: 2em;
  height: 3px;
  border-radius: 1.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-career-position__detail__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding: 1.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-career-position__detail__text {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.p-career-position__detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-career-position__detail__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 0;
    margin-top: auto;
  }
}
.p-career-position__link {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #7db77d;
  border: 1px solid #7db77d;
  position: relative;
  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;
  width: 100%;
  max-width: 20em;
  height: 3.5em;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-career-position__link {
    font-size: clamp(12px, 1vw, 15px);
    height: 4em;
    margin: 0;
  }
}
.p-career-position__link::before {
  content: "";
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #ffffff;
  display: block;
  width: 0.85em;
  height: 0.85em;
  position: absolute;
  right: 0.15em;
  bottom: 0.15em;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-career-position__link--01 {
    width: 47%;
  }
}
@media screen and (min-width: 1536px) {
  .p-career-position__link--01 {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .p-career-position__link--02 {
    width: 65%;
    margin: auto auto 0 auto;
  }
}
@media screen and (min-width: 1536px) {
  .p-career-position__link--02 {
    width: 55%;
  }
}
.p-career-position__link:visited {
  color: #ffffff;
}
.p-career-position__link:hover, .p-career-position__link:active, .p-career-position__link:focus {
  color: #ffffff;
  opacity: 0.7;
}

.p-career-content {
  position: relative;
  padding: clamp(72px, 19.2vw, 97.7px) 0 0 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-career-content {
    padding: clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-career-content__inner {
  position: relative;
  padding: 0 0 clamp(40px, 10.66vw, 54.3px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-career-content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 clamp(64px, 5.33vw, 80px) 0;
  }
}
.p-career-content__inner__left {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-career-content__inner__left {
    display: block;
    position: sticky;
    top: calc(clamp(85px, 7vw, 120px) + clamp(12px, 1vw, 15px));
    left: 0;
    width: 22%;
    height: clamp(444px, 37vw, 555px);
    z-index: 10;
  }
}
@media screen and (min-width: 1536px) {
  .p-career-content__inner__left {
    width: 25%;
  }
}
.p-career-content__inner__right {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-career-content__inner__right {
    width: 72%;
  }
}
@media screen and (min-width: 1536px) {
  .p-career-content__inner__right {
    width: 70%;
  }
}
.p-career-content__nav {
  background-color: #ffffff;
  padding: clamp(24px, 6.4vw, 32.6px) clamp(24px, 6.4vw, 32.6px) clamp(8px, 2.13vw, 10.9px) clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-career-content__nav {
    padding: clamp(25.6px, 2.13vw, 32px);
  }
}
.p-career-content__menu {
  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;
}
@media screen and (min-width: 1024px) {
  .p-career-content__menu {
    display: block;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
}
.p-career-content__menu__item {
  width: 47.5%;
}
@media screen and (min-width: 1024px) {
  .p-career-content__menu__item {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-career-content__menu__item:last-child {
    padding-top: clamp(24px, 2vw, 30px);
    border-top: 1px solid #746458;
  }
}
.p-career-content__menu__link {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 3.5em;
  margin-bottom: clamp(14px, 3.73vw, 19px);
  background-color: #7db77d;
  border: 1px solid #7db77d;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-career-content__menu__link {
    font-size: clamp(13.6px, 1.13vw, 17px);
    height: 4em;
    margin-bottom: clamp(24px, 2vw, 30px);
  }
}
.p-career-content__menu__link::before {
  content: "";
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #ffffff;
  display: block;
  width: 0.85em;
  height: 0.85em;
  position: absolute;
  right: 0.15em;
  bottom: 0.15em;
  z-index: 2;
}
.p-career-content__menu__link:visited, .p-career-content__menu__link:hover, .p-career-content__menu__link:active, .p-career-content__menu__link:focus {
  color: #ffffff;
}
.p-career-content__menu__link--last {
  color: #ffffff;
  background-color: #eb9a4a;
  border: 1px solid #eb9a4a;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .p-career-content__menu__link--last {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0.5em;
  }
}
.p-career-content__menu__link--last:visited, .p-career-content__menu__link--last:hover, .p-career-content__menu__link--last:active, .p-career-content__menu__link--last:focus {
  color: #ffffff;
}
.p-career-content__detail {
  background-color: #ffffff;
  padding: clamp(24px, 6.4vw, 32.6px);
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-career-content__detail {
    padding: clamp(25.6px, 2.13vw, 32px) clamp(25.6px, 2.13vw, 32px) 0 clamp(25.6px, 2.13vw, 32px);
  }
}
.p-career-content__detail__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #746458;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(17px, 4.53vw, 23px);
  padding: 0.5em 0;
  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;
  background-color: #f2ede4;
  width: 100%;
  height: 3em;
  margin-bottom: clamp(20px, 5.33vw, 27.1px);
}
@media screen and (min-width: 1024px) {
  .p-career-content__detail__title {
    font-size: clamp(17.6px, 1.46vw, 22px);
    margin-bottom: clamp(25.6px, 2.13vw, 32px);
  }
}
.p-career-content__table {
  width: 100%;
  border-bottom: 1px solid #746458;
}
.p-career-content__table__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #746458;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  display: block;
  padding: 0.85em 0;
  background-color: #f2ede4;
  border-top: 1px solid #746458;
}
@media screen and (min-width: 1024px) {
  .p-career-content__table__title {
    text-align: left;
    vertical-align: middle;
    font-size: clamp(12px, 1vw, 15px);
    display: table-cell;
    width: 30%;
    padding-left: 1.25em;
  }
}
.p-career-content__table__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  display: block;
  padding: 0.25em 0 0.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-career-content__table__text {
    vertical-align: middle;
    font-size: clamp(12px, 1vw, 15px);
    padding: clamp(24px, 2vw, 30px) 0 clamp(24px, 2vw, 30px) clamp(24px, 2vw, 30px);
    display: table-cell;
    width: 70%;
    border-top: 1px solid #746458;
  }
}
.p-career-content__bottom {
  padding: clamp(32px, 8.53vw, 43.4px) clamp(24px, 6.4vw, 32.6px) clamp(50px, 13.33vw, 67.9px) clamp(24px, 6.4vw, 32.6px);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-career-content__bottom {
    background-color: #ffffff;
    padding: clamp(38.4px, 3.2vw, 48px) clamp(25.6px, 2.13vw, 32px) clamp(48px, 4vw, 60px) clamp(25.6px, 2.13vw, 32px);
    margin-bottom: clamp(76.8px, 6.4vw, 96px);
  }
}

.p-career-form {
  position: relative;
  padding: clamp(72px, 19.2vw, 97.7px) 0 clamp(75px, 20vw, 101.8px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-career-form {
    padding: clamp(115.2px, 9.6vw, 144px) 0 clamp(120px, 10vw, 150px) 0;
  }
}
.p-career-form--confirm {
  padding: clamp(30px, 8vw, 40.7px) 0 clamp(70px, 18.66vw, 95px) 0;
}
@media screen and (min-width: 1024px) {
  .p-career-form--confirm {
    padding: clamp(36px, 3vw, 45px) 0 clamp(112px, 9.33vw, 140px) 0;
  }
}
.p-career-form__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-career-form__text {
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1024px) {
  .p-career-form__text {
    font-size: clamp(15.2px, 1.26vw, 19px);
    padding-bottom: 3em;
  }
}
.p-career-form__text--accent {
  color: #eb9a4a;
  text-decoration: underline;
}
.p-career-form__detail {
  border: 2px solid #746458;
  border-radius: 10px;
  padding: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-career-form__detail {
    border-radius: clamp(22.4px, 1.86vw, 32px);
    padding: clamp(48px, 4vw, 60px) clamp(48px, 4vw, 60px) clamp(54.4px, 4.53vw, 68px) clamp(48px, 4vw, 60px);
  }
}
@media screen and (min-width: 1536px) {
  .p-career-form__detail {
    width: 80%;
    margin: 0 auto;
  }
}
.p-career-form__detail__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #746458;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(19px, 5.06vw, 25.8px);
}
@media screen and (min-width: 1024px) {
  .p-career-form__detail__title {
    font-size: clamp(15.4px, 1.28vw, 22px);
  }
}
@media screen and (min-width: 1536px) {
  .p-career-form__bottom {
    width: 80%;
    margin: 0 auto;
  }
}
.p-career-form__bottom__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(18px, 4.8vw, 24.4px);
  padding-bottom: 0.5em;
  border-bottom: 1px solid #746458;
  padding-top: clamp(70px, 18.66vw, 95px);
  margin-bottom: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-career-form__bottom__title {
    font-size: clamp(15.2px, 1.26vw, 19px);
    padding-top: clamp(76.8px, 6.4vw, 96px);
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .p-career-form__bottom__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .p-career-form__bottom__inner__left {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .p-career-form__bottom__inner__right {
    width: 50%;
  }
}
.p-career-form__bottom__list__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-career-form__bottom__list__title {
    font-size: clamp(13.6px, 1.13vw, 17px);
  }
}
.p-career-form__bottom__list__title--accent {
  color: #eb9a4a;
  font-size: 0.6875em;
  padding-right: 0.25em;
  position: relative;
  bottom: 0.1em;
}
.p-career-form__bottom__list__tel {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #746458;
  line-height: 1;
  letter-spacing: 0.03em;
  font-size: clamp(24.86px, 6.66vw, 33.9px);
  padding: 0.15em 0 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 1024px) {
  .p-career-form__bottom__list__tel {
    font-size: clamp(22.4px, 1.86vw, 28.54px);
  }
}
.p-career-form__bottom__list__tel__icon {
  width: 0.65em;
  margin-right: 0.15em;
  margin-top: 0.15em;
}
.p-career-form__bottom__list__tel__text {
  color: #746458;
}
.p-career-form__bottom__list__tel__note {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  font-size: clamp(13px, 3.46vw, 17.6px);
}
@media screen and (min-width: 1024px) {
  .p-career-form__bottom__list__tel__note {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.p-career-form__bottom__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(13px, 3.46vw, 17.6px);
  padding-top: 1.5em;
}
@media screen and (min-width: 1024px) {
  .p-career-form__bottom__text {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.p-career-form__bottom__treatmenttime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: clamp(20px, 5.33vw, 27.1px);
}
.p-career-form__bottom__treatmenttime__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #746458;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #746458;
  padding: 1em;
}
@media screen and (min-width: 1024px) {
  .p-career-form__bottom__treatmenttime__title {
    font-size: clamp(12px, 1vw, 15px);
    padding: 1.5em;
  }
}
.p-career-form__bottom__treatmenttime__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding-left: 1em;
}
@media screen and (min-width: 1024px) {
  .p-career-form__bottom__treatmenttime__text {
    font-size: clamp(12px, 1vw, 15px);
  }
}

.p-career-job {
  position: relative;
  padding: clamp(60px, 16vw, 81.4px) 0 clamp(40px, 10.66vw, 54.3px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-career-job {
    padding: clamp(51.2px, 4.26vw, 64px) 0 clamp(19.2px, 1.6vw, 24px) 0;
  }
}
.p-career-job__list {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-career-job__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;
  }
}
@media screen and (min-width: 1536px) {
  .p-career-job__list {
    width: 60%;
  }
}
.p-career-job__list__item {
  padding-bottom: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-career-job__list__item {
    width: 47%;
    padding-bottom: clamp(25.6px, 2.13vw, 32px);
  }
}
.p-career-job__list__link {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-career-job__list__link:hover, .p-career-job__list__link:active, .p-career-job__list__link:focus {
  opacity: 0.7;
}

/* Foundation */
.p-privacypolicy {
  position: relative;
  padding: clamp(65px, 17.33vw, 88.2px) 0 clamp(70px, 18.66vw, 95px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy {
    padding: clamp(118.4px, 9.86vw, 148px) 0 clamp(112px, 9.33vw, 140px) 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-privacypolicy {
    width: 80%;
    margin: 0 auto;
  }
}
.p-privacypolicy__title01 {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 5.33vw, 27.1px);
  padding-bottom: 1.5em;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy__title01 {
    font-size: clamp(21px, 1.75vw, 30px);
    padding-bottom: clamp(72px, 6vw, 90px);
  }
}
.p-privacypolicy__text {
  font-family: "fot-udkakugo-large-pr6n", 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-bottom: 1.75em;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy__text {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.p-privacypolicy__text--space {
  padding-bottom: 0;
}
.p-privacypolicy__title02 {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #746458;
  text-align: justify;
  line-height: 1.66;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-bottom: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy__title02 {
    font-size: clamp(13.6px, 1.13vw, 17px);
  }
}
.p-privacypolicy__list {
  font-family: "fot-udkakugo-large-pr6n", 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: 0.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy__list {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.p-privacypolicy__list__item {
  position: relative;
  text-indent: -1.3em;
  margin-left: 1.3em;
}
.p-privacypolicy__list__item--accent {
  color: #746458;
  line-height: 1;
  font-size: 0.888em;
  padding-right: 0.5em;
}
.p-privacypolicy__list__link {
  color: #3c3c3c;
  font-size: clamp(14px, 3.73vw, 19px);
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy__list__link {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.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(30px, 8vw, 40.7px) 0 clamp(70px, 18.66vw, 95px) 0;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog {
    padding: clamp(16px, 1.33vw, 20px) 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 #b1b1b1;
  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: "fot-udkakugo-large-pr6n", 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: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__date {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.p-wp-blog__post__cat__list {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  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(9.6px, 0.8vw, 12px);
  }
}
.p-wp-blog__post__cat__list__item {
  color: #ffffff;
  text-align: center;
  background-color: #746458;
  padding: 0.25em 1.5em;
}
.p-wp-blog__post__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  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(17.6px, 1.46vw, 22px);
  }
}
.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;
  background-color: #746458;
  padding: 0.5em 1em;
  margin-bottom: 1.5px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  font-size: clamp(15px, 4vw, 20.4px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list h2 {
    font-size: clamp(12px, 1vw, 15px);
  }
}
.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: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 3.73vw, 19px);
  border-bottom: 1px solid #b1b1b1;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list a {
    font-size: clamp(12px, 1vw, 15px);
    padding: 0.6em 0.2em;
  }
}
.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: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  letter-spacing: 0.08em;
  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(10.4px, 0.86vw, 13px);
  }
}
.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 #b1b1b1;
}
@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: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(10px, 2.66vw, 13.6px);
  background-color: #746458;
  border-radius: 4px;
  padding: 0.25em 1.5em;
  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(8px, 0.66vw, 10px);
    top: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-wp-blog__side__list .recent-posts-widget-with-thumbnails li.scholarship a::after {
  content: "研究業績・学術活動";
}
.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: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  letter-spacing: 0.08em;
  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(10.4px, 0.86vw, 13px);
  }
}
@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: "fot-udkakugo-large-pr6n", 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 #746458;
          box-shadow: 0 3px 3px #746458;
  background: #ffffff;
}
.p-wp-blog .pagination .current {
  padding: 1em 1.25em;
  background: #746458;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.p-wp-blog__single__date {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.6;
  letter-spacing: 0.08em;
  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(12px, 1vw, 15px);
  }
}
.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: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: clamp(11px, 2.93vw, 14.9px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__cat__list {
    font-size: clamp(9.6px, 0.8vw, 12px);
  }
}
.p-wp-blog__single__cat__item {
  background-color: #746458;
  min-width: 6.5em;
  color: #ffffff;
  text-align: center;
  padding: 0.25em 1.5em;
  display: inline-block;
}
.p-wp-blog__single__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-size: clamp(18px, 4.8vw, 24.4px);
  border-bottom: 2px solid #746458;
  padding: 0.5em 0 0.5em 0;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__title {
    font-size: clamp(17.6px, 1.46vw, 22px);
  }
}
.p-wp-blog__single__text {
  font-family: "fot-udkakugo-large-pr6n", 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(12px, 1vw, 15px);
  }
}
.p-wp-blog__single__text h3 {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #746458;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__text h3 {
    font-size: clamp(13.6px, 1.13vw, 17px);
  }
}
.p-wp-blog__single__text p {
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding-bottom: 2em;
}
.p-wp-blog__single__text img {
  display: inline-block;
  width: auto;
}/*# sourceMappingURL=style.css.map */