@charset "UTF-8";
/* 診療内容 */
/* 検診 */
/* 血液透析 */
/* 訪問診療 */
.u_mb-30 {
  margin-bottom: 3rem;
}

.u_mb-35 {
  margin-bottom: 3.5rem;
}

.u_mt-231 {
  margin-top: 23.1rem;
}

.u_mb-270 {
  margin-bottom: 27rem;
}

.u_mr-30 {
  margin-right: 3rem;
}

.u_mr-54 {
  margin-right: 5.4rem;
}

.u_pt-196 {
  padding-top: 19.6rem;
}

.u_pb-104 {
  padding-bottom: 10.4rem;
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-size: 62.5%;
}

@media screen and (min-width: 901px) and (max-width: 1365px) {
  html {
    font-size: 0.625vw;
  }
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  display: inline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

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

/* reset.css end */
/* base.css start */
/* common */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-x: hidden;
}

main {
  overflow-x: hidden;
}

.bg-b {
  background: #79ADD9;
}

.bg-lb {
  background: #e7f0fa;
}

.bg-visit {
  background-color: #dfebf5;
}

.bg-dialysis {
  background-color: #e3f4f7;
}

.txt-blue {
  color: #79ADD9;
}

h3 {
  font-size: 3.2rem;
  line-height: 4.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 900px) {
  h3 {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
  }
}

.p-ttl--blue {
  color: #79ADD9;
}

.p-txt--blue {
  color: #79ADD9;
}

img.w100 {
  max-width: 100%;
  height: auto;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 900px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 900px) {
  .sp-hidden {
    display: none;
  }
}

/* header */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
}
.header__wrapper {
  max-width: 128.6rem;
  width: 90%;
  margin: 2.8rem auto 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .header__wrapper {
    max-width: 91.3333333333vw;
    width: 100%;
    margin-top: 3.6vw;
    margin-bottom: 3.6vw;
  }
}
.header__wrapper .logo {
  position: relative;
  z-index: 60;
}
.header__wrapper .logo img {
  max-width: 31rem;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .header__wrapper .logo img {
    max-width: 40vw;
    height: 8.1333333333vw;
  }
}

li.link-item--nolink > a {
  pointer-events: none;
}

.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
.header-list--bottom .menu-item a {
  display: block;
}
.header-list .menu-item {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3.3rem;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-list .menu-item:hover {
  color: #79ADD9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-list .menu-item:hover .sub-menu_wrapper .sub-menu, .header-list .menu-item:hover .sub-menu_wrapper:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.header-list .menu-item:hover .sub-menu_wrapper {
  pointer-events: visible;
}
.header-list .menu-item .sub-menu {
  position: absolute;
  max-width: 131.8rem;
  width: 100%;
  border-radius: 2.1rem;
  -webkit-box-shadow: 10.84px 10.84px 21.68px rgba(33, 24, 21, 0.15);
          box-shadow: 10.84px 10.84px 21.68px rgba(33, 24, 21, 0.15);
  background-color: rgba(255, 255, 255, 0.8);
  margin: auto;
  top: 1.3rem;
  left: 0;
  right: 0;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  z-index: 75;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.header-list .menu-item .sub-menu_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 2.3rem;
  width: 100%;
  pointer-events: none;
  z-index: 80;
}
.header-list .menu-item .sub-menu::before {
  content: "診療内容";
  display: block;
  width: 100%;
  font-size: 2.5rem;
  letter-spacing: 0.6em;
  color: #79ADD9;
  font-weight: bold;
  text-align: center;
}
.header-list .menu-item .sub-menu .menu-item {
  width: 11.8rem;
  height: 11.8rem;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.13em;
  line-height: 2.6rem;
  text-align: center;
  -webkit-box-shadow: 0 10px 15px rgba(20, 25, 13, 0.3);
          box-shadow: 0 10px 15px rgba(20, 25, 13, 0.3);
}
.header-list .menu-item .sub-menu .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border-radius: 50%;
}
.header-list .menu-item .sub-menu .menu-item--treatment {
  background-color: #f1f7fb;
  color: #79ADD9;
}
.header-list .menu-item .sub-menu .menu-item--treatment a:hover {
  color: #fff;
  background-color: #79add9;
}
.header-list .menu-item .sub-menu .menu-item--dialysis {
  background-color: #ecf8f9;
  color: #41B6C9;
}
.header-list .menu-item .sub-menu .menu-item--dialysis a:hover {
  color: #fff;
  background-color: #41B6C9;
}
.header-list .menu-item .sub-menu .menu-item--visit {
  background-color: #e9f1f8;
  color: #2778BE;
}
.header-list .menu-item .sub-menu .menu-item--visit a:hover {
  color: #fff;
  background-color: #2778BE;
}
.header-list .menu-item.menu-item--reserve {
  position: relative;
  background-color: #79ADD9;
  letter-spacing: 0.175em;
  color: #fff;
  border-radius: 1.8rem;
  -webkit-box-shadow: 0 5px 0 #579ed9;
          box-shadow: 0 5px 0 #579ed9;
  height: 3.3rem;
}
.header-list .menu-item.menu-item--reserve:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: 0 0 0 #579ed9;
          box-shadow: 0 0 0 #579ed9;
}
.header-list .menu-item.menu-item--reserve a {
  line-height: 3.3rem;
  width: 100%;
  height: 100%;
  padding: 0 1.2rem 0 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-list .menu-item.menu-item--reserve a:hover {
  color: #fff;
}
.header-list .menu-item.menu-item--reserve::before {
  content: "";
  position: absolute;
  left: 1.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/i-calender.svg) no-repeat center/contain;
  width: 1.9rem;
  height: 2.1rem;
}
.header-list .menu-item.menu-item--tel {
  position: relative;
  color: #79ADD9;
  font-size: 2.7rem;
  line-height: 3.3rem;
  letter-spacing: 0.05em;
  padding-left: 3.9rem;
  margin-right: 4.3rem;
}
.header-list .menu-item.menu-item--tel::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/common/i-tel.svg) no-repeat center/1.3rem 1.7rem;
  width: 3.3rem;
  height: 3.3rem;
  border: 0.54px solid #84b6dd;
  border-radius: 5rem;
}
.header-list.header-list--top {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 4.3rem;
  margin-bottom: 1.5rem;
}
.header-list.header-list--top .menu-item {
  font-size: 1.6rem;
}
.header-list.header-list--top .menu-item--blue {
  color: #79ADD9;
}
.header-list.header-list--top .menu-item:last-child {
  margin-right: 0;
}

/* ハンバーガーメニュー */
/* チェックボックスを非表示 */
.drawer-hidden {
  display: none;
}

/* ハンバーガーアイコン外枠 */
.drawer-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6.8vw;
  width: 10.4vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 4.2666666667vw;
  right: 5.8666666667vw;
  border-radius: 0.533vw;
  z-index: 100;
}

/* 初期状態のアイコン(menu) */
.drawer-open span {
  position: absolute;
  width: 10.4vw;
  background-color: #79ADD9;
  height: 0.5333333333vw;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.drawer-open span:nth-child(1) {
  top: 0;
}

.drawer-open span:nth-child(3) {
  bottom: 0;
}

#drawer-check:checked ~ .drawer-open span:nth-of-type(1) {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  top: 3.0666666667vw;
}

#drawer-check:checked ~ .drawer-open span:nth-of-type(2) {
  opacity: 0;
}

#drawer-check:checked ~ .drawer-open span:nth-of-type(3) {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  top: 3.0666666667vw;
}

/* メニュー(非表示中)*/
.drawer-content {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 50;
  color: #79ADD9;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0;
  padding-top: 26.6666666667vw;
  padding-bottom: 21.3333333333vw;
  text-align: center;
  font-weight: 500;
  overflow: scroll;
}
.drawer-content .head_telbox {
  max-width: 83.3333333333vw;
  margin: auto auto 12.1333333333vw;
  width: 100%;
  border: 1.3333333333vw solid #79ADD9;
  border-radius: 5.0666666667vw;
}
.drawer-content .head_telbox .telbox-inner {
  max-width: 67.4666666667vw;
  width: 100%;
  margin: auto;
  padding: 7.6vw 0;
}
.drawer-content .head_telbox .telbox-inner dl dt {
  font-size: 23px;
  font-size: 3.0666666667vw;
  padding-bottom: 1.6vw;
  color: #211815;
  border-bottom: 1px solid #211815;
  margin-bottom: 4.6666666667vw;
}
.drawer-content .head_telbox .telbox-inner dl:first-child dd {
  position: relative;
  font-size: 63px;
  font-size: 8.4vw;
  font-weight: bold;
}
.drawer-content .head_telbox .telbox-inner dl:first-child dd a {
  padding-left: 9.8666666667vw;
}
.drawer-content .head_telbox .telbox-inner dl:first-child dd::before {
  content: attr(data-title);
  font-size: 24px;
  font-size: 3.2vw;
  letter-spacing: 0.05em;
  display: block;
  width: 100%;
  margin-bottom: 2vw;
}
.drawer-content .head_telbox .telbox-inner dl:first-child dd:nth-child(2) {
  margin-bottom: 4.8vw;
}
.drawer-content .head_telbox .telbox-inner dl:first-child dd:nth-child(2)::before {
  color: #79ADD9;
}
.drawer-content .head_telbox .telbox-inner dl:first-child dd:nth-child(2) a::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #79ADD9;
  width: 9.8666666667vw;
  height: 9.8666666667vw;
  border-radius: 50%;
  background-image: url(../images/common/i-tel-w.svg);
  background-size: 4vw 5.0666666667vw;
  background-repeat: no-repeat;
  background-position: center;
}
.drawer-content .head_telbox .telbox-inner dl:first-child dd:nth-child(3) {
  margin-bottom: 6vw;
  color: #41B6C9;
}
.drawer-content .head_telbox .telbox-inner dl:first-child dd:nth-child(3)::before {
  color: #41B6C9;
}
.drawer-content .head_telbox .telbox-inner dl:first-child dd:nth-child(3) a::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #41B6C9;
  width: 9.8666666667vw;
  height: 9.8666666667vw;
  border-radius: 50%;
  background-image: url(../images/common/i-tel-w.svg);
  background-size: 4vw 5.0666666667vw;
  background-repeat: no-repeat;
  background-position: center;
}
.drawer-content .head_telbox .telbox-inner dl .reserve-btn {
  color: #fff;
  font-size: 33px;
  font-size: 4.4vw;
  background-color: #79ADD9;
  border-radius: 6.5333333333vw;
  font-weight: bold;
  position: relative;
  letter-spacing: 5px;
}
.drawer-content .head_telbox .telbox-inner dl .reserve-btn::after {
  content: "";
  background: url(../images/common/arrow-light.svg) no-repeat center/contain;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(129deg) brightness(106%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(129deg) brightness(106%) contrast(101%);
  width: 2vw;
  height: 4vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .drawer-content .head_telbox .telbox-inner dl .reserve-btn::after {
    width: 1.6vw;
    height: 3.0666666667vw;
  }
}
.drawer-content .head_telbox .telbox-inner dl .reserve-btn a {
  height: 11.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}
.drawer-content .conv-area {
  max-width: 83.3333333333vw;
  width: 100%;
  margin: auto;
}
.drawer-content .conv-area .btn__list .list-item {
  width: 100%;
  font-size: 42px;
  font-size: 5.6vw;
  -webkit-box-shadow: 0px 0px 11px rgba(35, 24, 21, 0.2);
          box-shadow: 0px 0px 11px rgba(35, 24, 21, 0.2);
  position: relative;
  letter-spacing: 5px;
  border-radius: 3.0666666667vw;
}
.drawer-content .conv-area .btn__list .list-item:first-child {
  margin-bottom: 11.3333333333vw;
}
.drawer-content .conv-area .btn__list .list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 16.4vw;
  color: #211815;
  border-radius: 3.0666666667vw;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  right: 0;
  text-align: center;
  width: 100vw;
}

/* メニューの装飾 */
.global-navi {
  width: 100%;
}

.drawer-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: 15.4666666667vw;
}
.drawer-list .menu-item-has-children {
  position: relative;
  height: auto;
}

.drawer-list li {
  font-size: 52px;
  font-size: 6.9333333333vw;
  font-weight: bold;
  color: #79ADD9;
  width: 100%;
  line-height: 8.2666666667vw;
  position: relative;
  margin-bottom: 4vw;
  letter-spacing: 0.9333333333vw;
}

.drawer-list li a {
  display: block;
  width: 100%;
  padding: 0 0 6.6666666667vw;
}

/*
.drawer-list .menu-item-has-children > a {
  position: relative;
}

.drawer-list .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 0;
  margin: auto;
  width: g.vw(30);
  height: g.vw(30);
  background-color: transparent;
  border-right: 4px solid g.$main-blue;
  border-bottom: 4px solid g.$main-blue;
  transform: rotate(45deg);
  transition: transform 0.6s;
}
*/
.drawer-list .menu-item-has-children .sub-menu {
  /* 下層メニューのスタイル */
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 背景色 */
  visibility: hidden;
  /* 下層メニューを非表示 */
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  height: 0;
}

.drawer-list .menu-item-has-children.active .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 4.5rem;
  left: -2rem;
  height: auto;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.drawer-list .menu-item-has-children.active > a::after {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* header */
/* 夜間透析はじまりました */
.fixbanner {
  position: fixed;
  opacity: 0;
  max-width: 67.9rem;
  color: #fff;
  background-color: #41B6C9;
  border-radius: 2.5rem;
  width: 100%;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
  z-index: 90;
  -webkit-box-shadow: 0 5px 0 #00afc9;
          box-shadow: 0 5px 0 #00afc9;
  -webkit-transition: -webkit-box-shadow 0.6s, -webkit-transform 0.6s;
  transition: -webkit-box-shadow 0.6s, -webkit-transform 0.6s;
  transition: box-shadow 0.6s, transform 0.6s;
  transition: box-shadow 0.6s, transform 0.6s, -webkit-box-shadow 0.6s, -webkit-transform 0.6s;
}
.fixbanner:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: 0 0 0 #00afc9;
          box-shadow: 0 0 0 #00afc9;
}
.fixbanner .fixtxt {
  position: relative;
  font-size: 4rem;
  letter-spacing: 0.255em;
  padding-left: 7rem;
  height: 11.4rem;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.fixbanner .fixtxt::before {
  content: "";
  position: absolute;
  background: url(../images/common/i-moon.svg) no-repeat center/contain;
  width: 4.1rem;
  height: 4.3rem;
  left: 3.6rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .fixbanner {
    max-width: 76.9333333333vw;
    border-radius: 2.8vw;
    -webkit-filter: drop-shadow(0px 0px 1.6vw rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0px 0px 1.6vw rgba(0, 0, 0, 0.15));
  }
  .fixbanner .fixtxt {
    font-size: 34px;
    font-size: 4.5333333333vw;
    padding-left: 11.3333333333vw;
    height: 12.8vw;
    border-radius: 2.8vw;
  }
  .fixbanner .fixtxt::before {
    width: 4.5333333333vw;
    height: 4.8vw;
    left: 4.1333333333vw;
  }
}

/* 夜間透析はじまりました */
/* footer */
footer {
  overflow: hidden;
}
footer .footer__top {
  width: 100vw;
  margin: auto calc(50% - 50vw);
}
footer .footer__top .footer__inner {
  max-width: 117.9rem;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 7.5rem 0 9.5rem;
}
@media screen and (max-width: 900px) {
  footer .footer__top .footer__inner {
    display: block;
    max-width: 76.9333333333vw;
    width: 100%;
    padding-top: 7.7333333333vw;
    padding-bottom: 11.7333333333vw;
  }
}
footer .footer__top .footer__inner .footer__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 2.2rem;
}
footer .footer__top .footer__inner .footer__item .content-wrap--bg-w {
  background: #fff;
  border-radius: 2rem;
  max-height: 47.5rem;
}
@media screen and (max-width: 900px) {
  footer .footer__top .footer__inner .footer__item .content-wrap--bg-w {
    max-height: 100%;
    border-radius: 2.6666666667vw;
  }
}
footer .footer__top .footer__inner .footer__item .content-wrap--bg-w.content-wrap--map {
  padding: 3.6rem 5.2rem;
}
@media screen and (max-width: 900px) {
  footer .footer__top .footer__inner .footer__item .content-wrap--bg-w.content-wrap--map {
    padding: 4.9333333333vw 6.9333333333vw 4.1333333333vw 6.4vw;
  }
}
footer .footer__top .footer__inner .footer__item h3 {
  margin-bottom: 8px;
  letter-spacing: 0.3em;
}
footer .footer__top .footer__inner .footer__item iframe {
  border-radius: 2rem;
}
@media screen and (max-width: 900px) {
  footer .footer__top .footer__inner .footer__item iframe {
    border-radius: 2.6666666667vw;
  }
}
footer .footer__top .footer__inner .footer__item.footer__item--left {
  margin-right: 9.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  footer .footer__top .footer__inner .footer__item.footer__item--left {
    margin-right: auto;
    margin-bottom: 0;
  }
}
footer .footer__top .footer__inner .footer__item small {
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.12em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 900px) {
  footer .footer__top .footer__inner .footer__item small {
    font-size: 18px;
    font-size: 2.4vw;
    margin-top: 0;
  }
}

.timetable {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3.4rem;
  border-collapse: collapse;
  color: #79ADD9;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .timetable {
    font-size: 19px;
    font-size: 2.5333333333vw;
    line-height: 5.8666666667vw;
  }
}
.timetable.timetable--dialysis {
  color: #41B6C9;
}
.timetable.timetable--dialysis .title {
  background: #41B6C9;
  color: #fff;
  border-bottom: none;
}
.timetable.timetable--dialysis th,
.timetable.timetable--dialysis td {
  border-bottom: 1px solid #41B6C9;
}
.timetable:first-child {
  margin-bottom: 2.2rem;
}
.timetable tr:nth-child(2) {
  color: #211815;
}
.timetable th,
.timetable td {
  border-bottom: 1px solid #79ADD9;
}
.timetable th {
  width: 30%;
  color: #211815;
}
.timetable .title {
  text-align: center;
  background: #79ADD9;
  border-radius: 1.2rem;
  color: #fff;
  width: 90%;
  margin: auto;
  line-height: 2.4rem;
  border-bottom: none;
}
@media screen and (max-width: 900px) {
  .timetable .title {
    line-height: 4vw;
  }
}
.timetable .kome {
  font-size: 1rem;
  font-weight: bold;
  border: none;
}
@media screen and (max-width: 900px) {
  .timetable .kome {
    font-size: 10px;
    font-size: 1.3333333333vw;
    white-space: nowrap;
  }
}
.timetable .two-line {
  line-height: 2.2rem;
  border: none;
}
@media screen and (max-width: 900px) {
  .timetable .two-line {
    line-height: 4vw;
  }
}
.timetable .border-none th,
.timetable .border-none td {
  border: none;
}
@media screen and (max-width: 900px) {
  .timetable .border-none th,
  .timetable .border-none td {
    line-height: 4vw;
  }
}

.attention {
  margin-top: 1rem;
}
@media screen and (max-width: 900px) {
  .attention {
    margin-top: 1.0666666667vw;
  }
}
.attention .attention-list {
  font-weight: bold;
  font-size: 10px;
  line-height: 1.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  .attention .attention-list {
    font-size: 10px;
    font-size: 1.3333333333vw;
    line-height: 2vw;
  }
}
.attention .attention-list .list-item {
  margin-bottom: 0;
  line-height: 2rem;
}
@media screen and (max-width: 900px) {
  .attention .attention-list .list-item {
    font-size: 10px;
    font-size: 1.3333333333vw;
    line-height: 2vw;
  }
}
@media screen and (max-width: 900px) {
  .attention .attention-list .list-item:last-child {
    font-size: 10px;
    font-size: 1.3333333333vw;
    line-height: 1.6vw;
  }
}
.attention p {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.conv-area {
  width: 100%;
}
.conv-area .content-wrap--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .conv-area .content-wrap--flex {
    display: block;
  }
}
.conv-area .conv-item {
  background-color: #fff;
  border-radius: 2rem;
  font-weight: bold;
  padding: 1.2rem 2.3rem 1.5rem 2.7rem;
}
.conv-area .conv-item:first-child {
  margin-right: 3.2rem;
}
@media screen and (max-width: 900px) {
  .conv-area .conv-item:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .conv-area .conv-item {
    border-radius: 4vw;
    margin-bottom: 2.6666666667vw;
    padding-left: 5.6vw;
    padding-top: 3.3333333333vw;
    padding-right: 7.7333333333vw;
    padding-bottom: 3.7333333333vw;
  }
}
.conv-area .conv-item dt {
  text-align: center;
  color: #79ADD9;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  .conv-area .conv-item dt {
    font-size: 21px;
    font-size: 2.8vw;
    letter-spacing: 0.06em;
    margin-bottom: 3.4666666667vw;
  }
}
.conv-area .conv-item dd {
  position: relative;
  color: #79ADD9;
  font-size: 3.7rem;
  padding-left: 6rem;
}
@media screen and (max-width: 900px) {
  .conv-area .conv-item dd {
    font-size: 57px;
    font-size: 7.6vw;
    padding-left: 10.9333333333vw;
  }
}
.conv-area .conv-item dd::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../images/common/i-tel-w.svg);
  background-repeat: no-repeat;
  background-size: 1.8rem 2.3rem;
  background-color: #79ADD9;
  background-position: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 5rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .conv-area .conv-item dd::before {
    width: 8.8vw;
    height: 8.8vw;
    background-size: 3.4666666667vw 4.5333333333vw;
  }
}
.conv-area .conv-item--dialysis dt {
  color: #41B6C9;
}
.conv-area .conv-item--dialysis dd {
  color: #41B6C9;
}
.conv-area .conv-item--dialysis dd::before {
  background-color: #41B6C9;
}
.conv-area .reserve-btn {
  position: relative;
  color: #fff;
  background: #79ADD9;
  border-radius: 5rem;
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 8rem;
  -webkit-box-shadow: 0 5px 0 #579ed9;
          box-shadow: 0 5px 0 #579ed9;
  -webkit-transition: -webkit-box-shadow 0.6s, -webkit-transform 0.6s;
  transition: -webkit-box-shadow 0.6s, -webkit-transform 0.6s;
  transition: box-shadow 0.6s, transform 0.6s;
  transition: box-shadow 0.6s, transform 0.6s, -webkit-box-shadow 0.6s, -webkit-transform 0.6s;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .conv-area .reserve-btn {
    max-width: 45.8666666667vw;
    margin: auto;
    font-size: 25px;
    font-size: 3.3333333333vw;
    border-radius: 5.4666666667vw;
    line-height: 10.8vw;
  }
}
.conv-area .reserve-btn:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: 0 0 0 #579ed9;
          box-shadow: 0 0 0 #579ed9;
}
@media screen and (max-width: 900px) {
  .conv-area .reserve-btn:hover {
    translate: translateY(0.6666666667vw);
    -webkit-box-shadow: 0 0.6666666667vw 0 #579ed9;
            box-shadow: 0 0.6666666667vw 0 #579ed9;
  }
}
.conv-area .reserve-btn a {
  border: 1px solid #fff;
  display: block;
  padding: 0 6.1rem 0 3rem;
  border-radius: 5rem;
}
@media screen and (max-width: 900px) {
  .conv-area .reserve-btn a {
    padding: 0 3.7333333333vw 0 3.4666666667vw;
  }
}
.conv-area .reserve-btn a::before {
  content: "";
  position: absolute;
  background: url(../images/common/arrow-blue.svg) no-repeat center/contain;
  -webkit-filter: brightness(2);
          filter: brightness(2);
  width: 3.1rem;
  height: 2.3rem;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .conv-area .reserve-btn a::before {
    width: 4.2666666667vw;
    height: 3.3333333333vw;
    right: 4.2666666667vw;
  }
}

.footer__wrapper {
  max-width: 128.6rem;
  width: 90%;
  margin: auto;
}
.footer__wrapper .timetable {
  font-size: 1.7rem;
}
@media screen and (max-width: 900px) {
  .footer__wrapper .timetable {
    font-size: 16px;
    font-size: 2.1333333333vw;
  }
}
.footer__wrapper .timetable th,
.footer__wrapper .timetable td {
  line-height: 3.4rem;
}
@media screen and (max-width: 900px) {
  .footer__wrapper .timetable th,
  .footer__wrapper .timetable td {
    font-size: 16px;
    font-size: 2.1333333333vw;
    line-height: 4.5333333333vw;
  }
}
.footer__wrapper .timetable th.two-line {
  line-height: 2.4rem;
}
@media screen and (max-width: 900px) {
  .footer__wrapper .timetable th.two-line {
    line-height: 4vw;
  }
}
.footer__wrapper .timetable .title {
  line-height: 2.9rem;
}
@media screen and (max-width: 900px) {
  .footer__wrapper .timetable .title {
    line-height: 3.8666666667vw;
  }
}
.footer__wrapper .timetable .kome {
  line-height: 2rem;
  font-size: 1.1rem;
}
@media screen and (max-width: 900px) {
  .footer__wrapper .timetable .kome {
    line-height: 2vw;
    font-size: 11px;
    font-size: 1.4666666667vw;
  }
}

.footer__bottom {
  padding: 7.4rem 0 7.5rem;
  border-bottom: 0.87px solid #211815;
}
.footer__bottom .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 122.5rem;
  margin: 0 4% 12.5rem 17%;
}
.footer__bottom .footer-list .menu-item {
  font-size: 2.8rem;
  line-height: 4.5rem;
  color: #79ADD9;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer__bottom .footer-list .menu-item--f_title:last-child {
  margin-right: 0;
}
.footer__bottom .footer-list .menu-item--f_title:first-child {
  max-width: 39.9rem;
  width: 100%;
}
.footer__bottom .footer-list .menu-item.menu-item--p_treatment .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__bottom .footer-list .menu-item-has-children > a {
  display: block;
  margin-bottom: 1.1rem;
}
.footer__bottom .footer-list .sub-menu .menu-item {
  position: relative;
  font-size: 1.7rem;
  color: #211815;
  line-height: 1.7rem;
  margin-bottom: 1.7rem;
  letter-spacing: 0.12em;
}
.footer__bottom .footer-list .sub-menu .menu-item--mb0 {
  margin-bottom: 0;
}
.footer__bottom .footer-list .sub-menu .menu-item:last-child {
  margin-top: auto;
  margin-bottom: 0;
}
.footer__bottom .footer-list .sub-menu .menu-item::before {
  content: "●";
  color: #79ADD9;
}
.footer__bottom .footer-list .sub-menu .menu-item--treatment {
  margin-right: 5.5rem;
  max-width: 17.1rem;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer__bottom .footer-list .sub-menu .menu-item--treatment::before {
  color: #79ADD9;
}
.footer__bottom .footer-list .sub-menu .menu-item--treatment:first-child {
  padding-top: 4.7rem;
}
.footer__bottom .footer-list .sub-menu .menu-item--treatment:first-child::after {
  content: "外来診療";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #79add9;
  color: #fff;
  letter-spacing: 0.12em;
  border-radius: 5rem;
  display: block;
  text-align: center;
  padding: 0.6rem 0 0.8rem;
}
.footer__bottom .footer-list .sub-menu .menu-item--dialysis {
  padding-top: 3.8rem;
}
.footer__bottom .footer-list .sub-menu .menu-item--dialysis::before {
  color: #41B6C9;
}
.footer__bottom .footer-list .sub-menu .menu-item--dialysis::after {
  content: "血液透析センター";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #41B6C9;
  color: #fff;
  letter-spacing: 0.12em;
  border-radius: 5rem;
  display: block;
  text-align: center;
  padding: 0.6rem 0 0.8rem;
}
.footer__bottom .footer-list .sub-menu .menu-item--visit {
  padding-top: 4.4rem;
  margin-top: auto;
}
.footer__bottom .footer-list .sub-menu .menu-item--visit::before {
  color: #2778BE;
}
.footer__bottom .footer-list .sub-menu .menu-item--visit::after {
  content: "訪問診療";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #2778BE;
  color: #fff;
  letter-spacing: 0.12em;
  border-radius: 5rem;
  display: block;
  text-align: center;
  padding: 0.6rem 0 0.8rem;
}
.footer__bottom .btn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__bottom .btn__list .item-link {
  display: block;
  line-height: 5.8rem;
}
.footer__bottom .btn__list .list-item {
  max-width: 30rem;
  width: 100%;
  text-align: center;
  font-size: 2.3rem;
  margin-right: 4rem;
}
.footer__bottom .btn__list .list-item:last-child {
  margin-right: 0;
}
.footer__bottom .btn-cl {
  max-width: 33.3rem;
  margin: 5.2rem auto 0;
}
.footer__bottom .btn-cl__link {
  background: #e6eff9;
  color: #79add9;
  font-size: 1.7rem;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10rem;
  gap: 0.5rem;
  line-height: 1.25;
  padding: 0.75em 0;
}
.footer__bottom .btn-cl__link .-icon {
  display: block;
  width: 1.64em;
  height: 1.64em;
}

.google_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 47rem;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .google_map {
    padding-top: 63.3333333333vw;
  }
}
.google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 15rem);
  margin-top: -15rem;
}
@media screen and (max-width: 900px) {
  .google_map iframe {
    margin-top: -20vw;
    height: calc(100% + 20vw);
    border-radius: 2.6666666667vw;
  }
}

.copy {
  font-size: 1.7rem;
  line-height: 3.8rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .copy {
    font-size: 17px;
    font-size: 2.2666666667vw;
    line-height: 4.5333333333vw;
  }
}

/* footer */
/* コンテンツ */
.head-ttl {
  font-size: 5.5rem;
  letter-spacing: 0.41em;
  font-weight: bold;
  color: #79ADD9;
}
@media screen and (max-width: 900px) {
  .head-ttl {
    font-size: 55px;
    font-size: 7.3333333333vw;
  }
}

.con-description {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 900px) {
  .con-description {
    font-size: 23px;
    font-size: 3.0666666667vw;
  }
}

.btn {
  font-weight: bold;
}
.btn--blue {
  background-color: #79ADD9;
  color: #fff;
  -webkit-box-shadow: 0 3px 0 #579ed9;
          box-shadow: 0 3px 0 #579ed9;
  -webkit-transition: -webkit-box-shadow 0.6s, -webkit-transform 0.6s;
  transition: -webkit-box-shadow 0.6s, -webkit-transform 0.6s;
  transition: box-shadow 0.6s, transform 0.6s;
  transition: box-shadow 0.6s, transform 0.6s, -webkit-box-shadow 0.6s, -webkit-transform 0.6s;
}
@media screen and (max-width: 900px) {
  .btn--blue {
    -webkit-box-shadow: 0 0.6666666667vw 0 #579ed9;
            box-shadow: 0 0.6666666667vw 0 #579ed9;
  }
}
.btn--blue:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 0 0 #579ed9;
          box-shadow: 0 0 0 #579ed9;
}
@media screen and (max-width: 900px) {
  .btn--blue:hover {
    translate: translateY(0.6666666667vw);
    -webkit-box-shadow: 0 0.6666666667vw 0 #579ed9;
            box-shadow: 0 0.6666666667vw 0 #579ed9;
  }
}
.btn--circle {
  border-radius: 5rem;
}
@media screen and (max-width: 900px) {
  .btn--circle {
    border-radius: 3.7333333333vw;
  }
}
.btn-border_black .item-link {
  border-radius: 1.5rem;
  border: 0.8px solid #211815;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(35, 24, 21, 0.2));
          filter: drop-shadow(0px 0px 5px rgba(35, 24, 21, 0.2));
  background-color: #fff;
  -webkit-transition: -webkit-filter 0.6s;
  transition: -webkit-filter 0.6s;
  transition: filter 0.6s;
  transition: filter 0.6s, -webkit-filter 0.6s;
}
.btn-border_black .item-link:hover {
  -webkit-filter: none;
          filter: none;
}
@media screen and (max-width: 900px) {
  .btn-border_black .item-link {
    border-radius: 2vw;
  }
}

/* mv */
.mv {
  position: relative;
  z-index: 50;
}
.mv-inner .swiper {
  position: relative;
  z-index: -1;
}
.mv-inner .swiper img {
  width: 100%;
  height: auto;
}
.mv-inner .mv-txt {
  position: absolute;
  top: 6.5rem;
  left: 6.8rem;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 6.8rem;
  letter-spacing: 12.26px;
  color: #000;
  z-index: 10;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.mv-inner .mv-txt .-marker {
  display: block;
  background: #fff;
  min-width: 9.43em;
  text-align: center;
  letter-spacing: 0.185em;
  text-indent: 0.6em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.mv-inner .mv-txt .-marker ~ .-marker {
  margin-top: 0.59em;
}
.mv-inner .mv-txt img {
  width: 41.6rem;
  height: auto;
}
.mv-inner .mv-opening {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -18.4rem;
  text-align: center;
  pointer-events: none;
}
.mv-inner .mv-opening img {
  display: inline-block;
  vertical-align: bottom;
  height: auto;
}
@media screen and (min-width: 901px) and (max-width: 1365px) {
  .mv-inner .mv-opening {
    bottom: -20.9rem;
  }
  .mv-inner .mv-opening img {
    width: 148.5rem;
  }
}
@media screen and (max-width: 900px) {
  .mv-inner .mv-opening {
    bottom: 0;
  }
  .mv-inner .mv-opening img {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .mv-inner {
    height: 102.6666666667vw;
  }
  .mv-inner .swiper img {
    height: 102.6666666667vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv-inner .mv-txt {
    left: 0;
    right: 0;
    top: 14vw;
    margin: auto;
    text-align: center;
  }
  .mv-inner .mv-txt img {
    display: inline-block;
    width: 71.3333333333vw;
  }
}
.mv .swiper-wrapper {
  height: auto;
}

.h_time .white-box {
  max-width: 98.8rem;
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: -16.9rem;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 11px 11px 22px rgba(33, 24, 21, 0.1490196078);
          box-shadow: 11px 11px 22px rgba(33, 24, 21, 0.1490196078);
  border-radius: 2.2rem;
  padding-top: 4.2rem;
  padding-bottom: 2.8rem;
}
@media screen and (max-width: 900px) {
  .h_time .white-box {
    max-width: 87.6vw;
    bottom: -63.2vw;
    padding-top: 5.6vw;
  }
}
.h_time .white-box .box-inner {
  max-width: 90.1rem;
  width: 100%;
  margin: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .h_time .white-box .box-inner {
    display: block;
  }
}
.h_time .white-box .timetable {
  width: 48%;
  margin-bottom: 2rem;
}
.h_time .white-box .timetable:first-child {
  margin-right: 2.9rem;
}
@media screen and (max-width: 900px) {
  .h_time .white-box .timetable {
    max-width: 72.6666666667vw;
    width: 100%;
    margin: auto auto 4vw;
  }
  .h_time .white-box .timetable:first-child {
    margin-right: auto;
  }
}
.h_time .white-box .btn {
  position: relative;
  max-width: 26.6rem;
  width: 100%;
  font-size: 2rem;
  line-height: 2rem;
  margin: auto;
  text-align: center;
  height: 4.5rem;
}
.h_time .white-box .btn::after {
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/arrow-light.svg) no-repeat center/contain;
  width: 0.9rem;
  height: 1.7rem;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(129deg) brightness(106%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(129deg) brightness(106%) contrast(101%);
}
@media screen and (max-width: 900px) {
  .h_time .white-box .btn::after {
    width: 1.6vw;
    height: 3.0666666667vw;
  }
}
.h_time .white-box .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .h_time .white-box .btn {
    font-size: 24px;
    font-size: 3.2vw;
    max-width: 44.5333333333vw;
    height: 7.4666666667vw;
  }
  .h_time .white-box .btn a {
    line-height: 7.4666666667vw;
  }
}
.h_time .white-box .kome-target {
  font-size: 1.2rem;
  margin-top: 1em;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .h_time .white-box .kome-target {
    font-size: 14px;
    font-size: 1.8666666667vw;
  }
}

.box-inner--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* mv */
/* 診療内容 */
.treatment {
  padding-top: 13.5rem;
  padding-bottom: 12.5rem;
}
.treatment-inner {
  text-align: center;
  max-width: 121.4rem;
  width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 2rem;
  padding: 5.6rem 0 8.2rem;
}
.treatment-inner .head-ttl {
  margin-bottom: 1.1rem;
}
.treatment-inner .con-description {
  line-height: 3.9rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 900px) {
  .treatment {
    padding-top: 0;
    padding-bottom: 0;
  }
  .treatment-inner {
    max-width: 100%;
    border-radius: 0;
    padding: 13.8666666667vw 0 18vw;
  }
  .treatment-inner .head-ttl {
    font-size: 52px;
    font-size: 6.9333333333vw;
    margin-bottom: 3.0666666667vw;
  }
  .treatment-inner .con-description {
    line-height: 6.6666666667vw;
    letter-spacing: 0.21em;
  }
}

.list-item--blue {
  color: #fff;
  background-color: #79add9;
}
.list-item--dialysis {
  background-color: #41B6C9;
}
.list-item--visit {
  background-color: #2778BE;
}

@-webkit-keyframes light {
  100% {
    outline-color: transparent;
    outline-offset: 12px;
  }
}

@keyframes light {
  100% {
    outline-color: transparent;
    outline-offset: 12px;
  }
}
.treatment-list {
  max-width: 104.1rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 900px) {
  .treatment-list {
    max-width: 87.4666666667vw;
    gap: 2vw;
  }
}
.treatment-list .list-item {
  position: relative;
  font-size: 3.3rem;
  line-height: 3.3rem;
  font-weight: bold;
  border-radius: 1.75rem;
  background-color: #79ADD9;
  color: #fff;
  height: 9.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
  outline: 1px solid;
  outline-color: #79ADD9;
  outline-offset: 0px;
}
@media screen and (max-width: 900px) {
  .treatment-list .list-item {
    font-size: 30px;
    font-size: 4vw;
    line-height: 5.6vw;
    height: 14.8vw;
    border-radius: 2vw;
    outline: none;
  }
}
.treatment-list .list-item:hover {
  -webkit-animation: light 0.8s infinite;
          animation: light 0.8s infinite;
}
.treatment-list .list-item .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.treatment-list .list-item.list-item--dialysis {
  background-color: #41B6C9;
  outline-color: #41B6C9;
}
.treatment-list .list-item.list-item--dialysis:hover {
  -webkit-animation: light 0.8s infinite;
          animation: light 0.8s infinite;
}
.treatment-list .list-item.list-item--other {
  background-color: #E7F0FA;
  color: #79ADD9;
  outline-color: #E7F0FA;
}
.treatment-list .list-item.list-item--other:hover {
  -webkit-animation: light 0.8s infinite;
          animation: light 0.8s infinite;
}
.treatment-list .list-item.list-item--visit {
  background-color: #2778BE;
  outline-color: #2778BE;
}
.treatment-list .list-item.list-item--visit:hover {
  -webkit-animation: light 0.8s infinite;
          animation: light 0.8s infinite;
}
.treatment-list .list-item--blue2 {
  background: #afcee8;
  outline-color: #afcee8;
}

/* 診療内容 */
/* おかにしの特長 */
.feature {
  max-width: 136.6rem;
  margin: 23.2rem auto 29.7rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .feature {
    max-width: 88.2666666667vw;
    margin: 0 auto 28.1333333333vw;
  }
}
.feature-inner .feature-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  .feature-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.feature-inner .head-ttl {
  margin-bottom: 4.9rem;
}
@media screen and (max-width: 900px) {
  .feature-inner .head-ttl {
    margin-bottom: 4.5333333333vw;
    text-align: center;
  }
}
.feature-inner .con-right {
  max-width: 96.3rem;
  width: 71%;
  position: absolute;
  left: 73.4rem;
  top: -8.5rem;
}
@media screen and (max-width: 900px) {
  .feature-inner .con-right {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 7.7333333333vw;
    border-radius: 3.8666666667vw;
  }
  .feature-inner .con-right img {
    height: 61.4666666667vw;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 3.8666666667vw;
    width: 100%;
  }
}
.feature-inner .con-left {
  margin-left: 7.8rem;
}
@media screen and (max-width: 900px) {
  .feature-inner .con-left {
    margin-right: auto;
    margin-left: auto;
  }
}
.feature-inner .con-description {
  line-height: 5.1rem;
  letter-spacing: 2px;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 900px) {
  .feature-inner .con-description {
    line-height: 6.6666666667vw;
    margin-bottom: 6.2666666667vw;
    text-align: center;
  }
}
.feature-inner .btn {
  display: inline-block;
  font-size: 2.7rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 900px) {
  .feature-inner .btn {
    font-size: 26px;
    font-size: 3.4666666667vw;
    max-width: 52.9333333333vw;
    width: 100%;
    display: block;
    margin: auto;
  }
}
.feature-inner .btn .item-link {
  display: block;
  padding: 0 11.2rem;
  line-height: 7.3rem;
}
@media screen and (max-width: 900px) {
  .feature-inner .btn .item-link {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 9.6vw;
  }
}

.item-link--arrow {
  position: relative;
}
.item-link--arrow:after {
  content: "";
  background: url(../images/common/arrow-light.svg) no-repeat center/contain;
  width: 0.9rem;
  height: 1.7rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .item-link--arrow:after {
    width: 1.6vw;
    height: 3.0666666667vw;
  }
}

/* おかにしの特長 */
/* 当院の取り組み */
.attempt {
  padding-top: 13.1rem;
  padding-bottom: 10.2rem;
}
@media screen and (max-width: 900px) {
  .attempt {
    padding-top: 12.5333333333vw;
    padding-bottom: 14.2666666667vw;
  }
}
.attempt-inner {
  max-width: 136.6rem;
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  .attempt-inner {
    max-width: 88.8vw;
  }
}
.attempt-inner .head-ttl {
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .attempt-inner .head-ttl {
    margin-bottom: 2.9333333333vw;
  }
}
.attempt-inner .con-description {
  margin-bottom: 5.3rem;
  line-height: 3.9rem;
}
@media screen and (max-width: 900px) {
  .attempt-inner .con-description {
    margin-bottom: 5.3333333333vw;
    line-height: 6.6666666667vw;
  }
}
.attempt-inner .swiper {
  overflow-y: visible;
  max-width: 115.2rem;
  width: 100%;
  margin: auto;
  position: relative;
}
.attempt-inner .swiper .swiper-wrapper {
  height: auto;
}
.attempt-inner .swiper .swiper-slide {
  height: 35.8rem;
  margin-bottom: 3rem;
  border-radius: 2rem;
}
@media screen and (max-width: 900px) {
  .attempt-inner .swiper .swiper-slide {
    height: 59.8666666667vw;
  }
}
.attempt-inner .swiper .swiper-slide .slide-inner {
  background-color: #fff;
  font-size: 2rem;
  line-height: 3.3rem;
  border-radius: 2rem;
  max-width: 35rem;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(25, 33, 20, 0.15);
          box-shadow: 10px 10px 20px 0 rgba(25, 33, 20, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .attempt-inner .swiper .swiper-slide .slide-inner {
    font-size: 25px;
    font-size: 3.3333333333vw;
    line-height: 5.6vw;
    max-width: 59.8666666667vw;
    margin: auto;
  }
}
.attempt-inner .swiper .swiper-slide .slide-inner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.attempt-inner .swiper .swiper-slide .slide-inner img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 900px) {
  .attempt-inner .swiper .swiper-slide .slide-inner img {
    width: 100%;
  }
}
.attempt-inner .swiper .swiper-slide .slide-inner .slide-txt {
  width: 80%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.attempt-inner .swiper-button-next,
.attempt-inner .swiper-button-prev {
  color: #000000;
  bottom: 16.2rem;
  top: auto;
}
@media screen and (max-width: 900px) {
  .attempt-inner .swiper-button-next,
  .attempt-inner .swiper-button-prev {
    bottom: 30.4vw;
  }
  .attempt-inner .swiper-button-next:after,
  .attempt-inner .swiper-button-prev:after {
    font-size: 51px;
    font-size: 6.8vw;
  }
}

/* 当院の取り組み */
/* お知らせ */
.news {
  margin-top: 17.1rem;
  margin-bottom: 20.7rem;
}
@media screen and (max-width: 900px) {
  .news {
    margin-top: 2.6666666667vw;
    margin-bottom: 20.6666666667vw;
  }
}
.news-inner {
  max-width: 107rem;
  width: 100%;
  margin: auto;
  text-align: center;
}
.news-inner .head-ttl {
  margin-bottom: 9px;
}
@media screen and (max-width: 900px) {
  .news-inner .head-ttl {
    margin-bottom: 2.5333333333vw;
  }
}
.news-inner .con-description {
  margin-bottom: 4.7rem;
  line-height: 4.3rem;
}
@media screen and (max-width: 900px) {
  .news-inner .con-description {
    margin-bottom: 5.4666666667vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.1em;
  }
}
.news-inner iframe.news_list {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .news-inner iframe.news_list {
    width: 90%;
    margin: auto;
  }
}

/* お知らせ */
/* QA */
.qa {
  margin-bottom: 30.3rem;
}
@media screen and (max-width: 900px) {
  .qa {
    margin-bottom: 26.5333333333vw;
  }
}
.qa-inner {
  text-align: center;
  max-width: 107.5rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .qa-inner {
    max-width: 89.0666666667vw;
  }
}
.qa-inner .head-ttl {
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .qa-inner .head-ttl {
    margin-bottom: 3.7333333333vw;
  }
}
.qa-inner .head-ttl--visit {
  color: #2778BE;
}
.qa-inner .head-ttl--dialysis {
  color: #41B6C9;
}

.qa_accordion-area .list-item {
  position: relative;
  background-color: #d7e3f0;
  margin-bottom: 1.3rem;
  cursor: pointer;
}
.qa_accordion-area .list-item--visit {
  background-color: #bed6eb;
}
.qa_accordion-area .list-item--dialysis {
  background-color: #c6e9ef;
}
.qa_accordion-area .list-item::before, .qa_accordion-area .list-item::after {
  position: absolute;
  content: "";
  width: 2.9rem;
  height: 4px;
  background-color: #000;
}
@media screen and (max-width: 900px) {
  .qa_accordion-area .list-item::before, .qa_accordion-area .list-item::after {
    width: 2.9333333333vw;
    height: 0.2666666667vw;
  }
}
.qa_accordion-area .list-item::before {
  top: 4.4rem;
  right: 3.6rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (max-width: 900px) {
  .qa_accordion-area .list-item::before {
    top: 4.2666666667vw;
    right: 3.7333333333vw;
  }
}
.qa_accordion-area .list-item::after {
  top: 4.4rem;
  right: 3.6rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 900px) {
  .qa_accordion-area .list-item::after {
    top: 4.2666666667vw;
    right: 3.7333333333vw;
  }
}
.qa_accordion-area .list-item.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.qa_accordion-area .list-item.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.qa_accordion-area .list-item .qa-title {
  position: relative;
  max-width: 90.3rem;
  width: 100%;
  margin: 0 auto 0 4.9rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000000;
  text-align: left;
  padding: 2.8rem 0 3.2rem 11.1rem;
  letter-spacing: 0.11em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 900px) {
  .qa_accordion-area .list-item .qa-title {
    font-size: 20px;
    font-size: 2.6666666667vw;
    line-height: 4.2666666667vw;
    margin: 0 auto 0 5.3333333333vw;
    padding: 2.4vw 0 2.4vw 11.8666666667vw;
    max-width: 73.3333333333vw;
  }
}
.qa_accordion-area .list-item .qa-title::before {
  content: "Q";
  position: absolute;
  left: 0;
  font-size: 5.2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .qa_accordion-area .list-item .qa-title::before {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
.qa_accordion-area .list-item .qa-box {
  position: relative;
  display: none;
  /*はじめは非表示*/
  max-width: 90.3rem;
  width: 100%;
  margin: 0 auto 0 4.9rem;
  padding-left: 11.1rem;
  padding-bottom: 2.6rem;
  background: #d7e3f0;
  font-size: 2.1rem;
  line-height: 4.3rem;
  letter-spacing: 0.11em;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .qa_accordion-area .list-item .qa-box {
    font-size: 20px;
    font-size: 2.6666666667vw;
    max-width: 73.3333333333vw;
    margin: 0 auto 0 5.3333333333vw;
    padding: 2.4vw 0 2.4vw 11.8666666667vw;
    line-height: 4.2666666667vw;
  }
}
.qa_accordion-area .list-item .qa-box--blue, .qa_accordion-area .list-item .qa-box--visit, .qa_accordion-area .list-item .qa-box--dialysis {
  color: #211815;
}
.qa_accordion-area .list-item .qa-box::before {
  content: "A";
  position: absolute;
  left: 0;
  font-size: 5.2rem;
  font-weight: bold;
  color: #79ADD9;
}
@media screen and (max-width: 900px) {
  .qa_accordion-area .list-item .qa-box::before {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
.qa_accordion-area .list-item .qa-box--dialysis {
  background-color: #c6e9ef;
}
.qa_accordion-area .list-item .qa-box--dialysis::before {
  color: #41B6C9;
}
.qa_accordion-area .list-item .qa-box--visit {
  background-color: #bed6eb;
}
.qa_accordion-area .list-item .qa-box--visit::before {
  color: #2778BE;
}

/*アコーディオンで現れるエリア*/
/* QA */
/* 発熱・風邪様症状外来の診察までの流れ（フロントページ掲載） */
.front-flow-section {
  padding: 16rem 0 25rem;
}
@media screen and (max-width: 900px) {
  .front-flow-section {
    padding: 17.3333333333vw 0 25.3333333333vw;
  }
}

.front-flow-inner {
  text-align: center;
  max-width: 107.5rem;
  width: 100%;
  margin: 0 auto;
}

.p-front-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  font-size: 2.7rem;
  color: #79add9;
  min-height: 7.2rem;
  position: relative;
  line-height: 1.1;
  border-radius: 0.5em;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 900px) {
  .p-front-flow__item {
    font-size: 30px;
    font-size: 4vw;
    min-height: 9.6vw;
    border-radius: 0;
    padding: 0.2em 0;
    letter-spacing: 0;
  }
}
.p-front-flow__item:not(:last-child) {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 900px) {
  .p-front-flow__item:not(:last-child) {
    margin-bottom: 4.2666666667vw;
  }
}
.p-front-flow__item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2.45rem;
  left: 0;
  right: 0;
  margin: auto;
  height: 1.7rem;
  aspect-ratio: 2;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #79add9;
}
@media screen and (max-width: 900px) {
  .p-front-flow__item:not(:last-child):after {
    height: 2.2666666667vw;
    bottom: -3.2666666667vw;
  }
}
.p-front-flow__item .-small {
  font-size: 0.77em;
}

.head-ttl--front-flow {
  font-size: 3.73rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.14em;
  margin-bottom: 1.07em;
}
@media screen and (max-width: 900px) {
  .head-ttl--front-flow {
    font-size: 30px;
    font-size: 4vw;
  }
}
.head-ttl--front-flow .-inner {
  display: inline-block;
  background: #fff462;
  color: #2778be;
  padding: 0.65em 1em;
  border-radius: 10em;
}

/* 発熱・風邪様症状外来の診察までの流れ（フロントページ掲載） */
/* フロントページPOPUP 余白調整など */
.p-frontpop-btn {
  padding-bottom: 60px;
}

/* TOPへ戻る */
.go_top {
  width: 5.7rem;
  height: 5.7rem;
  position: fixed;
  bottom: 3%;
  right: 4.5rem;
  background-color: #79ADD9;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(27, 33, 20, 0.3));
          filter: drop-shadow(0px 0px 6px rgba(27, 33, 20, 0.3));
  border-radius: 0.6rem;
  z-index: 101;
}
.go_top::before {
  content: "";
  background: url(../images/common/arrow.svg) no-repeat center/contain;
  position: absolute;
  width: 2.1rem;
  height: 1.2rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.go_top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .go_top {
    display: none;
  }
}

/* コンテンツ */
/* トップページ FV直後コンテンツ */
.p-topIntro {
  padding: 8rem 11.5rem 9.5rem;
}
.p-topIntro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-topIntro__right {
  display: grid;
  place-content: center;
}
.p-topIntro__left {
  padding-right: 12rem;
}
@media screen and (max-width: 900px) {
  .p-topIntro__left {
    padding-right: 10vw;
  }
}
.p-topIntro__ttl {
  font-size: min(2.2vw, 3.5rem);
  letter-spacing: 0.16em;
  line-height: 1.25;
  margin-bottom: 6rem;
}
@media screen and (max-width: 900px) {
  .p-topIntro__ttl {
    font-size: 4.6666666667vw;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.p-topIntro__ttl .-inner {
  position: relative;
  display: inline-block;
  padding: 0.95em 1em;
  text-indent: 0.4em;
}
.p-topIntro__ttl .-inner:before, .p-topIntro__ttl .-inner:after {
  content: "";
  width: 1.14em;
  height: 1.91em;
  border: 3px solid #000;
  border-right: transparent;
  border-bottom: transparent;
  position: absolute;
}
.p-topIntro__ttl .-inner:before {
  left: 0;
  top: 0;
}
.p-topIntro__ttl .-inner:after {
  rotate: 180deg;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .p-topIntro__ttl .-inner {
    padding: 0.85em 0.6em;
  }
  .p-topIntro__ttl .-inner:before, .p-topIntro__ttl .-inner:after {
    border-left: transparent;
    border-right: 3px solid #000;
  }
  .p-topIntro__ttl .-inner:before {
    right: 0;
    left: auto;
  }
  .p-topIntro__ttl .-inner:after {
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .p-topIntro__ttl {
    margin-bottom: 0;
  }
}
.p-topIntro__txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2.4rem;
  line-height: 2.375;
  letter-spacing: 0.21em;
}
@media screen and (max-width: 900px) {
  .p-topIntro__txt {
    font-size: 3.2vw;
    width: 53.3333333333vw;
    height: 28em;
  }
}
@media screen and (max-width: 900px) {
  .p-topIntro {
    background: url("../images/top/opening_sp02.png") center top 84vw no-repeat;
    background-size: contain;
    padding: 13.3333333333vw 13.3333333333vw 15.3333333333vw;
  }
  .p-topIntro__inner {
    padding-bottom: 34.6666666667vw;
  }
}

/* スライダー */
.c-autoSlider--frontpage {
  margin-bottom: 0.6rem;
}
.c-autoSlider .t-slider {
  width: 100vw;
  margin: auto calc(50% - 50vw);
}
.c-autoSlider .t-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  height: auto;
}
.c-autoSlider .t-slider img {
  width: 100%;
  height: auto;
}

/* side.css start */
.fix-list {
  position: fixed;
  right: 4.5rem;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
}
@media screen and (max-width: 900px) {
  .fix-list {
    display: none;
  }
}
.fix-list .list-item {
  border-radius: 5rem;
  -webkit-box-shadow: 0 0 8px 0 rgba(25, 33, 20, 0.3);
          box-shadow: 0 0 8px 0 rgba(25, 33, 20, 0.3);
}
.fix-list .list-item--circle-w {
  background-color: #FFF;
}
.fix-list .list-item--circle-w a .hide {
  color: #FFF;
}
.fix-list .list-item--circle-w a .hide::after {
  background-color: #79ADD9;
}
.fix-list .list-item--circle-w a .hide span {
  font-size: 1.5rem;
  letter-spacing: 0.14em;
  line-height: 1.5rem;
  display: block;
}
.fix-list .list-item--circle-w a .show img {
  width: 3.4rem;
  height: 4.4rem;
}
.fix-list .list-item--circle-b {
  background-color: #79ADD9;
}
.fix-list .list-item--circle-b a .hide {
  color: #FFF;
  -webkit-transition: overflow 0.5s, opacity 0.5s;
  transition: overflow 0.5s, opacity 0.5s;
}
.fix-list .list-item--circle-b a .hide::after {
  background-color: #FFF;
  border: 5px solid #79ADD9;
}
.fix-list .list-item--circle-b a .hide p {
  font-size: 2.8rem;
  color: #79ADD9;
  letter-spacing: 0.18em;
  display: block;
  -webkit-transition: overflow 0.5s, opacity 0.5s;
  transition: overflow 0.5s, opacity 0.5s;
}
.fix-list .list-item--circle-b a .show img {
  width: 4rem;
  height: 4.6rem;
}
.fix-list .list-item--circle-g {
  background-color: #41B6C9;
}
.fix-list .list-item--circle-g a .hide {
  color: #FFF;
  -webkit-transition: overflow 0.5s, opacity 0.5s;
  transition: overflow 0.5s, opacity 0.5s;
}
.fix-list .list-item--circle-g a .hide::after {
  background-color: #FFF;
  border: 5px solid #41B6C9;
}
.fix-list .list-item--circle-g a .hide p {
  font-size: 2.8rem;
  color: #41B6C9;
  letter-spacing: 0.18em;
  display: block;
  -webkit-transition: overflow 0.5s, opacity 0.5s;
  transition: overflow 0.5s, opacity 0.5s;
}
.fix-list .list-item--circle-g a .show img {
  width: 4rem;
  height: 4.6rem;
}
.fix-list .list-item--circle-hemodialysis {
  background-color: #41B6C9;
}
.fix-list .list-item--circle-hemodialysis a .hide {
  color: #41B6C9;
  -webkit-transition: overflow 0.5s, opacity 0.5s;
  transition: overflow 0.5s, opacity 0.5s;
}
.fix-list .list-item--circle-hemodialysis a .hide::after {
  background-color: #FFF;
  border: 5px solid #41B6C9;
}
.fix-list .list-item--circle-hemodialysis a .hide span {
  font-size: 1.5rem;
  letter-spacing: 0.14em;
  line-height: 1.5rem;
  display: block;
}
.fix-list .list-item--circle-hemodialysis a .show img {
  width: 3.4rem;
  height: 4.4rem;
}
.fix-list .list-item a {
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 5rem;
  position: relative;
  display: block;
}
.fix-list .list-item a .show {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8.5rem;
  height: 8.5rem;
  z-index: 50;
}
.fix-list .list-item a .hide {
  position: relative;
  font-size: 2.9rem;
  font-weight: bold;
  border-radius: 5rem;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  right: 0;
  top: 0;
  width: 36rem;
  height: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 8.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.fix-list .list-item a .hide::after {
  content: "";
  width: 8.5rem;
  height: 8.5rem;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5rem;
  -webkit-transition: width 0.5s, right 0.5s;
  transition: width 0.5s, right 0.5s;
  z-index: -1;
}
.fix-list .list-item a:hover {
  overflow: visible;
}
.fix-list .list-item a:hover .hide {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.fix-list .list-item a:hover .hide::after {
  border-radius: 5rem;
  width: 100%;
  right: 0;
  -webkit-transition: width 0.5s, right 0.5s;
  transition: width 0.5s, right 0.5s;
  z-index: -1;
}

/* side.css end */
/* 固定ページ共通 start */
.p_wrap {
  max-width: 136.6rem;
  width: 100%;
  margin: auto;
  /* 医療機関のみなさまへ　共通 */
  /* 医療機関のみなさまへ　共通 */
  /* 診療内容　共通 */
  /* 診療内容　共通 */
}
@media screen and (max-width: 900px) {
  .p_wrap {
    max-width: 92vw;
  }
}
.p_wrap .p-ttl--blue {
  color: #79ADD9;
}
.p_wrap .p-ttl--dialysis {
  color: #41B6C9;
}
.p_wrap .p-ttl--visit {
  color: #2778BE;
}
.p_wrap .p-txt--blue {
  color: #79ADD9;
}
.p_wrap .p-txt--dialysis {
  color: #41B6C9;
}
.p_wrap .p-txt--visit {
  color: #2778BE;
}
.p_wrap .tar {
  text-align: right;
}
.p_wrap .p_mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10.3rem;
}
@media screen and (max-width: 900px) {
  .p_wrap .p_mv {
    display: block;
    position: relative;
    margin-bottom: 11.4666666667vw;
  }
}
.p_wrap .p_mv .cont-left {
  margin-right: 9.1rem;
}
.p_wrap .p_mv .cont-left .p-ttl {
  color: #79ADD9;
  font-size: 4.8rem;
  letter-spacing: 0.405em;
}
.p_wrap .p_mv .cont-left .p-ttl::before {
  content: attr(data-title);
  font-size: 2.4rem;
  letter-spacing: 0.405em;
  text-transform: uppercase;
  display: block;
  color: #211815;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .p_wrap .p_mv .cont-left .p-ttl {
    position: absolute;
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 8.6666666667vw;
    bottom: 4.1333333333vw;
    left: 3.8666666667vw;
    z-index: 1;
  }
  .p_wrap .p_mv .cont-left .p-ttl::before {
    font-size: 19px;
    font-size: 2.5333333333vw;
    line-height: 4.8vw;
    margin-bottom: 0;
  }
}
.p_wrap .p_mv .cont-right {
  text-align: right;
  width: 63%;
}
@media screen and (max-width: 900px) {
  .p_wrap .p_mv .cont-right {
    width: 100%;
    border-radius: 2.5333333333vw;
  }
  .p_wrap .p_mv .cont-right img {
    height: 70.5333333333vw;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2.5333333333vw;
  }
}
.p_wrap .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 900px) {
  .p_wrap .menu-list {
    gap: 2vw;
  }
}
.p_wrap .menu-list .list-item {
  font-size: 3.3rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02em;
  max-width: 36.3rem;
  width: 100%;
  height: 13.9rem;
  border-radius: 1.7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: 1px solid;
  outline-color: #79ADD9;
  outline-offset: 0px;
}
@media screen and (max-width: 900px) {
  .p_wrap .menu-list .list-item {
    height: 14.9333333333vw;
    max-width: 28.2666666667vw;
    border-radius: 1.3333333333vw;
    font-size: 25px;
    font-size: 3.3333333333vw;
    line-height: 5.0666666667vw;
    outline: none;
  }
}
.p_wrap .menu-list .list-item:hover {
  -webkit-animation: light 0.8s infinite;
          animation: light 0.8s infinite;
}
.p_wrap .menu-list .list-item.list-item--dialysis {
  outline-color: #41B6C9;
}
.p_wrap .menu-list .list-item.list-item--visit {
  outline-color: #2778BE;
}
.p_wrap .menu-list .list-item a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_wrap .menu-list .list-item--inactive.list-item--dialysis {
  background-color: #ecf8fa;
  color: #41B6C9;
  outline-color: #ecf8fa;
}
.p_wrap .menu-list .list-item--inactive.list-item--visit {
  background-color: #e9f1f8;
  color: #2778BE;
  outline-color: #e9f1f8;
}
.p_wrap .menu-list .list-item--inactive.list-item--blue {
  background-color: #f2f7fb;
  color: #79ADD9;
  outline-color: #f2f7fb;
}
.p_wrap .tel-box {
  position: relative;
  max-width: 113.9rem;
  width: 100%;
  margin: auto auto 5.1rem;
  text-align: center;
  border-radius: 3rem;
  font-size: 6.3rem;
  color: #fff;
  background-color: #79ADD9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 8.1rem;
  padding-bottom: 2.8rem;
  padding-right: 3.4rem;
  padding-left: 4.1rem;
}
@media screen and (max-width: 900px) {
  .p_wrap .tel-box {
    padding-top: 10vw;
    padding-bottom: 4vw;
    padding-left: 9.8666666667vw;
    padding-right: 9.8666666667vw;
    border-radius: 3.8666666667vw;
  }
}
.p_wrap .tel-box .cont-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .p_wrap .tel-box .cont-top {
    display: block;
    margin-bottom: 0;
  }
}
.p_wrap .tel-box .cont-top .link-item--tel {
  padding: 0;
  margin-right: 2rem;
}
@media screen and (max-width: 900px) {
  .p_wrap .tel-box .cont-top .link-item--tel {
    margin-bottom: 4vw;
  }
}
.p_wrap .tel-box .cont-top .link-item--tel::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/common/i-tel-circle.svg) no-repeat center/contain;
  width: 8.2rem;
  height: 8.2rem;
}
@media screen and (max-width: 900px) {
  .p_wrap .tel-box .cont-top .link-item--tel::before {
    width: 10.8vw;
    height: 10.8vw;
    left: -1.3333333333vw;
  }
}
.p_wrap .tel-box .cont-top .link-item--fax {
  padding: 0;
}
.p_wrap .tel-box .cont-top .link-item--fax::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/common/i-fax.svg) no-repeat center/contain;
  width: 8.2rem;
  height: 8.2rem;
}
@media screen and (max-width: 900px) {
  .p_wrap .tel-box .cont-top .link-item--fax::before {
    width: 10.8vw;
    left: -1.3333333333vw;
    height: 10.8vw;
  }
}
.p_wrap .tel-box::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  top: 2.5rem;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 3.3rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 900px) {
  .p_wrap .tel-box::before {
    font-size: 33px;
    font-size: 4.4vw;
    top: 2.8vw;
  }
}
.p_wrap .tel-box .cont-bottom {
  font-size: 2.3rem;
}
.p_wrap .tel-box .cont-bottom span {
  font-size: 2.3rem;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .p_wrap .tel-box .cont-bottom span {
    font-size: 18px;
    font-size: 2.4vw;
    line-height: 4vw;
    margin-left: auto;
    text-align: center;
    display: block;
    margin-top: 4vw;
  }
}
.p_wrap .tel-box .link-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: 100%;
  height: 100%;
  padding-top: 8.1rem;
  padding-bottom: 4.7rem;
  padding-right: 3rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 900px) {
  .p_wrap .tel-box .link-item {
    display: block;
    font-size: 61px;
    font-size: 8.1333333333vw;
    text-align: end;
    padding-right: 0;
    padding-left: 0;
    padding-top: 10.5333333333vw;
    padding-bottom: 3.7333333333vw;
    letter-spacing: 0;
  }
}
.p_wrap .tel-box .link-item--tel span {
  font-size: 2.3rem;
  line-height: 3rem;
  display: inline-block;
  text-align: left;
  margin-left: 3rem;
  letter-spacing: 1px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .p_wrap .tel-box .link-item--tel span {
    font-size: 18px;
    font-size: 2.4vw;
    line-height: 4vw;
    margin-left: auto;
    text-align: center;
    display: block;
    margin-top: 4vw;
  }
}
.p_wrap .tel-box .link-item--tel::before {
  content: "";
  position: absolute;
  left: 5.5rem;
  background: url(../images/common/i-telfax.svg) no-repeat center/contain;
  width: 17.5rem;
  height: 8.3rem;
}
@media screen and (max-width: 900px) {
  .p_wrap .tel-box .link-item--tel::before {
    width: 22.2666666667vw;
    height: 10.5333333333vw;
    left: 4.9333333333vw;
  }
}
.p_wrap .tel-box--dialysis {
  background-color: #41B6C9;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .p_wrap .tel-box--dialysis {
    padding-left: 4.9333333333vw;
    padding-right: 4.9333333333vw;
  }
  .p_wrap .tel-box--dialysis::before {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
  .p_wrap .tel-box--dialysis .link-item::before {
    left: -2.6666666667vw;
  }
}
.p_wrap .tel-box--visit {
  background-color: #2778BE;
}
.p_wrap .tel-box--visit .cont-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .p_wrap .tel-box--visit .cont-top {
    display: block;
    margin-bottom: 0;
  }
}
.p_wrap .tel-box--visit .cont-top .link-item--tel {
  padding: 0;
  margin-right: 2rem;
}
@media screen and (max-width: 900px) {
  .p_wrap .tel-box--visit .cont-top .link-item--tel {
    margin-bottom: 4vw;
  }
}
.p_wrap .tel-box--visit .cont-top .link-item--tel::before {
  content: "";
  position: absolute;
  left: -1rem;
  background: url(../images/common/i-tel-circle.svg) no-repeat center/contain;
  width: 8.2rem;
  height: 8.2rem;
}
@media screen and (max-width: 900px) {
  .p_wrap .tel-box--visit .cont-top .link-item--tel::before {
    width: 10.8vw;
    height: 10.8vw;
  }
}
.p_wrap .tel-box--visit .cont-top .link-item--fax {
  padding: 0;
}
.p_wrap .tel-box--visit .cont-top .link-item--fax::before {
  content: "";
  position: absolute;
  left: -1rem;
  background: url(../images/common/i-fax.svg) no-repeat center/contain;
  width: 8.2rem;
  height: 8.2rem;
}
@media screen and (max-width: 900px) {
  .p_wrap .tel-box--visit .cont-top .link-item--fax::before {
    width: 10.8vw;
    height: 10.8vw;
  }
}
.p_wrap .first-section {
  text-align: center;
  margin-bottom: 5.1rem;
}
@media screen and (max-width: 900px) {
  .p_wrap .first-section {
    margin-bottom: 6.8vw;
    max-width: 85.3333333333vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.p_wrap .first-section .p-ttl {
  font-size: 4rem;
  line-height: 7rem;
  text-align: center;
  letter-spacing: 0.23em;
  color: #79ADD9;
  margin-bottom: 4.3rem;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .p_wrap .first-section .p-ttl {
    font-size: 35px;
    font-size: 4.6666666667vw;
    line-height: 8.6666666667vw;
    margin-bottom: 6.6666666667vw;
    letter-spacing: 0.5333333333vw;
  }
}
.p_wrap .first-section .p-ttl--dialysis {
  color: #41B6C9;
}
.p_wrap .first-section .p-ttl--visit {
  color: #2778BE;
}
.p_wrap .first-section .p-txt {
  font-size: 2rem;
  line-height: 4.2rem;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p_wrap .first-section .p-txt {
    font-size: 19px;
    font-size: 2.5333333333vw;
    line-height: 5.6vw;
  }
}
.p_wrap .first-section .p-txt--blue {
  color: #79ADD9;
}
.p_wrap .first-section .p-txt--dialysis {
  color: #41B6C9;
}
.p_wrap .first-section .p-txt--visit {
  color: #2778BE;
}
.p_wrap .desc .list-item::before {
  content: "●";
}
.p_wrap .flow-section {
  width: 100vw;
  margin: auto calc(50% - 50vw);
  padding-top: 13.1rem;
  padding-bottom: 11.4rem;
  counter-reset: number 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p_wrap .flow-section {
    padding-top: 12.4vw;
    padding-bottom: 16.5333333333vw;
  }
}
.p_wrap .flow-section .circle-wrap {
  text-align: center;
  font-size: 3.7rem;
  background-color: #41B6C9;
  width: 100%;
  border-radius: 3rem;
  max-width: 113.9rem;
  color: #fff;
  margin: auto auto 5.6rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .p_wrap .flow-section .circle-wrap {
    font-size: 24px;
    font-size: 3.2vw;
    max-width: 60.4vw;
    border-radius: 3.2vw;
    height: 6.4vw;
    margin-bottom: 5.0666666667vw;
  }
}
.p_wrap .flow-section .flow-wrap {
  position: relative;
  max-width: 113.9rem;
  width: 100%;
  background-color: #fff;
  margin: auto;
  border-radius: 3rem;
  margin-bottom: 2.5rem;
  padding-top: 3.8rem;
  padding-bottom: 4.5rem;
  padding-left: 15.8rem;
  padding-right: 6.7rem;
}
@media screen and (max-width: 900px) {
  .p_wrap .flow-section .flow-wrap {
    border-radius: 0;
    padding-top: 2.8vw;
    padding-bottom: 3.6vw;
    padding-left: 0vw;
    padding-right: 0vw;
  }
}
.p_wrap .flow-section .flow-wrap:nth-child(4) {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 900px) {
  .p_wrap .flow-section .flow-wrap:nth-child(4) {
    margin-bottom: 4.2666666667vw;
  }
}
.p_wrap .flow-section .flow-wrap::before {
  content: counter(number) "";
  counter-increment: number 1;
  position: absolute;
  left: 3.6rem;
  top: 3.2rem;
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 5rem;
  color: #fff;
  font-size: 3.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .p_wrap .flow-section .flow-wrap::before {
    width: 7.2vw;
    height: 7.2vw;
    font-size: 25px;
    font-size: 3.3333333333vw;
    left: 5.0666666667vw;
    top: 1.4666666667vw;
  }
}
.p_wrap .flow-section .flow-wrap:last-child {
  margin-bottom: 0;
}
.p_wrap .flow-section .flow-wrap dt {
  font-size: 3.7rem;
  letter-spacing: 0.074em;
  line-height: 6.1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 900px) {
  .p_wrap .flow-section .flow-wrap dt {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 5.2vw;
    margin-bottom: 2.8vw;
  }
}
.p_wrap .flow-section .flow-wrap dt.mb0 {
  margin-bottom: 0;
}
.p_wrap .flow-section .flow-wrap dd {
  font-size: 2.3rem;
  letter-spacing: 0.101em;
  line-height: 4.9rem;
}
@media screen and (max-width: 900px) {
  .p_wrap .flow-section .flow-wrap dd {
    font-size: 15px;
    font-size: 2vw;
    line-height: 4.2666666667vw;
    max-width: 115.0666666667vw;
    margin-left: 13.3333333333vw;
    margin-right: 6.6666666667vw;
  }
}
.p_wrap .flow-section .flow-wrap dd .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 17.5rem;
  font-size: 2.5rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 900px) {
  .p_wrap .flow-section .flow-wrap dd .desc {
    height: 17.2vw;
    max-width: 74.6666666667vw;
    margin: auto;
  }
}
.p_wrap .flow-section .flow-wrap dd .desc .list-item {
  margin-bottom: 2rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 900px) {
  .p_wrap .flow-section .flow-wrap dd .desc .list-item {
    margin-bottom: 0vw;
    font-size: 15px;
    font-size: 2vw;
    line-height: 4.2666666667vw;
  }
}
.p_wrap .flow-section .flow-wrap dd .desc .list-item:nth-child(4n) {
  margin-bottom: 0;
}
.p_wrap .flow-section .flow-wrap dd .desc .list-item::before {
  content: "●";
}
.p_wrap .flow-section--visit {
  background-color: #dfebf5;
}
.p_wrap .flow-section--visit .flow-wrap::before {
  background-color: #2778BE;
}
.p_wrap .flow-section--visit .flow-wrap dt {
  color: #2778BE;
}
.p_wrap .flow-section--visit .flow-wrap dd .desc .list-item::before {
  color: #2778BE;
}
.p_wrap .flow-section--dialysis {
  background-color: #e3f4f7;
}
.p_wrap .flow-section--dialysis::after {
  content: "転院手続きのフロー";
  position: absolute;
  top: -4.1rem;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #41B6C9;
  color: #fff;
  font-size: 3.7rem;
  height: 7.9rem;
  border-radius: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 74.2rem;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .p_wrap .flow-section--dialysis::after {
    font-size: 34px;
    font-size: 4.5333333333vw;
    height: 9.6vw;
    border-radius: 4.9333333333vw;
    max-width: 90.9333333333vw;
    top: -4.9333333333vw;
  }
}
.p_wrap .flow-section--dialysis .flow-wrap::before {
  background-color: #41B6C9;
}
.p_wrap .flow-section--dialysis .flow-wrap dt {
  color: #41B6C9;
}
@media screen and (max-width: 900px) {
  .p_wrap .flow-section--dialysis .flow-wrap dt {
    padding-left: 13.6vw;
  }
}
.p_wrap .flow-section--dialysis .flow-wrap dd .desc .list-item::before {
  color: #41B6C9;
}
.p_wrap .list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_wrap .menu-section {
  margin-bottom: 12.9rem;
}
@media screen and (max-width: 900px) {
  .p_wrap .menu-section {
    margin-bottom: 15.8666666667vw;
  }
}
.p_wrap .menu-section .tre-list {
  max-width: 120rem;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 900px) {
  .p_wrap .menu-section .tre-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.6vw 4.8vw;
    max-width: 85.6vw;
  }
}
.p_wrap .menu-section .tre-list .list-item {
  width: 11.1rem;
  height: 11.1rem;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .p_wrap .menu-section .tre-list .list-item {
    max-width: 40.2666666667vw;
    width: 100%;
    height: 10.1333333333vw;
    border-radius: 2.4vw;
  }
}
.p_wrap .menu-section .tre-list .list-item .item-link {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.5rem;
  letter-spacing: 0.131em;
  color: #79ADD9;
  background-color: #f1f7fb;
  border: 1px solid #79ADD9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .p_wrap .menu-section .tre-list .list-item .item-link {
    font-size: 29px;
    font-size: 3.8666666667vw;
    border-radius: 2.4vw;
  }
}
.p_wrap .menu-section .tre-list .list-item .item-link:hover, .p_wrap .menu-section .tre-list .list-item .item-link--now {
  color: #fff;
  background-color: #79ADD9;
}
.p_wrap .menu-section .tre-list .list-item--visit .item-link {
  color: #2778BE;
  background-color: #e9f1f8;
  border: 1px solid #2778BE;
}
.p_wrap .menu-section .tre-list .list-item--visit .item-link:hover, .p_wrap .menu-section .tre-list .list-item--visit .item-link--now {
  color: #fff;
  background-color: #2778BE;
}
.p_wrap .menu-section .tre-list .list-item--dialysis .item-link {
  color: #41B6C9;
  background-color: #ecf8f9;
  border: 1px solid #41B6C9;
}
.p_wrap .menu-section .tre-list .list-item--dialysis .item-link:hover, .p_wrap .menu-section .tre-list .list-item--dialysis .item-link--now {
  color: #fff;
  background-color: #41B6C9;
}
.p_wrap.p_treatment {
  /* スライダー */
  /* スライダー */
  /* ボタン */
  /* ドットリスト 
      .dot-list {
          .list-item {
              font-size: 2.2rem;
              line-height: 4.4rem;
              letter-spacing: 0.1em;


              @include g.sp {
                  @include g.fz(19);
                  line-height: g.vw(44);
              }
          }

          >.list-item {
              &::before {
                  color: g.$main-blue;
              }
          }
      }*/
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .p_mv .cont-left .p-ttl {
    color: #fff;
  }
}
.p_wrap.p_treatment .p-txt {
  font-size: 2rem;
  line-height: 4.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .p-txt {
    font-size: 20px;
    font-size: 2.6666666667vw;
    line-height: 5.0666666667vw;
  }
}
.p_wrap.p_treatment .cont-top .p-ttl {
  margin-bottom: 6rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .cont-top .p-ttl {
    margin-bottom: 3.7333333333vw;
  }
}
.p_wrap.p_treatment .cont-top .p-txt {
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .cont-top .p-txt {
    margin-bottom: 3.7333333333vw;
  }
}
.p_wrap.p_treatment .p-ttl {
  font-size: 4.8rem;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .p-ttl {
    font-size: 40px;
    font-size: 5.3333333333vw;
    line-height: 8vw;
  }
}
.p_wrap.p_treatment .section-wrap {
  max-width: 108rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .section-wrap {
    max-width: 85.3333333333vw;
  }
}
.p_wrap.p_treatment .bg-lb,
.p_wrap.p_treatment .bg-visit,
.p_wrap.p_treatment .bg-dialysis {
  width: 100vw;
  margin: auto calc(50% - 50vw);
}
.p_wrap.p_treatment .cont-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_wrap.p_treatment .kome::before {
  content: "※";
}
.p_wrap.p_treatment .white-box {
  background-color: #fff;
  border-radius: 3.4rem;
  padding: 5.1rem 0;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box {
    border-radius: 4.6666666667vw;
    padding: 7.0666666667vw 0;
    margin-bottom: 6.4vw;
  }
}
.p_wrap.p_treatment .white-box:last-child {
  margin-bottom: 0;
}
.p_wrap.p_treatment .white-box .box-inner {
  max-width: 96.9rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner {
    max-width: 72.8vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner .p-txt .blue-txt {
  background-color: #79ADD9;
  font-size: 3.6rem;
  letter-spacing: 0.155em;
  color: #fff;
  padding: 0 1.5rem 0.7rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .p-txt .blue-txt {
    font-size: 36px;
    font-size: 4.8vw;
    padding: 0 3.4666666667vw 0 1.8666666667vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner .box-ttl {
  width: 100%;
  margin: auto auto 1.8rem;
  background-color: #79ADD9;
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.3em;
  height: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .box-ttl {
    font-size: 38px;
    font-size: 5.0666666667vw;
    height: auto;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 4.5333333333vw;
    border-radius: 10vw;
    letter-spacing: 0.095em;
    display: block;
    text-align: center;
  }
}
.p_wrap.p_treatment .white-box .box-inner .dot-list .list-item {
  font-size: 3.4rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .dot-list .list-item {
    font-size: 34px;
    font-size: 4.5333333333vw;
    text-indent: -1em;
    margin-left: 1em;
  }
}
.p_wrap.p_treatment .white-box .box-inner .dot-list .list-item::before {
  content: "●";
}
.p_wrap.p_treatment .white-box .box-inner .dot-list--blue .list-item {
  color: #79ADD9;
  letter-spacing: 0.15em;
}
.p_wrap.p_treatment .white-box .box-inner table {
  width: 42.7rem;
  font-size: 2rem;
  border-collapse: collapse;
  letter-spacing: 0.1em;
  color: #211815;
  line-height: 5.3rem;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner table {
    width: 70.5333333333vw;
    line-height: 6.9333333333vw;
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner table tr {
  border-bottom: 1px solid #211815;
}
.p_wrap.p_treatment .white-box .box-inner table tr th,
.p_wrap.p_treatment .white-box .box-inner table tr td {
  text-align: center;
  vertical-align: middle;
}
.p_wrap.p_treatment .white-box .box-inner .symptoms {
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .symptoms {
    margin-bottom: 4vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner .symptoms:last-child {
  margin-bottom: 0;
}
.p_wrap.p_treatment .white-box .box-inner .symptoms-item {
  background-color: #79ADD9;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  height: 3.3rem;
  width: 7.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .symptoms-item {
    font-size: 22px;
    font-size: 2.9333333333vw;
    height: 5.3333333333vw;
    width: 10.4vw;
    margin-bottom: 1.2vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner .symptoms-txt {
  font-size: 2.2rem;
  letter-spacing: -1px;
  line-height: 4rem;
  color: #211815;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .symptoms-txt {
    font-size: 21px;
    font-size: 2.8vw;
    line-height: 5.8666666667vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner .symptoms-txt::before {
  content: "●";
}
.p_wrap.p_treatment .white-box .box-inner .image-section.cont-flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .image-section.cont-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner .image-section.cont-flex .cont-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .image-section.cont-flex .cont-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p_wrap.p_treatment .white-box .box-inner .image-section.cont-flex .cont-flex dt {
  margin-right: 0.8rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .image-section.cont-flex .cont-flex dt {
    margin-right: 0.8vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner .image-section.cont-flex .cont-flex dd {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .image-section.cont-flex .cont-flex dd {
    font-size: 18px;
    font-size: 2.4vw;
    line-height: 3.4666666667vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner .circle-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.3rem;
     -moz-column-gap: 6.3rem;
          column-gap: 6.3rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .circle-flex {
    -webkit-column-gap: 8.2666666667vw;
       -moz-column-gap: 8.2666666667vw;
            column-gap: 8.2666666667vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner .circle-flex .circle {
  width: 17.5rem;
  height: 17.5rem;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .circle-flex .circle {
    width: 23.3333333333vw;
    height: 23.3333333333vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner .circle-flex .circle--blue {
  background-color: #79ADD9;
  color: #fff;
  font-size: 2.2rem;
  line-height: 3.7rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .circle-flex .circle--blue {
    font-size: 22px;
    font-size: 2.9333333333vw;
    line-height: 4.9333333333vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner .circle-flex .circle--blue::after {
  content: "";
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  border-top: 2px solid #211815;
  border-right: 2px solid #211815;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -3.6rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .circle-flex .circle--blue::after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    right: -4.8vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner .circle-flex .circle--blue:last-child::after {
  content: none;
}
.p_wrap.p_treatment .white-box .box-inner .white-num-list {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .white-num-list {
    -webkit-column-gap: 1.4666666667vw;
       -moz-column-gap: 1.4666666667vw;
            column-gap: 1.4666666667vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner .white-num-list .list-item {
  max-width: 30.2rem;
  width: 100%;
  padding-top: 2.7rem;
  padding-bottom: 3rem;
  background-color: #79ADD9;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .white-num-list .list-item {
    max-width: 23.2vw;
    padding-top: 2vw;
    padding-bottom: 2.2666666667vw;
    border-radius: 1.6vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner .white-num-list .list-item .number {
  font-size: 4.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .white-num-list .list-item .number {
    font-size: 27px;
    font-size: 3.6vw;
    margin-bottom: 0.5333333333vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner .white-num-list .list-item .unit {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .white-num-list .list-item .unit {
    font-size: 12px;
    font-size: 1.6vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner .white-num-list .list-item strong {
  display: block;
  font-size: 9.3rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .white-num-list .list-item strong {
    font-size: 53px;
    font-size: 7.0666666667vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner .white-num-list .list-item h4 {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 1px;
  line-height: 4rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .white-num-list .list-item h4 {
    font-size: 18px;
    font-size: 2.4vw;
    line-height: 3.0666666667vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner .white-num-list .list-item h4 small {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 3.7rem;
  display: block;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .white-num-list .list-item h4 small {
    font-size: 17px;
    font-size: 2.2666666667vw;
    line-height: 2.8vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner .kome {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .kome {
    font-size: 18px;
    font-size: 2.4vw;
  }
}
.p_wrap.p_treatment .white-box .box-inner .cont-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_wrap.p_treatment .white-box .box-inner .cont-flex .cont-right {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .white-box .box-inner .cont-flex .cont-right {
    margin-right: auto;
    margin-left: 0;
  }
}
.p_wrap.p_treatment .top-section {
  text-align: center;
}
.p_wrap.p_treatment .top-section .p-ttl {
  font-size: 6rem;
  letter-spacing: 0.3em;
  line-height: 9.3rem;
  letter-spacing: 0.3em;
  margin-bottom: 8.7rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .top-section .p-ttl {
    font-size: 60px;
    font-size: 8vw;
    line-height: 12.1333333333vw;
    margin-bottom: 6.2666666667vw;
  }
}
.p_wrap.p_treatment .top-section .p-txt {
  font-size: 2.1rem;
  line-height: 4.4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .top-section .p-txt {
    font-size: 21px;
    font-size: 2.8vw;
    line-height: 5.8666666667vw;
    text-align: left;
  }
}
.p_wrap.p_treatment .blue-list {
  max-width: 120rem;
  width: 100%;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p_wrap.p_treatment .blue-list--circle .list-item {
  border-radius: 4.5rem;
}
.p_wrap.p_treatment .blue-list .list-item {
  width: 100%;
  font-size: 2.1rem;
  letter-spacing: 0.33em;
  background-color: #79ADD9;
  color: #fff;
  text-align: center;
}
.p_wrap.p_treatment .blue-list--visit .list-item {
  background-color: #2778BE;
}
.p_wrap.p_treatment .flow-list {
  row-gap: 7.7rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .flow-list {
    width: 100vw;
    margin: auto calc(50% - 50vw);
    row-gap: 7.0666666667vw;
  }
}
.p_wrap.p_treatment .flow-list .list-item {
  position: relative;
  border-radius: 11.7rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .flow-list .list-item {
    border-radius: 0;
    width: 100%;
  }
}
.p_wrap.p_treatment .flow-list .list-item::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-width: 26px 26.5px 0 26.5px;
  border-color: #79add9 transparent transparent transparent;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .flow-list .list-item::after {
    border-width: 3.4666666667vw 3.5333333333vw 0 3.5333333333vw;
    bottom: -5.0666666667vw;
  }
}
.p_wrap.p_treatment .flow-list .list-item:last-child::after {
  content: none;
}
.p_wrap.p_treatment .flow-list .list-item .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 38.1rem;
  width: 100%;
  border-radius: 2.9rem;
  background-color: #fff;
  color: #79add9;
  font-size: 2rem;
  letter-spacing: 0.1em;
  height: 5.1rem;
  font-weight: bold;
  margin-left: 15.7rem;
  margin-right: auto;
  margin-top: 1.8rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .flow-list .list-item .item-link {
    margin-top: 2.4vw;
    margin-left: auto;
    font-size: 20px;
    font-size: 2.6666666667vw;
    height: 6.8vw;
    max-width: 50.8vw;
  }
}
.p_wrap.p_treatment .flow-list .list-item .item-link::after {
  -webkit-filter: invert(66%) sepia(55%) saturate(340%) hue-rotate(170deg) brightness(92%) contrast(84%);
          filter: invert(66%) sepia(55%) saturate(340%) hue-rotate(170deg) brightness(92%) contrast(84%);
  width: 1.4rem;
  height: 2.5rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .flow-list .list-item .item-link::after {
    width: 1.8666666667vw;
    height: 3.3333333333vw;
  }
}
.p_wrap.p_treatment .flow-list .list-item dl {
  padding-top: 1.9rem;
  padding-bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_wrap.p_treatment .flow-list .list-item dl dt {
  max-width: 20.5rem;
  width: 100%;
  height: 20.5rem;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 2rem;
  color: #79ADD9;
  font-size: 2.8rem;
  letter-spacing: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_wrap.p_treatment .flow-list .list-item dl dt img {
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .flow-list .list-item dl dt img {
    margin-bottom: 1.7333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .flow-list .list-item dl dt {
    font-size: 24px;
    font-size: 3.2vw;
    max-width: 23.3333333333vw;
    height: 23.3333333333vw;
    margin-left: 4.2666666667vw;
    padding-top: 4.8vw;
    padding-bottom: 4vw;
  }
}
.p_wrap.p_treatment .flow-list .list-item dl dd {
  margin-left: 1.3rem;
  margin-right: 7.3rem;
  font-size: 2rem;
  line-height: 4.2rem;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .flow-list .list-item dl dd {
    font-size: 21px;
    font-size: 2.8vw;
    line-height: 5.8666666667vw;
    margin-left: 4.2666666667vw;
    margin-right: 7.4666666667vw;
    max-width: 58.8vw;
    width: 100%;
  }
}
.p_wrap.p_treatment .flow-list .list-item--visit::after {
  border-color: #2778BE transparent transparent transparent;
}
.p_wrap.p_treatment .flow-list .list-item--visit dl dt {
  color: #2778BE;
  letter-spacing: 7px;
}
.p_wrap.p_treatment .flow-list .list-item--visit dl dd {
  letter-spacing: 1px;
}
.p_wrap.p_treatment .dot-list > .list-item {
  font-size: 2rem;
  line-height: 4.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .dot-list > .list-item {
    font-size: 19px;
    font-size: 2.5333333333vw;
    line-height: 5.6vw;
  }
}
.p_wrap.p_treatment .dot-list > .list-item::before {
  content: "●";
}
.p_wrap.p_treatment .dot-list > .list-item .child-list .list-item {
  margin-left: 1em;
}
.p_wrap.p_treatment .dot-list--blue > .list-item::before {
  color: #79ADD9;
}
.p_wrap.p_treatment .dot-list--dialysis > .list-item::before {
  color: #41B6C9;
}
.p_wrap.p_treatment .dot-list--visit > .list-item::before {
  color: #2778BE;
}
.p_wrap.p_treatment .dot-list--white > .list-item::before {
  color: #fff;
}
.p_wrap.p_treatment .diabetes-section {
  padding-top: 10rem;
  padding-bottom: 15.2rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .diabetes-section {
    padding-top: 15.6vw;
    padding-bottom: 17.3333333333vw;
  }
}
.p_wrap.p_treatment .diabetes-section .cont-top .p-ttl {
  margin-bottom: 5.9rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .diabetes-section .cont-top .p-ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.p_wrap.p_treatment .diabetes-section .cont-top .p-txt {
  max-width: 108.3rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 2rem;
  line-height: 4.4rem;
  letter-spacing: 0.1rem;
  margin-bottom: 7.7rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .diabetes-section .cont-top .p-txt {
    font-size: 21px;
    font-size: 2.8vw;
    line-height: 5.8666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
.p_wrap.p_treatment .diabetes-section .feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.1rem;
     -moz-column-gap: 2.1rem;
          column-gap: 2.1rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .diabetes-section .feature-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.5333333333vw;
  }
}
.p_wrap.p_treatment .diabetes-section .feature-box dl {
  max-width: 53rem;
  width: 100%;
  background-color: #fff;
  border-radius: 3.5rem;
  padding-top: 5.2rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .diabetes-section .feature-box dl {
    max-width: 100%;
    border-radius: 4.6666666667vw;
    padding-top: 6.8vw;
  }
}
.p_wrap.p_treatment .diabetes-section .feature-box dl dt {
  max-width: 45.1rem;
  width: 100%;
  margin: auto;
  background-color: #79ADD9;
  color: #fff;
  border-radius: 4rem;
  text-align: center;
  height: 7.2rem;
  font-size: 4.2rem;
  letter-spacing: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .diabetes-section .feature-box dl dt {
    max-width: 69.6vw;
    border-radius: 5.3333333333vw;
    height: 9.6vw;
    font-size: 40px;
    font-size: 5.3333333333vw;
    margin-bottom: 3.0666666667vw;
  }
}
.p_wrap.p_treatment .diabetes-section .feature-box dl dd {
  max-width: 44.3rem;
  width: 100%;
  margin: auto;
  text-align: left;
  font-size: 2.2rem;
  line-height: 4.4rem;
  letter-spacing: 0.1em;
  min-height: 43.8rem;
  padding-bottom: 4.6rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .diabetes-section .feature-box dl dd {
    max-width: 70.6666666667vw;
    font-size: 21px;
    font-size: 2.8vw;
    line-height: 5.8666666667vw;
    min-height: auto;
    padding-bottom: 5.3333333333vw;
  }
}
.p_wrap.p_treatment .diabetes-section .feature-box dl .bottom-txt {
  background-color: #79ADD9;
  color: #fff;
  padding-bottom: 6.2rem;
  border-radius: 0 0 3.5rem 3.5rem;
  font-size: 2.5rem;
  letter-spacing: 0.15em;
  padding-top: 4.6rem;
  min-height: 45.8rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .diabetes-section .feature-box dl .bottom-txt {
    padding-bottom: 5.8666666667vw;
    border-radius: 0 0 4.6666666667vw 4.6666666667vw;
    font-size: 21px;
    font-size: 2.8vw;
    padding-top: 5.3333333333vw;
    min-height: auto;
  }
}
.p_wrap.p_treatment .diabetes-section .feature-box dl .bottom-txt h4 {
  border-bottom: 2px solid #fff;
  padding-bottom: 1.4rem;
  font-size: 3.4rem;
  letter-spacing: 0.3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .diabetes-section .feature-box dl .bottom-txt h4 {
    padding-bottom: 2.1333333333vw;
    font-size: 33px;
    font-size: 4.4vw;
    margin-bottom: 2.9333333333vw;
    text-align: center;
  }
}
.p_wrap.p_treatment .diabetes-section .feature-box dl .bottom-txt .dot-list {
  line-height: 4.5rem;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .diabetes-section .feature-box dl .bottom-txt .dot-list {
    line-height: 5.8666666667vw;
  }
}
.p_wrap.p_treatment .diabetes-section .feature-box dl .bottom-txt .dot-list .list-item::before {
  color: #fff;
}
.p_wrap.p_treatment .diabetes-section .feature-box dl .bottom-txt .txt-inner {
  max-width: 44.3rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .diabetes-section .feature-box dl .bottom-txt .txt-inner {
    max-width: 70.5333333333vw;
  }
}
.p_wrap.p_treatment .diabetes-section .feature-box .cont-left,
.p_wrap.p_treatment .diabetes-section .feature-box .cont-right {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .p_wrap.p_treatment .diabetes-section .feature-box .cont-left,
  .p_wrap.p_treatment .diabetes-section .feature-box .cont-right {
    width: 100%;
  }
}
.p_wrap.p_treatment .t-slider {
  width: 100vw;
  margin: auto calc(50% - 50vw);
}
.p_wrap.p_treatment .t-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  height: auto;
}
.p_wrap.p_treatment .btn_circle {
  border-radius: 4rem;
}
.p_wrap.p_treatment .btn_circle a {
  border-radius: 4rem;
}
.p_wrap.p_treatment .btn_circle--blue {
  background-color: #79ADD9;
  color: #fff;
}

.c-btn01 {
  display: block;
  text-align: center;
  font-size: 2.7rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 900px) {
  .c-btn01 {
    font-size: 26px;
    font-size: 3.4666666667vw;
    max-width: 52.9333333333vw;
    width: 100%;
    display: block;
    margin: auto;
  }
}
.c-btn01__link {
  border-radius: 1.5rem;
  display: inline-block;
  padding: 0 11.2rem;
  line-height: 7.3rem;
  border: 0.8px solid #211815;
  background-color: #fff;
  -webkit-transition: -webkit-filter 0.6s;
  transition: -webkit-filter 0.6s;
  transition: filter 0.6s;
  transition: filter 0.6s, -webkit-filter 0.6s;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(35, 24, 21, 0.2));
          filter: drop-shadow(0px 0px 5px rgba(35, 24, 21, 0.2));
}
.c-btn01__link:hover {
  -webkit-filter: none;
          filter: none;
}
.c-btn01__link--arrow {
  position: relative;
}
.c-btn01__link--arrow:after {
  content: "";
  background: url(../images/common/arrow-light.svg) no-repeat center/contain;
  width: 0.9rem;
  height: 1.7rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .c-btn01__link--arrow:after {
    width: 1.6vw;
    height: 3.0666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .c-btn01__link {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 9.6vw;
    border-radius: 1.8666666667vw;
  }
}

/* 固定ページ共通 end */
/* 当院について start */
.about-us #ac_top_section, .about-us #sec01 {
  scroll-margin-top: 15rem;
}
.about-us .p_mv {
  margin-bottom: 17rem;
}
@media screen and (max-width: 900px) {
  .about-us .p_mv {
    margin-bottom: 10.5333333333vw;
  }
}
.about-us .p_mv .cont-left .p-ttl {
  position: relative;
  padding-top: 4.3rem;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .about-us .p_mv .cont-left .p-ttl {
    color: #fff;
    padding-top: 0;
    position: absolute;
  }
}
.about-us .top_section {
  margin-bottom: 19.3rem;
  margin-right: 11rem;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .about-us .top_section {
    max-width: 89.0666666667vw;
    margin-right: auto;
    margin-bottom: 23.7333333333vw;
  }
}
.about-us .top_section .catch {
  text-align: left;
  padding-bottom: 32.5rem;
  position: relative;
  padding-left: 46.7rem;
}
@media screen and (max-width: 900px) {
  .about-us .top_section .catch {
    padding-bottom: 0;
    padding-left: 0;
  }
}
.about-us .top_section .catch::after {
  content: "";
  position: absolute;
  background: url(../images/aboutus/about01.png) no-repeat center/contain;
  width: 69rem;
  height: 52.9rem;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .about-us .top_section .catch::after {
    position: relative;
    display: block;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    left: 0;
    height: 70.4vw;
    background: url(../images/aboutus/about01.png) no-repeat center/cover;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about-us .top_section .catch .p-ttl {
  text-align: left;
  font-size: 3.8rem;
  color: #211815;
  line-height: 6.6rem;
  font-weight: bold;
  letter-spacing: 0.37em;
  margin-bottom: 7.6rem;
}
@media screen and (max-width: 900px) {
  .about-us .top_section .catch .p-ttl {
    font-size: 44px;
    font-size: 5.8666666667vw;
    line-height: 11.7333333333vw;
    text-align: center;
    margin-bottom: 10.6666666667vw;
  }
}
.about-us .top_section .catch .p-txt {
  font-size: 1.9rem;
  line-height: 4.2rem;
  letter-spacing: 0.33em;
  color: #211815;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 900px) {
  .about-us .top_section .catch .p-txt {
    font-size: 21px;
    font-size: 2.8vw;
    line-height: 6.9333333333vw;
    margin-bottom: 4vw;
    text-align: center;
    letter-spacing: 1px;
  }
}
.about-us .top_section .catch .p-txt:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .about-us .top_section .catch .p-txt:last-child {
    margin-bottom: 10.4vw;
  }
}
.about-us .p-ttl {
  font-size: 5.3rem;
  letter-spacing: 0.405em;
  color: #79ADD9;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .about-us .p-ttl {
    font-size: 53px;
    font-size: 7.0666666667vw;
  }
}
.about-us .cont-list {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  margin-bottom: 15.6rem;
}
@media screen and (max-width: 900px) {
  .about-us .cont-list {
    margin-bottom: 19.8666666667vw;
    gap: 2.1333333333vw;
  }
}
.about-us .cont-list .list-item {
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  max-width: 18.5rem;
  width: 100%;
  height: 6.1rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 900px) {
  .about-us .cont-list .list-item {
    font-size: 22px;
    font-size: 2.9333333333vw;
    max-width: 24.6666666667vw;
    height: 8vw;
    border-radius: 2vw;
  }
}
.about-us .cont-list .list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
}
.about-us .sec01 {
  max-width: 125.2rem;
  width: 100%;
  margin: auto;
  text-align: left;
  margin-bottom: 19.9rem;
}
@media screen and (max-width: 900px) {
  .about-us .sec01 {
    max-width: 85.3333333333vw;
    margin-bottom: 0;
  }
}
.about-us .sec01 .inner {
  position: relative;
  padding-bottom: 7.3rem;
}
@media screen and (max-width: 900px) {
  .about-us .sec01 .inner {
    padding-bottom: 0;
  }
}
.about-us .sec01 .inner::after {
  content: "";
  position: absolute;
  background: url(../images/aboutus/about02.jpg) no-repeat center/contain;
  width: 69rem;
  height: 53rem;
  bottom: 0;
  left: 55.3rem;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .about-us .sec01 .inner::after {
    position: relative;
    display: block;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 8.6666666667vw;
    left: 0;
    height: 70.4vw;
    background: url(../images/aboutus/about02.jpg) no-repeat center/cover;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about-us .sec01 .p-ttl {
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 900px) {
  .about-us .sec01 .p-ttl {
    text-align: center;
    margin-bottom: 9.7333333333vw;
  }
}
.about-us .sec01 .p-txt {
  font-size: 2.3rem;
  line-height: 5.1rem;
  letter-spacing: 0.19em;
  font-weight: bold;
  text-align: justify;
  width: 61%;
}
@media screen and (max-width: 900px) {
  .about-us .sec01 .p-txt {
    font-size: 23px;
    font-size: 3.0666666667vw;
    line-height: 6.6666666667vw;
    width: 100%;
  }
}
.about-us .sec02 {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-top: 14.1rem;
  padding-bottom: 22.8rem;
}
@media screen and (max-width: 900px) {
  .about-us .sec02 {
    padding-top: 25.6vw;
    padding-bottom: 27.8666666667vw;
  }
}
.about-us .sec02 .cont-top {
  text-align: center;
}
.about-us .sec02 .cont-top .p-ttl {
  margin-bottom: 5.6rem;
  line-height: 100%;
}
@media screen and (max-width: 900px) {
  .about-us .sec02 .cont-top .p-ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.about-us .sec02 .cont-top .p-txt {
  font-weight: bold;
  font-size: 3.4rem;
  letter-spacing: 0.25em;
  margin-bottom: 6.9rem;
}
@media screen and (max-width: 900px) {
  .about-us .sec02 .cont-top .p-txt {
    font-size: 34px;
    font-size: 4.5333333333vw;
    line-height: 8.1333333333vw;
    margin-bottom: 17.7333333333vw;
  }
}
.about-us .sec02 .cont-bottom .d-prof {
  position: relative;
  max-width: 102.6rem;
  width: 100%;
  margin: auto auto 9.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 4.2rem;
  padding-bottom: 3.7rem;
  background-color: #fff;
  border-radius: 4rem;
  min-height: 54.8rem;
}
.about-us .sec02 .cont-bottom .d-prof:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .about-us .sec02 .cont-bottom .d-prof {
    max-width: 78vw;
    margin: auto calc(50% - 50vw) 24.1333333333vw;
    border-radius: 0 5.3333333333vw 5.3333333333vw 0;
    padding-top: 66.9333333333vw;
    padding-bottom: 8vw;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: auto;
  }
  .about-us .sec02 .cont-bottom .d-prof:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
    border-radius: 0 0 0 5.3333333333vw;
  }
}
.about-us .sec02 .cont-bottom .d-prof .cont-image {
  position: absolute;
  -webkit-filter: drop-shadow(10px 10px 20px rgba(25, 33, 20, 0.15));
          filter: drop-shadow(10px 10px 20px rgba(25, 33, 20, 0.15));
  top: -3.7rem;
}
.about-us .sec02 .cont-bottom .d-prof .cont-image--left {
  left: -7.4rem;
  width: 51%;
}
@media screen and (max-width: 900px) {
  .about-us .sec02 .cont-bottom .d-prof .cont-image--left {
    left: auto;
    right: -5.7333333333vw;
    width: 67.8666666667vw;
    height: 71.0666666667vw;
    top: -11.3333333333vw;
    bottom: 0;
  }
  .about-us .sec02 .cont-bottom .d-prof .cont-image--left img {
    width: 100%;
  }
}
.about-us .sec02 .cont-bottom .d-prof .cont-image--right {
  right: -4.9rem;
  width: 51%;
}
@media screen and (max-width: 900px) {
  .about-us .sec02 .cont-bottom .d-prof .cont-image--right {
    right: auto;
    left: -5.7333333333vw;
    width: 67.8666666667vw;
    height: 71.0666666667vw;
    top: -11.3333333333vw;
    bottom: 0;
  }
  .about-us .sec02 .cont-bottom .d-prof .cont-image--right img {
    width: 100%;
  }
}
.about-us .sec02 .cont-bottom .d-prof .cont-txt {
  margin-right: 3.7rem;
  margin-left: auto;
  font-weight: bold;
  min-width: 41rem;
}
@media screen and (max-width: 900px) {
  .about-us .sec02 .cont-bottom .d-prof .cont-txt {
    margin-right: auto;
    margin-left: 15.7333333333vw;
    min-width: auto;
  }
}
.about-us .sec02 .cont-bottom .d-prof .cont-txt--right {
  margin-right: auto;
  margin-left: 6.3rem;
}
.about-us .sec02 .cont-bottom .d-prof .cont-txt .doctor-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.7rem;
}
.about-us .sec02 .cont-bottom .d-prof .cont-txt .doctor-position dt {
  background-color: #79ADD9;
  color: #fff;
  font-weight: bold;
  height: 3.7rem;
  font-size: 2.4rem;
  letter-spacing: 0.235em;
  min-width: 13.6rem;
  margin-right: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .about-us .sec02 .cont-bottom .d-prof .cont-txt .doctor-position dt {
    font-size: 23px;
    font-size: 3.0666666667vw;
    height: 4.8vw;
    min-width: 18vw;
    margin-right: 2vw;
  }
}
.about-us .sec02 .cont-bottom .d-prof .cont-txt .doctor-position dd {
  font-size: 4.1rem;
  letter-spacing: 0.235em;
  color: #79ADD9;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .about-us .sec02 .cont-bottom .d-prof .cont-txt .doctor-position dd {
    font-size: 41px;
    font-size: 5.4666666667vw;
  }
}
.about-us .sec02 .cont-bottom .d-prof .cont-txt .doctor-detail {
  margin-bottom: 1rem;
}
.about-us .sec02 .cont-bottom .d-prof .cont-txt .doctor-detail:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .about-us .sec02 .cont-bottom .d-prof .cont-txt .doctor-detail--spOverflow {
    width: 130%;
  }
}
.about-us .sec02 .cont-bottom .d-prof .cont-txt .doctor-detail dt {
  color: #79ADD9;
  font-size: 2.3rem;
  letter-spacing: 0.16em;
  margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
  .about-us .sec02 .cont-bottom .d-prof .cont-txt .doctor-detail dt {
    font-size: 23px;
    font-size: 3.0666666667vw;
    margin-bottom: 0.5333333333vw;
  }
}
.about-us .sec02 .cont-bottom .d-prof .cont-txt .doctor-detail dd {
  font-size: 1.8rem;
  letter-spacing: 0.11em;
  line-height: 3rem;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 900px) {
  .about-us .sec02 .cont-bottom .d-prof .cont-txt .doctor-detail dd {
    font-size: 18px;
    font-size: 2.4vw;
    line-height: 3.8666666667vw;
    letter-spacing: 0.11em;
  }
}
.about-us .sec02 .cont-bottom .d-prof--blue {
  background-color: #79add9;
  min-height: auto;
}
.about-us .sec02 .cont-bottom .d-prof--blue .cont-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 7.9rem;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .about-us .sec02 .cont-bottom .d-prof--blue .cont-txt {
    display: block;
    margin-left: auto;
    max-width: 50.1333333333vw;
    width: 100%;
  }
}
.about-us .sec02 .cont-bottom .d-prof--blue .cont-txt .doctor-position {
  margin-bottom: 0;
  margin-right: 12.9rem;
}
@media screen and (max-width: 900px) {
  .about-us .sec02 .cont-bottom .d-prof--blue .cont-txt .doctor-position {
    margin-right: auto;
    margin-bottom: 0.9333333333vw;
  }
}
.about-us .sec02 .cont-bottom .d-prof--blue .cont-txt .doctor-position dt {
  background-color: #fff;
  color: #79ADD9;
  font-size: 2.6rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 900px) {
  .about-us .sec02 .cont-bottom .d-prof--blue .cont-txt .doctor-position dt {
    font-size: 23px;
    font-size: 3.0666666667vw;
  }
}
.about-us .sec02 .cont-bottom .d-prof--blue .cont-txt .doctor-position dd {
  color: #fff;
}
@media screen and (max-width: 900px) {
  .about-us .sec02 .cont-bottom .d-prof--blue .cont-txt .doctor-position dd {
    font-size: 20px;
    font-size: 2.6666666667vw;
    line-height: 4.4vw;
  }
}
.about-us .sec02 .cont-bottom .d-prof--blue .cont-txt .doctor-detail {
  margin-bottom: 0;
}
.about-us .sec02 .cont-bottom .d-prof--blue .cont-txt .doctor-detail dt {
  color: #fff;
}
.about-us .sec02 .cont-bottom .d-prof--blue .cont-txt .doctor-detail dd {
  color: #211815;
}

/* 当院について end */
/* 医療機関のみなさまへ start */
.p_formedical .first-section {
  margin-bottom: 11.2rem;
}
@media screen and (max-width: 900px) {
  .p_formedical .first-section {
    margin-bottom: 6.8vw;
  }
}
@media screen and (max-width: 900px) {
  .p_formedical.hemodialysis .first-section {
    margin-bottom: 13.3333333333vw;
  }
}
.p_formedical.hemodialysis .first-section .top-section {
  margin: auto auto 10.3rem;
}
@media screen and (max-width: 900px) {
  .p_formedical.hemodialysis .first-section .top-section {
    margin: auto auto 14vw;
  }
}
@media screen and (max-width: 900px) {
  .p_formedical.home-visit .first-section .p-ttl {
    letter-spacing: 0vw;
  }
}
.p_formedical .top-section {
  text-align: center;
  max-width: 113.9rem;
  width: 100%;
  margin: auto auto 10.3rem;
}
@media screen and (max-width: 900px) {
  .p_formedical .top-section {
    margin: auto auto 14vw;
    max-width: 89.0666666667vw;
    letter-spacing: 3px;
  }
}
.p_formedical .top-section .p-ttl {
  position: relative;
  display: inline-block;
  font-size: 3.8rem;
  letter-spacing: 0.23em;
  font-weight: bold;
  color: #211815;
  padding-left: 15.3rem;
  margin-bottom: 8.8rem;
}
@media screen and (max-width: 900px) {
  .p_formedical .top-section .p-ttl {
    font-size: 32px;
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
    padding-left: 19.6vw;
    letter-spacing: 0.6666666667vw;
  }
}
.p_formedical .top-section .p-ttl::before {
  content: "!";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 13.1rem;
  height: 13.1rem;
  background-color: #E7F0FA;
  color: #79ADD9;
  font-size: 8.8rem;
  line-height: 13.1rem;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .p_formedical .top-section .p-ttl::before {
    font-size: 75px;
    font-size: 10vw;
    width: 15.0666666667vw;
    height: 15.0666666667vw;
    line-height: 15.0666666667vw;
  }
}
.p_formedical .menu-list {
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 900px) {
  .p_formedical .menu-list {
    margin-bottom: 8.6666666667vw;
  }
}
.p_formedical .p-txt {
  font-weight: bold;
  color: #211815;
  font-size: 2rem;
  line-height: 4.2rem;
}
@media screen and (max-width: 900px) {
  .p_formedical .p-txt {
    font-size: 20px;
    font-size: 2.6666666667vw;
    line-height: 5.6vw;
    text-align: center;
  }
}
.p_formedical .desc .list-item {
  font-size: 2rem;
  line-height: 4.3rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 900px) {
  .p_formedical .desc .list-item {
    max-width: 81.8666666667vw;
    margin: 0;
    font-size: 21px;
    font-size: 2.8vw;
    line-height: 6vw;
    text-indent: -1em;
    margin-left: 1em;
    letter-spacing: 0.165em;
  }
}
.p_formedical .desc .list-item::before {
  color: #79ADD9;
}
.p_formedical .middle-section {
  max-width: 113.9rem;
  width: 100%;
  margin: auto auto 5.1rem;
}
@media screen and (max-width: 900px) {
  .p_formedical .middle-section {
    margin-bottom: 15.0666666667vw;
    max-width: 85.3333333333vw;
  }
}
.p_formedical .bottom-section {
  max-width: 113.9rem;
  width: 100%;
  margin: auto auto 10.3rem;
  text-align: center;
  font-size: 2.2rem;
  line-height: 4.4rem;
}
@media screen and (max-width: 900px) {
  .p_formedical .bottom-section {
    max-width: 63.7333333333vw;
    font-size: 21px;
    font-size: 2.8vw;
    line-height: 5.8666666667vw;
    margin-bottom: 25.4666666667vw;
  }
}

/* 医療機関のみなさまへ end */
/* 一般内科 */
.general .p_wrap.p_treatment .top-section {
  margin-bottom: 15.8rem;
}
@media screen and (max-width: 900px) {
  .general .p_wrap.p_treatment .top-section {
    margin-bottom: 16.2666666667vw;
  }
}
.general .p_wrap.p_treatment .blue-list {
  -webkit-column-gap: 2.8rem;
     -moz-column-gap: 2.8rem;
          column-gap: 2.8rem;
  row-gap: 3.7rem;
  margin-bottom: 4.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .general .p_wrap.p_treatment .blue-list {
    row-gap: 3.3333333333vw;
    -webkit-column-gap: 3.7333333333vw;
       -moz-column-gap: 3.7333333333vw;
            column-gap: 3.7333333333vw;
    margin-bottom: 20vw;
    max-width: 85.8666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.general .p_wrap.p_treatment .blue-list::after {
  content: "など";
  text-align: right;
  width: 100%;
  color: #79ADD9;
  font-size: 2.1rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 900px) {
  .general .p_wrap.p_treatment .blue-list::after {
    font-size: 21px;
    font-size: 2.8vw;
  }
}
.general .p_wrap.p_treatment .blue-list .list-item {
  max-width: 36.6rem;
  width: 100%;
  height: 9.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .general .p_wrap.p_treatment .blue-list .list-item {
    max-width: 40.9333333333vw;
    height: 11.8666666667vw;
    font-size: 22px;
    font-size: 2.9333333333vw;
    line-height: 4.8vw;
    border-radius: 6vw;
    letter-spacing: 2px;
  }
}
.general .p_wrap.p_treatment .second-section {
  padding-top: 7.3rem;
  padding-bottom: 12.2rem;
  width: 100vw;
  margin: auto calc(50% - 50vw);
}
@media screen and (max-width: 900px) {
  .general .p_wrap.p_treatment .second-section {
    padding-top: 13.8666666667vw;
    padding-bottom: 24vw;
  }
}
.general .p_wrap.p_treatment .second-section .p-ttl {
  font-size: 3.6rem;
  letter-spacing: 0.3em;
  font-weight: bold;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 900px) {
  .general .p_wrap.p_treatment .second-section .p-ttl {
    font-size: 36px;
    font-size: 4.8vw;
    margin-bottom: 4.5333333333vw;
  }
}
.general .p_wrap.p_treatment .qa {
  margin-top: 20rem;
}

/* 一般内科 */
/* 糖尿病 */
.diabetes .p_wrap.p_treatment .section-wrap {
  max-width: 117.4rem;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .section-wrap {
    max-width: 86vw;
  }
}
.diabetes .p_wrap.p_treatment .top-section {
  margin-bottom: 20.9rem;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .top-section {
    margin-bottom: 20.2666666667vw;
    max-width: 86.4vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.diabetes .p_wrap.p_treatment .top-section .p-txt {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .top-section .p-txt {
    text-align: left;
  }
}
.diabetes .p_wrap.p_treatment .top-section .p-txt:first-of-type {
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .top-section .p-txt:first-of-type {
    margin-bottom: 4.1333333333vw;
  }
}
.diabetes .p_wrap.p_treatment .top-section .blue-list {
  max-width: 85.9rem;
  row-gap: 2.9rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .top-section .blue-list {
    max-width: 86vw;
    row-gap: 2.8vw;
    margin-bottom: 3.8666666667vw;
  }
}
.diabetes .p_wrap.p_treatment .top-section .blue-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.15em;
  height: 6.5rem;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .top-section .blue-list .list-item {
    font-size: 16px;
    font-size: 2.1333333333vw;
    height: 6.4vw;
  }
}
.diabetes .p_wrap.p_treatment .flow-section .p-ttl {
  margin-bottom: 4.9rem;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .flow-section .p-ttl {
    margin-bottom: 5.6vw;
  }
}
.diabetes .p_wrap.p_treatment .flow-section .flow-list {
  margin-bottom: 3.3rem;
}
.diabetes .p_wrap.p_treatment .flow-section .flow-list .list-item:first-child dt img {
  width: 7.3rem;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .flow-section .flow-list .list-item:first-child dt img {
    width: 8vw;
  }
}
.diabetes .p_wrap.p_treatment .flow-section .flow-list .list-item:nth-child(2) dt img {
  width: 5.5rem;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .flow-section .flow-list .list-item:nth-child(2) dt img {
    width: 6.4vw;
  }
}
.diabetes .p_wrap.p_treatment .flow-section .flow-list .list-item:last-child dt img {
  width: 6.5rem;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .flow-section .flow-list .list-item:last-child dt img {
    width: 7.6vw;
  }
}
.diabetes .p_wrap.p_treatment .flow-section .p-txt {
  font-size: 2.2rem;
  line-height: 4.4rem;
  letter-spacing: 0.16em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .flow-section .p-txt {
    font-size: 21px;
    font-size: 2.8vw;
    line-height: 5.8666666667vw;
    max-width: 85.3333333333vw;
    margin: auto;
    text-align: left;
  }
}
.diabetes .p_wrap.p_treatment .middle-section {
  margin-top: 16.4rem;
  margin-bottom: 13.8rem;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .middle-section {
    margin-top: 22vw;
    margin-bottom: 23.4666666667vw;
  }
}
.diabetes .p_wrap.p_treatment .middle-section .cont-top {
  margin-bottom: 15.8rem;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .middle-section .cont-top {
    margin-bottom: 23.7333333333vw;
  }
}
.diabetes .p_wrap.p_treatment .middle-section .cont-top .p-ttl {
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .middle-section .cont-top .p-ttl {
    line-height: 9.4666666667vw;
    margin-bottom: 5.4666666667vw;
  }
}
.diabetes .p_wrap.p_treatment .middle-section .cont-top .blue-list {
  row-gap: 3.4rem;
  -webkit-column-gap: 2.3rem;
     -moz-column-gap: 2.3rem;
          column-gap: 2.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .middle-section .cont-top .blue-list {
    row-gap: 3.4666666667vw;
    -webkit-column-gap: 2.6666666667vw;
       -moz-column-gap: 2.6666666667vw;
            column-gap: 2.6666666667vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 86vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.diabetes .p_wrap.p_treatment .middle-section .cont-top .blue-list .list-item {
  max-width: 36.2rem;
  width: 100%;
  height: 10.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5.2rem;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .middle-section .cont-top .blue-list .list-item {
    max-width: 41.6vw;
    height: 11.7333333333vw;
    border-radius: 6vw;
    font-size: 25px;
    font-size: 3.3333333333vw;
    letter-spacing: 0.15em;
    line-height: 4.8vw;
  }
  .diabetes .p_wrap.p_treatment .middle-section .cont-top .blue-list .list-item:last-child {
    margin: auto;
  }
}
.diabetes .p_wrap.p_treatment .middle-section .cont-bottom .p-ttl {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .middle-section .cont-bottom .p-ttl {
    line-height: 9.4666666667vw;
    margin-bottom: 4.9333333333vw;
  }
}
.diabetes .p_wrap.p_treatment .diabetes-section {
  padding-top: 10rem;
  padding-bottom: 15.2rem;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .diabetes-section .cont-top .p-ttl {
    margin-bottom: 5.4666666667vw;
  }
}
.diabetes .p_wrap.p_treatment .bottom-section {
  margin-top: 20rem;
  margin-bottom: 20rem;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .bottom-section {
    margin-top: 24.5333333333vw;
    margin-bottom: 26.6666666667vw;
  }
}
.diabetes .p_wrap.p_treatment .bottom-section .p-ttl {
  margin-bottom: 7.3rem;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .bottom-section .p-ttl {
    margin-bottom: 6.6666666667vw;
  }
}
.diabetes .p_wrap.p_treatment .bottom-section .cont-bottom .dot-list {
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .bottom-section .cont-bottom .dot-list {
    margin-bottom: 6.2666666667vw;
  }
}
.diabetes .p_wrap.p_treatment .bottom-section .cont-bottom .dot-list:last-child {
  margin-bottom: 0;
}
.diabetes .p_wrap.p_treatment .dot-list .list-item {
  font-size: 2.2rem;
  line-height: 4.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .diabetes .p_wrap.p_treatment .dot-list .list-item {
    font-size: 19px;
    font-size: 2.5333333333vw;
    line-height: 5.8666666667vw;
  }
}
.diabetes .p_wrap.p_treatment .dot-list > .list-item::before {
  color: #79ADD9;
}

/* 糖尿病 */
/* 生活習慣病 */
.lifestyle .p_wrap.p_treatment .top-section {
  margin-bottom: 17.3rem;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .top-section {
    margin-bottom: 19.7333333333vw;
  }
}
.lifestyle .p_wrap.p_treatment .middle-section {
  padding-bottom: 17.6rem;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .middle-section {
    padding-bottom: 18.6666666667vw;
  }
}
.lifestyle .p_wrap.p_treatment .middle-section .diabetes-section {
  padding-bottom: 0;
}
.lifestyle .p_wrap.p_treatment .sec02 {
  margin-bottom: 14.6rem;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec02 {
    margin-bottom: 18.2666666667vw;
  }
}
.lifestyle .p_wrap.p_treatment .sec02 .white-box .box-inner .cont-flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec02 .white-box .box-inner .cont-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lifestyle .p_wrap.p_treatment .sec02 .white-box .box-inner > dd > .p-txt {
  letter-spacing: 2px;
  margin-bottom: 1rem;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec02 .white-box .box-inner > dd > .p-txt {
    margin-bottom: 4vw;
    letter-spacing: 0.1em;
    font-size: 20px;
    font-size: 2.6666666667vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec02 .white-box .box-inner .image-section.cont-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .lifestyle .p_wrap.p_treatment .sec02 .white-box .box-inner .image-section.cont-flex .cont-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.lifestyle .p_wrap.p_treatment .sec02 .white-box .dot-list .list-item {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec02 .white-box .dot-list .list-item {
    margin-bottom: 1.6vw;
  }
}
.lifestyle .p_wrap.p_treatment .sec02 .white-box .dot-list .p-txt {
  margin-bottom: 2rem;
}
.lifestyle .p_wrap.p_treatment .sec02 .white-box:nth-child(3) .box-ttl {
  margin-bottom: 7rem;
  letter-spacing: 5px;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec02 .white-box:nth-child(3) .box-ttl {
    margin-bottom: 4.5333333333vw;
    text-align: center;
    letter-spacing: 0.095em;
  }
}
.lifestyle .p_wrap.p_treatment .sec02 .white-box:nth-child(3) .dot-list {
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec02 .white-box:nth-child(3) .dot-list {
    margin-bottom: 8.2666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec02 .white-box:nth-child(3) .dot-list .p-txt {
    line-height: 5.8666666667vw;
  }
}
.lifestyle .p_wrap.p_treatment .sec02 .white-box:nth-child(3) .dot-list:nth-child(2) .cont-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lifestyle .p_wrap.p_treatment .sec02 .white-box:nth-child(3) .dot-list:nth-child(2) .cont-flex dt {
  width: 10rem;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec02 .white-box:nth-child(3) .dot-list:nth-child(2) .cont-flex dt {
    width: 13.3333333333vw;
  }
}
.lifestyle .p_wrap.p_treatment .sec02 .white-box:nth-child(3) .dot-list:last-child .cont-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lifestyle .p_wrap.p_treatment .sec02 .white-box:nth-child(3) .dot-list:last-child .cont-flex dt {
  width: 11rem;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec02 .white-box:nth-child(3) .dot-list:last-child .cont-flex dt {
    width: 13.3333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec02 .white-box:nth-child(3) .dot-list:last-child .cont-right {
    margin: auto;
  }
}
.lifestyle .p_wrap.p_treatment .sec03 {
  margin-bottom: 15.6rem;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec03 {
    margin-bottom: 18.4vw;
  }
}
.lifestyle .p_wrap.p_treatment .sec03 .dot-list {
  margin-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec03 .dot-list {
    margin-bottom: 6vw;
  }
}
.lifestyle .p_wrap.p_treatment .sec03 .box-inner > dd {
  margin-bottom: 4.7rem;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec03 .box-inner > dd {
    margin-bottom: 7.2vw;
  }
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec04 .white-box .cont-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lifestyle .p_wrap.p_treatment .sec04 .white-box:last-child .cont-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.lifestyle .p_wrap.p_treatment .sec04 .white-box .cont-left {
  margin-right: 3.9rem;
  width: 54%;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec04 .white-box .cont-left {
    margin-right: auto;
    width: 100%;
    text-align: center;
  }
}
.lifestyle .p_wrap.p_treatment .sec04 .white-box .cont-right {
  width: 48%;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec04 .white-box .cont-right {
    width: 100%;
    text-align: center;
  }
}
.lifestyle .p_wrap.p_treatment .sec04 .white-box:last-child .cont-left {
  text-align: center;
  margin-right: 7.8rem;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec04 .white-box:last-child .cont-left {
    margin-right: 2.1333333333vw;
  }
}
.lifestyle .p_wrap.p_treatment .sec04 .white-box:last-child .cont-left img {
  width: 37rem;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec04 .white-box:last-child .cont-left img {
    width: 34.1333333333vw;
  }
}
.lifestyle .p_wrap.p_treatment .sec04 .white-box:last-child .cont-right {
  width: 41%;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec04 .white-box:last-child .cont-right {
    width: 34.1333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec04 .white-box:last-child .cont-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lifestyle .p_wrap.p_treatment .sec04 .white-box .p-txt {
  margin-bottom: 3.9rem;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec04 .white-box .p-txt {
    margin-bottom: 2.6666666667vw;
  }
}
.lifestyle .p_wrap.p_treatment .sec04 .white-box > .box-inner > .p-txt {
  margin-top: 3.4rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec04 .white-box > .box-inner > .p-txt {
    margin-top: 2.6666666667vw;
  }
}
.lifestyle .p_wrap.p_treatment .sec04 .white-box .cont-bottom .circle--lb {
  width: 100%;
  color: #79ADD9;
  border-radius: 4.6rem;
  font-size: 3.3rem;
  line-height: 3.3rem;
  letter-spacing: 0.115em;
  background-color: #ebf3f9;
  text-align: center;
  height: 9.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec04 .white-box .cont-bottom .circle--lb {
    border-radius: 3.6vw;
    font-size: 19px;
    font-size: 2.5333333333vw;
    line-height: 2.5333333333vw;
    height: 7.2vw;
    margin-bottom: 4vw;
  }
}
.lifestyle .p_wrap.p_treatment .sec04 .white-box .cont-bottom .circle--lb span {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec04 .white-box .cont-bottom .circle--lb span {
    font-size: 12px;
    font-size: 1.6vw;
  }
}
.lifestyle .p_wrap.p_treatment .sec04 .white-box .cont-bottom .symptoms-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.2rem;
     -moz-column-gap: 2.2rem;
          column-gap: 2.2rem;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec04 .white-box .cont-bottom .symptoms-list {
    -webkit-column-gap: 1.6vw;
       -moz-column-gap: 1.6vw;
            column-gap: 1.6vw;
  }
}
.lifestyle .p_wrap.p_treatment .sec04 .white-box .cont-bottom .symptoms-list .list-item {
  position: relative;
  border-radius: 1.9rem;
  background-color: #79ADD9;
  color: #fff;
  max-width: 32.8rem;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec04 .white-box .cont-bottom .symptoms-list .list-item {
    border-radius: 1.4666666667vw;
    max-width: 24.8vw;
  }
}
.lifestyle .p_wrap.p_treatment .sec04 .white-box .cont-bottom .symptoms-list .list-item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 19.5px 0 19.5px;
  border-color: #79ADD9 transparent transparent transparent;
  top: -3.3rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec04 .white-box .cont-bottom .symptoms-list .list-item::before {
    border-width: 2.6666666667vw 2.6vw 0 2.6vw;
    top: -3.2vw;
  }
}
.lifestyle .p_wrap.p_treatment .sec04 .white-box .cont-bottom .symptoms-list .list-item .p-ttl {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  background-color: #ebf3f9;
  color: #79ADD9;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec04 .white-box .cont-bottom .symptoms-list .list-item .p-ttl {
    font-size: 15px;
    font-size: 2vw;
    height: 5.2vw;
    border-radius: 1.4666666667vw 1.4666666667vw 0 0;
  }
}
.lifestyle .p_wrap.p_treatment .sec04 .white-box .cont-bottom .symptoms-list .list-item .p-txt {
  font-size: 2rem;
  line-height: 3.5rem;
  height: 17.2rem;
  padding: 1.5rem 2.4rem 0;
  margin-bottom: 0;
  letter-spacing: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .sec04 .white-box .cont-bottom .symptoms-list .list-item .p-txt {
    font-size: 13px;
    font-size: 1.7333333333vw;
    line-height: 2.5333333333vw;
    height: auto;
    padding: 1.2vw 1.6vw 1.2vw;
    letter-spacing: 1px;
  }
}
.lifestyle .p_wrap.p_treatment .bottom-section {
  margin-top: 18rem;
  margin-bottom: 10rem;
}
.lifestyle .p_wrap.p_treatment .bottom-section .p-ttl {
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .lifestyle .p_wrap.p_treatment .bottom-section {
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}

/* 生活習慣病 */
/* 甲状腺 */
.thyroid .p_wrap.p_treatment .top-section {
  margin-bottom: 17.3rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .top-section {
    margin-bottom: 19.4666666667vw;
  }
}
.thyroid .p_wrap.p_treatment .section-wrap {
  max-width: 117.4rem;
}
.thyroid .p_wrap.p_treatment .flow-section {
  padding-bottom: 14.8rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .flow-section {
    padding-bottom: 22.8vw;
  }
}
.thyroid .p_wrap.p_treatment .flow-section .p-ttl {
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .flow-section .p-ttl {
    margin-bottom: 7.0666666667vw;
  }
}
.thyroid .p_wrap.p_treatment .flow-section .flow-list .list-item:first-child dt img {
  width: 7.3rem;
  height: 7rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .flow-section .flow-list .list-item:first-child dt img {
    width: 8vw;
    height: 7.6vw;
  }
}
.thyroid .p_wrap.p_treatment .flow-section .flow-list .list-item dd {
  letter-spacing: 0;
}
.thyroid .p_wrap.p_treatment .flow-section .flow-list .list-item:last-child dl dt {
  letter-spacing: 5px;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .flow-section .flow-list .list-item:last-child dl dt {
    letter-spacing: 3px;
  }
}
.thyroid .p_wrap.p_treatment .flow-section .flow-list .list-item:last-child dl dt img {
  width: 13.6rem;
  height: 5.9rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .flow-section .flow-list .list-item:last-child dl dt img {
    width: 15.7333333333vw;
    height: 6.8vw;
  }
}
.thyroid .p_wrap.p_treatment .middle-section {
  margin-top: 14.6rem;
  margin-bottom: 12.7rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .middle-section {
    margin-top: 19.0666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}
.thyroid .p_wrap.p_treatment .middle-section .cont-top {
  max-width: 113rem;
  width: 100%;
  margin: auto auto 15.2rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .middle-section .cont-top {
    max-width: 86vw;
    margin-bottom: 17.7333333333vw;
  }
}
.thyroid .p_wrap.p_treatment .middle-section .cont-top .p-ttl {
  margin-bottom: 5.1rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .middle-section .cont-top .p-ttl {
    margin-bottom: 5.7333333333vw;
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
.thyroid .p_wrap.p_treatment .middle-section .cont-top .blue-list {
  gap: 3.5rem 2.1rem;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .middle-section .cont-top .blue-list {
    gap: 2.5333333333vw;
    margin-bottom: 2.2666666667vw;
  }
}
.thyroid .p_wrap.p_treatment .middle-section .cont-top .blue-list .list-item {
  border-radius: 5.2rem;
  max-width: 36.2rem;
  width: 100%;
  height: 10.3rem;
  font-size: 2.7rem;
  line-height: 3.5rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .middle-section .cont-top .blue-list .list-item {
    border-radius: 6vw;
    max-width: 41.6vw;
    height: 11.8666666667vw;
    font-size: 25px;
    font-size: 3.3333333333vw;
    line-height: 4vw;
  }
}
.thyroid .p_wrap.p_treatment .middle-section .cont-top .blue-list .list-item span {
  text-indent: 0.5em;
}
.thyroid .p_wrap.p_treatment .middle-section .cont-top .blue-list .list-item span sup {
  font-size: 0.5em;
  top: -1em;
}
.thyroid .p_wrap.p_treatment .middle-section .cont-top .blue-list .list-item small {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .middle-section .cont-top .blue-list .list-item small {
    font-size: 16px;
    font-size: 2.1333333333vw;
  }
}
.thyroid .p_wrap.p_treatment .middle-section .cont-top .kome {
  font-size: 1.8rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .middle-section .cont-top .kome {
    font-size: 12px;
    font-size: 1.6vw;
  }
}
.thyroid .p_wrap.p_treatment .middle-section .cont-bottom .p-ttl {
  margin-bottom: 5rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .middle-section .cont-bottom .p-ttl {
    margin-bottom: 4vw;
    line-height: 7.3333333333vw;
  }
}
.thyroid .p_wrap.p_treatment .middle-section .cont-bottom .dot-list > .list-item {
  font-size: 2rem;
  line-height: 4.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .middle-section .cont-bottom .dot-list > .list-item {
    font-size: 21px;
    font-size: 2.8vw;
    line-height: 5.3333333333vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section {
  padding-top: 12.5rem;
  padding-bottom: 13.9rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section {
    padding-top: 15.6vw;
    padding-bottom: 24.4vw;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .section-wrap {
  max-width: 108.2rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .section-wrap {
    max-width: 84.8vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .disease {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .disease {
    row-gap: 6.6666666667vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .cont-bottom.section-wrap .p-ttl {
  margin-bottom: 4rem;
}
.thyroid .p_wrap.p_treatment .bottom-section .sec02 {
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec02 {
    margin-bottom: 13.4666666667vw;
  }
  .thyroid .p_wrap.p_treatment .bottom-section .sec02 .cont-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec02 .white-box {
  padding: 0;
}
.thyroid .p_wrap.p_treatment .bottom-section .sec02 .white-box .cont-left,
.thyroid .p_wrap.p_treatment .bottom-section .sec02 .white-box .cont-right {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec02 .white-box .cont-left,
  .thyroid .p_wrap.p_treatment .bottom-section .sec02 .white-box .cont-right {
    width: 100%;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec02 .white-box .cont-right {
  background-color: #79ADD9;
  color: #fff;
  border-radius: 0 3.4rem 3.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec02 .white-box .cont-right {
    border-radius: 0 0 4.6666666667vw 4.6666666667vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec02 .white-box .cont-right .dot-list .list-item::before {
  content: "●";
  color: #fff;
}
.thyroid .p_wrap.p_treatment .bottom-section .sec02 .white-box .cont-right > dd {
  max-width: 45rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec02 .white-box .cont-right > dd {
    max-width: 70.8vw;
    padding-top: 6.1333333333vw;
    padding-bottom: 6.1333333333vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec02 .white-box .cont-right > dd dl {
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec02 .white-box .cont-right > dd dl {
    margin-bottom: 4vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec02 .white-box .cont-right > dd dl:last-child {
  margin-bottom: 0;
}
.thyroid .p_wrap.p_treatment .bottom-section .sec02 .white-box .cont-right > dd dl dt {
  font-size: 3.4rem;
  letter-spacing: 0.3em;
  padding-bottom: 2rem;
  border-bottom: 2px solid #fff;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec02 .white-box .cont-right > dd dl dt {
    font-size: 33px;
    font-size: 4.4vw;
    padding-bottom: 2.2666666667vw;
    margin-bottom: 2.2666666667vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec02 .white-box .cont-right > dd dl dd {
  font-size: 2.3rem;
  line-height: 4.3rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec02 .white-box .cont-right > dd dl dd {
    font-size: 21px;
    font-size: 2.8vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec02 .white-box .cont-left img {
    width: 100%;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec03 .white-box:last-child {
  margin-bottom: 0;
}
.thyroid .p_wrap.p_treatment .bottom-section .sec03 .white-box .cont-top {
  margin-bottom: 7rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec03 .white-box .cont-top {
    margin-bottom: 0;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec03 .white-box .p-ttl {
  font-size: 4rem;
  line-height: 6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec03 .white-box .p-ttl {
    font-size: 32px;
    font-size: 4.2666666667vw;
    letter-spacing: 0.1em;
    line-height: 7.2vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec03 .white-box .symptoms-list .p-ttl {
  font-size: 3.4rem;
  line-height: 6.8rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec03 .white-box .symptoms-list .p-ttl {
    font-size: 34px;
    font-size: 4.5333333333vw;
    line-height: 9.0666666667vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec03 .white-box .symptoms-list--border .p-ttl {
  border-bottom: 2px solid #79ADD9;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec03 .white-box .symptoms-list--border .p-ttl {
    margin-bottom: 2.8vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec03 .white-box .symptoms-list .dot-list {
  margin-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec03 .white-box .symptoms-list .dot-list {
    margin-bottom: 2.6666666667vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec03 .white-box .symptoms-list .dot-list:last-child {
  margin-bottom: 3rem;
}
.thyroid .p_wrap.p_treatment .bottom-section .sec03 .white-box .symptoms-list .dot-list .list-item {
  color: #211815;
  font-size: 2.2rem;
  line-height: 4rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec03 .white-box .symptoms-list .dot-list .list-item {
    font-size: 20px;
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec03 .white-box .symptoms-list .dot-list dd {
  font-size: 2.2rem;
  line-height: 4rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec03 .white-box .symptoms-list .dot-list dd {
    font-size: 21px;
    font-size: 2.8vw;
    line-height: 4vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec03 .white-box .name-list {
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec03 .white-box .name-list {
    margin-bottom: 7.3333333333vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec03 .white-box .name-list .p-txt {
  letter-spacing: 1px;
}
.thyroid .p_wrap.p_treatment .bottom-section .sec03 .white-box .name-list:last-child {
  margin-bottom: 0;
}
.thyroid .p_wrap.p_treatment .bottom-section .sec04 .p-ttl {
  font-size: 4rem;
  line-height: 6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec04 .p-ttl {
    font-size: 32px;
    font-size: 4.2666666667vw;
    letter-spacing: 0.1em;
    line-height: 7.2vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-left table,
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right table {
  max-width: 34.9rem;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-left table,
  .thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right table {
    max-width: 25.2vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-left .p-ttl,
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right .p-ttl {
  position: relative;
  font-size: 3.3rem;
  line-height: 4.5rem;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-left .p-ttl,
  .thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right .p-ttl {
    font-size: 18px;
    font-size: 2.4vw;
    line-height: 3.2vw;
    margin-bottom: 1.0666666667vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-left .p-ttl::before,
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right .p-ttl::before {
  content: "";
  width: 10.8rem;
  height: 10.8rem;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-left .p-ttl::before,
  .thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right .p-ttl::before {
    width: 7.7333333333vw;
    height: 7.7333333333vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-left tr,
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right tr {
  border-bottom: none;
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-left th,
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right th {
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: center;
  height: 7.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-left th,
  .thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right th {
    font-size: 15px;
    font-size: 2vw;
    line-height: 2.1333333333vw;
    height: 5.7333333333vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-left td,
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  padding-top: 2.2rem;
  padding-bottom: 2.6rem;
  min-height: 58.1rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-left td,
  .thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right td {
    padding-top: 1.2vw;
    padding-bottom: 2vw;
    min-height: 43.4666666667vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-left .dot-list .list-item,
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right .dot-list .list-item {
  font-size: 1.9rem;
  line-height: 4.1rem;
  letter-spacing: 0.1em;
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-left .dot-list .list-item::before,
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right .dot-list .list-item::before {
  color: #222;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-left .dot-list .list-item,
  .thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right .dot-list .list-item {
    font-size: 10px;
    font-size: 1.3333333333vw;
    line-height: 2.6666666667vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-left .p-ttl {
  color: #eb6ea5;
  padding-left: 12.1rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-left .p-ttl {
    padding-left: 7.7333333333vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-left .p-ttl::before {
  background: url(../images/thyroid/up.png) no-repeat center/contain;
  left: 0;
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-left th {
  background-color: #eb6ea5;
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-left td {
  background-color: #fadae8;
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right {
  margin-left: 0 !important;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right {
    margin-left: auto;
    margin-right: 0 !important;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right .p-ttl {
  color: #79ADD9;
  padding-right: 12.1rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right .p-ttl {
    padding-right: 7.7333333333vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right .p-ttl::before {
  background: url(../images/thyroid/down.png) no-repeat center/contain;
  right: 0;
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right th {
  background-color: #79ADD9;
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-right td {
  background-color: #ebf3f9;
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14.2rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-middle {
    margin-top: 10.4vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-middle .p-ttl {
  font-size: 2.8rem;
  line-height: 5rem;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-middle .p-ttl {
    font-size: 15px;
    font-size: 2vw;
    line-height: 3.6vw;
    margin-bottom: 2.2666666667vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-middle .circle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7px;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-middle .circle-list {
    row-gap: 0.4vw;
  }
}
.thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-middle .circle-list .list-item {
  width: 11.5rem;
  height: 11.5rem;
  border-radius: 50%;
  font-size: 1.9rem;
  line-height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ebf3f9;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .thyroid .p_wrap.p_treatment .bottom-section .sec06 .cont-bottom .cont-middle .circle-list .list-item {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    font-size: 10px;
    font-size: 1.3333333333vw;
    line-height: 2.1333333333vw;
  }
}

/* 甲状腺 */
/* 訪問診療 */
.visit .section-wrap {
  max-width: 117.5rem !important;
}
@media screen and (max-width: 900px) {
  .visit .section-wrap {
    max-width: 90vw !important;
  }
}
.visit .top-section {
  margin-bottom: 17rem;
}
@media screen and (max-width: 900px) {
  .visit .top-section {
    margin-bottom: 25.7333333333vw;
  }
}
.visit .sec02 {
  margin-bottom: 15.7rem;
}
@media screen and (max-width: 900px) {
  .visit .sec02 {
    margin-bottom: 21.3333333333vw;
  }
}
.visit .sec02 .cont-top {
  text-align: center;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 900px) {
  .visit .sec02 .cont-top {
    margin-bottom: 3.0666666667vw;
  }
}
.visit .sec02 .cont-top .p-ttl {
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .visit .sec02 .cont-top .p-ttl {
    margin-bottom: 1.3333333333vw;
  }
}
.visit .sec02 .cont-top small {
  font-size: 1.9rem;
  letter-spacing: 0.2em;
  line-height: 4.2rem;
  color: #2778BE;
}
@media screen and (max-width: 900px) {
  .visit .sec02 .cont-top small {
    font-size: 19px;
    font-size: 2.5333333333vw;
  }
}
.visit .sec02 .cont-bottom .circle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8.4rem 2.5rem;
  max-width: 95.4rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .visit .sec02 .cont-bottom .circle-list {
    gap: 2.4vw 3.3333333333vw;
    max-width: 90vw;
  }
}
.visit .sec02 .cont-bottom .circle-list .list-item {
  font-size: 2.1rem;
  line-height: 4.2rem;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 43.5rem;
  height: 43.5rem;
  border-radius: 50%;
  color: #fff;
  background-color: #2778BE;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 900px) {
  .visit .sec02 .cont-bottom .circle-list .list-item {
    width: 43.3333333333vw;
    height: 43.3333333333vw;
    font-size: 15px;
    font-size: 2vw;
    line-height: 4.1333333333vw;
  }
}
.visit .sec02 .cont-bottom .circle-list .list-item img {
  margin-bottom: 2rem;
  width: 14.3rem;
  height: auto;
}
@media screen and (max-width: 900px) {
  .visit .sec02 .cont-bottom .circle-list .list-item img {
    margin-bottom: 2.6666666667vw;
    width: 13.7333333333vw;
  }
}
.visit .sec02 .cont-bottom .circle-list .list-item:nth-child(2) img {
  width: 13.3rem;
}
@media screen and (max-width: 900px) {
  .visit .sec02 .cont-bottom .circle-list .list-item:nth-child(2) img {
    width: 13.2vw;
  }
}
.visit .sec02 .cont-bottom .circle-list .list-item:nth-child(3) img {
  width: 21.4rem;
}
@media screen and (max-width: 900px) {
  .visit .sec02 .cont-bottom .circle-list .list-item:nth-child(3) img {
    width: 21.3333333333vw;
  }
}
.visit .sec02 .cont-bottom .circle-list .list-item:last-child img {
  width: 7.7rem;
}
@media screen and (max-width: 900px) {
  .visit .sec02 .cont-bottom .circle-list .list-item:last-child img {
    width: 7.7333333333vw;
  }
}
.visit .sec03 {
  text-align: center;
  margin-bottom: 29.4rem;
}
@media screen and (max-width: 900px) {
  .visit .sec03 {
    margin-bottom: 13.3333333333vw;
  }
}
.visit .sec03 .p-ttl {
  margin-bottom: 9.3rem;
}
@media screen and (max-width: 900px) {
  .visit .sec03 .p-ttl {
    margin-bottom: 5.6vw;
  }
}
.visit .sec03 .dot-list {
  max-width: 100.5rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .visit .sec03 .dot-list {
    max-width: 78.5333333333vw;
  }
}
.visit .sec03 .dot-list .list-item {
  font-size: 2.9rem;
  line-height: 7.1rem;
  letter-spacing: 0.115em;
  text-align: left;
  color: #2778BE;
}
@media screen and (max-width: 900px) {
  .visit .sec03 .dot-list .list-item {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 5.2vw;
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 1.3333333333vw;
  }
  .visit .sec03 .dot-list .list-item:last-child {
    margin-bottom: 0;
  }
}
.visit .sec04 {
  max-width: 118.6rem;
  width: 100%;
  margin: auto auto 20.8rem;
}
@media screen and (max-width: 900px) {
  .visit .sec04 {
    max-width: 76.9333333333vw;
    margin-bottom: 12.4vw;
  }
}
.visit .sec04 .p-ttl {
  margin-bottom: 6.3rem;
}
@media screen and (max-width: 900px) {
  .visit .sec04 .p-ttl {
    margin-bottom: 6vw;
  }
}
.visit .sec04 .circle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.2rem 2rem;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 900px) {
  .visit .sec04 .circle-list {
    margin-bottom: 1.8666666667vw;
    row-gap: 2.2666666667vw;
  }
}
.visit .sec04 .circle-list .list-item {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 57.7rem;
  width: 100%;
  font-size: 2.7rem;
  letter-spacing: 0.1em;
  height: 10.3rem;
  background-color: #2778BE;
  border-radius: 5.2rem;
}
@media screen and (max-width: 900px) {
  .visit .sec04 .circle-list .list-item {
    max-width: 76.9333333333vw;
    font-size: 27px;
    font-size: 3.6vw;
    height: 13.6vw;
    border-radius: 6.9333333333vw;
  }
}
.visit .sec04 small {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color: #2778BE;
}
@media screen and (max-width: 900px) {
  .visit .sec04 small {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.visit .sec04 .kome {
  font-size: 1.3rem;
  letter-spacing: 0.11em;
  color: #211815;
}
@media screen and (max-width: 900px) {
  .visit .sec04 .kome {
    font-size: 14px;
    font-size: 1.8666666667vw;
  }
}
.visit .flow-section {
  padding-top: 16.4rem;
  padding-bottom: 20.3rem;
}
@media screen and (max-width: 900px) {
  .visit .flow-section {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.visit .flow-section .p-ttl {
  margin-bottom: 4.8rem;
}
.visit .flow-section .list-item:first-child dt img {
  width: 3.3rem;
  height: 4.2rem;
}
@media screen and (max-width: 900px) {
  .visit .flow-section .list-item:first-child dt img {
    width: 4.4vw;
    height: 5.6vw;
  }
}
.visit .flow-section .list-item:nth-child(2) dt img {
  width: 6.5rem;
  height: 5.9rem;
}
@media screen and (max-width: 900px) {
  .visit .flow-section .list-item:nth-child(2) dt img {
    width: 8.6666666667vw;
    height: 7.8666666667vw;
  }
}
.visit .flow-section .list-item:last-child dt img {
  width: 7.8rem;
  height: 5.2rem;
}
@media screen and (max-width: 900px) {
  .visit .flow-section .list-item:last-child dt img {
    width: 10.4vw;
    height: 6.9333333333vw;
  }
}
.visit .sec05 {
  position: relative;
  padding-top: 24.7rem;
  padding-bottom: 45.1rem;
}
@media screen and (max-width: 900px) {
  .visit .sec05 {
    padding-top: 32.9333333333vw;
    padding-bottom: 26.6666666667vw;
  }
}
.visit .sec05 .p-ttl {
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 900px) {
  .visit .sec05 .p-ttl {
    margin-bottom: 7.7333333333vw;
  }
}
.visit .sec05::after {
  content: "";
  position: absolute;
  right: 0;
  top: -5rem;
  background-image: url(../images/visit/bg.png);
  background-size: contain;
  background-position: right top;
  width: 96.7rem;
  height: 105.7rem;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .visit .sec05::after {
    width: 128.9333333333vw;
    height: 140.9333333333vw;
  }
}
.visit .sec05 .dot-list .list-item {
  color: #211815;
  font-size: 3.1rem;
  line-height: 6.4rem;
}
@media screen and (max-width: 900px) {
  .visit .sec05 .dot-list .list-item {
    font-size: 33px;
    font-size: 4.4vw;
    line-height: 8.8vw;
  }
}
.visit .sec06 {
  padding-top: 23.4rem;
  padding-bottom: 23.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .visit .sec06 {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.visit .sec06 .p-ttl {
  margin-bottom: 10.4rem;
}
@media screen and (max-width: 900px) {
  .visit .sec06 .p-ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.visit .sec06 .dot-list {
  max-width: 59rem;
  width: 100%;
  color: #211815;
  font-size: 2.2rem;
  line-height: 4.4rem;
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 900px) {
  .visit .sec06 .dot-list {
    font-size: 22px;
    font-size: 2.9333333333vw;
    line-height: 5.8666666667vw;
  }
}
.visit .sec06 .dot-list .list-item {
  margin-left: 1em;
  text-indent: -1em;
}
.visit .sec06 .dot-list .list-item .name {
  font-size: 2.3rem;
  line-height: 1.6;
  letter-spacing: 0.006em;
}
@media screen and (max-width: 900px) {
  .visit .sec06 .dot-list .list-item .name {
    font-size: 23px;
    font-size: 3.0666666667vw;
  }
}
.visit .sec06 .dot-list .list-item .address {
  font-size: 1.7rem;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .visit .sec06 .dot-list .list-item .address {
    font-size: 16px;
    font-size: 2.1333333333vw;
  }
}
.visit .sec06 .whitebox {
  max-width: 108.2rem;
  width: 100%;
  margin: auto;
  background-color: #fff;
  border-radius: 2rem;
  padding: 5.7rem 0 7.4rem;
}
@media screen and (max-width: 900px) {
  .visit .sec06 .whitebox {
    max-width: 84.4vw;
    border-radius: 2.6666666667vw;
    padding: 7.8666666667vw 0;
  }
}
.visit .sec06 .whitebox .p-ttl {
  text-align: center;
  font-size: 5rem;
  margin-bottom: 3.9rem;
}
@media screen and (max-width: 900px) {
  .visit .sec06 .whitebox .p-ttl {
    font-size: 42px;
    font-size: 5.6vw;
    line-height: 8.5333333333vw;
    margin-bottom: 4.4vw;
  }
}
.visit .sec06 .whitebox .p-txt {
  max-width: 96rem;
  width: 100%;
  margin: auto auto 5rem;
  font-size: 2.2rem;
  line-height: 4rem;
  color: #000000;
}
@media screen and (max-width: 900px) {
  .visit .sec06 .whitebox .p-txt {
    max-width: 70.1333333333vw;
    font-size: 21px;
    font-size: 2.8vw;
    line-height: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.visit .sec06 .whitebox .column-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 96rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .visit .sec06 .whitebox .column-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5.0666666667vw;
    max-width: 69.6vw;
  }
}
.visit .sec06 .whitebox .column-item figure {
  max-width: 36.9rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .visit .sec06 .whitebox .column-item figure {
    max-width: 69.8666666667vw;
  }
}
.visit .sec06 .whitebox .column-item .dot-list {
  max-width: 59rem;
  width: 100%;
  margin-bottom: 0;
}
.visit .sec06 .whitebox .column-item .dot-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 0;
  text-indent: 0;
  margin-bottom: 2rem;
}
.visit .sec06 .whitebox .column-item .dot-list .list-item::before {
  line-height: inherit;
}
.visit .sec06 .whitebox .column-item .dot-list .list-item:last-child {
  margin-bottom: 0;
}
.visit .sec06 .whitebox .column-item .dot-list .list-item .label {
  max-width: 18.3rem;
  width: 100%;
  background-color: #2778be;
  border-radius: 5rem;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  margin: auto 0 auto auto;
}
@media screen and (max-width: 900px) {
  .visit .sec06 .whitebox .column-item .dot-list .list-item .label {
    max-width: 22.5333333333vw;
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
.visit .qa {
  margin-top: 20rem;
}
@media screen and (max-width: 900px) {
  .visit .qa {
    margin-top: 13.3333333333vw;
  }
}

/* 訪問診療 */
/* 血液透析 */
.hemodialysis {
  /* 取り組み */
}
.hemodialysis .p_wrap.p_treatment .top-section {
  margin-bottom: 16.5rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .top-section {
    margin-bottom: 21.8666666667vw;
  }
}
.hemodialysis .p_wrap.p_treatment .section_wrap {
  max-width: 111.4rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .section_wrap {
    max-width: 84.5333333333vw;
  }
}
.hemodialysis .p_wrap.p_treatment .section_wrap .p-ttl {
  font-size: 4.7rem;
  letter-spacing: 0.03em;
  font-weight: bold;
  margin-bottom: 12rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .section_wrap .p-ttl {
    margin-bottom: 13.3333333333vw;
    line-height: 8.9333333333vw;
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
.hemodialysis .p_wrap.p_treatment .section_wrap .p-txt {
  font-size: 2rem;
  line-height: 4.2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .section_wrap .p-txt {
    font-size: 19px;
    font-size: 2.5333333333vw;
    line-height: 5.6vw;
  }
}
.hemodialysis .p_wrap.p_treatment .sec02 {
  margin-bottom: 19.7rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec02 {
    margin-bottom: 18.1333333333vw;
    line-height: 6.2666666667vw;
  }
}
.hemodialysis .p_wrap.p_treatment .sec02 .p-ttl {
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec02 .p-ttl {
    margin-bottom: 7.7333333333vw;
  }
}
.hemodialysis .p_wrap.p_treatment .sec02 .p-ttl small {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec02 .p-ttl small {
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
.hemodialysis .p_wrap.p_treatment .sec02 .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec02 .feature-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 8vw;
  }
}
.hemodialysis .p_wrap.p_treatment .sec02 .feature-list .cont-top {
  padding-bottom: 13.8rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec02 .feature-list .cont-top {
    padding-bottom: 0;
  }
}
.hemodialysis .p_wrap.p_treatment .sec02 .feature-list .cont-top::after {
  content: "";
  background: url(../images/hemodialysis/arrow-g.svg) no-repeat center/contain;
  width: 7.3rem;
  height: 3.6rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.6rem;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec02 .feature-list .cont-top::after {
    content: none;
  }
}
.hemodialysis .p_wrap.p_treatment .sec02 .feature-list .cont-top .circle {
  width: 38.5rem;
  height: 38.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 50%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec02 .feature-list .cont-top .circle {
    width: 42.1333333333vw;
    height: 42.1333333333vw;
  }
}
.hemodialysis .p_wrap.p_treatment .sec02 .feature-list .cont-top .circle .p-ttl {
  font-size: 4.2rem;
  line-height: 6.3rem;
  letter-spacing: 0.32em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec02 .feature-list .cont-top .circle .p-ttl {
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
    margin-bottom: 2.5333333333vw;
  }
}
.hemodialysis .p_wrap.p_treatment .sec02 .feature-list .cont-top .circle .p-txt {
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: 0.165em;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec02 .feature-list .cont-top .circle .p-txt {
    font-size: 13px;
    font-size: 1.7333333333vw;
    line-height: 3.4666666667vw;
  }
}
.hemodialysis .p_wrap.p_treatment .sec02 .feature-list .cont-top .circle--dialysis {
  background-color: #41B6C9;
  color: #fff;
}
.hemodialysis .p_wrap.p_treatment .sec02 .feature-list .cont-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hemodialysis .p_wrap.p_treatment .sec02 .feature-list .cont-bottom strong {
  font-size: 2.6rem;
  letter-spacing: 0;
  color: #41B6C9;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  display: block;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec02 .feature-list .cont-bottom strong {
    font-size: 23px;
    font-size: 3.0666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.hemodialysis .p_wrap.p_treatment .sec02 .feature-list .cont-bottom .p-txt {
  font-size: 1.6rem;
  line-height: 3.1rem;
  letter-spacing: 0.06em;
  max-width: 36.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec02 .feature-list .cont-bottom .p-txt {
    font-size: 14px;
    font-size: 1.8666666667vw;
    line-height: 3.6vw;
  }
}
.hemodialysis .p_wrap.p_treatment .sec02 .feature-list .list-item:first-child .cont-bottom strong {
  margin-bottom: 13rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec02 .feature-list .list-item:first-child .cont-bottom strong {
    margin-bottom: 16vw;
  }
}
.hemodialysis .p_wrap.p_treatment .sec02 .feature-list .list-item:first-child .cont-bottom .image_section {
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec02 .feature-list .list-item:first-child .cont-bottom .image_section {
    top: 10%;
  }
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec02 .feature-list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4vw;
       -moz-column-gap: 4vw;
            column-gap: 4vw;
  }
}
.hemodialysis .p_wrap.p_treatment .sec03 {
  padding-top: 17.7rem;
  padding-bottom: 15rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec03 {
    padding-bottom: 20.4vw;
    padding-top: 15.0666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec03 .p-ttl {
    margin-bottom: 4.6666666667vw;
  }
  .hemodialysis .p_wrap.p_treatment .sec03 .p-ttl:nth-of-type(2) {
    font-size: 39px;
    font-size: 5.2vw;
    letter-spacing: 0.2em;
    margin-bottom: 8.8vw;
  }
}
.hemodialysis .p_wrap.p_treatment .sec03 .cont-center {
  position: relative;
  background: url(../images/hemodialysis/attempt.png) no-repeat center/57.4rem 64rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 119.1rem;
  width: 100%;
  height: 96.4rem;
  margin: auto auto 8.2rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec03 .cont-center {
    background-size: 40.6666666667vw 45.8666666667vw;
    height: 70.5333333333vw;
    margin-bottom: 8.9333333333vw;
  }
}
.hemodialysis .p_wrap.p_treatment .sec03 .cont-center .p-ttl {
  font-size: 5.8rem;
  line-height: 9.2rem;
  letter-spacing: 0.285em;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec03 .cont-center .p-ttl {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
  }
}
.hemodialysis .p_wrap.p_treatment .sec03 .cont-center .attempt-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec03 .cont-center .attempt-list {
    top: 0;
  }
}
.hemodialysis .p_wrap.p_treatment .sec03 .cont-center .attempt-list:nth-child(3), .hemodialysis .p_wrap.p_treatment .sec03 .cont-center .attempt-list:nth-child(4) {
  right: 0;
  left: auto;
}
.hemodialysis .p_wrap.p_treatment .sec03 .cont-center .attempt-list:nth-child(5) {
  bottom: 0;
  top: auto;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec03 .cont-center .attempt-list:nth-child(5) {
    bottom: 0;
  }
}
.hemodialysis .p_wrap.p_treatment .sec03 .cont-center .attempt-list:nth-child(6), .hemodialysis .p_wrap.p_treatment .sec03 .cont-center .attempt-list:nth-child(7) {
  left: 0;
  right: auto;
}
.hemodialysis .p_wrap.p_treatment .sec03 .cont-center .attempt-list:nth-child(3), .hemodialysis .p_wrap.p_treatment .sec03 .cont-center .attempt-list:nth-child(7) {
  top: 21.3rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec03 .cont-center .attempt-list:nth-child(3), .hemodialysis .p_wrap.p_treatment .sec03 .cont-center .attempt-list:nth-child(7) {
    top: 15.6vw;
  }
}
.hemodialysis .p_wrap.p_treatment .sec03 .cont-center .attempt-list:nth-child(4), .hemodialysis .p_wrap.p_treatment .sec03 .cont-center .attempt-list:nth-child(6) {
  top: auto;
  bottom: 28.4rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec03 .cont-center .attempt-list:nth-child(4), .hemodialysis .p_wrap.p_treatment .sec03 .cont-center .attempt-list:nth-child(6) {
    top: 40.8vw;
    bottom: auto;
  }
}
.hemodialysis .p_wrap.p_treatment .sec03 .cont-center .attempt-list .ttl {
  width: 28.6rem;
  background-color: #41B6C9;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.125em;
  border-radius: 1.7rem;
  height: 3.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec03 .cont-center .attempt-list .ttl {
    width: 20.6666666667vw;
    font-size: 14px;
    font-size: 1.8666666667vw;
    height: 2.8vw;
    border-radius: 1.2vw;
    margin-bottom: 1.0666666667vw;
  }
}
.hemodialysis .p_wrap.p_treatment .sec03 .cont-center .attempt-list .txt {
  font-size: 1.6rem;
  line-height: 3.1rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec03 .cont-center .attempt-list .txt {
    font-size: 9px;
    font-size: 1.2vw;
    line-height: 2.4vw;
  }
}
.hemodialysis .p_wrap.p_treatment .sec03 .p-txt {
  text-align: center;
  font-size: 2.8rem;
  line-height: 6.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec03 .p-txt {
    max-width: 84.6666666667vw;
    margin: auto auto 5.0666666667vw;
    font-size: 21px;
    font-size: 2.8vw;
    line-height: 5.3333333333vw;
  }
}
.hemodialysis .p_wrap.p_treatment .sec03 .link-item {
  max-width: 45rem;
  width: 100%;
  margin: auto;
  font-size: 2rem;
  height: 7.9rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4rem;
  background-color: #41B6C9;
  color: #fff;
  letter-spacing: 0.205em;
}
.hemodialysis .p_wrap.p_treatment .sec03 .link-item::after {
  -webkit-filter: brightness(14);
          filter: brightness(14);
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec03 .link-item {
    max-width: 56.8vw;
    font-size: 21px;
    font-size: 2.8vw;
    height: 10vw;
    border-radius: 4.6666666667vw;
    letter-spacing: 0.205em;
  }
}
.hemodialysis .p_wrap.p_treatment .sec04,
.hemodialysis .p_wrap.p_treatment .sec05,
.hemodialysis .p_wrap.p_treatment .sec06 {
  margin-bottom: 9.7rem;
}
.hemodialysis .p_wrap.p_treatment .sec04 .p-ttl,
.hemodialysis .p_wrap.p_treatment .sec05 .p-ttl,
.hemodialysis .p_wrap.p_treatment .sec06 .p-ttl {
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec04,
  .hemodialysis .p_wrap.p_treatment .sec05,
  .hemodialysis .p_wrap.p_treatment .sec06 {
    margin-bottom: 26.2666666667vw;
  }
  .hemodialysis .p_wrap.p_treatment .sec04 .section_wrap .p-ttl,
  .hemodialysis .p_wrap.p_treatment .sec05 .section_wrap .p-ttl,
  .hemodialysis .p_wrap.p_treatment .sec06 .section_wrap .p-ttl {
    margin-bottom: 5.7333333333vw;
    line-height: 9.4666666667vw;
    letter-spacing: 0.2em;
  }
}
.hemodialysis .p_wrap.p_treatment .sec04 {
  margin-top: 21.2rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec04 {
    margin-top: 30.2666666667vw;
  }
}
.hemodialysis .p_wrap.p_treatment .sec04 .tel-box {
  margin-bottom: 2rem;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec04 .tel-box {
    padding-left: 0;
    padding-right: 0;
  }
  .hemodialysis .p_wrap.p_treatment .sec04 .tel-box::before {
    white-space: pre;
    font-size: 33px;
    font-size: 4.4vw;
    line-height: 6.4vw;
    letter-spacing: 0.2em;
  }
}
.hemodialysis .p_wrap.p_treatment .sec04 .tel-box .link-item {
  padding-top: 8.1rem;
  padding-bottom: 4.7rem;
  padding-right: 5rem;
  padding-left: 5rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec04 .tel-box .link-item {
    padding-right: 6.6666666667vw;
    padding-left: 6.6666666667vw;
    padding-top: 10.4vw;
    padding-bottom: 3.8666666667vw;
  }
  .hemodialysis .p_wrap.p_treatment .sec04 .tel-box .link-item span {
    margin-top: 3.6vw;
    text-align: right;
    white-space: nowrap;
  }
}
.hemodialysis .p_wrap.p_treatment .sec04 .tel-box .link-item::before {
  background: url(../images/common/i-tel-circle.svg) no-repeat center/contain;
  width: 8.2rem;
  height: 8.2rem;
  left: 7.7rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec04 .tel-box .link-item::before {
    width: 10.2666666667vw;
    height: 10.2666666667vw;
    left: 9.3333333333vw;
  }
}
.hemodialysis .p_wrap.p_treatment .p-txt {
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .p-txt {
    margin-bottom: 4.1333333333vw;
  }
}
.hemodialysis .p_wrap.p_treatment .p-txt:last-child {
  margin-bottom: 0;
}
.hemodialysis .p_wrap.p_treatment .sec06 .dot-list .list-item {
  font-size: 2.5rem;
  line-height: 5.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec06 .dot-list .list-item {
    font-size: 19px;
    font-size: 2.5333333333vw;
    line-height: 5.6vw;
    letter-spacing: 0;
  }
}
.hemodialysis .p_wrap.p_treatment .sec07 {
  margin-bottom: 20rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis .p_wrap.p_treatment .sec07 {
    margin-bottom: 22.8vw;
  }
  .hemodialysis .p_wrap.p_treatment .sec07 .section_wrap .p-ttl {
    margin-bottom: 5.7333333333vw;
  }
}
.hemodialysis.attempt .p_wrap.p_treatment .sec03 {
  padding-bottom: 15rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis.attempt .p_wrap.p_treatment .sec03 {
    padding-bottom: 16vw;
  }
}
.hemodialysis.attempt .p_wrap.p_treatment .sec03 .p-ttl {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis.attempt .p_wrap.p_treatment .sec03 .p-ttl {
    margin-bottom: 5.2vw;
  }
}
.hemodialysis.attempt .p_wrap.p_treatment .sec03 .section_wrap > .p-ttl {
  margin-bottom: 6.4rem;
  display: inline-block;
  max-width: 93.6rem;
  width: 100%;
  padding: 1.5rem 0;
  color: #fff;
  font-size: 4.4rem;
  letter-spacing: 0.215em;
  background-color: #41B6C9;
  border-radius: 3.6rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis.attempt .p_wrap.p_treatment .sec03 .section_wrap > .p-ttl {
    margin-bottom: 5.2vw;
    font-size: 21px;
    font-size: 2.8vw;
    border-radius: 5.0666666667vw;
    padding: 2.8vw 0;
    line-height: normal;
  }
}
.hemodialysis.attempt .p_wrap.p_treatment .attempt_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem 7.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 117rem;
  margin: auto auto 12rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis.attempt .p_wrap.p_treatment .attempt_list {
    max-width: 88.2666666667vw;
    gap: 6.5333333333vw 1.4666666667vw;
    margin-bottom: 11.3333333333vw;
  }
}
.hemodialysis.attempt .p_wrap.p_treatment .attempt_list .list-item {
  max-width: 34rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis.attempt .p_wrap.p_treatment .attempt_list .list-item {
    max-width: 43.3333333333vw;
    width: 100%;
  }
}
.hemodialysis.attempt .p_wrap.p_treatment .attempt_list .list-item img {
  margin-bottom: 9px;
}
@media screen and (max-width: 900px) {
  .hemodialysis.attempt .p_wrap.p_treatment .attempt_list .list-item img {
    margin-bottom: 0.6666666667vw;
    width: 100%;
  }
}
.hemodialysis.attempt .p_wrap.p_treatment .attempt_list .list-item p {
  font-size: 1.8rem;
  line-height: 7.4rem;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .hemodialysis.attempt .p_wrap.p_treatment .attempt_list .list-item p {
    font-size: 16px;
    font-size: 2.1333333333vw;
    line-height: 6.6666666667vw;
  }
}
.hemodialysis.attempt .p_wrap.p_treatment .attempt_list .list-item p.icon {
  position: relative;
  padding-left: 5.9rem;
}
@media screen and (max-width: 900px) {
  .hemodialysis.attempt .p_wrap.p_treatment .attempt_list .list-item p.icon {
    padding-left: 7.8666666667vw;
  }
}
.hemodialysis.attempt .p_wrap.p_treatment .attempt_list .list-item p.icon::before {
  content: "";
  position: absolute;
  width: 5.1rem;
  height: 5.1rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .hemodialysis.attempt .p_wrap.p_treatment .attempt_list .list-item p.icon::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.hemodialysis.attempt .p_wrap.p_treatment .attempt_list .list-item p.icon01::before {
  background: url(../images/hemodialysis/icon01.svg) no-repeat center/contain;
}
.hemodialysis.attempt .p_wrap.p_treatment .attempt_list .list-item p.icon02::before {
  background: url(../images/hemodialysis/icon02.svg) no-repeat center/contain;
}
.hemodialysis.attempt .p_wrap.p_treatment .attempt_list .list-item p.icon03::before {
  background: url(../images/hemodialysis/icon03.svg) no-repeat center/contain;
}
.hemodialysis.attempt .p_wrap.p_treatment .attempt_list .list-item p.icon04::before {
  background: url(../images/hemodialysis/icon04.svg) no-repeat center/contain;
}
.hemodialysis.attempt .p_wrap.p_treatment .attempt_list .list-item p.icon05::before {
  background: url(../images/hemodialysis/icon05.svg) no-repeat center/contain;
}

/* 血液透析 */
/* 健康診断 */
.other .p_wrap.p_treatment .top-section {
  margin-bottom: 25rem;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .top-section {
    margin-bottom: 22.5333333333vw;
  }
}
.other .p_wrap.p_treatment .top-section .p-ttl {
  margin-bottom: 8.4rem;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .top-section .p-ttl {
    margin-bottom: 6.1333333333vw;
  }
}
.other .p_wrap.p_treatment .sec02 {
  margin-bottom: 18.2rem;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .sec02 {
    margin-bottom: 14.6666666667vw;
  }
}
.other .p_wrap.p_treatment .section_wrap {
  max-width: 107.8rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .section_wrap {
    max-width: 85.0666666667vw;
  }
}
.other .p_wrap.p_treatment .section_wrap .p-ttl {
  margin-bottom: 5.8rem;
  font-size: 4.7rem;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .section_wrap .p-ttl {
    margin-bottom: 5.2vw;
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
.other .p_wrap.p_treatment .section_wrap h3.bg-blue {
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .section_wrap h3.bg-blue {
    margin-bottom: 2.4vw;
  }
}
.other .p_wrap.p_treatment .sec03 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .sec03 {
    margin-bottom: 13.3333333333vw;
  }
}
.other .p_wrap.p_treatment .sec03 .dot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .sec03 .dot-list {
    row-gap: 0;
    margin-bottom: 5.0666666667vw;
  }
}
.other .p_wrap.p_treatment .sec03 .dot-list .list-item {
  width: 50%;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .sec03 .dot-list .list-item {
    width: 100%;
    font-size: 19px;
    font-size: 2.5333333333vw;
  }
}
.other .p_wrap.p_treatment .sec04 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .sec04 {
    margin-bottom: 13.3333333333vw;
  }
  .other .p_wrap.p_treatment .sec04 .cont-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.other .p_wrap.p_treatment .sec04 > .p-txt {
  font-size: 2rem;
  line-height: 4.2rem;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .sec04 > .p-txt {
    font-size: 19px;
    font-size: 2.5333333333vw;
    line-height: 5.0666666667vw;
  }
}
.other .p_wrap.p_treatment .sec04 .dot-list {
  margin-bottom: 4rem;
  letter-spacing: 0;
}
.other .p_wrap.p_treatment .sec04 .dot-list .list-item {
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .sec04 .dot-list .list-item {
    font-size: 19px;
    font-size: 2.5333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .sec04 .dot-list {
    margin-bottom: 4vw;
  }
}
.other .p_wrap.p_treatment .sec04 .cont-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.other .p_wrap.p_treatment .sec04 .price_table {
  border-collapse: collapse;
}
.other .p_wrap.p_treatment .sec04 .price_table th,
.other .p_wrap.p_treatment .sec04 .price_table td {
  border-top: 1px solid #79add9;
}
.other .p_wrap.p_treatment .sec04 .price_table caption {
  caption-side: bottom;
  font-size: 1.8rem;
}
.other .p_wrap.p_treatment .sec04 .price_table caption::before {
  content: "※";
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .sec04 .price_table caption {
    font-size: 19px;
    font-size: 2.5333333333vw;
  }
}
.other .p_wrap.p_treatment .sec04 .btn {
  max-width: 45rem;
  width: 100%;
  margin: 4.6rem auto auto;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  height: 7.9rem;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .sec04 .btn {
    margin-top: 4.8vw;
    font-size: 19px;
    font-size: 2.5333333333vw;
    max-width: 56.8vw;
    height: 10vw;
  }
}
.other .p_wrap.p_treatment .sec04 .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.other .p_wrap.p_treatment .sec04 .btn a::after {
  width: 1.3rem;
  height: 2.5rem;
  -webkit-filter: brightness(20);
          filter: brightness(20);
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .sec04 .btn a::after {
    width: 1.6vw;
    height: 3.0666666667vw;
  }
}
.other .p_wrap.p_treatment .sec05 {
  margin-bottom: 20rem;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .sec05 {
    margin-bottom: 13.3333333333vw;
  }
}
.other .p_wrap.p_treatment .sec05 > .p-txt {
  font-size: 2rem;
  line-height: 4.2rem;
}
.other .p_wrap.p_treatment .sec05 .cont-right {
  max-width: 22.8rem;
  width: 66%;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .sec05 .cont-right {
    max-width: 30.1333333333vw;
  }
}
.other .p_wrap.p_treatment .bg-blue {
  background-color: #79ADD9;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 5.6rem;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .bg-blue {
    font-size: 22px;
    font-size: 2.9333333333vw;
    line-height: 5.0666666667vw;
  }
}
.other .p_wrap.p_treatment .price_table {
  width: 100%;
  margin-bottom: 4rem;
  border-collapse: collapse;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .price_table {
    margin-bottom: 3.4666666667vw;
  }
}
.other .p_wrap.p_treatment .price_table th,
.other .p_wrap.p_treatment .price_table td {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 5.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .price_table th,
  .other .p_wrap.p_treatment .price_table td {
    font-size: 17px;
    font-size: 2.2666666667vw;
    line-height: 5.3333333333vw;
  }
}
.other .p_wrap.p_treatment .price_table th {
  vertical-align: middle;
  border-bottom: 1px solid #79add9;
  padding-left: 5.8rem;
  border-right: 1px solid #79add9;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .price_table th {
    padding-left: 2.9333333333vw;
  }
}
.other .p_wrap.p_treatment .price_table td {
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #79add9;
}
.other .p_wrap.p_treatment .price_table td.border-r {
  border-right: 1px solid #79add9;
  text-align: left;
  padding-left: 5.8rem;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .price_table td.border-r {
    padding-left: 2.9333333333vw;
  }
}
.other .p_wrap.p_treatment .price_table .dot {
  position: relative;
  font-size: 2.5rem;
  line-height: 5.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .price_table .dot {
    font-size: 17px;
    font-size: 2.2666666667vw;
    line-height: 4.9333333333vw;
  }
}
.other .p_wrap.p_treatment .price_table .dot::before {
  content: "●";
  display: inline-block;
  color: #79add9;
  font-size: 2.5rem;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .price_table .dot::before {
    font-size: 17px;
    font-size: 2.2666666667vw;
  }
}
.other .p_wrap.p_treatment .table-wrap .price_table {
  border-top: 1px solid #79add9;
}
.other .p_wrap.p_treatment .table-wrap .price_table th small {
  font-size: 1.4rem;
  display: block;
  margin-left: 1em;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .table-wrap .price_table th small {
    font-size: 14px;
    font-size: 1.8666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .table-wrap .price_table th {
    padding-left: 2.9333333333vw;
    width: 75%;
  }
}
.other .p_wrap.p_treatment .table-wrap .price_table2 th {
  background-color: rgba(121, 173, 217, 0.2);
  border-left: 1px solid #79add9;
  padding: 0;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .table-wrap .price_table2 th {
    width: auto;
    padding-left: 0;
    font-size: 14px;
    font-size: 1.8666666667vw;
    line-height: 2.5333333333vw;
    height: 5.0666666667vw;
    vertical-align: middle;
  }
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .table-wrap .price_table2 tr:first-child {
    font-size: 16px;
    font-size: 2.1333333333vw;
  }
}
.other .p_wrap.p_treatment .table-wrap .price_table2 td {
  border-right: 1px solid #79add9;
  font-size: 1.9rem;
  line-height: 3.2rem;
  padding: 3.4rem 0;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.other .p_wrap.p_treatment .table-wrap .price_table2 td sup {
  font-size: 1.33rem;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .table-wrap .price_table2 td sup {
    font-size: 1.3066666667vw;
  }
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .table-wrap .price_table2 td {
    font-size: 14px;
    font-size: 1.8666666667vw;
    line-height: 2.5333333333vw;
    padding: 4vw 0;
  }
}
.other .p_wrap.p_treatment .table-wrap .price_table2 td .tal {
  text-align: left;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.other .p_wrap.p_treatment .table-wrap .price_table2 td.tar p {
  width: 55%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .table-wrap .price_table2 td.tar p {
    width: 65%;
  }
}
.other .p_wrap.p_treatment .table-wrap .table-cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .table-wrap .table-cap {
    gap: 2.6666666667vw;
  }
}
.other .p_wrap.p_treatment .table-wrap .table-cap .f-19 {
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 1.9rem;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .table-wrap .table-cap .f-19 {
    font-size: 14px;
    font-size: 1.8666666667vw;
  }
}
.other .p_wrap.p_treatment .table-wrap .table-cap .f-14 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .other .p_wrap.p_treatment .table-wrap .table-cap .f-14 {
    font-size: 12px;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }
}

/* 健康診断 */
/* 循環器内科 */
.cardiology .p_wrap.p_treatment .top-section {
  margin-bottom: 33.5rem;
}
@media screen and (max-width: 900px) {
  .cardiology .p_wrap.p_treatment .top-section {
    margin-bottom: 13.3333333333vw;
  }
}
.cardiology .p_wrap.p_treatment .middle-section {
  margin-bottom: 20rem;
}
@media screen and (max-width: 900px) {
  .cardiology .p_wrap.p_treatment .middle-section {
    margin-bottom: 13.3333333333vw;
  }
}
.cardiology .p_wrap.p_treatment .middle-section .p-ttl {
  margin-bottom: 7rem;
  font-size: 4.7rem;
}
@media screen and (max-width: 900px) {
  .cardiology .p_wrap.p_treatment .middle-section .p-ttl {
    font-size: 40px;
    font-size: 5.3333333333vw;
    margin-bottom: 4.9333333333vw;
  }
}
.cardiology .p_wrap.p_treatment .middle-section .dot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cardiology .p_wrap.p_treatment .middle-section .dot-list .list-item {
  width: 50%;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .cardiology .p_wrap.p_treatment .middle-section .dot-list .list-item {
    width: 100%;
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
.cardiology .p_wrap.p_treatment .middle-section small {
  font-size: 2.2rem;
  display: block;
}
@media screen and (max-width: 900px) {
  .cardiology .p_wrap.p_treatment .middle-section small {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
.cardiology .p_wrap.p_treatment .bottom-section {
  margin-top: 18rem;
  margin-bottom: 10rem;
}
.cardiology .p_wrap.p_treatment .bottom-section .p-ttl {
  margin-bottom: 4rem;
}
@media screen and (max-width: 900px) {
  .cardiology .p_wrap.p_treatment .bottom-section {
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
  .cardiology .p_wrap.p_treatment .bottom-section .p-ttl {
    margin-bottom: 2.6666666667vw;
  }
}

/* 循環器内科 */
/* 消化器内科 */
.gastroenterology .p_wrap.p_treatment .top-section {
  margin-bottom: 29.1rem;
}
@media screen and (max-width: 900px) {
  .gastroenterology .p_wrap.p_treatment .top-section {
    margin-bottom: 13.3333333333vw;
  }
}
.gastroenterology .p_wrap.p_treatment .middle-section {
  margin-bottom: 20rem;
}
@media screen and (max-width: 900px) {
  .gastroenterology .p_wrap.p_treatment .middle-section {
    margin-bottom: 13.3333333333vw;
  }
}
.gastroenterology .p_wrap.p_treatment .middle-section .p-ttl {
  margin-bottom: 7rem;
}
@media screen and (max-width: 900px) {
  .gastroenterology .p_wrap.p_treatment .middle-section .p-ttl {
    font-size: 40px;
    font-size: 5.3333333333vw;
    margin-bottom: 4.9333333333vw;
  }
}
.gastroenterology .p_wrap.p_treatment .middle-section .dot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gastroenterology .p_wrap.p_treatment .middle-section .dot-list .list-item {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .gastroenterology .p_wrap.p_treatment .middle-section .dot-list .list-item {
    width: 100%;
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
.gastroenterology .p_wrap.p_treatment .middle-section small {
  font-size: 2.2rem;
  display: block;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 900px) {
  .gastroenterology .p_wrap.p_treatment .middle-section small {
    font-size: 20px;
    font-size: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.gastroenterology .p_wrap.p_treatment .middle-section .p-txt {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .gastroenterology .p_wrap.p_treatment .middle-section .p-txt {
    text-align: left;
  }
}
.gastroenterology .p_wrap.p_treatment .bottom-section {
  margin-top: 18rem;
  margin-bottom: 10rem;
}
.gastroenterology .p_wrap.p_treatment .bottom-section .p-ttl {
  margin-bottom: 4rem;
}
@media screen and (max-width: 900px) {
  .gastroenterology .p_wrap.p_treatment .bottom-section {
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
  .gastroenterology .p_wrap.p_treatment .bottom-section .p-ttl {
    margin-bottom: 2.6666666667vw;
  }
}

/* 消化器内科 */
/* よくある質問 */
@media screen and (max-width: 900px) {
  .qa .p_mv .cont-left .p-ttl {
    color: #fff;
  }
}

.page-qa .qa-inner .head-ttl {
  font-size: 4rem;
  letter-spacing: 0.23em;
  height: 8.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #79ADD9;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .page-qa .qa-inner .head-ttl {
    font-size: 35px;
    font-size: 4.6666666667vw;
    height: 9.3333333333vw;
  }
}
.page-qa .qa-inner .head-ttl--dialysis {
  background-color: #41B6C9;
}
.page-qa .qa-inner .head-ttl--visit {
  background-color: #2778BE;
}
.page-qa .qa-inner .qa_accordion-area {
  margin-bottom: 10rem;
}
@media screen and (max-width: 900px) {
  .page-qa .qa-inner .qa_accordion-area {
    margin-bottom: 13.3333333333vw;
  }
}

/* フロントページ 新規会員バナー */
.open_information {
  padding-top: 17.7rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .open_information {
    max-width: 88.2666666667vw;
    margin: auto;
    padding-top: 0;
    padding-bottom: 26vw;
  }
}
.open_information a {
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.open_information a:hover {
  opacity: 0.75;
}
.open_information a img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(38, 61, 85, 0.2);
          box-shadow: 0px 5px 30px 0px rgba(38, 61, 85, 0.2);
}

/* 掛川おかにし内科 告知ページ */
.p-clOpen {
  padding-top: 8.8rem;
  padding-bottom: 23rem;
}
@media screen and (max-width: 900px) {
  .p-clOpen {
    padding-bottom: 22.6666666667vw;
    padding-top: 6.6666666667vw;
  }
}
.p-clOpen--frontpage {
  padding-top: 18.8rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 900px) {
  .p-clOpen--frontpage {
    padding-top: 9.3333333333vw;
    padding-bottom: 44vw;
  }
}
.p-clOpen__inner {
  max-width: 121.4rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .p-clOpen__inner {
    max-width: 87.4666666667vw;
  }
}
.p-clOpen__mv {
  margin-bottom: 8.5rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-clOpen__mv {
    margin-bottom: 10vw;
  }
}
.p-clOpen__mv--frontpage {
  margin-bottom: 0;
}
.p-clOpen__mv a {
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.p-clOpen__mv a:hover {
  opacity: 0.75;
}
.p-clOpen__mv img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-shadow: 1.5rem 1.5rem 3.8rem 0px rgb(223, 223, 223);
          box-shadow: 1.5rem 1.5rem 3.8rem 0px rgb(223, 223, 223);
}
@media screen and (max-width: 900px) {
  .p-clOpen__mv img {
    width: 100%;
    -webkit-box-shadow: 2.2666666667vw 2vw 5.0666666667vw 0px rgb(223, 223, 223);
            box-shadow: 2.2666666667vw 2vw 5.0666666667vw 0px rgb(223, 223, 223);
  }
}
.p-clOpen__txt {
  font-size: 2.91782rem;
  line-height: 2.37;
  letter-spacing: 0.22em;
  text-align: center;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 900px) {
  .p-clOpen__txt {
    font-size: 2.6318266667vw;
    width: 100vw;
    margin-left: -4vw;
    margin-bottom: 4vw;
  }
}
.p-clOpen__recruit__ttl {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 900px) {
  .p-clOpen__recruit__ttl {
    margin-bottom: 1.4666666667vw;
  }
}
.p-clOpen__recruit__ttl .-inner {
  display: inline-block;
  font-size: 3.79217rem;
  letter-spacing: 0.155em;
  color: #fff;
  font-weight: 600;
  background: #2778be;
  border-radius: 100em;
  padding: 0.4em 1em 0.5em;
}
@media screen and (max-width: 900px) {
  .p-clOpen__recruit__ttl .-inner {
    font-size: 3.42048vw;
  }
}
.p-clOpen__recruit__subTtl {
  font-size: 2.8rem;
  line-height: 1.5;
  text-align: center;
  color: #2778be;
  margin-bottom: 2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .p-clOpen__recruit__subTtl {
    font-size: 2.8vw;
    line-height: 1.6;
    letter-spacing: 0.11em;
  }
}
.p-clOpen__recruit__subTtl .-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-clOpen__recruit__subTtl .-sp {
    display: inline;
  }
}
.p-clOpen__recruit__txt {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 900px) {
  .p-clOpen__recruit__txt {
    font-size: 2.2666666667vw;
  }
}
.p-clOpen__map {
  text-align: center;
}
.p-clOpen__map iframe {
  border-radius: 1.2rem;
}
@media screen and (max-width: 900px) {
  .p-clOpen__map iframe {
    width: 77.3333333333vw;
    height: 63.4666666667vw;
  }
}
.p-clOpen__map__txt {
  font-size: 1.8rem;
  line-height: 1.25;
  letter-spacing: 0.22em;
  margin-top: 0.2em;
  margin-bottom: 9rem;
}
@media screen and (max-width: 900px) {
  .p-clOpen__map__txt {
    font-size: 2.4vw;
    margin-bottom: 11.3333333333vw;
  }
}

/* 夜間透析はじまりました！ */
.detail .p_wrap {
  max-width: 139.6rem;
  margin: auto;
}

.detail.hemodialysis .p_wrap.p_treatment .top_section {
  width: 100vw;
  margin: auto calc(50% - 50vw) 12.7rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .top_section {
    margin-bottom: 13.3333333333vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .top_section .p_mv {
  display: block;
  position: relative;
  background: url(../images/detail/mv.jpg) no-repeat center/cover;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .top_section .p_mv {
    height: 70.2666666667vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .top_section .p_mv .p-ttl {
  max-width: 66.5rem;
  margin-right: auto;
  margin-left: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8.8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .top_section .p_mv .p-ttl {
    max-width: 69.8666666667vw;
    margin-left: 6.8vw;
    padding-top: 9.4666666667vw;
    padding-bottom: 9.4666666667vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .top_section .p_mv .p-ttl span {
  display: block;
  font-size: 4.4rem;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .top_section .p_mv .p-ttl span {
    font-size: 36px;
    font-size: 4.8vw;
    margin-bottom: 3.6vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .top_section .p_mv .p-ttl img {
  margin-bottom: 4.3rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .top_section .p_mv .p-ttl img {
    width: 15.2vw;
    height: 15.2vw;
    margin-bottom: 4.4vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .top_section .p_mv .p-ttl h1 {
  font-size: 9rem;
  line-height: 13.8rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .top_section .p_mv .p-ttl h1 {
    font-size: 70px;
    font-size: 9.3333333333vw;
    line-height: 14.2666666667vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .top_section .bg-dialysis {
  width: 100%;
  background-color: #41B6C9;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  line-height: 5.2rem;
  letter-spacing: 0.02em;
  height: 15.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail.hemodialysis .p_wrap.p_treatment .top_section .bg-dialysis .p-txt {
  font-size: 2.6rem;
  line-height: 5.2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .top_section .bg-dialysis .p-txt {
    font-size: 21px;
    font-size: 2.8vw;
    line-height: 5.4666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .top_section .bg-dialysis {
    height: 30.6666666667vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec01 {
  max-width: 134.4rem;
  width: 100%;
  margin: auto auto 24.3rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec01 {
    margin-bottom: 24vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec01 .p-ttl {
  position: relative;
  margin-bottom: 8.7rem;
  font-size: 5.2rem;
  line-height: 8.4rem;
  letter-spacing: 0.235em;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec01 .p-ttl {
    font-size: 41px;
    font-size: 5.4666666667vw;
    line-height: 9.3333333333vw;
    margin-bottom: 12.9333333333vw;
    letter-spacing: 1.0666666667vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec01 .p-ttl::after {
  content: "！";
  font-size: 29.3rem;
  color: #fffbc7;
  position: absolute;
  top: 3.9rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec01 .p-ttl::after {
    font-size: 280px;
    font-size: 37.3333333333vw;
    top: 5.2vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec01 .p-txt {
  font-weight: bold;
  font-size: 5.3rem;
  letter-spacing: 3px;
  line-height: 8.9rem;
  text-align: center;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec01 .p-txt {
    font-size: 43px;
    font-size: 5.7333333333vw;
    line-height: 9.6vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec01 .trouble_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.9rem 4.7rem;
  margin-bottom: 10.9rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec01 .trouble_box {
    margin-bottom: 10.5333333333vw;
    gap: 6.2666666667vw 0;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec01 .trouble_box .trouble_item {
  max-width: 60.4rem;
  border-radius: 1.8rem;
  background-color: #e3f4f7;
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60.2rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec01 .trouble_box .trouble_item {
    max-width: 80.5333333333vw;
    width: 100%;
    border-radius: 2.4vw;
    min-height: auto;
    padding-top: 9.4666666667vw;
    padding-bottom: 11.2vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec01 .trouble_box .trouble_item .p-ttl {
  font-size: 4rem;
  line-height: 6.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec01 .trouble_box .trouble_item .p-ttl {
    font-size: 34px;
    font-size: 4.5333333333vw;
    line-height: 7.7333333333vw;
    margin-bottom: 5.8666666667vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec01 .trouble_box .trouble_item .p-ttl::after {
  content: none;
}
.detail.hemodialysis .p_wrap.p_treatment .sec01 .trouble_box .trouble_item .p-txt {
  font-size: 2.4rem;
  line-height: 5.4rem;
  letter-spacing: 0.165em;
  font-weight: 500;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec01 .trouble_box .trouble_item .p-txt {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 7.2vw;
    text-align: left;
    max-width: 67.7333333333vw;
    width: 100%;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec02 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec02 {
    padding-top: 18.1333333333vw;
    padding-bottom: 17.7333333333vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap {
  max-width: 108rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap {
    max-width: 89.8666666667vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .p-ttl {
  color: #41B6C9;
  font-size: 5.3rem;
  letter-spacing: 0.235em;
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .p-ttl {
    font-size: 38px;
    font-size: 5.0666666667vw;
    margin-bottom: 3.2vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-top {
  margin-bottom: 10.3rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-top {
    margin-bottom: 13.3333333333vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-top table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-top table th {
  background-color: #41B6C9;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 4.7rem;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-top table th {
    font-size: 14px;
    font-size: 1.8666666667vw;
    line-height: 4.6666666667vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-top table th:last-child {
  border-right: none;
}
.detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-top table td {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  color: #000000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 4.7rem;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-top table td {
    font-size: 16px;
    font-size: 2.1333333333vw;
    line-height: 4.9333333333vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-top table td .dot-list {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 87%;
  margin: auto;
  padding: 2rem 0;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-top table td .dot-list {
    padding: 2.5333333333vw 0;
    max-width: 32vw;
    width: 95%;
  }
  .detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-top table td .dot-list .list-item {
    font-size: 14px;
    font-size: 1.8666666667vw;
    letter-spacing: 0;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-top table td:last-child {
  border-right: none;
  vertical-align: top;
}
.detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-top table caption {
  caption-side: bottom;
  color: #000000;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-top table caption {
    font-size: 12px;
    font-size: 1.6vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-bottom .cont-flex {
  -webkit-column-gap: 2.1rem;
     -moz-column-gap: 2.1rem;
          column-gap: 2.1rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-bottom .cont-flex {
    -webkit-column-gap: 1.6vw;
       -moz-column-gap: 1.6vw;
            column-gap: 1.6vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-bottom .cont-flex .white-box {
  max-width: 53rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-bottom .cont-flex .white-box {
    max-width: 43.8666666667vw;
    padding-top: 4.1333333333vw;
    padding-bottom: 4.8vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-bottom .cont-flex .white-box .box-inner {
  max-width: 45rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-bottom .cont-flex .white-box .box-inner {
    max-width: 37.2vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-bottom .cont-flex .white-box .box-inner .box-ttl {
  background-color: #41B6C9;
  font-size: 4rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-bottom .cont-flex .white-box .box-inner .box-ttl {
    height: 5.8666666667vw;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-bottom .cont-flex .white-box .box-inner .box-txt {
  font-size: 2.2rem;
  line-height: 4.4rem;
  color: #000000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec02 .section_wrap .cont-bottom .cont-flex .white-box .box-inner .box-txt {
    font-size: 14px;
    font-size: 1.8666666667vw;
    line-height: 3.8666666667vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec03 {
  margin-top: 13rem;
  margin-bottom: 20rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec03 {
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
    padding: 0;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec03 .section_wrap {
  max-width: 139.6rem;
  width: 100%;
  margin: auto;
}
.detail.hemodialysis .p_wrap.p_treatment .sec03 .section_wrap .p-ttl {
  font-size: 5.3rem;
  line-height: 8.9rem;
  margin-bottom: 12.7rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec03 .section_wrap .p-ttl {
    font-size: 41px;
    font-size: 5.4666666667vw;
    line-height: 9.3333333333vw;
    margin-bottom: 17.2vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec03 .section_wrap .point_list {
  max-width: 139.6rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 11.2rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec03 .section_wrap .point_list {
    max-width: 82.6666666667vw;
    row-gap: 15.4666666667vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec03 .section_wrap .point_list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail.hemodialysis .p_wrap.p_treatment .sec03 .section_wrap .point_list .list-item .cont-img {
  width: 50%;
  max-width: 44.6rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec03 .section_wrap .point_list .list-item .cont-img {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec03 .section_wrap .point_list .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 4vw;
  }
  .detail.hemodialysis .p_wrap.p_treatment .sec03 .section_wrap .point_list .list-item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .detail.hemodialysis .p_wrap.p_treatment .sec03 .section_wrap .point_list .list-item img {
    width: 57.7333333333vw;
    height: 57.7333333333vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec03 .section_wrap .point_list .list-item .cont-txt {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec03 .section_wrap .point_list .list-item .cont-txt {
    width: 100%;
    max-width: 82.6666666667vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec03 .section_wrap .point_list .list-item .cont-txt .p-ttl {
  font-size: 4rem;
  line-height: 6.2rem;
  color: #41B6C9;
  margin-bottom: 4.7rem;
  text-align: left;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec03 .section_wrap .point_list .list-item .cont-txt .p-ttl {
    font-size: 34px;
    font-size: 4.5333333333vw;
    line-height: 8.1333333333vw;
    margin-bottom: 0;
    text-align: center;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec03 .section_wrap .point_list .list-item .cont-txt .p-txt {
  font-size: 2.4rem;
  line-height: 5.2rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec03 .section_wrap .point_list .list-item .cont-txt .p-txt {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 6.9333333333vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec04 {
  max-width: 123.8rem;
  width: 100%;
  margin: auto auto 36.5rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec04 {
    max-width: 82.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec04 .p-ttl {
  font-size: 5.3rem;
  line-height: 8.9rem;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec04 .p-ttl {
    font-size: 41px;
    font-size: 5.4666666667vw;
    line-height: 9.3333333333vw;
    margin-bottom: 7.3333333333vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec05 {
  max-width: 123.8rem;
  width: 100%;
  margin: auto auto 36.5rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec05 {
    max-width: 82.6666666667vw;
    margin-bottom: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec05::after {
  content: "";
  position: absolute;
  right: 0;
  top: -5rem;
  background-image: url(../images/detail/map.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  width: 92.7rem;
  height: 71.7rem;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec05::after {
    top: auto;
    bottom: 0;
    width: 91.8666666667vw;
    height: 94.6666666667vw;
    right: -11%;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec05 .p-ttl {
  font-size: 5.3rem;
  line-height: 8.9rem;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec05 .p-ttl {
    font-size: 41px;
    font-size: 5.4666666667vw;
    line-height: 9.3333333333vw;
    margin-bottom: 7.0666666667vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec05 .p-txt {
  max-width: 64rem;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec05 .p-txt {
    max-width: 82.6666666667vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec06 .section_wrap {
  max-width: 118.7rem;
  width: 100%;
  margin: auto auto 10rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec06 .section_wrap {
    max-width: 85.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec06 .section_wrap .p-txt {
  margin-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec06 .section_wrap .p-txt {
    margin-bottom: 5.6vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec06 .section_wrap .tel-box {
  margin-bottom: 1rem;
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec06 .section_wrap .tel-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec06 .section_wrap .tel-box .link-item {
  padding-top: 8.1rem;
  padding-bottom: 4.7rem;
  padding-right: 10rem;
  padding-left: 10rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec06 .section_wrap .tel-box .link-item {
    padding-right: 9.4666666667vw;
    padding-left: 11.6vw;
    padding-top: 10.4vw;
    padding-bottom: 3.8666666667vw;
    font-size: 59px;
    font-size: 7.8666666667vw;
    letter-spacing: 0.06em;
  }
  .detail.hemodialysis .p_wrap.p_treatment .sec06 .section_wrap .tel-box .link-item:before {
    font-size: 24px;
    font-size: 3.2vw;
  }
  .detail.hemodialysis .p_wrap.p_treatment .sec06 .section_wrap .tel-box .link-item span {
    font-size: 16px;
    font-size: 2.1333333333vw;
  }
}
.detail.hemodialysis .p_wrap.p_treatment .sec06 .section_wrap .tel-box .link-item--tel::before {
  background: url(../images/common/i-tel-circle.svg) no-repeat center/contain;
  width: 8.7rem;
  height: 8.7rem;
  left: 7.7rem;
}
@media screen and (max-width: 900px) {
  .detail.hemodialysis .p_wrap.p_treatment .sec06 .section_wrap .tel-box .link-item--tel::before {
    width: 10.2666666667vw;
    height: 10.2666666667vw;
    left: 6vw;
    display: inline-block;
    margin-right: 2.4vw;
  }
}

/* 夜間透析はじまりました！ */
.l-postsArchive {
  padding-top: 8.8rem;
  padding-bottom: 23rem;
  background: #e7f0fa;
}
@media screen and (max-width: 900px) {
  .l-postsArchive {
    padding-top: 17.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
}

.p-posts--frontpage .btn {
  display: inline-block;
  font-size: 2.7rem;
  letter-spacing: 2px;
}
.p-posts--frontpage .btn .item-link {
  display: block;
  padding: 0 11.2rem;
  line-height: 7.3rem;
}
@media screen and (max-width: 900px) {
  .p-posts--frontpage .btn {
    font-size: 26px;
    font-size: 3.4666666667vw;
    max-width: 52.9333333333vw;
    width: 100%;
  }
  .p-posts--frontpage .btn .item-link {
    line-height: 9.6vw;
    padding: 0;
  }
}
.p-postsComingSoon {
  font-size: 3rem;
  font-weight: 500;
  background: #ebf2f9;
  padding: 0.5em 0 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: 80%;
  margin: auto;
  color: #79ADD9;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .p-postsComingSoon {
    font-size: 3.6vw;
    width: 89.0666666667vw;
    padding: 0.9em 0;
    margin-top: -2.6666666667vw;
  }
}
.p-postsHead {
  font-size: 5.3rem;
  letter-spacing: 0.405em;
  color: #79ADD9;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5.6rem;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .p-postsHead {
    font-size: 53px;
    font-size: 7.0666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-postsList {
  max-width: 121.4rem;
  width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 2rem;
  padding: 5.6rem 8.5rem 8.2rem;
}
.p-postsList--frontpage {
  padding: 1rem 0rem 4rem;
}
@media screen and (max-width: 900px) {
  .p-postsList {
    max-width: 88.2666666667vw;
    margin: 0 auto;
    padding: 5.3333333333vw 5.3333333333vw;
  }
  .p-postsList--frontpage {
    max-width: 87.4666666667vw;
    padding: 0;
    margin: 0 auto 8vw;
  }
}
.p-postsItem {
  scroll-margin-top: 15rem;
}
.p-postsItem:not(:last-child) {
  border-bottom: 2px solid #999;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.p-postsItem--frontpage:not(:last-child) {
  padding-bottom: 2.8rem;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 900px) {
  .p-postsItem:not(:last-child) {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-postsMeta {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 900px) {
  .p-postsMeta {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
.p-postsMeta__category {
  font-size: 0.9em;
  background: #d7e3f0;
  color: #2778be;
  border-radius: 100em;
  display: grid;
  place-content: center;
  padding: 0.5em 1em 0.6em;
}
.p-postsContent {
  font-size: 1.8rem;
}
.p-postsContent--frontpage {
  text-align: left;
  margin-bottom: 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 900px) {
  .p-postsContent {
    font-size: 21px;
    font-size: 2.8vw;
  }
  .p-postsContent--frontpage {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
.p-postsContent__ttl {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.p-postsContent__ttl--frontpage {
  margin-bottom: 0;
}
.p-postsContent__ttl a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .p-postsContent__ttl {
    font-size: 1.5em;
  }
  .p-postsContent__ttl--frontpage {
    font-size: 1em;
  }
}
.p-postsContent__txts {
  font-size: inherit;
  letter-spacing: 0.1em;
}
.p-postsContent__txts h3 {
  color: #000;
  font-size: 1.25em;
  text-align: left;
  margin-bottom: 0.8em;
  line-height: 1.5;
  border-left: 4px solid #79add9;
  padding-left: 0.6em;
}
.p-postsContent__txts p {
  line-height: 2.37;
}
.p-postsContent__txts p:first-child {
  margin-top: -0.6em;
}
.p-postsContent__txts p:not(:last-child) {
  margin-bottom: 1em;
}
.p-postsContent__txts .wp-block-button__link {
  font-size: 1.3em;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  letter-spacing: 0.15em;
}
.p-postsContent__txts .wp-block-button__link:after {
  content: "";
  display: inline-block;
  height: 0.8em;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  margin-left: 0.9em;
}
.p-postsContent__txts .wp-block-button__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  .p-postsContent__txts .wp-block-button__link {
    font-size: 1.2em;
  }
}
.p-posts__moreBtn {
  text-align: center;
}/*# sourceMappingURL=style.css.map */