@charset "UTF-8";
/*-----------------
基本設定
------------------*/
html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

p{
   text-align: justify;
    text-justify: inter-ideograph;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #434343;
  line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(14px, 3.73vw, 30px);
  }
}

span {
  display: block;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 69.44%;
}

@media screen and (max-width: 1440px) {
  .inner {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024.1px) {
	a{
	transition: all .5s;
	}
	a:hover{
	opacity: 0.7;
		transition: all .5s;
	}
}
.inner--wide {
  max-width: 1400px;
  width: 97.22%;
}

.only-pc {
  display: block;
}

.pc-tab1280 {
  display: block;
}

.pc-tab1024 {
  display: block;
}

.tab1280 {
  display: none;
}

.tab1280-tab1024 {
  display: none;
}

.tab1280-sp {
  display: none;
}

.tab1024 {
  display: none;
}

.tab1024-sp {
  display: none;
}

.only-sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  .only-pc {
    display: none;
  }
  .pc-tab1280 {
    display: block;
  }
  .pc-tab1024 {
    display: block;
  }
  .tab1280 {
    display: block;
  }
  .tab1280-tab1024 {
    display: block;
  }
  .tab1280-sp {
    display: block;
  }
  .tab1024 {
    display: none;
  }
  .tab1024-sp {
    display: none;
  }
  .only-sp {
    display: none;
  }
  .inner {
    width: 89.333%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .only-pc {
    display: none;
  }
  .pc-tab1280 {
    display: none;
  }
  .pc-tab1024 {
    display: block;
  }
  .only-tab1280 {
    display: none;
  }
  .tab1280-tab1024 {
    display: block;
  }
  .tab1280-sp {
    display: block;
  }
  .only-tab1024 {
    display: block;
  }
  .tab1024-sp {
    display: block;
  }
  .only-sp {
    display: none;
  }
  .inner {
    width: 86.66%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .pc-tab1280 {
    display: none;
  }
  .pc-tab1024 {
    display: none;
  }
  .only-tab1280 {
    display: none;
  }
  .tab1280-tab1024 {
    display: none;
  }
  .tab1280-sp {
    display: block;
  }
  .only-tab1024 {
    display: none;
  }
  .tab1024-sp {
    display: block;
  }
  .only-sp {
    display: block;
  }
  .inner {
    width: 89.33%;
    margin: 0 auto;
  }
}
.l-center {
  margin-right: auto;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.l-left {
  margin-left: 0;
  margin-right: auto;
}

.l-right {
  margin-right: 0;
  margin-left: auto;
}

/*===========================
ボタン
===========================*/
.button {
  display: block;
}

.button--center {
  margin: 0 auto;
}

.button__link {
  padding: 22px 72px;
  line-height: 1;
  position: relative;
  display: block;
  border: 2px solid #1d275a;
}
@media screen and (max-width: 768px) {
  .button__link {
    padding: min(4.533vw, 34px) min(22.26vw, 167px) min(5.06vw, 38px) min(15.86vw, 119px);
  }
}

.button__txt {
  text-align: center;
  font-size: 16px;
  color: #1d275a;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .button__txt {
    font-size: clamp(14px, 4vw, 30px);
  }
}

.button__arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .button__arrow {
    width: clamp(28px, 6.66vw, 50px);
    right: min(5.06vw, 38px);
  }
}
.button__arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.bl-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bl-flex__rowCenter {
  justify-content: center;
}

.bl-flex__leftAlignment {
  justify-content: flex-start;
}

.bl-flex__rightAlignment {
  justify-content: flex-end;
}

.bl-flex__topAlignment {
  align-items: flex-start;
}

.bl-flex__bottomAlignment {
  align-items: flex-start;
}

/*===========================
タイトル
===========================*/
.section-ttl--row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.section-ttl--small .section-ttl__txt {
  font-size: 28px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .section-ttl--small .section-ttl__txt {
    font-size: clamp(17px, 4.8vw, 36px);
  }
}
.section-ttl--small .section-ttl__icon {
  width: 40px;
  height: 40px;
  margin: 0;
}

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

.section-ttl--small .section-ttl__icon {
  width: clamp(28px , 6vw , 45px);
  height: clamp(28px , 6vw , 45px);
}
}

.section-ttl--small .section-ttl__icon--center {
  margin: 0 auto;
}

.section-ttl__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.section-ttl__icon {
	  width: clamp(33px , 8vw , 60px);
	  height: clamp(33px , 8vw , 60px);
	  margin: 0 auto;
	}
}
.section-ttl__icon--assign-height img {
  height: 100%;
  width: auto;
}

.section-ttl__txt {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  color: #1d275a;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  line-height: 1.055;
}

@media screen and (max-width: 768px) {
	.section-ttl__txt {
	  font-size: clamp(25px , 6vw , 45px);
		margin-top: clamp(12px , 3.2vw , 24px);
	}
}
.under-section-ttl--row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .under-section-ttl--row {
    gap: clamp(12px, 3.2vw, 24px);
  }
	.section-ttl--sp-low{
	  display: flex;
	  align-items: center;
	  justify-content: center;
    gap: clamp(12px, 3.2vw, 24px);
	}
	.section-ttl--sp-low .section-ttl__icon{
		margin: 0;
	}
}
.under-section-ttl--row .under-section-ttl__icon {
  margin: 0;
}
.under-section-ttl--row .under-section-ttl__section-ttl {
  text-align: left;
}

.under-section-ttl__icon {
  width: 58px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .under-section-ttl__icon {
    width: clamp(32px, 7.73vw, 58px);
    height: clamp(34px, 8.26vw, 62px);
  }
}
.under-section-ttl__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.under-section-ttl__icon--assign-height img {
  height: 100%;
  width: auto;
}

.under-section-ttl__txt {
  color: #1d275a;
  line-height: 1.5;
  font-weight: 700;
}

.under-section-ttl__page-ttl {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .under-section-ttl__page-ttl {
    font-size: clamp(12px, 3.2vw, 24px);
  }
}

.under-section-ttl__section-ttl {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .under-section-ttl__section-ttl {
    font-size: clamp(20px, 6.33vw, 40px);
  }
}

.section-ttl--max-width {
  width: 100%;
}
.section-ttl--max-width.section-ttl--row {
  justify-content: flex-start;
}

.section-ttl__small {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .section-ttl__small {
    font-size: clamp(12px, 3.2vw, 24px);
  }
}

.section-ttl__txt--sp-left {
  text-align: left;
}

.section-ttl__txt-left {
  text-align: left;
}

/*==========================
ページ共通
==========================*/
.inline {
  display: inline-block;
}

.img--assign-height img {
  height: 100%;
  width: auto;
}

.bg-gradient-wrap {
  padding-bottom: 80px;
  background: linear-gradient(0deg, rgb(239, 243, 246) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 1024px) {
  .bg-gradient-wrap {
    padding-bottom: clamp(45px, 10.66vw, 80px);
    background: linear-gradient(0deg, rgb(239, 243, 246) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  }
	.bg-gradient-wrap--staff{
    background: linear-gradient(0deg, rgb(239, 243, 246) 0%, rgb(255, 255, 255) 100%);
}
}

@media screen and (max-width: 1024px) {
  .bg-gradient-wrap--sp-none {
    background: none;
    padding-bottom: 0;
  }
}

/*============ 下層ページfv ===========*/
.under-fv {
  width: 100%;
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .under-fv {
    margin-top: clamp(66.64px, 15.86vw, 119px);
  }
}

.under-fv__img {
  width: 100%;
  height: auto;
}

.under-fv__txt {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-family: "Noto Serif JP", serif;
   font-size: 48px; 
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    width: 69.44%;
}


@media screen and (max-width: 1440px) {
.under-fv__txt {
	        width: 80%;
	}
}
@media screen and (max-width: 1024px) {
  .under-fv__txt {
    padding-left: 0;
    text-align: center;
    font-size: clamp(30px, 6vw, 45px);
  }
}

/*============ パンくず ===========*/
.breadcrumb {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    margin-top: clamp(18px, 5.33vw, 40px);
  }
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 12.5px;
  position: relative;
	flex-wrap: wrap;
}

.breadcrumb__item {
  position: relative;
}
.breadcrumb__item:not(:last-of-type)::after {
  content: "/";
  position: absolute;
  font-size: 12px;
  top: 50%;
  right: -6.25px;
  transform: translate(50%, -50%);
}

.breadcrumb__link {
  font-size: 12px;
  line-height: 1;
  color: #1d275a;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .breadcrumb__link {
    font-size: clamp(12px, 3.2vw, 24px);
  }
}

.breadcrumb__link--current-page {
  pointer-events: none;
}

.fadeup-trigger {
  opacity: 0;
  position: relative;
  top: 50px;
  transition: all 1.5s;
}

.fadeup-trigger.is-fadeup {
  opacity: 1;
  position: relative;
  top: 0;
  transition: all 1.5s;
}

/*===========================
ヘッダー
===========================*/
.header {
  width: 100%;
  height: 100px;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .header {
    height: clamp(66.64px, 15.86vw, 119px);
  }
}

.header__logo {
  width: 160px;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: min(30%, 220px);
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
}
.header__logo a {
  display: block;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.header__current-page{
	font-weight: 700;
	color: #1d275a;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__nav-wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .header__nav-wrap {
    display: none;
  }
}

.header__upper-nav {
  margin-right: 40px;
}

.header-nav__link {
  font-size: 13px;
  line-height: 1;
}

.header__upper-nav-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.header__upper-nav-item .header-nav__link {
color: #1d275a;
    padding: 12.5px 38px;
    border: 1px solid #1d275a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__upper-nav-item:last-of-type .header-nav__link {
  margin-left: -1px;
}
.header__upper-nav-item .header-nav__link--phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-right: 13px;
  border: unset;
  padding: 5px 0 0;
}
.header__upper-nav-item .header-nav__link--phone img {
  width: 22px;
  height: 23px;
}
.header__upper-nav-item .header-nav__link--phone span {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
}

.header__lower-nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 21px;
  margin-right: 20px;
}

.openbtn1 {
  width: 40px;
  height: 40px;
  background-color: #1d275a;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .openbtn1 {
    height: clamp(66.64px, 15.86vw, 119px);
    width: clamp(66.64px, 15.86vw, 119px);
  }
}
.openbtn1 span {
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .openbtn1 span {
    width: 50%;
  }
}
.openbtn1 span:first-of-type {
  top: 11px;
}
@media screen and (max-width: 1024px) {
  .openbtn1 span:first-of-type {
    top: 30%;
  }
}
.openbtn1 span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.openbtn1 span:last-of-type {
  bottom: 11px;
}
@media screen and (max-width: 1024px) {
  .openbtn1 span:last-of-type {
    bottom: 30%;
  }
}
.openbtn1.is-open span {
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .openbtn1.is-open span {
    width: 50%;
  }
}
.openbtn1.is-open span:first-of-type {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s;
}
.openbtn1.is-open span:nth-of-type(2) {
  opacity: 0;
  transition: all 0.3s;
}
.openbtn1.is-open span:last-of-type {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
  transition: all 0.3s;
}

.burger-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  position: fixed;
  inset: 0;
  z-index: 9;
  background: rgba(29, 39, 90, 0.95);
  color: #FFFFFF;
  overflow: hidden;
}

.burger-nav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.burger-nav__logo {
  position: absolute;
  width: 160px;
  top: 20px;
  left: 20px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .burger-nav__logo {
    top: 20px;
    left: 20px;
    width: min(34vw, 180px);
  }
}

.burger-nav__wrap {
  width: min(1100px, 100% - 80px);
  height: calc(100vh - 180px);
  margin: 120px auto 60px;
  overflow: auto;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  .burger-nav__wrap {
    width: calc(100% - 10.66vw);
    height: calc(100vh - 270px);
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }
}

.burger-flex-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px 48px;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .burger-flex-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.burger-nav__list {
  min-width: 0;
}

.burger-nav__item {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.burger-nav__item:not(:first-of-type) {
  margin-top: 22px;
}

.burger-nav__main-link .burger-nav__link {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  transition: opacity 0.3s ease;
}
.burger-nav__main-link .burger-nav__link:hover {
  opacity: 0.7;
}
.burger-nav__main-link .burger-nav__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FFFFFF;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .burger-nav__main-link .burger-nav__link {
    font-size: clamp(17px, 2.66vw, 20px);
  }
}

.burger-detail-nav {
  margin-top: 14px;
  display: grid;
  gap: 8px;
}

.burger-detail-nav-item {
  padding-left: 18px;
}
.burger-detail-nav-item a {
  display: inline-block;
  padding-left: 18px;
  font-size: clamp(14px, 2.13vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.82);
  transition: opacity 0.3s ease;
  position: relative;
}
.burger-detail-nav-item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 10px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  transform: translateY(-50%);
}
.burger-detail-nav-item a:hover {
  opacity: 0.7;
}

/*===========================
フッター
===========================*/
.footer {
  padding: 60px 0 42px;
  background-color: #1d275a;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: clamp(56px, 13.33vw, 100px);
	  padding:  clamp(33px , 8vw , 60px) 0 17vw;
  }
}

.footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer__content {
    flex-direction: column;
    gap: clamp(30.5px, 7.33vw, 55px);
  }
}

.footer__logo {
  width: 160px;
}
@media screen and (max-width: 768px) {
.footer__logo {
	width: clamp(90px , 21.33vw , 160px);
}
}
.footer__nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 17px;
}
@media screen and (max-width: 768px) {
  .footer__nav-list {
    flex-wrap: wrap;
    gap: 20px 0;
    width: 62%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .footer__nav-item {
    width: 50%;
  }
}
.footer__nav-item a {
  color: #FFFFFF;
  font-size: clamp(12px, 1.04vw, 15px);
}
@media screen and (max-width: 768px) {
  .footer__nav-item a {
    font-size: clamp(14px, 4.26vw, 30px);
  }
}

.footer__copy {
  font-size: clamp(12px, 1.04vw, 15px);
  color: #FFFFFF;
  text-align: center;
  margin-top: 86px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: clamp(8px, 2.3vw, 24px);
    margin-top: clamp(28px, 6.66vw, 50px);
  }
}
.footer__links{
	width: auto;
    margin-left: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
	gap: 30px;
	margin-top: 30px;
}
.footer__link{
    height: 60px;
    width: auto;
}


@media screen and (max-width: 1024px) {
.footer__links{
	width: 100%;
    margin-left: auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    margin-right: auto;
	}
}

@media screen and (max-width: 769px) {
.footer__links{
	flex-direction: column;
	width: 80%;
	}
	.footer__link{
    height: auto;
    width: 100%;
	}
}

/*===========================
TOPページ
===========================*/
/*============ FV ============*/
.fv {
  width: 100%;
  height: calc(100vh - 100px);
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .fv {
    margin-top: clamp(66.64px, 15.86vw, 119px);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.fv::after {
  content: "";
  position: absolute;
  width: 31.25%;
  height: 3px;
  background-color: #FFFFFF;
  bottom: 29px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .fv::after {
    bottom: clamp(28px, 6.66vw, 50px);
    width: 60%;
  }
}

.fv__img {
  width: 100%;
  height: 100%;
}

.fv__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(261deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, rgba(29, 39, 90, 0.54) 100%);
}

.fv__cover--top {
  background: linear-gradient(261deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, rgba(1, 139, 216, 0.53) 100%);
}

.fv__txt {
  position: absolute;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  left: 0;
  bottom: 98px;
  padding: 0 15.2%;
  color: #FFFFFF;
  text-shadow: 0 14px 16px rgb(0, 0, 0);
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 1280px) {
  .fv__txt {
    padding: 0 5.335%;
  }
}
@media screen and (max-width: 1024px) {
  .fv__txt {
    padding: 0 6.67%;
    bottom: clamp(66.64px, 15.86vw, 119px);
  }
}
@media screen and (max-width: 768px) {
  .fv__txt {
    padding: 0 5.335%;
text-shadow:
  0 2px 4px rgba(0, 0, 0, 0.25),
  0 6px 12px rgba(0, 0, 0, 0.2);
  }
}

.fv__txt-en {
  font-size: 60px;
  letter-spacing: -0.05em;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .fv__txt-en {
    font-size: max(7.73vw, 29px);
  }
}

.fv__txt-ja {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .fv__txt-ja {
    font-size: clamp(15px, 3.2vw, 24px);
  }
}

/*============ POST ============*/
.top-post-wrap {
  position: relative;
  width: 100%;
  height: auto;
}
.top-post-wrap::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #eff3f6;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-post-wrap::before {
    display: none;
  }
}
.top-post-wrap::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #f6f8fa;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-post-wrap::after {
    display: none;
  }
}

.top-post-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-post-wrap {
    display: block;
	  letter-spacing: .04em;
  }
}

.top-news {
  width: 50%;
  padding: 50px 0 47px;
}
@media screen and (max-width: 1024px) {
  .top-news {
    width: 100%;
    background-color: #eff3f6;
    padding: clamp(28px , 6.66vw , 50px) 0;
  }
}

.top-diagnosis {
  width: 50%;
  padding: 50px 0 47px;
}
@media screen and (max-width: 1024px) {
  .top-diagnosis {
    width: 100%;
    background-color: #f6f8fa;
    padding: clamp(28px , 6.66vw , 50px) 0;
  }
}

.top-post{
margin-top: 50px;
}
@media screen and (max-width: 1024px) {
	.top-post {
	  margin-top: clamp(30.5px , 7.33vw , 55px); 
	}
}

.top-post__list {
  width: 76.4%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top-post__list {
	  width: 86.66%;
  }
}
@media screen and (max-width: 768px) {
  .top-post__list {
    width: 89.33%;
  }
}

.top-post__item:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .top-post__item:not(:first-of-type) {
    margin-top: 0;
  }
}

.top-post__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14%;
}

@media screen and (max-width: 1600px) {
.top-post__link {
  gap: 5%;
}
}
@media screen and (max-width: 1024px) {
  .top-post__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.top-post__date {
  font-size: 16px;
  width: 100px;
}
@media screen and (max-width: 1024px) {
  .top-post__date {
    width: 100%;
	  font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .top-post__date {
    font-size: clamp(14px, 4vw, 30px);
  }
}

.top-post__content {
  width: calc(86% - 100px);
}
@media screen and (max-width: 1600px) {
	.top-post__content {
	  width: calc(95% - 100px);
	}
}
@media screen and (max-width: 1024px) {
  .top-post__content {
    width: 100%;
  }
}

.button--top-post {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .button--top-post {
    margin-top: clamp(34px , 8.26vw , 62px);
  }
}

/*============ ALCAの想い ============*/
.top-throughts {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top-throughts {
    margin-top: clamp(56px, 13.33vw, 100px);
  }
}

.top-throughts__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.3%;
}
@media screen and (max-width: 1024px) {
  .top-throughts__inner {
    flex-direction: column-reverse;
    gap: 45px;
  }
}
@media screen and (max-width: 768px) {
  .top-throughts__inner {
    gap: clamp(33px, 8vw, 60px);
    width: 100%;
  }
}

.top-throughts__content {
  width: 420px;
}
@media screen and (max-width: 1024px) {
  .top-throughts__content {
    width: 86.66%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top-throughts__content {
    width: 89.33%;
  }
}

.sub-ttl {
  font-size: 20px;
  font-weight: 700;
  color: #1d275a;
  line-height: 2.5;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub-ttl {
    font-size: clamp(17px, 3.73vw, 28px);
	  margin-top: clamp(5px , 1.33vw , 10px);
  }
}

.top-throughts__txt {
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-throughts__txt {
    margin-top: 0;
  }
}

.top-throughts__button {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .top-throughts__button {
    margin-top: clamp(38px, 9.33vw, 70px);
  }
}

.top-throughts__imgs {
  width: calc(96.7% - 420px);
  aspect-ratio: 1/0.88;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-throughts__imgs {
    width: 86.66%;
    max-width: 500px;
    margin: clamp(23px , 6vw , 45px) auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-throughts__imgs {
    width: 89.33%;
  }
}

.top-throughts__img-item {
  position: absolute;
  height: auto;
}
.top-throughts__img-item:first-of-type {
  width: 80.9%;
  top: 0;
  right: 0;
}
.top-throughts__img-item:last-of-type {
  width: 37.77%;
  bottom: 0;
  left: 0;
}

/*============ 診療案内 ============*/
.top-medical-info {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top-medical-info {
    margin-top: clamp(56px, 13.33vw, 100px);
    padding-bottom: clamp(56px, 13.33vw, 100px);
    background: linear-gradient(0deg, rgb(239, 243, 246) 0%, rgb(255, 255, 255) 29%, rgb(255, 255, 255) 100%);
  }
}

.top-medical-info__txt {
  margin-top: 54px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-medical-info__txt {
    text-align: left;
    margin-top: clamp(33px, 8vw, 60px);
  }
}

.top-medical-info__advanced-care {
  box-shadow: 0 0 16px #bbbbbb;
  width: 60%;
  margin: 80px auto 0;
  background-color: #FFFFFF;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-medical-info__advanced-care {
    width: 100%;
    margin-top: clamp(18px, 5.33vw, 40px);
    padding-bottom: clamp(28px, 6.66vw, 50px);
  }
}

.top-medical-info__img {
  width: 100%;
}

.top-medical-info__advanced-care-txt {
  font-size: 24px;
  letter-spacing: 0.095;
  line-height: 1.33;
  color: #1d275a;
  text-align: center;
  margin: 36px auto 30px;
}
@media screen and (max-width: 768px) {
  .top-medical-info__advanced-care-txt {
    font-size: clamp(14px, 4vw, 30px);
    margin: clamp(23px, 6vw, 45px) auto;
  }
}

/*============ サービス案内 ============*/
.top-service {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top-service {
    margin-top: clamp(56px, 13.33vw, 100px);
  }
}

.top-service__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .top-service__inner {
    flex-direction: column;
    gap: clamp(33px, 8vw, 60px);
  }
}

.top-service__content {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .top-service__content {
    width: 100%;
  }
}

.top-service__link-list {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .top-service__link-list {
    width: 100%;
  }
}

.sub-ttl--two-lines {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sub-ttl--two-lines {
    font-size: clamp(17px, 4vw, 32px);
  }
}

.top-service__txt {
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .top-service__txt {
    text-align: left;
    margin-top: clamp(33px, 8vw, 60px);
  }
}

.member-benefit {
  padding: 30px 10px 30px 38px;
  background-color: #eff3f6;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .member-benefit {
    margin-top: clamp(38px, 9.33vw, 70px);
    padding: min(6.66vw, 50px) min(4.8vw, 36px);
  }
}

.member-benefit__ttl {
  font-size: 18px;
  line-height: 1;
  padding: 8px 16.5px;
  background-color: #1d275a;
  color: #FFFFFF;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .member-benefit__ttl {
    font-size: clamp(14px, 4.26vw, 30px);
    padding: min(2.13vw, 16px) min(4.533vw, 34px);
  }
}

.member-benefits__list {
  margin-top: 33px;
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  .member-benefits__list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .member-benefits__list {
    width: auto;
  }
}

.member-benefits__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
}
@media screen and (max-width: 768px) {
  .member-benefits__item {
    align-items: flex-start;
    gap: clamp(8px, 2.13vw, 16px);
    letter-spacing: 0.05em;
  }
}

.member-benefits__num {
  color: #1d275a;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1.54;
	font-style: italic;
}
@media screen and (max-width: 768px) {
  .member-benefits__num {
    font-size: clamp(18px, 5.33vw, 40px);
  }
}

.member-benefit__txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.31;
  color: #1d275a;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .member-benefit__txt {
    flex-wrap: wrap;
    font-size: clamp(14px, 4.26vw, 30px);
    line-height: 1.63;
  }
}

.member-benefit__small-txt {
  font-size: 14px;
  color: #434343;
}
@media screen and (max-width: 768px) {
  .member-benefit__small-txt {
    font-size: clamp(14px, 4.26vw, 30px);
    line-height: 1.63;
    font-weight: 500;
  }
}

.top-service__link-item {
  width: 100%;
  position: relative;
	box-shadow: 0 0 16px #dddddd;
}
.top-service__link-item:not(:first-of-type) {
  margin-top: 20px;
}
.top-service__link-item a {
  width: 100%;
  display: block;
}

.top-service__link-img {
  width: 100%;
  height: auto;
  position: relative;
}
.top-service__link-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(29, 39, 90, 0.65) 0%, rgba(255, 255, 255, 0) 64%, rgba(255, 255, 255, 0) 100%);
}

.top-service__link-txt {
  position: absolute;
  bottom: 15px;
  right: 23px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .top-service__link-txt {
    right: clamp(15px, 4vw, 32px);
  }
	.top-service .sub-ttl{
		margin-top:  clamp(38px , 9.33vw , 70px);
}
}

.top-service__link-name {
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .top-service__link-name {
    font-size: clamp(14px, 3.73vw, 28px);
	  letter-spacing: .02em;
  }
}

.top-service__link-arrow {
  width: 19.5px;
  height: auto;
}
.top-service__link-arrow img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-service__link-arrow {
    width: clamp(14px, 3.73vw, 28px);
  }
}

.top-service .button{
	left: -14px;
}

@media screen and (max-width: 768px) {
.top-service .button{
	left: 0;
}

}
/*============  設備案内 ============*/
.top-equipment {
  margin-top: 80px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .top-equipment {
    display: block;
    margin-top: clamp(56px, 13.33vw, 100px);
  }
}

.top-equipment__img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .top-equipment__img {
    width: 100%;
  }
}

.top-equipment__content {
  width: 50%;
  padding: 48px 0 50px;
  background-color: #eff3f6;
}
@media screen and (max-width: 960px) {
  .top-equipment__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-equipment__content {
    padding: clamp(33px, 8vw, 60px) 0;
  }
}

.top-equipment__txt {
  text-align: center;
  margin: 50px auto 60px;
}
@media screen and (max-width: 768px) {
  .top-equipment__txt {
    margin:  clamp(33px , 8vw , 60px) auto;
  }
}

/*============  スタッフ紹介 ============*/
.top-staff {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .top-staff {
    flex-direction: column;
  }
}

.top-staff__img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .top-staff__img {
    width: 100%;
  }
}

.top-staff__content {
  width: 50%;
  padding: 54px 0 35px;
  background-color: #eff3f6;
}
@media screen and (max-width: 960px) {
  .top-staff__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-staff__content {
    padding: clamp(33px, 8vw, 60px) 0;
  }
}

.top-staff__txt {
  text-align: center;
  margin: 50px auto 40px;
}
@media screen and (max-width: 768px) {
  .top-staff__txt {
    margin:  clamp(33px , 8vw , 60px) auto;
  }
}

/*============ アクセス ============*/
.top-access {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .top-access {
    margin-top: clamp(56px, 13.33vw, 100px);
  }
}
.top-access__txt {
	font-weight: 700;
}

.top-access__box {
  margin-top: 47px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5.5%;
}
@media screen and (max-width: 768px) {
  .top-access__box {
    flex-direction: column;
    gap: 0;
    margin-top: clamp(18px, 5.33vw, 40px);
  }
}

.top-access__map {
  width: 47%;
}
.top-access__map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.965;
}
@media screen and (max-width: 768px) {
  .top-access__map {
    width: 100vw;
    margin-left: -5.335vw;
  aspect-ratio: 1/0.533;
  }
}

@media screen and (max-width: 768px) {
  .top-access__map iframe {
    width: 100%;
	  height: 100%;
	  position: absolute;
	  top:0;
	  left:0;
  }
}
.top-access__content {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .top-access__content {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .top-access__txt {
    margin-top: clamp(28px, 6.66vw, 50px);
  }
}
.top-access__txt span {
  color: #1d275a;
  display: inline;
}

.top-access__table {
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-access__table {
    margin-top: clamp(12px, 3.2vw, 24px);
  }
}

.top-access__table-body {
  display: block;
  width: 100%;
}

.top-access__table-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 2px solid #434343;
}

.top-access_table-head {
  padding: 15px 0;
  width: calc((100% - 132px) / 7);
}
.top-access_table-head:first-of-type {
  width: 132px;
}
@media screen and (max-width: 768px) {
.top-access_table-head {
	text-align: center;
}
  .top-access_table-head:first-of-type {
    width: 32%;
	  margin-right: auto;
	  text-align: left;
  }
}

.top-access_table-data {
  padding: 15px 0;
  width: calc((100% - 132px) / 7);
}

.top-access__txt--under-table {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .top-access__txt--under-table {
    margin-top: clamp(28px, 6.66vw, 50px);
  }
	.top-access_table-data{
	text-align: center;
	}
}

/*==============================
ALCAの想いページ
==============================*/
/*============ ページ内リンク ===========*/
.page-link__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .page-link__list {
    gap: clamp(8px , 2.13vw , 16px);
	  margin-top: clamp(15px , 4vw , 32px);
  }
}

@media screen and (max-width: 1024px) {
  .page-link--double-column {
    margin-top: clamp(15px, 4vw, 32px);
  }
}
@media screen and (max-width: 1024px) {
  .page-link--double-column .page-link__list {
    width: 88%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .page-link--double-column .page-link__item {
    width: calc(50% - 7.5px);
  }
}

.page-link__item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .page-link__item {
    width: 38.66%;
  }
}

.page-link__link {
  display: block;
  padding: 15px 0;
  width: 290px;
  border: 2px solid #333d74;
}
@media screen and (max-width: 1024px) {
  .page-link__link {
    width: 100%;
    padding: clamp(12px, 3.2vw, 24px) 0 clamp(8px, 2.13vw, 16px);
  }
}

.page-link__icon {
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .page-link__icon {
    width: clamp(23px, 6vw, 45px);
    height: clamp(23px, 6vw, 45px);
  }
}

.page-link__flex-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .page-link__flex-wrap {
    gap: clamp(8px, 2.13vw, 16px);
  }
}

.page-link__txt {
  color: #1d275a;
  font-weight: 700;
  line-height: 1.3;
}

.page-link__txt-size-s {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .page-link__txt-size-s {
    font-size: clamp(12px, 2.13vw, 16px);
  }
}

.page-link__txt-size-l {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .page-link__txt-size-l {
    font-size: clamp(17px, 3.2vw, 24px);
  }
}

.page-link__arrow {
  width: 17px;
  height: 25px;
  display: block;
  margin: 13px auto 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-link__arrow {
    width: clamp(12px, 2.13vw, 16px);
    height: clamp(17px, 3.2vw, 24px);
    margin: clamp(8px, 1.73vw, 13px) auto 0;
  }
}
.page-link__arrow img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*============ 理念 ===========*/
.philosophy {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .philosophy {
    margin-top: clamp(90px, 21.33vw, 160px);
  }
}

.philosophy__upper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.philosophy__introduction {
  width: 47%;
  padding: 50px 4.5% 78px 5%;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .philosophy__introduction {
    width: 100%;
    padding: 0;
  }
}

.philosophy__introduction-img {
  width: 53%;
  height: auto;
}

.introduction-txt {
  font-size: 24px;
  color: #1d275a;
  font-weight: 700;
  margin-top: 35px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .introduction-txt {
    font-size: clamp(14px, 4.26vw, 30px);
  }
}

.introduction-txt__size-s {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .introduction-txt__size-s {
    font-size: clamp(14px, 3.2vw, 24px);
  }
}

@media screen and (max-width: 1024px) {
  .philosophy__tablet-imgs {
    margin-top: clamp(28px, 6.66vw, 50px);
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .philosophy__tablet-img {
    width: 50%;
  }
}
.philosophy__content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .philosophy__content {
    margin-top: clamp(33px, 8vw, 60px);
  }
}

.philosophy__content-img {
  width: 47%;
}

.philosophy__content-wrap {
  width: 53%;
  padding: 67px 5% 53px 4%;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .philosophy__content-wrap {
    width: 100%;
    padding: 0;
  }
}

/*============ 当院の特徴 ===========*/
.features {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .features {
    margin-top: clamp(56px, 13.33vw, 100px);
    padding: clamp(56px, 13.33vw, 100px) 0;
    background-color: #eff3f6;
  }
}

.features__inner {
  padding: 50px;
  background-color: #eff3f6;
}
@media screen and (max-width: 768px) {
  .features__inner {
    padding: 0;
    background-color: none;
  }
}

@media screen and (max-width: 768px) {
  .features__introduction {
    margin-top: clamp(23px, 6vw, 45px);
  }
}

.features__list {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .features__list {
    margin-top: clamp(45px, 10.66vw, 80px);
  }
}

.features__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.5%;
}
@media screen and (max-width: 768px) {
  .features__item {
    display: block;
    position: relative;
    padding: clamp(28px, 6.66vw, 50px);
  }
}
.features__item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.features__item:not(:first-of-type) {
  margin-top: 40px;
}

.features__img {
  width: 36%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .features__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .features__img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.features__content {
  width: 60.5%;
}
@media screen and (max-width: 768px) {
  .features__content {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}

.features__ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .features__ttl {
    gap: clamp(17px, 4.8vw, 36px);
  }
}

.features__ttl-num {
  font-family: "Roboto", sans-serif;
  font-size: 100px;
  color: #cdd1e0;
  line-height: 0.39;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .features__ttl-num {
    font-size: clamp(56px, 13.33vw, 100px);
  }
}

.features__ttl-txt {
  font-size: 28px;
  color: #1d275a;
  line-height: 1.3;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
  .features__ttl-txt {
    font-size: clamp(18px, 5.33vw, 40px);
  }
}

.features__txt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .features__txt {
    margin-top: clamp(17px, 4.8vw, 36px);
  }
}

.features__link{
	width: max-content;
	margin-left: auto;
	margin-right:0;
	margin-top: 15px;
	color: #1d275a;
	letter-spacing: .095em;
	border-bottom: 1px solid  #1d275a;
}
/*==============================
初めての方へ ページ
==============================*/
/*============ 診療の流れ ============*/
.flow {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .flow {
    margin-top: clamp(15.5px, 4.533vw, 34px);
  }
  .flow .inner {
    width: 100%;
  }
}

.flow-inner {
  padding: 50px;
  background-color: #eff3f6;
}
@media screen and (max-width: 768px) {
  .flow-inner {
    padding: clamp(28px, 6.66vw, 50px) clamp(18px, 5.33vw, 40px);
  }
}

.flow__chart-list {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow__chart-list {
    margin-top: clamp(30.5px, 7.33vw, 55px);
    padding: 0 18px;
  }
}
.flow__chart-list::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1d275a;
}

.flow__chart-item {
  position: relative;
}
.flow__chart-item::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ca202a;
  border-radius: 50%;
  top: 31px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.flow__chart-num {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #1d275a;
  line-height: 1;
  text-align: center;
  font-style: italic;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
  .flow__chart-num {
    font-size: clamp(12px, 2.66vw, 20px);
  }
}

.flow__chart-name {
  margin-top: 40px;
  line-height: 1;
  font-size: 20px;
  color: #1d275a;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__chart-name {
    font-size: clamp(12px, 2.66vw, 20px);
  }
}

.flow__list {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {

.flow__list {
  margin-top: 45px;
}
}
.flow__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3%;
}
.flow__item:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .flow__item {
    gap: 2.66%;
    align-items: flex-start;
  }
}

.flow__img {
  width: 20%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .flow__img {
    width: 26.66%;
    margin-top: clamp(10px, 2.66vw, 20px);
  }
}

.flow__content {
  width: 77%;
}
@media screen and (max-width: 768px) {
  .flow__content {
    width: 70.68%;
  }
}

.flow__ttl {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 20px;
  color: #1d275a;
}
@media screen and (max-width: 768px) {
  .flow__ttl {
    gap: clamp(10px, 2.66vw, 20px);
  }
}

.flow__num {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .flow__num {
    font-size: clamp(12px, 3.2vw, 24px);
  }
}

.flow__name {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .flow__name {
    font-size: clamp(18px, 5.33vw, 40px);
  }
}

.flow__txt {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .flow__txt {
    margin-top: clamp(9px , 2.4vw , 18px);
  }
}

.flow__annotation {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .flow__annotation {
    margin-top: clamp(23px, 6vw, 45px);
  }
}

/*==============================
スタッフ ページ
==============================*/
/*============ 院長紹介 ============*/
.director {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .director {
    margin-top: clamp(15px, 4vw, 32px);
  }
}

.director-inner {
  padding: 50px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .director-inner {
    padding: clamp(28px, 6.66vw, 50px) clamp(18px, 5.33vw, 40px);
  }
}

.director__about {
  margin-top: 82px;
}
@media screen and (max-width: 768px) {
  .director__about {
    margin-top: clamp(28px, 6.66vw, 50px);
  }
}

.director__name {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  font-size: 30px;
  letter-spacing: 0.115em;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  .director__name {
    justify-content: center;
	 gap: 0;
	  line-height: 1.25;
  }
}
@media screen and (max-width: 768px) {
  .director__name {
    flex-direction: column;
    font-size: clamp(17px, 4.8vw, 36px);
    align-items: center;
  }
}

.director__name-alphabet {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .director__name-alphabet {
    font-size: clamp(12px, 3.2vw, 24px);
  }
}

.director__massage {
	margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3%;
}
@media screen and (max-width: 1024px) {
  .director__massage {
    flex-direction: column;
    margin-top:  clamp(12px , 3.2vw , 24px);
    gap: clamp(18px, 5.33vw, 40px);
  }
}

.director__img {
  width: 35%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .director__img {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
}

.director__message-txt {
  width: 62%;
}
@media screen and (max-width: 1024px) {
  .director__message-txt {
    width: 100%;
  }
}

.director__info-card {
  margin-top: 35px;
  background-color: #eff3f6;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .director__info-card {
    flex-direction: column;
    gap: clamp(15.5px, 4.533vw, 34px);
    margin-top: clamp(23px, 6vw, 45px);
  }
}

.director__info-career {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .director__info-career {
    width: 100%;
  }
}

.director__info-ttl {
  font-size: 18px;
  font-weight: 700;
  color: #1d275a;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .director__info-ttl {
    font-size: clamp(14px, 4.26vw, 30px);
  }
}

.director__info-list {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .director__info-list {
    margin-top: clamp(14px, 3.73vw, 28px);
  }
}

.director__info-item {
  position: relative;
  padding-left: 16px;
}
.director__info-item::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.director__info-academic-license {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .director__info-academic-license {
    width: 100%;
  }
}

.director__license {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .director__license {
    margin-top: 15.5px, 4.533vw, 34px;
  }
}

/*============ スタッフ紹介 ============*/
.staff {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .staff {
    margin-top: clamp(45px, 10.66vw, 80px);
  }
}

.staff-inner {
  padding: 50px;
  background-color: #eff3f6;
}
@media screen and (max-width: 768px) {
  .staff-inner {
    padding: clamp(25px, 6.66vw, 50px);
  }
}

.staff__list {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .staff__list {
    margin-top: clamp(34px, 8.26vw, 62px);
  }
}

.staff__item {
  display: flex;
  gap: 3%;
  align-items: flex-start;
  justify-content: flex-start;
}
.staff__item:not(:first-of-type) {
  margin-top: 30px;
  gap: 4.17%;
}
@media screen and (max-width: 768px) {
  .staff__item:not(:first-of-type) {
    margin-top: clamp(28px, 6.66vw, 50px);
  }
}
@media screen and (max-width: 1024px) {
  .staff__item {
    flex-direction: column;
    gap: 0;
  }
}

.staff__img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .staff__img {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.staff__content {
  width: 67%;
}
@media screen and (max-width: 1024px) {
  .staff__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .staff__content {
    margin-top: clamp(23px, 6vw, 45px);
  }
}

.staff__info {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .staff__info {
    flex-wrap: wrap;
  }
}

.staff__name {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .staff__name {
    font-size: clamp(17px, 4.8vw, 36px);
  }
}

.staff__position {
  font-size: 14px;
  line-height: 1;
  padding: 5px 10px;
  background-color: #1d275a;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .staff__position {
    font-size: clamp(12px, 3.2vw, 24px);
  }
}

.staff__license {
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .staff__license {
    font-size: clamp(12px, 3.2vw, 24px);
  }
}

.staff__message {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .staff__message {
    margin-top: clamp(14px, 4.26vw, 30px);
  }
}

@media screen and (max-width: 768px) {
  .staff__info--flex-wrap .staff__license {
    margin-left: clamp(105.13px, 26.88vw + 10px, 211.6px);
    line-height: 1.3;
  }
}

.staff__position-border{
margin-top: 30px;
	width: 100%;
	height: 1px;
	background-color: #1d275a;
}
.staff__list:not(:first-of-type){
	margin-top: 30px;
}
/*==============================
サービス ページ
==============================*/
/*============ 会員様向けサービス ============*/
.member-service {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .member-service {
    margin-top: clamp(45px, 10.66vw, 80px);
  }
}

.member-service__introduction {
  text-align: center;
}

.member-service__link {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 75%;
  margin: 25px auto 0;
  box-shadow: 0 0 16px #ddd;
}
@media screen and (max-width: 1024px) {
  .member-service__link {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .member-service__link {
    margin-top: clamp(33px, 8vw, 60px);
  }
}

.member-service__img {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .member-service__img {
    width: 40%;
  }
}

.member-service__info {
  width: 64%;
  padding: 22px 0 30px;
}
@media screen and (max-width: 768px) {
  .member-service__info {
    width: 60%;
    padding: clamp(12px, 3.2vw, 24px) 0 clamp(10px, 2.66vw, 20px);
  }
}

.member-service__icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .member-service__icon {
    width: clamp(23px, 6vw, 45px);
    height: clamp(23px, 6vw, 45px);
  }
}
.member-service__icon img {
  width: 100%;
  height: auto;
}

.member-service__txt-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .member-service__txt-wrap {
    flex-direction: column;
    gap: 0;
  }
}

.member-service__txt {
  font-size: 20px;
  color: #1d275a;
  margin-top: 15px;
	text-align: center;
}

.member-service__txt span{
	font-size: 13px;
	text-align: center;
}
@media screen and (max-width: 768px) {
  .member-service__txt {
    text-align: center;
    line-height: 1.33;
    margin-top: 10px;
    font-size: clamp(14px, 3.77vw, 30px);
  }
.member-service__txt span{
	font-size: clamp(10px , 2.13vw , 16px);
}
}

.member-service__arrow {
  width: 25px;
  height: auto;
  position: relative;
  aspect-ratio: 1/0.399;
}
@media screen and (max-width: 768px) {
  .member-service__arrow {
    width: clamp(28px, 6.66vw, 50px);
    height: auto;
    margin-top: clamp(9px, 2.4vw, 18px);
  }
}
.member-service__arrow img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .member-service__arrow img {
    height: auto;
  }
}

/*============ 会員様向けサービスページ内リンク ============*/
.service-link {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .service-link {
    margin-top: clamp(56px, 13.33vw, 100px);
  }
}

.service-link__txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service-link__txt {
    font-size: clamp(12px, 3.2vw, 24px);
  }
}

.service-link__list {
  margin-top: 20px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .service-link__list {
    margin-top: clamp(10px, 2.66vw, 20px);
    gap: clamp(8px, 1.73vw, 13px);
  }
}

.service-link__item {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .service-link__item {
    width: 100%;
  }
}
.service-link__item a {
  display: block;
  width: 100%;
  padding: 15px 0 56px;
  border: 2px solid #1d275a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service-link__item a {
    padding: 12px 0 clamp(32px, 7.73vw, 58px);
    gap: clamp(8px, 1.73vw, 13px);
  }
}

.service-link__icon {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .service-link__icon {
    width: clamp(28px, 6.66vw, 50px);
    height: clamp(28px, 6.66vw, 50px);
  }
}

.service-link__name {
  font-size: 24px;
  line-height: 1.08;
  color: #1d275a;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
  .service-link__name {
    font-size: clamp(12px, 3.2vw, 24px);
  }
}

.service-link__arrow {
  position: absolute;
  width: 17px;
  height: 25px;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.service-link__arrow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .service-link__arrow {
    width: clamp(9px, 2.4vw, 18px);
    height: clamp(12px, 3.2vw, 24px);
    bottom: clamp(8px, 2.13vw, 16px);
  }
}

.service__guidance{
margin-top:clamp(28px , 6.66vw , 50px);
	text-align: center;
}
/*============ セルフ洗い場 ============*/
.washing-place {
  margin-top: 67px;
}
@media screen and (max-width: 768px) {
  .washing-place {
    margin-top: clamp(45px, 10.66vw, 80px);
  }
}

.washing-place__inner {
  padding: 50px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .washing-place__inner {
    padding: clamp(28px, 6.66vw, 50px);
  }
}

.washing-place__txt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .washing-place__txt {
    margin-top: clamp(17px, 4.8vw, 36px);
  }
}

.service__imgs {
  margin-top: 50px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .service__imgs {
	  margin-top: clamp(28px , 6.66vw , 50px);
    flex-direction: column;
    gap: clamp(17px, 4.8vw, 36px);
  }
}

.service__img {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .service__img {
	  width: 90%;
	  margin: 0 auto;
	  min-width: 210px;
	  max-width: 350px;
	}
  }
}

/*============ お散歩ついで健診 ============*/
.medical-check {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .medical-check {
    margin-top: clamp(45px, 10.66vw, 80px);
  }
}

.medical-check__inner {
  padding: 50px;
  background-color: #eff3f6;
}
@media screen and (max-width: 768px) {
  .medical-check__inner {
    padding: clamp(28px, 6.66vw, 50px) clamp(28px, 6.66vw, 50px) clamp(38px , 9.33vw , 70px);
  }
}

.medical-check__txt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .medical-check__txt {
    margin-top:clamp(18px , 5.33vw , 40px);
  }
}

/*============ 一時預かりサービス ============*/
.bording {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .bording {
    margin-top: clamp(45px, 10.66vw, 80px);
  }
}

.bording__inner {
  padding: 50px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .bording__inner {
    padding: clamp(28px, 6.66vw, 50px);
  }
}

.bording__txt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .bording__txt {
    margin-top: clamp(28px, 6.66vw, 50px);
  }
}

/*============ 会員様専用マイページサービス ============*/
.mypage {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .mypage {
    margin-top: clamp(45px, 10.66vw, 80px);
  }
}

.mypage__inner {
  padding: 50px;
  background-color: #eff3f6;
}
@media screen and (max-width: 768px) {
  .mypage__inner {
    padding: clamp(28px, 6.66vw, 50px);
  }
}

.mypage__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mypage__content {
    flex-direction: column;
    margin-top: clamp(18px, 5.33vw, 40px);
  }
}

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

.mypage__info {
  width: 43%;
  padding: 32px 30px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .mypage__info {
    width: 100%;
    padding: clamp(18px, 5.33vw, 40px);
    margin-top: clamp(18px, 5.33vw, 40px);
  }
}

.mypage__info-ttl {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 7px 15px;
  line-height: 1;
  background-color: #1d275a;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mypage__info-ttl {
    font-size: clamp(14px, 3.73vw, 28px);
  }
}

.mypage__info-list {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .mypage__info-list {
    margin-top: clamp(33px, 8vw, 60px);
  }
}

.mypage__info-item {
  color: #1d275a;
	font-weight: 700;
	letter-spacing: .015em;
}

@media screen and (max-width: 768px) {
.mypage__info-item {
	letter-spacing: .015em;
}
}
.mypage__button{
	margin-top: clamp(28px , 6.66vw , 50px);
}
/*==========================
診療案内 ページ
==========================*/
/*========== 診療内容 ============*/
.page-introduction {
  margin-top: 38px;
  font-size: 36px;
  color: #1d275a;
  font-family: "Noto Serif JP", serif;
	  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-introduction {
    margin-top: clamp(15px, 4vw, 32px);
    font-size: clamp(17px, 4.8vw, 36px);
	  line-height: 1.33;
  }
}

.treatment-details {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .treatment-details {
    margin-top: clamp(28px , 6.66vw , 50px);
  }
}

.treatment-details__inner {
  padding: 50px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .treatment-details__inner {
    padding: clamp(15px, 4vw, 32px) clamp(18px, 5.33vw, 40px);
  }
}

.treatment-details__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .treatment-details__main {
    display: block;
  }
}

.treatment-details__content {
  width: 46.5%;
}
@media screen and (max-width: 1024px) {
  .treatment-details__content {
    width: 100%;
  }
}

.treatment-details__txt {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .treatment-details__txt {
    margin-top: clamp(23px, 6vw, 45px);
  }
}

.treatment-details__img {
  width: 39%;
}
@media screen and (max-width: 1024px) {
  .treatment-details__img {
    width: 57%;
    min-width: 200px;
    margin: clamp(23px, 6vw, 45px) auto 0;
  }
}

.treatment-details__list {
  margin-top: 50px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 27px;
}
@media screen and (max-width: 1024px) {
  .treatment-details__list {
    gap: 3.2vw;
	  margin-top: clamp(28px , 6.66vw , 50px);
  }
}

.treatment-details__item {
  width: calc(33.33% - 18px);
  padding: 25px 0 17px;
  background-color: #eff3f6;
}
@media screen and (max-width: 768px) {
  .treatment-details__item {
    width: calc(50% - clamp(6px, 1.6vw, 12px));
  }
}

.treatment-details__icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .treatment-details__icon {
    width: clamp(28px, 6.66vw, 50px);
    height: clamp(28px, 6.66vw, 50px);
  }
}

.treatment-details__name {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 20px auto 10px;
  color: #1d275a;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  .treatment-details__name {
    font-size: clamp(16px, 3.73vw, 28px);
    margin: clamp(10px, 2.66vw, 20px) auto clamp(5px, 1.33vw, 10px);
  }
}

.treatment-details__list-txt {
  text-align: center;
  font-size: 14px;
  margin: 10px auto 0;
}

@media screen and (max-width: 768px) {
.treatment-details__list-txt {
	font-size: clamp(12px , 3.2vw , 24px);
	letter-spacing: .035em;
	}
}
/*========== ウェルネスケア ============*/
.wellness-care {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .wellness-care {
    margin-top: clamp(38px, 9.33vw, 70px);
  }
}

.wellness-care__inner {
  padding: 50px;
  background-color: #eff3f6;
}
@media screen and (max-width: 768px) {
  .wellness-care__inner {
    padding: clamp(15px, 4vw, 32px) clamp(18px, 5.33vw, 40px);
  }
}

.wellness-care__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .wellness-care__main {
    display: block;
  }
}

.wellness-care__content {
  width: 46.5%;
}
@media screen and (max-width: 1024px) {
  .wellness-care__content {
    width: 100%;
  }
}

.wellness-care__emphasis {
  font-size: 20px;
  color: #1d275a;
  margin-bottom: 28px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .wellness-care__emphasis {
    font-size: clamp(15.5px, 4.533vw, 34px);
	  margin-bottom: clamp(5px , 1.33vw , 10px);
	  line-height: 1.44;
  }
}

.wellness-care__txt {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .wellness-care__txt {
    margin-top: clamp(23px, 6vw, 45px);
  }
}

.wellness-care__img {
  width: 39%;
}
@media screen and (max-width: 1024px) {
  .wellness-care__img {
    width: 57%;
    min-width: 200px;
    margin: clamp(23px, 6vw, 45px) auto 0;
  }
}

.wellness-care__list {
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .wellness-care__list {
    margin-top: clamp(12px, 3.2vw, 24px);
  }
}

.wellness-care__item {
  background-color: #FFFFFF;
}
.wellness-care__item:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wellness-care__item:not(:first-of-type) {
    margin-top: clamp(30.5px, 7.33vw, 55px);
  }
}

.wellness-care__name {
  width: 100%;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
  padding: 23px 21px;
  background-color: #1d275a;
}
@media screen and (max-width: 768px) {
  .wellness-care__name {
    font-size: clamp(14px, 4.26vw, 30px);
    padding: clamp(12px, 3.2vw, 24px) clamp(18px, 5.33vw, 40px);
  }
}

.wellness-care__detail {
  padding: 33px 30px 50px;
}
@media screen and (max-width: 768px) {
  .wellness-care__detail {
    padding: clamp(15.5px, 4.533vw, 34px) clamp(14px, 4.26vw, 30px) clamp(18px, 5.33vw, 40px);
  }
}

.wellness-care__heading {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.055em;
  color: #1d275a;
}
@media screen and (max-width: 768px) {
  .wellness-care__heading {
    font-size: clamp(17px, 4.26vw, 30px);
	  line-height: 1.44;
  }
}

.wellness-care__detail-txt {
  font-size: 16px;
  letter-spacing: 0.065em;
}
@media screen and (max-width: 768px) {
  .wellness-care__detail-txt {
    font-size: clamp(14px, 3.77vw, 30px);
	  margin-top: clamp(14px , 3.77vw , 30px);
  }
	.wellness-care__detail-txt--supplement{
		margin-top: 0;
}
}

.wellness-care__detail-emphasis {
  font-weight: 700;
}

.wellness-care__disease-list {
  margin-top: 30px;
  padding: 35px 30px 25px;
  background-color: #eff3f6;
}
@media screen and (max-width: 768px) {
  .wellness-care__disease-list {
    margin-top: clamp(12px, 3.2vw, 24px);
    padding: clamp(15px, 4vw, 32px);
  }
}

.wellness-care__disease-name {
  font-size: 16px;
  font-weight: 700;
  color: #1d275a;
}
@media screen and (max-width: 768px) {
  .wellness-care__disease-name {
    font-size: clamp(14px, 3.2vw, 24px);
  }
}

.wellness-care__disease-treatment {
  padding-left: 38px;
}
@media screen and (max-width: 768px) {
  .wellness-care__disease-treatment {
    padding-left: clamp(17px, 4.8vw, 36px);
  }
}

.wellness-care__disease-imgs {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .wellness-care__disease-imgs {
    flex-direction: column;
    gap: clamp(14px, 3.73vw, 28px);
  margin-top: clamp(14px , 4.26vw , 30px);
  }
}

.wellness-care__disease-img {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .wellness-care__disease-img {
	  width: 90%;
	  margin: 0 auto;
	  min-width: 210px;
	  max-width: 350px;
  }
}

/*==========================
お知らせ一覧 ページ
==========================*/
/*========== カテゴリ切り替えボタン ============*/
.news-category-buttons {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .news-category-buttons {
    margin-top: 30px;
  }
}

.news-category-button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .news-category-button {
    width: calc(44.4% - 7.5px);
    max-width: 290px;
  }
}

.news-category-link {
	padding: 30px 0;
  display: block;
  width: 290px;
  border: 2px solid #1d275a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .news-category-link {
    padding: clamp(18px, 5.33vw, 40px) 0;
    width: 100%;
  }
}

.current-category {
  background-color: #eff3f6;
}

.news-category-icon {
  width: 40px;
  height: 41px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-category-icon {
    width: clamp(23px, 6vw, 45px);
    height: clamp(23px, 6vw, 45px);
  }
}
.news-category-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.news-category-name {
  font-size: 24px;
  color: #1d275a;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .news-category-name {
    font-size: clamp(12px, 3.2vw, 24px);
  }
}

/*============= お知らせ一覧 ============*/
.news {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .news {
    margin-top: clamp(56px, 13.33vw, 100px);
  }
}

.news__list {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .news__list {
    margin-top: clamp(10px, 2.66vw, 20px);
  }
}

.news__item {
  border-bottom: 2px solid #dfe2ee;
}

.news__link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px 0;
}

.news__date {
  font-size: 18px;
  line-height: 1;
  width: 21.3%;
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  .news__date {
    width: 37.3%;
    font-size: clamp(14px, 4.26vw, 30px);
    line-height: 1.533;
  }
}

.news__ttl {
  font-size: 18px;
  line-height: 1;
  width: 78.7%;
  max-width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .news__ttl {
    font-size: clamp(14px, 4.26vw, 30px);
    width: 62.7%;
    line-height: 1.533;
  }
}

.page-nation {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}
@media screen and (max-width: 768px) {
  .page-nation {
    margin-top: clamp(38px, 9.33vw, 70px);
    gap: clamp(28px, 6.66vw, 50px);
  }
}

.page-nation__item {
  width: 60px;
  height: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-nation__item {
    width: clamp(50px, 12vw, 90px);
    height: clamp(50px, 12vw, 90px);
  }
}

.page-nation__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  border: 2px solid #333d74;
}
@media screen and (max-width: 768px) {
  .page-nation__link {
    font-size: clamp(12px, 3.2vw, 24px);
    line-height: clamp(50px, 12vw, 90px);
  }
}

.page-nation__current {
  background-color: rgba(51, 61, 116, 0.38);
}

/*==========================
お知らせ記事 ページ
==========================*/
.article {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .article {
    margin-top: 30px;
  }
}

.article__ttl {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  color: #1d275a;
  text-align: left;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
  .article__ttl {
    font-size: clamp(28px, 6.66vw, 50px);
    line-height: 1;
  }
}

.article__date {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
  .article__date {
    margin-top: clamp(14px, 3.73vw, 28px);
    font-size: clamp(12px, 3.2vw, 24px);
  }
}

.entry-content {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .entry-content {
    margin-top: clamp(28px, 6.66vw, 50px);
  }
}

.article__heder-third {
  margin-top: 50px;
}

/* ブロックエディタ側 */
.editor-styles-wrapper {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* 見出し */
.editor-styles-wrapper h2,
.entry-content h2 {
  font-size: 24px;
  color: #1d275a;
  font-weight: 700;
  line-height: 1.16;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h2,
.entry-content h2 {
    font-size: clamp(18px, 5.33vw, 40px);
  }
}

.editor-styles-wrapper h3,
.entry-content h3 {
  font-size: 22px;
  line-height: 1.27;
  color: #1d275a;
  font-weight: 700;
  padding: 10px 23px;
  background-color: #dfe2ee;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h3,
.entry-content h3 {
    font-size: clamp(17px, 5.06vw, 38px);
  }
}

.editor-styles-wrapper h4,
.entry-content h4 {
  font-size: 20px;
  line-height: 1.4;
  color: #1d275a;
  padding-bottom: 5px;
  border-bottom: 6px solid #1d275a;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h4,
.entry-content h4 {
    font-size: clamp(17px, 4.8vw, 36px);
  }
}

.editor-styles-wrapper h5,
.entry-content h5 {
  font-size: 18px;
  line-height: 1.55;
  color: #1d275a;
  border-bottom: 2px solid #1d275a;
  border-radius: 1px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h5,
.entry-content h5 {
    font-size: clamp(15.5px, 4.533vw, 34px);
  }
}

/* 段落 */
.editor-styles-wrapper p,
.entry-content p {
  margin: 0 0 1.5em;
}

/* リスト */
.editor-styles-wrapper ul,
.editor-styles-wrapper ol,
.entry-content ul,
.entry-content ol {
  margin: 0 0 1.5em;
  padding-left: 1.5em;
}

/* 画像 */
.editor-styles-wrapper img,
.entry-content img {
  max-width: 100%;
  height: auto;
}

/* リンク */
.editor-styles-wrapper a,
.entry-content a {
  text-decoration: underline;
}

/* ブロック共通の下余白 */
.editor-styles-wrapper .wp-block,
.entry-content > * {
  margin-bottom: 50px;
}

/*==========================
病院情報 ページ
==========================*/
/*========== 施設 ============*/
.facilities {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .facilities {
    margin-top: 0;
  }
}
.facilities .section-ttl--small .section-ttl__txt{
	font-size: clamp(20px, 4.8vw, 36px);
}
.facilities__inner {
  padding: 50px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .facilities__inner {
    padding: clamp(28px, 6.66vw, 50px) clamp(18px, 5.33vw, 40px);
  }
}

.animal-hospital-info__list {
  margin-top: 40px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px 30px;
}
@media screen and (max-width: 768px) {
  .animal-hospital-info__list {
    margin-top: clamp(14px, 4.26vw, 30px);
    gap: clamp(28px, 6.66vw, 50px) 2.66vw;
  }
}

.animal-hospital-info__item {
  width: calc(33.33% - 20px);
}
@media screen and (max-width: 1024px) {
  .animal-hospital-info__item {
    width: calc(50% - 2.66vw);
  }
}

.animal-hospital-info__img {
  width: 100%;
}

.animal-hospital-info__name {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #1d275a;
  letter-spacing: 0.035em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .animal-hospital-info__name {
    margin-top: clamp(10px, 2.66vw, 20px);
    font-size: clamp(15px, 4vw, 32px);
  }
}

.animal-hospital-info__name-small {
  font-size: 18px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .animal-hospital-info__name-small {
    font-size: clamp(12px, 3.2vw, 24px);
    display: block;
	  margin-top: 5px;
  }
}

.animal-hospital-info__txt {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .animal-hospital-info__txt {
    margin-top: clamp(11px, 2.93vw, 21px);
  }
}

/*========== 診療機器 ============*/
.devices {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .devices {
    margin-top: clamp(50px, 12vw, 90px);
  }
}

.devices__inner {
  padding: 50px;
  background-color: #eff3f6;
}
@media screen and (max-width: 768px) {
  .devices__inner {
    padding: clamp(28px, 6.66vw, 50px) clamp(18px, 5.33vw, 40px);
  }
}
.devices .section-ttl--small .section-ttl__txt{
	font-size: clamp(17px, 4.8vw, 36px);
}

/*========== 病院概要 ============*/
.overview {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .overview {
    margin-top: clamp(45px, 10.66vw, 80px);
  }
}

.overview .section-ttl--small .section-ttl__txt{
	font-size: clamp(17px, 4.8vw, 36px);
}

.overview__inner {
  padding: 50px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .overview__inner {
    padding: clamp(28px, 6.66vw, 50px) clamp(18px, 5.33vw, 40px);
  }
}

.overview__table {
  margin-top: 80px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .overview__table {
    margin-top: clamp(45px, 10.66vw, 80px);
  }
}

.overview__body {
  display: block;
  width: 100%;
}

.overview__row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 20px 28px;
}
.overview__row:nth-of-type(odd) {
  background-color: #eff3f6;
}
@media screen and (max-width: 768px) {
  .overview__row:nth-of-type(odd) {
    background-color: unset;
  }
}
@media screen and (max-width: 768px) {
  .overview__row {
    flex-direction: column;
    padding: 0;
  }
}

.overview__head {
  width: 25.5%;
  font-weight: 500;
  color: #1d275a;
}
@media screen and (max-width: 768px) {
  .overview__head {
    width: 100%;
    line-height: 1;
    padding: clamp(8px, 1.73vw, 13px) clamp(12px, 3.2vw, 24px);
    background-color: #eff3f6;
  }
}

.overview__data {
  width: 74.5%;
}
@media screen and (max-width: 768px) {
  .overview__data {
    width: 100%;
    line-height: 1.4;
    padding: clamp(8px, 1.73vw, 13px) clamp(12px, 3.2vw, 24px);
  }
}

.qualification {
  margin: 30px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 20px 25px;
  background-color: #eff3f6;
}
@media screen and (max-width: 768px) {
  .qualification {
    margin: clamp(15.5px, 4.533vw, 34px) auto 0;
    width: 74%;
    padding: clamp(12px, 3.2vw, 24px) clamp(15px, 4vw, 32px);
  }
}

.qualification__name {
  font-size: 18px;
  font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 768px) {
  .qualification__name {
    font-size: clamp(11px, 2.93vw, 21px);
  }
}

.qualification__list {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .qualification__list {
    margin-top: clamp(9px, 2.4vw, 18px);
  }
}

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

.qualification__ttl {
  width: 173px;
}
@media screen and (max-width: 768px) {
  .qualification__ttl {
    width: 50%;
    font-size: clamp(10px, 2.66vw, 20px);
  }
}

.qualification__detail {
  width: 164px;
}
@media screen and (max-width: 768px) {
  .qualification__detail {
    width: 50%;
    font-size: clamp(10px, 2.66vw, 20px);
  }
}

/*==========================
症状診断一覧 ページ
==========================*/
/*========== カテゴリ切り替えボタン ============*/
.diagnosis-category {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .diagnosis-category {
    margin-top: clamp(15.5px, 4.533vw, 34px);
  }
}

.diagnosis-category__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .diagnosis-category__list {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .diagnosis-category__list {
    gap: clamp(7px, 2vw, 15px);
  }
}

.diagnosis-category__item a {
  display: block;
  padding: 14px;
  min-width: 80px;
  border: 2px solid #333d74;
  color: #1d275a;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .diagnosis-category__item a {
    font-size: clamp(13px, 3.53vw, 28px);
    padding: clamp(12px, 3.2vw, 24px) clamp(14px, 3.73vw, 28px);
  }
}

.diagnosis-category__current {
  background-color: #b1b5ca;
}

/*========== 症状診断一覧 ============*/
.diagnosis {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .diagnosis {
    margin-top: clamp(28px, 6.66vw, 50px);
  }
}

.diagnosis__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 74px;
}
@media screen and (max-width: 768px) {
  .diagnosis__list {
    flex-direction: column;
    gap: clamp(28px, 6.66vw, 50px);
    margin-bottom: clamp(56px, 13.33vw, 100px);
  }
}

.diagnosis__item {
  width: calc(33.33% - 13.33px);
  background-color: #eff3f6;
}
@media screen and (max-width: 1024px) {
  .diagnosis__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .diagnosis__item {
    width: 100%;
  }
}

.diagnosis__link {
  display: block;
}

.diagnosis__img {
  width: 100%;
}

.diagnosis__content {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .diagnosis__content {
    padding: clamp(17px, 4.8vw, 36px);
  }
}

.diagnosis__data {
  font-size: 14px;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .diagnosis__data {
    font-size: clamp(12px, 3.2vw, 24px);
  }
}

.diagnosis__ttl {
  font-size: 18px;
  color: #1d275a;
  line-height: 1.44;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .diagnosis__ttl {
    font-size: clamp(16px, 4vw, 32px);
  }
}

.diagnosis__introduction {
  font-size: 14px;
  line-height: 1.71;
}
@media screen and (max-width: 768px) {
  .diagnosis__introduction {
    font-size: clamp(14px, 3.73vw, 30px);
	  margin-top: clamp(5px , 1.33vw , 10px);
  }
}

/*==========================
商品のご紹介
==========================*/
.products__introduction{
	 margin-top: clamp(28px , 6.66vw , 50px);
}
.products__list {
  margin-top: 32px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .products__list {
    margin-top: clamp(14px, 4.26vw, 30px);
    gap: clamp(15px, 4.26vw, 30px);
    flex-direction: column;
  }
}

.products__item {
  width: calc(33.333% - 13.333px);
  background-color: #eff3f6;
}
@media screen and (max-width: 1024px) {
  .products__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .products__item {
    width: 100%;
  }
}

.products__img {
  width: 100%;
	aspect-ratio: 1 / 0.7;
}

.products__content {
  padding: 20px 20px 25px;
}
@media screen and (max-width: 768px) {
  .products__content {
    padding: clamp(15.5px, 4.533vw, 34px);
  }
}

.products__txt {
  letter-spacing: 0.055em;
}

.button--products {
  width: 89.25%;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .button--products {
    margin: clamp(15.5px, 4.533vw, 34px) auto 0;
  }
}
.button--products .button__link {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .button--products .button__link {
    padding: clamp(18px, 5.33vw, 40px);
  }
  .button--products .button__link .button__txt {
    font-weight: 500;
  }
}
.products__bottom{
	margin-top:clamp(28px , 6.66vw , 50px);
}

.products__bottom a{
	color: #1d275a;
	text-decoration: underline;
}
/*==========================
支払い方法 ページ
==========================*/
/*========== カテゴリ切り替えボタン ============*/
.price {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .price {
    margin-top: clamp(15px, 4vw, 32px);
  }
}

.price__inner {
  padding: 33px 50px 50px;
  background-color: #eff3f6;
}
@media screen and (max-width: 768px) {
  .price__inner {
    padding: clamp(28px, 6.66vw, 50px);
  }
}

.price-emphasis {
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .price-emphasis {
    display: none;
  }
}

.price__list {
  margin-top: 27px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .price__list {
    margin-top: 0;
  }
}

.price__item {
  width: 100%;
  background-color: #FFFFFF;
  letter-spacing: 0.055em;
}
.price__item:not(:first-of-type) {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .price__item:not(:first-of-type) {
    margin-top: clamp(18px, 5.33vw, 40px);
  }
}

@media screen and (max-width: 768px) {
  .price__txt {
    line-height: 1.5;
  }
}

.price__item--two-lines {
  width: calc(50% - 10px);
}
@media screen and (max-width: 1024px) {
  .price__item--two-lines {
    width: 100%;
  }
}

.price__heading {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
  padding: 23px 21px;
  background-color: #1d275a;
}
@media screen and (max-width: 768px) {
  .price__heading {
    font-size: clamp(14px, 4.26vw, 30px);
    padding: clamp(12px, 2.66vw, 20px) 0 clamp(12px, 2.66vw, 20px) clamp(8px, 2.13vw, 16px);
  }
}

.price__box {
  padding: 20px 35px 15px;
}
@media screen and (max-width: 768px) {
  .price__box {
    padding: clamp(10px, 2.66vw, 20px) clamp(14px, 4.26vw, 30px);
  }
}

.price__table {
  display: block;
  width: 100%;
  table-layout: fixed;
}

.price__body {
  display: block;
  width: 100%;
}

.price__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.price__row:not(:last-of-type) {
  border-bottom: 1px solid #434343;
}

.price__row--column {
  flex-direction: column;
  border-bottom: 1px solid #434343;
}

.price__head {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .price__head {
    font-size: clamp(14px, 4.26vw, 30px);
    padding: clamp(10px, 2.66vw, 20px) 0;
    max-width: calc(100% - clamp(72.8px, 17.33vw, 130px));
  }
}

.price__data {
  padding: 20px 0;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
  .price__data {
    font-size: clamp(14px, 3.73vw, 30px);
    padding: clamp(10px, 2.66vw, 20px) 0;
    min-width: clamp(72.8px, 17.33vw, 130px);
  }
}

.price__data--column {
  margin-top: -40px;
  width: 100%;
}

.pet-type-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .pet-type-wrap {
    flex-direction: column;
  }
}

.pet-type {
  font-size: 16px;
  width: 76px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .pet-type {
    font-size: clamp(14px, 4.26vw, 30px);
    width: 100%;
    padding-top: 0;
  }
}

.price__table--pet-type {
  width: calc(100% - 76px);
}
@media screen and (max-width: 768px) {
  .price__table--pet-type {
    width: 100%;
  }
}

.price__detail-list {
  margin-top: 15px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .price__detail-list {
    margin-top: clamp(22px , 3.33vw , 30px);
    padding-left: 0;
  }
}

.price__detail-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
	font-weight: 500;
}
.price__detail-item:not(:last-of-type) {
  border-bottom: 1px solid #434343;
}
@media screen and (max-width: 768px) {
  .price__detail-item:not(:last-of-type) {
    border-bottom: unset;
  }
}

.price__detail-content {
  font-size: 16px;
  line-height: 1;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .price__detail-content {
    font-size: clamp(13px, 3.46vw, 26px);
    padding: clamp(5px, 1.33vw, 10px) 0;
  }
}

.price__detail-price {
  font-size: 16px;
  line-height: 1;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .price__detail-price {
    font-size: clamp(13px, 3.46vw, 26px);
    padding: clamp(5px, 1.33vw, 10px) 0;
  }
}

.table-ttl {
  margin-bottom: 20px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
  .table-ttl {
    font-size: clamp(14px, 4.26vw, 30px);
    margin-bottom: clamp(10px, 2.66vw, 20px);
  }
}

.price__table--under-ttl {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .price__table--under-ttl {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .prevention__product-name {
    font-size: clamp(14px, 3.73vw, 30px);
    letter-spacing: -0.05em;
    font-weight: 700;
    margin-top: clamp(23px, 6vw, 45px);
    padding-bottom: clamp(10px, 2.66vw, 20px);
    border-bottom: 1px solid #434343;
  }
}
.price__box .table-ttl:nth-of-type(2) {
  padding-top: 20px;
  border-top: 1px solid #434343;
}

@media screen and (max-width: 768px) {
  .prevention__list .price__head {
    color: #1d275a;
    font-weight: 700;
    line-height: 1.3;
  }
  .prevention__list .price__data {
    line-height: 1.3;
    font-weight: 700;
  }
}
.prevention__item:not(:first-of-type) {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .prevention__item:not(:first-of-type) {
    margin-top: clamp(28px, 6.66vw, 50px);
  }
}
.prevention__item .price__row--no-line {
  display: table-row;
}
.prevention__item .price__head.price__data--price,
.prevention__item .price__data.price__data--price {
  text-align: right;
}
.prevention__item:first-of-type .price__row--no-line .price__head:first-of-type {
  width: 320px;
}
.prevention__item:first-of-type .price__row--no-line .price__head:nth-of-type(2) {
  width: 350px;
  padding-left: 20px;
}
.prevention__item:first-of-type .price__row--no-line .price__head:last-of-type {
  width: 145px;
  text-align: right;
}
.prevention__item:first-of-type .price__row--no-line .price__data.price__data--name {
  width: 320px;
}
.prevention__item:first-of-type .price__row--no-line .price__data.price__data--pet-size {
  width: 350px;
  padding-left: 20px;
}
.prevention__item:first-of-type .price__row--no-line .price__data.price__data--price {
  width: 145px;
  text-align: right;
}
.prevention__item:nth-of-type(2) .price__row--no-line .price__head:first-of-type {
  width: 185px;
}
.prevention__item:nth-of-type(2) .price__row--no-line .price__head:nth-of-type(2) {
  width: 490px;
}
.prevention__item:nth-of-type(2) .price__row--no-line .price__head:last-of-type {
  width: 140px;
  text-align: right;
}
.prevention__item:nth-of-type(2) .price__row--no-line .price__data.price__data--subject {
  width: 185px;
}
.prevention__item:nth-of-type(2) .price__row--no-line .price__data.price__data--name {
  width: 490px;
}
.prevention__item:nth-of-type(2) .price__row--no-line .price__data.price__data--price {
  width: 140px;
  text-align: right;
}
.prevention__item:last-of-type .price__row--no-line .price__head:first-of-type {
  width: 180px;
}
.prevention__item:last-of-type .price__row--no-line .price__head:nth-of-type(2) {
  width: 490px;
}
.prevention__item:last-of-type .price__row--no-line .price__head:last-of-type {
  width: 145px;
  text-align: right;
}
.prevention__item:last-of-type .price__row--no-line .price__data.price__data--subject {
  width: 180px;
}
.prevention__item:last-of-type .price__row--no-line .price__data.price__data--name {
  width: 490px;
}
.prevention__item:last-of-type .price__row--no-line .price__data.price__data--price {
  width: 145px;
  text-align: right;
}

.prevantion__name {
  font-size: 18px;
  font-weight: 700;
  color: #1d275a;
}
@media screen and (max-width: 768px) {
  .prevantion__name {
    font-size: clamp(14px, 4.26vw, 30px);
    letter-spacing: 0.0015em;
  }
}

.prevention__txt {
  margin-top: 10px;
}

.prevention__txt--moxidectin{
	margin-top: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.prevention__txt--moxidectin{
		margin-top: clamp(10px , 2.66vw , 20px);
		margin-bottom: clamp(10px , 2.66vw , 20px);
	}
}
.price__table--prevention {
  margin-top: 15px;
}
.price__table--prevention .price__head {
  color: #1d275a;
}

.price__table--prevention .price__data--price{
	text-align: right;
}
/* .price__row--no-line {
  display: table-row;
} */
.price__head--x-ray{
	padding-top:0;
}
.price__data--x-ray{
	padding-top:0;
}
/*============== トリミング料金 =============*/
@media screen and (max-width: 768px) {
  .price__txt--trimming {
    letter-spacing: -0.025em;
  }
}

.trimming-course-list {
  margin-top: 10px;
	padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .trimming-course-list {
    margin-top: clamp(14px, 3.73vw, 28px);
	padding-bottom: clamp(10px, 2.66vw, 20px) 0
  }
}

.trimming-course-item:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .trimming-course-item:not(:first-of-type) {
    margin-top: clamp(14px, 4.26vw, 30px);
  }
}

.trimming-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.055em;
  color: #1d275a;
}
@media screen and (max-width: 768px) {
  .trimming-name {
    font-size: clamp(14px, 4.26vw, 30px);
    line-height: 1.3;
  }
}

.trimming-time {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1;
  color: #FFFFFF;
  padding: 14px 10px;
  background-color: #1d275a;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .trimming-time {
    margin-top: clamp(8px, 1.73vw, 13px);
    font-size: clamp(14px, 4.26vw, 30px);
    padding: clamp(8px, 1.73vw, 13px) clamp(5px, 1.33vw, 10px);
  }
}

.trimming-txt {
  margin-top: 20px;
  letter-spacing: 0.055em;
}
@media screen and (max-width: 768px) {
  .trimming-txt {
    font-size: clamp(13px, 3.46vw, 26px);
    line-height: 1.3;
  }
}
.trimming-txt span {
  color: #1d275a;
  display: inline;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
  .trimming-txt span {
    font-weight: 700;
  }
}

.price__table--trimming {
  margin-top: 10px;
}
.price__table--trimming .price__head {
  color: #1d275a;
}
@media screen and (max-width: 768px) {
  .price__table--trimming .price__head {
    font-size: clamp(13px, 3.46vw, 26px);
  }
}
@media screen and (max-width: 768px) {
  .price__table--trimming {
    margin-top: clamp(28px, 6.66vw, 50px);
  }
  .price__table--trimming .price__data {
    font-size: clamp(13px, 3.46vw, 26px);
  }
}

.for-owner {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .for-owner {
    margin-top: clamp(38px, 9.33vw, 70px);
  }
}

.for-owner__ttl {
  font-size: 18px;
  color: #1d275a;
  letter-spacing: 0.055em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .for-owner__ttl {
    font-size: clamp(14px, 4.26vw, 30px);
  }
}

.for-owner__list {
  margin-top: 10px;
}
.for-owner__item {
  letter-spacing: 0.055em;
}
.for-owner__item:not(:first-of-type) {
  margin-top: 28px;
}

.for-owner-name {
  color: #1d275a;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .for-owner-name {
    font-size: clamp(13px, 3.46vw, 26px);
  }
}

@media screen and (max-width: 768px) {
  .for-owner-txt {
    font-size: clamp(13px, 3.46vw, 26px);
  }
}

@media screen and (max-width: 768px) {
  .trimming-txt--sp-low-line-height {
    line-height: 2;
  }
}
/*============== 支払い方法 =============*/
.price__item--wh-box {
  padding: 25px 20px 50px;
  background-color: #FFFFFF;
  border: 2px solid #1d275a;
}
@media screen and (max-width: 768px) {
  .price__item--wh-box {
    padding: clamp(12px, 3.2vw, 24px) clamp(12px, 3.2vw, 24px) clamp(14px, 4.26vw, 30px);
  }
}

.price__heading--wh-box {
  padding: 0;
  background-color: unset;
  color: #1d275a;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .price__heading--wh-box {
    margin-bottom: clamp(10px, 2.66vw, 20px);
  }
}

.price__wh-box-inner {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .price__wh-box-inner {
    padding-left: 0;
  }
}

.payment-method-list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .payment-method-list {
    margin-top: clamp(18px, 5.33vw, 40px);
  }
}

@media screen and (max-width: 768px) {
  .payment-method-item:nth-of-type(2) {
    margin-top: clamp(18px , 5.33vw , 40px);
  }
}
.payment-method-item:last-of-type {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .payment-method-item:last-of-type {
    margin-top: clamp(18px , 5.33vw , 40px);
  }
}

@media screen and (max-width: 768px) {
  .price__txt--payment-method {
    font-size: clamp(13px, 3.46vw, 26px);
  }
}

.payment-method-name {
  font-size: 18px;
  color: #1d275a;
  margin-left: -10px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
  .payment-method-name {
    font-size: clamp(13px, 3.46vw, 26px);
    margin-left: 0;
    font-weight: 700;
  }
}

.payment-method-txt {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .payment-method-txt {
    font-size: clamp(13px, 3.46vw, 26px);
    margin-top: 0;
    line-height: 1.5;
	  padding-left: 5%;
  }
}

.payment-method-specific-list{
	margin-top: 10px;
}
.payment-method-specific-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .payment-method-specific-item {
    flex-direction: column;
  }
.payment-method-specific-list{
	padding-left: 5%;
	margin-top: 0;
}
}

.payment-method-specific-ttl {
  color: #1d275a;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .payment-method-specific-ttl {
    font-size: clamp(13px, 3.46vw, 26px);
  }
}

@media screen and (max-width: 768px) {
  .payment-method-specific-txt {
    font-size: clamp(13px, 3.46vw, 26px);
  }
}

.credit-card-img {
  width: calc(100% - 20px);
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .credit-card-img {
    width: 100%;
  }
}

/*============== ペット保険について =============*/
.pet-insurance-list {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .pet-insurance-list {
    margin-top: clamp(15.5px, 4.533vw, 34px);
  }
}

.pet-insurance-item {
  font-weight: 700;
  color: #1d275a;
}
@media screen and (max-width: 768px) {
  .pet-insurance-item {
    font-size: clamp(13px, 3.46vw, 26px);
  }
}

@media screen and (max-width: 768px) {
  .price__txt--pet-insurance {
    font-size: clamp(13px, 3.46vw, 26px);
  }
}

@media screen and (max-width: 768px) {
  .pet-insurance-emphasis {
    font-size: clamp(13px, 3.46vw, 26px);
  }
}
/*# sourceMappingURL=style.css.map */


.error-page__content{
		padding: 150px 0;
		margin-top: 80px;
		background-color: #fff;
		position: relative;
		z-index: 3;
		color: #D4383B;
	}
	
	.error-page__ttl{
      font-size: 40px;
      font-weight: 700;
	}
	@media screen and (max-width: 768px) {
		.error-page__content{
		margin-top: 50px;
	}
	
		.error-page__ttl{
			font-size: 30px;
			font-weight: 700;
		}
	}

  .wpcf7-spinner{
display: none!important;
}


.exosome-box{
    padding: 40px 25px;
	margin-top: 40px;
    background-color: #eff3f6;
}

.exosome-box__item:not(:first-of-type){
    margin-top:30px;
}

.exosome-box__ttl{
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    font-weight: 700;
    padding: 10px 15px;
    background-color: #1d275a;
}

.exosome-box__sub-ttl{
    margin-top: 35px;
    text-align: center;
}

.exosome-box__care-flow-list{
    margin-top: 20px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 15px;
}

.exosome-box__care-flow-item{
    width: calc(33% - 10px);
    padding: 20px 25px;
    background-color: #fff;
}

.exosome-box__care-flow-ttl{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.exosome-box__care-flow-point{
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #1d275a;
    font-style: italic;
    letter-spacing: -.05em;
	line-height: 1;
    text-align: center;
    font-weight: 300;
}
.exosome-box__care-flow-num{
    font-size: 33.82px;
    letter-spacing: .075;
    text-align: center;
}

.exosome-box__care-flow-ttl-name{
    font-size: 18px;
    color: #1d275a;
}

.exosome-box__care-flow-annotation{
    font-size: 14px;
    line-height: 1.5;
}

.exosome-box__pros-cons-list{
    margin-top: 20px;
    /*display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 30px;*/
}

.exosome-box__pros-cons-item{
    /*width: calc(50% - 15px);*/
    padding: 25px 20px;
    background-color: #fff;
}

.exosome-box__pros-cons-ttl{
    font-size: 18px;
    color: #1d275a;
    line-height: 1;
}

.exosome-box__pros-cons-detail-list{
    margin-top: 20px;
}

.exosome-box__pros-cons-detail-item{
    padding-bottom: 5px;
    border-bottom: 1px dashed #434343;
}

.exosome-box__list-style{
    color: #ca202a;
	display: inline;
}

@media screen and (max-width: 1024px) {
.exosome-box{
    padding: 40px 25px;
    background-color: #eff3f6;
}

.exosome-box__item:not(:first-of-type){
    margin-top:20px;
}


.exosome-box__sub-ttl{
    margin-top: 35px;
    text-align: center;
}

.exosome-box__care-flow-list{
	flex-direction:column;
}

.exosome-box__care-flow-item{
    width: 100%;
}


.exosome-box__pros-cons-list{
	flex-direction: column;
}

.exosome-box__pros-cons-item{
    width: 100%;
}


}


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

.exosome-box{
    padding: clamp(18px , 5.33vw , 40px) clamp(12px , 3.2vw , 24px);
	margin-top:  clamp(18px , 5.33vw , 40px) ;
}

.exosome-box__item:not(:first-of-type){
    margin-top:clamp(14px , 4.26vw , 30px);
}

.exosome-box__ttl{
    padding: 10px 15px;
	font-size:clamp(16px , 2.93vw , 21px);
}

.exosome-box__sub-ttl{
    margin-top: clamp(15.5px , 4.533vw , 34px);
}

.exosome-box__care-flow-list{
    margin-top: clamp(10px , 2.66vw , 20px)
    gap: 15px;
}

.exosome-box__care-flow-item{
    padding: clamp(10px , 2.66vw , 20px) clamp(13px , 3.46vw , 26px);
}

.exosome-box__care-flow-ttl{
    gap: 10px;
}

.exosome-box__care-flow-point{
    font-size:  clamp(14px , 3.73vw , 28px);
}
.exosome-box__care-flow-num{
    font-size: clamp(23px , 6vw , 45px);
}

.exosome-box__care-flow-ttl-name{
    font-size: clamp(15px , 3.2vw , 24px);
}

.exosome-box__care-flow-annotation{
    font-size: clamp(12px , 2.66vw , 20px);
}

.exosome-box__pros-cons-list{
    margin-top: clamp(10px , 2.66vw , 20px);
    gap: clamp(14px , 4.26vw , 30px);
}

.exosome-box__pros-cons-item{
    padding:  clamp(12px , 3.2vw , 24px) clamp(10px , 2.66vw , 20px);
}

.exosome-box__pros-cons-ttl{
    font-size: clamp(16px , 3.46vw , 26px);
}

.exosome-box__pros-cons-detail-list{
    margin-top: clamp(10px , 2.66vw , 20px);
}


}

.follow-menu{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9;
}

.follow-menu__list{
	display:flex;
	align-items: stretch;
	justify-content: center;
}

.follow-menu__item{
	width: calc(50% + 1px);
	aspect-ratio:1 / 0.2667;
	position: relative;
}
		
.follow-menu__item:first-child{
	margin-right:-1px;
}
.follow-menu__item:last-child{
	margin-left:-1px;
}
.follow-menu__item a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background-color: #1d275a;
	border: 2px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.867vw;
}


.follow-menu__phone-icon{
	width: 3.66vw;
	aspect-ratio: 1/ 1.0455;
	position: relative;
}
.follow-menu__phone-icon img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.follow-menu__phone-num{
	font-size: 4.8vw;
	color: #fff;
}

.follow-menu__reservation{
	font-size: 4vw;
	color: #fff;
}

.follow-menu__reservation-arrow{
	width: 8.33%;
	aspect-ratio:1 / 0.401;
	position: relative;
}
.follow-menu__reservation-arrow img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.txt-daycare{
	margin-top: 10px;
    margin-bottom: 10px;
}

.health-check__price-row .health-check__price-head:first-child{
	width: 125px;
}


.health-check__price-row .health-check__price-head:nth-child(2){
	width: 180px;
}
.health-check__price-row .health-check__price-data:nth-child(2){
	width:180px;
}

.health-check__price-row .health-check__price-head:last-child{
	width: 105px;
    text-align: right;
}

.health-check__price-row .health-check__price-data:last-child{
	width: 105px;
    text-align: right;
}

.health-check__price-row .health-check__price-head:nth-child(3){
	width: calc(100% - 410px);
}
.health-check__price-row .health-check__price-data:nth-child(3){
	width: calc(100% - 410px);
}