@charset "UTF-8";
/* ==========================================================================
// ベースのスタイルを定義
// ========================================================================*/
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "noto-sans-cjk-jp", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
  position: relative;
}

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

p {
  color: #474645;
  font-family: "noto-sans-cjk-jp", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (min-width: 1023.999px) {
  p {
    line-height: 32px;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

ul {
  list-style: none;
}

.pc {
  display: none !important;
}
@media screen and (min-width: 1023.999px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media screen and (min-width: 1023.999px) {
  .sp {
    display: none !important;
  }
}

.sp_flex {
  display: flex !important;
}
@media screen and (min-width: 1023.999px) {
  .sp_flex {
    display: none !important;
  }
}

/* ==========================================================================
// レイアウトの定義
// ========================================================================*/
.l-sp-inner {
  padding-inline: 30px;
}
@media screen and (min-width: 1023.999px) {
  .l-sp-inner {
    padding-inline: 0;
  }
}

@media screen and (min-width: 1023.999px) {
  .l-pc-inner {
    margin-inline: auto;
    max-width: 96vw;
    width: 1080px;
  }
}

.l-spacing-y--small {
  margin-block: 30px;
}
@media screen and (min-width: 1023.999px) {
  .l-spacing-y--small {
    margin-block: 50px;
  }
}
.l-spacing-y--medium {
  margin-block: 60px;
}
@media screen and (min-width: 1023.999px) {
  .l-spacing-y--medium {
    margin-block: 120px;
  }
}
.l-spacing-y--large {
  margin-block: 80px;
}
@media screen and (min-width: 1023.999px) {
  .l-spacing-y--large {
    margin-block: 80px;
  }
}
.l-spacing-y--xlarge {
  margin-block: 160px;
}
@media screen and (min-width: 1023.999px) {
  .l-spacing-y--xlarge {
    margin-block: 80px;
  }
}

.l-spacing-top--small {
  margin-top: 30px;
}
@media screen and (min-width: 1023.999px) {
  .l-spacing-top--small {
    margin-top: 30px;
  }
}
.l-spacing-top--medium {
  margin-top: 60px;
}
@media screen and (min-width: 1023.999px) {
  .l-spacing-top--medium {
    margin-top: 120px;
  }
}
.l-spacing-top--large {
  margin-top: 80px;
}
@media screen and (min-width: 1023.999px) {
  .l-spacing-top--large {
    margin-top: 80px;
  }
}
.l-spacing-top--xlarge {
  margin-top: 120px;
}
@media screen and (min-width: 1023.999px) {
  .l-spacing-top--xlarge {
    margin-top: 100px;
  }
}

.l-spacing-bottom--small {
  margin-bottom: 30px;
}
@media screen and (min-width: 1023.999px) {
  .l-spacing-bottom--small {
    margin-bottom: 30px;
  }
}
.l-spacing-bottom--medium {
  margin-bottom: 60px;
}
@media screen and (min-width: 1023.999px) {
  .l-spacing-bottom--medium {
    margin-bottom: 120px;
  }
}
.l-spacing-bottom--large {
  margin-bottom: 80px;
}
@media screen and (min-width: 1023.999px) {
  .l-spacing-bottom--large {
    margin-bottom: 80px;
  }
}
.l-spacing-bottom--xlarge {
  margin-bottom: 120px;
}
@media screen and (min-width: 1023.999px) {
  .l-spacing-bottom--xlarge {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1023.999px) {
  .l-2col {
    display: flex;
    justify-content: space-between;
    gap: 70px;
  }
  .l-2col > *:first-child {
    flex: 1;
  }
  .l-2col > *:last-child {
    flex: 0 1 660px;
  }
}

.c-section_heading2 {
  position: relative;
  margin-bottom: 30px;
  padding-top: 40px;
  color: #4C4D55;
  font-family: "noto-sans-cjk-jp", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.12em;
}
.c-section_heading2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 3px;
  background-color: #E85400;
}
@media screen and (min-width: 1023.999px) {
  .c-section_heading2 {
    margin-bottom: 0;
    padding-top: 50px;
    font-size: 24px;
    line-height: 32px;
  }
}
.c-section_heading2 span {
  display: block;
  margin-top: 7px;
  color: #959595;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 1023.999px) {
  .c-section_heading2 span {
    margin-top: 21px;
    font-size: 14px;
    line-height: 23px;
  }
}
.c-section_heading2--bordered::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
}
@media screen and (min-width: 1023.999px) {
  .c-section_heading2--sticky {
    position: sticky;
    top: 145px;
    margin-bottom: 0;
    padding-top: 50px;
    height: 100%;
  }
  .c-section_heading2--sticky::before {
    content: "";
    position: absolute;
    top: -52px;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #E85400;
  }
}

@media screen and (min-width: 1023.999px) {
  .c-section_divider > .c-section_heading2 {
    padding-top: 0;
  }
  .c-section_divider > .c-section_heading2::after {
    display: none;
  }
}
.c-section_heading3 {
  margin-bottom: 25px;
  color: #E85400;
  font-family: "noto-sans-cjk-jp", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
  font-size: 17px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1023.999px) {
  .c-section_heading3 {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.12em;
  }
}
.c-section_heading3 span {
  display: block;
  margin-top: 5px;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
@media screen and (min-width: 1023.999px) {
  .c-section_heading3 span {
    margin-top: 15px;
    line-height: 23px;
  }
}

.c-section_heading4 {
  margin-bottom: 20px;
  color: #474645;
  font-family: "noto-sans-cjk-jp", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1023.999px) {
  .c-section_heading4 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.12em;
  }
}
.c-section_heading4 span {
  display: block;
  margin-top: 5px;
  color: #959595;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
}
@media screen and (min-width: 1023.999px) {
  .c-section_heading4 span {
    margin-top: 11px;
    line-height: 23px;
  }
}

.c-button_arrow {
  display: inline-block;
  font-family: "noto-sans-cjk-jp", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: right;
  transition: all 0.3s ease;
}
.c-button_arrow span {
  position: relative;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  width: 44px;
  height: 44px;
  border: 2px solid #4C4D55;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.c-button_arrow span::after {
  content: "";
  display: block;
  width: 17px;
  height: 10px;
  background: url(../images/icon_arrow_black.svg) no-repeat center center/contain;
  transition: all 0.3s ease;
}
.c-button_arrow:hover {
  color: #E85400;
}
.c-button_arrow:hover span {
  border-color: #E85400;
}
.c-button_arrow:hover span::after {
  background: url(../images/icon_arrow_orange.svg) no-repeat center center/contain;
}
@media (min-width: 540px) {
  .c-button_arrow:hover span {
    scale: 1.13;
  }
}

.c-button_round {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100vw - 80px);
  margin-inline: auto;
  padding: 15px 20px;
  background-color: #4C4D55;
  border-radius: 70px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  transition: all 0.3s ease;
}
.c-button_round::after {
  content: "";
  display: block;
  margin-left: 10px;
  width: 17px;
  height: 10px;
  background: url(../images/icon_arrow_white.svg) no-repeat center center/contain;
  transition: all 0.3s ease;
}
@media (min-width: 540px) {
  .c-button_round {
    position: relative;
    justify-content: center;
    width: 300px;
    height: 62px;
    padding: 0 50px;
    font-size: 16px;
    line-height: 24px;
  }
  .c-button_round::after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1023.999px) {
  .c-button_round:hover {
    background-color: #E85400;
  }
  .c-button_round:hover::after {
    translate: 10px 0;
  }
}

.c-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding-inline: 15px;
  z-index: 1000;
}
@media (min-width: 540px) {
  .c-header {
    height: 80px;
  }
}
@media screen and (min-width: 1023.999px) {
  .c-header {
    align-items: flex-end;
    max-width: 100vw;
    height: 90px;
    padding-bottom: 11px;
    padding-inline: 0;
    text-align: left;
  }
}
.c-header__logo {
  width: 31.4vw;
  max-width: 180px;
  height: auto;
}
@media screen and (min-width: 1023.999px) {
  .c-header__logo {
    width: 32.1vw;
    max-width: none;
    margin-left: 20px;
  }
}
.c-header__tel {
  margin-right: 15px;
  max-width: 45px;
  width: 9vw;
  height: 9vw;
}
@media (min-width: 540px) {
  .c-header__tel {
    width: 45px;
    height: 45px;
  }
}
.c-header_contents {
  display: none;
}
@media screen and (min-width: 1023.999px) {
  .c-header_contents {
    display: grid;
    grid-template-columns: 1fr 230px;
    grid-template-areas: "sub_list tel" "list tel";
    gap: 15px 20px;
    width: 100%;
    height: 100%;
    padding-top: 10px;
  }
  .c-header_contents__sub_list {
    grid-area: sub_list;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-self: flex-end;
    margin-top: 10px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
  }
  .c-header_contents__sub_list li {
    transition: color 0.3s ease;
  }
  .c-header_contents__sub_list li:hover {
    color: #E85400;
  }
  .c-header_contents__sub_list li:not(:last-child) {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #FFFFFF;
  }
  .c-header_contents__list {
    grid-area: list;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-self: flex-end;
    gap: 30px;
    color: #FFFFFF;
    font-weight: 500;
  }
  .c-header_contents__list img {
    display: inline-block;
    margin-left: 5px;
    width: 12px;
    height: 12px;
    translate: 0 -4px;
  }
  .c-header_contents__list > li {
    position: relative;
    transition: color 0.3s ease;
    cursor: pointer;
  }
  .c-header_contents__list > li:hover {
    color: #E85400;
  }
  .c-header_contents__has_child {
    cursor: pointer;
  }
  .c-header_contents__has_child::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background: url(../images/icon_plus.svg) no-repeat center center/contain;
    transition: background 0.3s ease;
  }
  .c-header_contents__tel {
    grid-area: tel;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "text text" "icon number";
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    padding: 10px 20px 10px 36px;
    border-radius: 10px 0 0 10px;
  }
  .c-header_contents__tel__text {
    grid-area: text;
    color: #E85400;
    font-size: 14px;
    font-weight: 500;
  }
  .c-header_contents__tel__number {
    grid-area: number;
    color: #474645;
    font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 21px;
    font-weight: 400;
  }
  .c-header_contents__tel img {
    grid-area: icon;
    width: 24px;
    height: 24px;
  }
}
.c-header_contents li:has(.c-header_contents__child_list):hover .c-header_contents__child_list {
  opacity: 1;
  visibility: visible;
}
.c-header_contents li:has(.c-header_contents__child_list):hover .c-header_contents__has_child::after {
  background: url(../images/icon_minus.svg) no-repeat center center/contain;
}
.c-header_contents__child_list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 270px;
  margin-top: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 10;
}
.c-header_contents__child_list li {
  color: #474645;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  transition: color 0.3s ease;
}
.c-header_contents__child_list li:hover {
  color: #E85400;
}
.c-header_contents__child_list li:hover::after {
  translate: 10px 0;
}
.c-header_contents__child_list li:not(:first-child) {
  padding-top: 8px;
}
.c-header_contents__child_item {
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
.c-header_contents__child_item:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 20px;
}
.c-header_contents__child_item__icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  transition: border 0.3s ease;
}
.c-header_contents__child_item__icon img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: scale 0.3s ease;
}
.c-header_contents__child_item__text {
  display: block;
  color: #474645;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.c-header_contents__child_item:hover > * {
  color: #E85400;
}
.c-header_contents__child_item:hover .c-header_contents__child_item__icon {
  border: 2px solid #E85400;
}
.c-header_contents__child_item:hover .c-header_contents__child_item__icon img {
  scale: 1.2;
}
.c-header_contents__child_link {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  transition: color 0.3s ease;
}
.c-header_contents__child_link::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 7px;
  margin-left: 6px;
  background: url(../images/icon_arrow_orange.svg) no-repeat center center/contain;
  transition: translate 0.3s ease;
}
.c-header_contents__child_link:hover {
  color: #E85400;
}
.c-header_contents__child_link:hover::after {
  translate: 10px 0;
}
.c-header--fixed {
  position: fixed;
  top: 0;
  display: flex;
  background-color: rgba(255, 255, 255, 0.9);
  translate: 0 -100%;
  transition: translate 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.c-header--fixed.is-fixed {
  translate: 0 0;
}
.c-header--fixed .c-header_button__line {
  background-color: #474645;
}
@media screen and (min-width: 1023.999px) {
  .c-header--fixed .c-header_contents__list {
    color: #474645;
  }
  .c-header--fixed .c-header_contents__sub_list {
    color: #474645;
  }
  .c-header--fixed .c-header_contents__sub_list li:not(:last-child) {
    border-color: #474645;
  }
  .c-header--fixed .c-header_contents__has_child::after {
    background: url(../images/icon_plus_black.svg) no-repeat center center/contain;
  }
  .c-header--fixed .c-header_contents__tel {
    background-color: #E85400;
  }
  .c-header--fixed .c-header_contents__tel * {
    color: #FFFFFF;
  }
}
.c-header .sp_flex {
  align-items: center;
}
.c-header__contact {
  grid-area: contact;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-header__contact_download {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  width: 146px;
  height: 34px;
  border: 2px solid #474645;
  border-radius: 200px;
  color: #474645;
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  transition: scale 0.3s ease;
  transform-origin: center;
}
.c-header__contact_download:hover {
  background-color: #474645;
  color: #FFFFFF;
  scale: 1.1;
}
.c-header__contact_links {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.c-header__contact_links__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 62px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.1em;
  transition: width 0.3s ease;
}
.c-header__contact_links__item:hover {
  width: calc(100% + 20px);
}
.c-header__contact_links__item:hover > .c-header__contact_links__tip {
  opacity: 1;
  visibility: visible;
}
.c-header__contact_links__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-header__contact_links__link--line {
  background-color: #06C755;
}
.c-header__contact_links__link--contact {
  background-color: #474645;
}

.c-header_button {
  position: relative;
  width: 33px;
  height: 14px;
  cursor: pointer;
  z-index: 1000000;
}
.c-header_button__line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.c-header_button__line:nth-child(1) {
  top: 0;
}
.c-header_button__line:nth-child(2) {
  top: calc(50% - 1px);
}
.c-header_button__line:nth-child(3) {
  bottom: 0;
}
.c-header_button.is-active .c-header_button__line:nth-child(1) {
  transform: rotate(24deg);
  top: calc(50% - 1px);
}
.c-header_button.is-active .c-header_button__line:nth-child(2) {
  opacity: 0;
}
.c-header_button.is-active .c-header_button__line:nth-child(3) {
  transform: rotate(-24deg);
  bottom: 50%;
}

.c-header_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  padding: 80px 30px 30px;
  background-color: #474645;
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow-y: scroll;
  z-index: 100000;
}
.c-header_nav.is-active {
  opacity: 1;
  visibility: visible;
}
.c-header_nav__item {
  padding-block: 15px;
  border-bottom: 1px solid #707070;
  font-family: "noto-sans-cjk-jp", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.c-header_nav__item:first-child {
  padding-top: 0;
}
.c-header_nav__sub_list {
  margin-left: 20px;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
}
.c-header_nav__sub_item {
  margin-top: 10px;
}
.c-header_nav__tel {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "text icon" "number icon";
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}
.c-header_nav__tel > p {
  color: #FFFFFF;
}
.c-header_nav__tel__number {
  grid-area: number;
  margin-top: 6px;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.c-header_nav__tel__icon {
  grid-area: icon;
  margin-right: 10px;
  width: 41px;
  height: 41px;
}
.c-header_nav__copyright {
  margin-top: 20px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}

.c-line_fixed {
  display: none;
}
@media screen and (min-width: 1023.999px) {
  .c-line_fixed {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 0;
    width: max-content;
    height: 100px;
    z-index: 1000;
  }
  .c-line_fixed a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    padding: 13px 10px;
    background-color: #06C755;
    border-radius: 0 10px 10px 0;
  }
  .c-line_fixed__icon {
    width: 35px;
    height: 35px;
  }
  .c-line_fixed__text {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
  }
}

.c-footer {
  position: relative;
  width: 100vw;
}
.c-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -1;
}
.c-footer_contact {
  padding: 60px 40px;
  background-color: #4C4D55;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_contact {
    position: relative;
    padding: 60px 0 0 0;
    background: none;
  }
  .c-footer_contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 110px);
    background-color: #4C4D55;
    z-index: -1;
  }
}
.c-footer_contact__heading {
  margin-bottom: 6px;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_contact__heading {
    margin-bottom: 11px;
    font-size: 34px;
    line-height: 42px;
  }
}
.c-footer_contact__text {
  margin-bottom: 45px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.08em;
}
.c-footer_contact__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_contact__list {
    flex-direction: row;
    justify-content: center;
    gap: 31px;
  }
}
.c-footer_contact__button {
  position: relative;
  display: flex;
  align-items: center;
  height: 70px;
  padding-inline: 25px 10px;
  border-radius: 10px;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_contact__button {
    flex-direction: column;
    width: 450px;
    height: 215px;
    padding: 45px 10px;
  }
  .c-footer_contact__button::after {
    transition: all 0.3s ease;
  }
  .c-footer_contact__button:not(:has(.c-footer_contact__button__comingsoon)):hover::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    mix-blend-mode: screen;
  }
}
.c-footer_contact__button__icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_contact__button__icon {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
  }
}
.c-footer_contact__button__text {
  flex: 1;
  justify-self: center;
}
.c-footer_contact__button--tel {
  background-color: #E85400;
  color: #FFFFFF;
}
.c-footer_contact__button--tel .c-footer_contact__button__text {
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_contact__button--tel .c-footer_contact__button__text {
    margin-top: 32px;
    font-size: 24px;
    line-height: 29px;
  }
}
.c-footer_contact__button--line {
  background-color: #06C755;
  color: #FFFFFF;
}
.c-footer_contact__button--line .c-footer_contact__button__text {
  font-family: "noto-sans-cjk-jp", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_contact__button--line .c-footer_contact__button__text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
  }
}
.c-footer_contact__button--line .c-footer_contact__button__text .u-strong {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_contact__button--line .c-footer_contact__button__text .u-strong {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
  }
}
.c-footer_contact__button__comingsoon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  place-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(71, 70, 69, 0.6);
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_contact__button__comingsoon {
    font-size: 13px;
    line-height: 18px;
  }
}
.c-footer_contact__button__comingsoon span {
  display: inline-block;
  margin-bottom: 5px;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_contact__button__comingsoon span {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
  }
}
.c-footer_info {
  padding: 40px 30px 50px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_info {
    display: grid;
    grid-template-columns: 230px 418px 1fr;
    gap: 25px 40px;
    padding: 70px 0 35px;
  }
}
.c-footer_info__logo {
  display: block;
  margin-inline: auto;
  width: 61.6vw;
  max-width: 500px;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_info__logo {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 232px;
    max-width: none;
  }
}
.c-footer_info__heading {
  margin-block: 30px 20px;
  color: #474645;
  font-family: "noto-sans-cjk-jp", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_info__heading {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-block: 0 22px;
    text-align: left;
  }
}
.c-footer_info__access {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_info__access {
    margin-bottom: 0;
    text-align: left;
  }
}
.c-footer_info__tel {
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_info__tel {
    text-align: left;
  }
}
.c-footer_info__table {
  width: 100%;
  margin-block: 30px 20px;
  border-collapse: collapse;
  border: 1px solid #E6E6E6;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_info__table {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-block: 15px 0;
  }
}
.c-footer_info__table th {
  height: 30px;
  background-color: #4C4D55;
  color: #FFFFFF;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_info__table th {
    font-size: 14px;
    line-height: 21px;
  }
}
.c-footer_info__table td {
  height: 40px;
  border: 1px solid #E6E6E6;
  color: #4DB0B5;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_info__table td {
    width: 98px;
    font-size: 14px;
    font-weight: 700;
  }
}
.c-footer_info__table td:nth-child(1) {
  width: 64px;
  padding: 5px;
  color: #474645;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_info__table td:nth-child(1) {
    width: 118px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
  }
}
.c-footer_info__table__row {
  background-color: #FFFFFF;
  color: #474645;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_info__map {
    grid-column: 3/4;
    grid-row: 1/5;
  }
}
.c-footer_info__attention {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_info__attention {
    grid-column: 1/3;
    grid-row: 3/4;
    margin-bottom: 10px;
  }
  .c-footer_info__attention span {
    display: inline-block;
    margin-left: 30px;
  }
}
.c-footer_info__list {
  margin-block: 20px;
  color: #474645;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_info__list {
    grid-row: 4/5;
    grid-column: 1/3;
    display: flex;
    gap: 20px;
    margin-block: 0;
    text-align: left;
  }
}
.c-footer_info__list p {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_info__list p {
    margin-bottom: 0;
  }
}
.c-footer_info__list ul {
  flex: 1;
}
.c-footer_info__list li {
  font-family: "noto-sans-cjk-jp", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.05em;
}
.c-footer_info__list li span {
  color: #4DB0B5;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.c-footer_links {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_links {
    flex-direction: row;
  }
}
.c-footer_links__list:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_links__list {
    flex: 1;
    padding-block: 30px;
  }
  .c-footer_links__list:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
    padding-right: 30px;
    border-bottom: none;
    border-right: 1px solid #707070;
  }
}
.c-footer_links__wrapper {
  padding: 80px 30px 30px;
  background-color: #474645;
  color: #FFFFFF;
}
.c-footer_links__item {
  padding-block: 15px;
  border-bottom: 1px solid #707070;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.c-footer_links__item:first-child {
  padding-top: 0;
}
.c-footer_links__item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1023.999px) {
  .c-footer_links__item {
    padding-block: 0;
    border-bottom: none;
  }
  .c-footer_links__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.c-footer_links__sub_item {
  margin-left: 20px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
}
.c-footer_links__sub_item:first-child {
  margin-top: 15px;
}
.c-footer__copyright {
  margin-top: 100px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  text-align: right;
}
@media screen and (min-width: 1023.999px) {
  .c-footer__copyright {
    margin-top: 30px;
    color: #707070;
    font-weight: 500;
  }
}

/* ==========================================================================
// ページのタイトル
// ========================================================================*/
.c-page_heading {
  position: relative;
}
.c-page_heading__inner {
  width: 100vw;
  height: 146vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #FFFFFF;
}
.c-page_heading__inner--clinic {
  background-image: url(../images/page_heading_bg_clinic.webp);
}
.c-page_heading__inner--clinical_department {
  background-image: url(../images/page_heading_bg_clinical_department.webp);
}
.c-page_heading__inner--feature {
  background-image: url(../images/page_heading_bg_feature.webp);
}
.c-page_heading__inner--message {
  background-image: url(../images/page_heading_bg_message.webp);
}
.c-page_heading__inner--gastroscopy {
  background-image: url(../images/page_heading_bg_gastroscopy.webp);
}
.c-page_heading__inner--colonoscopy {
  background-image: url(../images/page_heading_bg_colonoscopy.webp);
}
.c-page_heading__inner--news {
  background-image: url(../images/page_heading_bg_news.webp);
}
.c-page_heading__inner--reservation {
  background-image: url(../images/page_heading_bg_reservation.webp);
}
.c-page_heading__inner--movie {
  background-image: url(../images/page_heading_bg_movie.webp);
}
.c-page_heading__inner--news--single {
  background-image: url(../images/page_heading_bg_news_single.webp);
  height: 262px;
}
.c-page_heading__inner--movie--single {
  background-image: url(../images/page_heading_bg_movie_single.webp);
  height: 262px;
}
@media screen and (min-width: 1023.999px) {
  .c-page_heading__inner {
    display: block;
    height: 505px;
    padding-top: 222px;
  }
  .c-page_heading__inner--clinic {
    background-image: url(../images/page_heading_bg_clinic_pc.webp);
  }
  .c-page_heading__inner--clinical_department {
    background-image: url(../images/page_heading_bg_clinical_department_pc.webp);
  }
  .c-page_heading__inner--feature {
    background-image: url(../images/page_heading_bg_feature_pc.webp);
  }
  .c-page_heading__inner--message {
    background-image: url(../images/page_heading_bg_message_pc.webp);
  }
  .c-page_heading__inner--gastroscopy {
    background-image: url(../images/page_heading_bg_gastroscopy_pc.webp);
  }
  .c-page_heading__inner--colonoscopy {
    background-image: url(../images/page_heading_bg_colonoscopy_pc.webp);
  }
  .c-page_heading__inner--news {
    background-image: url(../images/page_heading_bg_news_pc.webp);
  }
  .c-page_heading__inner--reservation {
    background-image: url(../images/page_heading_bg_reservation_pc.webp);
  }
  .c-page_heading__inner--movie {
    background-image: url(../images/page_heading_bg_movie_pc.webp);
  }
  .c-page_heading__inner--news--single {
    background-image: url(../images/page_heading_bg_news_pc.webp);
    height: 325px;
    padding-top: 140px;
  }
  .c-page_heading__inner--movie--single {
    background-image: url(../images/page_heading_bg_movie_pc.webp);
    height: 325px;
    padding-top: 140px;
  }
}
.c-page_heading__title {
  margin-bottom: 11px;
  font-family: "noto-sans-cjk-jp", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 1023.999px) {
  .c-page_heading__title {
    margin-bottom: 21px;
    font-size: 28px;
    line-height: 46px;
    letter-spacing: 0.25em;
    text-align: left;
  }
  .c-page_heading__title br {
    display: none;
  }
}
.c-page_heading__sub {
  display: block;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (min-width: 1023.999px) {
  .c-page_heading__sub {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
  }
}

/* ==========================================================================
// パンくずリスト
// ========================================================================*/
.c-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 46px;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  background-color: #4C4D55;
  color: #FFFFFF;
}
.c-breadcrumb br {
  display: none;
}
@media screen and (min-width: 1023.999px) {
  .c-breadcrumb {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 674px;
    width: 49.3%;
    padding-left: calc(50vw - 540px);
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.12em;
  }
}
.c-breadcrumb__item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(../images/icon_breadcrumbs.svg) no-repeat center center/contain;
  margin-left: 10px;
  margin-right: 10px;
}
.c-breadcrumb__item--current {
  color: #959595;
}

/* ==========================================================================
// 子ページのインデックス
// ========================================================================*/
.c-page_index {
  margin-block: 60px;
}
@media screen and (min-width: 1023.999px) {
  .c-page_index {
    margin-block: 80px;
  }
}
.c-page_index nav {
  width: 100%;
  padding: 15px 16px;
  background-color: #F7F7F7;
}
@media screen and (min-width: 1023.999px) {
  .c-page_index nav {
    padding: 30px;
  }
}
.c-page_index__heading {
  position: relative;
  margin-bottom: 10px;
  color: #E85400;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
}
.c-page_index__heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 2px;
  height: 15px;
  background-color: #E85400;
}
@media screen and (min-width: 1023.999px) {
  .c-page_index__heading {
    font-size: 14px;
    line-height: 23px;
  }
  .c-page_index__heading::before {
    left: -30px;
    height: 18px;
  }
}
.c-page_index__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 36px;
}
@media screen and (min-width: 1023.999px) {
  .c-page_index__list {
    gap: 5px 30px;
  }
  .c-page_index__list li:not(:last-child) .c-page_index__link::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 24px;
    background-color: #E6E6E6;
    margin-left: 30px;
    translate: 0 6px;
  }
}
.c-page_index__link {
  color: #474645;
  font-family: "noto-sans-cjk-jp", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.c-page_index__link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url(../images/icon_arrow_black.svg) no-repeat center center/contain;
  margin-left: 5px;
  translate: 0 -2px;
}
@media screen and (min-width: 1023.999px) {
  .c-page_index__link {
    font-size: 16px;
    line-height: 32px;
  }
  .c-page_index__link::after {
    display: none;
  }
}

/* ==========================================================================
// セクションの灰色のボックス
// ========================================================================*/
.c-section_box {
  padding: 25px 15px;
  background-color: #F7F7F7;
  border-radius: 10px;
}
@media screen and (min-width: 1023.999px) {
  .c-section_box {
    padding: 40px;
  }
}
.c-section_box__title {
  position: relative;
  margin-bottom: 15px;
  color: #474645;
  font-family: "noto-sans-cjk-jp", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1023.999px) {
  .c-section_box__title {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.12em;
  }
}
.c-section_box__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  display: block;
  width: 2px;
  height: 24px;
  background-color: #E85400;
}
@media screen and (min-width: 1023.999px) {
  .c-section_box__title::before {
    left: -40px;
  }
}
.c-section_box p {
  font-family: "noto-sans-cjk-jp", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.c-section_box__tab {
  display: inline-block;
  padding: 15px 20px;
  background-color: #E85400;
  border-radius: 10px 10px 0 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1023.999px) {
  .c-section_box__tab {
    margin-left: 20px;
  }
}

/* ==========================================================================
// セクションの分割線
// ========================================================================*/
.c-divider {
  display: block;
  width: 100%;
  height: 1px;
  margin-block: 30px;
  background-color: #E6E6E6;
}
@media screen and (min-width: 1023.999px) {
  .c-divider {
    margin-block: 60px;
  }
}

@media screen and (min-width: 1023.999px) {
  .c-section_divider {
    position: relative;
    padding-top: 50px;
    border-top: 1px solid #E6E6E6;
  }
  .c-section_divider::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #E85400;
  }
}

/* ==========================================================================
// セクションの画像
// ========================================================================*/
.c-section__image img {
  display: block;
  margin-block: 30px 60px;
}
@media screen and (min-width: 1023.999px) {
  .c-section__image img {
    margin-block: 60px 120px;
  }
}

/* ==========================================================================
// セクションのスライダー
// ========================================================================*/
.c-section_box:has(.swiper) {
  width: 100%;
  margin-top: 30px;
  padding-inline: 0;
  background: none;
}
.c-section_box:has(.swiper)::before {
  display: none;
}
@media screen and (min-width: 1023.999px) {
  .c-section_box:has(.swiper) {
    width: 660px;
    margin-top: 60px;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.swiper2 {
  width: 100vw;
  margin-left: -30px;
  padding: 0 30px 30px;
}
@media screen and (min-width: 1023.999px) {
  .swiper2 {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
}
.swiper2 .c-section_box__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1023.999px) {
  .swiper2 .c-section_box__title {
    display: block;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
.swiper2 .c-section_box__title span {
  display: inline-block;
  color: #4C4D55;
  font-size: 10px;
  font-weight: 400;
  line-height: 22px;
}
.swiper2 .c-section_box__content {
  min-height: 595px;
  padding: 25px 15px 25px 0;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (min-width: 1023.999px) {
  .swiper2 .c-section_box__content {
    display: grid;
    grid-template-columns: 420px 1fr;
    grid-template-rows: auto 1fr;
    column-gap: 50px;
    min-height: auto;
    padding: 0 50px 30px 40px;
    border-radius: 0;
  }
  .swiper2 .c-section_box__content:not(:last-child)::after {
    content: "";
    display: block;
    width: 600px;
    margin-inline: auto;
    margin-top: 40px;
    height: 1px;
    background-color: #E6E6E6;
  }
  .swiper2 .c-section_box__content:first-child {
    padding-top: 36px;
  }
}
.swiper2 p {
  margin-bottom: 20px;
  padding-left: 15px;
}
@media screen and (min-width: 1023.999px) {
  .swiper2 p {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.swiper2 img {
  display: block;
  width: 110px;
  height: 110px;
  object-fit: contain;
  margin-inline: auto;
  padding-left: 15px;
}
@media screen and (min-width: 1023.999px) {
  .swiper2 img {
    grid-column: 2/3;
    grid-row: 1/3;
    object-fit: cover;
    padding-left: 0;
  }
}
.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {
  top: 111px;
}
.swiper2 .swiper-button-next::after,
.swiper2 .swiper-button-prev::after {
  content: "";
  margin-top: 0;
  width: 10px;
  height: 20px;
  background: url(../images/icon_swiper_arrow.svg) no-repeat center center/contain;
}
.swiper2 .swiper-button-next {
  right: 0;
}
.swiper2 .swiper-button-prev {
  left: 0;
  rotate: 180deg;
}
.swiper2 .swiper-pagination {
  bottom: 0;
}
.swiper2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  border-radius: 50%;
  opacity: 1;
}
.swiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #474645;
}
.swiper2--gray .c-section_box__content {
  background-color: #F7F7F7;
}
.swiper2--gray .swiper-pagination-bullet {
  background-color: #F7F7F7;
}
.swiper2--gray .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #474645;
}
@media screen and (min-width: 1023.999px) {
  .swiper2 .swiper-wrapper {
    display: block;
    border-radius: 10px;
    overflow: hidden;
  }
}

/* ==========================================================================
// セクションの特長リスト
// ========================================================================*/
.c-feature_list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 1023.999px) {
  .c-feature_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.c-feature_list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  height: 94px;
  border-radius: 10px;
  border: 1px solid #E85400;
  padding: 10px;
  color: #E85400;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 1023.999px) {
  .c-feature_list__item {
    width: calc((100% - 20px) / 2);
    padding: 15px;
  }
}
.c-feature_list__item span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

/* ==========================================================================
// セクションのチェックリスト
// ========================================================================*/
.c-check_list__title {
  display: inline-block;
  border-radius: 10px 10px 0 0;
  padding: 10px 15px;
  background-color: #E85400;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (min-width: 1023.999px) {
  .c-check_list__title {
    padding: 15px 20px;
  }
}
.c-check_list__list {
  background-color: #F7F7F7;
  border-radius: 0 0 10px 10px;
  padding: 15px;
}
@media screen and (min-width: 1023.999px) {
  .c-check_list__list {
    padding: 30px 19px 18px;
  }
}
.c-check_list__item {
  display: flex;
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 8px 10px;
  color: #474645;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (min-width: 1023.999px) {
  .c-check_list__item {
    padding: 8px 30px 8px 14px;
  }
}
.c-check_list__item::before {
  content: "";
  flex: 0 0 18px;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  background: url(../images/icon_check.svg) no-repeat center center/contain;
  translate: 0 5px;
}
.c-check_list__item:not(:last-child) {
  margin-bottom: 5px;
}

/* ==========================================================================
// 診察の流れなどのリスト
// ========================================================================*/
.c-flow_list__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.c-flow_list__item:not(:last-child) {
  padding-bottom: 40px;
}
@media screen and (min-width: 1023.999px) {
  .c-flow_list__item {
    position: relative;
    align-items: flex-start;
    flex-direction: row;
    gap: 30px;
  }
  .c-flow_list__item:not(:last-child) {
    padding-bottom: 60px;
  }
  .c-flow_list__item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 42px;
    display: block;
    width: 2px;
    height: 100%;
    border-left: 2px dotted #E85400;
    z-index: -1;
  }
}
.c-flow_list__number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 85px;
  height: 85px;
  background-color: #E85400;
  border-radius: 50%;
  color: #FFFFFF;
}
@media screen and (min-width: 1023.999px) {
  .c-flow_list__number {
    flex: 0 0 85px;
  }
}
.c-flow_list__number__step {
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.c-flow_list__number__number {
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #FFFFFF;
}
.c-flow_list .c-section_heading3 {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 1023.999px) {
  .c-flow_list .c-section_heading3 {
    margin-block: 26px 30px;
    text-align: left;
  }
}
.c-flow_list .c-flow_list__box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
  padding: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1023.999px) {
  .c-flow_list .c-flow_list__box {
    flex-direction: row;
    gap: 11px 40px;
    margin-top: 30px;
  }
}
.c-flow_list .c-flow_list__box h4 {
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #474645;
  text-indent: -15px;
}
.c-flow_list .c-flow_list__box h4::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 1px;
  background-color: #E85400;
  translate: 0 -4px;
}
@media screen and (min-width: 1023.999px) {
  .c-flow_list .c-flow_list__box h4 {
    font-size: 18px;
  }
  .c-flow_list .c-flow_list__box h4::before {
    translate: 0 -5px;
  }
}
.c-flow_list .c-flow_list__box * + h4 {
  margin-top: 10px;
}
@media screen and (min-width: 1023.999px) {
  .c-flow_list .c-flow_list__box * + h4 {
    margin-top: 20px;
  }
}
.c-flow_list .c-flow_list__box p,
.c-flow_list .c-flow_list__box li {
  padding-left: 15px;
  color: #474645;
  line-height: 28px;
}
.c-flow_list .c-flow_list__box p + p, .c-flow_list .c-flow_list__box p + li,
.c-flow_list .c-flow_list__box li + p,
.c-flow_list .c-flow_list__box li + li {
  margin-top: 10px;
}
.c-flow_list .c-flow_list__box p .u-attention,
.c-flow_list .c-flow_list__box li .u-attention {
  display: block;
  margin-top: 10px;
  color: #707070;
  text-indent: 0;
}
.c-flow_list .c-flow_list__box p .u-orange,
.c-flow_list .c-flow_list__box li .u-orange {
  color: #E85400;
}
@media screen and (min-width: 1023.999px) {
  .c-flow_list .c-flow_list__box p,
  .c-flow_list .c-flow_list__box li {
    flex: 1;
    line-height: 32px;
  }
}
.c-flow_list .c-flow_list__box li {
  padding-left: 32px;
  text-indent: -16px;
}
.c-flow_list .c-flow_list__box li::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #474645;
  border-radius: 50%;
  translate: 0 -4px;
}
.c-flow_list .c-flow_list__box img {
  display: block;
  width: 164px;
  height: 164px;
  margin: 10px auto 0;
}
@media screen and (min-width: 1023.999px) {
  .c-flow_list .c-flow_list__box img {
    flex: 0 0 124px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
    margin: 0;
  }
}
.c-flow_list .c-flow_list__box + .c-flow_list__box {
  border-radius: 0 0 10px 10px;
  margin-top: -20px;
}

/* ==========================================================================
// 検査費用の表
// ========================================================================*/
.c-table {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-table th, .c-table td {
  padding: 10px;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (min-width: 1023.999px) {
  .c-table th, .c-table td {
    padding: 20px 15px;
  }
}
.c-table thead th {
  background-color: #4C4D55;
  color: #FFFFFF;
}
@media screen and (min-width: 1023.999px) {
  .c-table thead th {
    padding: 13px;
  }
}
.c-table th {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #474645;
}
@media screen and (min-width: 1023.999px) {
  .c-table th {
    line-height: 30px;
    letter-spacing: 0.12em;
  }
}
.c-table td {
  color: #474645;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
@media screen and (min-width: 1023.999px) {
  .c-table td {
    line-height: 30px;
    letter-spacing: 0.12em;
  }
}
.c-table tbody th {
  width: 83px;
  text-align: left;
}
@media screen and (min-width: 1023.999px) {
  .c-table tbody th {
    width: 140px;
  }
}

/* ==========================================================================
// ページ回遊ナビゲーション
// ========================================================================*/
.c-internal_nav {
  margin-block: 60px 25px;
}
@media screen and (min-width: 1023.999px) {
  .c-internal_nav {
    margin-block: 80px 40px;
  }
}
.c-internal_nav__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 1023.999px) {
  .c-internal_nav__list {
    flex-direction: row;
    gap: 20px;
  }
}
.c-internal_nav__item a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 45px;
  padding-inline: 10px 40px;
  border-radius: 30px;
  background-color: #F2F2F2;
  color: #E85400;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}
@media (min-width: 540px) {
  .c-internal_nav__item a {
    width: 450px;
    height: 50px;
  }
}
@media screen and (min-width: 1023.999px) {
  .c-internal_nav__item a {
    width: 300px;
    height: 60px;
    justify-content: center;
  }
  .c-internal_nav__item a:hover::after {
    translate: 5px -50%;
  }
}
.c-internal_nav__item a img {
  width: 29px;
  height: 29px;
}
@media screen and (min-width: 1023.999px) {
  .c-internal_nav__item a img {
    width: 34px;
    height: 34px;
  }
}
.c-internal_nav__item a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: inline-block;
  width: 17px;
  height: 10px;
  background: url(../images/icon_arrow_orange.svg) no-repeat center center/contain;
  translate: 0 -50%;
  transition: translate 0.3s ease;
}
.c-internal_nav__item.is-active a {
  background-color: #E85400;
  color: #FFFFFF;
}
.c-internal_nav__item.is-active a::after {
  display: none;
}

/* ==========================================================================
// 動画カードコンポーネント
// ========================================================================*/
.c-movie__item {
  width: 205px;
}
.c-movie__link {
  display: block;
  position: relative;
  width: 205px;
  height: 364px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.c-movie__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 70%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
@media screen and (min-width: 1023.999px) {
  .c-movie__link:hover .c-movie__image img {
    transform: scale(1.03);
  }
}
.c-movie__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  z-index: -1;
}
.c-movie__image img {
  transition: transform 0.3s ease;
}
.c-movie__category {
  display: inline-block;
  margin-top: 222px;
  margin-left: 10px;
  color: #E85400;
  background-color: #FFFFFF;
  padding: 7px 10px;
  border-radius: 13px;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.12em;
}
.c-movie__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  line-height: 1.4;
  margin: 10px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.08em;
}
.c-movie__date {
  margin-inline: 10px;
  color: #FFFFFF;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.12em;
}

/* ==========================================================================
// TOPページ初回訪問時のローディングアニメーション
// ========================================================================*/
body.loading {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100svh;
  opacity: 1;
  transition: all 0.3s ease;
  visibility: visible;
  z-index: 1000000;
  animation: openingAnimation 3s ease-in-out forwards;
}
.c-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.c-loading__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF;
  animation: openingAnimation 3s ease-in-out forwards;
}
.c-loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 128px;
  height: 110px;
  translate: -50% -50%;
  animation: openingAnimation 2s ease forwards, rotate-z 2s linear infinite;
  z-index: 1000000;
}
@media screen and (min-width: 1023.999px) {
  .c-loading__logo {
    width: 171px;
    height: 154px;
  }
}

@keyframes openingAnimation {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99.99% {
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
}
@keyframes rotate-z {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.is-visited .c-loading {
  display: none !important;
}
.is-visited .firstview-fadein {
  animation: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* ==========================================================================
// Page - フロントページ
// ========================================================================*/
.p-front .c-movie {
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../images/page_heading_bg_front.mp4);
  width: 100vw;
  height: 100svh;
  z-index: -1;
}
@media screen and (min-width: 1023.999px) {
  .p-front .c-movie {
    background-image: url(../images/page_heading_bg_front_pc.mp4);
  }
}
.p-front .c-movie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7BBFC3;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.p-front .c-movie::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(123, 191, 195), rgb(255, 255, 255));
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.p-front .c-movie video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-front .c-page_heading {
  height: 100svh;
}
.p-front .c-page_heading__inner {
  height: 100%;
}
@media screen and (min-width: 1023.999px) {
  .p-front .c-page_heading__inner {
    padding-top: 307px;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-front .c-page_heading__title {
    margin-bottom: 26px;
    text-align: center;
  }
  .p-front .c-page_heading__title br {
    display: block;
  }
}
.p-front .c-page_heading__sub {
  text-align: center;
}
.p-front .c-breadcrumb {
  display: none;
}
.p-front .p-news__inner {
  display: flex;
  flex-direction: column;
  width: calc(100vw - 15px);
  padding: 0 30px 20px;
  background-color: #FFFFFF;
  border-radius: 0 10px 10px 0;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-news__inner {
    flex-direction: row;
    gap: 50px;
    width: calc(50vw + 540px);
    padding: 50px 40px 50px calc(50vw - 540px);
  }
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-news .c-section_divider::before {
    border-top: none;
    left: calc(50vw - 540px);
  }
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-news .c-section_heading2 {
    margin-right: 25px;
  }
  .p-front .p-news .c-section_heading2::before {
    display: none;
  }
  .p-front .p-news .c-section_heading2 span {
    margin-top: 11px;
  }
}
.p-front .p-news__list li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-news__list {
    flex: 1;
    overflow: hidden;
  }
  .p-front .p-news__list li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.p-front .p-news__link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-news__link {
    flex-wrap: nowrap;
    gap: 20px;
  }
  .p-front .p-news__link:hover .p-news__date {
    color: #E85400;
  }
  .p-front .p-news__link:hover .p-news__category {
    background-color: #E85400;
  }
  .p-front .p-news__link:hover .p-news__title {
    color: #E85400;
  }
}
.p-front .p-news__date {
  flex: 0 0 auto;
  color: #959595;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-news__date {
    transition: all 0.3s ease;
  }
}
.p-front .p-news__category {
  flex: 0 0 auto;
  padding: 3px 18px;
  color: #FFFFFF;
  background-color: #4C4D55;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-news__category {
    margin-left: 5px;
    padding: 3px 14px;
    font-size: 13px;
    transition: all 0.3s ease;
  }
}
.p-front .p-news__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  line-height: 1.4;
  flex: 0 0 100%;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-news__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    line-height: 1.4;
    flex: 1;
    transition: all 0.3s ease;
  }
}
.p-front .p-news .c-button_arrow {
  margin-top: 20px;
}
.p-front .p-news .c-button_arrow:hover {
  color: #474645;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-news .c-button_arrow {
    margin-top: 30px;
  }
}
.p-front .p-healthcare {
  padding-inline: 15px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-healthcare {
    padding: 0;
  }
}
.p-front .p-healthcare .c-section_heading2 {
  color: #FFFFFF;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-healthcare .c-section_heading2 {
    padding-top: 60px;
  }
}
.p-front .p-healthcare .c-section_heading2 span {
  color: #FFFFFF;
}
.p-front .p-healthcare .c-section_heading2:before {
  background-color: #FFFFFF;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-healthcare__content {
    width: 690px;
  }
}
.p-front .p-healthcare__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100vw - 30px);
  padding: 0 15px 20px;
  color: #FFFFFF;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-healthcare__inner {
    flex-direction: row;
    justify-content: space-between;
    width: 1080px;
    padding: 0 0 80px;
  }
}
.p-front .p-healthcare__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #4DB0B5;
  mix-blend-mode: multiply;
  border-radius: 10px;
  backdrop-filter: blur(15px);
  z-index: -1;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-healthcare__inner::after {
    width: 1200px;
    margin-inline: auto;
    margin-left: -60px;
  }
}
.p-front .p-healthcare p {
  color: #FFFFFF;
  font-weight: 500;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-healthcare p:first-child {
    padding-top: 60px;
  }
}
.p-front .p-healthcare__lists {
  margin-block: 24px 20px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-healthcare__lists {
    margin-block: 40px;
  }
}
.p-front .p-healthcare__list:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-healthcare__list {
    display: flex;
  }
}
.p-front .p-healthcare__title {
  display: inline-block;
  padding: 4px 10px;
  background-color: #4DB0B5;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}
.p-front .p-healthcare__title:not(:first-child) {
  margin-top: 14px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-healthcare__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 32px;
  }
}
.p-front .p-healthcare__text {
  padding: 10px;
  background-color: #FFFFFF;
  color: #4DB0B5;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-healthcare__text {
    flex: 1;
    line-height: 32px;
  }
}
.p-front .p-healthcare .c-button_round {
  margin-top: 30px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-healthcare .c-button_round {
    margin-top: 53px;
    margin-left: 0;
  }
}
.p-front .p-results {
  position: relative;
  padding-bottom: 140px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-results {
    margin-block: 80px 180px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-results .c-section_heading2 {
    margin-top: -60px;
    padding-top: 60px;
  }
}
.p-front .p-results__inner {
  width: calc(100vw - 15px);
  background-color: #FFFFFF;
  border-radius: 10px 0 0 10px;
  margin-left: 15px;
  padding: 0 30px 186px 15px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-results__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin-left: calc(50vw - 540px);
    padding: 60px 0;
    border-radius: 0;
  }
  .p-front .p-results__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: calc(50vw + 600px);
    height: 100%;
    margin-left: -60px;
    background-color: #FFFFFF;
    border-radius: 10px 0 0 10px;
    z-index: -1;
  }
  .p-front .p-results__inner > div {
    flex: 0 0 690px;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-results__content:not(:first-child) {
    margin-top: 40px;
  }
}
.p-front .p-results__title {
  margin-bottom: 10px;
  color: #474645;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-results__title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    text-indent: -16px;
  }
}
.p-front .p-results__title::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #E85400;
  border-radius: 100px;
  translate: 0 -4px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-results__flex {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
}
.p-front .p-results__text {
  margin-top: 5px;
  color: #E85400;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.03em;
}
.p-front .p-results__number {
  margin-block: 10px 15px;
  color: #E85400;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 47px;
  text-align: right;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-results__number {
    margin-block: 0;
    font-size: 62px;
    line-height: 76px;
  }
}
.p-front .p-results__number span {
  margin-left: 5px;
  color: #474645;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.12em;
}
.p-front .p-results__balloon {
  position: relative;
  background-color: #F7F7F7;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 7px 15px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-results__balloon {
    flex: 1;
    display: flex;
    padding: 14px 20px;
    margin-bottom: 0;
  }
}
.p-front .p-results__balloon::before {
  content: "";
  position: absolute;
  top: -4px;
  right: 70px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 15px solid #F7F7F7;
  transform: translateY(-50%);
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-results__balloon::before {
    left: -17px;
    top: auto;
    bottom: 20px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 15px solid #F7F7F7;
  }
}
.p-front .p-results__balloon > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-results__balloon > div {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-front .p-results__balloon > div:not(:last-child) {
  margin-bottom: 7px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-results__balloon > div:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
    padding-bottom: 0;
    padding-right: 20px;
    border-bottom: none;
    border-right: 1px solid #E6E6E6;
  }
}
.p-front .p-results__balloon__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-results__balloon__text {
    font-size: 15px;
    line-height: 21px;
  }
}
.p-front .p-results__balloon .p-results__number {
  margin-block: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-results__balloon .p-results__number {
    font-size: 46px;
    line-height: 57px;
    align-self: flex-end;
  }
}
.p-front .p-results__balloon .p-results__number span {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-results__balloon .p-results__number span {
    font-size: 15px;
    line-height: 21px;
  }
}
.p-front .p-results__persentage {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 1fr auto;
  justify-content: space-between;
}
.p-front .p-results__persentage .p-results__tag {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-front .p-results__persentage .p-results__text {
  grid-column: 1/2;
  grid-row: 2/3;
}
.p-front .p-results__persentage .p-results__number {
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: flex-end;
  margin-block: 0;
}
.p-front .p-results__persentage:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-results__persentage:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-results__persentage {
    flex: 1;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    gap: 5px 17px;
    justify-content: flex-start;
  }
  .p-front .p-results__persentage:not(:first-child) {
    padding-left: 17px;
    border-left: 1px solid #E6E6E6;
  }
}
.p-front .p-results__tag {
  display: inline-block;
  width: max-content;
  height: max-content;
  padding: 4px 10px;
  background-color: #E85400;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-results__tag {
    width: max-content;
    height: max-content;
  }
}
.p-front .p-results__attention {
  margin-top: 20px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-indent: -1em;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-results__attention {
    padding-left: 0;
  }
}
.p-front .p-results__image {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 76vw;
  max-width: 300px;
  height: auto;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-results__image {
    max-width: 450px;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-results__image {
    left: calc(-50vw + 540px);
    bottom: -80px;
    width: 31.7vw;
  }
}
.p-front .p-feature {
  position: relative;
}
.p-front .p-feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: calc(100% - 111px);
  background: url(../images/front_feature_bg.webp) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-feature::before {
    height: calc(100% - 183px);
    background-image: url(../images/front_feature_bg_pc.webp);
    background-position: left top;
  }
}
.p-front .p-feature__inner {
  border-radius: 10px 0 0 10px;
  padding: 0 30px;
}
.p-front .p-feature .c-section_heading2 {
  color: #FFFFFF;
}
.p-front .p-feature .c-section_heading2 span {
  color: #FFFFFF;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-feature .c-section_heading2 {
    padding-bottom: 70px;
  }
}
.p-front .p-feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-feature__list {
    gap: 32px;
    margin-bottom: 60px;
  }
}
.p-front .p-feature__item {
  flex: 1 1 48%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-feature__item {
    flex: 0 1 22%;
    gap: 20px;
    padding: 25px;
  }
}
.p-front .p-feature__category {
  position: absolute;
  top: 0;
  left: 0;
  color: #959595;
  background-color: #E8E8E8;
  border-radius: 0 10px;
  padding: 3px 10px;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.08em;
  rotate: 90deg;
  translate: 19px 0;
  transform-origin: 0 0;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-feature__category {
    border-radius: 10px 0;
    letter-spacing: 0.12em;
    translate: 0 0;
    rotate: 0deg;
  }
}
.p-front .p-feature__icon {
  width: 100%;
  height: 60px;
  object-fit: contain;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-feature__icon {
    height: 85px;
  }
}
.p-front .p-feature__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-feature__text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
  }
}
.p-front .p-feature__subtitle {
  margin-block: 30px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-feature__subtitle {
    margin-block: 60px 33px;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.12em;
  }
}
.p-front .p-feature__subtitle > span {
  flex: 0 0 auto;
}
.p-front .p-feature__subtitle > span.p-feature__subtitle__line {
  flex: 1;
}
.p-front .p-feature__subtitle__en {
  display: inline-block;
  margin-inline: 10px;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-feature__subtitle__en {
    margin-inline: 20px;
    letter-spacing: 0.12em;
  }
}
.p-front .p-feature__subtitle__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-feature__subtitle__line {
    translate: 0 1px;
  }
}
.p-front .p-feature__sublist {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-feature__sublist {
    flex-direction: row;
    gap: 40px;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-feature__subitem {
    flex: 1;
  }
}
.p-front .p-feature__subitem > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-feature__subitem > a {
    position: relative;
    gap: 20px;
    height: 415px;
    padding: 30px 50px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
  }
  .p-front .p-feature__subitem > a:hover {
    border: 2px solid #E85400;
  }
  .p-front .p-feature__subitem > a:hover .p-feature__subitem__arrow {
    background-color: #E85400;
    scale: 1.2;
  }
  .p-front .p-feature__subitem > a:hover .p-feature__subitem__arrow::after {
    background: url(../images/icon_arrow_white.svg) no-repeat center center/contain;
  }
}
.p-front .p-feature__subitem__icon {
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-feature__subitem__icon {
    width: 100px;
    height: 100px;
  }
}
.p-front .p-feature__subitem__title {
  color: #E85400;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-feature__subitem__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.p-front .p-feature__subitem__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.p-front .p-feature__subitem__arrow {
  align-self: flex-end;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  display: block;
  border: 2px solid #E85400;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-feature__subitem__arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
  }
}
.p-front .p-feature__subitem__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 17px;
  height: 10px;
  background: url(../images/icon_arrow_orange.svg) no-repeat center center/contain;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.p-front .p-news_more {
  position: relative;
}
.p-front .p-news_more::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 24px);
  background-color: #FFFFFF;
  z-index: -1;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-news_more::after {
    height: calc(100% - 31px);
  }
}
.p-front .p-news_more select {
  appearance: none;
  display: inline-block;
  border: none;
  border-bottom: 3px solid #474645;
  padding: 0 84px 7px 15px;
  background: url(../images/icon_arrow_down.svg) no-repeat right 12px top 10px/10px;
  color: #474645;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-news_more select {
    margin-block: 40px 31px;
  }
}
.p-front .p-news_more__tabs {
  display: none;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-news_more__tabs {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-block: 40px 30px;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-news_more__tab {
    flex: 1;
    padding-bottom: 15px;
    border-bottom: 2px solid #F2F2F2;
    color: #474645;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.12em;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .p-front .p-news_more__tab.is-active {
    border-color: #474645;
  }
  .p-front .p-news_more__tab:hover {
    color: #959595;
  }
}
.p-front .p-news_more__list {
  margin-block: 20px 30px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-news_more__list {
    display: grid;
    grid-template-columns: 325px 1fr;
    column-gap: 50px;
    margin-block: 0;
  }
}
.p-front .p-news_more__item:not(:last-child) {
  margin-bottom: 21px;
  padding-bottom: 11px;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-news_more__item:first-child {
    grid-column: 1/2;
    grid-row: 1/7;
    border-bottom: none !important;
  }
  .p-front .p-news_more__item:first-child .p-news_more__link {
    grid-template-areas: "image" "header" "title" "tag";
  }
  .p-front .p-news_more__item:first-child .p-news_more__header {
    grid-area: header;
    display: block;
  }
  .p-front .p-news_more__item:first-child .p-news_more__title {
    grid-area: title;
    text-overflow: initial;
    white-space: wrap;
  }
  .p-front .p-news_more__item:first-child .p-news_more__image {
    grid-area: image;
    width: 100%;
    height: 212px;
    margin-bottom: 20px;
  }
  .p-front .p-news_more__item:first-child .p-news_more__date {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .p-front .p-news_more__item:first-child .p-news_more__category {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .p-front .p-news_more__item:first-child .p-news_more__title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
  }
  .p-front .p-news_more__item:not(:last-child) {
    margin-bottom: 21px;
    padding-bottom: 11px;
    border-bottom: 1px solid #E6E6E6;
  }
}
@media screen and (min-width: 1023.999px) and (min-width: 1023.999px) {
  .p-front .p-news_more__item:not(:last-child) {
    padding-bottom: 20px;
  }
}
.p-front .p-news_more__link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 20px;
  grid-template-areas: "header ." "title image";
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-news_more__link {
    grid-template-areas: "header image" "title image";
    gap: 0 30px;
  }
  .p-front .p-news_more__link:hover .p-news_more__title {
    opacity: 0.6;
  }
}
.p-front .p-news_more__header {
  grid-area: header;
  display: flex;
  align-items: center;
  gap: 14px;
}
.p-front .p-news_more__date {
  flex: 0 0 auto;
  color: #959595;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.05em;
}
.p-front .p-news_more__category {
  flex: 0 0 auto;
  padding: 4px 10px;
  color: #474645;
  background-color: #F2F2F2;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.12em;
}
.p-front .p-news_more__title {
  grid-area: title;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-news_more__title {
    text-emphasis: hidden;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.08em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s ease;
  }
}
.p-front .p-news_more__image {
  grid-area: image;
  width: 80px;
  height: 48px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-news_more__image {
    width: 105px;
    height: 62px;
  }
}
.p-front .p-news_more__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-news_more .c-button_round {
    margin-top: 40px;
    margin-inline: auto 0;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-movie .c-section_heading2 {
    padding-top: 60px;
  }
}
.p-front .p-movie__inner {
  position: relative;
  width: calc(100vw - 15px);
  margin-left: 15px;
  padding-inline: 15px 30px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-movie__inner {
    width: 1080px;
    margin-left: calc(50vw - 540px);
    padding-inline: 0;
  }
}
.p-front .p-movie__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 24px);
  background-color: #F7F7F7;
  border-radius: 20px 0 0 20px;
  z-index: -1;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-movie__inner::after {
    width: calc(50vw + 600px);
    margin-left: -60px;
    border-radius: 10px 0 0 10px;
  }
}
.p-front .p-movie__inner > p {
  margin-block: 30px 54px;
}
.p-front .p-movie .swiper {
  width: calc(100% + 30px);
  overflow-y: visible;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-movie .swiper {
    width: calc(50vw + 540px);
  }
}
.p-front .p-movie .swiper-wrapper {
  padding-bottom: 66px;
}
.p-front .p-movie .swiper-scrollbar {
  bottom: 21px;
  width: calc(100% - 162px);
  margin-left: 132px;
  background-color: #E6E6E6;
  border-radius: 0;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-movie .swiper-scrollbar {
    width: 938px;
    margin-left: 142px;
  }
}
.p-front .p-movie .swiper-scrollbar-drag {
  background-color: #E85400;
  border-radius: 0;
}
.p-front .p-movie .swiper-button-prev,
.p-front .p-movie .swiper-button-next {
  top: auto;
  left: 0;
  bottom: 0;
  margin-top: 0;
  width: 44px;
  height: 44px;
  background: url(../images/front_movie_able.svg) no-repeat center center/contain;
}
.p-front .p-movie .swiper-button-prev::after,
.p-front .p-movie .swiper-button-next::after {
  content: "";
}
.p-front .p-movie .swiper-button-prev.swiper-button-disabled,
.p-front .p-movie .swiper-button-next.swiper-button-disabled {
  background: url(../images/front_movie_disable.svg) no-repeat center center/contain;
  opacity: 1;
}
.p-front .p-movie .swiper-button-next {
  left: 54px;
  rotate: 180deg;
}
.p-front .p-movie .c-button_round {
  margin-top: 30px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-movie .c-button_round {
    margin-top: 15px;
    margin-inline: auto 0;
  }
}
.p-front .p-bottom_nav__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-bottom_nav__list {
    flex-direction: row;
    gap: 30px;
  }
}
.p-front .p-bottom_nav__item {
  position: relative;
  border-top: 1px solid #FFFFFF;
  padding-top: 20px;
}
.p-front .p-bottom_nav__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 3px;
  background-color: #E85400;
  translate: 0 -1px;
}
.p-front .p-bottom_nav__item a {
  display: block;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-bottom_nav__item a:hover .p-bottom_nav__text {
    color: #E85400;
  }
  .p-front .p-bottom_nav__item a:hover .p-bottom_nav__text span {
    background: url(../images/icon_arrow_orange.svg) no-repeat center center/contain;
  }
  .p-front .p-bottom_nav__item a:hover img {
    transform: scale(1.05);
  }
}
.p-front .p-bottom_nav__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-bottom_nav__text {
    margin-bottom: 30px;
  }
}
.p-front .p-bottom_nav__text span {
  display: block;
  width: 17px;
  height: 10px;
  background: url(../images/icon_arrow_white.svg) no-repeat center center/contain;
}
.p-front .p-bottom_nav__image {
  width: 100%;
  height: 42vw;
  border-radius: 10px;
  object-fit: cover;
  overflow: hidden;
}
.p-front .p-bottom_nav__image img {
  transition: all 0.3s ease;
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-bottom_nav__image {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-front .p-bottom_nav__image {
    height: 100%;
    border-radius: 10px;
  }
}

/* ==========================================================================
// Page - CLINICAL DEPARTMENT
// ========================================================================*/
.p-clinical_department_page .c-section_points {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-block: 30px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .c-section_points {
    gap: 10px;
    margin-block: 0 60px;
  }
}
.p-clinical_department_page .c-section_point {
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  color: #474645;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .c-section_point {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.12em;
  }
}
.p-clinical_department_page .c-section_point::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #E85400;
  border-radius: 20px;
  margin-right: 10px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .c-section_point::before {
    width: 6px;
    height: 6px;
    margin-right: 5px;
    translate: 0 -3px;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .c-section_heading3 {
    margin-bottom: 30px;
  }
}
.p-clinical_department_page picture img {
  margin-top: 30px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page picture img {
    margin-top: 60px;
  }
}
.p-clinical_department_page .c-button_round {
  margin-inline: 0;
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .c-button_round {
    display: inline-flex;
    margin-right: 20px;
  }
}
.p-clinical_department_page .c-button_round + .c-button_round {
  margin-top: 10px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .c-button_round + .c-button_round {
    margin-top: 0;
  }
}
.p-clinical_department_page .c-button_round:first-of-type {
  margin-top: 30px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .c-button_round:first-of-type {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .c-button_round:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p-clinical_department_page .c-section_box {
  width: calc(100% + 30px);
  padding-right: 30px;
  border-radius: 10px 0 0 10px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .c-section_box {
    position: relative;
    width: 660px;
    padding: 40px 0 40px 40px;
  }
  .p-clinical_department_page .c-section_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50vw + 660px - 540px);
    height: 100%;
    background-color: #F7F7F7;
    outline: 1px solid #E6E6E6;
    border-radius: 10px 0 0 10px;
    z-index: -1;
  }
  .p-clinical_department_page .c-section_box__title {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.p-clinical_department_page .c-section_articles {
  margin-block: 26px 15px;
}
.p-clinical_department_page .c-section_article a {
  display: flex;
  gap: 15px;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .c-section_article a {
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.p-clinical_department_page .c-section_article__content {
  flex: 1 1 191px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .c-section_article__content {
    flex: 1 1 415px;
  }
}
.p-clinical_department_page .c-section_article img {
  flex: 1;
  width: 94px;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .c-section_article img {
    width: 185px;
    border-radius: 10px;
  }
}
.p-clinical_department_page .c-section_article__category {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 10px;
  background-color: #4C4D55;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .c-section_article__category {
    padding: 4px 10px;
  }
}
.p-clinical_department_page .c-section_article__text {
  color: #474645;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .c-section_article__text {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.12em;
  }
}
.p-clinical_department_page .c-section_article__date {
  display: inline-block;
  margin-top: 10px;
  color: #959595;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
}
.p-clinical_department_page .c-button_arrow {
  display: block;
  margin-left: auto;
}
.p-clinical_department_page .p-endoscopy,
.p-clinical_department_page .p-internal,
.p-clinical_department_page .p-gastroenterology,
.p-clinical_department_page .p-vaccinations {
  padding-bottom: 60px;
}
.p-clinical_department_page .p-endoscopy p + p {
  margin-top: 30px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .p-endoscopy p + p {
    margin-top: 50px;
  }
}
.p-clinical_department_page .p-gastroenterology {
  position: relative;
  background-color: #F7F7F7;
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .p-gastroenterology::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #F7F7F7;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .p-gastroenterology .c-section_divider {
    border-top: none;
  }
}
.p-clinical_department_page .p-gastroenterology .c-section_box:not(:has(.swiper)) {
  background-color: #FFFFFF;
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .p-gastroenterology .c-section_box:not(:has(.swiper)) {
    padding: 40px 0 40px 40px;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .p-gastroenterology .c-section_box {
    position: relative;
    padding: 0;
    z-index: 1;
  }
  .p-clinical_department_page .p-gastroenterology .c-section_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50vw + 660px - 540px);
    height: 100%;
    background-color: #FFFFFF;
    z-index: -1;
  }
  .p-clinical_department_page .p-gastroenterology .c-section_box__title {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .p-internal .c-section_divider {
    border-top: none;
  }
}
.p-clinical_department_page .p-internal .c-section_box__content {
  min-height: 411px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .p-internal .c-section_box__content {
    min-height: auto;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .p-internal .c-section_box__title {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .p-internal .c-section_box:has(.swiper) {
    padding: 0;
  }
}
.p-clinical_department_page .p-vaccinations {
  background-color: #F7F7F7;
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .p-vaccinations {
    position: relative;
  }
  .p-clinical_department_page .p-vaccinations::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #F7F7F7;
  }
  .p-clinical_department_page .p-vaccinations .c-section_divider {
    border-top: none;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .p-vaccinations .c-section_points {
    margin-bottom: 0;
  }
}
.p-clinical_department_page .p-vaccinations .c-section_point {
  display: flex;
  align-items: center;
  padding-inline: 15px;
  width: 100%;
  height: 40px;
  border: none;
  font-size: 16px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .p-vaccinations .c-section_point {
    padding-inline: 30px;
  }
}
.p-clinical_department_page .p-vaccinations .c-section_point::before {
  margin-right: 7px;
  width: 5px;
  height: 5px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinical_department_page .p-vaccinations .c-section_point::before {
    translate: 0 2px;
  }
}

/* ==========================================================================
// Page - クリニック紹介
// ========================================================================*/
.p-clinic_page .c-divider:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-principles {
    padding-bottom: 60px;
  }
}
.p-clinic_page .p-principles .c-section_heading3 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-principles .c-section_heading3 {
    margin-bottom: 50px;
  }
}
.p-clinic_page .p-principles__image img {
  margin-top: 25px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-principles__image img {
    margin-top: 50px;
  }
}
.p-clinic_page .p-principles p + .c-section_heading4 {
  margin-top: 30px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-principles p + .c-section_heading4 {
    margin-top: 50px;
  }
}
.p-clinic_page .p-principles__message {
  width: 100vw;
  padding: 100px 30px;
  background: url(../images/clinic_principles_image.webp) no-repeat center center/cover;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-principles__message {
    margin-top: 60px;
    padding: 140px 0;
    background: url(../images/clinic_principles_image_pc.webp) no-repeat center center/cover;
  }
}
.p-clinic_page .p-principles__message p {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-principles__message p {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-greeting {
    padding-bottom: 100px;
  }
}
.p-clinic_page .p-greeting .c-section_heading2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-greeting .c-section_heading2 {
    margin-bottom: 0;
  }
  .p-clinic_page .p-greeting .c-section_heading2::before {
    top: 0;
  }
}
.p-clinic_page .p-greeting .c-section_heading3 {
  margin-bottom: 15px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-greeting .c-section_heading3 {
    margin-bottom: 30px;
  }
}
.p-clinic_page .p-greeting__image img {
  margin-bottom: 30px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-greeting__image img {
    margin-bottom: 50px;
  }
}
.p-clinic_page .p-greeting p + p {
  margin-top: 35px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-greeting p + p {
    margin-top: 45px;
  }
}
.p-clinic_page .p-greeting p + .c-section_heading3 {
  margin-top: 30px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-greeting p + .c-section_heading3 {
    margin-top: 50px;
  }
}
.p-clinic_page .p-greeting p.p-greeting__signature {
  margin-top: 40px;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.24em;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-greeting p.p-greeting__signature {
    margin-top: 30px;
  }
}
.p-clinic_page .p-greeting p.p-greeting__signature span {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  line-height: 24px;
}
.p-clinic_page .p-greeting__profile .c-section_heading3 {
  margin-bottom: 50px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-greeting__profile .c-section_heading3 {
    margin-bottom: 70px;
  }
}
.p-clinic_page .p-greeting__profile .c-section_heading4 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-greeting__profile .c-section_heading4 {
    margin-bottom: 0;
  }
}
.p-clinic_page .p-greeting__profile .c-divider {
  margin-block: 22px 20px;
  border-bottom: 1px dotted #E6E6E6;
  background: none;
}
.p-clinic_page .p-greeting__profile li {
  margin-bottom: 14px;
  padding-left: 15px;
  color: #474645;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-indent: -15px;
}
.p-clinic_page .p-greeting__profile li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  margin-right: 5px;
  background-color: #E85400;
  translate: 0 -5px;
}
.p-clinic_page .p-greeting__profile li:has(span) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-greeting__profile li:has(span) {
    justify-content: flex-start;
    gap: 20px;
  }
}
.p-clinic_page .p-greeting__profile li:has(span)::before {
  content: "";
  display: none;
}
.p-clinic_page .p-greeting__profile li:has(span) > span:first-child::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  margin-right: 5px;
  background-color: #E85400;
  translate: 0 -5px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-greeting__profile li:has(span) > span:first-child {
    flex: 1;
  }
}
.p-clinic_page .p-greeting__profile li:has(span) > span:nth-child(2) {
  color: #E85400;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-greeting__profile li:has(span) > span:nth-child(2) {
    flex: 1;
  }
}
.p-clinic_page .p-greeting__profile li:has(span) > span span {
  color: #474645;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-greeting__profile__row {
    display: flex;
    gap: 50px;
    justify-content: space-between;
  }
  .p-clinic_page .p-greeting__profile__row > h4 {
    flex: 1 1 150px;
  }
  .p-clinic_page .p-greeting__profile__row > p, .p-clinic_page .p-greeting__profile__row > ul {
    flex: 1 1 460px;
  }
}
.p-clinic_page .p-facility {
  padding-bottom: 60px;
  background-color: #F7F7F7;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility {
    padding-bottom: 120px;
  }
}
.p-clinic_page .p-facility__map h3 {
  display: flex;
  align-items: baseline;
  margin-top: 35px;
  margin-bottom: 15px;
  color: #E85400;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__map h3 {
    display: block;
    margin-top: 60px;
  }
}
.p-clinic_page .p-facility__map h3 span {
  display: block;
  margin-left: 10px;
  color: #474645;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.p-clinic_page .p-facility__map h3 span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  margin-right: 5px;
  background-color: #E85400;
  translate: 0 -5px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__map h3 span {
    margin-left: 0;
    margin-top: 15px;
  }
}
.p-clinic_page .p-facility__map__image {
  width: calc(100vw - 30px);
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow-x: scroll;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__map__image {
    width: 100%;
    padding-block: 40px;
  }
}
.p-clinic_page .p-facility__map__image > div {
  position: relative;
  width: max-content;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__map__image > div {
    width: 100%;
  }
}
.p-clinic_page .p-facility__map--1f .p-facility__map__image img {
  width: 800px;
  height: 405px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__map--1f .p-facility__map__image img {
    display: block;
    width: 1030px;
    height: auto;
    margin-inline: auto;
  }
}
.p-clinic_page .p-facility__map--2f .p-facility__map__image img {
  width: 420px;
  height: 253px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__map--2f .p-facility__map__image img {
    display: block;
    width: 552px;
    margin-inline: auto;
    height: auto;
  }
}
.p-clinic_page .p-facility__map__link {
  position: absolute;
  display: block;
  background-color: #E85400;
  color: #FFFFFF;
  border-radius: 20px;
  padding: 2px 17px;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__map__link {
    font-size: 13px;
    line-height: 19px;
  }
}
.p-clinic_page .p-facility__map__link--1_01 {
  top: 34px;
  left: 212px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__map__link--1_01 {
    top: 43px;
    left: 298px;
  }
}
.p-clinic_page .p-facility__map__link--1_02 {
  top: 67px;
  left: 123px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__map__link--1_02 {
    top: 86px;
    left: 183px;
  }
}
.p-clinic_page .p-facility__map__link--1_03 {
  top: 153px;
  left: 198px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__map__link--1_03 {
    top: 196px;
    left: 281px;
  }
}
.p-clinic_page .p-facility__map__link--1_04 {
  top: 153px;
  left: 332px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__map__link--1_04 {
    top: 196px;
    left: 452px;
  }
}
.p-clinic_page .p-facility__map__link--1_05 {
  top: 202px;
  left: 112px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__map__link--1_05 {
    top: 260px;
    left: 173px;
  }
}
.p-clinic_page .p-facility__map__link--1_06 {
  top: 145px;
  left: 455px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__map__link--1_06 {
    top: 187px;
    left: 615px;
  }
}
.p-clinic_page .p-facility__map__link--1_07 {
  top: 208px;
  left: 459px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__map__link--1_07 {
    top: 268px;
    left: 620px;
  }
}
.p-clinic_page .p-facility__map__link--1_08 {
  bottom: 189px;
  right: 150px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__map__link--1_08 {
    bottom: 242px;
    right: 217px;
  }
}
.p-clinic_page .p-facility__map__link--1_09 {
  bottom: 140px;
  right: 177px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__map__link--1_09 {
    bottom: 177px;
    right: 246px;
  }
}
.p-clinic_page .p-facility__map__link--1_10 {
  bottom: 92px;
  right: 72px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__map__link--1_10 {
    bottom: 118px;
    right: 119px;
  }
}
.p-clinic_page .p-facility__map__link--2_01 {
  top: 68px;
  left: 38px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__map__link--2_01 {
    top: 87px;
    left: 319px;
  }
}
.p-clinic_page .p-facility__map__link--2_02 {
  top: 22px;
  left: 163px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__map__link--2_02 {
    top: 33px;
    left: 491px;
  }
}
.p-clinic_page .p-facility__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  max-width: 380px;
  width: calc(100vw - 30px);
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__modal {
    max-width: 800px;
    width: 800px;
    height: 600px;
    padding: 40px;
  }
}
.p-clinic_page .p-facility__modal.is-active {
  opacity: 1;
  visibility: visible;
}
.p-clinic_page .p-facility__modal__content img {
  width: 100%;
  max-height: 450px;
  height: 100%;
  object-fit: contain;
}
.p-clinic_page .p-facility__modal__content p {
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
}
.p-clinic_page .p-facility__modal__close {
  display: flex;
  justify-self: flex-end;
  margin-bottom: 10px;
}
.p-clinic_page .p-facility__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__gallery {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 60px;
  }
}
.p-clinic_page .p-facility__gallery__item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.p-clinic_page .p-facility__gallery__item:first-child {
  grid-column: 1/3;
  grid-row: 1/2;
}
.p-clinic_page .p-facility__gallery__item p {
  position: absolute;
  bottom: 11px;
  left: 15px;
  width: 100%;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-facility__gallery__item p {
    bottom: 10px;
    left: 10px;
    font-size: 16px;
  }
}
.p-clinic_page .p-facility__gallery img {
  height: 100%;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-access {
    padding-top: 50px;
  }
}
.p-clinic_page .p-access__map {
  margin-bottom: 18px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-access__map {
    margin-bottom: 20px;
  }
}
.p-clinic_page .p-access__map__buttons {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-access__map__buttons {
    gap: 9px;
    justify-content: center;
  }
}
.p-clinic_page .p-access__map__button {
  padding: 11px 11vw 5px;
  color: #474645;
  background-color: #F2F2F2;
  border-radius: 10px 10px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-access__map__button {
    width: 305px;
    padding: 13px 20px 12px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.12em;
  }
}
.p-clinic_page .p-access__map__button.is-active {
  padding-bottom: 10px;
  background-color: #E85400;
  color: #FFFFFF;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-access__map__button.is-active {
    padding-block: 18px 17px;
  }
}
.p-clinic_page .p-access__map__image {
  display: none;
  width: 100vw;
  margin-left: -30px;
  overflow-x: scroll;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-access__map__image {
    width: 100%;
    margin-left: 0;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    overflow: hidden;
  }
}
.p-clinic_page .p-access__map__image.is-active {
  display: block;
}
.p-clinic_page .p-access__map__image img {
  width: auto;
  height: 640px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-access__map__image img {
    width: 100%;
    height: auto;
  }
}
.p-clinic_page .p-access p + p {
  margin-top: 10px;
}
.p-clinic_page .p-access p.p-access__bus {
  margin-block: 23px 30px;
  padding: 15px;
  color: #E85400;
  border: 2px solid #E85400;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-access p.p-access__bus {
    width: max-content;
    margin-block: 20px 0;
    padding: 10px 30px 10px 20px;
    font-size: 16px;
    line-height: 28px;
  }
}
.p-clinic_page .p-access iframe {
  width: 100vw;
}
@media screen and (min-width: 1023.999px) {
  .p-clinic_page .p-access iframe {
    margin-top: 60px;
    height: 424px;
  }
}

/* ==========================================================================
// Page - FEATURE
// ========================================================================*/
@media screen and (min-width: 1023.999px) {
  .p-feature_page .c-section__image:last-child img {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-feature_page .p-comfort,
  .p-feature_page .p-expertise,
  .p-feature_page .p-technology,
  .p-feature_page .p-access,
  .p-feature_page .p-support {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-feature_page .p-feature_index {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-block: 120px 80px;
  }
}
.p-feature_page .c-page_index {
  margin-bottom: 0;
}
@media screen and (min-width: 1023.999px) {
  .p-feature_page .c-page_index {
    margin-block: 0;
  }
  .p-feature_page .c-page_index nav {
    height: 112px;
    padding-block: 25px;
  }
}
.p-feature_page .c-button_picture {
  display: block;
  width: calc(100% - 60px);
  margin-inline: auto;
  margin-block: 10px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  background: url(../images/feature_button.webp) no-repeat center center/cover;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 1023.999px) {
  .p-feature_page .c-button_picture {
    width: 222px;
    height: 112px;
    margin-block: 0;
    background: url(../images/feature_button_pc.webp) no-repeat center center/cover;
    transition: all 0.3s ease;
  }
  .p-feature_page .c-button_picture:hover {
    opacity: 0.8;
  }
}
.p-feature_page .c-section_box .c-divider {
  margin-block: 25px;
  background: none;
  border-top: 1px dotted #E6E6E6;
}
@media screen and (min-width: 1023.999px) {
  .p-feature_page .c-section_box .c-divider {
    margin-block: 30px;
  }
}
.p-feature_page .c-section_sub {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1023.999px) {
  .p-feature_page .c-section_sub {
    flex-direction: row;
    justify-content: space-between;
    gap: 25px;
  }
}
.p-feature_page .c-section_sub__wrapper {
  margin-block: 25px;
  padding: 20px 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media screen and (min-width: 1023.999px) {
  .p-feature_page .c-section_sub__wrapper {
    margin-block: 30px;
    padding: 30px 35px;
  }
}
.p-feature_page .c-section_sub__content {
  padding-left: 15px;
}
@media screen and (min-width: 1023.999px) {
  .p-feature_page .c-section_sub__content {
    width: 343px;
    padding-left: 0;
  }
}
.p-feature_page .c-section_sub img {
  width: auto;
  height: 70px;
  object-fit: contain;
}
@media screen and (min-width: 1023.999px) {
  .p-feature_page .c-section_sub img {
    height: 120px;
  }
}
.p-feature_page .c-section_sub__title {
  margin-bottom: 10px;
  color: #474645;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 1023.999px) {
  .p-feature_page .c-section_sub__title {
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
  }
}
.p-feature_page .c-section_sub__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.p-feature_page .p-bottom_nav {
  padding-block: 40px 50px;
  background-color: #F7F7F7;
}
@media screen and (min-width: 1023.999px) {
  .p-feature_page .p-bottom_nav {
    padding-block: 90px 110px;
  }
}
.p-feature_page .p-bottom_nav__item {
  position: relative;
  border-top: 1px solid #FFFFFF;
  padding-top: 20px;
}
.p-feature_page .p-bottom_nav__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 3px;
  background-color: #E85400;
  translate: 0 -1px;
}
@media screen and (min-width: 1023.999px) {
  .p-feature_page .p-bottom_nav__item:hover .p-bottom_nav__text {
    color: #E85400;
  }
  .p-feature_page .p-bottom_nav__item:hover .p-bottom_nav__text span {
    background: url(../images/icon_arrow_orange.svg) no-repeat center center/contain;
  }
  .p-feature_page .p-bottom_nav__item:hover img {
    transform: scale(1.05);
  }
}
.p-feature_page .p-bottom_nav__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  padding-top: 15px;
  border-top: 1px solid #E6E6E6;
  color: #474645;
  font-size: 19px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 1023.999px) {
  .p-feature_page .p-bottom_nav__text {
    margin-bottom: 26px;
    padding-top: 20px;
    font-size: 24px;
    line-height: 35px;
  }
}
.p-feature_page .p-bottom_nav__text span {
  display: block;
  width: 17px;
  height: 10px;
  background: url(../images/icon_arrow_black.svg) no-repeat center center/contain;
}
.p-feature_page .p-bottom_nav__image {
  width: 100%;
  height: 33vw;
  border-radius: 10px;
  object-fit: cover;
  overflow: hidden;
}
.p-feature_page .p-bottom_nav__image img {
  transition: all 0.3s ease;
}
@media (min-width: 540px) {
  .p-feature_page .p-bottom_nav__image {
    height: 100%;
  }
}

/* ==========================================================================
// Page - MESSAGE
// ========================================================================*/
@media screen and (min-width: 1023.999px) {
  .p-message_page .c-section__image:last-child img {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-message_page .p-quality,
  .p-message_page .p-excellence,
  .p-message_page .p-value {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-message_page .c-section_heading3 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-message_page section p + p {
    margin-top: 30px;
  }
}
.p-message_page .p-excellence .c-section_box__content {
  background-color: #F7F7F7;
}
.p-message_page .p-excellence .swiper2 .c-section_box__content {
  min-height: 551px;
}
@media screen and (min-width: 1023.999px) {
  .p-message_page .p-excellence .swiper2 .c-section_box__content {
    min-height: auto;
  }
}
.p-message_page .p-excellence .u-py0 {
  padding-block: 0;
}
.p-message_page .p-value {
  position: relative;
}
.p-message_page .p-value::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #F7F7F7;
  z-index: -1;
}
.p-message_page .p-value .c-section_heading2--bordered::after {
  display: none;
}
@media screen and (min-width: 1023.999px) {
  .p-message_page .p-value .c-section_divider {
    border-top: none;
  }
}
.p-message_page .p-value .c-section_box:has(.swiper) {
  margin-bottom: 30px;
}
.p-message_page .p-value .c-section__image:not(:has(img)) {
  margin-top: 45px;
}

/* ==========================================================================
// Page - GASTROSCOPY, COLONOSCOPY 2ページのスタイルを定義
// ========================================================================*/
.p-endoscopy_page .c-page_index {
  margin-top: 25px;
}
.p-endoscopy_page p + .c-section_heading3 {
  margin-top: 40px;
}
@media screen and (min-width: 1023.999px) {
  .p-endoscopy_page p + .c-section_heading3 {
    margin-top: 80px;
  }
}
.p-endoscopy_page section p + p {
  margin-top: 30px;
}
@media screen and (min-width: 1023.999px) {
  .p-endoscopy_page .c-section_heading3 {
    margin-bottom: 30px;
  }
}
.p-endoscopy_page .p-healthcare__attention {
  padding-left: 42px;
  color: #959595;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-indent: -42px;
}
@media screen and (min-width: 1023.999px) {
  .p-endoscopy_page .p-feature {
    padding-bottom: 120px;
  }
  .p-endoscopy_page .p-feature .l-spacing-bottom--medium {
    margin-bottom: 0;
  }
}
.p-endoscopy_page .p-flow {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (min-width: 1023.999px) {
  .p-endoscopy_page .p-flow {
    padding-bottom: 120px;
  }
}
.p-endoscopy_page .p-flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #F7F7F7;
  z-index: -1;
}
.p-endoscopy_page .p-flow .c-section_heading2::after {
  display: none;
}
@media screen and (min-width: 1023.999px) {
  .p-endoscopy_page .p-flow .c-section_divider {
    border-top: none;
  }
}
.p-endoscopy_page .p-fee .c-section_heading2::after {
  display: none;
}
@media screen and (min-width: 1023.999px) {
  .p-endoscopy_page .p-fee .c-section_divider {
    border-top: none;
  }
}
.p-endoscopy_page .p-fee__attention {
  margin-top: 10px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-indent: -8px;
}
.p-endoscopy_page .p-fee__attention::before {
  content: "※";
  display: inline-block;
  margin-right: 2px;
}

/* ==========================================================================
// Page - RESERVATION
// ========================================================================*/
.p-reservation_page + .c-footer .c-footer_contact {
  display: none;
}
.p-reservation_page .c-footer_contact {
  background-color: #F7F7F7;
}
.p-reservation_page .c-footer_contact__heading, .p-reservation_page .c-footer_contact__text {
  color: #4C4D55;
}
@media screen and (min-width: 1023.999px) {
  .p-reservation_page .c-footer_contact {
    padding-bottom: 50px;
  }
  .p-reservation_page .c-footer_contact__item a {
    height: 135px;
  }
  .p-reservation_page .c-footer_contact__button {
    padding-top: 34px;
  }
  .p-reservation_page .c-footer_contact__button--tel .pc {
    font-size: 14px;
  }
  .p-reservation_page .c-footer_contact__button--tel .c-footer_contact__button__text {
    margin-top: 15px;
  }
  .p-reservation_page .c-footer_contact__button--line .u-strong {
    margin-block: 15px 0;
    font-size: 20px;
  }
}
.p-reservation_page .c-page_index {
  margin-top: 25px;
}
.p-reservation_page .c-page_index__heading {
  color: #4DB0B5;
}
.p-reservation_page .c-page_index__heading::before {
  background-color: #4DB0B5;
}
.p-reservation_page .c-section_heading3 {
  color: #4DB0B5;
}
.p-reservation_page .c-section_heading3 span {
  color: #4DB0B5;
}
.p-reservation_page .c-section_heading2::before,
.p-reservation_page .c-section_box__title::before,
.p-reservation_page .c-section_divider::before {
  background-color: #4DB0B5;
}
.p-reservation_page .p-welcome .c-check_list__list {
  margin-block: 15px 20px;
  padding: 0;
}
.p-reservation_page .p-welcome .c-check_list__item::before {
  background: url(../images/icon_check_blue.svg) no-repeat center center/contain;
}
.p-reservation_page .p-welcome .c-check_list__attention {
  margin-left: 16px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-indent: -16px;
}
.p-reservation_page .p-welcome .c-check_list__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  padding-inline: 25px 30px;
  background-color: #FFFFFF;
  border: 2px solid #4C4D55;
  border-radius: 70px;
  color: #4C4D55;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1023.999px) {
  .p-reservation_page .p-welcome .c-check_list__button {
    position: relative;
    justify-content: center;
    width: 352px;
    height: 62px;
    padding-inline: 20px 30px;
    transition: all 0.3s ease;
  }
  .p-reservation_page .p-welcome .c-check_list__button:hover {
    border-color: #E85400;
    color: #E85400;
  }
  .p-reservation_page .p-welcome .c-check_list__button:hover span {
    background-color: #E85400;
    translate: 10px 0;
  }
}
.p-reservation_page .p-welcome .c-check_list__button span {
  display: inline-block;
  padding: 3px 5px;
  background-color: #474645;
  color: #FFFFFF;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1023.999px) {
  .p-reservation_page .p-welcome .c-check_list__button span {
    position: absolute;
    right: 30px;
    padding: 2px 4px;
    font-size: 14px;
    line-height: 22px;
  }
}
.p-reservation_page .p-welcome .c-divider {
  background: none;
  border-bottom: 1px dotted #E6E6E6;
}
@media screen and (min-width: 1023.999px) {
  .p-reservation_page .p-welcome .c-divider {
    margin-block: 30px;
  }
}
.p-reservation_page .p-welcome__title {
  margin-bottom: 10px;
  color: #474645;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}
.p-reservation_page .p-welcome__title::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 1px;
  background-color: #4DB0B5;
  translate: 0 -4px;
}
@media screen and (min-width: 1023.999px) {
  .p-reservation_page .p-welcome__title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.12em;
  }
}
.p-reservation_page .p-welcome__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 540px) {
  .p-reservation_page .p-welcome__links {
    flex-direction: row;
    gap: 25px;
  }
}
.p-reservation_page .p-welcome__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 42vw;
  padding: 30px 10px;
  border-radius: 10px;
}
@media (min-width: 540px) {
  .p-reservation_page .p-welcome__link {
    width: 50%;
    height: 180px;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-reservation_page .p-welcome__link {
    width: 310px;
    height: 159px;
  }
  .p-reservation_page .p-welcome__link:hover .p-welcome__link__image img {
    transform: scale(1.05);
  }
}
.p-reservation_page .p-welcome__link__text {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.05em;
}
.p-reservation_page .p-welcome__link__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  background: url(../images/icon_arrow_white.svg) no-repeat center center/17px 10px;
}
.p-reservation_page .p-welcome__link__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  z-index: -1;
}
.p-reservation_page .p-welcome__link__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.p-reservation_page .p-qa {
  position: relative;
  padding-bottom: 60px;
}
.p-reservation_page .p-qa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
  z-index: -1;
}
@media screen and (min-width: 1023.999px) {
  .p-reservation_page .p-qa::before {
    width: 100vw;
  }
}
.p-reservation_page .p-qa .c-section_divider {
  border-top: none;
}
.p-reservation_page .p-qa .c-section_heading2--bordered::after {
  display: none;
}
.p-reservation_page .p-accordion {
  margin-top: 30px;
}
.p-reservation_page .p-accordion__item {
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.p-reservation_page .p-accordion__item:last-child {
  margin-bottom: 0;
}
.p-reservation_page .p-accordion__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 11px;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.p-reservation_page .p-accordion__question::before {
  content: "Q";
  align-self: baseline;
  display: inline-block;
  margin-right: 10px;
  color: #474645;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 1023.999px) {
  .p-reservation_page .p-accordion__question {
    padding: 10px 11px 10px 15px;
  }
}
.p-reservation_page .p-accordion__question__text {
  flex: 1;
  margin-right: 5px;
  color: #474645;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
.p-reservation_page .p-accordion__question__icon {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #4DB0B5;
}
.p-reservation_page .p-accordion__question__icon::before, .p-reservation_page .p-accordion__question__icon::after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  transition: transform 0.3s ease;
}
.p-reservation_page .p-accordion__question__icon::before {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.p-reservation_page .p-accordion__question__icon::after {
  top: 50%;
  left: 50%;
  width: 2px;
  height: 10px;
  transform: translate(-50%, -50%);
}
.p-reservation_page .p-accordion__answer {
  display: flex;
  align-items: baseline;
  max-height: 0;
  padding: 0 10px;
  background-color: #FFFFFF;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 1023.999px) {
  .p-reservation_page .p-accordion__answer {
    padding: 0 15px;
  }
}
.p-reservation_page .p-accordion__answer::before {
  content: "A";
  align-self: baseline;
  display: inline-block;
  margin-right: 10px;
  color: #4DB0B5;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.12em;
}
.p-reservation_page .p-accordion__answer p {
  flex: 1;
}
.p-reservation_page .p-accordion__item.is-active .p-accordion__question__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-reservation_page .p-accordion__item.is-active .p-accordion__answer {
  max-height: 100%;
  padding-block: 10px;
  border-top: 1px solid #E6E6E6;
  visibility: visible;
}

/* ==========================================================================
// Page - NEWS 一覧ページ
// ========================================================================*/
.p-news_page .p-news {
  padding-bottom: 60px;
}
@media screen and (min-width: 1023.999px) {
  .p-news_page .p-news {
    padding-bottom: 140px;
  }
}
.p-news_page .p-news__tabs {
  display: none;
}
@media screen and (min-width: 1023.999px) {
  .p-news_page .p-news__tabs {
    display: flex;
    gap: 15px;
    margin-block: 120px 60px;
  }
}
.p-news_page .p-news__tab {
  flex: 1;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.p-news_page .p-news__tab:hover {
  opacity: 0.7;
}
.p-news_page .p-news__tab span {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 2px solid #E6E6E6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.12em;
  text-align: center;
}
.p-news_page .p-news__tab.is-active span {
  border-bottom: 2px solid #E85400;
}
.p-news_page select {
  appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  margin-block: 70px 30px;
  padding: 0 84px 7px 15px;
  border: none;
  border-bottom: 3px solid #474645;
  background: url(../images/icon_arrow_down.svg) no-repeat right 12px top 10px/10px;
  color: #474645;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.12em;
}
.p-news_page .p-news__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1023.999px) {
  .p-news_page .p-news__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 60px 45px;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-news_page .p-news__item {
    flex: 0 0 calc((100% - 90px) / 3);
  }
  .p-news_page .p-news__item:hover .p-news__image img {
    transform: scale(1.03);
  }
  .p-news_page .p-news__item:hover .p-news__title {
    color: #959595;
  }
}
.p-news_page .p-news__link {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (min-width: 1023.999px) {
  .p-news_page .p-news__link {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-news_page .p-news__image {
  position: relative;
  width: 42vw;
  height: 40vw;
  border-radius: 5px;
  overflow: hidden;
}
.p-news_page .p-news__image img {
  height: 100%;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1023.999px) {
  .p-news_page .p-news__image {
    width: 330px;
    height: 160px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
  }
}
.p-news_page .p-news__content {
  flex: 1;
  padding-top: 15px;
}
@media screen and (min-width: 1023.999px) {
  .p-news_page .p-news__content {
    position: relative;
    padding-top: 0;
    padding-inline: 15px;
  }
  .p-news_page .p-news__content::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 15px;
    display: block;
    width: 20px;
    height: 3px;
    background-color: #85B333;
  }
}
.p-news_page .p-news__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  line-height: 1.4;
  margin-bottom: 6px;
  color: #474645;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (min-width: 1023.999px) {
  .p-news_page .p-news__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    line-height: 1.4;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    transition: color 0.3s ease;
  }
}
.p-news_page .p-news__category {
  display: inline-block;
  margin-bottom: 16px;
  padding: 4px 10px;
  border: 1px solid #E6E6E6;
  border-radius: 100px;
  color: #959595;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.12em;
}
.p-news_page .p-news__date {
  display: inline-block;
  color: #959595;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1023.999px) {
  .p-news_page .p-news__date {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }
}
.p-news_page .p-news__pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #E6E6E6;
}
@media screen and (min-width: 1023.999px) {
  .p-news_page .p-news__pagination {
    margin-top: 100px;
    font-size: 13px;
    line-height: 21px;
  }
}
.p-news_page .p-news__pagination a {
  color: #959595;
  font-family: "montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}
.p-news_page .p-news__pagination .page-numbers {
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 1023.999px) {
  .p-news_page .p-news__pagination .page-numbers {
    gap: 15px;
  }
}
.p-news_page .p-news__pagination .page-numbers .current {
  color: #474645;
}
.p-news_page .p-news__pagination .next {
  rotate: 180deg;
  display: inline-block;
  margin-left: 15px;
  translate: 0 4px;
}
.p-news_page .p-news__pagination .prev {
  margin-right: 15px;
  translate: 0 4px;
}
.p-news_page .p-news__pagination__nav {
  margin-inline: auto;
}

/* ==========================================================================
// Page - NEWS 詳細ページ
// ========================================================================*/
.p-single_page__inner {
  padding-bottom: 80px;
}
@media screen and (min-width: 1023.999px) {
  .p-single_page__inner {
    padding-bottom: 140px;
  }
}
.p-single_page__title {
  margin-block: 60px 26px;
  color: #474645;
  font-weight: 500;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1023.999px) {
  .p-single_page__title {
    margin-block: 120px 32px;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.12em;
  }
}
.p-single_page .p-news__category {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 17px;
}
@media screen and (min-width: 1023.999px) {
  .p-single_page .p-news__category {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1023.999px) {
  .p-single_page .p-news__date {
    font-weight: 500;
  }
}
.p-single_page .c-divider {
  position: relative;
  margin-block: 30px 20px;
}
@media screen and (min-width: 1023.999px) {
  .p-single_page .c-divider {
    margin-block: 40px;
  }
}
.p-single_page .c-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 3px;
  background-color: #E85400;
}
.p-single_page article {
  padding-left: 30px;
}
.p-single_page article .c-summary,
.p-single_page article .wp-post-image {
  margin-left: -30px;
}
.p-single_page article h2 {
  position: relative;
  margin-block: 60px 16px;
  color: #474645;
  font-size: 19px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.12em;
}
.p-single_page article h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  display: block;
  width: 2px;
  height: 36px;
  background-color: #E85400;
}
@media screen and (min-width: 1023.999px) {
  .p-single_page article h2 {
    margin-block: 60px 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
  }
}
.p-single_page article h3 {
  margin-block: 16px 20px;
  color: #E85400;
  font-size: 17px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1023.999px) {
  .p-single_page article h3 {
    margin-block: 30px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.05em;
  }
}
.p-single_page article h4 {
  margin-block: 10px;
  color: #474645;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.02em;
}
.p-single_page article h4::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #85B333;
  margin-right: 5px;
  translate: 0 -5px;
}
@media screen and (min-width: 1023.999px) {
  .p-single_page article h4 {
    margin-block: 30px 16px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.12em;
  }
}
.p-single_page article h5 {
  margin-block: 10px;
  color: #474645;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (min-width: 1023.999px) {
  .p-single_page article h5 {
    margin-block: 16px 10px;
    font-size: 16px;
    line-height: 32px;
  }
}
.p-single_page article img {
  display: block;
  margin-block: 30px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.p-single_page article blockquote {
  margin-block: 10px;
  padding-left: 10px;
  border-left: 2px solid #E6E6E6;
}
@media screen and (min-width: 1023.999px) {
  .p-single_page article blockquote {
    margin-block: 20px;
    padding-left: 15px;
  }
}
.p-single_page article blockquote p {
  color: #959595;
}
.p-single_page article p + p {
  margin-top: 10px;
}
@media screen and (min-width: 1023.999px) {
  .p-single_page article p + p {
    margin-top: 20px;
  }
}
.p-single_page article .c-caption {
  margin-block: 20px;
  font-size: 14px;
  line-height: 22px;
}
.p-single_page article .c-caption::before {
  content: "※";
  display: inline-block;
  margin-right: 5px;
}
.p-single_page article .c-textlink {
  margin-block: 20px;
  color: #E85400;
  text-decoration: underline;
}
.p-single_page__pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 22px;
  border-top: 1px solid #E6E6E6;
  font-size: 14px;
  line-height: 23px;
}
@media screen and (min-width: 1023.999px) {
  .p-single_page__pagination {
    margin-top: 100px;
    padding-top: 20px;
    font-size: 13px;
    line-height: 21px;
  }
}
.p-single_page__pagination a {
  color: #474645;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}
.p-single_page__pagination__inner {
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 1023.999px) {
  .p-single_page__pagination__inner {
    gap: 62px;
  }
}
.p-single_page__pagination .p-single_page__prev_link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 15px;
  margin-right: 10px;
  color: #474645;
  background: url(../images/icon_single_page_pagination.svg) no-repeat center center/contain;
  translate: 0 2px;
}
@media screen and (min-width: 1023.999px) {
  .p-single_page__pagination .p-single_page__prev_link::before {
    margin-right: 30px;
  }
}
.p-single_page__pagination .p-single_page__next_link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 15px;
  margin-left: 10px;
  color: #474645;
  background: url(../images/icon_single_page_pagination.svg) no-repeat center center/contain;
  rotate: 180deg;
  translate: 0 2px;
}
@media screen and (min-width: 1023.999px) {
  .p-single_page__pagination .p-single_page__next_link::after {
    margin-left: 30px;
  }
}
.p-single_page .p-related {
  position: relative;
  padding-block: 40px;
}
.p-single_page .p-related::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #F7F7F7;
  z-index: -1;
}
@media screen and (min-width: 1023.999px) {
  .p-single_page .p-related {
    padding-block: 50px 88px;
  }
}
.p-single_page .p-related__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  line-height: 1.4;
  position: relative;
  margin-bottom: 30px;
  color: #474645;
  font-size: 19px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.12em;
}
.p-single_page .p-related__title::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 3px;
  background-color: #E85400;
}
@media screen and (min-width: 1023.999px) {
  .p-single_page .p-related__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    line-height: 1.4;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 32px;
  }
  .p-single_page .p-related__title::before {
    top: -50px;
  }
}
.p-single_page .p-related__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1023.999px) {
  .p-single_page .p-related__list {
    flex-direction: row;
    gap: 45px;
  }
}
.p-single_page .p-related__item {
  display: flex;
  gap: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (min-width: 1023.999px) {
  .p-single_page .p-related__item {
    flex: calc((100% - 90px) / 3);
  }
}
.p-single_page .p-related__item a {
  display: flex;
  gap: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E6E6E6;
}
.p-single_page .p-related__item:hover .p-related__image img {
  transform: scale(1.03);
}
.p-single_page .p-related__item__image {
  position: relative;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
}
.p-single_page .p-related__item img {
  height: 100%;
  transition: transform 0.3s ease;
}

/* ==========================================================================
// Page - MOVIE
// ========================================================================*/
.p-movie_page .c-divider {
  margin-block: 60px;
}
.p-movie_page .c-movie__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 15px;
  margin-top: 60px;
}
@media screen and (min-width: 1023.999px) {
  .p-movie_page .c-movie__list {
    margin-block: 120px 140px;
    gap: 40px 13px;
  }
}
.p-movie_page .p-movie__video {
  max-width: calc(100vw - 60px);
  margin-top: 60px;
}
@media screen and (min-width: 1023.999px) {
  .p-movie_page .p-movie__video {
    display: flex;
    justify-content: center;
    margin-top: 120px;
    background-color: #E6E6E6;
  }
}
.p-movie_page .p-movie__video video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1079.999px) {
  .p-movie_page .c-movie__item {
    width: calc((100% - 15px) / 2);
  }
  .p-movie_page .c-movie__link {
    width: 100%;
    height: 100%;
  }
  .p-movie_page .c-movie__link::after {
    display: none;
  }
  .p-movie_page .c-movie__image {
    position: relative;
    height: auto;
  }
  .p-movie_page .c-movie__category {
    margin-block: 10px 8px;
    margin-left: 0;
    padding: 5px 12px;
    background-color: #E85400;
    color: #FFFFFF;
    font-size: 8px;
    line-height: 10px;
  }
  .p-movie_page .c-movie__title {
    margin: 0;
    color: #474645;
  }
  .p-movie_page .c-movie__date {
    margin: 0;
    color: #474645;
    font-size: 10px;
    line-height: 13px;
  }
}
.p-movie_page.p-single_page .c-button_round {
  position: relative;
  margin-top: 60px;
  margin-left: 0;
  padding-left: 90px;
  height: 62px;
}
.p-movie_page.p-single_page .c-button_round::after {
  position: absolute;
  right: auto;
  left: 20px;
  rotate: 180deg;
}
@media screen and (min-width: 1023.999px) {
  .p-movie_page.p-single_page .c-button_round {
    margin-top: 80px;
  }
  .p-movie_page.p-single_page .c-button_round::after {
    left: 30px;
    transform-origin: top;
  }
  .p-movie_page.p-single_page .c-button_round:hover::after {
    translate: -10px 0;
  }
}
.p-movie_page.p-single_page .wp-block-embed iframe {
  height: 613px;
}
@media screen and (min-width: 1023.999px) {
  .p-movie_page.p-single_page .wp-block-embed iframe {
    width: 100%;
    height: 608px;
    border-radius: 10px;
  }
}

.u-hover {
  opacity: 1;
  transition: opacity 0.3s;
}
.u-hover:hover {
  opacity: 0.7;
}

.u-bold {
  font-weight: 700;
}

.u-medium {
  font-weight: 500;
}

.u-blue {
  color: #4DB0B5;
}

.u-orange {
  color: #E85400;
}