@charset "UTF-8";
/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

p {
  color: #463825;
  max-height: 100%;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 4vw;
  }
}

header, menu, nav, footer,
section, article, aside,
details, summary,
figure, figcaption {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
    min-width: 100%;
  }
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #463825;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #463825;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.4s ease;
}

a[href^="tel:"] {
  pointer-events: auto;
}

strong {
  font-weight: normal;
}

ul, ol, li {
  list-style-type: none;
}

body {
  font-family: "noto sans jp", sans-serif;
  margin: 0;
  color: #444444;
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }
}

.wrapper {
  width: 100%;
  max-width: 1440px;
  min-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    min-width: initial;
    max-width: initial;
    width: 100%;
  }
}

.no-scroll {
  overflow: hidden;
}

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

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

.pc02 {
  display: none;
}
@media screen and (max-width: 1439px) and (min-width: 769px) {
  .pc02 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc02 {
    display: none;
  }
}

.tab {
  display: none;
}

br.between {
  display: none;
}

.inner {
  width: 100%;
  max-width: 1440px;
  min-width: 1280px;
  padding: 0 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .inner {
    min-width: initial;
    max-width: initial;
    width: 100%;
    padding: 0 5vw;
  }
}

.sec_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #463825;
}

.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reverse {
  flex-direction: row-reverse;
}

.gridbox {
  display: grid;
}

.imagebox {
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .imagebox {
    width: 100%;
    margin-bottom: 3vw;
  }
}

.textbox, .box_text {
  box-sizing: border-box;
  position: relative;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #463825;
}
@media screen and (max-width: 768px) {
  .textbox, .box_text {
    width: 100%;
    font-size: 4vw;
  }
}

.btn_box {
  display: flex;
  justify-content: center;
}

.about_btn {
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  width: 300px;
  color: #463825;
  border: 2px solid #F87567;
  border-radius: 100px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 15px 0;
  padding-right: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: bold;
}
.about_btn:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(/images/common/yajirushi.webp) center/contain no-repeat;
}
.about_btn .about_link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 768px) {
  .about_btn {
    width: -moz-fit-content;
    width: fit-content;
    box-sizing: border-box;
    width: 80.2vw;
    height: 15vw;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em;
    font-size: 4.3vw;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .about_btn:before {
    content: "";
    position: absolute;
    right: 2vw;
    top: 50%;
    transform: translateY(-50%);
    width: 11vw;
    height: 11vw;
  }
  .about_btn .about_link {
    padding: 0;
  }
}
/* セクション、見出し
----------------------------------------------------------- */
.common_sec {
  width: 1280px;
  min-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.common_sec .header_wrapper {
  position: relative;
}
.common_sec .sec_header .sec_subtitle {
  font-size: 30px;
  color: #FF6C5D;
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.common_sec .sec_header .sec_title {
  font-size: 36px;
  position: relative;
  z-index: 2;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: bold;
  line-height: 1.8;
  color: #463825;
}
@media screen and (max-width: 768px) {
  .common_sec {
    width: 1280px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .common_sec .sec_header {
    position: relative;
    padding: 0;
    margin-bottom: 8vw;
  }
  .common_sec .sec_header .sec_title {
    font-size: 6vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    z-index: 10;
  }
  .common_sec .sec_header .sec_subtitle {
    font-size: 4vw;
    letter-spacing: 0.2em;
  }
  .common_sec .sec_body {
    padding: 0;
  }
}

.breadcrumb {
  position: absolute;
  bottom: 20px; /* 画像内下部に配置 */
  left: 35px; /* innerと揃える */
  width: auto;
  padding: 0;
  color: #463825;
  display: flex;
}
.breadcrumb .item:not(:first-of-type) {
  position: relative;
  padding-left: 3em;
}
.breadcrumb .item:not(:first-of-type):before {
  content: "＞";
  position: absolute;
  left: 1em;
  top: 0;
}
.breadcrumb .item {
  letter-spacing: 0.1em;
  color: #463825;
  font-weight: bold;
}
.breadcrumb .item a {
  letter-spacing: 0.1em;
  color: #463825;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: flex;
    width: 1280px;
    max-width: 100%;
    padding: 5.5vw 0 8vw 2.7vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .breadcrumb .item {
    font-size: 3.4vw;
  }
  .breadcrumb .item a {
    font-size: 3.4vw;
  }
  .breadcrumb .item:not(:first-of-type) {
    position: relative;
    padding-left: 2em;
  }
  .breadcrumb .item:not(:first-of-type):before {
    content: "＞";
    position: absolute;
    left: 0.7em;
    top: 0;
  }
}

.nav {
  position: absolute;
  z-index: 2;
  top: 450px;
  left: 0;
  width: 100%;
  padding: 25px 0;
  background-color: rgba(51, 51, 51, 0.9);
}
.nav .list {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.nav .list .item a {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #fff;
}
.nav .item:not(:last-of-type) {
  padding: 0 35px 0 0;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .nav .item:not(:last-of-type) {
    margin-right: 20px;
  }
  .nav .item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .nav .list {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
  }
  .nav .list .item {
    width: 15vw;
    text-align: center;
    margin-right: 0;
    border-right: 1px solid #fff;
  }
  .nav .list .item a {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .nav .item:last-of-type {
    border-right: none;
  }
  .nav .item:not(:last-of-type) {
    padding: 0;
  }
}

.lead_sec {
  box-sizing: border-box;
  width: 1280px;
  min-width: 100%;
  padding: 30px 20px;
  margin: 70px auto 100px;
}
.lead_sec .sec_title {
  position: relative;
  z-index: 5;
  margin: 60px 50px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
.lead_sec .sec_text {
  position: relative;
  z-index: 5;
  width: 706px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 16px;
  text-align: justify;
  font-family: "noto sans jp", sans-serif;
}
@media screen and (max-width: 768px) {
  .lead_sec {
    padding: 5.5vw 0;
    margin-bottom: 13.8vw;
    margin-top: 10.8vw;
    width: initial;
  }
  .lead_sec .sec_title {
    font-size: 5.3vw;
    margin: 5.5vw 0 16vw 0;
    margin-bottom: 13.8vw;
  }
  .lead_sec .sec_text {
    font-size: 4vw;
    margin: 0 auto 13.8vw;
  }
}

/* トップに戻るボタン
----------------------------------------------------------- */
.to_top:hover {
  opacity: 0.7;
}

.to_top img {
  position: absolute;
  right: 0;
  left: 875px;
  bottom: 0;
  top: -290px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .to_top {
    right: 10px;
    bottom: 130px;
    text-align: center;
    margin: 20px;
  }
  .to_top img {
    position: unset;
  }
}
html {
  scroll-behavior: smooth;
}

#pagetop {
  /* レイアウト */
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 見た目 */
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
  /* デフォルトは非表示 */
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #pagetop {
    right: 15px;
    bottom: 20vw;
  }
}

/* 矢印 */
.pagetop-arrow {
  width: 56px;
  height: 56px;
  /*
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg); */
}

/* スクロールされたときに適用されるCSS */
#pagetop.visible {
  opacity: 1;
  visibility: visible;
}

/* ヘッダー・フッター・スマホ固定ボタン
----------------------------------------------------------- */
.header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  min-width: 1280px;
  max-width: 1440px;
  height: 135px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 1441px) {
  .header {
    min-width: initial;
    max-width: initial;
  }
}
.header .header_left {
  padding: 10px 0 0 10px;
}
.header .header_left .title {
  display: flex;
  align-items: center;
}
.header .header_left .title .top_box .flexbox {
  justify-content: flex-start;
}
.header .header_left .title .top_box .company_name {
  font-size: 18px;
  color: #fff;
  padding-left: 10px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: serif;
  text-shadow: 0 0px 14px rgb(0, 0, 0);
}
.header .header_left .title .top_box .company_name .big {
  font-size: 34px;
  font-weight: bold;
}
.header .header_right {
  position: relative;
  z-index: 5;
  display: flex;
  padding-right: 30px;
  padding-top: 10px;
}
.header .header_right .web_btn_box {
  position: relative;
}
.header .header_right .web_btn {
  border: none;
  background: none;
  cursor: pointer;
}
.header .header_right {
  /* パネル */
}
.header {
  /* グリッド */
}
.header .clinic_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.header {
  /* カード */
}
.header .clinic_card {
  width: 100%;
  height: 403px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header {
  /* 色 */
}
.header .pink {
  background-image: linear-gradient(180deg, #FFB9C2, #F7EEEC);
}
.header .green {
  background-image: linear-gradient(180deg, #CCE5E7, #BEF3E0);
}
.header .yellow {
  background-image: linear-gradient(180deg, #F7EFBA, #FFE2C6);
}
.header .blue {
  background-image: linear-gradient(180deg, #D9F3F9, #BBD9F1);
}
.header {
  /* 名前 */
}
.header .clinic_name {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: clamp(22px, 1.81vw, 26px);
  line-height: 1.5;
  font-family: serif;
  padding-top: 20px;
}
.header .clinic_name .small {
  font-size: clamp(20px, 1.67vw, 24px);
  font-weight: bold;
}
.header {
  /* 電話 */
}
.header .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: #fff;
  border-radius: 30px;
  padding: 6px 20px;
  font-size: clamp(23px, 1.94vw, 28px);
  font-weight: bold;
  margin-bottom: 10px;
  border: 2px solid #F54B84;
  letter-spacing: 0.1em;
}
.header .b_gr {
  border: 2px solid #27A7AF;
}
.header .b_ye {
  border: 2px solid #ECD300;
}
.header .b_bl {
  border: 2px solid #3881B6;
}
.header {
  /* テキスト */
}
.header .web_text {
  font-size: clamp(20px, 1.67vw, 24px);
  margin-bottom: 12px;
  font-weight: bold;
  position: relative;
}
.header .web_text::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 34px;
  left: -20px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/web_left.webp) center/contain no-repeat;
}
.header .web_text::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 34px;
  right: -20px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/web_right.webp) center/contain no-repeat;
}
.header .web_text .gold {
  font-size: clamp(20px, 1.67vw, 24px);
  color: #A98B14;
  font-weight: bold;
}
.header {
  /* ボタン */
}
.header .btn {
  display: block;
  padding: 15px;
  margin-top: 6px;
  font-size: clamp(16px, 1.25vw, 19px);
  text-decoration: none;
  position: relative;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 80%;
  text-shadow: 0 0px 14px rgba(0, 0, 0, 0.25);
}
.header .btn::before {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid #fff;
}
.header .btn .big {
  font-size: 22px;
  font-weight: bold;
}
.header .pi {
  background-color: #FF748B;
}
.header .gr {
  background-color: #27A7AF;
}
.header .ye {
  background-color: #ECD300;
}
.header .bl {
  background-color: #3881B6;
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
    width: 100%;
    min-width: initial;
    padding: 0;
    height: 80px;
    box-sizing: border-box;
  }
  .header .flexbox {
    display: block;
  }
  .header .header_left {
    padding: 10px 0 0 10px;
  }
  .header .header_left .title_box {
    display: flex;
    align-items: center;
  }
  .header .header_left .title_box .top_box .page_title {
    font-size: 3.5vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .header .header_left .title_box .top_box .company_name {
    width: 57.25vw;
  }
  .header .header_left .title_box .top_box .company_name img {
    width: 100%;
  }
  .header .header_right {
    display: none;
  }
}

.header .web_panel {
  position: absolute;
  top: 135px;
  left: 50%;
  transform: translate(-50%, -15px);
  width: clamp(1180px, 99vw, 1424px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s;
}

.header.is-open .web_panel {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s;
  background: #fff;
  padding: clamp(12px, 1.5vw, 20px);
}

/* =========================
1441px以上
ボタンの下に表示
========================= */
@media screen and (min-width: 1441px) {
  .copy_header .web_panel {
    position: fixed;
    top: 95px;
    left: 50%; /* ← autoを明示的に上書き */
    right: auto; /* ← header側のright:30pxを打ち消す */
    transform: translate(-50%, -15px); /* ← translateYではなくtranslate */
  }
  .copy_header.is-open .web_panel {
    transform: translate(-50%, 0); /* ← Xを含めて揃える */
  }
}
@media screen and (max-width: 768px) {
  .sp_header {
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 18.7vw;
  }
  .sp_header .logo_box .sp_logobox {
    display: flex;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .sp_header .logo_box .logo_img {
    width: 15vw;
    min-width: initial;
    padding-left: 2vw;
    padding-top: 2vw;
  }
  .sp_header .logo_box .logo_text {
    line-height: 1.3;
    font-size: 3vw;
    padding-top: 2vw;
    padding-left: 2vw;
    font-family: serif;
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-shadow: 0 0px 14px rgb(0, 0, 0);
  }
  .sp_header .logo_box .logo_text h1 {
    text-shadow: 0 0px 14px rgb(0, 0, 0);
    font-family: serif;
    font-weight: bold;
  }
  .sp_header .logo_box .logo_text .big {
    letter-spacing: 0.1em;
    font-size: 5vw;
    font-weight: bold;
  }
}
.ham {
  display: none;
  position: absolute;
  z-index: 1001;
  top: 10px;
  right: 10px;
  width: 90px;
  height: 80px;
  background: #7B6D70;
  transition: all 0.4s;
}
.ham a {
  display: none;
  width: 100%;
  height: 100%;
  background: #7B6D70;
  font-size: 13px;
  text-align: center;
}
.ham a:hover {
  opacity: 1;
}
.ham .menu_text {
  position: absolute;
  top: 10px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.ham .menu_border:nth-of-type(1) {
  top: 25px;
}
.ham .menu_border:nth-of-type(2) {
  top: 40px;
}
.ham .menu_border:nth-of-type(3) {
  top: 55px;
}
.ham a.active span:nth-of-type(1) {
  top: 40px;
  transform: rotate(45deg);
}
.ham a.active span:nth-of-type(2) {
  display: none;
}
.ham a.active span:nth-of-type(3) {
  top: 40px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .ham {
    display: block;
    position: fixed;
    z-index: 1001;
    top: 3vw;
    right: 3vw;
    width: 15.7vw;
    height: 15.7vw;
    transition: all 0.4s;
  }
  .ham a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    text-align: center;
  }
  .ham span {
    position: absolute;
    left: 0;
    right: 0;
    width: 9.4vw;
    height: 1px;
    margin: 0 auto;
    background: #fff;
    transition: 0.5s;
  }
  .ham span:nth-of-type(1) {
    top: 3.5vw;
  }
  .ham span:nth-of-type(2) {
    top: 6.5vw;
  }
  .ham span:nth-of-type(3) {
    top: 9.5vw;
  }
  .ham .menu_text {
    position: absolute;
    top: 9.5vw;
    width: 100%;
    color: #fff;
    font-size: 3vw;
    text-align: center;
  }
  .ham .menu_border {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 1px;
    margin: 0 auto;
    background: #fff;
    transition: 0.4s;
  }
  .ham .menu_border:nth-of-type(1) {
    top: 25px;
  }
  .ham .menu_border:nth-of-type(2) {
    top: 40px;
  }
  .ham .menu_border:nth-of-type(3) {
    top: 55px;
  }
  .ham a.active span:nth-of-type(1) {
    top: 6.5vw;
    transform: rotate(45deg);
  }
  .ham a.active span:nth-of-type(2) {
    display: none;
  }
  .ham a.active span:nth-of-type(3) {
    top: 6.5vw;
    transform: rotate(-45deg);
  }
}

.copy_header {
  position: fixed;
  left: 0;
  top: -95px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 95px;
  transition: 0.4s;
  background-color: #fff;
}
.copy_header.show {
  top: 0;
}
.copy_header .copy_nav {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.copy_header .copy_nav .header_left {
  padding: 10px 0 0 20px;
}
.copy_header .copy_nav .header_left .sitemap_c {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 80%;
  z-index: 50;
  /* ナビ */
}
.copy_header .copy_nav .header_left .sitemap_c .m_nav {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  width: 100%;
  height: 95px;
}
.copy_header .copy_nav .header_left .sitemap_c {
  /* メニュー */
}
.copy_header .copy_nav .header_left .sitemap_c .m_nav li {
  list-style: none;
  position: relative;
}
.copy_header .copy_nav .header_left .sitemap_c .m_nav li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  width: 1px;
  background: #E84E87;
}
.copy_header .copy_nav .header_left .sitemap_c {
  /* 最初のライン削除 */
}
.copy_header .copy_nav .header_left .sitemap_c .m_nav li:first-child::before {
  display: none;
}
.copy_header .copy_nav .header_left .sitemap_c {
  /* リンク */
}
.copy_header .copy_nav .header_left .sitemap_c .m_nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  text-decoration: none;
  font-size: clamp(12px, 0.95vw, 15px);
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
  transition: 0.25s;
  font-family: serif;
  font-weight: bold;
}
.copy_header .copy_nav .header_left .sitemap_c {
  /* ドット */
}
.copy_header .copy_nav .header_left .sitemap_c .m_nav a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: #E84E87;
  border-radius: 50%;
  transition: opacity 0.25s ease;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.copy_header .copy_nav .header_left .sitemap_c {
  /* hover */
}
.copy_header .copy_nav .header_left .sitemap_c .m_nav a:hover::after {
  opacity: 1;
}
.copy_header .copy_nav .header_left .sitemap_c a:hover {
  opacity: initial;
}
.copy_header .copy_nav .header_left .sitemap_c {
  /* ホーム */
}
.copy_header .copy_nav .header_left .sitemap_c .menu_hom a {
  font-weight: 700;
}
.copy_header .copy_nav .header_right {
  position: relative;
  z-index: 5;
  display: flex;
}
.copy_header .copy_nav .header_right .web_btn_box {
  position: relative;
}
.copy_header .copy_nav .header_right .web_btn {
  border: none;
  background: none;
  cursor: pointer;
}
.copy_header .copy_nav .web_btn_box {
  position: relative;
}
.copy_header .copy_nav .web_btn {
  border: none;
  background: none;
  cursor: pointer;
}
.copy_header {
  /* グリッド */
}
.copy_header .clinic_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.copy_header {
  /* カード */
}
.copy_header .clinic_card {
  width: 100%;
  height: 403px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.copy_header {
  /* 色 */
}
.copy_header .pink {
  background-image: linear-gradient(180deg, #FFB9C2, #F7EEEC);
}
.copy_header .green {
  background-image: linear-gradient(180deg, #CCE5E7, #BEF3E0);
}
.copy_header .yellow {
  background-image: linear-gradient(180deg, #F7EFBA, #FFE2C6);
}
.copy_header .blue {
  background-image: linear-gradient(180deg, #D9F3F9, #BBD9F1);
}
.copy_header {
  /* 名前 */
}
.copy_header .clinic_name {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: clamp(22px, 1.81vw, 26px);
  line-height: 1.5;
  font-family: serif;
  padding-top: 20px;
}
.copy_header .clinic_name .small {
  font-size: clamp(20px, 1.67vw, 24px);
  font-weight: bold;
}
.copy_header {
  /* 電話 */
}
.copy_header .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: #fff;
  border-radius: 30px;
  padding: 6px 20px;
  font-size: clamp(23px, 1.94vw, 28px);
  font-weight: bold;
  margin-bottom: 10px;
  border: 2px solid #F54B84;
  letter-spacing: 0.1em;
}
.copy_header .b_gr {
  border: 2px solid #27A7AF;
}
.copy_header .b_ye {
  border: 2px solid #ECD300;
}
.copy_header .b_bl {
  border: 2px solid #3881B6;
}
.copy_header {
  /* テキスト */
}
.copy_header .web_text {
  font-size: clamp(20px, 1.67vw, 24px);
  margin-bottom: 12px;
  font-weight: bold;
  position: relative;
}
.copy_header .web_text::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 34px;
  left: -20px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/web_left.webp) center/contain no-repeat;
}
.copy_header .web_text::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 34px;
  right: -20px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/web_right.webp) center/contain no-repeat;
}
.copy_header .web_text .gold {
  font-size: clamp(20px, 1.67vw, 24px);
  color: #A98B14;
  font-weight: bold;
}
.copy_header {
  /* ボタン */
}
.copy_header .btn {
  display: block;
  padding: 15px;
  margin-top: 6px;
  font-size: clamp(16px, 1.25vw, 19px);
  text-decoration: none;
  position: relative;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 80%;
  text-shadow: 0 0px 14px rgba(0, 0, 0, 0.25);
}
.copy_header .btn::before {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid #fff;
}
.copy_header .btn .big {
  font-size: 22px;
  font-weight: bold;
}
.copy_header .pi {
  background-color: #FF748B;
}
.copy_header .gr {
  background-color: #27A7AF;
}
.copy_header .ye {
  background-color: #ECD300;
}
.copy_header .bl {
  background-color: #3881B6;
}
@media screen and (max-width: 768px) {
  .copy_header {
    display: none;
    width: 100%;
    min-width: initial;
    padding: 0;
    height: 80px;
    box-sizing: border-box;
  }
  .copy_header .flexbox {
    display: block;
  }
  .copy_header .header_left {
    padding: 10px 0 0 10px;
  }
  .copy_header .header_left .title_box {
    display: flex;
    align-items: center;
  }
  .copy_header .header_left .title_box .top_box .page_title {
    font-size: 3.5vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .copy_header .header_left .title_box .top_box .company_name {
    width: 57.25vw;
  }
  .copy_header .header_left .title_box .top_box .company_name img {
    width: 100%;
  }
  .copy_header .header_right {
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .copy_header {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 1400px) {
  .copy_header .item:not(:last-of-type) {
    padding: 0 5vw 0 0;
    border-right: 1px solid #fff;
  }
}

/* =====================
   追従ヘッダー専用パネル
===================== */
.copy_header .web_panel {
  position: fixed;
  top: 95px; /* copy_headerの高さ */
  left: 50%;
  transform: translate(-50%, -15px);
  width: clamp(1180px, 99vw, 1424px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}

.copy_header.is-open .web_panel {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0); /* Xは固定、Yだけ動かす */
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s;
  background: #fff;
  padding: clamp(12px, 1.5vw, 20px);
}

/* 1441px以上：ボタン右下に出す */
@media screen and (min-width: 1441px) {
  .copy_header .web_panel {
    left: auto;
    right: 30px;
    transform: translateY(-15px); /* Xなし */
  }
  .copy_header.is-open .web_panel {
    transform: translateY(0);
  }
}
.copy_ham {
  position: fixed;
  z-index: 1001;
  top: -93px;
  right: 10px;
  width: 90px;
  height: 80px;
  transition: all 0.4s;
}
.copy_ham.show {
  top: 10px;
}
.copy_ham a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 13px;
  text-align: center;
}
.copy_ham a:hover {
  opacity: 1;
}
.copy_ham .menu_text {
  position: absolute;
  top: 10px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.copy_ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.copy_ham .menu_border:nth-of-type(1) {
  top: 25px;
}
.copy_ham .menu_border:nth-of-type(2) {
  top: 40px;
}
.copy_ham .menu_border:nth-of-type(3) {
  top: 55px;
}
.copy_ham a.active span:nth-of-type(1) {
  top: 40px;
  transform: rotate(45deg);
}
.copy_ham a.active span:nth-of-type(2) {
  display: none;
}
.copy_ham a.active span:nth-of-type(3) {
  top: 40px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .copy_ham {
    display: none;
  }
}

.ham_sitemap {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.ham_sitemap.active {
  opacity: 1;
  visibility: visible;
}
.ham_sitemap .top_grid {
  padding: 30vw 3vw 0;
}
.ham_sitemap .top_grid .gridbox {
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 3vw;
       column-gap: 3vw;
  row-gap: 5vw;
}
.ham_sitemap .top_grid .gridbox .g_header {
  display: flex;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
  align-items: center;
}
.ham_sitemap .top_grid .gridbox .g_title {
  font-size: 3.3vw;
  line-height: 1.3;
  font-feature-settings: "palt";
}
.ham_sitemap .top_grid .gridbox .imagebox {
  width: 17%;
  margin-bottom: 0;
}
.ham_sitemap .top_grid .gridbox .g_btn {
  display: inline-block;
  background: #FF748B;
  color: #fff;
  padding: 2vw 0;
  border-radius: 6px;
  font-size: 3.5vw;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  margin: 3vw auto;
  position: relative;
  text-align: center;
  text-shadow: 0 0px 14px rgba(0, 0, 0, 0.25);
}
.ham_sitemap .top_grid .gridbox .g_btn::before {
  position: absolute;
  content: "";
  right: 1.6vw;
  bottom: 1.6vw;
  border-left: 2vw solid transparent;
  border-top: 2vw solid transparent;
  border-bottom: 2vw solid #fff;
}
.ham_sitemap .top_grid .gridbox .green {
  background: #27A7AF;
}
.ham_sitemap .top_grid .gridbox .yellow {
  background: #ECD300;
}
.ham_sitemap .top_grid .gridbox .blue {
  background: #3881B6;
}
.ham_sitemap .sitemap_inner {
  width: 1280px;
  max-width: 100%;
  padding: 160px 20px 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ham_sitemap .link_text {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
}
.ham_sitemap .link_text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 20px;
  background: url(/images/common/ham_arrow.webp) center/contain no-repeat;
}
.ham_sitemap .link_text a {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
}
.ham_sitemap .link_text2 {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
}
.ham_sitemap .sitemap01 {
  margin-bottom: 30px;
}
.ham_sitemap .sitemap01 .list {
  display: flex;
}
.ham_sitemap .sitemap01 .item {
  position: relative;
  width: 25%;
  padding-left: 1.5em;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.ham_sitemap .sitemap01 .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 20px;
  background: url(/images/common/ham_arrow.webp) center/contain no-repeat;
}
.ham_sitemap .sitemap01 .item a {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: clamp(16px, 1.328vw, 17px);
}
.ham_sitemap .sitemap02 {
  margin-bottom: 30px;
}
.ham_sitemap .sitemap02 .list {
  display: flex;
  flex-wrap: wrap;
}
.ham_sitemap .sitemap02 .item {
  position: relative;
  width: 25%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.ham_sitemap .sitemap02 .item a {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: clamp(16px, 1.328vw, 17px);
}
.ham_sitemap .sitemap02 .item p {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: clamp(16px, 1.328vw, 17px);
}
.ham_sitemap .sitemap02 .item img {
  width: clamp(45px, 5.891vw, 75.4133px);
  height: clamp(45px, 5.891vw, 75.4133px);
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .ham_sitemap {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  .ham_sitemap.active {
    opacity: 1;
    visibility: visible;
  }
  .ham_sitemap .sitemap_inner {
    width: 1280px;
    max-width: 100%;
    padding: 10.3vw 5vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .ham_sitemap .link_text {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 4vw;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
  }
  .ham_sitemap .link_text:before {
    display: none;
  }
  .ham_sitemap .link_text a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 4vw;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
  }
  .ham_sitemap .link_text2 {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 4vw;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
    text-align: center;
  }
  .ham_sitemap .link_text2:before {
    display: none;
  }
  .ham_sitemap .text {
    padding: 4vw 0 4vw 4vw;
    margin-bottom: 0;
    font-size: 4.4vw;
    color: #fff;
  }
  .ham_sitemap .company_name {
    text-align: center;
    margin-bottom: 13.8vw;
  }
  .ham_sitemap .sitemap01 {
    margin-bottom: 0;
  }
  .ham_sitemap .sitemap01 .list {
    display: block;
  }
  .ham_sitemap .sitemap01 .item {
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .ham_sitemap .sitemap01 .item:before {
    display: none;
  }
  .ham_sitemap .sitemap01 .item a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 5vw 0 5vw 4vw;
    border-bottom: 1px solid #444444;
    box-sizing: border-box;
    font-size: 4vw;
    color: #444;
    font-weight: bold;
    font-family: serif;
    position: relative;
  }
  .ham_sitemap .sitemap01 .item a::before {
    position: absolute;
    content: "";
    font-size: 4vw;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    border-left: 3vw solid #E84E87;
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
  }
  .ham_sitemap .sitemap01 .item_border {
    border-top: 1px solid #444444;
  }
  .ham_sitemap .sitemap01 .menu-child_ul_sp {
    height: 0;
    overflow: hidden;
    margin: 0;
  }
  .ham_sitemap .sitemap01 .menu-child_ul_sp .menu-parent_sp {
    display: inline-block;
  }
  .menu-parent_sp + .ham_sitemap .sitemap01 .menu-child_ul_sp {
    height: auto;
  }
  .ham_sitemap .sitemap02 {
    margin-bottom: 0;
  }
  .ham_sitemap .sitemap02 .list {
    display: flex;
    flex-wrap: nowrap;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
  }
  .ham_sitemap .sitemap02 .item {
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .ham_sitemap .sitemap02 .item:before {
    display: none;
  }
  .ham_sitemap .sitemap02 .item a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 5vw 0 5vw 4vw;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    box-sizing: border-box;
    font-size: 4vw;
    color: #444;
    font-weight: bold;
    font-family: serif;
    position: relative;
  }
  .ham_sitemap .sitemap02 .item a::before {
    position: absolute;
    content: "";
    font-size: 4vw;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    border-left: 3vw solid #E84E87;
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
  }
  .ham_sitemap .sitemap02 .menu-child_ul_sp {
    height: 0;
    overflow: hidden;
    margin: 0;
  }
  .ham_sitemap .sitemap02 .menu-child_ul_sp .menu-parent_sp {
    display: inline-block;
  }
  .menu-parent_sp + .ham_sitemap .sitemap02 .menu-child_ul_sp {
    height: auto;
  }
  .ham_sitemap .recruit_img {
    margin: 10vw 0;
  }
}

@media screen and (max-width: 768px) {
  .sp_fixed {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 16vw;
    display: flex;
    box-sizing: border-box;
  }
  .sp_fixed .fix_first {
    width: 50%;
    margin: 0;
  }
  .sp_fixed .fix_case {
    width: 50%;
  }
  .sp_fixed .fix_case img {
    width: 100%;
  }
}/*# sourceMappingURL=common_top.css.map */