@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: #333;
  max-height: 100%;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@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: #333;
}

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: #333;
}

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: #333;
}
@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;
  }
}

.tab {
  display: none;
}

br.between {
  display: none;
}

.inner {
  width: 100%;
  max-width: 1440px;
  min-width: 1280px;
  padding: 0 65px;
  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: #333;
}

.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: #333;
}
@media screen and (max-width: 768px) {
  .textbox, .box_text {
    width: 100%;
    font-size: 4vw;
  }
}

.about_wrapper {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .about_wrapper {
    text-align: center;
  }
}

.about_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 398px;
  height: 58px;
  background-color: #2F8969;
  color: #fff;
  border-radius: 50vh;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
  display: inline-flex;
}
.about_btn::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 22px;
  height: 44px;
  transform: translateY(-50%);
  background: url(/images/common/weui_arrow_filled.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .about_btn {
    width: 71vw;
    height: auto;
    padding: 3.5vw 9vw 3.5vw 5vw;
    border-radius: 2.5vw;
    font-size: 4.8vw;
  }
  .about_btn::before {
    right: 5vw;
    width: 5.5vw;
    height: 5.5vw;
  }
}

.about_maru {
  background-color: transparent;
  font-family: serif;
  font-weight: bold;
  font-size: 22px;
  padding-right: 90px;
  letter-spacing: 0.1em;
  border: none;
  display: inline-flex;
  width: auto;
  color: #333;
}
.about_maru::before {
  width: 61px;
  height: 61px;
  background: url(/images/common/maru_yajirushi.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .about_maru {
    font-size: 4.8vw;
    padding-right: 10vw;
  }
  .about_maru::before {
    width: 8vw;
    height: 8vw;
    right: 0vw;
  }
}

/* セクション、見出し
----------------------------------------------------------- */
.common_sec {
  width: 1280px;
  min-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.common_sec .header_wrapper {
  position: relative;
}
.common_sec .sec_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 133px;
  margin-bottom: 80px;
}
.common_sec .sec_header .sec_title {
  font-size: 32px;
  position: relative;
  z-index: 2;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: bold;
  line-height: 1.8;
  font-family: serif;
  padding-bottom: 40px;
}
.common_sec .sec_header .sec_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 2px;
  background: #2F8969;
}
@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 {
    height: auto;
    min-height: 20vw;
    padding: 4vw 5vw;
    margin-bottom: 5vw;
    border-radius: 13vw 0px 13vw 0px;
  }
  .common_sec .sec_header .sec_title {
    font-size: 5.5vw;
    padding-bottom: 5vw;
  }
  .common_sec .sec_header .sec_title::after {
    width: 50vw;
  }
  .common_sec .sec_body {
    padding: 0;
  }
}

.breadcrumb {
  display: flex;
  width: 1025px;
  max-width: 100%;
  padding: 80px 0 10px 35px;
  margin: 0 0 auto;
  box-sizing: border-box;
  color: #333;
}
.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: #333;
}
.breadcrumb .item a {
  letter-spacing: 0.1em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: flex;
    width: 1280px;
    max-width: 100%;
    padding: 5.5vw 0 8vw;
    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: 2.5em;
  }
  .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: 0 auto 100px;
  font-family: serif;
}
.lead_sec .sec_title {
  position: relative;
  z-index: 5;
  margin: 60px 50px;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
.lead_sec .sec_text {
  position: relative;
  z-index: 5;
  width: 965px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 16px;
  font-family: initial;
}
@media screen and (max-width: 768px) {
  .lead_sec {
    padding: 5.5vw 5vw;
    margin-bottom: 13.8vw;
    margin-top: 0;
    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;
  }
}

/* トップに戻るボタン
----------------------------------------------------------- */
.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: 900;
  width: 100%;
  min-width: 1280px;
  max-width: 1440px;
  height: 90px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (min-width: 1441px) {
  .header {
    min-width: initial;
    max-width: initial;
  }
}
.header .header_left {
  padding: 10px 0 0 10px;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.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 {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.header .header_left .title .top_box .company_name .top_row {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header .header_left .title .top_box .company_name .small {
  color: #fff;
  font-size: 12px;
  filter: drop-shadow(0px 0px 6px rgb(0, 0, 0));
  letter-spacing: 0.1em;
}
.header .header_left .title .top_box .company_name .name_row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .header_left .title .top_box .company_name .name_row img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.header .header_left .title .top_box .company_name .name_row .big {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  filter: drop-shadow(0px 0px 6px rgb(0, 0, 0));
  white-space: nowrap;
}
.header .header_right {
  position: relative;
  z-index: 5;
  display: flex;
  padding-right: 10px;
  flex-wrap: nowrap;
  flex-shrink: 1;
  min-width: 0;
}
.header .header_right .menu_box {
  display: flex;
  padding-top: 10px;
  align-items: center;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
.header .header_right .menu_box .list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 70px;
       column-gap: 70px;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.header .header_right .menu_box .list .item a {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  color: #000000;
}
.header .header_right .menu_box .list .item a::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 22px;
  background: url("/images/common/header_icon.webp") no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
.header .header_right .menu_box .list .item a:hover::after {
  opacity: 1;
}
.header .header_right .menu_box .list .menu-parent a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 0px;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
    width: 100%;
    min-width: initial;
    padding: 0;
    height: 80px;
    max-width: initial;
    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 .sph_text {
    filter: drop-shadow(0px 0px 3px rgb(0, 0, 0));
  }
  .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;
  }
}

@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: 2vw;
         column-gap: 2vw;
  }
  .sp_header .logo_box .sph_text {
    filter: drop-shadow(0px 0px 3px rgb(0, 0, 0));
  }
  .sp_header .logo_box .logo_img {
    width: 13.4vw;
    min-width: initial;
  }
  .sp_header .logo_box .flexbox {
    -moz-column-gap: 2vw;
         column-gap: 2vw;
    margin-top: 2vw;
  }
  .sp_header .logo_box .flexbox span {
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    filter: drop-shadow(0px 0px 6px rgb(0, 0, 0));
  }
  .sp_header .logo_box .company_name {
    line-height: 1.5;
    font-size: 2.4vw;
    padding-top: 3vw;
    padding-left: 3vw;
    color: #fff;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0));
  }
}
.ham {
  position: absolute;
  z-index: 1001;
  top: 10px;
  right: 10px;
  width: 62px;
  height: 69px;
  background: #2F8969;
  transition: all 0.4s;
}
.ham span {
  position: absolute;
  left: 0;
  right: 0;
  width: 9.4vw;
  height: 1.5px;
  margin: 0 auto;
  background: #fff;
  transition: 0.5s;
}
.ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #2F8969;
  font-size: 13px;
  text-align: center;
}
.ham span {
  position: absolute;
  left: 0;
  right: 0;
  width: 40px;
  height: 1.5px;
  margin: 0 auto;
  background: #fff;
  transition: 0.5s;
}
.ham span:nth-of-type(1) {
  top: 15px;
}
.ham span:nth-of-type(2) {
  top: 30px;
}
.ham span:nth-of-type(3) {
  top: 45px;
}
.ham .menu_text {
  position: absolute;
  top: 48px;
  font-weight: bold;
  width: 100%;
  color: #fff;
  text-align: center;
  background: transparent;
  font-size: 12px;
}
.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: 30px;
  transform: rotate(45deg);
}
.ham a.active span:nth-of-type(2) {
  display: none;
}
.ham a.active span:nth-of-type(3) {
  top: 30px;
  transform: rotate(-45deg);
}
.ham a:hover {
  opacity: 1;
}
.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;
}
@media screen and (max-width: 768px) {
  .ham {
    display: block;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    width: 16vw;
    height: 18.7vw;
    transition: all 0.4s;
    margin: 1vw;
    border-radius: 10px;
    margin-right: 2vw;
  }
  .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: 1.5px;
    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: 12.5vw;
    font-weight: bold;
    width: 100%;
    color: #fff;
    text-align: center;
    background: transparent;
    font-size: 3vw;
  }
  .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);
  }
}

.ham_wrapper {
  width: 100%;
  min-width: 1280px;
  max-width: 1440px;
  position: relative;
}
@media screen and (min-width: 1441px) {
  .ham_wrapper {
    position: initial;
  }
}

.copy_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
.copy_header.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.copy_header .copy_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 130px;
  padding: 8px clamp(20px, 4.56vw, 80px);
  box-sizing: border-box;
  gap: clamp(16px, 2.47vw, 50px);
}
.copy_header .header_left {
  width: clamp(600px, 46.2vw, 665px);
  flex-shrink: 0;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  height: 115px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.copy_header .header_left .sitemap {
  position: static;
  transform: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.copy_header .header_left .sitemap .m_nav {
  margin-top: 0;
  border-radius: 0;
  border: none;
  filter: none;
  height: 115px;
  grid-template-columns: repeat(4, 1fr);
}
.copy_header .header_left .sitemap .m_nav li:nth-child(5),
.copy_header .header_left .sitemap .m_nav li:nth-child(6),
.copy_header .header_left .sitemap .m_nav li:nth-child(7),
.copy_header .header_left .sitemap .m_nav li:nth-child(8) {
  display: none;
}
.copy_header .header_right {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  flex: 1;
  justify-content: flex-start;
}
.copy_header .header_right .tel_box {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.copy_header .header_right .tel_box .tel_item {
  display: flex;
  align-items: center;
  height: 90px;
}
.copy_header .header_right .tel_box .tel_item a {
  display: block;
  height: 100%;
}
.copy_header .header_right .tel_box .tel_item a img {
  height: 100%;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.copy_header .header_right .tel_box .tel_item a:hover {
  opacity: 0.85;
}

.copy_ham2 {
  position: fixed;
  z-index: 1001;
  top: 20px;
  right: clamp(20px, 4.56vw, 80px);
  width: 70px;
  height: 81px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
.copy_ham2.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.copy_ham2 .menu_text {
  top: 55px;
}
@media screen and (max-width: 768px) {
  .copy_ham2 {
    display: none;
  }
}

.ham_sitemap {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.ham_sitemap.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.ham_sitemap.pc {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 80%;
  overflow-y: auto;
  z-index: 999;
  background-color: #ffffff;
  padding: 0 60px;
  box-sizing: border-box;
}
.ham_sitemap.pc .home_nav {
  padding: 80px 0 60px;
}
.ham_sitemap.pc .menu_inner {
  display: flex;
  gap: clamp(16px, 1vw, 40px);
  align-items: flex-start;
}
.ham_sitemap.pc .menu_col {
  flex: 1;
}
.ham_sitemap.pc .menu_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ham_sitemap.pc .menu_list.mt {
  margin-top: 30px;
}
.ham_sitemap.pc .menu_item {
  margin-bottom: 25px;
}
.ham_sitemap.pc .menu_item:last-child {
  margin-bottom: 0;
}
.ham_sitemap.pc .menu_item.indent, .ham_sitemap.pc .menu_item:has(.icon.green), .ham_sitemap.pc .menu_item:has(.icon.blue) {
  padding-left: 8px;
}
.ham_sitemap.pc .menu_item a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
  font-weight: bold;
  font-size: 17px;
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.ham_sitemap.pc .menu_item a:hover {
  opacity: 0.7;
}
.ham_sitemap.pc .icon {
  flex-shrink: 0;
  display: inline-block;
  background: url(/images/common/maru_gold.webp) center/contain no-repeat;
}
.ham_sitemap.pc .icon.large {
  width: 41px;
  height: 41px;
}
.ham_sitemap.pc .icon.small {
  width: 29px;
  height: 29px;
}
.ham_sitemap.pc .icon.green {
  background-image: url(/images/common/maru_green.webp);
}
.ham_sitemap.pc .icon.blue {
  background-image: url(/images/common/maru_blue.webp);
}
.ham_sitemap.pc .bottom_flex .flexbox {
  justify-content: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

@media screen and (max-width: 768px) {
  .ham_sitemap.sp {
    width: 100%;
    background-color: #ffffff;
    padding: 4.27vw 0 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
  }
  .ham_sitemap.sp.active .sitemap_inner {
    width: 100%;
    padding: 0;
  }
  .ham_sitemap.sp.active .home_nav {
    padding: 20.13vw 5.33vw 3.2vw;
    margin-bottom: 10vw;
  }
  .ham_sitemap.sp.active .home_nav .menu_list {
    list-style: none;
    margin: 0 0 5vw;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
  .ham_sitemap.sp.active .home_nav .item {
    position: relative;
    min-height: 20vw;
  }
  .ham_sitemap.sp.active .home_nav .item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #A48535;
    width: 95%;
  }
  .ham_sitemap.sp.active .home_nav .item a {
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 3.13vw;
    font-size: 4vw;
    color: #333333;
    text-decoration: none;
    height: 100%;
    padding: 3vw 8vw 3vw 0;
    box-sizing: border-box;
    position: relative;
  }
  .ham_sitemap.sp.active .home_nav .item a::after {
    content: "";
    position: absolute;
    width: 8vw;
    height: 8vw;
    right: 4vw;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/common/maru_gold.webp) center/contain no-repeat;
  }
  .ham_sitemap.sp.active .home_nav .item a:hover {
    opacity: 0.7;
  }
  .ham_sitemap.sp.active .home_nav .item:has(.icon.green) a::after {
    background-image: url(/images/common/maru_green.webp);
  }
  .ham_sitemap.sp.active .home_nav .item:has(.icon.blue) a::after {
    background-image: url(/images/common/maru_blue.webp);
  }
  .ham_sitemap.sp.active .home_nav .list {
    list-style: none;
    margin: 0 0 5vw;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
  .ham_sitemap.sp.active .home_nav .list .item {
    position: relative;
  }
  .ham_sitemap.sp.active .home_nav .list .item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #A48535;
  }
  .ham_sitemap.sp.active .home_nav .list .item a {
    display: flex;
    align-items: center;
    gap: 3.13vw;
    font-size: 4vw;
    color: #333333;
    text-decoration: none;
    height: 100%;
    font-weight: bold;
    padding: 3vw 8vw 3vw 0;
    box-sizing: border-box;
    position: relative;
  }
  .ham_sitemap.sp.active .home_nav .list .item a::after {
    content: "";
    position: absolute;
    width: 8vw;
    height: 8vw;
    right: 4vw;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/common/maru_gold.webp) center/contain no-repeat;
  }
  .ham_sitemap.sp.active .home_nav .list .item a:hover {
    opacity: 0.7;
  }
  .ham_sitemap.sp.active .home_nav .list .item.green a::after {
    background-image: url(/images/common/maru_green.webp);
  }
  .ham_sitemap.sp.active .home_nav .list .item.blue a::after {
    background-image: url(/images/common/maru_blue.webp);
  }
  .ham_sitemap.sp.active .home_nav .last_list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 50%;
  }
  .ham_sitemap.sp.active .home_nav .icon {
    flex-shrink: 0;
    display: inline-block;
    background: url(/images/common/maru_gold.webp) center/contain no-repeat;
  }
  .ham_sitemap.sp.active .home_nav .icon.large {
    width: 8.5vw;
    height: 8.5vw;
  }
  .ham_sitemap.sp.active .home_nav .icon.small {
    width: 6vw;
    height: 6vw;
  }
  .ham_sitemap.sp.active .home_nav .icon.green {
    background-image: url(/images/common/maru_green.webp);
  }
  .ham_sitemap.sp.active .home_nav .icon.blue {
    background-image: url(/images/common/maru_blue.webp);
  }
  .ham_sitemap.sp.active .bottom_flex {
    display: flex;
    gap: 5.3vw;
    flex-direction: column;
    background-image: linear-gradient(180deg, rgba(225, 248, 235, 0), rgb(243, 245, 238));
  }
  .ham_sitemap.sp.active .bottom_flex .box {
    flex: 1;
    padding: 6.4vw 5.3vw 8vw;
    text-align: center;
  }
  .ham_sitemap.sp.active .bottom_flex .box a {
    display: flex;
    justify-content: center;
  }
  .ham_sitemap.sp.active .bottom_flex .box .box_title {
    font-size: 6vw;
    margin-bottom: 4vw;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
    white-space: nowrap;
  }
  .ham_sitemap.sp.active .bottom_flex .box .box_title::before {
    content: "";
    position: absolute;
    width: 6vw;
    height: 11vw;
    left: -8vw;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/index/Line_l.webp) center/contain no-repeat;
  }
  .ham_sitemap.sp.active .bottom_flex .box .box_title::after {
    content: "";
    position: absolute;
    width: 6vw;
    height: 11vw;
    top: 50%;
    right: -8vw;
    transform: translateY(-50%);
    background: url(/images/index/Line_r.webp) center/contain no-repeat;
  }
  .ham_sitemap.sp.active .bottom_flex .box .box_title .big {
    font-size: 7vw;
    font-weight: bold;
  }
  .ham_sitemap.sp.active .bottom_flex .box .flexbox {
    display: flex;
    flex-direction: column;
    gap: 3.2vw;
    margin-bottom: 0;
  }
  .ham_sitemap.sp.active .bottom_flex .box .flexbox .bottom_img {
    flex: 1;
    width: 80%;
  }
  .ham_sitemap.sp.active .bottom_flex .box .flexbox .bottom_img a {
    display: block;
    width: 100%;
  }
  .ham_sitemap.sp.active .bottom_flex .box .flexbox .bottom_img a img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
  }
  .ham_sitemap.sp.active .bottom_flex .box .about_btn {
    background-color: #fff;
    border: 2px solid #A48535;
    padding: 4vw 10vw 4vw 5.3vw;
    border-radius: 13vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 4vw;
    line-height: 1.3;
    position: relative;
    cursor: pointer;
    transition: opacity 0.2s;
    color: #333;
  }
  .ham_sitemap.sp.active .bottom_flex .box .about_btn::before {
    content: "";
    position: absolute;
    width: 8.5vw;
    height: 8.5vw;
    right: 4vw;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/common/maru_gold.webp) center/contain no-repeat;
  }
  .ham_sitemap.sp.active .bottom_flex .box .about_btn .middle_wrapper {
    display: block;
    font-size: 4vw;
  }
  .ham_sitemap.sp.active .bottom_flex .box .about_btn .middle {
    font-size: 7vw;
  }
  .ham_sitemap.sp.active .bottom_flex .box .about_btn .big {
    font-size: 5.5vw;
    font-weight: bold;
    display: block;
    margin-top: 0;
  }
}

.contact_bannerbox {
  padding: 0 85px;
}
.contact_bannerbox .banner_header {
  margin-bottom: 50px;
}
.contact_bannerbox .banner_header .banner_subtitle {
  font-size: 70px;
  font-weight: bold;
  color: #BAE0A4;
  opacity: 56%;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
.contact_bannerbox .banner_header .banner_title {
  font-size: 25px;
  letter-spacing: 0.1em;
}
.contact_bannerbox .banner_box1 {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin: 0 auto 140px;
}
.contact_bannerbox .banner_box {
  display: flex;
  justify-content: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  padding-bottom: 150px;
  border-bottom: 1px solid #20AB43;
  margin: 0 auto 115px;
}
@media screen and (max-width: 768px) {
  .contact_bannerbox {
    padding: 0 20px;
  }
  .contact_bannerbox .banner_header {
    margin-bottom: 30px;
  }
  .contact_bannerbox .banner_header .banner_subtitle {
    font-size: 36px;
  }
  .contact_bannerbox .banner_header .banner_title {
    font-size: 16px;
  }
  .contact_bannerbox .banner_box1 {
    flex-direction: column;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
    margin: 0 auto 60px;
  }
  .contact_bannerbox .banner_box {
    flex-direction: column;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
    padding-bottom: 60px;
    margin: 0 auto 50px;
  }
}

.group .group_info {
  padding: 0 15px 0 35px;
  margin-bottom: 200px;
}
.group .group_info .info_line {
  border-bottom: 3px dashed #20AB43;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
.group .group_info .flexbox {
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
}
.group .group_info .flexbox .left_info .info_title {
  margin-bottom: 10px;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.group .group_info .flexbox .left_info .info_title span {
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.group .group_info .flexbox .left_info .info_title p {
  margin-bottom: 10px;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.group .group_info .flexbox .left_info .height_title {
  line-height: 1;
}
.group .group_info .flexbox .left_info .height_title span {
  margin-bottom: 10px;
}
.group .group_info .flexbox .left_info .info_address {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.group .group_info .flexbox .left_info .info_address span {
  font-size: 16px;
}
.group .group_info .flexbox .left_info .info_fax {
  font-size: 21px;
}
.group .group_info .flexbox .left_info .about_btn {
  margin-top: 30px;
  width: 325px;
  background-color: rgba(67, 179, 41, 0.3);
  border: none;
}
.group .group_info .flexbox .left_info .about_btn a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.group .group_info .flexbox .left_info .about_btn::before {
  display: none;
}
.group .group_info .flexbox .left_info .about_btn .arrow_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #20AB43;
  position: relative;
  right: -60px;
  top: 50%;
  transform: translateY(0%);
}
.group .group_info .flexbox .left_info .about_btn .arrow_icon::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-left: -3px;
}
.group .group_info .flexbox .right_info .gairai_timetable, .group .group_info .flexbox .right_info .houmon_timetable {
  margin-bottom: 15px;
}
.group .group_info .flexbox .right_info .contact-info {
  padding: 20px 0;
}
.group .group_info .flexbox .right_info .contact-info__available {
  color: #E66D69;
  font-size: 19px;
  font-weight: bold;
  margin: 0 0 6px;
}
.group .group_info .flexbox .right_info .contact-info__hours {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 16px;
}
.group .group_info .flexbox .right_info .contact-info__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.group .group_info .flexbox .right_info .contact-info__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.group .group_info .flexbox .right_info .contact-info__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  padding: 2px 8px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333;
}
.group .group_info .flexbox .right_info .contact-info__label--tel {
  background-color: #f5c6c4;
  letter-spacing: 0.1em;
  color: #333;
}
.group .group_info .flexbox .right_info .contact-info__label--fax {
  color: #333;
  background-color: #f5f0b0;
}
.group .group_info .flexbox .right_info .contact-info__number {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
}
.group .group_info .flex02 {
  -moz-column-gap: 145px;
       column-gap: 145px;
}
.group .group_info .flex02 .left_info .about_btn {
  background-color: rgba(250, 191, 120, 0.6);
}
.group .group_info .flex02 .left_info .about_btn .arrow_icon {
  background-color: #F7941E;
}
.group .group_info .flex02 .right_info {
  width: 60%;
}
.group .group_info .flex02 .right_info .contact-offices {
  display: flex;
  gap: 40px;
  padding: 20px 0;
}
.group .group_info .flex02 .right_info .contact-offices__col {
  flex: 1;
}
.group .group_info .flex02 .right_info .contact-offices__name {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0 0 6px;
}
.group .group_info .flex02 .right_info .contact-offices__hours {
  font-size: 20px;
  color: #333;
  margin: 0 0 4px;
  font-weight: bold;
}
.group .group_info .flex02 .right_info .contact-offices__note {
  font-size: 16px;
  margin: 0 0 12px;
  font-weight: bold;
}
.group .group_info .flex02 .right_info .contact-offices__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}
.group .group_info .flex02 .right_info .contact-offices__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.group .group_info .flex02 .right_info .contact-offices__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  padding: 2px 8px;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid transparent;
}
.group .group_info .flex02 .right_info .contact-offices__label--tel {
  background-color: #F3F4EE;
  color: #333;
}
.group .group_info .flex02 .right_info .contact-offices__label--fax {
  background-color: #F3F4EE;
  color: #333;
}
.group .group_info .flex02 .right_info .contact-offices__number {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
}
.group .group_info .flex03 {
  -moz-column-gap: 145px;
       column-gap: 145px;
}
.group .group_info .flex03 .left_info .about_btn {
  background-color: rgba(239, 227, 115, 0.6);
}
.group .group_info .flex03 .left_info .about_btn .arrow_icon {
  background-color: #D7CC65;
}
.group .group_info .flex03 .right_info .contact-info__label--tel, .group .group_info .flex03 .right_info .contact-info__label--fax {
  background-color: #f5f0b0;
}
.group .group_info .flex04 {
  -moz-column-gap: 145px;
       column-gap: 145px;
}
.group .group_info .flex04 .left_info .about_btn {
  background-color: #FFD7D6;
}
.group .group_info .flex04 .left_info .about_btn .arrow_icon {
  background-color: #DC9E9D;
}
.group .group_info .flex04 .right_info .contact-info__label--tel, .group .group_info .flex04 .right_info .contact-info__label--fax {
  background-color: #FFD7D6;
}
@media screen and (max-width: 768px) {
  .group .group_info {
    padding: 0 5vw;
    margin-bottom: 15vw;
  }
  .group .group_info .info_line {
    border-bottom: 2px dashed #20AB43;
    padding-bottom: 10vw;
    margin-bottom: 10vw;
  }
  .group .group_info .flexbox {
    flex-direction: column;
    gap: 6vw;
  }
  .group .group_info .flexbox .left_info {
    width: 100%;
  }
  .group .group_info .flexbox .left_info .info_title {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  .group .group_info .flexbox .left_info .info_title span {
    font-size: 3.5vw;
  }
  .group .group_info .flexbox .left_info .info_title p {
    font-size: 6vw;
    margin-bottom: 2vw;
  }
  .group .group_info .flexbox .left_info .info_address {
    font-size: 4vw;
  }
  .group .group_info .flexbox .left_info .info_address span {
    font-size: 3.5vw;
  }
  .group .group_info .flexbox .left_info .info_fax {
    font-size: 4vw;
  }
  .group .group_info .flexbox .left_info .about_btn {
    width: 80%;
    margin: 0 auto;
    margin-top: 4vw;
  }
  .group .group_info .flexbox .left_info .about_btn .arrow_icon {
    right: -20px;
  }
  .group .group_info .flexbox .right_info {
    width: 100%;
  }
  .group .group_info .flexbox .right_info .flexbox {
    flex-direction: column;
    gap: 10vw;
  }
  .group .group_info .flexbox .right_info .flexbox .info_gairai,
  .group .group_info .flexbox .right_info .flexbox .info_houmon {
    width: 100%;
  }
  .group .group_info .flexbox .right_info .flexbox .info_gairai img,
  .group .group_info .flexbox .right_info .flexbox .info_houmon img {
    width: 100%;
    height: auto;
  }
  .group .group_info .flexbox .right_info .contact-info {
    padding: 0 0 4vw;
  }
  .group .group_info .flexbox .right_info .contact-info__available {
    font-size: 3.5vw;
  }
  .group .group_info .flexbox .right_info .contact-info__hours {
    font-size: 3.5vw;
    margin-bottom: 1vw;
    margin: 0;
  }
  .group .group_info .flexbox .right_info .contact-info__items {
    gap: 3vw;
  }
  .group .group_info .flexbox .right_info .contact-info__label {
    font-size: 3.5vw;
    min-width: 10vw;
    padding: 1px 2vw;
  }
  .group .group_info .flexbox .right_info .contact-info__number {
    font-size: 5.5vw;
  }
  .group .group_info .flexbox .right_info .contact-offices {
    flex-direction: column;
    gap: 6vw;
    padding: 4vw 0 0;
  }
  .group .group_info .flexbox .right_info .contact-offices__name {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
  .group .group_info .flexbox .right_info .contact-offices__hours {
    font-size: 3.5vw;
  }
  .group .group_info .flexbox .right_info .contact-offices__note {
    font-size: 3vw;
  }
  .group .group_info .flexbox .right_info .contact-offices__items {
    gap: 3vw;
    margin-top: 3vw;
  }
  .group .group_info .flexbox .right_info .contact-offices__label {
    font-size: 3.5vw;
    min-width: 10vw;
    padding: 1px 2vw;
  }
  .group .group_info .flexbox .right_info .contact-offices__number {
    font-size: 5.5vw;
  }
  .group .group_info .flex02,
  .group .group_info .flex03,
  .group .group_info .flex04 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .group .group_info .flex02 .right_info,
  .group .group_info .flex03 .right_info,
  .group .group_info .flex04 .right_info {
    width: 100%;
  }
}

.footer {
  margin: 0 auto;
  min-width: 1280px;
}
.footer .inner {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.footer .const_box {
  background: #E4F0EB;
  padding: 70px 0 100px;
  text-align: center;
  margin-bottom: 200px;
}
.footer .const_box .const_title {
  font-size: 36px;
  font-weight: bold;
  font-family: serif;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.footer .const_box .const_title::before {
  content: "";
  position: absolute;
  left: -40px;
  top: -20px;
  width: 61px;
  height: 44px;
  background: url(/images/common/const_deco.webp) center/contain no-repeat;
}
.footer .const_box .icon_list {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 80px;
}
.footer .const_box .icon_list .icon_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.footer .const_box .icon_list .icon_item .icon_circle {
  width: 263px;
  height: 263px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .const_box .flexbox {
  display: flex;
  gap: 20px;
  max-width: 1383px;
  margin: 0 auto;
  align-items: stretch;
  max-width: min(1383px, 100% - 80px);
}
.footer .const_box .flexbox .box {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
}
.footer .const_box .flexbox .box_tajimi {
  border: 3px solid #2F8969;
}
.footer .const_box .flexbox .box_tajimi .box_header {
  background: #2F8969;
  padding: 14px 20px;
}
.footer .const_box .flexbox .box_tajimi .box_header .office_name {
  font-size: 40px;
  font-weight: bold;
  font-family: serif;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.footer .const_box .flexbox .box_tajimi .box_header .office_en {
  font-size: 20px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.3em;
  line-height: 1.3;
}
.footer .const_box .flexbox .box_nagoya {
  border: 3px solid #45738E;
}
.footer .const_box .flexbox .box_nagoya .box_header {
  background: #45738E;
  padding: 14px 20px;
}
.footer .const_box .flexbox .box_nagoya .box_header .office_name {
  font-size: 40px;
  font-weight: bold;
  font-family: serif;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.footer .const_box .flexbox .box_nagoya .box_header .office_en {
  line-height: 1.3;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.3em;
  text-align: center;
}
.footer .const_box .flexbox .box_tajimi .box_body,
.footer .const_box .flexbox .box_nagoya .box_body {
  padding: 16px 20px;
  background-color: #fff;
}
.footer .const_box .flexbox .box_tajimi .box_body .tel_row,
.footer .const_box .flexbox .box_nagoya .box_body .tel_row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.footer .const_box .flexbox .box_tajimi .box_body .tel_row .label,
.footer .const_box .flexbox .box_nagoya .box_body .tel_row .label {
  font-size: 20px;
  font-weight: bold;
  border-radius: 4px;
  padding: 3px 8px;
  line-height: 1;
  color: #2F8969;
}
.footer .const_box .flexbox .box_tajimi .box_body .tel_row .tel_num,
.footer .const_box .flexbox .box_nagoya .box_body .tel_row .tel_num {
  font-size: clamp(30px, 2.638vw, 38px);
  font-weight: bold;
  color: #333;
  font-family: serif;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.footer .const_box .flexbox .box_tajimi .box_body .tel_time,
.footer .const_box .flexbox .box_nagoya .box_body .tel_time {
  font-size: clamp(14px, 1.389vw, 20px);
  margin-bottom: 10px;
}
.footer .const_box .flexbox .box_tajimi .box_body .fax_row,
.footer .const_box .flexbox .box_nagoya .box_body .fax_row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .const_box .flexbox .box_tajimi .box_body .fax_row .label,
.footer .const_box .flexbox .box_nagoya .box_body .fax_row .label {
  font-size: 20px;
  font-weight: bold;
  color: #2F8969;
  border-radius: 4px;
  padding: 3px 8px;
  line-height: 1;
}
.footer .const_box .flexbox .box_tajimi .box_body .fax_row .fax_num,
.footer .const_box .flexbox .box_nagoya .box_body .fax_row .fax_num {
  font-size: clamp(30px, 2.638vw, 38px);
  font-family: serif;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
}
.footer .const_box .flexbox .box_nagoya .box_body .tel_row .label,
.footer .const_box .flexbox .box_nagoya .box_body .fax_row .label {
  color: #45738E;
}
.footer .const_box .flexbox .box_mail {
  border: 3px solid #C8BB99;
  background: #F3F5EE;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}
.footer .const_box .flexbox .box_mail .mail_title {
  font-size: clamp(22px, 2.222vw, 32px);
  font-family: serif;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #A48535;
  padding-bottom: 12px;
  width: 100%;
  text-align: center;
}
.footer .const_box .flexbox .box_mail .mail_badge {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  position: relative;
}
.footer .const_box .flexbox .box_mail .mail_badge::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 50px;
  left: -30px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/l_left.webp) center/contain no-repeat;
}
.footer .const_box .flexbox .box_mail .mail_badge::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 50px;
  right: -30px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/l_right.webp) center/contain no-repeat;
}
.footer .const_box .flexbox .box_mail .mail_badge .badge_text, .footer .const_box .flexbox .box_mail .mail_badge .badge_hour {
  font-size: 32px;
  color: #333;
  line-height: 1.3;
  position: relative;
  text-align: center;
}
.footer .const_box .flexbox .box_mail .mail_badge .badge_text .itudemo, .footer .const_box .flexbox .box_mail .mail_badge .badge_hour .itudemo {
  position: absolute;
  font-size: 25px;
  top: 10px;
  left: -30px;
  transform: rotate(-8.19deg);
}
.footer .const_box .flexbox .box_mail .mail_badge .badge_text .badge_day, .footer .const_box .flexbox .box_mail .mail_badge .badge_hour .badge_day {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.footer .const_box .flexbox .box_mail .mail_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 10px 14px;
  font-size: clamp(15px, 1.528vw, 22px);
  color: #333;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.footer .const_box .flexbox .box_mail .mail_btn .arrow {
  width: 41px;
  height: 41px;
  background: url(/images/common/maru_gold.webp) center/contain no-repeat;
  flex-shrink: 0;
}
.footer .const_box .flexbox .box_mail .mail_btn:hover {
  opacity: 0.7;
}
.footer .company_header {
  text-align: center;
  position: relative;
  margin-bottom: 75px;
}
.footer .company_header::before {
  content: "";
  position: absolute;
  width: 290px;
  height: 266px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/images/common/footer_logo.webp) center/contain no-repeat;
}
.footer .company_header .company_name {
  font-size: 45px;
  font-family: serif;
  font-weight: bold;
  text-align: center;
}
.footer .company_header .company_time {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  font-family: serif;
}
.footer .office_box {
  margin-bottom: 60px;
}
.footer .office_box .flexbox {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.footer .office_box .flexbox .box .office_title {
  font-size: 35px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
  margin-bottom: 25px;
}
.footer .office_box .flexbox .box .gmap {
  margin-bottom: 20px;
}
.footer .office_box .flexbox .box iframe {
  width: 613px;
  height: 337px;
}
.footer .office_box .flexbox .box .office_bottom .access_box .access_flex {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.footer .office_box .flexbox .box .office_bottom .access_box .access_flex .access {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
.footer .office_box .flexbox .box .office_bottom .access_box .access_flex .about_btn {
  max-width: 228px;
}
.footer .office_box .flexbox .box .office_bottom .access_box .access_flex .about_btn::before {
  width: 10px;
  height: 28px;
}
.footer .office_box .flexbox .box .office_bottom .access_box .station {
  font-size: 18px;
  font-weight: bold;
  color: #2F8969;
  line-height: 1.5;
  padding: 10px 0;
}
.footer .office_box .flexbox .box .c_flex {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.footer .office_box .flexbox .box .c_flex .c_flex2 {
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  align-items: center;
}
.footer .office_box .flexbox .box .c_flex .c_flex2 .c_text {
  font-size: 18px;
  color: #fff;
  background-color: #2F8969;
  border-radius: 10px;
  max-width: 56px;
  padding: 10px;
  line-height: 1;
}
.footer .office_box .flexbox .box .c_flex .c_flex2 .c_num {
  font-size: 26px;
  color: #000;
}
.footer .office_box .flexbox .right_box .office_bottom .access_box .access_flex .about_btn {
  max-width: 228px;
  background-color: #45738E;
}
.footer .office_box .flexbox .right_box .office_bottom .access_box .access_flex .about_btn::before {
  width: 10px;
  height: 28px;
}
.footer .office_box .flexbox .right_box .office_bottom .access_box .station {
  color: #45738E;
}
.footer .office_box .flexbox .right_box .c_flex .c_flex2 .c_text {
  background-color: #45738E;
}
.footer .menu_box {
  padding: 0 60px;
  margin-bottom: 60px;
}
.footer .menu_box .menu_inner {
  display: flex;
  gap: clamp(16px, 1vw, 40px);
  align-items: flex-start;
}
.footer .menu_box .menu_col {
  flex: 1;
}
.footer .menu_box .menu_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .menu_box .menu_list.mt {
  margin-top: 30px;
}
.footer .menu_box .menu_item {
  margin-bottom: 25px;
}
.footer .menu_box .menu_item:last-child {
  margin-bottom: 0;
}
.footer .menu_box .menu_item.indent {
  padding-left: 8px;
}
.footer .menu_box .menu_item:has(.icon.green), .footer .menu_box .menu_item:has(.icon.blue) {
  padding-left: 8px;
}
.footer .menu_box .menu_item a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
  font-weight: bold;
  font-size: 17px;
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.footer .menu_box .menu_item a:hover {
  opacity: 0.7;
}
.footer .menu_box .icon {
  flex-shrink: 0;
  display: inline-block;
  background: url(/images/common/maru_gold.webp) center/contain no-repeat;
}
.footer .menu_box .icon.large {
  width: 41px;
  height: 41px;
}
.footer .menu_box .icon.small {
  width: 29px;
  height: 29px;
}
.footer .menu_box .icon.green {
  background-image: url(/images/common/maru_green.webp);
}
.footer .menu_box .icon.blue {
  background-image: url(/images/common/maru_blue.webp);
}
@media screen and (max-width: 768px) {
  .footer .menu_box {
    padding: 0 5vw;
    margin-bottom: 10vw;
  }
  .footer .menu_box .menu_inner {
    flex-direction: column;
    gap: 6vw;
  }
  .footer .menu_box .menu_col {
    width: 100%;
  }
  .footer .menu_box .menu_list.mt {
    margin-top: 6vw;
  }
  .footer .menu_box .menu_item {
    margin-bottom: 4vw;
  }
  .footer .menu_box .menu_item.indent {
    padding-left: 4vw;
  }
  .footer .menu_box .menu_item:has(.icon.green), .footer .menu_box .menu_item:has(.icon.blue) {
    padding-left: 4vw;
  }
  .footer .menu_box .menu_item a {
    font-size: 4vw;
    gap: 3.2vw;
  }
  .footer .menu_box .icon.large {
    width: 8.5vw;
    height: 8.5vw;
  }
  .footer .menu_box .icon.small {
    width: 6vw;
    height: 6vw;
  }
}
.footer .footer_bottom {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.footer .footer_bottom .bottom_text {
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    min-width: initial;
    width: 100%;
    padding-top: 0;
    margin-bottom: 20vw;
  }
  .footer .inner {
    padding: 0 5.3vw;
    width: 100%;
    max-width: 100%;
    min-width: initial;
  }
  .footer .const_box {
    padding: 10.6vw 5.3vw 10.6vw;
    margin-bottom: 13.8vw;
  }
  .footer .const_box .const_title {
    font-size: 5.6vw;
    margin-bottom: 8vw;
  }
  .footer .const_box .const_title::before {
    left: -6vw;
    top: -3vw;
    width: 11vw;
    height: 8vw;
  }
  .footer .const_box .icon_list {
    gap: 3.2vw;
    margin-bottom: 8vw;
    flex-wrap: wrap;
  }
  .footer .const_box .icon_list .icon_item .icon_circle {
    width: 42vw;
    height: 42vw;
  }
  .footer .const_box .icon_list .icon_item .icon_circle img {
    width: 28vw;
    height: auto;
  }
  .footer .const_box .flexbox {
    flex-direction: column;
    gap: 5.3vw;
    max-width: 100%;
  }
  .footer .const_box .flexbox .box_tajimi .box_header,
  .footer .const_box .flexbox .box_nagoya .box_header {
    padding: 1vw 4vw;
  }
  .footer .const_box .flexbox .box_tajimi .box_header .office_name,
  .footer .const_box .flexbox .box_nagoya .box_header .office_name {
    font-size: 6.1vw;
  }
  .footer .const_box .flexbox .box_tajimi .box_header .office_en,
  .footer .const_box .flexbox .box_nagoya .box_header .office_en {
    font-size: 3.2vw;
  }
  .footer .const_box .flexbox .box_tajimi .box_body,
  .footer .const_box .flexbox .box_nagoya .box_body {
    padding: 4vw;
  }
  .footer .const_box .flexbox .box_tajimi .box_body .tel_row .label,
  .footer .const_box .flexbox .box_nagoya .box_body .tel_row .label {
    font-size: 4vw;
  }
  .footer .const_box .flexbox .box_tajimi .box_body .tel_row .tel_num,
  .footer .const_box .flexbox .box_nagoya .box_body .tel_row .tel_num {
    font-size: 6.5vw;
  }
  .footer .const_box .flexbox .box_tajimi .box_body .tel_time,
  .footer .const_box .flexbox .box_nagoya .box_body .tel_time {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 1vw;
  }
  .footer .const_box .flexbox .box_tajimi .box_body .fax_row .label,
  .footer .const_box .flexbox .box_nagoya .box_body .fax_row .label {
    font-size: 4vw;
  }
  .footer .const_box .flexbox .box_tajimi .box_body .fax_row .fax_num,
  .footer .const_box .flexbox .box_nagoya .box_body .fax_row .fax_num {
    font-size: 6.5vw;
  }
  .footer .const_box .flexbox .box_mail {
    padding: 5.3vw;
    gap: 4vw;
  }
  .footer .const_box .flexbox .box_mail .mail_title {
    font-size: 4.5vw;
    padding-bottom: 3.2vw;
  }
  .footer .const_box .flexbox .box_mail .mail_badge {
    -moz-column-gap: 10vw;
         column-gap: 10vw;
  }
  .footer .const_box .flexbox .box_mail .mail_badge::before {
    left: -5vw;
    width: 4vw;
    height: 9vw;
  }
  .footer .const_box .flexbox .box_mail .mail_badge::after {
    right: -5vw;
    width: 4vw;
    height: 9vw;
  }
  .footer .const_box .flexbox .box_mail .mail_badge .badge_text,
  .footer .const_box .flexbox .box_mail .mail_badge .badge_hour {
    font-size: 5.3vw;
  }
  .footer .const_box .flexbox .box_mail .mail_badge .badge_text .itudemo,
  .footer .const_box .flexbox .box_mail .mail_badge .badge_hour .itudemo {
    font-size: 3.7vw;
    left: -5vw;
  }
  .footer .const_box .flexbox .box_mail .mail_badge .badge_text .badge_day,
  .footer .const_box .flexbox .box_mail .mail_badge .badge_hour .badge_day {
    font-size: 4.8vw;
  }
  .footer .const_box .flexbox .box_mail .mail_btn {
    font-size: 3.7vw;
    padding: 3.2vw;
  }
  .footer .const_box .flexbox .box_mail .mail_btn .arrow {
    width: 7.5vw;
    height: 7.5vw;
  }
  .footer .company_header {
    margin-bottom: 8vw;
  }
  .footer .company_header::before {
    width: 40vw;
    height: 37vw;
  }
  .footer .company_header .company_name {
    font-size: 5.3vw;
  }
  .footer .company_header .company_time {
    font-size: 4vw;
  }
  .footer .office_box {
    margin-bottom: 10.6vw;
  }
  .footer .office_box .flexbox {
    flex-direction: column;
    gap: 10.6vw;
  }
  .footer .office_box .flexbox .box .office_title {
    font-size: 6.1vw;
    margin-bottom: 4vw;
  }
  .footer .office_box .flexbox .box .gmap {
    margin-bottom: 4vw;
  }
  .footer .office_box .flexbox .box .gmap iframe {
    width: 100%;
    height: 55vw;
  }
  .footer .office_box .flexbox .box .office_bottom .access_box .access_flex {
    flex-direction: column;
    gap: 4vw;
    margin-bottom: 5vw;
  }
  .footer .office_box .flexbox .box .office_bottom .access_box .access_flex .access {
    font-size: 4vw;
  }
  .footer .office_box .flexbox .box .office_bottom .access_box .access_flex .about_btn {
    max-width: 100%;
  }
  .footer .office_box .flexbox .box .office_bottom .access_box .station {
    font-size: 4vw;
    line-height: 1.6;
  }
  .footer .office_box .flexbox .box .c_flex {
    gap: 1vw;
    flex-direction: column;
  }
  .footer .office_box .flexbox .box .c_flex .c_flex2 {
    gap: 2.1vw;
  }
  .footer .office_box .flexbox .box .c_flex .c_flex2 .c_text {
    font-size: 3.2vw;
    padding: 2vw 2.6vw;
    max-width: none;
    border-radius: 2vw;
  }
  .footer .office_box .flexbox .box .c_flex .c_flex2 .c_num {
    font-size: 5.3vw;
  }
  .footer .menu_box {
    padding: 0 5.3vw;
    margin-bottom: 10vw;
  }
  .footer .menu_box .menu_inner {
    flex-direction: column;
    gap: 6vw;
  }
  .footer .menu_box .menu_col {
    width: 100%;
  }
  .footer .menu_box .menu_list.mt {
    margin-top: 6vw;
  }
  .footer .menu_box .menu_item {
    margin-bottom: 5vw;
  }
  .footer .menu_box .menu_item.indent, .footer .menu_box .menu_item:has(.icon.green), .footer .menu_box .menu_item:has(.icon.blue) {
    padding-left: 4vw;
  }
  .footer .menu_box .menu_item a {
    font-size: 4vw;
    gap: 3.2vw;
  }
  .footer .menu_box .icon.large {
    width: 8.5vw;
    height: 8.5vw;
  }
  .footer .menu_box .icon.small {
    width: 6vw;
    height: 6vw;
  }
  .footer .footer_bottom .bottom_text {
    font-size: 3vw;
    padding: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .sp_fixed {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: -1px;
    width: 100%;
    display: flex;
    box-sizing: border-box;
  }
  .sp_fixed .fix_ {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .sp_fixed .fix_ a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: opacity 0.15s ease;
  }
  .sp_fixed .fix_ a:nth-child(1) {
    background-color: #A48535;
  }
  .sp_fixed .fix_ a:nth-child(2) {
    background-color: #2F8969;
  }
  .sp_fixed .fix_ a:nth-child(3) {
    background-color: #45738E;
  }
  .sp_fixed .fix_ a:nth-child(4) {
    background-color: #3E9D7E;
  }
  .sp_fixed .fix_ a:active {
    opacity: 0.75;
  }
  .sp_fixed .fix_ a .btn_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .sp_fixed .fix_ a .btn_inner img {
    width: auto;
    height: 21.3vw;
    max-height: 80px;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.contactbox {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 520px;
  z-index: 10;
}
.contactbox .schedule_box {
  background: rgba(249, 249, 248, 0.8);
  border-radius: 10px 0 0 10px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}
.contactbox .schedule_section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #000;
}
.contactbox .schedule_section:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.contactbox .schedule_title {
  display: flex;
  align-items: center;
  gap: 54px;
  margin-bottom: 8px;
}
.contactbox .schedule_title h3 {
  font-size: 25px;
  font-weight: bold;
  color: #20AB43;
  white-space: nowrap;
  margin: 0;
  letter-spacing: 0.1em;
}
.contactbox .tel_badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 21px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}
.contactbox .tel_badge--green {
  background: #20AB43;
  color: #fff;
}
.contactbox .tel_badge--red {
  background: #D26C69;
  color: #fff;
}
.contactbox .tel_badge .small {
  font-size: 17px;
}
.contactbox .tel_badge .tel_icon {
  font-size: 13px;
}
.contactbox .schedule_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 13px;
  text-align: center;
}
.contactbox .schedule_table thead tr {
  background: #DEEDE1;
}
.contactbox .schedule_table thead tr th:first-child {
  border-radius: 7px 0 0 7px;
}
.contactbox .schedule_table thead tr th:last-child {
  border-radius: 0 7px 7px 0;
}
.contactbox .schedule_table th, .contactbox .schedule_table td {
  padding: 6px 4px;
  border: none;
  vertical-align: middle;
}
.contactbox .schedule_table th {
  font-weight: bold;
  color: #333;
  font-size: 18px;
}
.contactbox .schedule_table .label_cell {
  text-align: left;
  font-weight: bold;
  padding-left: 8px;
  color: #20AB43;
  font-size: 23px;
  white-space: nowrap;
}
.contactbox .schedule_table .time_cell {
  text-align: left;
  padding-left: 8px;
  font-size: 17px;
  color: #000000;
  white-space: nowrap;
}
.contactbox .schedule_table tbody tr {
  border-bottom: 1px solid #000000;
}
.contactbox .dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  vertical-align: middle;
}
.contactbox .dot--green {
  background: #20AB43;
}
.contactbox .slash {
  color: #000000;
  font-size: 14px;
}
.contactbox .circle {
  color: #20AB43;
  font-size: 18px;
  font-weight: bold;
}
.contactbox .triangle {
  color: #20AB43;
  font-size: 18px;
  font-weight: bold;
}
.contactbox .schedule_note {
  font-size: 18px;
  color: #000000;
  margin-top: 6px;
  line-height: 1.6;
  font-feature-settings: "palt";
}
.contactbox .schedule_section--visit .schedule_title h3 {
  color: #D26C69;
}
.contactbox .schedule_section--visit .schedule_table thead tr {
  background: #FCECEC;
}
.contactbox .schedule_section--visit .schedule_table .label_cell {
  color: #D26C69;
  background: #FCECEC;
}
.contactbox .schedule_section--visit .dot--green {
  background: #D26C69;
}
.contactbox .schedule_section--visit .circle {
  color: #D26C69;
}
.contactbox .schedule_section--visit .triangle {
  color: #D26C69;
}

.info_sec {
  margin-bottom: 230px;
}
.info_sec .sec_header {
  margin-bottom: 70px;
  text-align: center;
  position: relative;
  background-color: transparent;
}
.info_sec .sec_header .sec_title {
  display: inline-block;
  z-index: 0;
  line-height: 1.3;
  font-size: 21px;
  font-weight: bold;
  color: #333;
}
.info_sec .sec_header .sec_subtitle {
  color: #20AB43;
  font-size: 50px;
  line-height: 1.3;
}
.info_sec .list {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-bottom: 60px;
  list-style: none;
  padding: 0;
}
.info_sec .list .item {
  flex: 1;
}
.info_sec .info_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.info_sec .info_item {
  position: relative;
  padding-left: 36px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.info_sec .info_item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #20AB43;
  font-size: 24px;
}
.info_sec .orange::before {
  color: #F7941E;
}
.info_sec .yellow::before {
  color: #EFE373;
}
.info_sec .red::before {
  color: #DC9E9D;
}
.info_sec .flexbox {
  -moz-column-gap: 55px;
       column-gap: 55px;
}
.info_sec .gmap iframe {
  max-width: 659px;
  height: 273px;
  min-width: 600px;
}
@media screen and (max-width: 768px) {
  .info_sec {
    margin-bottom: 13.8vw;
  }
  .info_sec .sec_header {
    margin-bottom: 8vw;
  }
  .info_sec .sec_header .sec_title {
    font-size: 3.8vw;
  }
  .info_sec .sec_header .sec_subtitle {
    font-size: 8vw;
  }
  .info_sec .info_list {
    row-gap: 3vw;
  }
  .info_sec .list {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 3vw;
    margin-bottom: 8vw;
  }
  .info_sec .left_box {
    margin-bottom: 10vw;
  }
  .info_sec .red {
    margin-bottom: 3vw;
  }
  .info_sec .info_item {
    font-size: 4vw;
    padding-left: 5vw;
  }
  .info_sec .info_item::before {
    font-size: 4vw;
  }
  .info_sec .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 6vw;
  }
  .info_sec .gmap iframe {
    width: 90vw;
    height: 60vw;
    max-width: initial;
    min-width: initial;
  }
}

.sec03 .faq:last-of-type {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .gmap iframe {
    pointer-events: none;
  }
}
.side_fixed {
  position: fixed;
  right: 0;
  top: 33%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .side_fixed {
    display: none;
  }
}
.side_fixed .side_btn {
  display: block;
  width: 60px;
  height: 180px;
  transition: opacity 0.2s;
}
.side_fixed .side_btn:hover {
  opacity: 0.85;
}
.side_fixed .side_btn img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-prefix {
  color: #fff;
  font-size: 12px;
  filter: drop-shadow(0px 0px 6px rgb(0, 0, 0));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .page-prefix {
    line-height: 1.5;
    font-size: 2.4vw;
    padding-top: 3vw;
    color: #fff;
    filter: drop-shadow(0px 0px 3px rgb(0, 0, 0));
  }
}

.sitemap_wrapper {
  min-width: 1280px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sitemap_wrapper {
    min-width: initial;
    display: none;
  }
}

.sitemap {
  position: relative;
  z-index: 50;
  width: clamp(900px, 82.6vw, 1190px);
  margin-top: -50px;
}
.sitemap .m_nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr) clamp(160px, 14vw, 200px) 10px clamp(160px, 14vw, 200px) 10px;
  width: 100%;
  height: clamp(70px, 6.6vw, 95px);
  background: #fff;
  margin-top: -340px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #959595;
  margin-top: -200px;
  filter: drop-shadow(0px 24px 14px rgba(0, 0, 0, 0.04));
}
.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: #3E9D7E;
}
.sitemap .m_nav li:first-child::before,
.sitemap .m_nav li:nth-child(5)::before,
.sitemap .m_nav li:nth-child(6)::before,
.sitemap .m_nav li:nth-child(7)::before,
.sitemap .m_nav li:nth-child(8)::before {
  display: none;
}
.sitemap .m_nav li:nth-child(6),
.sitemap .m_nav li:nth-child(8) {
  pointer-events: none;
  background: #fff;
}
.sitemap .m_nav li:nth-child(6)::before,
.sitemap .m_nav li:nth-child(8)::before {
  display: none;
}
.sitemap .m_nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  text-decoration: none;
  font-size: clamp(14px, 1.11vw, 16px);
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
  font-family: serif;
  font-weight: bold;
  color: #333;
  transition: opacity 0.25s;
}
.sitemap .m_nav a::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: #3E9D7E;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 2;
}
.sitemap .m_nav a:hover::after {
  opacity: 1;
}
.sitemap a:hover {
  opacity: initial;
}
.sitemap .m_nav li:nth-child(5),
.sitemap .m_nav li:nth-child(7) {
  height: 100%;
}
.sitemap .m_nav li:nth-child(5) a,
.sitemap .m_nav li:nth-child(7) a {
  padding: 0;
  height: 100%;
}
.sitemap .m_nav li:nth-child(5) a::after,
.sitemap .m_nav li:nth-child(7) a::after {
  display: none;
}
.sitemap .m_nav li:nth-child(5) a:hover,
.sitemap .m_nav li:nth-child(7) a:hover {
  opacity: 0.85;
}
.sitemap .m_nav li:nth-child(5) a img,
.sitemap .m_nav li:nth-child(7) a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}

@media (hover: none) {
  *:hover {
    opacity: inherit !important;
    color: inherit !important;
  }
  *:hover::after {
    opacity: inherit !important;
  }
  *:hover::before {
    opacity: inherit !important;
  }
}/*# sourceMappingURL=common.css.map */