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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

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

button {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  color: inherit;
  font: inherit;
  vertical-align: top;
}

body {
  color: #393939;
  font-family: "Rounded Mplus 1c";
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

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

a {
  color: inherit;
}

.l-contents {
  padding-bottom: 100px;
  padding-top: 60px;
}

.l-contents_inner {
  display: flex;
  gap: 40px;
}

.l-contents_main {
  flex: 6;
  min-width: 0;
}

.l-contents_side {
  flex: 4;
  min-width: 0;
}

html.is-fixed,
body.is-fixed {
  overflow: hidden;
}

.c-header {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  height: 60px;
  padding-inline: 20px;
}

.c-header.is-checked {
  background: #0060a0;
}

.c-header_inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 60px;
  justify-content: space-between;
}

.c-header_image a img {
  display: block;
  width: 270px;
}

.c-drawer-icon {
  flex-shrink: 0;
  height: 32px;
  position: relative;
  width: 32px;
}

.c-drawer-icon.is-checked .c-drawer-icon_bar {
  background: #fff;
}

.c-drawer-icon.is-checked .c-drawer-icon_bar:nth-of-type(1),
.c-drawer-icon.is-checked .c-drawer-icon_bar:nth-of-type(3) {
  top: 14px;
}

.c-drawer-icon.is-checked .c-drawer-icon_bar:nth-of-type(2) {
  display: none;
}

.c-drawer-icon.is-checked .c-drawer-icon_bar:nth-of-type(1) {
  transform: rotate(-45deg);
}

.c-drawer-icon.is-checked .c-drawer-icon_bar:nth-of-type(3) {
  transform: rotate(45deg);
}

.c-drawer-icon_bar {
  background: #1391e6;
  border-radius: 6px;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  transition: top 0.4s, transform 0.4s;
  width: 27px;
}

.c-drawer-icon_bar:nth-of-type(1) {
  top: 7px;
}

.c-drawer-icon_bar:nth-of-type(2) {
  top: 14px;
}

.c-drawer-icon_bar:nth-of-type(3) {
  top: 21px;
}

.c-header_nav_info {
  display: none;
}

.c-header_nav_info.is-checked {
  display: block;
}

.c-header_nav {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease, visibility 0.1s ease;
  visibility: hidden;
}

.c-header_nav.is-checked {
  background: #0060a0;
  display: block;
  height: calc(100% - 60px);
  opacity: 1;
  padding: 0 60px;
  pointer-events: auto;
  position: fixed;
  right: 0;
  top: 90px;
  visibility: visible;
  width: 100%;
  z-index: 100;
}

.c-header_nav_lists {
  display: flex;
  flex-direction: column;
  margin-top: 111px;
  text-align: center;
}

.c-header_nav_list {
  border-bottom: 1px dashed var(--color-base, #fff);
  border-top: 1px dashed #fff;
  color: #ffffff;
  margin: auto;
  position: relative;
}

.c-header_nav_list a {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 14px;
  padding: 15px 0;
  width: 255px;
}

.c-header_nav_list a img {
  height: 24px;
  width: 24px;
}

.c-header_nav_list_body a {
  display: flex;
  flex-direction: row;
}

.c-header_nav_list_body span {
  font-size: 11px;
}

.c-header_nav_link {
  display: flex;
  flex-direction: column;
}

.c-header_nav_link_icon img {
  height: 14px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 14px;
}

.c-header_info {
  display: none;
}

.c-header_address {
  display: flex;
  font-size: 13px;
  justify-content: flex-end;
  padding-bottom: 5px;
}

.c-header_info_under {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 4px;
}

.c-header_info_tell_image img {
  height: 28px;
  width: 28px;
}

.c-header_info_tell_number {
  color: #1391e6;
  font-size: 27px;
  font-weight: 700;
}

.c-footer {
  align-items: center;
  background: #dff1fd;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-footer_top_icon img {
  width: 100% px;
}

.c-footer_header {
  background: #ffffff;
  border-radius: 8px;
}

.c-footer_header_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-footer_header_body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 10px 20px 10px;
  text-align: center;
}

.c-footer_header_body_text_top img {
  flex-shrink: 0;
  height: 37px;
  width: 309px;
}

.c-footer_header_body_text_top p {
  font-size: 14px;
  padding-top: 7px;
}

.c-footer_header_body_text_under_tell {
  justify-content: center;
}

.c-footer_header_body_text_under_opentime {
  color: #1391e6;
  font-size: 12px;
}

.c-footer_header_body_buttons {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
}

.c-footer_header_body_button1 {
  align-items: center;
  background: var(--color-main, #1391e6);
  border-radius: 30px;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 6px;
  height: 38px;
  justify-content: center;
  width: 150px;
}

.c-footer_header_body_button1 img {
  height: 17px;
  width: 17px;
}

.c-footer_header_body_button1 p {
  font-size: 14px;
}

.c-footer_header_body_button2 {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--color-main, #1391e6);
  border-radius: 30px;
  color: #1391e6;
  display: flex;
  display: flex;
  flex-direction: row;
  flex-direction: row;
  gap: 6px;
  gap: 6px;
  height: 38px;
  justify-content: center;
  width: 150px;
}

.c-footer_header_body_button2 img {
  height: 17px;
  width: 17px;
}

.c-footer_header_body_button2 p {
  font-size: 14px;
}

.c-footer_header_body_time img {
  width: 335px;
}

.c-footer_header_map iframe {
  height: 315px;
  margin: auto;
  padding-bottom: 20px;
  width: 315px;
}

.c-footer_footer {
  padding: 42px 10px 60px 10px;
}

.c-footer_footer_inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-inline: 10px;
}

.c-footer_menu {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.c-footer_footer_treatment {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.c-footer_menu_treatment {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.c-footer_footer_text_title_treatment1 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.c-footer_footer_text_title_treatment2 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.c-footer_footer_text_title {
  font-size: 16px;
  font-weight: 700;
}

.c-footer_footer_text {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 6px;
}

.c-footer_footer_text img {
  height: 12px;
  width: 6px;
}

.c-footer_footer_text p {
  font-size: 16px;
}

.c-copyright-sp {
  background: #1391e6;
  color: #ffffff;
  font-size: 14px;
  height: 47px;
  margin: auto;
  padding-block: 13px;
  text-align: center;
}

.c-copyright-pc {
  display: none;
}

.c-top_image_inner {
  margin: auto;
  width: 100%;
}

.c-top_image_main {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 0 20px;
  position: relative;
}

.c-top_image_main_image {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url(../img/page-top4-sp.png) lightgray 50% / cover no-repeat;
  background-image: url("../img/page-top1-sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  height: 188px;
  width: 100%;
}

.c-top_image_page_title {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 57%;
  transform: translate(-50%, -50%);
}

.c-top_image_page_title_text1 {
  font-size: 24px;
  font-weight: 700;
}

.c-top_image_page_title_text2 {
  font-size: 12px;
  font-weight: 700;
}

.c-top_image_sub_bread {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 12px 20px 0 20px;
}

.c-top_image_sub_bread a {
  color: #888888;
}

.c-top_image_main_image_about {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url(../img/page-top4-sp.png) lightgray 50% / cover no-repeat;
  background-image: url("../img/page-top1-sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  height: 188px;
  width: 100%;
}

.c-top_image_main_image_service {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url(../img/page-top4-sp.png) lightgray 50% / cover no-repeat;
  background-image: url("../img/page-top2-sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  height: 188px;
  width: 100%;
}

.c-top_image_main_image_stuff {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url(../img/page-top4-sp.png) lightgray 50% / cover no-repeat;
  background-image: url("../img/page-top3-sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  height: 188px;
  width: 100%;
}

.c-top_image_main_image_blog {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url(../img/page-top4-sp.png) lightgray 50% / cover no-repeat;
  background-image: url("../img/page-top4-sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  height: 188px;
  width: 100%;
}

.c-top_image_main_image_contact {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url(../img/page-top4-sp.png) lightgray 50% / cover no-repeat;
  background-image: url("../img/page-top5-sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  height: 188px;
  width: 100%;
}

.c-column_inner {
  padding-inline: 20px;
}

.c-column_contents {
  padding-bottom: 60px;
}

.c-column_lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.c-column_list {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}

.c-column_list_img {
  /* flex: 3; */
  flex: 0 0 180px; /* 幅を固定（120pxは好みで調整） */
}

.c-column_list_img img {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 5px;
}

.c-column_list_text {
  display: flex;
  /* flex: 4; */
  flex: 1;
  flex-direction: column;
  gap: 6px;
}

.c-column_list_text1 {
  align-items: center;
  background: #1391e6;
  border-radius: 999px;
  color: #ffffff;
  display: flex;
  font-size: 10px;
  height: 19px;
  justify-content: center;
  padding: 2px 8px;
  width: 66px;
}

.c-column_list_text2 {
  font-size: 14px;
  line-height: 150%;
  width: 100%;
}

.c-column_list_text3 {
  color: #888888;
  font-size: 11px;
}

.c-column_pagination {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}

.c-column_pagination1 {
  align-items: center;
  background: #1391e6;
  border: 1px solid #1391e6;
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  font-size: 12px;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.c-column_pagination2 {
  align-items: center;
  border: 1px solid #1391e6;
  border-radius: 4px;
  color: #1391e6;
  display: flex;
  font-size: 12px;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.c-column_pagination_next {
  align-items: center;
  background: #1391e6;
  border: 1px solid #1391e6;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  height: 36px;
  justify-content: center;
  width: 71px;
}

.c-column_pagination_next p {
  color: #ffffff;
  font-size: 12px;
}

.c-column_pagination_next img {
  height: 14px;
  width: 14px;
}

/* /////////////////////////////////////////////////////////////// */

.c-column_pagination_prev {
  align-items: center;
  background: #1391e6;
  border: 1px solid #1391e6;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  height: 36px;
  justify-content: center;
  width: 71px;
}

.c-column_pagination_prev p {
  color: #ffffff;
  font-size: 12px;
}

.c-column_pagination_prev img {
  height: 14px;
  width: 14px;
}

/* ///////////////////////////////////////////////////////////////////// */

/* ウィジェット */
.widget_block {
}

.widget-title {
  align-items: center;
  border-bottom: 1px solid #393939;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-bottom: 8px;
}

.wp-widget-group__inner-blocks {
  /* display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px; */
}

/* ウィジェット */

.c-sideber_inner {
  padding-inline: 20px;
}

.c-sideber_lists {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.c-sideber_title {
  align-items: center;
  border-bottom: 1px solid #393939;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-bottom: 8px;
}

.c-sideber_title img {
  height: 24px;
  width: 24px;
}

.c-sideber_title p {
  font-weight: 700;
}

.c-sideber_body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}

.c-sideber_body_image {
  display: flex;
  justify-content: center;
}

.c-sideber_body_image img {
  border-radius: 15px;
}

.c-sideber_body_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-sideber_body_text1 {
  font-weight: 700;
}

.c-sideber_body_text2 {
  font-size: 14px;
}

.c-sideber_body_text3 {
  align-items: center;
  color: #1391e6;
  display: flex;
  flex-direction: row;
  font-size: 14px;
}

.c-sideber_body_text3 img {
  height: 18px;
  width: 18px;
}

.c-sideber_menus {
  gap: 12px;
  padding-left: 20px;
}

.c-stuff_Director {
  padding-top: 60px;
}

.c-stuff_Director_inner {
  padding-inline: 20px;
}

.c-stuff_title {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 14px;
  justify-content: center;
}

.c-stuff_title img {
  height: 14px;
  width: 49px;
}

.c-stuff_title p {
  font-size: 20px;
  font-weight: 700;
}

.c-stuff_Director_body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
}

.c-stuff_Director_greeting {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
}

.c-stuff_Director_greeting_text1 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 150%;
}

.c-stuff_Director_greeting_text2 {
  font-size: 14px;
  line-height: 170%;
  padding-top: 20px;
}

.c-stuff_Director_greeting_text3 {
  font-size: 14px;
  line-height: 170%;
  padding-top: 14px;
}

.c-stuff_Director_greeting_text4 {
  display: flex;
  font-size: 14px;
  justify-content: flex-end;
  padding-top: 14px;
}

.c-stuff_Director_greeting_text5 {
  display: flex;
  font-size: 14px;
  justify-content: flex-end;
}

.c-stuff_Director_greeting_img {
  flex-shrink: 0;
}

.c-stuff_Director_greeting_img img {
  background: url(./assets/img/stuff_director.png) lightgray -7.619px 21.44px/104.548%
    95.251% no-repeat;
  border-radius: 20px;
  height: 446px;
  width: 335px;
}

.c-stuff_Director_Career1 {
  padding-bottom: 30px;
}

.c-stuff_Director_Career_title {
  border-bottom: 1px solid #393939;
  font-size: 16px;
  padding-bottom: 6px;
}

.c-stuff_Director_Career_lists {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 14px;
}

.c-stuff_Director_Career_list {
  display: flex;
  flex-direction: row;
  gap: 14px;
}

.c-stuff_Director_Career_list_year {
  font-size: 14px;
}

.c-stuff_Director_Career_list_content {
  font-size: 14px;
}

.c-stuff_Director_Career2_qualification {
  font-size: 14px;
  padding-top: 14px;
}

/* 画像のサイズ調整 */

.staff-slider .swiper-wrapper {
  padding-block: 100px;
  transition-timing-function: linear;
}

.staff-slider .swiper-slide img {
  display: block;
  height: auto;
  width: 100%;
}

.c-stuff_introduction_inner {
  padding-bottom: 100px;
  padding-inline: 20px;
}

.c-stuff_introduction_title {
  margin: auto;
  padding-top: 40px;
}

.c-stuff_introduction_cards1 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
}

.c-stuff_introduction_cards_body2 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
}

.c-stuff_introduction_card {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.c-stuff_introduction_card_img {
  display: flex;
}

.c-stuff_introduction_card_img img {
  margin: auto;
}

.c-stuff_introduction_card_name {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
}

.c-stuff_introduction_card_name1 {
  font-size: 12px;
  letter-spacing: 0.96px;
}

.c-stuff_introduction_card_name2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
}

.c-stuff_introduction_card_info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.c-stuff_introduction_card_info1 {
  display: flex;
  flex-direction: row;
  gap: 0px;
}

.c-stuff_introduction_card_info1_title {
  align-items: center;
  background: #dff1fd;
  display: flex;
  flex: 4;
  font-size: 14px;
  padding: 17px 20px;
  width: 140px;
}

.c-stuff_introduction_card_info1_content {
  flex: 6;
  font-size: 14px;
  padding: 17px 20px;
  width: 195px;
}

.c-stuff_introduction_card_info2 {
  display: flex;
  flex-direction: row;
  gap: 0px;
}

.c-stuff_introduction_card_info2_title {
  align-items: center;
  background: #dff1fd;
  display: flex;
  flex: 4;
  font-size: 14px;
  padding: 17px 20px;
  width: 140px;
}

.c-stuff_introduction_card_info2_content {
  flex: 6;
  font-size: 14px;
  padding: 17px 20px;
  width: 195px;
}

.c-stuff_introduction_card_info3 {
  display: flex;
  flex-direction: row;
  gap: 0px;
}

.c-stuff_introduction_card_info3_title {
  background: #dff1fd;
  flex: 4;
  font-size: 14px;
  padding: 17px 20px;
  width: 140px;
}

.c-stuff_introduction_card_info3_content {
  flex: 6;
  font-size: 14px;
  padding: 17px 20px;
  width: 195px;
}

.c-medical1 {
  padding-top: 60px;
}

.c-medical1_inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-inline: 20px;
}

.c-medical1_general_title {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.c-medical1_general_title1 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.c-medical1_general_title2 {
  background: #1391e6;
  border-radius: 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
  padding: 5px 12px;
  text-align: center;
  width: 85px;
}

.c-medical1_general_menus {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 30px;
}

.c-medical1_general_menu {
  align-items: center;
  border: 2px solid #1391e6;
  border-radius: 12px;
  color: #fff;
  color: #1391e6;
  display: inline-flex;
  font-size: 18px;
  font-weight: bold;
  height: 56px;
  justify-content: center;
  min-width: 200px; /* 最低200pxを確保 */
  padding: 0 16px; /* テキスト横の余白がキツキツにならないように */
  white-space: nowrap;
}

.c-medical1_special_title {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.c-medical1_special_title1 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.c-medical1_special_title2 {
  background: #ee5a6d;
  border-radius: 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
  padding: 5px 12px;
  text-align: center;
  width: 84px;
}

.c-medical1_special_menus {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 30px;
}

.c-medical1_special_menu {
  align-items: center;
  border: 2px solid #1391e6;
  border-radius: 12px;
  color: #fff;
  color: #1391e6;
  display: inline-flex;
  font-size: 18px;
  font-weight: bold;
  height: 56px;
  justify-content: center;
  min-width: 200px; /* 最低200pxを確保 */
  padding: 0 16px; /* テキスト横の余白がキツキツにならないように */
  white-space: nowrap;
}

.c-medical2 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.c-medical2_general_main {
  background: #dff1fd;
  padding-bottom: 62px;
  padding-inline: 20px;
}

.c-medical2_general_title {
  font-size: 20px;
}

.c-medical2_general_cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
}

.c-medical2_general_card {
  background: #ffffff;
  border-radius: 20px;
}

.c-medical2_general_card_label {
  position: relative;
}

.c-medical2_general_card_label_image {
  width: 100%;
}

.c-medical2_general_card_label_image img {
  height: 60px;
  position: absolute;
  right: 20px;
  top: 0;
  width: 80px;
}

.c-medical2_general_card_label_text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: 4px; /*ベンダープレフィックス*/ /*ベンダープレフィックス*/
  top: 24px;
  transform: translate(-50%, -50%); /*センター寄せの修正*/
}

.c-medical2_general_card_inner {
  padding: 20px;
}

.c-medical2_general_card_titles {
  border-bottom: 1px solid #888888;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
}

.c-medical2_general_card_title1 {
  font-size: 20px;
  font-weight: 700;
}

.c-medical2_general_card_title2 {
  color: #1391e6;
  font-size: 14px;
  font-weight: 700;
}

.c-medical2_general_card_body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  padding-top: 16px;
}

.c-medical2_general_card_body_image {
  flex: 1;
  text-align: center;
  width: 100%;
}

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

.c-footer_bottom_icon {
  height: 82px;
  width: auto;
}

.c-footer_bottom_icon img {
  display: block;
  height: auto;
  margin-top: -14.5%;
  width: auto;
}

.c-medical2_special {
  padding-top: 100px;
}

.c-medical2_special_card_label_text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: 30px; /*ベンダープレフィックス*/ /*ベンダープレフィックス*/
  top: 24px;
  transform: translate(-50%, -50%); /*センター寄せの修正*/
}

#medical-general {
  scroll-margin-top: 80px; /* ヘッダーの高さ + 余白 */
}

.c-policy1 {
  padding-top: 60px;
}

.c-policy1-title {
  padding-bottom: 40px;
}

.c-policy1_body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
  padding-top: 110px;
  position: relative;
}

.c-policy1_body::before {
  background-image: url(../img/deco-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 308px;
  left: -7px;
  position: absolute;
  top: 0;
  width: 142%;
  z-index: -1;
}

.c-policy1_text {
  padding-inline: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.c-policy1_text1 {
  color: #1391e6;
  font-size: 11px;
  font-weight: 700;
}

.c-policy1_text2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  padding-top: 14px;
}

.c-policy1_text3 {
  font-size: 14px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.c-policy1_image {
  display: flex;
  justify-content: flex-start;
  padding-right: 41px;
}

.c-policy1_image img {
  border-radius: 0 20px 20px 0;
}

.c-policy2_body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
  padding-top: 110px;
}

.c-policy2_text {
  padding-inline: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.c-policy2_text1 {
  color: #1391e6;
  font-size: 11px;
  font-weight: 700;
}

.c-policy2_text2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  padding-top: 14px;
}

.c-policy2_text3 {
  font-size: 14px;
  padding-top: 30px;
}

.c-policy2_image {
  display: flex;
  justify-content: flex-end;
  padding-left: 41px;
  width: 100%;
}

.c-policy3 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.c-policy3_images {
  align-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.c-policy3_image img {
  height: 162px;
  width: 162px;
}

.c-home1 {
  padding-top: 15px;
}

/* ホーム1スライダー専用 */

.c-home1_container {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.c-home1_swiper .swiper-wrapper {
  text-align: center;
  transition-timing-function: ease;
  width: 100%;
}

.c-home1_swiper .swiper-wrapper p img {
  border-radius: 8px;
}

.c-home1_swiper .swiper-slide {
  padding-inline: 20px;
  position: relative;
}

.c-home1_swiper .swiper-slide img {
  border-radius: 8px;
  display: block;
  height: auto;
  width: 100%;
}

.c-home1_swiper .swiper-slide::after {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 20px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 0;
}

.c-home1_header_body_time {
  text-align: center;
}

.c-footer_header_body_time_image {
  position: relative;
  top: -32px;
  z-index: 5;
}

.c-home1_swiper-button-prev {
  height: 50px;
  left: 0px;
  width: 50px;
}

.c-home1_swiper-button-prev img {
  height: 50px;
  width: 50px;
}

.c-home1_swiper-button-prev::after {
  display: none;
}

.c-home1_swiper-button-next {
  height: 50px;
  right: 0;
  width: 50px;
}

.c-home1_swiper-button-next img {
  height: 50px;
  width: 50px;
}

.c-home1_swiper-button-next::after {
  display: none;
}

.swiper-horizontal > .swiper-pagination-bullets {
  bottom: auto !important;
  right: 10px; /* 位置は自由に調整してください */
  top: 50%;
  transform: translateY(-50%);
}

/* ページネーションの親を縦レイアウトにする 元々display:inline-blockが当てられているから縦並び*/

.c-home1_swiper-pagination {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px; /* 点の間隔を調整 */
  height: auto;
}

.c-home1_time_news {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding-inline: 20px;
}

.c-home1_news {
  flex: 1;
}

.c-home1_news_title {
  border-bottom: 1px solid #393939;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 6px;
}

.c-home1_news_title1_2 {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.c-home1_news_title1 {
  font-size: 20px;
  font-weight: 700;
}

.c-home1_news_title2 {
  color: #1391e6;
  font-size: 11px;
  font-weight: 700;
}

.c-home1_news_title3 {
  color: #888888;
  font-size: 11px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}

.c-home1_news_contents {
  border-bottom: 1px solid #393939;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-block: 10px;
}

.c-home1_news_content1_2 {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 23px;
}

.c-home1_news_content1 {
  font-size: 12px;
}

.c-home1_news_content2 {
  font-size: 14px;
}

.c-home1_news_content_image img {
  height: 14px;
  width: 14px;
}

.c-home1_swiper-slide_text {
  align-items: center;
  bottom: 6px;
  display: flex;
  flex-direction: column;
  left: 160px;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}

.c-home1_swiper-slide_text1 {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.c-home1_swiper-slide_text1 p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 5px;
  z-index: 3;
}

.c-home1_swiper-slide_text1 img {
  height: 2px;
  width: 239px;
  z-index: 3;
}

.c-home1_swiper-slide_text2 {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.c-home1_swiper-slide_text2 p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 5px;
  z-index: 3;
}

.c-home1_swiper-slide_text2 img {
  height: 2px;
  z-index: 3;
}

.home2_button {
  align-items: center;
  border: 1px solid #1391e6;
  border-radius: 24px;
  display: inline-flex;
  flex-direction: row;
  gap: 22px;
  position: relative;
}

.home2_button p {
  align-items: center;
  color: #1391e6;
  font-size: 14px;
  padding: 11px 46px;
}

.home2_button img {
  height: 12px;
  position: absolute;
  right: 12px;
  width: 12px;
}

.c-home3 {
  padding-top: 100px;
}

.c-home3_inner {
  padding-inline: 20px;
}

.c-home3_contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.c-home3_content {
  text-align: center;
  width: 290px;
}

.c-home3_content_image1 {
  padding-bottom: 15px;
  width: 100%;
}

.c-home3_content_image1 img {
  flex-shrink: 0;
  height: 32px;
  width: 182px;
}

.c-home3_content_image2 {
  width: 100%;
}

.c-home3_content_image2 img {
  height: 220.111px;
  width: 227.046px;
}

.c-home3_content_titles {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  top: -22px;
}

.c-home3_content_titles svg {
  position: relative;
  top: -10px;
}

.c-home3_content_title {
  align-items: center;
  background: #1391e6;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  padding: 6px 21px;
}

.c-home3_content_title p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.c-home3_content_text {
  font-size: 14px;
  text-align: left;
}

.c-home4_body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.c-home4_contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
}

.c-home4_content {
  position: relative;
}

.c-home4_content_image1 {
  aspect-ratio: 3/2;
  background-image: url(../../assets/img/home4_img1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 210px; /* ← 必ず高さを決める（可変にしたいならmin-heightでもOK） */
  position: relative;
  width: 100%; /* ← 横幅は親に合わせる */
}

.c-home4_content_image1::after {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.c-home4_content_image1 img {
  border-radius: 20px;
  display: block;
  width: 100%;
}

.c-home4_content_image2 {
  aspect-ratio: 3/2;
  background-image: url(../../assets/img/home4_img2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 200px; /* ← 必ず高さを決める（可変にしたいならmin-heightでもOK） */
  position: relative;
  width: 100%; /* ← 横幅は親に合わせる */
}

.c-home4_content_image2::after {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.c-home4_content_image2 img {
  border-radius: 20px;
  display: block;
  width: 100%;
}

.c-home4_content_text {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
}

.c-home4_content_text1 {
  color: #ffffff;
  font-size: 20px;
}

.c-home4_content_text2 {
  border: 1px solid #ffffff;
  width: 40px;
}

.c-home4_content_text3 {
  color: #ffffff;
  font-size: 12px;
}

.c-home4_text {
  background: #ffffff;
  margin: 0 auto;
  padding: 17px 20px;
}

.c-home4_text p {
  font-size: 14px;
}

.c-home5 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 100px;
  padding-top: 100px;
}

.home5_button {
  align-items: center;
  border: 1px solid #1391e6;
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  gap: 22px;
  justify-content: center;
  margin: auto;
  position: relative;
  width: 275px;
}

.c-stuff-blog1 {
  padding-inline: 20px;
}

.c-stuff-blog1_body_top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 40px;
}

.c-stuff-blog1_title {
  font-size: 20px;
  font-weight: 700;
}

.c-stuff-blog1_body_bottom {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.c-stuff-blog1_date {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 6px;
}

.c-stuff-blog1_date img {
  height: 14px;
  width: 14px;
}

.c-stuff-blog1_date p {
  color: #1391e6;
  font-size: 16px;
}

.c-stuff-blog1_category {
  background-color: #1391e6;
  border-radius: 999px;
  color: #ffffff;
  font-size: 11px;
  padding: 6px 12px;
  text-align: center;
}

.c-stuff-blog2_body {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.c-stuff-blog2_body_H2 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.c-stuff-blog2_body_H2_title {
  color: #1391e6;
  font-size: 18px;
  font-weight: 700;
}

.c-stuff-blog2_body_H2_text1 {
  font-size: 14px;
}

.c-stuff-blog2_body_H2_text2 {
  font-size: 14px;
}

.c-stuff-blog2_body_H3 {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.c-stuff-blog2_body_H3_title {
  border-bottom: 1px solid #1391e6;
  color: #1391e6;
  font-size: 16px;
  font-weight: 700;
}

.c-stuff-blog2_body_H3_text ul {
  font-size: 14px;
  list-style: disc !important;
  padding-left: 1.4em;
}

.c-stuff-blog2_body_H4 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.c-stuff-blog2_body_H4_title {
  color: #1391e6;
  font-size: 14px;
  font-weight: 700;
}

.c-stuff-blog2_body_H4_text ol {
  font-size: 14px;
  list-style: decimal !important;
  padding-left: 1.4em;
}

.c-stuff-blog2_pagination {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.c-stuff-blog2_pagination_left {
  align-items: center;
  background: #1391e6;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 7px 14px;
}

.c-stuff-blog2_pagination_left img {
  height: 16px;
  width: 16px;
}

.c-stuff-blog2_pagination_left p {
  color: #ffffff;
  font-size: 12px;
}

.c-stuff-blog2_pagination_center {
  border: 1px solid #1391e6;
  border-radius: 4px;
  color: #1391e6;
  font-size: 12px;
  padding: 7px 14px;
}

.c-stuff-blog2_pagination_right {
  align-items: center;
  background: #1391e6;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 7px 14px;
}

.c-stuff-blog2_pagination_right p {
  color: #ffffff;
  font-size: 12px;
}

.c-stuff-blog2_pagination_right img {
  height: 16px;
  width: 16px;
}

#toc_container.no_bullets ul {
  margin: auto;
}

#toc_container {
  background: #f9f9f9;
  border: 3px solid #1391e6;
  padding: 25px;
  margin-bottom: 1em;
  width: auto;
  display: table;
  font-size: 95%;
}

/* /////////////////////////////////////////////////////////////// */

/* 記事本文 全体 */
.c-stuff-blog2_body {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

/* 段落 */
.c-stuff-blog2_body p {
  margin-bottom: 1.5em;
}

/* 太字 */
.c-stuff-blog2_body strong {
  font-weight: 700;
}

/* H2 */
.c-stuff-blog2_body h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  padding-left: 12px;
  border-left: 4px solid #1391e6;
}

/* H3 */
.c-stuff-blog2_body h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 32px 0 16px;
}

/* リスト */
.c-stuff-blog2_body ul,
.c-stuff-blog2_body ol {
  padding-left: 20px;
  margin-bottom: 1.5em;
}

.c-stuff-blog2_body li {
  margin-bottom: 8px;
}

/* /////////////////////////////////////////////////////////////// */

.c-news {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.c-news_img {
  flex: 0 0 35%;
  flex-shrink: 0;
  width: 39%;
}

.c-news_text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.c-news_text1 {
  align-items: center;
  background: #1391e6;
  border-radius: 999px;
  color: #ffffff;
  display: flex;
  font-size: 10px;
  height: 19px;
  padding: 2px 8px;
  width: 66px;
}

.c-news_text2 {
  font-size: 14px;
  line-height: 150%;
  width: 100%;
}

.home5_button {
  align-items: center;
  border: 1px solid #1391e6;
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  gap: 22px;
  justify-content: center;
  margin: auto;
  position: relative;
  width: 275px;
}

.parent2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-inline: 20px;
}

.contact {
  background: url(../img/section-bg.png) repeat top left/529px auto;
  padding-bottom: 60px;
  padding-top: 60px;
}

.contact__box {
  background: #fff;
  border-radius: 30px;
  padding: 100px 20px;
}

.contact__form {
  border-top: 1px solid #c2c2c2;
  padding-top: 24px;
}

.contact__fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: fit-content;
  margin: auto;
}

.contact__field {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 24px;
}

.contact__privacy {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.contact__button {
  margin-top: 29px;
  text-align: center;
}

.form-field__head {
  align-items: center;
  display: flex;
  gap: 10px;
}

.form-field__label {
  font-size: 16px;
  line-height: 1.4375;
}

.form-field__tag {
  background: #ee5a6d;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.98px;
  line-height: 100%;
  padding: 6px 6px;
}

.form-field__tag.is-option {
  background-color: #ee5a6d;
}

.form-field__item1 {
  flex-grow: 1;
  margin-top: 15px;
}

.form-field__item {
  flex-grow: 1;
  margin-top: 15px;
}

.form-field__item_date {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-text {
  background: #f6f6f6;
  border: 3px solid #f6f6f6;
  border-radius: 4px;
  padding: 12px 13px 11px;
  transition: border-color 0.1s;
  width: 100%;
}

.form-text:hover,
.form-text:focus {
  border-color: #1391e6;
  outline: none;
}

.form-radio {
  line-height: 1.4375;
}

.form-radio:hover .form-radio__text::before {
  border-color: #1391e6;
}

.form-radio__input {
  height: 1px;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}

.form-radio__input:focus + .form-radio__text::before {
  border-color: #1391e6;
}

.form-radio__text {
  font-weight: 500;
  padding-left: 36px;
  position: relative;
}

.form-radio__text::before,
.form-radio__text::after {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.form-radio__text::before {
  border: 1px solid #1391e6;
  height: 24px;
  left: 0;
  transition: border-color 0.3s;
  width: 24px;
}

.form-radio__text::after {
  background: #1391e6;
  height: 12px;
  left: 7px;
  opacity: 0;
  width: 12px;
}

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../assets/img/contact.form_Icon.png) no-repeat center right
    14px/20px 20px;
  background-color: #f6f6f6;
  border: 3px solid #f6f6f6;
  border-radius: 5px;
  font-weight: 500;
  padding: 12px 43px 11px 13px;
  transition: border-color 0.1s;
  width: 100%;
}

.form-select:hover,
.form-select:focus {
  border-color: #1391e6;
  outline: none;
}

.form-textarea {
  background: #f6f6f6;
  border: 3px solid #f6f6f6;
  border-radius: 5px;
  height: 180px;
  padding: 13px;
  transition: border-color 0.3s;
  width: 100%;
}

.form-textarea:hover,
.form-textarea:focus {
  border-color: #1391e6;
  outline: none;
}

.form-field__radios {
  display: flex;
  flex-direction: row;
  gap: 17px;
}

.form-checkbox {
  align-items: center;
  display: flex;
  gap: 6px;
  writing-mode: horizontal-tb;
}

.form-checkbox:hover .form-checkbox__text::before {
  border-color: #1391e6;
}

.form-checkbox__input {
  height: 1px;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}

.form-checkbox__input:focus + .form-checkbox__text::before {
  border-color: #1391e6;
}

.form-checkbox__text {
  font-size: 14px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
}

.form-checkbox__text::before,
.form-checkbox__text::after {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.form-checkbox__text::before {
  border: 1px solid #1391e6;
  border-radius: 1px;
  height: 20px;
  transition: border-color 0.3s;
  width: 20px;
}

.form-checkbox__text::after {
  background: url(../../assets/img/Check.png) no-repeat center center/contain;
  height: 8px;
  left: 3px;
  opacity: 0;
  width: 15px;
}

.form-checkbox__text a {
  font-weight: inherit;
  text-decoration-line: underline;
  transition: color 0.3s;
}

.form-checkbox__text a:hover {
  color: #f5810e;
}

.contact_button {
  border: 1px solid #1391e6;
  border-radius: 24px;
  color: #1391e6;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  letter-spacing: 1.12px;
  margin: auto;
  margin-top: 40px;
  padding: 8px 114px;
  text-align: center;
}

.contact_title {
  padding-bottom: 40px;
  text-align: center;
}

.br-sp {
  display: none;
}

.c-contact_text {
  margin: auto;
  padding-inline: 20px;
}

.c-contact_text p {
  font-size: 14px;
}

.c-contact_text span {
  color: #ee5a6d;
}

.form-field_head-text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.form-field_sub_text {
  color: #888888;
  font-size: 11px;
}

.checkbox {
  height: 18px;
  width: 18px;
}

.form-field__checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.checkbox-item {
  align-items: center;
  display: flex;
  gap: 6px;
  writing-mode: horizontal-tb;
}

.date {
  background: #f6f6f6;
  border: 3px solid #f6f6f6;
  border-radius: 4px;
  padding: 12px 13px 11px;
  transition: border-color 0.1s;
  width: 100%;
}

.date:focus {
  border-color: #1391e6;
  box-shadow: none;
  outline: none;
}

.c-contact2 {
  padding-bottom: 100px;
  padding-inline: 20px;
  padding-top: 60px;
}

.c-contact2 p {
  font-size: 14px;
}

.c-contact2 span {
  color: #ee5a6d;
}

.c-reserve {
  margin: auto;
  padding-bottom: 100px;
  padding-inline: 20px;
  padding-top: 60px;
}

.c-reserve_text {
  font-size: 14px;
}

.c-reserve_text span {
  color: #ee5a6d;
}

.c-reserve_text1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.c-reserve_text1_title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 150%;
}

.c-reserve_text1_opentime {
  text-align: center;
}

.c-reserve_text2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 40px;
}

.c-reserve_text2_title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 150%;
}

.u-separate {
  margin-bottom: 24px;
  margin-top: 24px;
}

.c-top_image_sub {
  padding-left: 30px;
  padding-top: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-contents {
    padding-bottom: 160px;
    padding-top: 100px;
  }

  .c-header_nav_info {
    position: absolute;
  }

  .c-top_image_main_image {
    height: 340px;
  }

  .c-top_image_main_image_about {
    height: 340px;
  }

  .c-top_image_main_image_service {
    height: 340px;
  }

  .c-top_image_main_image_stuff {
    height: 340px;
  }

  .c-top_image_main_image_blog {
    height: 340px;
  }

  .c-top_image_main_image_contact {
    height: 340px;
  }

  .c-column_list_img {
    flex: 0 0 200px;
  }

  .c-column_list_text {
    flex: 1;
  }

  .c-stuff_Director_inner {
    padding-inline: 0;
  }

  .c-stuff_Director_body {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(4, 1fr);
    padding-top: 60px;
  }

  .c-stuff_Director_greeting_text {
    grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row: span 2 / span 2;
  }

  .c-stuff_Director_greeting_img {
    grid-column: span 4 / span 4;
    grid-column-start: 5;
    grid-row: span 4 / span 4;
  }

  .c-stuff_Director_Career {
    grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row: span 2 / span 2;
    grid-row-start: 3;
  }

  .staff-slider .swiper-wrapper {
    padding-block: 160px;
  }

  .c-stuff_introduction_inner {
    padding-bottom: 160px;
    padding-inline: 30px;
  }

  .c-stuff_introduction_card_img img {
    margin: auto;
  }

  .c-medical1_general_menus {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .c-medical1_general_menu {
    width: 166px;
  }

  .c-medical1_special_menus {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .c-medical1_special_menu {
    width: 166px;
  }

  .c-footer_bottom_icon img {
    margin-top: -9.5%;
  }

  .c-policy1 {
    padding-top: 170px;
  }

  .c-policy1_body::before {
    height: 425px;
    left: 16%;
  }

  .c-policy1_body {
    align-items: center;
    flex-direction: row-reverse;
  }

  .c-policy1_image {
    padding-right: 0;
  }

  .c-policy1_image img {
    width: 930px;
  }

  .c-policy2_body {
    align-items: center;
    flex-direction: row;
  }

  .c-policy2_image {
    padding-right: 0;
  }

  .c-policy2_image img {
    flex-shrink: 0;
    height: 438px;
    width: auto;
  }

  .c-policy3_image img {
    height: 317px;
    width: 317px;
  }

  .c-home1_header_body_time img {
    width: 540px;
  }

  .c-home1_time_news {
    margin: auto;
    width: 570px;
  }

  .c-home3_contents {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    justify-content: space-between;
  }

  .c-home4_body {
    gap: 0;
  }

  .c-home4_contents {
    flex-direction: row;
    gap: 50px;
    justify-content: center;
  }

  .c-home4_content {
    height: 290px;
    width: 460px;
  }

  .c-home4_content_image1 {
    height: 235px;
  }

  .c-home4_content_image1::after {
    border-radius: 30px;
  }

  .c-home4_content_image2 {
    height: 235px;
  }

  .c-home4_content_image2::after {
    border-radius: 30px;
  }

  .c-home4_content_text {
    top: 45%;
  }

  .c-home4_content_text1 {
    font-size: 28px;
    font-weight: 700;
  }

  .c-home4_content_text3 {
    font-size: 16px;
  }

  .c-home4_text {
    box-sizing: border-box;
    margin-left: auto;
    max-width: 960px;
    max-width: 960px;
    padding: 35px 40px;
    width: 100%;
  }

  .c-home5 {
    gap: 60px;
    padding-block: 120px;
  }

  .c-home5_list {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: block; /* これ必須！ */
  }

  .c-home5_list_img {
    height: 180px; /* 固定高さ */
    overflow: hidden;
  }

  .c-home5_list_img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; /* ← 比率崩さずトリミング */
  }

  .c-home5_list_text {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 0 24px 12px 24px;
  }

  .c-home5_list_text1 {
    background-color: #1391e6;
    border-radius: 999px;
    color: #ffffff;
    font-size: 11px;
    padding: 6px 12px;
    position: relative;
    text-align: center;
    top: -17px;
  }

  .c-home5_list_text2 {
    font-size: 16px;
    min-height: 72px;
    position: relative;
    top: -17px;
  }

  .c-home5_list_text3 {
    color: #888888;
    font-size: 11px;
  }

  .parent {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 30px;
  }

  .c-stuff-blog1_title {
    font-size: 28px;
  }

  .c-stuff-blog2_body_H2_title {
    font-size: 24px;
  }

  .c-stuff-blog2_body_H3_title {
    font-size: 20px;
  }

  .c-stuff-blog2_body_H4_title {
    font-size: 16px;
  }

  .c-stuff-blog2_pagination_left p {
    font-size: 14px;
  }

  .c-stuff-blog2_pagination_center {
    font-size: 14px;
  }

  .c-stuff-blog2_pagination_right p {
    font-size: 14px;
  }

  .c-news_text3 {
    color: #888888;
    font-size: 11px;
  }

  .contact__box {
    margin: auto;
    max-width: 730px;
    padding: 150px 30px;
  }

  .contact__fields {
    gap: 29px;
    /* width: fit-content;
    margin: auto; */
  }

  .contact_button {
    margin-top: 70px;
  }

  .contact_title {
    padding-bottom: 70px;
  }

  .c-contact_text {
    max-width: 730px;
  }

  .c-contact2 {
    padding: 100px 275px 160px 275px;
  }

  .c-reserve {
    padding-bottom: 160px;
    padding-top: 80px;
    width: 735px;
  }

  .c-top_image_sub {
    padding-left: 40px;
    padding-top: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-stuff_introduction_cards1 {
    display: grid;
    gap: 70px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }

  .c-stuff_introduction_cards_body2 {
    display: grid;
    gap: 70px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }

  .c-stuff_introduction_card {
    grid-row: span 4 / span 4;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c-stuff_introduction_cards1 {
    display: grid;
    gap: 70px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }

  .c-stuff_introduction_cards_body2 {
    display: grid;
    gap: 60px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .c-stuff_introduction_card {
    max-width: 280px;
  }
}

/* ////////////////////////////////////////////////////////////////////// */
/* pcサイズ */

@media screen and (min-width: 1201px) {
  .l-contents {
    padding-bottom: 160px;
    padding-top: 80px;
  }

  .l-contents_inner {
    padding-inline: 115px;
    padding-top: 80px;
  }

  .c-header {
    height: 80px;
    padding: 8px 40px;
  }

  .c-header_inner {
    margin-inline: auto;
    max-width: 1440px;
  }

  .c-drawer-icon {
    display: none;
  }

  .c-drawer-icon_bar {
    width: 36px;
  }

  .c-header_nav_info {
    align-items: center;
    display: block;
    display: flex;
    flex-direction: row;
    gap: 25px;
  }

  .c-header_nav {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .c-header_nav_lists {
    align-items: center;
    flex-direction: row;
    gap: 14px;
    margin-top: 0;

    display: flex;
  }

  .c-header_nav_list a {
    flex-direction: column;
    gap: 7px;
    width: auto;
  }

  .c-header_nav_list {
    color: #393939;
  }

  .c-header_nav_link_icon img {
    display: none;
  }

  .c-header_info {
    display: block;
  }

  /* ////////////////////////////////////////// */

  .c-header_nav_lists li a {
    display: flex;
    align-items: center;
    gap: 8px;

    display: flex;
    flex-direction: column;
  }

  .c-header_nav_lists li a::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* 各メニューごとに画像を割り当て */
  .menu-home > a::before {
    background-image: url("../img/icon-home-pc.png");
  }

  .menu-about > a::before {
    background-image: url("../img/icon-hospital-pc.png");
  }

  .menu-service > a::before {
    background-image: url("../img/icon-paper-pc.png");
  }

  .menu-staff > a::before {
    background-image: url("../img/icon-staff-pc.png");
  }

  .menu-blog > a::before {
    background-image: url("../img/icon-pencil-pc.png");
  }

  .menu-contact > a::before {
    background-image: url("../img/icon-mail-pc.png");
  }

  .c-footer {
    align-items: center;
    padding-top: 56px;
  }

  .c-footer_header {
    border-radius: 20px;
    padding: 40px 49px;
  }

  .c-footer_header_inner {
    align-items: center;
    flex-direction: row;
    gap: 48px;
    justify-content: center;
  }

  .c-footer_header_body {
    padding: 0;
  }

  .c-footer_header_body_text_top img {
    height: 48px;
    width: 405px;
  }

  .c-footer_header_body_buttons {
    gap: 20px;
  }

  .c-footer_header_body_button1 {
    height: 56px;
    width: 220px;
  }

  .c-footer_header_body_button1 img {
    height: 21px;
    width: 21px;
  }

  .c-footer_header_body_button1 p {
    font-size: 16px;
  }

  .c-footer_header_body_button2 {
    height: 56px;
    width: 220px;
  }

  .c-footer_header_body_button2 img {
    height: 21px;
    width: 21px;
  }

  .c-footer_header_body_button2 p {
    font-size: 16px;
  }

  .c-footer_header_body_time img {
    width: 477px;
  }

  .c-footer_header_map iframe {
    height: 385px;
    padding-bottom: 0;
    width: 385px;
  }

  .c-footer_footer_inner {
    flex-direction: row;
    justify-content: center;
  }

  .c-copyright-sp {
    display: none;
  }

  .c-copyright-pc {
    background: #1391e6;
    color: #ffffff;
    display: block;
    font-size: 14px;
    height: 55px;
    margin: auto;
    padding-block: 17px;
    text-align: center;
  }

  .c-top_image_inner {
    height: 340px;
  }

  .c-top_image_main {
    padding: 40px 60px 0 60px;
  }

  .c-top_image_main_image {
    background-image: url("../img/page-top1-pc.png");
    height: 340px;
  }

  .c-top_image_page_title {
    gap: 17px;
  }

  .c-top_image_page_title_text1 {
    font-size: 32px;
  }

  .c-top_image_page_title_text2 {
    font-size: 14px;
  }

  .c-top_image_sub {
    padding: 12px 90px 0 90px;
  }

  .c-top_image_main_image_about {
    background-image: url("../img/page-top1-pc.png");
    height: 340px;
  }

  .c-top_image_main_image_service {
    background-image: url("../img/page-top2-pc.png");
    height: 340px;
  }

  .c-top_image_main_image_stuff {
    background-image: url("../img/page-top3-pc.png");
    height: 340px;
  }

  .c-top_image_main_image_blog {
    background-image: url("../img/page-top4-pc.png");
    height: 340px;
  }

  .c-top_image_main_image_contact {
    background-image: url("../img/page-top5-pc.png");
    height: 340px;
  }

  .c-column_contents {
    padding-bottom: 100px;
  }

  .c-column_list {
    gap: 20px;
    max-width: 670px;
  }

  .c-column_list_img {
    max-width: 260px;
    flex: 0 0 260px;
  }

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

  .c-column_list_text {
    gap: 14px;
    flex: 1;
  }

  .c-column_pagination1 {
    height: 36px;
    width: 36px;
  }

  .c-column_pagination2 {
    height: 36px;
    width: 36px;
  }

  .c-stuff_Director {
    margin-top: 160px;
  }

  .c-stuff_title {
    gap: 28px;
  }

  .c-stuff_title img {
    height: 20px;
    width: 67px;
  }

  .c-stuff_title p {
    font-size: 28px;
  }

  .c-stuff_Director_body {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(4, 1fr);
    padding-top: 60px;
  }

  .c-stuff_Director_greeting_text {
    grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row: span 2 / span 2;
  }

  .c-stuff_Director_greeting_img {
    grid-column: span 4 / span 4;
    grid-column-start: 5;
    grid-row: span 4 / span 4;
  }

  .c-stuff_Director_Career {
    grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row: span 2 / span 2;
    grid-row-start: 3;
  }

  .c-stuff_Director_greeting {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 60px;
  }

  .c-stuff_Director_greeting_text {
    width: 460px;
  }

  .c-stuff_Director_greeting_text1 {
    font-size: 28px;
    letter-spacing: 2.24px;
  }

  .c-stuff_Director_greeting_text2 {
    font-size: 14px;
  }

  .c-stuff_Director_greeting_text3 {
    font-size: 14px;
  }

  .c-stuff_Director_greeting_text4 {
    font-size: 14px;
  }

  .c-stuff_Director_greeting_text5 {
    font-size: 14px;
  }

  .c-stuff_Director_greeting_img img {
    flex-shrink: 0;
    height: 613px;
    width: 460px;
  }

  .c-stuff_Director_Career_title {
    max-width: 1000px;
    padding-bottom: 8px;
  }

  .staff-slider .swiper-wrapper {
    padding-block: 160px;
  }

  .c-stuff_introduction_inner {
    margin: auto;
    padding-bottom: 160px;
    padding-inline: 140px;
    width: -moz-fit-content;
    width: fit-content;
  }

  .c-stuff_introduction_title {
    padding-top: 60px;
  }

  .c-stuff_introduction_cards1 {
    display: grid;
    gap: 70px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }

  .c-stuff_introduction_cards_body2 {
    display: grid;
    gap: 70px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }

  .c-stuff_introduction_card {
    width: 280px;
  }

  .c-stuff_introduction_card_img img {
    aspect-ratio: 1/1;
    height: 280px;
    margin: auto;
    width: 280px;
  }

  .c-medical1 {
    padding-top: 140px;
  }

  .c-medical1_inner {
    padding-inline: 140px;
  }

  .c-medical1_general_title1 {
    font-size: 28px;
    letter-spacing: 2.24px;
  }

  .c-medical1_general_menus {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .c-medical1_general_menu {
    font-size: 24px;
    height: 72px;
    letter-spacing: 1.92px;
    padding: 18px 32px;
    width: 166px;
  }

  .c-medical1_special_title1 {
    font-size: 28px;
    letter-spacing: 2.24px;
  }

  .c-medical1_special_menus {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .c-medical1_special_menu {
    font-size: 24px;
    height: 72px;
    letter-spacing: 1.92px;
    padding: 18px 32px;
  }

  .c-medical2 {
    padding-bottom: 160px;
    padding-top: 120px;
  }

  .c-medical2_general_main {
    padding-bottom: 85px;
    padding-inline: 140px;
  }

  .c-medical2_general_title {
    font-size: 28px;
  }

  .c-medical2_general_cards {
    padding-top: 60px;
  }

  .c-medical2_general_card_label_image img {
    height: 80px;
    width: 100px;
  }

  .c-medical2_general_card_label_text {
    font-size: 16px;
    top: 33px;
  }

  .c-medical2_general_card_inner {
    padding: 60px;
  }

  .c-medical2_general_card_titles {
    flex-direction: row;
    gap: 40px;
    padding-bottom: 36px;
  }

  .c-medical2_general_card_title1 {
    font-size: 28px;
  }

  .c-medical2_general_card_body {
    flex-direction: row;
    gap: 30px;
    padding-top: 36px;
  }

  .c-medical2_general_card_body_text {
    flex: 1;
    width: 420px;
  }

  .c-footer_bottom_icon img {
    margin-top: -9.5%;
  }

  .c-medical2_special {
    margin-top: 160px;
  }

  .c-medical2_special_card_label_text {
    font-size: 16px;
    top: 33px;
  }

  .c-policy1 {
    padding-top: 170px;
  }

  .c-policy1-title {
    padding-bottom: 60px;
  }

  .c-policy1_body::before {
    height: 726px;
    left: 460px;
    top: -10px;
    width: 1211px;
  }

  .c-policy1_body {
    align-items: center;
    flex-direction: row-reverse;
    gap: 93px;
    padding-bottom: 108px;
    padding-top: 180px;
  }

  .c-policy1_text {
    flex: 1;
    padding-right: 140px;
  }

  .c-policy1_text1 {
    font-size: 14px;
  }

  .c-policy1_text2 {
    font-size: 28px;
    padding-top: 24px;
  }

  .c-policy1_text3 {
    padding-bottom: 39px;
    padding-top: 39px;
  }

  .c-policy1_image img {
    flex: 1;
    flex-shrink: 0;
    height: 438px;
    width: 640px;
  }

  .c-policy1_image img img {
    width: 100%;
  }

  .c-policy2_body {
    align-items: center;
    flex-direction: row;
    gap: 93px;
    padding-top: 180px;
  }

  .c-policy2_text {
    padding-left: 140px;
  }

  .c-policy2_text1 {
    font-size: 14px;
  }

  .c-policy2_text2 {
    font-size: 28px;
    padding-top: 24px;
  }

  .c-policy2_text3 {
    padding-top: 39px;
  }

  .c-policy2_image img {
    flex-shrink: 0;
    height: 438px;
    width: 640px;
  }

  .c-policy2_image img img {
    width: 100%;
  }

  .c-policy3 {
    padding-bottom: 160px;
    padding-top: 120px;
  }

  .c-policy3_image img {
    height: 317px;
    width: 317px;
  }

  .c-home1 {
    padding-top: 40px;
  }

  .c-home1_header_body_time {
    flex: 1;
  }

  .c-home1_header_body_time img {
    width: 477px;
  }

  .c-home1_time_news {
    display: flex;
    flex-direction: row-reverse;
    gap: 60px;
  }

  .c-home1_news {
    flex: 1;
    padding-left: 50px;
    padding-top: 22px;
  }

  .c-home1_news_title2 {
    font-size: 12px;
  }

  .c-home3 {
    padding-top: 120px;
  }

  .c-home3_inner {
    padding-inline: 140px;
  }

  .c-home3_contents {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    width: 1000px;
  }

  .c-home4_body {
    gap: 0;
  }

  .c-home4_contents {
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    padding-top: 60px;
  }

  .c-home4_content {
    height: 290px;
    width: 460px;
  }

  .c-home4_content_image1 {
    height: 235px;
  }

  .c-home4_content_image2 {
    height: 235px;
  }

  .c-home4_content_text {
    top: 45%;
  }

  .c-home4_content_text1 {
    font-size: 28px;
    font-weight: 700;
  }

  .c-home4_content_text3 {
    font-size: 16px;
  }

  .c-home4_text {
    box-sizing: border-box;
    margin-left: auto;
    max-width: 960px;
    max-width: 960px;
    padding: 35px 40px;
    width: 100%;
  }

  .c-home5 {
    gap: 60px;
    padding-block: 120px;
    padding-bottom: 120px;
    padding-top: 120px;
  }

  .c-home5_list {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: block; /* これ必須！ */
  }

  .c-home5_list_img {
    height: 180px; /* 固定高さ */
    overflow: hidden;
  }

  .c-home5_list_img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; /* ← 比率崩さずトリミング */
  }

  .c-home5_list_text {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 0 24px 12px 24px;
  }

  .c-home5_list_text1 {
    background-color: #1391e6;
    border-radius: 999px;
    color: #ffffff;
    font-size: 11px;
    padding: 6px 12px;
    position: relative;
    text-align: center;
    top: -17px;
  }

  .c-home5_list_text2 {
    font-size: 16px;
    min-height: 72px;
    position: relative;
    top: -17px;
  }

  .c-home5_list_text3 {
    color: #888888;
    font-size: 11px;
  }

  .parent {
    display: grid;
    gap: 45px;
    grid-template-columns: repeat(3, 1fr);
    padding-inline: 140px;
  }

  .c-stuff-blog1_title {
    font-size: 28px;
  }

  .c-stuff-blog2_body_H2_title {
    font-size: 24px;
  }

  .c-stuff-blog2_body_H3_title {
    font-size: 20px;
  }

  .c-stuff-blog2_body_H4_title {
    font-size: 16px;
  }

  .c-stuff-blog2_pagination_left p {
    font-size: 14px;
  }

  .c-stuff-blog2_pagination_center {
    font-size: 14px;
  }

  .c-stuff-blog2_pagination_right p {
    font-size: 14px;
  }

  .c-news_text3 {
    color: #888888;
    font-size: 11px;
  }

  .contact {
    padding-bottom: 100px;
    padding-top: 160px;
  }

  .contact__box {
    margin: auto;
    max-width: 730px;
    padding: 150px 30px;
  }

  .contact__form {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 612px;
  }

  .contact__fields {
    gap: 29px;
  }

  .contact__button {
    margin-top: 38px;
  }

  .form-field {
    display: flex;
    gap: 32px;
  }

  .form-field__head {
    flex-shrink: 0;
    justify-content: flex-start;
    width: 180px;
  }

  .form-field__item1 {
    margin-top: 0;
  }

  .form-field__item {
    margin-top: 0;
  }

  .form-field__radios {
    flex-direction: row;
    gap: 30px;
  }

  .form-checkbox__text::before {
    margin-top: 2px;
  }

  .form-checkbox__text::after {
    margin-top: 0.8px;
  }

  .contact_button {
    margin-top: 70px;
  }

  .contact_title {
    padding-bottom: 70px;
  }

  .c-contact_text {
    max-width: 730px;
  }

  .form-field_head-text {
    align-items: center;
  }

  .form-field_sub_text {
    left: -52px;
    position: relative;
  }

  .c-contact2 {
    padding: 160px 275px 160px 275px;
  }

  .c-reserve {
    padding-bottom: 160px;
    padding-top: 80px;
    width: 735px;
  }

  .c-reserve_text {
    padding-top: 100px;
  }
}

.c-sideber_list {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
.popular-posts.wpp-ajax .c-column_list_img {
  max-width: 200px;
  flex: 0 0 200px;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .l-contents_inner {
    flex-direction: column;
  }

  .c-header_nav_info {
    position: absolute;
  }

  .home2_button {
    margin: auto;
  }

  .c-home5_list {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .c-home5_list_img {
    flex: 0 0 35%;
    flex-shrink: 0;
  }

  .c-home5_list_img img {
    min-height: 101px;
    -o-object-fit: cover;
    object-fit: cover; /* ← 比率崩さずトリミング */
  }

  .c-home5_list_text {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .c-home5_list_text1 {
    align-items: center;
    background: #1391e6;
    border-radius: 999px;
    color: #ffffff;
    display: flex;
    font-size: 10px;
    height: 19px;
    padding: 2px 8px;
    width: 66px;
  }

  .c-home5_list_text2 {
    font-size: 14px;
    line-height: 150%;
    width: 100%;
  }

  .c-home5_list_text3 {
    color: #888888;
    font-size: 11px;
  }

  .parent {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-inline: 20px;
  }

  .c-news_img img {
    min-height: 101px;
    -o-object-fit: cover;
    object-fit: cover; /* ← 比率崩さずトリミング */
  }

  .c-news_text3 {
    color: #888888;
    font-size: 11px;
  }

  .br-sp {
    display: block;
  }
}

/* ////////////////////////////////////////// */
