@charset "UTF-8";

/* 変数定義 */
/*--------------------------
font-size
---------------------------*/
/*行間計算*/
/*--------------------------
content-width
---------------------------*/
/* ----------------------------------------
All
---------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #121212;
  font-weight: 300;
}

#body.active {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.tel-btn {
  border: 2px solid rgba(56, 80, 107, .9);
  background-color: rgba(255, 255, 255, .9);
}

.phone-btn {
  background-color: rgba(56, 80, 107, .9);
}

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

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

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

.btn .text-wrap {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

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

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

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

.tel-btn .text-wrap {
  color: #38506B;
}

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

.btn__point-box {
  display: none;
}

/* ----------------------------------------
box btn
---------------------------------------- */
.box-btn {
  border: 1px solid #38506B;
  display: block;
  width: 290px;
}

.box-btn span {
  color: #38506B;
  padding: 24px 0;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 100%;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 975px) {
  .box-btn span {
    padding: 20px 0;
    font-size: 0.9375rem;
  }
}

.box-btn span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #38506B;
  right: -16px;
  bottom: 16px;
}

@media screen and (max-width: 975px) {
  .box-btn span::after {
    right: -14px;
    bottom: 14px;
  }
}

.box-btn span::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #38506B;
  right: -16px;
  bottom: 16px;
  -webkit-transform: rotate(30deg) translateY(-3px);
  transform: rotate(30deg) translateY(-3px);
}

@media screen and (max-width: 975px) {
  .box-btn span::before {
    right: -14px;
    bottom: 14px;
  }
}

/* ----------------------------------------
more btn
---------------------------------------- */
.more-btn,
#page-content .elementor-post__read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  color: #38506B;
  font-size: 18px;
  line-height: 0.8;
}

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

  .more-btn,
  #page-content .elementor-post__read-more {
    line-height: 0.7;
    font-size: 16px;
    gap: 6px;
  }
}

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

.more-btn::after,
#page-content .elementor-post__read-more::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

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

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

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

/* ----------------------------------------
hover
---------------------------------------- */
a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

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

/* ----------------------------------------
header pc
---------------------------------------- */
/* ----------------------------------------
header pc
---------------------------------------- */
.header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, .7);
  -webkit-backdrop-filter: blur(11.5px);
  backdrop-filter: blur(11.5px);
}

@media screen and (max-width: 1000px) {
  .header {
    height: inherit;
    position: fixed;
    background: rgba(255, 255, 255, 0);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
}

.header__inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  max-width: 1370px;
  max-width: 85.625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1000px) {
  .header__inner {
    padding-top: 0rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 4.625rem;
  }
}

@media screen and (max-width: 1000px) {
  .header__nav {
    background: #fff;
  }
}

.header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.header__nav-wrap-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}

.header__nav-wrap-top-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 1000px) {
  .header__nav-wrap-top-text {
    font-size: 0.625rem;
    display: none;
  }
}

@media screen and (max-width: 975px) {
  .header__nav-wrap-top-text-right {
    display: none;
  }
}

.header__logo-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .header__logo-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-top: 5px;
  }
}

.header__logo-flex-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  margin-right: 1.25rem;
}

@media screen and (max-width: 1000px) {
  .header__logo-flex-left {
    margin-right: 0rem;
  }
}

.header__logo-flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  gap: 0.375rem;
}

@media screen and (max-width: 1000px) {
  .header__logo-flex-right {
    display: none;
  }
}

.header__logo-flex-right-youtube-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  width: 1.875rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
}

.header__logo-flex-right-instagram-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  width: 1.5rem;
}

.header__logo-flex-right-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.header__logo-flex-right-link-img {
  width: 60px;
  width: 3.75rem;
  position: absolute;
  left: 0;
  height: 100%;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo-flex-right-link-img img {
  width: 24px;
  width: 1.5rem;
}

.--blue.header__logo-flex-right-link-img img {
  width: 19px;
  width: 1.1875rem;
}

.header__logo-flex-right-link {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  padding: 10px;
  padding-left: 74px;
  padding-left: 4.625rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.3125rem;
  min-height: 50px;
  min-height: 3.125rem;
  max-width: 240px;
  max-width: 15rem;
  width: 33%;
  white-space: nowrap;
}

.--blue.header__logo-flex-right-link {
  background: #7FD5E9;
  font-size: clamp(10px, 1.39vw, 19px);
}

.--orange.header__logo-flex-right-link {
  background: #E18F77;
  font-size: clamp(10px, 1.34vw, 17.6px);
}

.--green.header__logo-flex-right-link {
  background: #4CC764;
  font-size: clamp(10px, 1.34vw, 17.6px);
}

@media screen and (max-width: 1000px) {
  .header__logo {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 1000px) {
  .header__logo {
    padding-left: 0;
  }
}

.header__logo-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  gap: 1.25rem;
}

.header__logo-item {
  width: 100%;
  max-width: clamp(200px, 30vw, 340px);
  position: relative;
  display: block;
}

@media screen and (max-width: 1000px) {
  .header__logo-item {
    max-width: 14.125rem;
  }
}

@media screen and (max-width: 975px) {
  .header__logo-item {
    max-width: 12.375rem;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .header__nav-list {
    display: none;
  }
}

.header__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: clamp(10px, 2.22vw, 16px);
  padding-left: clamp(10px, 2.22vw, 16px);
  position: relative;
}

.header__nav-item:first-child {
  padding-left: 0;
}

.header__nav-item:after {
  content: "";
  width: 1px;
  height: 90%;
  background: #191919;
  right: 0;
  position: absolute;
}

.header__nav-item:last-child {
  padding-right: 0;
}

.header__nav-item:last-child:after {
  content: none;
}

.header__nav-item a {
  font-size: clamp(10px, 1vw, 14px);
  line-height: 1.4444444444;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #191919;
}

.header__nav-button-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  background: linear-gradient(125deg, rgb(238, 117, 18) 0%, rgb(254, 192, 64) 100%, rgb(228, 162, 26) 100%);
  color: #fff;
  padding: 14px 10px;
  padding: 0.875rem 0.625rem;
  border-radius: 0.1875rem;
}

.header__nav-item-top {
  font-size: clamp(10px, 0.8vw, 12px);
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav-item-top:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_162_121%29%22%3E%3Cpath%20d%3D%22M15.5556%2016.4319H2.22222C0.996708%2016.4319%200%2015.4464%200%2014.2346V2.51587C0%202.11141%200.331687%201.78345%200.740741%201.78345H17.037C17.4461%201.78345%2017.7778%202.11141%2017.7778%202.51587V14.2346C17.7778%2015.4464%2016.7811%2016.4319%2015.5556%2016.4319ZM1.48148%203.24829V14.2346C1.48148%2014.6383%201.81399%2014.967%202.22222%2014.967H15.5556C15.9638%2014.967%2016.2963%2014.6383%2016.2963%2014.2346V3.24829H1.48148Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M17.037%207.64282H0.740741C0.331687%207.64282%200%207.31486%200%206.9104C0%206.50594%200.331687%206.17798%200.740741%206.17798H17.037C17.4461%206.17798%2017.7778%206.50594%2017.7778%206.9104C17.7778%207.31486%2017.4461%207.64282%2017.037%207.64282Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M10.3706%204.71314C9.96157%204.71314%209.62988%204.38517%209.62988%203.98072V1.05103C9.62988%200.646566%209.96157%200.318604%2010.3706%200.318604C10.7797%200.318604%2011.1114%200.646566%2011.1114%201.05103V3.98072C11.1114%204.38517%2010.7797%204.71314%2010.3706%204.71314Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M7.40773%204.71314C6.99868%204.71314%206.66699%204.38517%206.66699%203.98072V1.05103C6.66699%200.646566%206.99868%200.318604%207.40773%200.318604C7.81679%200.318604%208.14847%200.646566%208.14847%201.05103V3.98072C8.14847%204.38517%207.81679%204.71314%207.40773%204.71314Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M13.3335%204.71314C12.9245%204.71314%2012.5928%204.38517%2012.5928%203.98072V1.05103C12.5928%200.646566%2012.9245%200.318604%2013.3335%200.318604C13.7426%200.318604%2014.0743%200.646566%2014.0743%201.05103V3.98072C14.0743%204.38517%2013.7426%204.71314%2013.3335%204.71314Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M4.44387%204.71314C4.03481%204.71314%203.70312%204.38517%203.70312%203.98072V1.05103C3.70312%200.646566%204.03481%200.318604%204.44387%200.318604C4.85292%200.318604%205.18461%200.646566%205.18461%201.05103V3.98072C5.18461%204.38517%204.85292%204.71314%204.44387%204.71314Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M4.44387%2010.5725C4.85297%2010.5725%205.18461%2010.2446%205.18461%209.84009C5.18461%209.43558%204.85297%209.10767%204.44387%209.10767C4.03477%209.10767%203.70312%209.43558%203.70312%209.84009C3.70312%2010.2446%204.03477%2010.5725%204.44387%2010.5725Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M4.44387%2013.5022C4.85297%2013.5022%205.18461%2013.1743%205.18461%2012.7698C5.18461%2012.3653%204.85297%2012.0374%204.44387%2012.0374C4.03477%2012.0374%203.70312%2012.3653%203.70312%2012.7698C3.70312%2013.1743%204.03477%2013.5022%204.44387%2013.5022Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M7.40773%2010.5725C7.81683%2010.5725%208.14847%2010.2446%208.14847%209.84009C8.14847%209.43558%207.81683%209.10767%207.40773%209.10767C6.99863%209.10767%206.66699%209.43558%206.66699%209.84009C6.66699%2010.2446%206.99863%2010.5725%207.40773%2010.5725Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M7.40773%2013.5022C7.81683%2013.5022%208.14847%2013.1743%208.14847%2012.7698C8.14847%2012.3653%207.81683%2012.0374%207.40773%2012.0374C6.99863%2012.0374%206.66699%2012.3653%206.66699%2012.7698C6.66699%2013.1743%206.99863%2013.5022%207.40773%2013.5022Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M10.3706%2010.5725C10.7797%2010.5725%2011.1114%2010.2446%2011.1114%209.84009C11.1114%209.43558%2010.7797%209.10767%2010.3706%209.10767C9.96152%209.10767%209.62988%209.43558%209.62988%209.84009C9.62988%2010.2446%209.96152%2010.5725%2010.3706%2010.5725Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M10.3706%2013.5022C10.7797%2013.5022%2011.1114%2013.1743%2011.1114%2012.7698C11.1114%2012.3653%2010.7797%2012.0374%2010.3706%2012.0374C9.96152%2012.0374%209.62988%2012.3653%209.62988%2012.7698C9.62988%2013.1743%209.96152%2013.5022%2010.3706%2013.5022Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M13.3335%2010.5725C13.7426%2010.5725%2014.0743%2010.2446%2014.0743%209.84009C14.0743%209.43558%2013.7426%209.10767%2013.3335%209.10767C12.9244%209.10767%2012.5928%209.43558%2012.5928%209.84009C12.5928%2010.2446%2012.9244%2010.5725%2013.3335%2010.5725Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M13.3335%2013.5022C13.7426%2013.5022%2014.0743%2013.1743%2014.0743%2012.7698C14.0743%2012.3653%2013.7426%2012.0374%2013.3335%2012.0374C12.9244%2012.0374%2012.5928%2012.3653%2012.5928%2012.7698C12.5928%2013.1743%2012.9244%2013.5022%2013.3335%2013.5022Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_162_121%22%3E%3Crect%20width%3D%2217.7778%22%20height%3D%2216.1133%22%20fill%3D%22white%22%20transform%3D%22translate%280%200.318604%29%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  width: 17px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3px;
  margin-right: 0.1875rem;
}

.header__nav-item-top-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.header__nav-item-top-mark::before,
.header__nav-item-top-mark::after {
  content: "";
  width: 0.5px;
  width: 0.03125rem;
  height: 9px;
  height: 0.5625rem;
  bottom: 1px;
  bottom: 0.0625rem;
  background-color: #fff;
  position: relative;
}

.header__nav-item-top-mark::before {
  margin-right: 3px;
  margin-right: 0.1875rem;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.header__nav-item-top-mark::after {
  margin-left: 3px;
  margin-left: 0.1875rem;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.header__nav-item-bottom {
  font-size: clamp(12px, 1.11vw, 16px);
  font-weight: bold;
  color: #fff;
  line-height: 1.4375;
}

.header__sp-favorite {
  display: none;
}

@media screen and (max-width: 1000px) {
  .header__sp-favorite {
    display: block;
    position: relative;
    top: 5px;
  }
}

#header.UpMove {
  position: fixed;
  width: 100%;
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/
#header.DownMove {
  position: fixed;
  width: 100%;
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#header {
  text-align: center;
  padding: 20px 20px 15px;
  padding: 1.25rem 1.25rem 0.9375rem;
}

@media screen and (max-width: 975px) {
  #header {
    padding: 0.625rem 0.9375rem 0.625rem;
  }
}

#header.fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .8);
}

#header.fixed .header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  #header.fixed .header__nav-wrap {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: block;
  }
}

#header.fixed .header__nav-list {
  padding-top: 0px;
  padding-top: 0rem;
}

.header.fixed .header__logo-flex-left {
  display: none;
}

@media screen and (max-width: 1000px) {
  .header.fixed .header__logo-flex-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header.fixed .header__logo-flex-right {
  position: fixed;
  bottom: 37px;
  right: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1000px) {
  .header.fixed .header__logo-flex-right {
    display: none;
  }
}

.header.fixed .header__logo-flex-right-link {
  font-size: 0;
  padding: 30px;
}

.header.fixed .header__logo-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header.fixed .header__logo-group-address {
  display: none;
}

.header.fixed .header__logo-group-title {
  display: none;
}

.header__logo-group-address {
  font-size: 14px;
  font-family: "Zen Old Mincho", serif;
  color: #554C36;
}

@media screen and (max-width: 1000px) {
  .header__logo-group-address {
    display: none;
  }
}

.header__logo-group-title {
  font-size: 14px;
  font-family: "Zen Old Mincho", serif;
  color: #554C36;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}

@media screen and (max-width: 1000px) {
  .header__logo-group-title {
    display: none;
  }
}

.megaMenu {
  padding: 30px;
  padding: 1.875rem;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  width: 100%;
  min-height: 200px;
  min-height: 12.5rem;
  max-width: 400px;
  max-width: 25rem;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
  top: 50px;
}

.megaMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  gap: 1.25rem;
}

.megaMenu ul li {
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
}

.megaMenu ul li a {
  margin-right: 0;
}

/* メニューをhoverした時のスタイル */
.header__nav-item:hover .megaMenu {
  opacity: 1;
  visibility: visible;
}

.header__nav-item {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.megaMenu {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.header__nav-opacity {
  display: none;
}

.header.fixed .header__nav-opacity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .header .cpt-contact__title {
    font-size: 1.25rem;
    text-align: center;
  }
}

/* ----------------------------------------
Mv
---------------------------------------- */
#g-nav-sp.panelactive {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

/*丸の拡大*/
.circle-bg {
  position: fixed;
  z-index: 3;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
}

.circle-bg.circleactive {
  opacity: 1;
  pointer-events: auto;
}

#g-nav-sp-list {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
}

#g-nav-sp-list .cpt-contact .cpt-contact__flex-body-text {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}

#g-nav-sp-list .cpt-contact__flex-body-text-bottom {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}

#g-nav-sp-list .cpt-contact__flex-body-text-bottom strong {
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
}

#g-nav-sp.panelactive #g-nav-sp-list {
  display: block;
}

/*ナビゲーション*/
#g-nav-sp ul.g-nav-sp__wrap {
  opacity: 0;
  position: relative;
  z-index: 999;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding-top: 100px;
  padding-top: 6.25rem;
  gap: 20px;
  gap: 1.25rem;
}

@media screen and (max-width: 1000px) {
  #g-nav-sp ul.g-nav-sp__wrap {
    padding-top: 4rem;
    padding-bottom: 1.25rem;
    height: auto;
    height: initial;
    max-width: 41.25rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9375rem;
  }
}

#g-nav-sp.panelactive ul.g-nav-sp__wrap {
  -webkit-animation-name: gnaviAnime;
  animation-name: gnaviAnime;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.g-nav-sp__item {
  text-align: left;
  width: 100%;
  list-style: none;
}

.g-nav-sp__item:first-child {
  padding-top: 0;
}

.g-nav-sp__item:nth-child(2) {
  padding-top: 0;
}

.g-nav-sp__item-link {
  color: #191919;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .g-nav-sp__item-link {
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.g-nav-sp__item-link:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #1F633E;
  border-right: solid 2px #1F633E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.openbtn1 {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  cursor: pointer;
  width: 62px;
  height: 62px;
  background: #3DB38A;
  display: none;
}

@media screen and (max-width: 1000px) {
  .openbtn1 {
    display: block;
    top: 0;
    right: 0;
  }
}

.openbtn1:after {
  content: "メニュー";
  bottom: 9px;
  position: absolute;
  justify-content: end;
  align-items: end;
  left: 0;
  right: 0;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 16px;
  height: 2px;
  background-color: #fff;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 13px;
}

.openbtn1 span:nth-of-type(2) {
  top: 21px;
}

.openbtn1 span:nth-of-type(3) {
  top: 29px;
}

.openbtn1.active span:nth-of-type(1) {
  background-color: #1F633E;
  top: 14px;
  left: 16px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  background-color: #1F633E;
  top: 26px;
  left: 16px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.openbtn1.active {
  background: none;

}

.openbtn1.active:after {
  content: "閉じる";
  color: #1F633E;
}

@media screen and (max-width: 1000px) {
  .header-cpt-contact .top-common__title-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 1000px) {
  .header-cpt-contact .cpt-contact__inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (max-width: 1000px) {
  .header-cpt-contact .cpt-contact__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 37.5rem;
  }
}

@media screen and (max-width: 1000px) {
  .header-cpt-contact .cpt-contact__flex-body {
    margin-right: 0;
    padding-bottom: 2.125rem;
  }
}

@media screen and (max-width: 1000px) {
  .header-cpt-contact .cpt-contact__flex-body:after {
    content: none;
  }
}

@media screen and (max-width: 1000px) {
  .header-cpt-contact .cpt-contact__flex-button-link-img img {
    width: 2.0625rem;
  }
}

@media screen and (max-width: 1000px) {
  .header-cpt-contact .cpt-contact__flex-button-link {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.bg-hidden {
  overflow: hidden;
}

.sp__br {
  display: none;
}

@media screen and (max-width: 975px) {
  .sp__br {
    display: block;
  }
}

.pc__br {
  display: block;
}

@media screen and (max-width: 975px) {
  .pc__br {
    display: none;
  }
}

.top-common__title {
  font-family: "optima";
  font-size: 94px;
  font-size: 5.875rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 975px) {
  .top-common__title {
    font-size: 2.5rem;
  }
}

.top-common__title small,
.concept__flex-body-title-jp {
  font-family: "Noto Serif JP", serif;
  font-size: 35px;
  font-size: 2.1875rem;
  letter-spacing: 0.2em;
  line-height: 1.45;
  color: #fff;
  font-weight: 500;
}

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

  .top-common__title small,
  .concept__flex-body-title-jp {
    font-size: 1.25rem;
  }
}

.top-common__title small.--green {
  color: #1E623D;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
}

@media screen and (max-width: 975px) {
  .top-common__title small.--green {
    font-size: 1.25rem;
    letter-spacing: 0.06em;
  }
}

.top-common__title-img {
  position: relative;
}

@media screen and (max-width: 975px) {
  .top-common__title-img {
    margin-left: 2.375rem;
  }
}

.top-common__title-img img {
  max-height: 67.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

@media screen and (max-width: 1000px) {
  .top-common__title-img img {
    max-height: 47.5px;
  }
}

@media screen and (max-width: 975px) {
  .top-common__title-img img {
    max-height: 27.5px;
  }
}

.top-common__title-img:before {
  content: "";
  position: absolute;
  width: 180px;
  width: 11.25rem;
  height: 180px;
  height: 11.25rem;
  background-image: url(../img/front/common-title-bg.webp);
  background-size: 11.25rem 11.25rem;
  top: -60px;
  top: -3.75rem;
  left: -60px;
  left: -3.75rem;
}

@media screen and (max-width: 975px) {
  .top-common__title-img:before {
    width: 4.75rem;
    height: 4.75rem;
    background-size: 4.75rem 4.75rem;
    top: -1.5rem;
    left: -2.25rem;
  }
}

.inner-1040 {
  max-width: 1080px;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.top-common__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 975px) {
  .top-common__title-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.top-common__title-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 975px) {
  .top-common__title-flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.top-common__title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 975px) {
  .top-common__title-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top-common__title-flex small {
  margin-left: 24px;
  margin-left: 1.5rem;
}

@media screen and (max-width: 975px) {
  .top-common__title-flex small {
    margin-left: 0;
  }
}

/* ----------------------------------------
page base
---------------------------------------- */
.is-page {
  background: #F5F5F0;
}

.page__section:not(:last-of-type) {
  padding-top: 148px;
}

@media screen and (max-width: 975px) {
  .page__section:not(:last-of-type) {
    padding-top: 80px;
  }
}

.page__section:last-of-type {
  padding-top: 148px;
  padding-bottom: 160px;
}

@media screen and (max-width: 975px) {
  .page__section:last-of-type {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

/* ----------------------------------------
page mv
---------------------------------------- */
.mv__wrap .container:not(.breadcrumbs) {
  padding: 100px 0;
}

@media screen and (max-width: 975px) {
  .mv__wrap .container:not(.breadcrumbs) {
    padding: 60px 0 80px;
    width: 100%;
  }
}

.mv__wrap .container .page__top-title,
.is-404 h1 {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.35em;
  line-height: 1.5;
}

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

  .mv__wrap .container .page__top-title,
  .is-404 h1 {
    font-size: 1.125rem;
  }
}

/* ----------------------------------------
breadcrumbs
---------------------------------------- */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 21px;
  padding-top: 1.3125rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 100%;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

@media screen and (max-width: 975px) {
  .breadcrumb {
    padding-bottom: 2.5rem;
  }
}

.breadcrumb__item {
  color: #474747;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}

.breadcrumb__item::after {
  content: ">";
  padding-left: 7px;
  padding-left: 0.4375rem;
  padding-right: 7px;
  padding-right: 0.4375rem;
}

.breadcrumb__item:last-child::after {
  content: none;
}

/* ----------------------------------------
page title
---------------------------------------- */
/* ----------------------------------------
message mv
---------------------------------------- */
/* ----------------------------------------
Footer
---------------------------------------- */
.footer {
  background-image: url(../img/front/footer-bg.webp);
  background-size: cover;
}

.footer__inner {
  max-width: 1140px;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

@media screen and (max-width: 975px) {
  .footer__inner {
    padding-top: 3.125rem;
    padding-bottom: 4.0625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.footer__logo {
  max-width: 400px;
  max-width: 25rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 975px) {
  .footer__logo {
    width: 80%;
    max-width: 12.5rem;
  }
}

.footer__logo-bottom-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

@media screen and (max-width: 975px) {
  .footer__logo-bottom-text {
    font-size: 0.75rem;
  }
}

.footer__menu-pc {
  display: block;
}

@media screen and (max-width: 975px) {
  .footer__menu-pc {
    display: none;
  }
}

.footer__menu-sp {
  display: none;
}

@media screen and (max-width: 975px) {
  .footer__menu-sp {
    display: block;
  }
}

.footer__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
  gap: 30px;
  gap: 1.875rem;
}

@media screen and (max-width: 975px) {
  .footer__menu-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem 0.625rem;
    max-width: 17.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__menu-list li {
  position: relative;
}

.footer__menu-list li:after {
  content: "";
  width: 1px;
  height: 15px;
  height: 0.9375rem;
  background: #ffffff;
  right: -15px;
  right: -0.9375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 975px) {
  .footer__menu-list li:after {
    content: none;
  }
}

.footer__menu-list li:last-child:after {
  content: none;
}

.footer__menu-link {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
}

@media screen and (max-width: 975px) {
  .footer__menu-link {
    margin-right: 0;
  }
}

.footer__menu-link:last-child {
  margin-right: 0;
}

.footer .clinic-about__consultation {
  margin-left: 0;
  padding-left: 0;
}

.footer .clinic-about__flex {
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 975px) {
  .footer .clinic-about__flex {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer .clinic-about__consultation-text {
  color: #fff;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.footer .info__table {
  color: #1E623D;
  margin-bottom: 0;
}

.info__table-color-black {
  color: #191919;
}

.footer .clinic-about__consultation-text-red {
  color: #fff;
}

.footer .clinic-about__consultation-text p {
  text-align: right;
}

.footer .clinic-about__map-bottom-title {
  background-color: transparent;
  border: 1px solid #fff;
}

.scroll-top.is-hide+.footer-menu .pagetop {
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
}

.footer-menu {
  position: fixed;
  display: none;
  bottom: 0;
  right: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  opacity: 1;
  height: 42px;
  height: 2.625rem;
  bottom: -4px;
}

@media screen and (max-width: 975px) {
  .footer-menu {
    display: block;
  }
}

.footer-menu___link-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.footer-menu___link-flex .cpt-contact__flex-button-link {
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0;
  min-height: 38px;
  min-height: 2.375rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.footer-menu___link-flex .cpt-contact__flex-button-link-img {
  width: 20px;
  width: 1.25rem;
}

.footer-menu___link-flex .cpt-contact__flex-button-link .cpt-contact__flex-button-link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.2;
}

.footer-menu___link-flex .cpt-contact__flex-button-link .cpt-contact__flex-button-link-text .footer__button-text-top {
  white-space: nowrap;
}

.pagetop {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 13%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  opacity: 1;
  z-index: 99;
  position: fixed;
  right: 0;
}

@media screen and (max-width: 975px) {
  .pagetop {
    position: fixed;
    right: 0;
    bottom: 2.6rem;
    height: 2.625rem;
    width: 2.5rem;
  }
	.footer-menu{
		bottom: 0;
	}
}

.pagetop-up {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  line-height: 1;
  width: auto;
  height: auto;
}

.pagetop-up .cpt-contact__flex-button-link-img {
  width: 14px;
  width: 0.875rem;
}

.scroll-top .footer-menu___link-flex .pagetop-up .cpt-contact__flex-button-link-img {
  margin-right: 0;
}

.copyright {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  padding: 20px 20px 80px;
  padding: 1.25rem 1.25rem 5rem;
}

.footer__flex-button-link.--yellow {
  background: #B2A91E;
}

.footer__flex-button-link.--blue {
  background: #69B3BA;
}

.footer__flex-button-link.--green {
  background: #37AD84;
}

.footer__about-content {
  background: rgba(255, 255, 255, .3);
  border-radius: 0.9375rem;
  color: #fff;
  max-width: 1060px;
  max-width: 66.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  padding: 2.5rem 3.75rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}

@media screen and (max-width: 975px) {
  .footer__about-content {
    padding: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.footer__about-content-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 25px;
  font-size: 1.5625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

@media screen and (max-width: 975px) {
  .footer__about-content-title {
    font-size: 1.125rem;
  }
}

.footer__about-content-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
}

.footer__about-content-text a {
  text-decoration: underline;
}

.footer__button-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  gap: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
	max-width: 53rem;
    margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .footer__button-wrap {
    gap: 0.75rem;
  }
}

@media screen and (max-width: 975px) {
  .footer__button-wrap {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 0;
	margin-bottom: 20px;
  }
}

.footer__button-item {
  -webkit-box-shadow: 0px 0px 15px -5px #fff;
  box-shadow: 0px 0px 15px -5px #fff;
  border-radius: 2rem;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  max-height: 64px;
  max-height: 4rem;
  position: relative;
}

	#js-scroll-top .footer__button-item.--yellow{
		background: rgba(178, 169, 30, 1);
	}
	#js-scroll-top .footer__button-item.--blue {
    background: rgba(75, 168, 177, 1);
}

@media screen and (max-width: 975px) {
  .footer__button-item {
    width: 100%;
    max-width: 19.5rem;
    margin-left: auto;
    margin-right: auto;
	border-radius: 100px;
	 padding-left: 0;
	  padding-right: 0;
  }
	.footer-menu .footer__button-item{
		border-radius: 0;
	}
	.footer-menu .footer__button-item.--yellow{
		background: rgba(178, 169, 30, 1);
	}
	.footer-menu .footer__button-item.--blue {
    background: rgba(75, 168, 177, 1);
}
}

.footer__button-item:after {
  content: "";
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background-size: 1.875rem 1.875rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_401%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20401%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229.395%22%20height%3D%2229.395%22%20viewBox%3D%220%200%2029.395%2029.395%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_44%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2044%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2214.697%22%20cy%3D%2214.697%22%20r%3D%2214.697%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2214.697%22%20cy%3D%2214.697%22%20r%3D%2214.197%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_385%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20385%22%20transform%3D%22translate(8.839%2010.782)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7%22%20data-name%3D%22%E3%83%91%E3%82%B9%207%22%20d%3D%22M1068.415%2C2219h11.4%22%20transform%3D%22translate(-1068.415%20-2215.319)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_8%22%20data-name%3D%22%E3%83%91%E3%82%B9%208%22%20d%3D%22M1079.26%2C2214.528l3.561%2C3.682-3.561%2C3.58%22%20transform%3D%22translate(-1071.105%20-2214.528)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  right: 10px;
  right: 0.625rem;
  position: absolute;
}

@media screen and (max-width: 1100px) {
  .footer__button-item:after {
    width: 0.625rem;
    height: 0.625rem;
    background-size: 0.625rem 0.625rem;
  }
}

@media screen and (max-width: 975px) {
  .footer__button-item:after {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem 1.5rem;
	  right: 0.625rem;
  }
	 .footer-menu .footer__button-item:after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem 1rem;
	  right: 0.325rem;
  }
}

.footer__button-item.--yellow {
  background: rgba(178, 169, 30, .73);
}

.footer__button-item.--blue {
  background: rgba(75, 168, 177, .7);
}

.footer__button-item.--green {
  background: rgba(13, 160, 109, .6);
}

.footer__button-text-top {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1;
}

@media screen and (max-width: 1100px) {
  .footer__button-text-top {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 975px) {
	.footer__button-text-top{
		font-size: 0.7rem;
	}
  .footer-menu .footer__button-text-top {
    font-size: min(2.2vw, 1rem);
  }
}

.footer__button-text-bottom {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0;
  padding-top: 2px;
  padding-top: 0.125rem;
  line-height: 1;
}

@media screen and (max-width: 1100px) {
  .footer__button-text-bottom {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 975px) {
	.footer__button-text-bottom {
    font-size: 1rem;
  }
  .footer-menu .footer__button-text-bottom {
    font-size: min(3.2vw, 1.2rem);
  }
}

.footer__button-text-bottom-tel {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1100px) {
  .footer__button-text-bottom-tel {
    font-size: 1rem;
  }
}

.footer__button-text-bottom-tel-en {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 1100px) {
  .footer__button-text-bottom-tel-en {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 975px) {
	  .footer__button-text-bottom-tel {
    font-size: 1.2rem;
  }
	.footer__button-text-bottom-tel-en{
		font-size: 1rem;
	}
  .footer-menu .footer__button-text-bottom-tel {
    font-size: min(3.5vw, 1.4rem);
  }
	.footer-menu  .footer__button-text-bottom-tel-en{
		font-size: min(3.2vw, 1.2rem);
	}
}

.footer__menu-sub ul {
  margin-bottom: 0;
}

@media screen and (max-width: 975px) {
  .footer__menu-sub ul {
    grid-template-columns: 1fr;
    max-width: 15rem;
    margin-left: auto;
    margin-right: auto;
    gap: 0.625rem;
  }
}

.footer__campaign {
  background-size: cover;
  background-image: url(../img/front/footer-campaign-bg.webp);
  max-width: 760px;
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 30px 15px 50px;
  padding: 2rem 1.875rem 0.9375rem 3.125rem;
  border-radius: 1.25rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

@media screen and (max-width: 975px) {
  .footer__campaign {
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.125rem;
    padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  }
}

.footer__campaign-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__campaign-left-text {
  font-family: "optima";
  font-size: 33px;
  font-size: 2.0625rem;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  color: #fff;
}

@media screen and (max-width: 975px) {
  .footer__campaign-left-text {
    font-size: 1rem;
  }
}

.footer__campaign-left-text-bottom {
  font-family: "optima";
  font-size: 52px;
  font-size: 3.25rem;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  color: #fff;
}

@media screen and (max-width: 975px) {
  .footer__campaign-left-text-bottom {
    font-size: 1.6875rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 400px) {
  .footer__campaign-left-text-bottom {
    font-size: 1.25rem;
  }
}

.footer__campaign-right {
  background: #53BB94;
  border-radius: 999px;
  width: 116px;
  width: 7.25rem;
  height: 116px;
  height: 7.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "optima";
  color: #fff;
  padding: 10px 10px 5px;
  padding: 0.625rem 0.625rem 0.3125rem;
}

@media screen and (max-width: 975px) {
  .footer__campaign-right {
    width: 3.75rem;
    height: 3.75rem;
  }
}

@media screen and (max-width: 400px) {
  .footer__campaign-right {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.footer__campaign-right:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2245.052%22%20height%3D%2214.29%22%20viewBox%3D%220%200%2045.052%2014.29%22%3E%20%3Cg%20id%3D%22tap-arrow%22%20transform%3D%22translate(1%201.411)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7%22%20data-name%3D%22%E3%83%91%E3%82%B9%207%22%20d%3D%22M1068.415%2C2219h42.5%22%20transform%3D%22translate(-1068.415%20-2213.67)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_8%22%20data-name%3D%22%E3%83%91%E3%82%B9%208%22%20d%3D%22M1079.26%2C2215.1l6.1%2C5.333-6.1%2C6.132%22%20transform%3D%22translate(-1042.307%20-2215.097)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 44px;
  width: 2.75rem;
  height: 11px;
  height: 0.6875rem;
  background-size: 2.75rem 0.6875rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}

@media screen and (max-width: 975px) {
  .footer__campaign-right:after {
    width: 1.375rem;
    height: 0.3125rem;
    background-size: 1.375rem 0.3125rem;
    margin-left: 0rem;
  }
}

.footer__campaign-right-text {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0;
}

@media screen and (max-width: 975px) {
  .footer__campaign-right-text {
    display: none;
  }
}

.footer__campaign-right-tap {
  font-size: 27px;
  font-size: 1.6875rem;
  letter-spacing: 0;
}

@media screen and (max-width: 975px) {
  .footer__campaign-right-tap {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 400px) {
  .footer__campaign-right-tap {
    font-size: 0.875rem;
  }
}

.scroll-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  max-width: 820px;
  max-width: 40rem;
  width: 100%;
  color: #fff;
  line-height: 50px;
  text-align: center;
}

@media screen and (max-width: 975px) {
  .scroll-top {
    display: none;
  }
}

.scroll-top {
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.is-hide {
  pointer-events: none;
}

.scroll-top .cpt-contact__flex-button-link {
  border: 2px solid #fff;
}

.scroll-top .pagetop {
  bottom: 68px;
  bottom: 4.25rem;
  height: 62px;
  height: 3.875rem;
  width: 60px;
  width: 3.75rem;
}

.scroll-top .footer-menu___link-flex {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.scroll-top .footer-menu___link-flex .cpt-contact__flex-button-link-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  width: 2rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.scroll-top .footer-menu___link-flex .cpt-contact__flex-button-link {
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: "Noto Sans JP", sans-serif;
}

/* ----------------------------------------
section
---------------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
}

.hero__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 0;
  min-height: 800px;
  max-height: 800px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .hero__picture {
    min-height: 629px;
    max-height: 629px;
  }
}

.hero__picture img {
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__text-img {
  position: absolute;
  left: 19px;
  left: 1.1875rem;
  bottom: 10px;
  bottom: 0.625rem;
}

@media screen and (max-width: 975px) {
  .hero__text-img {
    max-width: 9vw;
  }
}

.hero__body {
  position: absolute;
  left: 40%;
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1500px) {
  .hero__body {
    left: 35%;
  }
}

@media screen and (max-width: 975px) {
  .hero__body {
    left: 50%;
    top: 26%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 2.6vw;
  }
}

.hero__body::after {
  content: "";
  width: 440px;
  height: 420px;
  background-image: url(../img/front/img-hero-body.webp);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -150px;
  background-size: contain;
  background-repeat: no-repeat;
  right: -80px;
  z-index: -1;
}

@media screen and (max-width: 1100px) {
  .hero__body::after {
    width: 480px;
    height: 520px;
    left: -120px;
    top: -100px;
  }
}

@media screen and (max-width: 975px) {
  .hero__body::after {
    width: 42%;
    height: auto;
    left: auto;
    left: initial;
    top: 30%;
    right: 7%;
  }
}

.hero__body-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero__body-text-top {
  font-family: "Noto Serif JP", serif;
  text-shadow: 0 0 18px rgba(52, 90, 52, .84);
  font-size: clamp(20px, 2.78vw, 38px);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2em;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

@media screen and (max-width: 975px) {
  .hero__body-text-top {
    font-size: 5.2vw;
    padding-bottom: 4vw;
  }
}

@media screen and (max-width: 480px) {
  .hero__body-text-top {
    font-size: 4.2vw;
  }
}

.hero__body-text-center {
  font-family: "Noto Serif JP", serif;
  text-shadow: 0 0 18px rgba(52, 90, 52, .84);
  font-size: clamp(40px, 5.6vw, 76.5px);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 975px) {
  .hero__body-text-center {
    font-size: 8.2vw;
  }
}

@media screen and (max-width: 480px) {
  .hero__body-text-center {
    font-size: 8.2vw;
  }
}

.hero__body-text-center-small {
  font-size: clamp(20px, 3.6vw, 50.5px);
  letter-spacing: 0.2em;
}

@media screen and (max-width: 975px) {
  .hero__body-text-center-small {
    font-size: 5.7vw;
    letter-spacing: 0.15em;
  }
}

@media screen and (max-width: 480px) {
  .hero__body-text-center-small {
    font-size: 5.2vw;
    letter-spacing: 0.2em;
  }
}

.hero__body-text-bottom {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2em;
  text-shadow: 0 0 18px rgba(52, 90, 52, .84);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.hero__body-text-bottom-small {
  font-size: clamp(20px, 4.3vw, 60.5px);
  letter-spacing: 0.2em;
}

@media screen and (max-width: 975px) {
  .hero__body-text-bottom-small {
    font-size: 7.8vw;
  }
}

@media screen and (max-width: 480px) {
  .hero__body-text-bottom-small {
    font-size: 6.2vw;
  }
}

.hero__body-text-bottom-small-ni {
  font-size: clamp(20px, 3.6vw, 50.5px);
  letter-spacing: 0.2em;
  padding-top: 10px;
  padding-top: 0.625rem;
}

@media screen and (max-width: 975px) {
  .hero__body-text-bottom-small-ni {
    font-size: 6.7vw;
  }
}

@media screen and (max-width: 480px) {
  .hero__body-text-bottom-small-ni {
    font-size: 4.2vw;
  }
}

.hero__body-text-bottom-big {
  font-size: clamp(20px, 8.125vw, 111px);
  letter-spacing: 0.15em;
  margin-top: 21px;
  padding-left: 5px;
}

@media screen and (max-width: 975px) {
  .hero__body-text-bottom-big {
    font-size: 12.4vw;
  }
}

@media screen and (max-width: 480px) {
  .hero__body-text-bottom-big {
    font-size: 12.4vw;
  }
}

.hero__body-text-bottom-big-second {
  font-size: clamp(20px, 6.36vw, 87px);
  margin-left: -8px;
  margin-left: -0.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 975px) {
  .hero__body-text-bottom-big-second {
    font-size: 11vw;
  }
}

@media screen and (max-width: 480px) {
  .hero__body-text-bottom-big-second {
    font-size: 9vw;
  }
}

.hero__body-text-bottom-big-third {
  font-size: clamp(20px, 4.6vw, 60.5px);
  margin-left: -5px;
  margin-left: -0.3125rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (max-width: 975px) {
  .hero__body-text-bottom-big-third {
    font-size: 8.2vw;
  }
}

@media screen and (max-width: 480px) {
  .hero__body-text-bottom-big-third {
    font-size: 6.2vw;
  }
}

.hero__bottom-title-wrap {
  background: #fff;
  border-radius: 6.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: -20px;
  margin-top: -1.25rem;
  margin-left: 0;
  margin-right: auto;
}

@media screen and (max-width: 975px) {
  .hero__bottom-title-wrap {
    margin-left: 12%;
  }
}

.hero__bottom-title {
  color: #42b1c0;
  font-family: "Noto Sans JP", sans-serif;
  padding: 8px 10px 10px;
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: clamp(12px, 1.4vw, 18px);
  letter-spacing: 0.1em;
  line-height: 1.44;
}

@media screen and (max-width: 975px) {
  .hero__bottom-title {
    font-size: 2.85vw;
  }
}

.hero__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: clamp(300px, 42vw, 580px);
  position: absolute;
  right: 0;
  bottom: 42px;
  background-image: url(../img/front/hero-bottom-right-bg.webp);
  background-size: 100% 100%;
  width: 100%;
}

@media screen and (max-width: 975px) {
  .hero__bottom {
    bottom: 0;
    max-width: 68%;
  }
}

.hero__bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 0px;
  padding-right: 0rem;
}

@media screen and (max-width: 975px) {
  .hero__bottom-content {
    padding-bottom: 0.625rem;
  }
}

.hero__bottom-content-text--top {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 2.89vw, 39.5px);
  letter-spacing: 0.1em;
  line-height: 1.4545454545;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-left: 5px;
  padding-left: 0.3125rem;
}

@media screen and (max-width: 975px) {
  .hero__bottom-content-text--top {
    font-size: 5vw;
  }
}

.hero__bottom-content-text {
  position: absolute;
  bottom: -25px;
  bottom: -1.5625rem;
  right: 5px;
  right: 0.3125rem;
  color: #484848;
  font-size: clamp(8px, 1.02vw, 14px);
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
}

@media screen and (max-width: 975px) {
  .hero__bottom-content-text {
    position: relative;
    bottom: 0;
    right: 0.625rem;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    padding-bottom: 0.625rem;
    text-align: right;
    width: 100%;
  }
}

.hero__bottom-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: clamp(300px, 42vw, 322px);
  width: 100%;
  height: 306px;
  height: 19.125rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/front/hero-bottom-left-bg.webp);
  background-size: 100% 100%;
  width: 100%;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  padding-right: 10px;
  padding-right: 0.625rem;
}

@media screen and (max-width: 975px) {
  .hero__bottom-access {
    bottom: 0;
    max-width: 40vw;
    height: auto;
    padding-top: 7%;
    padding-bottom: 3%;
  }
}

.hero__bottom-access-title {
  font-size: clamp(32px, 2.8vw, 38px);
  letter-spacing: 0.2em;
  line-height: 1.4545454545;
  text-shadow: 0 0 51px rgba(52, 90, 52, .84);
}

@media screen and (max-width: 975px) {
  .hero__bottom-access-title {
    font-size: 4.8vw;
  }
}

.hero__bottom-access-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  line-height: 0.8;
  text-shadow: 0 0 51px rgba(52, 90, 52, .84);
  font-weight: 600;
}

.hero__bottom-access-center-first {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: clamp(23px, 2vw, 38px);
}

@media screen and (max-width: 975px) {
  .hero__bottom-access-center-first {
    font-size: 3.5vw;
  }
}

.hero__bottom-access-center-second {
  font-size: clamp(100px, 9.1vw, 125px);
  letter-spacing: 0;
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -20px;
  margin-right: -1.25rem;
}

@media screen and (max-width: 975px) {
  .hero__bottom-access-center-second {
    font-size: 16vw;
    margin-left: -0.3125rem;
    margin-right: -0.625rem;
  }
}

.hero__bottom-access-center-third {
  font-size: clamp(23px, 2vw, 28px);
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}

@media screen and (max-width: 975px) {
  .hero__bottom-access-center-third {
    font-size: 3.5vw;
    padding-bottom: 0;
  }
}

.hero__bottom-access-bottom {
  font-size: clamp(21px, 1.8vw, 25px);
  letter-spacing: 0.2em;
  padding-top: 20px;
  padding-top: 1.25rem;
}

@media screen and (max-width: 975px) {
  .hero__bottom-access-bottom {
    font-size: 3.125vw;
  }
}

.concept {
  position: relative;
  overflow: hidden;
  background-image: url(../img/front/concept-bg.webp);
}

@media screen and (max-width: 975px) {
  .concept {
    background-image: url(../img/front/concept-sp.webp);
  }
}

.concept__inner {
  max-width: 1080px;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

@media screen and (max-width: 975px) {
  .concept__inner {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 6.25rem;
    max-width: 41.25rem;
  }
}

.concept__flex-body-title {
  position: relative;
}

@media screen and (max-width: 975px) {
  .concept__flex-body-title {
    max-width: 15rem;
    margin-left: 2.5rem;
  }
}

.concept__flex-body-title:after {
  content: "";
  position: absolute;
  width: 180px;
  width: 11.25rem;
  height: 180px;
  height: 11.25rem;
  background-image: url(../img/front/concept-title-bg.webp);
  background-size: 11.25rem 11.25rem;
  top: -45px;
  top: -2.8125rem;
  left: -80px;
  left: -5rem;
}

@media screen and (max-width: 975px) {
  .concept__flex-body-title:after {
    width: 4.75rem;
    height: 4.75rem;
    background-size: 4.75rem 4.75rem;
    top: -1.125rem;
    left: -2.875rem;
  }
}

.concept__flex-body-title-jp {
  padding-left: 50%;
}

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

@media screen and (max-width: 975px) {
  .concept__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.concept__flex-body {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}

.concept__flex-body-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #fff;
  padding-top: 45px;
  padding-top: 2.8125rem;
  font-weight: 400;
}

.concept__flex-body-text strong {
  font-size: 17px;
  font-size: 1.0625rem;
}

.concept__flex-body-button {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  color: #fff;
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (max-width: 975px) {
  .concept__flex-body-button {
    margin-top: 5rem;
  }
}

.concept__flex-body-button:after {
  content: "";
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background-size: 1.875rem 1.875rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_401%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20401%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229.395%22%20height%3D%2229.395%22%20viewBox%3D%220%200%2029.395%2029.395%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_44%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2044%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2214.697%22%20cy%3D%2214.697%22%20r%3D%2214.697%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2214.697%22%20cy%3D%2214.697%22%20r%3D%2214.197%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_385%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20385%22%20transform%3D%22translate(8.839%2010.782)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7%22%20data-name%3D%22%E3%83%91%E3%82%B9%207%22%20d%3D%22M1068.415%2C2219h11.4%22%20transform%3D%22translate(-1068.415%20-2215.319)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_8%22%20data-name%3D%22%E3%83%91%E3%82%B9%208%22%20d%3D%22M1079.26%2C2214.528l3.561%2C3.682-3.561%2C3.58%22%20transform%3D%22translate(-1071.105%20-2214.528)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  position: relative;
  margin-left: 10px;
  margin-left: 0.625rem;
}

@media screen and (max-width: 1100px) {
  .concept__flex-body-button:after {
    width: 0.625rem;
    height: 0.625rem;
    background-size: 0.625rem 0.625rem;
  }
}

@media screen and (max-width: 975px) {
  .concept__flex-body-button:after {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem 1.5rem;
  }
}

.concept__flex-copy {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 975px) {
  .concept__flex-copy {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    text-orientation: initial;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.25rem;
  }
}

.concept__flex-copy--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 975px) {
  .concept__flex-copy--pc {
    display: none;
  }
}

.concept__flex-copy--sp {
  display: none;
}

@media screen and (max-width: 975px) {
  .concept__flex-copy--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.concept__flex-copy span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .16);
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  white-space: nowrap;
  padding: 20px 10px;
}

@media screen and (max-width: 975px) {
  .concept__flex-copy span {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    text-orientation: initial;
	padding: 10px 15px;
  }
}

.concept__flex-copy-first {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  background-color: rgba(116, 198, 167, .6);
}

@media screen and (max-width: 975px) {
  .concept__flex-copy-first {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    line-height: 2;
  }
}

.concept__flex-copy-first-small {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

@media screen and (max-width: 975px) {
  .concept__flex-copy-first-small {
    font-size: 1rem;
  }
}

.concept__flex-copy-second {
  font-size: 48px;
  font-size: 3rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  background-color: rgba(116, 198, 167, .6);
}

@media screen and (max-width: 975px) {
  .concept__flex-copy-second {
    font-size: 1.375rem;
  }
}

.concept__flex-copy-second-small {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

@media screen and (max-width: 975px) {
  .concept__flex-copy-second-small {
    font-size: 1rem;
  }
}

.concept__flex-copy-third {
  font-size: 48px;
  font-size: 3rem;
  margin-top: 160px;
  margin-top: 10rem;
  background-color: rgba(116, 198, 167, .6);
}

.concept__flex-copy-third-small {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

.campaign {
  background-image: url(../img/front/campaign-bg.webp);
  background-size: cover;
  overflow: hidden;
}

.campaign__inner {
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

@media screen and (max-width: 975px) {
  .campaign__inner {
    padding-top: 3.75rem;
    padding-bottom: 3.125rem;
  }
}

.campaign__head {
  max-width: 1080px;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
}

.campaign__title {
  max-width: 600px;
  max-width: 37.5rem;
}

@media screen and (max-width: 975px) {
  .campaign__title {
    max-width: 18.75rem;
  }
}

.campaign__swiper-wrap {
  position: relative;
  max-width: 990px;
  max-width: 61.875rem;
  padding-top: 48px;
  padding-top: 3rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .campaign__swiper-wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    width: 92%;
  }
}

.campaign__swiper {
  overflow: hidden;
  position: relative;
}

.campaign__swiper .swiper-slide {
  -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .16);
}

.campaign__swiper .swiper-slide img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.campaign__swiper-button-prev::after,
.campaign__swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

/* 前への矢印カスタマイズ */
.campaign__swiper-button-prev::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267.85%22%20height%3D%2267.85%22%20viewBox%3D%220%200%2067.85%2067.85%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_386%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20386%22%20transform%3D%22translate(-112.778%20-1192)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_44%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2044%22%20transform%3D%22translate(112.778%201192)%22%20fill%3D%22none%22%20stroke%3D%22%2353bb94%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2233.925%22%20cy%3D%2233.925%22%20r%3D%2233.925%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2233.925%22%20cy%3D%2233.925%22%20r%3D%2233.425%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_385%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20385%22%20transform%3D%22translate(133.182%201218.2)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7%22%20data-name%3D%22%E3%83%91%E3%82%B9%207%22%20d%3D%22M1094.719%2C2219h-26.3%22%20transform%3D%22translate(-1067.677%20-2211.818)%22%20fill%3D%22none%22%20stroke%3D%22%2353bb94%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_8%22%20data-name%3D%22%E3%83%91%E3%82%B9%208%22%20d%3D%22M1087.479%2C2215.1l-8.219%2C7.186%2C8.219%2C8.263%22%20transform%3D%22translate(-1079.26%20-2215.097)%22%20fill%3D%22none%22%20stroke%3D%22%2353bb94%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  z-index: 1;
  left: -80px;
  left: -5rem;
  width: 68px;
  width: 4.25rem;
  height: 68px;
  height: 4.25rem;
  background-size: contain;
}

@media screen and (max-width: 1200px) {
  .campaign__swiper-button-prev::after {
    width: 2.5rem;
    height: 2.5rem;
    left: -1.875rem;
  }
}

@media screen and (max-width: 975px) {
  .campaign__swiper-button-prev::after {
    left: -0.9375rem;
  }
}

/* 次への矢印カスタマイズ */
.campaign__swiper-button-next::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_387%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20387%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267.85%22%20height%3D%2267.85%22%20viewBox%3D%220%200%2067.85%2067.85%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_44%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2044%22%20fill%3D%22none%22%20stroke%3D%22%2353bb94%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2233.925%22%20cy%3D%2233.925%22%20r%3D%2233.925%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2233.925%22%20cy%3D%2233.925%22%20r%3D%2233.425%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_385%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20385%22%20transform%3D%22translate(20.404%2026.2)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7%22%20data-name%3D%22%E3%83%91%E3%82%B9%207%22%20d%3D%22M1068.415%2C2219h26.3%22%20transform%3D%22translate(-1068.415%20-2211.818)%22%20fill%3D%22none%22%20stroke%3D%22%2353bb94%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_8%22%20data-name%3D%22%E3%83%91%E3%82%B9%208%22%20d%3D%22M1079.26%2C2215.1l8.219%2C7.186-8.219%2C8.263%22%20transform%3D%22translate(-1060.437%20-2215.097)%22%20fill%3D%22none%22%20stroke%3D%22%2353bb94%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  z-index: 1;
  right: -80px;
  right: -5rem;
  width: 68px;
  width: 4.25rem;
  height: 68px;
  height: 4.25rem;
  background-size: contain;
}

@media screen and (max-width: 1200px) {
  .campaign__swiper-button-next::after {
    width: 2.5rem;
    height: 2.5rem;
    right: -1.875rem;
  }
}

@media screen and (max-width: 975px) {
  .campaign__swiper-button-next::after {
    right: -0.9375rem;
  }
}

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

.campaign__swiper-pagination {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.campaign__swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  background: #96DBB0;
  opacity: 1;
}

.campaign__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
  background: #53BB94;
}

.info-news {
  background-image: url(../img/front/info-news-bg.webp);
  background-size: cover;
  background-position: center;
}

.information {
  padding-top: 114px;
  padding-top: 7.125rem;
  padding-bottom: 110px;
  padding-bottom: 6.875rem;
}

@media screen and (max-width: 975px) {
  .information {
    padding-bottom: 1.875rem;
  }
}

.information__title {
  max-width: 740px;
  max-width: 46.25rem;
  position: relative;
}

@media screen and (max-width: 975px) {
  .information__title {
    max-width: 21.25rem;
  }
}

.information__title:before {
  content: "";
  position: absolute;
  width: 800px;
  width: 50rem;
  height: 800px;
  height: 50rem;
  background-image: url(../img/front/info-title-bg.webp);
  background-size: 50rem 50rem;
  top: -285px;
  top: -17.8125rem;
  left: -280px;
  left: -17.5rem;
  z-index: -1;
}

.information__title small {
  text-align: right;
}

.information__flex {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.information__table tbody tr th,
.info__table tbody tr td {
  background: rgba(255, 255, 255, .8);
}

.information__list {
  max-width: 740px;
  max-width: 46.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (max-width: 975px) {
  .information__list {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.information__item {
  color: #000000;
  border-bottom: 1px solid #1E623D;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

@media screen and (max-width: 975px) {
  .information__item {
    padding-bottom: 1.25rem;
    margin-bottom: 0.625rem;
  }
}

.information__item:first-child {
  padding-top: 30px;
  padding-top: 1.875rem;
  border-top: 1px solid #1E623D;
}

@media screen and (max-width: 975px) {
  .information__item:first-child {
    padding-top: 1.25rem;
  }
}

.information__item:last-child {
  margin-bottom: 0;
}

.information__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  line-height: 1.4375;
}

@media screen and (max-width: 975px) {
  .information__item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.information__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (max-width: 975px) {
  .information__item-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.information__item-time {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  line-height: 1.4375;
  margin-right: 30px;
  margin-right: 1.875rem;
}

.information__list-button-wrap {
  max-width: 780px;
  max-width: 48.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.information__list-button {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.2142857143;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  font-family: "Noto Sans JP", sans-serif;
  color: #1E623D;
}

.information__list-button:after {
  content: "";
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background-size: 1.875rem 1.875rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229.395%22%20height%3D%2229.395%22%20viewBox%3D%220%200%2029.395%2029.395%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2747%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202747%22%20transform%3D%22translate(-1091.605%20-10434.514)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_218%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20218%22%20transform%3D%22translate(1100.673%2010445.994)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7%22%20data-name%3D%22%E3%83%91%E3%82%B9%207%22%20d%3D%22M1068.415%2C2219h10.952%22%20transform%3D%22translate(-1068.415%20-2216.01)%22%20fill%3D%22none%22%20stroke%3D%22%231e623d%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_8%22%20data-name%3D%22%E3%83%91%E3%82%B9%208%22%20d%3D%22M1079.26%2C2215.1l3.422%2C2.992-3.422%2C3.441%22%20transform%3D%22translate(-1071.422%20-2215.097)%22%20fill%3D%22none%22%20stroke%3D%22%231e623d%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_70%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2070%22%20transform%3D%22translate(1091.605%2010434.514)%22%20fill%3D%22none%22%20stroke%3D%22%231e623d%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2214.697%22%20cy%3D%2214.697%22%20r%3D%2214.697%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2214.697%22%20cy%3D%2214.697%22%20r%3D%2214.197%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  position: relative;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.news__inner {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

@media screen and (max-width: 975px) {
  .news__inner {
    padding-bottom: 1.875rem;
  }
}

.news__title {
  max-width: 360px;
  max-width: 22.5rem;
}

@media screen and (max-width: 975px) {
  .news__title {
    max-width: 12.5rem;
  }
}

.clinic-about__inner {
  padding-bottom: 164px;
  padding-bottom: 10.25rem;
}

@media screen and (max-width: 975px) {
  .clinic-about__inner {
    padding-bottom: 4rem;
  }
}

.clinic-about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1366px;
  max-width: 85.375rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 975px) {
  .clinic-about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 41.25rem;
  }
}

.clinic-about__consultation {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 5.4%;
  max-width: 510px;
  max-width: 31.875rem;
  margin-left: auto;
  width: 100%;
}

@media screen and (max-width: 975px) {
  .clinic-about__consultation {
    padding-left: 0;
    padding-bottom: 1.25rem;
    margin-right: 0;
    max-width: 100%;
  }
}

.clinic-about__consultation-logo-link {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
}

@media screen and (max-width: 975px) {
  .clinic-about__consultation-logo-link {
    width: 100%;
  }
}

.clinic-about__map {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
}

.clinic-about__map iframe {
  border-radius: 1.25rem;
}

@media screen and (max-width: 975px) {
  .clinic-about__map iframe {
    border-radius: 0.3125rem;
  }
}

.info__table {
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
  width: 100%;
}

.info__table thead {
  height: 54px;
  height: 3.375rem;
}

@media screen and (max-width: 975px) {
  .info__table thead {
    height: 2.25rem;
  }
}

.info__table thead th {
  vertical-align: middle;
}

.info__table thead tr {
  border-bottom: 3px solid transparent;
}

.info__table tbody tr th,
.info__table tbody tr td {
  background: #fff;
}

.info__table-content-bottom th:nth-child(1) {
  border-radius: 0 0 0 0.625rem;
}

.info__table-content-bottom td:last-child {
  border-radius: 0 0 0.625rem 0;
}

.info__table thead tr th:nth-child(1) {
  width: 20%;
  border-radius: 0.625rem 0 0 0;
}

.info__table thead tr th:last-child {
  width: 20%;
  border-radius: 0 0.625rem 0 0;
}

.info__table thead tr th {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  background: rgba(103, 180, 132, .7);
  color: #fff;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

@media screen and (max-width: 975px) {
  .info__table thead tr th {
    font-size: 0.625rem;
  }
}

.info__table thead tr th:nth-child(n+2) {
  width: 7.75%;
}

.info__table tbody tr {
  color: #1E623D;
}

.info__table-color-black {
  color: #191919;
}

.info__table tbody tr {
  height: 54px;
  height: 3.375rem;
}

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

.info__table tbody tr th {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (max-width: 975px) {
  .info__table tbody tr th {
    font-size: 0.625rem;
  }
}

.info__table tbody tr td {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 975px) {
  .info__table tbody tr td {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 480px) {
  .clinic-about__map iframe {
    height: 11.875rem;
  }
}

.clinic-about__map-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.clinic-about__map-button {
  text-align: right;
  color: #1e623d;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.clinic-about__map-button:after {
  content: "";
  width: 11px;
  width: 0.6875rem;
  height: 6px;
  height: 0.375rem;
  background-size: 0.6875rem 0.375rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.26%22%20height%3D%227.845%22%20viewBox%3D%220%200%2012.26%207.845%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_218%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20218%22%20transform%3D%22translate(0.5%200.705)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7%22%20data-name%3D%22%E3%83%91%E3%82%B9%207%22%20d%3D%22M1068.415%2C2219h10.952%22%20transform%3D%22translate(-1068.415%20-2216.01)%22%20fill%3D%22none%22%20stroke%3D%22%231e623d%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_8%22%20data-name%3D%22%E3%83%91%E3%82%B9%208%22%20d%3D%22M1079.26%2C2215.1l3.422%2C2.992-3.422%2C3.441%22%20transform%3D%22translate(-1071.422%20-2215.097)%22%20fill%3D%22none%22%20stroke%3D%22%231e623d%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  position: relative;
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.clinic-about__map-button:last-child {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.clinic-about__consultation-text {
  color: #191919;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  line-height: 2;
}

.clinic-about__consultation-text-sup {
  text-align: left;
}

@media screen and (max-width: 975px) {
  .clinic-about__map-bottom {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.clinic-about__map-bottom-logo {
  max-width: 280px;
  max-width: 17.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.clinic-about__map-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.clinic-about__map-bottom-title {
  background-color: rgba(83, 187, 148, .8);
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 92px;
  flex: 0 1 92px;
  -ms-flex: 0 1 5.75rem;
  flex: 0 1 5.75rem;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-right: 23px;
  margin-right: 1.4375rem;
}

@media screen and (max-width: 975px) {
  .clinic-about__map-bottom-title {
    font-weight: 500;
  }
}

.clinic-about__map-bottom-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 1.4375;
}

.cpt-contact {
  background-image: url(../img/front/cpt-contact-bg.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 975px) {
  .cpt-contact {
    background-image: url(../img/front/bg-ctp-sp.webp);
  }
}
.cpt-contact__inner {
  max-width: 1240px;
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 82px;
  padding-top: 5.125rem;
  padding-bottom: 74px;
  padding-bottom: 4.625rem;
}

@media screen and (max-width: 975px) {
  .cpt-contact__inner {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 3.25rem;
    padding-bottom: 2.5rem;
  }
}

.cpt-contact__title {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.4888888889;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 975px) {
  .cpt-contact__title {
    font-size: 1.25rem;
    text-align: center;
  }
}

.cpt-contact__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
  margin-top: 4.375rem;
  gap: 20px;
  gap: 1.25rem;
}

@media screen and (max-width: 975px) {
  .cpt-contact__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
    padding: 0;
    gap: 0rem;
  }
}

@media screen and (max-width: 975px) {
  .cpt-contact__flex-body {
    margin-bottom: 2rem;
  }
}

.cpt-contact__flex-body-text {
  font-family: "YuMincho", "Yu Mincho", "游明朝体", serif;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.35;
}

@media screen and (max-width: 975px) {
  .cpt-contact__flex-body-text {
    font-size: 0.9375rem;
  }
}

.cpt-contact__flex-body-text strong {
  font-weight: 700;
}

@media screen and (max-width: 975px) {
  .cpt-contact__flex-body-text strong {
    font-size: 0.9375rem;
  }
}

.cpt-contact__flex-body-text-bottom {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  color: #fff;
  padding-top: 20px;
  padding-top: 1.25rem;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", serif;
}

@media screen and (max-width: 975px) {
  .cpt-contact__flex-body-text-bottom {
    font-size: 0.9375rem;
  }
}

.cpt-contact__flex-body-text-bottom strong {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}

@media screen and (max-width: 975px) {
  .cpt-contact__flex-body-text-bottom strong {
    font-size: 1.25rem;
  }
}

.cpt-contact__flex-button-wrap {
  grid-template-columns: repeat(1, 1fr);
  max-width: 380px;
  max-width: 23.75rem;
  width: 100%;
}

@media screen and (max-width: 975px) {
  .cpt-contact__flex-button-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

.feature {
  position: relative;
  background-image: url(../img/front/feature-bg.webp);
  background-size: cover;
}

.feature:after {
  content: "";
  background-image: url(../img/front/feature-bottm-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  width: 360px;
  width: 22.5rem;
  height: 420px;
  height: 26.25rem;
  right: 0;
  bottom: -80px;
  bottom: -5rem;
  position: absolute;
  z-index: -2;
}

@media screen and (max-width: 975px) {
  .feature:after {
    width: 16.25rem;
    height: 20rem;
  }
}

.feature__inner {
  padding-top: 140px;
  padding-top: 8.75rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  max-width: 1366px;
  max-width: 85.375rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 975px) {
  .feature__inner {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }
}

.feature__head {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  max-width: 1120px;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.feature__content {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
  overflow: hidden;
}

@media screen and (max-width: 975px) {
  .feature__content {
    padding-top: 2.75rem;
    padding-bottom: 3.5rem;
  }
}

.feature__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1366px;
  max-width: 85.375rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 975px) {
  .feature__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.feature__flex-body {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  margin-right: 10%;
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  height: 100%;
  top: 130px;
  top: 8.125rem;
}

@media screen and (max-width: 975px) {
  .feature__flex-body {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    padding: 0 1.25rem 1.25rem;
    top: auto;
    top: initial;
  }
}

.feature__flex-body-text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-weight: 600;
  color: #83ae96;
  padding-top: 20px;
  padding-top: 1.25rem;
}

@media screen and (max-width: 975px) {
  .feature__flex-body-text {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    text-orientation: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.1875rem;
    padding-top: 0;
  }
}

.feature__flex-body-text-small {
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (max-width: 975px) {
  .feature__flex-body-text-small {
    font-size: 1.25rem;
    padding-top: 0.3125rem;
  }
}

.feature__flex-body-text-en {
  font-family: "optima";
  font-size: 100px;
  font-size: 6.25rem;
  letter-spacing: 0.04em;
  color: #83BF41;
  opacity: 0.19;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 975px) {
  .feature__flex-body-text-en {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    font-size: 3.75rem;
    text-align: center;
    padding-left: 3.75rem;
    margin-top: -2.5rem;
    z-index: 1;
  }
}

@media screen and (max-width: 380px) {
  .feature__flex-body-text-en {
    font-size: 3.25rem;
    text-align: center;
    padding-left: 2rem;
    margin-top: -2.5rem;
    z-index: 1;
  }
}

.feature__flex-body-text-center.feature__flex-body-text-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feature__flex-body-text-center.feature__flex-body-text-flex-right {
  margin-top: 150px;
  margin-top: 9.375rem;
}

@media screen and (max-width: 975px) {
  .feature__flex-body-text-center.feature__flex-body-text-flex-right {
    margin-top: 1.25rem;
  }
}

.feature__flex-body-text-center {
  font-family: "Noto Serif JP", serif;
  line-height: 0.8;
  position: relative;
  color: #8CBB89;
}

@media screen and (max-width: 975px) {
  .feature__flex-body-text-center {
    margin-left: auto;
    margin-right: auto;
  }
}

.feature__flex-body-text-flex-right:after {
  content: "";
  position: absolute;
  width: 180px;
  width: 11.25rem;
  height: 180px;
  height: 11.25rem;
  background-image: url(../img/front/common-title-bg.webp);
  background-size: 11.25rem 11.25rem;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 975px) {
  .feature__flex-body-text-flex-right:after {
    width: 7.5rem;
    height: 7.5rem;
    background-size: 7.5rem 7.5rem;
    top: -1.25rem;
    left: inherit;
    right: -5rem;
  }
}

.feature__flex-body-center-text {
  font-family: "Noto Serif JP", serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 700;
}

@media screen and (max-width: 975px) {
  .feature__flex-body-center-text {
    text-align: center;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    text-orientation: inherit;
  }
}

.feature__flex-body-center-text-number {
  font-size: 145px;
  font-size: 9.0625rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

@media screen and (max-width: 975px) {
  .feature__flex-body-center-text-number {
    font-size: 6.25rem;
    text-align: center;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    text-orientation: inherit;
  }
}

.feature__flex-body-center-text-small {
  font-size: 60px;
  font-size: 3.75rem;
}

@media screen and (max-width: 975px) {
  .feature__flex-body-center-text-small {
    font-size: 2.1875rem;
  }
}

.feature__flex-body-center-text-span {
  font-size: 90px;
  font-size: 5.625rem;
}

@media screen and (max-width: 975px) {
  .feature__flex-body-center-text-span {
    font-size: 4.0625rem;
  }
}

.feature__flex-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

@media screen and (max-width: 975px) {
  .feature__flex-box {
    margin-left: auto;
    margin-right: auto;
  }
}

.feature__flex-box-item {
  padding: 4px 30px 40px;
  padding: 0.25rem 1.875rem 2.5rem;
}

@media screen and (max-width: 975px) {
  .feature__flex-box-item {
    padding: 0.875rem 1.5rem 1.5625rem;
  }
}

.feature__flex-box-item-en {
  font-family: "optima";
  font-size: 74px;
  font-size: 4.625rem;
  letter-spacing: 0.04em;
  text-align: right;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 975px) {
  .feature__flex-box-item-en {
    font-size: 2rem;
  }
}

.feature__flex-box-item-title {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.035em;
  font-size: 26px;
  font-size: 1.625rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  .feature__flex-box-item-title {
    font-size: 1.25rem;
  }
}

.feature__flex-box-item-subtitle {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.035em;
  font-size: 20px;
  font-size: 1.25rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

@media screen and (max-width: 975px) {
  .feature__flex-box-item-subtitle {
    font-size: 1.125rem;
    padding-bottom: 1.5rem;
  }
}

.feature__flex-box-item-text {
  font-size: 15px;
  font-size: 0.9375rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  font-family: "Noto Sans JP", sans-serif;
}

.feature__flex-box-item-text strong {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
}

.feature__flex-box-item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1.25rem;
  border: 1px solid #fff;
  padding: 10px;
  padding: 0.625rem;
  max-width: 240px;
  max-width: 15rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
}

.concept__inner .feature__flex-box-item-button {
  color: #fff;
}

.feature__flex-box-item-button:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.544%22%20height%3D%2211.705%22%20viewBox%3D%220%200%2017.544%2011.705%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_218%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20218%22%20transform%3D%22translate(1%201.411)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7%22%20data-name%3D%22%E3%83%91%E3%82%B9%207%22%20d%3D%22M1068.415%2C2219h15.12%22%20transform%3D%22translate(-1068.415%20-2214.872)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_8%22%20data-name%3D%22%E3%83%91%E3%82%B9%208%22%20d%3D%22M1079.26%2C2215.1l4.724%2C4.13-4.724%2C4.75%22%20transform%3D%22translate(-1068.44%20-2215.097)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 15px;
  width: 0.9375rem;
  height: 8px;
  height: 0.5rem;
  background-size: 0.9375rem 0.5rem;
  position: absolute;
  right: 10px;
  right: 0.625rem;
}

.feature__flex-box-item-first {
  background-image: url(../img/front/feature01-bg.webp);
  background-size: cover;
}

.feature__flex-box-item-second {
  background-image: url(../img/front/feature02-bg.webp);
  background-size: cover;
}

.feature__flex-box-item-third {
  background-image: url(../img/front/feature03-bg.webp);
  background-size: cover;
}

.feature__flex-box {
  position: relative;
  overflow: hidden;
}

.treatment {
  position: relative;
}

.treatment__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

@media screen and (max-width: 975px) {
  .treatment__inner {
    padding-top: 3.125rem;
    padding-bottom: 1.875rem;
  }
}

.treatment__head {
  position: relative;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 975px) {
  .treatment__head {
    padding-top: 3.125rem;
    margin-bottom: 1.5625rem;
  }
}

.treatment__title {
  max-width: 640px;
  max-width: 40rem;
}

@media screen and (max-width: 975px) {
  .treatment__title {
    max-width: 22.5rem;
  }
}

.treatment__head:before {
  content: "";
  position: absolute;
  width: 500px;
  width: 31.25rem;
  height: 500px;
  height: 31.25rem;
  background-image: url(../img/front/greeting-left-bg.webp);
  background-size: 31.25rem 31.25rem;
  top: -185px;
  top: -11.5625rem;
  left: -180px;
  left: -11.25rem;
  z-index: -1;
}

.treatment__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  gap: 1.625rem;
  max-width: 1366px;
  max-width: 85.375rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 975px) {
  .treatment__grid {
    grid-template-columns: 1fr;
  }
}

.treatment__item-left-img-wrap {
  max-width: 305px;
  max-width: 19.0625rem;
  margin-left: auto;
  margin-right: auto;
}

.treatment__item-left-img-wrap-grid {
  display: flex;
  justify-content: center;
  gap: 15px;
  gap: 0.9375rem;
}

.treatment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 420px;
  min-height: 26.25rem;
}

@media screen and (max-width: 1000px) {
  .treatment__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.treatment__item-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 57%;
  flex: 0 1 57%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  padding: 0.625rem;
}

@media screen and (max-width: 975px) {
  .treatment__item-left {
    padding: 1.875rem 1.25rem 1.25rem;
  }
}

.treatment__item-left-title {
  font-size: 38px;
  font-size: 2.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

@media screen and (max-width: 1000px) {
  .treatment__item-left-title {
    font-size: 1.5rem;
    padding-bottom: 0.75rem;
  }
}

@media screen and (max-width: 975px) {
  .treatment__item-left-title {
    font-size: 1.5625rem;
  }
}

.treatment__item-left-text {
  font-size: 16px;
  font-size: 1rem;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.4375;
  color: #fff;
}

.treatment__item-left-img-wrap {
  margin-top: 42px;
  margin-top: 2.625rem;
}

@media screen and (max-width: 1000px) {
  .treatment__item-left-img-wrap {
    margin-top: 0.875rem;
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 975px) {
  .treatment__item-left-img-wrap {
    margin-bottom: 0;
  }
}

.treatment__item-left-img {
  max-width: 145px;
  max-width: 9.0625rem;
}

.treatment__item-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 16px;
  padding: 1rem;
}

@media screen and (max-width: 975px) {
  .treatment__item-right {
    padding: 1.5rem 1rem;
  }
}

.treatment__item-right-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.treatment__item-right-button {
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
  max-width: 142px;
  max-width: 8.875rem;
  width: 100%;
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-right: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
}

@media screen and (max-width: 1000px) {
  .treatment__item-right-button {
    margin-top: 1.25rem;
  }
}

.treatment__item-right-button:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.544%22%20height%3D%2211.705%22%20viewBox%3D%220%200%2017.544%2011.705%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_218%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20218%22%20transform%3D%22translate(1%201.411)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7%22%20data-name%3D%22%E3%83%91%E3%82%B9%207%22%20d%3D%22M1068.415%2C2219h15.12%22%20transform%3D%22translate(-1068.415%20-2214.872)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_8%22%20data-name%3D%22%E3%83%91%E3%82%B9%208%22%20d%3D%22M1079.26%2C2215.1l4.724%2C4.13-4.724%2C4.75%22%20transform%3D%22translate(-1068.44%20-2215.097)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 15px;
  width: 0.9375rem;
  height: 8px;
  height: 0.5rem;
  background-size: 0.9375rem 0.5rem;
  position: relative;
}

.treatment__item-right.--yellow {
  background: rgba(178, 169, 30, .67);
}

.treatment__item-right.--blue {
  background: rgba(75, 168, 177, .73);
}

.treatment__item-right.--green {
  background: rgba(13, 160, 109, .7);
}

.treatment__item-right.--gray {
  background: rgba(143, 178, 213, .7);
}

.treatment__item-first {
  background-image: url(../img/front/treatment01-bg.webp);
  background-size: cover;
}

.treatment__item-second {
  background-image: url(../img/front/treatment02-bg.webp);
  background-size: cover;
}

.treatment__item-third {
  background-image: url(../img/front/treatment03-bg.webp);
  background-size: cover;
}

.treatment__item-four {
  background-image: url(../img/front/treatment04-bg.webp);
  background-size: cover;
}

.treatment__item-fifth {
  background-image: url(../img/front/treatment04-bg.webp);
  background-size: cover;
}

.case {
  overflow: hidden;
  background-image: url(../img/front/case-bg-01.webp);
}

.case__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

@media screen and (max-width: 975px) {
  .case__inner {
    padding-bottom: 3.125rem;
  }
}

.case__title {
  max-width: 360px;
  max-width: 22.5rem;
}

@media screen and (max-width: 975px) {
  .case__title {
    max-width: 17.5rem;
  }
}

.top-common__title-jp {
  text-align: right;
}

.case__swiper {
  overflow: hidden;
}

.case__swiper-wrap-bg {
  background-image: url(../img/front/case__swiper-wrap-bg.webp);
  background-size: cover;
  background-position: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.case__swiper-wrap {
  position: relative;
  max-width: 950px;
  max-width: 59.375rem;
  padding-top: 48px;
  padding-top: 3rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  width: 86%;
}

@media screen and (max-width: 975px) {
  .case__swiper-wrap {
    padding-bottom: 3.125rem;
  }
}

.case__swiper-button-prev::after,
.case__swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

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

  .case__swiper-button-prev::after,
  .case__swiper-button-next::after {
    top: 28%;
    margin-top: 0;
  }
}

/* 前への矢印カスタマイズ */
.case__swiper-button-prev::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267.85%22%20height%3D%2267.85%22%20viewBox%3D%220%200%2067.85%2067.85%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_386%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20386%22%20transform%3D%22translate(-112.778%20-1192)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_44%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2044%22%20transform%3D%22translate(112.778%201192)%22%20fill%3D%22none%22%20stroke%3D%22%2353bb94%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2233.925%22%20cy%3D%2233.925%22%20r%3D%2233.925%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2233.925%22%20cy%3D%2233.925%22%20r%3D%2233.425%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_385%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20385%22%20transform%3D%22translate(133.182%201218.2)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7%22%20data-name%3D%22%E3%83%91%E3%82%B9%207%22%20d%3D%22M1094.719%2C2219h-26.3%22%20transform%3D%22translate(-1067.677%20-2211.818)%22%20fill%3D%22none%22%20stroke%3D%22%2353bb94%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_8%22%20data-name%3D%22%E3%83%91%E3%82%B9%208%22%20d%3D%22M1087.479%2C2215.1l-8.219%2C7.186%2C8.219%2C8.263%22%20transform%3D%22translate(-1079.26%20-2215.097)%22%20fill%3D%22none%22%20stroke%3D%22%2353bb94%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  z-index: 1;
  left: -80px;
  left: -5rem;
  width: 68px;
  width: 4.25rem;
  height: 68px;
  height: 4.25rem;
  background-size: contain;
}

@media screen and (max-width: 1200px) {
  .case__swiper-button-prev::after {
    width: 2.5rem;
    height: 2.5rem;
    left: -1.875rem;
  }
}

@media screen and (max-width: 975px) {
  .case__swiper-button-prev::after {
    left: -1.25rem;
  }
}

/* 次への矢印カスタマイズ */
.case__swiper-button-next::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_387%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20387%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267.85%22%20height%3D%2267.85%22%20viewBox%3D%220%200%2067.85%2067.85%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_44%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2044%22%20fill%3D%22none%22%20stroke%3D%22%2353bb94%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2233.925%22%20cy%3D%2233.925%22%20r%3D%2233.925%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2233.925%22%20cy%3D%2233.925%22%20r%3D%2233.425%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_385%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20385%22%20transform%3D%22translate(20.404%2026.2)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7%22%20data-name%3D%22%E3%83%91%E3%82%B9%207%22%20d%3D%22M1068.415%2C2219h26.3%22%20transform%3D%22translate(-1068.415%20-2211.818)%22%20fill%3D%22none%22%20stroke%3D%22%2353bb94%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_8%22%20data-name%3D%22%E3%83%91%E3%82%B9%208%22%20d%3D%22M1079.26%2C2215.1l8.219%2C7.186-8.219%2C8.263%22%20transform%3D%22translate(-1060.437%20-2215.097)%22%20fill%3D%22none%22%20stroke%3D%22%2353bb94%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  z-index: 1;
  right: -80px;
  right: -5rem;
  width: 68px;
  width: 4.25rem;
  height: 68px;
  height: 4.25rem;
  background-size: contain;
}

@media screen and (max-width: 1200px) {
  .case__swiper-button-next::after {
    width: 2.5rem;
    height: 2.5rem;
    right: -1.875rem;
  }
}

@media screen and (max-width: 975px) {
  .case__swiper-button-next::after {
    right: -1.25rem;
  }
}

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

@media screen and (max-width: 975px) {
  .case__swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.case__swiper-slide-img-item {
  position: relative;
}

.case__swiper-slide-img-item-text {
  font-family: "optima";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  max-width: 72px;
  max-width: 4.5rem;
  width: 100%;
}

.case__swiper-slide-img-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 38%;
  flex: 0 1 38%;
  margin-right: 5%;
}

@media screen and (max-width: 975px) {
  .case__swiper-slide-img-wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
  }
}

.case__swiper-slide-img-item-detail img {
  aspect-ratio: 342/158;
}

.single-comparison__item-table {
  width: 100%;
}

.single-comparison__item-table-flex {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.single-comparison__item-table-flex:last-child {
  padding-bottom: 0px;
  padding-bottom: 0rem;
}

.case__swiper-slide-table {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #53BB94;
  border-bottom: 1px solid #53BB94;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

@media screen and (max-width: 975px) {
  .case__swiper-slide-table {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.case__swiper-slide-table-text {
  color: #53BB94;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  width: 100%;
  margin-top: 32px;
  margin-top: 2rem;
}

@media screen and (max-width: 975px) {
  .case__swiper-slide-table-text {
    margin-top: 1rem;
  }
}

.case__swiper-slide-table-text:after {
  content: "";
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background-size: 1.875rem 1.875rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229.395%22%20height%3D%2229.395%22%20viewBox%3D%220%200%2029.395%2029.395%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2755%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202755%22%20transform%3D%22translate(-1091.605%20-10434.514)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_218%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20218%22%20transform%3D%22translate(1100.673%2010445.994)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7%22%20data-name%3D%22%E3%83%91%E3%82%B9%207%22%20d%3D%22M1068.415%2C2219h10.952%22%20transform%3D%22translate(-1068.415%20-2216.01)%22%20fill%3D%22none%22%20stroke%3D%22%2353bb94%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_8%22%20data-name%3D%22%E3%83%91%E3%82%B9%208%22%20d%3D%22M1079.26%2C2215.1l3.422%2C2.992-3.422%2C3.441%22%20transform%3D%22translate(-1071.422%20-2215.097)%22%20fill%3D%22none%22%20stroke%3D%22%2353bb94%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_70%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2070%22%20transform%3D%22translate(1091.605%2010434.514)%22%20fill%3D%22none%22%20stroke%3D%22%2353bb94%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2214.697%22%20cy%3D%2214.697%22%20r%3D%2214.697%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2214.697%22%20cy%3D%2214.697%22%20r%3D%2214.197%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.single-comparison__item-table-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 975px) {
  .single-comparison__item-table-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.single-comparison__item-table-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 110px;
  flex: 0 1 110px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-right: 10px;
  margin-right: 0.625rem;
}

@media screen and (max-width: 975px) {
  .single-comparison__item-table-title {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
}

.single-comparison__item-table-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}

.case__swiper-wrap-button {
  font-size: 20px;
  font-size: 1.25rem;
  width: 100%;
  max-width: 320px;
  max-width: 20rem;
  background: #53BB94;
  border-radius: 2rem;
  border: 2px solid #fff;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  margin-top: -30px;
  margin-top: -1.875rem;
}

.greeting {
  overflow: hidden;
}

.greeting__inner {
  max-width: 1600px;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

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

@media screen and (max-width: 975px) {
  .greeting__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.greeting__flex-img-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1000px) {
  .greeting__flex-img-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
}

.greeting__flex-img-wrap--pc {
  display: block;
}

@media screen and (max-width: 975px) {
  .greeting__flex-img-wrap--pc {
    display: none;
  }
}

.greeting__flex-img-wrap--sp {
  display: none;
}

@media screen and (max-width: 975px) {
  .greeting__flex-img-wrap--sp {
    display: block;
  }
}

.greeting__flex-img {
  height: 100%;
}

.greeting__flex-img-wrap img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 70%;
  object-position: 70%;
}

.greeting__flex-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 80px;
  padding-top: 5rem;
  padding-right: 43px;
  padding-right: 2.6875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 975px) {
  .greeting__flex-body {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.greeting__flex-body:before {
  content: "";
  position: absolute;
  width: 500px;
  width: 31.25rem;
  height: 500px;
  height: 31.25rem;
  background-image: url(../img/front/greeting-left-bg.webp);
  background-size: 31.25rem 31.25rem;
  top: 45px;
  top: 2.8125rem;
  left: -180px;
  left: -11.25rem;
  z-index: 0;
}

.greeting__flex-body:after {
  content: "";
  position: absolute;
  width: 350px;
  width: 21.875rem;
  height: 350px;
  height: 21.875rem;
  background-image: url(../img/front/greeting-right-bg.webp);
  background-size: 21.875rem 21.875rem;
  bottom: -45px;
  bottom: -2.8125rem;
  right: -80px;
  right: -5rem;
  z-index: -1;
}

@media screen and (max-width: 975px) {
  .greeting__head {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.greeting__title {
  max-width: 560px;
  max-width: 35rem;
  z-index: 2;
}

@media screen and (max-width: 975px) {
  .greeting__title {
    max-width: 17.5rem;
  }
}

.greeting__flex-body-subtitle {
  color: #1E623D;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 64px;
  padding-top: 4rem;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 975px) {
  .greeting__flex-body-subtitle {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-top: 0.875rem;
  }
}

.greeting__flex-body-text {
  color: #121212;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding-top: 34px;
  padding-top: 2.125rem;
  z-index: 2;
  position: relative;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

@media screen and (max-width: 975px) {
  .greeting__flex-body-text {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-bottom: 3.75rem;
  }
}

.greeting__flex-img-profile {
  background: rgba(103, 180, 132, .8);
  color: #fff;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", serif;
  position: absolute;
  left: 45px;
  left: 2.8125rem;
  bottom: 40px;
  bottom: 2.5rem;
  padding: 30px;
  padding: 1.875rem;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .greeting__flex-img-profile {
    padding: 1.25rem;
    left: 1.5625rem;
    bottom: 1.25rem;
  }
}

.greeting__flex-img-profile:after {
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  left: 10px;
  left: 0.625rem;
  bottom: -10px;
  bottom: -0.625rem;
  position: absolute;
}

@media screen and (max-width: 1000px) {
  .greeting__flex-img-profile:after {
    left: 0.3125rem;
    bottom: -0.3125rem;
  }
}

.greeting__flex-img-profile-post {
  font-size: 24px;
  font-size: 1.5rem;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}

@media screen and (max-width: 1000px) {
  .greeting__flex-img-profile-post {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 975px) {
  .greeting__flex-img-profile-post {
    font-size: 0.6875rem;
    padding-bottom: 0.6875rem;
  }
}

.greeting__flex-img-profile-name {
  font-size: 46px;
  font-size: 2.875rem;
}

@media screen and (max-width: 1000px) {
  .greeting__flex-img-profile-name {
    font-size: 2rem;
  }
}

@media screen and (max-width: 975px) {
  .greeting__flex-img-profile-name {
    font-size: 1.3125rem;
  }
}

/* ----------------------------------------
single
---------------------------------------- */
.e-con.e-con>.e-con-inner>.elementor-widget {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 975px) {
  .e-con.e-flex>.e-con-inner {
    display: block;
  }
}

/* ----------------------------------------
page mv
---------------------------------------- */
#page-mv {
  background-image: url(../img/machida_header_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 198px 0 126px;
  text-align: center;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, .4);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  #page-mv {
    padding: 82px 0 42px;
  }
}

#page-mv .page-title {
  font-size: 60px;
  font-size: 3.75rem;
}

@media screen and (max-width: 975px) {
  #page-mv .page-title {
    font-size: 2rem;
  }
}

#page-mv .page-title__read {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 975px) {
  #page-mv .page-title__read {
    font-size: 1rem;
  }
}

#page-content {
  font-size: 16px;
  font-size: 1rem;
  /* ----------------------------------------
  見出し
  ---------------------------------------- */
  /* ----------------------------------------
  elementor-button
  ---------------------------------------- */
  /* ----------------------------------------
  マーカー
  ---------------------------------------- */
}

@media screen and (max-width: 975px) {
  #page-content {
    font-size: 0.875rem;
  }
}

#page-content h2.elementor-heading-title,
#page-content h3.elementor-heading-title,
#page-content h4.elementor-heading-title,
#page-content h5.elementor-heading-title {
  padding: 0.8em 1.2em;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  position: relative;
  font-weight: bold;
}

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

  #page-content h2.elementor-heading-title,
  #page-content h3.elementor-heading-title,
  #page-content h4.elementor-heading-title,
  #page-content h5.elementor-heading-title {
    padding: 0.8em 0.8em;
  }
}

#page-content h2.elementor-heading-title {
  background-color: #95c2a5;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, .1);
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 975px) {
  #page-content h2.elementor-heading-title {
    font-size: 1.4rem;
  }
}

#page-content h3.elementor-heading-title,
#page-content h3.elementor-heading-title,
#page-content h4.elementor-heading-title,
#page-content h5.elementor-heading-title {
  color: #1E623D;
}

#page-content h3.elementor-heading-title {
  font-size: 30px;
  font-size: 1.875rem;
  color: #1E623D;
}

@media screen and (max-width: 975px) {
  #page-content h3.elementor-heading-title {
    font-size: 1.125rem;
  }
}

#page-content h3.elementor-heading-title::before,
#page-content h3.elementor-heading-title::after {
  position: absolute;
  content: "";
  left: 0;
  border-top: 2px solid #1E623D;
  border-bottom: 2px solid #1E623D;
  width: 100%;
  height: 8px;
}

#page-content h3.elementor-heading-title::before {
  top: 0;
}

#page-content h3.elementor-heading-title::after {
  bottom: 0;
}

#page-content h4.elementor-heading-title {
  font-size: 24px;
  font-size: 1.5rem;
  padding-left: 1.5em;
}

@media screen and (max-width: 975px) {
  #page-content h4.elementor-heading-title {
    font-size: 1.125rem;
  }
}

#page-content h4.elementor-heading-title::after {
  content: "";
  position: absolute;
  background: #1E623D;
  height: 40%;
  width: auto;
  aspect-ratio: 9/21;
  left: 0.6em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

#page-content .elementor-button {
  border: 2px solid #6FB9C0;
  border-radius: 10px;
  padding: 14px 0;
  position: relative;
  max-width: 286px;
  width: 100%;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
}

#page-content .elementor-button span {
  width: 100%;
  color: #6FB9C0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}

#page-content .elementor-button::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 16px;
  width: 8px;
  height: auto;
  aspect-ratio: 6/10;
  background-image: url(../img/arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#page-content .elementor-button-info .elementor-button.elementor-button-link {
  background-color: #6EC1A2;
  border-radius: 100px;
  border: 2px solid #fff;
}

#page-content .elementor-button-info .elementor-button.elementor-button-link,
#page-content .elementor-button-success .elementor-button.elementor-button-link {
  padding: 18px 0;
}

#page-content .elementor-button-info .elementor-button.elementor-button-link span {
  color: #fff;
}

#page-content .elementor-button-info .elementor-button.elementor-button-link:after,
#page-content .elementor-button-success .elementor-button.elementor-button-link:after {
  right: 24px;
  width: 26px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#page-content .elementor-button-success .elementor-button.elementor-button-link {
  background-color: #4BA8B1;
  border: none;
  border-radius: unset;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, .1);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, .1);
}

#page-content .elementor-button-success .elementor-button.elementor-button-link span {
  color: #fff;
}

#page-content .elementor-button-success .elementor-button.elementor-button-link::before {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: -4px;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 14px solid #fff;
  border-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#page-content .elementor-widget-text-editor {
  line-height: 1.5;
}

#page-content span.marker1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFF339));
  background: linear-gradient(transparent 60%, #FFF339 0%);
  display: inline;
  padding: 0 1px 0px;
  font-weight: bold;
}

#page-content span.marker2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #8BDAE2));
  background: linear-gradient(transparent 60%, #8BDAE2 0%);
  display: inline;
  padding: 0 1px 0px;
  font-weight: bold;
}

#page-content {
  /* ----------------------------------------
  table
  ---------------------------------------- */
}

#page-content .elementor-widget-table-of-contents {
  background-color: #FAFFFD;
  border: unset;
  padding: 34px 60px 32px 50px;
  position: relative;
  border: 2px solid #ABC6BF;
}

@media screen and (max-width: 975px) {
  #page-content .elementor-widget-table-of-contents {
    padding: 20px 20px;
  }
}

#page-content .e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
#page-content .e-con>.elementor-widget>.elementor-widget-container {
  border: unset;
  position: relative;
}

#page-content .elementor-widget-table-of-contents .elementor-toc__header {
  padding: 0;
  border: unset;
  position: relative;
}

#page-content .elementor-widget-table-of-contents .elementor-toc__header .elementor-toc__header-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #3DB38A;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 975px) {
  #page-content .elementor-widget-table-of-contents .elementor-toc__header .elementor-toc__header-title {
    font-size: 1.125rem;
  }
}

#page-content .elementor-toc__toggle-button--collapse,
#page-content .elementor-toc__toggle-button--expand {
  position: relative;
  z-index: 5;
}

#page-content .elementor-toc__toggle-button--collapse::after,
#page-content .elementor-toc__toggle-button--expand::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-size: 1.125rem;
}

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

  #page-content .elementor-toc__toggle-button--collapse::after,
  #page-content .elementor-toc__toggle-button--expand::after {
    font-size: 0.875rem;
  }
}

#page-content .elementor-toc__toggle-button--collapse {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page-content .elementor-toc__toggle-button--expand {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page-content .elementor-toc__toggle-button--collapse,
#page-content .elementor-toc__toggle-button--expand {
  display: block;
  width: 24px;
  height: auto;
  aspect-ratio: 24/12;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}

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

  #page-content .elementor-toc__toggle-button--collapse,
  #page-content .elementor-toc__toggle-button--expand {
    width: 24px;
    height: auto;
  }
}

#page-content .elementor-toc__toggle-button--collapse svg,
#page-content .elementor-toc__toggle-button--expand svg {
  display: none;
}

#page-content .elementor-toc__toggle-button--collapse::after {
  content: "";
  width: 24px;
  height: auto;
  aspect-ratio: 24/12;
  background-image: url(../img/arrow-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#page-content .elementor-toc__toggle-button--expand::after {
  content: "";
  width: 24px;
  height: auto;
  aspect-ratio: 24/12;
  background-image: url(../img/arrow-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#page-content .elementor-toc--collapsed .elementor-toc__toggle-button--collapse {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page-content .elementor-toc--collapsed .elementor-toc__toggle-button--expand {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page-content .elementor-toc__body {
  margin-top: 32px;
  padding: 42px 48px 0;
  border-top: 2px solid #ABC6BF;
}

@media screen and (max-width: 975px) {
  #page-content .elementor-toc__body {
    margin-top: 24px;
    padding: 20px 0 0;
  }
}

#page-content ol.elementor-toc__list-wrapper {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #121212;
  list-style: none;
  counter-reset: number;
}

@media screen and (max-width: 975px) {
  #page-content ol.elementor-toc__list-wrapper {
    font-size: 0.875rem;
  }
}

#page-content ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before {
  content: counters(item, "") "" !important;
}

#page-content .elementor-toc__list-item-text-wrapper {
  font-weight: 300 !important;
}

#page-content ol.elementor-toc__list-wrapper .elementor-toc__list-item {
  position: relative;
  padding-left: 0;
}

#page-content ol.elementor-toc__list-wrapper .elementor-toc__list-item::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  content: none;
}

#page-content ol.elementor-toc__list-wrapper ul.elementor-toc__list-wrapper {
  font-size: 80%;
  margin-top: 1em;
  margin-left: 3em;
}

@media screen and (max-width: 975px) {
  #page-content ol.elementor-toc__list-wrapper ul.elementor-toc__list-wrapper {
    margin-left: 1em;
  }
}

#page-content ol.elementor-toc__list-wrapper ol.elementor-toc__list-wrapper {
  font-size: 80%;
}

#page-content .elementor-toc__body .elementor-toc__list-item-text {
  padding-right: 1em;
}

#page-content .elementor-toc__body .elementor-toc__list-item-text::before {
  content: "｜";
}

#page-content {
  /* ----------------------------------------
  post
  ---------------------------------------- */
}

#page-content .elementor-post {
  padding: 26px 18px;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
}

#page-content .elementor-post .elementor-post__title {
  color: #121212;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.02em;
  font-weight: bold;
}

#page-content .elementor-post .elementor-post__excerpt {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  margin-top: 0.4em;
  color: #121212;
}

#page-content .elementor-post__read-more {
  color: #28936E;
  padding-right: 27px;
  font-weight: 500;
  position: relative;
}

#page-content .elementor-post__read-more::after {
  position: absolute;
  content: "";
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/icon-arrow-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}

#page-content {
  /* ----------------------------------------
  md
  ---------------------------------------- */
}

#page-content .s-md__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 975px) {
  #page-content .s-md__wrap {
    display: block;
  }
}

#page-content .s--md__merit.merit01 {
  background: #F8FFFB;
  background: linear-gradient(140deg, #F8FFFB 0%, #F8FFFB 50%, #F0FCF3 50%, #F0FCF3 100%);
}

#page-content .s--md__merit.merit02 {
  background-image: url(../img/merit-bg.webp);
}

#page-content .s--md__demerit.demerit01 {
  background: #F7FEFF;
  background-image: linear-gradient(140deg, #F7FEFF 0%, #F7FEFF 50%, #EDFBFA 50%, #EDFBFA 100%);
}

#page-content .s--md__demerit.demerit02 {
  background: url(../img/demerit-bg.webp);
}

#page-content .s--md__merit,
#page-content .s--md__demerit {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50%;
  position: relative;
  padding: 36px 36px 32px;
}

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

  #page-content .s--md__merit,
  #page-content .s--md__demerit {
    width: 100%;
    padding: 28px 12px 24px;
  }
}

#page-content .s--md__merit .s-md__title::before,
#page-content .s--md__demerit .s-md__title::before {
  font-size: 54px;
  font-size: 3.375rem;
  letter-spacing: 0.075em;
  font-family: "Marcellus", serif;
  padding-right: 0.3em;
}

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

  #page-content .s--md__merit .s-md__title::before,
  #page-content .s--md__demerit .s-md__title::before {
    left: 8px;
    top: 12px;
    font-size: 16svw;
    display: block;
  }
}

#page-content .s--md__merit .s-md__title::before {
  content: "Merit";
}

#page-content .s--md__demerit .s-md__title::before {
  content: "Demerit";
}

#page-content .s-md__title {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.035em;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 0.8em;
}

#page-content .merit01 .s-md__title,
#page-content .demerit01 .s-md__title::before {
  color: #3DB38A;
}

#page-content .demerit01 .s-md__title,
#page-content .demerit01 .s-md__title::before {
  color: #4BA8B1;
}

#page-content .merit02 .s-md__title,
#page-content .demerit02 .s-md__title::before,
#page-content .demerit02 .s-md__title,
#page-content .demerit02 .s-md__title::before {
  color: #fff;
}

#page-content .s-check__list li::after {
  width: 17px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  left: 4px;
  top: 4px;
  content: "";
}

#page-content .s-check__list li::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 14px;
  -webkit-transform: rotate(-42deg);
  transform: rotate(-42deg);
  top: 5px;
  left: 8px;
}

#page-content .merit01 .s-check__list li::after {
  border: 1px solid #3DB38A;
}

#page-content .demerit01 .s-check__list li::after {
  border: 1px solid #4BA8B1;
}

#page-content .merit02 .s-check__list li::after,
#page-content .demerit02 .s-check__list li::after {
  border: 1px solid #fff;
}

#page-content .merit01 .s-check__list li::before {
  border-bottom: 1px solid #3DB38A;
  border-left: 1px solid #3DB38A;
}

#page-content .demerit01 .s-check__list li::before {
  border-bottom: 1px solid #4BA8B1;
  border-left: 1px solid #4BA8B1;
}

#page-content .merit02 .s-check__list li::before,
#page-content .demerit02 .s-check__list li::before {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

#page-content .s-check__list,
#page-content .s-dot__list {
  position: relative;
  z-index: 1;
  color: #38506B;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}

#page-content .s-check__list li,
#page-content .s-dot__list li {
  padding-left: 1.5em;
  position: relative;
}

#page-content .s-check__list li:nth-child(n+2),
#page-content .s-dot__list li:nth-child(n+2) {
  margin-top: 0.8em;
}

#page-content .s-dot__list li::after {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 4px;
  content: "";
  border-radius: 50%;
}

#page-content .merit01 .s-check__list li,
#page-content .demerit01 .s-check__list li {
  color: #121212;
}

#page-content .merit02 .s-check__list li,
#page-content .demerit02 .s-check__list li {
  color: #fff;
}

#page-content {
  /* ----------------------------------------
  table
  ---------------------------------------- */
}

#page-content .p-table__scroll {
  overflow-x: scroll;
}

#page-content .p-table__scroll .p-table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#page-content .p-table {
  width: 100%;
}

#page-content .p-table thead {
  background-color: #8CC3A1;
}

#page-content .p-table thead th {
  padding: 15px 22px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

#page-content .p-table thead th:nth-child(n+2) {
  border-left: 1px solid #69987B;
}

#page-content .p-table tbody {
  border: 1px solid #A0AEC8;
}

#page-content .p-table tbody tr th,
#page-content .p-table tbody tr td {
  padding: 15px 22px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}

#page-content .p-table tbody tr th {
  color: #121212;
  background-color: #CEECD5;
}

#page-content .p-table tbody tr:nth-child(n+2) th {
  border-top: 1px solid #69987B;
}

#page-content .p-table tbody tr td:nth-child(n+2) {
  border-left: 1px solid #A4C1AF;
}

#page-content .p-table tbody tr:nth-child(n+2) td {
  border-top: 1px solid #A4C1AF;
}

#page-content {
  /* ----------------------------------------
  person
  ---------------------------------------- */
  /* ----------------------------------------
  p-adv
  ---------------------------------------- */
}

#page-content .p-person,
#page-content .p-adv {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 40px;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .4);
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .4);
  border: 3px solid #89C09E;
}

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

  #page-content .p-person,
  #page-content .p-adv {
    padding: 12px 12px;
  }
}

#page-content .p-person__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 975px) {
  #page-content .p-person__head {
    gap: 8px;
  }
}

#page-content .p-person__head::after {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  top: 50%;
  right: 0;
  width: 24px;
  height: auto;
  aspect-ratio: 24/12;
  background-image: url(../img/arrow-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#page-content .p-person__head.open::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page-content .p-person__img {
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 975px) {
  #page-content .p-person__img {
    width: 100px;
  }
}

#page-content .p-person__title {
  font-family: "Noto Serif JP", serif;
  color: #1E623D;
  font-weight: bold;
}

#page-content .p-person__title .p-person__clinic {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 2em;
  margin-bottom: 0.4em;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  #page-content .p-person__title .p-person__clinic {
    font-size: 0.75rem;
  }
}

#page-content .p-person__title .p-person__name {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  #page-content .p-person__title .p-person__name {
    font-size: 1.25rem;
  }
}

#page-content .p-person__body {
  margin-top: 24px;
  margin-left: 162px;
  padding-bottom: 24px;
  display: none;
}

@media screen and (max-width: 975px) {
  #page-content .p-person__body {
    margin-left: 0;
    padding-bottom: 12px;
  }
}

#page-content .p-person__body p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
}

@media screen and (max-width: 975px) {
  #page-content .p-person__body p {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 975px) {
  #page-content .p-adv {
    padding-bottom: 40px;
  }
}

#page-content .p-adv__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  color: #3DB38A;
  margin-bottom: 0.6em;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #3DB38A;
  padding-left: 1.3em;
  position: relative;
}

@media screen and (max-width: 975px) {
  #page-content .p-adv__title {
    font-size: 1.5rem;
  }
}

#page-content .p-adv__title::before {
  content: "";
  position: absolute;
  height: 1em;
  width: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/icon-advisor.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0.1em;
}

#page-content .p-adv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  position: relative;
}

@media screen and (max-width: 975px) {
  #page-content .p-adv__wrap {
    display: block;
  }
}

#page-content .p-adv__wrap .p-adv__img {
  width: 306px;
  height: auto;
  aspect-ratio: 306/316;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 975px) {
  #page-content .p-adv__wrap .p-adv__img {
    margin: 8px auto 0;
    width: 60%;
  }
}

#page-content .p-adv__wrap .p-person__content .p-person__clinic {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.8em;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  #page-content .p-adv__wrap .p-person__content .p-person__clinic {
    font-size: 0.875rem;
    margin-top: 1em;
    text-align: center;
  }
}

#page-content .p-adv__wrap .p-person__content .p-person__name {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1em;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  #page-content .p-adv__wrap .p-person__content .p-person__name {
    font-size: 1.25rem;
    text-align: center;
  }
}

#page-content .p-adv__wrap .p-person__content .p-person__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: 3em;
}

@media screen and (max-width: 975px) {
  #page-content .p-adv__wrap .p-person__content .p-person__text {
    font-size: 0.875rem;
  }
}

#page-content .p-adv__wrap .p-person__content .more-btn,
#page-content .p-more-btn__wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}

#page-content .p-adv__wrap .p-person__content .more-btn:hover,
#page-content .p-more-btn__wrap:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page-content .p-more-btn {
  position: relative;
  padding: 12px 24px;
  width: 240px;
  background: #fff;
  border-radius: 100px;
  border: 2px solid #89C09E;
  display: block;
  text-align: center;
}

@media screen and (max-width: 975px) {
  #page-content .p-more-btn {
    position: relative;
    margin: 0 auto;
  }
}

#page-content .p-more-btn::after {
  content: "";
  position: absolute;
  width: 16px;
  height: auto;
  aspect-ratio: 16/9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 24px;
  background-image: url(../img/next-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#page-content .p-more-btn span {
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
  color: #89C09E;
  text-align: left;
  width: 100%;
  font-weight: 400;
}

@media screen and (max-width: 975px) {
  #page-content .p-more-btn__wrap {
    position: relative;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

#page-content {
  /* ----------------------------------------
  p-step
  ---------------------------------------- */
}

#page-content .p-step {
  padding-left: 80px;
}

@media screen and (max-width: 975px) {
  #page-content .p-step {
    padding-left: 30px;
  }
}

#page-content .p-step__con {
  padding: 30px;
  position: relative;
}

@media screen and (max-width: 975px) {
  #page-content .p-step__con {
    padding: 30px;
  }
}

#page-content .p-step__con::after {
  position: absolute;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 0;
  top: 84px;
  height: calc(100% - 84px);
  border-left: 1px solid #89C09E;
}

@media screen and (max-width: 975px) {
  #page-content .p-step__con::after {
    height: calc(100% - 64px);
    top: 64px;
  }
}

#page-content .p-step__num {
  position: absolute;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 0;
  top: 1.2em;
  background-color: #89C09E;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 2em;
  height: auto;
  padding-top: 0.4em;
  text-align: center;
}

@media screen and (max-width: 975px) {
  #page-content .p-step__num {
    top: 18px;
  }
}

#page-content .p-step__title,
#page-content .p-step__text {
  position: relative;
}

#page-content .p-step__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #121212;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  #page-content .p-step__title {
    font-size: 1rem;
  }
}

#page-content .p-step__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 1em;
}

@media screen and (max-width: 975px) {
  #page-content .p-step__text {
    font-size: 0.875rem;
  }
}

#page-content {
  /* ----------------------------------------
  p-step
  ---------------------------------------- */
}

#page-content .p-qa {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

#page-content .p-qa__content:nth-child(n+2) {
  margin-top: 50px;
}

@media screen and (max-width: 975px) {
  #page-content .p-qa__content:nth-child(n+2) {
    margin-top: 24px;
  }
}

#page-content .p-qa__title,
#page-content .p-qa__con {
  padding-left: 50px;
  padding-top: 20px;
  position: relative;
}

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

  #page-content .p-qa__title,
  #page-content .p-qa__con {
    padding-left: 28px;
    padding-top: 10px;
  }
}

#page-content .p-qa__title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  color: #121212;
  line-height: 1.5;
}

@media screen and (max-width: 975px) {
  #page-content .p-qa__title {
    font-size: 1.125rem;
  }
}

#page-content .p-qa__con {
  margin-top: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-top: 2px solid #89C09E;
}

@media screen and (max-width: 975px) {
  #page-content .p-qa__con {
    font-size: 0.875rem;
    margin-top: 8px;
  }
}

#page-content .p-qa__title::before,
#page-content .p-qa__con::before {
  position: absolute;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-size: 2.5rem;
  left: 0;
  top: 0;
  font-weight: bold;
}

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

  #page-content .p-qa__title::before,
  #page-content .p-qa__con::before {
    font-size: 1.5rem;
  }
}

#page-content .p-qa__title::before {
  content: "Q";
  color: #4BA8B1;
}

#page-content .p-qa__con::before {
  content: "A";
  color: #CB4444;
}

#page-content {
  /* ----------------------------------------
  p-box
  ---------------------------------------- */
  /* ----------------------------------------
  p-box check
  ---------------------------------------- */
  /* ----------------------------------------
  p-bg-box
  ---------------------------------------- */
  /* ----------------------------------------
  p-caution
  ---------------------------------------- */
  /* ----------------------------------------
  matome
  ---------------------------------------- */
  /* ----------------------------------------
  引用
  ---------------------------------------- */
  /* ----------------------------------------
  check-point
  ---------------------------------------- */
  /* ----------------------------------------
  p-b-box__has-title
  ---------------------------------------- */
}

#page-content .p-box {
  padding: 64px 80px;
}

@media screen and (max-width: 975px) {
  #page-content .p-box {
    padding: 24px 12px;
  }
}

#page-content .p-bg-box {
  padding: 64px 90px;
}

@media screen and (max-width: 975px) {
  #page-content .p-bg-box {
    padding: 24px 14px;
  }
}

#page-content .p-b-box {
  position: relative;
  padding: 52px 72px;
  border: 2px solid #6F8DBA;
  border-radius: 10px;
}

@media screen and (max-width: 975px) {
  #page-content .p-b-box {
    padding: 32px 28px;
  }
}

#page-content .p-b-box__text {
  line-height: 1.4;
}

#page-content .p-box-bg,
#page-content .p-bg-box.bg01 {
  background-color: #F7FEFF;
}

#page-content .p-box-border {
  border: 2px solid #89C09E;
}

#page-content .p-bg-box.bg02 {
  background-color: #F8FFFC;
}

#page-content .p-bg-box.bg03 {
  background-color: #FFFEF2;
}

#page-content .p-box-border .s-dot__list li {
  color: #121212;
}

#page-content .p-box-border .s-check__list li {
  color: #1E623D;
}

#page-content .p-box-border .s-dot__list li::after {
  background-color: #1E623D;
}

#page-content .p-box-border .s-check__list li::before {
  border-bottom: 2px solid #258C67;
  border-left: 2px solid #258C67;
}

#page-content .p-box-border .s-check__list li::after {
  border: 2px solid #258C67;
}

#page-content .p-box-bg .s-dot__list li {
  color: #121212;
}

#page-content .p-box-bg .s-check__list li {
  color: #121212;
}

#page-content .p-box-bg .s-dot__list li::after {
  background-color: #4BA8B1;
}

#page-content .p-box-bg .s-check__list li::before {
  border-bottom: 2px solid #4BA8B1;
  border-left: 2px solid #4BA8B1;
}

#page-content .p-box-bg .s-check__list li::after {
  border: 2px solid #4BA8B1;
}

#page-content .p-bg-box .p-bg-box-title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.035em;
  color: #38506B;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
}

@media screen and (max-width: 975px) {
  #page-content .p-bg-box .p-bg-box-title {
    font-size: 1.25rem;
  }
}

#page-content .p-bg-box.bg01 .p-bg-box-title {
  border-bottom: 1px solid #4BA8B1;
  color: #4BA8B1;
}

#page-content .p-bg-box.bg01 .s-dot__list li {
  color: #121212;
}

#page-content .p-bg-box.bg01 .s-check__list li {
  color: #1E623D;
}

#page-content .p-bg-box.bg01 .s-dot__list li::after {
  background-color: #4BA8B1;
}

#page-content .p-bg-box.bg01 .s-check__list li::before {
  border-bottom: 2px solid #4BA8B1;
  border-left: 2px solid #4BA8B1;
}

#page-content .p-bg-box.bg01 .s-check__list li::after {
  border: 2px solid #4BA8B1;
}

#page-content .p-bg-box.bg02 .p-bg-box-title {
  border-bottom: 1px solid #258C67;
  color: #258C67;
}

#page-content .p-bg-box.bg02 .s-dot__list li {
  color: #121212;
}

#page-content .p-bg-box.bg02 .s-check__list li {
  color: #1E623D;
}

#page-content .p-bg-box.bg02 .s-dot__list li::after {
  background-color: #258C67;
}

#page-content .p-bg-box.bg02 .s-check__list li::before {
  border-bottom: 2px solid #258C67;
  border-left: 2px solid #258C67;
}

#page-content .p-bg-box.bg02 .s-check__list li::after {
  border: 2px solid #258C67;
}

#page-content .p-bg-box.bg03 .p-bg-box-title {
  border-bottom: 1px solid #C1BA4B;
  color: #C1BA4B;
}

#page-content .p-bg-box.bg03 .s-dot__list li {
  color: #121212;
}

#page-content .p-bg-box.bg03 .s-check__list li {
  color: #1E623D;
}

#page-content .p-bg-box.bg03 .s-dot__list li::after {
  background-color: #C1BA4B;
}

#page-content .p-bg-box.bg03 .s-check__list li::before {
  border-bottom: 2px solid #C1BA4B;
  border-left: 2px solid #C1BA4B;
}

#page-content .p-bg-box.bg03 .s-check__list li::after {
  border: 2px solid #C1BA4B;
}

#page-content .p-caution {
  padding: 50px 60px 44px 100px;
  position: relative;
  background-color: #FDF2F2;
  border-radius: 10px;
}

@media screen and (max-width: 975px) {
  #page-content .p-caution {
    padding: 48px 12px 22px;
  }
}

#page-content .p-caution::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-caution.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 44px;
  height: auto;
  aspect-ratio: 45/39;
  top: 40px;
  left: 44px;
}

@media screen and (max-width: 975px) {
  #page-content .p-caution::before {
    width: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 22px;
  }
}

#page-content .p-caution p {
  color: #D84242;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
}

@media screen and (max-width: 975px) {
  #page-content .p-caution p {
    font-size: 0.875rem;
  }
}

#page-content .p-matome {
  border: 3px solid #3DB38A;
  padding: 50px 50px;
}

@media screen and (max-width: 975px) {
  #page-content .p-matome {
    padding: 24px 12px;
    font-size: 4rem;
  }
}

#page-content .p-matome__title {
  position: relative;
  color: #3DB38A;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 18px;
  line-height: 1.2;
  border-bottom: 2px solid #3DB38A;
  z-index: 1;
  padding-left: 0.3em;
  font-weight: 500;
}

@media screen and (max-width: 975px) {
  #page-content .p-matome__title {
    font-size: 1.5rem;
    padding-bottom: 8px;
  }
}

#page-content .p-matome__text {
  position: relative;
  z-index: 1;
  margin-top: 1em;
  line-height: 1.4;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  padding: 1em;
  display: block;
}

@media screen and (max-width: 975px) {
  #page-content .p-matome__text {
    padding: 0;
  }
}

#page-content .p-quote {
  max-width: 868px;
  width: 100%;
  padding: 24px 52px 24px;
  position: relative;
  margin: 0 auto;
  border: 1px solid #707070;
}

@media screen and (max-width: 975px) {
  #page-content .p-quote {
    padding: 24px 20px 24px;
  }
}

#page-content .p-quote::before {
  background-image: url(../img/icon-top.svg);
  top: -4px;
  left: -12px;
}

@media screen and (max-width: 975px) {
  #page-content .p-quote::before {
    left: -1px;
  }
}

#page-content .p-quote::after {
  background-image: url(../img/icon-bottom.svg);
  right: -4px;
  bottom: -12px;
}

@media screen and (max-width: 975px) {
  #page-content .p-quote::after {
    right: -1px;
  }
}

#page-content .p-quote::before,
#page-content .p-quote::after {
  position: absolute;
  width: 52px;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

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

  #page-content .p-quote::before,
  #page-content .p-quote::after {
    width: 32px;
  }
}

#page-content .p-quote__wrap .p-quote__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
}

@media screen and (max-width: 975px) {
  #page-content .p-quote__wrap .p-quote__text {
    line-height: 1.6;
  }
}

#page-content .p-quote__wrap .p-quote__link {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  margin-top: 1em;
}

#page-content .p-check-point {
  margin-top: 40px;
}

#page-content .p-check-point__text {
  position: relative;
  padding: 64px 74px 34px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  z-index: 1;
  border: 2px solid #4BA8B1;
}

@media screen and (max-width: 975px) {
  #page-content .p-check-point__text {
    font-size: 0.875rem;
    padding: 48px 24px 24px;
  }
}

#page-content .p-check-point__text::after {
  position: absolute;
  content: "";
  width: 320px;
  height: auto;
  aspect-ratio: 322/65;
  background-image: url(../img/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 0px;
  left: -2px;
}

@media screen and (max-width: 975px) {
  #page-content .p-check-point__text::after {
    width: 280px;
    top: 0px;
    left: -3px;
  }
}

#page-content .p-b-box__has-title {
  padding: 34px 74px;
  border: 2px solid #89C09E;
  border-radius: 10px;
}

@media screen and (max-width: 975px) {
  #page-content .p-b-box__has-title {
    padding: 24px 24px;
  }
}

#page-content .p-b-box-title01 {
  padding: 0px 12px;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
  color: #258C67;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: absolute;
  top: 0;
  left: 2em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 975px) {
  #page-content .p-b-box-title01 {
    left: 1em;
    font-size: 1rem;
    padding: 0px 1em;
  }
}

#page-content .p-b-box__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #121212;
}

@media screen and (max-width: 975px) {
  #page-content .p-b-box__text {
    font-size: 0.875rem;
  }
}

#page-content {
  /* ----------------------------------------
  s-post
  ---------------------------------------- */
}

#page-content .s-post__obj {
  background-color: #89C09E;
  border-radius: 10px 10px 0 0;
  padding: 14px 12px 13px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 320px;
  width: 100%;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 975px) {
  #page-content .s-post__obj {
    font-size: 0.875rem;
    min-width: unset;
    padding: 14px 18px 13px;
    max-width: 240px;
  }
}

#page-content .s-post__obj span {
  padding-left: 1.5em;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin: 0 auto;
}

#page-content .s-post__obj span::before {
  position: absolute;
  content: "";
  width: 1.3em;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/icon-post.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

#page-content .s-post__box {
  border: 3px solid #89C09E;
  padding: 24px 36px;
  border-radius: 0 10px 10px 10px;
  display: block;
}

@media screen and (max-width: 975px) {
  #page-content .s-post__box {
    padding: 12px 12px;
  }
}

#page-content .s-post__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media screen and (max-width: 975px) {
  #page-content .s-post__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
}

#page-content .s-post__img {
  width: 334px;
  height: auto;
  aspect-ratio: 334/225;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 975px) {
  #page-content .s-post__img {
    width: 100%;
  }
}

#page-content .s-post__content {
  width: calc(100% - 384px);
}

@media screen and (max-width: 975px) {
  #page-content .s-post__content {
    width: 100%;
  }
}

#page-content .s-post__title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 975px) {
  #page-content .s-post__title {
    font-size: 1.125rem;
    margin-bottom: 0.4em;
  }
}

#page-content .s-post__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

@media screen and (max-width: 975px) {
  #page-content .s-post__text {
    font-size: 0.875rem;
  }
}

#page-content {
  /* ----------------------------------------
  breadcrumb
  ---------------------------------------- */
}

#page-content .p-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  font-size: 15px;
  font-size: 0.9375rem;
  white-space: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.2em;
}

#page-content .p-breadcrumb a {
  color: #507F99;
  text-decoration: underline;
}

#page-content {
  /* ----------------------------------------
  cta-post
  ---------------------------------------- */
}

#page-content .post-cta {
  background-image: url(../img/bg-cta.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 12px 40px;
}

#page-content .post-cta__read {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1em;
  padding: 0 48px;
}

@media screen and (max-width: 975px) {
  #page-content .post-cta__read {
    text-align: center;
    font-size: 1.125rem;
    padding: 0;
  }
}

#page-content .footer__button-wrap {
  gap: 0.6em;
}

#page-content .footer__button-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 200px;
}

#page-content .footer__button-text-top {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 1100px) {
  #page-content .footer__button-text-top {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 975px) {
  #page-content .footer__button-text-top {
    font-size: 0.8125rem;
  }
}

#page-content .footer__button-text-bottom {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0;
  padding-top: 2px;
  padding-top: 0.125rem;
  font-weight: 400;
}

@media screen and (max-width: 1100px) {
  #page-content .footer__button-text-bottom {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 975px) {
  #page-content .footer__button-text-bottom {
    font-size: 1rem;
  }
}

#page-content {
  /* ----------------------------------------
  cta-case
  ---------------------------------------- */
}

#page-content .post-case {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

#page-content .post-case__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}

#page-content .post-case__con {
  width: 49%;
}

#page-content .post-case__title {
  color: #3DB38A;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 975px) {
  #page-content .post-case__title {
    font-size: 0.75rem;
  }
}

#page-content .post-case__title span {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 975px) {
  #page-content .post-case__title span {
    font-size: 1.125rem;
  }
}

#page-content .post-case__img {
  width: 100%;
  height: auto;
  aspect-ratio: 460/320;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-content .post-case__table {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #121212;
  margin-top: 2em;
  border-top: 1px #CDE8DF dashed;
}

#page-content .post-case__row {
  padding: 0.5em 0;
  width: 100%;
  border-bottom: 1px #CDE8DF dashed;
}

#page-content .post-case__row dl {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page-content .post-case__row dl dd {
  font-weight: 300;
  width: 30%;
}

#page-content .post-case__row dl dt {
  font-weight: 300;
  width: 70%;
}

#page-content {
  /* ----------------------------------------
  post-feature
  ---------------------------------------- */
}

#page-content .post-feature__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}

@media screen and (max-width: 975px) {
  #page-content .post-feature__con {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
  }
}

#page-content .post-feature__con:nth-child(n+2) {
  margin-top: 100px;
}

@media screen and (max-width: 975px) {
  #page-content .post-feature__con:nth-child(n+2) {
    margin-top: 48px;
  }
}

#page-content .post-feature__con:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 975px) {
  #page-content .post-feature__con:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

#page-content .post-feature__text {
  margin-top: 64px;
  color: #B2A91E;
  font-family: "Noto Serif JP", serif;
  width: 270px;
}

@media screen and (max-width: 975px) {
  #page-content .post-feature__text {
    margin-top: 20px;
    width: 100%;
  }
}

#page-content .post-feature__text .post-feature__obj {
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (max-width: 975px) {
  #page-content .post-feature__text .post-feature__obj {
    font-size: 1.125rem;
  }
}

#page-content .post-feature__text .post-feature__obj span {
  font-size: 102px;
  font-size: 6.375rem;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 975px) {
  #page-content .post-feature__text .post-feature__obj span {
    font-size: 2rem;
  }
}

#page-content .post-feature__text .post-feature__desc {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 2em;
  color: #121212;
}

@media screen and (max-width: 975px) {
  #page-content .post-feature__text .post-feature__desc {
    margin-top: 1em;
  }
}

#page-content .post-feature__img-wrap {
  width: calc(100% - 318px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

@media screen and (max-width: 975px) {
  #page-content .post-feature__img-wrap {
    width: 90%;
    margin-right: auto;
  }
}

#page-content .post-feature__img-wrap::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 60%;
  background-color: #fff;
  background-color: #FEFBB9;
  z-index: -1;
  top: 45%;
  left: -20%;
}

@media screen and (max-width: 975px) {
  #page-content .post-feature__img-wrap::before {
    left: unset;
    right: -5%;
  }
}

#page-content .post-feature__img {
  aspect-ratio: 720/430;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-content .post-feature__con:nth-child(2) .post-feature__text .post-feature__obj {
  color: #4BA8B1;
}

#page-content .post-feature__con:nth-child(2) .post-feature__img-wrap::before {
  left: unset;
  right: -20%;
  background-color: #BFE0E3;
}

@media screen and (max-width: 975px) {
  #page-content .post-feature__con:nth-child(2) .post-feature__img-wrap::before {
    left: unset;
    right: -5%;
  }
}

#page-content .post-feature__con:nth-child(3) .post-feature__text .post-feature__obj {
  color: #53BB94;
}

#page-content .post-feature__con:nth-child(3) .post-feature__img-wrap::before {
  background-color: #C3E7DA;
}

#page-content {
  /* ----------------------------------------
  cash-post
  ---------------------------------------- */
  /* ----------------------------------------
  cash-post cash-total
  ---------------------------------------- */
  /* ----------------------------------------
  cash-post cash-flow
  ---------------------------------------- */
}

#page-content .cash-point {
  max-width: 1030px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1%;
}

@media screen and (max-width: 975px) {
  #page-content .cash-point {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
  }
}

#page-content .cash-total,
#page-content .cash-flow {
  width: 49.5%;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .4);
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .4);
}

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

  #page-content .cash-total,
  #page-content .cash-flow {
    width: 100%;
    margin: 0 auto;
  }
}

#page-content .cash-point__title {
  padding: 28px 0 16px;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
}

@media screen and (max-width: 975px) {
  #page-content .cash-point__title {
    font-size: 1.125rem;
  }
}

#page-content .cash-total .cash-point__title {
  background-color: #3DB38A;
}

#page-content .cash-flow .cash-point__title {
  background-color: #5D5D5D;
}

#page-content .cash__read {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 1em;
}

@media screen and (max-width: 975px) {
  #page-content .cash__read {
    font-size: 0.875rem;
  }
}

#page-content .cash__read span {
  font-weight: 500;
  color: #C92828;
}

#page-content .cash__wrap {
  max-width: 412px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}

#page-content .cash__arrow-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  gap: 0.2em;
  margin-top: 20px;
}

@media screen and (max-width: 975px) {
  #page-content .cash__arrow-bottom {
    font-size: 0.75rem;
  }
}

#page-content .cash__arrow-bottom .obj {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 14px solid #3DB38A;
  border-bottom: 0;
}

#page-content .cash__arrow-bottom .is-line {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF339));
  background: linear-gradient(transparent 50%, #FFF339 50%);
}

@media screen and (max-width: 975px) {
  #page-content .cash__arrow-bottom .is-line {
    font-size: 1.125rem;
  }
}

#page-content .cash-total__box {
  margin-top: 10px;
  border: 2px solid #89C09E;
}

@media screen and (max-width: 975px) {
  #page-content .cash-total__box {
    width: 94%;
    margin: 10px auto;
  }
}

#page-content .cash-total__top {
  padding: 18px 0;
}

#page-content .cash-total__top ul {
  max-width: 312px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  font-size: 15px;
  font-size: 0.9375rem;
  grid-template-columns: 1fr 1fr;
  row-gap: 1em;
}

#page-content .cash-total__top ul li {
  padding-left: 1em;
  display: block;
  position: relative;
}

#page-content .cash-total__top ul li::before {
  position: absolute;
  content: "";
  width: 0.6em;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  border-radius: 50%;
  background-color: #89C09E;
}

#page-content .cash-total__bottom {
  background-color: #E0EFE6;
  padding: 12px 0;
}

@media screen and (max-width: 975px) {
  #page-content .cash-total__bottom {
    padding: 12px;
  }
}

#page-content .cash-total__price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page-content .cash-total__price dl,
#page-content .cash-total_caution {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}

#page-content .cash-total__price dl dt,
#page-content .cash-total__price dl dd {
  width: 50%;
  font-weight: 50;
  color: #258C67;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 500;
}

#page-content .cash-total__price dl dt {
  text-align: left;
}

#page-content .cash-total__price dl dd {
  text-align: right;
}

#page-content .cash-total__price dl dd span {
  color: #121212;
  font-weight: 300;
  font-size: 12px;
  font-size: 0.75rem;
}

#page-content .cash-total_caution {
  text-align: right;
  color: #121212;
  font-weight: 300;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 0.6em;
}

#page-content .cash-total__last {
  margin: 16px auto 0;
  border-radius: 10px;
  background-color: #C92828;
  color: #fff;
  padding: 16px 0;
  max-width: 300px;
  width: 100%;
}

#page-content .cash-total__last-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#page-content .cash-total__last-wrap .is-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

#page-content .cash-total__last-wrap .is-text span {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}

#page-content .cash-total__last-wrap .is-price {
  font-weight: 500;
  font-size: 46px;
  font-size: 2.875rem;
}

#page-content .cash-flow__con {
  margin-top: 34px;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
}

#page-content .cash-flow__con .is-box {
  max-width: 411px;
  width: 94%;
  border: 2px solid #4BA8B1;
  background-color: #F7FEFF;
  padding: 8px 0;
  margin: 0 auto;
}

#page-content .cash-flow__con .is-big {
  padding: 16px 0;
}

#page-content .cash-flow__con .is-obj {
  margin: 4px auto;
}

#page-content .cash-flow__con .is-obj.is-plus {
  width: 17px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #4BA8B1;
  color: #fff;
  font-weight: bold;
}

#page-content .cash-flow__con .is-write {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
}

#page-content .cash-flow__last {
  color: #121212;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  border: #C92828 3px solid;
  background-color: #fff;
  padding: 13px 0;
  max-width: 300px;
  width: 100%;
}

#page-content .cash-flow__last-wrap span {
  font-size: 27px;
  font-size: 1.6875rem;
  color: #C92828;
  line-height: 1.4;
}

#page-content {
  /* ----------------------------------------
  post- treatment
  ---------------------------------------- */
  /* ----------------------------------------
  // 最上部
  ---------------------------------------- */
  /* ----------------------------------------
  // 下部
  ---------------------------------------- */
}

@media screen and (max-width: 975px) {
  #page-content .post-treatment {
    padding: 0 12px;
  }
}

#page-content .post-treatment .s-post__wrap {
  padding: 24px 36px;
}

@media screen and (max-width: 975px) {
  #page-content .post-treatment .s-post__wrap {
    padding: 12px 12px;
  }
}

#page-content .post-treatment .s-post__title {
  color: #1E623D;
}

#page-content .post-treatment__wrap {
  margin-top: 48px;
}

@media screen and (max-width: 975px) {
  #page-content .post-treatment__wrap {
    margin-top: 48px;
  }
}

#page-content .post-treatment__wrap {
  max-width: 838px;
  width: 100%;
  margin: 0 auto;
}

#page-content .post-treatment__con {
  border: #ACD8BC 3px solid;
  border-radius: 10px;
  padding: 40px 80px;
}

@media screen and (max-width: 975px) {
  #page-content .post-treatment__con {
    padding: 24px 12px;
  }
}

#page-content .post-treatment__con:nth-child(n+2) {
  margin-top: 20px;
}

#page-content .post-treatment__con.is-strong {
  border: #3DB38A 3px solid;
  background-color: #F8FFFD;
}

#page-content .post-treatment__big-price {
  border-bottom: 2px solid #3DB38A;
  padding-bottom: 24px;
}

@media screen and (max-width: 975px) {
  #page-content .post-treatment__big-price {
    padding-bottom: 12px;
  }
}

#page-content .treatment-tag {
  font-size: 20px;
  font-size: 1.25rem;
  color: #121212;
  font-weight: 400;
}

@media screen and (max-width: 975px) {
  #page-content .treatment-tag {
    font-size: 0.875rem;
  }
}

#page-content .treatment-tag.is-green {
  padding: 0.5em 2em;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #fff;
  background-color: #3DB38A;
}

#page-content .post-treatment__big-price dl,
#page-content .post-treatment__mid-price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

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

  #page-content .post-treatment__big-price dl,
  #page-content .post-treatment__mid-price dl {
    display: block;
  }
}

#page-content .post-treatment__big-price dl dt,
#page-content .post-treatment__mid-price dl dt {
  width: 50%;
}

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

  #page-content .post-treatment__big-price dl dt,
  #page-content .post-treatment__mid-price dl dt {
    width: 100%;
  }
}

#page-content .post-treatment__big-price dl dd,
#page-content .post-treatment__mid-price dl dd {
  width: 50%;
  text-align: right;
}

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

  #page-content .post-treatment__big-price dl dd,
  #page-content .post-treatment__mid-price dl dd {
    width: 100%;
  }
}

#page-content .post-treatment__mid-price dl dd {
  font-weight: 500;
  font-size: 40px;
  font-size: 2.5rem;
}

@media screen and (max-width: 975px) {
  #page-content .post-treatment__mid-price dl dd {
    font-size: 2rem;
  }
}

#page-content .post-treatment__big-price dl dd {
  font-weight: 500;
  font-size: 60px;
  font-size: 3.75rem;
}

@media screen and (max-width: 975px) {
  #page-content .post-treatment__big-price dl dd {
    font-size: 2rem;
  }
}

#page-content .post-treatment__big-price dl dd span {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
}

#page-content .post-treatment-list {
  margin-top: 24px;
}

#page-content .post-treatment-list dl {
  border-bottom: #CDE8DF 2px dashed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1em;
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 0.8em;
}

@media screen and (max-width: 975px) {
  #page-content .post-treatment-list dl {
    padding-left: 0;
    font-size: 0.875rem;
  }
}

#page-content .post-treatment-list dl:nth-child(n+2) {
  margin-top: 24px;
}

@media screen and (max-width: 975px) {
  #page-content .post-treatment-list dl:nth-child(n+2) {
    margin-top: 12px;
  }
}

#page-content .post-treatment-list dl dt {
  width: 40%;
  font-weight: 400;
}

#page-content .post-treatment-list dl dd {
  width: 60%;
  font-weight: 400;
  text-align: right;
}

#page-content .post-treatment-list dl dd span {
  font-size: 70%;
}

#page-content .post-treatment-list.is-02 dl dt {
  width: 30%;
}

@media screen and (max-width: 975px) {
  #page-content .post-treatment-list.is-02 dl dt {
    width: 15%;
  }
}

#page-content .post-treatment-list.is-02 dl dd {
  width: 70%;
}

@media screen and (max-width: 975px) {
  #page-content .post-treatment-list.is-02 dl dd {
    width: 85%;
  }
}

#page-content .treatment__text {
  margin-top: 1em;
  line-height: 1.8;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 975px) {
  #page-content .treatment__text {
    font-size: 0.875rem;
  }
}

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

@media screen and (max-width: 975px) {
  .sp-hide {
    display: none !important;
  }

  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .sp-block {
    display: block !important;
  }
}

/*# sourceMappingURL=style.css.map */


.kai{
	font-size: 20px;
}
@media screen and (max-width: 767px){
	.kai{
	font-size: 14px;
	}
}


/*#  料金表 */
@media(min-width:767px){
        .sp{
            display: none !important;
        }
    }
    
    @media(max-width:767px){
        .pc{
            display: none !important;
        }
    }
    
    .price_page-price_detail-section{
        position: relative;
        font-family: "Noto Sans JP", sans-serif;
        text-align: center;
        font-family: serif;
    }
    
    @media(max-width:767px){
        .price_page-price_detail-section{
            padding: 0;
        }
    }
    
    /* ---------- コンテナ全体 ---------- */
    .price_page-price_detail-section{
        color: #95c2a5;
    }
    
    .price_page-price_detail-section h3,
    .price_page-price_detail-section h4.font-size-h3,
    .price_page-price_detail-section h6.font-size-h3{
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 1px;
        position: relative;
    }
    
    @media(max-width:767px){
        .price_page-price_detail-section h3,
        .price_page-price_detail-section h4.font-size-h3,
        .price_page-price_detail-section h6.font-size-h3{
            font-size: 20px;
            margin-bottom: 15px;
        }
        .price_page-price_detail-section h3.page-title-fee{
            font-size: 24px;
            text-align: left;
            margin-left: 20px;
            padding-left: 20px;
        }
        .price_page-price_detail-section .price-text-left-title{
            font-size: 24px;
            margin-bottom: 15px;
            text-align: left;
            padding-left: 20px;
        }
    }
    
    @media(min-width:767px){
        .price_page-price_detail-section h3,
        .price_page-price_detail-section h4.font-size-h3,
    .price_page-price_detail-section h6.font-size-h3{
            padding-left: 25px;
            text-align: left;
        }
    }
    
    .diagnosis-price-box h4,
    .diagnosis-price-box h5.font-size-h4,
    .retainer-price-box h4,
    .price_page-price_detail-section .price-menu-detail-content-title{
        font-size: 28px;
        font-weight: bold;
        text-align: left;
        position: relative;
    }
    
    @media(max-width:767px){
        .diagnosis-price-box h4,
        .diagnosis-price-box h5.font-size-h4,
        .price_page-price_detail-section .price-menu-detail-content-title{
            font-size: 24px;
        }
        
        .retainer-price-box h4{
            font-size: 20px;
        }
		.price-text-left p{
			margin-top: 15px;
			line-height: 1.4;
		}
    }
    
    .price_page-price_detail-section .price-detail-title::before,
    .price-menu-list-section .price-detail-title::before,
    .price-text-box .price-text-left-title::before{
        content: "";
        width: 4px;
        height: 42px;
        background-color: #95c2a5;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 0;
    }
    
    .diagnosis-price-box .diagnosis-adult-price-title,
    .diagnosis-price-box .diagnosis-child-price-title,
    .retainer-price-box .retainer-price-title,
    .price_page-price_detail-section .price-menu-detail-content-title{
        padding-left: 50px;
    }
    
    .diagnosis-price-box .diagnosis-adult-price-title::before,
    .diagnosis-price-box .diagnosis-child-price-title::before,
    .retainer-price-box .retainer-price-title::before,
    .price_page-price_detail-section .price-menu-detail-content-title::before{
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 100%;
        background-color: #95c2a5;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 25px;
    }
    
    .price-menu-detail-container{
        background: #F5FBFD;
    }
    
    
    /* ---------- 各メニュー冒頭のprice-text-box ---------- */
    
    
    .price_page-price_detail-section .price-text-left-title{
        font-weight: bold;
        position: relative;
        margin-bottom: 40px;
    }
    
    @media(min-width:767px){
        .price_page-price_detail-section .price-text-left-title{
            text-align: left;
        }
    }
    
    @media(min-width:767px){
        .price_page-price_detail-section .price-text-box{
            display: flex;
            justify-content: space-between;
        }
        
        .price_page-price_detail-section .price-text-box .price-text-left{
            width: 50%;
            margin-right: 10px;
            text-align: left;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .price_page-price_detail-section .price-text-box .price-text-right{
            width: 40%;
            margin-left: 10px;
        }
    }
    
    @media(max-width:767px){
        .price_page-price_detail-section .price-text-box{
            text-align: center;
        }
        
        .price_page-price_detail-section .price-text-box .price-text-left{
            padding: 0;
        }
    }
    
    .price_page-price_detail-section .price-text-box .price-text-left p,
    .price_page-price_detail-section .payment-method .payment-method-title-box p{
        font-family: "Noto Sans JP", sans-serif;
        color: #21262B;
        font-weight: 400;
        text-align: left;
    }
    
    .price-page-btn{
        border-radius: 125px;
        display: block;
        width: 450px;
        height: 60px;
        padding: 20px;
        background: #95c2a5;
        color: #FFF;
        font-weight: 500;
        font-size: 20px;
        text-decoration: none;
        text-align: center;
        margin: auto auto 0 auto;
        position: relative;
    }
    
    @media(max-width:767px){
        .price-page-btn{
            width: 250px;
            height: 60px;
            margin: 30px auto;
        }
    }
    
    
    /* ---------- price-menu-detail-content ---------- */
    @media(min-width:767px){
        .price-menu-detail-content{
            margin: 50px 0;
        }
    }
    
    @media(max-width:767px){
        .price-menu-detail-content{
            padding: 15px;
        }
    }
    
    .price_page-price_detail-section .price-menu-detail-content-title{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .price_page-price_detail-section .price-menu-detail-content-title-long-both,
    .price_page-price_detail-section .price-menu-detail-content-title-long-front{
        /*width: 100%;*/
        justify-content: flex-start;
        position: relative;
        white-space:nowrap;
    }
    
    .price_page-price_detail-section .price-menu-detail-content-title-long-both{
        margin-bottom: 30px;
    }
    
    .price_page-price_detail-section .price-menu-detail-content-title-long-both::after{
        content: "（上顎が舌側矯正・下顎がホワイトワイヤー）";
        position: absolute;
        bottom: -20px;
        left: 50px;
    }
    
    .price_page-price_detail-section .price-menu-detail-content-title-long-front::after{
        content: "白いブラケット装置＋ホワイトワイヤー";
        position: absolute;
        bottom: -5px;
        left: 50px;
    }
    
    .price_page-price_detail-section .price-menu-detail-content-title-long-both::after,
    .price_page-price_detail-section .price-menu-detail-content-title-long-front::after{
        color: #95c2a5;
        font-size: 15px;
    }
    
    .price_page-price_detail-section .price-menu-detail-content-title .title-small{
        font-size: 14px;
    }
    
    @media(max-width:767px){
        .price_page-price_detail-section .price-menu-detail-content-title-long-both,
        .price_page-price_detail-section .price-menu-detail-content-title-long-front{
            margin-bottom: 20px;
        }
        
        .price_page-price_detail-section .price-menu-detail-content-title-long-front::after{
            bottom: -20px;
        }
        
        .price_page-price_detail-section .price-menu-detail-content-title-long-both::after{
            left: 0;
        }
        
        .price_page-price_detail-section .price-menu-detail-content-title-long-front::after{
            left: 15px;
        }
        
        .price_page-price_detail-section .price-menu-detail-content-title-long-both::after,
        .price_page-price_detail-section .price-menu-detail-content-title-long-front::after{
            font-size: 14px;
        }
    }
    
    .price-menu-detail-content-text-box{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .price-menu-detail-content-text-box .price-menu-detail-content-text{
        display: flex;
    }
    
    .price-menu-detail-content-text-box .price-menu-detail-content-text-long{
        justify-content: flex-end;
        width: 100%;
    }
    
    .price-menu-detail-content-text-box .treatment-period,
    .price-menu-detail-content-text-box .yellow-box,
    .price-menu-detail-content-text-box .orange-box{
        height: 60px;
        font-size: 20px;
        font-weight: bold;
        margin: 0 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .price-menu-detail-content-text-box .treatment-period{
        /*width: 345px;*/
        color: #000;
        background: #fff;
        border: 1px solid #95c2a5;
        border-radius: 30px;
        padding: 0 15px;
    }
    
    .price-menu-detail-content-text-box .yellow-box{
        width: 125px;
        color: #000;
        background: #FFCB48;
    }
    
    .price-menu-detail-content-text-box .yellow-box-sub-text-7,
    .price-menu-detail-content-text-box .yellow-box-sub-text-14,
    .price-menu-detail-content-text-box .yellow-box-sub-text-24,
    .price-menu-detail-content-text-box .yellow-box-sub-text-48{
        position: relative;
    }
    
    .price-menu-detail-content-text-box .yellow-box-sub-text-7::before,
    .price-menu-detail-content-text-box .yellow-box-sub-text-14::before,
    .price-menu-detail-content-text-box .yellow-box-sub-text-24::before,
    .price-menu-detail-content-text-box .yellow-box-sub-text-48::before{
        color: #000;
    	font-size: 15px;
    	position: absolute;
    	bottom: -20px;
    	left: 0;
    	white-space: nowrap;
    }
    
    .price-menu-detail-content-text-box .yellow-box-sub-text-7::before{
        content: "※7枚まで交換可";
    }
    
    .price-menu-detail-content-text-box .yellow-box-sub-text-14::before{
        content: "※14枚まで交換可";
    }
    
    .price-menu-detail-content-text-box .yellow-box-sub-text-24::before{
        content: "※24枚まで交換可";
    }
    
    .price-menu-detail-content-text-box .yellow-box-sub-text-48::before{
        content: "※48枚まで交換可";
    }
    
    .price-menu-detail-content-text-box .orange-box{
        width: 225px;
        background: #FF5F1F;
        color: #fff;
        padding-left: 10px;
        padding-right: 5px;
    }
    
    .price-menu-detail-content-text-box .orange-box .yellow-text{
        font-size: 30px;
        color: #FFF600;
        margin: 0 5px;
    }
    
    .price-tag-box{
        margin: 30px 0;
    }
    
    @media(min-width:767px){
        .price-tag-box{
            display: flex;
        }
        
        .price-tag-box .price-tag-content{
            width: 50%;
            text-align: left;
        }
    }
    
    @media(max-width:767px){
        .price-menu-detail-content-text-box .price-menu-detail-content-text{
            flex-wrap: wrap;
        }
        
        .price-menu-detail-content-text-box .treatment-period,
        .price-menu-detail-content-text-box .yellow-box,
        .price-menu-detail-content-text-box .orange-box{
            height: 35px;
            font-size: 14px;
            margin: 5px;
        }
        
        .price-menu-detail-content-text-box .treatment-period{
            width: 100%;
        }
        
        .price-menu-detail-content-text-box .yellow-box{
            width: 30%;
        }
        
        .price-menu-detail-content-text-box .orange-box{
            width: 60%;
        }
        
        .price-menu-detail-content-text-box .orange-box .yellow-text{
            font-size: 20px;
        }
        
        .price-menu-detail-content-text-box .treatment-period{
            padding: 0 5px;
        }
        
        .price-menu-detail-content-text-box .yellow-box-sub-text-7::before,
        .price-menu-detail-content-text-box .yellow-box-sub-text-14::before,
        .price-menu-detail-content-text-box .yellow-box-sub-text-24::before,
        .price-menu-detail-content-text-box .yellow-box-sub-text-48::before{
        	font-size: 14px;
        }
        
        .price-tag-box .price-tag-content{
            text-align: left;
            margin: 30px 0;
        }
    }
    
    .price-tag-box .price-tag-content .price-tag-content-title-left,
    .price-tag-box .price-tag-content .price-tag-content-title-right{
        height: 44px;
        padding: 20px;
        font-size: 18px;
        font-weight: bold;
        background: #fff;
        border: 1px solid #95c2a5;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    
    @media(max-width:767px){
        .price-tag-box .price-tag-content .price-tag-content-title-left,
        .price-tag-box .price-tag-content .price-tag-content-title-right{
            font-size: 16px;
        }
        
        .price-tag-box .price-tag-content .price-tag-content-title-left,
        .price-tag-box .price-tag-content .price-tag-content-title-right{
            padding: 10px;
        }
    }
    
    @media(min-width:767px){
        .price-tag-box .price-tag-content .price-tag-content-title-left{
            width: 200px;
        }
        
        .price-tag-box .price-tag-content .price-tag-content-title-right{
            width: 300px;
        }
    }
    
    .price-tag-box .price-tag-content .price-tag-content-sub-text{
        font-size: 20px;
        font-weight: bold;
    }
    
    @media(min-width:767px){
        .price-tag-box .price-tag-content .price-tag-content-sub-space{
            height: 20px;
        }
    }
    
    @media(max-width:767px){
        .price-tag-box .price-tag-content .price-tag-content-sub-text{
            font-size: 14px;
        }
    }
    
    .price-tag-box .price-tag-content p,
    .price-tag-box .price-tag-content p{
        font-size: 72px;
        font-weight: bold;
    }
    
    .price-tag-box .diagnosis-price-yen,
    .price-tag-box .diagnosis-price-small{
        color: #95c2a5;
    }
    
    .price-tag-box .diagnosis-price-yen{
        font-size: 45px;
    }
    
    .price-tag-box .diagnosis-price-small{
        font-size: 28px;
    }
    
    @media(max-width:767px){
        .price-tag-box .price-tag-content p,
        .price-tag-box .price-tag-content p{
            font-size: 40px;
			text-align: center;
        }
        
        .price-tag-box .diagnosis-price-yen{
            font-size: 24px;
        }
        
        .price-tag-box .diagnosis-price-small{
            font-size: 16px;
        }
    }
    
    
    
    
    
    /* ---------- payment-method ---------- */
    
    .price_page-price_detail-section .payment-method{
        background-color: #fff;
        margin: 50px 0;
        border-radius: 20px;
    }
    
    .price_page-price_detail-section .payment-method{
        padding: 80px 50px 50px 50px;
    }
    
    @media(max-width:767px){
        .price_page-price_detail-section .payment-method{
            padding: 0;
        }
    }
    
    .price_page-price_detail-section .payment-method .payment-method-detail p{
        letter-spacing: 1px;
        font-size: 20px;
        font-weight: bold;
        padding: 15px 0 10px 0;
    }
    
    @media(max-width:767px){
        .price_page-price_detail-section .payment-method .payment-method-detail p{
            font-size: 16px;
        }
    }
    
    .price_page-price_detail-section .payment-method .payment-method-detail{
        display: flex;
        justify-content: space-between;
    }
    
    @media(min-width:767px){
        .price_page-price_detail-section .payment-method .payment-method-title-box{
            display: flex;
            text-align: left;
        }
        
        .price_page-price_detail-section .payment-method .payment-method-title-box h3,
        .price_page-price_detail-section .payment-method .payment-method-title-box .font-size-h3{
            width: 200px;
            padding: 0;
        }
    }
    
    .price_page-price_detail-section .payment-method .payment-method-title-box{
        text-align: left;
        margin-bottom: 40px;
    }
    
    @media(max-width:767px){
        
        .price_page-price_detail-section .payment-method .payment-method-detail .payment-method-detail-left{
            width: 30%;
            text-align: left;
        }
        
        .price_page-price_detail-section .payment-method .payment-method-detail .payment-method-detail-right{
            width: 70%;
            text-align: right;
        }
    }
    
    .price_page-price_detail-section .payment-method .payment-method-detail{
        border-bottom: 1px dotted;
    }

    .price_page-price_detail-section{
    color: #455C75;
}

.price_page-price_detail-section h3,
.price_page-price_detail-section h4.font-size-h3,
.price_page-price_detail-section h6.font-size-h3{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
}

@media(max-width:767px){
    .price_page-price_detail-section h3,
    .price_page-price_detail-section h4.font-size-h3,
    .price_page-price_detail-section h6.font-size-h3{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .price_page-price_detail-section h3.page-title-fee{
        font-size: 24px;
        text-align: left;
        margin-left: 20px;
        padding-left: 20px;
    }
    .price_page-price_detail-section .price-text-left-title{
        font-size: 24px;
        margin-bottom: 15px;
        text-align: left;
        padding-left: 20px;
    }
}

@media(min-width:767px){
    .price_page-price_detail-section h3,
    .price_page-price_detail-section h4.font-size-h3,
.price_page-price_detail-section h6.font-size-h3{
        padding-left: 25px;
        text-align: left;
    }
}

.diagnosis-price-box h4,
.diagnosis-price-box h5.font-size-h4,
.retainer-price-box h4,
.price_page-price_detail-section .price-menu-detail-content-title{
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    position: relative;
}

@media(max-width:767px){
    .diagnosis-price-box h4,
    .diagnosis-price-box h5.font-size-h4,
    .price_page-price_detail-section .price-menu-detail-content-title{
        font-size: 22px;
    }
    
    .retainer-price-box h4{
        font-size: 20px;
    }
	.diagnosis-price-box h5.font-size-h4{
		margin-bottom: 10px;
	}
	.sp_none{
		display: none;
	}
}

.price_page-price_detail-section .price-detail-title::before,
.price-menu-list-section .price-detail-title::before,
.price-text-box .price-text-left-title::before{
    content: "";
    width: 4px;
    height: 42px;
    background-color: #455C75;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 0;
}

.diagnosis-price-box .diagnosis-adult-price-title,
.diagnosis-price-box .diagnosis-child-price-title,
.retainer-price-box .retainer-price-title,
.price_page-price_detail-section .price-menu-detail-content-title{
    padding-left: 50px;
}

.diagnosis-price-box .diagnosis-adult-price-title::before,
.diagnosis-price-box .diagnosis-child-price-title::before,
.retainer-price-box .retainer-price-title::before,
.price_page-price_detail-section .price-menu-detail-content-title::before{
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #258C67;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 25px;
}

.diagnosis-price-box .diagnosis-adult-price,
.retainer-price-box .retainer-adult-price{
    margin-top: 50px;
}

.diagnosis-price-box .diagnosis-adult-price-detail,
.diagnosis-price-box .diagnosis-child-price-detail,
.retainer-price-box .retainer-price-detail{
    padding: 50px;
    margin: 20px 0;
}

@media(max-width:767px){
    .diagnosis-price-box .diagnosis-adult-price-detail,
    .diagnosis-price-box .diagnosis-child-price-detail,
    .retainer-price-box .retainer-price-detail{
        padding: 30px;
    }
}

.diagnosis-price-box .diagnosis-adult-price-detail,
.retainer-price-box .retainer-adult-price .retainer-price-detail{
    background-color: #F5FBFD;
}

.diagnosis-price-box .diagnosis-child-price-detail,
.retainer-price-box .retainer-child-price .retainer-price-detail{
    background-color: #F3FFEE;
}

@media(min-width:767px){
    .diagnosis-price-box .diagnosis-adult-price-title,
    .diagnosis-price-box .diagnosis-child-price-title,
    .retainer-price-box .retainer-price-title{
        text-align: left;
    }
}

.diagnosis-price-box .diagnosis-adult-price-detail-content-title,
.diagnosis-price-box .diagnosis-adult-price-detail-content,
.diagnosis-price-box .diagnosis-child-price-detail-content-title,
.diagnosis-price-box .diagnosis-child-price-detail-content,
.retainer-price-box .retainer-price-detail-content-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media(max-width:767px){
    .diagnosis-price-box .diagnosis-adult-price-detail-content,
    .diagnosis-price-box .diagnosis-child-price-detail-content,
    .retainer-price-box .retainer-price-detail-content-title{
        display: block;
    }
    
    .diagnosis-price-box .diagnosis-adult-price-detail-content h4,
    .diagnosis-price-box .diagnosis-child-price-detail-content h4,
    .retainer-price-box .retainer-price-detail-content-title h4{
        text-align: center;
        margin: 10px 0 5px 0;
    }
}

.diagnosis-price-box .diagnosis-adult-price-detail-content-title,
.diagnosis-price-box .diagnosis-child-price-detail-content-title,
.retainer-price-box .retainer-price-detail-content-title{
    padding-bottom: 20px;
    border-bottom: 1px dotted;
}

.diagnosis-price-box .diagnosis-adult-price-detail-content,
.diagnosis-price-box .diagnosis-child-price-detail-content,
.retainer-price-box .retainer-price-detail-content-title{
    padding-top: 28px;
}

.diagnosis-price-box .red-text{
    font-size: 42px;
    color: #FF6E71;
    font-weight: bold;
}

@media(max-width:767px){
    .diagnosis-price-box .red-text{
        font-size: 32px;
    }
}

.diagnosis-price-box .diagnosis-adult-price-detail-content p,
.diagnosis-price-box .diagnosis-child-price-detail-content p,
.retainer-price-box .retainer-price-detail-content-title p{
    font-size: 57px;
    font-weight: bold;
}

.diagnosis-price-box .diagnosis-price-yen,
.diagnosis-price-box .diagnosis-price-small,
.retainer-price-box .retainer-price-yen,
.retainer-price-box .retainer-price-small{
    color: #21262B;
}

.diagnosis-price-box .diagnosis-price-yen,
.retainer-price-box .retainer-price-yen{
    font-size: 35px;
}

.diagnosis-price-box .diagnosis-price-small,
.retainer-price-box .retainer-price-small{
    font-size: 22px;
}

@media(max-width:767px){
    .diagnosis-price-box .diagnosis-adult-price-detail-content p,
    .diagnosis-price-box .diagnosis-child-price-detail-content p,
    .retainer-price-box .retainer-price-detail-content-title p{
        font-size: 30px;
    }
    
    .diagnosis-price-box .diagnosis-price-yen,
    .retainer-price-box .retainer-price-yen{
        font-size: 28px;
    }
    
    .diagnosis-price-box .diagnosis-price-small,
    .retainer-price-box .retainer-price-small{
        font-size: 16px;
    }
}


/*
<div class="menu-btn-list">
    <div class="menu-btn-box">
        <a href="#" class="menu-btn">表側ワイヤー矯正</a>
        <div class="dropdown-menu-box">
            <a href="#" class="dropdown-menu">全体矯正</a>
            <a href="#" class="dropdown-menu">全体矯正（軽度）</a>
            <a href="#" class="dropdown-menu">部分矯正</a>
        </div>
    </div>
    <div>
        <a href="#" class="menu-btn">裏側ワイヤー矯正</a>
    </div>
    <div>
        <a href="#" class="menu-btn">マウスピース型矯正</a>
    </div>
    <div>
        <a href="#" class="menu-btn">部分矯正</a>
    </div>
</div>
*/


/* ---------- price-menu-list-box ---------- */

.price-menu-list-box{
    margin: 50px 0;
}

.price-menu-list-box .menu-btn-list{
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.price-menu-list-box .menu-btn-list .menu-btn-box{
    margin: 10px 10px 0 10px;
}

.price-menu-list-box .menu-btn-list .menu-btn{
    border-radius: 30px;
    display: block;
    width: 230px;
    height: 60px;
    padding: 20px 20px 20px 0;
    background: #258C67;
    color: #FFF;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    position: relative;
}

.price-menu-list-box .menu-btn-list .menu-btn::before{
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 35px;
    bottom: 5px;
    margin: auto;
}

@media(max-width:767px){
    .price-menu-list-box .menu-btn-list{
        display: block;
    }
    
    .price-menu-list-box .menu-btn-list .menu-btn{
        margin: 10px auto;
    }
}

.menu-btn-list .dropdown-menu-box{
    display: none;
    width: 200px;
    margin: -10px auto;
    padding: 30px 0px 20px 0px;
    background: #fff;
    z-index: -1;
    font-weight: bold;
}

.price-menu-list-box .menu-btn-list .menu-btn-box:hover .dropdown-menu-box{
    display: block;
}

.price-menu-list-box .menu-btn-list .menu-btn-box:hover .menu-btn{
    background: #258C67;
}

.menu-btn-list .dropdown-menu-box .dropdown-menu{
    display: block;
    text-align: left;
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #195E80;
}
.price_page-price_detail-section,.price-tag-box .diagnosis-price-yen, .price-tag-box .diagnosis-price-small {
    color: #1E623D!important;
}

.top-banner-wrap{
	width: 100%;
    display: flex;
    gap: 30px;
    max-width: 1300px;
    margin: 20px auto 50px;
    padding: 0 20px;
    justify-content: center;
    flex-wrap: nowrap;
    height: auto;
    position: relative;
}
.top-banner-wrap img{
	width: 100%;
	border-radius: 20px; 
}
@media screen and (max-width:767px){
	.top-banner-wrap{
		flex-wrap: wrap;
	}
}

	.price-menu-detail-content .price-menu-detail-content-title{
		justify-content: left;
	}