@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: #463825;
  min-width: 1280px;
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
    min-width: initial;
  }
}

.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;
  }
}

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

.tab {
  display: none;
}

br.between {
  display: none;
}

.inner {
  width: 100%;
  max-width: 1440px;
  min-width: 1280px;
  padding: 0 120px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .inner {
    min-width: initial;
    max-width: initial;
    width: 100%;
    padding: 0 5.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 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 133px;
  margin-bottom: 80px;
  background: rgb(248, 248, 248);
}
.common_sec .sec_header::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 135px;
  height: 135px;
  background: url(/images/common/common_header_kazari01.webp) left bottom/contain no-repeat;
}
.common_sec .sec_header::after {
  content: "";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 135px;
  height: 135px;
  background: url(/images/common/common_header_kazari02.webp) right top/contain no-repeat;
}
.common_sec .sec_header .sec_title {
  font-size: 30px;
  position: relative;
  z-index: 2;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: bold;
  line-height: 1.8;
  color: #444444;
  font-family: serif;
}
@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;
    height: 36vw;
  }
  .common_sec .sec_header::before {
    left: -1.3vw;
    bottom: -1.3vw;
    width: 27.5vw;
    height: 17.5vw;
  }
  .common_sec .sec_header::after {
    right: -1.3vw;
    top: -1.3vw;
    width: 27.5vw;
    height: 17.5vw;
  }
  .common_sec .sec_header .sec_title {
    font-size: 5.5vw;
    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: 45px; /* 画像内下部に配置 */
  left: 80px; /* innerと揃える */
  width: auto;
  padding: 0;
  color: #fff;
  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: #fff;
  font-weight: bold;
  font-size: 15px;
}
.breadcrumb .item a {
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #fff;
  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;
    left: 0;
    bottom: -5vw;
    flex-wrap: wrap;
  }
  .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;
  }
}

.sitemap {
  position: static;
  bottom: 30px;
  left: 50%;
  transform: initial;
  width: clamp(1100px, 95vw, 1369px);
  z-index: 50;
  margin: 0 auto 100px;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.25));
  /* ナビ */
}
.sitemap .m_nav {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  width: 100%;
  height: clamp(70px, 6.6vw, 95px);
  background: #fff;
  border-radius: 20px;
}
.sitemap {
  /* メニュー */
}
.sitemap .m_nav li {
  list-style: none;
  position: relative;
}
.sitemap .m_nav li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  width: 1px;
  background: #E84E87;
}
.sitemap {
  /* 最初のライン削除 */
}
.sitemap .m_nav li:first-child::before {
  display: none;
}
.sitemap {
  /* リンク */
}
.sitemap .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-size: clamp(14px, 1.11vw, 16px);
  font-family: serif;
  font-weight: bold;
}
.sitemap {
  /* ドット */
}
.sitemap .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;
}
.sitemap {
  /* hover */
}
.sitemap .m_nav a:hover::after {
  opacity: 1;
}
.sitemap a:hover {
  opacity: initial;
}
.sitemap {
  /* ホーム */
}
.sitemap .menu_hom a {
  font-weight: 700;
}

.lead_sec {
  box-sizing: border-box;
  width: 1280px;
  min-width: 100%;
  padding: 30px 20px;
  margin: 70px auto 100px;
  font-family: serif;
}
.lead_sec .sec_title {
  position: relative;
  z-index: 5;
  margin: 0 50px 60px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
.lead_sec .sec_text {
  position: relative;
  z-index: 5;
  width: 1100px;
  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 5vw;
    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 0;
  }
}

/* トップに戻るボタン
----------------------------------------------------------- */
.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 .page_title {
  color: #fff;
  text-shadow: 0 0px 14px rgb(0, 0, 0);
  letter-spacing: 0.1em;
}
.header .header_left .title .top_box .flexbox {
  justify-content: flex-start;
}
.header .header_left .title .top_box .company_logo {
  width: 20%;
}
.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;
}
@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 0.35s ease;
}

.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(5px, 0.8vw, 8px);
}

@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 .flexbox {
    -moz-column-gap: 2vw;
         column-gap: 2vw;
  }
  .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;
  }
  .sp_header .logo_box .logo_text {
    line-height: 1.3;
    font-size: 3vw;
    padding-top: 2vw;
    padding-left: 3vw;
    color: #fff;
    text-shadow: 0 0px 14px rgb(0, 0, 0);
  }
  .sp_header .logo_box .logo_text .big {
    font-size: 5vw;
    font-weight: bold;
    padding-top: 1vw;
  }
  .sp_header .sp_page_title {
    font-size: 2.7vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 1vw;
    line-height: 1.3;
    color: #fff;
    padding-top: 2vw;
    padding-left: 1vw;
    text-shadow: 0 0px 14px rgb(0, 0, 0);
  }
  .sp_header .sp_page_title:empty {
    display: none;
  }
}
.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 .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 .m_nav li:first-child::before {
  display: none;
}
.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 .m_nav a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: #E84E87;
  border-radius: 50%;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.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 .menu_hom a {
  font-weight: 700;
}
.copy_header .copy_nav .header_right {
  position: relative;
  z-index: 5;
  display: flex;
}
@media screen and (max-width: 768px) {
  .copy_header {
    display: none;
  }
}

.copy_header .web_panel {
  position: fixed;
  top: 95px;
  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);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s;
  background: #fff;
  padding: clamp(12px, 1.5vw, 20px);
}

@media screen and (min-width: 1441px) {
  .header_right {
    position: relative;
  }
  .web_btn_box {
    position: relative;
  }
  /* 通常ヘッダー：右下に出す */
  .header .web_panel {
    top: 100%;
    left: auto;
    right: 30px;
    transform: translateY(-15px);
    width: 1424px;
    max-width: calc(100vw - 60px);
  }
  .header.is-open .web_panel {
    transform: translateY(0);
  }
  /* 追従ヘッダー：右端に出す */
  .copy_header .web_panel {
    top: 95px;
    left: auto;
    right: 0;
    transform: translateY(-15px);
    width: clamp(1180px, 99vw, 1424px);
    max-width: 100vw;
  }
  .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;
  }
}

.copy_header .clinic_grid, .header .clinic_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.copy_header, .header {
  /* カード */
}
.copy_header .clinic_card, .header .clinic_card {
  width: 100%;
  height: 403px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.copy_header, .header {
  /* 色 */
}
.copy_header .pink, .header .pink {
  background-image: linear-gradient(180deg, #FFB9C2, #F7EEEC);
}
.copy_header .green, .header .green {
  background-image: linear-gradient(180deg, #CCE5E7, #BEF3E0);
}
.copy_header .yellow, .header .yellow {
  background-image: linear-gradient(180deg, #F7EFBA, #FFE2C6);
}
.copy_header .blue, .header .blue {
  background-image: linear-gradient(180deg, #D9F3F9, #BBD9F1);
}
.copy_header, .header {
  /* クリニック名 */
}
.copy_header .clinic_name, .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, .header .clinic_name .small {
  font-size: clamp(20px, 1.67vw, 24px);
  font-weight: bold;
}
.copy_header, .header {
  /* 電話 */
}
.copy_header .tel, .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, .header .b_gr {
  border: 2px solid #27A7AF;
}
.copy_header .b_ye, .header .b_ye {
  border: 2px solid #ECD300;
}
.copy_header .b_bl, .header .b_bl {
  border: 2px solid #3881B6;
}
.copy_header, .header {
  /* WEB予約テキスト */
}
.copy_header .web_text, .header .web_text {
  font-size: clamp(20px, 1.67vw, 24px);
  margin-bottom: 12px;
  font-weight: bold;
  position: relative;
}
.copy_header .web_text::before, .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, .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, .header .web_text .gold {
  font-size: clamp(20px, 1.67vw, 24px);
  color: #A98B14;
  font-weight: bold;
}
.copy_header, .header {
  /* ボタン */
}
.copy_header .btn, .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, .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, .header .btn .big {
  font-size: 22px;
  font-weight: bold;
}
.copy_header .pi, .header .pi {
  background-color: #FF748B;
}
.copy_header .gr, .header .gr {
  background-color: #27A7AF;
}
.copy_header .ye, .header .ye {
  background-color: #ECD300;
}
.copy_header .bl, .header .bl {
  background-color: #3881B6;
}
.copy_header, .header {
  /* WEB予約ボタン共通 */
}
.copy_header .web_btn_box, .header .web_btn_box {
  position: relative;
}
.copy_header .web_btn, .header .web_btn {
  border: none;
  background: none;
  cursor: pointer;
}
.copy_header .pc03, .header .pc03 {
  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;
  }
}

.footer {
  width: 100%;
  margin: 0 auto;
}
.footer .inner {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
.footer .last_box {
  display: flex;
  margin: 0 auto;
  padding: clamp(140px, 12vw, 180px) 0 clamp(90px, 8vw, 120px) clamp(20px, 2vw, 30px);
  justify-content: center;
}
.footer .last_box .company_info {
  margin: 0 auto 0 0;
  box-sizing: border-box;
}
.footer .last_box .company_name {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 65px;
  align-items: center;
}
.footer .last_box .company_name .company {
  font-size: 30px;
  font-family: serif;
  line-height: 1;
  font-weight: 500;
}
.footer .last_box .company_name .company .small {
  font-size: 18px;
  color: #E85377;
  font-family: initial;
}
.footer .central_box {
  margin-bottom: 80px;
}
.footer .central_box .central_logo {
  text-align: center;
}
.footer .central_box .central_logo .central_text {
  font-family: serif;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.5;
}
.footer .central_box .central_logo .central_text .small {
  font-size: 24px;
  font-weight: bold;
}
.footer .group {
  padding: 0 25px;
}
.footer .group .gridbox {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 55px;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.footer .group .gridbox .flexbox {
  height: 100%;
  align-items: stretch;
}
.footer .group .gridbox .box {
  width: 100%;
  background-color: rgba(249, 233, 240, 0.6);
  height: auto;
  min-height: clamp(340px, 26vw, 388px);
}
.footer .group .gridbox .box .textbox {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.footer .group .gridbox .box .imagebox {
  flex: 0 0 45%;
}
.footer .group .gridbox .box .imagebox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .group .gridbox .box .box_title {
  font-size: 20px;
  text-align: center;
  padding: 6px 20px 0;
  line-height: 1.3;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: clamp(60px, 5vw, 80px);
  padding: clamp(4px, 0.4vw, 6px) clamp(16px, 1.5vw, 20px) 0;
  margin-bottom: 10px;
}
.footer .group .gridbox .box .mappin {
  text-align: center;
  padding-top: 10px;
}
.footer .group .gridbox .box .access_cont {
  border-bottom: 2px solid #F54B84;
  margin: 0 20px 15px;
  padding-bottom: 15px;
  min-height: 63px;
}
.footer .group .gridbox .box .box_access {
  font-size: 17px;
  position: relative;
  line-height: 1.3;
  padding: 0 clamp(0px, 0.21vw, 3px) 0 clamp(0px, 1.8vw, 30px);
  font-size: clamp(14px, 1.1vw, 17px);
}
.footer .group .gridbox .box .box_access::before {
  content: "●";
  position: absolute;
  font-size: 10px;
  left: 0px;
  bottom: 50%;
  color: #F54B84;
  transform: translateY(50%);
}
.footer .group .gridbox .box .box_tel {
  padding-left: 30px;
  position: relative;
  margin: 0 20px 15px;
  border-radius: 50vh;
}
.footer .group .gridbox .box .box_tel::before {
  content: "";
  position: absolute;
  width: clamp(34px, 2.78vw, 43px);
  height: clamp(34px, 2.78vw, 43px);
  left: 30px;
  bottom: 50%;
  transform: translateY(60%);
  background: url(/images/common/tel_pink.webp) center/contain no-repeat;
}
.footer .group .gridbox .box .box_tel .tel_num {
  font-size: 31px;
  font-size: clamp(26px, 2vw, 31px);
  font-weight: bold;
  text-align: center;
}
.footer .group .gridbox .box .box_link {
  background-color: #fff;
  font-weight: bold;
  border: 2px solid #F54B84;
  border-radius: 50px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: clamp(16px, 1.2vw, 18px);
  width: clamp(290px, 23.19vw, 334px);
  height: clamp(48px, 3.82vw, 55px);
  line-height: 1.3;
}
.footer .group .gridbox .box .box_link::before {
  content: "";
  position: absolute;
  width: clamp(31px, 2.78vw, 40px);
  height: clamp(31px, 2.78vw, 40px);
  right: clamp(8px, 0.11vw, 10px);
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/yajirushi_pink.webp) center/contain no-repeat;
}
.footer .group .gridbox .kagoshima {
  position: relative;
}
.footer .group .gridbox .kagoshima .circle {
  position: absolute;
  width: clamp(160px, 14.5vw, 209px);
  height: clamp(160px, 14.5vw, 209px);
  background-color: #FF748B;
  color: #fff;
  right: 50%;
  transform: translateX(0%);
  top: clamp(-30px, -2.8vw, -40px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
  border-radius: 50vh;
  font-size: clamp(19px, 1.8vw, 26px);
  font-family: serif;
  font-weight: bold;
  text-shadow: 0 0px 14px rgba(0, 0, 0, 0.45);
}
.footer .group .gridbox .kagoshima .box_address {
  margin-bottom: 20px;
}
.footer .group .gridbox .tenmon {
  background-color: rgba(116, 200, 178, 0.2);
  position: relative;
}
.footer .group .gridbox .tenmon .circle {
  position: absolute;
  width: clamp(160px, 14.5vw, 209px);
  height: clamp(160px, 14.5vw, 209px);
  background-color: #27A7AF;
  color: #fff;
  right: 50%;
  transform: translateX(0%);
  top: clamp(-30px, -2.8vw, -40px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
  border-radius: 50vh;
  font-size: clamp(19px, 1.8vw, 26px);
  font-family: serif;
  font-weight: bold;
  text-shadow: 0 0px 14px rgba(0, 0, 0, 0.45);
}
.footer .group .gridbox .tenmon .access_cont {
  border-bottom: 2px solid #27A7AF;
}
.footer .group .gridbox .tenmon .box_access::before {
  color: #27A7AF;
}
.footer .group .gridbox .tenmon .box_tel::before {
  background: url(/images/common/tel_green.webp) center/contain no-repeat;
}
.footer .group .gridbox .tenmon .box_link {
  border: 2px solid #27A7AF;
}
.footer .group .gridbox .tenmon .box_link::before {
  background: url(/images/common/yajirushi_green.webp) center/contain no-repeat;
}
.footer .group .gridbox .taniyama {
  background-color: rgba(223, 187, 0, 0.1);
  position: relative;
}
.footer .group .gridbox .taniyama .circle {
  position: absolute;
  width: clamp(160px, 14.5vw, 209px);
  height: clamp(160px, 14.5vw, 209px);
  background-color: #ECD300;
  color: #fff;
  right: 50%;
  transform: translateX(0%);
  top: clamp(-30px, -2.8vw, -40px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
  border-radius: 50vh;
  font-size: clamp(19px, 1.8vw, 26px);
  font-family: serif;
  font-weight: bold;
  text-shadow: 0 0px 14px rgba(0, 0, 0, 0.45);
}
.footer .group .gridbox .taniyama .box_address {
  margin-bottom: 20px;
}
.footer .group .gridbox .taniyama .access_cont {
  border-bottom: 2px solid #ECD300;
}
.footer .group .gridbox .taniyama .box_access::before {
  color: #ECD300;
}
.footer .group .gridbox .taniyama .box_tel::before {
  background: url(/images/common/tel_yellow.webp) center/contain no-repeat;
}
.footer .group .gridbox .taniyama .box_link {
  border: 2px solid #ECD300;
}
.footer .group .gridbox .taniyama .box_link::before {
  background: url(/images/common/yajirushi_yellow.webp) center/contain no-repeat;
}
.footer .group .gridbox .nishijin {
  background-color: rgba(116, 186, 200, 0.2);
  position: relative;
}
.footer .group .gridbox .nishijin .circle {
  position: absolute;
  width: clamp(160px, 14.5vw, 209px);
  height: clamp(160px, 14.5vw, 209px);
  background-color: #3881B6;
  color: #fff;
  right: 50%;
  transform: translateX(0%);
  top: clamp(-30px, -2.8vw, -40px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
  border-radius: 50vh;
  font-size: clamp(19px, 1.8vw, 26px);
  font-family: serif;
  font-weight: bold;
  text-shadow: 0 0px 14px rgba(0, 0, 0, 0.45);
}
.footer .group .gridbox .nishijin .access_cont {
  border-bottom: 2px solid #3881B6;
}
.footer .group .gridbox .nishijin .box_access::before {
  color: #3881B6;
}
.footer .group .gridbox .nishijin .box_tel::before {
  background: url(/images/common/tel_blue.webp) center/contain no-repeat;
}
.footer .group .gridbox .nishijin .box_link {
  border: 2px solid #3881B6;
}
.footer .group .gridbox .nishijin .box_link::before {
  background: url(/images/common/yajirushi_blue.webp) center/contain no-repeat;
}
.footer .menu_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 3vw, 60px);
  padding-right: 0;
  display: grid;
  -moz-column-gap: 15px;
  column-gap: clamp(40px, 7vw, 100px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 2fr);
}
.footer .menu_box .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.footer .menu_box .item {
  margin-bottom: 20px;
  font-size: clamp(16px, 1.39vw, 20px);
}
.footer .menu_box .indent .item {
  padding-left: 1em;
}
.footer .menu_box .item a {
  font-size: 20px;
  color: #444;
  text-decoration: none;
  padding-left: 1.4em;
  letter-spacing: 0.08em;
  position: relative;
}
.footer .menu_box .item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid #E84E87;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.footer .menu_box .item_top a::before {
  border-left: 11px solid #E84E87;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.footer .menu_box {
  /* カラム別矢印色 */
}
.footer .menu_box .orange a::before {
  border-left-color: #EF8D78;
}
.footer .menu_box .green a::before {
  border-left-color: #74C8B2;
}
.footer .menu_box .yellow a::before {
  border-left-color: #DFBB00;
}
.footer .menu_box .blue a::before {
  border-left-color: #74BAC8;
}
.footer {
  /* バナー */
}
.footer .banner_box {
  max-width: 1230px;
  margin: 60px auto 125px;
  padding: 0 clamp(20px, 4vw, 55px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.footer .banner_box .banner {
  position: relative;
  z-index: 0;
}
.footer .banner_box .banner a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  font-size: clamp(17px, 1.5vw, 22px);
  text-decoration: none;
  height: 104px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
}
.footer .banner_box .banner a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 260px;
  height: 134px;
  background: url(/images/common/white_g.webp) center/contain no-repeat;
  z-index: 1;
}
.footer .banner_box {
  /* play circle */
}
.footer .banner_box .play {
  position: absolute;
  right: 18px;
  width: 30px;
  height: 30px;
  bottom: 15px;
  right: 50%;
  transform: translateX(50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
}
.footer .banner_box .play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-left: 7px solid currentColor;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
}
.footer .banner_box {
  /* banner colors */
}
.footer .banner_box .banner.pink a {
  background: #FF748B;
}
.footer .banner_box .banner.pink a .play::after {
  border-left: 10px solid #FF748B;
}
.footer .banner_box .banner.green a {
  background: #27A7AF;
}
.footer .banner_box .banner.green a .play::after {
  border-left: 10px solid #27A7AF;
}
.footer .banner_box .banner.yellow a {
  background: #ECD300;
}
.footer .banner_box .banner.yellow a .play::after {
  border-left: 10px solid #ECD300;
}
.footer .banner_box .banner.blue a {
  background: #3881B6;
}
.footer .banner_box .banner.blue a .play::after {
  border-left: 10px solid #3881B6;
}
.footer .footer_bottom {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.footer .footer_bottom .bottom_text {
  font-size: 16px;
  padding: 10px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .footer {
    max-width: 1440px;
    min-width: 1280px;
  }
  .footer .last_box {
    padding-left: 1%;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    min-width: initial;
    width: 100%;
    margin: 0 auto;
    padding-top: 10vw;
  }
  .footer .inner {
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .footer .gmap iframe {
    width: 100%;
    height: 79vw;
  }
  .footer .central {
    width: 80%;
    margin: 0 auto;
  }
  .footer .central_box {
    margin-bottom: 10vw;
  }
  .footer .central_box .central_logo {
    text-align: center;
  }
  .footer .central_box .central_logo .central_text {
    font-family: serif;
    font-weight: bold;
    font-size: 7vw;
    line-height: 1.3;
  }
  .footer .central_box .central_logo .central_text .small {
    font-size: 5vw;
    font-weight: bold;
  }
  .footer .group {
    padding: 0;
  }
  .footer .group .gridbox {
    grid-template-columns: 1fr;
    row-gap: 10vw;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .footer .group .gridbox .flexbox {
    flex-direction: column;
  }
  .footer .group .gridbox .box {
    min-height: auto;
  }
  .footer .group .gridbox .box .imagebox {
    flex: none;
    width: 100%;
    height: 58.6vw;
  }
  .footer .group .gridbox .box .imagebox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .group .gridbox .box .textbox {
    padding: 0 5vw 10vw;
  }
  .footer .group .gridbox .box .mappin {
    padding-top: 0;
    width: 10%;
    margin: 0 auto 3vw;
  }
  .footer .group .gridbox .box .mappin img {
    height: auto;
  }
  .footer .group .gridbox .box .box_title {
    font-size: 4.8vw;
    min-height: auto;
    margin-bottom: 3vw;
    padding: 0;
    flex-direction: column;
  }
  .footer .group .gridbox .box .access_cont {
    margin: 0 0 3vw;
    padding-bottom: 3vw;
    min-height: auto;
  }
  .footer .group .gridbox .box .box_access {
    font-size: 4vw;
    padding-left: 5vw;
  }
  .footer .group .gridbox .box .box_access::before {
    font-size: 3vw;
  }
  .footer .group .gridbox .box .box_tel {
    margin: 0 0 3vw 10vw;
    padding-left: 0;
  }
  .footer .group .gridbox .box .box_tel::before {
    width: 8.5vw;
    height: 8.5vw;
    left: 1vw;
  }
  .footer .group .gridbox .box .box_tel .tel_num {
    font-size: 8vw;
  }
  .footer .group .gridbox .box .box_link {
    width: 100%;
    height: 12.8vw;
    font-size: 4vw;
  }
  .footer .group .gridbox .kagoshima .circle,
  .footer .group .gridbox .tenmon .circle,
  .footer .group .gridbox .taniyama .circle,
  .footer .group .gridbox .nishijin .circle {
    width: 32vw;
    height: 32vw;
    font-size: 4vw;
    right: 5vw;
    transform: initial;
    top: 0;
  }
  .footer .menu_box {
    padding: 0;
    margin-bottom: 10vw;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5vw;
  }
  .footer .menu_box .list {
    display: block;
  }
  .footer .menu_box .list .item {
    margin-bottom: 3vw;
    font-size: 4vw;
  }
  .footer .menu_box .list .item a {
    font-size: 4vw;
  }
  .footer .menu_box .list .item a::before {
    border-left: 3vw solid #E84E87;
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
  }
  .footer .menu_box .list .orange a::before {
    border-left-color: #EF8D78;
  }
  .footer .menu_box .list .green a::before {
    border-left-color: #74C8B2;
  }
  .footer .menu_box .list .yellow a::before {
    border-left-color: #DFBB00;
  }
  .footer .menu_box .list .blue a::before {
    border-left-color: #74BAC8;
  }
  .footer .last_box {
    display: block;
    margin: 0 auto;
    padding: 15vw 5vw 0;
    justify-content: center;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .footer .last_box .imagebox {
    width: 15%;
    margin-bottom: 0;
  }
  .footer .last_box .company_name {
    -moz-column-gap: 2vw;
         column-gap: 2vw;
    margin-bottom: 10vw;
  }
  .footer .last_box .company_name .company {
    text-align: left;
    font-size: 5.5vw;
    margin-bottom: 1vw;
  }
  .footer .last_box .company_name .company .small {
    font-size: 3vw;
  }
  .footer .last_box .telbox {
    text-align: center;
  }
  .footer .last_box .tel_num {
    font-size: 7vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin-bottom: 10vw;
  }
  .footer .last_box .flexbox {
    justify-content: flex-start;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    align-items: flex-start;
    margin-bottom: 5vw;
  }
  .footer .last_box .flexbox .logo {
    width: 15%;
    min-width: initial;
  }
  .footer .last_box .flexbox .address_text {
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.7;
  }
  .footer .last_box .flexbox:last-of-type {
    margin-bottom: 10vw;
  }
  .footer .footer_bottom {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 20vw;
  }
  .footer .footer_bottom .bottom_text {
    font-size: 4vw;
    padding: 5vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .footer .banner_box {
    max-width: 100%;
    margin: 10vw auto 10vw;
    padding: 0 3vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }
  .footer .banner_box .banner {
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  .footer .banner_box .banner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 19.6vw;
    height: 30.2vw;
    background: url(/images/common/white_g_sp.webp) center/contain no-repeat;
    z-index: 1;
  }
  .footer .banner_box .banner a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 4vw;
    text-decoration: none;
    height: 19vw;
    line-height: 1.3;
    position: relative;
    overflow: hidden;
    padding-bottom: 10vw;
  }
  .footer .banner_box {
    /* play circle */
  }
  .footer .banner_box .play {
    position: absolute;
    width: 8vw;
    height: 8vw;
    bottom: 2vw;
    right: 50%;
    transform: translateX(50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
  }
  .footer .banner_box .play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    border-left: 7px solid currentColor;
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
  }
}

@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%;
  }
}

.contactbox .visit {
  width: 335px;
  height: 175px;
  background-color: #F2D4AF;
  position: absolute;
  bottom: 360px;
  right: 0;
  padding: 10px;
}
.contactbox .care {
  width: 335px;
  height: 156px;
  background-color: #BAE0A4;
  position: absolute;
  bottom: 180px;
  right: 0;
  padding: 10px;
}
.contactbox .contact_title {
  background-color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  border-radius: 30px;
}
.contactbox .contact_cont {
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.contactbox .contact_cont .eigyou {
  font-size: 16px;
  font-weight: bold;
}
.contactbox .contact_cont .small {
  font-size: 15px;
  font-weight: bold;
}
.contactbox .gridbox {
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.contactbox .gridbox .box {
  background-color: #F3F4EE;
  border-radius: 10px;
  padding: 5px 0;
}
.contactbox .gridbox .box .tel_text {
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
}
.contactbox .gridbox .box .number {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
.contactbox .gridbox .box .number a {
  font-weight: bold;
}
.contactbox .gridbox .box .tel_eigyou {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 1279px) and (min-width: 789px) {
  .contactbox {
    bottom: 10%;
  }
}
.contactbox .company_img {
  text-align: center;
  margin: 0 auto 5px;
}
.contactbox .text01 {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.contactbox .text01::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 37px;
  left: -10px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/c_line_l.webp) center/contain no-repeat;
}
.contactbox .text01::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 37px;
  right: -10px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/c_line_r.webp) center/contain no-repeat;
}
.contactbox .tel_text .telflex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #F87567;
  border-radius: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 10px 0 10px 20px;
}
.contactbox .tel_text .teltext01 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.contactbox .tel_text .teltext02 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.contactbox .tel_text .teltext02 .small {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.contactbox .fax_text {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: flex-start;
  padding-left: 20px;
}
.contactbox .fax_text .faxtext01 {
  font-size: 20px;
  font-weight: bold;
}
.contactbox .fax_text .faxtext02 {
  font-size: 20px;
  font-weight: bold;
}

.checkbox {
  padding: 40px;
  position: relative;
}
.checkbox::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 52px;
  left: 150px;
  top: 15px;
  background: url(/images/common/check.webp) center/contain no-repeat;
}
.checkbox .check_inner {
  background: rgba(232, 78, 135, 0.1);
  border-radius: 36px 36px 0 0;
  padding: 40px 70px 10px;
  max-width: 847px;
  width: 100%;
  margin: 0 auto;
}
.checkbox .check_title {
  font-size: 28px;
  font-family: serif;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 0.1em;
}
.checkbox .check_title .pink {
  color: #E84E87;
  font-size: 38px;
  font-weight: bold;
}
.checkbox .check_title .pink ruby {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.checkbox .check_title .pink rt {
  font-size: 38px;
  color: #DFBB00;
  font-weight: bold;
  position: relative;
  bottom: 5px;
  right: -10px;
}
.checkbox .check_list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.checkbox .check_list ul {
  list-style: none;
  padding: 0;
  width: 48%;
}
.checkbox .check_list ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 60px;
}
.checkbox .check_list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 38px;
  background: url(/images/common/check_icon.webp) center/contain no-repeat;
}
.checkbox .check_bottom {
  background: rgb(251, 223, 232);
  padding: 40px 70px;
  border-radius: 0 0 20px 20px;
  max-width: 847px;
  width: 100%;
  margin: 0 auto;
}
.checkbox .check_bottom p {
  font-size: 20px;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .checkbox {
    margin-bottom: 13.8vw;
    padding: 5.2vw 0;
  }
  .checkbox::before {
    content: "";
    position: absolute;
    width: 34vw;
    height: 11vw;
    left: 5vw;
    top: 0;
    background: url(/images/common/check.webp) center/contain no-repeat;
  }
  .checkbox .check_inner {
    background: rgba(232, 78, 135, 0.1);
    border-radius: 4.7vw 4.7vw 0 0;
    padding: 5.2vw 5vw 1.3vw;
    max-width: 847px;
    width: 89%;
    margin: 0 auto;
  }
  .checkbox .check_title {
    font-size: 4.5vw;
    font-family: serif;
    font-weight: bold;
    margin-bottom: 7.8vw;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .checkbox .check_title .pink {
    color: #E84E87;
    font-size: 6vw;
    font-weight: bold;
  }
  .checkbox .check_title .pink ruby {
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .checkbox .check_title .pink rt {
    font-size: 4vw;
    color: #DFBB00;
    font-weight: bold;
    position: relative;
    bottom: 1vw;
    right: -1.3vw;
  }
  .checkbox .check_list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 5vw;
  }
  .checkbox .check_list ul {
    list-style: none;
    padding: 0;
    width: 100%;
  }
  .checkbox .check_list ul li {
    position: relative;
    padding-left: 10vw;
    margin-bottom: 4vw;
    font-size: 3.8vw;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .checkbox .check_list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7.8vw;
    height: 6.5vw;
    background: url(/images/common/check_icon.webp) center/contain no-repeat;
  }
  .checkbox .check_bottom {
    background: rgb(251, 223, 232);
    padding: 5vw;
    border-radius: 0 0 2.6vw 2.6vw;
    max-width: 847px;
    width: 89%;
    margin: 0 auto;
  }
  .checkbox .check_bottom p {
    font-size: 4vw;
    line-height: 1.8;
    margin: 0;
  }
}

.middle_box .line_title {
  letter-spacing: 0.1em;
}/*# sourceMappingURL=common.css.map */