@charset "UTF-8";
/* Foundation */
/*
// Noto Sans CJK JP Bold
.noto-b {
  font-family: foundation.$noto;
  font-weight: foundation.$font-700;
  font-style: foundation.$font-n;
}

// Noto Sans CJK JP Medium
.noto-m {
  font-family: foundation.$noto;
  font-weight: foundation.$font-500;
  font-style: foundation.$font-n;
}

// Noto Sans CJK JP Regular
.noto-r {
  font-family: foundation.$noto;
  font-weight: foundation.$font-400;
  font-style: foundation.$font-n;
}

// Intercom Medium Italic
.intercom {
  font-family: foundation.$intercom;
  font-weight: foundation.$font-500;
  font-style: foundation.$font-i;
}

// DNP 秀英明朝 Pr6 B
.shuei-min {
  font-family: foundation.$shuei;
  font-weight: foundation.$font-600;
  font-style: foundation.$font-n;
}
*/
*,
::before,
::after {
  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 {
  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: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: clamp(65px, 17.25vw, 105px);
  z-index: 20;
  display: flex;
  align-items: center;
  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: 4.5%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header-sp__logo {
    width: 45%;
    margin-left: 8%;
  }
}
.l-header-sp__right {
  display: flex;
}
.l-header-sp__instagram {
  width: clamp(65px, 17.25vw, 105px);
  height: clamp(65px, 17.25vw, 105px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header-sp__instagram__img {
  width: 60%;
}
.l-header-sp__button {
  position: relative;
  background: #2660ad;
  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;
  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) {
  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) {
  transform: rotate(40deg);
  top: 35%;
}
.l-header-sp__button__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: clamp(12px, 3.2vw, 16.3px);
  position: absolute;
  bottom: 1.2em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.l-header-sp__nav {
  display: block;
  background: #38a1db;
  width: 100vw;
  height: 100%;
  z-index: 20;
  position: fixed;
  top: clamp(65px, 17.25vw, 105px);
  right: -100vw;
  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: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  font-size: clamp(14px, 3.73vw, 19px);
  display: flex;
  align-items: center;
  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__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;
  transition: all 0.3s;
}
.l-header-sp__menu__toggle::after {
  transform: rotate(90deg);
}
.l-header-sp__menu--dropdown__menu {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 3.73vw, 19px);
  background-color: #60b4e2;
  display: none;
  flex-wrap: wrap;
}
.l-header-sp__menu--dropdown__menu__item {
  width: 50%;
  border-top: 1px solid #ffffff;
}
.l-header-sp__menu--dropdown__menu__item:nth-child(odd) {
  padding: 1.25em 1em 1.25em 3em;
}
.l-header-sp__menu--dropdown__menu__item:nth-child(even) {
  padding: 1.25em 3em 1.25em 1em;
}
.l-header-sp__menu--dropdown__menu__text {
  color: #ffffff;
  line-height: 1;
  position: relative;
  display: block;
}
.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 {
  transform: none;
}
.l-header-sp__menu--dropdown.open .l-header-sp__menu--dropdown__menu {
  display: flex;
  border-bottom: 1px solid #ffffff;
}

.l-header-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header-pc {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: clamp(85px, 7vw, 100px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
  }
}
.l-header-pc__logo {
  width: 22%;
  height: 97%;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: clamp(100px, 8.33vw, 192px);
}
@media screen and (min-width: 1536px) {
  .l-header-pc__logo {
    width: 23%;
  }
}
.l-header-pc__logo__icon {
  background-color: rgba(255, 255, 255, 0.9);
  width: clamp(100px, 8.33vw, 192px);
  height: clamp(100px, 8.33vw, 192px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 clamp(25.6px, 2.13vw, 32px) 0;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header-pc__logo__icon img {
  width: 65%;
}
.l-header-pc__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 77%;
  height: 100%;
  position: relative;
}
.l-header-pc__menu {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(11.2px, 0.93vw, 16px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  height: 100%;
  padding-right: 1em;
}
.l-header-pc__menu__link {
  color: #3c3c3c;
  position: relative;
  padding: 1em 0.75em;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@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: #2660ad;
  background-color: #e1f1fa;
}
.l-header-pc__menu__sub {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-size: clamp(12.8px, 1.06vw, 16px);
  position: absolute;
  top: calc(clamp(85px, 7vw, 100px) * 0.9);
  padding: 0;
  padding-top: calc(clamp(85px, 7vw, 100px) * 0.1);
  z-index: 999;
  transition: all 1s;
  visibility: hidden;
  opacity: 0;
  width: 17em;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #ffffff;
}
.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: #afd9f1;
  transition: all 0.3s;
}
.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: #2660ad;
}
.l-header-pc__menu--hover {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: 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 {
  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: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  font-size: clamp(20px, 1.66vw, 32px);
  transition: all 0.3s;
  margin-right: 0.5em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1536px) {
  .l-header-pc__tel {
    margin-right: 1.15em;
  }
}
.l-header-pc__tel__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  line-height: 1;
  font-size: clamp(12.8px, 1.06vw, 16px);
  display: block;
  padding-bottom: 0.15em;
}
.l-header-pc__tel__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header-pc__tel__icon {
  width: 0.75em;
  margin-right: 0.15em;
  margin-top: 0.15em;
}
.l-header-pc__tel__text {
  color: #2660ad;
  display: block;
}
.l-header-pc__tel:visited {
  color: #2660ad;
}
.l-header-pc__tel:hover, .l-header-pc__tel:focus, .l-header-pc__tel:active {
  color: #2660ad;
  opacity: 0.7;
}
.l-header-pc__appointment {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(12px, 1vw, 20px);
  height: 100%;
  width: 7em;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #8dc556;
}
.l-header-pc__appointment__icon {
  width: 2em;
}
.l-header-pc__appointment__text {
  display: block;
  padding-top: 0.5em;
}
.l-header-pc__appointment:visited {
  color: #ffffff;
}
.l-header-pc__appointment:hover, .l-header-pc__appointment:focus, .l-header-pc__appointment:active {
  color: #ffffff;
  opacity: 0.7;
}

/* Foundation */
.l-footer {
  position: relative;
  background-color: #ffffff;
}
.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__wrapper {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-footer__wrapper {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__wrapper {
    width: 70%;
  }
}
@media screen and (min-width: 1536px) {
  .l-footer__wrapper {
    width: 1200px;
  }
}
.l-footer__logo {
  width: 80%;
  margin: clamp(80px, 21.33vw, 108.6px) auto clamp(30px, 8vw, 40.7px) auto;
}
@media screen and (min-width: 1024px) {
  .l-footer__logo {
    width: 33%;
    margin: clamp(89.6px, 7.46vw, 112px) auto clamp(49.6px, 4.13vw, 62px) auto;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.l-footer__inner__left {
  width: 82%;
  margin: 0 auto;
  padding-bottom: clamp(40px, 3.33vw, 50px);
}
@media screen and (min-width: 768px) {
  .l-footer__inner__left {
    width: 80%;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__inner__left {
    width: 45%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
}
.l-footer__inner__right {
  background-color: #f1f1f1;
  padding: clamp(8px, 2.13vw, 10.9px) 7%;
}
@media screen and (min-width: 768px) {
  .l-footer__inner__right {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__inner__right {
    width: 50%;
    padding: clamp(12.8px, 1.06vw, 16px) clamp(38.4px, 3.2vw, 48px);
  }
}
.l-footer__data01 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(16px, 4.26vw, 24px);
  padding-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .l-footer__data01 {
    font-size: clamp(12.8px, 1.06vw, 16px);
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2.5em;
  }
}
.l-footer__data01__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2660ad;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 24px);
  padding-bottom: 0.25em;
}
@media screen and (min-width: 1024px) {
  .l-footer__data01__title {
    text-align: left;
    font-size: clamp(12.8px, 1.06vw, 16px);
    width: 6.5em;
    padding-bottom: 0.3em;
  }
}
.l-footer__data01__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 24px);
  padding-bottom: 0.75em;
}
@media screen and (min-width: 1024px) {
  .l-footer__data01__text {
    text-align: left;
    font-size: clamp(12.8px, 1.06vw, 16px);
    width: calc(100% - 6.5em);
    padding-bottom: 0.3em;
  }
}
.l-footer__data02 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(16px, 4.26vw, 24px);
  padding-top: clamp(10px, 2.66vw, 13.6px);
  display: flex;
}
@media screen and (min-width: 1024px) {
  .l-footer__data02 {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding-top: clamp(25.6px, 2.13vw, 32px);
  }
}
.l-footer__data02__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2660ad;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 24px);
  width: 4.5em;
}
@media screen and (min-width: 1024px) {
  .l-footer__data02__title {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.l-footer__data02__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 24px);
  width: calc(100% - 4.5em);
}
@media screen and (min-width: 1024px) {
  .l-footer__data02__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.l-footer__tel {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  font-size: clamp(40px, 10.66vw, 54.3px);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .l-footer__tel {
    font-size: clamp(28px, 2.33vw, 40px);
    align-items: flex-start;
  }
}
.l-footer__tel__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  line-height: 1;
  font-size: clamp(16px, 4.26vw, 21.7px);
  display: block;
  padding-bottom: 0.15em;
}
@media screen and (min-width: 1024px) {
  .l-footer__tel__title {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding-bottom: 0.25em;
  }
}
.l-footer__tel__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer__tel__icon {
  width: 0.7em;
  margin-right: 0.15em;
  margin-top: 0.15em;
}
.l-footer__tel__text {
  color: #2660ad;
  display: block;
}
.l-footer__tel:visited {
  color: #2660ad;
}
.l-footer__tel:hover, .l-footer__tel:focus, .l-footer__tel:active {
  color: #2660ad;
  opacity: 0.7;
}
.l-footer__nav {
  display: flex;
  padding: clamp(18px, 4.8vw, 24.4px) 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .l-footer__nav {
    padding: clamp(19.2px, 1.6vw, 24px) 0;
  }
}
.l-footer__nav + .l-footer__nav {
  border-top: 1px solid #8a8a8a;
}
.l-footer__menu {
  width: 50%;
}
.l-footer__menu--wide {
  width: 100%;
}
.l-footer__menu__link {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.7;
  font-size: clamp(14px, 3.73vw, 19px);
  letter-spacing: 0.05em;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu__link {
    line-height: 2;
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.l-footer__menu__link:visited {
  color: #3c3c3c;
}
.l-footer__menu__link:hover, .l-footer__menu__link:active, .l-footer__menu__link:focus {
  color: #2660ad;
}
.l-footer__menu__link::before {
  content: "";
  background-color: #2660ad;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 0.75em;
  height: 0.85em;
  margin-right: 0.25em;
}
.l-footer__menu__link--disable {
  pointer-events: none;
}
.l-footer__menu__link--disable::before {
  display: none;
}
.l-footer__menu__sub__link {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 2;
  font-size: clamp(14px, 3.73vw, 19px);
  letter-spacing: 0.05em;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  padding-left: 1.25em;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu__sub__link {
    line-height: 2.25;
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.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: #2660ad;
  opacity: 0.7;
}
.l-footer__menu__sub__link::before {
  content: "";
  background-color: #2660ad;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 0.35em;
}
.l-footer__bottom {
  position: relative;
  padding: clamp(24px, 6.4vw, 32.6px) 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__bottom {
    padding: clamp(32px, 2.66vw, 40px) 0 clamp(89.6px, 7.46vw, 112px) 0;
  }
}
.l-footer__instagram {
  display: block;
  width: 72%;
  margin: 0 auto;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .l-footer__instagram {
    width: 30%;
  }
}
.l-footer__instagram:hover, .l-footer__instagram:focus, .l-footer__instagram:active {
  opacity: 0.7;
}
.l-footer__copyright {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: clamp(14px, 3.73vw, 19px);
  padding: 1.5em 0 clamp(90px, 24vw, 122.1px) 0;
  position: relative;
  background-color: #2660ad;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    padding-bottom: clamp(160px, 20.83vw, 200px);
  }
}
@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__pos {
  position: relative;
}
.l-main__wrapper {
  position: relative;
  width: 82%;
  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;
  background-color: #ffffff;
}
.l-main__header::before {
  content: "";
  background-color: #e7f4fb;
  width: 41.6%;
  height: calc(clamp(120px, 32vw, 200px) / 2);
  position: absolute;
  left: 0;
  top: calc(clamp(120px, 32vw, 200px) / 2);
}
@media screen and (min-width: 1024px) {
  .l-main__header::before {
    width: 30%;
    height: calc(clamp(250px, 20.83vw, 378px) / 2);
    top: calc(clamp(250px, 20.83vw, 378px) / 2);
  }
}
.l-main__footer {
  position: relative;
  background-color: #ffffff;
}
.l-main__footer::before {
  content: "";
  background-color: #e7f4fb;
  width: 41.6%;
  height: clamp(65px, 17.25vw, 105px);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .l-main__footer::before {
    width: 30%;
    height: clamp(85px, 7vw, 100px);
  }
}
.l-main__base {
  position: relative;
  background-color: #ffffff;
}
.l-main__base--logo {
  position: relative;
  background-color: #ffffff;
  background-image: url(../img/cmn-bg-primary-light-bottom.svg);
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: top 100% right;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .l-main__base--logo {
    background-size: 60% auto;
  }
}
.l-main__base--logo::before {
  content: "";
  background-color: #e7f4fb;
  width: 41.6%;
  height: 120%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/cmn-bg-logo.svg);
  background-repeat: no-repeat;
  background-size: 140% auto;
  background-position: top left 30%;
}
@media screen and (min-width: 1024px) {
  .l-main__base--logo::before {
    width: 30%;
    top: calc(clamp(44px, 3.66vw, 55px) * -1);
    background-size: 146.67% auto;
  }
}
.l-main__base--secondary {
  position: relative;
  background-color: #ffffff;
  background-image: url(../img/cmn-bg-secondary-top.svg), url(../img/cmn-bg-secondary-bottom.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 70% auto, 70% auto;
  background-position: top left, top 100% right;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .l-main__base--secondary {
    background-size: 60% auto, 60% auto;
  }
}
.l-main__base--mv {
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}
.l-main__base--mv::before {
  content: "";
  background-color: #e7f4fb;
  width: 41.6%;
  height: 45%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .l-main__base--mv::before {
    width: 30%;
    height: 50%;
  }
}
.l-main__base--index01 {
  position: relative;
  background-color: #ffffff;
  background-image: url(../img/cmn-bg-primary-light-bottom.svg);
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: top 100% right;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .l-main__base--index01 {
    background-size: 60% auto;
  }
}
.l-main__base--index01::before {
  content: "";
  background-color: #e7f4fb;
  width: 41.6%;
  height: 120%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/cmn-bg-logo.svg);
  background-repeat: no-repeat;
  background-size: 140% auto;
  background-position: top left 30%;
}
@media screen and (min-width: 1024px) {
  .l-main__base--index01::before {
    width: 30%;
    top: 0;
    background-size: 146.67% auto;
  }
}
.l-main__base--index02 {
  position: relative;
  background-color: #ffffff;
  background-image: url(../img/cmn-bg-secondary-top.svg), -webkit-image-set(url("../img/index-endoscopy-bg-sp.png.webp") type('image/webp'), url("../img/index-endoscopy-bg-sp.png") type('image/png'));
  background-image: url(../img/cmn-bg-secondary-top.svg), image-set(url("../img/index-endoscopy-bg-sp.png.webp") type('image/webp'), url("../img/index-endoscopy-bg-sp.png") type('image/png'));
  background-repeat: no-repeat, no-repeat;
  background-size: 70% auto, 100% auto;
  background-position: top left, top 100% right;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .l-main__base--index02 {
    background-image: url(../img/cmn-bg-secondary-top.svg), -webkit-image-set(url("../img/index-endoscopy-bg.png.webp") type('image/webp'), url("../img/index-endoscopy-bg.png") type('image/png'));
    background-image: url(../img/cmn-bg-secondary-top.svg), image-set(url("../img/index-endoscopy-bg.png.webp") type('image/webp'), url("../img/index-endoscopy-bg.png") type('image/png'));
    background-size: 60% auto, 75% auto;
  }
}
.l-main__base--medicalinformation01 {
  position: relative;
  background-color: #ffffff;
  background-image: url(../img/cmn-bg-primary-light-bottom.svg);
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: top 100% right;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .l-main__base--medicalinformation01 {
    background-size: 60% auto;
  }
}
.l-main__base--medicalinformation02 {
  position: relative;
  background-image: url(../img/cmn-bg-primary-light-top.svg);
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: top left;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .l-main__base--medicalinformation02 {
    background-size: 60% auto;
  }
}
.l-main__base--endoscopy {
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}
.l-main__base--endoscopy::before {
  content: "";
  background-color: #e7f4fb;
  width: 41.6%;
  height: 120%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/cmn-bg-logo.svg);
  background-repeat: no-repeat;
  background-size: 140% auto;
  background-position: top left 30%;
}
@media screen and (min-width: 1024px) {
  .l-main__base--endoscopy::before {
    width: 30%;
    top: calc(clamp(44px, 3.66vw, 55px) * -1);
    background-size: 146.67% auto;
  }
}
.l-main__base--endoscopy::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: -webkit-image-set(url("../img/endoscopy-about-bg-sp.png.webp") type('image/webp'), url("../img/endoscopy-about-bg-sp.png") type('image/png'));
  background-image: image-set(url("../img/endoscopy-about-bg-sp.png.webp") type('image/webp'), url("../img/endoscopy-about-bg-sp.png") type('image/png'));
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .l-main__base--endoscopy::after {
    background-image: -webkit-image-set(url("../img/endoscopy-about-bg.png.webp") type('image/webp'), url("../img/endoscopy-about-bg.png") type('image/png'));
    background-image: image-set(url("../img/endoscopy-about-bg.png.webp") type('image/webp'), url("../img/endoscopy-about-bg.png") type('image/png'));
  }
}
.l-main__primary {
  position: relative;
}
.l-main__primary--left {
  position: relative;
  background-color: #e7f4fb;
  background-image: url(../img/cmn-bg-dark-primary-bottom.svg);
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: top 100% right;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-main__primary--left {
    background-size: 60% auto;
  }
}
.l-main__primary--left::before {
  content: "";
  width: 58.24%;
  height: 120%;
  position: absolute;
  left: -6%;
  top: 0;
  background-image: url(../img/cmn-bg-logo.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
}
@media screen and (min-width: 1024px) {
  .l-main__primary--left::before {
    width: 44%;
    left: -4.25%;
    top: calc(clamp(44px, 3.66vw, 55px) * -1);
  }
}
.l-main__primary--right {
  position: relative;
  background-color: #e7f4fb;
  background-image: url(../img/cmn-bg-dark-primary-top.svg);
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: top left;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-main__primary--right {
    background-size: 60% auto;
  }
}
.l-main__primary--right::before {
  content: "";
  width: 58.24%;
  height: 120%;
  position: absolute;
  right: -8%;
  bottom: 0;
  background-image: url(../img/cmn-bg-logo.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom right;
}
@media screen and (min-width: 1024px) {
  .l-main__primary--right::before {
    width: 44%;
    right: -6%;
    bottom: auto;
    top: 0;
    top: calc(clamp(44px, 3.66vw, 55px) * -1);
    background-position: top right;
  }
}
.l-main__primary--dark {
  position: relative;
  background-color: #e7f4fb;
  background-image: url(../img/cmn-bg-primary-dark-top.svg), url(../img/cmn-bg-primary-dark-bottom.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 70% auto, 70% auto;
  background-position: top left, top 100% right;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-main__primary--dark {
    background-size: 60% auto, 60% auto;
  }
}
.l-main__primary--medicalinformation {
  position: relative;
  background-color: #e7f4fb;
  z-index: 2;
  overflow: hidden;
}
.l-main__primary--medicalinformation::before {
  content: "";
  width: 58.24%;
  height: 120%;
  position: absolute;
  left: -6%;
  top: 0;
  background-image: url(../img/cmn-bg-logo.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
}
@media screen and (min-width: 1024px) {
  .l-main__primary--medicalinformation::before {
    width: 44%;
    left: -4.25%;
    top: calc(clamp(44px, 3.66vw, 55px) * -1);
  }
}
.l-main__main {
  position: relative;
  background-color: #2660ad;
  background-image: -webkit-image-set(url("../img/index-medicalinformation-bg-sp.png.webp") type('image/webp'), url("../img/index-medicalinformation-bg-sp.png") type('image/png'));
  background-image: image-set(url("../img/index-medicalinformation-bg-sp.png.webp") type('image/webp'), url("../img/index-medicalinformation-bg-sp.png") type('image/png'));
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top 100% right;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .l-main__main {
    background-size: 60% auto, 60% auto;
    background-image: -webkit-image-set(url("../img/index-medicalinformation-bg.png.webp") type('image/webp'), url("../img/index-medicalinformation-bg.png") type('image/png'));
    background-image: image-set(url("../img/index-medicalinformation-bg.png.webp") type('image/webp'), url("../img/index-medicalinformation-bg.png") type('image/png'));
  }
}

.l-main-header {
  position: relative;
  z-index: 5;
  padding-left: 9%;
  margin-top: clamp(65px, 17.25vw, 105px);
  border-radius: clamp(16px, 4.26vw, 21.7px) 0 0 clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 768px) {
  .l-main-header {
    padding-left: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .l-main-header {
    padding-left: clamp(49px, 4.08vw, 70px);
    margin-top: clamp(85px, 7vw, 100px);
  }
}
.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, 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  border-radius: clamp(16px, 4.26vw, 21.7px) 0 0 clamp(16px, 4.26vw, 21.7px);
  overflow: hidden;
}
@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(25.2px, 2.1vw, 36px);
    height: clamp(250px, 20.83vw, 378px);
    border-radius: clamp(44.8px, 3.73vw, 64px) 0 0 clamp(44.8px, 3.73vw, 64px);
  }
}
.l-main-header__title--ja {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.08em;
  font-size: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .l-main-header__title--ja {
    line-height: 1;
    font-size: clamp(25.2px, 2.1vw, 36px);
  }
}
.l-main-header__title--ja--sm {
  font-size: clamp(20px, 5.33vw, 27.1px);
}
@media screen and (min-width: 1024px) {
  .l-main-header__title--ja--sm {
    font-size: clamp(25.2px, 2.1vw, 36px);
  }
}
.l-main-header__title--en {
  font-family: "intercom", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #2660ad;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .l-main-header__title--en {
    font-size: clamp(22.4px, 1.86vw, 32px);
    padding-top: 1em;
  }
}

/* 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, 100px) * -1);
    padding-top: clamp(85px, 7vw, 100px);
  }
}

/* Foundation */
.c-lowerfixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .c-lowerfixed {
    display: none;
  }
}
.c-lowerfixed__button {
  display: block;
  padding: 2.25% 0;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .c-lowerfixed__button {
    padding: 2.5% 4%;
  }
}
.c-lowerfixed__button__tel {
  background: #2660ad;
}
.c-lowerfixed__button__appointment {
  background: #8dc556;
}

/* Foundation */
.c-breadcrumb {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(12px, 3.2vw, 16.3px);
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 5;
  padding: 1.5em 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .c-breadcrumb {
    font-size: clamp(11.2px, 0.93vw, 14px);
    padding: 2em 0 0 0;
  }
}
.c-breadcrumb__parent {
  color: #2660ad;
  line-height: 1.5;
  position: relative;
}
.c-breadcrumb__parent a:visited,
.c-breadcrumb__parent a:hover,
.c-breadcrumb__parent a:active,
.c-breadcrumb__parent a:focus {
  color: #2660ad;
}
.c-breadcrumb__item {
  color: #3c3c3c;
  line-height: 1.5;
}
.c-breadcrumb__item::before {
  content: "＞";
  padding: 0 0.5em 0 1em;
  color: #3c3c3c;
}

/* Foundation */
.c-section__title01 {
  position: relative;
  padding-bottom: clamp(30px, 8vw, 40.7px);
}
@media screen and (min-width: 1024px) {
  .c-section__title01 {
    padding-bottom: clamp(40px, 3.33vw, 50px);
  }
}
.c-section__title01--ja {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-size: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .c-section__title01--ja {
    font-size: clamp(25.2px, 2.1vw, 36px);
  }
}
.c-section__title01--en {
  font-family: "intercom", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #2660ad;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(18px, 4.8vw, 24.4px);
  display: block;
  padding-top: 0.7em;
}
@media screen and (min-width: 1024px) {
  .c-section__title01--en {
    font-size: clamp(16.8px, 1.4vw, 24px);
  }
}
.c-section__title01--left {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .c-section__title01--centerleft {
    text-align: left;
  }
}
.c-section__title01--base {
  color: #ffffff;
}
.c-section__balloon {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2660ad;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: clamp(24px, 6.4vw, 32.6px);
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .c-section__balloon {
    line-height: 1;
    font-size: clamp(25.2px, 2.1vw, 36px);
  }
}
.c-section__balloon::before {
  content: "";
  background-color: #2660ad;
  width: 2px;
  height: 2.75em;
  transform: rotate(-20deg);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .c-section__balloon::before {
    height: 1.5em;
    bottom: 0.15em;
  }
}
.c-section__balloon::after {
  content: "";
  background-color: #2660ad;
  width: 2px;
  height: 2.75em;
  transform: rotate(20deg);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .c-section__balloon::after {
    height: 1.5em;
    bottom: 0.15em;
  }
}
.c-section__balloon__pos {
  display: inline-block;
  position: relative;
  padding: 0 1em;
}
@media screen and (min-width: 1024px) {
  .c-section__balloon__pos {
    padding: 0.5em 1em;
  }
}
.c-section__title02 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 2;
  font-size: clamp(18px, 4.8vw, 24.4px);
}
@media screen and (min-width: 768px) {
  .c-section__title02 {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1024px) {
  .c-section__title02 {
    font-size: clamp(16.8px, 1.4vw, 24px);
  }
}
.c-section__title02--accent {
  color: #6bb206;
}
@media screen and (min-width: 1024px) {
  .c-section__title02--left {
    text-align: left;
  }
}
.c-section__title02--medicalinformation {
  letter-spacing: normal;
  font-feature-settings: "palt";
  padding-bottom: clamp(40px, 10.66vw, 54.3px);
}
@media screen and (min-width: 768px) {
  .c-section__title02--medicalinformation {
    letter-spacing: 0.05em;
    font-feature-settings: normal;
    padding-bottom: clamp(28px, 2.33vw, 35px);
  }
}

.c-section-aappointment {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: clamp(16px, 4.26vw, 21.7px);
  padding: clamp(32px, 8.53vw, 43.4px) clamp(24px, 6.4vw, 32.6px);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-section-aappointment {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: clamp(12.8px, 1.06vw, 16px);
    padding: clamp(51.2px, 4.26vw, 64px) clamp(51.2px, 4.26vw, 64px) clamp(36px, 3vw, 45px) clamp(51.2px, 4.26vw, 64px);
  }
}
@media screen and (min-width: 1024px) {
  .c-section-aappointment__inner {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .c-section-aappointment__inner__left {
    width: 40%;
  }
}
.c-section-aappointment__inner__right {
  padding-top: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .c-section-aappointment__inner__right {
    width: 60%;
    padding-top: 0;
  }
}
.c-section-aappointment__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.77;
  letter-spacing: 0.03em;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .c-section-aappointment__title {
    font-size: clamp(14.4px, 1.2vw, 18px);
    padding-bottom: 0.25em;
  }
}
.c-section-aappointment__title--accent {
  color: #8dc556;
  font-size: 0.7775em;
  padding-right: 0.25em;
  position: relative;
  bottom: 0.1em;
}
@media screen and (min-width: 1024px) {
  .c-section-aappointment__title--accent {
    font-size: 0.7777em;
  }
}
.c-section-aappointment__data {
  padding-top: clamp(8px, 2.13vw, 10.9px);
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .c-section-aappointment__data {
    padding-top: clamp(19.2px, 1.6vw, 24px);
  }
}
.c-section-aappointment__data__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2660ad;
  line-height: 1.5;
  font-size: clamp(14px, 3.73vw, 19px);
  width: 5em;
}
@media screen and (min-width: 1024px) {
  .c-section-aappointment__data__title {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.c-section-aappointment__data__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-size: clamp(14px, 3.73vw, 19px);
}
@media screen and (min-width: 1024px) {
  .c-section-aappointment__data__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.c-section-aappointment__tel {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  font-size: clamp(36px, 9.6vw, 48.8px);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 1024px) {
  .c-section-aappointment__tel {
    font-size: clamp(28px, 2.33vw, 40px);
  }
}
.c-section-aappointment__tel__icon {
  width: 0.6em;
  margin-right: 0.15em;
  margin-top: 0.15em;
}
.c-section-aappointment__tel__text {
  color: #2660ad;
  display: block;
}
.c-section-aappointment__tel:visited {
  color: #2660ad;
}
.c-section-aappointment__tel:hover, .c-section-aappointment__tel:focus, .c-section-aappointment__tel:active {
  color: #2660ad;
  opacity: 0.7;
}

.c-section-medicalinformation__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .c-section-medicalinformation__list {
    padding-top: clamp(12px, 1vw, 15px);
  }
}
.c-section-medicalinformation__list__item {
  width: 46%;
  margin-bottom: clamp(24px, 6.4vw, 32.6px);
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .c-section-medicalinformation__list__item {
    width: 17%;
    margin-bottom: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}
.c-section-medicalinformation__link {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s;
  padding-top: 0.75em;
}
@media screen and (min-width: 1024px) {
  .c-section-medicalinformation__link {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.c-section-medicalinformation__link__icon {
  width: 3.25em;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-section-medicalinformation__link__icon {
    width: 4.25em;
  }
}
.c-section-medicalinformation__link__text {
  display: block;
  text-align: center;
  color: #3c3c3c;
  padding: 0.5em 0;
}
@media screen and (min-width: 1024px) {
  .c-section-medicalinformation__link__text {
    padding: 0.75em 0;
  }
}
.c-section-medicalinformation__link::after {
  content: "";
  border-left: 1.5px solid #8dc556;
  border-bottom: 1.5px solid #8dc556;
  width: 0.75em;
  height: 0.75em;
  transform: rotate(-45deg);
}
.c-section-medicalinformation__link:hover, .c-section-medicalinformation__link:focus, .c-section-medicalinformation__link:active {
  background-color: #eef6e6;
}

/* Foundation */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  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;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  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 {
  transform: scaleX(1);
}

.c-button {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1.5;
  font-size: clamp(16px, 4.26vw, 26px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #8dc556;
  border: 1px solid #8dc556;
  width: 100%;
  height: 4.75em;
  padding: 0 0.8em;
  border-radius: clamp(8px, 2.13vw, 10.9px);
  overflow: hidden;
  z-index: 2;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .c-button {
    font-size: clamp(16px, 1.33vw, 20px);
    border-radius: clamp(6.4px, 0.53vw, 8px);
  }
}
.c-button__space {
  display: block;
  width: 0.6em;
}
.c-button__icon {
  width: 3.25em;
  margin-right: 0.75em;
  background-color: #ffffff;
  border-radius: 50%;
}
.c-button__inner {
  display: flex;
  align-items: center;
}
.c-button__arrow {
  display: inline-block;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  width: 0.6em;
  height: 0.6em;
  margin-top: 0.1em;
}
.c-button--news {
  height: 3.5em;
  width: 18em;
  max-width: 100%;
  margin: clamp(24px, 6.4vw, 32.6px) auto 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-button--news {
    font-size: clamp(14.4px, 1.2vw, 18px);
    width: 16em;
    margin: clamp(32px, 2.66vw, 40px) 0 0 auto;
  }
}
.c-button--features {
  height: 3.5em;
  width: 18em;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-button--features {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.c-button--endoscopy {
  width: 18em;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-button--endoscopy {
    height: 3.5em;
    width: 22em;
  }
}
@media screen and (min-width: 1024px) {
  .c-button--medicalinformation {
    width: 18em;
  }
}
.c-button:visited {
  color: #ffffff;
}
.c-button:hover, .c-button:active, .c-button:focus {
  color: #ffffff;
  background: #cce5b3;
}

.c-button.hvr-sweep-to-right:before {
  background: #8dc556;
}

.c-button.hvr-sweep-to-right:hover:before,
.c-button.hvr-sweep-to-right:active:before,
.c-button.hvr-sweep-to-right:focus:before {
  background: #cce5b3;
}

.c-appointment {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  font-size: clamp(16px, 4.26vw, 26px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #8dc556;
  border: 1px solid #8dc556;
  width: 100%;
  height: 3.5em;
  padding: 0 1.25em;
  border-radius: clamp(8px, 2.13vw, 10.9px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 2;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .c-appointment {
    font-size: clamp(14.4px, 1.2vw, 18px);
    height: 3.25em;
    border-radius: clamp(6.4px, 0.53vw, 8px);
  }
}
.c-appointment__space {
  display: block;
  width: 0.5em;
}
.c-appointment__icon {
  width: 2.5em;
  margin-right: 0.75em;
}
.c-appointment__icon--appointment {
  width: 1.75em;
  margin-right: 0.5em;
}
@media screen and (min-width: 1024px) {
  .c-appointment__icon--appointment {
    margin-right: 0.75em;
  }
}
.c-appointment__inner {
  display: flex;
  align-items: center;
}
.c-appointment__arrow {
  display: inline-block;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  width: 0.6em;
  height: 0.6em;
  margin-top: 0.1em;
}
.c-appointment--footer {
  width: 90%;
  height: 3.75em;
  margin: clamp(30px, 8vw, 40.7px) auto clamp(48px, 12.8vw, 65.1px) auto;
}
@media screen and (min-width: 1024px) {
  .c-appointment--footer {
    width: 17.5em;
    margin: clamp(24px, 2vw, 30px) 0 clamp(38.4px, 3.2vw, 48px) 0;
  }
}
.c-appointment--appointment {
  letter-spacing: 0.05em;
  font-size: clamp(24px, 6.4vw, 32.6px);
  width: 90%;
  margin: 0;
  padding: 0 1em;
  height: 3em;
}
@media screen and (min-width: 1024px) {
  .c-appointment--appointment {
    font-size: clamp(16.8px, 1.4vw, 24px);
    width: 11em;
    padding: 0 1.25em;
  }
}
.c-appointment:visited {
  color: #ffffff;
}
.c-appointment:hover, .c-appointment:active, .c-appointment:focus {
  color: #ffffff;
  background: #cce5b3;
}

.c-appointment.hvr-sweep-to-right:before {
  background: #2660ad;
}

.c-appointment.hvr-sweep-to-right:hover:before,
.c-appointment.hvr-sweep-to-right:active:before,
.c-appointment.hvr-sweep-to-right:focus:before {
  background: #cce5b3;
}

.c-button-medicalinformation {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1.5;
  font-size: clamp(16px, 4.26vw, 26px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #8dc556;
  border: 1px solid #8dc556;
  width: 100%;
  height: 4.75em;
  padding: 0 0.8em;
  border-radius: clamp(8px, 2.13vw, 10.9px);
  overflow: hidden;
  z-index: 2;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .c-button-medicalinformation {
    font-size: clamp(16px, 1.33vw, 20px);
    border-radius: clamp(6.4px, 0.53vw, 8px);
    width: 18em;
  }
}
.c-button-medicalinformation__space {
  display: block;
  width: 0.6em;
}
.c-button-medicalinformation__icon {
  width: 3.25em;
  margin-right: 0.75em;
  background-color: #ffffff;
  border-radius: 50%;
}
.c-button-medicalinformation__inner {
  display: flex;
  align-items: center;
}
.c-button-medicalinformation__arrow {
  display: inline-block;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  width: 0.6em;
  height: 0.6em;
  margin-top: 0.1em;
}
.c-button-medicalinformation:visited {
  color: #ffffff;
}
.c-button-medicalinformation:hover, .c-button-medicalinformation:active, .c-button-medicalinformation:focus {
  color: #ffffff;
  opacity: 0.7;
}

/* Foundation */
.c-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.c-fade-features {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.c-fade-balloon {
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  transition: opacity 0.14s ease-out 0.25s, transform 0.14s ease-out 0.25s;
}
.c-fade-visible {
  transition-duration: 0.5s;
  opacity: 0;
  transform: translate(0, 50px);
}

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

.c-fade-balloon.is-faded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

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

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

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

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* Project */
/* Foundation */
.p-index-mv {
  margin-top: clamp(65px, 17.25vw, 105px);
  position: relative;
  padding: 0 0 clamp(46px, 12.26vw, 62.4px) clamp(28px, 7.46vw, 38px);
}
@media screen and (min-width: 1024px) {
  .p-index-mv {
    margin-top: clamp(85px, 7vw, 100px);
    height: calc(100vh - clamp(85px, 7vw, 100px));
    padding: 0 0 0 3.75%;
  }
}
.p-index-mv__item {
  position: relative;
  border-radius: clamp(64px, 17.06vw, 86.9px) 0 0 clamp(64px, 17.06vw, 86.9px);
  z-index: 5;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__item {
    border-radius: clamp(51.2px, 4.26vw, 64px) 0 0 clamp(51.2px, 4.26vw, 64px);
  }
}
.p-index-mv__swiper {
  width: 100%;
  height: 100%;
}
.p-index-mv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index-mv__message {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
  width: calc(100% - clamp(28px, 7.46vw, 38px) * 2);
  padding: clamp(26px, 6.93vw, 35.3px) clamp(24px, 6.4vw, 32.6px) clamp(10px, 2.66vw, 13.6px) clamp(24px, 6.4vw, 32.6px);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: clamp(72px, 19.2vw, 97.7px);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__message {
    width: 57%;
    padding: clamp(40px, 3.33vw, 50px) clamp(51.2px, 4.26vw, 64px);
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
    right: auto;
    bottom: 32%;
    left: 3.75%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-mv__message {
    width: 46.25%;
  }
}
.p-index-mv__message__title {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.33;
  letter-spacing: 0.05em;
  font-size: clamp(18px, 4.8vw, 24.4px);
}
@media screen and (min-width: 1024px) {
  .p-index-mv__message__title {
    line-height: 1.5;
    font-size: clamp(33.6px, 2.8vw, 42px);
  }
}
@media screen and (min-width: 1920px) {
  .p-index-mv__message__title {
    font-size: clamp(35px, 2.91vw, 48px);
  }
}
.p-index-mv__message__title__inner {
  display: inline-block;
}
.p-index-mv__message__text {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  line-height: 2.3;
  letter-spacing: 0.05em;
  font-size: clamp(10.31px, 2.74vw, 14.9px);
  padding-top: 1.25em;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__message__text {
    line-height: 1.7;
    font-size: clamp(19.2px, 1.6vw, 24px);
    padding-top: 1em;
  }
}
@media screen and (min-width: 1920px) {
  .p-index-mv__message__text {
    font-size: clamp(19.6px, 1.63vw, 28px);
  }
}
.p-index-mv__message__open {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(18px, 4.8vw, 24.4px);
  width: 9.75em;
  background-color: #8dc556;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -0.85em;
  left: clamp(18px, 4.8vw, 24.4px);
}
@media screen and (min-width: 1024px) {
  .p-index-mv__message__open {
    font-size: clamp(35px, 2.91vw, 48px);
    width: 8.5em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    left: clamp(44px, 3.66vw, 55px);
  }
}
.p-index-mv__bottom {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__bottom {
    display: flex;
    justify-content: flex-end;
    gap: clamp(11.2px, 0.93vw, 14px);
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: clamp(12.8px, 1.06vw, 16px) 0 0 clamp(12.8px, 1.06vw, 16px);
    padding: clamp(12.8px, 1.06vw, 16px);
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: clamp(25.6px, 2.13vw, 32px);
  }
}
.p-index-mv__career {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1.12;
  letter-spacing: 0.05em;
  font-size: clamp(17.6px, 1.46vw, 23.22px);
  padding: 0 clamp(9.6px, 0.8vw, 12px);
  background-color: #8dc556;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: clamp(192px, 16vw, 240px);
  transition: all 0.3s;
}
.p-index-mv__career::before {
  content: "";
  width: 1em;
}
.p-index-mv__career::after {
  content: "";
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  width: 0.5em;
  height: 0.5em;
}
.p-index-mv__career:hover, .p-index-mv__career:focus, .p-index-mv__career:active {
  opacity: 0.7;
}
.p-index-mv__career--sm {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14.4px, 1.2vw, 18px);
}
.p-index-mv__career--sp {
  display: block;
  width: 13%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__career--sp {
    display: none;
  }
}
.p-index-mv__career--sp:hover, .p-index-mv__career--sp:focus, .p-index-mv__career--sp:active {
  opacity: 0.7;
}
.p-index-mv__instagram {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s;
}
.p-index-mv__instagram:hover, .p-index-mv__instagram:focus, .p-index-mv__instagram:active {
  opacity: 0.7;
}
.p-index-mv__instagram__img {
  width: clamp(192px, 16vw, 240px);
}
.p-index-mv__instagram__inner {
  width: 100%;
  height: 100%;
  padding: 0 clamp(9.6px, 0.8vw, 12px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.p-index-mv__instagram__icon {
  width: clamp(34.4px, 2.86vw, 43px);
}
.p-index-mv__instagram__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: left;
  line-height: 1.12;
  letter-spacing: 0.05em;
  font-size: clamp(16.8px, 1.4vw, 24px);
  padding: 0 1em 0 0.5em;
}
.p-index-mv__instagram__text--sm {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  font-feature-settings: "palt";
  font-size: clamp(10.4px, 0.86vw, 13px);
}

.p-index-news {
  position: relative;
  z-index: 2;
}
.p-index-news__top {
  padding: clamp(14px, 3.73vw, 19px) 0 clamp(80px, 21.33vw, 108.6px) 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-news__top {
    padding: clamp(112px, 9.33vw, 140px) 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-index-news__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2660ad;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-index-news__title {
    font-size: clamp(25.2px, 2.1vw, 36px);
  }
}
.p-index-news__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-feature-settings: "palt";
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: 2em 0 1.5em 0;
}
@media screen and (min-width: 768px) {
  .p-index-news__text {
    letter-spacing: 0.05em;
    font-feature-settings: normal;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-news__text {
    text-align: center;
    font-size: clamp(14.4px, 1.2vw, 18px);
    padding: 1.25em 0 3em 0;
  }
}
.p-index-news__event {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 2px solid #2660ad;
  border-radius: clamp(16px, 4.26vw, 21.7px);
  padding: clamp(20px, 5.33vw, 27.1px) clamp(24px, 6.4vw, 32.6px) clamp(26px, 6.93vw, 35.3px) clamp(24px, 6.4vw, 32.6px);
  margin-bottom: clamp(46px, 12.26vw, 62.4px);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-index-news__event {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: clamp(12.8px, 1.06vw, 16px);
    padding: clamp(17.6px, 1.46vw, 22px) clamp(17.6px, 1.46vw, 22px) clamp(28.8px, 2.4vw, 36px) clamp(52.8px, 4.4vw, 66px);
    width: 85%;
    margin: 0 auto clamp(76.8px, 6.4vw, 96px) auto;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-news__event {
    width: 80%;
  }
}
.p-index-news__event__pos {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-news__event__pos {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(44.8px, 3.73vw, 64.4px);
    width: 10.5em;
  }
}
.p-index-news__event__balloon {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .p-index-news__event__balloon {
    text-align: left;
    line-height: 1;
    font-size: clamp(22.4px, 1.86vw, 28.48px);
  }
}
.p-index-news__event__balloon::before {
  content: "";
  background-color: #3c3c3c;
  width: 2px;
  height: 2.75em;
  transform: rotate(-20deg);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .p-index-news__event__balloon::before {
    height: 1.5em;
    bottom: 0.15em;
  }
}
.p-index-news__event__balloon::after {
  content: "";
  background-color: #3c3c3c;
  width: 2px;
  height: 2.75em;
  transform: rotate(20deg);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .p-index-news__event__balloon::after {
    height: 1.5em;
    bottom: 0.15em;
  }
}
.p-index-news__event__balloon__pos {
  display: inline-block;
  position: relative;
  padding: 0 1em;
}
@media screen and (min-width: 1024px) {
  .p-index-news__event__balloon__pos {
    padding: 0.5em 1em;
  }
}
.p-index-news__event__title {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #2660ad;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-size: clamp(42.54px, 11.3vw, 57.73px);
  padding: 0.15em 0 0.35em 0;
}
@media screen and (min-width: 1024px) {
  .p-index-news__event__title {
    font-size: clamp(44.8px, 3.73vw, 64.4px);
    border-bottom: 1px solid #2660ad;
    padding: 0 0 0.35em 0;
    margin-bottom: 0.5em;
  }
}
.p-index-news__event__title--sm {
  font-size: clamp(33.5px, 8.93vw, 45.46px);
}
@media screen and (min-width: 1024px) {
  .p-index-news__event__title--sm {
    font-size: clamp(35px, 2.91vw, 50.71px);
  }
}
.p-index-news__event__date {
  width: 75%;
}
@media screen and (min-width: 1024px) {
  .p-index-news__event__date {
    width: 86%;
  }
}
.p-index-news__event__note {
  width: 40%;
  position: absolute;
  bottom: calc(clamp(70px, 18.66vw, 140px) * -1);
  right: calc(clamp(32px, 8.53vw, 43.4px) * -1);
}
@media screen and (min-width: 768px) {
  .p-index-news__event__note {
    bottom: calc(clamp(124px, 33vw, 168.3px) * -1);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-news__event__note {
    width: 35%;
    bottom: calc(clamp(25.6px, 2.13vw, 32px) * -1);
    right: calc(clamp(152px, 12.66vw, 190px) * -1);
  }
}
.p-index-news__event__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 2em;
}
@media screen and (min-width: 768px) {
  .p-index-news__event__text {
    letter-spacing: 0.05em;
    font-size: clamp(18px, 4.8vw, 24.4px);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-news__event__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-index-news__wp {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 2px solid #2660ad;
  border-radius: clamp(16px, 4.26vw, 21.7px);
  padding: clamp(32px, 8.53vw, 43.4px) clamp(24px, 6.4vw, 32.6px);
  margin-bottom: clamp(46px, 12.26vw, 62.4px);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-index-news__wp {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: clamp(12.8px, 1.06vw, 16px);
    padding: clamp(51.2px, 4.26vw, 64px);
    width: 85%;
    margin: 0 auto clamp(76.8px, 6.4vw, 96px) auto;
    display: flex;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-news__wp {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-news__wp__left {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-news__wp__right {
    width: 70%;
  }
}
.p-index-news__wp__list {
  border-top: 0.9px solid #9d9d9d;
}
.p-index-news__wp__post {
  border-bottom: 0.9px solid #9d9d9d;
}
.p-index-news__wp__link {
  display: block;
  padding: clamp(16px, 4.26vw, 21.7px) 0;
}
@media screen and (min-width: 1024px) {
  .p-index-news__wp__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(25.6px, 2.13vw, 32px) 0;
  }
}
.p-index-news__wp__link__header {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-index-news__wp__link__header {
    width: 40%;
  }
}
.p-index-news__wp__cat {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  font-size: clamp(12px, 3.2vw, 16.3px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-index-news__wp__cat {
    font-size: clamp(10.4px, 0.86vw, 13px);
    width: 45%;
  }
}
.p-index-news__wp__cat__item {
  background-color: #2660ad;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.6em;
  padding: 0 1.5em;
  border-radius: 0.3em;
}
@media screen and (min-width: 1024px) {
  .p-index-news__wp__cat__item {
    height: 1.8em;
  }
}
.p-index-news__wp__date {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  font-size: clamp(14px, 3.73vw, 19px);
  padding-left: 1.5em;
}
@media screen and (min-width: 1024px) {
  .p-index-news__wp__date {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding: 0;
    width: 45%;
  }
}
.p-index-news__wp__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-index-news__wp__title {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding-top: 0;
    width: 60%;
  }
}
.p-index-news__fever {
  background-color: #2660ad;
  border-radius: clamp(16px, 4.26vw, 21.7px);
  padding: clamp(15px, 4vw, 20.4px) clamp(24px, 6.4vw, 32.6px) clamp(32px, 8.53vw, 43.4px) clamp(24px, 6.4vw, 32.6px);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-news__fever {
    border-radius: clamp(12.8px, 1.06vw, 16px);
    padding: 5px clamp(16px, 1.33vw, 20px) 5px clamp(16px, 1.33vw, 20px);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-news__fever {
    padding: 5px clamp(44px, 3.66vw, 55px) 5px clamp(16px, 1.33vw, 20px);
  }
}
.p-index-news__fever__img {
  border: 5.5px solid #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  position: relative;
  top: calc(clamp(30px, 8vw, 40.7px) * -1);
}
@media screen and (min-width: 1024px) {
  .p-index-news__fever__img {
    width: 38%;
    border: 8px solid #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    top: auto;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-news__fever__img {
    width: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-news__fever__right {
    width: 58%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-news__fever__right {
    width: 60%;
  }
}
.p-index-news__fever__title {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  font-size: clamp(20px, 5.33vw, 27.1px);
}
@media screen and (min-width: 1024px) {
  .p-index-news__fever__title {
    text-align: left;
    font-size: clamp(19.6px, 1.63vw, 28px);
  }
}
.p-index-news__fever__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: 1.5em 0 1em 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-news__fever__text {
    font-size: clamp(14.4px, 1.2vw, 18px);
    padding: 0.75em 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-news__fever__text {
    padding: 1.25em 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-news__fever__inner {
    display: flex;
    align-items: center;
  }
}
.p-index-news__fever__list {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-bottom: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-index-news__fever__list {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-index-news__fever__list__item {
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-index-news__fever__list__item {
    font-feature-settings: normal;
  }
}
.p-index-news__fever__list__item--accent {
  font-size: 0.875em;
  position: relative;
  bottom: 0.1em;
  padding-right: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-index-news__fever__list__item--space {
    width: 1em;
  }
}
.p-index-news__fever__tel {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  font-size: clamp(30px, 8vw, 40.7px);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: clamp(8px, 2.13vw, 10.9px);
  height: 2.25em;
  width: 100%;
  max-width: 12em;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-news__fever__tel {
    font-size: clamp(24.5px, 2.04vw, 34.54px);
    border-radius: clamp(12.8px, 1.06vw, 16px);
    height: 2.5em;
    width: 8em;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-news__fever__tel {
    width: 9em;
  }
}
.p-index-news__fever__tel__icon {
  width: 0.7em;
  margin-right: 0.15em;
  margin-top: 0.15em;
}
.p-index-news__fever__tel__text {
  color: #2660ad;
  display: block;
}
.p-index-news__fever__tel:visited {
  color: #2660ad;
}
.p-index-news__fever__tel:hover, .p-index-news__fever__tel:focus, .p-index-news__fever__tel:active {
  color: #2660ad;
  opacity: 0.7;
}

.p-index-features {
  position: relative;
  padding: clamp(80px, 21.33vw, 108.6px) 0 clamp(32px, 8.53vw, 43.4px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-features {
    padding: clamp(108px, 9vw, 135px) 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-index-features__list {
  padding-top: clamp(10px, 2.66vw, 13.6px);
}
@media screen and (min-width: 1024px) {
  .p-index-features__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: clamp(9.6px, 0.8vw, 12px);
  }
}
.p-index-features__list__item {
  position: relative;
  margin-bottom: clamp(48px, 12.8vw, 65.1px);
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__item {
    margin-bottom: clamp(64px, 5.33vw, 80px);
    width: 48%;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-features__list__item {
    width: 47%;
  }
}
@media screen and (min-width: 1920px) {
  .p-index-features__list__item {
    width: 46%;
  }
}
.p-index-features__img {
  position: relative;
}
.p-index-features__img:before {
  content: "";
  background-color: #ffffff;
  border-radius: clamp(16px, 4.26vw, 21.7px) clamp(16px, 4.26vw, 21.7px) 0 0;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-index-features__img__pos {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: clamp(16px, 4.26vw, 21.7px);
  position: relative;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-features__img__pos {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-index-features__detail {
  background-color: #ffffff;
  border-radius: 0 0 clamp(16px, 4.26vw, 21.7px) clamp(16px, 4.26vw, 21.7px);
  padding: clamp(20px, 5.33vw, 27.1px) clamp(24px, 6.4vw, 32.6px) clamp(30px, 8vw, 40.7px) clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-index-features__detail {
    border-radius: 0 0 clamp(12.8px, 1.06vw, 16px) clamp(12.8px, 1.06vw, 16px);
    padding: clamp(30.4px, 2.53vw, 38px) clamp(32px, 2.66vw, 40px) clamp(51.2px, 4.26vw, 64px) clamp(32px, 2.66vw, 40px);
  }
}
@media screen and (min-width: 1920px) {
  .p-index-features__detail {
    padding: clamp(30.4px, 2.53vw, 38px) clamp(51.2px, 4.26vw, 64px) clamp(51.2px, 4.26vw, 64px) clamp(51.2px, 4.26vw, 64px);
  }
}
.p-index-features__label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-index-features__label__text {
  font-family: "intercom", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #8dc556;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-right: 0.1em;
}
@media screen and (min-width: 1024px) {
  .p-index-features__label__text {
    font-size: clamp(14px, 1.16vw, 20px);
  }
}
.p-index-features__label__num {
  font-family: "intercom", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #8dc556;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(70px, 18.66vw, 95px);
}
@media screen and (min-width: 1024px) {
  .p-index-features__label__num {
    font-size: clamp(61.6px, 5.13vw, 88px);
  }
}
.p-index-features__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2660ad;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: clamp(20px, 5.33vw, 27.1px);
  padding: 0.5em 0 0.75em 0;
}
@media screen and (min-width: 1024px) {
  .p-index-features__title {
    letter-spacing: normal;
    font-size: clamp(19.6px, 1.63vw, 28px);
  }
}
@media screen and (min-width: 1536px) {
  .p-index-features__title {
    letter-spacing: 0.05em;
  }
}
.p-index-features__title--br {
  display: block;
}
@media screen and (min-width: 1536px) {
  .p-index-features__title--br {
    display: none;
  }
}
.p-index-features__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.8;
  font-feature-settings: "palt";
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-index-features__text {
    font-feature-settings: normal;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding-bottom: 3em;
  }
}

.p-index-endoscopy {
  position: relative;
  padding: clamp(80px, 21.33vw, 108.6px) 0;
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-index-endoscopy {
    padding: clamp(108px, 9vw, 135px) 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-index-endoscopy__list {
  padding-top: clamp(40px, 10.66vw, 54.3px);
}
@media screen and (min-width: 1024px) {
  .p-index-endoscopy__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4.25%;
    padding-top: clamp(56px, 4.66vw, 70px);
  }
}
.p-index-endoscopy__list__item {
  background-color: #e7f4fb;
  border-radius: clamp(16px, 4.26vw, 21.7px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: clamp(16px, 4.26vw, 21.7px) clamp(16px, 4.26vw, 21.7px) clamp(20px, 5.33vw, 27.1px) clamp(16px, 4.26vw, 21.7px);
  margin-bottom: clamp(48px, 12.8vw, 65.1px);
}
@media screen and (min-width: 1024px) {
  .p-index-endoscopy__list__item {
    border-radius: clamp(12.8px, 1.06vw, 16px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: clamp(19.2px, 1.6vw, 24px) clamp(19.2px, 1.6vw, 24px) clamp(25.6px, 2.13vw, 32px) clamp(19.2px, 1.6vw, 24px);
    margin-bottom: clamp(52.8px, 4.4vw, 66px);
    width: 30.5%;
  }
}
.p-index-endoscopy__img {
  border-radius: clamp(8px, 2.13vw, 10.9px);
}
@media screen and (min-width: 1024px) {
  .p-index-endoscopy__img {
    border-radius: 8px;
  }
}
.p-index-endoscopy__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(18px, 4.8vw, 24.4px);
  padding: 1.25em 0 0.5em 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-index-endoscopy__title {
    font-size: clamp(16px, 1.33vw, 20px);
    padding: 1.5em 0 0 0;
  }
}
.p-index-endoscopy__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-bottom: 1.25em;
}
@media screen and (min-width: 1024px) {
  .p-index-endoscopy__text {
    text-align: center;
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding: 0.5em 0 clamp(51.2px, 4.26vw, 64px) 0;
  }
}

.p-index-medicalinformation {
  position: relative;
  padding: clamp(75px, 20vw, 101.8px) 0 clamp(60px, 16vw, 81.4px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-medicalinformation {
    padding: clamp(108px, 9vw, 135px) 0 clamp(168px, 14vw, 210px) 0;
  }
}
.p-index-medicalinformation__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: clamp(40px, 10.66vw, 54.3px);
}
@media screen and (min-width: 1024px) {
  .p-index-medicalinformation__list {
    padding-top: clamp(40px, 3.33vw, 50px);
  }
}
.p-index-medicalinformation__list__item {
  width: 46%;
  margin-bottom: clamp(24px, 6.4vw, 32.6px);
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-index-medicalinformation__list__item {
    width: 17%;
    margin-bottom: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}

.p-index-career {
  position: relative;
  padding: clamp(60px, 16vw, 81.4px) 0 clamp(80px, 21.33vw, 108.6px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-career {
    padding: clamp(120px, 10vw, 150px) 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-index-career__pos {
  position: relative;
  padding: clamp(90px, 24vw, 122.1px) 9% 0 9%;
}
@media screen and (min-width: 768px) {
  .p-index-career__pos {
    padding: clamp(120px, 32vw, 162.9px) 10% 0 10%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-career__pos {
    padding: 0;
    width: 68%;
    max-width: 1020px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-career__pos {
    width: 64%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-career__pos {
    width: 65%;
  }
}
.p-index-career__balloon {
  width: 91%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: -webkit-image-set(url("../img/index-career-balloon-bg-sp.png.webp") type('image/webp'), url("../img/index-career-balloon-bg-sp.png") type('image/png'));
  background-image: image-set(url("../img/index-career-balloon-bg-sp.png.webp") type('image/webp'), url("../img/index-career-balloon-bg-sp.png") type('image/png'));
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom right;
}
@media screen and (min-width: 768px) {
  .p-index-career__balloon {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-career__balloon {
    width: 45%;
    top: auto;
    bottom: 0;
    background-image: -webkit-image-set(url("../img/index-career-balloon-bg.png.webp") type('image/webp'), url("../img/index-career-balloon-bg.png") type('image/png'));
    background-image: image-set(url("../img/index-career-balloon-bg.png.webp") type('image/webp'), url("../img/index-career-balloon-bg.png") type('image/png'));
  }
}
.p-index-career__title01 {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.5em;
  padding-left: 0.5em;
  font-size: clamp(24px, 6.4vw, 32.6px);
  background-color: #2660ad;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8em;
  height: 2.5em;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-career__title01 {
    font-size: clamp(22.4px, 1.86vw, 32px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    width: 9.5em;
    height: 2.75em;
  }
}
.p-index-career__title02 {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #2660ad;
  text-align: left;
  line-height: 1.1;
  font-size: clamp(52px, 13.86vw, 70.5px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-index-career__title02 {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-career__title02 {
    letter-spacing: 0.1em;
    font-size: clamp(35px, 2.91vw, 48px);
    padding-top: 0.5em;
  }
}
.p-index-career__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: 2em 0 clamp(54px, 14.4vw, 71.4px) 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-career__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding: 2em 0 2em 0;
    width: 70%;
  }
}
.p-index-career__list {
  background-color: #e9f4df;
  border-radius: clamp(16px, 4.26vw, 21.7px);
  padding: clamp(24px, 6.4vw, 32.6px) clamp(24px, 6.4vw, 32.6px) 0 clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-index-career__list {
    padding: clamp(38.4px, 3.2vw, 48px) clamp(24px, 6.4vw, 32.6px) 0 clamp(24px, 6.4vw, 32.6px);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(89.6px, 7.46vw, 128px);
  }
}
.p-index-career__list__item {
  padding-bottom: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-index-career__list__item {
    width: 31.4%;
    padding-bottom: clamp(38.4px, 3.2vw, 48px);
  }
}
.p-index-career__link {
  display: block;
  transition: all 0.3s;
}
.p-index-career__link:hover, .p-index-career__link:focus, .p-index-career__link:active {
  opacity: 0.7;
}

.p-index-gallery {
  position: relative;
  z-index: 2;
}

/* Foundation */
.p-clinic-doctor {
  position: relative;
}
.p-clinic-doctor__top {
  position: relative;
  padding: clamp(100px, 26.66vw, 135.7px) 0 0 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__top {
    padding: clamp(112px, 9.33vw, 140px) 0 0 0;
  }
}
.p-clinic-doctor__bottom {
  position: relative;
  padding: 0 0 clamp(80px, 21.33vw, 108.6px) 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__bottom {
    padding: 0 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-clinic-doctor__img {
  position: relative;
  width: 65%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__img {
    position: absolute;
    top: 0;
    right: -11%;
    width: 50%;
  }
}
.p-clinic-doctor__img::before {
  content: "";
  background-color: rgba(56, 161, 219, 0.11);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: calc(clamp(30px, 8vw, 40.7px) * -1);
  right: calc(clamp(30px, 8vw, 40.7px) * -1);
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__img::before {
    bottom: calc(clamp(96px, 8vw, 120px) * -1);
    right: calc(clamp(96px, 8vw, 120px) * -1);
  }
}
.p-clinic-doctor__img__pos {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__img--sp {
    display: none;
  }
}
.p-clinic-doctor__img--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__img--pc {
    display: block;
  }
}
.p-clinic-doctor__name {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  letter-spacing: 0.4em;
  font-size: clamp(20px, 5.33vw, 27.1px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75em 0 1.25em 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__name {
    font-size: clamp(16.8px, 1.4vw, 24px);
    justify-content: flex-end;
    padding: 2em 0 clamp(64px, 5.33vw, 80px) 0;
    width: 52%;
  }
}
.p-clinic-doctor__name--sm {
  letter-spacing: 0.03em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding-right: 1.25em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__name--sm {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__name--sp {
    display: none;
  }
}
.p-clinic-doctor__name--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__name--pc {
    display: flex;
  }
}
.p-clinic-doctor__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-bottom: 1.5em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__text {
    font-size: clamp(12px, 1vw, 15px);
    width: 52%;
    padding-bottom: 0;
  }
}
.p-clinic-doctor__detail {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: clamp(16px, 4.26vw, 21.7px);
  padding: clamp(24px, 6.4vw, 32.6px) clamp(24px, 6.4vw, 32.6px);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 10.66vw, 54.3px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__detail {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: clamp(40px, 3.33vw, 50px) clamp(44.8px, 3.73vw, 64px);
    flex-direction: row;
    justify-content: space-between;
    gap: unset;
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__data--01 {
    width: 43%;
  }
}
@media screen and (min-width: 1536px) {
  .p-clinic-doctor__data--01 {
    width: 46%;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__data--02 {
    width: 50%;
  }
}
@media screen and (min-width: 1536px) {
  .p-clinic-doctor__data--02 {
    width: 46%;
  }
}
.p-clinic-doctor__data__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2660ad;
  line-height: 1;
  letter-spacing: 0.03em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-bottom: 0.75em;
  border-bottom: 1px solid #2660ad;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__data__title {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-clinic-doctor__data__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  font-size: clamp(14px, 3.73vw, 19px);
}
@media screen and (min-width: 768px) {
  .p-clinic-doctor__data__text {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-doctor__data__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}

.p-clinic-about {
  position: relative;
  padding: clamp(230px, 61.33vw, 360px) 0 clamp(80px, 21.33vw, 108.6px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-clinic-about {
    padding: 350px 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-clinic-about {
    padding: clamp(217.6px, 18.13vw, 272px) 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-clinic-about__img {
  position: absolute;
  top: clamp(80px, 21.33vw, 108.6px);
  left: 0;
  width: 86.66%;
}
@media screen and (min-width: 1024px) {
  .p-clinic-about__img {
    top: clamp(113.6px, 9.46vw, 142px);
    width: 70%;
  }
}
@media screen and (min-width: 1536px) {
  .p-clinic-about__img {
    width: 50%;
  }
}
.p-clinic-about__detail {
  background-color: #e7f4fb;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: clamp(36px, 9.6vw, 48.8px) clamp(24px, 6.4vw, 32.6px) clamp(24px, 6.4vw, 32.6px) clamp(24px, 6.4vw, 32.6px);
  position: relative;
  width: 82%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-clinic-about__detail {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-about__detail {
    padding: clamp(44px, 3.66vw, 55px) clamp(57.6px, 4.8vw, 72px) clamp(38.4px, 3.2vw, 48px) clamp(51.2px, 4.26vw, 64px);
    width: 75%;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1536px) {
  .p-clinic-about__detail {
    width: 68%;
  }
}
@media screen and (min-width: 1920px) {
  .p-clinic-about__detail {
    width: 60%;
  }
}
.p-clinic-about__detail__right {
  width: 45%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-clinic-about__detail__right {
    width: 30%;
    padding-top: clamp(16px, 1.33vw, 20px);
  }
}
.p-clinic-about__detail__left {
  padding-top: clamp(30px, 8vw, 40.7px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-about__detail__left {
    padding-top: 0;
    width: 65%;
  }
}
.p-clinic-about__title {
  font-family: "dnp-shuei-mincho-pr6", 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: 0.75em 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-about__title {
    line-height: 1.7;
    font-size: clamp(30.4px, 2.53vw, 48px);
    padding: 0.35em 0 0.75em 0;
  }
}
.p-clinic-about__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(18px, 4.8vw, 24.4px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-about__text {
    font-size: clamp(16px, 1.33vw, 20px);
  }
}

.p-clinic-gallery {
  position: relative;
  padding: clamp(80px, 21.33vw, 108.6px) 0 clamp(70px, 18.66vw, 95px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-clinic-gallery {
    padding: clamp(108px, 9vw, 135px) 0 clamp(102.4px, 8.53vw, 128px) 0;
  }
}
.p-clinic-gallery__list {
  display: flex;
  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: "noto-sans-cjk-jp", 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: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  font-size: clamp(17px, 4.53vw, 23px);
  display: block;
  position: absolute;
  top: clamp(60px, 16vw, 81.4px);
  left: 0;
  background-color: #2660ad;
  padding: 0.5em 1em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-gallery__popup__title {
    font-size: clamp(16px, 1.33vw, 20px);
    top: 0;
  }
}
.p-clinic-gallery__popup__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(14px, 3.73vw, 19px);
  background-color: #ffffff;
  padding: 1.25em 1.25em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-gallery__popup__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding: 1.25em 2.5em;
    min-height: 9em;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 1920px) {
  .p-clinic-gallery__popup__text {
    min-height: 6.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);
  transition: 0.4s;
  z-index: 50;
}
.c-popup__box {
  display: none;
  position: fixed;
  top: clamp(65px, 17.25vw, 105px);
  left: 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, 100px);
    width: 60%;
    height: calc(100vh - clamp(85px, 7vw, 100px) * 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) {
  transform: translate(-50%, 50%) rotate(45deg);
}
.c-popup__close span:nth-child(2) {
  transform: translate(-50%, 50%) rotate(-45deg);
}
.c-popup__nav .prev {
  position: absolute;
  top: 55%;
  left: calc(clamp(35px, 9.33vw, 47.5px) * -1);
  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: 55%;
  right: calc(clamp(35px, 9.33vw, 47.5px) * -1);
  transform: translateY(-50%);
  width: clamp(30px, 8vw, 40.7px);
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-popup__nav .next {
    top: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .c-popup__nav .next {
    width: clamp(40px, 3.33vw, 50px);
    right: calc(clamp(56px, 4.66vw, 70px) * -1);
  }
}
@media screen and (min-width: 1280px) {
  .c-popup__nav .next {
    top: 40%;
  }
}
.c-popup__nav .next.disabled {
  display: none;
}

.p-clinic-facilities {
  position: relative;
  padding: clamp(80px, 21.33vw, 108.6px) 0 clamp(16px, 4.26vw, 21.7px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-clinic-facilities {
    padding: clamp(102.4px, 8.53vw, 128px) 0 clamp(51.2px, 4.26vw, 64px) 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-facilities__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
}
.p-clinic-facilities__list__item {
  padding-bottom: clamp(54px, 14.4vw, 71.4px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-facilities__list__item {
    width: 30%;
    padding-bottom: clamp(56px, 4.66vw, 70px);
  }
}
.p-clinic-facilities__list__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2660ad;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: clamp(18px, 4.8vw, 24.4px);
  padding: 1em 0;
}
@media screen and (min-width: 1024px) {
  .p-clinic-facilities__list__title {
    font-size: clamp(16px, 1.33vw, 20px);
    padding: 1em 0 0.5em 0;
  }
}
.p-clinic-facilities__list__title--sm {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  font-size: clamp(14px, 3.73vw, 19px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-facilities__list__title--sm {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-clinic-facilities__list__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(14px, 3.73vw, 19px);
}
@media screen and (min-width: 1024px) {
  .p-clinic-facilities__list__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}

.p-clinic-medicalcooperation {
  position: relative;
  padding: clamp(80px, 21.33vw, 108.6px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-clinic-medicalcooperation {
    padding: clamp(104px, 8.66vw, 130px) 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-medicalcooperation__inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-medicalcooperation__inner__left {
    width: 28%;
  }
}
.p-clinic-medicalcooperation__inner__right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-clinic-medicalcooperation__inner__right {
    width: 65%;
    display: block;
  }
}
.p-clinic-medicalcooperation__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 768px) {
  .p-clinic-medicalcooperation__text {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinic-medicalcooperation__text {
    text-align: justify;
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-clinic-medicalcooperation__list {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 1.5em;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-clinic-medicalcooperation__list {
    font-size: clamp(16px, 1.33vw, 20px);
    padding-top: 1.25em;
  }
}
.p-clinic-medicalcooperation__list__item {
  position: relative;
  text-indent: -1.15em;
  margin-left: 1.15em;
}
.p-clinic-medicalcooperation__list__item--accent {
  color: #2660ad;
  font-size: 0.8em;
  padding-right: 0.25em;
  position: relative;
  bottom: 0.1em;
}
@media screen and (min-width: 1024px) {
  .p-clinic-medicalcooperation__list__item--accent {
    bottom: 0;
  }
}
.p-clinic-medicalcooperation__list__link {
  color: #3c3c3c;
  text-decoration: underline;
  transition: all 0.3s;
}
.p-clinic-medicalcooperation__list__link:visited {
  color: #3c3c3c;
}
.p-clinic-medicalcooperation__list__link:hover, .p-clinic-medicalcooperation__list__link:focus, .p-clinic-medicalcooperation__list__link:active {
  color: #2660ad;
}

/* Foundation */
.p-guide-appointment {
  position: relative;
  z-index: 2;
}
.p-guide-appointment__top {
  position: relative;
  padding: clamp(90px, 24vw, 122.1px) 0 clamp(80px, 21.33vw, 108.6px) 0;
}
@media screen and (min-width: 1024px) {
  .p-guide-appointment__top {
    padding: clamp(108px, 9vw, 135px) 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-guide-appointment__pos {
  position: relative;
}
.p-guide-appointment__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: 1.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-guide-appointment__text {
    text-align: left;
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding: 1.5em 0 3em 0;
  }
}
.p-guide-appointment__img {
  width: 70%;
  margin: 0 auto clamp(36px, 9.6vw, 48.8px) auto;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .p-guide-appointment__img {
    width: 39.5%;
    margin: 0;
    position: absolute;
    top: 0;
    right: -15%;
  }
}

.p-guide-bring {
  position: relative;
  padding: clamp(80px, 21.33vw, 108.6px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-guide-bring {
    padding: clamp(110.4px, 9.2vw, 138px) 0;
  }
}
.p-guide-bring__detail {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: clamp(16px, 4.26vw, 21.7px);
  padding: clamp(32px, 8.53vw, 43.4px) clamp(24px, 6.4vw, 32.6px) clamp(30px, 8vw, 40.7px) clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__detail {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: clamp(12.8px, 1.06vw, 16px);
    padding: clamp(49.6px, 4.13vw, 62px) clamp(44px, 3.66vw, 55px) clamp(51.2px, 4.26vw, 64px) clamp(44px, 3.66vw, 55px);
  }
}
.p-guide-bring__title01 {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-size: clamp(20px, 5.33vw, 27.1px);
  padding-bottom: 1.25em;
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__title01 {
    font-size: clamp(22.4px, 1.86vw, 32px);
  }
}
.p-guide-bring__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__list {
    justify-content: center;
  }
}
.p-guide-bring__list__item {
  width: 30%;
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__list__item {
    width: 20%;
  }
}
@media screen and (min-width: 1536px) {
  .p-guide-bring__list__item {
    width: 18%;
  }
}
.p-guide-bring__list__item:first-child {
  width: 100%;
  padding: 0 20%;
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__list__item:first-child {
    width: 24%;
    padding: 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-guide-bring__list__item:first-child {
    width: 22%;
  }
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__list__img--01 {
    height: clamp(116.8px, 9.73vw, 146px);
    width: auto;
    margin: 0 auto;
  }
}
.p-guide-bring__list__img--02 {
  height: clamp(105px, 28vw, 142.5px);
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__list__img--02 {
    height: clamp(116.8px, 9.73vw, 146px);
  }
}
.p-guide-bring__list__title {
  font-family: "noto-sans-cjk-jp", 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: 0.5em 0 1em 0;
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__list__title {
    font-size: clamp(16px, 1.33vw, 20px);
    padding: 1em 0 0 0;
  }
}
.p-guide-bring__list__title--sm {
  font-size: clamp(10px, 2.66vw, 13.6px);
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__list__title--sm {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-guide-bring__title02 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2660ad;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: 0.5em 0 1em 0;
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__title02 {
    text-align: center;
    font-size: clamp(14.4px, 1.2vw, 18px);
    padding: 2em 0 1.5em 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__inner__left {
    width: 46.5%;
  }
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__inner__right {
    width: 48.5%;
  }
}
.p-guide-bring__text {
  font-family: "noto-sans-cjk-jp", 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-guide-bring__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-guide-bring__note {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  line-height: 1.8;
  font-size: clamp(12.25px, 3.26vw, 16.625px);
  padding: 1.5em 0 1.75em 0;
  text-indent: -1.15em;
  margin-left: 1.15em;
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__note {
    font-size: clamp(11.2px, 0.93vw, 14px);
    padding: 0 0 1em 0;
  }
}
.p-guide-bring__note__link {
  color: #2660ad;
  text-decoration: underline;
}
.p-guide-bring__note__link:visited, .p-guide-bring__note__link:hover, .p-guide-bring__note__link:active, .p-guide-bring__note__link:focus {
  color: #2660ad;
}

.p-guide-flow {
  position: relative;
  padding: clamp(80px, 21.33vw, 108.6px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-guide-flow {
    padding: clamp(108px, 9vw, 135px) 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-guide-flow__list {
  background-color: #ffffff;
  border-radius: clamp(16px, 4.26vw, 21.7px);
  padding: clamp(40px, 10.66vw, 54.3px) clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__list {
    border-radius: clamp(12.8px, 1.06vw, 16px);
    padding: clamp(51.2px, 4.26vw, 64px) clamp(51.2px, 4.26vw, 64px);
  }
}
.p-guide-flow__list__item {
  padding: 0 0 clamp(90px, 24vw, 122.1px) 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__list__item {
    display: flex;
    justify-content: space-between;
    border-bottom: none;
    padding: 0 0 clamp(64px, 5.33vw, 80px) 0;
  }
}
.p-guide-flow__list__item:before {
  content: "";
  background-color: #c6e2ab;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: clamp(24px, 6.4vw, 32.6px);
  height: clamp(20px, 5.33vw, 27.1px);
  position: absolute;
  bottom: clamp(36px, 9.6vw, 48.8px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__list__item:before {
    width: clamp(19.2px, 1.6vw, 24px);
    height: clamp(16px, 1.33vw, 20px);
    bottom: clamp(24px, 2vw, 30px);
    left: clamp(25.6px, 2.13vw, 38px);
    right: auto;
  }
}
.p-guide-flow__list__item:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__list__item:last-child {
    padding-bottom: 0;
  }
}
.p-guide-flow__list__item:last-child:before {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__list__item__left {
    width: clamp(68px, 5.66vw, 96px);
  }
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__list__item__right {
    width: calc(100% - clamp(68px, 5.66vw, 96px));
    padding-left: clamp(25.6px, 2.13vw, 32px);
    position: absolute;
    top: 0;
    right: 0;
  }
}
.p-guide-flow__num {
  width: clamp(67.2px, 17.92vw, 91.2px);
  background-color: #38a1db;
  border-radius: clamp(8px, 2.13vw, 10.9px);
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__num {
    width: 100%;
    border-radius: 8px;
    margin: 0;
  }
}
.p-guide-flow__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2660ad;
  text-align: center;
  line-height: 1;
  font-size: clamp(20px, 5.33vw, 27.1px);
  padding: 1.25em 0 1em 0;
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__title {
    text-align: left;
    font-size: clamp(16.8px, 1.4vw, 24px);
    padding: 0 0 0.75em 0;
  }
}
.p-guide-flow__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-bottom: 1.5em;
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding-bottom: 0;
    width: 60%;
  }
}
@media screen and (min-width: 1536px) {
  .p-guide-flow__text {
    width: 50%;
  }
}
.p-guide-flow__img {
  width: 85%;
  margin: 0 auto;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__img {
    width: clamp(144px, 12vw, 180px);
    position: absolute;
  }
}
@media screen and (min-width: 1536px) {
  .p-guide-flow__img {
    width: clamp(168px, 14vw, 210px);
  }
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__img--01 {
    top: 0;
    left: 65%;
  }
}
@media screen and (min-width: 1536px) {
  .p-guide-flow__img--01 {
    left: 55%;
  }
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__img--02 {
    top: -20%;
    right: -5%;
  }
}
@media screen and (min-width: 1536px) {
  .p-guide-flow__img--02 {
    top: -50%;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__img--03 {
    top: -45%;
    left: 65%;
  }
}
@media screen and (min-width: 1536px) {
  .p-guide-flow__img--03 {
    top: -65%;
    left: 55%;
  }
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__img--04 {
    bottom: -20%;
    right: -5%;
  }
}
@media screen and (min-width: 1536px) {
  .p-guide-flow__img--04 {
    bottom: 0;
    right: 0;
  }
}
.p-guide-flow__note {
  margin-top: clamp(64px, 17.06vw, 86.9px);
  background-color: #2660ad;
  border-radius: clamp(16px, 4.26vw, 21.7px);
  padding: 0 clamp(24px, 6.4vw, 32.6px) clamp(24px, 6.4vw, 32.6px) clamp(24px, 6.4vw, 32.6px);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__note {
    margin-top: clamp(88px, 7.33vw, 110px);
    border-radius: clamp(12.8px, 1.06vw, 16px);
    padding: 0 clamp(14.4px, 1.2vw, 18px);
  }
}
.p-guide-flow__note__img {
  border: 5.5px solid #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__note__img {
    border: 8px solid #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__note__pos {
    width: 55%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 45%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 1536px) {
  .p-guide-flow__note__pos {
    width: 52%;
    left: 48%;
  }
}
.p-guide-flow__note__title {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: clamp(20px, 5.33vw, 27.1px);
  padding-top: 1.4em;
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__note__title {
    text-align: left;
    font-size: clamp(19.6px, 1.63vw, 28px);
    padding-top: 0;
  }
}
.p-guide-flow__note__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: 1.5em 0 1em 0;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-guide-flow__note__text {
    font-feature-settings: normal;
  }
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__note__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding: 1.5em 0 1.5em 0;
  }
}
.p-guide-flow__note__list {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__note__list {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-guide-flow__note__list__item {
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-guide-flow__note__list__item {
    font-feature-settings: normal;
  }
}
.p-guide-flow__note__list__item--accent {
  font-size: 0.875em;
  padding-right: 0.25em;
  position: relative;
  bottom: 0.1em;
}
@media screen and (min-width: 1024px) {
  .p-guide-flow__note__list__item--space {
    width: 1em;
  }
}

.p-guide-payment {
  position: relative;
  padding: clamp(80px, 21.33vw, 108.6px) 0 clamp(90px, 24vw, 122.1px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-guide-payment {
    padding: clamp(99.2px, 8.26vw, 124px) 0 clamp(168px, 14vw, 210px) 0;
  }
}
.p-guide-payment__pos {
  position: relative;
}
.p-guide-payment__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: 1.5em 0 3em 0;
}
@media screen and (min-width: 1024px) {
  .p-guide-payment__text {
    text-align: left;
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding: 0.5em 0 0 0;
  }
}
.p-guide-payment__img {
  border: 5.5px solid #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: rotate(5deg);
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-guide-payment__img {
    border: 8px solid #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    width: 40%;
    margin: 0;
    position: absolute;
    top: 0;
    right: 2.5%;
  }
}

.p-guide-access {
  position: relative;
  padding: clamp(80px, 21.33vw, 108.6px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-guide-access {
    padding: clamp(140px, 37.33vw, 210px) 0 clamp(145px, 38.66vw, 196.8px) 0;
  }
}
.p-guide-access__detail {
  background-color: #ffffff;
  border-radius: clamp(16px, 4.26vw, 21.7px);
  padding: 0 clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-guide-access__detail {
    border-radius: clamp(12.8px, 1.06vw, 16px);
    padding: clamp(25.6px, 2.13vw, 32px) clamp(51.2px, 4.26vw, 64px);
    width: 80%;
    margin: 0 auto;
  }
}
.p-guide-access__detail__inner {
  padding: clamp(32px, 8.53vw, 43.4px) 0;
  border-bottom: 1px solid #9d9d9d;
}
@media screen and (min-width: 1024px) {
  .p-guide-access__detail__inner {
    display: flex;
    align-items: center;
    padding: clamp(25.6px, 2.13vw, 32px) 0;
  }
}
.p-guide-access__detail__inner:last-of-type {
  border-bottom: none;
}
.p-guide-access__detail__inner__left {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(20px, 5.33vw, 27.1px);
}
@media screen and (min-width: 1024px) {
  .p-guide-access__detail__inner__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 40%;
    font-size: clamp(14px, 1.16vw, 20px);
  }
}
@media screen and (min-width: 1536px) {
  .p-guide-access__detail__inner__left {
    width: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .p-guide-access__detail__inner__right {
    width: 60%;
  }
}
@media screen and (min-width: 1536px) {
  .p-guide-access__detail__inner__right {
    width: 65%;
  }
}
.p-guide-access__icon {
  width: 2.5em;
  background-color: #e7f4fb;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-guide-access__icon {
    width: 3.5em;
    margin: 0;
  }
}
.p-guide-access__title {
  color: #2660ad;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-guide-access__title {
    text-align: left;
    padding: 0 0 0 1em;
  }
}
.p-guide-access__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 1.5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-guide-access__text {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1024px) {
  .p-guide-access__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-guide-access__text--note {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}
.p-guide-access__text--accent {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2660ad;
}

/* Foundation */
.p-medicalinformation-menu {
  position: relative;
  padding: clamp(100px, 26.66vw, 135.7px) 0 clamp(56px, 14.93vw, 76px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-menu {
    padding: clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-medicalinformation-menu__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: clamp(40px, 10.66vw, 54.3px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-menu__list {
    padding-top: clamp(40px, 3.33vw, 50px);
  }
}
.p-medicalinformation-menu__list__item {
  width: 46%;
  margin-bottom: clamp(24px, 6.4vw, 32.6px);
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-menu__list__item {
    width: 17%;
    margin-bottom: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}
.p-medicalinformation-menu__link {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s;
  padding-top: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-menu__link {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-medicalinformation-menu__link__icon {
  width: 3.25em;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-menu__link__icon {
    width: 4.25em;
  }
}
.p-medicalinformation-menu__link__text {
  display: block;
  text-align: center;
  color: #3c3c3c;
  padding: 0.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-menu__link__text {
    padding: 0.75em 0;
  }
}
.p-medicalinformation-menu__link::after {
  content: "";
  border-left: 1.5px solid #8dc556;
  border-bottom: 1.5px solid #8dc556;
  width: 0.75em;
  height: 0.75em;
  transform: rotate(-45deg);
}
.p-medicalinformation-menu__link:hover, .p-medicalinformation-menu__link:focus, .p-medicalinformation-menu__link:active {
  background-color: #eef6e6;
}

.p-medicalinformation-space {
  position: relative;
  padding-bottom: clamp(80px, 21.33vw, 108.6px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-space {
    padding-bottom: clamp(108px, 9vw, 135px);
  }
}

.p-medicalinformation-content {
  position: relative;
  padding: 0 0 clamp(95px, 25.33vw, 128.9px) 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-medicalinformation-content {
    padding: 0 0 clamp(155px, 41.33vw, 250px) 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content {
    padding: 0;
  }
}
.p-medicalinformation-content__pos {
  position: relative;
}
.p-medicalinformation-content__img {
  position: relative;
  width: 91%;
  overflow: hidden;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-medicalinformation-content__img {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__img {
    position: absolute;
    top: calc(clamp(51.2px, 4.26vw, 64px) * -1);
    width: 45%;
  }
}
.p-medicalinformation-content__img--odd {
  border-radius: clamp(32px, 8.53vw, 43.4px) 0 0 clamp(32px, 8.53vw, 43.4px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__img--odd {
    right: 0;
    border-radius: clamp(22.4px, 1.86vw, 32px) 0 0 clamp(22.4px, 1.86vw, 32px);
  }
}
.p-medicalinformation-content__img--even {
  border-radius: 0 clamp(32px, 8.53vw, 43.4px) clamp(32px, 8.53vw, 43.4px) 0;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__img--even {
    left: 0;
    margin: 0;
    border-radius: 0 clamp(22.4px, 1.86vw, 32px) clamp(22.4px, 1.86vw, 32px) 0;
  }
}
.p-medicalinformation-content__title01 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(24px, 6.4vw, 32.6px);
  display: flex;
  align-items: center;
  background-color: #38a1db;
  padding: clamp(18px, 4.8vw, 24.4px) 9%;
  position: relative;
  width: 91%;
}
@media screen and (min-width: 768px) {
  .p-medicalinformation-content__title01 {
    width: 90%;
    padding-left: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__title01 {
    font-size: clamp(25.2px, 2.1vw, 36px);
    width: 100%;
  }
}
.p-medicalinformation-content__title01--odd {
  border-radius: 0 0 clamp(32px, 8.53vw, 43.4px) 0;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__title01--odd {
    padding: clamp(25.6px, 2.13vw, 32px) 0 clamp(25.6px, 2.13vw, 32px) 10%;
    border-radius: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-medicalinformation-content__title01--odd {
    padding-left: 15%;
  }
}
@media screen and (min-width: 1536px) {
  .p-medicalinformation-content__title01--odd {
    padding-left: calc((100% - 1200px) / 2);
  }
}
.p-medicalinformation-content__title01--odd::before {
  content: "";
  background-color: #38a1db;
  width: 100%;
  height: clamp(48px, 12.8vw, 65.1px);
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__title01--odd::before {
    display: none;
  }
}
.p-medicalinformation-content__title01--even {
  margin-left: auto;
  border-radius: 0 0 0 clamp(32px, 8.53vw, 43.4px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__title01--even {
    padding: clamp(25.6px, 2.13vw, 32px) 0 clamp(25.6px, 2.13vw, 32px) 50%;
    border-radius: 0;
  }
}
.p-medicalinformation-content__title01--even::before {
  content: "";
  background-color: #38a1db;
  width: 100%;
  height: clamp(48px, 12.8vw, 65.1px);
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__title01--even::before {
    display: none;
  }
}
.p-medicalinformation-content__title01__icon {
  background-color: #ffffff;
  border-radius: 50%;
  width: 2.75em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__title01__icon {
    width: 3.5em;
  }
}
.p-medicalinformation-content__title01__text {
  display: block;
  color: #ffffff;
  padding-left: 1em;
}
.p-medicalinformation-content__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(14px, 3.73vw, 19px);
  padding: 1.25em 0 1.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding: clamp(48px, 4vw, 60px) 0 clamp(76.8px, 6.4vw, 96px) 0;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__text--even {
    margin-left: auto;
  }
}
.p-medicalinformation-content__space {
  padding-top: clamp(40px, 10.66vw, 54.3px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__space {
    padding-top: clamp(48px, 4vw, 60px);
  }
}
.p-medicalinformation-content__title02 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  text-align: left;
  line-height: 1.5;
  font-size: clamp(18px, 4.8vw, 24.4px);
  background-color: #4caadf;
  border-radius: clamp(8px, 2.13vw, 10.9px);
  padding: 1em 1em;
  margin-bottom: clamp(18px, 4.8vw, 24.4px);
}
@media screen and (min-width: 768px) {
  .p-medicalinformation-content__title02 {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__title02 {
    font-size: clamp(16.8px, 1.4vw, 24px);
    border-radius: 8px;
    margin-bottom: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-medicalinformation-content__check {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  letter-spacing: 0.05em;
  font-size: clamp(14px, 3.73vw, 19px);
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__check {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__check__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-medicalinformation-content__check__list__item {
  line-height: 2;
  color: #3c3c3c;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__check__list__item {
    align-items: center;
    line-height: 2.5;
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__check__list__item--wide {
    width: 100%;
  }
}
.p-medicalinformation-content__check__list__icon {
  width: 1em;
  margin-right: 0.25em;
  position: relative;
  top: 0.6em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__check__list__icon {
    top: auto;
    bottom: -0.1em;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-content__bottom {
    padding-bottom: clamp(168px, 14vw, 210px);
  }
}

@media screen and (min-width: 1024px) {
  .p-medicalinformation-internal__inner {
    display: flex;
  }
}
.p-medicalinformation-internal__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-internal__title {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-medicalinformation-internal__title--accent {
  color: #2660ad;
  font-size: 0.875em;
  padding-right: 0.25em;
}
.p-medicalinformation-internal__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-bottom: 1.25em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-internal__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-medicalinformation-internal__button {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(32px, 8.53vw, 43.4px);
  padding-top: clamp(10px, 2.66vw, 13.6px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-internal__button {
    width: 100%;
    margin: 0;
    flex-direction: row;
    gap: clamp(51.2px, 4.26vw, 64px);
    padding-top: clamp(16px, 1.33vw, 20px);
  }
}

.p-medicalinformation-gastro__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-gastro__title {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-medicalinformation-gastro__title--accent {
  color: #2660ad;
  font-size: 0.875em;
  padding-right: 0.25em;
}
.p-medicalinformation-gastro__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-bottom: 1.25em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-gastro__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding: 0 0 1.25em 1.15em;
  }
}
.p-medicalinformation-gastro__detail {
  background-color: #e7f4fb;
  border-radius: clamp(16px, 4.26vw, 21.7px);
  padding: 0 clamp(24px, 6.4vw, 32.6px) clamp(24px, 6.4vw, 32.6px) clamp(24px, 6.4vw, 32.6px);
  position: relative;
  margin-top: clamp(38px, 10.13vw, 51.6px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-gastro__detail {
    border-radius: clamp(12.8px, 1.06vw, 16px);
    padding: clamp(51.2px, 4.26vw, 64px) clamp(51.2px, 4.26vw, 64px) clamp(48px, 4vw, 60px) clamp(51.2px, 4.26vw, 64px);
    margin: 0;
  }
}
.p-medicalinformation-gastro__detail__img {
  position: relative;
  width: 88%;
  margin: 0 auto;
  top: calc(clamp(32px, 8.53vw, 43.4px) * -1);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-gastro__detail__img {
    position: absolute;
    width: 30%;
    top: calc(clamp(24px, 2vw, 30px) * -1);
  }
}
.p-medicalinformation-gastro__detail__img--01 {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-gastro__detail__img--01 {
    width: 30%;
    right: clamp(40px, 3.33vw, 50px);
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
  }
}
.p-medicalinformation-gastro__detail__img--02 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-gastro__detail__img--02 {
    width: 35%;
    left: clamp(40px, 3.33vw, 50px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}
.p-medicalinformation-gastro__detail__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: clamp(18px, 4.8vw, 24.4px);
  padding-bottom: 0.5em;
  border-bottom: 2px solid #2660ad;
  margin-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-gastro__detail__title {
    text-align: left;
    line-height: 1;
    font-size: clamp(16.8px, 1.4vw, 24px);
    margin-bottom: 0.75em;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-gastro__detail__title--01 {
    padding-right: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-gastro__detail__title--02 {
    padding-left: 45%;
  }
}
.p-medicalinformation-gastro__detail__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-gastro__detail__text {
    font-size: clamp(12px, 1vw, 15px);
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-gastro__detail__text--01 {
    padding-right: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-gastro__detail__text--02 {
    padding-left: 45%;
  }
}
.p-medicalinformation-gastro__detail__button {
  padding-top: clamp(18px, 4.8vw, 24.4px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-gastro__detail__button {
    padding: clamp(32px, 2.66vw, 40px) 0 0 45%;
  }
}
.p-medicalinformation-gastro__space01 {
  position: relative;
  padding-top: clamp(48px, 12.8vw, 65.1px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-gastro__space01 {
    padding-top: clamp(57.6px, 4.8vw, 72px);
  }
}
.p-medicalinformation-gastro__space02 {
  position: relative;
  padding-top: clamp(10px, 2.66vw, 13.6px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-gastro__space02 {
    padding-top: clamp(57.6px, 4.8vw, 72px);
  }
}

@media screen and (min-width: 1024px) {
  .p-medicalinformation-lifestyle__inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-lifestyle__inner__left {
    width: 55%;
  }
}
.p-medicalinformation-lifestyle__inner__right {
  padding-top: clamp(20px, 5.33vw, 27.1px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-lifestyle__inner__right {
    width: 35%;
  }
}
.p-medicalinformation-lifestyle__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2660ad;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(18px, 4.8vw, 24.4px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-lifestyle__title {
    font-size: clamp(16px, 1.33vw, 20px);
  }
}
.p-medicalinformation-lifestyle__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-lifestyle__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding-top: 1.5em;
  }
}
.p-medicalinformation-lifestyle__img {
  width: 88%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-lifestyle__img {
    width: 100%;
    margin: 0;
  }
}

.p-medicalinformation-checkup__list01 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-checkup__list01 {
    font-size: clamp(12.8px, 1.06vw, 16px);
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 70%;
  }
}
@media screen and (min-width: 1536px) {
  .p-medicalinformation-checkup__list01 {
    /*width: 62%;*/
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-checkup__list01__item {
    margin-right: 3rem;
  }
}
.p-medicalinformation-checkup__list01__item--accent {
  color: #2660ad;
  font-size: 0.875em;
  padding-right: 0.25em;
}
.p-medicalinformation-checkup__list02 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-checkup__list02 {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-medicalinformation-checkup__list02__item {
  text-indent: -1em;
  margin-left: 1em;
}
.p-medicalinformation-checkup__list02__link {
  color: #2660ad;
  text-decoration: underline;
}
.p-medicalinformation-checkup__list02__link:hover, .p-medicalinformation-checkup__list02__link:focus, .p-medicalinformation-checkup__list02__link:active {
  color: #2660ad;
}

.p-medicalinformation-vaccination__title01 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2660ad;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(18px, 4.8vw, 24.4px);
  padding-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-vaccination__title01 {
    font-size: clamp(16px, 1.33vw, 20px);
  }
}
.p-medicalinformation-vaccination__title02 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-vaccination__title02 {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-medicalinformation-vaccination__list01 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-bottom: 2em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-vaccination__list01 {
    font-size: clamp(12.8px, 1.06vw, 16px);
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-vaccination__list01--01 {
    width: 70%;
  }
}
@media screen and (min-width: 1536px) {
  .p-medicalinformation-vaccination__list01--01 {
    /*width: 62%;*/
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-vaccination__list01--02 {
    width: 28%;
  }
}
@media screen and (min-width: 1536px) {
  .p-medicalinformation-vaccination__list01--02 {
    /*width: 28%;*/
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-vaccination__list01__item {
    margin-right: 3rem;
  }
}
.p-medicalinformation-vaccination__list01__item--accent {
  color: #2660ad;
  font-size: 0.875em;
  padding-right: 0.25em;
}
.p-medicalinformation-vaccination__list02 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-vaccination__list02 {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-medicalinformation-vaccination__list02__item {
  text-indent: -1em;
  margin-left: 1em;
}
.p-medicalinformation-vaccination__list02__link {
  color: #2660ad;
  text-decoration: underline;
}
.p-medicalinformation-vaccination__list02__link:hover, .p-medicalinformation-vaccination__list02__link:focus, .p-medicalinformation-vaccination__list02__link:active {
  color: #2660ad;
}

/* Foundation */
.p-endoscopy-about {
  position: relative;
  z-index: 2;
}
.p-endoscopy-about__top {
  position: relative;
  padding: clamp(95px, 25.33vw, 128.9px) 0 0 0;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-about__top {
    padding: clamp(112px, 9.33vw, 140px) 0 clamp(108px, 9vw, 135px) 0;
  }
}
.p-endoscopy-about__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(24px, 6.4vw, 32.6px);
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-about__title {
    text-align: left;
    font-size: clamp(25.2px, 2.1vw, 36px);
    display: flex;
    align-items: center;
  }
}
.p-endoscopy-about__title__icon {
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 6.35px rgba(0, 0, 0, 0.2);
  width: 2.85em;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-about__title__icon {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    width: 5.5em;
    margin: 0;
  }
}
.p-endoscopy-about__title__text {
  padding-top: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-about__title__text {
    padding: 0 0 0 1em;
  }
}
.p-endoscopy-about__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(18px, 4.8vw, 24.4px);
  padding-top: 1.5em;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-about__text {
    text-align: left;
    font-size: clamp(16px, 1.33vw, 20px);
    padding-top: 3em;
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-about__img {
    display: none;
    /* position: absolute;
    bottom: 0;
    right: 0;*/
  }
}

.p-endoscopy-features {
  position: relative;
  padding: clamp(80px, 21.33vw, 108.6px) 0 clamp(56px, 14.93vw, 76px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-features {
    padding: clamp(112px, 9.33vw, 140px) 0 clamp(64px, 5.33vw, 80px) 0;
  }
}
.p-endoscopy-features__list {
  padding-top: clamp(20px, 5.33vw, 27.1px);
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-features__list {
    padding-top: clamp(51.2px, 4.26vw, 64px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.p-endoscopy-features__list__item {
  background-color: #e7f4fb;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: clamp(16px, 4.26vw, 21.7px);
  margin-bottom: clamp(24px, 6.4vw, 32.6px);
  padding: clamp(28px, 7.46vw, 38px) clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-features__list__item {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: clamp(12.8px, 1.06vw, 16px);
    margin-bottom: clamp(51.2px, 4.26vw, 64px);
    padding: clamp(32px, 2.66vw, 40px) clamp(51.2px, 4.26vw, 64px);
    width: 47%;
  }
}
.p-endoscopy-features__label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-endoscopy-features__label__text {
  font-family: "intercom", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #8dc556;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-right: 0.1em;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-features__label__text {
    font-size: clamp(14px, 1.16vw, 20px);
  }
}
.p-endoscopy-features__label__num {
  font-family: "intercom", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #8dc556;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(70px, 18.66vw, 95px);
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-features__label__num {
    font-size: clamp(61.6px, 5.13vw, 88px);
  }
}
.p-endoscopy-features__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2660ad;
  text-align: center;
  line-height: 1.5;
  font-size: clamp(20px, 5.33vw, 27.1px);
  padding-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-endoscopy-features__title {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-features__title {
    font-size: clamp(16.8px, 1.4vw, 24px);
  }
}
.p-endoscopy-features__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-features__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding-top: 1em;
  }
}

.p-endoscopy-symptom {
  position: relative;
  padding: clamp(80px, 21.33vw, 108.6px) 0;
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-symptom {
    padding: clamp(112px, 9.33vw, 140px) 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-endoscopy-symptom__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-symptom__list {
    justify-content: center;
    gap: 5.3333333333%;
    padding-top: clamp(52.8px, 4.4vw, 66px);
  }
}
.p-endoscopy-symptom__list__item {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: clamp(14px, 3.73vw, 19px);
  background-color: #ffffff;
  border: 1px solid #38a1db;
  border-radius: clamp(16px, 4.26vw, 21.7px);
  width: 31%;
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  margin-bottom: clamp(14px, 3.73vw, 19px);
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-symptom__list__item {
    line-height: 2;
    font-size: clamp(16px, 1.33vw, 20px);
    width: 21%;
    border-radius: 50%;
    margin-bottom: clamp(25.6px, 2.13vw, 32px);
  }
}
.p-endoscopy-symptom__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: 1em 0 clamp(60px, 16vw, 81.4px) 0;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-symptom__text {
    text-align: center;
    font-size: clamp(14.4px, 1.2vw, 18px);
    padding: 1.5em 0 clamp(64px, 5.33vw, 80px) 0;
  }
}
.p-endoscopy-symptom__detail {
  background-color: #ffffff;
  border-radius: clamp(16px, 4.26vw, 21.7px);
  padding: 0 clamp(24px, 6.4vw, 32.6px) clamp(32px, 8.53vw, 43.4px) clamp(24px, 6.4vw, 32.6px);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-symptom__detail {
    padding: clamp(51.2px, 4.26vw, 64px) clamp(51.2px, 4.26vw, 64px) clamp(48px, 4vw, 60px) clamp(51.2px, 4.26vw, 64px);
  }
}
.p-endoscopy-symptom__detail__img {
  width: 80%;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  position: relative;
  top: calc(clamp(32px, 8.53vw, 43.4px) * -1);
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-symptom__detail__img {
    width: clamp(250px, 20.8vw, 312px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: calc(clamp(10px, 2.66vw, 13.6px) * -1);
    right: clamp(40px, 3.33vw, 50px);
  }
}
.p-endoscopy-symptom__detail__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: clamp(18px, 4.8vw, 24.4px);
  padding-bottom: 0.5em;
  border-bottom: 2px solid #2660ad;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-symptom__detail__title {
    text-align: left;
    font-size: clamp(16.8px, 1.4vw, 24px);
    padding-bottom: 0.35em;
  }
}
.p-endoscopy-symptom__detail__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 1.25em;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-symptom__detail__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
    width: calc(100% - clamp(250px, 20.8vw, 312px));
  }
}

.p-endoscopy-exam {
  position: relative;
  padding: clamp(80px, 21.33vw, 108.6px) 0;
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam {
    padding: clamp(108px, 9vw, 135px) 0 clamp(51.2px, 4.26vw, 64px) 0;
  }
}
.p-endoscopy-exam__pos {
  position: relative;
  padding-bottom: clamp(14px, 3.73vw, 19px);
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__pos {
    padding-bottom: clamp(64px, 5.33vw, 80px);
  }
}
.p-endoscopy-exam__img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__img {
    width: 45%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__img--odd {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__img--even {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-endoscopy-exam__title {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.08em;
  font-size: clamp(24px, 6.4vw, 32.6px);
  padding: 1.25em 0 0.5em 0;
  border-bottom: 3px solid #2660ad;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__title {
    text-align: left;
    font-size: clamp(22.4px, 1.86vw, 32px);
  }
}
.p-endoscopy-exam__title--sm {
  font-size: clamp(18px, 4.8vw, 24.4px);
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__title--sm {
    font-size: clamp(16.8px, 1.4vw, 24px);
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__title--odd {
    padding-right: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__title--even {
    padding-left: 50%;
  }
}
.p-endoscopy-exam__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 768px) {
  .p-endoscopy-exam__text {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__text--odd {
    padding-right: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__text--even {
    padding-left: 50%;
  }
}
.p-endoscopy-exam__list {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__list {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__list--odd {
    padding-right: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__list--even {
    padding-left: 50%;
  }
}
.p-endoscopy-exam__list__item {
  padding-right: 3em;
}
.p-endoscopy-exam__list__item--accent {
  color: #2660ad;
  font-size: 0.875em;
  margin-right: 0.25em;
  position: relative;
  bottom: 0.1em;
}
.p-endoscopy-exam__detail {
  background-color: #ffffff;
  border: 1px solid #2660ad;
  border-radius: clamp(16px, 4.26vw, 21.7px);
  padding: clamp(30px, 8vw, 40.7px) clamp(24px, 6.4vw, 32.6px);
  margin-top: clamp(20px, 5.33vw, 27.1px);
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__detail {
    border-radius: clamp(12.8px, 1.06vw, 16px);
    padding: clamp(32px, 2.66vw, 40px) clamp(36px, 3vw, 45px) clamp(32px, 2.66vw, 40px) clamp(32px, 2.66vw, 40px);
    margin-top: clamp(20.8px, 1.73vw, 26px);
    width: 50%;
  }
}
.p-endoscopy-exam__detail--even {
  margin-left: auto;
}
.p-endoscopy-exam__detail__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  line-height: 1.33;
  letter-spacing: 0.05em;
  font-size: clamp(18px, 4.8vw, 24.4px);
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #2660ad;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__detail__title {
    font-size: clamp(16px, 1.33vw, 20px);
  }
}
.p-endoscopy-exam__detail__title__icon {
  width: 1.25em;
  margin-right: 0.25em;
}
.p-endoscopy-exam__detail__list {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__detail__list {
    font-size: clamp(12.8px, 1.06vw, 16px);
    justify-content: space-between;
  }
}
.p-endoscopy-exam__detail__list__item {
  width: 50%;
}
.p-endoscopy-exam__detail__list__item--accent {
  color: #2660ad;
  font-size: 0.875em;
  margin-right: 0.25em;
  position: relative;
  bottom: 0.1em;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__detail__list--01 .p-endoscopy-exam__detail__list__item:nth-child(1), .p-endoscopy-exam__detail__list--01 .p-endoscopy-exam__detail__list__item:nth-child(4), .p-endoscopy-exam__detail__list--01 .p-endoscopy-exam__detail__list__item:nth-child(7) {
    width: 42%;
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__detail__list--01 .p-endoscopy-exam__detail__list__item:nth-child(2), .p-endoscopy-exam__detail__list--01 .p-endoscopy-exam__detail__list__item:nth-child(5) {
    width: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__detail__list--01 .p-endoscopy-exam__detail__list__item:nth-child(3), .p-endoscopy-exam__detail__list--01 .p-endoscopy-exam__detail__list__item:nth-child(6) {
    width: 23%;
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__detail__list--02 .p-endoscopy-exam__detail__list__item:nth-child(1), .p-endoscopy-exam__detail__list--02 .p-endoscopy-exam__detail__list__item:nth-child(3), .p-endoscopy-exam__detail__list--02 .p-endoscopy-exam__detail__list__item:nth-child(5) {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__detail__list--02 .p-endoscopy-exam__detail__list__item:nth-child(2), .p-endoscopy-exam__detail__list--02 .p-endoscopy-exam__detail__list__item:nth-child(4), .p-endoscopy-exam__detail__list--02 .p-endoscopy-exam__detail__list__item:nth-child(6) {
    width: 60%;
  }
}
.p-endoscopy-exam__space {
  position: relative;
  padding-top: clamp(50px, 13.33vw, 67.9px);
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-exam__space {
    padding: 0;
  }
}

.p-endoscopy-flow {
  position: relative;
  padding: clamp(80px, 21.33vw, 108.6px) 0 0 0;
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-flow {
    padding: clamp(108px, 9vw, 135px) 0 clamp(140px, 11.66vw, 175px) 0;
  }
}
.p-endoscopy-flow__list__item {
  background-color: #ffffff;
  border-radius: clamp(16px, 4.26vw, 21.7px);
  padding: clamp(40px, 10.66vw, 54.3px) clamp(24px, 6.4vw, 32.6px) clamp(32px, 8.53vw, 43.4px) clamp(24px, 6.4vw, 32.6px);
  margin-bottom: clamp(80px, 21.33vw, 108.6px);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-flow__list__item {
    border-radius: clamp(15.2px, 1.26vw, 19px);
    padding: clamp(38.4px, 3.2vw, 48px);
    margin-bottom: clamp(67.2px, 5.6vw, 96px);
    display: flex;
    align-items: center;
  }
}
.p-endoscopy-flow__list__item:before {
  content: "";
  background-color: #8dc556;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: clamp(40px, 10.66vw, 54.3px);
  height: clamp(32px, 8.53vw, 43.4px);
  position: absolute;
  bottom: calc(clamp(60px, 16vw, 81.4px) * -1);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-flow__list__item:before {
    width: clamp(32px, 2.66vw, 40px);
    height: clamp(25.6px, 2.13vw, 32px);
    left: clamp(62.4px, 5.2vw, 78px);
    bottom: calc(clamp(48px, 4vw, 60px) * -1);
    right: auto;
  }
}
.p-endoscopy-flow__list__item:last-child:before {
  display: none;
}
.p-endoscopy-flow__num {
  width: clamp(67.2px, 17.92vw, 91.2px);
  background-color: #38a1db;
  border-radius: clamp(8px, 2.13vw, 10.9px);
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-flow__num {
    width: clamp(76.8px, 6.4vw, 96px);
    border-radius: 8px;
    margin: 0;
  }
}
.p-endoscopy-flow__content {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-flow__content {
    width: calc(100% - clamp(76.8px, 6.4vw, 96px));
    padding-left: clamp(25.6px, 2.13vw, 32px);
  }
}
.p-endoscopy-flow__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2660ad;
  text-align: center;
  line-height: 1;
  font-size: clamp(20px, 5.33vw, 27.1px);
  padding: 1.25em 0 0.75em 0;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-flow__title {
    text-align: left;
    font-size: clamp(16.8px, 1.4vw, 24px);
    padding: 0 0 0.5em 0;
  }
}
.p-endoscopy-flow__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-flow__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-endoscopy-flow__img {
  width: 90%;
  margin: clamp(24px, 6.4vw, 32.6px) auto 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-flow__img {
    width: 30%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin: 0;
    position: absolute;
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-flow__img--01 {
    left: 55%;
    top: calc(clamp(16px, 1.33vw, 20px) * -1);
  }
}
@media screen and (min-width: 1536px) {
  .p-endoscopy-flow__img--01 {
    left: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-flow__img--03 {
    right: 0;
    bottom: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-flow__img--04 {
    left: 55%;
    bottom: calc(clamp(16px, 1.33vw, 20px) * -1);
  }
}
@media screen and (min-width: 1536px) {
  .p-endoscopy-flow__img--04 {
    left: 50%;
  }
}

.p-endoscopy-appointment {
  position: relative;
  padding: clamp(80px, 21.33vw, 108.6px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-appointment {
    padding: clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-endoscopy-appointment__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: 2em 0 1em 0;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-appointment__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding: 1.5em 0 clamp(48px, 4vw, 60px) 0;
  }
}

.p-endoscopy-faq {
  position: relative;
  padding: clamp(80px, 21.33vw, 108.6px) 0 clamp(34px, 9.06vw, 46.1px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-faq {
    padding: clamp(112px, 9.33vw, 140px) 0 clamp(89.6px, 7.46vw, 112px) 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-faq__list {
    width: 80%;
    margin: 0 auto;
  }
}
.p-endoscopy-faq__list__item {
  background-color: #ffffff;
  border-radius: clamp(16px, 4.26vw, 21.7px);
  padding: clamp(32px, 8.53vw, 43.4px) clamp(24px, 6.4vw, 32.6px);
  margin-bottom: clamp(46px, 12.26vw, 62.4px);
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-faq__list__item {
    border-radius: clamp(12.8px, 1.06vw, 16px);
    padding: clamp(38.4px, 3.2vw, 48px);
    margin-bottom: clamp(25.6px, 2.13vw, 32px);
  }
}
.p-endoscopy-faq__inner {
  display: flex;
  align-items: flex-start;
}
.p-endoscopy-faq__inner__left {
  width: clamp(38px, 10.13vw, 51.6px);
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-faq__inner__left {
    width: clamp(40px, 3.33vw, 50px);
  }
}
.p-endoscopy-faq__inner__right {
  width: calc(100% - clamp(38px, 10.13vw, 51.6px));
  padding-left: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-faq__inner__right {
    width: calc(100% - clamp(40px, 3.33vw, 50px));
    padding-left: clamp(16.8px, 1.4vw, 24px);
  }
}
.p-endoscopy-faq__inner + .p-endoscopy-faq__inner {
  padding-top: clamp(18px, 4.8vw, 24.4px);
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-faq__inner + .p-endoscopy-faq__inner {
    padding-top: clamp(17.6px, 1.46vw, 22px);
  }
}
.p-endoscopy-faq__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.6;
  font-size: clamp(18px, 4.8vw, 24.4px);
  padding-top: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-endoscopy-faq__title {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-faq__title {
    line-height: 1.44;
    font-size: clamp(16px, 1.33vw, 20px);
    padding-top: 0.4em;
  }
}
.p-endoscopy-faq__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 768px) {
  .p-endoscopy-faq__text {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1024px) {
  .p-endoscopy-faq__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}

/* Foundation */
.p-privacypolicy {
  position: relative;
  padding: clamp(95px, 25.33vw, 128.9px) 0 clamp(80px, 21.33vw, 108.6px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy {
    padding: clamp(120px, 10vw, 150px) 0 clamp(112px, 9.33vw, 140px) 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-privacypolicy {
    width: 65%;
    margin: 0 auto;
  }
}
.p-privacypolicy__title {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: clamp(20px, 5.33vw, 27.1px);
  padding-bottom: 1.25em;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy__title {
    text-align: left;
    font-size: clamp(19.6px, 1.63vw, 28px);
    padding-bottom: 1.5em;
  }
}
.p-privacypolicy__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-privacypolicy__list {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: clamp(32px, 8.53vw, 43.4px) 0;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy__list {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding: clamp(22.4px, 1.86vw, 28px) 0 clamp(27.2px, 2.26vw, 34px) 0;
  }
}
.p-privacypolicy__list__item {
  position: relative;
  text-indent: -1.3em;
  margin-left: 1.3em;
}
.p-privacypolicy__list__item--accent {
  color: #2660ad;
  line-height: 1;
  font-size: 0.875em;
  padding-right: 0.5em;
}
.p-privacypolicy__list__link {
  color: #3c3c3c;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy__list__link {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.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: flex;
  flex-wrap: wrap;
  position: relative;
  padding: clamp(100px, 26.66vw, 135.7px) 0 clamp(70px, 18.66vw, 95px) 0;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog {
    padding: clamp(112px, 9.33vw, 140px) 0 clamp(115.2px, 9.6vw, 144px) 0;
  }
}
.p-wp-blog__main {
  width: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__main {
    width: 70%;
    padding-right: clamp(51.2px, 4.26vw, 64px);
  }
}
.p-wp-blog__side {
  width: 100%;
  padding-top: clamp(56px, 14.93vw, 76px);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side {
    width: 30%;
    padding-top: 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-wp-blog__side {
    padding-left: 3%;
  }
}
.p-wp-blog__post {
  border-bottom: 1px solid #9d9d9d;
  padding: clamp(22px, 5.86vw, 29.9px) 0;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post {
    padding: clamp(25.6px, 2.13vw, 32px) 0;
  }
}
.p-wp-blog__post__link {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__link {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    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: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 3.73vw, 19px);
  display: flex;
  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: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  line-height: 1;
  font-size: clamp(14px, 3.73vw, 19px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__date {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-wp-blog__post__cat__list {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: clamp(12px, 3.2vw, 16.3px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__cat__list {
    font-size: clamp(10.4px, 0.86vw, 13px);
  }
}
.p-wp-blog__post__cat__list__item {
  color: #ffffff;
  text-align: center;
  background-color: #2660ad;
  border-radius: 4px;
  padding: 0.25em 1.5em;
}
.p-wp-blog__post__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-size: clamp(18px, 4.8vw, 24.4px);
  padding: 0.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__title {
    font-size: clamp(16.8px, 1.4vw, 24px);
  }
}
.p-wp-blog__side__list {
  position: relative;
  background-color: #ffffff;
  padding: clamp(20px, 5.33vw, 27.1px) clamp(20px, 5.33vw, 27.1px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list {
    padding: clamp(19.2px, 1.6vw, 24px) clamp(12.8px, 1.06vw, 16px);
  }
}
.p-wp-blog__side__list h2 {
  position: relative;
  border-bottom: 1px solid #2660ad;
  padding: 0.75em 0;
  margin-bottom: 1.5px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list h2 {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-wp-blog__side__list ul {
  padding: 0 0 3em 0;
  position: relative;
}
.p-wp-blog__side__list ul.children {
  padding: 0 0 0 1em;
}
.p-wp-blog__side__list a {
  display: block;
  padding: 0.5em 0.2em;
  line-height: 1.6;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  letter-spacing: 0.05em;
  font-size: clamp(14px, 3.73vw, 19px);
  border-bottom: 1px solid #9d9d9d;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list a {
    font-size: clamp(12.8px, 1.06vw, 16px);
    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: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(12px, 3.2vw, 16.3px);
  position: absolute;
  top: 1em;
  left: 0;
  -webkit-user-select: none;
     -moz-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(11.2px, 0.93vw, 14px);
  }
}
.p-wp-blog__side__list .recent-posts-widget-with-thumbnails li {
  position: relative;
  margin: 0;
}
.p-wp-blog__side__list .recent-posts-widget-with-thumbnails a {
  padding: clamp(12px, 3.2vw, 16.3px) 0;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #9d9d9d;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list .recent-posts-widget-with-thumbnails a {
    padding: clamp(12.8px, 1.06vw, 16px) 0;
  }
}
.p-wp-blog__side__list .recent-posts-widget-with-thumbnails a::after {
  content: "お知らせ";
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(10px, 2.66vw, 13.6px);
  background-color: #2660ad;
  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(9.6px, 0.8vw, 11.38px);
    top: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-wp-blog__side__list .recent-posts-widget-with-thumbnails .rpwwt-post-title {
  padding-top: 3.25em;
  width: 62%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1536px) {
  .p-wp-blog__side__list .recent-posts-widget-with-thumbnails .rpwwt-post-title {
    padding-top: 2.75em;
  }
}
.p-wp-blog__side__list .recent-posts-widget-with-thumbnails .rpwwt-post-date {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(12px, 3.2vw, 16.3px);
  position: absolute;
  top: 3.25em;
  left: 38%;
  -webkit-user-select: none;
     -moz-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(11.2px, 0.93vw, 14px);
  }
}
@media screen and (min-width: 1536px) {
  .p-wp-blog__side__list .recent-posts-widget-with-thumbnails .rpwwt-post-date {
    top: 2.75em;
  }
}
.p-wp-blog__side__list #rpwwt-recent-posts-widget-with-thumbnails-2 img {
  margin: 0;
  width: 35%;
  max-width: none;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list #rpwwt-recent-posts-widget-with-thumbnails-2 img {
    max-width: 92px;
  }
}
.p-wp-blog .pagination {
  margin: 2rem 0 0;
}
.p-wp-blog .pagination .nav-links {
  display: flex;
  justify-content: center;
}
.p-wp-blog .pagination .page-numbers {
  display: inline-block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-right: 0.5em;
  padding: 1em 1.25em;
  color: #3c3c3c;
  border-radius: 3px;
  box-shadow: 0 3px 3px #2660ad;
  background: #ffffff;
}
.p-wp-blog .pagination .current {
  padding: 1em 1.25em;
  background: #2660ad;
  color: #ffffff;
}
.p-wp-blog .pagination .prev,
.p-wp-blog .pagination .next {
  background: transparent;
  box-shadow: none;
  color: #3c3c3c;
}
.p-wp-blog .pagination .dots {
  background: transparent;
  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: flex;
  align-items: center;
  gap: 1em;
}
.p-wp-blog__single__date {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.6;
  font-size: clamp(14px, 3.73vw, 19px);
  padding-top: 0.075em;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__date {
    line-height: 1.6;
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-wp-blog__single__cat__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: clamp(12px, 3.2vw, 16.3px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__cat__list {
    font-size: clamp(10.4px, 0.86vw, 13px);
  }
}
.p-wp-blog__single__cat__item {
  background-color: #2660ad;
  border-radius: 4px;
  min-width: 6.5em;
  color: #ffffff;
  text-align: center;
  padding: 0.25em 1.5em;
  display: inline-block;
}
.p-wp-blog__single__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: clamp(18px, 4.8vw, 24.4px);
  border-bottom: 2px solid #2660ad;
  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(16.8px, 1.4vw, 24px);
  }
}
.p-wp-blog__single__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-wp-blog__single__text h3 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2660ad;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__text h3 {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-wp-blog__single__text p {
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-bottom: 2em;
}
.p-wp-blog__single__text img {
  display: inline-block;
  width: auto;
}/*# sourceMappingURL=style.css.map */