@charset "UTF-8";
/* 変数定義 */
:root {
  --color-text: #121212;
  --color-primary: #38506B;
  --color-primary-dark: #3C6561;
  --color-accent: #4FC3F7;
  --color-primary-rgb: 56, 80, 107;
  --font-sans: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --font-serif: "Noto Serif JP", serif;
  --line-height-base: 1.6;
  --transition-default: 0.3s;
}
/*--------------------------
font-size
---------------------------*/
/*行間計算*/
/*--------------------------
content-width
---------------------------*/
/* ----------------------------------------
All
---------------------------------------- */
/*reCAPTCHAのロゴを非表示*/
.grecaptcha-badge {
	visibility: hidden; 
}
body {
  font-family: var(--font-sans);
  color: var(--color-text);
  font-weight: 300;
  line-height: var(--line-height-base);
}

#body.active {
  overflow: hidden;
}

main {
  padding-top: 0;
}
@media screen and (max-width: 975px) {
  main {
    padding-top: 46px;
  }
}

@media screen and (max-width: 975px) {
  footer {
    padding-bottom: 56px;
  }
}

#isear-toggler, tldx-lmi-shadow-root {
  display: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.text-center{
	text-align: center;
	align-content: center;
}

/* ----------------------------------------
top=title
---------------------------------------- */
.top-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(33, 49, 68)), to(rgb(68, 119, 163)));
  background: linear-gradient(0deg, rgb(33, 49, 68) 0%, rgb(68, 119, 163) 100%);
  letter-spacing: 0.1em;
  font-family: var(--font-serif);
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 975px) {
  .top-title {
    font-size: 1.5rem;
  }
}

/* ----------------------------------------
container
---------------------------------------- */
.container {
  width: 100%;
  margin: 0 auto;
}

.max-container {
  max-width: 1440px;
}

.min-container {
  max-width: 1000px;
}

.e-con.e-flex > .e-con-inner {
  max-width: 1040px;
}

/* ----------------------------------------
btn
---------------------------------------- */
.btn {
  width: 251px;
  height: 94px;
  padding: 28px 0 0 20px;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
  opacity: 1;
}

.tel-btn {
  border: 2px solid rgba(var(--color-primary-rgb), 0.9);
  background-color: rgba(255, 255, 255, .9);
}

.phone-btn {
  background-color: rgba(var(--color-primary-rgb), 0.9);
}

.line-btn {
  background-color: rgba(24, 189, 24, .9);
}

.btn .icon-wrap {
  padding-top: 2px;
}

.btn .icon-wrap img {
  height: 35px;
  width: auto;
}

.btn .text-wrap {
  font-family: var(--font-serif);
  font-weight: 600;
}

.btn .text-wrap .top-text {
  font-size: 12px;
  font-size: 0.75rem;
}

.btn .text-wrap .main-text {
  font-size: 15px;
  font-size: 0.9375rem;
}

.btn .text-wrap .main-text span {
  font-size: 24px;
  font-size: 1.5rem;
}

.tel-btn .text-wrap {
  color: var(--color-primary);
}

.phone-btn .text-wrap, .line-btn .text-wrap {
  color: #fff;
}

.btn__point-box {
  display: none;
}

/* ----------------------------------------
box btn
---------------------------------------- */
.box-btn {
  border: 1px solid var(--color-primary);
  display: block;
  width: 290px;
}
.box-btn span {
  color: var(--color-primary);
  padding: 24px 0;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-family: var(--font-serif);
  display: block;
  width: 100%;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 975px) {
  .box-btn span {
    padding: 20px 0;
    font-size: 0.9375rem;
  }
}

.box-btn span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
  right: -16px;
  bottom: 16px;
}
@media screen and (max-width: 975px) {
  .box-btn span::after {
    right: -14px;
    bottom: 14px;
  }
}

.box-btn span::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--color-primary);
  right: -16px;
  bottom: 16px;
  -webkit-transform: rotate(30deg) translateY(-3px);
          transform: rotate(30deg) translateY(-3px);
}
@media screen and (max-width: 975px) {
  .box-btn span::before {
    right: -14px;
    bottom: 14px;
  }
}

/* ----------------------------------------
more btn
---------------------------------------- */
.more-btn, #page-content .elementor-post__read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  color: var(--color-primary);
  font-size: 18px;
  line-height: 0.8;
}
@media screen and (max-width: 975px) {
  .more-btn, #page-content .elementor-post__read-more {
    line-height: 0.7;
    font-size: 16px;
    gap: 6px;
  }
}

#page-content .elementor-post__read-more {
  font-size: 14px;
}

#page-content .elementor-post__read-more::after {
  width: 15px;
  height: 15px;
}

/* ----------------------------------------
hover
---------------------------------------- */
a {
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
  opacity: 1;
}

a:hover {
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
  opacity: 0.7;
}

/* ----------------------------------------
marker
---------------------------------------- */
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFF9AC));
  background: linear-gradient(transparent 60%, #FFF9AC 0%);
  display: inline;
  padding: 0 1px 0px;
  font-weight: bold;
  font-size: 110%;
}
.marker.green{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #CCFF99));
  background: linear-gradient(transparent 60%, #CCFF99 0%);
}
.marker.blue{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #CCFFFF));
  background: linear-gradient(transparent 60%, #CCFFFF 0%);
}
.marker.red{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFCCCC));
  background: linear-gradient(transparent 60%, #FFCCCC 0%);
}

/* ----------------------------------------
header
---------------------------------------- */
/* ----------------------------------------
top-header 
---------------------------------------- */
#top-header {
  height: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  #top-header {
    display: none;
  }
}

#top-header .top-header__left, #top-header .top-header__right {
  padding: 24px 24px 0;
  position: absolute;
  top: 0;
}

#top-header .top-header__left {
  left: 0;
}

#top-header .top-header__right {
  right: 0;
}

#top-header .top-header__left > h1 {
  font-size: 15px;
  font-size: 0.9375rem;
  color: var(--color-primary);
}

#top-header .top-header__left img {
  width: 300px;
  margin-top: 10px;
}

#top-header .top-header__right > p {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: right;
}

#top-header .top-header__btns {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

/* ----------------------------------------
sp-header
---------------------------------------- */
#sp-header {
  height: 46px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
@media screen and (max-width: 970px) {
  #sp-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sp-header__left {
  padding-top: 6px;
  padding-left: 12px;
  width: 260px;
}

.sp-header__left .sp-header__read {
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-transform: scale(0.8) translateX(-12%);
          transform: scale(0.8) translateX(-12%);
  white-space: nowrap;
}

.sp-header__left > img, .sp-header__left > a img {
  width: 160px;
  margin-top: 4px;
}

.sp-header__right {
  cursor: pointer;
  width: 60px;
  aspect-ratio: 1/1;
  height: 60px;
  background-color: var(--color-primary);
  position: relative;
  padding-top: 37px;
  font-size: 10px;
  color: #fff;
  padding-left: 14px;
}

.sp-header__right span {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  height: 3px;
  width: 24px;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
  opacity: 1;
}

.sp-header__right span:nth-child(1) {
  top: 13px;
}

.sp-header__right span:nth-child(2) {
  top: 22px;
}

.sp-header__right span:nth-child(3) {
  top: 31px;
}

.sp-header__right.open span:nth-child(1) {
  top: 22px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}

.sp-header__right.open span:nth-child(2) {
  top: 22px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}

.sp-header__right.open span:nth-child(3) {
  opacity: 0;
}

/* ----------------------------------------
scroll header
---------------------------------------- */
#follow-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, .75);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 36px 20px 48px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  #follow-header {
    display: none;
  }
}

#follow-header.is-top {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}

#follow-header.is-top.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}

.follow-header__logo {
  display: block;
}

.follow-header__logo img {
  display: block;
  width: 302px;
}

#follow-header .follow-header__nav {
  padding: 12px 0;
}

#follow-header .follow-header__nav .global__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-primary);
}

/* ----------------------------------------
mv
---------------------------------------- */
#mv {
  background-color: #fff;
}

.mv__wrap {
  max-width: 1580px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.mv-nav {
  position: absolute;
  top: 50px;
  right:50px;
  padding: 0;
  width: 145px;
}
@media screen and (max-width: 1240px) {
  .mv-nav {
    padding: 0 24px;
  }
}
@media screen and (max-width: 975px) {
  .mv-nav {
    display: none;
  }
}

.mv-nav .global__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: right;
  width: 145px;
  flex-direction: column;
  text-align: right;
  
}

.mv-nav .global__nav ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}

/* ----------------------------------------
mv text
---------------------------------------- */
.mv__campaign, .mv__copy, .mv__read, .mv__points {
  position: absolute;
}

.mv__campaign {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: var(--color-primary);
  padding: 10px 12px;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  font-weight: bold;
  top: 150px;
  right: 40px;
  background-color: #fff;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .mv__campaign {
    top: 8px;
    right: 0;
  }
}
@media screen and (max-width: 975px) {
  .mv__campaign {
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
            writing-mode: unset;
    font-size: 1rem;
    background-color: rgba(255, 255, 255, .8);
  }
}

.mv__copy {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  bottom: 70px;
  left: 84px;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: var(--line-height-base);
  letter-spacing: 0.3em;
  white-space: nowrap;
  font-weight: bold;
  text-indent: -1em;
  text-indent: -5.8em;
}
@media screen and (max-width: 1240px) {
  .mv__copy {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 975px) {
  .mv__copy {
    bottom: unset;
    top: 10svw;
    left: 8svw;
    text-indent: 0em;
  }
}

.mv__read {
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
  color: #fff;
  font-family: var(--font-serif);
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 975px) {
  .mv__read {
    top: 50%;
  }
}
.mv__read-top .mv-fv-logo{
	width: 750px;
	margin-bottom: 20px;
}
.mv__read-top{
	padding: 30px 100px;
}
.mv__read .is-26 {
  font-size: 26px;
  font-size: 1.625rem;
}

@media screen and (max-width: 975px) {
  .mv__read .is-26 {
    font-size: 4svw;
  }
}

.mv__read .is-36 {
  font-size: 40px;
  font-family: var(--font-sans);
  display: inline-block;
  background-color: var(--color-primary-dark);
  padding: 8px 15px;
  margin-bottom: 5px;
}

.mv__read .is-37{
	background: #FF9500;
	margin-left: -240px;
	border-radius: 999px;
}

@media screen and (min-width: 767px){
	.mv__read .is-37{
		font-size: 18px;
		margin-bottom: -15px;
	}
}

@media screen and (max-width: 1240px) {
  .mv__read {
    top: 50%;
  }
	
	.mv__read .is-36{
		font-size: 24px;
	}
	
	.mv__read .is-37{
		font-size: 16px;
		margin-left: -170px;
		padding: 5px 16px;
	}
	
	.mv__read-top .mv-fv-logo{
		width: 600px;
	}
}

@media screen and (max-width: 975px) {
  .mv__read .is-36 {
    font-size: 6vw;
  }
	
	.mv__read .is-37{
		font-size: 3vw !important;
		margin: 0;
	}
}

.mv__read .is-64 {
  font-size: 64px;
  font-size: 4rem;
}
@media screen and (max-width: 975px) {
  .mv__read .is-64 {
    font-size: 10svw;
  }
}

.mv__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  right: 60px;
  bottom: 56px;
  width: 240px;
}
@media screen and (max-width: 975px) {
  .mv__points {
    gap: 2svw;
        transform: translateX(50%);
        right: 33%;
        bottom: 40px;
        width: 50vw;
  }
}

.mv__points .mv__point {
  aspect-ratio: 1/1;
  width: 168px;
  background: rgba(121, 166, 197, .8);
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 975px) {
  .mv__points .mv__point {
    width: 26svw;
  }
}

.mv__points .mv__point .mv__point-text {
  position: absolute;
  text-align: center;
  font-family: var(--font-serif);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 975px) {
  .mv__points .mv__point .mv__point-text {
    font-size: 2.2svw;
  }
}

.mv__points .mv__point .mv__point-text p {
  margin: 0.1em 0 0.1em;
}

.mv__points .mv__point .mv__point-text p.is-big {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 975px) {
  .mv__points .mv__point .mv__point-text p.is-big {
    font-size: 3.6svw;
  }
}

.mv__points .mv__point .mv__point-text p.is-space {
  letter-spacing: 0.6em;
}

.mv-h1-txt{
  color: #fff;
  position: absolute;
  top: 50px;
  left: 50px;
  font-size: 14px;
}
@media screen and (max-width: 975px) {
  .mv-h1-txt{
    display:none;
  }
  .mv__read-top .mv-fv-logo {
    width: 80vw;
    margin: 10px auto;
  }
  .mv__read-top{
    text-align: center;
    padding: 0;
  }
  .mv__read .is-36 {
    font-size: 6vw;
  }
  .mv__read{
    width: 100%;
  }
}

.mv__points-text {
  position: relative;
  aspect-ratio: 1 / 1;
  padding: min(30px, 2vw) min(30px, 2vw) min(20px, 1.3vw);
  font-size: min(16px, 1.1vw);
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  align-content: center;
  border-radius: 999px;
  letter-spacing: 0.05em;
}

.mv__points-text::before,
.mv__points-text::after {
  content: "";
  display: inline-block;
  width: 5vw;
  height: 11.4vw;
  max-width: 70px;
  max-height: 160px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

.mv__points-text::before {
  background-image: url('../img/top-mv-points-before.webp');
  transform: translate(-100%, 0);
  top: 25%;
  left: 15%;
}

.mv__points-text::after {
  background-image: url('../img/top-mv-points-after.webp');
  transform: translate(100%, 0);
  top: 25%;
  right: 16%;
}

.mv__points-text .mv__points-green-text {
  font-size: min(64px, 4.2vw);
  color: var(--color-primary-dark);
  line-height: 1.2;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.01em;
  padding-right: min(5px, 0.3vw);
}

.mv__points-text .mv__points-large-text {
  font-size: min(24px, 1.5vw);
  font-weight: 500;
}

@media screen and (max-width: 975px) {
  .mv__points-text {
    font-size: 3.7vw;
    padding: 4vw 4vw 1vw;
  }

  .mv__points-text .mv__points-green-text {
    font-size: 12vw;
    padding-right: 1vw;
  }

  .mv__points-text .mv__points-large-text {
    font-size: 5.3vw;
  }

  .mv__points-text::before,
  .mv__points-text::after {
    width: 14vw;
    height: 32vw;
    max-width: none;
    max-height: none;
  }
}

/* ----------------------------------------
concept
---------------------------------------- */
#concept {
  padding-top: 64px;
  padding-bottom: 50px;
}
@media screen and (max-width: 975px) {
  #concept {
    padding-top: 25px;
    padding-bottom: 30px;
    padding: 40px 20px 30px;
  }
}

.concept-wrap{
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 975px) {
  .concept__wrap {
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (max-width: 975px) {
}

@media screen and (max-width: 975px) {
  .concept__wrap .concept__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 975px) {
  .concept__wrap .concept__img {
    width: 74.6666666667%;
    margin-left: auto;
  }
}

.top-title-box {
  color: var(--color-primary);
  font-family: var(--font-serif);
  font-size: 32px;
  font-size: 2rem;
  color: var(--color-primary-dark);
  position: relative;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column-reverse;
}

.top-title-box:before {
  content: "";
  width: calc(100% - 150px);
  height: 1px;
  background-color: var(--color-primary-dark);
  right: 0;
  top: 28px;
  position: absolute;
}

.top-title-box .top-title-jp {
  font-family: var(--font-sans);
  font-size: 20px;
}

.top-title-box .top-title-en{
  margin-bottom: 15px;
}

@media screen and (max-width: 975px) {
  .top-title-box {
    font-size: 1.125rem;
    margin-left: auto;
  }

  .top-title-box .top-title-jp {
    font-size: 16px;
  }

  .top-title-box::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--color-primary-dark);
    right: 0;
    top: initial;
    bottom: -15px;
    position: absolute;
  }
}

.top-title-box {
  font-size: 32px;
  font-size: 2rem;
  padding-bottom: 1rem;
  line-height: 1.2;
}

@media screen and (max-width: 975px) {
  .top-title-box {
    font-size: 1.5625rem;
    padding-top: 0;
  }
}

.concept__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: 1140px;
  width: calc(100% - 140px);
}
@media screen and (max-width: 975px) {
  .concept__content {
    gap: 45px;
  }
}

.concept__content .concept__text {
  width: 400px;
}
@media screen and (max-width: 975px) {
  .concept__content .concept__text {
    width: 81.3333333333%;
    margin: 0 auto;
  }
}

.concept__content .concept__text p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (max-width: 975px) {
  .concept__content .concept__text p {
    font-size: 0.8125rem;
  }
}

.concept__img {
  max-width: 700px;
  width: 61.4035087719%;
  height: auto;
}
.concept_box{
	display: flex;
	justify-content: space-between;
	gap: 4%;
}
.concept_box .left_box{
	width: 52%;
}
.concept_box .right_box{
	width: 44%;
}
.concept_box .left_box p{
	color: var(--color-primary-dark);
	margin-bottom: 2rem;
}
.concept_copy{
	font-size: 32px;
	color: var(--color-primary-dark);
	margin-bottom: 2rem;
}
.top_btn.concept_btn{
	background: rgba(0, 0, 0, 0);
    border: 1px solid var(--color-primary-dark);
    position: relative;
    padding: 20px 54px 20px 24px;
    width: 270px;
    border-radius: 0;
    display: block;
    text-align: center;
    color: var(--color-primary-dark);
	margin-top: 3rem;
}
/* .top_btn.concept_btn:before{
	content: "";
    position: absolute;
    -webkit-transform: unset;
    transform: unset;
    width: 100%;
    height: 100%;
    background-color: #EBF0EF;
    top: 8px;
    left: 8px;
    z-index: -1;
}
.top_btn.concept_btn:before:hover{
  opacity: 0.5;;
} */
.top_btn.concept_btn:after{
content: "";
    position: absolute;
    width: 56px;
    height: 1px;
    top: 50%;
    right: -25px;
    background-color: var(--color-primary-dark);
}
@media screen and (max-width: 975px){
  .concept_box .left_box{
    width: 100%;
  }
  .concept_copy{
    font-size: 24px;
  }
  .concept-img{
    margin: 20px auto;
    display: block;
  }
  .top_btn.concept_btn{
    width: 80%;
    margin: 0 auto;
  }
}
/* ----------------------------------------
campaign
---------------------------------------- */
#campaign{
  width: 100%;
	padding:0;
  background: linear-gradient(var(--color-primary-dark) 60%, #fff 40%);
}
.campaign__inner{
	position: relative;
  max-width: 1280px;
  margin-left: auto;
	margin-right: auto;
  padding: 50px 0px;
}

.campaign__box{
	display: flex;
    width: 770px;
    flex-wrap: nowrap;
    margin: 3rem auto 5rem;
    gap: 28px;
    justify-content: space-between;
	padding-right: 45px;
	justify-content: left;
}
@media screen and (max-width: 975px){
	.campaign__box{
		margin: 3rem auto 1rem;
	}
	
	.campaign-scroll-arrow{
		padding: 0 20px;
		text-align: right;
		margin-bottom: 3rem;
	}
}
.campaign_title .top-title-box {
    color: var(--color-primary);
    font-family: var(--font-serif);
    font-size: 32px;
    font-size: 2rem;
    color: #fff;
    position: relative;
    margin-bottom: 0;
	display: flex;
	flex-direction: column-reverse;
}

.campaign-head-text{
	color: #fff;
	font-size: 15px;
}

@media screen and (max-width: 975px){
	.campaign-head-text{
		margin-top: 30px;
		padding: 0 20px;
	}
}


@media screen and (min-width: 975px){
	.campaign_title .top-title-box:before {
    content: "";
    width: calc(100% - 150px);
    height: 1px;
    background-color: #fff;
    right: 0;
    top: 28px;
    position: absolute;
}
}

.campaign_title .top-title-box {
    font-size: 32px;
    font-size: 2rem;
    padding-bottom: 1rem;
    line-height: 1.2;
}
.campaign_title .top-title-box .top-title-jp {
    font-family: var(--font-sans);
    font-size: 20px;
}

.campaign_title .top-title-box .top-title-en{
	margin-bottom: 15px;
}

/* ----------------------------------------
clinic
---------------------------------------- */
#clinic{
  width: 100%;
	padding:0;
}
#clinic .clinic_inner{
  position: relative;
  max-width: 1280px;
  margin-left: auto;
	margin-right: auto;
  padding: 50px 0px;
}

@media screen and (min-width: 975px){
	#clinic .top-title-box::before{
		width: calc(100% - 250px);
	}
	
	#clinic .news .top-title-box::before{
		width: calc(100% - 120px);
	}
}
/* .clinic__title h2 {
  color: var(--color-primary);
  font-family: var(--font-serif);
  font-size: 32px;
  font-size: 2rem;
  color: var(--color-primary-dark);
  position: relative;
  margin-bottom: 3rem;
}
.clinic__title h2:before {
  content: "";
  width: calc(100% - 225px);
  height: 1px;
  background-color: var(--color-primary-dark);
  right: 0;
  top: 28px;
  position: absolute;
}

.clinic__title h2 span {
  font-size: 32px;
  font-size: 2rem;
  padding-bottom: 1rem;
  line-height: 1.2;
}
.clinic__title h2 .tit_ja {
  font-family: var(--font-sans);
  font-size: 20px;
} */
#clinic .clinic_contents{
  display: flex;
  justify-content: space-between;
  gap: 5%;
  width: 90%;
  margin: 0 auto;
}
#clinic .clinic_contents .left-column{
  width: 50%;
}
#clinic .clinic_contents .right-column{
  width: 50%;
}
.clinic_logo{
  width: 80%;
  margin-bottom: 36px;
}
.clinic_hours{
  width: 100%;
  margin-bottom: 36px;
}
.right-column iframe{
  margin-bottom: 20px;
  width: 100%;
}
.clinic_detail{
  padding-left: 40px;
  position: relative;
  margin-bottom: 8px;
}
.clinic_detail::before{
  content: "";
  background-size: cover;
  width: 28px;
  height: 28px;
  top: -3px;
  left: 0;
  position: absolute;
}
.clinic_detail.access01::before{
  background-image: url("../img/Group-958.webp");
}
.clinic_detail.access02::before{
  background-image: url("../img/Group-959.webp");
}
.clinic_detail p{
  font-size: 16px;
  margin-bottom: 12px;
}
.campagin_img img{
	box-shadow: 3px 5px 15px #2c2c2c;
}
@media screen and (max-width: 975px){
/*   .clinic__title h2{
    padding-left: 20px;
  }
  .clinic__title h2 span{
    font-size: 1.125rem;
    display: block;
    margin-left: auto;
  }
  .clinic__title h2 span {
    font-size: 1.5625rem;
        padding-top: 0;
  }
  .clinic__title h2 .tit_ja{
    font-size: 16px;
  }
  .clinic__title h2:before{
    content: "";
        width: 90%;
        height: 1px;
        background-color: var(--color-primary-dark);
        right: 5%;
        top: initial;
        bottom: 0;
        position: absolute;
  } */
  .campaign__box {
    overflow-x: scroll;
    position: relative;
    width: 100%;
    margin-left: 30px;
  }
  .campagin_img {
    min-width: 222px;
    flex: 0 0 80px;
    position: relative;
	box-shadow: 3px 5px 15px #2c2c2c;
}
.campaign_title .top-title-box{
  padding: 0 20px;
}
.campaign__inner{
  padding-bottom: 0;
  overflow: hidden;
}
#clinic .clinic_inner{
  padding-top: 0;
  padding-inline: 20px;
}
#clinic .clinic_contents{
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
#clinic .clinic_contents .left-column, #clinic .clinic_contents .right-column{
  width: 100%;
}
.right-column iframe{
  height: 280px;
}
.clinic_detail p{
  margin-bottom: 5px;
}
.campaign_title h2{
  font-size: 1.125rem!important;
/*       display: block;
      margin-left: auto; */
}
.campaign_title h2 span{
  font-size: 24px;
}
.campaign_title h2:before{
  content: "";
  width: 90% !important;
  height: 1px;
  background-color: #fff;
  right: 0;
  top: initial;
  bottom: -15px;
  position: absolute;
  z-index: 1;
  left: 5%;
}
.campaign_title .tit_ja{
  font-size: 16px!important;
}
}

/* 診療時間 */
.top-biz-hour {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-bottom: min(20px, 1.5vw);
}

.top-biz-hour tr th,
.top-biz-hour tr td {
  text-align: center;
  align-content: center;
  width: 9%;
  font-weight: 500;
}

.top-biz-hour tr th {
  padding: min(10px, 0.7vw);
  letter-spacing: 0.01em;
  font-size: min(18px, 1.3vw);
  white-space: nowrap;
}

.top-biz-hour tr td {
  padding: min(20px, 1.5vw) min(10px, 0.7vw);
}

.top-biz-hour tr:nth-child(n+2) {
  border-top: 1px solid var(--color-text);
}

.top-biz-hour tr th:first-child,
.top-biz-hour tr td:first-child {
  width: 24%;
}

.top-biz-hour tr th:last-child,
.top-biz-hour tr td:last-child {
  width: 12%;
}

.top-biz-hour tr td:last-child {
  font-weight: normal;
}

.orange-triangle {
  color: #FF9500;
}

.top-biz-hour-annotation {
  font-size: min(16px, 1.1vw);
  font-weight: normal;
  letter-spacing: 0.01em;
  font-weight: 500;
}

.top-biz-hour-annotation-bottom{
	margin-bottom: 4rem;
}

/* スマホ時に横スクロールしないよう、横の余白（padding）を20px→10pxに */
@media screen and (max-width: 767px) {
  .top-biz-hour {
    margin: 10vw auto 2vw;
  }

  .top-biz-hour tr th,
  .top-biz-hour tr td {
    font-size: 4vw;
    padding: 3vw 0.5vw;
  }

  .top-biz-hour-annotation {
    font-size: 3.8vw;
  }
}

.top-biz-hour th {
  font-weight: normal;
}

/* ----------------------------------------
feature
---------------------------------------- */
.concept-feature {
  max-width: 1236px;
  width: 100%;
  margin: 30px auto 0;
}

.concept-feature .feature__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .concept-feature .feature__wrap {
    padding: 0 20px;
  }
}

.feature__list {
  border: 2px solid #E6F3F9;
  display: block;
  width: 230px;
  position: relative;
  padding: 5px;
}
@media screen and (max-width: 1240px) {
  .feature__list {
    width: 172px;
  }
}
@media screen and (max-width: 975px) {
  .feature__list {
    height: 172px;
    width: 49.0666666667%;
  }
}

@media screen and (max-width: 975px) {
  .feature__list:nth-child(1) {
    width: 100%;
  }
}

@media screen and (max-width: 975px) {
  .feature__list:nth-child(n+2) {
    margin-top: 8px;
  }
}

.feature__num {
  color: var(--color-primary);
  position: absolute;
  white-space: nowrap;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Pinyon Script", serif;
  -webkit-transform: rotate(-8deg) translateX(-8px);
          transform: rotate(-8deg) translateX(-8px);
  top: 12px;
  left: 0;
}
@media screen and (max-width: 1240px) {
  .feature__num {
    top: 8px;
    font-size: 0.9375rem;
  }
}
.feature__num span {
  font-size: 34px;
  font-size: 2.125rem;
}
@media screen and (max-width: 1240px) {
  .feature__num span {
    font-size: 1.5625rem;
  }
}
.feature__con {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(243, 246, 255, .9)), color-stop(50%, rgba(255, 255, 255, .9)), to(rgba(229, 237, 246, .9)));
  background: linear-gradient(0deg, rgba(243, 246, 255, .9) 0%, rgba(255, 255, 255, .9) 50%, rgba(229, 237, 246, .9) 100%);
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 975px) {
  .feature__con {
    aspect-ratio: unset;
    height: 159px;
  }
}

.feature__img {
  width: 84px;
  padding-top: 42px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .feature__img {
    width: 66px;
    padding-top: 28px;
  }
}
.feature__text {
  text-align: center;
  font-family: var(--font-serif);
  color: var(--color-primary);
}

.feature__text p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 1em;
}
@media screen and (max-width: 1240px) {
  .feature__text p {
    font-size: 0.8125rem;
    margin-top: 0.8em;
  }
}

.feature__text h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 0.3em;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 1240px) {
  .feature__text h3 {
    font-size: 1.125rem;
    line-height: 1.1;
  }
}

/*============================
============================*/
#info {
  padding: 60px 0 30px;
}
@media screen and (max-width: 975px) {
  #info {
    padding: 30px 0;
  }
}

.info__container {
  max-width: 1240px;
  padding: 0 20px;
}
@media screen and (max-width: 975px) {
  .info__container {
    padding: 0 12px;
  }
}

.info__wrap {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 975px) {
  .info__wrap {
    margin-top: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 18px;
  }
}

.info__wrap .info__content {
  width: 50%;
}
@media screen and (max-width: 975px) {
  .info__wrap .info__content {
    width: 100%;
  }
}

.info__table {
  text-align: center;
  vertical-align: middle;
  font-family: var(--font-serif);
  font-weight: 300;
  width: 100%;
}

.info__table thead {
  background-color: #87B1C6;
  height: 45px;
}
@media screen and (max-width: 975px) {
  .info__table thead {
    height: 28px;
  }
}

.info__table thead tr th {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 975px) {
  .info__table thead tr th {
    font-size: 0.8125rem;
  }
}

.info__table thead tr th:nth-child(1) {
  width: 38%;
}
@media screen and (max-width: 975px) {
  .info__table thead tr th:nth-child(1) {
    width: 28%;
  }
}

.info__table thead tr th:nth-child(n+2) {
  width: 7.75%;
}
@media screen and (max-width: 975px) {
  .info__table thead tr th:nth-child(n+2) {
    width: 9%;
  }
}

.info__table tbody {
  color: #69A1BE;
}

.info__table tbody tr {
  height: 45px;
}
@media screen and (max-width: 975px) {
  .info__table tbody tr {
    height: 42px;
  }
}

.info__table tbody tr th {
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 975px) {
  .info__table tbody tr th {
    font-size: 0.8125rem;
  }
}

.info__table tbody tr td {
  font-weight: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  font-size: 1.25rem;
}

dl.info__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 20px;
  font-family: var(--font-serif);
}
dl.info__dl dt {
  width: 90px;
  gap: 10px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #87B1C6;
  line-height: 27px;
  line-height: 1.6875rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 975px) {
  dl.info__dl dt {
    line-height: 1.875rem;
  }
}

dl.info__dl:nth-of-type(n+2) dt {
  background-color: #69A1BE;
}

dl.info__dl dd {
  width: calc(100% - 100px);
  color: #69A1BE;
  font-weight: bold;
  line-height: 27px;
  line-height: 1.6875rem;
}
.info__car {
  margin-top: 26px;
  padding: 26px 38px 20px;
  color: var(--color-primary);
  background-image: url(../img/info-bg.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 975px) {
  .info__car {
    margin-top: 18px;
    padding: 14px 22px;
  }
}

.info__car p.info__car-top {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--font-serif);
}
@media screen and (max-width: 975px) {
  .info__car p.info__car-top {
    font-size: 0.9375rem;
  }
}

.info__car .info__car-bottom {
  margin-top: 22px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
}
@media screen and (max-width: 975px) {
  .info__car .info__car-bottom {
    margin-top: 14px;
    font-size: 0.8125rem;
  }
}

.info__map {
  width: calc(50% - 60px);
}
@media screen and (max-width: 975px) {
  .info__map {
    width: 100%;
  }
}

.info__map iframe {
  aspect-ratio: 540/444;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 975px) {
  .info__map iframe {
    aspect-ratio: 335/205;
  }
}

.info__map a.more-btn {
  margin-top: 15px;
}
@media screen and (max-width: 975px) {
  .info__map a.more-btn {
    margin-top: 8px;
  }
}

/*============================
info
============================*/
#news {
  position: relative;
  padding: 60px 0 124px;
}
@media screen and (max-width: 975px) {
  #news {
    padding: 30px 0 85px;
  }
}

#news::after {
  position: absolute;
  content: "NEWS";
  font-family: var(--font-serif);
  font-weight: bold;
  color: #E6F3F9;
  font-size: 110px;
  font-size: 6.875rem;
  bottom: 24px;
  right: 24px;
}
@media screen and (max-width: 975px) {
  #news::after {
    font-size: 2.8125rem;
    bottom: 40px;
    right: unset;
    left: 14px;
  }
}

.news__container {
  max-width: 940px;
}
@media screen and (max-width: 975px) {
  .news__container {
    width: 89.3333333333%;
  }
}

.news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 975px) {
  .news__wrap {
    display: block;
  }
}

.news__title {
  width: 234px;
  /* padding-top: 100px; */
}
@media screen and (max-width: 975px) {
  .news__title {
    width: 100%;
    padding-top: 0;
  }
}

.news__title .top-title {
  text-align: left;
}
@media screen and (max-width: 975px) {
  .news__title .top-title {
    text-align: center;
  }
}

.news__content {
  width: calc(100% - 234px);
}
@media screen and (max-width: 975px) {
  .news__content {
    width: 100%;
    margin-top: 16px;
  }
}

.news__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__tab li {
  border: 1px solid var(--color-primary);
  background-color: #fff;
  width: 112px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
.news__tab li.active {
  background-color: var(--color-primary);
  margin-top: 0;
}

.news__tab li a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  color: var(--color-primary);
  text-align: center;
  font-weight: bold;
  padding: 6px 0;
  display: block;
  width: 100%;
}
.news__tab li.active a {
  color: #fff;
  padding: 10px 0;
}
.news__area {
  display: none;
}

.news__area.is-active {
  display: block;
}

.news__area ul {
  border-top: 1px solid var(--color-primary);
}

.news__area ul li {
  border-bottom: 1px solid var(--color-primary);
  padding: 20px 20px 18px;
}
.news__area ul li a time {
  padding-right: 1em;
}
.news__area .more-btn {
  margin-top: 12px;
}
/* ----------------------------------------
cta
---------------------------------------- */
#cta{
  background-image: url("../img/cta-bg2.webp");
  background-size: cover;
  padding: 60px;
}
#cta .cta_inner{
  background-color: rgba(255,255,255, 0.9);
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px 50px;
}
#cta .cta-tit{
  color:  var(--color-primary-dark);
  font-size: 64px;
  font-family: "Noto serif JP", serif;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
  #cta .cta-tit:before{
    content: "";
    width: 30%;
    height: 1px;
    background-color: var(--color-primary-dark);
    position: absolute;
    top: 50%;
    left: 2%;
  }
  #cta .cta-tit:after{
    content: "";
    width: 30%;
    height: 1px;
    background-color: var(--color-primary-dark);
    position: absolute;
    top: 50%;
    right: 2%;
  }
#cta .cta-tit span{
  color: var(--color-primary-dark);
  font-size: 20px;
  line-height: 1;
  height: 50px;
  position: relative;
  display: block;
  margin-top: -20px;
  font-family: var(--font-sans);
}
.cta_btns{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 25px 10px;
    margin: 0 auto;
  }
  .cta_btns a{
    position: relative;
    width: 330px;
    height: 65px;
    border-radius: 100px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 10px 5px 20px;
    font-family: "Noto Sans JP";
  }
  .cta_btns a.cta_tel{
    background-color: #fff;
    border: 3px solid var(--color-primary-dark);
    color: var(--color-primary-dark);
    padding: 7px 10px 18px 34px;
  }
  .cta_btns a.cta_web{
    background-color: #FF9500;
    color: #fff;
  }
  .cta_btns a.cta_line{
    background-color: #06C755;
    color: #fff;
  }
  .cta_btns a span{
    display: block;
    font-size: 13px;
    padding-bottom: 5px;
  }
  .cta_btns a.cta_tel span{
    padding-right: 12px;
  }
  .cta_btns a:before{
    content: "";
    width: 49px;
    height: 49px;
    position: absolute;
    left: 11px;
    top: 8px;
    background-size: contain;
  }
  .cta_btns a.cta_tel:before{
    background-image: url("../img/icon_tel.webp");
    left: 8px;
    top: 5px;
  }
  .cta_btns a.cta_web:before{
    background-image: url("../img/icon_web.webp");
  }
  .cta_btns a.cta_line:before{
    background-image: url("../img/icon_line.webp");
  }
  .cta_btns a:after{
    content: "";
    width: 8px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 27px;
    background-size: contain;
  }
  .cta_btns a.cta_tel:after{
    background-image: url("../img/yajirushi-g.svg");
    right: 20px;
    top: 24px;
  }
  .cta_btns a.cta_web:after{
    background-image: url("../img/yajirushi-w.svg");
  }
  .cta_btns a.cta_line:after{
    background-image: url("../img/yajirushi-w.svg");
  }
  .cta_inner.page-bg{
    padding: 20px 10px 30px!important;
  }
  .cta_inner.page-bg .cta_btns a{
    font-size: 22px;
  }
  .cta_inner.page-bg a{
    width: 270px;
    height: 59px;
  }
  .cta_inner.page-bg  .cta_btns a span{
    font-size: 11px;
  }
  .cta_inner.page-bg .cta_btns a:before {
    content: "";
    width: 43px;
    height: 43px;
    position: absolute;
    left: 11px;
    top: 8px;
    background-size: contain;
  }
  .cta_wrap.page{
    padding: 0!important;
    background-image:none;
  }
  .cta_wrap.page .cta_inner.page-bg{
    background-color: var(--color-primary-dark)!important;
  }
  .cta_wrap.page .cta_inner.page-bg .cta_btns{
    gap: 25px 5px;
  }
  .cta_wrap.page .cta_inner.page-bg .cta-tit{
    color: #fff!important;
  }
  .cta_wrap.page .cta_inner.page-bg .cta-tit:after,.cta_wrap.page .cta_inner.page-bg .cta-tit:before{
    background-color: #fff!important;
  }
  .cta_wrap.page .cta_inner.page-bg .cta-tit span{
    color: #fff!important;
  }
  .cta_inner.page-bg .cta_btns a.cta_tel:before{
    left: 8px;
    top: 6px;
  }
@media screen and (max-width: 975px) {
  #cta{
      padding: 40px 15px;
	  background-image: url("../img/cta-bg2-sp.webp");
  }
  .clinic__title .cta-tit{
    padding: 0 20px;
  }
  #cta .cta-tit{
    font-size: 48px;
  }
  #cta .cta-tit:before,#cta .cta-tit:after{
    width: 15%;
    top: 42%;
  }
  .cta_inner.page-bg .cta_btns a{
    width: 330px;
  }
  .cta_inner.page-bg .cta_btns a.cta_tel:before{
    left: 8px;
    top: 6px;
  }
}


/* ----------------------------------------
Commitments
---------------------------------------- */
#commitments{
  background-image: url("../img/comm_bg.webp");
  background-size: cover;
}
.commitments_title .top-title-box {
  color: var(--color-primary);
  font-family: var(--font-serif);
  font-size: 32px;
  font-size: 2rem;
	color: #fff;
	position: relative;
	margin-bottom: 3rem;
}
@media screen and (min-width: 975px){
	.commitments_title .top-title-box:before{
		content:"";
		width: calc(100% - 260px);
		height: 1px;
		background-color: #fff;
		right: 0;
		top: 28px;
		position: absolute;
	}
}
.commitments_title .top-title-box .top-title-jp{
	font-family: var(--font-sans);
	font-size: 20px;
}
@media screen and (max-width: 975px) {
  .commitments_title .top-title-box {
    font-size: 1.125rem;
    display: block;
    margin-left: auto;
  }
}

.commitments_title .top-title-box {
  font-size: 32px;
  font-size: 2rem;
  padding-bottom: 1rem;;
  line-height: 1.2;
}
@media screen and (max-width: 975px) {
  .commitments_title .top-title-box {
    font-size: 1.5625rem;
    padding-top: 0;
  }
}
.com_txt{
  color: #fff;
  text-align: center;
}
.commitments_wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 80px auto 0px;
}
.commitments_wrap .com_block{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.commitments_wrap .com_block .com_block_tit{
  background-color: var(--color-primary-dark);
  padding: 40px 15px 20px; 
  position: relative;
}
.commitments_wrap .com_block .com_block_tit::before
{
  content: "";
  background-size: cover;
  width: 64px;
  height: 72px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.commitments_wrap .com_block .com_block_tit.num1::before{
  background-image: url("../img/co_num1.webp");
}
.commitments_wrap .com_block .com_block_tit.num2::before{
  background-image: url("../img/co_num2.webp");
}
.commitments_wrap .com_block .com_block_tit.num3::before{
  background-image: url("../img/co_num3.webp");
}
.commitments_wrap .com_block .com_block_tit{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.commitments_wrap .com_block .com_block_txt{
  background-color: rgba(255,255,255,0.8);
  padding: 20px;
  border: 1px solid var(--color-primary-dark);
}
.commitments_inner{
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px;
}
@media screen and (max-width: 975px) {
  .commitments_wrap{
    flex-direction: column;
    gap: 60px;
  }
  .commitments_title h2{
    font-size: 1.125rem;
    display: block;
    margin-left: auto;
  }
  .commitments_title h2 span {
    font-size: 1.5625rem;
        padding-top: 0;
  }
  .commitments_title h2 .tit_ja{
    font-size: 16px;
  }
  .commitments_title h2:before{
    content: "";
        width: 100%;
        height: 1px;
        background-color: #fff;
        right: 0;
        top: initial;
        bottom: -15px;
        position: absolute;
  }
}

/* ----------------------------------------
menu
---------------------------------------- */
#menu{
  background-color: #EBF0EF;
}
#menu .menu-inner{
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px;
}
@media screen and (min-width: 975px){
	#menu .top-title-box::before{
		width: calc(100% - 250px);
	}
}
.menu-catch{
  width: 120px;
}
.menu-catch p{
  color: var(--color-primary);
	font-family: var(--font-sans);
  letter-spacing: 0.15em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 40px;
  line-height: 2;
}
.menu-catch p span{
  padding-top: 300px;
}
.menu-block-wrap{
  display: flex;
  justify-content: left;
  gap: 120px;
}
.menu-wrap{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
	justify-content: center;
  max-width: 800px;
  gap: 25px;
}
.menu-block{
  background-color: #fff;
  border: 1px solid var(--color-primary-dark);
  position: relative;
  width: 180px;
  height :180px;
  padding: 30px 5px;
  text-align: center;
}
.menu-block img{
  width: 64px;
  object-fit: cover;
  display: block;
  margin: 0 auto 25px;
}
.menu-block p{
  font-size: 16px;
  color: var(--color-primary-dark);
}
.menu-page-link{
  text-align: right;
}
@media screen and (max-width: 975px) {
  .menu-catch p{
    writing-mode: initial;
    text-orientation: initial;
    font-size: 24px;
  }
  .menu-block-wrap{
    flex-direction: column;
    gap: 30px;
  }
  .menu-catch p span{
    padding-top: 0;
  }
  .menu-catch{
    width: 100%;
  }
  .menu-catch p{
    color: var(--color-primary-dark);
  }
  .menu-page-link {
    margin-top: 30px;
  }
}

#menu .top_btn.concept_btn{
	margin: 1rem auto 0;
}

#page-content .menu-wrap{
	max-width: 100%;
}

/* ----------------------------------------
recommned
---------------------------------------- */
#recommend{
  width: 100%;
  padding-top: 60px;
}
.recommend-title{
  margin: 0 auto;
  text-align: center;
}
.recommend-title img{
  width: 280px;
  display: block;
  margin: 0 auto;
}
.recommend-title h2{
  font-size: 32px;
  color: var(--color-primary-dark);
}
.recomend-wrap.wrap1{
  width: 100%;
  background-color: #fff;
}
.recomend-wrap.wrap2{
  width: 100%;
  background-color: #EBF0EF;
}
.recommend-inner{
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px;
}
.recommned-block-wrap h3{
  font-size: 24px;
  padding-left: 25px;
  position: relative;
}
.recommned-block-wrap h3:before{
  content:"";
  position: absolute;
  width: 8px;
  height: 40px;
  top: 0;
  left: 0;
  background-image: url(../img/h4_tit.webp);
  background-size: cover;
}
.recommend-block{
  display: flex;
  justify-content: space-between;
  gap: 4%;
  margin-top: 50px;
}
.recommend-block .left-column{
  width: 50%;
}
.recommend-block .right-column{
  width: 50%;
}
.recommend-block .left-column p{
  background-color: var(--color-primary-dark);
  color: #fff;
  font-size: 24px;
  padding: 15px 28px;
  display: inline-block;
  margin-bottom: 12px;
}
.recommend-block .left-column div{
  margin-top: -110px;
  margin-left: 36px;
}
.recommend-block .right-column .recommend-catch{
  color: var(--color-primary-dark);
  font-size: 20px;
  font-weight: bold;
  background-color: #EBF0EF;
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 28px;
}
.recommend-block2 .left-column{
  position: relative;
  width: 100%;
}
.recommend-block2 .left-column img{
  width: 48%;
}
.recommend-block2 .left-column div{
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.recommend-block2{
  margin-top: 50px;
}
.recommend-block2 .left-column p {
  background-color: var(--color-primary-dark);
  color: #fff;
  font-size: 24px;
  padding: 15px 28px;
  display: inline-block;
  margin-bottom: 12px;
}
.recommend-block2 .left-column p .small{
  font-size: 16px;
}
.recommend-block2 .right-column .recommend-catch {
  color: var(--color-primary-dark);
  font-size: 20px;
  font-weight: bold;
  background-color: #FFF;
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 28px;
  margin-top: 35px;
}
.recomend-wrap.wrap3{
  background-color: var(--color-primary-dark);
}
.recomend-wrap.wrap3 h4{
  color: var(--color-text);
}
.recomend-wrap.wrap3 .recommend-block{
  display: flex;
}
.recomend-wrap.wrap3 .recommend-block .left-column .recommend-catch{
  background-color: #fff;
  color: var(--color-primary-dark);
  font-size: 20px;
  padding: 10px 20px;
  font-weight: bold;
}
.recomend-wrap.wrap3 .recommend-block .left-column p.txt{
  background-color: var(--color-primary-dark);
  color: #fff;
  font-size: 16px;
  padding: 0;
  display: block;
  margin-bottom: 12px;
  margin-top: 30px;
}
.recomend-wrap.wrap3 .recommned-block-wrap h3:before {
  background-image: url(../img/h4_title_02.webp);
}
.recomend-wrap.wrap3 .recommned-block-wrap h3{
  color: #fff;
}
.nayami-wrap{
  width: 100%;
  background-color: #EBF0EF;
  padding: 40px 50px;
  margin: 40px auto;
}
.nayami-wrap h4{
  font-size: 20px;
  background-color: #fff;
  text-align: center;
  padding: 15px;
}
.nayami-wrap .nayami{
  max-width: 100%;
  width: 688px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto 0;
  gap: 20px 0;
}
.nayami-wrap .nayami li{
  width: 33%;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  text-align: left;
  padding: 0;
  padding-left: 20px;
  position: relative;
}
.nayami-wrap .nayami li:before{
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/check-square-1-1.webp");
  background-size: cover;
  position: absolute;
  top: 0px;
  left: -10px;
}
.re3-point{
  width: 100%;
  display: flex;
  max-width: 980px;
  justify-content: center;
  gap: 20px;
  margin: 40px auto 60px;
}
.re3-point .point-wrap{
  background-color: #fff;
  border-radius: 1000px;
  text-align: center;
  width: 300px;
  height: 300px;
  padding: 25px 10px;
}
.point-tit{
  color: var(--color-primary-dark);
  font-size: 20px;
  font-family: serif;
}
.re3-point .point-wrap img{
  width: 100px;
  height: 100px;
  display: block;
  margin: 10px auto;
}
.re3-point .point-wrap .txt{
  font-weight: bold;
  color: #FF9500;
}
.top-btn.re-btn{
  width: 250px;
  padding: 15px 20px;
  background-color: #fff;
  text-align: center;
  color: var(--color-primary-dark);
  display: block;
  margin: 0 auto;
  position: relative;
}
.top-btn.re-btn::before{
  content: "";
  background-image: url(../img/yajirushi-gr.webp);
  background-size: cover;
  width: 8px;
  height: 12px;
  top: 40%;
  right: 20px;
  position: absolute;
}
.recommend-block .left-column p.tyusyaku{
  font-size: 14px;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  padding: 4px 0;
}
@media screen and (max-width: 975px) {
  .recommend-title h2{
    font-size: 24px;
  }
  .recommned-block-wrap h3{
    font-size: 20px;
  }
  .recommned-block-wrap h3:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 30px;
    top: 3px;
    left: 0;
    background-image: url(../img/h4_tit.webp);
    background-size: cover;
}
.recommend-block{
  flex-direction: column;
}
.recommend-block .left-column, .recommend-block .right-column{
  width: 100%;
}
.recommend-block .left-column div {
  margin-top: -80px;
  margin-left: 0;
}
.recommend-block .left-column p {
  background-color: var(--color-primary-dark);
  color: #fff;
  font-size: 18px;
  padding: 8px 23px;
  display: inline-block;
  margin-bottom: 12px;
}
.recommend-block .right-column .recommend-catch {
  color: var(--color-primary-dark);
  font-size: 20px;
  font-weight: bold;
  background-color: #EBF0EF;
  display: block;
  padding: 5px 20px;
  margin-bottom: 28px;
}
#recommend .top_btn.concept_btn{
  margin-top: 30px;
  padding: 15px 54px 15px 24px;
}
.recommend-block2 .left-column p{
  font-size: 18px;
  padding: 8px 23px;
  display: inline-block;
  margin-bottom: 12px;
}
.recommend-block2 .left-column img{
  width: 100%;
}
.recommend-block2 .left-column div {
  position: relative;
  bottom: 86px;
  right: initial;
}
.recommend-block2 .right-column{
  margin-top: -100px;
}
.recomend-wrap.wrap3 .recommend-block .left-column p.txt {
  background-color: var(--color-primary-dark);
  color: #fff;
  font-size: 16px;
  padding: 0;
  display: block;
  margin-bottom: 12px;
  margin-top: 10px;
}
.nayami-wrap{
  padding: 30px;
}
.nayami-wrap .nayami{
  flex-direction: column;
}
.nayami-wrap .nayami li{
  width: 100%;
  font-size: 14px;
}
.re3-point{
  flex-direction:column;
}
.re3-point .point-wrap{
  margin: 0 auto;
}
.top-btn.re-btn{
  width: 90%;
}
.menu-block{
  width: 40vw;
  height: 40vw;
}
}




/* ----------------------------------------
doctor
---------------------------------------- */
#doctor{
  width: 100%;
  background-image: url("../img/doctor-bg.webp");
}
.doctor-inner{
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px;
}
.doctor-box-wrap{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 80%;
  margin: 20px auto 50px;
}
.doctor-box{
  width: 30%;
}
.doctor-message{
  background: #fff;
  border: 1px solid var(--color-primary-dark);
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  max-width: 980px;
  padding: 50px 45px;
}
.doctor-message h3{
  color: var(--color-primary-dark);
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px
}
.doctor-message p{
  color: var(--color-primary-dark);
  font-size: 16px;
  margin-bottom: 30px;
}
.doctor-message a{
	text-align: center;
	margin: 0 auto;
}
.doctor-name{
  color: var(--color-primary-dark);
  margin-top: 15px;
}
@media screen and (max-width: 975px) {
.doctor-message{
  padding: 50px 20px;
}
.doctor-box-wrap{
  flex-direction: column;
  gap: 20px;
}
.doctor-box{
  width: 100%;
}
#column .clinic__title.column_tit h2:before{
  width: 90%;
  right: 5%;
}
}

.doctor-slideshow-container{
	margin: 10vw 0;
}

.slideshow {
	position: relative;
	overflow: hidden;
}
input[name="slideshow"] {
	display: none;
}

/* :::::: slideContents :::::: */
.slideContents {
	display: flex;
	position: relative;
	width: 300%;
/* 	background: #86c0de; */
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slideContents section {
	width: 33.3%;
}
.slideContents section img {
	max-width: 100%;
	height: auto;
	padding: 0 50px;
	box-sizing: border-box;
	vertical-align: middle;
}
@media (min-width: 520px) {
	.slideContents section img {
/* 		aspect-ratio: 3 / 1; */
		object-fit: cover;
	}
}

/* :::::: arrows :::::: */
.arrow,
.arrow label,
.arrow .ico {
	position: absolute;
}
.arrow {
	top: 0;
	margin: 0;
	transition: background .3s;
}
.prev {
	left: 0;
	top: 35%;
}
.next {
	right: 0;
	top: 35%;
}
.arrow:hover {
	background: rgba(255,255,255,.2);
}
.arrow,
.arrow label {
	cursor: pointer;
	width: 11vw;
	height: 11vw;
}
.arrow label {
	top: 0;
	left: 0;
	z-index: 1;
}
.arrow .ico {
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border-top: 3px solid #000;
	opacity: .6;
}
.prev .ico {
	left: 50%;
	border-left: 3px solid #000;
	transform: rotate(-45deg);
	transition: left .3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .3s;
}
.next .ico {
	right: 50%;
	border-right: 3px solid #000;
	transform: rotate(45deg);
	transition: right .3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .3s;
}
/* .arrow:hover .ico {
	opacity: .6;
} */
.prev:hover .ico {
	left: calc(50% - 6px);
}
.next:hover .ico {
	right: calc(50% - 6px);
}

/* :::::: mechanism :::::: */
#switch1:checked ~ .slideContents {
	transform: translateX(0);
}
#switch2:checked ~ .slideContents {
	transform: translateX(-33.3%);
}
#switch3:checked ~ .slideContents {
	transform: translateX(-66.6%);
}

/* :::::: arrow mechanism :::::: */
.arrow label {
	pointer-events: none;
}
#switch1:checked ~ .prev label[for="switch3"],
#switch2:checked ~ .prev label[for="switch1"],
#switch3:checked ~ .prev label[for="switch2"],
#switch1:checked ~ .next label[for="switch2"],
#switch2:checked ~ .next label[for="switch3"],
#switch3:checked ~ .next label[for="switch1"] {
	pointer-events: auto;
}

/* ----------------------------------------
p-cta
---------------------------------------- */
#page-content .p-cta {
  background-color: var(--color-primary-dark);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
    margin: 0 calc(50% - 50vw) 0;
    padding: 75px calc(50vw - 53% + 8px);
}
@media screen and (max-width: 975px) {
  #page-content .p-cta {
    padding: 42px 12px;
  }
}
#page-content .p-cta__title {
  text-align: center;
  font-family: var(--font-serif);
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.035em;
  color: #fff;
}
@media screen and (max-width: 975px) {
  #page-content .p-cta__title {
    font-size: 1.5rem;
  }
}
#page-content .p-cta__title span {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 975px) {
  #page-content .p-cta__title span {
    font-size: 1.125rem;
  }
}
#page-content .p-cta__read {
  margin-top: 0.6em;
  color: #fff;
  font-family: var(--font-serif);
  text-align: center;
  line-height: 1.5;
}
#page-content .p-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}
#page-content .p-cta__content .btn {
  max-width: 310px;
  width: 100%;
}
@media screen and (max-width: 975px) {
  #page-content .p-cta__content .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 975px) {
  #page-content .p-cta__content .btn:nth-child(n+2) {
    margin-top: 12px;
  }
}
#page-content .p-cta__content .tel-btn.btn {
  padding-left: 44px;
}
#page-content .p-cta__content .line-btn.btn {
  padding-left: 32px;
}
#page-content .phone-btn .main-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#page-content .btn .text-wrap .top-text {
  margin-bottom: 2px;
}
@media screen and (max-width: 975px) {
  #page-content .btn .text-wrap .top-text {
    margin-bottom: 0;
  }
}
#page-content .btn__point-box {
  display: block;
}
#page-content span.btn__point-box {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  text-align: center;
  width: 30px;
  background-color: #fff;
  color: var(--color-primary);
  padding: 8px 0;
  margin-right: 4px;
  margin-left: 0;
}
@media screen and (max-width: 975px) {
  #page-content span.btn__point-box {
    font-size: 0.625rem;
    padding: 4px 0;
  }
}
#page-content .tel-btn .icon-wrap {
  background-image: url(../img/icon-tel.svg);
  width: 30.85px;
}
#page-content .phone-btn .icon-wrap {
  background-image: url(../img/icon-phone.svg);
  width: 21.82px;
}
#page-content .line-btn .icon-wrap {
  background-image: url(../img/icon-line.svg);
  width: 40px;
}
#page-content .btn .icon-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  height: 40px;
  background-position: top left;
}


/* ----------------------------------------
Column
---------------------------------------- */
.max-container.container{
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px;
}
.clinic__title.column_tit h2:before {
  width: calc(100% - 155px);
}
.swiper-button-next::after{
  background-image: url(../img/yajirushi-black-right.webp);
}
.swiper-button-prev::after{
  background-image: url(../img/yajirushi-black-left.webp);
}
.column_btn{
  width: 100%;
  background-color: var(--color-primary-dark);
  color: #fff;
  position: relative;
  text-align: center;
  padding: 10px;
}
.column_btn:before{
  content: "";
  background-image: url(../img/yajirushi-white.webp);
  background-size: cover;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 36%;
  right: 30px;
}
#column .campaign__slider .swiper-slide a{
  border: 1px solid var(--color-primary-dark);
  display: block;
  padding: 15px;
}
.top_btn.concept_btn.column-btn{
  margin: 50px auto 0;
}

/* ----------------------------------------
reason
---------------------------------------- */
#reason {
  padding: 164px 0 64px;
  background-image: url(../img/reason-bg.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center bottom;
}
@media screen and (max-width: 975px) {
  #reason {
    padding: 62px 0 40px;
    background-image: url(../img/reason-bg-sp.png.webp);
  }
}

#reason::before {
  position: absolute;
  content: "REASON";
  top: 78px;
  left: 18px;
  font-size: 110px;
  font-size: 6.875rem;
  font-weight: bold;
  font-family: var(--font-serif);
  letter-spacing: 0.035em;
  color: #E6F3F9;
}
@media screen and (max-width: 975px) {
  #reason::before {
    color: #fff;
    top: 26px;
    left: 8px;
    font-size: 2.8125rem;
  }
}

.reason__container {
  max-width: 1086px;
  position: relative;
  z-index: 1;
}
.top-title.is-read {
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 975px) {
  .top-title.is-read {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.top-title.is-title {
  font-size: 48px;
  font-size: 3rem;
}
@media screen and (max-width: 975px) {
  .top-title.is-title {
    font-size: 1.75rem;
  }
}

.top-title.is-title span {
  font-size: 62px;
  font-size: 3.875rem;
  margin-top: 0.2em;
}
@media screen and (max-width: 975px) {
  .top-title.is-title span {
    font-size: 2rem;
  }
}

.reason__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 84px;
}
@media screen and (max-width: 975px) {
  .reason__content {
    max-width: 375px;
    margin: 42px auto 0;
  }
}

.reason__list {
  width: 192px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 975px) {
  .reason__list {
    width: 33%;
  }
}

@media screen and (max-width: 975px) {
  .reason__list:nth-child(n+4) {
    width: 140px;
    margin: 24px 4px 0;
  }
}

.reason__img {
  width: 164px;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  .reason__img {
    width: 90px;
  }
}

.reason__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75px;
  height: auto;
}
@media screen and (max-width: 975px) {
  .reason__img img {
    width: 46px;
  }
}

.reason__text {
  margin-top: 10px;
}
@media screen and (max-width: 975px) {
  .reason__text {
    margin-top: 6px;
  }
}

.reason__text h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--color-primary);
  font-family: var(--font-serif);
  letter-spacing: 0.035em;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 975px) {
  .reason__text h3 {
    font-size: 0.8125rem;
  }
}

.reason__obj {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: -50%;
  top: -24px;
  left: -24px;
}
@media screen and (max-width: 975px) {
  .reason__obj {
    top: -10px;
    left: 14px;
  }
}

.reason__obj .reason__obj-text {
  white-space: nowrap;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Pinyon Script", serif;
  font-weight: bold;
  display: block;
  color: #507F98;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 975px) {
  .reason__obj .reason__obj-text {
    font-size: 0.625rem;
  }
}

.reason__obj .reason__num {
  white-space: nowrap;
  font-size: 55px;
  font-size: 3.4375rem;
  font-family: var(--font-serif);
  font-weight: bold;
  display: block;
  color: #C5D8E3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 975px) {
  .reason__obj .reason__num {
    font-size: 1.75rem;
  }
}


/* ----------------------------------------
reason__list-wrap
---------------------------------------- */
.reason__parent {
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 975px) {
  .reason__parent {
    padding-bottom: 40px;
  }
}

.reason__parent::before {
  position: absolute;
  content: "";
  width: 51%;
  height: 94%;
  left: 0;
  bottom: 0;
  background-color: #E6F3F9;
}
@media screen and (max-width: 975px) {
  .reason__parent::before {
    width: 88.9743589744%;
  }
}

.reason-list {
  position: relative;
  z-index: 1;
}

.reason-list:nth-child(n+2) {
  margin-top: 50px;
}
@media screen and (max-width: 975px) {
  .reason-list:nth-child(n+2) {
    margin-top: 30px;
  }
}

.reason-list > img {
  width: 52.8273809524%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 975px) {
  .reason-list > img {
    width: 95.641025641%;
    position: relative;
  }
}

.reason-list:nth-child(even) > img {
  left: unset;
  right: 0;
}
@media screen and (max-width: 975px) {
  .reason-list:nth-child(even) > img {
    margin-left: auto;
  }
}

.reason-list__container {
  max-width: 1040px;
  min-height: 362px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 975px) {
  .reason-list__container {
    width: calc(100% - 40px);
    min-height: unset;
    padding: 0;
  }
}

.reason-list__wrap {
  width: 48.2%;
  position: relative;
  z-index: 2;
  margin-left: auto;
}
@media screen and (max-width: 975px) {
  .reason-list__wrap {
    width: 100%;
  }
}

.reason-list:nth-child(even) .reason-list__wrap {
  margin-left: unset;
}
.reason-list__num {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 160px;
  font-size: 10rem;
  font-family: serif;
  color: #E6F3F9;
  letter-spacing: -0.03em;
  line-height: 1;
}
@media screen and (max-width: 975px) {
  .reason-list__num {
    color: #C5D8E3;
    font-size: 2.8125rem;
    right: 28.2051282051%;
    top: 18px;
  }
}

.reason-list:nth-child(even) .reason-list__num {
  color: #fff;
}
@media screen and (max-width: 975px) {
  .reason-list:nth-child(even) .reason-list__num {
    color: #C5D8E3;
  }
}

.reason-list__obj, .reason-list__title, .reason-list__text {
  position: relative;
  z-index: "3";
}

.reason-list__obj {
  padding-top: 44px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Pinyon Script", serif;
  color: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72%;
}
@media screen and (max-width: 975px) {
  .reason-list__obj {
    width: 60%;
    font-size: 0.75rem;
    padding-top: 35px;
  }
}

.reason-list__obj:after {
  border-top: 1px solid var(--color-primary);
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.reason-list__obj:after {
  margin-left: 16px;
  margin-left: 1rem;
}
.reason-list__title {
  color: #507F98;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 1em 0 0.8em;
  line-height: 1.2;
  font-weight: bold;
  font-family: var(--font-serif);
}
@media screen and (max-width: 975px) {
  .reason-list__title {
    font-size: 1rem;
  }
}

.reason-list__text {
  line-height: var(--line-height-base);
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 975px) {
  .reason-list__text {
    font-size: 0.8125rem;
  }
}

/* ----------------------------------------
complete
---------------------------------------- */
#complete {
  background-image: url(../img/complate-bg.png.webp);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 64px;
}
@media screen and (max-width: 975px) {
  #complete {
    background-image: url(../img/complate-bg-sp.png.webp);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 42px;
  }
}

.complete__wrap {
  padding: 110px 0 140px;
}
@media screen and (max-width: 975px) {
  .complete__wrap {
    padding: 54px 0;
  }
}

.complete__title {
  color: #fff;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  position: relative;
}

.complete__title::before {
  position: absolute;
  content: "ROW OF TEETH";
  color: rgba(255, 255, 255, .2);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 36%;
  left: 50%;
  font-size: 110px;
  font-size: 6.875rem;
  letter-spacing: 0.035em;
  font-weight: bold;
  font-family: var(--font-serif);
  white-space: nowrap;
}
@media screen and (max-width: 975px) {
  .complete__title::before {
    top: 0;
    left: 50%;
    font-size: 2.75rem;
  }
}

.complete__read {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 1em;
  text-align: center;
  line-height: var(--line-height-base);
}
.complete__container {
  max-width: 920px;
}
.complete__content {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 975px) {
  .complete__content {
    margin: 32px auto 0;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 86.1538461538%;
  }
}

.complete__list {
  aspect-ratio: 1/1;
  width: 290px;
  height: auto;
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 100%);
}
@media screen and (max-width: 975px) {
  .complete__list {
    aspect-ratio: unset;
    width: 100%;
    height: 214px;
  }
}

.complete__list::before {
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 3px solid #D8DFED;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 975px) {
  .complete__list::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid #D8DFED;
  }
}

.complete__list-title {
  color: var(--color-primary);
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: var(--font-serif);
  margin-top: 1em;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 975px) {
  .complete__list-title {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.complete__list-title rt {
  letter-spacing: 0.06em;
  font-size: 10px;
  font-size: 0.625rem;
}
.complete__list > img {
  width: 175px;
  margin: 18px auto 0;
}
@media screen and (max-width: 975px) {
  .complete__list > img {
    width: 100px;
    margin: 12px auto 0;
  }
}

.complete__text {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 230px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 975px) {
  .complete__text {
    top: 170px;
  }
}

.complete__text p {
  line-height: var(--line-height-base);
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 975px) {
  .complete__text p {
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 975px) {
  .complete__text p span {
    font-size: 0.625rem;
  }
}

/* ----------------------------------------
menu
---------------------------------------- */
/* ----------------------------------------
menu top
---------------------------------------- */
.menu__top {
  padding: 100px 0 194px;
  background-image: url(../img/menu-bg01.png.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right top;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 975px) {
  .menu__top {
    padding: 54px 0 36px;
    background-image: url(../img/menu-bg01-sp.png.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right top;
  }
}

.menu__read {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 1em;
  text-align: center;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, .4);
}
@media screen and (max-width: 975px) {
  .menu__read {
    font-size: 0.8125rem;
  }
}

.menu-top__obj {
  position: absolute;
  bottom: 40px;
  right: 64px;
  font-size: 110px;
  font-size: 6.875rem;
  line-height: 1.5;
  letter-spacing: 0.035em;
  font-family: var(--font-serif);
  font-weight: bold;
  color: rgba(235, 245, 248, .65);
  text-align: right;
}
@media screen and (max-width: 975px) {
  .menu-top__obj {
    content: none;
    display: none;
  }
}

.menu-parent__wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1164px;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 975px) {
  .menu-parent__wrap {
    padding: 0;
  }
}

.menu__container {
  max-width: 560px;
  width: 100%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 975px) {
  .menu__container {
    width: 79.4871794872%;
    margin: 0 auto;
  }
}

.menu__top .menu-parent__wrap {
  margin-top: 96px;
}
@media screen and (max-width: 975px) {
  .menu__top .menu-parent__wrap {
    margin-top: 30px;
  }
}

@media screen and (max-width: 975px) {
  .menu__top .menu__container.is-menu-top {
    width: 87.1794871795%;
  }
}

.menu-top__read {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--font-serif);
  letter-spacing: 0.035em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 975px) {
  .menu-top__read {
    font-size: 0.9375rem;
  }
}

.menu__child-title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: var(--font-serif);
  letter-spacing: 0.035em;
  color: var(--color-primary);
}
@media screen and (max-width: 975px) {
  .menu__child-title {
    font-size: 1.25rem;
  }
}

.menu__text {
  margin-top: 40px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: var(--line-height-base);
}
@media screen and (max-width: 975px) {
  .menu__text {
    font-size: 0.8125rem;
    margin-top: 100svw;
  }
}

.menu-top__content {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 476px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 975px) {
  .menu-top__content {
    margin-top: 24px;
    max-width: 352px;
    width: 100%;
    gap: 17px;
  }
}

.menu-top__menu img {
  width: 214px;
}
@media screen and (max-width: 975px) {
  .menu-top__menu img {
    width: 100%;
  }
}

.menu-top__menu a {
  margin-top: 20px;
  border: 1px solid var(--color-primary);
  display: block;
  width: 100%;
}
.menu-top__menu a span {
  color: var(--color-primary);
  padding: 24px 0;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-family: var(--font-serif);
  display: block;
  width: 100%;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 975px) {
  .menu-top__menu a span {
    padding: 20px 0;
    font-size: 0.9375rem;
  }
}

.menu-top__menu a span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
  right: -16px;
  bottom: 16px;
}
@media screen and (max-width: 975px) {
  .menu-top__menu a span::after {
    right: -14px;
    bottom: 14px;
  }
}

.menu-top__menu a span::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--color-primary);
  right: -16px;
  bottom: 16px;
  -webkit-transform: rotate(30deg) translateY(-3px);
          transform: rotate(30deg) translateY(-3px);
}
@media screen and (max-width: 975px) {
  .menu-top__menu a span::before {
    right: -14px;
    bottom: 14px;
  }
}

/* ----------------------------------------
menu bottom
---------------------------------------- */
.menu__bottom {
  margin-top: -142px;
  padding: 170px 0 194px;
  background-image: url(../img/menu-bg02.png.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right top;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 975px) {
  .menu__bottom {
    margin-top: 0;
    padding: 54px 0 36px;
    background-image: url(../img/menu-bg02-sp.png.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right top;
  }
}

.menu__bottom .menu-top__obj {
  right: unset;
  left: 36px;
  top: 720px;
  bottom: unset;
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 975px) {
  .menu__bottom .menu__text {
    margin-top: 88svw;
  }
}

.menu__child-title span {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 975px) {
  .menu__child-title span {
    font-size: 0.9375rem;
  }
}

.menu__bottom .menu__container {
  margin-left: auto;
}
@media screen and (max-width: 975px) {
  .menu__bottom .menu__container {
    margin: 0 auto;
  }
}

.menu-bottom__content {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
  max-width: 750px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 975px) {
  .menu-bottom__content {
    width: 69.2307692308%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    margin: 48px auto 0;
  }
}

.menu-bottom__menu {
  max-width: 352px;
  width: 100%;
}
.menu-bottom__menu > img {
  display: block;
  width: 100%;
}
.menu-bottom__menu-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  margin: 1em 0 0.6em;
  color: var(--color-primary);
  font-family: var(--font-serif);
  letter-spacing: 0.035em;
  font-weight: bold;
}
.menu-bottom__menu > p {
  line-height: var(--line-height-base);
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 975px) {
  .menu-bottom__menu > p {
    line-height: 1.4;
    font-size: 0.8125rem;
  }
}

.menu-bottom__menu .more-btn {
  margin-top: 1em;
}
/* ----------------------------------------
menu banner
---------------------------------------- */
.menu__banners {
  max-width: 1200px;
  width: 100%;
  margin: 74px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 0 20px;
}
@media screen and (max-width: 975px) {
  .menu__banners {
    margin: 36px auto 0;
    padding: 0;
    width: 85.8974358974%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}

@media screen and (max-width: 975px) {
  .menu__banner {
    width: 100%;
  }
}

.menu__banner a {
  display: block;
}

.menu__banner a img {
  border-radius: 10px;
}

/* ----------------------------------------
case
---------------------------------------- */
#case {
  background-image: url(../img/case-bg.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 975px) {
  #case {
    background-image: url(../img/case-bg-sp.png.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-bottom: 32px;
  }
}

.case__title {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 975px) {
  .case__title {
    padding-top: 1em;
  }
}

.case__obj {
  position: absolute;
  white-space: nowrap;
  font-size: 110px;
  font-size: 6.875rem;
  font-family: var(--font-serif);
  font-weight: bold;
  color: #E6F3F9;
  left: 24px;
  bottom: 64px;
}
@media screen and (max-width: 975px) {
  .case__obj {
    font-size: 2.8125rem;
    left: 8px;
    top: 0;
    bottom: unset;
  }
}

.case__wrap {
  width: 100%;
  background-image: url(../img/case-img.png.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  padding-top: 34px;
  margin-top: 34px;
}
@media screen and (max-width: 975px) {
  .case__wrap {
    background-image: unset;
    width: 100%;
    margin: 0 auto;
    padding-top: 16px;
  }
}

@media screen and (max-width: 975px) {
  .case__wrap img {
    width: 86.1538461538%;
    margin: 0 auto;
  }
}

.case__content {
  position: relative;
  z-index: 1;
}

/* ----------------------------------------
case pickup
---------------------------------------- */
.case__pickup {
  background-color: rgba(255, 255, 255, .7);
  padding: 34px 88px 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 975px) {
  .case__pickup {
    padding: 26px 44px;
    margin-top: 16px;
  }
}

.case__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-bottom: 54px;
}
@media screen and (max-width: 975px) {
  .case__photo {
    gap: 6px;
    margin-bottom: 32px;
  }
}

.case__img img {
  width: 292px;
  aspect-ratio: 440.28/308.55;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 975px) {
  .case__img img {
    width: 100%;
  }
}

.case__img p {
  margin-top: 0.5em;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.2em;
  font-family: var(--font-serif);
  color: var(--color-primary);
}
@media screen and (max-width: 975px) {
  .case__img p {
    margin-top: 2px;
    font-size: 0.75rem;
  }
}

.case__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 975px) {
  .case__dl {
    margin-top: 12px;
    font-size: 0.8125rem;
  }
}

.case__dl dt {
  width: 145px;
  font-weight: 300;
}
@media screen and (max-width: 975px) {
  .case__dl dt {
    width: 40%;
  }
}

.case__dl dd {
  width: calc(100% - 145px);
}
@media screen and (max-width: 975px) {
  .case__dl dd {
    width: 60%;
  }
}

/* ----------------------------------------
case search
---------------------------------------- */
.case__search {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
  margin-left: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: 526px;
}
@media screen and (max-width: 975px) {
  .case__search {
	  display:none;
    width: 86.1538461538%;
    margin: 20px auto 0;
    row-gap: 12px;
  }
}

.case__search-con {
  width: 246px;
}
@media screen and (max-width: 975px) {
  .case__search-con {
    width: 100%;
  }
}

.case__search-con h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--color-primary);
  letter-spacing: 0.035em;
  margin-bottom: 18px;
}
@media screen and (max-width: 975px) {
  .case__search-con h3 {
    font-size: 0.9375rem;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 975px) {
  .case__search-con ul {
    width: 80%;
  }
}

.case__search-con ul li {
  display: block;
  width: 100%;
}

.case__search-con ul li:nth-child(n+2) {
  margin-top: 16px;
}
@media screen and (max-width: 975px) {
  .case__search-con ul li:nth-child(n+2) {
    margin-top: 8px;
  }
}

.case__search-con ul li a {
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  width: 100%;
}

.case__search-con ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
	display:none;
}
@media screen and (max-width: 975px) {
  #case .more-btn {
    margin-top: 8px;
    display: block;
  }
}

/* ----------------------------------------
greeting
---------------------------------------- */
#greeting {
  padding: 54px 0 70px;
  background-image: url(../img/greeting-bg.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: -120px;
}
@media screen and (max-width: 975px) {
  #greeting {
    padding: 64px 0 30px;
    background-image: url(../img/greeting-bg-sp.png.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
}

.greeting__obj {
  position: absolute;
  top: 20px;
  left: 12px;
  font-size: 110px;
  font-size: 6.875rem;
  color: rgba(255, 255, 255, .75);
  letter-spacing: 0.035em;
  font-weight: bold;
  font-family: var(--font-serif);
}
@media screen and (max-width: 975px) {
  .greeting__obj {
    top: 26px;
    left: 10px;
    font-size: 2.8125rem;
    letter-spacing: 0.035em;
  }
}

.greeting__wrap {
  position: relative;
  z-index: 1;
}

.greeting__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
}
@media screen and (max-width: 975px) {
  .greeting__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}

.greeting__content {
  padding-top: 40px;
  padding-left: 80px;
}
@media screen and (max-width: 975px) {
  .greeting__content {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
}

.greeting__title {
  text-align: left;
}
@media screen and (max-width: 975px) {
  .greeting__title {
    text-align: center;
  }
}

.greeting__read {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  font-family: var(--font-serif);
  letter-spacing: 0.035em;
  margin-top: 10px;
  color: var(--color-primary);
}
@media screen and (max-width: 975px) {
  .greeting__read {
    font-size: 0.9375rem;
    margin-top: 0;
  }
}

.greeting__text {
  margin-top: 42px;
  color: var(--color-primary);
  line-height: 1.4;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 975px) {
  .greeting__text {
    font-size: 0.8125rem;
    margin-top: 20px;
  }
}

.greeting__text span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 975px) {
  .greeting__text span {
    font-size: 0.9375rem;
  }
}

.greeting__name {
  color: var(--color-primary);
  line-height: 1.4;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: right;
}
@media screen and (max-width: 975px) {
  .greeting__name {
    font-size: 0.8125rem;
    margin-top: 1em;
  }
}

.greeting__btn {
  margin: 24px 0 0 auto;
}
@media screen and (max-width: 975px) {
  .greeting__btn {
    margin: 20px auto 0;
  }
}

.greeting__img {
  background-image: url(../img/greeting-img.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 975px) {
  .greeting__img {
    margin-top: 12px;
    background-image: unset;
  }
}

.greeting__img img {
  opacity: 0;
}
@media screen and (max-width: 975px) {
  .greeting__img img {
    opacity: 1;
  }
}

/*============================
policy
============================*/
#policy {
  background-image: url(../img/policy.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 70px 20px;
  margin-top: 120px;
}
@media screen and (max-width: 975px) {
  #policy {
    background-image: url(../img/policy-sp.png.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 40px 20px;
  }
}

.policy__content {
  max-width: 948px;
  width: 100%;
  padding: 40px 72px;
  border: 2px solid var(--color-primary);
  border-radius: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  .policy__content {
    padding: 30px 28px;
  }
}

.policy__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.8em;
  font-weight: bold;
  font-family: var(--font-serif);
  letter-spacing: 0.035em;
  color: var(--color-primary);
}
@media screen and (max-width: 975px) {
  .policy__title {
    font-size: 0.9375rem;
    text-align: center;
  }
}

.policy__text {
  line-height: var(--line-height-base);
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 975px) {
  .policy__text {
    font-size: 0.6875rem;
  }
}

.policy__text a {
  text-decoration: underline;
}

/*============================
#campaign
============================*/
.campaign__wrap .campaign__obj {
  color: #E6F3F9;
  font-size: 110px;
  font-size: 6.875rem;
  line-height: 1.1;
  letter-spacing: 0.035em;
  font-weight: bold;
  font-family: var(--font-serif);
  padding: 0 30px;
}
@media screen and (max-width: 975px) {
  .campaign__wrap .campaign__obj {
    font-size: 11.5svw;
    padding: 0 12px;
  }
}

.campaign__wrap h2.campaign__title {
  margin-top: -72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}
@media screen and (max-width: 975px) {
  .campaign__wrap h2.campaign__title {
    margin-top: -62px;
    margin-bottom: 24px;
  }
}

.campaign__wrap h2.campaign__title::after,
.campaign__wrap h2.campaign__title::before {
  border-top: 1px solid;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 16px;
  margin-left: 1rem;
}

.campaign__wrap h2.campaign__title:before {
  margin-right: 16px;
  margin-right: 1rem;
  border-color: rgba(255, 255, 255, 0);
}

.campaign__wrap h2.campaign__title:after {
  margin-left: 16px;
  margin-left: 1rem;
}

.campaign__slider {
  max-width: 1085px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 975px) {
  .campaign__slider {
    width: 94.9333333333%;
    margin: 0 auto;
  }
}

.swiper {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  .swiper {
    max-width: 950px;
    width: 79.4666666667%;
  }
}

.swiper .swiper-wrapper .swiper-slide img {
  aspect-ratio: 14/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 975px) {
  .swiper-button-prev,
  .swiper-button-next,
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 20px;
    height: 20px;
    top: 58%;
  }
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.campaign__more {
  margin-top: -80px;
  height: 160px;
  width: 65.6661786237%;
  margin-left: auto;
  background: rgb(202, 209, 228);
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(202, 209, 228)), color-stop(80%, rgb(150, 169, 201)));
  background: linear-gradient(90deg, rgb(202, 209, 228) 20%, rgb(150, 169, 201) 80%);
  padding-top: 110px;
}
@media screen and (max-width: 975px) {
  .campaign__more {
    height: 82px;
    margin-top: -34px;
    padding-top: 52px;
    width: 92%;
  }
}

.campaign__more .more-btn {
  margin-right: 30px;
  color: #fff;
}
.campaign__more .more-btn::after {
  background-image: url(../img/icon-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-next, .swiper-button-prev {
  z-index: 7;
}

/* ----------------------------------------
scroll pc
---------------------------------------- */
#scroll-pc {
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 7;
  opacity: 1;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);

}
.scroll-pc-btn{
  display: flex;
}
#scroll-pc {
  width: 635px;
  top: initial;
  bottom: 0;
}
@media screen and (max-width: 975px) {
  #scroll-pc {
    display: none;
  }
}

#scroll-pc.is-top {
  opacity: 0;
  visibility: hidden;
}

#scroll-pc.active {
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
  opacity: 1;
  visibility: visible;
}

.scroll-pc__wrap {
  display: block;
}

.scroll-pc__wrap li {
  display: block;
}

.scroll-pc__wrap li:nth-child(n+2) {
  margin-top: 4px;
}

.scroll-pc__wrap li a {
  display: block;
  height: inherit;
  position: relative;
  height: 125px;
  width: 110px;
  border-radius: 10px 0 0 10px;
  font-weight: bold;
}

.scroll-pc__wrap li .is-tel {
  border: 2px solid #7C94AE;
  background-color: #fff;
  color: var(--color-primary);
}

.scroll-pc__wrap li .is-phone {
  background-color: var(--color-primary);
  color: #fff;
}

.scroll-pc__wrap li .is-line {
  background-color: #18BD18;
  color: #fff;
}

.scroll-pc__con {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.scroll-pc__con img {
  height: 37px;
  width: auto;
  margin: 0 auto;
}

.scroll-pc__con span {
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-top: 8px;
  display: block;
  width: 100%;
  font-family: var(--font-serif);
}

/* ----------------------------------------
scroll sp
---------------------------------------- */
#scroll-sp {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 7;
  opacity: 1;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
  display: none;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 975px) {
  #scroll-sp {
    display: block;
  }
}

#scroll-sp.is-top {
  opacity: 0;
  visibility: hidden;
}

#scroll-sp.active {
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
  opacity: 1;
  visibility: visible;
}

.scroll-sp__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.scroll-sp__wrap li {
  width: 33.3333333333%;
  height: 56px;
}

.scroll-sp__wrap li.is-tel {
  border: 2px solid #7C94AE;
  background-color: #fff;
  color: var(--color-primary);
}

.scroll-sp__wrap li.is-phone {
  background-color: var(--color-primary);
  color: #fff;
}

.scroll-sp__wrap li.is-line {
  background-color: #18BD18;
  color: #fff;
}

.scroll-sp__wrap li a {
  width: 100%;
  height: inherit;
}

.scroll-sp__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 3px;
  padding: 22px 0;
}

.scroll-sp__con img {
  height: 14px;
}

.scroll-sp__con p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  font-family: var(--font-serif);
  letter-spacing: 0.035em;
}

.scroll-sp__con p span {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
}

/* ----------------------------------------
to-top
---------------------------------------- */
#to-top-sp, #to-top-pc {
  position: fixed;
  right: 24px;
  bottom: 65px;
  width: 60px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 7;
  opacity: 1;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
  visibility: visible;
  display: block;
}
@media screen and (max-width: 975px) {
  #to-top-sp, #to-top-pc {
    width: 48px;
    right: 12px;
    bottom: 20vw;
  }
}

#to-top-pc.is-top, #to-top-sp.is-top {
  opacity: 0;
  visibility: hidden;
}

#to-top-pc.active, #to-top-sp.active {
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
  opacity: 1;
  visibility: visible;
}

/* ----------------------------------------
sp-menu bg
---------------------------------------- */
.sp-menu__bg {
  background-color: rgba(var(--color-primary-rgb), 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100svw;
  height: 120svh;
  z-index: 8;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}
.sp-menu__wrap .cta_btn{
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
}
.sp-menu__wrap .cta_btn a{
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 1240px) {
  .sp-menu__bg {
    display: block;
  }
}

/* ----------------------------------------
sp-menu
---------------------------------------- */
.sp-menu {
  max-width: 390px;
  width: 100%;
  position: fixed;
  z-index: 9;
  right: 0;
  top: 0;
  height: 120svh;
  padding-top: 46px;
  background-color: #E6F3F9;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}
@media screen and (max-width: 1240px) {
  .sp-menu {
    display: block;
  }
}

.sp-menu__bg.open, .sp-menu.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}

.sp-menu__wrap {
  overflow-y: scroll;
  height: 100svh;
}

/* ----------------------------------------
sp-menu sitemap
---------------------------------------- */
.sp-menu__sitemap {
  position: relative;
}

.sp-menu__obj {
  position: absolute;
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff;
  top: 14px;
  left: 10px;
  font-family: var(--font-serif);
  letter-spacing: 0.035em;
  font-weight: bold;
}

.sp-menu__sitemap .global__nav {
  z-index: 1;
}

.sp-menu__sitemap .global__nav ul {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.035em;
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 44px 10px 35px;
}

.sp-menu__sitemap .global__nav ul li {
  padding: 10px 0;
}

.sp-menu__sitemap .global__nav ul li a {
  position: relative;
  display: block;
  border-block-end-width: 100%;
  font-family: var(--font-serif);
  color: var(--color-primary);
}

.sp-menu__sitemap .global__nav ul li a::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 5px;
  height: 5px;
  border-bottom: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
}

/* ----------------------------------------
sp-menu cta
---------------------------------------- */
.sp-menu .cta__container {
  background-image: url(../img/cta-bg-bottom-sp.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.sp-menu .cta__wrap {
  width: 100%;
  max-width: 314px;
  margin: -1px auto 0;
  padding: 36px 0;
}
.sp-menu .cta__title {
  font-family: var(--font-serif);
  font-weight: bold;
  -webkit-column-rule: #fff;
     -moz-column-rule: #fff;
          column-rule: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
.sp-menu .cta__title span {
  font-size: 23px;
  font-size: 1.4375rem;
}
.sp-menu .cta__read {
  margin-top: 1em;
  text-align: center;
  color: #fff;
  font-family: var(--font-serif);
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.sp-menu .cta__text {
  color: #fff;
  margin: 2em auto 0;
  width: 90%;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.sp-menu .cta__btns {
  margin: 24px auto 0;
  width: 100%;
  max-width: 478px;
  padding-bottom: 48px;
}
.sp-menu .cta__btns .btn {
  width: 100%;
  padding: 20px 0 0 50px;
  gap: 12px;
  height: 68px;
}
.sp-menu .cta__btns .btn.tel-btn {
  padding: 14px 0 0 55px;
}
.sp-menu .cta__btns .btn.phone-btn {
  padding: 15px 0 0 24px;
}
.sp-menu .cta__btns .btn.line-btn {
  padding: 15px 0 0 36px;
}
.sp-menu .cta__btns .btn:nth-child(n+2) {
  margin-top: 14px;
}
.sp-menu .cta__btns .btn .icon-wrap img {
  height: 32px;
}
.sp-menu .cta__btns .phone-btn .main-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sp-menu .cta__btns .phone-btn .main-text .btn__point-box {
  display: block;
}
.sp-menu .cta__btns .btn .text-wrap .top-text {
  font-size: 13px;
  font-size: 0.8125rem;
}
.sp-menu .cta__btns .btn .text-wrap .main-text {
  font-size: 18px;
  font-size: 1.125rem;
}
.sp-menu .cta__btns .btn .text-wrap .main-text span {
  font-size: 20px;
  font-size: 1.25rem;
}
.sp-menu .cta__btns .btn.phone-btn .text-wrap .main-text {
  margin-top: 0;
}
.sp-menu .cta__btns .btn.phone-btn .text-wrap .main-text span {
  margin-left: 4px;
}
.sp-menu .cta__btns .btn.phone-btn .text-wrap .main-text span.btn__point-box {
  display: block;
  text-align: center;
  width: 30px;
  background-color: #fff;
  color: var(--color-primary);
  margin-right: 4px;
  margin-left: 0;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 4px 0;
}
.sp-menu .cta__btns .btn.tel-btn .text-wrap .main-text span {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 0.8;
}

/* ----------------------------------------
footer
---------------------------------------- */
footer{
  background-color: var(--color-primary-dark);
}
.footer__wrap {
  max-width: 1240px;
  width: 100%;
  padding: 70px 20px 40px;
  margin: 0 auto;
}
.footer__wrap .cta_btns{
  margin-top: 30px;
}
@media screen and (max-width: 975px) {
  .footer__wrap {
    padding: 50px 10px 24px;
  }
}
.footer__wrap .top-biz-hour td{
  background: transparent;
}
.houshin{
  margin: 50px 0
}
.houshin .tit{
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.houshin .txt{
  font-size: 14px;
  color: #fff;
}
.footer__copy_wrap{
  width: 100%;
  background-color: #003A2A;
  padding: 15px 50px;
}
.footer__copy{
  color: #fff;
  font-size: 11px;
}
.footer_link_list{
  background-color: #003A2A;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px;
  margin-bottom: -1px;
}
.footer_link_list a{
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}

@media screen and (max-width: 975px) {
  .houshin{
    padding: 0 10px;
  }
	.footer__copy{
		padding-bottom:50px;
	}
  .footer_link_list{
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.houshin a{
  color: #fff;
  text-decoration:underline;
}

/* ----------------------------------------
footer top
---------------------------------------- */
.footer__read {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.035em;
  color: #fff;
}
@media screen and (max-width: 975px) {
  .footer__read {
    font-size: 0.625rem;
  }
}
footer .clinic_detail.access01::before{
  background-image: url("../img/Group-961.webp");
}
footer .clinic_detail.access02::before{
  background-image: url(../img/Group-962.webp);
}
footer .clinic_detail p{
  color: #fff;
}
.footer__logo {
  margin: -18px auto 0;
  width: 442px;
}
@media screen and (max-width: 975px) {
  .footer__logo {
    margin: -14px auto 0;
    width: 248px;
  }
}

.footer__nav {
  margin-top: 16px;
}
@media screen and (max-width: 975px) {
  .footer__nav {
    margin-top: 24px;
  }
}

.footer__nav .global__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.035em;
  font-weight: 500;
}
@media screen and (max-width: 975px) {
  .footer__nav .global__nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    font-size: 0.75rem;
    border-top: 1px solid var(--color-primary);
  }
}

@media screen and (max-width: 975px) {
  .footer__nav .global__nav ul li {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid var(--color-primary);
  }
}

@media screen and (max-width: 975px) {
  .footer__nav .global__nav ul li a {
    position: relative;
    display: block;
    border-block-end-width: 100%;
  }
}

@media screen and (max-width: 975px) {
  .footer__nav .global__nav ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 5px;
    height: 5px;
    border-bottom: 1px solid var(--color-primary);
    border-right: 1px solid var(--color-primary);
  }
}
footer .cta_btn{
  display: flex;
    justify-content: space-between;
    gap: 35px;
    margin: 40px auto 0;
    max-width: 1130px;
    width: 95%;
}
@media screen and (max-width: 975px) {
  footer .cta_btn {
      flex-direction: column;
  }
}

/* ----------------------------------------
footer__cta
---------------------------------------- */
.footer__cta {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 975px) {
  .footer__cta {
    max-width: 314px;
    margin: 34px auto 0;
  }
}

.footer__cta .btn {
  width: 396px;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  .footer__cta .btn {
    height: 68px;
  }
}

.footer__cta .tel-btn {
  padding-top: 22px;
  padding-left: 64px;
}
@media screen and (max-width: 975px) {
  .footer__cta .tel-btn {
    padding: 14px 0 0 55px;
  }
}

.footer__cta .phone-btn {
  padding-top: 22px;
  padding-left: 56px;
}
@media screen and (max-width: 975px) {
  .footer__cta .phone-btn {
    padding: 15px 0 0 24px;
  }
}

.footer__cta .line-btn {
  padding-top: 24px;
  padding-left: 46px;
}
@media screen and (max-width: 975px) {
  .footer__cta .line-btn {
    padding: 15px 0 0 36px;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .btn .icon-wrap {
    height: 32px;
  }
}

.footer__cta .btn .icon-wrap img {
  height: 51px;
}
@media screen and (max-width: 975px) {
  .footer__cta .btn .icon-wrap img {
    height: 32px;
  }
}

.footer__cta .text-wrap .top-text {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 975px) {
  .footer__cta .text-wrap .top-text {
    font-size: 0.8125rem;
  }
}

.footer__cta .text-wrap .main-text {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 975px) {
  .footer__cta .text-wrap .main-text {
    font-size: 1.125rem;
  }
}

.footer__cta .text-wrap .main-text span {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 975px) {
  .footer__cta .text-wrap .main-text span {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .btn.phone-btn .text-wrap .main-text {
    margin-top: 0;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .btn.phone-btn .text-wrap .main-text span {
    margin-left: 4px;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .btn.phone-btn .text-wrap .main-text span.btn__point-box {
    font-size: 0.625rem;
    padding: 4px 0;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .btn.tel-btn .text-wrap .main-text span {
    font-size: 1.5rem;
    line-height: 0.8;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .phone-btn .main-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .phone-btn .main-text .btn__point-box {
    display: block;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .btn.phone-btn .text-wrap .main-text span.btn__point-box {
    font-size: 0.625rem;
    padding: 4px 0;
    display: block;
    text-align: center;
    width: 30px;
    background-color: #fff;
    color: var(--color-primary);
    margin-right: 4px;
    margin-left: 0;
  }
}

/* ----------------------------------------
footer biz-hours
---------------------------------------- */
footer .top-biz-hour tr th,
footer .top-biz-hour tr td,
footer .top-biz-hour-annotation{
	color: #fff;
}

footer .top-biz-hour tr:nth-child(n+2){
	border-top: 1px solid #fff;
}

/* ----------------------------------------
footer__links
---------------------------------------- */
.footer__links {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.035em;
  font-weight: 500;
}
@media screen and (max-width: 975px) {
  .footer__links {
    font-size: 0.625rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px 9px;
    white-space: nowrap;
    width: 290px;
    margin: 40px auto;
  }
}

.footer__copy {
  margin-top: 0;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.035em;
  color: #fff;
}
@media screen and (max-width: 975px) {
  .footer__copy {
    font-size: 0.625rem;
  }
}

/* ----------------------------------------
section
---------------------------------------- */
/* ----------------------------------------
page mv
---------------------------------------- */
#page-mv {
  background: var(--color-primary-dark);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#page-mv .page-title {
  text-align: center;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, .4);
  padding: 150px 20px 60px;
  color: #fff;
  font-size: 60px;
  font-size: 3rem;
  font-family: var(--font-serif);
  font-weight: bold;
}
@media screen and (max-width: 975px) {
  #page-mv .page-title {
    font-size: 2rem;
    padding: 64px 0 45px;
  }
}

#page-content {
  font-size: 16px;
  font-size: 1rem;
  /* ----------------------------------------
  page content
  ---------------------------------------- */
  /* ----------------------------------------
  見出し
  ---------------------------------------- */
  /* ----------------------------------------

  ---------------------------------------- */
  /* ----------------------------------------
  マーカー
  ---------------------------------------- */
}
@media screen and (max-width: 975px) {
  #page-content {
    font-size: 0.875rem;
  }
}
#page-content h2.elementor-heading-title, #page-content h3.elementor-heading-title, #page-content h4.elementor-heading-title, #page-content h5.elementor-heading-title {
  padding: 0.8em 1.2em;
  position: relative;
}
@media screen and (max-width: 975px) {
  #page-content h2.elementor-heading-title, #page-content h3.elementor-heading-title, #page-content h4.elementor-heading-title, #page-content h5.elementor-heading-title {
    padding: 0.8em 0.8em;
  }
}
#page-content h2.elementor-heading-title {
	color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: left;
  margin: 50px auto 30px;
	background: var(--color-primary-dark);
    border-radius: 10px;
	padding: 16px 40px 16px 70px;
}
@media screen and (max-width: 975px) {
  #page-content h2.elementor-heading-title {
    font-size: 1.25rem;
	padding-left: 60px;
	  padding-right: 40px;
	  line-height: 1.2;
	  text-align: center;
	  margin: 30px auto 10px;
  }
}
#page-content h2.elementor-heading-title::after {
  content: "";
  position: absolute;
	background-image: url(../img/logo_h2.webp);
	background-size: cover;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    left: 20px;
    top: 50%;
}
/* #page-content h2.elementor-heading-title::before {
  content: "";
  position: absolute;
	background-image: url(../img/circle_h2.png);
	background-size: cover;
    width: 40px;
    height: 8px;
    left: 48%;
    bottom: -10px;
} */
@media screen and (max-width: 975px) {
	
  #page-content h2.elementor-heading-title::after  {
    width: 32px;
        height: 32px;
        left: 14px;
  }
/* 	#page-content h2.elementor-heading-title::before{
		left: 46%;
	} */
}
#page-content h3.elementor-heading-title, #page-content h3.elementor-heading-title, #page-content h4.elementor-heading-title, #page-content h5.elementor-heading-title {
  color: #354C68;
}
#page-content h3.elementor-heading-title {
  font-size: 30px;
  font-size: 1.5rem;
}
@media screen and (max-width: 975px) {
  #page-content h3.elementor-heading-title {
    font-size: 1.125rem;
  }
}
#page-content h3.elementor-heading-title::before {
  height: 60%;
  width: 0.3em;
  content: "";
  position: absolute;
  background-image: url(../img/circle_h3.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 20%;
}
#page-content h4.elementor-heading-title {
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 1.5em;
}
@media screen and (max-width: 975px) {
  #page-content h4.elementor-heading-title {
    font-size: 1.125rem;
  }
}
#page-content h4.elementor-heading-title::after {
  content: "";
  position: absolute;
  background: var(--color-primary-dark);
  border-radius: 50%;
/*   height: 30%;
  width: auto; */
	width: 15px;
	height: auto;
  aspect-ratio: 1/1;
  left: 0.3em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
#page-content h5.elementor-heading-title{
	font-size: 18px;
    font-size: 1.15rem;
	padding-left: 0;
}

#page-content .elementor-button {
  position: relative;
  padding: 20px 54px 20px 24px;
  width: 284px;
  background: #596C82;
  border-radius: 0;
}
@media screen and (max-width: 767px){
	#page-content .elementor-button {
		padding: 20px 54px 20px 15px;
	}
}

#page-content .elementor-button::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 14.28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 54%;
  right: 24px;
  background-image: url(../img/icon-btn-obj01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#page-content .elementor-button-success .elementor-button::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  top: 50%;
  right: -25px;
  background-color: var(--color-primary-dark);
}
#page-content  .elementor-button span {
  font-family: var(--font-sans);
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-align: left;
  width: 100%;
}
.elementor-element.elementor-button-success .elementor-button{
	min-width: 200px;
    max-width: 90%;
}

#page-content .elementor-button-warning .elementor-button span{
	color: var(--color-primary-dark);
}
#page-content .elementor-button-info .elementor-button.elementor-button-link {
  background: -webkit-gradient(linear, left top, right top, from(rgb(163, 183, 226)), to(rgb(173, 205, 244)));
  background: linear-gradient(90deg, rgb(163, 183, 226) 0%, rgb(173, 205, 244) 100%);
}
#page-content .elementor-button-info .elementor-button.elementor-button-link::before {
  content: "";
  position: absolute;
  -webkit-transform: unset;
          transform: unset;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
}
#page-content .elementor-button-info .elementor-button.elementor-button-link::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  bottom: 8px;
  right: 6px;
  top: unset;
  left: unset;
}
#page-content .elementor-button-success .elementor-button.elementor-button-link {
  background:  rgba(0,0,0,0);
  border: 1px solid var(--color-primary-dark);
  position: relative;
}
/* #page-content .elementor-button-success .elementor-button.elementor-button-link::before {
  content: "";
  position: absolute;
  -webkit-transform: unset;
          transform: unset;
  width: 100%;
  height: 100%;
  background-color: #EBF0EF;
  top: 8px;
  left: 8px;
  z-index: -1;
} */
#page-content .elementor-button-success .elementor-button span{
	color: var(--color-primary-dark);
}
#page-content .elementor-button-warning .elementor-button.elementor-button-link{
  border-radius: 100px;
}
#page-content .elementor-button-warning .elementor-button.elementor-button-link {
  background-color: #fff;
  border: 1px solid var(--color-primary-dark);
}
#page-content .elementor-button-warning .elementor-button.elementor-button-link:hover{
	background-color: var(--color-primary-dark);
	opacity: 1;
}
#page-content .elementor-button-warning .elementor-button.elementor-button-link:hover span {
    color: #fff;
}
#page-content .elementor-button-warning .elementor-button.elementor-button-link:hover::after{
	 background-image: url(../img/icon-btn-obj02.svg);
}
#page-content .elementor-button-warning .elementor-button.elementor-button-link::after {
  background-image: url(../img/icon-btn-obj03.svg);
}
#page-content .elementor-button-danger .elementor-button.elementor-button-link {
  background: var(--color-primary-dark);
}
#page-content .elementor-button-danger .elementor-button.elementor-button-link span {
  text-shadow: 2px 3px 5px rgba(0, 0, 0, .4);
/* 	white-space: nowrap; */
}
#page-content .elementor-button-danger .elementor-button.elementor-button-link::after {
  background-image: url(../img/icon-btn-obj02.svg);
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
}
#page-content .elementor-widget-text-editor {
  line-height: 1.5;
}
#page-content span.marker1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #CDECFD));
  background: linear-gradient(transparent 60%, #CDECFD 0%);
  display: inline;
  padding: 0 1px 0px;
}
#page-content span.marker2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FDF8B6));
  background: linear-gradient(transparent 60%, #FDF8B6 0%);
  display: inline;
  padding: 0 1px 0px;
}
#page-content span.marker3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), color-stop(0%, #CDECFD));
  background: linear-gradient(transparent 94%, #CDECFD 0%);
  display: inline;
  padding: 0 1px 0px;
}
#page-content span.marker4 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), color-stop(0%, #80D9CF));
  background: linear-gradient(transparent 94%, #80D9CF 0%);
  display: inline;
  padding: 0 1px 0px;
}

#page-content {
  /* ----------------------------------------
  table
  ---------------------------------------- */
}
#page-content .elementor-widget-table-of-contents {
  background-color: #fff;
  border: unset;
  padding: 25px 60px 20px;
  position: relative;
  border: 1px solid var(--color-primary-dark);
}
@media screen and (max-width: 975px) {
  #page-content .elementor-widget-table-of-contents {
    padding: 32px 20px;
  }
}
#page-content .elementor-widget-table-of-contents::before {
  content: "";
    background-color: var(--color-primary-dark);
    width: 20%;
    height: 1px;
    top: 37px;
    left: 22%;
    position: absolute;
}
#page-content .elementor-widget-table-of-contents::after {
  content: "";
    background-color: var(--color-primary-dark);
    width: 20%;
    height: 1px;
    top: 37px;
    right: 22%;
    position: absolute;
}
@media screen and (max-width: 975px) {
  #page-content .elementor-widget-table-of-contents::before {
    font-size: 12svw;
	width: 10%;
    top: 47px;
    left: 19%;
  }
	
  #page-content .elementor-widget-table-of-contents::after {
	width: 10%;
    top: 47px;
    right: 19%;
  }
}
#page-content .e-con > .e-con-inner > .elementor-widget > .elementor-widget-container, #page-content .e-con > .elementor-widget > .elementor-widget-container {
  border: unset;
  position: relative;
	line-height: 1.7;
	letter-spacing: 0.1em;
}
@media(max-width:767px){
	#page-content .e-con > .e-con-inner > .elementor-widget > .elementor-widget-container, #page-content .e-con > .elementor-widget > .elementor-widget-container{
		overflow: visible;
		overflow-x: scroll;
	}
}

#page-content .elementor-widget-table-of-contents .elementor-toc__header {
  padding: 0;
  border: unset;
}
#page-content .elementor-widget-table-of-contents .elementor-toc__header .elementor-toc__header-title {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  color: #333333;
  font-family: var(--font-serif);
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 975px) {
  #page-content .elementor-widget-table-of-contents .elementor-toc__header .elementor-toc__header-title {
    font-size: 1.5rem;
  }
  .elementor-widget-container{
    overflow: scroll;
  }
}
#page-content .elementor-toc__toggle-button--collapse, #page-content .elementor-toc__toggle-button--expand {
  position: relative;
  z-index: 5;
}
#page-content .elementor-toc__toggle-button--collapse::after, #page-content .elementor-toc__toggle-button--expand::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 975px) {
  #page-content .elementor-toc__toggle-button--collapse::after, #page-content .elementor-toc__toggle-button--expand::after {
    font-size: 1.5rem;
  }
}
#page-content .elementor-toc__list-item-text-wrapper{
	margin-bottom: 1rem;
}
#page-content .elementor-toc__toggle-button--collapse {
  visibility: visible;
  opacity: 1;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}
#page-content .elementor-toc__toggle-button--expand {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}
#page-content .elementor-toc__toggle-button--collapse, #page-content .elementor-toc__toggle-button--expand {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 975px) {
  #page-content .elementor-toc__toggle-button--collapse, #page-content .elementor-toc__toggle-button--expand {
    width: 24px;
    height: 24px;
  }
}
#page-content .elementor-toc__toggle-button--collapse svg, #page-content .elementor-toc__toggle-button--expand svg {
  display: none;
}
#page-content .elementor-toc__toggle-button--collapse::after {
  content: "ー";
}
#page-content .elementor-toc__toggle-button--expand::after {
  content: "＋";
}
#page-content .elementor-toc--collapsed .elementor-toc__toggle-button--collapse {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}
#page-content .elementor-toc--collapsed .elementor-toc__toggle-button--expand {
  visibility: visible;
  opacity: 1;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}
#page-content .elementor-toc__body {
  padding: 20px 0 0;
}
@media screen and (max-width: 975px) {
  #page-content .elementor-toc__body {
    margin-top: 24px;
    padding: 20px 0 0;
  }
}
#page-content ol.elementor-toc__list-wrapper {
  font-size: 20px;
  font-size: 1.25rem;
  color: #333333;
  list-style: none;
}
@media screen and (max-width: 975px) {
  #page-content ol.elementor-toc__list-wrapper {
    font-size: 0.875rem;
  }
}
#page-content ol.elementor-toc__list-wrapper .elementor-toc__list-item {
  position: relative;
  padding-left: 0;
}
#page-content ol.elementor-toc__list-wrapper .elementor-toc__list-item::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  content: none;
}
#page-content ol.elementor-toc__list-wrapper ul.elementor-toc__list-wrapper {
  font-size: 80%;
  margin-top: 1em;
  margin-left: 3em;
}
@media screen and (max-width: 975px) {
  #page-content ol.elementor-toc__list-wrapper ul.elementor-toc__list-wrapper {
    margin-left: 1em;
  }
}
#page-content ol.elementor-toc__list-wrapper ol.elementor-toc__list-wrapper {
  font-size: 80%;
}

#page-content .elementor-widget-global .elementor-toc__list-item{
	position: relative;
	padding-left: 16px !important;
}

#page-content .elementor-widget-global .elementor-toc__list-item::before{
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	background: var(--color-primary-dark);
	transform: translateY(-50%);
	top: 50%;
	left: 0;
}

#page-content {
  /* ----------------------------------------
  s-post
  ---------------------------------------- */
}
#page-content .s-post__obj {
  background-color: var(--color-primary-dark);
  padding: 14px 12px 13px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 235px;
  font-family: var(--font-serif);
}
@media screen and (max-width: 975px) {
  #page-content .s-post__obj {
    font-size: 0.875rem;
    min-width: unset;
    padding: 14px 18px 13px;
  }
}
#page-content .s-post__box {
  border: 1px solid var(--color-primary-dark);
  padding: 24px 36px;
  display: block;
  background-color: #EBF0EF;
}
@media screen and (max-width: 975px) {
  #page-content .s-post__box {
    padding: 12px 12px;
  }
}
#page-content .s-post__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 975px) {
  #page-content .s-post__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
#page-content .s-post__img {
  width: 334px;
  height: auto;
  aspect-ratio: 334/225;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 975px) {
  #page-content .s-post__img {
    width: 100%;
  }
}
#page-content .s-post__content {
  width: calc(100% - 384px);
}
@media screen and (max-width: 975px) {
  #page-content .s-post__content {
    width: 100%;
  }
}
#page-content .s-post__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 975px) {
  #page-content .s-post__title {
    font-size: 1.125rem;
    margin-bottom: 0.4em;
  }
}
#page-content .s-post__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: var(--line-height-base);
}
@media screen and (max-width: 975px) {
  #page-content .s-post__text {
    font-size: 0.875rem;
  }
}

#page-content {
  /* ----------------------------------------
  md
  ---------------------------------------- */
}
#page-content .s-md__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 975px) {
  #page-content .s-md__wrap {
    display: block;
  }
}
#page-content .s--md__merit.merit01 {
  background-color: #FFFCFB;
  border: 1px solid #ECA992;
}
#page-content .s--md__merit.merit02 {
  background-image: url(../img/merit-bg.jpg);
}
#page-content .s--md__demerit.demerit01 {
  background-color: #F4FFFF;
  border: 1px solid #7FD5E9;
}
#page-content .s--md__demerit.demerit02 {
  background: url(../img/demerit-bg.jpg);
}
#page-content .s--md__merit, #page-content .s--md__demerit {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50%;
  position: relative;
  padding: 35px 36px 32px;
}
@media screen and (max-width: 975px) {
  #page-content .s--md__merit, #page-content .s--md__demerit {
    width: 100%;
    padding: 48px 12px 24px;
	margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  #page-content .s--md__merit, #page-content .s--md__demerit {
    padding: 20px 12px 35px;
  }
}
#page-content .s--md__merit::after, #page-content .s--md__demerit::after {
  position: absolute;
  left: 16px;
  top: 32px;
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.075em;
  font-family: var(--font-serif);
  color: #fff;
}
@media screen and (max-width: 975px) {
  #page-content .s--md__merit::after, #page-content .s--md__demerit::after {
    left: 8px;
    top: 12px;
    font-size: 16svw;
  }
}
#page-content .s--md__merit .s-md__title::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #ECA992;
  border-radius: 100px;
  position: absolute;
	left: -15px;
    top: calc((100% - 0.8em) / 2);
    transform: translate(0%, -50%);
}
#page-content .s--md__merit .s-md__title::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #ECA992;
  border-radius: 100px;
  position: absolute;
	right: -15px;
    top: calc((100% - 0.8em) / 2);
    transform: translate(0%, -50%);
}
#page-content .s--md__demerit .s-md__title::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #7FD5E9;
  border-radius: 100px;
  position: absolute;
	left: -25px;
    top: calc((100% - 0.8em) / 2);
    transform: translate(0%, -50%);
}
#page-content .s--md__demerit .s-md__title::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #7FD5E9;
  border-radius: 100px;
  position: absolute;
	right: -22px;
    top: calc((100% - 0.8em) / 2);
    transform: translate(0%, -50%);
}
#page-content .s-md__title {
  position: relative;
  z-index: 1;
  color: var(--color-primary);
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.035em;
  padding-bottom: 0.8em;
  text-align: center;
  width: 125px;
  margin: 0 auto;
}
#page-content .s-md__wrap .s-check__list, #page-content .s-md__wrap .s-dot__list {
  padding-top: 24px;
    border-top: 1px solid #ECA992;
}
#page-content .s-md__wrap .s--md__demerit .s-check__list, #page-content .s-md__wrap .s--md__demerit .s-dot__list {
    border-top: 1px solid #7FD5E9;
}
#page-content .s-check__list, #page-content .s-dot__list, #page-content .s-dot__ol-list {
  position: relative;
  z-index: 1;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}
#page-content .s-dot__ol-list{
	line-height: 1.7;
}
#page-content .s-dot__ol-list li::marker{
	font-weight: bold;
}
#page-content .box-txt{
	color: #333333;
	line-height: var(--line-height-base);
	margin-bottom: 10px;
}
#page-content .s-check__list li, #page-content .s-dot__list li {
  padding-left: 1.25em;
  position: relative;
}
#page-content .s-check__list li:nth-child(n+2), #page-content .s-dot__list li:nth-child(n+2) {
  margin-top: 0.8em;
}
#page-content .s-dot__list li::after {
  width: 6px;
    height: 6px;
    position: absolute;
    left: 8px;
    top: 8px;
    content: "";
    border-radius: 50%;
    background-color: var(--color-primary);
}
#page-content .red-bg .s-dot__list li::after{
	background-color: #ECA992;
}
#page-content .p-box.p-box-border .s-dot__list li::after{
	width: 8px;
    height: 8px;
	top: 6px;
   left: 0;
}
#page-content .p-box.p-box-border.blue-bg .s-dot__list li::after{
	background-color: #7FD5E9;
}
#page-content .s-check__list li::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 3px;
  border-radius: 100px;
  top: 5px;
  left: 8px;
  background-color: #333333;
}
#page-content .s--md__demerit.demerit02::after {
  color: #B0BFD0;
}
#page-content .s--md__demerit.demerit02 .s-md__title {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#page-content .s--md__demerit.demerit02 .s-check__list {
  color: #fff;
}
#page-content .s--md__demerit.demerit02 .s-check__list li::after {
  border: 2px solid #fff;
}
#page-content .s--md__demerit.demerit02 .s-check__list li::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

#page-content {
  /* ----------------------------------------
  table
  ---------------------------------------- */
}
#page-content .p-table__scroll {
  overflow-x: scroll;
}
#page-content .p-table__scroll .p-table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#page-content .p-table {
  width: 100%;
  overflow-x: scroll;
}

#page-content .p-table th,
#page-content .p-table td{
	min-width: 180px;
}
#page-content .p-table tr th:first-child{
	min-width: 100px;
	position: sticky;
	left: 0;
/* 	border: 1px solid gray; */
}
#page-content .p-table tr th:first-child::before{
	content: "";
    position: absolute;
    top: 0;
    left: -2px;
    right: -1px;
    height: 100%;
/* 	border-top: 1px solid gray; */
    border-left: 2px solid gray;
    border-right: 1px solid gray;
/* 	border-bottom: 1px solid gray; */
}
#page-content .p-table thead {
  background-color: var(--color-primary-dark);
}
#page-content .p-table thead th {
  padding: 15px 22px;
  color: #fff;
  font-family: var(--font-serif);
  background-color: var(--color-primary-dark);
}
#page-content .p-table thead th:nth-child(n+2) {
  border-left: 1px solid #96A8C5;
}
#page-content .p-table tbody {
  border: 1px solid #A0AEC8;
}
#page-content .p-table tbody tr th, #page-content .p-table tbody tr td {
  padding: 15px 22px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: var(--font-serif);
  font-weight: 300;
}
@media(max-width: 767px){
	#page-content .p-table tbody tr th, #page-content .p-table tbody tr td {
	  padding: 15px 10px;
	}
	#page-content .s-dot__ol-list{
		padding-left: 32px;
	}
}
#page-content .p-table tbody tr th {
  color: #fff;
  background-color: #9EB2B0;
}
#page-content .p-table.green tbody tr th{
	background-color: var(--color-primary-dark);
}
#page-content .p-table tbody tr:nth-child(n+2) th {
  border-top: 1px solid #96A8C5;
}
#page-content .p-table tbody tr td:nth-child(n+2) {
  border-left: 1px solid #96A8C5;
}
#page-content .p-table tbody tr td{
	background-color: #fff;
}
#page-content .p-table tbody tr:nth-child(n+2) td {
  border-top: 1px solid #96A8C5;
}
#page-content {
  /* ----------------------------------------
  person
  ---------------------------------------- */
  /* ----------------------------------------
  p-adv
  ---------------------------------------- */
}
#page-content .p-person, #page-content .p-adv {
  width: 100%;
  margin: 0 auto;
  padding: 24px 40px;
  border: 1px solid var(--color-primary-dark);
  background-color: #fff;
}
@media screen and (max-width: 975px) {
  #page-content .p-person, #page-content .p-adv {
    padding: 12px 12px;
  }
}
#page-content .p-person__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 975px) {
  #page-content .p-person__head {
    gap: 8px;
  }
}
#page-content .p-person__head::after {
  position: absolute;
  content: "+";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
  color: var(--color-primary);
}
#page-content .p-person__head.open::after {
  content: "−";
}
#page-content .p-person__img {
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 975px) {
  #page-content .p-person__img {
    width: 100px;
  }
}
#page-content .p-person__title {
  font-family: var(--font-serif);
  color: var(--color-primary);
  font-weight: bold;
}
#page-content .p-person__title .p-person__clinic {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 2em;
  margin-bottom: 0.4em;
  font-weight: bold;
}
@media screen and (max-width: 975px) {
  #page-content .p-person__title .p-person__clinic {
    font-size: 0.75rem;
  }
}
#page-content .p-person__title .p-person__name {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}
@media screen and (max-width: 975px) {
  #page-content .p-person__title .p-person__name {
    font-size: 1.25rem;
  }
}
#page-content .p-person__body {
  margin-top: 24px;
  margin-left: 162px;
  display: none;
}
@media screen and (max-width: 975px) {
  #page-content .p-person__body {
    margin-left: 0;
    padding-bottom: 12px;
  }
}
#page-content .p-person__body p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
}
@media screen and (max-width: 975px) {
  #page-content .p-person__body p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 975px) {
  #page-content .p-adv {
    padding-bottom: 40px;
  }
}
#page-content .p-adv__title {
    font-size: 20px;
    font-size: 1.25rem;
    color: var(--color-primary-dark);
    margin-bottom: 1em;
    border-bottom: 1px solid var(--color-primary-dark);
    padding-bottom: 15px;
    font-weight: bold;
    padding-left: 15px;
}
@media screen and (max-width: 975px) {
  #page-content .p-adv__title {
    font-size: 0.875rem;
    text-align: center;
  }
}
#page-content .p-adv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  position: relative;
}
@media screen and (max-width: 975px) {
  #page-content .p-adv__wrap {
    display: block;
  }
}
#page-content .p-adv__wrap .p-adv__img {
  width: 200px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 975px) {
  #page-content .p-adv__wrap .p-adv__img {
    margin: 8px auto 0;
    width: 60%;
  }
}
#page-content .p-adv__wrap .p-person__content .p-person__clinic {
  color: var(--color-primary-dark);
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.8em;
  font-weight: bold;
}
@media screen and (max-width: 975px) {
  #page-content .p-adv__wrap .p-person__content .p-person__clinic {
    font-size: 0.875rem;
    margin-top: 1em;
    text-align: center;
  }
}
#page-content .p-adv__wrap .p-person__content .p-person__name {
  color: var(--color-primary-dark);
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
  font-weight: bold;
}
@media screen and (max-width: 975px) {
  #page-content .p-adv__wrap .p-person__content .p-person__name {
    font-size: 1.25rem;
    text-align: center;
  }
}
#page-content .p-adv__wrap .p-person__content .p-person__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: 1em;
}
@media screen and (max-width: 975px) {
  #page-content .p-adv__wrap .p-person__content .p-person__text {
    font-size: 0.875rem;
  }
}
#page-content .p-adv__wrap .p-person__content .more-btn, #page-content .p-more-btn__wrap {
  border-radius: 999px;
    display: block;
    width: fit-content;
    margin-left: auto;
    border: 1px solid var(--color-primary-dark);
}
#page-content .p-adv__wrap .p-person__content .more-btn:hover, #page-content .p-more-btn__wrap:hover {
  opacity: 1;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}
#page-content .p-more-btn {
  position: relative;
  padding: 12px 54px 12px 24px;
  width: 232px;
  display: block;
}
.p-more-btn__wrap:hover{
  opacity: 0.5!important;
}
@media screen and (max-width: 975px) {
  #page-content .p-more-btn {
    position: relative;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#page-content .p-more-btn::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 14.28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 54%;
  right: 24px;
  background-image: url(../img/icon-btn-obj04.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px){
	#page-content .p-more-btn::after{
		top: 50%;
		right: 15px;
	}
}
#page-content .p-more-btn span {
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--color-primary-dark);
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 975px) {
  #page-content .p-more-btn__wrap {
    position: relative;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

  /* ----------------------------------------
  p-adv-top
  ---------------------------------------- */
#page-content .p-adv-top{
	padding: 16px 30px;
}

#page-content .p-adv-top .p-adv__title{
	padding-bottom: 5px;
}

#page-content .p-adv-top .p-adv__wrap .p-adv__img{
	width: 150px;
	height: 120px;
	border-radius: 999px;
}

#page-content .p-adv-top .p-adv__wrap .p-person__content .p-person__clinic{
	margin-bottom: 0;
}

#page-content .p-adv-top .p-adv__wrap .p-person__content .p-person__name{
	margin-bottom: 0.5em;
}

#page-content .p-adv-top .p-adv__wrap .p-person__content .p-person__text{
	padding-bottom: 1em;
}

@media screen and (max-width: 767px){
	#page-content .p-adv-top .p-adv__wrap .p-adv__img{
		width: 110px;
		height: auto;
	}
	
	#page-content .p-adv-top .p-adv__wrap .p-person__content .p-person__name{
		font-size: 18px;
	}
}



#page-content {
  /* ----------------------------------------
  breadcrumb
  ---------------------------------------- */
}
#page-content .p-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  font-size: 15px;
  font-size: 0.9375rem;
  white-space: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.2em;
}
#page-content .p-breadcrumb a {
  color: #507F99;
  text-decoration: underline;
}

#page-content {
  /* ----------------------------------------
  p-step
  ---------------------------------------- */
}
#page-content .p-step {
  padding-left: 80px;
}
@media screen and (max-width: 975px) {
  #page-content .p-step {
    padding-left: 10px;
  }
}
#page-content .p-step__con {
  padding: 30px 30px 60px 30px;
  position: relative;
}
@media screen and (max-width: 975px) {
  #page-content .p-step__con {
    padding: 30px;
  }
}
#page-content .p-step__con::before {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 0;
  top: 36px;
  background-color: var(--color-primary);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  content: "";
}
@media screen and (max-width: 975px) {
  #page-content .p-step__con::before {
    top: 32px;
  }
}
#page-content .p-step__con::after {
  position: absolute;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 0;
  top: 64px;
  height: calc(100% - 64px);
  border-left: 1px solid var(--color-primary);
}
@media screen and (max-width: 975px) {
  #page-content .p-step__con::after {
    height: calc(100% - 52px);
    top: 52px;
  }
}
#page-content .p-step__num {
  position: absolute;
  right: 0;
  top: 0;
  color: #E6F3F9;
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: bold;
  font-family: var(--font-serif);
}
@media screen and (max-width: 975px) {
  #page-content .p-step__num {
    font-size: 4rem;
  }
}
#page-content .p-step__title, #page-content .p-step__text {
  position: relative;
}
#page-content .p-step__title {
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--color-primary);
  font-family: var(--font-serif);
  font-weight: bold;
}
@media screen and (max-width: 975px) {
  #page-content .p-step__title {
    font-size: 1rem;
  }
}
#page-content .p-step__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (max-width: 975px) {
  #page-content .p-step__text {
    font-size: 0.875rem;
  }
}

#page-content {
  /* ----------------------------------------
  p-step
  ---------------------------------------- */
}
@media screen and (max-width: 975px) {
  #page-content .p-point {
    padding: 0 20px;
  }
}
#page-content .p-point__content {
  position: relative;
  border-color: #F1F9FB;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: #F1F9FB;
}
@media screen and (max-width: 975px) {
  #page-content .p-point__content {
    padding: 24px 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
#page-content .p-point__content:nth-of-type(even) {
  background-color: #E3EDF6;
}
#page-content .p-point__obj {
  position: absolute;
  top: 4px;
  left: 24px;
  color: #F2F7FB;
  font-size: 110px;
  font-size: 6.875rem;
  font-family: var(--font-serif);
}
@media screen and (max-width: 975px) {
  #page-content .p-point__obj {
    font-size: 4rem;
    top: unset;
    bottom: 24px;
  }
}
#page-content .p-point__content:nth-of-type(odd) .p-point__obj {
  color: white;
}
#page-content .p-point__img {
  width: 369px;
  aspect-ratio: 369/248;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-content .p-point__text {
  position: relative;
}
#page-content .p-point__text .p-point__title {
  padding-top: 2em;
  padding-bottom: 0.8em;
  line-height: 1.4;
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--color-primary);
  font-family: var(--font-serif);
  font-weight: bold;
}
@media screen and (max-width: 975px) {
  #page-content .p-point__text .p-point__title {
    padding-top: 0;
    font-size: 1rem;
  }
}
#page-content .p-point__text .p-point__con {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
}
#page-content .p-point.is-flow .p-point__content:nth-child(n+2) {
  margin-top: 54px;
  position: relative;
}
#page-content .p-point.is-flow .p-point__content:nth-child(n+2)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-top: 17px solid #354C68;
  border-bottom: 0;
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#page-content {
  /* ----------------------------------------
  p-step
  ---------------------------------------- */
}
#page-content .p-qa {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
#page-content .p-qa__content:nth-child(n+2) {
  margin-top: 50px;
}
@media screen and (max-width: 975px) {
  #page-content .p-qa__content:nth-child(n+2) {
    margin-top: 24px;
  }
}
#page-content .p-qa__title, #page-content .p-qa__con {
  padding-left: 50px;
  padding-top: 16px;
  position: relative;
}
@media screen and (max-width: 975px) {
  #page-content .p-qa__title, #page-content .p-qa__con {
    padding-left: 28px;
    padding-top: 10px;
  }
}
#page-content .p-qa__title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: var(--font-serif);
  font-weight: bold;
  color: #507F99;
  line-height: 1.5;
}
@media screen and (max-width: 975px) {
  #page-content .p-qa__title {
    font-size: 1.125rem;
  }
}
#page-content .p-qa__con {
  margin-top: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (max-width: 975px) {
  #page-content .p-qa__con {
    font-size: 0.875rem;
    margin-top: 8px;
  }
}
#page-content .p-qa__title::before, #page-content .p-qa__con::before {
  position: absolute;
  font-family: var(--font-serif);
  font-size: 40px;
  font-size: 2.5rem;
  left: 0;
  top: 0;
  font-weight: bold;
}
@media screen and (max-width: 975px) {
  #page-content .p-qa__title::before, #page-content .p-qa__con::before {
    font-size: 1.5rem;
  }
}
#page-content .p-qa__title::before {
  content: "Q";
  color: #507F99;
}
#page-content .p-qa__con::before {
  content: "A";
  color: #354C68;
}

#page-content {
  /* ----------------------------------------
  p-box
  ---------------------------------------- */
  /* ----------------------------------------
  matome
  ---------------------------------------- */
  /* ----------------------------------------
  check-point
  ---------------------------------------- */
}
#page-content .p-box {
  padding: 45px 50px;
}
@media screen and (max-width: 975px) {
  #page-content .p-box {
    padding: 24px 12px;
  }
}
#page-content .p-box-bg {
  border: 1px solid var(--color-primary);
}
#page-content .p-box-border {
  background-color: #FFFCFB;
  border: 1px solid #ECA992;
}
#page-content .p-box-border.blue-bg{
	background-color: #F4FFFF;
	border: 1px solid #7FD5E9;
}
#page-content .p-box-border.grey-bg{
	background-color: #F5F5F5;
	border: 1px solid #BDBDBD;
}
#page-content .p-matome {
  position: relative;
  margin: 50px auto;
}
@media screen and (max-width: 975px) {
  #page-content .p-matome {
    padding: 24px 12px;
    font-size: 4rem;
  }
	
	#page-content .p-matome .p-matome-wrap{
		position: relative;
	}
}
#page-content .p-matome__title {
  position: absolute;
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: var(--font-serif);
    line-height: 1.2;
    border-bottom: 1px solid var(--color-primary-dark);
    z-index: 5;
    background-color: var(--color-primary-dark);
    padding: 10px 50px;
    top: -20px;
    left: 50px;
}
@media screen and (max-width: 975px) {
  #page-content .p-matome__title {
    font-size: 1.5rem;
	padding: 10px 20px 8px 20px;
	top: 0;
	left: 0;
	width: 100%;
	position: relative;
  }
}
#page-content .p-matome__text {
  position: relative;
  z-index: 1;
  padding: 55px 50px 45px;
  line-height: 1.4;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: var(--line-height-base);
  border: 1px solid var(--color-primary-dark);
  background-color: #EBF0EF;
}

@media screen and (max-width: 767px){
	#page-content .p-matome__text{
		padding: 35px 20px 30px;
	}
}

#page-content .p-check-point {
  position: relative;
}
#page-content .p-check-point .p-point-title{
	position: relative;
	font-size: 24px;
    font-weight: bold;
    color: #E94E77;
    padding: 40px 50px 0 6%;
}
#page-content .p-check-point.bg_orange .p-point-title{
	background-color: #FFFAF1;
	color: #FB8C00;
}
#page-content .p-check-point .p-point-title::after{
	content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/thumb-up-line.svg);
    position: absolute;
    left: 158px;
}
#page-content .p-check-point.bg_orange .p-point-title::after{
	background-image: url(../img/thumb-up-line-orange.svg);
	top: 48px;
}
#page-content .p-check-point .p-point-title::before{
	content: "";
    width: 60%;
    height: 1px;
    background-color: #E94E77;
    position: absolute;
    right: 80px;
    top: 60px;
}
@media(max-width:767px){
	#page-content .p-check-point .p-point-title::before{
		left: 6%;
        top: 80px;
        width: 87%;
	}
	
	#page-content .p-check-point .p-point-title::after{
		top: 60%;
		left: 116px;
	}
}
#page-content .p-check-point.bg_orange .p-point-title::before{
	background-color: #FB8C00;
	z-index: 2;
}
#page-content .p-check-point.bg_red{
	background-color: #FFF5F7;
    border: 1px solid #E94E77;
}
#page-content .p-check-point.bg_orange{
	background-color: #FFF5F7;
    border: 1px solid #E94E77;
}
#page-content .p-check-point.bg_orange .p-check-point__text{
	background-color: #FFFAF1;
}
#page-content .p-check-point.bg_orange{
	border: 1px solid #FB8C00;
}
@media screen and (max-width: 975px) {
  #page-content .p-check-point::before {
    top: -8px;
    left: -8px;
  }
}
#page-content .p-check-point .border01, #page-content .p-check-point .border02 {
  width: 1px;
  height: 50%;
  position: absolute;
  content: "";
  background-color: var(--color-primary);
}
#page-content .p-check-point .border01 {
  left: 0;
  bottom: 0;
}
#page-content .p-check-point .border02 {
  right: 0;
  top: 0;
}
#page-content .p-check-point .border03, #page-content .p-check-point .border04 {
  height: 1px;
  width: 70%;
  position: absolute;
  background-color: var(--color-primary);
}
@media screen and (max-width: 975px) {
  #page-content .p-check-point .border03, #page-content .p-check-point .border04 {
    width: 50%;
  }
}
#page-content .p-check-point .border03 {
  left: 0;
  bottom: 0;
}
#page-content .p-check-point .border04 {
  right: 0;
  top: 0;
}
#page-content .p-check-point__text {
  position: relative;
  padding: 40px 45px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  color: var(--color-primary);
  z-index: 1;
}
@media screen and (max-width: 975px) {
  #page-content .p-check-point__text {
    font-size: 0.875rem;
    padding: 35px 24px 24px;
  }
}
@media screen and (max-width: 975px) {
  #page-content .p-check-point__text::after {
    width: 120px;
    top: 0px;
    left: 0px;
  }
}

#page-content {
  /* ----------------------------------------
  q&a
  ---------------------------------------- */
  /* ----------------------------------------
  p-bg-box
  ---------------------------------------- */
  /* ----------------------------------------
  p-caution
  ---------------------------------------- */
  /* ----------------------------------------
  引用
  ---------------------------------------- */
}
#page-content .faq_box {
    width: 100%;
    margin: 25px auto;
}
#page-content .qa-007 {
    margin-bottom: 10px;
    border: 1px solid var(--color-primary-dark);
    border-radius: 5px;
    background-color: #fff;
}
#page-content .qa-007 summary {
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    color: #333333;
    cursor: pointer;
    background: #EBF0EF;
    font-size: 16px;
	padding: 25px 80px;
}
#page-content .qa-007 summary::after, #page-content .qa-007 summary::before {
    display: inline-block;
    width: 2px;
    height: 17px;
    background-color: #333333;
    content: '';
    transition: transform .5s;
    position: absolute;
    right: 55px;
}
#page-content .qa-007 summary span {
    font-size: 24px;
    position: absolute;
    height: 100%;
    background: #EBF0EF;
    left: 0;
    color: #333333;
    padding: 22px 25px 22px 35px;
	font-family: serif;
}
#page-content .qa-007 summary::after {
    transform: rotate(90deg);
}
#page-content .qa-007 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 30px 30px 30px;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
#page-content .qa-007[open] p {
    transform: none;
    opacity: 1;
    background: #EBF0EF;
    font-size: 15px;
}
#page-content .qa-007[open] p span{
	display: block;
	padding: 15px 30px 15px 60px;
}
#page-content .qa-007 p::before {
    color: #333333;
    line-height: 1.2;
    content: "A";
    position: absolute;
    font-size: 24px;
    left: 50px;
    top: 10px;
	font-family: serif;
}
#page-content .qa-007[open] summary::before {
    transform: rotate(90deg);
}
#page-content .p-b-box {
  position: relative;
  padding: 45px 50px;
  border: 2px solid #03A9F4;
	margin: 20px auto;
}
#page-content .p-b-box.bg_red{
	border: 2px solid #E94E77;
}
@media screen and (max-width: 975px) {
  #page-content .p-b-box {
    padding: 32px 28px;
	margin-top: 20px;
  }
}
#page-content .p-b-box__text {
  line-height: 1.4;
}
#page-content .p-b-box-title01, #page-content .p-b-box-title02, #page-content .p-b-box-title03 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #364C68;
  font-weight: bold;
}
@media screen and (max-width: 975px) {
  #page-content .p-b-box-title01, #page-content .p-b-box-title02, #page-content .p-b-box-title03 {
    font-size: 1.125rem;
  }
}
#page-content .p-b-box-title01 {
  padding: 11px 18px;
  background-color: #F2F9FF;
  border-left: 4px solid #6F8DBA;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
  -webkit-transform: translateX(-24px);
          transform: translateX(-24px);
}
@media screen and (max-width: 975px) {
  #page-content .p-b-box-title01 {
    padding: 8px 12px;
    margin-bottom: 4px;
    -webkit-transform: unset;
            transform: unset;
  }
}
#page-content .p-b-box-title02 {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 0%;
  left: 45px;
  background-color: #fff;
  color: #03A9F4;
}
#page-content .p-b-box.bg_red .p-b-box-title02{
	color: #E94E77;
}
#page-content .p-b-box-title02__wrap {
  padding: 11px 15px 11px 50px;
  position: relative;
}
#page-content .p-b-box-title02__wrap:before{
	content: "";
	background-image: url(../img/book-open-text.svg);
	background-size: cover;
	width: 32px;
	height: 32px;
	left:10px;
	top: 6px;
	position: absolute;
	z-index: 1000;
}
#page-content .p-b-box.bg_red .p-b-box-title02__wrap:before{
	background-image: url(../img/book-open-text-red.svg);
}
@media screen and (max-width: 975px) {
  #page-content .p-b-box-title02__wrap {
    padding: 8px 12px 8px 40px;
  }
	
	#page-content .p-b-box-title02__wrap:before{
		left: 5px;
	}
}
@media screen and (max-width: 975px) {
  #page-content .p-b-box-title02__wrap .obj {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 36px solid #6F8DBA;
  }
}
#page-content .p-b-box-title03 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #364C68;
  margin-bottom: 12px;
}
#page-content .p-b-box-title01 span, #page-content .p-b-box-title02 span, #page-content .p-b-box-title03 span {
  font-size: 75%;
}
#page-content .p-bg-box {
  
}
@media screen and (max-width: 975px) {
  #page-content .p-bg-box {
    padding: 24px 14px;
  }
}
#page-content .p-bg-box .p-bg-box-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.035em;
  color: #fff;
  background-color: #03A9F4;
  margin-bottom: 0;
  padding: 0.8em 1em;
  text-align: left;
  	border: 1px solid #03A9F4;
}
#page-content .p-bg-box .p-b-box-content{
	background-color: #E1F5FE;
	border: 1px solid #03A9F4;
	padding: 2em 3em;
}
@media screen and (max-width: 975px) {
  #page-content .p-bg-box .p-bg-box-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px){
	#page-content .p-bg-box .p-b-box-content{
		padding: 30px 10px;
	}
}
#page-content .p-bg-box.bg02 .p-bg-box-title{
	background-color: #FFB300;
	border: 1px solid #FFB300;
}
#page-content .p-bg-box.bg02 .p-b-box-content{
	background-color: #FFF8E1;
	border: 1px solid #FFB300;
}
#page-content .p-bg-box.bg03 .p-bg-box-title{
	background-color: #BDBDBD;
	border: 1px solid #BDBDBD;
}
#page-content .p-bg-box.bg03 .p-b-box-content{
	background-color: #F5F5F5;
	border: 1px solid #BDBDBD;
}
#page-content .p-caution {
  padding: 45px 60px 40px 120px;
  position: relative;
  background-color: #FDF2F2;
	border: 1px solid #E53935;
}
#page-content .p-caution.bg_blue{
	background-color: #E3F2FD;
	border: 1px solid #2196F3;
}
@media screen and (max-width: 975px) {
  #page-content .p-caution {
    padding: 48px 12px 22px;
  }
}
#page-content .p-caution::before {
  content: "";
  position: absolute;
  background-image: url(../img/warning.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 44px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50px;
  left: 44px;
}
#page-content .p-caution.bg_blue::before{
	background-image: url(../img/info.svg);
}
@media screen and (max-width: 975px) {
  #page-content .p-caution::before {
    width: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 22px;
  }
}
#page-content .p-caution p {
  color: #333333;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
#page-content .p-caution p span{
	color: #E53935;
	font-weight: bold;
}
#page-content .p-caution.bg_blue p span{
	color: #2196F3;
}
@media screen and (max-width: 975px) {
  #page-content .p-caution p {
    font-size: 0.875rem;
  }
}
#page-content .p-quote {
  width: 100%;
  padding: 45px 60px 40px 110px;
  position: relative;
  background-color: #F5F5F5;
}
@media screen and (max-width: 975px) {
  #page-content .p-quote {
    padding: 24px 20px 28px;
  }
}
#page-content .p-quote::before {
	background-image: url(../img/quotes.svg);
    top: 40px;
    left: 45px;
}
#page-content .p-quote::before{
  position: absolute;
  width: 55px;
  height: auto;
  aspect-ratio: 36.72/28.84;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 975px) {
  #page-content .p-quote::before, #page-content .p-quote::after {
    width: 18px;
  }
}
#page-content .p-quote__wrap .p-quote__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.2;
}
@media screen and (max-width: 975px) {
  #page-content .p-quote__wrap .p-quote__text {
    line-height: var(--line-height-base);
  }
}
#page-content .p-quote__wrap .p-quote__link {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  margin-top: 1em;
}

#page-content {
  /* ----------------------------------------
  column-box
  ---------------------------------------- */
}
#page-content .column-box-wrap{
	width: 100%;
	position: relative;
}
#page-content .column-box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
#page-content .column-box .column-box-img{
	width: 48%;
	box-shadow: 10px 10px 0px #EBF0EF;
}
#page-content .column-box-txt-wrap{
	width: 48%;
	padding: 25px 5px 10px;
}
#page-content .column-box-txt-wrap p{
	line-height: var(--line-height-base);
}
#page-content .column-box-txt-wrap .column-box-tit{
	font-size: 24px;
	color: var(--color-primary-dark);
	font-weight: bold;
	margin-bottom: 25px;
	line-height: var(--line-height-base);
}
#page-content {
  /* ----------------------------------------
  c-list
  ---------------------------------------- */
}
#page-content .c-list-wrap{
	width: 100%;
	position: relative;
/* 	background-color: #EBF0EF; */
	background-color: var(--color-primary-dark);
	padding: 45px 55px 15px;
}
#page-content .c-list-wrap .c-list-tit{
	width: 100%;
	background-color: #fff;
	font-size: 24px;
	padding: 20px 10px;
	text-align: center;
	color: var(--color-primary-dark);
	font-weight: bold;
}
#page-content .c-list-wrap .c-list-box{
	max-width: 700px;
	padding: 40px 0 0;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
#page-content .c-list-wrap .c-list-box .c-list{
	width: 48%;
}
#page-content .c-list-wrap .c-list-box .c-list li{
	margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}
#page-content .c-list-wrap .c-list-box .c-list li:before{
	content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/icon-check-white.svg);
    background-size: cover;
    position: absolute;
    transform: translate(0%, -50%);
    left: 0;
    top: calc(16px * 1.5 / 2);
}

@media screen and (max-width:767px){
	#page-content .c-list-wrap{
		padding: 20px 20px 10px;
	}
	
	#page-content .c-list-wrap .c-list-tit{
		font-size: 20px;
	}
	
	#page-content .c-list-wrap .c-list-box{
		display: block;
	}
	#page-content .c-list-wrap .c-list-box .c-list{
		width: 100%;
	}
}




#page-content {
  /* ----------------------------------------
  feature
  ---------------------------------------- */
}
#page-content .feature-wrap{
	background-color: var(--color-primary-dark);
	width: 100%;
  margin: 0 auto;
  padding: 30px;
}
#page-content .feature-wrap .feature-box-tit{
	font-size: 32px;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
}

#page-content .feature-wrap .feature-txt{
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: var(--line-height-base);
	max-width: 800px;
	margin: 0 auto;
}
@media screen and (max-width: 767px){
  #page-content .feature-wrap{
    padding: 20px 0;
  }

	#page-content .feature-wrap .feature-box-tit{
		font-size: 24px;
		padding: 0 10px;
	}
	
	#page-content .feature-wrap .feature-txt{
		padding: 0 20px;
	}
}

#page-content .feature-wrap .feature-box{
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
}
#page-content .feature-wrap .feature-b{
	background-color: #fff;
	width: 240px;
	height: 240px;
	outline: 1px solid var(--color-primary-dark);
  outline-offset: -8px;
	position:relative;
	display:flex;
	align-items: center;
}
#page-content .feature-wrap .feature-b .feature-b-txt{
	font-size: 20px;
    color: var(--color-primary-dark);
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0 15px;
	line-height: var(--line-height-base);
}
@media screen and (max-width: 767px){
	#page-content .feature-wrap .feature-b{
		height: 150px;
	}
	
	#page-content .feature-wrap .feature-b .feature-b-txt{
		font-size: 18px;
	}
}
@media screen and (max-width: 975px) {
  #page-content .feature-wrap .feature-box{
    flex-direction: column;
    align-items: center;
  }
}
  /* ----------------------------------------
  flow
  ---------------------------------------- */
}
.stepbar {
    width: 100%;
}
.stepbar .stepbarwrap {
    margin: 30px 0;
    position: relative;
    height: auto;
}
.stepbar .stepbarwrap .steptitle {
    display: inline-flex;
    align-items: center;
	width: 100%;
	position: relative;
}
.stepbar .stepbarwrap .steptitle .stepcircle {
    display: inline-block;
    width: 80px;
    height: 80px;
    content: "";
    border-radius: 200px;
    background-color: rgba(0,0,0,0);
    color: #333333;
    text-align: center;
	border: 1px solid var(--color-primary-dark);
	position: relative;
}
.stepbar .stepbarwrap .steptitle .stepcircle:before{
	content: "";
    width: 80px;
    height: 80px;
    background: #EBF0EF;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 200px;
	z-index: -1;
}
.stepbar .stepbarwrap .steptxt {
    padding: 10px 75px;
    margin-left: 40px;
	display: flex;
	justify-content: space-between;
	line-height: var(--line-height-base);
	min-height: 130px;
}

@media screen and (max-width: 975px) {
  .stepbar .stepbarwrap .steptxt {
		padding: 10px 15px;
		min-height: 100px;
	}
}
.stepbar .stepbarwrap .steptxt .txt{
	width: 62%;
}
.stepbar .stepbarwrap .steptxt .step-img{
	width: 35%;
}
.stepbar .stepbarwrap .steptitle .stepcircle .step-num {
    display: inline-block;
    line-height: 1.2;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 24px;
	font-family: "zen old mincho", Sans-serif;
	letter-spacing: 4px;
}
.stepbar .stepbarwrap .steptitle .title {
    margin: 18px;
    font-size: 20px;
    padding-left: 20px;
    color: #333333;
	position: relative;
	width: calc(100% - 115px);
}
.yazirusi-wrap {
    position: absolute;
    top: 40%;
    right: 0;
    width: 96.2%;
    height: 60%;
    border-left: 1px solid var(--color-primary-dark);
    z-index: -1;
}

/* ----------------------------------------
  tp-flow
  ---------------------------------------- */
.tp-flow .tp-flow-item{
	background: #EBF0EF;
	padding: 30px;
	border-left: 2px solid var(--color-primary-dark);
}

.tp-flow .tp-flow-item-title{
	font-family: "zen old mincho", Sans-serif;
	font-weight: bold;
	color: #A98E55;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 16px;
	padding-left: 36px;
	position: relative;
}

.tp-flow .tp-flow-num{
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	padding-left: 1px;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	align-content: center;
	background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary-dark) 50%, #96bdb5 50%, #96bdb5 100%);
	position: absolute;
	top: 0;
	left: 0;
	
}

.tp-flow .tp-flow-item-text{
	letter-spacing: 0.1em;
/* 	font-family: "Noto Sans JP", sans-serif; */
}

.tp-flow .tp-flow-arrow{
	width: 100%;
	height: 40px;
	position: relative;
}

.tp-flow .tp-flow-arrow::before{
	content: "";
	width: 30px;
	height: 10px;
	background: var(--color-primary-dark);
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

@media screen and (max-width: 767px){
	.tp-flow .tp-flow-item{
		padding: 20px;
	}
}

  /* ----------------------------------------
  case-introduction
  ---------------------------------------- */
.case-introduction-card{
	border: 1px solid var(--color-primary-dark);
	padding: 40px;
	margin: 50px 0;
}

.case-slideshow-container .case-introduction-card{
	margin: 50px 100px;
}

.case-introduction-card h6{
	text-align: center;
	color: var(--color-primary-dark);
	font-size: 24px;
	line-height: 1.7;
}

.case-introduction-card .case-image-block{
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
}

.case-introduction-card .case-image-before-box,
.case-introduction-card .case-image-after-box{
	width: 46%;
	position: relative;
}

.case-introduction-card .case-image-before-box img,
.case-introduction-card .case-image-after-box img{
	padding: 0;
	aspect-ratio: 5 / 3;
	object-fit: cover;
}

@media screen and (max-width: 767px){
	.case-introduction-card{
		padding: 30px;
	}
	
	.case-slideshow-container .case-introduction-card{
		margin: 50px 0;
	}
	
	.case-introduction-card .case-image-block{
		display: block;
	}
	
	.case-introduction-card .case-image-before-box,
	.case-introduction-card .case-image-after-box{
		width: 100%;
		margin: 30px 0;
	}
}

.case-introduction-card .case-image-before-box::before,
.case-introduction-card .case-image-after-box::before{
	color: #fff;
	width: 120px;
	height: 32px;
	line-height: 32px;
	font-family: var(--font-serif);
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	text-align: center;
	padding: auto 0;
}

.case-introduction-card .case-image-before-box::before{
	content: 'Before';
	background: #757575;
}

.case-introduction-card .case-image-after-box::before{
	content: 'After';
	background: #ECA992;
}

.case-introduction-card .case-overview-title{
	font-size: 20px;
	line-height: 1.7;
	border-bottom: 1px dashed #333;
	padding: 5px 0;
	margin-bottom: 30px;
}

.case-introduction-card .case-overview th,
.case-introduction-card .case-overview td{
	padding: 5px 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
}

.case-introduction-card .case-overview th{
	width: 25%;
}

.case-introduction-card .case-overview td{
	width: 75%;
}

@media screen and (max-width: 767px){
	.case-introduction-card .case-overview th{
		width: 45%;
	}

	.case-introduction-card .case-overview td{
		width: 55%;
	}
}

.case-slideshow-container .arrow .ico{
	width: 25px;
	height: 25px;
	border-top: 5px solid #000;
}

.case-slideshow-container .next .ico{
	border-right: 5px solid #000;
}

.case-slideshow-container .prev .ico{
	border-left: 5px solid #000;
}

.case-slideshow-container .arrow, .arrow label{
	width: 48px;
	height: 48px;
}

.case-slideshow-container .prev,
.case-slideshow-container .next{
	top: 40%;
}

@media screen and (max-width: 767px){
	.case-slideshow-container .arrow .ico{
		width: 15px;
		height: 15px;
	}
	
	.case-slideshow-container .prev,
	.case-slideshow-container .next{
		top: 43%;
	}
	
	.case-slideshow-container .arrow:hover{
		background-color:transparent;
	}
}

#page-content {
  /* ----------------------------------------
  p-case
  ---------------------------------------- */
}
#page-content .p-case {
  margin: 0 auto;
  max-width: 910px;
  width: 100%;
}
#page-content .p-case__num {
  font-size: 84px;
  font-size: 5.25rem;
  font-weight: bold;
  font-family: var(--font-serif);
  padding-left: 0.4em;
  color: #C5D8E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 975px) {
  #page-content .p-case__num {
    font-size: 4rem;
  }
}
#page-content .p-case__num::before {
  position: absolute;
  content: "Case";
  font-family: "Pinyon Script", serif;
  color: #507F98;
  left: 0;
  bottom: 0;
  font-size: 35px;
  font-size: 2.1875rem;
}
@media screen and (max-width: 975px) {
  #page-content .p-case__num::before {
    ont-size: 1rem;
  }
}
#page-content .p-case__num:after {
  border-bottom: 1px solid var(--color-primary);
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 40px;
}
#page-content .p-case__num:after {
  margin-left: 16px;
  margin-left: 1rem;
}
#page-content .case__pickup {
  padding: 0;
  width: 100%;
}
#page-content .case__photo {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 975px) {
  #page-content .case__photo {
    margin-bottom: 12px;
  }
}
#page-content .case__img img {
  max-width: 440px;
  width: 100%;
}

#page-content {
  /* ----------------------------------------
  reason
  ---------------------------------------- */
}
#page-content .p-reason {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
#page-content .p-reason::before {
  position: absolute;
  content: "";
  width: 54%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #F4FBFF;
}
@media screen and (max-width: 975px) {
  #page-content .p-reason::before {
    width: 88.9743589744%;
  }
}
#page-content .reason-list__img {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 50%;
  aspect-ratio: 438.13/306;
  height: auto;
  margin-top: 20px;
}
@media screen and (max-width: 975px) {
  #page-content .reason-list__img {
    width: 93.3333333333%;
  }
}
#page-content .reason-list__container::before {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  background-color: #DDEAF1;
  position: absolute;
  aspect-ratio: 438.13/306;
  width: calc(50% + 20px);
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}
#page-content .reason-list:nth-child(even) .reason-list__img {
  left: unset;
  right: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
}
@media screen and (max-width: 975px) {
  #page-content .reason-list:nth-child(even) .reason-list__img {
    margin-left: auto;
  }
}
#page-content .reason-list:nth-child(even) .reason-list__container::before {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
  background-color: #DDEAF1;
  position: absolute;
  aspect-ratio: 438.13/306;
  width: calc(50% + 20px);
  top: 0;
  right: 0;
  left: unset;
  content: "";
  z-index: -1;
}
#page-content .p-reason__circle {
  background-color: #536780;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: absolute;
  bottom: -40px;
  left: 32%;
  display: block;
}
@media screen and (max-width: 975px) {
  #page-content .p-reason__circle {
    width: 120px;
    height: 120px;
    bottom: unset;
    left: 68%;
    top: 32svw;
  }
}
#page-content .p-reason__circle__wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
#page-content .p-reason__circle__wrap p {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 117px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  line-height: var(--line-height-base);
}
@media screen and (max-width: 975px) {
  #page-content .p-reason__circle__wrap p {
    width: 94px;
    font-size: 0.75rem;
  }
}
#page-content .reason-list:nth-child(even) .p-reason__circle {
  right: 32%;
  left: unset;
}
@media screen and (max-width: 975px) {
  #page-content .reason-list:nth-child(even) .p-reason__circle {
    right: 68%;
    top: 32svw;
  }
}

#page-content {
  /* ----------------------------------------
  scroll
  ---------------------------------------- */
}
#page-content .p-scroll {
  padding: 30px 32px;
  position: fixed;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #fff;
  background-color: #6F8DBA;
  border-radius: 10px 0 0 10px;
  right: 0;
  top: 508px;
  font-family: var(--font-serif);
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.1;
  letter-spacing: 0.035em;
  z-index: 7;
  display: block;
}
@media screen and (max-width: 975px) {
  #page-content .p-scroll {
    padding: 12px 12px;
    top: 64px;
    font-size: 0.75rem;
  }
}
#page-content .p-scroll__text {
  padding-top: 52px;
}
@media screen and (max-width: 975px) {
  #page-content .p-scroll__text {
    padding-top: 32px;
  }
}
#page-content .p-scroll__text::before {
  position: absolute;
  content: "";
  width: 41px;
  height: auto;
  aspect-ratio: 41/38;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/icon-hospital.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 975px) {
  #page-content .p-scroll__text::before {
    width: 24px;
    top: 12px;
  }
}
#page-content .p-scroll__text span {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 975px) {
  #page-content .p-scroll__text span {
    font-size: 1rem;
  }
}

#page-content {
  /* ----------------------------------------
  post
  ---------------------------------------- */
}
#page-content .elementor-post .elementor-post__title {
  color: #333333;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-size: 16px;
}
#page-content .elementor-post .elementor-post__excerpt {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  margin-top: 0.4em;
  color: var(--color-text);
}
#search__head {
  padding: 0 20px;
}

#earch__head .container {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

form.search-form {
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  padding: 20px;
  background-color: #EEF8FB;
}

form.search-form .search-form__group:nth-child(n+2) {
  margin-top: 24px;
}

.search-form__title {
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 1.5em;
  position: relative;
  font-family: var(--font-serif);
  color: var(--color-text);
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 975px) {
  .search-form__title {
    font-size: 0.875rem;
  }
}

.search-form__title::after {
  content: "";
  position: absolute;
  background: var(--color-text);
  border-radius: 50%;
  height: 60%;
  width: auto;
  aspect-ratio: 1/1;
  left: 0.3em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.search-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  padding: 8px 12px;
  background-color: #fff;
  border-radius: 10px;
}

.search-form__label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 975px) {
  .search-form__label {
    font-size: 0.75rem;
  }
}

.search-form__label input.search-form__checkbox {
  display: none;
}

.search-form__label span.search-form__term {
  color: var(--color-primary);
  padding: 4px 12px;
  border: var(--color-primary) solid 1px;
  border-radius: 100px;
  background: #fff;
  display: block;
}

.search-form__label input.search-form__checkbox:checked + span.search-form__term {
  background-color: var(--color-primary);
  color: #fff;
}

form.search-form .search-form__group input.search-form__submit {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  padding: 12px 24px;
  border-radius: 100px;
  margin: 24px auto 0;
  width: 100%;
  max-width: 180px;
  font-weight: 500;
  color: #fff;
  background-color: var(--color-primary);
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
  opacity: 1;
}
@media screen and (max-width: 975px) {
  form.search-form .search-form__group input.search-form__submit {
    font-size: 0.875rem;
  }
}

form.search-form .search-form__group input.search-form__submit:hover {
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
  opacity: 0.7;
}

#case__container {
  padding: 100px 0 120px;
  margin-top: 80px;
  background-color: #EEF8FB;
}
@media screen and (max-width: 975px) {
  #case__container {
    margin-top: 48px;
    padding: 40px 20px 80px;
  }
}

.case-list__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 24px;
}
@media screen and (max-width: 975px) {
  .case-list__wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.case-list__wrap .case-list__con {
  padding: 24px 24px 60px;
  margin: 0;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .4);
          box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .4);
  border-radius: 10px;
  position: relative;
  background-color: #fff;
}
.case-list__wrap .case-list__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--font-serif);
  font-weight: bold;
  color: var(--color-primary);
  display: block;
  margin-bottom: 8px;
}
.case-list__wrap .case__pickup {
  padding: 0;
}

.case-list__wrap .case__photo {
  margin-bottom: 12px;
}
.case-list__wrap .case__img img {
  width: 100%;
}

.case-list__wrap .more-btn {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.case__terms h3 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: var(--font-serif);
  color: var(--color-primary);
}
.case__terms ul {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.case__terms ul li {
  display: block;
  padding: 4px 12px;
  border-radius: 100px;
  text-align: center;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  font-size: 12px;
  font-size: 0.75rem;
}
.case-list__desc {
  padding: 14px;
  background-color: #EEF8FB;
  margin-top: 14px;
}
.case-list__desc .case__dl:nth-child(1) {
  margin: 0;
}

.pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}

.pagination {
  white-space: nowrap;
}

.pagination nav.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagination nav.navigation.pagination .nav-links a.page-numbers, .pagination nav.navigation.pagination .nav-links span.page-numbers.current {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  padding-top: 0.4em;
  font-weight: bold;
  border-radius: 50%;
}

.pagination nav.navigation.pagination .nav-links a.page-numbers {
  background: #fff;
  color: var(--color-primary);
}

.pagination nav.navigation.pagination .nav-links span.page-numbers.current {
  background: var(--color-primary);
  color: #fff;
}

.pagination nav.navigation.pagination .nav-links a.next.page-numbers {
  background-color: unset;
  width: auto;
}

.pagination nav.navigation.pagination .nav-links a.prev.page-numbers {
  background-color: unset;
  width: auto;
}

/* ----------------------------------------
last
---------------------------------------- */
.sp-flex, .sp-block {
  display: none !important;
}

@media screen and (max-width: 975px) {
  .sp-hide {
    display: none !important;
  }
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
  .sp-block.inline{
    display:inline-block!important;
  }
}

.orthodontic-top-image-wrap.e-con.e-flex > .e-con-inner{
	max-width: 1600px;
}

/* ----------------------------------------
Front page
---------------------------------------- */
.slide-items {
  list-style: none;
  position: relative;
  width: 100vw;
  height: 55vw;
  overflow: hidden;
}

.slide-items img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clinic_info {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 50px;
}

.clinic_info .news,
.clinic_info .topics {
  width: 48%;
}

.map-link {
  color: #333;
  text-decoration: underline;
}

.news__content {
  width: 80%;
  margin: 0 auto;
}

.news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news__item {
  list-style: none;
}

.news__link {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dashed #000;
  color: inherit;
}

.news__date {
  font-size: 14px;
  margin-right: 15px;
  flex-shrink: 0;
}

.news__category {
  font-size: 12px;
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
  padding: 10px 12px;
  border-radius: 5px;
  margin-right: 25px;
  flex-shrink: 0;
}

.news__title {
  font-size: 16px;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .slide-items {
    height: 165vw;
  }

  .clinic_info {
    flex-direction: column;
  }

  .clinic_info .news,
  .clinic_info .topics {
    width: 100%;
  }

  .news__content {
    width: 100%;
  }
}

/* ----------------------------------------
pre-page
---------------------------------------- */

}
footer{
	background: var(--color-primary-dark);
  padding-bottom: 0!important;
}
footer .footer-img1{
	width: 60%;
    margin: 0 auto;
    padding: 5vw 0;
}
footer .pre-footer-line a{
	width: 35%;
    display: block;
    margin: 0 auto;
    padding: 0vw 0 3vw;
}
footer .pre-footer-line a img{
	width: 100%;
}
footer .footer-img3{
	width: 80%;
    margin: 0 auto;
    padding: 2vw 0 5vw;
}
footer .pre-copy-light{
	font-size: 12px;
	color: #fff;
	text-align: center;
}
#follow-header{
	background-color: #fff;
}
#follow-header .follow-header__nav .global__nav ul{
	color: #000;
	font-weight: normal;
}
.follow-header__logo img{
	width: 270px;
}
#follow-header{
	padding-top: 10px;
	padding-bottom: 10px;
}
#follow-header .follow-header__nav{
	display: flex;
    align-items: center;
}
#top-header .top-header__left img{
	width: 32vw;
}
.pre-main-wrap{
	position: relative;
}
.pre-main-wrap .top-menu-wrap{
	right: 8vw;
	top: 0;
}
.top-menu-wrap{
	width: 35vw;
}
.pre-main-wrap li{
	color: #fff;
	color: #fff;
    margin-bottom: 2.5vw;
    font-size: 1.4vw;
    text-align: right;
    list-style: none;
}
.sp{
	display:none!important;
}
@media screen and (max-width: 767px){
	.pc{
		display: none!important;
	}
	.sp{
	display:block!important;
	}
}
#sp-header{
	background-color: rgba(0,0,0,0);
}
.sp-header__left .sp-header__read{
	display:none;
}
.sp-header__left > img, .sp-header__left > a img{
	display: none;
}
.sp-header__right{
	background-color: var(--color-primary-dark);
	border-radius: 100vw;
}
.sp-menu__obj{
	display:none;
}
.sp-menu .cta__wrap{
	display: none;
}
.sp-menu{
	background-color: var(--color-primary-dark);
	width: 100%;
	max-width: 100%;
}
.sp-menu__sitemap .global__nav ul li a{
	color: #fff;
}
.sp-menu__sitemap .global__nav ul li a::after{
	border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.sp-header__right{
	top: 3vw;
	right: 3vw;
}
.swiper .swiper-wrapper .swiper-slide img{
	object-fit: contain!important;
}
.sp-menu__sitemap .global__nav ul{
	padding: 44px 25px 35px;
}
.sp-menu__sitemap .global__nav ul{
	font-size: 18px;
}
main#top{
	padding-top:0;
}
@media screen and (max-width:767px){
	main#top{
	padding-top:0;
}
}

/* --------------------
tab 
-----------------------*/
.tab-2-tit{
  width: 100%;
  background-color: #fff;
  padding: 30px 0;
  text-align: center;
  font-size: 20px;
  padding-left: 30px;
}
.tab-2-tit span{
  position: relative;
}
.tab-2-tit span::before{
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: -28px;
  background-color: var(--color-primary-dark);
}
.tab-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 10px;
  margin: 0 auto;
  justify-content: center;
  position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 65px 0;
}

.tab-2 > label {
  order: -1;
  opacity: 1;
  min-width: 70px;
  padding: 15px 10px;
  border-radius: 100vw;
  background-color: #fff;
  color: var(--color-primary-dark);
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  width: 265px;
  border: 2px solid var(--color-primary-dark);
}
.tab-2 > label:hover {
  opacity: .8;
}

.tab-2 input {
  display: none;
}

.tab-2 > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff;
}

.tab-2 label:has(:checked) + div a{
  max-width: 800px;
  display: block;
  margin: 0 auto;
}

.tab-2 > div img{
margin: 0 auto;
}

.tab-2 label:has(:checked) {
  opacity: 1;
  border: none;
  background-color:var(--color-primary-dark);
  color: #fff;
  position: relative;
}
.tab-2 label:has(:checked) + div {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px){
  .tab-2{
    gap: 15px;
  }
}


.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  width: 200%; /* トラックの幅を大きくしてループのように見せる */
  animation: slide 40s linear infinite;
}

.slider img {
  width: 12%; /* 一度に4枚が表示される */
  flex-shrink: 0;
  object-fit: cover;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.banner-michi{
	display: block;
	width: 95%;
	max-width: 700px;
	margin: 0 auto 40px;
}
.banner-michi img{
	width: 100%;
}

@media screen and (max-width: 767px){
	.banner-michi{
		width: 100%;
	}
}


.banner-block-top{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 40px auto 0;
}
.banner-block-top a{
  width: 48%;
}
@media screen and (max-width: 767px){
  .banner-block-top{
    flex-wrap: wrap;
  }
  .banner-block-top a{
  width: 100%;
  }
}
.gallery{
  margin-bottom: -5px;
}
.breadcrumb{
	margin: 15px auto 15px;
	text-align: center;
	font-size: 12px;
}
@media screen and (max-width: 767px){
	.breadcrumb{
	font-size: 12px;
}
}

/* floating banner */
#scroll-pc{
    width: auto;
    box-shadow: initial;
    bottom: 8px;
    right: 8px;
  }
  #scroll-pc .cta_btns{
    display:flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    gap: 10px;
  }
  #scroll-pc .cta_btns a{
    position: relative;
    width: 250px;
    height: 55px;
    border-radius: 100px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    padding: 8px 10px 5px 20px;
    font-family: "Noto Sans JP";
  }
  #scroll-pc .cta_btns a.cta_tel{
    background-color: #fff;
    border: 3px solid var(--color-primary-dark);
    color: var(--color-primary-dark);
    padding: 5px 10px 5px 20px;
    font-size: 20px;
  }
  #scroll-pc .cta_btns a.cta_web{
    background-color: #FF9500;
    color: #fff;
  }
  #scroll-pc .cta_btns a.cta_line{
    background-color: #06C755;
    color: #fff;
  }
  #scroll-pc .cta_btns a span{
    display: block;
    font-size: 13px;
    padding-bottom: 5px;
  }
  #scroll-pc .cta_btns a.cta_tel span{
    padding-right: 12px;
    font-size: 12px;
  }
  #scroll-pc .cta_btns a:before{
    content: "";
    width: 39px;
    height: 39px;
    position: absolute;
    left: 7px;
    top: 8px;
    background-size: contain;
  }
  #scroll-pc .cta_btns a.cta_tel:before{
    background-image: url("../img/icon_tel.webp");
    left: 5px;
    top: 5px;
  }
  #scroll-pc .cta_btns a.cta_web:before{
    background-image: url("../img/icon_web.webp");
  }
  #scroll-pc .cta_btns a.cta_line:before{
    background-image: url("../img/icon_line.webp");
  }
  #scroll-pc .cta_btns a:after{
    content: "";
    width: 8px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 22px;
    background-size: contain;
  }
  #scroll-pc .cta_btns a.cta_tel:after{
    background-image: url("../img/yajirushi-g.svg");
    right: 20px;
    top: 22px;
  }
  #scroll-pc .cta_btns a.cta_web:after{
    background-image: url("../img/yajirushi-w.svg");
  }
  #scroll-pc .cta_btns a.cta_line:after{
    background-image: url("../img/yajirushi-w.svg");
  }
  @media screen and (max-width: 767px){
    #scroll-sp{
        width: auto;
        box-shadow: initial;
        bottom: 0px;
        right: 0;
        left: 0;
    }
    #scroll-sp .cta_btns{
        display:flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        gap: 0;
        width: 100%;
    }
    #scroll-sp .cta_btns a{
        position: relative;
        width: 33.3%;
        height: 75px;
        border-radius: 20px 20px 0 0;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        padding: 8px 2px 10px 2px;
        font-family: "Noto Sans JP";
    }
    #scroll-sp .cta_btns a.cta_tel{
        background-color: #fff;
        border: 2px solid var(--color-primary-dark);
        border-bottom: 0;
        color: var(--color-primary-dark);
        padding: 8px 2px 10px 2px;
    }
    #scroll-sp .cta_btns a.cta_web{
        background-color: #FF9500;
        color: #fff;
    }
    #scroll-sp .cta_btns a.cta_line{
        background-color: #06C755;
        color: #fff;
    }
    #scroll-sp .cta_btns a span.txt-b{
        display: block;
        font-size: 16px;
        padding-left: 20px;
        padding-top: 6px;
    }
    #scroll-sp .cta_btns a span.txt-s{
        display: block;
        font-size: 10px;
        padding-top: 6px;
    }
    #scroll-sp .cta_btns a.cta_tel span.txt-b{
        padding-top: 4px;
    }
    #scroll-sp .cta_btns a.cta_tel span.txt-s{
        padding-right: 0;
        padding-top: 0;
    }
    #scroll-sp .cta_btns a:before{
        content: "";
        width: 29px;
        height: 29px;
        position: absolute;
        left: 7px;
        top: 8px;
        background-size: contain;
    }
    #scroll-sp .cta_btns a.cta_tel:before{
        background-image: url("../img/icon_tel.webp");
        left: 5px;
        top: 5px;
    }
    #scroll-sp .cta_btns a.cta_web:before{
        background-image: url("../img/icon_web.webp");
    }
    #scroll-sp .cta_btns a.cta_line:before{
        background-image: url("../img/icon_line.webp");
    }
    #scroll-sp .cta_btns a:after{
        content: "";
        width: 15px;
        height: 10px;
        position: absolute;
        right: 45%;
        bottom: 5px;
        background-size: contain;
        top: initial;
        background-repeat: no-repeat;
    }
    #scroll-sp .cta_btns a.cta_tel:after{
        background-image: url("../img/yajirushi-flating-btn-g.svg");
        right: 45%;
        bottom: 5px;
    }
    #scroll-sp .cta_btns a.cta_web:after{
        background-image: url("../img/yajirushi-flating-btn-w.svg");
    }
    #scroll-sp .cta_btns a.cta_line:after{
        background-image: url("../img/yajirushi-flating-btn-w.svg");
    }
  }


/* ページ上部訴求モジュール（下層モジュール） */

.tp-appeal-unit{
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 10px;
  background: #F5F5F5;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .tp-appeal-unit{
    padding: 20px 10px 10px;
  }
}

.tp-appeal-unit .tp-appeal-unit-title{
  text-align: center;
  font-size: 30px;
  margin: 30px auto 20px;
  color: var(--color-primary-dark);
  border-bottom: 1px solid var(--color-primary-dark);
  font-weight: 500;
  padding-bottom: 10px;
}

.tp-appeal-unit .tp-appeal-unit-title-small{
  display: block;
  position: relative;
  font-size: 18px;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .tp-appeal-unit .tp-appeal-unit-title{
    font-size: 26px;
  }

  .tp-appeal-unit .tp-appeal-unit-title-small{
    font-size: 16px;
  }
}

.tp-appeal-unit .tp-appeal-unit-title-small::before{
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('../img/tp-appeal-unit-logo.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(-100%, -80%);
  top: 0;
  left: 0;
}

.tp-appeal-unit .tp-appeal-unit-item{
  width: 100%;
  display: flex;
  padding: 10px 20px 10px 10px;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #A98E55;
  background: #EBF0EF;
  margin-bottom: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  .tp-appeal-unit .tp-appeal-unit-item{
    padding: 10px;
  }
}

.tp-appeal-unit .tp-appeal-unit-item img{
  width: 50px;
  height: 50px;
  aspect-ratio: 1 / 1;
}

.tp-appeal-unit .tp-appeal-unit-item-content{
  margin-left: 14px;
}

.tp-appeal-unit .tp-appeal-unit-item-text{
  font-size: 16px;
  font-weight: 500;
  color: var(--color-primary-dark);
  line-height: 1.5;
}

/* 特徴CTA（下層モジュール） */
.fe-cta-wrap .tit-fe-cta span.clinic-name:before{
	content: "";
    position: absolute;
    width: 48px;
    height: 42px;
    background-image: url(../img/fe-cta-icon.webp);
    top: -23px;
    left: -55px;
    background-size: contain;
    background-repeat: no-repeat;
}
.fe-cta-wrap{
        background: var(--color-primary-dark);
    }
    .fe-cta-wrap .tit-fe-cta{
        position: relative;
        color: #fff;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.4;
        padding: 20px 10px;
        border-bottom: 1px solid #fff;
        margin: 0 auto 20px;
        width: 95%;
    }
    .fe-cta-wrap .tit-fe-cta span{
        font-size: 14px;
        position: relative;
		margin-left: 28px;
    }
    .fe-cta-wrap .fe-cta-box{
        display: flex;
        justify-content: space-between;
        width: 95%;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .fe-cta-wrap .fe-cta-box .left-img{
        width: 43%;
        object-fit: cover;
    }
    .fe-cta-wrap .fe-cta-box .right-wrap{
        width: 55%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .right-tit{
        width: 100%;
        display: block;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .fe-cta-wrap .fe-cta-box .right-wrap .fe-box{
        width: 30%;
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 1.2;
        font-weight: bold;
    }
    .fe-cta-wrap .fe-cta-box .right-wrap .fe-box.center-box{
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        width: 36%;
    }
    .fe-cta-wrap .fe-cta-box .right-wrap .fe-cta-txt{
        background: #fff;
        font-size: 15px;
        margin-top: 15px;
        padding: 15px;
        line-height: 1.4;
    }
    .fe-cta-wrap .fe-cta-box .fe-box img{
        height: 60px;
        object-fit: contain;
        margin-bottom: 10px;
    }
.fe-cta-wrap .cta_btns{
    margin: 20px auto 10px;
    padding-bottom: 40px;
}
@media screen and (max-width: 767px){
    .fe-cta-wrap .fe-cta-box{
        flex-wrap: wrap;
    }
    .fe-cta-wrap .fe-cta-box .left-img{
        width: 100%;
    }
    .fe-cta-wrap .fe-cta-box .right-wrap{
        width: 100%;
    }
    .fe-cta-wrap .fe-cta-box .right-wrap .fe-box{
        font-size: 12px;
    }
    .right-tit{
        margin-top: 10px;
    }
}
.access-map-img{
	margin: 0 auto 20px;
}


/* 特徴紹介ブロック（下層モジュール） */
.tp-feature-introduction{
	background: var(--color-primary-dark);
	padding: 30px;
}

.tp-feature-introduction .tp-feature-introduction-container{
	background: #fff;
	border-radius: 30px;
	padding: 30px;
}

.tp-feature-introduction .tp-feature-introduction-title{
	color: #fff;
	border-radius: 999px;
	background: var(--color-primary-dark);
	padding: 5px 20px;
	width: fit-content;
	font-weight: bold;
	font-size: 22px;
}

.tp-feature-introduction .tp-feature-introduction-catchcopy{
	color: #FF9500;
	font-weight: bold;
	padding: 1rem 0;
	font-size: 18px;
}

@media screen and (min-width: 767px){
	.tp-feature-introduction .tp-feature-introduction-content{
		display: flex;
		justify-content: space-between;
	}
	
	.tp-feature-introduction .tp-feature-introduction-text-box{
		width: 60%;
	}
	
	.tp-feature-introduction .tp-feature-introduction-image-box{
		width: 38%;
		align-items: center;
	}
	
	.tp-feature-introduction .tp-feature-introduction-star-list{
		display: flex;
		flex-wrap: wrap;
	}

	.tp-feature-introduction .tp-feature-introduction-star-item{
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 3%;
		margin-bottom: 0.5rem;
	}
	
	.tp-feature-introduction .star-item-title-wide{
		width: 40%;
		text-align: right;
	}
	
	.tp-feature-introduction .star-item-image{
		width: 50%;
	}
}

.tp-feature-introduction .tp-feature-introduction-star-list{
	padding: 30px 0;
}


.tp-feature-introduction .tp-feature-introduction-recommend-title{
	color: var(--color-primary-dark);
	background: #fff;
	border-radius: 10px;
/* 	text-decoration: underline; */
	font-weight: bold;
	padding: 5px 2rem;
	width: fit-content;
	font-size: 20px;
	margin: 0 auto;
}

.tp-feature-introduction .tp-feature-introduction-recommend-box{
	background: var(--color-primary-dark);
	border-radius: 10px;
	padding: 10px;
}

.tp-feature-introduction .tp-recommend-list{
	color: #fff;
	width: fit-content;
	margin: 0 auto;
}

.tp-feature-introduction .tp-recommend-item{
	margin: 1rem 0;
	padding-left: 45px;
	position: relative;
}


.tp-feature-introduction .tp-recommend-item::before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url('../img/tp-checkmark-white.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	transform: translate(0%, -50%);
	top: 50%;
	left: 5px;
}

.tp-feature-introduction .tp-feature-introduction-btn-box{
	text-align: center;
	margin: 30px 0 10px;
}

.tp-feature-introduction .tp-feature-introduction-btn{
	margin: 0 auto;
	padding: 10px 40px 10px 20px;
	position: relative;
	display: block;
	width: fit-content;
	border: 2px solid var(--color-primary-dark);
	border-radius: 5px;
	color: var(--color-primary-dark);
	font-weight: bold;
}

.tp-feature-introduction .tp-feature-introduction-btn::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('../img/tp-arrowmark-green.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	transform: translate(0%, -50%);
	top: 50%;
	right: 10px;
}

.tp-feature-introduction .text-bold{
	font-weight: bold;
	font-size: 1.2rem;
	text-decoration: underline;
}

@media screen and (max-width: 767px){
	.tp-feature-introduction{
		padding: 20px 10px;
	}
	
	.tp-feature-introduction .tp-feature-introduction-container{
		padding: 10px;
	}
	
	.tp-feature-introduction .tp-feature-introduction-title{
		margin: 10px auto;
	}
	
	.tp-feature-introduction .tp-feature-introduction-text-box{
		margin-bottom: 10px;
	}
	
	.tp-feature-introduction .star-item-image{
		width: 50%;
	}
	
	.tp-feature-introduction .tp-feature-introduction-star-item{
		margin: 10px 0;
		display: flex;
		justify-content: space-between;
	}
	
	.tp-feature-introduction .tp-feature-introduction-star-list{
		padding: 20px;
	}
	
	.tp-feature-introduction .tp-feature-introduction-recommend-title{
		font-size: 18px;
		margin: 0 auto;
	}
	
	.tp-feature-introduction .tp-feature-introduction-btn-box{
		margin: 20px 0 10px;
	}
}
.shiharai-tit{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	background-color: var(--color-primary-dark);
	color: #fff;
	width: 100%;
	text-align: center;
	border-radius: 100px;
	padding: 8px;
	margin-top: 15px;
}
.shiharai-de p{
	font-size: 16px;
	font-weight: bold;
}
.shiharai-de img{
	max-height: 60px;
    object-fit: contain;
        margin-left: 0;
        display: block;
        width: auto;
        max-width: 100%;
}
@media screen and (max-width: 767px){
	.shiharai-de img {
    max-height: 42px;
    object-fit: contain;
}	
}
