@charset "UTF-8";
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

p {
  font-family: 'Yu Gothic', "游ゴシック", 'YuGothic', "游ゴシック体", 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}

/*
@include perfect_vw(1200, 320, 60, 14, font-size);
*/
/*
  @include lineHeightCrop(1.75);
*/
[data-fade] {
  opacity: 0;
  transition: 0.7s ease;
}
[data-fade].is-show {
  opacity: 0.5;
}
[data-fade].is-done {
  opacity: 1;
}

[data-slide] {
  opacity: 0;
}
[data-slide].is-done {
  animation-name: opacity;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  position: relative;
}
[data-slide].is-done:after {
  background: #ac9b70;
  content: "";
  animation-name: slide;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
* {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

html.is-fixed {
  overflow: hidden;
}

body {
  background-color: #fff;
  color: #444444;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  max-width: 100vw;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

img {
  border-style: none;
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}
img [data-objectfit=cover] {
  -o-object-fit: cover;
     object-fit: cover;
}

a,
button {
  text-decoration: none;
  transition: all 0.25s ease;
}
a:hover, a:active,
button:hover,
button:active {
  outline-width: 0;
  cursor: pointer;
  opacity: 0.8;
}

@media screen and (min-width: 1024px) {
  a[href*="tel:"] {
    cursor: pointer;
    pointer-events: none;
  }
}
::-moz-selection {
  background: #ac9b70;
  color: #fff;
}
::selection {
  background: #ac9b70;
  color: #fff;
}

.l-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .l-header {
    position: fixed;
  }
}
.l-header__container {
  background: #fff;
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .l-header__container {
    padding: 31px 20px 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__container {
    padding: 31px 45px 0;
  }
}
.l-header__logo {
  max-width: 110px;
}
@media screen and (min-width: 1024px) {
  .l-header__logo {
    max-width: 147px;
  }
}
.l-header__logo-clinic {
  max-width: 222px;
}
.l-header__logo-ebisuGarden {
  max-width: 168px;
}
.l-header__hamburger {
  position: relative;
  width: 76px;
  height: 76px;
}
@media screen and (min-width: 1024px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburgerLine {
  background: #ac9b70;
  width: 31px;
  height: 1px;
  position: absolute;
  top: 30px;
  left: 20px;
  transition: all 0.25s ease;
}
.l-header__hamburgerLine:nth-of-type(2) {
  top: 37px;
}
.l-header__hamburgerLine:nth-of-type(3) {
  top: 45px;
}
.l-header__hamburger.is-open .l-header__hamburgerLine {
  left: 22px;
}
.l-header__hamburger.is-open .l-header__hamburgerLine:nth-of-type(1) {
  transform: rotate(45deg);
  top: 37px;
}
.l-header__hamburger.is-open .l-header__hamburgerLine:nth-of-type(2) {
  opacity: 0;
}
.l-header__hamburger.is-open .l-header__hamburgerLine:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 37px;
}
@media screen and (min-width: 1024px) {
  .l-header.is-up {
    animation: UpAnime 0.5s forwards;
    pointer-events: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-header.is-down {
    animation: DownAnime 0.5s forwards;
  }
}

.l-follow {
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-follow {
    display: none !important;
  }
}
.l-follow__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 12px;
}
.l-follow__item.-reserve {
  background: #9eab99;
}
.l-follow__item.-contact {
  background: #ac9b70;
}

.l-clinicFollow {
  position: fixed;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .l-clinicFollow {
    display: none !important;
  }
}
.l-clinicFollow__item {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #EFEBE1;
}
.l-clinicFollow__item p {
  font-size: 10px;
  margin-top: 5px;
}
.l-clinicFollow__item:not(:nth-child(1)) {
  border-left: 1px solid #E2DACD;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-navigation {
  background: #fff;
  border-top: 1px solid #bdbdbd;
  width: 100%;
  height: calc(100vh - 76px);
  position: fixed;
  top: -100vh;
  left: 0;
  transition: all 0.4s ease;
}
@media screen and (min-width: 1024px) {
  .l-navigation {
    background: none;
    border: none;
    position: static;
    height: auto;
    width: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column-reverse;
    overflow: visible;
  }
}
.l-navigation.is-show {
  top: 76px;
}
.l-navigation__list {
  margin: 0 auto;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  padding: 35px 20px 150px;
}
@media screen and (min-width: 1024px) {
  .l-navigation__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    padding: 24px 0 0;
    overflow-y: auto;
    margin-right: -10px;
  }
}
@media screen and (min-width: 1366px) {
  .l-navigation__list {
    margin-right: -25px;
  }
}
.l-navigation__item {
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (min-width: 1024px) {
  .l-navigation__item {
    border-bottom: none;
    padding: 0 10px 31px 10px;
  }
}
@media screen and (min-width: 1366px) {
  .l-navigation__item {
    border-bottom: none;
    padding: 0 25px 28px 25px;
  }
}
@media screen and (min-width: 1024px) {
  .l-navigation__item:first-child {
    margin-left: 0;
    padding: 0 20px 31px 10px;
  }
}
@media screen and (min-width: 1366px) {
  .l-navigation__item:first-child {
    margin-left: 0;
    padding: 0 50px 28px 25px;
  }
}
@media screen and (min-width: 1024px) {
  .l-navigation__item:nth-child(2) {
    margin-left: 0;
    padding: 0 10px 31px 0px;
  }
}
@media screen and (min-width: 1366px) {
  .l-navigation__item:nth-child(2) {
    margin-left: 0;
    padding: 0 25px 28px 0px;
  }
}
@media screen and (min-width: 1024px) {
  .l-navigation__item:nth-child(3) {
    margin-left: 0;
    padding: 0 5px 31px 10px;
  }
}
@media screen and (min-width: 1366px) {
  .l-navigation__item:nth-child(3) {
    margin-left: 0;
    padding: 0 0px 28px 25px;
  }
}
@media screen and (min-width: 1024px) {
  .l-navigation__item:nth-child(4) {
    margin-left: 0;
    padding: 0 10px 31px 15px;
  }
}
@media screen and (min-width: 1366px) {
  .l-navigation__item:nth-child(4) {
    margin-left: 0;
    padding: 0 25px 28px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .l-navigation__item.-slash {
    background: transparent url(../img/common/icon_line.svg) no-repeat center;
    background-size: contain;
    width: 11px;
    height: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .l-navigation__item:hover .l-navigation__child {
    display: block;
    animation-name: fade-in;
    animation-duration: 0.5s;
  }
}
.l-navigation__link {
  display: block;
  padding: 15px 0;
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .l-navigation__link {
    padding: 0;
    font-size: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .l-navigation__link {
    padding: 0;
    font-size: 14px;
  }
}
.l-navigation__link:hover {
  opacity: 0.7;
  transform: translateY(2px);
}
.l-navigation__link--pc {
  display: none;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 1024px) {
  .l-navigation__link--pc {
    display: block;
    padding: 0;
    font-size: 11px;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .l-navigation__link--pc {
    font-size: 14px;
  }
}
.l-navigation__link--sp {
  position: relative;
  display: block;
  padding: 15px 0;
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .l-navigation__link--sp {
    display: none;
  }
}
.l-navigation__link--sp::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
  width: 10px;
  height: 1px;
  background-color: #ac9b70;
  transform: rotate(90deg);
  transition: transform 0.1s;
}
.l-navigation__link--sp::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
  width: 10px;
  height: 1px;
  background-color: #ac9b70;
}
.l-navigation__link--sp.open::before {
  transform: rotate(0deg);
  transition: transform 0.1s;
}
.l-navigation__link--sp.-osaka::before {
  display: none;
}
.l-navigation__link--sp.-osaka::after {
  display: none;
}
.l-navigation__subList {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-navigation__subList {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.l-navigation__subItem {
  margin-left: 50px;
  line-height: 1;
}
.l-navigation__subItem:first-child {
  margin-left: 0;
}
.l-navigation__subItem.-slash {
  background: #e2e2e2;
  width: 1px;
  height: 15px;
}
.l-navigation__subLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
}
.l-navigation__subLink:hover {
  opacity: 0.7;
  transform: translateY(2px);
}
.l-navigation__subLink.-reserve {
  color: #ac9b70;
}
.l-navigation__subLink.-reserve:before {
  background: transparent url(../img/common/icon_calendar.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 18px;
  height: 16px;
  margin-right: 10px;
}
.l-navigation__subLink.-contact {
  color: #ac9b70;
}
.l-navigation__subLink.-contact:before {
  background: transparent url(../img/common/icon_mail.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 18px;
  height: 14px;
  margin-right: 10px;
}
.l-navigation__child {
  display: none;
}
.l-navigation__child.open {
  display: block;
}
@media screen and (min-width: 1024px) {
  .l-navigation__child {
    display: none;
    position: fixed;
    top: 113px;
    left: 0;
    width: 100%;
    background-color: white;
    border-top: 1px solid #e0e0e0;
    box-shadow: 12px 12px 16px rgba(179, 185, 190, 0.16);
  }
}
@media screen and (min-width: 1024px) {
  .l-navigation__childWrap {
    display: flex;
    align-items: center;
    max-width: 1170px;
    margin: 0 auto;
    padding: 30px 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-navigation__childInner {
    display: flex;
    width: 100%;
    max-width: calc(100% - 180px - 30px);
  }
}
@media screen and (min-width: 1366px) {
  .l-navigation__childInner {
    max-width: calc(100% - 264px - 60px);
  }
}
.l-navigation__childImg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-navigation__childImg {
    display: block;
    width: 180px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1366px) {
  .l-navigation__childImg {
    width: 264px;
    margin-right: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .l-navigation__childList {
    width: calc((100% - 30px) / 3);
  }
  .l-navigation__childList:nth-child(n+2) {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1366px) {
  .l-navigation__childList {
    width: calc((100% - 80px) / 3);
  }
  .l-navigation__childList:nth-child(n+2) {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .l-navigation__childItem--sp {
    display: none;
  }
}
.l-navigation__childLink {
  font-size: 14px;
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 20px;
  border-top: 1px solid #e0e0e0;
}
.l-navigation__childLink .c-icon__arrow {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, 50%);
  width: 10px;
}
.l-navigation__childLink .c-icon__arrow::after {
  width: 5px;
}
@media screen and (min-width: 1024px) {
  .l-navigation__childLink {
    border-radius: 4px;
    border-top: unset;
    padding: 10px 23px 10px 10px;
  }
  .l-navigation__childLink:hover {
    background-color: #FAF8F2;
    color: #ac9b70;
  }
  .l-navigation__childLink .c-icon__arrow {
    right: 5px;
  }
}
.l-navigation__bnr {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-navigation__bnr {
    display: none;
  }
}
.l-navigationBnr__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 39px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.l-navigationBnr__item.-reserve {
  background: #9eab99;
}
.l-navigationBnr__item.-contact {
  background: #ac9b70;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .l-main {
    padding-top: 113px;
  }
}

.l-container, .l-container-small {
  width: 100%;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-container, .l-container-small {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container, .l-container-small {
    max-width: 1170px;
  }
}
@media screen and (min-width: 1024px) {
  .l-container-small {
    max-width: 900px;
  }
}

.l-aside {
  background: #F7F7F7;
  padding: 60px 0 65px;
}
@media screen and (min-width: 1024px) {
  .l-aside__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.l-aside__title {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .l-aside__title {
    font-size: 18px;
    letter-spacing: 0.1em;
    align-items: flex-start;
    flex-shrink: 0;
  }
}
.l-aside__title:after {
  content: "";
  background: #444444;
  height: 1px;
  width: 48px;
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .l-aside__title:after {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .l-aside__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
.l-aside__item {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .l-aside__item {
    margin-top: 0;
    margin-left: 50px;
  }
}
.l-aside__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .l-aside__item:first-child {
    margin-left: 0;
  }
}
.l-aside__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 40px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1024px) {
  .l-aside__link {
    padding: 0;
    flex-direction: column;
  }
}
.l-aside__link:hover .l-aside__paragraph {
  color: #ac9b70;
}
.l-aside__link--01 .l-aside__icon {
  left: 5px;
}
@media screen and (min-width: 1024px) {
  .l-aside__link--01 .l-aside__icon {
    margin-bottom: 25px;
  }
}
.l-aside__link--01 .l-aside__icon img {
  width: 15px;
}
@media screen and (min-width: 1024px) {
  .l-aside__link--01 .l-aside__icon img {
    width: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .l-aside__link--02 .l-aside__icon {
    margin-bottom: 27px;
  }
}
.l-aside__link--02 .l-aside__icon img {
  width: 26px;
}
@media screen and (min-width: 1024px) {
  .l-aside__link--02 .l-aside__icon img {
    width: 41px;
  }
}
.l-aside__link--03 .l-aside__icon {
  left: 3px;
}
@media screen and (min-width: 1024px) {
  .l-aside__link--03 .l-aside__icon {
    margin-bottom: 25px;
  }
}
.l-aside__link--03 .l-aside__icon img {
  width: 22px;
}
@media screen and (min-width: 1024px) {
  .l-aside__link--03 .l-aside__icon img {
    width: 34px;
  }
}
.l-aside__link--04 .l-aside__icon {
  left: 2px;
}
@media screen and (min-width: 1024px) {
  .l-aside__link--04 .l-aside__icon {
    margin-bottom: 25px;
  }
}
.l-aside__link--04 .l-aside__icon img {
  width: 24px;
}
@media screen and (min-width: 1024px) {
  .l-aside__link--04 .l-aside__icon img {
    width: 35px;
  }
}
.l-aside__icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .l-aside__icon {
    position: static;
    transform: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-aside__paragraph {
    font-size: 14px;
    line-height: 1.9285714286;
    text-align: center;
  }
}

.l-sidebar__title {
  margin-bottom: 20px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .l-sidebar__title {
    margin-bottom: 20px;
  }
}
.l-sidebar__list {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-sidebar__list {
    display: block;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
  }
}
.l-sidebar__item {
  margin-top: 10px;
}
.l-sidebar__item:first-child {
  margin-top: 0;
}
.l-sidebar__list li {
  position: relative;
  padding-left: 15px;
}
.l-sidebar__item a:hover {
  color: #ac9b70;
}
.l-sidebar__list li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #ac9b70;
}
.l-sidebar__link {
  font-size: 13px;
  font-weight: 600;
}
.l-sidebar__link.is-current {
  text-decoration: underline;
  color: #ac9b70;
}
.l-sidebar__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.l-sidebar__keyword {
  border: 1px solid;
  border-radius: 11px;
  font-size: 13px;
  line-height: 1;
  padding: 4px 8px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.l-sidebar__keyword.is-current {
  color: #ac9b70;
}

.l-news__sidebar {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .l-news__sidebar {
    width: auto;
    margin-left: 5.346999vw;
    margin-top: 0;
    margin-bottom: 0;
    flex-shrink: 0;
    padding: 20px;
    background-color: #f1f1f1;
    border-radius: 5px;
  }
  .l-article {
    width: 100%;
  }
}

.l-column__sidebar {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .l-column__sidebar {
    max-width: 18.1551976574vw;
    margin-right: 8.0527086384vw;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-column__sidebar .c-hidden--pc .l-sidebar__title {
    margin-top: 60px;
  }
}

.l-pagenation {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-pagenation {
    margin-top: 70px;
  }
}
.l-pagenation__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-pagenationList__item {
  margin-left: 30px;
}
.l-pagenationList__item:first-child {
  margin-left: 0;
}
.l-pagenationList__link {
  font-family: "Marcellus", serif;
  font-size: 14px;
  color: #bdbdbd;
}
@media screen and (min-width: 1024px) {
  .l-pagenationList__link {
    font-size: 19px;
  }
}
.l-pagenationList__link.is-current {
  color: #444444;
  text-decoration: underline;
}
.l-pagenation__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  transform: translateX(-14px);
  font-family: "Times New Roman", serif;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .l-pagenation__all {
    font-size: 19px;
  }
}
.l-pagenation__all:before {
  background: transparent url(../img/common/icon_all.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.l-pagenation__prev {
  position: absolute;
  left: 0;
  font-family: "Times New Roman", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .l-pagenation__prev {
    font-size: 19px;
  }
}
.l-pagenation__next {
  position: absolute;
  right: 0;
  font-family: "Times New Roman", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .l-pagenation__next {
    font-size: 19px;
  }
}

.l-wrapper .c-btn:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .l-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .l-wrapper .c-btn:nth-child(n+2) {
    margin-top: 0px;
  }
}
.l-wrapper--center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-footer {
  background: #5f5751;
  color: #fff;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer .l-footer {
    padding: 0 34px;
  }
}
.l-footer__navigation {
  padding: 55px 0 60px;
}
@media screen and (min-width: 1024px) {
  .l-footer__navigation {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 50px 0;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__navigation .l-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .l-footerNavigation__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .l-footerNavigation__list + .l-footerNavigation__list {
    margin-top: 25px;
    margin-left: 72px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footerNavigation__list + .l-footerNavigation__list {
    margin-left: 90px;
  }
}
.l-footerNavigation__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .l-footerNavigation__item {
    border-bottom: none;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footerNavigation__item {
    margin-left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footerNavigation__item:first-child {
    margin-left: 0;
  }
}
.l-footerNavigation__link {
  display: block;
  padding: 15px 0;
}
@media screen and (min-width: 1024px) {
  .l-footerNavigation__link {
    padding: 0;
  }
}
.l-footer__clinic {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1024px) {
  .l-footer__clinic {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__clinic .l-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.l-footer__clinic .c-heading {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-footer__clinic .c-heading {
    width: auto;
  }
}
.l-footer__clinic .c-heading__en {
  margin: 0 0 20px;
  font-size: 23px;
}
@media screen and (min-width: 1024px) {
  .l-footer__clinic .c-heading__en {
    font-size: 30px;
  }
}
.l-footer__clinic .c-heading__ja {
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .l-footerClinic__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .l-footerClinic__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .l-footerClinic__content + div {
    margin-left: 100px;
  }
}
.l-footerClinic__title {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .l-footerClinic__title {
    margin-bottom: 35px;
    font-size: 16px;
  }
}
.l-footerClinic__title:after {
  background: #fff;
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .l-footerClinic__titleWrapper {
    width: 100%;
  }
}
.l-footerClinic__list {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .l-footerClinic__list {
    margin-bottom: 0;
  }
}
.l-footerClinic__list + .l-footerClinic__list {
  margin-top: -20px;
}
@media screen and (min-width: 1024px) {
  .l-footerClinic__list + .l-footerClinic__list {
    margin-left: 54px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footerClinic__list + .l-footerClinic__titleWrapper {
    margin-top: 58px;
  }
}
.l-footerClinic__item {
  margin-top: 25px;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .l-footerClinic__item {
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 0.09em;
  }
}
@media screen and (min-width: 1024px) {
  .l-footerClinic__item:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-footerClinic__link {
    opacity: 0.7;
  }
  .l-footerClinic__link:hover {
    opacity: 1;
  }
}
.l-footer__copyright {
  padding: 30px 20px;
  text-align: center;
}
.l-footerCopyright__link {
  color: #bdbdbd;
  font-size: 14px;
}
.l-footerCopyright__text {
  color: #bdbdbd;
  font-family: "Times New Roman", serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: 10px;
}

.l-clinicFooter {
  color: #fff;
  background-color: #ac9b70;
  padding: 60px 20px;
}
@media screen and (min-width: 1024px) {
  .l-clinicFooter {
    padding: 60px;
  }
}
.l-clinicFooter__container {
  max-width: 974px;
  margin: 0 auto;
}
.l-clinicFooter__logo {
  max-width: 263px;
  margin: 0px auto;
}
.l-clinicFooter__logo.-akasaka {
  max-width: 241px;
}
.l-clinicFooter__logo.-ebisu-garden {
  max-width: 410px;
}
.l-clinicFooter__logo.-akasaka {
  max-width: 241px;
}
.l-clinicFooter__logo.-izumi {
  max-width: 295px;
}
.l-clinicFooter__logo.-shinjuku {
  max-width: 241px;
}
.l-clinicFooter__logo.-shiroyama {
  max-width: 317px;
}
.l-clinicFooter__logo.-ueno-okachimachi {
  max-width: 305px;
}
.l-clinicFooter__address {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
}
.l-clinicFooter__address a {
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin: 0 20px;
  font-family: "Times New Roman", serif;
}
.l-clinicFooter__wrap {
  margin-top: 50px;
}
.l-clinicFooter__wrap_2 {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .l-clinicFooter__wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
  .l-clinicFooter__wrap_2 {
    display: flex;
    justify-content: center;
    margin-top: 70px;
  }
}
.l-clinicFooter__contact {
  margin-top: 15px;
  text-align: center;
  align-items: center;
}
.l-clinicFooter__contact p:nth-child(2) {
  font-size: 14px;
  margin-left: 10px;
}
@media screen and (min-width: 1024px) {
  .l-clinicFooter__contact {
    display: flex;
    text-align: left;
  }
}
.l-clinicFooter__num {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-family: "Marcellus", serif;
}
.l-clinicFooter__num span {
  font-size: 18px;
}
.l-clinicFooter__block:nth-child(2) {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .l-clinicFooter__block {
    width: 45%;
  }
  .l-clinicFooter__block:nth-child(2) {
    margin-top: 0px;
  }
}
.l-clinicFooter__header {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-clinicFooter__header {
    display: flex;
    align-items: center;
  }
}
.l-clinicFooter__header p {
  font-size: 16px;
  margin-left: 15px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .l-clinicFooter__header p {
    font-size: 19px;
    margin-top: 0px;
  }
}
.l-clinicFooter__link {
  display: block;
  border: 1px solid #fff;
  padding: 20px;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  border-radius: 45px;
}
@media screen and (min-width: 1024px) {
  .l-clinicFooter__link {
    margin-top: 30px;
    padding: 25px;
  }
  .l-clinicFooter__link:hover {
    color: #ac9b70;
    background-color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .l-clinicFooter__linkWrap {
    display: flex;
    justify-content: space-between;
  }
  .l-clinicFooter__linkWrap .l-clinicFooter__link {
    width: 48%;
  }
  .l-clinicFooter__linkWrap .l-clinicFooter__link.-osaka {
    width: 100%;
  }
}

.c-heading {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .c-heading {
    margin-bottom: 60px;
  }
}
.c-heading__ja {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 21px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1024px) {
  .c-heading__ja {
    font-size: 34px;
  }
}
.c-heading__en {
  margin-top: 10px;
  font-family: "Prata", serif;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .c-heading__en {
    margin-top: 20px;
    font-size: 18px;
  }
}

.c-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ac9b70;
}
.c-link__text {
  flex-shrink: 0;
  margin-right: 20px;
  font-family: "Times New Roman", serif;
  font-size: 14px;
  letter-spacing: 0.06em;
}
.c-link__text.--blue {
  color: white;
}
.c-link__arrow {
  border: 1px solid #ac9b70;
  border-radius: 50%;
  transition: all 0.25s ease;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-link__arrow:before {
  content: "";
  background-image: url(../img/common/icon_link.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 8px;
}
.c-link__arrow.--blue {
  border: 1px solid #fff;
}
.c-link__arrow.--blue:before {
  background-image: url(../img/common/icon_link-hover.svg);
}
.c-link__primary {
  position: relative;
  padding-bottom: 6px;
  color: #ac9b70;
  font-family: "Times New Roman", serif;
  font-size: 14px;
  letter-spacing: 0.06em;
}
.c-link__primary:after {
  background: #ac9b70;
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.c-link.--external {
  color: #4D9550;
  border-bottom: 1px solid #4D9550;
  display: table;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .c-link.--sp {
    display: none;
  }
}
.c-link.--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-link.--pc {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  a:hover .c-link__arrow {
    background: #ac9b70;
  }
  a:hover .c-link__arrow:before {
    background-image: url(../img/common/icon_link-hover.svg);
  }
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.c-btn--secondary {
  border: 1px solid #ac9b70;
  color: #ac9b70;
  justify-content: flex-start;
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn--secondary {
    justify-content: center;
    padding-left: 0;
  }
}
.c-btn--secondary:before {
  background: #ac9b70;
  content: "";
  width: 14px;
  height: 1px;
  display: block;
  position: absolute;
  right: 20px;
  transform-origin: left top;
}
@media screen and (min-width: 768px) {
  .c-btn--secondary:before {
    display: none;
  }
}
.c-btn--secondary:after {
  display: block;
  background: #ac9b70;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  transform-origin: right bottom;
  width: 5px;
  height: 1px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .c-btn--secondary:after {
    display: none;
  }
}
.c-btn--lg {
  max-width: 40%;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .c-btn--lg {
    height: 76px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .c-btn--lg {
    max-width: 70%;
  }
  .l-pagenation__all {
    transform: translateX(100%);
  }
}
.c-btn--contact {
  position: relative;
  width: 100%;
  height: 66px;
  border: 1px solid #ac9b70;
  color: #ac9b70;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .c-btn--contact {
    width: 290px;
    height: 76px;
    margin-top: 30px;
  }
}
.c-btn--contact.-external {
  position: relative;
}
.c-btn--contact.-external::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 12px;
  background-image: url(../img/contact/icon_page.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
@media screen and (min-width: 1024px) {
  .c-btn--contact.-external::after {
    right: 30px;
  }
}

.c-tab {
  display: flex;
  flex-wrap: wrap;
}
.c-tab__item {
  background: #ac9b70;
  width: calc((100% - 52%) / 1);
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  margin-left: 10px;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .c-tab__item {
    width: calc((100% - 3%) / 2);
    margin-left: 21px;
    height: 63px;
    font-size: 18px;
  }
}
.c-tab__item:nth-of-type(1) {
  margin-left: 0;
}
.c-tab__item:hover {
  cursor: pointer;
}
.c-tab input[name=c-tab__item] {
  display: none;
}
.c-tab input:checked + .c-tab__item {
  background: #fff;
  color: #ac9b70;
}
.c-tab__content {
  width: 100%;
  display: none;
}
.c-tab__body {
  width: 100%;
}
.c-tab__body.c-color-gold {
  background: #FAF8F2;
}

.c-tab-02 {
  display: flex;
  flex-wrap: wrap;
}
.c-tab-02__item {
  background: #ac9b70;
  width: calc((100% - 30px) / 4);
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  margin-left: 10px;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .c-tab-02__item {
    width: calc((100% - 63px) / 4);
    margin-left: 21px;
    height: 63px;
    font-size: 18px;
  }
}
.c-tab-02__item:nth-of-type(1) {
  margin-left: 0;
}
.c-tab-02__item:hover {
  cursor: pointer;
}
.c-tab-02 input[name=c-tab__item] {
  display: none;
}
.c-tab-02 input:checked + .c-tab__item {
  background: #FAF8F2;
  color: #ac9b70;
}
.c-tab-02__content {
  width: 100%;
  display: none;
}

.c-tab-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-tab-about__item {
  width: 45%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 14px;
  border: 1px solid #bdbdbd;
  background-color: #fff;
  color: #bdbdbd;
  margin-bottom: -1px;
  z-index: 1;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .c-tab-about__item {
    height: 63px;
    font-size: 18px;
  }
}
.c-tab-about__item:nth-of-type(1) {
  margin-left: 0;
}
.c-tab-about__item:hover {
  cursor: pointer;
}
.c-tab-about input[name=c-tab__item] {
  display: none;
}
.c-tab-about input:checked + .c-tab-about__item {
  border-top: 1px solid #444444;
  border-left: 1px solid #444444;
  border-right: 1px solid #444444;
  color: #444444;
  border-bottom: unset;
}
.c-tab-about__content {
  width: 100%;
  display: none;
}
.c-tab-about__body {
  width: 100%;
  border-bottom: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
}
.c-tab-about__body.c-color-gold {
  background: #FAF8F2;
}

.c-icon__circleArrow {
  border: 1px solid #ac9b70;
  border-radius: 50%;
  transition: all 0.25s ease;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .c-icon__circleArrow {
    border: none;
    border-radius: 0;
    width: auto;
    height: auto;
    position: relative;
  }
}
.c-icon__circleArrow:before {
  content: "";
  background-image: url(../img/common/icon_link.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 8px;
}
@media screen and (min-width: 1024px) {
  .c-icon__circleArrow:before {
    background: #ac9b70;
    width: 38px;
    height: 1px;
    display: block;
    transform-origin: left top;
  }
}
@media screen and (min-width: 1024px) {
  .c-icon__circleArrow:after {
    background: #ac9b70;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: right bottom;
    width: 10px;
    height: 1px;
    transform: rotate(45deg);
  }
}
.c-icon__arrow {
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 23px;
}
.c-icon__arrow:before {
  background: #ac9b70;
  content: "";
  width: 38px;
  height: 1px;
  display: block;
  transform-origin: left top;
}
.c-icon__arrow:after {
  background: #ac9b70;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 10px;
  height: 1px;
  transform: rotate(45deg);
}
.c-icon__staticArrow {
  background-image: url(../img/common/icon_link.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 23px;
  height: 8px;
}

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

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

.webp .c-kv--outpatient {
  background-image: -webkit-image-set(url(../img/outpatient/kv-sp.webp) 1x, url(../img/outpatient/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/kv-sp.webp) 1x, url(../img/outpatient/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--outpatient {
    background-image: -webkit-image-set(url(../img/outpatient/kv-pc.webp) 1x, url(../img/outpatient/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/kv-pc.webp) 1x, url(../img/outpatient/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--outpatient {
    background-image: -webkit-image-set(url(../img/outpatient/kv-pc.webp) 1x, url(../img/outpatient/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/kv-pc.webp) 1x, url(../img/outpatient/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--internalMedicine {
  background-image: -webkit-image-set(url(../img/outpatient/internalMedicine/kv-sp.webp) 1x, url(../img/outpatient/internalMedicine/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/internalMedicine/kv-sp.webp) 1x, url(../img/outpatient/internalMedicine/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--internalMedicine {
    background-image: -webkit-image-set(url(../img/outpatient/internalMedicine/kv-pc.webp) 1x, url(../img/outpatient/internalMedicine/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/internalMedicine/kv-pc.webp) 1x, url(../img/outpatient/internalMedicine/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--internalMedicine {
    background-image: -webkit-image-set(url(../img/outpatient/internalMedicine/kv-pc.webp) 1x, url(../img/outpatient/internalMedicine/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/internalMedicine/kv-pc.webp) 1x, url(../img/outpatient/internalMedicine/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--orthopedics {
  background-image: -webkit-image-set(url(../img/outpatient/orthopedics/kv-sp.webp) 1x, url(../img/outpatient/orthopedics/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/orthopedics/kv-sp.webp) 1x, url(../img/outpatient/orthopedics/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--orthopedics {
    background-image: -webkit-image-set(url(../img/outpatient/orthopedics/kv-pc.webp) 1x, url(../img/outpatient/orthopedics/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/orthopedics/kv-pc.webp) 1x, url(../img/outpatient/orthopedics/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--orthopedics {
    background-image: -webkit-image-set(url(../img/outpatient/orthopedics/kv-pc.webp) 1x, url(../img/outpatient/orthopedics/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/orthopedics/kv-pc.webp) 1x, url(../img/outpatient/orthopedics/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--vaccination {
  background-image: -webkit-image-set(url(../img/outpatient/vaccination/kv-sp.webp) 1x, url(../img/outpatient/vaccination/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/vaccination/kv-sp.webp) 1x, url(../img/outpatient/vaccination/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--vaccination {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/kv-pc.webp) 1x, url(../img/outpatient/vaccination/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/kv-pc.webp) 1x, url(../img/outpatient/vaccination/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--vaccination {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/kv-pc.webp) 1x, url(../img/outpatient/vaccination/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/kv-pc.webp) 1x, url(../img/outpatient/vaccination/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--vaccination-akasaka {
  background-image: -webkit-image-set(url(../img/outpatient/vaccination/akasaka/kv-sp.webp) 1x, url(../img/outpatient/vaccination/akasaka/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/vaccination/akasaka/kv-sp.webp) 1x, url(../img/outpatient/vaccination/akasaka/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--vaccination-akasaka {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/akasaka/kv-pc.webp) 1x, url(../img/outpatient/vaccination/akasaka/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/akasaka/kv-pc.webp) 1x, url(../img/outpatient/vaccination/akasaka/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--vaccination-akasaka {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/akasaka/kv-pc.webp) 1x, url(../img/outpatient/vaccination/akasaka/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/akasaka/kv-pc.webp) 1x, url(../img/outpatient/vaccination/akasaka/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--vaccination-ebisu {
  background-image: -webkit-image-set(url(../img/outpatient/vaccination/ebisu/kv-sp.webp) 1x, url(../img/outpatient/vaccination/ebisu/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/vaccination/ebisu/kv-sp.webp) 1x, url(../img/outpatient/vaccination/ebisu/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--vaccination-ebisu {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/ebisu/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ebisu/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/ebisu/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ebisu/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--vaccination-ebisu {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/ebisu/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ebisu/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/ebisu/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ebisu/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--vaccination-ebisuGarden {
  background-image: -webkit-image-set(url(../img/outpatient/vaccination/ebisu-garden/kv-sp.webp) 1x, url(../img/outpatient/vaccination/ebisu-garden/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/vaccination/ebisu-garden/kv-sp.webp) 1x, url(../img/outpatient/vaccination/ebisu-garden/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--vaccination-ebisuGarden {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/ebisu-garden/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ebisu-garden/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/ebisu-garden/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ebisu-garden/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--vaccination-ebisuGarden {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/ebisu-garden/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ebisu-garden/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/ebisu-garden/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ebisu-garden/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--vaccination-shinjuku {
  background-image: -webkit-image-set(url(../img/outpatient/vaccination/shinjuku/kv-sp.webp) 1x, url(../img/outpatient/vaccination/shinjuku/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/vaccination/shinjuku/kv-sp.webp) 1x, url(../img/outpatient/vaccination/shinjuku/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--vaccination-shinjuku {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/shinjuku/kv-pc.webp) 1x, url(../img/outpatient/vaccination/shinjuku/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/shinjuku/kv-pc.webp) 1x, url(../img/outpatient/vaccination/shinjuku/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--vaccination-shinjuku {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/shinjuku/kv-pc.webp) 1x, url(../img/outpatient/vaccination/shinjuku/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/shinjuku/kv-pc.webp) 1x, url(../img/outpatient/vaccination/shinjuku/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--vaccination-shiroyama {
  background-image: -webkit-image-set(url(../img/outpatient/vaccination/shiroyama/kv-sp.webp) 1x, url(../img/outpatient/vaccination/shiroyama/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/vaccination/shiroyama/kv-sp.webp) 1x, url(../img/outpatient/vaccination/shiroyama/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--vaccination-shiroyama {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/shiroyama/kv-pc.webp) 1x, url(../img/outpatient/vaccination/shiroyama/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/shiroyama/kv-pc.webp) 1x, url(../img/outpatient/vaccination/shiroyama/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--vaccination-shiroyama {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/shiroyama/kv-pc.webp) 1x, url(../img/outpatient/vaccination/shiroyama/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/shiroyama/kv-pc.webp) 1x, url(../img/outpatient/vaccination/shiroyama/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--vaccination-izumi {
  background-image: -webkit-image-set(url(../img/outpatient/vaccination/izumi/kv-sp.webp) 1x, url(../img/outpatient/vaccination/izumi/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/vaccination/izumi/kv-sp.webp) 1x, url(../img/outpatient/vaccination/izumi/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--vaccination-izumi {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/izumi/kv-pc.webp) 1x, url(../img/outpatient/vaccination/izumi/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/izumi/kv-pc.webp) 1x, url(../img/outpatient/vaccination/izumi/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--vaccination-izumi {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/izumi/kv-pc.webp) 1x, url(../img/outpatient/vaccination/izumi/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/izumi/kv-pc.webp) 1x, url(../img/outpatient/vaccination/izumi/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--vaccination-uenoOkachimachi {
  background-image: -webkit-image-set(url(../img/outpatient/vaccination/ueno-okachimachi/kv-sp.webp) 1x, url(../img/outpatient/vaccination/ueno-okachimachi/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/vaccination/ueno-okachimachi/kv-sp.webp) 1x, url(../img/outpatient/vaccination/ueno-okachimachi/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--vaccination-uenoOkachimachi {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/ueno-okachimachi/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ueno-okachimachi/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/ueno-okachimachi/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ueno-okachimachi/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--vaccination-uenoOkachimachi {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/ueno-okachimachi/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ueno-okachimachi/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/ueno-okachimachi/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ueno-okachimachi/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--vaccination-grandfrontOsaka {
  background-image: -webkit-image-set(url(../img/outpatient/vaccination/grandfront-osaka/kv-sp.webp) 1x, url(../img/outpatient/vaccination/grandfront-osaka/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/vaccination/grandfront-osaka/kv-sp.webp) 1x, url(../img/outpatient/vaccination/grandfront-osaka/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--vaccination-grandfrontOsaka {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/grandfront-osaka/kv-pc.webp) 1x, url(../img/outpatient/vaccination/grandfront-osaka/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/grandfront-osaka/kv-pc.webp) 1x, url(../img/outpatient/vaccination/grandfront-osaka/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--vaccination-grandfrontOsaka {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/grandfront-osaka/kv-pc.webp) 1x, url(../img/outpatient/vaccination/grandfront-osaka/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/grandfront-osaka/kv-pc.webp) 1x, url(../img/outpatient/vaccination/grandfront-osaka/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--dermatology {
  background-image: -webkit-image-set(url(../img/outpatient/dermatology/kv-sp.webp) 1x, url(../img/outpatient/dermatology/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/dermatology/kv-sp.webp) 1x, url(../img/outpatient/dermatology/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--dermatology {
    background-image: -webkit-image-set(url(../img/outpatient/dermatology/kv-pc.webp) 1x, url(../img/outpatient/dermatology/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/dermatology/kv-pc.webp) 1x, url(../img/outpatient/dermatology/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--dermatology {
    background-image: -webkit-image-set(url(../img/outpatient/dermatology/kv-pc.webp) 1x, url(../img/outpatient/dermatology/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/dermatology/kv-pc.webp) 1x, url(../img/outpatient/dermatology/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--online {
  background-image: -webkit-image-set(url(../img/outpatient/online/kv-sp.webp) 1x, url(../img/outpatient/online/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/online/kv-sp.webp) 1x, url(../img/outpatient/online/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--online {
    background-image: -webkit-image-set(url(../img/outpatient/online/kv-pc.webp) 1x, url(../img/outpatient/online/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/online/kv-pc.webp) 1x, url(../img/outpatient/online/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--online {
    background-image: -webkit-image-set(url(../img/outpatient/online/kv-pc.webp) 1x, url(../img/outpatient/online/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/online/kv-pc.webp) 1x, url(../img/outpatient/online/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--hayFever {
  background-image: -webkit-image-set(url(../img/outpatient/hayFever/kv-sp.webp) 1x, url(../img/outpatient/hayFever/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/hayFever/kv-sp.webp) 1x, url(../img/outpatient/hayFever/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--hayFever {
    background-image: -webkit-image-set(url(../img/outpatient/hayFever/kv-pc.webp) 1x, url(../img/outpatient/hayFever/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/hayFever/kv-pc.webp) 1x, url(../img/outpatient/hayFever/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--hayFever {
    background-image: -webkit-image-set(url(../img/outpatient/hayFever/kv-pc.webp) 1x, url(../img/outpatient/hayFever/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/hayFever/kv-pc.webp) 1x, url(../img/outpatient/hayFever/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--vitamin {
  background-image: -webkit-image-set(url(../img/outpatient/vitamin/kv-sp.webp) 1x, url(../img/outpatient/vitamin/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/vitamin/kv-sp.webp) 1x, url(../img/outpatient/vitamin/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--vitamin {
    background-image: -webkit-image-set(url(../img/outpatient/vitamin/kv-pc.webp) 1x, url(../img/outpatient/vitamin/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vitamin/kv-pc.webp) 1x, url(../img/outpatient/vitamin/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--vitamin {
    background-image: -webkit-image-set(url(../img/outpatient/vitamin/kv-pc.webp) 1x, url(../img/outpatient/vitamin/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vitamin/kv-pc.webp) 1x, url(../img/outpatient/vitamin/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--sleepApnea {
  background-image: -webkit-image-set(url(../img/outpatient/sleepApnea/kv-sp.webp) 1x, url(../img/outpatient/sleepApnea/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/sleepApnea/kv-sp.webp) 1x, url(../img/outpatient/sleepApnea/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--sleepApnea {
    background-image: -webkit-image-set(url(../img/outpatient/sleepApnea/kv-pc.webp) 1x, url(../img/outpatient/sleepApnea/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/sleepApnea/kv-pc.webp) 1x, url(../img/outpatient/sleepApnea/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--sleepApnea {
    background-image: -webkit-image-set(url(../img/outpatient/sleepApnea/kv-pc.webp) 1x, url(../img/outpatient/sleepApnea/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/sleepApnea/kv-pc.webp) 1x, url(../img/outpatient/sleepApnea/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--covid {
  background-image: -webkit-image-set(url(../img/outpatient/covid/kv-sp.webp) 1x, url(../img/outpatient/covid/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/covid/kv-sp.webp) 1x, url(../img/outpatient/covid/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--covid {
    background-image: -webkit-image-set(url(../img/outpatient/covid/kv-pc.webp) 1x, url(../img/outpatient/covid/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/covid/kv-pc.webp) 1x, url(../img/outpatient/covid/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--covid {
    background-image: -webkit-image-set(url(../img/outpatient/covid/kv-pc.webp) 1x, url(../img/outpatient/covid/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/covid/kv-pc.webp) 1x, url(../img/outpatient/covid/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--antiInfluenza {
  background-image: -webkit-image-set(url(../img/outpatient/antiInfluenza/kv-sp.webp) 1x, url(../img/outpatient/antiInfluenza/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/antiInfluenza/kv-sp.webp) 1x, url(../img/outpatient/antiInfluenza/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--antiInfluenza {
    background-image: -webkit-image-set(url(../img/outpatient/antiInfluenza/kv-pc.webp) 1x, url(../img/outpatient/antiInfluenza/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/antiInfluenza/kv-pc.webp) 1x, url(../img/outpatient/antiInfluenza/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--antiInfluenza {
    background-image: -webkit-image-set(url(../img/outpatient/antiInfluenza/kv-pc.webp) 1x, url(../img/outpatient/antiInfluenza/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/antiInfluenza/kv-pc.webp) 1x, url(../img/outpatient/antiInfluenza/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--ed {
  background-image: -webkit-image-set(url(../img/outpatient/ed/kv-sp.webp) 1x, url(../img/outpatient/ed/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/ed/kv-sp.webp) 1x, url(../img/outpatient/ed/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--ed {
    background-image: -webkit-image-set(url(../img/outpatient/ed/kv-pc.webp) 1x, url(../img/outpatient/ed/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/ed/kv-pc.webp) 1x, url(../img/outpatient/ed/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--ed {
    background-image: -webkit-image-set(url(../img/outpatient/ed/kv-pc.webp) 1x, url(../img/outpatient/ed/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/ed/kv-pc.webp) 1x, url(../img/outpatient/ed/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--androgeneticAlopecia {
  background-image: -webkit-image-set(url(../img/outpatient/androgeneticAlopecia/kv-sp.webp) 1x, url(../img/outpatient/androgeneticAlopecia/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/androgeneticAlopecia/kv-sp.webp) 1x, url(../img/outpatient/androgeneticAlopecia/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--androgeneticAlopecia {
    background-image: -webkit-image-set(url(../img/outpatient/androgeneticAlopecia/kv-pc.webp) 1x, url(../img/outpatient/androgeneticAlopecia/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/androgeneticAlopecia/kv-pc.webp) 1x, url(../img/outpatient/androgeneticAlopecia/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--androgeneticAlopecia {
    background-image: -webkit-image-set(url(../img/outpatient/androgeneticAlopecia/kv-pc.webp) 1x, url(../img/outpatient/androgeneticAlopecia/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/androgeneticAlopecia/kv-pc.webp) 1x, url(../img/outpatient/androgeneticAlopecia/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--clinic {
  background-image: -webkit-image-set(url(../img/clinic/kv-sp.jpg) 1x, url(../img/clinic/kv-sp.jpg) 2x);
  background-image: image-set(url(../img/clinic/kv-sp.jpg) 1x, url(../img/clinic/kv-sp.jpg) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--clinic {
    background-image: -webkit-image-set(url(../img/clinic/kv-pc.jpg) 1x, url(../img/clinic/kv-pc.jpg) 2x);
    background-image: image-set(url(../img/clinic/kv-pc.jpg) 1x, url(../img/clinic/kv-pc.jpg) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--clinic {
    background-image: -webkit-image-set(url(../img/clinic/kv-pc.jpg) 1x, url(../img/clinic/kv-pc.jpg) 2x);
    background-image: image-set(url(../img/clinic/kv-pc.jpg) 1x, url(../img/clinic/kv-pc.jpg) 2x);
  }
}
.webp .c-kv--academicActivity {
  background-image: -webkit-image-set(url(../img/about/academicActivity/kv-sp.webp) 1x, url(../img/about/academicActivity/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/about/academicActivity/kv-sp.webp) 1x, url(../img/about/academicActivity/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--academicActivity {
    background-image: -webkit-image-set(url(../img/about/academicActivity/kv-pc.webp) 1x, url(../img/about/academicActivity/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/about/academicActivity/kv-pc.webp) 1x, url(../img/about/academicActivity/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--academicActivity {
    background-image: -webkit-image-set(url(../img/about/academicActivity/kv-pc.webp) 1x, url(../img/about/academicActivity/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/about/academicActivity/kv-pc.webp) 1x, url(../img/about/academicActivity/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--medicalCheckup {
  background-image: -webkit-image-set(url(../img/medicalCheckup/kv-sp.webp) 1x, url(../img/medicalCheckup/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/medicalCheckup/kv-sp.webp) 1x, url(../img/medicalCheckup/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--medicalCheckup {
    background-image: -webkit-image-set(url(../img/medicalCheckup/kv-pc.webp) 1x, url(../img/medicalCheckup/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/kv-pc.webp) 1x, url(../img/medicalCheckup/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--medicalCheckup {
    background-image: -webkit-image-set(url(../img/medicalCheckup/kv-pc.webp) 1x, url(../img/medicalCheckup/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/kv-pc.webp) 1x, url(../img/medicalCheckup/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--medicalCheckup-osaka {
  background-image: -webkit-image-set(url(../img/home/kv-sp.jpg) 1x, url(../img/home/kv-sp.jpg) 2x);
  background-image: image-set(url(../img/home/kv-sp.jpg) 1x, url(../img/home/kv-sp.jpg) 2x);
}
/* @media all and (orientation: landscape) {
  .webp .c-kv--medicalCheckup-osaka {
    background-image: -webkit-image-set(url(../img/home/kv-pc.jpg) 1x, url(../img/home/kv-pc.jpg) 2x);
    background-image: image-set(url(../img/home/kv-pc.jpg) 1x, url(../img/home/osaka/kv-pc.jpg) 2x);
  }
} */
@media screen and (min-width: 774px) {
  .webp .c-kv--medicalCheckup-osaka {
    background-image: -webkit-image-set(url(../img/home/kv-pc.jpg) 1x, url(../img/home/kv-pc.jpg) 2x);
    background-image: image-set(url(../img/home/kv-pc.jpg) 1x, url(../img/home/kv-pc.jpg) 2x);
  }
}
.webp .c-kv--regularHealthCheck {
  background-image: -webkit-image-set(url(../img/medicalCheckup/regularHealthCheck/kv-sp.webp) 1x, url(../img/medicalCheckup/regularHealthCheck/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/medicalCheckup/regularHealthCheck/kv-sp.webp) 1x, url(../img/medicalCheckup/regularHealthCheck/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--regularHealthCheck {
    background-image: -webkit-image-set(url(../img/medicalCheckup/regularHealthCheck/kv-pc.webp) 1x, url(../img/medicalCheckup/regularHealthCheck/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/regularHealthCheck/kv-pc.webp) 1x, url(../img/medicalCheckup/regularHealthCheck/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--regularHealthCheck {
    background-image: -webkit-image-set(url(../img/medicalCheckup/regularHealthCheck/kv-pc.webp) 1x, url(../img/medicalCheckup/regularHealthCheck/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/regularHealthCheck/kv-pc.webp) 1x, url(../img/medicalCheckup/regularHealthCheck/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--comprehensive {
  background-image: -webkit-image-set(url(../img/medicalCheckup/comprehensive/kv-sp.webp) 1x, url(../img/medicalCheckup/comprehensive/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/medicalCheckup/comprehensive/kv-sp.webp) 1x, url(../img/medicalCheckup/comprehensive/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--comprehensive {
    background-image: -webkit-image-set(url(../img/medicalCheckup/comprehensive/kv-pc.webp) 1x, url(../img/medicalCheckup/comprehensive/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/comprehensive/kv-pc.webp) 1x, url(../img/medicalCheckup/comprehensive/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--comprehensive {
    background-image: -webkit-image-set(url(../img/medicalCheckup/comprehensive/kv-pc.webp) 1x, url(../img/medicalCheckup/comprehensive/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/comprehensive/kv-pc.webp) 1x, url(../img/medicalCheckup/comprehensive/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--employment {
  background-image: -webkit-image-set(url(../img/medicalCheckup/employment/kv-sp.webp) 1x, url(../img/medicalCheckup/employment/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/medicalCheckup/employment/kv-sp.webp) 1x, url(../img/medicalCheckup/employment/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--employment {
    background-image: -webkit-image-set(url(../img/medicalCheckup/employment/kv-pc.webp) 1x, url(../img/medicalCheckup/employment/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/employment/kv-pc.webp) 1x, url(../img/medicalCheckup/employment/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--employment {
    background-image: -webkit-image-set(url(../img/medicalCheckup/employment/kv-pc.webp) 1x, url(../img/medicalCheckup/employment/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/employment/kv-pc.webp) 1x, url(../img/medicalCheckup/employment/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--overseas {
  background-image: -webkit-image-set(url(../img/medicalCheckup/overseas/kv-sp.webp) 1x, url(../img/medicalCheckup/overseas/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/medicalCheckup/overseas/kv-sp.webp) 1x, url(../img/medicalCheckup/overseas/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--overseas {
    background-image: -webkit-image-set(url(../img/medicalCheckup/overseas/kv-pc.webp) 1x, url(../img/medicalCheckup/overseas/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/overseas/kv-pc.webp) 1x, url(../img/medicalCheckup/overseas/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--overseas {
    background-image: -webkit-image-set(url(../img/medicalCheckup/overseas/kv-pc.webp) 1x, url(../img/medicalCheckup/overseas/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/overseas/kv-pc.webp) 1x, url(../img/medicalCheckup/overseas/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--citizen {
  background-image: -webkit-image-set(url(../img/medicalCheckup/citizen/kv-sp.webp) 1x, url(../img/medicalCheckup/citizen/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/medicalCheckup/citizen/kv-sp.webp) 1x, url(../img/medicalCheckup/citizen/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--citizen {
    background-image: -webkit-image-set(url(../img/medicalCheckup/citizen/kv-pc.webp) 1x, url(../img/medicalCheckup/citizen/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/citizen/kv-pc.webp) 1x, url(../img/medicalCheckup/citizen/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--citizen {
    background-image: -webkit-image-set(url(../img/medicalCheckup/citizen/kv-pc.webp) 1x, url(../img/medicalCheckup/citizen/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/citizen/kv-pc.webp) 1x, url(../img/medicalCheckup/citizen/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--occupation {
  background-image: -webkit-image-set(url(../img/medicalCheckup/occupation/kv-sp.webp) 1x, url(../img/medicalCheckup/occupation/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/medicalCheckup/occupation/kv-sp.webp) 1x, url(../img/medicalCheckup/occupation/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--occupation {
    background-image: -webkit-image-set(url(../img/medicalCheckup/occupation/kv-pc.webp) 1x, url(../img/medicalCheckup/occupation/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/occupation/kv-pc.webp) 1x, url(../img/medicalCheckup/occupation/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--occupation {
    background-image: -webkit-image-set(url(../img/medicalCheckup/occupation/kv-pc.webp) 1x, url(../img/medicalCheckup/occupation/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/occupation/kv-pc.webp) 1x, url(../img/medicalCheckup/occupation/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--optionalHealthCheck {
  background-image: -webkit-image-set(url(../img/medicalCheckup/optionalHealthCheck/kv-sp.webp) 1x, url(../img/medicalCheckup/optionalHealthCheck/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/medicalCheckup/optionalHealthCheck/kv-sp.webp) 1x, url(../img/medicalCheckup/optionalHealthCheck/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--optionalHealthCheck {
    background-image: -webkit-image-set(url(../img/medicalCheckup/optionalHealthCheck/kv-pc.webp) 1x, url(../img/medicalCheckup/optionalHealthCheck/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/optionalHealthCheck/kv-pc.webp) 1x, url(../img/medicalCheckup/optionalHealthCheck/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--optionalHealthCheck {
    background-image: -webkit-image-set(url(../img/medicalCheckup/optionalHealthCheck/kv-pc.webp) 1x, url(../img/medicalCheckup/optionalHealthCheck/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/optionalHealthCheck/kv-pc.webp) 1x, url(../img/medicalCheckup/optionalHealthCheck/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--specificHealthCheck {
  background-image: -webkit-image-set(url(../img/medicalCheckup/specificHealthCheck/kv-sp.webp) 1x, url(../img/medicalCheckup/specificHealthCheck/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/medicalCheckup/specificHealthCheck/kv-sp.webp) 1x, url(../img/medicalCheckup/specificHealthCheck/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--specificHealthCheck {
    background-image: -webkit-image-set(url(../img/medicalCheckup/specificHealthCheck/kv-pc.webp) 1x, url(../img/medicalCheckup/specificHealthCheck/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/specificHealthCheck/kv-pc.webp) 1x, url(../img/medicalCheckup/specificHealthCheck/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--specificHealthCheck {
    background-image: -webkit-image-set(url(../img/medicalCheckup/specificHealthCheck/kv-pc.webp) 1x, url(../img/medicalCheckup/specificHealthCheck/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/specificHealthCheck/kv-pc.webp) 1x, url(../img/medicalCheckup/specificHealthCheck/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--followUp {
  background-image: -webkit-image-set(url(../img/medicalCheckup/followUp/kv-sp.webp) 1x, url(../img/medicalCheckup/followUp/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/medicalCheckup/followUp/kv-sp.webp) 1x, url(../img/medicalCheckup/followUp/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--followUp {
    background-image: -webkit-image-set(url(../img/medicalCheckup/followUp/kv-pc.webp) 1x, url(../img/medicalCheckup/followUp/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/followUp/kv-pc.webp) 1x, url(../img/medicalCheckup/followUp/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--followUp {
    background-image: -webkit-image-set(url(../img/medicalCheckup/followUp/kv-pc.webp) 1x, url(../img/medicalCheckup/followUp/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/followUp/kv-pc.webp) 1x, url(../img/medicalCheckup/followUp/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--faqHealthCheck {
  background-image: -webkit-image-set(url(../img/medicalCheckup/faqHealthCheck/kv-sp.webp) 1x, url(../img/medicalCheckup/faqHealthCheck/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/medicalCheckup/faqHealthCheck/kv-sp.webp) 1x, url(../img/medicalCheckup/faqHealthCheck/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--faqHealthCheck {
    background-image: -webkit-image-set(url(../img/medicalCheckup/faqHealthCheck/kv-pc.webp) 1x, url(../img/medicalCheckup/faqHealthCheck/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/faqHealthCheck/kv-pc.webp) 1x, url(../img/medicalCheckup/faqHealthCheck/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--faqHealthCheck {
    background-image: -webkit-image-set(url(../img/medicalCheckup/faqHealthCheck/kv-pc.webp) 1x, url(../img/medicalCheckup/faqHealthCheck/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/faqHealthCheck/kv-pc.webp) 1x, url(../img/medicalCheckup/faqHealthCheck/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--selfCheck {
  background-image: -webkit-image-set(url(../img/corporate/selfCheck/kv-sp.webp) 1x, url(../img/corporate/selfCheck/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/corporate/selfCheck/kv-sp.webp) 1x, url(../img/corporate/selfCheck/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--selfCheck {
    background-image: -webkit-image-set(url(../img/corporate/selfCheck/kv-pc.webp) 1x, url(../img/corporate/selfCheck/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/corporate/selfCheck/kv-pc.webp) 1x, url(../img/corporate/selfCheck/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--selfCheck {
    background-image: -webkit-image-set(url(../img/corporate/selfCheck/kv-pc.webp) 1x, url(../img/corporate/selfCheck/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/corporate/selfCheck/kv-pc.webp) 1x, url(../img/corporate/selfCheck/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--businessExamination {
  background-image: -webkit-image-set(url(../img/corporate/businessExamination/kv-sp.webp) 1x, url(../img/corporate/businessExamination/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/corporate/businessExamination/kv-sp.webp) 1x, url(../img/corporate/businessExamination/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--businessExamination {
    background-image: -webkit-image-set(url(../img/corporate/businessExamination/kv-pc.webp) 1x, url(../img/corporate/businessExamination/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/corporate/businessExamination/kv-pc.webp) 1x, url(../img/corporate/businessExamination/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--businessExamination {
    background-image: -webkit-image-set(url(../img/corporate/businessExamination/kv-pc.webp) 1x, url(../img/corporate/businessExamination/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/corporate/businessExamination/kv-pc.webp) 1x, url(../img/corporate/businessExamination/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--visitVaccination {
  background-image: -webkit-image-set(url(../img/corporate/visitVaccination/kv-sp.webp) 1x, url(../img/corporate/visitVaccination/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/corporate/visitVaccination/kv-sp.webp) 1x, url(../img/corporate/visitVaccination/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--visitVaccination {
    background-image: -webkit-image-set(url(../img/corporate/visitVaccination/kv-pc.webp) 1x, url(../img/corporate/visitVaccination/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/corporate/visitVaccination/kv-pc.webp) 1x, url(../img/corporate/visitVaccination/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--visitVaccination {
    background-image: -webkit-image-set(url(../img/corporate/visitVaccination/kv-pc.webp) 1x, url(../img/corporate/visitVaccination/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/corporate/visitVaccination/kv-pc.webp) 1x, url(../img/corporate/visitVaccination/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--occupationalPhysician {
  background-image: -webkit-image-set(url(../img/corporate/occupationalPhysician/kv-sp.webp) 1x, url(../img/corporate/occupationalPhysician/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/corporate/occupationalPhysician/kv-sp.webp) 1x, url(../img/corporate/occupationalPhysician/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--occupationalPhysician {
    background-image: -webkit-image-set(url(../img/corporate/occupationalPhysician/kv-pc.webp) 1x, url(../img/corporate/occupationalPhysician/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/corporate/occupationalPhysician/kv-pc.webp) 1x, url(../img/corporate/occupationalPhysician/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--occupationalPhysician {
    background-image: -webkit-image-set(url(../img/corporate/occupationalPhysician/kv-pc.webp) 1x, url(../img/corporate/occupationalPhysician/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/corporate/occupationalPhysician/kv-pc.webp) 1x, url(../img/corporate/occupationalPhysician/kv-pc@2x.webp) 2x);
  }
}
/* .webp .c-kv--news {
  background-image: -webkit-image-set(url(../img/news/kv-sp.webp) 1x, url(../img/news/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/news/kv-sp.webp) 1x, url(../img/news/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--news {
    background-image: -webkit-image-set(url(../img/news/kv-pc.webp) 1x, url(../img/news/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/news/kv-pc.webp) 1x, url(../img/news/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--news {
    background-image: -webkit-image-set(url(../img/news/kv-pc.webp) 1x, url(../img/news/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/news/kv-pc.webp) 1x, url(../img/news/kv-pc@2x.webp) 2x);
  }
} */
.webp .c-kv--column {
  background-image: -webkit-image-set(url(../img/column/kv-sp.webp) 1x, url(../img/column/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/column/kv-sp.webp) 1x, url(../img/column/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--column {
    background-image: -webkit-image-set(url(../img/column/kv-pc.webp) 1x, url(../img/column/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/column/kv-pc.webp) 1x, url(../img/column/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--column {
    background-image: -webkit-image-set(url(../img/column/kv-pc.webp) 1x, url(../img/column/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/column/kv-pc.webp) 1x, url(../img/column/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--columnDetail {
  background-image: -webkit-image-set(url(../img/column/detail/kv-sp.webp) 1x, url(../img/column/detail/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/column/detail/kv-sp.webp) 1x, url(../img/column/detail/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--columnDetail {
    background-image: -webkit-image-set(url(../img/column/detail/kv-pc.webp) 1x, url(../img/column/detail/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/column/detail/kv-pc.webp) 1x, url(../img/column/detail/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--columnDetail {
    background-image: -webkit-image-set(url(../img/column/detail/kv-pc.webp) 1x, url(../img/column/detail/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/column/detail/kv-pc.webp) 1x, url(../img/column/detail/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--policy {
  background-image: -webkit-image-set(url(../img/policy/kv-sp.webp) 1x, url(../img/policy/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/policy/kv-sp.webp) 1x, url(../img/policy/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--policy {
    background-image: -webkit-image-set(url(../img/policy/kv-pc.webp) 1x, url(../img/policy/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/policy/kv-pc.webp) 1x, url(../img/policy/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--policy {
    background-image: -webkit-image-set(url(../img/policy/kv-pc.webp) 1x, url(../img/policy/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/policy/kv-pc.webp) 1x, url(../img/policy/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--corporate {
  background-image: -webkit-image-set(url(../img/corporate/kv-sp.webp) 1x, url(../img/corporate/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/corporate/kv-sp.webp) 1x, url(../img/corporate/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--corporate {
    background-image: -webkit-image-set(url(../img/corporate/kv-pc.webp) 1x, url(../img/corporate/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/corporate/kv-pc.webp) 1x, url(../img/corporate/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--corporate {
    background-image: -webkit-image-set(url(../img/corporate/kv-pc.webp) 1x, url(../img/corporate/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/corporate/kv-pc.webp) 1x, url(../img/corporate/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--about {
  background-image: -webkit-image-set(url(../img/about/kv-sp.webp) 1x, url(../img/about/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/about/kv-sp.webp) 1x, url(../img/about/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--about {
    background-image: -webkit-image-set(url(../img/about/kv-pc.webp) 1x, url(../img/about/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/about/kv-pc.webp) 1x, url(../img/about/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--about {
    background-image: -webkit-image-set(url(../img/about/kv-pc.webp) 1x, url(../img/about/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/about/kv-pc.webp) 1x, url(../img/about/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--recruit {
  background-image: -webkit-image-set(url(../img/recruit/kv-sp.webp) 1x, url(../img/recruit/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/recruit/kv-sp.webp) 1x, url(../img/recruit/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--recruit {
    background-image: -webkit-image-set(url(../img/recruit/kv-pc.webp) 1x, url(../img/recruit/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/recruit/kv-pc.webp) 1x, url(../img/recruit/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--recruit {
    background-image: -webkit-image-set(url(../img/recruit/kv-pc.webp) 1x, url(../img/recruit/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/recruit/kv-pc.webp) 1x, url(../img/recruit/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--contact {
  background-image: -webkit-image-set(url(../img/contact/kv-sp.webp) 1x, url(../img/contact/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/contact/kv-sp.webp) 1x, url(../img/contact/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--contact {
    background-image: -webkit-image-set(url(../img/contact/kv-pc.webp) 1x, url(../img/contact/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/contact/kv-pc.webp) 1x, url(../img/contact/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--contact {
    background-image: -webkit-image-set(url(../img/contact/kv-pc.webp) 1x, url(../img/contact/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/contact/kv-pc.webp) 1x, url(../img/contact/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--stressCheck {
  background-image: -webkit-image-set(url(../img/corporate/stressCheck/kv-sp.webp) 1x, url(../img/corporate/stressCheck/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/corporate/stressCheck/kv-sp.webp) 1x, url(../img/corporate/stressCheck/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--stressCheck {
    background-image: -webkit-image-set(url(../img/corporate/stressCheck/kv-pc.webp) 1x, url(../img/corporate/stressCheck/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/corporate/stressCheck/kv-pc.webp) 1x, url(../img/corporate/stressCheck/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--stressCheck {
    background-image: -webkit-image-set(url(../img/corporate/stressCheck/kv-pc.webp) 1x, url(../img/corporate/stressCheck/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/corporate/stressCheck/kv-pc.webp) 1x, url(../img/corporate/stressCheck/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--faqIndustrialHealth {
  background-image: -webkit-image-set(url(../img/corporate/faqIndustrialHealth/kv-sp.webp) 1x, url(../img/corporate/faqIndustrialHealth/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/corporate/faqIndustrialHealth/kv-sp.webp) 1x, url(../img/corporate/faqIndustrialHealth/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--faqIndustrialHealth {
    background-image: -webkit-image-set(url(../img/corporate/faqIndustrialHealth/kv-pc.webp) 1x, url(../img/corporate/faqIndustrialHealth/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/corporate/faqIndustrialHealth/kv-pc.webp) 1x, url(../img/corporate/faqIndustrialHealth/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--faqIndustrialHealth {
    background-image: -webkit-image-set(url(../img/corporate/faqIndustrialHealth/kv-pc.webp) 1x, url(../img/corporate/faqIndustrialHealth/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/corporate/faqIndustrialHealth/kv-pc.webp) 1x, url(../img/corporate/faqIndustrialHealth/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--mobileHealthCheck {
  background-image: -webkit-image-set(url(../img/medicalCheckup/mobileHealthCheck/kv-sp.webp) 1x, url(../img/medicalCheckup/mobileHealthCheck/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/medicalCheckup/mobileHealthCheck/kv-sp.webp) 1x, url(../img/medicalCheckup/mobileHealthCheck/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--mobileHealthCheck {
    background-image: -webkit-image-set(url(../img/medicalCheckup/mobileHealthCheck/kv-pc.webp) 1x, url(../img/medicalCheckup/mobileHealthCheck/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/mobileHealthCheck/kv-pc.webp) 1x, url(../img/medicalCheckup/mobileHealthCheck/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--mobileHealthCheck {
    background-image: -webkit-image-set(url(../img/medicalCheckup/mobileHealthCheck/kv-pc.webp) 1x, url(../img/medicalCheckup/mobileHealthCheck/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/mobileHealthCheck/kv-pc.webp) 1x, url(../img/medicalCheckup/mobileHealthCheck/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--notes {
  background-image: -webkit-image-set(url(../img/medicalCheckup/notes/kv-sp.webp) 1x, url(../img/medicalCheckup/notes/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/medicalCheckup/notes/kv-sp.webp) 1x, url(../img/medicalCheckup/notes/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--notes {
    background-image: -webkit-image-set(url(../img/medicalCheckup/notes/kv-pc.webp) 1x, url(../img/medicalCheckup/notes/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/notes/kv-pc.webp) 1x, url(../img/medicalCheckup/notes/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--notes {
    background-image: -webkit-image-set(url(../img/medicalCheckup/notes/kv-pc.webp) 1x, url(../img/medicalCheckup/notes/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/notes/kv-pc.webp) 1x, url(../img/medicalCheckup/notes/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--kyokaikenpo {
  background-image: -webkit-image-set(url(../img/medicalCheckup/kyokaikenpo/kv-sp.webp) 1x, url(../img/medicalCheckup/kyokaikenpo/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/medicalCheckup/kyokaikenpo/kv-sp.webp) 1x, url(../img/medicalCheckup/kyokaikenpo/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--kyokaikenpo {
    background-image: -webkit-image-set(url(../img/medicalCheckup/kyokaikenpo/kv-pc.webp) 1x, url(../img/medicalCheckup/kyokaikenpo/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/kyokaikenpo/kv-pc.webp) 1x, url(../img/medicalCheckup/kyokaikenpo/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--kyokaikenpo {
    background-image: -webkit-image-set(url(../img/medicalCheckup/kyokaikenpo/kv-pc.webp) 1x, url(../img/medicalCheckup/kyokaikenpo/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/medicalCheckup/kyokaikenpo/kv-pc.webp) 1x, url(../img/medicalCheckup/kyokaikenpo/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--std {
  background-image: -webkit-image-set(url(../img/outpatient/std/kv-sp.webp) 1x, url(../img/outpatient/std/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/std/kv-sp.webp) 1x, url(../img/outpatient/std/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--std {
    background-image: -webkit-image-set(url(../img/outpatient/std/kv-pc.webp) 1x, url(../img/outpatient/std/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/std/kv-pc.webp) 1x, url(../img/outpatient/std/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--std {
    background-image: -webkit-image-set(url(../img/outpatient/std/kv-pc.webp) 1x, url(../img/outpatient/std/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/std/kv-pc.webp) 1x, url(../img/outpatient/std/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--preMaritalScreening {
  background-image: -webkit-image-set(url(../img/outpatient/preMaritalScreening/kv-sp.webp) 1x, url(../img/outpatient/preMaritalScreening/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/preMaritalScreening/kv-sp.webp) 1x, url(../img/outpatient/preMaritalScreening/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--preMaritalScreening {
    background-image: -webkit-image-set(url(../img/outpatient/preMaritalScreening/kv-pc.webp) 1x, url(../img/outpatient/preMaritalScreening/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/preMaritalScreening/kv-pc.webp) 1x, url(../img/outpatient/preMaritalScreening/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--preMaritalScreening {
    background-image: -webkit-image-set(url(../img/outpatient/preMaritalScreening/kv-pc.webp) 1x, url(../img/outpatient/preMaritalScreening/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/preMaritalScreening/kv-pc.webp) 1x, url(../img/outpatient/preMaritalScreening/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--smokingCessation {
  background-image: -webkit-image-set(url(../img/outpatient/smokingCessation/kv-sp.webp) 1x, url(../img/outpatient/smokingCessation/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/smokingCessation/kv-sp.webp) 1x, url(../img/outpatient/smokingCessation/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--smokingCessation {
    background-image: -webkit-image-set(url(../img/outpatient/smokingCessation/kv-pc.webp) 1x, url(../img/outpatient/smokingCessation/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/smokingCessation/kv-pc.webp) 1x, url(../img/outpatient/smokingCessation/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--smokingCessation {
    background-image: -webkit-image-set(url(../img/outpatient/smokingCessation/kv-pc.webp) 1x, url(../img/outpatient/smokingCessation/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/smokingCessation/kv-pc.webp) 1x, url(../img/outpatient/smokingCessation/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--gynecology {
  background-image: -webkit-image-set(url(../img/outpatient/ocp/kv-sp.webp) 1x, url(../img/outpatient/ocp/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/ocp/kv-sp.webp) 1x, url(../img/outpatient/ocp/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--gynecology {
    background-image: -webkit-image-set(url(../img/outpatient/ocp/kv-pc.webp) 1x, url(../img/outpatient/ocp/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/ocp/kv-pc.webp) 1x, url(../img/outpatient/ocp/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--gynecology {
    background-image: -webkit-image-set(url(../img/outpatient/ocp/kv-pc.webp) 1x, url(../img/outpatient/ocp/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/ocp/kv-pc.webp) 1x, url(../img/outpatient/ocp/kv-pc@2x.webp) 2x);
  }
}
.webp .c-kv--gastroenterology {
  background-image: -webkit-image-set(url(../img/outpatient/gastroenterology/kv-sp.webp) 1x, url(../img/outpatient/gastroenterology/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/gastroenterology/kv-sp.webp) 1x, url(../img/outpatient/gastroenterology/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .webp .c-kv--gastroenterology {
    background-image: -webkit-image-set(url(../img/outpatient/gastroenterology/kv-pc.webp) 1x, url(../img/outpatient/gastroenterology/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/gastroenterology/kv-pc.webp) 1x, url(../img/outpatient/gastroenterology/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .webp .c-kv--gastroenterology {
    background-image: -webkit-image-set(url(../img/outpatient/gastroenterology/kv-pc.webp) 1x, url(../img/outpatient/gastroenterology/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/gastroenterology/kv-pc.webp) 1x, url(../img/outpatient/gastroenterology/kv-pc@2x.webp) 2x);
  }
}

.c-kv {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}
.c-kv--md {
  height: 17.9910044978vh;
  max-height: 120px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .c-kv--md {
    height: 28.7760416667vh;
    max-height: 221px;
    margin-bottom: 100px;
  }
}
.c-kv--lg {
  height: 36.4317841079vh;
  max-height: 243px;
  margin-bottom: 90px;
}
@media screen and (min-width: 1024px) {
  .c-kv--lg {
    height: 57.5520833333vh;
    max-height: 442px;
    margin-bottom: 100px;
  }
}
.c-kv--lg-md {
  height: 17.9910044978vh;
  max-height: 120px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .c-kv--lg-md {
    height: 57.5520833333vh;
    max-height: 442px;
    margin-bottom: 100px;
  }
}
.c-kv--outpatient {
  background-image: -webkit-image-set(url(../img/outpatient/kv-sp.png) 1x, url(../img/outpatient/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/outpatient/kv-sp.png) 1x, url(../img/outpatient/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--outpatient {
    background-image: -webkit-image-set(url(../img/outpatient/kv-pc.png) 1x, url(../img/outpatient/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/kv-pc.png) 1x, url(../img/outpatient/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--outpatient {
    background-image: -webkit-image-set(url(../img/outpatient/kv-pc.png) 1x, url(../img/outpatient/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/kv-pc.png) 1x, url(../img/outpatient/kv-pc@2x.png) 2x);
  }
}
.c-kv--internalMedicine {
  background-image: -webkit-image-set(url(../img/outpatient/internalMedicine/kv-sp.png) 1x, url(../img/outpatient/internalMedicine/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/outpatient/internalMedicine/kv-sp.png) 1x, url(../img/outpatient/internalMedicine/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--internalMedicine {
    background-image: -webkit-image-set(url(../img/outpatient/internalMedicine/kv-pc.png) 1x, url(../img/outpatient/internalMedicine/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/internalMedicine/kv-pc.png) 1x, url(../img/outpatient/internalMedicine/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--internalMedicine {
    background-image: -webkit-image-set(url(../img/outpatient/internalMedicine/kv-pc.png) 1x, url(../img/outpatient/internalMedicine/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/internalMedicine/kv-pc.png) 1x, url(../img/outpatient/internalMedicine/kv-pc@2x.png) 2x);
  }
}
.c-kv--vaccination {
  background-image: -webkit-image-set(url(../img/outpatient/vaccination/kv-sp.png) 1x, url(../img/outpatient/vaccination/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/outpatient/vaccination/kv-sp.png) 1x, url(../img/outpatient/vaccination/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--vaccination {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/kv-pc.png) 1x, url(../img/outpatient/vaccination/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/kv-pc.png) 1x, url(../img/outpatient/vaccination/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--vaccination {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/kv-pc.png) 1x, url(../img/outpatient/vaccination/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/kv-pc.png) 1x, url(../img/outpatient/vaccination/kv-pc@2x.png) 2x);
  }
}
.c-kv--vaccination-akasaka {
  background-image: -webkit-image-set(url(../img/outpatient/vaccination/akasaka/kv-sp.webp) 1x, url(../img/outpatient/vaccination/akasaka/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/vaccination/akasaka/kv-sp.webp) 1x, url(../img/outpatient/vaccination/akasaka/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--vaccination-akasaka {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/akasaka/kv-pc.webp) 1x, url(../img/outpatient/vaccination/akasaka/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/akasaka/kv-pc.webp) 1x, url(../img/outpatient/vaccination/akasaka/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--vaccination-akasaka {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/akasaka/kv-pc.webp) 1x, url(../img/outpatient/vaccination/akasaka/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/akasaka/kv-pc.webp) 1x, url(../img/outpatient/vaccination/akasaka/kv-pc@2x.webp) 2x);
  }
}
.c-kv--vaccination-ebisu {
  background-image: -webkit-image-set(url(../img/outpatient/vaccination/ebisu/kv-sp.webp) 1x, url(../img/outpatient/vaccination/ebisu/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/vaccination/ebisu/kv-sp.webp) 1x, url(../img/outpatient/vaccination/ebisu/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--vaccination-ebisu {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/ebisu/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ebisu/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/ebisu/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ebisu/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--vaccination-ebisu {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/ebisu/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ebisu/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/ebisu/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ebisu/kv-pc@2x.webp) 2x);
  }
}
.c-kv--vaccination-ebisuGarden {
  background-image: -webkit-image-set(url(../img/outpatient/vaccination/ebisu-garden/kv-sp.webp) 1x, url(../img/outpatient/vaccination/ebisu-garden/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/vaccination/ebisu-garden/kv-sp.webp) 1x, url(../img/outpatient/vaccination/ebisu-garden/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--vaccination-ebisuGarden {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/ebisu-garden/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ebisu-garden/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/ebisu-garden/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ebisu-garden/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--vaccination-ebisuGarden {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/ebisu-garden/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ebisu-garden/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/ebisu-garden/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ebisu-garden/kv-pc@2x.webp) 2x);
  }
}
.c-kv--vaccination-shinjuku {
  background-image: -webkit-image-set(url(../img/outpatient/vaccination/shinjuku/kv-sp.webp) 1x, url(../img/outpatient/vaccination/shinjuku/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/vaccination/shinjuku/kv-sp.webp) 1x, url(../img/outpatient/vaccination/shinjuku/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--vaccination-shinjuku {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/shinjuku/kv-pc.webp) 1x, url(../img/outpatient/vaccination/shinjuku/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/shinjuku/kv-pc.webp) 1x, url(../img/outpatient/vaccination/shinjuku/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--vaccination-shinjuku {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/shinjuku/kv-pc.webp) 1x, url(../img/outpatient/vaccination/shinjuku/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/shinjuku/kv-pc.webp) 1x, url(../img/outpatient/vaccination/shinjuku/kv-pc@2x.webp) 2x);
  }
}
.c-kv--vaccination-shiroyama {
  background-image: -webkit-image-set(url(../img/outpatient/vaccination/shiroyama/kv-sp.webp) 1x, url(../img/outpatient/vaccination/shiroyama/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/vaccination/shiroyama/kv-sp.webp) 1x, url(../img/outpatient/vaccination/shiroyama/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--vaccination-shiroyama {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/shiroyama/kv-pc.webp) 1x, url(../img/outpatient/vaccination/shiroyama/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/shiroyama/kv-pc.webp) 1x, url(../img/outpatient/vaccination/shiroyama/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--vaccination-shiroyama {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/shiroyama/kv-pc.webp) 1x, url(../img/outpatient/vaccination/shiroyama/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/shiroyama/kv-pc.webp) 1x, url(../img/outpatient/vaccination/shiroyama/kv-pc@2x.webp) 2x);
  }
}
.c-kv--vaccination-izumi {
  background-image: -webkit-image-set(url(../img/outpatient/vaccination/izumi/kv-sp.webp) 1x, url(../img/outpatient/vaccination/izumi/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/vaccination/izumi/kv-sp.webp) 1x, url(../img/outpatient/vaccination/izumi/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--vaccination-izumi {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/izumi/kv-pc.webp) 1x, url(../img/outpatient/vaccination/izumi/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/izumi/kv-pc.webp) 1x, url(../img/outpatient/vaccination/izumi/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--vaccination-izumi {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/izumi/kv-pc.webp) 1x, url(../img/outpatient/vaccination/izumi/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/izumi/kv-pc.webp) 1x, url(../img/outpatient/vaccination/izumi/kv-pc@2x.webp) 2x);
  }
}
.c-kv--vaccination-uenoOkachimachi {
  background-image: -webkit-image-set(url(../img/outpatient/vaccination/ueno-okachimachi/kv-sp.webp) 1x, url(../img/outpatient/vaccination/ueno-okachimachi/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/outpatient/vaccination/ueno-okachimachi/kv-sp.webp) 1x, url(../img/outpatient/vaccination/ueno-okachimachi/kv-sp@2x.webp) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--vaccination-uenoOkachimachi {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/ueno-okachimachi/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ueno-okachimachi/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/ueno-okachimachi/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ueno-okachimachi/kv-pc@2x.webp) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--vaccination-uenoOkachimachi {
    background-image: -webkit-image-set(url(../img/outpatient/vaccination/ueno-okachimachi/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ueno-okachimachi/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/outpatient/vaccination/ueno-okachimachi/kv-pc.webp) 1x, url(../img/outpatient/vaccination/ueno-okachimachi/kv-pc@2x.webp) 2x);
  }
}
.c-kv--online {
  background-image: -webkit-image-set(url(../img/outpatient/online/kv-sp.png) 1x, url(../img/outpatient/online/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/outpatient/online/kv-sp.png) 1x, url(../img/outpatient/online/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--online {
    background-image: -webkit-image-set(url(../img/outpatient/online/kv-pc.png) 1x, url(../img/outpatient/online/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/online/kv-pc.png) 1x, url(../img/outpatient/online/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--online {
    background-image: -webkit-image-set(url(../img/outpatient/online/kv-pc.png) 1x, url(../img/outpatient/online/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/online/kv-pc.png) 1x, url(../img/outpatient/online/kv-pc@2x.png) 2x);
  }
}
.c-kv--hayFever {
  background-image: -webkit-image-set(url(../img/outpatient/hayFever/kv-sp.png) 1x, url(../img/outpatient/hayFever/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/outpatient/hayFever/kv-sp.png) 1x, url(../img/outpatient/hayFever/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--hayFever {
    background-image: -webkit-image-set(url(../img/outpatient/hayFever/kv-pc.png) 1x, url(../img/outpatient/hayFever/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/hayFever/kv-pc.png) 1x, url(../img/outpatient/hayFever/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--hayFever {
    background-image: -webkit-image-set(url(../img/outpatient/hayFever/kv-pc.png) 1x, url(../img/outpatient/hayFever/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/hayFever/kv-pc.png) 1x, url(../img/outpatient/hayFever/kv-pc@2x.png) 2x);
  }
}
.c-kv--antiInfluenza {
  background-image: -webkit-image-set(url(../img/outpatient/antiInfluenza/kv-sp.png) 1x, url(../img/outpatient/antiInfluenza/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/outpatient/antiInfluenza/kv-sp.png) 1x, url(../img/outpatient/antiInfluenza/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--antiInfluenza {
    background-image: -webkit-image-set(url(../img/outpatient/antiInfluenza/kv-pc.png) 1x, url(../img/outpatient/antiInfluenza/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/antiInfluenza/kv-pc.png) 1x, url(../img/outpatient/antiInfluenza/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--antiInfluenza {
    background-image: -webkit-image-set(url(../img/outpatient/antiInfluenza/kv-pc.png) 1x, url(../img/outpatient/antiInfluenza/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/antiInfluenza/kv-pc.png) 1x, url(../img/outpatient/antiInfluenza/kv-pc@2x.png) 2x);
  }
}
.c-kv--ed {
  background-image: -webkit-image-set(url(../img/outpatient/ed/kv-sp.png) 1x, url(../img/outpatient/ed/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/outpatient/ed/kv-sp.png) 1x, url(../img/outpatient/ed/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--ed {
    background-image: -webkit-image-set(url(../img/outpatient/ed/kv-pc.png) 1x, url(../img/outpatient/ed/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/ed/kv-pc.png) 1x, url(../img/outpatient/ed/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--ed {
    background-image: -webkit-image-set(url(../img/outpatient/ed/kv-pc.png) 1x, url(../img/outpatient/ed/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/ed/kv-pc.png) 1x, url(../img/outpatient/ed/kv-pc@2x.png) 2x);
  }
}
.c-kv--androgeneticAlopecia {
  background-image: -webkit-image-set(url(../img/outpatient/androgeneticAlopecia/kv-sp.png) 1x, url(../img/outpatient/androgeneticAlopecia/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/outpatient/androgeneticAlopecia/kv-sp.png) 1x, url(../img/outpatient/androgeneticAlopecia/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--androgeneticAlopecia {
    background-image: -webkit-image-set(url(../img/outpatient/androgeneticAlopecia/kv-pc.png) 1x, url(../img/outpatient/androgeneticAlopecia/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/androgeneticAlopecia/kv-pc.png) 1x, url(../img/outpatient/androgeneticAlopecia/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--androgeneticAlopecia {
    background-image: -webkit-image-set(url(../img/outpatient/androgeneticAlopecia/kv-pc.png) 1x, url(../img/outpatient/androgeneticAlopecia/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/androgeneticAlopecia/kv-pc.png) 1x, url(../img/outpatient/androgeneticAlopecia/kv-pc@2x.png) 2x);
  }
}
.c-kv--academicActivity {
  background-image: -webkit-image-set(url(../img/about/academicActivity/kv-sp.png) 1x, url(../img/about/academicActivity/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/about/academicActivity/kv-sp.png) 1x, url(../img/about/academicActivity/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--academicActivity {
    background-image: -webkit-image-set(url(../img/about/academicActivity/kv-pc.png) 1x, url(../img/about/academicActivity/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/about/academicActivity/kv-pc.png) 1x, url(../img/about/academicActivity/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--academicActivity {
    background-image: -webkit-image-set(url(../img/about/academicActivity/kv-pc.png) 1x, url(../img/about/academicActivity/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/about/academicActivity/kv-pc.png) 1x, url(../img/about/academicActivity/kv-pc@2x.png) 2x);
  }
}
.c-kv--medicalCheckup {
  background-image: -webkit-image-set(url(../img/medicalCheckup/kv-sp.png) 1x, url(../img/medicalCheckup/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/medicalCheckup/kv-sp.png) 1x, url(../img/medicalCheckup/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--medicalCheckup {
    background-image: -webkit-image-set(url(../img/medicalCheckup/kv-pc.png) 1x, url(../img/medicalCheckup/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/medicalCheckup/kv-pc.png) 1x, url(../img/medicalCheckup/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--medicalCheckup {
    background-image: -webkit-image-set(url(../img/medicalCheckup/kv-pc.png) 1x, url(../img/medicalCheckup/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/medicalCheckup/kv-pc.png) 1x, url(../img/medicalCheckup/kv-pc@2x.png) 2x);
  }
}
.c-kv--regularHealthCheck {
  background-image: -webkit-image-set(url(../img/medicalCheckup/regularHealthCheck/kv-sp.png) 1x, url(../img/medicalCheckup/regularHealthCheck/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/medicalCheckup/regularHealthCheck/kv-sp.png) 1x, url(../img/medicalCheckup/regularHealthCheck/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--regularHealthCheck {
    background-image: -webkit-image-set(url(../img/medicalCheckup/regularHealthCheck/kv-pc.png) 1x, url(../img/medicalCheckup/regularHealthCheck/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/medicalCheckup/regularHealthCheck/kv-pc.png) 1x, url(../img/medicalCheckup/regularHealthCheck/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--regularHealthCheck {
    background-image: -webkit-image-set(url(../img/medicalCheckup/regularHealthCheck/kv-pc.png) 1x, url(../img/medicalCheckup/regularHealthCheck/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/medicalCheckup/regularHealthCheck/kv-pc.png) 1x, url(../img/medicalCheckup/regularHealthCheck/kv-pc@2x.png) 2x);
  }
}
.c-kv--optionalHealthCheck {
  background-image: -webkit-image-set(url(../img/medicalCheckup/optionalHealthCheck/kv-sp.png) 1x, url(../img/medicalCheckup/optionalHealthCheck/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/medicalCheckup/optionalHealthCheck/kv-sp.png) 1x, url(../img/medicalCheckup/optionalHealthCheck/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--optionalHealthCheck {
    background-image: -webkit-image-set(url(../img/medicalCheckup/optionalHealthCheck/kv-pc.png) 1x, url(../img/medicalCheckup/optionalHealthCheck/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/medicalCheckup/optionalHealthCheck/kv-pc.png) 1x, url(../img/medicalCheckup/optionalHealthCheck/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--optionalHealthCheck {
    background-image: -webkit-image-set(url(../img/medicalCheckup/optionalHealthCheck/kv-pc.png) 1x, url(../img/medicalCheckup/optionalHealthCheck/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/medicalCheckup/optionalHealthCheck/kv-pc.png) 1x, url(../img/medicalCheckup/optionalHealthCheck/kv-pc@2x.png) 2x);
  }
}
.c-kv--faqHealthCheck {
  background-image: -webkit-image-set(url(../img/medicalCheckup/faqHealthCheck/kv-sp.png) 1x, url(../img/medicalCheckup/faqHealthCheck/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/medicalCheckup/faqHealthCheck/kv-sp.png) 1x, url(../img/medicalCheckup/faqHealthCheck/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--faqHealthCheck {
    background-image: -webkit-image-set(url(../img/medicalCheckup/faqHealthCheck/kv-pc.png) 1x, url(../img/medicalCheckup/faqHealthCheck/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/medicalCheckup/faqHealthCheck/kv-pc.png) 1x, url(../img/medicalCheckup/faqHealthCheck/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--faqHealthCheck {
    background-image: -webkit-image-set(url(../img/medicalCheckup/faqHealthCheck/kv-pc.png) 1x, url(../img/medicalCheckup/faqHealthCheck/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/medicalCheckup/faqHealthCheck/kv-pc.png) 1x, url(../img/medicalCheckup/faqHealthCheck/kv-pc@2x.png) 2x);
  }
}
.c-kv--clinic {
  background-image: -webkit-image-set(url(../img/clinic/kv-sp.png) 1x, url(../img/clinic/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/clinic/kv-sp.png) 1x, url(../img/clinic/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--clinic {
    background-image: -webkit-image-set(url(../img/clinic/kv-pc.png) 1x, url(../img/clinic/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/clinic/kv-pc.png) 1x, url(../img/clinic/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--clinic {
    background-image: -webkit-image-set(url(../img/clinic/kv-pc.png) 1x, url(../img/clinic/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/clinic/kv-pc.png) 1x, url(../img/clinic/kv-pc@2x.png) 2x);
  }
}
.c-kv--recruit {
  background-image: -webkit-image-set(url(../img/recruit/kv-sp.png) 1x, url(../img/recruit/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/recruit/kv-sp.png) 1x, url(../img/recruit/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--recruit {
    background-image: -webkit-image-set(url(../img/recruit/kv-pc.png) 1x, url(../img/recruit/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/recruit/kv-pc.png) 1x, url(../img/recruit/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--recruit {
    background-image: -webkit-image-set(url(../img/recruit/kv-pc.png) 1x, url(../img/recruit/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/recruit/kv-pc.png) 1x, url(../img/recruit/kv-pc@2x.png) 2x);
  }
}
.c-kv--about {
  background-image: -webkit-image-set(url(../img/about/kv-sp.png) 1x, url(../img/about/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/about/kv-sp.png) 1x, url(../img/about/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--about {
    background-image: -webkit-image-set(url(../img/about/kv-pc.png) 1x, url(../img/about/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/about/kv-pc.png) 1x, url(../img/about/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--about {
    background-image: -webkit-image-set(url(../img/about/kv-pc.png) 1x, url(../img/about/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/about/kv-pc.png) 1x, url(../img/about/kv-pc@2x.png) 2x);
  }
}
.c-kv--selfCheck {
  background-image: -webkit-image-set(url(../img/corporate/selfCheck/kv-sp.png) 1x, url(../img/corporate/selfCheck/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/corporate/selfCheck/kv-sp.png) 1x, url(../img/corporate/selfCheck/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--selfCheck {
    background-image: -webkit-image-set(url(../img/corporate/selfCheck/kv-pc.png) 1x, url(../img/corporate/selfCheck/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/corporate/selfCheck/kv-pc.png) 1x, url(../img/corporate/selfCheck/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--selfCheck {
    background-image: -webkit-image-set(url(../img/corporate/selfCheck/kv-pc.png) 1x, url(../img/corporate/selfCheck/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/corporate/selfCheck/kv-pc.png) 1x, url(../img/corporate/selfCheck/kv-pc@2x.png) 2x);
  }
}
.c-kv--businessExamination {
  background-image: -webkit-image-set(url(../img/corporate/businessExamination/kv-sp.png) 1x, url(../img/corporate/businessExamination/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/corporate/businessExamination/kv-sp.png) 1x, url(../img/corporate/businessExamination/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--businessExamination {
    background-image: -webkit-image-set(url(../img/corporate/businessExamination/kv-pc.png) 1x, url(../img/corporate/businessExamination/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/corporate/businessExamination/kv-pc.png) 1x, url(../img/corporate/businessExamination/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--businessExamination {
    background-image: -webkit-image-set(url(../img/corporate/businessExamination/kv-pc.png) 1x, url(../img/corporate/businessExamination/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/corporate/businessExamination/kv-pc.png) 1x, url(../img/corporate/businessExamination/kv-pc@2x.png) 2x);
  }
}
.c-kv--occupationalPhysician {
  background-image: -webkit-image-set(url(../img/corporate/occupationalPhysician/kv-sp.png) 1x, url(../img/corporate/occupationalPhysician/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/corporate/occupationalPhysician/kv-sp.png) 1x, url(../img/corporate/occupationalPhysician/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--occupationalPhysician {
    background-image: -webkit-image-set(url(../img/corporate/occupationalPhysician/kv-pc.png) 1x, url(../img/corporate/occupationalPhysician/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/corporate/occupationalPhysician/kv-pc.png) 1x, url(../img/corporate/occupationalPhysician/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--occupationalPhysician {
    background-image: -webkit-image-set(url(../img/corporate/occupationalPhysician/kv-pc.png) 1x, url(../img/corporate/occupationalPhysician/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/corporate/occupationalPhysician/kv-pc.png) 1x, url(../img/corporate/occupationalPhysician/kv-pc@2x.png) 2x);
  }
}
.c-kv--news {
  background-image: -webkit-image-set(url(../img/news/kv-sp.png) 1x, url(../img/news/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/news/kv-sp.png) 1x, url(../img/news/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--news {
    background-image: -webkit-image-set(url(../img/news/kv-pc.png) 1x, url(../img/news/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/news/kv-pc.png) 1x, url(../img/news/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--news {
    background-image: -webkit-image-set(url(../img/news/kv-pc.png) 1x, url(../img/news/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/news/kv-pc.png) 1x, url(../img/news/kv-pc@2x.png) 2x);
  }
}
.c-kv--column {
  background-image: -webkit-image-set(url(../img/column/kv-sp.png) 1x, url(../img/column/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/column/kv-sp.png) 1x, url(../img/column/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--column {
    background-image: -webkit-image-set(url(../img/column/kv-pc.png) 1x, url(../img/column/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/column/kv-pc.png) 1x, url(../img/column/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--column {
    background-image: -webkit-image-set(url(../img/column/kv-pc.png) 1x, url(../img/column/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/column/kv-pc.png) 1x, url(../img/column/kv-pc@2x.png) 2x);
  }
}
.c-kv--contact {
  background-image: -webkit-image-set(url(../img/contact/kv-sp.png) 1x, url(../img/contact/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/contact/kv-sp.png) 1x, url(../img/contact/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--contact {
    background-image: -webkit-image-set(url(../img/contact/kv-pc.png) 1x, url(../img/contact/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/contact/kv-pc.png) 1x, url(../img/contact/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--contact {
    background-image: -webkit-image-set(url(../img/contact/kv-pc.png) 1x, url(../img/contact/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/contact/kv-pc.png) 1x, url(../img/contact/kv-pc@2x.png) 2x);
  }
}
.c-kv--policy {
  background-image: -webkit-image-set(url(../img/policy/kv-sp.png) 1x, url(../img/policy/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/policy/kv-sp.png) 1x, url(../img/policy/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--policy {
    background-image: -webkit-image-set(url(../img/policy/kv-pc.png) 1x, url(../img/policy/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/policy/kv-pc.png) 1x, url(../img/policy/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--policy {
    background-image: -webkit-image-set(url(../img/policy/kv-pc.png) 1x, url(../img/policy/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/policy/kv-pc.png) 1x, url(../img/policy/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--policy .c-kv__title {
    max-width: 900px;
  }
}
.c-kv--stressCheck {
  background-image: -webkit-image-set(url(../img/corporate/stressCheck/kv-sp.png) 1x, url(../img/corporate/stressCheck/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/corporate/stressCheck/kv-sp.png) 1x, url(../img/corporate/stressCheck/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--stressCheck {
    background-image: -webkit-image-set(url(../img/corporate/stressCheck/kv-pc.png) 1x, url(../img/corporate/stressCheck/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/corporate/stressCheck/kv-pc.png) 1x, url(../img/corporate/stressCheck/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--stressCheck {
    background-image: -webkit-image-set(url(../img/corporate/stressCheck/kv-pc.png) 1x, url(../img/corporate/stressCheck/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/corporate/stressCheck/kv-pc.png) 1x, url(../img/corporate/stressCheck/kv-pc@2x.png) 2x);
  }
}
.c-kv--faqIndustrialHealth {
  background-image: -webkit-image-set(url(../img/corporate/faqIndustrialHealth/kv-sp.png) 1x, url(../img/corporate/faqIndustrialHealth/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/corporate/faqIndustrialHealth/kv-sp.png) 1x, url(../img/corporate/faqIndustrialHealth/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--faqIndustrialHealth {
    background-image: -webkit-image-set(url(../img/corporate/faqIndustrialHealth/kv-pc.png) 1x, url(../img/corporate/faqIndustrialHealth/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/corporate/faqIndustrialHealth/kv-pc.png) 1x, url(../img/corporate/faqIndustrialHealth/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--faqIndustrialHealth {
    background-image: -webkit-image-set(url(../img/corporate/faqIndustrialHealth/kv-pc.png) 1x, url(../img/corporate/faqIndustrialHealth/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/corporate/faqIndustrialHealth/kv-pc.png) 1x, url(../img/corporate/faqIndustrialHealth/kv-pc@2x.png) 2x);
  }
}
.c-kv--mobileHealthCheck {
  background-image: -webkit-image-set(url(../img/medicalCheckup/mobileHealthCheck/kv-sp.png) 1x, url(../img/medicalCheckup/mobileHealthCheck/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/medicalCheckup/mobileHealthCheck/kv-sp.png) 1x, url(../img/medicalCheckup/mobileHealthCheck/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--mobileHealthCheck {
    background-image: -webkit-image-set(url(../img/medicalCheckup/mobileHealthCheck/kv-pc.png) 1x, url(../img/medicalCheckup/mobileHealthCheck/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/medicalCheckup/mobileHealthCheck/kv-pc.png) 1x, url(../img/medicalCheckup/mobileHealthCheck/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--mobileHealthCheck {
    background-image: -webkit-image-set(url(../img/medicalCheckup/mobileHealthCheck/kv-pc.png) 1x, url(../img/medicalCheckup/mobileHealthCheck/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/medicalCheckup/mobileHealthCheck/kv-pc.png) 1x, url(../img/medicalCheckup/mobileHealthCheck/kv-pc@2x.png) 2x);
  }
}
.c-kv--notes {
  background-image: -webkit-image-set(url(../img/medicalCheckup/notes/kv-sp.png) 1x, url(../img/medicalCheckup/notes/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/medicalCheckup/notes/kv-sp.png) 1x, url(../img/medicalCheckup/notes/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--notes {
    background-image: -webkit-image-set(url(../img/medicalCheckup/notes/kv-pc.png) 1x, url(../img/medicalCheckup/notes/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/medicalCheckup/notes/kv-pc.png) 1x, url(../img/medicalCheckup/notes/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--notes {
    background-image: -webkit-image-set(url(../img/medicalCheckup/notes/kv-pc.png) 1x, url(../img/medicalCheckup/notes/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/medicalCheckup/notes/kv-pc.png) 1x, url(../img/medicalCheckup/notes/kv-pc@2x.png) 2x);
  }
}
.c-kv--kyokaikenpo {
  background-image: -webkit-image-set(url(../img/medicalCheckup/kyokaikenpo/kv-sp.png) 1x, url(../img/medicalCheckup/kyokaikenpo/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/medicalCheckup/kyokaikenpo/kv-sp.png) 1x, url(../img/medicalCheckup/kyokaikenpo/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--kyokaikenpo {
    background-image: -webkit-image-set(url(../img/medicalCheckup/kyokaikenpo/kv-pc.png) 1x, url(../img/medicalCheckup/kyokaikenpo/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/medicalCheckup/kyokaikenpo/kv-pc.png) 1x, url(../img/medicalCheckup/kyokaikenpo/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--kyokaikenpo {
    background-image: -webkit-image-set(url(../img/medicalCheckup/kyokaikenpo/kv-pc.png) 1x, url(../img/medicalCheckup/kyokaikenpo/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/medicalCheckup/kyokaikenpo/kv-pc.png) 1x, url(../img/medicalCheckup/kyokaikenpo/kv-pc@2x.png) 2x);
  }
}
.c-kv--std {
  background-image: -webkit-image-set(url(../img/outpatient/std/kv-sp.png) 1x, url(../img/outpatient/std/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/outpatient/std/kv-sp.png) 1x, url(../img/outpatient/std/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--std {
    background-image: -webkit-image-set(url(../img/outpatient/std/kv-pc.png) 1x, url(../img/outpatient/std/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/std/kv-pc.png) 1x, url(../img/outpatient/std/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--std {
    background-image: -webkit-image-set(url(../img/outpatient/std/kv-pc.png) 1x, url(../img/outpatient/std/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/std/kv-pc.png) 1x, url(../img/outpatient/std/kv-pc@2x.png) 2x);
  }
}
.c-kv--preMaritalScreening {
  background-image: -webkit-image-set(url(../img/outpatient/preMaritalScreening/kv-sp.png) 1x, url(../img/outpatient/preMaritalScreening/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/outpatient/preMaritalScreening/kv-sp.png) 1x, url(../img/outpatient/preMaritalScreening/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--preMaritalScreening {
    background-image: -webkit-image-set(url(../img/outpatient/preMaritalScreening/kv-pc.png) 1x, url(../img/outpatient/preMaritalScreening/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/preMaritalScreening/kv-pc.png) 1x, url(../img/outpatient/preMaritalScreening/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--preMaritalScreening {
    background-image: -webkit-image-set(url(../img/outpatient/preMaritalScreening/kv-pc.png) 1x, url(../img/outpatient/preMaritalScreening/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/preMaritalScreening/kv-pc.png) 1x, url(../img/outpatient/preMaritalScreening/kv-pc@2x.png) 2x);
  }
}
.c-kv--smokingCessation {
  background-image: -webkit-image-set(url(../img/outpatient/smokingCessation/kv-sp.png) 1x, url(../img/outpatient/smokingCessation/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/outpatient/smokingCessation/kv-sp.png) 1x, url(../img/outpatient/smokingCessation/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--smokingCessation {
    background-image: -webkit-image-set(url(../img/outpatient/smokingCessation/kv-pc.png) 1x, url(../img/outpatient/smokingCessation/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/smokingCessation/kv-pc.png) 1x, url(../img/outpatient/smokingCessation/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--smokingCessation {
    background-image: -webkit-image-set(url(../img/outpatient/smokingCessation/kv-pc.png) 1x, url(../img/outpatient/smokingCessation/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/smokingCessation/kv-pc.png) 1x, url(../img/outpatient/smokingCessation/kv-pc@2x.png) 2x);
  }
}
.c-kv--gynecology {
  background-image: -webkit-image-set(url(../img/outpatient/ocp/kv-sp.png) 1x, url(../img/outpatient/ocp/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/outpatient/ocp/kv-sp.png) 1x, url(../img/outpatient/ocp/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--gynecology {
    background-image: -webkit-image-set(url(../img/outpatient/ocp/kv-pc.png) 1x, url(../img/outpatient/ocp/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/ocp/kv-pc.png) 1x, url(../img/outpatient/ocp/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--gynecology {
    background-image: -webkit-image-set(url(../img/outpatient/ocp/kv-pc.png) 1x, url(../img/outpatient/ocp/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/ocp/kv-pc.png) 1x, url(../img/outpatient/ocp/kv-pc@2x.png) 2x);
  }
}
.c-kv--gastroenterology {
  background-image: -webkit-image-set(url(../img/outpatient/gastroenterology/kv-sp.png) 1x, url(../img/outpatient/gastroenterology/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/outpatient/gastroenterology/kv-sp.png) 1x, url(../img/outpatient/gastroenterology/kv-sp@2x.png) 2x);
}
@media all and (orientation: landscape) {
  .c-kv--gastroenterology {
    background-image: -webkit-image-set(url(../img/outpatient/gastroenterology/kv-pc.png) 1x, url(../img/outpatient/gastroenterology/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/gastroenterology/kv-pc.png) 1x, url(../img/outpatient/gastroenterology/kv-pc@2x.png) 2x);
  }
}
@media screen and (min-width: 1024px) {
  .c-kv--gastroenterology {
    background-image: -webkit-image-set(url(../img/outpatient/gastroenterology/kv-pc.png) 1x, url(../img/outpatient/gastroenterology/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/outpatient/gastroenterology/kv-pc.png) 1x, url(../img/outpatient/gastroenterology/kv-pc@2x.png) 2x);
  }
}
.c-kv__title {
  width: 100%;
  max-width: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 26px;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .c-kv__title {
    max-width: 1000px;
    font-size: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .c-kv__title {
    max-width: 1170px;
  }
}
.c-kv__title.-vaccination {
  line-height: 1.5;
}

.c-section {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .c-section {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .c-section:nth-last-of-type(1) {
    margin-bottom: 160px;
  }
}
.c-section__title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 30px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1024px) {
  .c-section__title {
    flex-direction: row;
    align-items: flex-end;
    font-size: 30px;
  }
}
.c-section__sub-ja {
  font-size: 14px;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 1024px) {
  .c-section__sub-ja {
    margin-left: 10px;
  }
}
.c-section__subTitle {
  margin-top: 14px;
  color: #ac9b70;
  font-family: "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1024px) {
  .c-section__subTitle {
    margin-top: 0;
    margin-left: 15px;
  }
}
.c-section__paragraph {
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.9285714286;
}
.c-section__paragraph p {
  margin-top: 20px;
}
.c-section__paragraph a {
  color: #ac9b70;
  transition-duration: 0.8s;
}
.c-section__paragraph a:hover {
  color: #e1c683;
  transition-duration: 0.8s;
}
.c-section__text {
  font-size: 14px;
  line-height: 1.9285714286;
  margin-bottom: 20px;
}
.c-section__content {
  margin-bottom: 50px;
}

.c-section_facilityname {
  color: #ac9b70;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .c-section__content {
    margin-bottom: 80px;
  }
}
.c-section__contentTitle {
  margin-bottom: 20px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .c-section__contentTitle {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.c-section__about .c-section__paragraph {
  margin-bottom: 20px;
}
.c-section__about .c-section__paragraph + .c-section__content {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .c-section__about .c-section__paragraph + .c-section__content {
    margin-top: 50px;
  }
}
.c-section__box {
  background: #FAF8F2;
  margin: 20px auto;
  padding: 20px 20px 15px;
}
@media screen and (min-width: 1024px) {
  .c-section__box {
    padding: 35px 50px 25px;
  }
}
.c-section__box + .c-section__paragraph {
  margin-top: -10px;
}
.c-sectionBox__subTitle {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .c-sectionBox__subTitle {
    font-size: 19px;
  }
}
.c-sectionBox__subTitle + .c-sectionBox__list {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .c-sectionBox__subTitle + .c-sectionBox__list {
    margin-top: 20px;
  }
}
.c-sectionBox__subTitle + .c-sectionBox__paragraph {
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .c-sectionBox__subTitle + .c-sectionBox__paragraph {
    margin-top: 15px;
  }
}
.c-sectionBox__paragraph {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
}
@media screen and (min-width: 1024px) {
  .c-sectionBox__paragraph {
    font-size: 16px;
  }
}
.c-sectionBox__paragraph span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .c-sectionBox__paragraph span {
    font-size: 14px;
  }
}
.c-sectionBox__block + .c-sectionBox__block {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .c-sectionBox__list.-column {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.c-sectionBox__list.-column .c-sectionBox__item {
  width: auto;
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .c-sectionBox__list.-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .c-sectionBox__list.-row.-row-3 .c-sectionBox__item {
    width: calc((100% - 160px) / 3);
    margin-right: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .c-sectionBox__list.-row.-row-3 .c-sectionBox__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-sectionBox__list.-row.-row-2 .c-sectionBox__item {
    width: calc((100% - 80px) / 2);
    margin-right: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .c-sectionBox__list.-row.-row-2 .c-sectionBox__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.c-sectionBox__list.-num {
  counter-reset: num;
}
.c-sectionBox__list.-num .c-sectionBox__item {
  counter-increment: num;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (min-width: 1024px) {
  .c-sectionBox__list.-num .c-sectionBox__item {
    font-size: 16px;
    line-height: 1.6875;
  }
}
.c-sectionBox__list.-num .c-sectionBox__item:before {
  content: counter(num) ".";
  background: none;
  height: auto;
  flex-shrink: 0;
  margin-top: 0;
  margin-right: 12px;
}
@media screen and (min-width: 1024px) {
  .c-sectionBox__list.-num .c-sectionBox__item:before {
    margin-right: 14px;
  }
}
.c-sectionBox__list + .c-sectionBox__list {
  margin-top: 20px;
}
.c-sectionBox__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
}
@media screen and (min-width: 1024px) {
  .c-sectionBox__item {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6875;
  }
}
.c-sectionBox__item:before {
  background: #bdbdbd;
  border-radius: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 8px;
  margin-right: 12px;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .c-sectionBox__item:before {
    margin-top: 10px;
  }
}
.c-sectionBox__item:first-child {
  margin-top: 0;
}
.c-sectionBox__item.-detail {
  flex-wrap: wrap;
}
.c-sectionBox__item.-detail span {
  margin-left: 30px;
}
.c-sectionBox__subInfo {
  width: 100%;
  margin-top: 5px;
  margin-left: 18px;
  font-size: 14px;
}
.c-sectionBox__subInfo a {
  color: #ac9b70;
  border-bottom: 1px solid #ac9b70;
}
.c-sectionBox__block + .p-hayFeverNotice__block {
  margin-top: 20px;
}

.c-content__img {
  margin: 30px 0 30px;
}
@media screen and (min-width: 1024px) {
  .c-content__img {
    margin: 30px 0 60px;
  }
}
.c-content__list.-vaccination .c-contentList__link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c-content__list.-vaccination .c-contentList__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .c-content__list.-vaccination .c-contentList__title .c-paragraph--attention {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.c-contentList__item {
  border-bottom: 1px solid #bdbdbd;
}
.c-contentList__item:first-child {
  border-top: 1px solid #bdbdbd;
}
.c-contentList__link {
  position: relative;
  display: block;
  padding: 20px 0;
}
.c-contentList__link .c-icon__arrow {
  position: absolute;
  top: 26px;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .c-contentList__link .c-icon__arrow {
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-contentList__title {
  margin-bottom: 8px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .c-contentList__title {
    margin-bottom: 10px;
    font-size: 19px;
  }
}
.c-contentList__slash {
  background: #bdbdbd;
  width: 1px;
  height: 16px;
  margin: 0 20px;
}
.c-contentList__paragraph {
  font-size: 12px;
  line-height: 1.6666666667;
  white-space: pre-wrap;
}
@media screen and (min-width: 1024px) {
  .c-contentList__paragraph {
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
.c-contentList__paragraph + .c-contentList__paragraph {
  margin-top: 8px;
}
.c-contentList__price {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 1024px) {
  .c-contentList__price {
    margin-top: 0;
    margin-left: 40px;
    font-size: 16px;
  }
}
.c-contentList__attention {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .c-contentList__attention {
    letter-spacing: 0.1em;
    font-size: 16px;
  }
}

.c-clinic__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .c-clinic__list {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
.c-clinicList__item {
  width: 100%;
  margin-top: 35px;
}
@media screen and (min-width: 1024px) {
  .c-clinicList__item {
    max-width: calc((100% - 236px) / 3);
    margin-top: 100px;
    margin-left: 118px;
  }
}
.c-clinicList__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .c-clinicList__item:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-clinicList__item:nth-child(2), .c-clinicList__item:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-clinicList__item:nth-child(3n+1) {
    margin-left: 0;
  }
}
.c-clinicList__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .c-clinicList__link {
    margin-bottom: 20px;
  }
}
.c-clinicList__link .c-icon__staticArrow {
  flex-shrink: 0;
}
.c-clinicList__image {
  margin-bottom: 20px;
}
.c-clinicList__name {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
}
.c-clinicList__address {
  font-size: 12px;
  line-height: 1.5833333333;
}
.c-clinicList__information {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 1.5833333333;
}
.c-clinicList__slash {
  margin: 0 5px;
}
.c-clinicList__map {
  display: inline-flex;
  margin-top: 20px;
}

.c-paragraph--attention {
  color: #d37477;
}

.c-select {
  position: relative;
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .c-select {
    display: none;
  }
}
.c-select__list {
  background: #f5f1e8;
  box-shadow: 0 0 6px rgba(172, 155, 112, 0.2);
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 1;
  width: 100%;
  overflow-y: scroll;
}
.c-select__list.is-open {
  display: block;
}
.c-select__list a:hover {
  background: #c1b18c;
  color: #fff;
}
.c-select__item {
  display: block;
  border-top: 1px solid #bdbdbd;
  padding: 11px 10px;
  font-size: 15px;
  line-height: 1.4;
}
.c-select__item:first-child {
  border-top: none;
}
.c-select__value {
  background: #fff;
  border: 1px solid #bdbdbd;
  padding: 17px 20px;
  position: relative;
  font-size: 16px;
  line-height: 1;
}
.c-select__value:after {
  background: transparent url(../img/common/icon_plus.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 18px;
  right: 10px;
}

@media screen and (min-width: 1024px) {
  .c-bottomLink__wrap {
    display: flex;
    justify-content: space-between;
  }
}
.c-bottomLink__button {
  display: flex;
  align-items: center;
  border: 1px solid #bdbdbd;
  width: 100%;
  padding: 0 20px 0 0;
}
.c-bottomLink__button:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .c-bottomLink__button {
    width: 49%;
    max-width: 570px;
    padding: 0 50px 0 0;
  }
  .c-bottomLink__button:nth-child(n+2) {
    margin-top: 0px;
  }
}
.c-bottomLink__button img {
  width: 76px;
}
@media screen and (min-width: 1024px) {
  .c-bottomLink__button img {
    width: 133px;
  }
}
.c-bottomLink__button p {
  font-size: 14px;
  padding: 10px 15px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  width: calc(100% - 133px);
}
@media screen and (min-width: 1024px) {
  .c-bottomLink__button p {
    padding: 20px 50px;
    font-size: 19px;
  }
}

.c-modal__open {
  cursor: pointer;
}
.c-modal__area {
  visibility: hidden; /* displayではなくvisibility */
  opacity: 0;
  position: fixed;
  z-index: 10; /* サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.c-modal__area.is-show { /* モーダル表示用クラス */
  visibility: visible;
  opacity: 1;
}
.c-modal__bg {
  width: 100%;
  height: 100%;
  background-color: #444444;
  opacity: 0.2;
}
.c-modal__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  padding: 40px 20px 120px;
  background-color: #fff;
  overflow: auto;
  max-width: 900px;
  border-radius: 10px;
  box-shadow: 12px 12px 16px rgba(179, 185, 190, 0.16);
}
@media screen and (min-width: 1024px) {
  .c-modal__wrapper {
    padding: 70px;
    width: 70%;
  }
}
.c-modal__close {
  position: absolute;
  bottom: 40px;
  left: 50%;
  border: 1px solid #ac9b70;
  width: 80%;
  transform: translate(-50%, 0);
  cursor: pointer;
  color: #ac9b70;
  text-align: center;
}
.c-modal__close p {
  position: relative;
  font-size: 14px;
  padding: 18px;
}
@media screen and (min-width: 1024px) {
  .c-modal__close p {
    padding-top: 30px;
    font-size: 12px;
  }
  .c-modal__close p::before {
    position: absolute;
    content: "";
    width: 21px;
    height: 1px;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    background-color: #ac9b70;
  }
  .c-modal__close p::after {
    position: absolute;
    content: "";
    width: 21px;
    height: 1px;
    background-color: #ac9b70;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0) rotate(-45deg);
  }
}
@media screen and (min-width: 1024px) {
  .c-modal__close {
    bottom: unset;
    top: 1.5rem;
    right: 1.5rem;
    width: unset;
    border: unset;
    transform: unset;
    left: unset;
  }
}
.c-modal__contentsHead {
  font-size: 21px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 1024px) {
  .c-modal__contentsHead {
    font-size: 24px;
  }
}
.c-modal__contentsText {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .c-modal__contentsText {
    margin-top: 30px;
  }
}

/* 2025.06.02_Q＆A_start */
.question-rink-btnbox {
    margin-bottom: 5rem;
}

.question-rink-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}

.question-rink-btn li {
    margin-right: 6px;
}

.question-rink-btn li a {
    display: inline-block;
    padding: 12px;
    color: #fff;
    transition: all 0.4s;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    text-align: center;
    border-radius: 5px;
    background-color: #ac9b70;
}

.question-rink-btn li a:hover {
    color: #ffffff;
    background-color: #ac9b70;
    transition-duration: 0.8s;
}

.qa-red-text {
    color: #f56464;
    font-size: 1rem;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

@media (max-width: 991px) {
  .question-rink-btn li a {
    display: block;
  }
}

@media (max-width: 767px) {
  .question-rink-btnbox {
    margin-bottom: 3rem;
  }
  .question-rink-btn li {
    flex-basis: 100%;
  }
  .question-rink-btn li a {
    padding: 12px 20px;
    letter-spacing: 1.5px;
  }
}

/* 2025.06.02_Q＆A_end */


/* 2025.06.02_アコーディオン_start */
.accordion-003 {
    max-width: 500px;
    margin-bottom: 7px;
    border-bottom: 1.8px solid #d0d0d0;
    max-width: 100%;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #5d5d5d;
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .7s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333333;
    transition: transform .7s, opacity .7s;
    font-size: 1rem;
    position: relative;
    line-height: 25px;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}

.accordion-003 summary::before {
    color: #ac9b70;
    content: "Q";
}

.accordion-003 summary::before, .accordion-003 p::before {
    position: absolute;
    left: 1em;
    font-size: 1.3em;
}

.accordion-003 summary::before {
    position: absolute;
    left: 1em;
    font-size: 1.3em;
}

.accordion-003 p::before {
    position: absolute;
    left: 1em;
    font-size: 1.3em;
    line-height: 1.2;
}

.accordion-003 p::before {
    color: rgb(126, 126, 126);
    content: "A";
}

.accordion-003 a {
    cursor: pointer;
    color: #ac9b70;
    transition: transform .7s;
    text-decoration:underline;
}

.qa-blue-text {
    color: #5e8ccb;
    font-size: 1rem;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

/* 2025.06.02_アコーディオン_end */

.c-faq__list {
  margin-top: 20px;
}
.c-faq__question {
  position: relative;
  color: #ac9b70;
  border: 1px solid #ac9b70;
  margin-top: 10px;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: bold;
  text-indent: -2em;
  cursor: pointer;
  letter-spacing: 0.1em;
  text-align: left;
  color: #ac9b70;
    /* 閉じている状態 */
  padding-top: 0;
  padding-bottom: 0;
  /* 閉じるアニメーション */
  transition:
    border-top     .3s ease-out,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
}
@media screen and (min-width: 1024px) {
  .c-faq__question {
    padding: 20px 30px;
    margin-top: 15px;
    text-indent: 0;
  }
  }
  .c-faq__question:first-child {
    margin-top: 0;
  }
  .c-faq__question::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    width: 15px;
    height: 1px;
    background-color: #ac9b70;
    transform: rotate(90deg);
    transition: transform 0.1s;
  }
@media screen and (min-width: 1024px) {
  .c-faq__question::before {
    right: 30px;
  }
}
.c-faq__question::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 15px;
  height: 1px;
  background-color: #ac9b70;
}
@media screen and (min-width: 1024px) {
  .c-faq__question::after {
    right: 30px;
  }
}
.c-faq__question.open::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 15px;
  height: 1px;
  background-color: #ac9b70;
  transform: rotate(0deg);
  transition: transform 0.1s;
}
@media screen and (min-width: 1024px) {
  .c-faq__question.open::before {
    right: 30px;
  }
}
.c-faq__question.open::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 15px;
  height: 1px;
  background-color: #ac9b70;
}
@media screen and (min-width: 1024px) {
  .c-faq__question.open::after {
    right: 30px;
  }
}
.c-faq__answer {
  display: none;
  border: 1px solid transparent;
  padding: 10px 10px 10px 38px;
  font-size: 14px;
  font-weight: 500;
  text-indent: -1.8em;
}
@media screen and (min-width: 1024px) {
  .c-faq__answer {
    padding: 20px 20px 20px 56px;
  }
}
.c-faq__answer.open {
  display: block;
}
.c-faq__answer a {
  color: #ac9b70;
  border-bottom: 1px solid #ac9b70;
}
.c-faq__answer a.-bottomNone {
  border-bottom: none;
}
.c-faq__mark {
  margin-right: 10px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1024px) {
  .c-faq__mark {
    font-size: 22px;
    letter-spacing: 0.09em;
    line-height: 1;
  }
}

.c-outpatientContent {
  background-color: #FAF8F2;
  padding: 30px 20px;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .c-outpatientContent {
    padding: 30px 40px;
  }
}
.c-outpatientContent__head {
  font-size: 19px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.c-outpatientContent__title {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.c-outpatientContent__text {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 10px;
}
.c-outpatientContent__wrap {
  margin-top: 10px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-outpatientContent__wrap {
    display: flex;
  }
  .c-outpatientContent__wrap .c-outpatientContent__list {
    width: 28%;
  }
  .c-outpatientContent__wrap .c-outpatientContent__list:nth-child(n+2) {
    margin-left: 8%;
  }
}
.c-outpatientContent__list {
  margin-top: 10px;
}
.c-outpatientContent__item {
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .c-outpatientContent__item {
    font-size: 16px;
  }
}
.c-outpatientContent__item:not(:nth-child(1)) {
  margin-top: 10px;
}
.c-outpatientContent__item:before {
  position: absolute;
  background: #bdbdbd;
  border-radius: 50%;
  content: "";
  width: 6px;
  height: 6px;
  top: 13px;
  left: 0;
}
.c-outpatientContent__itemTitle {
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .c-outpatientContent__itemTitle {
    letter-spacing: 0.1em;
  }
}
.c-outpatientContent__itemText {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .c-outpatientContent__subject {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.c-outpatientContent__subjectTitle {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 1024px) {
  .c-outpatientContent__subjectTitle {
    margin-bottom: 0;
    margin-right: 50px;
    font-size: 19px;
  }
}
.c-outpatientContent__subjectParagraph {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
}
@media screen and (min-width: 1024px) {
  .c-outpatientContent__subjectParagraph {
    font-size: 16px;
  }
}

.c-outpatient__dlItem {
  display: flex;
  padding: 15px 0;
  border-top: 1px solid #e0e0e0;
}
.c-outpatient__dlItem:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.c-outpatient__dt {
  width: 26%;
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .c-outpatient__dt {
    font-size: 16px;
    width: 12%;
  }
}
.c-outpatient__dd {
  width: 67%;
  margin-left: 7%;
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .c-outpatient__dd {
    font-size: 16px;
    width: 85%;
    margin-left: 3%;
  }
}

.c-healthCheck__content {
  background: #FAF8F2;
  margin: 10px auto;
  padding: 30px 20px 25px;
}
@media screen and (min-width: 1024px) {
  .c-healthCheck__content {
    padding: 35px 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .c-healthCheck__subject {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.c-healthCheck__subjectTitle {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 1024px) {
  .c-healthCheck__subjectTitle {
    margin-bottom: 0;
    margin-right: 50px;
    font-size: 19px;
  }
}
.c-healthCheck__subjectParagraph {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
}
@media screen and (min-width: 1024px) {
  .c-healthCheck__subjectParagraph {
    font-size: 16px;
  }
}
.c-healthCheck__inspection:nth-of-type(n + 2) {
  margin-top: 60px;
}
.c-healthCheck__inspectionList {
  border-bottom: 1px solid #e0e0e0;
  margin-top: 20px;
}
.c-healthCheck__inspectionCat {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 1024px) {
  .c-healthCheck__inspectionCat {
    font-size: 24px;
  }
}
.c-healthCheck__inspectionHead {
  font-size: 18px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.3;
}
.c-healthCheck__inspectionText {
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .c-healthCheck__inspectionText {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.c-healthCheck__inspectionContent {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-healthCheck__inspectionTitle {
  border-top: 1px solid #e0e0e0;
  width: 96px;
  padding: 14px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .c-healthCheck__inspectionTitle {
    width: 176px;
    padding: 15px 0;
    font-size: 16px;
  }
}
.c-healthCheck__inspectionDescription {
  width: 100%;
  max-width: calc(100% - 96px);
}
@media screen and (min-width: 1024px) {
  .c-healthCheck__inspectionDescription .p-regularHealthCheck__inspectionTitle {
    width: 282px;
  }
}
.c-healthCheck__inspectionParagraph {
  border-top: 1px solid #e0e0e0;
  padding: 14px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .c-healthCheck__inspectionParagraph {
    padding: 15px 0;
    font-size: 16px;
  }
}
.c-healthCheck__inspectionLink {
  color: #ac9b70;
  text-decoration: underline;
  display: inline-block;
}
.c-healthCheck__inspectionNote {
  font-size: 14px;
  margin-top: 20px;
  line-height: 2;
}
.c-healthCheck__contents {
  background-color: #FAF8F2;
  padding: 30px 20px;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .c-healthCheck__contents {
    padding: 40px 50px;
  }
}
.c-healthCheck__contentsInner {
  margin-top: 20px;
}
.c-healthCheck__contentsInner:nth-child(1) {
  margin-top: 0px;
}
@media screen and (min-width: 1024px) {
  .c-healthCheck__contentsInner {
    margin-top: 30px;
  }
}
.c-healthCheck__contentsTitle {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 1024px) {
  .c-healthCheck__contentsTitle {
    font-size: 19px;
  }
}
.c-healthCheck__contentsText {
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
}
.c-healthCheck__contentsLink {
  display: inline-block;
  font-size: 14px;
  color: #ac9b70;
  margin-top: 20px;
  border-bottom: 1px solid #ac9b70;
}
.c-healthCheck__list {
  margin-top: 20px;
}
.c-healthCheck__list:nth-child(1) {
  margin-top: 10px;
}
.c-healthCheck__listText {
  font-size: 14px;
  line-height: 2;
}
.c-healthCheck__listCat {
  font-size: 14px;
  margin-bottom: 10px;
}
.c-healthCheck__listItem {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
}
.c-healthCheck__listItem:first-of-type {
  margin-top: 0px;
}
.c-healthCheck__listItem:before {
  position: absolute;
  background: #bdbdbd;
  border-radius: 50%;
  content: "";
  width: 6px;
  height: 6px;
  top: 13px;
  left: 0;
}
.c-healthCheck__itemTitle {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.c-healthCheck__itemTitle a {
  color: #ac9b70;
  border-bottom: 1px solid #ac9b70;
}
.c-healthCheck__itemText {
  font-size: 14px;
  line-height: 2;
}
.c-healthCheck__itemText a {
  color: #ac9b70;
  border-bottom: 1px solid #ac9b70;
}
.c-healthCheck__itemLink {
  display: inline-block;
  color: #ac9b70;
  border-bottom: 1px solid #ac9b70;
  cursor: pointer;
}
.c-healthCheck__bottomText {
  font-size: 14px;
  margin-top: 20px;
  line-height: 2;
}
.c-healthCheck__bottomText a {
  color: #ac9b70;
  border-bottom: 1px solid #ac9b70;
}
.c-healthCheck__contact {
  border: 1px solid #bdbdbd;
  padding: 30px;
  margin-top: 20px;
  text-align: center;
}
.c-healthCheck__contactTitle {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.c-healthCheck__contactNum {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ac9b70;
  font-family: "Marcellus", serif;
  font-size: 27px;
  margin-top: 20px;
  letter-spacing: 0.09em;
}
.c-healthCheck__contactNum a {
  margin-left: 10px;
}
.c-healthCheck__contactNum img {
  width: 25px;
  height: 25px;
}
.c-healthCheck__contactText {
  margin-top: 15px;
  font-size: 14px;
}
.c-healthCheck__subList {
  margin-top: 47px;
}
@media screen and (min-width: 768px) {
  .c-healthCheck__subList {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.c-healthCheck__subItem {
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (min-width: 768px) {
  .c-healthCheck__subItem {
    border-top: 1px solid #bdbdbd;
    width: 100%;
    max-width: calc((100% - 100px) / 3);
    margin-left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .c-healthCheck__subItem {
    max-width: calc((100% - 240px) / 3);
    margin-left: 120px;
  }
}
.c-healthCheck__subItem:first-child {
  border-top: 1px solid #bdbdbd;
}
@media screen and (min-width: 768px) {
  .c-healthCheck__subItem:first-child {
    margin-left: 0;
  }
}
.c-healthCheck__subLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
}
.c-healthCheck__subLink .c-icon__arrow {
  margin-left: auto;
  width: 14px;
}
.c-healthCheck__subLink .c-icon__arrow:after {
  width: 5px;
}
.c-healthCheck__subImage {
  width: 69px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .c-healthCheck__subImage {
    width: 58px;
  }
}
.c-healthCheck__subHeading {
  font-size: 18px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .c-healthCheck__subHeading {
    font-size: 16px;
  }
}

.c-flow__list {
  margin-top: 40px;
}
.c-flow__item {
  border: 1px solid #ac9b70;
  position: relative;
  padding: 30px 20px;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .c-flow__item {
    margin-top: 47px;
    padding: 30px 50px 40px;
  }
}
.c-flow__item:before {
  background: transparent url(../img/common/icon_arrow-circle.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .c-flow__item:before {
    width: 54px;
    height: 54px;
    bottom: -27px;
  }
}
.c-flow__item:first-child {
  margin-top: 0;
}
.c-flow__item:last-child:before {
  content: none;
}
.c-flow__title {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  line-height: 1.6666666667;
}
@media screen and (min-width: 1024px) {
  .c-flow__title {
    font-size: 19px;
    line-height: 1.6842105263;
  }
}
.c-flow__paragraph {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .c-flow__paragraph {
    font-size: 16px;
    line-height: 1.75;
  }
}
.c-flow__num {
  font-family: "Marcellus", serif;
  font-size: 17px;
  color: #ac9b70;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .c-flow__num {
    font-size: 22px;
  }
}
.c-flow__contentList {
  border-top: 1px solid #bdbdbd;
  padding-top: 20px;
  margin-top: 20px;
}
.c-flow__contentItem {
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.c-flow__contentItem:not(:nth-child(1)) {
  margin-top: 5px;
}
.c-flow__contentItem .c-bold {
  font-weight: bold;
}
.c-flow__contentItem .c-num {
  font-family: "Marcellus", serif;
  font-size: 17px;
  padding: 0 5px;
  color: #ac9b70;
}
@media screen and (min-width: 1024px) {
  .c-flow__contentItem .c-num {
    font-size: 22px;
  }
}
.c-flow__contentItem:before {
  position: absolute;
  background: #bdbdbd;
  border-radius: 50%;
  content: "";
  width: 6px;
  height: 6px;
  top: 10px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .c-flow__contentItem {
    font-size: 16px;
  }
  .c-flow__contentItem:not(:nth-child(1)) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .c-table.-sp {
    display: none;
  }
}
.c-table.-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-table.-pc {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    font-size: 14px;
    line-height: 1.9285714286;
    letter-spacing: 0.1em;
    margin-top: 20px;
  }
}
.c-table__caption {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.9285714286;
}
@media screen and (min-width: 1024px) {
  .c-table__caption {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
.c-table__caption__list {
  padding-left: 1em;
}
.c-table__caption__item {
  text-indent: -1em;
}
.c-table__list {
  border-left: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
}
.c-table__item {
  margin-top: 30px;
}
.c-table__item:first-child {
  margin-top: 10px;
}
.c-table__head {
  background-color: #EFEFEF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 57px;
  font-size: 16px;
  line-height: 3;
  letter-spacing: 0.1em;
  flex-direction: column;
}
.c-table__head__sub {
  font-size: 12px;
  margin-top: 7px;
}
.c-table__contents__item {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #EFEFEF;
}
.c-table__contents__item.-medicalFee {
  border-top: 1px solid #EFEFEF;
  border-bottom: none;
}
.c-table__contents__label {
  color: #9a9a9a;
  font-size: 14px;
  letter-spacing: 0;
  width: 70px;
  flex-shrink: 0;
  padding: 22px 0px 20px 0px;
  margin-left: 20px;
}
.c-table__contents__label.-bool {
  width: 50%;
  border-right: 1px solid #EFEFEF;
  padding-right: 22px;
  flex-shrink: 1;
}
.c-table__contents__label.-medicalFee {
  width: 136px;
  color: #444444;
  letter-spacing: 0.1em;
}
.c-table__contents__label__caption {
  font-size: 12px;
  letter-spacing: 0em;
}
.c-table__contents__value {
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0;
  margin-left: 20px;
  padding: 20px 20px 20px 0;
}
.c-table__contents__value.-bool {
  margin-left: 0;
  padding-right: 0;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-table__contents__value.-medicalFee {
  letter-spacing: 0.1em;
}
.c-table__contents__value__true {
  width: 14px;
  height: 14px;
  border: 1px solid #707070;
  border-radius: 50%;
}
.c-table__contents__value__false {
  background-color: #707070;
  width: 16px;
  height: 1px;
}
.c-table__row {
  display: flex;
  flex-direction: row;
}
.c-table__row:last-child {
  border-bottom: none;
}
.c-table__row.-head {
  background-color: #EFEFEF;
}
.c-table__cell {
  padding: 20px;
  width: 28%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-right: 1px solid #EFEFEF;
  border-top: 1px solid #EFEFEF;
}
.c-table__cell:last-child {
  border-right: none;
}
.c-table__cell__sub {
  font-size: 12px;
  line-height: 2.25;
}
.c-table__cell.-bool {
  align-items: center;
}
.c-table__cell.-ls0 {
  letter-spacing: 0;
  align-items: center;
}
.c-table__cell.-head {
  border-right: 1px solid #ffffff;
  border-top: none;
}
.c-table__cell.-head:last-child {
  border-right: none;
}
.c-table__cell.-label {
  width: 16%;
  background-color: #EFEFEF;
  text-align: center;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.c-table__cell.-label:last-child {
  border-right: none;
}
.c-table__cell.-label.-head {
  border-top: none;
}
.c-table__cell.-firstRow {
  border-top: none;
}
.c-table__cell.-noBorderRight {
  border-right: none;
}
.c-table__cell.-single {
  width: 50%;
}

.c-form__button {
  display: block;
  color: #ac9b70;
  border: 1px solid #ac9b70;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 18px;
  margin-top: 40px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .c-form__button {
    width: 209px;
  }
}

.c-form__thanks {
  line-height: 2;
  letter-spacing: 0.1em;
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  padding: 20px 0;
}

.c-bookingWrap {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-bookingWrap {
    width: 750px;
  }
}

#booking-package {
  display: block !important;
  z-index: 0 !important;
  margin-top: 50px !important;
}

#booking-package_schedulePage {
  z-index: 0 !important;
}

#booking-package_inputFormPanel .selectedDate, #booking-package_myBookingDetails .selectedDate {
  border: none !important;
  z-index: 0 !important;
}

#booking-package_schedulePage .bottomPanelNoAnimation {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  float: unset !important;
}

@media screen and (min-width: 1024px) {
  #booking-package_inputFormPanel #nextAndReturnPanel {
    margin-top: 30px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: row-reverse !important;
  }
}

#booking-package_inputFormPanel .bottomBarPanel {
  padding: 0 !important;
}

#booking-package_schedulePage button {
  border: 1px solid #AC9B70 !important;
  font-size: 14px !important;
  color: #AC9B70 !important;
  font-weight: bold !important;
  width: 100% !important;
  padding: 15px 20px !important;
  text-align: center !important;
  margin-top: 30px !important;
}
@media screen and (min-width: 1024px) {
  #booking-package_schedulePage button {
    width: 209px !important;
    padding: 18px 30px !important;
  }
}

#booking-package_inputFormPanel #confirmBookingButton {
  border: 1px solid #AC9B70 !important;
  font-size: 16px !important;
  color: #AC9B70 !important;
  font-weight: normal !important;
  width: 100% !important;
  padding: 15px 20px !important;
  text-align: center !important;
  font-size: 16px !important;
  margin-top: 20px !important;
  /* margin-top: 30px!important; */
}
@media screen and (min-width: 1024px) {
  #booking-package_inputFormPanel #confirmBookingButton {
    margin-top: 0 !important;
    width: 209px !important;
    padding: 18px 30px !important;
    margin-left: 20px !important;
  }
}

#booking-package_inputFormPanel #returnToSchedules {
  border: 1px solid #AC9B70 !important;
  font-size: 16px !important;
  color: #AC9B70 !important;
  font-weight: normal !important;
  width: 100% !important;
  padding: 15px 20px !important;
  text-align: center !important;
  margin-top: 20px !important;
}
@media screen and (min-width: 1024px) {
  #booking-package_inputFormPanel #returnToSchedules {
    display: block !important;
    width: 209px !important;
    padding: 18px 30px !important;
    margin-top: 0px !important;
  }
}

#booking-package_inputFormPanel .bookingButton {
  border: 1px solid #AC9B70 !important;
  font-size: 16px !important;
  color: #AC9B70 !important;
  font-weight: normal !important;
  width: 100% !important;
  padding: 15px 20px !important;
  text-align: center !important;
  font-size: 16px !important;
  margin: 30px auto 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  #booking-package_inputFormPanel .bookingButton {
    width: 209px !important;
    padding: 18px 30px !important;
  }
}

#booking-package_myBookingDetailsFroVisitor .returnButton {
  border: 1px solid #AC9B70 !important;
  font-size: 16px !important;
  color: #AC9B70 !important;
  font-weight: normal !important;
  width: 100% !important;
  padding: 15px 20px !important;
  text-align: center !important;
  font-size: 16px !important;
  margin: 30px auto 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  #booking-package_myBookingDetailsFroVisitor .returnButton {
    width: 209px !important;
    padding: 18px 30px !important;
  }
}

#booking-package_myBookingDetailsFroVisitor .cancelButton {
  border: 1px solid #AC9B70 !important;
  font-size: 16px !important;
  color: #AC9B70 !important;
  font-weight: normal !important;
  width: 100% !important;
  padding: 15px 20px !important;
  text-align: center !important;
  font-size: 16px !important;
  margin: 30px auto 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  #booking-package_myBookingDetailsFroVisitor .cancelButton {
    width: 209px !important;
    padding: 18px 30px !important;
  }
}

#booking-package_inputFormPanel .row, #booking-package_myBookingDetails .row, #booking-package_serviceDetails .row, #booking-package_myBookingDetailsFroVisitor .row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  border: unset !important;
}

#booking-package_inputFormPanel .row:nth-child(2) {
  background-color: #FAF8F2 !important;
  margin: 20px 0 !important;
  padding: 10px !important;
  letter-spacing: 0.1em !important;
  display: block !important;
}
@media screen and (min-width: 1024px) {
  #booking-package_inputFormPanel .row:nth-child(2) {
    display: flex !important;
    padding: 10px 45px !important;
  }
}
#booking-package_inputFormPanel .row:nth-child(2) .value {
  width: 100% !important;
}

#booking-package_inputFormPanel .value, #booking-package_serviceDetails .value, #booking-package_myBookingDetailsFroVisitor .value, #booking-package_myBookingDetails_panel .value {
  width: 70% !important;
}

#booking-package_inputFormPanel .name, #booking-package_serviceDetails .name, #booking-package_myBookingDetailsFroVisitor .name, #booking-package_myBookingDetails_panel .name {
  width: 25% !important;
  padding-bottom: 0 !important;
}

#booking-package_inputFormPanel input[type=text] {
  padding: 18px 30px !important;
}

#booking-package-user-form .title, #booking-package-user-edit-form .title, #booking-package-subscribed_panel .title, #booking-package_myBookingHistory .title, #booking-package_myBookingDetails .title, #booking-package_myBookingDetailsFroVisitor .title {
  float: unset !important;
  font-size: 1.4em !important;
  margin-top: 50px !important;
  font-weight: unset !important;
  text-align: center !important;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  .l-navigation {
    display: none;
  }
  .l-follow {
    position: absolute;
  }
  [data-fade] {
    opacity: 1;
  }
  [data-slide] {
    opacity: 1;
  }
}
.webp .p-home__kv {
  /* background-image: -webkit-image-set(url(../img/home/kv-sp.webp) 1x, url(../img/home/kv-sp@2x.webp) 2x);
  background-image: image-set(url(../img/home/kv-sp.webp) 1x, url(../img/home/kv-sp@2x.webp) 2x); */
}
@media screen and (min-width: 1024px) {
  /* .webp .p-home__kv {
    background-image: -webkit-image-set(url(../img/home/kv-pc.webp) 1x, url(../img/home/kv-pc@2x.webp) 2x);
    background-image: image-set(url(../img/home/kv-pc.webp) 1x, url(../img/home/kv-pc@2x.webp) 2x);
  } */
}

@media screen and (min-width: 1024px) {
  .webp .p-home__about {
    background-image: -webkit-image-set(url(../img/home/img_about-pc.jpg) 1x, url(../img/home/img_about-pc@2x.webp) 2x);
    background-image: image-set(url(../img/home/img_about-pc.webp) 1x, url(../img/home/img_about-pc@2x.webp) 2x);
  }
}
.webp .p-home__kv.-tenjin {
  background-image: -webkit-image-set(url(../img/clinic/kv-pc-tenjin.jpg) 1x, url(../img/clinic/grandfront-osaka/kv-pc-tenjin.jpg) 2x);
  background-image: image-set(url(../img/clinic/kv-pc-tenjin.jpg) 1x, url(../img/clinic/kv-pc-tenjin.jpg) 2x);
}
.webp .p-home__kv.-hakata {
  background-image: -webkit-image-set(url(../img/clinic/kv-pc-hakata.jpg) 1x, url(../img/clinic/kv-pc-hakata.jpg) 2x);
  background-image: image-set(url(../img/clinic/kv-pc-hakata.jpg) 1x, url(../img/clinic/kv-pc-hakata.jpg) 2x);
}
.webp .p-home__about:before {
  background-image: -webkit-image-set(url(../img/home/img_about-sp.webp) 1x, url(../img/home/img_about-sp@2x.webp) 2x);
  background-image: image-set(url(../img/home/img_about-sp.webp) 1x, url(../img/home/img_about-sp@2x.webp) 2x);
}

.p-home__kv {
  /* background-image: -webkit-image-set(url(../img/home/kv-sp.png) 1x, url(../img/home/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/home/kv-sp.png) 1x, url(../img/home/kv-sp@2x.png) 2x); */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: calc(100vh - 95px);
}
@media screen and (min-width: 1024px) {
  .p-home__kv {
    /* background-image: -webkit-image-set(url(../img/home/kv-pc.png) 1x, url(../img/home/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/home/kv-pc.png) 1x, url(../img/home/kv-pc@2x.png) 2x); */
    height: calc(100vh - 110px);
  }
}
.p-home__kv.-osaka-top {
  background-image: -webkit-image-set(url(../img/home/osaka/kv-sp.png) 1x, url(../img/home/osaka/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/home/osaka/kv-sp.png) 1x, url(../img/home/osaka/kv-sp@2x.png) 2x);
}
@media screen and (min-width: 1024px) {
  .p-home__kv.-osaka-top {
    background-image: -webkit-image-set(url(../img/home/osaka/kv-pc.png) 1x, url(../img/home/osaka/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/home/osaka/kv-pc.png) 1x, url(../img/home/osaka/kv-pc@2x.png) 2x);
  }
}
.p-home__kv.-osaka {
  background-image: -webkit-image-set(url(../img/clinic/grandfront-osaka/kv-sp.png) 1x, url(../img/clinic/grandfront-osaka/kv-sp@2x.png) 2x);
  background-image: image-set(url(../img/clinic/grandfront-osaka/kv-sp.png) 1x, url(../img/clinic/grandfront-osaka/kv-sp@2x.png) 2x);
}
@media screen and (min-width: 1024px) {
  .p-home__kv.-osaka {
    background-image: -webkit-image-set(url(../img/clinic/grandfront-osaka/kv-pc.png) 1x, url(../img/clinic/grandfront-osaka/kv-pc@2x.png) 2x);
    background-image: image-set(url(../img/clinic/grandfront-osaka/kv-pc.png) 1x, url(../img/clinic/grandfront-osaka/kv-pc@2x.png) 2x);
  }
}
.p-homeKv__title {
  position: absolute;
  top: 60%;
  left: 20px;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 26px;
  line-height: 1.6153846154;
  letter-spacing: 0.08em;
  text-shadow: 1px 3px 3px rgb(0 0 0 / 20%)
}
@media screen and (max-width: 1023px) {
  .p-homeKv__title {
    font-size: 35px;
    line-height: 1.4;
    text-shadow: 1px 2px 2px rgb(0 0 0 / 30%);
  }
  .p-homeKv__subTitle {
    font-size: 15px!important;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeKv__title {
    left: 9.079063vw;
    font-size: 47px;
    line-height: 1.5882352941;
  }
  .p-homeKv__subTitle {
    font-size: 20px!important;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeKv__title.-clinic {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.p-homeKv__title.-clinic p {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.p-homeKv__subTitle {
  display: block;
  margin-top: 20px;
  font-family: "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.19em;
}
@media screen and (min-width: 1024px) {
  .p-homeKv__subTitle {
    margin-top: 20px;
  }
}
.p-homeKv__subTitle.-clinic {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .p-homeKv__subTitle.-clinic {
    font-size: 18px;
    text-align: center;
  }
}
.p-homeKv__image img {
  width: 100%;
  height: auto;
}
.p-homeKv__information {
  background: #fff;
  /* box-shadow: 12px 12px 16px rgba(179, 185, 190, 0.16); */
  border-radius: 10px 0 0 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 96px;
  padding: 32px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.p-homeKv__information::before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: -29px;
  background-image: url(../img/home/p-homeKv_info.svg);
}

@media screen and (min-width: 1024px) {
  .p-homeKv__information {
    width: 600px;
    height: 100px;
    right: 0;
    bottom: -1px!important;
  }
}
@media screen and (max-width: 1023px) {
  .p-homeKv__information {
    border-radius: 0;
    border-bottom: 0.5px solid #ac9b70;
  }
}

.p-homeKv__date {
  margin-right: 25px;
  flex-shrink: 0;
  color: #ac9b70;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.p-homeKv__text {
  color: #747474;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.5833333333;
  text-decoration: underline;
}
.p-home__outpatient {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .p-home__outpatient {
    padding: 160px 0;
  }
}
.p-homeOutpatient__heading {
  margin-left: 20px;
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__heading {
    max-width: 1000px;
    margin: 0 auto 60px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .p-homeOutpatient__heading {
    max-width: 1170px;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__heading .c-heading {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-homeOutpatient__list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.p-homeOutpatient__item {
  border-top: 1px solid #bdbdbd;
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-homeOutpatient__item {
    margin-top: 0;
    margin-bottom: 60px;
    width: 100%;
    max-width: calc((100% - 70px) / 3);
    margin-left: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__item {
    margin-bottom: 100px;
    max-width: calc((100% - 234px) / 3);
    margin-left: 117px;
  }
}
.p-homeOutpatient__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-homeOutpatient__item:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-homeOutpatient__item:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
.p-homeOutpatient__item:before {
  background: #bdbdbd;
  content: "";
  width: 29px;
  height: 5px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-homeOutpatient__link {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__link:hover .p-homeOutpatient__arrow {
    transform: translateX(20px);
  }
}
@media screen and (min-width: 768px) {
  .p-homeOutpatient__link img {
    margin-top: auto;
  }
}
.p-homeOutpatient__header {
  margin: 20px 0 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__header {
    position: relative;
  }
}
.p-homeOutpatient__title {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__title {
    font-size: 19px;
  }
}
.p-homeOutpatient__icon {
  margin-left: 5px;
}
.p-homeOutpatient__icon img {
  vertical-align: baseline;
}
.p-homeOutpatient__subTitle {
  display: block;
  margin-top: 13px;
  color: #ac9b70;
  font-family: "Prata", serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__subTitle {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__arrow {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 23px;
    height: 3px;
  }
}
.p-homeOutpatient__paragraph {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.9285714286;
}
.p-homeOutpatient__detail {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__subList {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.p-homeOutpatient__subItem {
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__subItem {
    width: 100%;
    max-width: calc((100% - 100px) / 2);
    margin-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .p-homeOutpatient__subItem {
    max-width: calc((100% - 122px) / 2);
    margin-left: 122px;
  }
}
.p-homeOutpatient__subItem:first-child {
  border-top: 1px solid #bdbdbd;
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__subItem:nth-of-type(2) {
    border-top: 1px solid #bdbdbd;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__subItem:nth-of-type(odd) {
    margin-left: 0;
  }
}
.p-homeOutpatient__subLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
  padding: 30px 0;
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__subLink {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .p-homeOutpatient__subLink {
    padding: 40px 0;
  }
}
.p-homeOutpatient__subLink img {
  width: 83px;
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__subLink img {
    width: 85px;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__subLink:hover .p-homeOutpatient__subArrow {
    transform: translateX(20px);
  }
}
.p-homeOutpatient__subDetail {
  width: 100%;
  max-width: calc(100% - 83px - 20px);
  margin-left: 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__subDetail {
    max-width: calc(100% - 85px - 40px);
    margin-left: 40px;
  }
}
.p-homeOutpatient__detailTitle {
  display: block;
  margin-bottom: 12px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__detailTitle {
    margin-bottom: 15px;
    font-size: 19px;
  }
}
.p-homeOutpatient__detailTitle small {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__detailTitle small {
    font-size: 14px;
  }
}
.p-homeOutpatient__subParagraph {
  font-size: 12px;
  line-height: 1.6666666667;
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__subParagraph {
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
.p-homeOutpatient__subArrow {
  width: 18px;
  position: absolute;
  top: 20px;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .p-homeOutpatient__subArrow {
    top: 10px;
    right: 20px;
  }
}
.p-home__check {
  background: linear-gradient(180deg, #fff 0%, #fff 30%, #f9f8ec 30%, #e9dfc9 100%);
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .p-home__check {
    padding-bottom: 160px;
  }
}
.p-home__check .c-heading {
  margin-left: 20px;
}
@media screen and (min-width: 1024px) {
  .p-home__check .c-heading {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.p-home__check.-osaka {
  padding-top: 80px;
}
@media screen and (min-width: 1024px) {
  .p-home__check.-osaka {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeCheck__heading {
    max-width: 1000px;
    margin: 0 auto 60px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .p-homeCheck__heading {
    max-width: 1170px;
  }
}
.p-homeCheck__container {
  margin-left: 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: scroll;
}
@media screen and (min-width: 1024px) {
  .p-homeCheck__container {
    max-width: 1000px;
    margin: 0 auto 0;
    flex-wrap: wrap;
    overflow-x: inherit;
  }
}
@media screen and (min-width: 1200px) {
  .p-homeCheck__container {
    max-width: 1170px;
  }
}
.p-homeCheck__item {
  position: relative;
  margin-left: 75px;
}
@media screen and (min-width: 1024px) {
  .p-homeCheck__item {
    width: 100%;
    margin-left: 60px;
    max-width: calc((100% - 146px) / 3);
  }
}
@media screen and (min-width: 1200px) {
  .p-homeCheck__item {
    margin-left: 88px;
    max-width: calc((100% - 176px) / 3);
  }
}
.p-homeCheck__item:nth-of-type(1) {
  margin-left: 0;
}
.p-homeCheck__num {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 254px;
  color: #ac9b70;
  font-family: "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  line-height: 1;
}
.p-homeCheck__num strong {
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .p-homeCheck__num {
    left: unset;
    right: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-homeCheck__num {
    right: unset;
    left: 310px;
  }
}
.p-homeCheck__image {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 239px;
  margin-bottom: 30px;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .p-homeCheck__image {
    width: 100%;
    max-width: 295px;
  }
}
.p-homeCheck__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 141.4225941423%;
}
@media screen and (min-width: 1024px) {
  .p-homeCheck__image:before {
    padding-top: 141.7475728155%;
  }
}
.p-homeCheck__image--01 {
  background-image: url(../img/home/bg_medical_01.png);
}
.p-homeCheck__image--02 {
  background-image: url(../img/home/bg_medical_02.png);
}
.p-homeCheck__image--03 {
  background-image: url(../img/home/bg_medical_03.png);
}
.p-homeCheck__image--04 {
  background-image: url(../img/home/bg_medical_04.png);
}
.p-homeCheck__image--05 {
  background-image: url(../img/home/bg_medical_05.png);
}
.p-homeCheck__title {
  margin-bottom: 20px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 17px;
}
@media screen and (min-width: 1024px) {
  .p-homeCheck__title {
    width: 100%;
    max-width: 309px;
    font-size: 19px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .p-homeCheck__title {
    max-width: 323px;
  }
}
.p-homeCheck__paragraph {
  max-width: 250px;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 1.9285714286;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1024px) {
  .p-homeCheck__paragraph {
    max-width: 311px;
  }
}
.p-homeClinic__title {
  background: transparent url(../img/home/bg_clinic-sp.png) no-repeat center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-homeClinic__title {
    background: transparent url(../img/home/bg_clinic-pc.png) no-repeat center;
    background-size: cover;
  }
}
.p-homeClinic__title:before {
  content: "";
  padding-top: 87.2%;
}
@media screen and (min-width: 768px) {
  .p-homeClinic__title:before {
    padding-top: 32.0644216691%;
  }
}
.p-homeClinic__title .c-heading {
  align-items: center;
  margin-bottom: 0;
  color: #fff;
}
.p-homeClinic__container {
  position: relative;
  top: -70px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-homeClinic__container {
    top: -90px;
    margin-bottom: 80px;
    justify-content: space-between;
  }
}
.p-homeClinic__container #p-homeClinic__kanto:checked ~ .c-tab__body #p-homeClinic__kantoDetail,
.p-homeClinic__container #p-homeClinic__kansai:checked ~ .c-tab__body #p-homeClinic__kansaiDetail,
.p-homeClinic__container #p-homeClinic__kyushu:checked ~ .c-tab__body #p-homeClinic__kyushuDetail,
.p-homeClinic__container #p-homeClinic__overseas:checked ~ .c-tab__body #p-homeClinic__overseasDetail {
  display: block;
}
.p-homeClinic__content {
  background: #fff;
  box-shadow: 12px 12px 16px 12px rgba(179, 185, 190, 0.16);
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .p-homeClinic__content {
    padding: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeClinic__content {
    padding: 78px;
  }
}
.p-homeClinic__list {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-homeClinic__list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.p-homeClinic__item {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-homeClinic__item {
    margin-top: 25px;
    margin-left: 25px;
    width: 100%;
    max-width: calc((100% - 50px) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .p-homeClinic__item {
    margin-top: 52px;
    margin-left: 54px;
    max-width: calc((100% - 108px) / 3);
  }
}
.p-homeClinic__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-homeClinic__item:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-homeClinic__item:nth-of-type(2), .p-homeClinic__item:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-homeClinic__item:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
.p-homeClinic__image {
  margin-bottom: 20px;
}
.p-homeClinic__name {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .p-homeClinic__name {
    font-size: 15px;
  }
}
.p-home__corporate {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-home__corporate {
    margin-bottom: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home__corporate .c-heading {
    margin-bottom: 60px;
  }
}
.p-homeCorporate__heading {
  margin-left: 20px;
  margin-bottom: 90px;
}
@media screen and (min-width: 1024px) {
  .p-homeCorporate__heading {
    max-width: 1000px;
    margin: 0 auto 60px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .p-homeCorporate__heading {
    max-width: 1170px;
  }
}
.p-homeCorporate__content {
  position: relative;
  width: 100vw;
  max-width: calc(100vw - 40px);
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-homeCorporate__content {
    width: 100%;
    height: 529px;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1200px) {
  .p-homeCorporate__content {
    max-width: 1170px;
  }
}
.p-homeCorporate__detail {
  background: transparent url(../img/home/bg_corporate-sp.png) no-repeat center;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 20px 40px;
}
@media screen and (min-width: 1024px) {
  .p-homeCorporate__detail {
    background: transparent url(../img/home/bg_corporate-pc.png) no-repeat center;
    background-size: cover;
    padding: 100px 70px;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .p-homeCorporate__detail {
    max-width: 1170px;
  }
}
.p-homeCorporate__border {
  border: 1px solid #ac9b70;
  width: 100%;
  height: 100%;
  margin-top: 7px;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.p-homeCorporate__title {
  margin-left: 20px;
  margin-bottom: 30px;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (min-width: 1024px) {
  .p-homeCorporate__title {
    width: 100%;
    flex-shrink: 0;
    margin: 0 auto 70px;
    font-size: 26px;
    line-height: 1.5769230769;
    letter-spacing: 0.08em;
  }
}
.p-homeCorporate__list {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 1024px) {
  .p-homeCorporate__list {
    width: 100%;
    max-width: calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .p-homeCorporate__list {
    width: 100%;
    max-width: 427px;
  }
}
.p-homeCorporate__list + .p-homeCorporate__list {
  border-top: none;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-homeCorporate__list + .p-homeCorporate__list {
    border-top: 1px solid #fff;
    margin-left: 40px;
    margin-bottom: 0;
  }
}
.p-homeCorporate__item {
  border-bottom: 1px solid #fff;
}
.p-homeCorporate__link {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  .p-homeCorporate__link {
    font-size: 21px;
  }
}
.p-homeCorporate__link:hover {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .p-homeCorporate__link:hover .p-homeCorporate__arrow {
    transform: translateX(30px);
  }
}
.p-homeCorporate__num {
  margin-right: 14px;
  font-family: "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1024px) {
  .p-homeCorporate__num {
    margin: 0 20px;
    font-size: 16px;
  }
}
.p-homeCorporate__arrow {
  background-image: url(../img/common/icon_link-hover.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 10px;
  margin-left: auto;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .p-homeCorporate__arrow {
    margin-right: 30px;
  }
}
.p-home__about {
  width: 100%;
  padding: 0 20px 80px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-home__about {
    background-image: -webkit-image-set(url(../img/home/img_about-pc.png) 1x, url(../img/home/img_about-pc@2x.png) 2x);
    background-image: image-set(url(../img/home/img_about-pc.png) 1x, url(../img/home/img_about-pc@2x.png) 2x);
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 1000px;
    margin: 0 auto 160px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-home__about {
    max-width: 1170px;
  }
}
.p-home__about .c-heading {
  padding-top: 77px;
}
@media screen and (min-width: 1024px) {
  .p-home__about .c-heading {
    padding-top: 0;
  }
}
.p-home__about .c-link {
  justify-content: flex-start;
}
.p-home__about:before {
  content: "";
  width: 299px;
  height: 204px;
  background-image: -webkit-image-set(url(../img/home/img_about-sp.png) 1x, url(../img/home/img_about-sp@2x.png) 2x);
  background-image: image-set(url(../img/home/img_about-sp.png) 1x, url(../img/home/img_about-sp@2x.png) 2x);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .p-home__about:before {
    content: none;
  }
}
.p-homeAbout__title {
  margin-bottom: 30px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 17px;
  line-height: 1.7647058824;
}
@media screen and (min-width: 1024px) {
  .p-homeAbout__title {
    font-size: 19px;
    letter-spacing: 0.1em;
  }
}
.p-homeAbout__paragraph {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.9285714286;
}
@media screen and (min-width: 1024px) {
  .p-homeAbout__paragraph {
    line-height: 2.4285714286;
    letter-spacing: 0.06em;
  }
}
.p-home__news {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-home__news {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 160px;
  }
}
.p-home__news .c-link {
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  .p-homeNews__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeNews__heading {
    margin-top: 40px;
    margin-right: 100px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-homeNews__heading {
    margin-right: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeNews__heading .c-heading {
    margin-bottom: 140px;
  }
}
.p-homeNews__list {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-homeNews__list {
    width: 100%;
    max-width: calc(100% - 100px - 200px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-homeNews__list {
    max-width: 832px;
  }
}
.p-homeNews__item {
  border-bottom: 1px solid #bdbdbd;
}
.p-homeNews__item:first-child {
  border-top: 1px solid #bdbdbd;
}
@media screen and (min-width: 1024px) {
  .p-homeNews__item:first-child {
    border-top: none;
  }
}
.p-homeNews__link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  padding: 25px 40px 25px 0;
}
@media screen and (min-width: 1024px) {
  .p-homeNews__link {
    padding: 43px 30px 43px 20px;
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeNews__link:hover .p-homeNews__arrow {
    transform: translate(20px, -50%);
  }
}
.p-homeNews__date {
  margin-bottom: 20px;
  color: #bdbdbd;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-homeNews__date {
    margin: 0 35px 0 0;
    font-size: 13px;
  }
}
.p-homeNews__title {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.5714285714;
}
@media screen and (min-width: 1024px) {
  .p-homeNews__title {
    font-size: 13px;
    line-height: 1;
  }
}
.p-homeNews__arrow {
  background-image: url(../img/common/icon_link.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .p-homeNews__arrow {
    right: 30px;
  }
}
.p-home__column {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-home__column {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 165px;
  }
}
.p-home__column .c-link {
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  .p-homeColumn__heading {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeColumn__heading .c-heading {
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeColumn__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.p-homeColumn__list {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-homeColumn__list {
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 832px;
  }
}
.p-homeColumn__item {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-homeColumn__item {
    width: 100%;
    max-width: calc((100% - 50px) / 2);
    margin-top: 0;
    margin-left: 50px;
    margin-bottom: 50px;
  }
}
.p-homeColumn__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .p-homeColumn__item:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeColumn__item:nth-of-type(3) {
    margin-left: 0;
  }
}
.p-homeColumn__link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  .p-homeColumn__link {
    align-items: center;
  }
}
.p-homeColumn__thumbnail {
  width: 49%;
  aspect-ratio: 5/3;
  margin-right: 20px;
}
@media screen and (min-width: 1024px) {
  .p-homeColumn__thumbnail {
    width: 49%;
    aspect-ratio: 5/3;
    margin-right: 30px;
  }
}
.p-homeColumn__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-homeColumn__detail {
  width: 100%;
  max-width: calc(100% - 115px - 20px);
}
@media screen and (min-width: 1024px) {
  .p-homeColumn__detail {
    max-width: calc(100% - 190px - 30px);
  }
}
.p-homeColumn__date {
  display: block;
  margin-bottom: 10px;
  color: #bdbdbd;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-homeColumn__date {
    margin: 0 0 20px 0;
    font-size: 13px;
  }
}
.p-homeColumn__title {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.7142857143;
}
@media screen and (min-width: 1024px) {
  .p-homeColumn__title {
    font-size: 13px;
    line-height: 1;
  }
}

.p-outpatient__content {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-outpatient__content {
    margin-top: 120px;
  }
}
.p-outpatient__content:nth-of-type(1) {
  margin-top: 0;
}
.p-outpatient__content:nth-last-of-type(1) {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-outpatient__content:nth-last-of-type(1) {
    margin-bottom: 160px;
  }
}
.p-outpatientContent__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 25px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-outpatientContent__header {
    grid-row: 1;
    grid-column: 2;
    margin-bottom: 0;
    padding-left: 50px;
  }
}
.p-outpatientContent__title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-outpatientContent__title {
    flex-direction: row;
    align-items: baseline;
    font-size: 24px;
  }
}
.p-outpatientContent__icon {
  margin-left: 5px;
}
.p-outpatientContent__icon img {
  vertical-align: baseline;
}
.p-outpatientContent__subTitle {
  margin-top: 14px;
  color: #ac9b70;
  font-family: "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1024px) {
  .p-outpatientContent__subTitle {
    margin-top: 0;
    margin-left: 15px;
  }
}
.p-outpatientContent__arrow {
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 23px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .p-outpatientContent__arrow {
    border: 1px solid #ac9b70;
    border-radius: 50%;
    width: 32px;
    height: 32px;
  }
}
.p-outpatientContent__arrow:before {
  background: #ac9b70;
  content: "";
  width: 38px;
  height: 1px;
  display: block;
  transform-origin: left top;
}
@media screen and (min-width: 1024px) {
  .p-outpatientContent__arrow:before {
    background: transparent url(../img/common/icon_link.svg) center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 6px;
  }
}
.p-outpatientContent__arrow:after {
  background: #ac9b70;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 10px;
  height: 1px;
  transform: rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .p-outpatientContent__arrow:after {
    content: none;
  }
}
.p-outpatientContent__link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-outpatientContent__link {
    display: grid;
    grid-template-columns: 251px 1fr;
    grid-template-rows: auto auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-outpatientContent__link picture {
    grid-row: 1/4;
  }
}
.p-outpatientContent__link-block {
  display: block;
}
.p-outpatientContent__link-block .p-outpatientContent__header {
  padding: 0;
}
.p-outpatientContent__link-block .p-outpatientContent__paragraph {
  margin: 30px 0 0 0;
}
.p-outpatientContent__paragraph {
  order: 3;
  margin: 30px auto 20px;
  font-size: 14px;
  line-height: 1.9285714286;
}
@media screen and (min-width: 1024px) {
  .p-outpatientContent__paragraph {
    grid-row: 2;
    grid-column: 2;
    margin: 30px auto 20px 50px;
    width: 100%;
  }
}
.p-outpatientContent__clinicWrapper {
  order: 3;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -2.5px -5px;
}
@media screen and (min-width: 1024px) {
  .p-outpatientContent__clinicWrapper {
    grid-row: 3;
    grid-column: 2;
    margin-top: -10px;
    margin-left: 40px;
    margin-bottom: -10px;
  }
}
.p-outpatientContent__clinic {
  background: #FAF8F2;
  padding: 5px 10px;
  margin: 2.5px;
  color: #ac9b70;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-outpatientContent__clinic {
    margin: 5px;
  }
}
.p-outpatientContent__list {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-outpatientContent__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.p-outpatientContent__item {
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (min-width: 1024px) {
  .p-outpatientContent__item {
    width: 100%;
    max-width: calc((100% - 45px) / 4);
    margin-left: 15px;
    margin-top: 10px;
  }
}
.p-outpatientContent__item:first-child {
  border-top: 1px solid #bdbdbd;
}
@media screen and (min-width: 1024px) {
  .p-outpatientContent__item:first-child {
    border-top: none;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-outpatientContent__item:nth-of-type(5) {
    margin-left: 0;
  }
}
.p-outpatientContent__subLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-outpatientContent__subLink {
    padding: 20px 0;
  }
}
.p-outpatientContent__subLink .c-icon__arrow {
  margin-top: 2px;
}
.p-outpatientContent__subLink .c-icon__arrow:before {
  width: 23px;
}
.p-outpatientContent__subLink .c-icon__arrow:after {
  width: 7px;
}

.p-online .c-section {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-online .c-section {
    margin-bottom: 60px;
  }
}
.p-online .c-section__title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-online .c-section__title {
    margin-bottom: 30px;
  }
}
.p-online .c-section__subTitle {
  margin-bottom: 10px;
}
.p-online .c-section__paragraph {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-online .c-section__paragraph {
    margin-bottom: 30px;
  }
}
.p-online__title {
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.5714285714;
}
@media screen and (min-width: 1024px) {
  .p-online__title {
    font-size: 34px;
    line-height: 1.7941176471;
  }
}
.p-online__subTitle {
  margin-bottom: 20px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (min-width: 1024px) {
  .p-online__subTitle {
    font-size: 19px;
    line-height: 1;
  }
}
.p-online__paragraph {
  font-size: 14px;
  line-height: 1.9285714286;
  letter-spacing: 0em;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .p-online__paragraph {
    letter-spacing: 0;
  }
}
.p-online__content {
  background-color: #FAF8F2;
  position: relative;
  font-size: 16px;
  line-height: 1.8125;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding: 20px 20px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-online__content {
    padding-left: 30px;
  }
}
.p-online__content__inner {
  display: flex;
  flex-direction: row;
}
.p-online__content__image {
  background-color: #ffffff;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.p-online__content__textArea {
  margin-left: 20px;
}
.p-online__content__number {
  font-family: "Marcellus", serif;
  font-size: 18px;
  color: #ac9b70;
}
.p-online__content__title {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .p-online__content__title {
    font-size: 19px;
  }
}
.p-online__content__link {
  color: #ac9b70;
  border-bottom: 1px solid #ac9b70;
}
.p-online__content__text__large {
  font-size: 16px;
  line-height: 1.5625;
}
.p-online__content__item {
  position: relative;
  font-size: 16px;
  padding-left: 16px;
  line-height: 1.6875;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .p-online__content__item {
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: 0.1em;
  }
}
.p-online__content__item::before {
  position: absolute;
  content: "";
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #bdbdbd;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .p-online__content__item::before {
    top: 50%;
    transform: translate(0, -50%);
  }
}
.p-online__content.-margin {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-online__content.-margin {
    margin-top: 45px;
    margin-bottom: 150px;
  }
}
.p-onlinePoint {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-onlinePoint {
    flex-direction: row;
  }
  .p-onlinePoint .p-online__content {
    padding-right: 30px;
    margin-left: 30px;
  }
  .p-onlinePoint .p-online__content:first-child {
    margin-left: 0;
  }
}
.p-onlineList {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-onlineList {
    margin-top: 50px;
  }
}
.p-onlineList__item {
  border-top: 1px solid #bdbdbd;
  padding: 20px 0;
}
.p-onlineList__item:last-child {
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (min-width: 1024px) {
  .p-onlineList__item {
    padding: 30px 0;
  }
}
.p-onlineList__item__link {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .p-onlineList__item__link {
    font-size: 19px;
  }
}
.p-onlineList__item__link .c-icon__arrow {
  width: 20px;
}
@media screen and (min-width: 1024px) {
  .p-onlineList__item__link .c-icon__arrow {
    transform: translate(0px, 30px);
  }
}
.p-onlineList__item__text {
  font-size: 12px;
  margin-top: 15px;
  line-height: 1.6666666667;
}
@media screen and (min-width: 1024px) {
  .p-onlineList__item__text {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.9285714286;
  }
}
.p-onlineMerit__item {
  padding: 35px 20px;
}
@media screen and (min-width: 1024px) {
  .p-onlineMerit__item {
    padding: 30px 50px;
  }
}
.p-onlineMerit__item__head {
  display: flex;
  flex-direction: row;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  line-height: 1.6666666667;
  -moz-column-gap: 15px;
       column-gap: 15px;
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-onlineMerit__item__head {
    font-size: 19px;
  }
}
.p-onlineMerit__item__number {
  font-family: "Marcellus", serif;
  font-size: 22px;
  color: #ac9b70;
}
.p-onlineMerit__item__body {
  font-size: 14px;
  line-height: 2.4;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .p-onlineMerit__item__body {
    font-size: 16px;
  }
}
.p-online__flow .c-section__paragraph img {
  vertical-align: middle;
}
.p-online__flow .p-online__content {
  padding: 30px 25px 30px 20px;
}
@media screen and (min-width: 1024px) {
  .p-online__flow .p-online__content {
    padding: 40px 0 40px 50px;
  }
}
.p-online__flow .c-faq__question {
  margin-top: 40px;
}
.p-online__flow .c-faq__answer {
  padding: 0;
  text-indent: 0;
  font-weight: normal;
}
@media screen and (min-width: 1024px) {
  .p-online__flow .c-faq__answer {
    padding: 0 60px;
  }
}
.p-online__flow .c-flow__paragraph {
  margin-top: 20px;
}
.p-online__flow .c-flow__list {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .p-online__flow .c-flow__num {
    margin-right: 15px;
  }
}
.p-online__flow .c-flow__item {
  padding: 30px 18px;
}
@media screen and (min-width: 1024px) {
  .p-online__flow .c-flow__item {
    padding: 30px 50px 47px 50px;
  }
}
.p-online__flow .c-link {
  justify-content: flex-start;
}
.p-onlineFlow {
  margin-bottom: 15px;
}
.p-onlineFlow__title__border {
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-onlineFlow__box__contents__flex {
    display: flex;
    flex-direction: row;
  }
}
.p-onlineFlow__box__contents__flex__arrow {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-onlineFlow__box__contents__flex__arrow {
    height: auto;
    width: 110px;
    flex-shrink: 0;
  }
}
.p-onlineFlow__box__contents__applicationLink {
  width: 137px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-onlineFlow__box__contents__applicationLink {
    width: 176px;
  }
  .p-onlineFlow__box__contents__applicationLink:first-child {
    margin-right: 30px;
  }
  .p-onlineFlow__box__contents__applicationLink:last-child {
    border-left: 1px solid #bdbdbd;
    padding-left: 30px;
    width: 206px;
  }
}
.p-onlineFlow__box__contents__applicationLink__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
}
.p-onlineFlow__box__contents__applicationLink__text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
}
@media screen and (min-width: 1024px) {
  .p-onlineFlow__box__contents__applicationLink__text {
    font-size: 16px;
    white-space: nowrap;
  }
}
.p-onlineFlow__box__contents__applicationLink__qr {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-onlineFlow__box__contents__applicationLink__qr {
    display: block;
    margin-top: 30px;
  }
}
.p-onlineFlow__box__contents__applicationLink__link {
  margin-top: 10px;
  /* display: block; */
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .p-onlineFlow__box__contents__applicationLink__link {
    margin-top: 30px;
  }
}
.p-onlineFlow__box__contents__applicationBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 17px;
       column-gap: 17px;
}
@media screen and (min-width: 1024px) {
  .p-onlineFlow__box__contents__applicationBox {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.p-onlineFlow__box__contents__applicationBox img {
  width: 93px;
  height: 93px;
}
@media screen and (min-width: 1024px) {
  .p-onlineFlow__box__contents__applicationBox img {
    width: 144px;
    height: 144px;
  }
}
.p-onlineFlow__box__contents__applicationBox figcaption {
  font-size: 14px;
  line-height: 1.9285714286;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .p-onlineFlow__box__contents__applicationBox figcaption {
    font-size: 16px;
    line-height: 1.8125;
    letter-spacing: 0.1em;
    width: 234px;
  }
}
.p-onlineFlow__box__contents__codeBox {
  background-color: #FAF8F2;
  padding: 20px 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-onlineFlow__box__contents__codeBox {
    width: 372px;
    padding: 32px 30px 30px 30px;
  }
}
.p-onlineFlow__box__contents__codeBox__title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-onlineFlow__box__contents__codeBox__title {
    font-size: 18px;
  }
}
.p-onlineFlow__box__contents__codeBox__text {
  font-size: 14px;
  font-weight: bold;
  background-color: #4c924f;
  color: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .p-onlineFlow__box__contents__codeBox__text {
    font-size: 16px;
  }
}
.p-onlineFlow__box__contents__codeBox__codeList {
  margin-top: 12px;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media screen and (min-width: 1024px) {
  .p-onlineFlow__box__contents__codeBox__codeList {
    margin-top: 22px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.p-onlineFlow__box__contents__codeBox__codeItem {
  width: 60px;
  border-radius: 15px;
  background-color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-onlineFlow__box__contents__codeBox__codeItem {
    width: 70px;
    font-size: 70px;
  }
}
.p-onlineFlow__box__contents__qrBox {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-onlineFlow__box__contents__qrBox {
    display: block;
    width: 152px;
    margin-left: 30px;
  }
}
.p-onlineFlow__box__contents__qrBox__text {
  background-color: #020304;
  color: #ffffff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0;
  padding: 10px 0px 11px 10px;
}
.p-influenza__list + .c-section__paragraph {
  margin-top: 30px;
}
.p-influenzaList__content {
  border-bottom: 1px solid #bdbdbd;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 15px 0 5px;
}
@media screen and (min-width: 1024px) {
  .p-influenzaList__content {
    flex-direction: row;
    align-items: baseline;
    padding: 15px 0;
  }
}
.p-influenzaList__content:nth-of-type(1) {
  border-top: 1px solid #bdbdbd;
}
.p-influenzaList__title {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-influenzaList__title {
    margin-bottom: 0;
    width: 172px;
    flex-shrink: 0;
    font-size: 16px;
  }
}
.p-influenzaList__description {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .p-influenzaList__description {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
.p-influenzaList__description a {
  color: #ac9b70;
  border-bottom: 1px solid #ac9b70;
}
.p-influenza__notice {
  background: #FAF8F2;
  margin: 30px auto 50px;
  padding: 30px 20px 20px;
}
@media screen and (min-width: 1024px) {
  .p-influenza__notice {
    margin: 30px auto 80px;
    padding: 35px 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.p-influenzaNotice__title {
  margin-bottom: 20px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-influenzaNotice__title {
    margin-right: 46px;
    margin-bottom: 0;
    font-size: 19px;
  }
}
.p-influenzaNotice__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
}
@media screen and (min-width: 1024px) {
  .p-influenzaNotice__item {
    font-size: 16px;
    line-height: 1.6875;
    align-items: center;
  }
}
.p-influenzaNotice__item:before {
  background: #bdbdbd;
  border-radius: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 8px;
  margin-right: 12px;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .p-influenzaNotice__item:before {
    margin-top: 0;
  }
}
.p-influenzaNotice__item:first-child {
  margin-top: 0;
}
.p-influenza__detail {
  margin-bottom: 50px;
}
.p-influenzaDetail__item {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.9285714286;
}
.p-influenzaDetail__item:first-child {
  margin-top: 0;
}
.p-influenzaDetail__item a {
  color: #ac9b70;
  text-decoration: underline;
}
.p-influenzaDetail__item a:hover {
  text-decoration: none;
}
.p-influenzaStep__list {
  margin-bottom: 50px;
}
.p-influenzaStep__item {
  border: 1px solid #ac9b70;
  position: relative;
  padding: 30px 20px 40px;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-influenzaStep__item {
    margin-top: 47px;
    padding: 30px 50px 47px;
  }
}
.p-influenzaStep__item:before {
  background: transparent url(../img/common/icon_arrow-circle.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .p-influenzaStep__item:before {
    width: 54px;
    height: 54px;
    bottom: -27px;
  }
}
.p-influenzaStep__item:first-child {
  margin-top: 0;
}
.p-influenzaStep__item:last-child:before {
  content: none;
}
.p-influenzaStep__title {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  line-height: 1.6666666667;
}
@media screen and (min-width: 1024px) {
  .p-influenzaStep__title {
    font-size: 19px;
    line-height: 1.6842105263;
  }
}
.p-influenzaStep__paragraph {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .p-influenzaStep__paragraph {
    font-size: 16px;
    line-height: 1.75;
  }
}

.p-hayFever__about .c-section__paragraph {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-hayFever__about > .p-hayFever__notice .p-hayFeverNotice__list {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
}
.p-hayFever__about > .p-hayFever__notice .p-hayFeverNotice__list + .p-hayFeverNotice__list {
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .p-hayFever__about > .p-hayFever__notice .p-hayFeverNotice__list + .p-hayFeverNotice__list {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-hayFever__about > .p-hayFever__notice .p-hayFeverNotice__item {
    width: calc((100% - 160px) / 3);
    margin-right: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hayFever__about > .p-hayFever__notice .p-hayFeverNotice__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.p-hayFever__cause {
  margin: 50px auto 40px;
}
.p-hayFever__season {
  margin-bottom: 50px;
}
.p-hayFever__season .c-section__contentTitle {
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.p-hayFever__method {
  margin-bottom: 50px;
}
.p-hayFever__treatment {
  margin-bottom: 50px;
}
.p-hayFever__notice {
  background: #FAF8F2;
  margin: 20px auto 50px;
  padding: 20px 20px 15px;
}
@media screen and (min-width: 1024px) {
  .p-hayFever__notice {
    padding: 35px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hayFever__notice.-column {
    flex-direction: column;
  }
}
.p-hayFeverNotice__title {
  margin-bottom: 20px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-hayFeverNotice__title {
    margin-right: 46px;
    margin-bottom: 0;
    font-size: 19px;
  }
}
.p-hayFeverNotice__subTitle {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.p-hayFeverNotice__subTitle + .p-hayFeverNotice__list {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .p-hayFeverNotice__list.-column {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.p-hayFeverNotice__list.-column .p-hayFeverNotice__item {
  width: auto;
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .p-hayFeverNotice__list.-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .p-hayFeverNotice__list.-row .p-hayFeverNotice__item {
    width: calc((100% - 160px) / 3);
    margin-right: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hayFeverNotice__list.-row .p-hayFeverNotice__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.p-hayFeverNotice__list.-num {
  counter-reset: num;
}
.p-hayFeverNotice__list.-num .p-hayFeverNotice__item {
  counter-increment: num;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (min-width: 1024px) {
  .p-hayFeverNotice__list.-num .p-hayFeverNotice__item {
    font-size: 16px;
    line-height: 1.6875;
  }
}
.p-hayFeverNotice__list.-num .p-hayFeverNotice__item:before {
  content: counter(num) ".";
  background: none;
  height: auto;
  flex-shrink: 0;
  margin-top: 0;
  margin-right: 12px;
}
@media screen and (min-width: 1024px) {
  .p-hayFeverNotice__list.-num .p-hayFeverNotice__item:before {
    margin-right: 14px;
  }
}
.p-hayFeverNotice__list + .p-hayFeverNotice__list {
  margin-top: 20px;
}
.p-hayFeverNotice__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
}
@media screen and (min-width: 1024px) {
  .p-hayFeverNotice__item {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.6875;
  }
}
.p-hayFeverNotice__item:before {
  background: #bdbdbd;
  border-radius: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 8px;
  margin-right: 12px;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .p-hayFeverNotice__item:before {
    margin-top: 10px;
  }
}
.p-hayFeverNotice__item:first-child {
  margin-top: 0;
}
.p-hayFeverNotice__item.-detail {
  flex-wrap: wrap;
}
.p-hayFeverNotice__subInfo {
  margin-left: 18px;
  font-size: 14px;
}
.p-hayFeverNotice__block + .p-hayFeverNotice__block {
  margin-top: 20px;
}

.p-ed .c-kv--md {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-ed .c-kv--md {
    margin-bottom: 100px;
  }
}
.p-ed .c-section {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-ed .c-section {
    margin-bottom: 80px;
  }
}
.p-ed .c-section__title {
  font-size: 21px;
  margin-bottom: 25px;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-ed .c-section__title {
    font-size: 34px;
  }
}
.p-ed .c-section__title.-sub {
  white-space: normal;
}
.p-ed .c-section__paragraph {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-ed .c-section__paragraph {
    margin-bottom: 25px;
  }
}
.p-ed .c-tableArea {
  margin-top: 27px;
}
@media screen and (min-width: 1024px) {
  .p-ed .c-table {
    border-left: 1px solid #EFEFEF;
  }
}
.p-ed .c-table__list:last-child .c-table__item {
  margin-top: 0;
  border-bottom: 1px solid #EFEFEF;
}
.p-ed .c-table__item:first-child {
  margin-top: 20px;
}
.p-ed .c-table__head {
  align-items: flex-start;
  line-height: 1;
  height: auto;
  padding: 20px 0 20px 22px;
}
.p-ed .c-table__cell {
  width: 33.3333333333%;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0.1em;
  font-size: 16px;
  height: 86px;
}
.p-ed .c-table__cell__sub {
  letter-spacing: 0em;
}
.p-ed .c-link__primary {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.p-ed__content {
  background-color: #FAF8F2;
  position: relative;
  font-size: 16px;
  line-height: 1.8125;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding: 20px 20px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-ed__content {
    padding: 40px;
  }
}
.p-ed__content__text {
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0;
  margin-top: 15px;
}
.p-ed__content__item {
  position: relative;
  font-size: 14px;
  padding-left: 16px;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.p-ed__content__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-ed__content__item {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.p-ed__content__item::before {
  position: absolute;
  content: "";
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #bdbdbd;
  border-radius: 50%;
}
.p-ed__content__item__title {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.p-ed__content__item__text {
  font-size: 14px;
  line-height: 1.6428571429;
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .p-ed__content__item__text {
    letter-spacing: 0;
    margin-top: 20px;
    line-height: 1.9285714286;
  }
}
.p-edFacility {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .p-edFacility {
    margin-top: 40px;
  }
}
.p-edFacility__nameLink {
  font-size: 14px;
  color: #ac9b70;
  border-bottom: 1px solid #ac9b70;
  line-height: 1.7;
  padding-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .p-edFacility__nameLink {
    font-size: 16px;
  }
}
.p-edFacility__text {
  font-size: 14px;
  line-height: 1.9285714286;
  margin-top: 15px;
}

.p-androgeneticAlopecia .c-kv--md {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-androgeneticAlopecia .c-kv--md {
    margin-bottom: 100px;
  }
}
.p-androgeneticAlopecia .c-tableArea {
  margin-top: 25px;
}
.p-androgeneticAlopecia .c-table__head {
  height: auto;
  line-height: 1;
  align-items: flex-start;
  padding: 20px;
}
.p-androgeneticAlopecia .c-table__head__sub {
  letter-spacing: 0;
}
.p-androgeneticAlopecia .c-table__contents__label {
  width: 42%;
}
@media screen and (min-width: 1024px) {
  .p-androgeneticAlopecia .c-table__contents__head__caption {
    display: inline-block;
    font-size: 12px;
  }
}
.p-androgeneticAlopecia .c-table.-pc {
  font-size: 16px;
}
.p-androgeneticAlopecia .c-table__row {
  border-left: 1px solid #EFEFEF;
}
@media screen and (min-width: 1024px) {
  .p-androgeneticAlopecia .c-table__cell {
    padding: 11px;
    flex-direction: column;
    align-items: center;
  }
}
.p-androgeneticAlopecia .c-table__cell__sub {
  line-height: 1.4166666667;
  text-align: center;
}
.p-androgeneticAlopecia__content {
  background-color: #FAF8F2;
  position: relative;
  font-size: 16px;
  line-height: 1.8125;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding: 30px 20px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-androgeneticAlopecia__content {
    padding: 40px 50px;
  }
}
.p-androgeneticAlopecia__content__text {
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0;
  margin-top: 15px;
}
.p-androgeneticAlopecia__content__list {
  margin-top: 15px;
}
.p-androgeneticAlopecia__content__item {
  position: relative;
  font-size: 14px;
  padding-left: 16px;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-androgeneticAlopecia__content__item {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.p-androgeneticAlopecia__content__item.-mb {
  margin-bottom: 0px;
}
.p-androgeneticAlopecia__content__item:last-child {
  margin-bottom: 0;
}
.p-androgeneticAlopecia__content__item::before {
  position: absolute;
  content: "";
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #bdbdbd;
  border-radius: 50%;
}
.p-androgeneticAlopecia__content__item__title {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.p-androgeneticAlopecia__content__item__text {
  font-size: 14px;
  line-height: 1.6428571429;
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .p-androgeneticAlopecia__content__item__text {
    letter-spacing: 0;
    margin-top: 20px;
    line-height: 1.9285714286;
  }
}
.p-androgeneticAlopecia__content__item__label {
  width: 42px;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (min-width: 1024px) {
  .p-androgeneticAlopecia__content__item__label {
    width: 55px;
    margin-right: 10px;
  }
}
.p-androgeneticAlopecia__content__imageList {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  row-gap: 10px;
}
@media screen and (min-width: 1024px) {
  .p-androgeneticAlopecia__content__imageList {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
.p-androgeneticAlopecia__content__imageBox {
  background-color: #ffffff;
  padding: 25px 20px 20px 20px;
}
@media screen and (min-width: 1024px) {
  .p-androgeneticAlopecia__content__imageBox {
    width: calc((100% - 60px) / 3);
  }
}
.p-androgeneticAlopecia__content__imageBox__imageArea > .-side {
  margin-left: 24px;
}
@media screen and (min-width: 1024px) {
  .p-androgeneticAlopecia__content__imageBox__imageArea > .-side {
    margin-left: 34px;
  }
}
.p-androgeneticAlopecia__content__imageBox__imageArea > .-top {
  margin-left: 21px;
}
@media screen and (min-width: 1024px) {
  .p-androgeneticAlopecia__content__imageBox__imageArea > .-top {
    margin-left: 35px;
  }
}
.p-androgeneticAlopecia__content__imageBox__caption {
  font-size: 14px;
  line-height: 1.8461538462;
  margin-top: 16px;
}
.p-androgeneticAlopecia__cause .p-androgeneticAlopecia__content {
  margin-bottom: 20px;
}
.p-androgeneticAlopeciaCause__cycle__image {
  margin-top: 20px;
  padding-right: 22px;
}
@media screen and (min-width: 1024px) {
  .p-androgeneticAlopeciaCause__cycle__image {
    padding-right: 0;
  }
}
.p-androgeneticAlopecia__remedy .p-androgeneticAlopecia__content__list {
  margin-top: 0;
}
.p-androgeneticAlopeciaFacility__nameLink {
  font-size: 14px;
  color: #ac9b70;
  border-bottom: 1px solid #ac9b70;
  line-height: 1.7;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .p-androgeneticAlopeciaFacility__nameLink {
    font-size: 16px;
  }
}
.p-androgeneticAlopeciaFacility__nameLink:nth-of-type(n+2) {
  margin-top: 8px;
}
.p-androgeneticAlopeciaFacility__text {
  font-size: 14px;
  line-height: 1.9285714286;
  margin-top: 15px;
}
.p-androgeneticAlopeciaFacility__text .c-link__primary {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-antiInfluenza .c-kv--md {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-antiInfluenza .c-kv--md {
    margin-bottom: 100px;
  }
}
.p-antiInfluenza .c-section__title {
  font-size: 18px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .p-antiInfluenza .c-section__title {
    font-size: 34px;
  }
}
.p-antiInfluenza .c-section__paragraph {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-antiInfluenza .c-table {
    border-left: 1px solid #EFEFEF;
  }
}
.p-antiInfluenza .c-table__head {
  align-items: flex-start;
  line-height: 1;
  height: auto;
  padding: 20px 0 20px 22px;
}
.p-antiInfluenza .c-table__cell {
  width: 33.3333333333%;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0.1em;
  font-size: 16px;
  height: 86px;
}
.p-antiInfluenza .c-table__cell__sub {
  letter-spacing: 0em;
}
.p-antiInfluenza .c-table__caption__item .c-link__primary {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-clinic .l-footer {
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .p-clinic .l-footer {
    padding-bottom: 0px;
  }
}
.p-clinic__detail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 17.5px -5px -2.5px;
}
@media screen and (min-width: 1024px) {
  .p-clinic__detail {
    margin-bottom: -10px;
  }
}
.p-clinicDetail__item {
  background: #FAF8F2;
  padding: 5px 10px;
  margin: 2.5px;
  color: #ac9b70;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-clinicDetail__item {
    margin: 5px;
  }
}
.p-clinicInfo {
  display: block;
  margin: 130px auto;
}
@media screen and (min-width: 1024px) {
  .p-clinicInfo {
    display: flex;
    justify-content: space-between;
  }
  .p-clinicInfo_center {
    justify-content: center!important;
  }
}
.p-clinicInfo__block {
  width: 100%;
}
.p-clinicInfo__block:nth-child(2) {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .p-clinicInfo__block {
    width: 45%;
  }
  .p-clinicInfo__block:nth-child(2) {
    margin-top: 0px;
  }
}
.p-clinicInfo__schedule {
  font-size: 14px;
  width: 100%;
  margin-top: 30px;
}
.p-clinicInfo__schedule tr {
  border-bottom: 1px solid #bdbdbd;
}
.p-clinicInfo__schedule th {
  padding: 13px 5px;
  font-weight: bold;
  width: 10%;
  text-align: center;
  font-size: 12px;
}
.p-clinicInfo__schedule th:nth-child(1) {
  width: 30%;
  text-align: left;
}
.p-clinicInfo__schedule th:last-child {
  width: 20%;
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  .p-clinicInfo__schedule th {
    padding: 17px 10px;
    font-size: 14px;
  }
  .p-clinicInfo__schedule th:nth-child(1) {
    font-size: 14px;
  }
  .p-clinicInfo__schedule th:last-child {
    font-size: 14px;
  }
}
.p-clinicInfo__schedule td {
  padding: 13px 5px;
  width: 10%;
  text-align: center;
  font-size: 10px;
  vertical-align: middle;
}
.p-clinicInfo__schedule td:nth-child(1) {
  width: 30%;
  text-align: left;
  font-weight: bold;
}
.p-clinicInfo__schedule td:last-child {
  width: 20%;
}
@media screen and (min-width: 1024px) {
  .p-clinicInfo__schedule td {
    padding: 17px 10px;
    font-size: 11px;
  }
  .p-clinicInfo__schedule td:nth-child(1) {
    font-size: 14px;
  }
}
.p-clinicInfo__header {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.06em;
}
.p-clinicInfo__header img {
  margin-right: 10px;
}
.p-clinicInfo__figure {
  margin-top: 50px;
}
.p-clinicInfo__contact {
  text-align: center;
  margin-top: 30px;
  font-size: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-clinicInfo__contact a {
  letter-spacing: 0.09em;
  font-family: "Marcellus", serif;
}
.p-clinicInfo__contact.c-color-brown a {
  color: #ac9b70;
}
.p-clinicInfo__contact.c-color-green a {
  color: #9eab99;
}
.p-clinicInfo__note {
  font-size: 14px;
  margin-top: 20px;
}
.p-clinicInfo__linkWrap {
  display: flex;
  justify-content: space-between;
}
.p-clinicInfo__link.c-color-brown {
  display: block;
  border: 1px solid #ac9b70;
  padding: 15px;
  color: #ac9b70;
  width: 47%;
  text-align: center;
  margin-top: 20px;
}
.p-clinicInfo__link.c-color-green {
  margin-top: 20px;
  display: block;
  border: 1px solid #9eab99;
  padding: 15px;
  color: #9eab99;
  text-align: center;
}
.p-clinicInfo__link.-osaka {
  width: 100%;
}
.p-clinicOutpatient {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-clinicOutpatient {
    margin-top: 63px;
  }
}
.p-clinicOutpatient .p-outpatient__content {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .p-clinicOutpatient .p-outpatient__content {
    margin-top: 80px;
  }
}
.p-clinicClinician-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-clinicClinician-pc {
    display: block;
  }
}
.p-clinicClinician-sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-clinicClinician-sp {
    display: none;
  }
}
.p-clinicClinician__item {
  margin-top: 10px;
}
.p-clinicClinician__item:nth-child(1) {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-clinicClinician__item {
    margin-top: 40px;
  }
}
.p-clinicClinician__header {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
  border: 1px solid #ac9b70;
  color: #ac9b70;
  padding: 20px;
}
.p-clinicClinician__header::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  width: 15px;
  height: 1px;
  background-color: #ac9b70;
  transform: rotate(90deg);
  transition: transform 0.1s;
}
.p-clinicClinician__header::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  width: 15px;
  height: 1px;
  background-color: #ac9b70;
}
@media screen and (min-width: 1024px) {
  .p-clinicClinician__header {
    font-size: 24px;
    font-weight: normal;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    padding: 0px;
    border: unset;
    color: unset;
  }
  .p-clinicClinician__header::before, .p-clinicClinician__header::after {
    content: unset;
  }
}
.p-clinicClinician__header.open::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  width: 15px;
  height: 1px;
  background-color: #ac9b70;
  transform: rotate(0deg);
  transition: transform 0.1s;
}
.p-clinicClinician__header.open::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  width: 15px;
  height: 1px;
  background-color: #ac9b70;
}
.p-clinicClinician__note {
  margin-top: 20px;
  font-size: 14px;
}
.p-clinicClinician__note span.c-color_red {
  color: #d37477;
}
.p-clinicClinician__container {
  display: none;
}
.p-clinicClinician__container.open {
  display: block;
}
.p-clinicClinician__table-sp {
  border: 1px solid #bdbdbd;
  width: 100%;
  margin: 10px 0 30px;
  font-size: 14px;
  table-layout: fixed;
}
.p-clinicClinician__table-sp th {
  font-weight: bold;
  vertical-align: middle;
  background: #e0e0e0;
  padding: 10px;
  text-align: center;
  border: 1px solid #EFEFEF;
  width: 12%;
}
.p-clinicClinician__table-sp td {
  font-weight: bold;
  padding: 12px 10px;
  border: 1px solid #EFEFEF;
}
.p-clinicClinician__table-sp td:nth-child(2) {
  width: 38%;
}
.p-clinicClinician__table-sp td:nth-child(3) {
  width: 50%;
}
.p-clinicClinician__table-sp td span.c-color_red {
  color: #d37477;
}
.p-clinicClinician__table-sp td span.c-size_small {
  display: block;
  font-weight: normal;
  font-size: 12px;
  margin-top: 10px;
  color: #bdbdbd;
}
@media screen and (min-width: 1024px) {
  .p-clinicClinician__table-sp {
    display: none;
  }
}
.p-clinicClinician__table-pc {
  display: none;
  border: 1px solid #bdbdbd;
  width: 100%;
  margin-top: 30px;
  font-size: 14px;
}
.p-clinicClinician__table-pc th {
  width: 167px;
  background: #e0e0e0;
  padding: 25px 10px;
  text-align: center;
  border: 1px solid #EFEFEF;
}
.p-clinicClinician__table-pc td {
  width: 167px;
  padding: 25px 10px;
  text-align: center;
  border: 1px solid #EFEFEF;
}
.p-clinicClinician__table-pc td span.c-color_red {
  color: #d37477;
}
.p-clinicClinician__table-pc td span.c-size_small {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .p-clinicClinician__table-pc {
    display: block;
  }
}
.p-clinicMedical__container {
  margin-top: 53px;
}
.p-clinicDoctor__wrap {
  margin-top: 50px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-clinicDoctor__wrap {
    display: flex;
    justify-content: space-between;
  }
}
.p-clinicDoctor__img {
  width: 100%;
}
.p-clinicDoctor__img img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-clinicDoctor__img {
    width: 22%;
    max-width: 255px;
  }
}
.p-clinicDoctor__box {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-clinicDoctor__box {
    width: 35%;
    margin-top: 0;
  }
  .p-clinicDoctor__box:nth-child(3) {
    width: 30%;
  }
}
.p-clinicDoctor__boxInner {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-clinicDoctor__boxInner {
    margin-top: 50px;
  }
}
.p-clinicDoctor__list {
  display: block;
  border-top: 1px solid #bdbdbd;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-clinicDoctor__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
.p-clinicDoctor__item {
  background-color: #FAF8F2;
  padding: 10px 20px 20px;
  width: 100%;
  margin-right: 4%;
  margin-top: 20px;
}
.p-clinicDoctor__item:nth-child(1) {
  margin-top: 35px;
}
@media screen and (min-width: 1024px) {
  .p-clinicDoctor__item {
    width: 21%;
    padding: 30px;
    margin-top: 50px;
  }
  .p-clinicDoctor__item:nth-child(1) {
    margin-top: 50px;
  }
}
.p-clinicDoctor__itemName {
  margin-top: 20px;
  font-size: 14px;
}
.p-clinicDoctor__itemInfo {
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  padding-left: 20px;
}
.p-clinicDoctor__itemInfo::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 1px;
  background-color: #ac9b70;
  left: 0;
  top: 10px;
}
.p-clinicDoctor__info {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.8;
}
.p-clinicDoctor__header {
  position: relative;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 19px;
  padding-left: 10px;
}
.p-clinicDoctor__header::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  background-color: #ac9b70;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.p-clinicFeatures__list {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-clinicFeatures__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.p-clinicFeatures__item {
  position: relative;
  display: flex;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-clinicFeatures__item {
    align-items: flex-start;
    width: 45%;
    margin-top: 0;
  }
  .p-clinicFeatures__item:nth-child(n+3) {
    margin-top: 80px;
  }
}
.p-clinicFeatures__img {
  width: 22%;
}
.p-clinicFeatures__img img {
  width: 100%;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .p-clinicFeatures__img {
    width: 133px;
  }
}
.p-clinicFeatures__text {
  margin-left: 15px;
  width: 78%;
}
@media screen and (min-width: 1024px) {
  .p-clinicFeatures__text {
    margin-left: 40px;
    width: calc(100% - 173px);
  }
}
.p-clinicFeatures__header {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .p-clinicFeatures__header {
    font-size: 21px;
  }
}
.p-clinicFeatures__content {
  font-size: 12px;
  margin-top: 10px;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .p-clinicFeatures__content {
    font-size: 14px;
    margin-top: 20px;
  }
}
.p-clinicFeatures__num {
  position: absolute;
  font-size: 67px;
  font-family: "Marcellus", serif;
  letter-spacing: 0.096em;
  top: -20px;
  right: 0;
  color: #FAF8F2;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .p-clinicFeatures__num {
    font-size: 108px;
    top: -50px;
  }
}
.p-clinicAccess__wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-clinicAccess__wrap {
    display: flex;
    flex-direction: unset;
    align-items: center;
    justify-content: space-between;
  }
}
.p-clinicAccess__header {
  margin-top: 30px;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .p-clinicAccess__header {
    margin-top: 0;
  }
}
.p-clinicAccess__img {
  width: 100%;
  order: -1;
  margin-top: 0px;
}
.p-clinicAccess__img img {
  width: 100%;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .p-clinicAccess__img {
    width: 281px;
    order: unset;
  }
}
.p-clinicAccess__info {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .p-clinicAccess__info {
    margin-top: 10px;
  }
}
.p-clinicAccess__text {
  width: 345px;
  display: contents;
}
.p-clinicAccess__text .c-heading {
  order: -1;
}
@media screen and (min-width: 1024px) {
  .p-clinicAccess__text {
    display: block;
  }
  .p-clinicAccess__text .c-heading {
    order: auto;
  }
}
.p-clinicAccess__map {
  width: 100%;
  margin-top: 30px;
}
.p-clinicAccess__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .p-clinicAccess__map {
    width: 503px;
    height: 326px;
    margin-top: 0;
  }
}
.p-clinicAccess__link {
  color: #ac9b70;
  margin-top: 20px;
  font-size: 14px;
  font-family: "Times New Roman", serif;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.p-clinicAccess__link p {
  display: inline;
  border-bottom: 1px solid #ac9b70;
}
.p-clinicAccess__videoWrap {
  width: 100%;
  margin-top: 50px;
}
.p-clinicAccess__videoWrap iframe {
  width: 100%;
  aspect-ratio: 2/1;
}
@media screen and (min-width: 1024px) {
  .p-clinicAccess__videoWrap {
    margin-top: 160px;
  }
}
.p-clinicAccess__trigger {
  position: relative;
  color: #ac9b70;
  border: 1px solid #ac9b70;
  margin-top: 20px;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .p-clinicAccess__trigger {
    margin-top: 50px;
    padding: 25px 30px;
    margin-top: 30px;
  }
}
.p-clinicAccess__trigger::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  width: 15px;
  height: 1px;
  background-color: #ac9b70;
  transform: rotate(90deg);
  transition: transform 0.1s;
}
.p-clinicAccess__trigger::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  width: 15px;
  height: 1px;
  background-color: #ac9b70;
}
.p-clinicAccess__trigger.open::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  width: 15px;
  height: 1px;
  background-color: #ac9b70;
  transform: rotate(0deg);
  transition: transform 0.1s;
}
.p-clinicAccess__trigger.open::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  width: 15px;
  height: 1px;
  background-color: #ac9b70;
}
.p-clinicAccess__target {
  display: none;
}
.p-clinicAccess__target.open {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-clinicAccess__list {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
  }
}
.p-clinicAccess__item {
  margin-top: 20px;
}
.p-clinicAccess__item picture {
  width: 100%;
}
.p-clinicAccess__item picture img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-clinicAccess__item {
    width: 20%;
    margin-top: 0px;
  }
}
.p-clinicAccess__itemText {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .p-clinicAccess__itemText {
    font-size: 12px;
  }
}
.p-clinicImg {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-clinicImg {
    margin-top: 160px;
  }
}
.p-clinicImg__img01 {
  width: 90%;
  margin-left: auto;
  margin-right: 0;
  display: block;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .p-clinicImg__img01 {
    width: 1053px;
  }
}
.p-clinicImg__img02 {
  display: block;
  width: 50%;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .p-clinicImg__img02 {
    width: 491px;
  }
}
.p-clinicImg__img03 {
  width: 42%;
  display: block;
  margin-left: 8%;
  margin-top: 30px;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .p-clinicImg__img03 {
    width: 346px;
    margin-left: 120px;
    margin-top: 130px;
  }
}
.p-clinicImg__inner {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-clinicImg__inner {
    margin-top: 145px;
  }
}
.p-clinicOthers .c-tab input:checked + .p-clinicOthers__tab {
  background: #ac9b70;
}
.p-clinicOthers__container {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-clinicOthers__container {
    margin-bottom: 80px;
    justify-content: space-between!important;
  }
}
.p-clinicOthers__container #p-clinicOthers__kanto:checked ~ .c-tab__body #p-clinicOthers__kantoDetail,
.p-clinicOthers__container #p-clinicOthers__kansai:checked ~ .c-tab__body #p-clinicOthers__kansaiDetail,
.p-clinicOthers__container #p-clinicOthers__kyushu:checked ~ .c-tab__body #p-clinicOthers__kyushuDetail,
.p-clinicOthers__container #p-clinicOthers__overseas:checked ~ .c-tab__body #p-clinicOthers__overseasDetail {
  display: block;
}
.p-clinicOthers__content {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .p-clinicOthers__content {
    padding: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinicOthers__content {
    padding: 78px;
  }
}
.p-clinicOthers__list {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-clinicOthers__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.p-clinicOthers__item {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-clinicOthers__item {
    margin-top: 25px;
    margin-left: 25px;
    width: 100%;
    max-width: calc((100% - 50px) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .p-clinicOthers__item {
    margin-top: 52px;
    margin-left: 54px;
    max-width: calc((100% - 108px) / 3);
  }
}
.p-clinicOthers__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-clinicOthers__item:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-clinicOthers__item:nth-of-type(2), .p-clinicOthers__item:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-clinicOthers__item:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
.p-clinicOthers__image {
  margin-bottom: 20px;
}
.p-clinicOthers__name {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .p-clinicOthers__name {
    font-size: 15px;
  }
}
.p-clinicNews {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-clinicNews {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinicNews__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinicNews__wrap {
    margin-right: 100px;
    flex-shrink: 0;
  }
  .p-clinicNews__wrap .c-heading {
    margin-bottom: 30px;
  }
  .p-clinicNews__wrap .c-link {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-clinicNews__wrap {
    margin-right: 160px;
  }
}
.p-clinicNews__list {
  margin-bottom: 40px;
  margin-top: 30px;
  display: none;
}
.p-clinicNews__list.is-active {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-clinicNews__list {
    width: 100%;
    max-width: calc(100% - 100px - 200px);
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-clinicNews__list {
    max-width: 832px;
  }
}
.p-clinicNews__item {
  border-bottom: 1px solid #bdbdbd;
}
.p-clinicNews__item:first-child {
  border-top: 1px solid #bdbdbd;
}
.p-clinicNews__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding: 25px 40px 25px 0;
}
@media screen and (min-width: 1024px) {
  .p-clinicNews__link {
    padding: 43px 30px 43px 20px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .p-clinicNews__link:hover .p-homeNews__arrow {
    transform: translate(20px, -50%);
  }
}
.p-clinicNews__date {
  color: #bdbdbd;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 10px 0 0;
  font-family: "Marcellus", serif;
}
@media screen and (min-width: 1024px) {
  .p-clinicNews__date {
    margin: 0 20px 0 0;
    font-size: 13px;
  }
}
.p-clinicNews__cat {
  font-size: 12px;
  background-color: #444444;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  min-width: 116px;
  text-align: center;
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-clinicNews__cat {
    padding: 6px 15px;
    margin-right: 25px;
    display: none;
  }
}
.p-clinicNews__title {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.5714285714;
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .p-clinicNews__title {
    font-size: 13px;
    line-height: 1;
    max-width: 60%;
    width: auto;
    margin-top: 0px;
  }
}
.p-clinicNews .c-icon__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .p-clinicNews .c-icon__arrow {
    right: 30px;
  }
}
.p-clinicNews .c-link.--sp {
  justify-content: center;
}
.p-clinicNews .l-sidebar__list {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-clinicNews .l-sidebar__list {
    display: block;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    border: solid 15px #f7f5ec;
  }
}
.p-clinicNews .l-sidebar__item {
  margin-top: 0;
}
.p-clinicNews .l-sidebar__item:not(:nth-child(1)) {
  margin-left: 20px;
}
@media screen and (min-width: 1024px) {
  .p-clinicNews .l-sidebar__item {
    margin-top: 22px;
  }
  .p-clinicNews .l-sidebar__item:not(:nth-child(1)) {
    margin-left: 0px;
  }
}

.p-about__item {
  display: flex;
  border-top: 1px solid #e0e0e0;
}
.p-about__item:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.p-about__term {
  width: 20%;
  padding: 15px 0;
}
.p-about__definition {
  width: 80%;
}
.p-about__definition p {
  padding: 15px;
}
.p-about__definition p:not(:nth-child(1)) {
  border-top: 1px solid #e0e0e0;
}
.p-about__definition p a {
  color: #ac9b70;
  border-bottom: 1px solid #ac9b70;
}
.p-aboutMap__container {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-aboutMap__container {
    margin-bottom: 80px;
  }
}
.p-aboutMap__container #p-aboutMap__domestic:checked ~ .c-tab-about__body #p-aboutMap__domesticDetail,
.p-aboutMap__container #p-aboutMap__global:checked ~ .c-tab-about__body #p-aboutMap__globalDetail {
  display: block;
}
.p-aboutMap__content {
  padding: 10px 0 30px;
}
@media screen and (min-width: 768px) {
  .p-aboutMap__content {
    padding: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-aboutMap__content {
    padding: 78px;
  }
}
@media screen and (min-width: 768px) {
  .p-aboutMap__list {
    display: none;
  }
}
.p-aboutMap__item {
  background-color: #FAF8F2;
  margin-top: 10px;
  padding: 20px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.p-aboutMap__itemHeader {
  border-bottom: 1px solid #444444;
  padding: 0 0 15px;
  margin-bottom: 25px;
}
.p-aboutMap__itemNum {
  display: inline-block;
  background-color: #ac9b70;
  border-radius: 50%;
  color: #fff;
  width: 26px;
  height: 26px;
  padding: 3px 9px;
  margin-right: 10px;
}
.p-aboutMap__itemArea {
  display: inline-block;
  background-color: #ac9b70;
  color: #fff;
  padding: 3px 5px;
  margin-left: 10px;
}
.p-aboutMap__itemText {
  margin-top: 13px;
}

.p-academicActivity__list {
  margin-top: 40px;
}
.p-academicActivity__item {
  border-bottom: 1px solid #bdbdbd;
  padding: 12px 0;
}
@media screen and (min-width: 1024px) {
  .p-academicActivity__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 30px;
  }
}
.p-academicActivity__item:first-child {
  border-top: 1px solid #bdbdbd;
}
.p-academicActivity__date {
  margin-right: 10px;
  font-size: 14px;
  letter-spacing: 0.1em;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-academicActivity__date {
    width: 23%;
    font-size: 16px;
  }
}
.p-academicActivity__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .p-academicActivity__title {
    margin-top: 0;
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .p-medicalCheckup .c-section__title {
    align-items: flex-start;
    flex-direction: column;
  }
}
.p-medicalCheckup .c-section__subTitle {
  color: #444444;
  font-family: "Prata", serif;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .p-medicalCheckup .c-section__subTitle {
    margin-left: 0;
    margin-top: 20px;
    font-size: 18px;
  }
}
.p-medicalCheckup__feature {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckup__feature {
    margin-top: 67px;
    flex-direction: row-reverse;
  }
}
.p-medicalCheckupFeature__list {
  counter-reset: num;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupFeature__list {
    width: 100%;
    max-width: calc(100% - 300px - 40px);
    margin-left: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalCheckupFeature__list {
    max-width: calc(100% - 452px - 80px);
    margin-left: 80px;
  }
}
.p-medicalCheckupFeature__item {
  margin-top: 32px;
  counter-increment: num;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupFeature__item {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupFeature__item:first-child {
    margin-top: 0;
  }
}
.p-medicalCheckupFeature__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupFeature__title {
    font-size: 19px;
  }
}
.p-medicalCheckupFeature__title:before {
  content: "0" counter(num);
  flex-shrink: 0;
  margin-right: 5px;
  color: #ac9b70;
  font-family: "Times New Roman", serif;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupFeature__title:before {
    margin-right: 10px;
  }
}
.p-medicalCheckupFeature__en {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupFeature__en {
    display: inline-block;
    margin-left: 10px;
    color: #ac9b70;
    font-size: 13px;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  }
}
.p-medicalCheckupFeature__paragraph {
  margin-top: 22px;
  font-size: 14px;
  line-height: 1.9285714286;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupFeature__paragraph {
    margin-top: 15px;
  }
}
.p-medicalCheckupFeature__wear {
  background: transparent url(../img/medicalCheckup/img_feature_wear-sp.png) no-repeat left center;
  background-size: contain;
  border: 1px solid #bdbdbd;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 96px;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupFeature__wear {
    background: transparent url(../img/medicalCheckup/img_feature_wear.png) no-repeat left center;
    background-size: contain;
    max-width: 900px;
    height: 133px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 1.7894736842;
  }
}
.p-medicalCheckupFeature__wear .c-icon__arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupFeature__wear .c-icon__arrow {
    right: 50px;
  }
}
.p-medicalCheckupFeature__gallery {
  margin-top: -50px;
  margin-bottom: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupFeature__gallery {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  .p-medicalCheckupFeature__gallery {
    margin-top: 0px;
  }
  .c-faq__question {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.p-medicalCheckupFeature__gallery picture {
  width: 100%;
  max-width: calc((100% - 20px) / 3);
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupFeature__gallery picture {
    max-width: calc((100% - 10px) / 3);
  }
}
.p-medicalCheckupFeature__gallery picture img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupType__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.p-medicalCheckupType__item {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupType__item {
    margin-top: 100px;
    width: 100%;
    max-width: calc((100% - 100px) / 3);
    margin-left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalCheckupType__item {
    max-width: calc((100% - 240px) / 3);
    margin-left: 120px;
  }
}
.p-medicalCheckupType__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupType__item:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupType__item:nth-child(2), .p-medicalCheckupType__item:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupType__item:nth-child(3n+1) {
    margin-left: 0;
  }
}
.p-medicalCheckupType__header {
  position: relative;
  margin: 20px auto;
}
.p-medicalCheckupType__header .c-icon__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-medicalCheckupType__heading {
  font-size: 16px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.p-medicalCheckupType__paragraph {
  font-size: 14px;
  line-height: 1.9285714286;
}
.p-medicalCheckupType__subList {
  margin-top: 47px;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupType__subList {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
.p-medicalCheckupType__subItem {
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupType__subItem {
    border-top: 1px solid #bdbdbd;
    width: 100%;
    max-width: calc((100% - 100px) / 3);
    margin-left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalCheckupType__subItem {
    max-width: calc((100% - 70px) / 3);
    /* margin-left: 120px; */
  }
}
.p-medicalCheckupType__subItem:first-child {
  border-top: 1px solid #bdbdbd;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupType__subItem:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupType__subItem.-osaka {
    margin-left: 30px;
  }
}
.p-medicalCheckupType__subItem.-osaka:first-child {
  border-top: 1px solid #bdbdbd;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupType__subItem.-osaka:first-child {
    margin-left: 0;
  }
}
.p-medicalCheckupType__subLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
}
.p-medicalCheckupType__subLink .c-icon__arrow {
  margin-left: auto;
  width: 14px;
}
.p-medicalCheckupType__subLink .c-icon__arrow:after {
  width: 5px;
}
.p-medicalCheckupType__subImage {
  width: 25%;
  margin-right: 10px;
}
/* @media screen and (max-width: 768px) {
  .p-medicalCheckupType__subImage {
    width: 25%;
  }
} */
.p-medicalCheckupType__subHeading {
  font-size: 18px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupType__subHeading {
    font-size: 16px;
  }
}
.p-medicalCheckup__inspection {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckup__inspection {
    margin-top: 50px;
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupInspection__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.p-medicalCheckupInspection__item {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupInspection__item {
    margin-top: 0;
    margin-bottom: 50px;
    width: 100%;
    max-width: calc((100% - 45px) / 2);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalCheckupInspection__item {
    max-width: calc((100% - 90px) / 2);
  }
}
.p-medicalCheckupInspection__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupInspection__item:nth-child(even) {
    margin-left: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalCheckupInspection__item:nth-child(even) {
    margin-left: 90px;
  }
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupInspection__item img {
    width: 163px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupInspection__detail {
    width: 100%;
    max-width: calc(100% - 163px - 20px);
  }
}
.p-medicalCheckupInspection__heading {
  margin: 20px auto;
  font-size: 16px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupInspection__heading {
    margin: 0 auto 25px;
  }
}
.p-medicalCheckupInspection__paragraph {
  font-size: 14px;
  line-height: 1.9285714286;
}
.p-medicalCheckup__corporate {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-medicalCheckup__corporate {
    margin-bottom: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalCheckup__corporate .c-section__title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-medicalCheckup__corporate .c-section__subTitle {
  margin-left: 0;
  color: #fff;
}
.p-medicalCheckupCorporate__content {
  position: relative;
  width: 100vw;
  max-width: calc(100vw - 40px);
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-medicalCheckupCorporate__content {
    width: 100%;
    height: 347px;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1200px) {
  .p-medicalCheckupCorporate__content {
    max-width: 1170px;
  }
}
.p-medicalCheckupCorporate__detail {
  background: transparent url(../img/home/bg_corporate-sp.png) no-repeat center;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 20px 40px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-medicalCheckupCorporate__detail {
    background: transparent url(../img/home/bg_corporate-pc.png) no-repeat center;
    background-size: cover;
    padding: 100px 65px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .p-medicalCheckupCorporate__detail {
    max-width: 1170px;
  }
}
.p-medicalCheckupCorporate__detail .c-section__title {
  margin-bottom: 30px;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 21px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupCorporate__detail .c-section__title {
    margin-bottom: 40px;
    font-size: 34px;
  }
}
.p-medicalCheckupCorporate__detail .c-section__title .c-section__subTitle {
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupCorporate__detail .c-section__title .c-section__subTitle {
    margin-top: 20px;
    font-size: 18px;
  }
}
.p-medicalCheckupCorporate__detail .c-section__paragraph {
  margin-bottom: 0;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-medicalCheckupCorporate__detail .c-section__paragraph {
    font-size: 26px;
    line-height: 1;
  }
}
.p-medicalCheckupCorporate__border {
  border: 1px solid #ac9b70;
  width: 100%;
  height: 100%;
  margin-top: 7px;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.p-regularHealthCheck__content {
  background: #FAF8F2;
  margin: 10px auto;
  padding: 30px 20px 25px;
}
@media screen and (min-width: 1024px) {
  .p-regularHealthCheck__content {
    padding: 35px 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .p-regularHealthCheck__subject {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.p-regularHealthCheck__subjectTitle {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 1024px) {
  .p-regularHealthCheck__subjectTitle {
    margin-bottom: 0;
    margin-right: 50px;
    font-size: 19px;
  }
}
.p-regularHealthCheck__subjectParagraph {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
}
@media screen and (min-width: 1024px) {
  .p-regularHealthCheck__subjectParagraph {
    font-size: 16px;
  }
}
.p-regularHealthCheck__aidTitle {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6666666667;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.p-regularHealthCheck__aidItem, .p-regularHealthCheck__aidItem-large {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.9285714286;
}
@media screen and (min-width: 1024px) {
  .p-regularHealthCheck__aidItem, .p-regularHealthCheck__aidItem-large {
    font-size: 16px;
    line-height: 1.6875;
    align-items: center;
  }
}
.p-regularHealthCheck__aidItem:before, .p-regularHealthCheck__aidItem-large:before {
  background: #bdbdbd;
  border-radius: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 8px;
  margin-right: 12px;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .p-regularHealthCheck__aidItem:before, .p-regularHealthCheck__aidItem-large:before {
    margin-top: 0;
  }
}
.p-regularHealthCheck__aidItem:first-child, .p-regularHealthCheck__aidItem-large:first-child {
  margin-top: 0;
}
.p-regularHealthCheck__aidItem-large {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .p-regularHealthCheck__aidItem-large {
    font-size: 18px;
  }
}
.p-regularHealthCheck__aidLink {
  color: #ac9b70;
  text-decoration: underline;
}
.p-regularHealthCheck__inspectionList {
  border-bottom: 1px solid #e0e0e0;
}
.p-regularHealthCheck__inspectionContent {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-regularHealthCheck__inspectionTitle {
  border-top: 1px solid #e0e0e0;
  width: 96px;
  padding: 14px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .p-regularHealthCheck__inspectionTitle {
    width: 176px;
    padding: 15px 0;
    font-size: 16px;
  }
}
.p-regularHealthCheck__inspectionDescription {
  width: 100%;
  max-width: calc(100% - 96px);
}
@media screen and (min-width: 1024px) {
  .p-regularHealthCheck__inspectionDescription .p-regularHealthCheck__inspectionTitle {
    width: 282px;
  }
}
.p-regularHealthCheck__inspectionParagraph {
  border-top: 1px solid #e0e0e0;
  padding: 14px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .p-regularHealthCheck__inspectionParagraph {
    padding: 15px 0;
    font-size: 16px;
  }
}
.p-regularHealthCheck__inspectionLink {
  color: #ac9b70;
  text-decoration: underline;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .p-regularHealthCheck .p-medicalCheckupType__subList {
    margin-top: 80px;
  }
}
.p-regularHealthCheck__summaryTitle {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.6666666667;
}
.p-regularHealthCheck__summaryList {
  counter-reset: num;
}
.p-regularHealthCheck__summaryItem {
  counter-increment: num;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 1.9285714286;
}
.p-regularHealthCheck__summaryItem:before {
  content: counter(num) ".";
  flex-shrink: 0;
  margin-right: 5px;
  width: 22px;
}
@media screen and (min-width: 1024px) {
  .p-regularHealthCheck__summaryItem:before {
    margin-right: 10px;
  }
}

.p-optionalHealthCheck .c-kv--md {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck .c-kv--md {
    margin-bottom: 100px;
  }
}
.p-optionalHealthCheck .c-section__title {
  margin-bottom: 25px;
}
.p-optionalHealthCheck .c-section__title.-sub {
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck .c-section__title.-sub {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.p-optionalHealthCheck .c-section__paragraph {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck .c-section__paragraph {
    margin-bottom: 30px;
  }
}
.p-optionalHealthCheck__content {
  background: #faf8f2;
  margin: 10px auto;
  padding: 30px 20px 25px;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__content {
    padding: 30px 0px 30px 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__subject {
    display: flex;
    align-items: center;
    align-items: flex-start;
  }
}
.p-optionalHealthCheck__subjectTitle {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__subjectTitle {
    margin-bottom: 0;
    margin-right: 50px;
    font-size: 19px;
    flex-shrink: 0;
  }
}
.p-optionalHealthCheck__subjectParagraph {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__subjectParagraph {
    font-size: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 160px;
    grid-column-gap: 30px;
  }
}
.p-optionalHealthCheck__subjectItem {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__subjectItem {
    font-size: 16px;
    margin-bottom: 10px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 300px;
  }
}
.p-optionalHealthCheck__subjectItem img {
  width: 23px;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__subjectItem img {
    width: 30px;
  }
}
.p-optionalHealthCheck__inspection {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: normal;
  line-height: 1.5714285714;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__inspection {
    font-size: 16px;
  }
}
.p-optionalHealthCheck__inspectionHead {
  background-color: #EFEFEF;
  display: flex;
  align-items: center;
  height: 64px;
  padding-left: 20px;
}
.p-optionalHealthCheck__inspectionHead__name {
  width: 106px;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__inspectionHead__name {
    width: 268px;
  }
}
.p-optionalHealthCheck__inspectionHead__name.-osaka {
  width: 212px;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__inspectionHead__name.-osaka {
    width: 268px;
  }
}
.p-optionalHealthCheck__inspectionHead__fee {
  width: 90px;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__inspectionHead__fee {
    width: 125px;
  }
}
.p-optionalHealthCheck__inspectionHead__clinics {
  width: auto;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__inspectionHead__clinics {
    width: auto;
  }
}
.p-optionalHealthCheck__inspectionHead__description {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__inspectionHead__description {
    display: block;
    width: calc(100% - 393px);
  }
}
.p-optionalHealthCheck__inspectionContents {
  display: flex;
  align-items: center;
  height: 79px;
  padding-left: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.p-optionalHealthCheck__inspectionContents__name {
  width: 97px;
  margin-right: 9px;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__inspectionContents__name {
    width: 268px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__inspectionContents__name.-sp {
    display: none;
  }
}
.p-optionalHealthCheck__inspectionContents__name.-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__inspectionContents__name.-pc {
    display: block;
  }
}
.p-optionalHealthCheck__inspectionContents__name.-osaka {
  width: 212px;
  margin-right: 20px;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__inspectionContents__name.-osaka {
    display: none;
  }
}
.p-optionalHealthCheck__inspectionContents__name__link {
  color: #ac9b70;
  position: relative;
  background: linear-gradient(transparent 96%, #ac9b70 0%);
  display: inline;
  padding: 0 0px 4px;
}
.p-optionalHealthCheck__inspectionContents__name__link.-noWrap {
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__inspectionContents__name__link .-sp {
    display: none;
  }
}
.p-optionalHealthCheck__inspectionContents__fee {
  width: 90px;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__inspectionContents__fee {
    width: 125px;
  }
}
.p-optionalHealthCheck__inspectionContents__clinics {
  width: 106px;
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 5px;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__inspectionContents__clinics {
    width: auto;
  }
}
.p-optionalHealthCheck__inspectionContents__clinics__item {
  width: 21px;
  margin-right: 5px;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__inspectionContents__clinics__item {
    width: 30px;
    margin-right: 19px;
  }
}
.p-optionalHealthCheck__inspectionContents__clinics__item.-noSupport {
  opacity: 0.3;
}
.p-optionalHealthCheck__inspectionContents__description {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__inspectionContents__description {
    display: block;
    width: calc(100% - 393px);
  }
}
.p-optionalHealthCheck__inspectionContents.-osaka {
  padding: 15px 20px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck__inspectionContents.-osaka {
    padding: 27px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-optionalHealthCheck .p-medicalCheckupType__subList {
    margin-top: 80px;
  }
}

.p-faqHealthCheck .c-kv--md {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-faqHealthCheck .c-kv--md {
    margin-bottom: 100px;
  }
}
.p-faqHealthCheck .c-section {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-faqHealthCheck .c-section {
    margin-bottom: 60px;
  }
}
.p-faqHealthCheck .c-section:nth-last-of-type(1) {
  margin-bottom: 80px;
}
.p-faqHealthCheck .c-section.-last {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-faqHealthCheck .c-section.-last {
    margin-bottom: 160px;
  }
}
.p-faqHealthCheck .c-section__title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .p-faqHealthCheck .c-section__title {
    margin-bottom: 30px;
  }
}
.p-faqHealthCheck .c-section__title.-sub {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ac9b70;
}
@media screen and (min-width: 1024px) {
  .p-faqHealthCheck .c-section__title.-sub {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1;
  }
}
.p-faqHealthCheck .c-section__paragraph {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-faqHealthCheck .c-section__paragraph {
    margin-bottom: 0;
  }
}
.p-faqHealthCheck__link {
  color: #ac9b70;
  text-decoration: underline;
}
.p-faqHealthCheck__question {
  position: relative;
  color: #ac9b70;
  border: 1px solid #ac9b70;
  margin-top: 10px;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: bold;
  text-indent: -2em;
  cursor: pointer;
  letter-spacing: 0.1em;
  text-align: left;
  color: #ac9b70;
}
@media screen and (min-width: 1024px) {
  .p-faqHealthCheck__question {
    padding: 20px 30px;
    margin-top: 15px;
    text-indent: 0;
  }
}
.p-faqHealthCheck__question:first-child {
  margin-top: 0;
}
.p-faqHealthCheck__question::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 15px;
  height: 1px;
  background-color: #ac9b70;
  transform: rotate(90deg);
  transition: transform 0.1s;
}
@media screen and (min-width: 1024px) {
  .p-faqHealthCheck__question::before {
    right: 30px;
  }
}
.p-faqHealthCheck__question::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 15px;
  height: 1px;
  background-color: #ac9b70;
}
@media screen and (min-width: 1024px) {
  .p-faqHealthCheck__question::after {
    right: 30px;
  }
}
.p-faqHealthCheck__question.open::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 15px;
  height: 1px;
  background-color: #ac9b70;
  transform: rotate(0deg);
  transition: transform 0.1s;
}
@media screen and (min-width: 1024px) {
  .p-faqHealthCheck__question.open::before {
    right: 30px;
  }
}
.p-faqHealthCheck__question.open::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 15px;
  height: 1px;
  background-color: #ac9b70;
}
@media screen and (min-width: 1024px) {
  .p-faqHealthCheck__question.open::after {
    right: 30px;
  }
}
.p-faqHealthCheck__answer {
  display: none;
  border: 1px solid transparent;
  padding: 10px 10px 10px 38px;
  font-size: 14px;
  font-weight: 500;
  text-indent: -1.8em;
}
@media screen and (min-width: 1024px) {
  .p-faqHealthCheck__answer {
    padding: 20px 20px 20px 56px;
  }
}
.p-faqHealthCheck__answer.open {
  display: block;
}
.p-faqHealthCheck__mark {
  margin-right: 10px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1024px) {
  .p-faqHealthCheck__mark {
    font-size: 22px;
    letter-spacing: 0.09em;
    line-height: 1;
  }
}

.p-selfCheck__title {
  font-size: 21px;
  letter-spacing: 0.08em;
  line-height: 1.5714285714;
}
@media screen and (min-width: 1024px) {
  .p-selfCheck__title {
    font-size: 34px;
    line-height: 1.7941176471;
  }
}
.p-selfCheck__paragraph {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.9285714286;
}
@media screen and (min-width: 1024px) {
  .p-selfCheck__paragraph {
    margin-bottom: 3px;
  }
}
.p-selfCheck__paragraph--xs {
  margin-bottom: 60px;
  font-size: 12px;
  line-height: 1.5833333333;
}
@media screen and (min-width: 1024px) {
  .p-selfCheck__paragraph--xs {
    margin-bottom: 50px;
    line-height: 1.6666666667;
  }
}
.p-selfCheck__sectionTitle {
  margin-bottom: 30px;
  font-size: 19px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.5789473684;
}
@media screen and (min-width: 768px) {
  .p-selfCheck__sectionTitle {
    font-size: 24px;
  }
}
.p-selfCheck__content {
  background: #FAF8F2;
  margin: 30px auto 20px;
  padding: 30px 20px 20px;
}
@media screen and (min-width: 1024px) {
  .p-selfCheck__content {
    padding: 30px 50px;
  }
}
.p-selfCheck__contentTitle {
  border-bottom: 1px solid #bdbdbd;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-selfCheck__contentTitle {
    font-size: 19px;
  }
}
.p-selfCheck__contentTitleNum {
  margin-right: 15px;
  color: #ac9b70;
  font-family: "Marcellus", serif;
  font-size: 22px;
  letter-spacing: 0.09em;
}
.p-selfCheck__contentTitle .c-icon__arrow {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  transform: translateY(-50%);
}
.p-selfCheck__contentItem {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
}
@media screen and (min-width: 1024px) {
  .p-selfCheck__contentItem {
    font-size: 16px;
    line-height: 1.6875;
    align-items: center;
  }
}
.p-selfCheck__contentItem small {
  display: block;
  font-size: 12px;
}
.p-selfCheck__contentItem:before {
  background: #bdbdbd;
  border-radius: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 8px;
  margin-right: 12px;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .p-selfCheck__contentItem:before {
    margin-top: 0;
  }
}
.p-selfCheck__contentItem:first-child {
  margin-top: 0;
}
.p-selfCheck__detail {
  border: 1px solid #ac9b70;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .p-selfCheck__detail {
    padding: 30px 50px;
  }
}
.p-selfCheck__detail + .p-selfCheck__content {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-selfCheck__detail + .p-selfCheck__content {
    margin-top: 60px;
  }
}
.p-selfCheck__detailParagraph {
  font-size: 14px;
  line-height: 1.9285714286;
}
.p-selfCheck__aside {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-selfCheck__aside {
    border-top: 1px solid #bdbdbd;
    margin: 100px auto 160px;
    padding-top: 100px;
  }
}
.p-selfCheckAside__title {
  font-size: 21px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-selfCheckAside__title {
    font-size: 24px;
  }
}
.p-selfCheckAside__list {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-selfCheckAside__list {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.p-selfCheckAside__item {
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (min-width: 768px) {
  .p-selfCheckAside__item {
    border-top: 1px solid #bdbdbd;
    width: 100%;
    max-width: calc((100% - 100px) / 3);
    margin-left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-selfCheckAside__item {
    max-width: calc((100% - 240px) / 3);
    margin-left: 120px;
  }
}
.p-selfCheckAside__item:first-child {
  border-top: 1px solid #bdbdbd;
}
@media screen and (min-width: 768px) {
  .p-selfCheckAside__item:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-selfCheckAside__item:nth-child(4) {
    border-top: none;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-selfCheckAside__item:nth-child(5) {
    border-top: none;
  }
}
.p-selfCheckAside__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
}
.p-selfCheckAside__link .c-icon__arrow {
  margin-left: auto;
  width: 14px;
}
.p-selfCheckAside__link .c-icon__arrow:after {
  width: 5px;
}
.p-selfCheckAside__image {
  width: 69px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .p-selfCheckAside__image {
    width: 58px;
  }
}
.p-selfCheckAside__heading {
  font-size: 18px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .p-selfCheckAside__heading {
    font-size: 16px;
  }
}

.p-businessExamination__title {
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.5714285714;
}
@media screen and (min-width: 1024px) {
  .p-businessExamination__title {
    margin-bottom: 35px;
    font-size: 34px;
    line-height: 1;
  }
}
.p-businessExamination__subTitle {
  margin-bottom: 20px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (min-width: 1024px) {
  .p-businessExamination__subTitle {
    margin-bottom: 35px;
    font-size: 19px;
    line-height: 1;
  }
}
.p-businessExamination__paragraph {
  font-size: 14px;
  line-height: 1.9285714286;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .p-businessExamination__paragraph {
    margin-bottom: 50px;
    letter-spacing: 0;
  }
}
.p-businessExamination__content {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-businessExamination__content {
    padding: 64px 0;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .p-businessExamination__content:after {
    background: transparent url(../img/corporate/businessExamination/bg_businessExamination.png) no-repeat right top;
    background-size: contain;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 859px;
    padding-top: 33.8766006985%;
    z-index: -1;
  }
}
.p-businessExamination__reason {
  background: linear-gradient(180deg, #fff 0%, #fff 18%, #f5f6f0 18%, #f5f6f0 70%, #fff 70%, #fff 100%);
}
@media screen and (min-width: 768px) {
  .p-businessExamination__reason {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 768px) {
  .p-businessExaminationReason__list {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.p-businessExaminationReason__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-businessExaminationReason__item {
    margin-top: 0;
    margin-bottom: 80px;
    width: 100%;
    max-width: calc((100% - 120px) / 3);
    margin-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-businessExaminationReason__item {
    max-width: calc((100% - 240px) / 3);
    margin-left: 120px;
  }
}
.p-businessExaminationReason__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-businessExaminationReason__item:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-businessExaminationReason__item:nth-child(4) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-businessExaminationReason__item:nth-child(4), .p-businessExaminationReason__item:nth-child(5), .p-businessExaminationReason__item:nth-child(6) {
    margin-bottom: 0;
  }
}
.p-businessExaminationReason__header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.p-businessExaminationReason__num {
  margin-bottom: 15px;
  color: #9eab99;
  font-family: "Marcellus", serif;
  font-size: 44px;
  letter-spacing: 0.09em;
}
.p-businessExaminationReason__title {
  margin-left: 20px;
  font-size: 18px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .p-businessExaminationReason__title {
    margin-left: 0;
    font-size: 17px;
  }
}
.p-businessExaminationReason__content {
  width: 100%;
  max-width: 254px;
}
@media screen and (min-width: 768px) {
  .p-businessExaminationReason__content {
    margin-top: 75px;
  }
}
.p-businessExaminationReason__image {
  margin-bottom: 40px;
}
.p-businessExaminationReason__paragraph {
  font-size: 14px;
  line-height: 1.9285714286;
}
@media screen and (min-width: 768px) {
  .p-businessExamination__detail {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 768px) {
  .p-businessExamination__detailList {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.p-businessExamination__detailItem {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-businessExamination__detailItem {
    margin-top: 0;
    margin-bottom: 80px;
    width: 100%;
    max-width: calc((100% - 120px) / 3);
    margin-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-businessExamination__detailItem {
    max-width: calc((100% - 240px) / 3);
    margin-left: 120px;
  }
}
.p-businessExamination__detailItem:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-businessExamination__detailItem:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-businessExamination__detailItem:nth-child(4) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-businessExamination__detailItem:nth-child(4), .p-businessExamination__detailItem:nth-child(5), .p-businessExamination__detailItem:nth-child(6) {
    margin-bottom: 0;
  }
}
.p-businessExamination__detailLink {
  display: block;
}
.p-businessExamination__detailText {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}
.p-businessExamination__detailText .c-icon__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-businessExamination__detailHeading {
  font-size: 16px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .p-businessExaminationStep__list {
    margin-top: 40px;
  }
}
.p-businessExaminationStep__item {
  border: 1px solid #ac9b70;
  position: relative;
  padding: 30px 20px 40px;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-businessExaminationStep__item {
    margin-top: 47px;
    padding: 30px 50px 47px;
  }
}
.p-businessExaminationStep__item:before {
  background: transparent url(../img/common/icon_arrow-circle.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .p-businessExaminationStep__item:before {
    width: 54px;
    height: 54px;
    bottom: -27px;
  }
}
.p-businessExaminationStep__item:first-child {
  margin-top: 0;
}
.p-businessExaminationStep__item:last-child:before {
  content: none;
}
.p-businessExaminationStep__item ol {
  counter-reset: num;
  margin-top: 20px;
}
.p-businessExaminationStep__item ol li {
  margin-top: 5px;
  counter-increment: num;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 1.7142857143;
}
.p-businessExaminationStep__item ol li:first-child {
  margin-top: 0;
}
.p-businessExaminationStep__item ol li:before {
  content: counter(num) ".";
  flex-shrink: 0;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .p-businessExaminationStep__item ol li:before {
    margin-right: 10px;
  }
}
.p-businessExaminationStep__header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1;
}
.p-businessExaminationStep__num {
  margin-right: 10px;
  color: #ac9b70;
  font-family: "Marcellus", serif;
  font-size: 17px;
}
.p-businessExaminationStep__title {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .p-businessExaminationStep__title {
    font-size: 19px;
  }
}
.p-businessExaminationStep__paragraph {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .p-businessExaminationStep__paragraph {
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-businessExaminationStep__paragraph a {
  color: #ac9b70;
  text-decoration: underline;
}

.p-occupationalPhysician .c-section__title {
  margin-bottom: 25px;
}
.p-occupationalPhysician__title {
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.5714285714;
}
@media screen and (min-width: 1024px) {
  .p-occupationalPhysician__title {
    font-size: 34px;
    line-height: 1.7941176471;
  }
}
.p-occupationalPhysician__subTitle {
  margin-bottom: 20px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (min-width: 1024px) {
  .p-occupationalPhysician__subTitle {
    font-size: 19px;
    line-height: 1;
  }
}
.p-occupationalPhysician__paragraph {
  font-size: 14px;
  line-height: 1.9285714286;
  letter-spacing: 0em;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .p-occupationalPhysician__paragraph {
    letter-spacing: 0;
  }
}
.p-occupationalPhysician__content {
  background-color: #FAF8F2;
  position: relative;
  font-size: 16px;
  line-height: 1.8125;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding: 20px 20px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-occupationalPhysician__content {
    padding-left: 30px;
  }
}
.p-occupationalPhysician__content__text {
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0;
  margin-top: 15px;
}
.p-occupationalPhysician__content__item {
  position: relative;
  font-size: 14px;
  padding-left: 16px;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .p-occupationalPhysician__content__item {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.p-occupationalPhysician__content__item::before {
  position: absolute;
  content: "";
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #bdbdbd;
  border-radius: 50%;
}
.p-occupationalPhysician__content__item.-small {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .p-occupationalPhysician__content__item.-small {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-occupationalPhysicianSupport {
    display: grid;
    grid-template-rows: 50px 1fr;
    grid-template-columns: 57% 1fr;
    -moz-column-gap: clamp(20px, 1%, 40px);
         column-gap: clamp(20px, 1%, 40px);
    height: 100%;
  }
  .p-occupationalPhysicianSupport .p-occupationalPhysician__paragraph {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 1200px) {
  .p-occupationalPhysicianSupport {
    height: 100%;
  }
}
.p-occupationalPhysicianSupport__image {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .p-occupationalPhysicianSupport__image {
    flex-shrink: 0;
    grid-row: 1/3;
    align-items: center;
  }
  .p-occupationalPhysicianSupport__image img {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 1200px) {
  .p-occupationalPhysicianSupport__image {
    height: 80%;
  }
  .p-occupationalPhysicianSupport__image img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-occupationalPhysicianSupport__list {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.p-occupationalPhysicianSupport__item {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.p-occupationalPhysicianSupport__item:first-child {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .p-occupationalPhysicianSupport__item .p-occupationalPhysician__content {
    width: 87.9464285714%;
    max-width: 591px;
  }
  .p-occupationalPhysicianSupport__item .p-occupationalPhysician__content__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 5px;
  }
  .p-occupationalPhysicianSupport__item .p-occupationalPhysician__content__item {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-occupationalPhysicianSupport__icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 53px;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .p-occupationalPhysicianSupport__icon {
    justify-content: center;
  }
}
.p-occupationalPhysicianSupport__icon img {
  width: 45px;
}
.p-occupationalPhysicianSupport__icon figcaption {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
.p-occupationalPhysicianPlan {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-occupationalPhysicianPlan {
    flex-direction: row;
  }
  .p-occupationalPhysicianPlan .p-occupationalPhysician__content {
    padding-right: 30px;
    margin-left: 30px;
  }
  .p-occupationalPhysicianPlan .p-occupationalPhysician__content:first-child {
    margin-left: 0;
  }
}

.p-news__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-news__wrapper {
    flex-direction: row;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .p-news__wrapper {
    flex-direction: column;
  }
}
.p-news__content {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-news__content {
    max-width: 56.2957540264vw;
  }
}
.p-news__item {
  border-bottom: 1px solid #bdbdbd;
}
.p-news__item:first-child {
  border-top: 1px solid #bdbdbd;
}
.p-news__item a:hover {
  color: #ac9b70;
}
.p-news__link {
  display: block;
  width: 100%;
  padding: 20px 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-news__link {
    padding: 30px 0;
  }
}
.p-news__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.p-news__date {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 1;
}
.p-news__date:after {
  background: #bdbdbd;
  content: "";
  width: 1px;
  height: 13px;
  margin: 0 15px;
}
.p-news__category {
  color: #ac9b70;
  font-size: 12px;
  line-height: 1;
}
.p-news__cat {
  margin-bottom: 5px;
}
.p-news__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 14px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 1024px) {
  .p-news__title {
    font-size: 16px;
  }
}
.p-news__arrow {
  display: none;
  width: 14px;
}
@media screen and (min-width: 768px) {
  .p-news__arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-news__arrow:before {
  width: 14px;
}
.p-news__arrow:after {
  width: 6px;
}

.p-column__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column-reverse;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-column__wrapper {
    flex-direction: row-reverse;
    margin-bottom: 160px;
  }
}
.p-column__content {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-column__content {
    max-width: 52.8550512445vw;
  }
}
.p-column__sort {
  font-size: 18px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 40px;
}
.p-column__sort span {
  display: block;
  font-size: 16px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 1024px) {
  .p-column__sort {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .p-column__sort span {
    font-size: 19px;
  }
}
.p-column__list {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-column__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 70px;
  }
}
.p-column__item {
  margin-top: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-column__item {
    margin-top: 80px;
    max-width: calc((100% - 7.3206442167vw) / 2);
  }
}
.p-column__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .p-column__item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-column__item:nth-child(even) {
    margin-left: 7.3206442167vw;
  }
}
.p-column__link {
  display: block;
  width: 100%;
  position: relative;
}
.p-column__thumbnail {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 5/3;
}
.p-column__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-column__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px auto 10px;
}
.p-column__date {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 1;
}
.p-column__date:after {
  background: #bdbdbd;
  content: "";
  width: 1px;
  height: 13px;
  margin: 0 15px;
}
.p-column__category {
  color: #ac9b70;
  font-size: 12px;
  line-height: 1;
}
.p-column__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 14px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  padding-right: 50px;
}
@media screen and (min-width: 1024px) {
  .p-column__title {
    font-size: 16px;
  }
}
.p-column__arrow {
  position: absolute;
  right: 0;
  bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-column__arrow {
    right: 0;
  }
}
.p-column .l-pagenation {
  border-top: 1px solid #bdbdbd;
  padding-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-column .l-pagenation {
    border-top: none;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-column.p-single .l-pagenation {
    border-top: 1px solid #bdbdbd;
    padding-top: 50px;
  }
}

.p-single .l-pagenation {
  margin-bottom: 80px;
}
.l-pagenation a:hover {
  color: #ac9b70;
}
@media screen and (min-width: 1024px) {
  .p-single .l-pagenation {
    margin-bottom: 160px;
  }
}
.p-single__articleBg {
  position: relative;
  padding-top: 50px;
}
@media screen and (min-width: 1024px) {
  .p-single__articleBg {
    padding-top: 100px;
  }
}
.p-single__content {
  width: 100%;
}
.p-single__content p:empty {
  margin: 0;
}
.p-single__article {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.p-single__articleKv {
  margin: 0 0 40px;
  width: 100%;
  aspect-ratio: 5/3;
}
.p-single__articleKv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-single__articleKv {
    margin: 0 0 60px;
  }
}
.p-single__information {
  order: -1;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-single__information {
    order: 0;
    margin-bottom: 10px;
  }
}
.p-single__date {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 1;
}
/* .p-single__date:after {
  background: #bdbdbd;
  content: "";
  width: 1px;
  height: 13px;
  margin: 0 15px;
} */
.p-single__category {
  color: #ac9b70;
  font-size: 12px;
  line-height: 1;
}
.p-single__title {
  margin-bottom: 30px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-single__title {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
.p-single__title.column {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .p-single__title.column {
    font-size: 34px;
  }
}
.p-single__content p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.9285714286;
}
@media screen and (min-width: 768px) {
  .p-single__content p {
    margin-bottom: 40px;
  }
}
.p-single__content p.cite {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-single__content p.cite span {
  margin-right: 10px;
  flex-shrink: 0;
}
.p-single__content h1,
.p-single__content h2 {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.p-single__content h1 {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.5555555556;
}
@media screen and (min-width: 768px) {
  .p-single__content h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.p-single__content h2 {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-single__content h2 {
    font-size: 19px;
  }
}
.p-single__content h3 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.p-single__content strong,
.p-single__content em {
  background: linear-gradient(180deg, #fff 0%, #fff 70%, #faf8f2 70%, #faf8f2 100%);
  font-weight: 600;
}
.p-single__content blockquote {
  border: 1px solid #ac9b70;
  padding: 30px 42px;
  position: relative;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.9285714286;
}
@media screen and (min-width: 768px) {
  .p-single__content blockquote {
    padding: 40px 90px;
  }
}
.p-single__content blockquote:before {
  background: transparent url(../img/common/icon_blockquote-before.svg) no-repeat center;
  background-size: contain;
  content: "";
  position: absolute;
  width: 17px;
  height: 13px;
  top: 27px;
  left: 15px;
}
@media screen and (min-width: 768px) {
  .p-single__content blockquote:before {
    width: 27px;
    height: 21px;
    top: 30px;
    left: 40px;
  }
}
.p-single__content blockquote:after {
  background: transparent url(../img/common/icon_blockquote-after.svg) no-repeat center;
  background-size: contain;
  content: "";
  position: absolute;
  width: 17px;
  height: 13px;
  bottom: 27px;
  right: 15px;
}
@media screen and (min-width: 768px) {
  .p-single__content blockquote:after {
    width: 27px;
    height: 21px;
    bottom: 30px;
    right: 40px;
  }
}
.p-single__content div {
  background: #fAf8f2;
  padding: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-single__content div {
    padding: 30px 40px;
    margin-bottom: 40px;
  }
}
.p-single__content ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.9285714286;
}
@media screen and (min-width: 1024px) {
  .p-single__content ul li {
    line-height: 1.6875;
    align-items: center;
  }
}
.p-single__content ul li:before {
  background: #bdbdbd;
  border-radius: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 8px;
  margin-right: 12px;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .p-single__content ul li:before {
    margin-top: 0;
  }
}
.p-single__content ul li:first-child {
  margin-top: 0;
}
.p-single__content ol {
  counter-reset: num;
}
.p-single__content ol li {
  counter-increment: num;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 1.9285714286;
}
.p-single__content ol li:before {
  content: counter(num) ".";
  flex-shrink: 0;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .p-single__content ol li:before {
    margin-right: 14px;
  }
}
.p-single__content a {
  color: #ac9b70;
  text-decoration: underline;
}
.p-single__content a span {
  margin-right: 0;
}
.p-single__content a span img {
  vertical-align: text-top;
}
.p-single__aside {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-single__aside {
    flex-direction: row;
  }
}
.p-singleAside__title {
  margin-bottom: 15px;
  font-size: 16px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .p-singleAside__title {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.p-singleAside__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-singleAside__keyword {
  border: 1px solid;
  border-radius: 11px;
  font-size: 13px;
  line-height: 1;
  padding: 4px 8px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.p-policy__content {
  max-width: 900px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1024px) {
  .p-policy__content {
    margin-bottom: 60px;
  }
}
.p-policy__content:nth-last-of-type(1) {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-policy__content:nth-last-of-type(1) {
    margin-bottom: 160px;
  }
}
.p-policy__title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 1024px) {
  .p-policy__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.p-policy__paragraph {
  font-size: 14px;
  line-height: 1.9285714286;
}
.p-policy__list {
  counter-reset: num;
  margin-top: 20px;
}
.p-policyList__item {
  counter-increment: num;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 1.9285714286;
}
.p-policyList__item:before {
  content: counter(num) ".";
  flex-shrink: 0;
  margin-right: 5px;
}

.p-corporateContent {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-corporateContent {
    margin-top: 70px;
  }
  .p-corporateContent:nth-child(2n) .p-corporateContent__link {
    display: flex;
    flex-direction: row-reverse;
  }
  .p-corporateContent:nth-child(2n) .p-corporateContent__img {
    margin-left: 5%;
    margin-right: 0;
  }
}
.p-corporateContent__link {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-corporateContent__link {
    display: flex;
    flex-direction: unset;
  }
}
.p-corporateContent__img {
  width: 100%;
  margin-top: 20px;
}
.p-corporateContent__img img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-corporateContent__img {
    width: 55%;
    max-width: 741px;
    margin-right: 5%;
    margin-top: 0;
  }
}
.p-corporateContent__text {
  display: contents;
}
@media screen and (min-width: 1024px) {
  .p-corporateContent__text {
    display: block;
    width: 40%;
  }
}
.p-corporateContent__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  order: -1;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .p-corporateContent__header {
    order: unset;
    font-size: 19px;
  }
}
.p-corporateContent__title {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.p-corporateContent__subTitle {
  display: block;
  font-size: 13px;
  color: #ac9b70;
  font-family: "Times New Roman", serif;
}
.p-corporateContent__item {
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  padding-left: 20px;
}
.p-corporateContent__item::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #bdbdbd;
  border-radius: 50%;
}
.p-corporateContent__item a {
  color: #ac9b70;
  border-bottom: 1px solid #ac9b70;
  padding-bottom: 3px;
}
.p-corporate__aside {
  margin: 40px auto 80px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-corporate__aside {
    margin: 100px auto 160px;
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-corporateAside__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.p-corporateAside__title {
  margin-bottom: 30px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 21px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-corporateAside__info {
    width: 348px;
  }
}
.p-corporateAside__title {
  font-size: 21px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-corporateAside__title {
    font-size: 24px;
  }
}
.p-corporateAside__list {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-corporateAside__list {
    margin-top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: calc(100% - 348px);
  }
}
.p-corporateAside__item {
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (min-width: 768px) {
  .p-corporateAside__item {
    border-top: 1px solid #bdbdbd;
    width: 100%;
    max-width: calc((100% - 50px - 50px) / 2);
    margin-left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-corporateAside__item {
    max-width: calc((100% - 100px - 100px) / 2);
    margin-left: 100px;
  }
}
.p-corporateAside__item:first-child {
  border-top: 1px solid #bdbdbd;
}
@media screen and (min-width: 768px) {
  .p-corporateAside__item:nth-child(3) {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .p-corporateAside__item:nth-child(4) {
    border-top: none;
  }
}
.p-corporateAside__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
}
.p-corporateAside__link .c-icon__arrow {
  margin-left: auto;
  width: 14px;
}
.p-corporateAside__link .c-icon__arrow:after {
  width: 5px;
}
.p-corporateAside__image {
  width: 20%;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .p-corporateAside__image {
    width: 40%;
  }
}
.p-corporateAside__heading {
  font-size: 18px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .p-corporateAside__heading {
    font-size: 16px;
  }
}

.p-supportService__wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-supportService__wrap {
    display: flex;
    flex-direction: unset;
  }
}
.p-supportService__inner {
  display: contents;
}
@media screen and (min-width: 1024px) {
  .p-supportService__inner {
    display: block;
    width: 51%;
    margin-right: 3%;
  }
}
.p-supportService .c-section__title {
  order: -1;
}
@media screen and (min-width: 1024px) {
  .p-supportService .c-section__title {
    order: unset;
  }
}
.p-supportService .c-section__paragraph {
  margin-bottom: 20px;
}
.p-supportService__box {
  background-color: #FAF8F2;
  padding: 30px 20px;
}
@media screen and (min-width: 1024px) {
  .p-supportService__box {
    padding: 30px 50px;
  }
}
.p-supportService__img {
  width: 100%;
  order: -1;
}
.p-supportService__img img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-supportService__img {
    width: 46%;
    order: unset;
  }
}
.p-supportService__list {
  margin-top: 10px;
}
.p-supportService__item {
  line-height: 1.9;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
.p-supportService__item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  transform: translate(0, -50%);
  background-color: #bdbdbd;
  border-radius: 50%;
}

.p-reason__wrap, .p-reason__wrap-column {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-reason__wrap, .p-reason__wrap-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 0;
  }
  .p-reason__wrap .p-reason__content, .p-reason__wrap-column .p-reason__content {
    width: 515px;
    margin-top: 0;
  }
}
.p-reason__wrap-column {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-reason__wrap-column {
    flex-direction: unset;
  }
}
.p-reason__item {
  margin-top: 40px;
}
.p-reason__item:nth-child(1) {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .p-reason__item {
    margin-top: 80px;
  }
  .p-reason__item:nth-child(1) {
    margin-top: 80px;
  }
}
.p-reason__content {
  margin-top: 30px;
}
.p-reason__textBox, .p-reason__textBox-small, .p-reason__textBox-wrap {
  border: 1px solid #ac9b70;
  padding: 30px;
  margin: 30px 0;
}
.p-reason__textBox p, .p-reason__textBox-small p, .p-reason__textBox-wrap p {
  font-size: 16px;
}
.p-reason__textBox-wrap p {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 1024px) {
  .p-reason__textBox-wrap {
    display: flex;
  }
  .p-reason__textBox-wrap p {
    font-size: 19px;
  }
  .p-reason__textBox-wrap .p-reason__textList {
    margin-top: 0;
    margin-left: 20px;
  }
}
.p-reason__textBox-gray {
  border: 1px solid #bdbdbd;
}
.p-reason__textBox-small {
  padding: 20px 30px;
  margin: 10px 0 0 0;
}
.p-reason__textBox-small p {
  font-size: 16px;
}
.p-reason__textBox-small .p-reason__textItem {
  font-size: 14px;
}
.p-reason__text {
  line-height: 1.8;
  font-size: 14px;
}
.p-reason__img {
  width: 100%;
}
.p-reason__img img {
  width: 100%;
}
.p-reason__textList {
  font-size: 14px;
  margin-top: 10px;
}
.p-reason__textItem {
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
  margin-top: 5px;
}
.p-reason__textItem:nth-child(1) {
  margin-top: 0;
}
.p-reason__textItem span {
  font-size: 12px;
  display: block;
}
.p-reason__textItem::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #bdbdbd;
  border-radius: 50%;
}
.p-reason__header {
  background-color: #FAF8F2;
  font-size: 18px;
  padding: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-reason__header {
    font-size: 19px;
  }
}
.p-reason__img {
  margin-top: 30px;
}
.p-reason__img-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-reason__img-pc {
    display: block;
  }
}
.p-reason__img-sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-reason__img-sp {
    display: none;
  }
}
.p-reason__text span {
  font-weight: bold;
}
.p-reason__num {
  font-size: 22px;
  color: #ac9b70;
  font-family: "Marcellus", serif;
}
.p-reason__title {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  margin-left: 15px;
}
.p-reason__middle {
  order: -1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 25px auto 0;
  font-size: 14px;
}
.p-reason__middle p {
  position: absolute;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .p-reason__middle {
    order: unset;
    width: 395px;
    height: 395px;
    font-size: 16px;
  }
}
.p-reason__arrow--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-reason__arrow--pc {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason__arrow--sp {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason__inner {
    width: 30%;
  }
}

.p-recruit__buttonWrap {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-recruit__buttonWrap {
    display: flex;
  }
}
.p-recruit__button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: 1px solid #ac9b70;
  color: #ac9b70;
  padding: 20px;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .p-recruit__button {
    width: 214px;
    margin-top: 0px;
  }
  .p-recruit__button:not(:nth-child(1)) {
    margin-left: 15px;
  }
  .p-recruit__button .c-icon__staticArrow {
    transform: rotate(90deg);
  }
}
.p-recruit__list {
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .p-recruit__list {
    font-size: 16px;
  }
}
.p-recruit__list:nth-child(1) {
  margin-top: 50px;
}
.p-recruit__list:not(:first-child) {
  margin-top: 80px;
}
.p-recruit__item {
  display: flex;
  border-top: 1px solid #e0e0e0;
}
.p-recruit__item:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.p-recruit__term {
  width: 20%;
  padding: 15px 0;
}
.p-recruit__definition {
  width: 80%;
}
.p-recruit__definition p {
  padding: 15px;
}
.p-recruit__definition p:not(:nth-child(1)) {
  border-top: 1px solid #e0e0e0;
}
.p-recruit__definition p a {
  color: #ac9b70;
  border-bottom: 1px solid #ac9b70;
}

.p-contact__contentBox {
  background-color: #FAF8F2;
  padding: 30px 20px;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-contact__contentBox {
    padding: 30px 50px;
  }
}
.p-contact__contentTitle {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (min-width: 1024px) {
  .p-contact__contentTitle {
    font-size: 19px;
  }
}
.p-contact__contentText {
  padding-top: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.p-contact__contentText a {
  color: #ac9b70;
  border-bottom: 1px solid;
}
@media screen and (min-width: 1024px) {
  .p-contact__contentText {
    font-size: 16px;
  }
}
.p-contact__subTitle {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-contact__subTitle {
    margin-top: 40px;
  }
}
.p-contact__btnWrap {
  display: block;
}

.c-btn {
  transition-duration: 0.8s;
}

.c-btn:hover {
  color: #ffffff;
  background-color: #ac9b70;
  transition-duration: 0.8s;
}

@media screen and (min-width: 1024px) {
  .p-contact__btnWrap {
    display: flex;
    justify-content: space-between;
  }
  .p-contact__btnWrap .c-btn--contact {
    margin-top: 0;
  }
}
.p-contact__numberWrap {
  margin-top: 20px;
  border: 1px solid #bdbdbd;
  padding: 30px 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-contact__numberWrap {
    padding: 30px;
  }
}
.p-contact__numberNum {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.p-contact__numberNum a {
  color: #ac9b70;
  font-size: 27px;
  font-family: "Marcellus", serif;
  letter-spacing: 0.09em;
  cursor: pointer; 
  pointer-events: all;
}
.p-contact__numberText {
  font-size: 12px;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .p-contact__numberText {
    font-size: 14px;
  }
}
.p-contact__numberHeader {
  letter-spacing: 0.1em;
  font-size: 14px;
}
.p-contact__contentList {
  margin-top: 20px;
}
.p-contact__contentItem {
  position: relative;
  margin-top: 15px;
  padding-left: 20px;
  letter-spacing: 0.1em;
}
.p-contact__contentItem::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #bdbdbd;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.p-form {
  border-top: 1px solid #e0e0e0;
}
.p-form__item {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-form__item {
    display: flex;
  }
}
.p-form__item:last-child {
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
}
.p-form__item:nth-child(1) {
  margin-top: 40px;
}
.p-form__item:last-of-type {
  justify-content: center;
}
.p-form__item.button {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .p-form__item.button {
    flex-direction: unset;
  }
}
.p-form__itemInner {
  width: 100%;
  margin-top: 20px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-form__itemInner {
    width: 70%;
    margin-top: 0;
  }
}
.p-form__itemInner.select {
  position: relative;
}
.p-form__itemInner.select::after {
  position: absolute;
  right: 20px;
  top: 23px;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #000000;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .p-form__itemInner.select::after {
    right: 30px;
    width: 8px;
    height: 8px;
  }
}
.p-form__itemInner .mwform-tel-field,
.p-form__itemInner .mwform-zip-field {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-form__itemWrap {
  display: flex;
  justify-content: space-between;
}
.p-form__itemWrap .wpcf7-form-control-wrap {
  width: 47%;
}
.p-form__itemWrap .p-form__itemYear {
  width: 35%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-form__itemWrap .p-form__itemYear {
    width: 47%;
  }
}
.p-form__itemWrap .p-form__itemYear .wpcf7-form-control-wrap {
  width: 100%;
}
.p-form__itemWrap .p-form__itemYear span {
  padding: 0 3px;
}
@media screen and (min-width: 1024px) {
  .p-form__itemWrap .p-form__itemYear span {
    padding: 0 10px;
  }
}
.p-form__itemWrap .p-form__itemMonth {
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-form__itemWrap .p-form__itemMonth {
    width: 20%;
  }
}
.p-form__itemWrap .p-form__itemMonth .wpcf7-form-control-wrap {
  width: 100%;
}
.p-form__itemWrap .p-form__itemMonth span {
  padding: 0 3px;
}
@media screen and (min-width: 1024px) {
  .p-form__itemWrap .p-form__itemMonth span {
    padding: 0 10px;
  }
}
.p-form__itemWrap .p-form__itemMonth select {
  padding: 18px 10px;
}
@media screen and (min-width: 1024px) {
  .p-form__itemWrap .p-form__itemMonth select {
    padding: 18px 20px;
  }
}
.p-form__itemWrap .p-form__itemDate {
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-form__itemWrap .p-form__itemDate {
    width: 20%;
  }
}
.p-form__itemWrap .p-form__itemDate .wpcf7-form-control-wrap {
  width: 100%;
}
.p-form__itemWrap .p-form__itemDate span {
  padding: 0 3px;
}
@media screen and (min-width: 1024px) {
  .p-form__itemWrap .p-form__itemDate span {
    padding: 0 10px;
  }
}
.p-form__itemWrap .p-form__itemDate select {
  padding: 18px 10px;
}
@media screen and (min-width: 1024px) {
  .p-form__itemWrap .p-form__itemDate select {
    padding: 18px 20px;
  }
}
.p-form__zip {
  margin-right: 8px;
}
@media screen and (min-width: 1024px) {
  .p-form__zip {
    margin-right: 16px;
  }
}
.p-form__separator {
  margin: 0 8px;
}
@media screen and (min-width: 1024px) {
  .p-form__separator {
    margin: 0 16px;
  }
}
.p-form__inputTel, .p-form__inputZip {
  max-width: 90px;
}
@media screen and (min-width: 1024px) {
  .p-form__inputTel, .p-form__inputZip {
    max-width: 120px;
  }
}
.p-form__label {
  width: 30%;
  margin-top: 10px;
}
.p-form__required {
  display: inline-block;
  background-color: #d37477;
  color: #fff;
  padding: 5px;
  margin-right: 10px;
  font-size: 12px;
}
.p-form__option {
  display: inline-block;
  background-color: #bdbdbd;
  color: #fff;
  padding: 5px;
  margin-right: 10px;
  font-size: 12px;
}
.p-form__privacy {
  border: 1px solid #bdbdbd;
  height: 174px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 15px 30px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 2;
}
.p-form select {
  position: relative;
  width: 100%;
  padding: 18px 30px;
  display: block;
  border: 1px solid #e0e0e0;
}
.p-form input {
  padding: 15px 20px;
  display: block;
  border: 1px solid #e0e0e0;
}
.p-form input::-moz-placeholder {
  color: #bdbdbd;
}
.p-form input::placeholder {
  color: #bdbdbd;
}
@media screen and (min-width: 1024px) {
  .p-form input {
    padding: 18px 30px;
  }
}
.p-form input[type=text] {
  width: 100%;
}
.p-form input[type=email] {
  width: 100%;
}
.p-form input[type=textarea] {
  width: 100%;
}
.p-form input[type=submit] {
  display: block;
  color: #ac9b70;
  border: 1px solid #ac9b70;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .p-form input[type=submit] {
    width: 209px;
    margin: unset;
    margin-left: 20px;
    margin-top: 0;
  }
}
.p-form input[type=text].p-form__input-small {
  width: 46%;
}
.p-form textarea {
  width: 100%;
  padding: 18px 30px;
  display: block;
  border: 1px solid #e0e0e0;
}
.p-form input[type=tel] {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-form input[type=tel] {
    width: 47%;
  }
}
.p-form input[name=post] {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-form input[name=post] {
    width: 47%;
  }
}
.p-form .p-form p {
  display: none;
}
.p-form .p-form br {
  display: none;
}
.p-form .wpcf7-list-item {
  margin: 0;
  position: relative;
}
.p-form input[type=checkbox] {
  all: revert;
}
.p-form input[type=radio] {
  all: revert;
}
.p-form input[type=number]::-webkit-outer-spin-button,
.p-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-form input[type=number] {
  -moz-appearance: textfield;
}
.p-form .mwform-radio-field {
  border: 1px solid #e0e0e0;
  width: 47%;
  padding: 0;
}
.p-form .wpcf7-list-item-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 40px;
  position: relative;
  width: auto;
}
.p-form .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0px;
  position: absolute;
  top: 50%;
  width: 20px;
  transform: translate(0px, -50%);
}
.p-form .wpcf7-list-item-label::after {
  border-right: 3px solid #ed7a9c;
  border-bottom: 3px solid #ed7a9c;
  content: "";
  display: block;
  height: 10px;
  left: 5px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.p-form input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-form .mwform-checkbox-field label,
.p-form .mwform-radio-field label {
  padding: 15px 20px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-form .mwform-checkbox-field label,
.p-form .mwform-radio-field label {
    padding: 15px 30px;
  }
}

.p-stressCheck__paragraph {
  font-size: 14px;
  line-height: 1.9285714286;
  margin-top: 20px;
}
.p-stressCheck__paragraph span {
  margin-top: 10px;
}
.p-stressCheck__note {
  display: block;
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.6;
}
.p-stressCheck__quote {
  margin-top: 20px;
  font-size: 14px;
}
.p-stressCheck__quote a {
  color: #ac9b70;
}
.p-stressCheck__content {
  background-color: #FAF8F2;
  padding: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .p-stressCheck__content {
    padding: 30px 40px;
  }
}
.p-stressCheck__content:first-of-type {
  margin-top: 30px;
}
.p-stressCheck__contentList {
  display: flex;
  flex-wrap: wrap;
}
.p-stressCheck__contentItem {
  position: relative;
  font-size: 14px;
  line-height: 2;
  padding-left: 15px;
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .p-stressCheck__contentItem {
    font-size: 16px;
    margin-top: 0px;
    letter-spacing: 0.1em;
  }
  .p-stressCheck__contentItem:nth-child(n+2) {
    margin-left: 50px;
  }
}
.p-stressCheck__contentItem::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #bdbdbd;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.p-stressCheck__contentText {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-stressCheck__contentParagraph {
  position: relative;
  font-size: 14px;
  line-height: 2;
}
.p-stressCheck__contentParagraph span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-stressCheck__contentParagraph {
    padding-left: 15px;
  }
  .p-stressCheck__contentParagraph::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #bdbdbd;
    border-radius: 50%;
    top: 12px;
    left: 0;
  }
}

.p-faqIndustrialHealth .c-kv--md {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-faqIndustrialHealth .c-kv--md {
    margin-bottom: 100px;
  }
}
.p-faqIndustrialHealth .c-section {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-faqIndustrialHealth .c-section {
    margin-bottom: 60px;
  }
}
.p-faqIndustrialHealth .c-section:nth-last-of-type(1) {
  margin-bottom: 0;
}
.p-faqIndustrialHealth .c-section.-last {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-faqIndustrialHealth .c-section.-last {
    margin-bottom: 160px;
  }
}
.p-faqIndustrialHealth .c-section__title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .p-faqIndustrialHealth .c-section__title {
    margin-bottom: 30px;
  }
}
.p-faqIndustrialHealth .c-section__title.-sub {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-faqIndustrialHealth .c-section__title.-sub {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1;
  }
}
.p-faqIndustrialHealth .c-section__paragraph {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-faqIndustrialHealth .c-section__paragraph {
    margin-bottom: 0;
  }
}
.p-faqIndustrialHealth__link {
  color: #ac9b70;
  text-decoration: underline;
}

.p-specificHealthCheck__content-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-specificHealthCheck__content-pc {
    display: block;
  }
}
.p-specificHealthCheck__content-sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-specificHealthCheck__content-sp {
    display: none;
  }
}
.p-specificHealthCheck__imgTitle {
  font-size: 16px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-specificHealthCheck__imgTitle {
    font-size: 24px;
  }
}
.p-specificHealthCheck__img {
  margin-top: 20px;
}
.p-specificHealthCheck__note {
  font-size: 14px;
  margin-top: 30px;
}
.p-specificHealthCheck__trigger {
  position: relative;
  color: #ac9b70;
  border: 1px solid #ac9b70;
  margin-top: 10px;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 0.1em;
  text-align: left;
  color: #ac9b70;
}
.p-specificHealthCheck__trigger p {
  padding-right: 20px;
}
.p-specificHealthCheck__trigger::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 15px;
  height: 1px;
  background-color: #ac9b70;
  transform: rotate(90deg);
  transition: transform 0.1s;
}
.p-specificHealthCheck__trigger::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 15px;
  height: 1px;
  background-color: #ac9b70;
}
.p-specificHealthCheck__trigger.open::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 15px;
  height: 1px;
  background-color: #ac9b70;
  transform: rotate(0deg);
}
.p-specificHealthCheck__target {
  display: none;
}
.p-specificHealthCheck__target.open {
  display: block;
}

.p-smoking__item {
  background-color: #FAF8F2;
  padding: 30px 20px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .p-smoking__item {
    padding: 30px 50px;
  }
}
.p-smoking__item ol {
  all: revert;
  border-top: 1px solid #bdbdbd;
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 30px;
}
.p-smoking__item ol li {
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
  padding-left: 10px;
  letter-spacing: 0.1em;
}
.p-smoking__itemWrap {
  display: flex;
  align-items: flex-start;
}
.p-smoking__itemTitle {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-smoking__itemTitle {
    line-height: 1.26;
    font-size: 19px;
  }
}
.p-smoking__itemNum {
  margin-right: 15px;
  color: #ac9b70;
  font-size: 22px;
  font-family: "Marcellus", serif;
}
@media screen and (min-width: 1024px) {
  .p-smoking__itemNum {
    line-height: 1.26;
  }
}
.p-smoking__itemNote {
  font-size: 14px;
  line-height: 2;
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
  letter-spacing: 0.1em;
}
.p-smoking__itemNote::before {
  position: absolute;
  content: "※";
  left: 0;
}
.p-smoking__bottomText {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
}

.p-ocp .c-section {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .p-ocp .c-section {
    margin-bottom: 80px;
  }
}
.p-ocp__list {
  margin-top: 40px;
}
.p-ocp__list dt {
  font-size: 19px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.p-ocp__list dd {
  font-size: 14px;
  line-height: 2;
  margin-top: 5px;
}
.p-ocp__listItem {
  padding: 30px 0;
  border-top: 1px solid #e0e0e0;
}
.p-ocp__listItem:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.p-ocp__bottomText {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
}
.p-ocpFacility__nameLink {
  font-size: 14px;
  color: #ac9b70;
  border-bottom: 1px solid #ac9b70;
  line-height: 1.7;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .p-ocpFacility__nameLink {
    font-size: 16px;
  }
}
.p-ocpFacility__nameLink:nth-of-type(n+2) {
  margin-top: 8px;
}
.p-ocpFacility__text {
  font-size: 14px;
  line-height: 1.9285714286;
  margin-top: 15px;
}
.p-ocpFacility__text a {
  color: #ac9b70;
  border-bottom: 1px solid #ac9b70;
}
.p-ocpFacility__table.-top {
  text-align: center;
  border: 1px solid #EFEFEF;
  width: 100%;
  margin-top: 30px;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .p-ocpFacility__table.-top {
    font-size: 16px;
  }
}
.p-ocpFacility__table.-top tr {
  border-top: 1px solid #EFEFEF;
}
.p-ocpFacility__table.-top th {
  vertical-align: middle;
  width: 25%;
  height: 85px;
  background-color: #EFEFEF;
}
.p-ocpFacility__table.-top th:not(:nth-child(1)) {
  border-left: 1px solid #fff;
}
.p-ocpFacility__table.-top th span {
  display: block;
  font-size: 12px;
}
.p-ocpFacility__table.-top td {
  vertical-align: middle;
  width: 25%;
  height: 71px;
}
.p-ocpFacility__table.-top td:not(:nth-child(1)) {
  border-left: 1px solid #EFEFEF;
}
.p-ocpFacility__table.-top td span {
  display: block;
  font-size: 12px;
}
.p-ocpFacility__table.-pc {
  display: none;
  text-align: center;
  border: 1px solid #EFEFEF;
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-ocpFacility__table.-pc {
    display: table;
  }
}
.p-ocpFacility__table.-pc tr {
  border-top: 1px solid #EFEFEF;
}
.p-ocpFacility__table.-pc th {
  vertical-align: middle;
  width: 25%;
  height: 85px;
  background-color: #EFEFEF;
}
.p-ocpFacility__table.-pc th:not(:nth-child(1)) {
  border-left: 1px solid #fff;
}
.p-ocpFacility__table.-pc th span {
  display: block;
  font-size: 12px;
}
.p-ocpFacility__table.-pc td {
  vertical-align: middle;
  width: 25%;
  height: 71px;
}
.p-ocpFacility__table.-pc td:not(:nth-child(1)) {
  border-left: 1px solid #EFEFEF;
}
.p-ocpFacility__table.-pc td span {
  display: block;
  font-size: 12px;
}
.p-ocpFacility__table.-sp {
  border: 1px solid #EFEFEF;
  width: 100%;
}
.p-ocpFacility__table.-sp:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .p-ocpFacility__table.-sp {
    display: none;
  }
}
.p-ocpFacility__table.-sp tr {
  border-top: 1px solid #EFEFEF;
  width: 100%;
}
.p-ocpFacility__table.-sp th {
  vertical-align: middle;
  height: 58px;
  background-color: #EFEFEF;
  padding: 0 20px;
}
.p-ocpFacility__table.-sp th span {
  display: block;
  font-size: 12px;
}
.p-ocpFacility__table.-sp td {
  width: 50%;
  vertical-align: middle;
  height: 58px;
  font-size: 14px;
}
.p-ocpFacility__table.-sp td span {
  font-size: 12px;
  display: block;
}
.p-ocpFacility__table.-sp td:nth-child(1) {
  color: #747474;
  padding: 0 20px;
}

@media screen and (min-width: 1024px) {
  .p-kyokaikenpo__about {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .p-kyokaikenpoAbout__content {
    width: 100%;
    max-width: calc(100% - 60px - 350px);
  }
}
@media screen and (min-width: 1200px) {
  .p-kyokaikenpoAbout__content {
    max-width: calc(100% - 74px - 390px);
  }
}
@media screen and (min-width: 1024px) {
  .p-kyokaikenpoAbout__title {
    line-height: 1;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-kyokaikenpoAbout__text {
    margin-bottom: 30px;
  }
}
.p-kyokaikenpoAbout__attention {
  background: #FAF8F2;
  margin: 20px auto 20px;
  padding: 14px 15px;
  font-size: 14px;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
}
@media screen and (min-width: 1024px) {
  .p-kyokaikenpoAbout__attention {
    margin: 0;
    padding: 14px 30px;
    font-size: 16px;
    line-height: 3;
  }
}
@media screen and (min-width: 1024px) {
  .p-kyokaikenpoAbout__image {
    margin-left: 60px;
    max-width: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .p-kyokaikenpoAbout__image {
    margin-left: 74px;
    max-width: 390px;
  }
}


/*# sourceMappingURL=style.css.map */

/* お問い合わせ（start） */
input[type="checkbox" i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
}

input:not([type="image" i], [type="range" i], [type="checkbox" i], [type="radio" i]) {
  overflow-clip-margin: 0px !important;
  overflow: clip !important;
}

input[type="text" i] {
  padding-block: 1px;
  padding-inline: 2px;
}

input {
  font-style: ;
  font-variant-ligatures: ;
  font-variant-caps: ;
  font-variant-numeric: ;
  font-variant-east-asian: ;
  font-variant-alternates: ;
  font-variant-position: ;
  font-variant-emoji: ;
  font-weight: ;
  font-stretch: ;
  font-size: ;
  font-family: ;
  font-optical-sizing: ;
  font-size-adjust: ;
  font-kerning: ;
  font-feature-settings: ;
  font-variation-settings: ;
  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  -webkit-rtl-ordering: logical;
  cursor: text;
  background-color: field;
  margin: 0em;
  padding: 1px 0px;
  border-width: 2px;
  border-style: inset;
  border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
  padding-block: 1px;
  padding-inline: 2px;
}

/* input[type="submit" i]  {
  appearance: auto;
  user-select: none;
  align-items: flex-start;
  text-align: center;
  cursor: default;
  box-sizing: border-box;
  background-color: buttonface;
  color: buttontext;
  white-space: pre;
  padding-block: 1px;
  padding-inline: 6px;
  border-width: 2px;
  border-style: outset;
  border-color: buttonborder;
  border-image: initial;
} */

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#p-aboutMap__global {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-style: none !important;
}

#p-aboutMap__domestic {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-style: none !important;
}

input[type="hidden" i] {
  appearance: none;
  background-color: initial;
  cursor: default;
  padding: initial;
  border: initial;
}

input[type="hidden" i] {
  display: none !important;
}

textarea {
  font-style: ;
  font-variant-ligatures: ;
  font-variant-caps: ;
  font-variant-numeric: ;
  font-variant-east-asian: ;
  font-variant-alternates: ;
  font-variant-position: ;
  font-variant-emoji: ;
  font-weight: ;
  font-stretch: ;
  font-size: ;
  font-family: monospace;
  font-optical-sizing: ;
  font-size-adjust: ;
  font-kerning: ;
  font-feature-settings: ;
  font-variation-settings: ;
  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  -webkit-rtl-ordering: logical;
  resize: -internal-textarea-auto;
  cursor: text;
  overflow-wrap: break-word;
  background-color: field;
  column-count: initial !important;
  margin: 0em;
  border-width: 1px;
  border-style: solid;
  border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
  padding: 2px;
  white-space: pre-wrap;
}

.wpcf7-spinner {
  margin: 0px!important;
  display: block!important;
}

.form-area li.input-area input[type="text"], .form-area li.input-area input[type="email"], .form-area li.input-area input[type="tel"] {
  width: 250px;
  height: 35px;
  font-size: 14px;
  padding: 4px;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
}

.form-area {
  text-align: unset;
  padding: 30px;
  background-color: #FAF8F2;
  margin-bottom: 60px;
}

.form-area h1 {
  font-size: 18px;
  font-weight: 600;
  color: inherit;
  margin-bottom: 15px;
}

.form-area p {
  font-size: 16px;
}

.form-area ul {
  display: flex;
  list-style: none;
  padding: 0px !important;
  margin-bottom: 30px;
}

.form-area li.form-title {
  width: 190px;
  font-size: 14px;
}

.wpcf7-list-item {
  margin: 0.3rem 0 !important;
  display: block !important;
}

.form-area .required {
  font-size: 14px;
  color: #ff55b3 !important;
}

.form-area li.input-area textarea {
  width: 520px;
  height: 250px;
  resize: none;
  border: none;
  border-radius: 3px;
}

.form-button {
  text-align: center;
}

.wpcf7-submit {
  max-width: 160px;
  width: 100%;
  height: 45px;
  background-color: #ac9b70;
  margin-top: 24px;
  color: #fff;
  font-size: 16px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  transition-duration: 0.8s;
}

.wpcf7-submit:hover {
  background-color: #8f815c;
  transition-duration: 0.8s;
}



.c-btn--contact {
  width: 290px;
  height: 76px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
.c-btn--contact {
  width: 100%;
  margin-top: 15px; 
}
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #fff !important;
  color: #ac9b70;
}

/* お問い合わせ（end） */


/* スライドショー */
#slideshow {
   position: relative;
   width:  640px; /* 画像の横幅に合わせて記述 */
   height: 270px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}

.slider {
	width: 100vw;
  height: calc(100vh - 110px);
	overflow: hidden;
	position: relative;
	max-width: 100%;
  z-index: 0;
}

@media screen and (max-width: 1520px) {
  .slider {
    height: calc(100vh - 110px);
  }
  }

@media screen and (max-width: 1023px) {
  .slider {
    height: 85vh;
  }
}

.slider div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
	opacity: 0;
	animation-name: slide-fade;
	animation-duration: 15s;
	animation-iteration-count: infinite;
}

@keyframes slide-fade {
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	80%{
		opacity: 0;
	}
	100%{
		opacity: 0;
		z-index: 0;
	}
}
.slider div:first-of-type {
    background-image: url('../img/home/kv-pc-01.png');
    animation-delay: 0s; 
}

.slider div:nth-of-type(2) {
    background-image: url('../img/home/kv-pc-02.png');
    animation-delay: 5s; 
}

.slider div:nth-of-type(3) {
    background-image: url('../img/home/kv-pc-04.png');
    animation-delay: 10s; 
}

/* .slider div:last-of-type {
    background-image: url('../img/home/kv-pc-04.png');
    animation-delay: 15s; 
} */

@media screen and (max-width: 1023px) {
  .slider div:last-of-type{
  background-position: right;
  }
  }

@media screen and (max-width: 500px) {
  .p-home__check.-osaka {
    padding-top: 120px;
  }
  }

.p-medicalCheckupType__image {
  border-radius: 5px;
}

.title-font-mincho {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif!important;
}

/* 先頭へ戻るボタン_start */
  .page-top {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #ac9b70;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 20px;
	bottom: 80px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s;
	z-index: 90;
  }

  .page-top:hover {
	opacity: 0.7!important;
  }
  
  .page-top.is-visible {
	opacity: 1;
	visibility: visible;
  }
  
  .page-top::before {
	content: "";
	width: 12px;
	height: 12px;
	margin-bottom: -6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-45deg);
  }

  @media screen and (max-width: 768px) {
    .page-top {
      display: none;
    }
  }

/* 先頭へ戻るボタン_end */


/* オプション検査コース */
.table-date {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
}

.tablelist {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.tablelist th {
    background-color: rgb(123 94 42 / 15%);
    font-weight: 600;
}

.tablelist th, .tablelist td {
    padding: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, .3);
    border-right: 1px solid rgba(0, 0, 0, .1);
    text-align: left;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.tablelist td {
    min-width: 105px;
    vertical-align: top;
}

.tablelist td.name {
    background-color: rgb(191 175 147 / 15%);
    text-align: center!important;
    font-weight: 500;
}

.scroll-table-wrap table thead th, table tbody td {
    text-align: center;
    vertical-align: middle;
}

.scroll-table-wrap table th, table td {
    padding: 10px;
    border: 1px solid #d7d7d7;
    vertical-align: middle;
    font-size: 15px;
}

.tablelist .bold {
  text-align: center!important;
}

.tablelist {
  margin-bottom: 15px;
}

.option-osusume-btn {
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    border-radius: 3px;
    background: #d5aa7d;
    margin-top: 5px;
    border-bottom: none;
}

.table-date {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
}

@media screen and (max-width: 850px) {
    .table-wrap.course {
      overflow-x: scroll;
    }
    .c-section__paragraph {
      font-size: 0.9rem;
    }
    .course .tablelist {
        min-width: 750px;
    }
    .table-wrap {
      font-size: 0.9rem;
    }
}

.c-course__accordion01 {
  text-indent: 0!important;
  padding: 30px 20px 20px 20px!important;
}

/* company */
.company-new-text {
  color: #ef5a5a;
  padding-left: 5px;
}

/* クリニックごあいさつ */
.clinic_message {
    margin: 130px auto;
}

.clinic_message_name {
    text-align: end;
}

@media screen and (max-width: 850px) {
  .clinic_goaisatu {
    margin: 45px 0 110px;
  }
}


/* 産業医追加 */
.introductiontitle_text_box {
  text-align: center;
}

.introductiontitle_text {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 2.5rem;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

.industrial-box {
  width: 100%;
  padding: 30px;
  text-align: center;
  border: 1px solid #c9b271;
  background-color: #FAF8F2;
  border-radius: 5px;
  box-sizing: border-box;
}

.industrial-box p {
  text-align: center;
  margin: 0;
  font-weight: 600;
  font-size: 1.1rem;
}

.industrial-box .under {
  border-bottom: dotted 2px #c9b271;
  font-weight: 600;
  font-size: 1.1rem;
}

.industrial-box .industrial-box_list {
  position: relative;
  display: inline-block;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.industrial-box .industrial-box_list li::after {
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
  font-size: 1.5rem;
  content: "\025bc";
  font-weight: 900;
  color: #c9b271;
}

.emphasis {
  color: #c9b271;
  font-weight: 700;
  font-size: 1rem;
}

.emphasis2 {
  font-weight: normal;
}

.emphasis a {
  text-decoration: underline;
}

.p-occupationalPhysician__content__item_text {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}

.inquiry-btn_box {
  text-align: center;
  margin-top: 20px;
}

.text-center {
  text-align: center!important;
}

.inquiry-btn {
  margin-top: 10px;
}

.inquiry-btn button {
  position: relative;
  border: none;
  background: none;
}

.inquiry-btn button a {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  display: inline-block;
  padding: 0.5rem 3rem;
  background: #ac9b70;
  border-radius: 0px;
  transition: all 0.4s;
}

.industrial-point_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  grid-gap: 50px;
}

.industrial-point_box {
  background-color: #FAF8F2;
  font-size: 0.9rem;
  padding: 1.3rem;
}

.br-sp {
  display: none;
}

.industrial-point_item h5 {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}

.psdmbg {
  background-color: #FAF8F2;
  padding: 2rem;
  margin-bottom: 25px;
  margin-top: 20px;
}

.drikegami {
  display: flex;
  align-items: center;
}

.drikegami_text {
  margin-right: 2rem;
  width: 60%;
}

.drikegami_text .bold {
  font-weight: 600;
  font-size: 1rem;
  margin: 1rem 0;
}

.drikegami figure {
    width: 40%;
}

.industrial-message_wrap {
  background-color: #FAF8F2;
  padding: 2rem;
}

.industrial-message_wrap .industrial-message_te {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.industrial-message {
  display: flex;
  gap: 30px;
}

.industrial-message_item {
  background-color: #fff;
  border: 1.5px solid #ac9b70;
  border-radius: 5px;
  margin: 30px 5px 20px 7px;
  padding: 15px 20px 0;
  position: relative;
  box-shadow: 0px 0 10px rgb(0 0 0 / 15%);
}

.industrial-message_item-title {
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  left: -10px;
  padding: 5px 20px;
  position: absolute;
  top: -20px;
  background-color: #ac9b70;
}

.industrial-message_item-title::after {
  border-top: 12px solid #5e8ccb;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ac9b70;
  content: "";
  left: 25px;
  position: absolute;
  top: 30px;
}

.industrial-message_item p {
  margin: 1rem 0;
  text-align: justify;
}

.industrial-message_wrap {
  padding: 1.2rem;
}

.secondary-title {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem;
  font-weight: 600;
  margin: 45px auto 30px;
}

.miniminititle {
  font-size: 1rem;
  margin-top: 15px;
  margin-bottom: 5px;
}

.miniminititle::before {
  position: relative;
  right: 0;
  margin-right: 5px;
  content: "\025a0";
  color: #e1dbc8;
}

.secondary-title_box p {
  margin: 1rem 0;
  text-align: justify;
}

.miniminititle-text-circle {
  font-weight: 600;
  color: #ac9b70;
}

.industrial-table tr {
  background-color: #fff;
  padding: .35em;
}

.industrial-table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #ccc;
}

.industrial-table tr:last-child {
  border-bottom: 1px solid #ccc;
}

.industrial-table th {
  padding: 1.5em;
}

.industrial-table_bg {
  background-color: #eee;
}

.industrial-table td {
  padding: 1.5em .5em;
  border-right: 1px solid #ccc;
  text-align: center;
}

.inquiry {
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  padding: 30px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
  border: solid 0.5px #585858;
  border-collapse: separate;
  width: 80%;
}

.inquiry p {
  margin: 1rem 0;
}

.inquirytitle {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.inquiry span {
  font-size: 1.5rem;
  color: #ac9b70;
  font-weight: 600;
  vertical-align: sub;
}

.inquiry a {
  text-decoration: underline;
}

.definition-item {
  display: block;
  position: relative;
  padding-left: calc(17px + .1vw);
}

.definition-item:before, .definition-title.single:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  border: 4px solid #e1d3b0;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: calc(2px + .1vw);
}

.employment-fee {
  margin-bottom: 20px;
}

/* 内視鏡混雑状況 */

.crowd-top-text {
  text-align: end !important;
  font-size: 15px;
  margin-top: -20px;
}

.table-icon-item a {
  color: #ac9b70;
  border-bottom: 1px solid #ac9b70;
}

.scroll-table-wrap {
  white-space: nowrap;
  overflow-x: auto;
  border: 1px solid #efefef;
  border-bottom: none;
  margin: 0 0 3px 0;
}

.scroll-table-wrap table {
  margin: 0;
  border: none;
  width: 100%;
  border-collapse: collapse;
}

.scroll-table-wrap table thead th:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.scroll-table-wrap table thead th, table tbody td {
  text-align: center;
  vertical-align: middle;
}

.scroll-table-wrap table thead th {
  border-bottom: 1px solid #ffffff;
  background-color: rgb(191 175 147 / 15%);
}

.header_follow_margin {
  margin-top: -10px;
}

@media screen and (max-width: 850px) {
  .introductiontitle_text_box {
    text-align: left;
  }
  .introductiontitle_text {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  .industrial-box p {
    font-size: 1rem;
  }
  .industrial-box .under {
    font-size: 1rem;
  }
  .br-sp {
    display: block;
  }
  .drikegami {
    flex-direction: column-reverse;
  }
  .drikegami_text {
    margin-right: 0;
    width: 100%;
  }
  .drikegami figure {
    width: 100%;
  }
  .psdmbg {
    padding: 1.5rem;
  }
  .industrial-message {
    display: block;
  }
  .industrial-table {
    width: 767px;
  }
  .industrial-wrap {
    overflow-x: scroll;
  }
  .industrial-table {
    table-layout: auto;
  }
  .industrial-message_item-title {
    padding: 5px 15px;
    font-size: 0.9rem;
  }
  .inquiry {
    width: 100%;
  }
  .header_follow_margin {
    margin-top: 0px;
  }
  .form-area li.input-area textarea {
    width: 100%;
  }
}

/* 受診にあたっての注意事項 */
#notes .l-wrapper {
  justify-content: space-around;
}

.sp_side_scroll {
  display: none;
}

/* スマホ用追尾バナー */
.p-mv__kenshinbt-card {
  display: none;
}

@media screen and (max-width: 1023px) {
  .p-mv__kenshinbt-card {
    display: block;
    position: fixed;
    bottom: 0;
    top: auto;
    right: auto;
    width: 100%;
    writing-mode: revert;
  }
  .kenshinbt-card-sp-display {
    display: flex;
    background-color: #fff;
  }
  .p-mv__kenshinbt-card_btn {
    display: inline-block;
    width: 100%;
    background-color: #ac9b70;
    overflow: hidden;
    transition: all .4s ease;
  }
  .p-mv__kenshinbt-card__title {
    padding: 0.6rem .7rem 0.6rem .7rem;
    width: auto;
    text-align: center;
    display: block;
  }
  .p-mv__kenshinbt-card__title--ja {
    align-items: center;
    height: 2.5rem;
    display: inline-flex;
    font-weight: 500;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    color: #fff;
    line-height: 1.2rem;
  }
}

@media screen and (max-width: 850px) {
  .sp_side_scroll {
    display: block;
    color: #ac9b70;
    margin-top: 10px;
  }
  .form-area ul {
    display: block;
  }
  .notes-btn {
    width: 100%!important;
  }
}

a:hover, a:active, button:hover, button:active {
  outline-width: 0;
  cursor: pointer;
  opacity: 0.7;
}

.notes-btn {
  width: 330px;
}

.limit-emphasis-text {
  font-size: 16px;
  font-weight: 600;
  color: #e06e6e;
}

.ladys-not-possible {
  background-color: #fff;
  padding: 15px 25px;
  margin-top: 5px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.news-blog-content a {
  color: #ac9b70;
  text-decoration: underline;
}

.news-blog-content a:hover {
  opacity: 0.7;
}

.news-blog-content strong {
  font-weight: 600;
}