@charset "UTF-8";

/* 値変更 */
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

}


/* 値変更 */
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }

}

@media screen and (min-width: 1100px) {
  .u-sp_only {
    display: none;
  }

  .u-tab_only {
    display: none;
  }

  .sp-tab_only {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  .u-pc_only {
    display: none;
  }

  .u-tab_only {
    display: none;
  }


}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .u-pc_only {
    display: none;
  }

  .u-sp_only {
    display: none;
  }
}

/* header */
.l-container {
  max-width: none;
}

#content.l-container {
  max-width: 1200px;
  box-sizing: content-box;
}

@media screen and (max-width: 768px) {
  .-img .c-headLogo__link {
    padding: 2px 0 !important;
  }
}

.l-header {
  padding: 15px 0;
}

@media screen and (max-width: 1099px) {
  .l-header {
    padding: 5px 20px;
    z-index: 99;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    padding: 5px;
    z-index: 99;
  }
}

/* .l-fixHeader[data-ready] {
 transition: all .8s;
} */

.l-header__bar {
  display: none;
}

.menu-item a .ttl {
  font-weight: 600;
  font-size: clamp(0.75rem, 0.268rem + 1vw, 1.125rem) !important;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .menu-item a .ttl:hover {
    color: #F78E40;
  }
}


@media screen and (max-width: 1099px) {
  .menu-item a .ttl {
    font-size: clamp(0.75rem, 0.268rem + 1vw, 1.125rem) !important;
  }
}

.header__tel {
  color: #34A99E;
}

.header__tel a .ttl {
  font-weight: 600;
  font-size: 22px !important;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1099px) {
  .header__tel a .ttl {
    font-size: clamp(0.75rem, 0.268rem + 1vw, 1.125rem) !important;
  }
}

/* @media screen and (max-width: 1099px) {

 .-img .c-headLogo__link {
  height: 100%;
 }
} */

.c-headLogo__img {
  width: 100% !important;
  max-width: 187px;
}

@media screen and (max-width: 1099px) {
  .c-headLogo__img {
    width: 100% !important;
    max-width: 146px;
  }
}

@media screen and (max-width: 768px) {
  .c-headLogo__img {
    width: 100% !important;
    max-width: 132px;
    /* max-width: 100px; */
  }
}

/* @media screen and (max-width: 1099px) {
 .c-headLogo__img {
  width: 100% !important;
  max-width: 149px !important;
  ;
 }

} */

.c-headLogo__img {
  /* height: auto !important; */
  /* -o-object-fit: cover !important;
  object-fit: cover !important; */
  -o-object-fit: contain !important;
  object-fit: contain !important;
  width: 100% !important;
}

.c-gnav>.menu-item>a {
  min-height: 65px;
}

.header__tel {
  margin-right: 20px !important;
}

.header__tel a .ttl i {
  font-weight: bold;
  font-size: 24px !important;
  position: relative;
  bottom: -2.5px;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 1099px) {
  .header__tel a .ttl i {
    font-size: clamp(0.75rem, 0.268rem + 1vw, 1.125rem) !important;
  }
}


.-series .l-header__logo {
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  .-series .l-header__logo {
    padding: 0 0 0 5px !important;
  }
}

.-series .l-header__logo a {
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .-series .l-header__logo a:hover {
    opacity: .5;
  }
}

.c-headerIcon {
  position: relative;
}

.c-headerIcon::after {
  background: url(http://tanzawa02.cr8ive.monster/wp/wp-content/uploads/img/cmn/icon__fixedHeader.svg) no-repeat;
  position: absolute;
  content: "";
  background-size: contain;
  width: 100%;
  height: 84px;
  bottom: -115px;
  left: 0;
}

/* SPナビ */
.l-header__customBtn {
  margin-right: 5px;
  border-radius: 5px;
}

.l-header__menuBtn {
  border-radius: 5px;

}

.p-spMenu__body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow-y: scroll;
  padding: 0 10px 10vw !important;
  position: relative;
}

.p-spMenu__inner {
  width: 100vw;
  margin-top: 58px;
  padding-top: 0px !important;
}

.p-spMenu__overlay {
  background: transparent;
}

.-right .p-spMenu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
  transition: opacity .45s;
}

[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.p-spMenu__inner::before {
  background: #fff;
  opacity: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.icon-close-thin {
  color: #fff;
  font-weight: bold !important;
  background: #34A99E;
  z-index: 9999;
  position: fixed !important;
  top: -48px !important;
  right: 17px;
  font-size: 24px !important;
}

.c-widget__title {
  display: none !important;
}

.c-spnav>.menu-item:first-child>a {
  border-top: none;
}

.c-listMenu a {
  padding: 0 1em 0 0;
  transition: none !important;
}

.c-spnav a {
  border-bottom: 1px solid var(--color_border);
  display: block;
  padding: 35px 0.75em 5px;
  background: none !important;
}

.c-listMenu a:hover {
  padding: 35px 0.75em 5px;
  background-color: none !important;
}

.c-gnav .sub-menu a::after,
.c-listMenu a::after {
  content: "\e921";
  font-size: 18px;
  color: #F78E40;
  display: inline-block;
  right: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
}

.c-gnav .sub-menu a::after,
.c-listMenu a::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.c-gnav .sub-menu a::before,
.c-listMenu a::before {
  display: none !important;
}

.c-gnav .sub-menu a::before,
.c-listMenu a::before {
  display: none !important;
}


.c-spnav__tel {
  display: block !important;
}

.c-spnav__tel {
  color: #34A99E;
  font-weight: 600;
  display: flex !important;
  align-items: center !important;
  padding: 25px 0 0 !important;
}

.c-spnav__tel a {
  font-size: 24px !important;
}

.c-spnav__tel i {
  margin-right: 13px;
  font-weight: bold;
  font-size: 28px !important;
  position: relative;
  bottom: -3.5px;
}

.c-spnav__tel a,
.c-spnav__contact a,
.c-spnav__line a {
  border: none !important;
}

.c-spnav__tel a::after,
.c-spnav__contact a::after,
.c-spnav__line a::after {
  display: none !important;
}

.p-spMenu a {
  color: inherit;
}

.c-listMenu a {
  border-bottom: 1px solid #F5F5F5;
  color: inherit;
  display: block;
  line-height: 1.4;
  position: relative;
  text-decoration: none;
}

.c-spnav__contact {
  background: #F78E40 !important;
  font-weight: bold;
  color: #fff;
  font-size: clamp(0.75rem, 0.268rem + 1vw, 1.125rem) !important;
  border-radius: 30px;
  height: 56px;
  width: 100%;
  max-width: 263px;
  margin: 35px auto 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.c-spnav__contact a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  font-size: 16px;

}

.c-spnav__contact a img {
  margin-left: 10px;
  max-width: 24px;
  height: auto;
}

.c-spnav__line a {
  padding-top: 20px !important;
  text-align: center !important;
}

.c-spnav__line a img {
  max-width: 57px;
  height: auto;
}

/* button btn */
.l-header__customBtn {
  color: #fff;
  background-color: #f78e40;
}

.c-btn-contact a .ttl {
  font-weight: bold;
  font-size: clamp(0.75rem, 0.268rem + 1vw, 1.125rem) !important;
  display: flex !important;
  align-items: center;
}

.c-listMenu li {
  font-weight: bold;
  font-size: 20px !important;
}


.c-btn-contact a .ttl img {
  margin-left: 10px;
}

.c-btn-contact a {
  color: #fff !important;
  background: #F78E40 !important;
  padding: 0 40px !important;
  border-radius: 40px;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .c-btn-contact a:hover {
    opacity: .5;
  }

  .c-btn-contact a .ttl:hover {
    color: #fff !important;
  }
}

.c-btn-contact p {
  background: #F78E40 !important;
  font-weight: bold;
  font-size: clamp(0.75rem, 0.268rem + 1vw, 1.125rem) !important;
}

.c-btn {
  padding: 60px 0 0;
  margin: 0 auto;
  text-align: center;

}

@media screen and (max-width: 768px) {
  .c-btn {
    padding: 40px 0 0;
  }
}

.p-news .c-btn {
  padding: 20px 0 0;
  margin: 0 auto;
  text-align: center;

}

@media screen and (max-width: 768px) {
  .p-news .c-btn {
    padding: 40px 0 0;
  }
}

.c-btn a {
  color: #1d1d1d;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  pointer-events: all;
  gap: 15px;
  transition: .3s;
}

@media screen and (min-width: 769px) {
  .c-btn a:hover {
    color: #F78E40;
  }
}

/* cta */
.c-cta {
  background: url(http://tanzawa02.cr8ive.monster/wp/wp-content/uploads/img/top/bg__cta.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .c-cta {
    background: #fffdfa;
    backface-visibility: 0.1;
  }
}


.c-cta h2 {
  font-size: clamp(1.5rem, 0.695rem + 1.68vw, 2.125rem);
  line-height: 1.6;
  font-family: 'Shippori Mincho', serif;
}

@media screen and (max-width: 768px) {
  .c-cta h2 {
    text-align: center;
  }
}

.c-cta__box {
  background: #fff;
  padding: 30px 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 860px;
  margin-top: 30px;
}

@media screen and (max-width: 1099px) {
  .c-cta__box {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .c-cta__box {
    background: #fff;
    padding: 20px 10px;
    margin-top: 30px;
    text-align: left;

  }
}

.c-cta__box p {
  padding-left: 15px;
  position: relative;
  font-size: 24px;
  font-family: 'Shippori Mincho', serif;
}


.c-cta__box p::before {
  position: absolute;
  top: 15%;
  height: 70%;
  width: 2px;
  left: 0;
  content: "";
  background: #F78E40;
  z-index: 1;
}

@media screen and (max-width: 1099px) {
  .c-cta__box p {
    display: inline;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .c-cta__box p {
    font-size: 20px;
  }
}

.c-cta__box a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0px 0 0;
  font-size: 2.625rem;
  font-size: clamp(2.625rem, -0.4342546063651591rem + 6.365159128978225vw, 5rem);
  font-weight: bold;
  color: #F78E40;
}

@media screen and (max-width: 1099px) {
  .c-cta__box a {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 0;
    font-size: 34px;
    text-decoration: underline #F78E40;
  }
}

.c-cta__box a img {
  margin-bottom: -5px;
  width: clamp(2.875rem, -1.07rem + 8.21vw, 5.938rem);
  height: auto;
}

@media screen and (max-width: 768px) {
  .c-cta__box a img {
    width: 46px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: -2.5px;
  }

}

.c-cta__note {
  padding: 30px 0 0;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .c-cta__note {
    padding: 30px 0 0;
    font-size: 18px;
  }

}

.c-cta__note span {
  font-weight: bold;
  color: #34A99E;
}

.c-cta__note p:last-child {
  padding: 10px 0 0;
}

@media screen and (max-width: 768px) {
  .c-cta__note p:last-child {
    padding: 10px 0 0;
  }

}

@media screen and (max-width: 768px) {


  .c-cta__image {
    padding: 40px 0 0;
    width: 100vw;
    text-align: center;
    margin: 0 calc(50% - 50vw);
  }

  .c-cta__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

}

.l-fixHeader__inner {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.inner {
  max-width: 1166px;
  padding: 0 clamp(1.25rem, -1.165rem + 5.03vw, 3.125rem);
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 10px;
  }
}

.inner2 {
  max-width: 1166px;
  padding: 0 clamp(1.25rem, -1.165rem + 5.03vw, 3.125rem);
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1099px) {
  .inner2 {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .inner2 {
    padding: 0 0px;
  }
}

.inner3 {
  max-width: 1166px;
  padding: 0;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1099px) {
  .inner3 {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .inner3 {
    padding: 0 0px;
  }
}

/*


.itemWrap {
 padding: 0 clamp(2.5rem, 1.695rem + 1.68vw, 3.125rem);
}

@media screen and (max-width: 768px) {
 .itemWrap {
  padding: 0 10px;
 }
} */

/* 固定ページリセット */
.page-id-223 .alignfull>.wp-block-cover__inner-container>*,
.page-id-223 .alignfull>.wp-block-group__inner-container>*,
.page-id-223 .swell-block-fullWide__inner>* {
  margin-bottom: 0 !important;
}

.page-id-223 h2 {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: normal;
}

.page-id-223 .post_content h3,
.page-id-223 .post_content h4 {
  font-weight: normal;
}

.page-id-223 .post_content h3 {
  font-size: auto;
  font-weight: auto;
  line-height: 1.6;
  margin: 0;
  position: relative;
}

@media (min-width: 600px) {
  .page-id-223 .l-content {
    padding-top: 0 !important;
  }
}

.page-id-223 .l-content {
  margin: 0 !important;
  padding-top: 0 !important;
  ;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1099px) {
  header .l-container {
    padding: 0 0 0 0 !important;
  }
}

.page-id-223 .l-container {
  margin-left: none !important;
  margin-right: none !important;
  max-width: none !important;
  padding-left: none !important;
  padding-right: none !important;
}

.page-id-223 .-sidebar-off .l-article,
.page-id-223 .lp-content .l-article {
  margin-left: none !important;
  margin-right: none !important;
}

.page-id-223 .l-mainContent {
  position: none !important;
  width: none !important;
}

.page-id-223 .l-article {
  max-width: none !important;
  padding-left: none !important;
  padding-right: none !important;
}

/* #main_content .post_content {
 font-size: var(--swl-fz--content, 16px);
} */

.page-id-223 .l-mainContent__inner>.post_content {
  margin: none !important;
  padding: none !important;
}

.page-id-223 .l-mainContent__inner>:last-child,
.page-id-223 .l-parent>:last-child,
.page-id-223 .post_content>:last-child {
  margin-bottom: none !important;
}

.page-id-223 .l-mainContent__inner>:first-child,
.page-id-223 .l-parent>:first-child,
.page-id-223 .post_content>:first-child {
  margin-top: none !important;
}

.page-id-223 .post_content {
  line-height: none !important;
  margin: none !important;
  max-width: none !important;
  padding: none !important;
}

@media (min-width: 960px) {

  .page-id-223 .swell-block-fullWide__inner.l-article {
    --swl-fw_inner_pad: none !important;
  }
}

.page .swell-block-fullWide {
  background: none !important;
  padding: 0 !important;
}

#mainv {
  position: relative;

  width: 100%;
}

@media screen and (max-width: 989px) {
  #mainv {}
}

#mainv .l-mv__conteiner {
  max-width: 1266px;
  padding: 0 clamp(1.25rem, -1.165rem + 5.03vw, 3.125rem);
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 1367px) {
  #mainv .l-mv__conteiner {
    max-width: none;
    padding: 0 5%;
    width: 100%;
    margin: auto;
  }
}

.l-mv__text {
  position: relative;
}



@media screen and (min-width: 1367px) {
  .l-mv__text {
    height: 36.75rem;
    height: clamp(36.75rem, 0.010141093474430818rem + 43.03350970017637vw, 67.25rem);
  }
}

/* 値変更 */
@media screen and (max-width: 1366px) and (min-width: 768px) {
  .l-mv__text {
    height: clamp(18.375rem, -5.294rem + 49.25vw, 36.75rem);
  }
}

/* 値変更 */
@media screen and (max-width: 767px) {
  .l-mv__text {
    height: auto;
  }
}

.l-mv__item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* 値変更 */
@media screen and (max-width: 767px) {
  .l-mv__item {
    position: relative;
    transform: none;
    top: 0;
    padding-top: clamp(1.25rem, -0.539rem + 7.63vw, 3.125rem);
  }
}


@media screen and (min-width: 1367px) {
  .l-mv__sub-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 1.625rem;
    font-size: clamp(1.625rem, 0.119268077601411rem + 1.763668430335097vw, 2.875rem);
  }
}

/* 値変更 */
@media screen and (max-width: 1366px) and (min-width: 768px) {
  .l-mv__sub-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 0.813rem;
    font-size: clamp(0.813rem, -0.234rem + 2.18vw, 1.625rem)
  }
}

/* 値変更 */
@media screen and (max-width: 767px) {
  .l-mv__sub-title {
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    font-size: clamp(1rem, 0.105rem + 3.82vw, 1.938rem);
  }
}

@media screen and (min-width: 1367px) {
  .l-mv__main-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 2.5rem;
    font-size: clamp(2.5rem, 0.09082892416225752rem + 2.821869488536155vw, 4.5rem);
    line-height: 1.6;
  }
}

/* 値変更 */
@media screen and (max-width: 1366px) and (min-width: 768px) {
  .l-mv__main-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 1.25rem;
    font-size: clamp(1.25rem, -0.36rem + 3.35vw, 2.5rem);
    line-height: 1.6;
  }
}

/* 値変更 */
@media screen and (max-width: 767px) {
  .l-mv__main-title {
    font-family: 'Shippori Mincho', serif;
    padding-top: clamp(0.313rem, -0.582rem + 3.82vw, 1.25rem);
    text-align: center;
    font-size: clamp(1.375rem, 0.003rem + 5.85vw, 2.813rem);
    width: 110%;
    margin: 0 0 0 -5%;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1367px) {
  .l-mv__strong {
    display: block;
    font-size: 3.125rem;
    font-size: clamp(3.125rem, 0.11353615520282201rem + 3.527336860670194vw, 5.625rem);
  }
}

/* 値変更 */
@media screen and (max-width: 1366px) and (min-width: 768px) {
  .l-mv__strong {
    display: block;
    font-size: 1.563rem;
    font-size: clamp(1.563rem, -0.45rem + 4.19vw, 3.125rem);
  }
}

/* 値変更 */
@media screen and (max-width: 767px) {
  .l-mv__strong {
    display: block;
    font-size: clamp(1.375rem, 0.003rem + 5.85vw, 2.813rem);
    text-align: center;
  }
}

.u-text-color__orange {
  color: #F78E40;
}

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


/* 値変更 */
@media screen and (max-width: 767px) {
  .l-mv__strong span {
    font-size: clamp(2.625rem, 0.061rem + 10.94vw, 5.313rem);
  }
}


@media screen and (min-width: 1367px) {
  .l-mv__ribon {
    padding: 0.9375rem;
    padding: clamp(0.9375rem, -0.19179894179894164rem + 1.3227513227513228vw, 1.875rem);
    display: flex;
    font-family: 'Shippori Mincho', serif;
    gap: 30px;
    font-size: 1.125rem;
    font-size: clamp(1.125rem, -0.07958553791887124rem + 1.4109347442680775vw, 2.125rem);
  }
}

/* 値変更 */
@media screen and (max-width: 1366px) and (min-width: 768px) {
  .l-mv__ribon {
    padding: clamp(0.625rem, -0.18rem + 1.68vw, 1.25rem) 0 0 0;
    display: flex;
    font-family: 'Shippori Mincho', serif;
    gap: 10px;
    font-size: clamp(0.75rem, 0.267rem + 1.01vw, 1.125rem);
  }
}

@media screen and (max-width: 767px) {
  .l-mv__ribon {
    padding: clamp(0.625rem, -0.18rem + 1.68vw, 1.25rem) 0 0 0;
    display: flex;
    font-family: 'Shippori Mincho', serif;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    gap: 10px;
  }

}

.l-mv__ribon p {
  background: #34A99E;
  padding: 1px 10px;
  color: #fff;
}

.l-mv__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

@media screen and (min-width: 1680px) {

  .l-mv__image img {
    object-fit: contain;
  }
}

/* 値変更 */
@media screen and (max-width: 767px) {
  .l-mv__image img {
    object-fit: cover;
    height: clamp(38.25rem, 8.431rem + 127.23vw, 69.5rem);
  }
}



@media screen and (min-width: 1367px) {
  .l-mv__btn {
    padding: clamp(2.125rem, -0.532rem + 5.53vw, 4.188rem) 0 0;
    max-width: 16.75rem;
    max-width: clamp(16.75rem, -2.297508818342152rem + 22.310405643738974vw, 32.5625rem);
  }
}

/* 値変更 */
@media screen and (max-width: 1366px) and (min-width: 768px) {
  .l-mv__btn {
    padding: clamp(2.125rem, -0.532rem + 5.53vw, 4.188rem) 0 0;
    max-width: 285px;
  }
}

/* 値変更 */
@media screen and (max-width: 767px) {
  .l-mv__btn {
    margin: 0 auto;
    max-width: none;
    padding: clamp(13.188rem, -4.048rem + 73.54vw, 31.25rem) 0 0;
  }
}

@media screen and (min-width: 1367px) {
  .l-mv__note {
    text-align: center;
    color: #F78E40;
    font-weight: bold;
    font-size: 0.9375rem;
    font-size: clamp(0.9375rem, 0.10934744268077601rem + 0.9700176366843033vw, 1.625rem);
  }
}

/* 値変更 */
@media screen and (max-width: 1366px) and (min-width: 768px) {
  .l-mv__note {
    text-align: center;
    color: #F78E40;
    font-weight: bold;
    font-size: 0.75rem;
    font-size: clamp(0.75rem, 0.508rem + 0.5vw, 0.938rem);
  }
}

/* 値変更 */
@media screen and (max-width: 767px) {
  .l-mv__note {
    text-align: center;
    color: #F78E40;
    font-weight: bold;
    font-size: 1rem;
    font-size: clamp(1rem, 0.821rem + 0.76vw, 1.188rem);
  }
}

.l-mv__btn-contact {
  padding: 10px 0 0;
}

.l-mv__btn-contact a img {
  margin-left: 10px;
}

@media screen and (min-width: 1367px) {
  .l-mv__btn-contact a img {
    width: 1.5625rem;
    width: clamp(1.5625rem, -0.5489298323036187rem + 2.471315092674316vw, 3.3125rem);
  }
}

@media screen and (min-width: 1367px) {
  .l-mv__btn-contact a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F78E40;
    border-radius: 40px;
    width: 100%;
    height: 4.0625rem;
    height: clamp(4.0625rem, 1.9544753086419755rem + 2.4691358024691357vw, 5.8125rem);
    max-width: 16.75rem;
    max-width: clamp(16.75rem, -2.297508818342152rem + 22.310405643738974vw, 32.5625rem);
    width: 100%;
    transition: all .3s;
  }
}

/* 値変更 */
@media screen and (max-width: 1366px) and (min-width: 768px) {
  .l-mv__btn-contact a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F78E40;
    border-radius: 40px;
    width: 100%;
    height: 65px;
    max-width: 285px;
    width: 100%;
    transition: all .3s;
  }
}

/* 値変更 */
@media screen and (min-width: 768px) {
  .l-mv__btn-contact a:hover {
    opacity: .5;
  }
}

/* 値変更 */
@media screen and (max-width: 767px) {
  .l-mv__btn-contact a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F78E40;
    border-radius: 40px;
    width: clamp(16.438rem, 9.937rem + 27.74vw, 23.25rem);
    height: clamp(3.5rem, 2.367rem + 4.83vw, 4.688rem);
    max-width: none;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1367px) {
  .l-mv__btn-contact p {
    background: #F78E40;
    font-weight: bold;
    font-size: 1.0625rem;
    font-size: clamp(1.0625rem, -0.3679453262786596rem + 1.6754850088183422vw, 2.25rem);
  }
}

/* 値変更 */
@media screen and (max-width: 1366px) and (min-width: 768px) {
  .l-mv__btn-contact p {
    background: #F78E40;
    font-weight: bold;
    font-size: 0.75rem;
    font-size: clamp(0.75rem, 0.268rem + 1vw, 1.125rem);
  }
}

/* 値変更 */
@media screen and (max-width: 767px) {
  .l-mv__btn-contact p {

    background: #F78E40;
    font-weight: bold;
    font-size: 0.75rem;
    font-size: 1rem;
    font-size: clamp(1rem, 0.523rem + 2.04vw, 1.5rem);
  }
}

.l-mv__icon {
  position: relative;
}

/* 値変更 */
@media screen and (max-width: 767px) {
  .l-mv__icon {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1367px) {
  .l-mv__iconItem {
    position: absolute;
    bottom: 50px;
    right: 0px;
    text-align: right;
  }
}

/* 値変更 */
@media screen and (max-width: 1366px) and (min-width: 768px) {
  .l-mv__iconItem {
    position: absolute;
    bottom: 20px;
    right: 0px;
    text-align: right;
  }
}


@media screen and (min-width: 1366px) {
  .l-mv__iconItem {
    right: -50px;
  }
}

/* 値変更 */
@media screen and (max-width: 767px) {
  .l-mv__iconItem {
    position: relative;
    right: 0px;
  }
}

@media screen and (min-width: 1367px) {
  .l-mv__iconItem img {
    width: 10.5625rem;
    width: clamp(10.5625rem, -0.07005736981465205rem + 12.444836716681378vw, 19.375rem);
  }
}

/* 値変更 */
@media screen and (max-width: 1366px) and (min-width: 768px) {
  .l-mv__iconItem img {
    /* max-width: 186px; */
    width: clamp(5.813rem, -1.675rem + 15.58vw, 11.625rem);
  }
}


/* 値変更 */
@media screen and (max-width: 767px) {
  .l-mv__iconItem img {
    position: absolute;
    bottom: clamp(13.75rem, 12.319rem + 6.11vw, 15.25rem);
    right: 0;
    width: clamp(6.563rem, -0.057rem + 28.24vw, 13.5rem);
  }
}

@media screen and (min-width: 1367px) {
  .l-mv__iconItem p {
    font-size: 1rem;
    font-size: clamp(1rem, 0.019693292144748353rem + 1.1473962930273611vw, 1.8125rem);
    color: #fff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  }
}

/* 値変更 */
@media screen and (max-width: 1366px) and (min-width: 768px) {
  .l-mv__iconItem p {
    font-size: 0.75rem;
    font-size: clamp(0.75rem, 0.428rem + 0.67vw, 1rem);
    color: #fff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  }
}

@media screen and (max-width: 767px) {
  .l-mv__iconItem p {
    font-size: 0.875rem;
    font-size: clamp(0.875rem, 0.517rem + 1.53vw, 1.25rem);
    color: #000;
    text-shadow: none;
    text-align: center;
  }
}

/* problem */
.p-problem {
  background: url(http://tanzawa02.cr8ive.monster/wp/wp-content/uploads/img/top/bg__problem.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1099px) {
  .p-problem {
    background: url(http://tanzawa02.cr8ive.monster/wp/wp-content/uploads/img/top/bg__problem-tab.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

/* 値調整 */
@media screen and (max-width: 767px) {
  .p-problem {
    background: url(http://tanzawa02.cr8ive.monster/wp/wp-content/uploads/img/top/bg__problem-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

.p-problem__container {
  padding: 50px 0 !important;
}



.p-problem__item {
  padding: 70px 0 0;
}

@media screen and (max-width: 768px) {
  .p-problem__item {
    padding: 20px 15px 80px;
  }
}


.c-item__containar {
  padding: 80px 50px;
}

@media screen and (max-width: 1099px) {
  .c-item__containar {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 768px) {
  .c-item__containar {
    padding: 50px 10px;
  }
}

/* feature */
.p-feature {
  background: url(http://tanzawa02.cr8ive.monster/wp/wp-content/uploads/img/top/bg__feature.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  /* padding: 50px 100px !important; */
}

/*
@media screen and (max-width: 768px) {
 .p-feature {
  padding: 40px 10px !important;
 }
} */

.p-feature__container {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
}


.p-feature__item {
  padding: 70px 0 0;
}


@media screen and (max-width: 768px) {
  .p-feature__item {
    padding: 20px 0 0px;
  }
}

.p-feature__images {
  padding: 60px 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-feature__images {
    padding: 10px 0 0;
    text-align: center;
  }
}

/* feature02 */
.p-feature02 {
  background: url(http://tanzawa02.cr8ive.monster/wp/wp-content/uploads/img/top/bg__feature02.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

/* @media screen and (max-width: 768px) {
 .p-feature02__container {
  padding: 0 0 !important;
 }
} */

.p-feature02__itemWrap {
  display: grid;
  gap: 30px;
  padding: 60px 0 0;
}

@media screen and (max-width: 768px) {
  .p-feature02__itemWrap {
    gap: 20px;
    padding: 30px 0 0;
  }
}

.p-feature02__itemBox {
  background: #fff;
  padding: 60px 50px;
  display: flex;
  flex-direction: row-reverse;
  gap: clamp(1.25rem, -0.843rem + 4.36vw, 2.875rem);
}

.p-feature02__itemWrap .p-feature02__itemBox:nth-of-type(even) {
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .p-feature02__itemBox {
    padding: 30px 10px;
    display: grid;
    gap: 30px;
  }
}

.p-feature02__itemTitle {
  display: flex;
  font-family: 'Shippori Mincho', serif;
  align-items: center;
  gap: 30px;
  color: #34A99E;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-feature02__itemTitle {
    display: block;
    font-family: 'Shippori Mincho', serif;
    gap: 20px !important;
    text-align: center;
    color: #34A99E;
    padding-bottom: 20px;
  }
}

.p-feature02__itemTitle p {
  font-size: clamp(2.125rem, 0.917rem + 2.51vw, 3.063rem);
  border: solid 1px #34A99E;
  color: #34A99E;
  border-radius: 50%;
  width: clamp(3.875rem, 1.782rem + 4.36vw, 5.5rem);
  height: clamp(3.875rem, 1.782rem + 4.36vw, 5.5rem);
  display: inline-flex;
  padding-bottom: 5px;
  align-items: center;
  font-weight: normal !important;
  justify-content: center;

}

.p-feature02__itemText p span.u-note {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .p-feature02__itemTitle p {
    font-size: clamp(2.125rem, 0.917rem + 2.51vw, 3.063rem);
    border: solid 1px #34A99E;
    color: #34A99E;
    border-radius: 50%;
    width: clamp(3.875rem, 1.782rem + 4.36vw, 5.5rem);
    height: clamp(3.875rem, 1.782rem + 4.36vw, 5.5rem);
    display: inline-flex;
    padding-bottom: 2.5px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-weight: normal !important;

  }
}

.p-feature02__itemTitle h3 {
  font-size: clamp(1.25rem, 0.606rem + 1.34vw, 1.75rem);
}

@media screen and (max-width: 768px) {
  .p-feature02__itemTitle h3 {
    font-size: 20px;
  }
}

.p-feature02__itemImage {
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-feature02__itemImage {
    text-align: center;
    width: 100%;
  }

}

.p-feature02__itemImage img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .p-feature02__itemImage img {
    width: 427px;
    min-width: 240px;
  }
}

/* heads-up */
.p-heads-up {
  background: url(http://tanzawa02.cr8ive.monster/wp/wp-content/uploads/img/top/bg__heads-up.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .p-heads-up {
    background: url(http://tanzawa02.cr8ive.monster/wp/wp-content/uploads/img/top/icon__clock.svg) no-repeat;
    background-position: right -30px top 80px;
  }

  .p-heads-up__item {
    padding: 0 10px;
  }
}



.p-heads-up h2 {
  font-size: 34px;
  line-height: 1.6;
  font-family: 'Shippori Mincho', serif;
}

@media screen and (max-width: 768px) {
  .p-heads-up h2 {
    font-size: 18px;
    text-align: center;
    line-height: 2;
  }
}

.p-heads-up h2 span {
  font-size: 58px;
  border: solid 2px #F78E40;
  color: #F78E40;
  padding: 0 3px;
}

@media screen and (max-width: 768px) {
  .p-heads-up h2 span {
    font-size: 24px;
  }
}

.p-heads-up p {
  padding: 60px 0;
  text-align: left;
  max-width: 642px;
  font-size: 18px;
  line-height: 2 !important;
}

@media screen and (max-width: 768px) {
  .p-heads-up p {
    padding: 20px 0;
    text-align: left;
    max-width: none;
    font-size: 16px;
  }

  .p-heads-up__image {
    width: 100vw;
    text-align: center;
    margin: 0 calc(50% - 50vw);
  }

  .p-heads-up__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

}



.p-medical {
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-medical {
    margin-top: -60px;
  }
}


@media screen and (min-width: 769px) {
  .p-medical::before {
    position: absolute;
    content: url(http://tanzawa02.cr8ive.monster/wp/wp-content/uploads/img/top/bg__medical-top.png);
    top: 0px;
    right: 0;
    z-index: -1;
  }

  .p-medical::after {

    position: absolute;
    content: url(http://tanzawa02.cr8ive.monster/wp/wp-content/uploads/img/top/bg__medical-bottom.png);
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

.p-medical .c-item__noteText {
  padding: 60px 0 0;
}

@media screen and (max-width: 768px) {
  .p-medical .c-item__noteText {
    padding: 30px 0 0;
  }

  .p-medical__item {
    padding: 0 10px;
  }
}

.p-medical__itemWrap {
  display: grid;
  gap: 80px;
  padding: 80px 0 0;
}

@media screen and (max-width: 768px) {
  .p-medical__itemWrap {
    gap: 40px;
    padding: 40px 0 0;
  }
}

.p-medical__itemBox {
  display: flex;
  flex-direction: row-reverse;
  gap: clamp(1.25rem, -0.843rem + 4.36vw, 2.875rem);
}

.p-medical__itemWrap .p-medical__itemBox:nth-of-type(even) {
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .p-medical__itemBox {
    display: grid;
    gap: 30px;
  }
}

.p-medical__itemTitle {
  display: flex;
  font-family: 'Shippori Mincho', serif;
  align-items: center;
  gap: 30px;
  color: #34A99E;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-medical__itemTitle {
    display: block;
    font-family: 'Shippori Mincho', serif;
    gap: 20px !important;
    text-align: center;
    color: #34A99E;
    padding-bottom: 20px;
  }
}

.p-medical__itemTitle p {
  font-size: clamp(2.125rem, 0.917rem + 2.51vw, 3.063rem);
  border: solid 1px #34A99E;
  color: #34A99E;
  border-radius: 50%;
  width: clamp(3.875rem, 1.782rem + 4.36vw, 5.5rem);
  height: clamp(3.875rem, 1.782rem + 4.36vw, 5.5rem);
  display: inline-flex;
  padding-bottom: 5px;
  align-items: center;
  font-weight: normal !important;
  justify-content: center;

}

@media screen and (max-width: 768px) {
  .p-medical__itemTitle p {
    font-size: clamp(2.125rem, 0.917rem + 2.51vw, 3.063rem);
    border: solid 1px #34A99E;
    color: #34A99E;
    border-radius: 50%;
    width: clamp(3.875rem, 1.782rem + 4.36vw, 5.5rem);
    height: clamp(3.875rem, 1.782rem + 4.36vw, 5.5rem);
    display: inline-flex;
    padding-bottom: 2.5px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-weight: normal !important;

  }
}

.p-medical__itemTitle h3 {
  font-size: clamp(1.25rem, 0.606rem + 1.34vw, 1.75rem);
}

@media screen and (max-width: 768px) {
  .p-medical__itemTitle h3 {
    font-size: 20px;
  }
}

.p-medical__itemImage {
  text-align: center;
  width: 64%;
}

@media screen and (max-width: 768px) {
  .p-medical__itemImage {
    text-align: center;
    width: 100%;
  }

}

.p-medical__itemImage img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .p-medical__itemImage img {
    width: 427px;
    min-width: 240px;
  }
}

.p-staff {

  background: url(http://tanzawa02.cr8ive.monster/wp/wp-content/uploads/img/top/bg__staff.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .p-staff {
    margin-top: -60px;
  }
}


.p-staff .c-item__noteText {
  padding: 60px 0 0;
}

@media screen and (max-width: 768px) {
  .p-staff .c-item__noteText {
    padding: 30px 0 0;
  }
}

.p-staff__itemWrap {
  display: grid;
  gap: 40px;
  padding: 60px 0 0;
}

@media screen and (max-width: 768px) {
  .p-staff__itemWrap {
    gap: 20px;
    padding: 40px 0 0;
  }
}

.p-staff__itemBox {
  background: #fff;
  padding: 30px 40px;
  display: flex;
  flex-direction: row-reverse;
  gap: clamp(1.25rem, -0.843rem + 4.36vw, 2.875rem);
}

.p-staff__itemWrap .p-staff__itemBox:nth-of-type(even) {
  flex-direction: row;
}

.p-staff__itemBox.u-half {
  padding: 0;
  background: none;
}

.p-staff__itemBox.u-half .p-staff__itemText {
  width: 50%;
  padding: 30px 40px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-staff__itemBox.u-half .p-staff__itemText {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-staff__itemBox {
    padding: 30px 10px 10px;
    display: grid;
    gap: 30px;
  }
}

.p-staff__itemTitle {
  font-family: 'Shippori Mincho', serif;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-staff__itemTitle {
    font-family: 'Shippori Mincho', serif;
    padding-bottom: 20px;
    text-align: center;
  }
}

.p-staff__itemTitle p {
  font-size: 18px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-staff__itemTitle p {
    font-size: 16px;
  }
}

.p-staff__itemTitle h3 {
  font-size: clamp(1.25rem, 0.606rem + 1.34vw, 1.75rem);
}

@media screen and (max-width: 768px) {
  .p-staff__itemTitle h3 {
    font-size: 20px;
  }
}

.p-staff__itemText {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .p-staff__itemText {
    width: 100%;
  }

}

.p-staff__itemImage {
  text-align: center;
  width: 45%;
}

@media screen and (max-width: 768px) {
  .p-staff__itemImage {
    text-align: center;
    width: 100%;
  }

}

.p-staff__itemImage img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-flow.c-item__containar {
  padding: 80px 50px 100px;
}

@media screen and (max-width: 768px) {
  .p-flow.c-item__containar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-flow {
  position: relative;
  font-family: "shippori-mincho", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-flow {
    /* margin-top: -60px; */
  }
}


@media screen and (min-width: 769px) {
  .p-flow::before {
    position: absolute;
    content: url(http://tanzawa02.cr8ive.monster/wp/wp-content/uploads/img/top/bg__medical-top.png);
    right: 0;
    top: 0px;
    z-index: -1;
  }

  .p-flow::after {

    position: absolute;
    content: url(http://tanzawa02.cr8ive.monster/wp/wp-content/uploads/img/top/bg__medical-bottom.png);
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

.p-flow__itemWrap {
  padding-top: 60px;
  display: grid;
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .p-flow__itemWrap {
    padding-top: 40px;
    display: block;
  }

  .p-flow__itemWrap>*:not(:first-child) {
    padding-top: 60px;

  }

}

.p-flow__stepTitle {
  font-family: "shippori-mincho", serif;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .p-flow__stepTitle {
    display: block;
    text-align: center;
  }
}

.p-flow__stepTitle p {
  font-size: 18px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  height: 35px;
  padding: 0 15px;
  background: #F78E40;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .p-flow__stepTitle p {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    font-size: 16px;

    height: 30px;
  }
}

.p-flow__stepTitle h3 {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .p-flow__stepTitle h3 {
    font-size: 18px;
    padding: 10px 0 0;
  }
}

.p-flow__stepNote {
  padding: 20px 0 0;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .p-flow__stepNote {
    padding: 20px 0 0;
    font-size: 16px;
  }
}

.p-flow__table h4 {
  font-weight: 500;
  font-size: 20px;
  padding-left: 0;
  padding-top: 50px;
  margin-left: 0px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-flow__table h4 {
    font-size: 18px;
    padding-top: 30px;
  }
}

.p-flow__table h4::before {
  content: url(http://tanzawa02.cr8ive.monster/wp/wp-content/uploads/img/cmn/icon__table.png);
  margin-top: 6px;
  margin-right: 5px;
  z-index: -1;
}

.content__table {
  display: grid;
  grid-template-columns: 24% 1fr;
}

@media screen and (max-width: 768px) {
  .content__table {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}

.content__table .table__col1 {
  background: #F5F5F5;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E4E4E4;
  border-right: 0;
  font-size: 17px;
  color: #34A99E;
  border-bottom: 0;
  font-weight: bold;
}

.content__table .table__col2 a {
  color: #483D34;
}

@media screen and (max-width: 768px) {
  .content__table .table__col1 {
    font-size: 16px !important;

    padding: 20px 20px;
    font-weight: bold !important;
  }
}

.table__col1 h3 {
  font-size: 17px;
  font-weight: bold !important;
}

@media screen and (max-width: 768px) {
  .table__col1 h3 {
    font-size: 16px;
    font-weight: bold !important;
  }
}

.content__table .table__col2 {
  text-align: left;
  box-sizing: border-box;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  font-size: 17px !important;
  border: 1px solid #E4E4E4;
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  .content__table .table__col2 {
    text-align: left;
    box-sizing: border-box;
    padding: 20px 20px;
    display: flex;
    font-size: 16px !important;
    align-items: center;
    border: 1px solid #E4E4E4;
    border-bottom: 0;
  }
}

.content__table .table__col2:last-child {
  border-bottom: 1px solid #E4E4E4;
}

body {
  width: 100% !important;
  max-width: none !important;
}

@media screen and (max-width: 525px) {
  .tab__scroll {
    width: calc(100% + 20px);
    overflow-x: scroll;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 525px) {
  .tab__scroll table {
    margin-bottom: 0;
    margin-right: 20px;
    /* min-width: 625px; */
    white-space: nowrap;
  }

  .tab__scroll table td {
    white-space: nowrap;
  }
}

.schedule th {
  background: #F5F5F5;
  text-align: center;
  padding: 15px 10px;
  border: 1px solid #E4E4E4;
  border-right: 0;
  font-size: 20px;
  color: #34A99E;
  border-bottom: 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {

  .schedule th {
    padding: 15px 10px;
    font-size: 14px;
  }
}

.post_content td {
  border: none;
  padding: auto;
}

.schedule td {
  padding: 10px 10px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  text-align: center;
}

.schedule tr td:last-child {

  border-right: 1px solid #E4E4E4;
}

.schedule tr:last-child {
  /* border-bottom: 1px solid #E4E4E4; */
}

.schedule .row1 {
  font-weight: bold;
}

.schedule .row1 th,
.schedule .row1 td {
  font-size: 20px;
  padding: 10px 10px !important;
}

@media screen and (max-width: 768px) {

  .schedule .row1 th,
  .schedule .row1 td {
    font-size: 14px;
    padding: 10px 10px !important;
  }
}

.p-faq {

  background: url(http://tanzawa02.cr8ive.monster/wp/wp-content/uploads/img/top/bg__staff.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .p-faq {
    margin-top: 0px;
  }
}

.p-faq__itemWrap {
  padding: 70px 0 0;
}

@media screen and (max-width: 768px) {
  .p-faq__itemWrap {
    padding: 30px 0 0;
  }
}

.p-faq .swell-block-accordion__item {
  background: #fff !important;
  border-radius: 8px;
}

@media screen and (min-width: 769px) {
  .p-faq .swell-block-accordion__item {
    padding-left: 20px;
    padding-right: 20px;
  }


}

.p-faq .swell-block-accordion__title {
  background: none;
  padding: 10px;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .p-faq .swell-block-accordion__title:hover {
    opacity: .5;
  }
}

.p-faq .swell-block-accordion__icon {
  color: #34A99E;
  font-weight: bold;
}

.p-faq .swell-block-accordion__label {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  font-weight: bold;

}

@media screen and (max-width: 768px) {
  .p-faq .swell-block-accordion__label {
    display: flex;
    /* align-items: center; */
    gap: 10px;
    font-size: 14px;

  }
}

.p-faq .swell-block-accordion__body p {
  display: flex;
  /* align-items: center; */
  gap: 20px;
  font-size: 16px;


}

@media screen and (max-width: 768px) {
  .p-faq .swell-block-accordion__body p {
    display: flex;
    /* align-items: center; */
    gap: 10px;
    font-size: 14px;


  }
}

.p-faq .p-faq__q {
  font-weight: bold !important;
  font-size: 32px;
  color: #34A99E !important;
}

@media screen and (max-width: 768px) {
  .p-faq .p-faq__q {
    font-weight: bold;
    font-size: 22px;
  }
}

.p-faq .p-faq__answer {
  font-weight: bold !important;
  font-size: 32px;
  color: #F78E40 !important;
}

@media screen and (max-width: 768px) {
  .p-faq .p-faq__answer {
    font-weight: bold;
    font-size: 22px;
  }
}

.p-news {
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-news {
    margin-top: -60px;
    padding-top: 0;
  }
}


@media screen and (min-width: 769px) {
  .p-news::before {
    position: absolute;
    content: url(http://tanzawa02.cr8ive.monster/wp/wp-content/uploads/img/top/bg__medical-top.png);
    top: 0px;
    right: 0;
    z-index: -1;
  }

  .p-news::after {

    position: absolute;
    content: url(http://tanzawa02.cr8ive.monster/wp/wp-content/uploads/img/top/bg__medical-bottom.png);
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 768px) {
  .p-news__container .u-title h2 {
    font-size: 20px !important;
  }
}

.p-news__itemWrap {
  padding: 60px 0 0;
}

@media screen and (max-width: 768px) {
  .p-news__itemWrap {
    padding: 34px 0 0;
  }
}

.p-news .-ps-style-img .p-postList__link,
.p-news .-type-thumb .p-postList__link,
.p-news .p-postList__thumb {
  border-radius: 0;
  overflow: hidden;
  z-index: 0;
}

.p-news .c-postThumb__cat {
  border-radius: 0;
  margin: 0.2em;
  padding: 1px 10px;
}

.p-news .c-postThumb__cat {
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 600px) {
  .p-news .c-postThumb__cat {
    font-size: 16px;
    font-weight: bold;
  }
}

.p-news .p-postList__thumb:before {
  background: none;
}

.p-news .p-postList__meta {
  font-size: 16px;
  color: #BCBCBC;
}

@media screen and (max-width: 768px) {
  .p-news .p-postList__meta {
    font-size: 14px;
  }
}


@media screen and (max-width: 768px) {}

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

@media screen and (max-width: 1099px) {
  .c-item__note {
    text-align: left;
  }
}

.u-title h2 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 34px;
  font-weight: normal;
  line-height: 1.6;
  font-family: 'Shippori Mincho', serif;
  border: none;
}


#feature02 .u-title h2 {
  text-align: center;
  margin: 0;
  padding: 40px 0 45px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, -0.16310720268006706rem + 2.680067001675042vw, 2.125rem);
  font-weight: normal;
  line-height: 1.6;
  font-family: 'Shippori Mincho', serif;
  border: none;
  background: url(http://tanzawa02.cr8ive.monster/wp/wp-content/uploads/img/top/ribbon.svg) no-repeat;
  background-size: contain;
  background-position: center center;

}

@media screen and (max-width: 768px) {
  #feature02 .u-title h2 {
    text-align: center;
    margin: 0;
    padding: 10px;
    line-height: 2;
    font-size: 16px !important;
    font-weight: normal;
    font-family: 'Shippori Mincho', serif;
    border: none;
    background: url(http://tanzawa02.cr8ive.monster/wp/wp-content/uploads/img/top/ribbon-sp.svg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}



@media screen and (max-width: 768px) {
  .u-title h2 {
    font-size: 18px;
  }

  #feature .u-title h2 {
    font-size: 16px;
  }
}

.u-title h2 span {
  color: #34A99E;
  font-size: 46px;
}


#feature02 .u-title h2 span {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, -0.11013400335008372rem + 3.350083752093802vw, 2.75rem);
  padding: 0 4px;
  border: solid 1px #34A99E;
}


@media screen and (max-width: 768px) {
  .u-title h2 span {
    font-size: 24px;
  }

  #feature .u-title h2 span {
    font-size: 20px;
  }

  #feature02 .u-title h2 span {
    font-size: 22px;
  }
}

.u-title__sub {
  display: flex;
  justify-content: center;
  padding: 0 0 10px;

}

.u-title__sub span {
  color: #F78E40;
  font-size: 18px;
  font-family: 'Shippori Mincho', serif;
  border-bottom: solid 2px #F78E40;
  display: inline-block;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .u-title__sub span {
    font-size: 15px;
    text-align: center;
  }
}

footer {
  border-top: 1px solid #E0E0E0;
  margin-top: -10px;
}

footer .my-footer__about a {
  width: 100%;
}

footer .my-footer__about a img {
  width: 100%;
  max-width: 322px;
  height: auto;
  object-fit: contain;
  transition: .3s;
}

@media screen and (max-width: 959px) {
  footer .my-footer__about {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  footer .my-footer__about a:hover img {
    opacity: .5;
  }

}

footer .w-footer__box .c-listMenu {
  text-align: right;
  transition: .3s all !important;

}

footer .w-footer__box .c-gnav .sub-menu a::after,
footer .w-footer__box .c-listMenu a::after {
  display: none;
}

footer .w-footer__box .c-listMenu li {
  font-weight: bold;
  font-size: 18px !important;
  transition: .3s all !important;
}

@media screen and (max-width: 959px) {
  footer .w-footer__box .c-listMenu li {
    text-align: center;
    transition: .3s all;
  }
}

footer .w-footer__box .c-listMenu a {
  border-bottom: none;
  color: inherit;
  display: block;
  line-height: 2.2;
  position: relative;
  text-decoration: none;
  transition: .3s all !important;
}

footer .w-footer__box .c-listMenu a {
  padding: 0 0 0 0;
  transition: none !important;
  transition: .3s all;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  footer .w-footer__box .c-listMenu li:hover {
    background: none !important;
    color: #F78E40;
  }

  footer .w-footer__box .c-listMenu li:hover a {
    background: none !important;
  }

}

footer .w-footer__box .c-listMenu a img {
  width: 57px;
  height: auto;
  transition: .3s;
}

@media screen and (min-width: 769px) {
  footer .w-footer__box .c-listMenu a:hover img {
    opacity: .5;
  }

}

/* 追加 2025.05.29 */
.l-mv__item {
	top: 54%;
}

.l-mv__btn {
	max-width: 100%;
	display: flex;
	justify-content: flex-start;
    gap: 4.25rem;
    align-items: center;
	padding-top: 1.875rem;
	flex-wrap: nowrap;
	width: 100%;
}

.l-mv__btn-contact-ct {
	padding-top: 0;
}

.l-mv__regions {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
    max-width: 13rem;
}

.l-mv__regions.pc {
	display: flex;
}

.l-mv__regions.sp {
	display: none;
}

@media screen and (min-width: 1367px) {
    .l-mv__btn-contact-ct {
		width: 100%;
        max-width: 16.75rem;
        max-width: clamp(16.75rem, -2.297508818342152rem + 22.310405643738974vw, 32.5625rem);
	}
	
	.l-mv__regions {
        width: 100%;
        max-width: clamp(
            13rem,
            calc(-0.58rem + 15.09vw),
            23rem
        );
    }
}

@media screen and (max-width: 1366px) and (min-width: 768px) {
    .l-mv__btn-contact-ct {
		width: 100%;
        max-width: 285px;
    }
	
	.l-mv__regions {
		width: 100%;
		max-width: clamp(
		  9rem,
		  calc(3.86rem + 10.7vw),
		  13rem
		);
	}
	
	.l-mv__btn {
		padding-top: 1rem;
		gap: 2rem;
	}
	
	.l-mv__text {
        height: clamp(21.375rem, -5.294rem + 49.25vw, 36.75rem);
    }
}

@media screen and (max-width: 767px) {
	.l-mv__image img {
		height: 100%;
	}
	
	.l-mv__btn {
		margin: 0 auto;
        max-width: none;
        padding: clamp(19rem, -4.048rem + 73.54vw, 31.25rem) 0 2.56rem 0;
		flex-direction: column;
		gap: 1.5rem;
	}
	
	.l-mv__regions {
		padding-bottom: 1.5rem;
	}
	
	.l-mv__regions.pc {
	display: none;
	}

	.l-mv__regions.sp {
        display: flex;
        width: 100%;
		max-width: clamp(9.18518rem, 6.86rem + 10.71vw, 12rem);
        padding: 0.5rem 0;
        margin: 0 auto;
    }
}