@charset "UTF-8";
/*イデアル共通scss 野津作成　編集基本的に不可*/
html {
  scroll-behavior: smooth !important;
  scroll-padding-top: 100px;
}

@media screen and (max-width: 834px) {
  #page-treatment,
  main {
    overflow: hidden;
  }
}

/*フォント*/
@font-face {
  font-family: "icon";
  src: url("../fonts/icon/icon.ttf?68zyw0") format("truetype"), url("../fonts/icon/icon.woff?68zyw0") format("woff"), url("../fonts/icon/icon.svg?68zyw0#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*下層タイトル調整*/
.page-title__ttl .en {
  font-size: clamp(3.6rem, 9.5vw, 9rem);
  line-height: 1;
}

/*診療内容調整*/
#page-treatment .treatment-type > li {
  padding: 0;
  height: auto;
}
#page-treatment .treatment-type__cont {
  position: static;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: none;
}

/*インプラント外科*/
#page-implant {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  #page-implant {
    line-height: 1.8;
  }
}
#page-implant h1,
#page-implant h2,
#page-implant h3,
#page-implant h4,
#page-implant h5,
#page-implant h6 {
  font-weight: inherit;
}
#page-implant picture {
  display: block;
}
#page-implant .inner img {
  vertical-align: bottom;
  height: auto;
}
#page-implant .page-title {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-implant .page-title {
    margin-bottom: 170px;
  }
}
#page-implant .page-title__image img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 834px) {
  #page-implant .page-title__image img {
    object-position: left center;
  }
}
#page-implant .impl-intro {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-intro {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  #page-implant .impl-intro p {
    text-align: center;
  }
}
#page-implant .impl-intro__ttl {
  text-align: center;
  line-height: 1.8;
  font-size: 2rem;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-intro__ttl {
    font-size: 3rem;
  }
}
#page-implant .impl-intro__ttl span {
  display: block;
  font-size: 116.7%;
}
#page-implant .impl-struct {
  background-color: #e9f0f6;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct {
    padding-top: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct {
    margin-bottom: 100px;
  }
}
#page-implant .impl-struct__head {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__head {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__head {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 55% 1fr;
    column-gap: 5%;
  }
}
#page-implant .impl-struct__head-ttl {
  line-height: 1.5;
  margin-bottom: 1em;
  font-size: 2.2rem;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__head-ttl {
    font-size: 3rem;
    align-self: end;
  }
}
@media screen and (max-width: 834px) {
  #page-implant .impl-struct__head-img {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__head-img {
    grid-column: 2;
    grid-row: 1/3;
  }
}
#page-implant .impl-struct__head-img img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__head-img img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 991px) {
  #page-implant .impl-struct__cont {
    display: flex;
  }
}
@media screen and (min-width: 991px) {
  #page-implant .impl-struct__cont-img {
    min-width: 440px;
  }
}
#page-implant .impl-struct__cont-img img {
  width: 100%;
}
@media screen and (min-width: 991px) {
  #page-implant .impl-struct__cont-img img {
    height: 100%;
    object-fit: cover;
  }
}
#page-implant .impl-struct__cont-list {
  counter-reset: impl-struct;
  background-color: #ffffff;
  padding: 20px 15px;
}
@media screen and (min-width: 1201px) {
  #page-implant .impl-struct__cont-list {
    padding: 5%;
    display: grid;
    grid-template-columns: 230px 1fr;
    align-items: start;
  }
}
#page-implant .impl-struct__cont-list dt {
  counter-increment: impl-struct;
  line-height: 1.5;
  column-gap: 10px;
  display: flex;
  font-size: 1.8rem;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__cont-list dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  #page-implant .impl-struct__cont-list dt {
    align-items: center;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1201px) {
  #page-implant .impl-struct__cont-list dt {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: min-content 1fr;
    align-items: center;
    padding-top: 0.3em;
  }
}
#page-implant .impl-struct__cont-list dt::before {
  content: counter(impl-struct);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 0.1em;
  border-radius: 50%;
  aspect-ratio: 1/1;
  line-height: 1;
  background-color: #839bac;
  color: #ffffff;
  width: 30px;
  font-size: 2rem;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__cont-list dt::before {
    width: 45px;
    font-size: 2.5rem;
    grid-column: 1;
    grid-row: 1/3;
  }
}
#page-implant .impl-struct__cont-list dt span {
  font-size: 75%;
  display: block;
}
@media screen and (min-width: 1201px) {
  #page-implant .impl-struct__cont-list dt span {
    align-self: start;
  }
}
@media screen and (max-width: 1200px) {
  #page-implant .impl-struct__cont-list dd {
    padding-left: 50px;
  }
}
@media screen and (max-width: 834px) {
  #page-implant .impl-struct__cont-list dd {
    padding-left: 35px;
  }
}
@media screen and (max-width: 1200px) {
  #page-implant .impl-struct__cont-list dd:not(:last-child) {
    border-bottom: 1px solid #afbdca;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1201px) {
  #page-implant .impl-struct__cont-list dd:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  #page-implant .impl-struct__cont-list dd:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: #afbdca;
    width: calc(100% + 230px);
    right: 0;
    bottom: 0;
  }
}
#page-implant .impl-surg {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-surg {
    margin-bottom: 100px;
  }
}
#page-implant .impl-surg__ttl {
  text-align: center;
  line-height: 1.8;
  font-size: 1.7rem;
  color: #798fa0;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-surg__ttl {
    font-size: 2.1rem;
  }
}
#page-implant .impl-surg__ttl span {
  display: block;
  font-size: 171.4%;
}
#page-implant .impl-surg__txt {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-surg__txt {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 991px) {
  #page-implant .impl-surg__txt {
    text-align: center;
  }
}
@media screen and (max-width: 990px) {
  #page-implant .impl-surg__txt br {
    display: none;
  }
}
#page-implant .impl-surg__sub {
  display: flex;
  column-gap: 0.5em;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.9rem;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-surg__sub {
    font-size: 2.4rem;
  }
}
#page-implant .impl-surg__sub::before, #page-implant .impl-surg__sub::after {
  content: "";
  display: block;
  max-width: 4em;
  flex: 1;
  height: 1px;
  background-color: #afbdca;
}
#page-implant .impl-surg__list {
  margin-bottom: 40px;
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-surg__list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  #page-implant .impl-surg__list {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (min-width: 481px) {
  #page-implant .impl-surg__list {
    column-gap: 3%;
  }
}
@media screen and (min-width: 835px) {
  #page-implant .impl-surg__list {
    column-gap: 5%;
  }
}
@media screen and (max-width: 480px) {
  #page-implant .impl-surg__list > li {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
}
@media screen and (min-width: 481px) {
  #page-implant .impl-surg__list > li {
    flex: 1;
    text-align: center;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 835px) {
  #page-implant .impl-surg__list > li {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  #page-implant .impl-surg__list > li {
    font-size: 1.8rem;
  }
}
#page-implant .impl-surg__list-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #f5f6fa;
}
@media screen and (max-width: 480px) {
  #page-implant .impl-surg__list-img {
    width: 150px;
  }
}
@media screen and (min-width: 481px) {
  #page-implant .impl-surg__list-img {
    margin-bottom: 1em;
  }
}
#page-implant .impl-surg__list-img img {
  width: 60%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
#page-implant .impl-struct__guide,
#page-implant .impl-struct__mh {
  background-color: #e9f0f6;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__guide,
  #page-implant .impl-struct__mh {
    padding-top: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__guide,
  #page-implant .impl-struct__mh {
    padding-bottom: 60px;
  }
}
#page-implant .impl-struct__guide:not(:last-child),
#page-implant .impl-struct__mh:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__guide:not(:last-child),
  #page-implant .impl-struct__mh:not(:last-child) {
    margin-bottom: 60px;
  }
}
#page-implant .impl-struct__guide-head {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__guide-head {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__guide-head {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 1fr;
    column-gap: 5%;
  }
}
#page-implant .impl-struct__guide-ttl {
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__guide-ttl {
    font-size: 2.4rem;
    align-self: end;
  }
}
@media screen and (min-width: 991px) {
  #page-implant .impl-struct__guide-ttl {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 834px) {
  #page-implant .impl-struct__guide-img {
    max-width: 400px;
    margin: 2em auto 1em;
  }
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__guide-img {
    grid-column: 2;
    grid-row: 1/3;
    align-self: center;
  }
}
#page-implant .impl-struct__guide-sub {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 2.5em;
  max-width: max-content;
  background-color: #afbdca;
  color: #ffffff;
  padding: 0.1em 1em;
  font-size: 1.8rem;
  margin: 0 auto 1em;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__guide-sub {
    padding: 0.1em 1.5em;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__guide-sub {
    margin-bottom: 1.5em;
  }
}
#page-implant .impl-struct__guide-list {
  display: flex;
  gap: 30px 3%;
}
@media screen and (max-width: 834px) {
  #page-implant .impl-struct__guide-list {
    flex-direction: column;
  }
}
#page-implant .impl-struct__guide-list > li {
  flex: 1;
  font-size: 1.4rem;
}
#page-implant .impl-struct__guide-list-ttl {
  font-size: 1.8rem;
  text-align: center;
  color: #798fa0;
  margin: 0.5em 0 0.3em;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__guide-list-ttl {
    margin: 0.5em 0 0;
  }
}
#page-implant .impl-struct__guide-list-img {
  aspect-ratio: 1.3315579228;
  margin-bottom: 1em;
}
#page-implant .impl-struct__guide-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-implant .impl-struct__mh-ttl {
  text-align: center;
  margin-bottom: 1em;
  font-size: 2.2rem;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__mh-ttl {
    font-size: 3rem;
  }
}
#page-implant .impl-struct__mh-txt {
  margin-bottom: 40px;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__mh-txt {
    margin-bottom: 60px;
  }
}
#page-implant .impl-struct__mh-list {
  margin-bottom: 40px;
  display: flex;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__mh-list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 834px) {
  #page-implant .impl-struct__mh-list {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__mh-list {
    column-gap: 5%;
  }
}
#page-implant .impl-struct__mh-list > li {
  display: flex;
  column-gap: 5%;
  font-size: 1.4rem;
  line-height: 1.8;
}
#page-implant .impl-struct__mh-list .impl-struct__mh-list-img {
  flex: 0 0 40%;
}
#page-implant .impl-struct__mh-cont {
  background-color: #ffffff;
  padding: 30px 5%;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__mh-cont {
    padding: 5%;
  }
}
#page-implant .impl-struct__mh-cont-ttl {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 2.5em;
  max-width: max-content;
  background-color: #afbdca;
  color: #ffffff;
  padding: 0.1em 1em;
  font-size: 1.8rem;
  margin: 0 auto 1em;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__mh-cont-ttl {
    padding: 0.1em 1.5em;
    font-size: 2.4rem;
  }
}
#page-implant .impl-struct__mh-cont-txt {
  margin-bottom: 40px;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__mh-cont-txt {
    margin-bottom: 60px;
  }
}
#page-implant .impl-struct__mh-cont-head {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__mh-cont-head {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__mh-cont-head {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 48% 1fr;
    column-gap: 5%;
  }
}
#page-implant .impl-struct__mh-cont-head-ttl {
  margin: 0 0 0.5em;
  font-size: 1.8rem;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__mh-cont-head-ttl {
    font-size: 2.4rem;
    align-self: end;
  }
}
#page-implant .impl-struct__mh-cont-head-ttl em {
  font-style: normal;
  color: #afbdca;
}
@media screen and (max-width: 834px) {
  #page-implant .impl-struct__mh-cont-head-img {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__mh-cont-head-img {
    grid-column: 1;
    grid-row: 1/3;
    align-self: center;
  }
}
#page-implant .impl-struct__mh-cont-list {
  display: flex;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  #page-implant .impl-struct__mh-cont-list {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__mh-cont-list {
    column-gap: 5%;
  }
  #page-implant .impl-struct__mh-cont-list > li {
    flex: 1;
  }
}
#page-implant .impl-struct__mh-cont-list-ttl {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 2.5em;
  max-width: max-content;
  background-color: #e9f0f6;
  color: #798fa0;
  padding: 0.1em 1em;
  font-size: 1.7rem;
  margin: 0 auto 1em;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__mh-cont-list-ttl {
    padding: 0.1em 1.5em;
    font-size: 2rem;
  }
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__mh-cont-list-ttl {
    margin-bottom: 1.5em;
  }
}
#page-implant .impl-struct__mh-cont-list-img {
  aspect-ratio: 1/0.302;
}
#page-implant .impl-struct__mh-cont-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-implant .impl-struct__mh-cont-list-sub {
  text-align: center;
  margin: 0.8em 0 0.5em;
  font-size: 1.6rem;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-struct__mh-cont-list-sub {
    font-size: 1.8rem;
  }
}
#page-implant .impl-flow {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e9f0f6;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-flow {
    padding-top: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-implant .impl-flow {
    padding-bottom: 60px;
  }
}
#page-implant .impl-flow__ttl {
  text-align: center;
  color: #798fa0;
  margin-bottom: 1em;
  font-size: 2.4rem;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-flow__ttl {
    font-size: 3rem;
  }
}
#page-implant .impl-flow__txt {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-flow__txt {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-implant .impl-flow__txt {
    text-align: center;
  }
}
#page-implant .impl-flow__list {
  counter-reset: flwomk;
}
#page-implant .impl-flow__list > li {
  counter-increment: flwomk;
  position: relative;
  z-index: 0;
  padding-left: 95px;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-flow__list > li {
    display: grid;
    column-gap: 5%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr calc(50% + (100px / 2));
  }
}
@media screen and (min-width: 1025px) {
  #page-implant .impl-flow__list > li {
    padding-left: 125px;
    grid-template-columns: 1fr calc(50% + (125px / 2));
  }
}
#page-implant .impl-flow__list > li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-flow__list > li:not(:last-child) {
    margin-bottom: 40px;
  }
}
#page-implant .impl-flow__list > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  background-color: #798fa0;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: -30px;
  left: 40px;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-flow__list > li:not(:last-child)::after {
    bottom: -40px;
  }
}
@media screen and (min-width: 1025px) {
  #page-implant .impl-flow__list > li:not(:last-child)::after {
    left: 52.5px;
  }
}
#page-implant .impl-flow__list > li i {
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #798fa0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 0.5;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  width: 80px;
}
@media screen and (min-width: 1025px) {
  #page-implant .impl-flow__list > li i {
    width: 105px;
  }
}
#page-implant .impl-flow__list > li i::after {
  content: counter(flwomk, decimal-leading-zero);
  font-size: 285.7%;
}
@media screen and (max-width: 834px) {
  #page-implant .impl-flow__list-img {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 835px) {
  #page-implant .impl-flow__list-img {
    grid-column: 1;
    grid-row: 1/3;
  }
  #page-implant .impl-flow__list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#page-implant .impl-flow__list-ttl {
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-size: 1.9rem;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-flow__list-ttl {
    margin-bottom: 1em;
    font-size: 2.4rem;
    align-self: end;
  }
}
@media screen and (min-width: 481px) {
  #page-implant .impl-flow__list-ttl br {
    display: none;
  }
}
#page-implant .impl-flow__list-ttl span {
  display: block;
  color: #798fa0;
  font-size: 83.3%;
}
#page-implant .impl-bnr {
  margin-top: 60px;
  margin-bottom: 60px;
  transition: all 0.2s;
  display: block;
}
@media screen and (min-width: 835px) {
  #page-implant .impl-bnr {
    margin-top: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-implant .impl-bnr {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-implant .impl-bnr:hover {
    opacity: 0.7;
  }
}
#page-implant .impl-bnr img {
  width: 100%;
}

/*ホワイトニング・口腔清掃*/
#page-oral {
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  counter-reset: mk_no;
}
@media screen and (max-width: 834px) {
  #page-oral {
    line-height: 1.8;
  }
}
#page-oral h1,
#page-oral h2,
#page-oral h3,
#page-oral h4,
#page-oral h5,
#page-oral h6 {
  font-weight: inherit;
}
#page-oral picture {
  display: block;
}
#page-oral .inner img {
  vertical-align: bottom;
  height: auto;
}
#page-oral .page-title {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-oral .page-title {
    margin-bottom: 170px;
  }
}
#page-oral .page-title__image img {
  width: 100%;
  object-fit: cover;
}
#page-oral .oral-intro {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-oral .oral-intro {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  #page-oral .oral-intro p {
    text-align: center;
  }
}
#page-oral .oral-intro__ttl {
  text-align: center;
  line-height: 1.8;
  font-size: 2rem;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 835px) {
  #page-oral .oral-intro__ttl {
    font-size: 3rem;
  }
}
#page-oral .oral-intro__ttl span {
  display: block;
  font-size: 116.7%;
}
@media screen and (min-width: 481px) {
  #page-oral .oral-intro__ttl br {
    display: none;
  }
}
#page-oral .oral-mk {
  font-style: normal;
  counter-increment: mk_no;
  color: #afbdca;
  opacity: 0.16;
  display: block;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  line-height: 0.7;
  margin-bottom: 0.5em;
  font-size: 3rem;
}
@media screen and (min-width: 835px) {
  #page-oral .oral-mk {
    font-size: 5rem;
  }
}
#page-oral .oral-mk::after {
  content: counter(mk_no, decimal-leading-zero);
  font-size: 280%;
  margin-top: -0.25em;
}
#page-oral .oral-ttl {
  text-align: center;
  line-height: 1.8;
  font-size: 1.7rem;
  color: #798fa0;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 835px) {
  #page-oral .oral-ttl {
    font-size: 2.1rem;
  }
}
#page-oral .oral-ttl span {
  display: block;
  font-size: 171.4%;
}
#page-oral .oral-txt {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #page-oral .oral-txt {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-oral .oral-txt {
    text-align: center;
  }
}
#page-oral .oral-white {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9f0f6;
  box-shadow: -25vw 0 #e9f0f6, -50vw 0 #e9f0f6, 25vw 0 #e9f0f6, 50vw 0 #e9f0f6;
}
@media screen and (min-width: 835px) {
  #page-oral .oral-white {
    padding-top: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-oral .oral-white {
    padding-bottom: 100px;
  }
}
#page-oral .oral-white__head {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #page-oral .oral-white__head {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-oral .oral-white__head {
    display: grid;
    column-gap: 5%;
    grid-template-rows: auto auto;
    grid-template-columns: max-content 1fr;
  }
}
#page-oral .oral-white__img {
  margin-top: 40px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 3%;
}
@media screen and (min-width: 835px) {
  #page-oral .oral-white__img {
    margin-top: 60px;
  }
}
@media screen and (max-width: 834px) {
  #page-oral .oral-white__img {
    overflow: auto;
  }
}
@media screen and (min-width: 835px) {
  #page-oral .oral-white__img {
    grid-column: 1/3;
    grid-row: 2;
  }
}
#page-oral .oral-white__img img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  #page-oral .oral-white__img img {
    min-width: 800px;
  }
}
#page-oral .oral-white__sctxt {
  margin-top: 0.5em;
}
@media screen and (min-width: 835px) {
  #page-oral .oral-white__sctxt {
    display: none;
  }
}
#page-oral .oral-white__ttl {
  line-height: 1.5;
  font-size: 2.2rem;
}
@media screen and (max-width: 834px) {
  #page-oral .oral-white__ttl {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 835px) {
  #page-oral .oral-white__ttl {
    font-size: 3rem;
  }
}
#page-oral .oral-white__list {
  display: flex;
  gap: 30px 3%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #f5f6fa;
}
@media screen and (max-width: 834px) {
  #page-oral .oral-white__list {
    flex-direction: column;
  }
}
#page-oral .oral-white__list > li {
  flex: 1;
  font-size: 1.4rem;
}
@media screen and (min-width: 835px) {
  #page-oral .oral-white__list {
    padding-top: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-oral .oral-white__list {
    padding-bottom: 60px;
  }
}
#page-oral .oral-white__list-ttl {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 2.2rem;
}
@media screen and (min-width: 835px) {
  #page-oral .oral-white__list-ttl {
    font-size: 1.8rem;
  }
}
#page-oral .oral-white__list-img {
  aspect-ratio: 1.3315579228;
  margin-bottom: 1em;
}
#page-oral .oral-white__list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-oral .oral-clean {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-oral .oral-clean {
    padding-top: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-oral .oral-clean {
    padding-bottom: 100px;
  }
}
#page-oral .oral-clean__head {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #page-oral .oral-clean__head {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-oral .oral-clean__head {
    display: grid;
    column-gap: 5%;
    grid-template-rows: auto min-content auto;
    grid-template-columns: 40% 1fr;
  }
}
@media screen and (max-width: 834px) {
  #page-oral .oral-clean__head-img {
    max-width: 430px;
    width: 90%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 835px) {
  #page-oral .oral-clean__head-img {
    grid-column: 1;
    grid-row: 1/4;
  }
}
#page-oral .oral-clean__head-img img {
  width: 100%;
}
#page-oral .oral-clean__head-ttl {
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-size: 2rem;
}
@media screen and (min-width: 835px) {
  #page-oral .oral-clean__head-ttl {
    font-size: 2.7rem;
    align-self: end;
  }
}
#page-oral .oral-clean__head-list {
  margin-top: 40px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 2%;
}
@media screen and (min-width: 835px) {
  #page-oral .oral-clean__head-list {
    margin-top: 60px;
  }
}
#page-oral .oral-clean__head-list > dt {
  justify-self: center;
  grid-column: 1/5;
  grid-row: 1;
  display: flex;
  align-items: center;
  height: 2em;
  box-sizing: border-box;
  padding: 0.1em 1.5em;
  max-width: max-content;
  background-color: #afbdca;
  color: #ffffff;
  font-size: 1.8rem;
}
@media screen and (min-width: 835px) {
  #page-oral .oral-clean__head-list > dt {
    font-size: 2rem;
  }
}
#page-oral .oral-clean__head-list > dd {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
}
#page-oral .oral-clean__head-list > dd i {
  font-family: "icon";
  font-style: normal;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #f5f6fa;
  color: #afbdca;
  width: 90%;
  font-size: 40px;
}
@media screen and (min-width: 835px) {
  #page-oral .oral-clean__head-list > dd i {
    font-size: 70px;
  }
}
#page-oral .oral-clean__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 834px) {
  #page-oral .oral-clean__list {
    flex-direction: column;
  }
}
@media screen and (min-width: 835px) {
  #page-oral .oral-clean__list {
    gap: 20px;
  }
}
#page-oral .oral-clean__list > li {
  background-color: #e9f0f6;
  font-size: 1.4rem;
  padding: 30px 15px;
}
@media screen and (min-width: 481px) {
  #page-oral .oral-clean__list > li {
    display: grid;
    column-gap: 5%;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 60% 1fr;
  }
}
@media screen and (min-width: 835px) {
  #page-oral .oral-clean__list > li {
    padding: 30px;
    width: calc(50% - 20px);
  }
}
#page-oral .oral-clean__list-ttl {
  line-height: 1.2;
  margin-bottom: 1em;
  font-size: 1.4rem;
}
@media screen and (min-width: 835px) {
  #page-oral .oral-clean__list-ttl {
    font-size: 1.6rem;
  }
}
#page-oral .oral-clean__list-ttl span {
  display: block;
  font-size: 150%;
  margin-top: 0.3em;
}
#page-oral .oral-clean__list-img {
  grid-column: 2;
  grid-row: 1/3;
  align-self: start;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 480px) {
  #page-oral .oral-clean__list-img {
    max-width: 200px;
    margin: 1em auto 0;
  }
}
#page-oral .oral-clean__list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*むし歯・歯周病*/
#page-per {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  overflow: hidden;
  counter-reset: per-ttl;
}
@media screen and (max-width: 834px) {
  #page-per {
    line-height: 1.8;
  }
}
#page-per h1,
#page-per h2,
#page-per h3,
#page-per h4,
#page-per h5,
#page-per h6 {
  font-weight: inherit;
}
#page-per picture {
  display: block;
}
#page-per .inner img {
  vertical-align: bottom;
  height: auto;
}
#page-per .page-title {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-per .page-title {
    margin-bottom: 170px;
  }
}
#page-per .page-title__image img {
  width: 100%;
  object-fit: cover;
}
#page-per .per-intro {
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 835px) {
  #page-per .per-intro {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-per .per-intro p {
    text-align: center;
  }
}
#page-per .per-intro__ttl {
  text-align: center;
  line-height: 1.8;
  font-size: 2rem;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 835px) {
  #page-per .per-intro__ttl {
    font-size: 3rem;
  }
}
#page-per .per-intro__ttl span {
  display: block;
  font-size: 116.7%;
}
@media screen and (min-width: 560px) {
  #page-per .per-intro__ttl br {
    display: none;
  }
}
#page-per .per-intro-img {
  position: absolute;
  z-index: -1;
  top: -50%;
  bottom: 0;
  left: 50%;
  width: 100vw;
  max-width: none;
  transform: translateX(-50%);
}
#page-per .per-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}
#page-per .per-ttl {
  text-align: center;
  counter-increment: per-ttl;
  margin-bottom: 1em;
  color: #798fa0;
  font-size: 2.2rem;
}
@media screen and (min-width: 835px) {
  #page-per .per-ttl {
    font-size: 3.5rem;
  }
}
#page-per .per-ttl::before {
  line-height: 0.7;
  margin-top: -0.25em;
  content: counter(per-ttl, decimal-leading-zero);
  color: #afbdca;
  opacity: 0.16;
  font-family: "Cormorant Garamond", serif;
  display: block;
  font-size: clamp(8rem, 10vw, 12rem);
}
#page-per .per__txt {
  padding-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #page-per .per__txt {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 641px) {
  #page-per .per__txt {
    text-align: center;
  }
}
#page-per .per-dec {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  background-color: #e9f0f6;
}
@media screen and (min-width: 835px) {
  #page-per .per-dec {
    padding-top: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-per .per-dec {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-per .per-dec {
    margin-bottom: 100px;
  }
}
#page-per .per-dec__head {
  padding-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #page-per .per-dec__head {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-per .per-dec__head {
    display: grid;
    column-gap: 5%;
    grid-template-columns: max-content 1fr;
  }
}
#page-per .per-dec__head-ttl {
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  #page-per .per-dec__head-ttl {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 835px) {
  #page-per .per-dec__head-ttl {
    font-size: 2.7rem;
  }
}
#page-per .per-dec__sub {
  display: flex;
  column-gap: 0.5em;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.9rem;
}
@media screen and (min-width: 835px) {
  #page-per .per-dec__sub {
    font-size: 2.4rem;
  }
}
#page-per .per-dec__sub::before, #page-per .per-dec__sub::after {
  content: "";
  display: block;
  max-width: 4em;
  flex: 1;
  height: 1px;
  background-color: #afbdca;
}
#page-per .per-dec__img,
#page-per .per-dec__sctxt {
  max-width: 960px;
}
@media screen and (max-width: 834px) {
  #page-per .per-dec__img {
    overflow: auto;
  }
}
#page-per .per-dec__img img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  #page-per .per-dec__img img {
    min-width: 800px;
  }
}
#page-per .per-dec__sctxt {
  margin-top: 0.5em;
}
@media screen and (min-width: 835px) {
  #page-per .per-dec__sctxt {
    display: none;
  }
}
#page-per .per-dec__list {
  display: flex;
  gap: 30px 3%;
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  #page-per .per-dec__list {
    flex-direction: column;
  }
}
#page-per .per-dec__list > li {
  flex: 1;
  font-size: 1.4rem;
}
@media screen and (min-width: 835px) {
  #page-per .per-dec__list {
    margin-top: 60px;
  }
}
#page-per .per-dec__list-ttl {
  text-align: center;
  margin: 0 0 0.5em;
  font-size: 2rem;
}
@media screen and (min-width: 835px) {
  #page-per .per-dec__list-ttl {
    font-size: 1.8rem;
  }
}
#page-per .per-dec__list-ttl span {
  display: block;
  max-width: max-content;
  margin: 0 auto;
  padding: 0 0.3em;
  line-height: 1.8;
  color: #798fa0;
  background: linear-gradient(transparent 60%, #dae9f5 60%);
  font-size: 94.4%;
}
#page-per .per-dec__list-img {
  aspect-ratio: 1.4025245442;
  margin-bottom: 1em;
}
#page-per .per-dec__list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-per .per-per {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-per .per-per {
    margin-bottom: 100px;
  }
}
#page-per .per-per__head {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-per .per-per__head {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-per .per-per__head {
    display: grid;
    column-gap: 5%;
    grid-template-rows: auto auto;
    grid-template-columns: 42% 1fr;
  }
}
@media screen and (max-width: 834px) {
  #page-per .per-per__head-img {
    width: 100%;
    max-width: 470px;
    display: block;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 835px) {
  #page-per .per-per__head-img {
    grid-column: 1;
    grid-row: 1/3;
  }
}
#page-per .per-per__head-img img {
  width: 100%;
}
#page-per .per-per__head-ttl {
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-size: 2rem;
}
@media screen and (min-width: 835px) {
  #page-per .per-per__head-ttl {
    font-size: 2.7rem;
    align-self: end;
  }
}
#page-per .per-per__sub {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 2rem;
}
@media screen and (min-width: 835px) {
  #page-per .per-per__sub {
    font-size: 2.7rem;
  }
}
#page-per .per-per__img,
#page-per .per-per__sctxt,
#page-per .per-per__list {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#page-per .per-per__img {
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  #page-per .per-per__img {
    margin-top: 60px;
  }
}
@media screen and (max-width: 834px) {
  #page-per .per-per__img {
    overflow: auto;
  }
}
#page-per .per-per__img img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  #page-per .per-per__img img {
    min-width: 800px;
    margin-left: -25px;
  }
}
@media screen and (min-width: 835px) {
  #page-per .per-per__img img {
    transform: scale(1.07);
  }
}
#page-per .per-per__sctxt {
  margin-top: 0.5em;
}
@media screen and (min-width: 835px) {
  #page-per .per-per__sctxt {
    display: none;
  }
}
#page-per .per-per__list {
  display: flex;
  gap: 30px 3%;
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  #page-per .per-per__list {
    flex-direction: column;
  }
}
#page-per .per-per__list > li {
  flex: 1;
  font-size: 1.4rem;
}
#page-per .per-per__list-ttl {
  color: #798fa0;
  margin: 0 0 1em;
  line-height: 1;
  text-align: center;
  padding-bottom: 1em;
  border-bottom: 1px solid #afbdca;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  #page-per .per-per__list-ttl {
    font-size: 2rem;
  }
}

/*ほてつ治療*/
#page-pro {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  #page-pro {
    line-height: 1.8;
  }
}
#page-pro h1,
#page-pro h2,
#page-pro h3,
#page-pro h4,
#page-pro h5,
#page-pro h6 {
  font-weight: inherit;
}
#page-pro picture {
  display: block;
}
#page-pro .inner img {
  vertical-align: bottom;
  height: auto;
}
#page-pro .page-title {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-pro .page-title {
    margin-bottom: 170px;
  }
}
#page-pro .page-title__image img {
  width: 100%;
  object-fit: cover;
}
#page-pro .pro-intro {
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 835px) {
  #page-pro .pro-intro {
    padding-bottom: 100px;
  }
}
#page-pro .pro-intro p {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-pro .pro-intro p {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 991px) {
  #page-pro .pro-intro p {
    text-align: center;
  }
}
#page-pro .pro-intro__ttl {
  text-align: center;
  line-height: 1.8;
  font-size: 2rem;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 835px) {
  #page-pro .pro-intro__ttl {
    font-size: 3rem;
  }
}
#page-pro .pro-intro__ttl span {
  display: block;
  font-size: 116.7%;
}
@media screen and (min-width: 481px) {
  #page-pro .pro-intro__ttl br {
    display: none;
  }
}
#page-pro .pro-intro__dl {
  margin-bottom: 60px;
  background-color: #e9f0f6;
  padding: 0 15px 30px;
}
@media screen and (min-width: 835px) {
  #page-pro .pro-intro__dl {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 641px) {
  #page-pro .pro-intro__dl {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1%;
    padding: 0 3% 40px;
  }
}
@media screen and (min-width: 835px) {
  #page-pro .pro-intro__dl {
    padding: 0 clamp(15px, 5vw, 190px) 40px;
    column-gap: 3%;
    padding: 0 5% 40px;
  }
}
@media screen and (min-width: 1025px) {
  #page-pro .pro-intro__dl {
    padding: 0 17% 40px;
  }
}
#page-pro .pro-intro__dl > dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5em;
  box-sizing: border-box;
  padding: 0.1em 2.5em;
  max-width: max-content;
  background-color: #5b6a77;
  color: #ffffff;
  border-radius: 0 0 5px 5px;
  font-size: 2rem;
  justify-self: center;
  grid-column: 1/4;
  grid-row: 1;
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #page-pro .pro-intro__dl > dt {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 640px) {
  #page-pro .pro-intro__dl > dt {
    margin: 0 auto 30px;
  }
}
#page-pro .pro-intro__dl > dd {
  display: grid;
  grid-template-columns: 100%;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  #page-pro .pro-intro__dl > dd {
    column-gap: 3%;
    grid-template-rows: auto auto;
    grid-template-columns: 35% 1fr;
  }
  #page-pro .pro-intro__dl > dd:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 641px) {
  #page-pro .pro-intro__dl > dd {
    justify-items: center;
  }
}
@media screen and (min-width: 835px) {
  #page-pro .pro-intro__dl > dd {
    font-size: 2.3rem;
  }
}
#page-pro .pro-intro__dl > dd div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #eef1f4;
  box-shadow: inset 0 2px 2px #dfe5ec, inset 0 -2px 2px rgba(255, 255, 255, 0.8), inset 0 -60px 50px rgba(223, 229, 236, 0.5), inset 0 -40px 20px rgba(223, 229, 236, 0.5), 0 5px 3px rgba(0, 0, 0, 0.1);
  max-width: 180px;
  color: #5b6a77;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  #page-pro .pro-intro__dl > dd div {
    grid-column: 1;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 641px) {
  #page-pro .pro-intro__dl > dd div {
    width: 90%;
    margin-bottom: 1em;
    font-size: 2rem;
  }
}
@media screen and (min-width: 835px) {
  #page-pro .pro-intro__dl > dd div {
    font-size: 2.3rem;
  }
}
#page-pro .pro-intro__dl > dd div i {
  font-family: "icon";
  font-style: normal;
  line-height: 1;
  border-radius: 50%;
  color: #afbdca;
  font-size: clamp(50px, 8vw, 70px);
}
#page-pro .pro-intro__dl > dd span {
  font-size: 65.2%;
  color: #798fa0;
}
@media screen and (max-width: 640px) {
  #page-pro .pro-intro__dl > dd span {
    align-self: end;
  }
}
@media screen and (min-width: 835px) {
  #page-pro .pro-intro__list > li {
    display: grid;
    grid-template-rows: min-content min-content 1fr;
    grid-template-columns: 55% 1fr;
    column-gap: 3%;
  }
  #page-pro .pro-intro__list > li .pro-intro__list-img {
    grid-column: 1;
    grid-row: 1/4;
  }
  #page-pro .pro-intro__list > li:nth-child(even) {
    grid-template-columns: 1fr 55%;
  }
  #page-pro .pro-intro__list > li:nth-child(even) .pro-intro__list-img {
    grid-column: 2;
  }
}
#page-pro .pro-intro__list > li:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #page-pro .pro-intro__list > li:not(:last-child) {
    margin-bottom: 60px;
  }
}
#page-pro .pro-intro__list-img img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  #page-pro .pro-intro__list-img img {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 835px) {
  #page-pro .pro-intro__list-img img {
    height: 100%;
    object-fit: cover;
  }
}
#page-pro .pro-intro__list-ttl {
  background-color: #e9f0f6;
  color: #798fa0;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  box-sizing: border-box;
  max-width: max-content;
  height: 2em;
  padding: 0.1em 1em;
  font-size: 1.8rem;
}
@media screen and (min-width: 835px) {
  #page-pro .pro-intro__list-ttl {
    font-size: 2.1rem;
    margin-top: 1em;
  }
}
#page-pro .pro-intro__list-sub {
  line-height: 1.5;
  margin-bottom: 1em;
  font-size: 1.9rem;
}
@media screen and (min-width: 835px) {
  #page-pro .pro-intro__list-sub {
    font-size: 2rem;
  }
}
@media screen and (min-width: 991px) {
  #page-pro .pro-intro__list-sub {
    font-size: 2.5rem;
  }
}
#page-pro .pro-intro__list-sub span {
  display: block;
  font-size: 135%;
}
#page-pro .pro-mta {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9f0f6;
  box-shadow: -25vw 0 #e9f0f6, -50vw 0 #e9f0f6, 25vw 0 #e9f0f6, 50vw 0 #e9f0f6;
}
@media screen and (min-width: 835px) {
  #page-pro .pro-mta {
    padding-top: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-pro .pro-mta {
    padding-bottom: 100px;
  }
}
#page-pro .pro-mta__ttl {
  text-align: center;
  margin-bottom: 1em;
  font-size: 2rem;
}
@media screen and (min-width: 835px) {
  #page-pro .pro-mta__ttl {
    font-size: 2.7rem;
    align-self: end;
  }
}
#page-pro .pro-mta__list {
  margin-bottom: 60px;
  display: flex;
  gap: 30px 3%;
}
@media screen and (min-width: 835px) {
  #page-pro .pro-mta__list {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 834px) {
  #page-pro .pro-mta__list {
    flex-direction: column;
  }
}
#page-pro .pro-mta__list > li {
  flex: 1;
  font-size: 1.4rem;
}
#page-pro .pro-mta__list-ttl {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 2.1rem;
}
@media screen and (min-width: 835px) {
  #page-pro .pro-mta__list-ttl {
    font-size: 1.8rem;
  }
}
#page-pro .pro-mta__list-img {
  aspect-ratio: 1.404494382;
  margin-bottom: 1em;
}
#page-pro .pro-mta__list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-pro .pro-mta__opt {
  border: 1px solid #ffffff;
  background: linear-gradient(to bottom right, #f0f5f7 0%, rgba(240, 245, 247, 0) 100%);
  padding: 20px 15px;
}
@media screen and (min-width: 835px) {
  #page-pro .pro-mta__opt {
    padding: 3%;
    display: grid;
    grid-template-rows: 0.5fr min-content 0.5fr;
    grid-template-columns: 1fr 50%;
    column-gap: 5%;
  }
}
#page-pro .pro-mta__opt a {
  color: #798fa0;
  text-decoration: underline;
  margin-top: 1em;
}
@media screen and (max-width: 374px) {
  #page-pro .pro-mta__opt a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 835px) {
  #page-pro .pro-mta__opt a:hover {
    text-decoration: none;
  }
}
#page-pro .pro-mta__opt-ttl {
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (min-width: 835px) {
  #page-pro .pro-mta__opt-ttl {
    align-self: end;
    font-size: 2rem;
  }
}
#page-pro .pro-mta__opt-ttl span {
  display: block;
  font-size: 135%;
}
@media screen and (max-width: 834px) {
  #page-pro .pro-mta__opt-img {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 835px) {
  #page-pro .pro-mta__opt-img {
    grid-column: 1;
    grid-row: 1/4;
  }
}
#page-pro .pro-mta__opt-img img {
  width: 100%;
}

/*矯正治療*/
#page-orth {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  #page-orth {
    line-height: 1.8;
  }
}
#page-orth h1,
#page-orth h2,
#page-orth h3,
#page-orth h4,
#page-orth h5,
#page-orth h6 {
  font-weight: inherit;
}
#page-orth picture {
  display: block;
}
#page-orth .inner img {
  vertical-align: bottom;
  height: auto;
}
#page-orth .page-title {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-orth .page-title {
    margin-bottom: 170px;
  }
}
#page-orth .page-title__image img {
  width: 100%;
  object-fit: cover;
}
#page-orth .orth-intro {
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-intro {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 869px) {
  #page-orth .orth-intro p br {
    display: none;
  }
}
@media screen and (min-width: 870px) {
  #page-orth .orth-intro p {
    text-align: center;
  }
}
#page-orth .orth-intro__ttl {
  text-align: center;
  line-height: 1.8;
  font-size: 2rem;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-intro__ttl {
    font-size: 3rem;
  }
}
#page-orth .orth-intro__ttl span {
  display: block;
  font-size: 116.7%;
}
@media screen and (min-width: 375px) {
  #page-orth .orth-intro__ttl br {
    display: none;
  }
}
#page-orth .orth-intro-img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 100vw;
  width: 100vw;
  max-width: 902px;
  transform: translateX(-100%);
  top: -60px;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-intro-img {
    top: -170px;
  }
}
#page-orth .orth-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
#page-orth .orth-kind {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  background-color: #e9f0f6;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-kind {
    padding-top: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-orth .orth-kind {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-orth .orth-kind {
    margin-bottom: 100px;
  }
}
#page-orth .orth-kind__ttl {
  text-align: center;
  color: #798fa0;
  margin-bottom: 1em;
  font-size: 2.4rem;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-kind__ttl {
    font-size: 3rem;
  }
}
#page-orth .orth-kind__txt {
  margin-bottom: 40px;
  max-width: max-content;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-kind__txt {
    margin-bottom: 60px;
  }
}
#page-orth .orth-kind__list {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 100%;
  gap: 15px;
}
@media screen and (min-width: 481px) {
  #page-orth .orth-kind__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 991px) {
  #page-orth .orth-kind__list {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}
#page-orth .orth-kind__list > li {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 1.4rem;
  padding: 20px 15px;
}
@media screen and (min-width: 1025px) {
  #page-orth .orth-kind__list > li {
    padding: 40px 20px;
  }
}
#page-orth .orth-kind__list-img {
  aspect-ratio: 1/0.696;
  width: 80%;
  max-width: 152px;
  margin-bottom: 15px;
}
#page-orth .orth-kind__list-ttl {
  color: #798fa0;
  font-size: 1.8rem;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-kind__list-ttl {
    font-size: 2.1rem;
  }
}
#page-orth .orth-dev {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-dev {
    margin-bottom: 100px;
  }
}
#page-orth .orth-dev__ttl {
  text-align: center;
  line-height: 1.8;
  font-size: 1.7rem;
  color: #798fa0;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-dev__ttl {
    font-size: 2.1rem;
  }
}
#page-orth .orth-dev__ttl span {
  display: block;
  font-size: 142.9%;
}
#page-orth .orth-dev__txt {
  margin-bottom: 40px;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-dev__txt {
    margin-bottom: 60px;
  }
}
#page-orth .orth-dev__list {
  margin-bottom: 40px;
  display: flex;
  gap: 30px 3%;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-dev__list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 834px) {
  #page-orth .orth-dev__list {
    flex-direction: column;
  }
}
#page-orth .orth-dev__list > li {
  flex: 1;
  font-size: 1.4rem;
}
#page-orth .orth-dev__list-ttl {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 2rem;
  color: #798fa0;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-dev__list-ttl {
    font-size: 1.8rem;
  }
}
#page-orth .orth-dev__list-img {
  aspect-ratio: 1.3698630137;
  margin-bottom: 1em;
}
#page-orth .orth-dev__list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-orth .orth-dev__mp {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-dev__mp {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-orth .orth-dev__mp {
    display: grid;
    column-gap: 5%;
    grid-template-rows: auto auto auto;
    grid-template-columns: 50% 1fr;
  }
}
@media screen and (max-width: 834px) {
  #page-orth .orth-dev__mp-img {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 835px) {
  #page-orth .orth-dev__mp-img {
    grid-column: 1;
    grid-row: 1/3;
  }
}
#page-orth .orth-dev__mp-img img {
  width: 100%;
}
#page-orth .orth-dev__mp-ttl {
  color: #798fa0;
  line-height: 1.5;
  margin-bottom: 1em;
  font-size: 1.6rem;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-dev__mp-ttl {
    font-size: 1.8rem;
    align-self: end;
  }
}
#page-orth .orth-dev__mp-ttl span {
  display: block;
  font-size: 133.3%;
}
#page-orth .orth-dev__mp-list {
  margin-top: 40px;
  counter-reset: mknolist;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 100%;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-dev__mp-list {
    margin-top: 60px;
  }
}
@media screen and (min-width: 481px) {
  #page-orth .orth-dev__mp-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 835px) {
  #page-orth .orth-dev__mp-list {
    grid-column: 1/3;
    grid-row: 3;
  }
}
@media screen and (min-width: 991px) {
  #page-orth .orth-dev__mp-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
#page-orth .orth-dev__mp-list > li {
  counter-increment: mknolist;
  background-color: #e9f0f6;
  line-height: 1.429;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: min-content 1fr;
  font-size: 1.4rem;
  padding: 20px 15px;
}
@media screen and (max-width: 480px) {
  #page-orth .orth-dev__mp-list > li {
    column-gap: 3%;
  }
}
@media screen and (min-width: 481px) {
  #page-orth .orth-dev__mp-list > li {
    grid-template-columns: 100%;
    grid-template-rows: min-content min-content 1fr;
    justify-items: center;
  }
}
@media screen and (min-width: 1025px) {
  #page-orth .orth-dev__mp-list > li {
    padding: 40px 20px;
  }
}
#page-orth .orth-dev__mp-list > li i {
  font-style: normal;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #798fa0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 0.5;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  width: 65px;
}
@media screen and (max-width: 480px) {
  #page-orth .orth-dev__mp-list > li i {
    grid-column: 1;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 481px) {
  #page-orth .orth-dev__mp-list > li i {
    margin-bottom: 15px;
  }
}
#page-orth .orth-dev__mp-list > li i::after {
  content: counter(mknolist, decimal-leading-zero);
  font-size: 333.3%;
}
#page-orth .orth-dev__mp-list-ttl {
  color: #798fa0;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}
@media screen and (min-width: 1201px) {
  #page-orth .orth-dev__mp-list-ttl {
    font-size: 2.1rem;
  }
}
#page-orth .orth-dev__ped {
  background-color: #f7edea;
}
@media screen and (max-width: 834px) {
  #page-orth .orth-dev__ped {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 835px) {
  #page-orth .orth-dev__ped {
    display: grid;
    grid-template-rows: minmax(30px, 0.5fr) min-content min-content min-content minmax(30px, 0.5fr);
    grid-template-columns: 1fr 1fr;
  }
}
#page-orth .orth-dev__ped p {
  padding: 0 15px;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-dev__ped p {
    padding: 0 10%;
    grid-row: 4;
  }
}
@media screen and (max-width: 834px) {
  #page-orth .orth-dev__ped-img {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 835px) {
  #page-orth .orth-dev__ped-img {
    grid-column: 1;
    grid-row: 1/6;
  }
}
#page-orth .orth-dev__ped-img img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-dev__ped-img img {
    height: 100%;
    object-fit: cover;
  }
}
#page-orth .orth-dev__ped-ttl {
  background-color: #798fa0;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin: 0 auto 0.5em;
  box-sizing: border-box;
  max-width: max-content;
  height: 2em;
  padding: 0.1em 2em;
  font-size: 2.2rem;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-dev__ped-ttl {
    font-size: 3rem;
    grid-row: 2;
  }
}
#page-orth .orth-dev__ped-sub {
  color: #798fa0;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
  font-size: 2rem;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-dev__ped-sub {
    font-size: 2.1rem;
    grid-row: 3;
  }
}
#page-orth .orth-flow {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9f0f6;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-flow {
    padding-top: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-orth .orth-flow {
    padding-bottom: 100px;
  }
}
#page-orth .orth-flow__ttl {
  text-align: center;
  color: #798fa0;
  margin-bottom: 1em;
  font-size: 2.4rem;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-flow__ttl {
    font-size: 3rem;
  }
}
#page-orth .orth-flow__txt {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-flow__txt {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-orth .orth-flow__txt {
    text-align: center;
  }
}
#page-orth .orth-flow__list {
  counter-reset: flwomk;
}
#page-orth .orth-flow__list > li {
  counter-increment: flwomk;
  position: relative;
  z-index: 0;
  padding-left: 95px;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-flow__list > li {
    display: grid;
    column-gap: 5%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr calc(50% + (100px / 2));
  }
}
@media screen and (min-width: 1025px) {
  #page-orth .orth-flow__list > li {
    padding-left: 125px;
    grid-template-columns: 1fr calc(50% + (125px / 2));
  }
}
#page-orth .orth-flow__list > li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-flow__list > li:not(:last-child) {
    margin-bottom: 40px;
  }
}
#page-orth .orth-flow__list > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  background-color: #798fa0;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: -30px;
  left: 40px;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-flow__list > li:not(:last-child)::after {
    bottom: -40px;
  }
}
@media screen and (min-width: 1025px) {
  #page-orth .orth-flow__list > li:not(:last-child)::after {
    left: 52.5px;
  }
}
#page-orth .orth-flow__list > li i {
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #798fa0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 0.5;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  width: 80px;
}
@media screen and (min-width: 1025px) {
  #page-orth .orth-flow__list > li i {
    width: 105px;
  }
}
#page-orth .orth-flow__list > li i::after {
  content: counter(flwomk, decimal-leading-zero);
  font-size: 285.7%;
}
@media screen and (max-width: 834px) {
  #page-orth .orth-flow__list-img {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 835px) {
  #page-orth .orth-flow__list-img {
    grid-column: 1;
    grid-row: 1/3;
  }
  #page-orth .orth-flow__list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#page-orth .orth-flow__list-ttl {
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-size: 1.9rem;
  color: #798fa0;
}
@media screen and (min-width: 835px) {
  #page-orth .orth-flow__list-ttl {
    margin-bottom: 1em;
    font-size: 2.4rem;
    align-self: end;
  }
}

/*義歯*/
#page-den {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  overflow: hidden;
  counter-reset: mk_no;
}
@media screen and (max-width: 834px) {
  #page-den {
    line-height: 1.8;
  }
}
#page-den h1,
#page-den h2,
#page-den h3,
#page-den h4,
#page-den h5,
#page-den h6 {
  font-weight: inherit;
}
#page-den picture {
  display: block;
}
#page-den .inner img {
  vertical-align: bottom;
  height: auto;
}
#page-den .page-title {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-den .page-title {
    margin-bottom: 170px;
  }
}
#page-den .page-title__image img {
  width: 100%;
  object-fit: cover;
}
#page-den .den-intro {
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 835px) {
  #page-den .den-intro {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 991px) {
  #page-den .den-intro p {
    text-align: center;
  }
}
#page-den .den-intro__ttl {
  text-align: center;
  line-height: 1.8;
  font-size: 2rem;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 835px) {
  #page-den .den-intro__ttl {
    font-size: 3rem;
  }
}
#page-den .den-intro__ttl span {
  display: block;
  font-size: 116.7%;
}
@media screen and (min-width: 481px) {
  #page-den .den-intro__ttl br {
    display: none;
  }
}
#page-den .den-mk {
  font-style: normal;
  counter-increment: mk_no;
  color: #afbdca;
  opacity: 0.16;
  display: block;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  line-height: 0.7;
  margin-bottom: 0.5em;
  font-size: 3rem;
}
@media screen and (min-width: 835px) {
  #page-den .den-mk {
    font-size: 5rem;
  }
}
#page-den .den-mk::after {
  content: counter(mk_no, decimal-leading-zero);
  font-size: 280%;
  margin-top: -0.25em;
}
#page-den .den-ttl {
  text-align: center;
  color: #798fa0;
  margin-bottom: 0.5em;
  font-size: 3rem;
}
@media screen and (min-width: 835px) {
  #page-den .den-ttl {
    font-size: 4rem;
  }
}
#page-den .den-txt {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #page-den .den-txt {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  #page-den .den-txt {
    text-align: center;
  }
}
#page-den .den-dent {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9f0f6;
  box-shadow: -25vw 0 #e9f0f6, -50vw 0 #e9f0f6, 25vw 0 #e9f0f6, 50vw 0 #e9f0f6;
}
@media screen and (min-width: 835px) {
  #page-den .den-dent {
    padding-top: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-den .den-dent {
    padding-bottom: 100px;
  }
}
#page-den .den-dent__iod,
#page-den .den-dent__kind {
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #ffffff;
}
@media screen and (min-width: 835px) {
  #page-den .den-dent__iod,
  #page-den .den-dent__kind {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-den .den-dent__iod,
  #page-den .den-dent__kind {
    padding-bottom: 60px;
  }
}
#page-den .den-dent__iod {
  padding-top: 40px;
}
@media screen and (min-width: 835px) {
  #page-den .den-dent__iod {
    padding-top: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-den .den-dent__iod {
    display: grid;
    column-gap: 5%;
    grid-template-rows: auto auto auto;
    grid-template-columns: 40% 1fr;
  }
}
#page-den .den-dent__iod-img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  #page-den .den-dent__iod-img {
    max-width: 400px;
    display: block;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 835px) {
  #page-den .den-dent__iod-img {
    grid-column: 1;
    grid-row: 1/3;
  }
}
#page-den .den-dent__iod-ttl {
  line-height: 1.5;
  margin-bottom: 1em;
  font-size: 1.8rem;
}
@media screen and (min-width: 835px) {
  #page-den .den-dent__iod-ttl {
    font-size: 2rem;
    align-self: end;
  }
}
#page-den .den-dent__iod-ttl span {
  display: block;
  font-size: 140%;
}
@media screen and (min-width: 481px) {
  #page-den .den-dent__iod-ttl br {
    display: none;
  }
}
#page-den .den-dent__iod-list {
  margin-top: 40px;
  counter-reset: mknolist;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 100%;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  #page-den .den-dent__iod-list {
    margin-top: 60px;
  }
}
@media screen and (min-width: 481px) {
  #page-den .den-dent__iod-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 835px) {
  #page-den .den-dent__iod-list {
    grid-column: 1/3;
    grid-row: 3;
  }
}
@media screen and (min-width: 991px) {
  #page-den .den-dent__iod-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
#page-den .den-dent__iod-list > li {
  counter-increment: mknolist;
  background-color: #e9f0f6;
  line-height: 1.429;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: min-content 1fr;
  font-size: 1.4rem;
  padding: 20px 15px;
}
@media screen and (max-width: 480px) {
  #page-den .den-dent__iod-list > li {
    column-gap: 3%;
  }
}
@media screen and (min-width: 481px) {
  #page-den .den-dent__iod-list > li {
    grid-template-columns: 100%;
    grid-template-rows: min-content min-content 1fr;
    justify-items: center;
  }
}
@media screen and (min-width: 1025px) {
  #page-den .den-dent__iod-list > li {
    padding: 40px 20px;
  }
}
#page-den .den-dent__iod-list > li i {
  font-style: normal;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #798fa0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 0.5;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  width: 65px;
}
@media screen and (max-width: 480px) {
  #page-den .den-dent__iod-list > li i {
    grid-column: 1;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 481px) {
  #page-den .den-dent__iod-list > li i {
    margin-bottom: 15px;
  }
}
#page-den .den-dent__iod-list > li i::after {
  content: counter(mknolist, decimal-leading-zero);
  font-size: 333.3%;
}
#page-den .den-dent__iod-list-ttl {
  color: #798fa0;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}
@media screen and (min-width: 1201px) {
  #page-den .den-dent__iod-list-ttl {
    font-size: 2.1rem;
  }
}
#page-den .den-dent__kind-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5em;
  box-sizing: border-box;
  padding: 0.1em 2.5em;
  max-width: max-content;
  background-color: #5b6a77;
  color: #ffffff;
  border-radius: 0 0 5px 5px;
  font-size: 2rem;
  margin: 0 auto 40px;
}
@media screen and (min-width: 835px) {
  #page-den .den-dent__kind-ttl {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 835px) {
  #page-den .den-dent__kind-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  #page-den .den-dent__kind-ttl {
    max-width: none;
    padding: 0.1em 0.3em;
    font-size: 1.55rem;
  }
}
@media screen and (min-width: 835px) {
  #page-den .den-dent__kind-list > li {
    display: grid;
    grid-template-rows: min-content min-content 1fr;
    grid-template-columns: 40% 1fr;
    column-gap: 5%;
  }
  #page-den .den-dent__kind-list > li .den-dent__kind-list-img {
    grid-column: 1;
    grid-row: 1/4;
  }
  #page-den .den-dent__kind-list > li:nth-child(even) {
    grid-template-columns: 1fr 40%;
  }
  #page-den .den-dent__kind-list > li:nth-child(even) .den-dent__kind-list-img {
    grid-column: 2;
  }
}
#page-den .den-dent__kind-list > li:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #afbdca;
}
@media screen and (min-width: 835px) {
  #page-den .den-dent__kind-list > li:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-den .den-dent__kind-list > li:not(:last-child) {
    padding-bottom: 60px;
  }
}
#page-den .den-dent__kind-list-img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  #page-den .den-dent__kind-list-img {
    display: block;
    max-width: 420px;
    margin: 0 auto 30px;
  }
}
#page-den .den-dent__kind-list-ttl {
  line-height: 1.5;
  margin-bottom: 1em;
  font-size: 1.8rem;
}
@media screen and (min-width: 835px) {
  #page-den .den-dent__kind-list-ttl {
    font-size: 2rem;
    align-self: end;
  }
}
#page-den .den-dent__kind-list-ttl span {
  display: block;
  font-size: 140%;
}
#page-den .den-dent__kind-list-ttl em {
  color: #798fa0;
  font-style: normal;
}
@media screen and (min-width: 580px) {
  #page-den .den-dent__kind-list-ttl br {
    display: none;
  }
}
#page-den .den-dent__kind-list-mk {
  margin: 20px auto 0;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #afbdca;
  max-width: 480px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background-color: #afbdca;
}
@media screen and (min-width: 835px) {
  #page-den .den-dent__kind-list-mk {
    align-self: start;
  }
}
#page-den .den-dent__kind-list-mk > p {
  background-color: #ffffff;
  padding: 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 3em;
}
@media screen and (max-width: 480px) {
  #page-den .den-dent__kind-list-mk > p {
    font-size: 1.3rem;
  }
}
#page-den .den-dent__kind-list-mk > p span {
  font-family: "icon";
  color: #afbdca;
  letter-spacing: 0.3em;
  margin-left: 0.5em;
}
@media screen and (min-width: 481px) {
  #page-den .den-dent__kind-list-mk > p span {
    margin-left: 1em;
  }
}
#page-den .den-dent__iod-sub {
  display: flex;
  column-gap: 0.5em;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.9rem;
}
@media screen and (min-width: 835px) {
  #page-den .den-dent__iod-sub {
    font-size: 2.4rem;
  }
}
#page-den .den-dent__iod-sub::before, #page-den .den-dent__iod-sub::after {
  content: "";
  display: block;
  max-width: 4em;
  flex: 1;
  height: 1px;
  background-color: #afbdca;
}
#page-den .den-dent__list {
  display: flex;
  gap: 30px 3%;
}
@media screen and (max-width: 834px) {
  #page-den .den-dent__list {
    flex-direction: column;
  }
}
#page-den .den-dent__list > li {
  flex: 1;
  font-size: 1.4rem;
}
#page-den .den-dent__list-ttl {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 2.2rem;
}
@media screen and (min-width: 835px) {
  #page-den .den-dent__list-ttl {
    font-size: 1.8rem;
  }
}
#page-den .den-dent__list-img {
  aspect-ratio: 1.404494382;
  margin-bottom: 1em;
}
#page-den .den-dent__list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-den .den-br {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-den .den-br {
    padding-top: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-den .den-br {
    padding-bottom: 100px;
  }
}
#page-den .den-br__md {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #page-den .den-br__md {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-den .den-br__md {
    display: grid;
    column-gap: 5%;
    grid-template-columns: 40% 1fr;
    grid-template-rows: auto;
    align-items: start;
  }
}
@media screen and (max-width: 834px) {
  #page-den .den-br__md-img {
    margin-bottom: 30px;
  }
}
#page-den .den-br__md-img img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  #page-den .den-br__md-img img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 835px) {
  #page-den .den-br__md-dl {
    display: grid;
    column-gap: 3%;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }
}
#page-den .den-br__md-dl > dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5 1em;
  box-sizing: border-box;
  line-height: 1.4;
  height: 2.5em;
  background-color: #eeeeee;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}
@media screen and (min-width: 835px) {
  #page-den .den-br__md-dl > dt {
    font-size: 2rem;
  }
}
#page-den .den-br__md-dl > dt:nth-of-type(1) {
  background-color: #afbdca;
  color: #ffffff;
}
@media screen and (min-width: 835px) {
  #page-den .den-br__md-dl > dt:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
  }
  #page-den .den-br__md-dl > dt:nth-of-type(1) ~ dd {
    grid-column: 1;
  }
}
@media screen and (max-width: 834px) {
  #page-den .den-br__md-dl > dt:nth-of-type(2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 835px) {
  #page-den .den-br__md-dl > dt:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
  }
  #page-den .den-br__md-dl > dt:nth-of-type(2) ~ dd {
    grid-column: 2;
  }
}
#page-den .den-br__md-dl > dd {
  padding-left: 1em;
  text-indent: -1em;
}
#page-den .den-br__md-dl > dd::before {
  text-indent: 0;
  content: "";
  display: inline-block;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: currentColor;
  width: 0.5em;
  margin-right: 0.5em;
  vertical-align: 0.1em;
}
#page-den .den-br__flow {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #e9f0f6;
}
@media screen and (min-width: 835px) {
  #page-den .den-br__flow {
    padding-top: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-den .den-br__flow {
    padding-bottom: 60px;
  }
}
#page-den .den-br__flow-ttl {
  display: flex;
  column-gap: 0.5em;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.9rem;
}
@media screen and (min-width: 835px) {
  #page-den .den-br__flow-ttl {
    font-size: 2.4rem;
  }
}
#page-den .den-br__flow-ttl::before, #page-den .den-br__flow-ttl::after {
  content: "";
  display: block;
  max-width: 4em;
  flex: 1;
  height: 1px;
  background-color: #afbdca;
}
#page-den .den-br__flow-list {
  counter-reset: den-br;
  display: flex;
  column-gap: 30px;
}
@media screen and (max-width: 990px) {
  #page-den .den-br__flow-list {
    overflow: auto;
  }
}
@media screen and (min-width: 835px) {
  #page-den .den-br__flow-list {
    column-gap: 40px;
  }
}
#page-den .den-br__flow-list > li {
  counter-increment: den-br;
  font-size: 1.4rem;
  flex: 1;
}
@media screen and (max-width: 990px) {
  #page-den .den-br__flow-list > li {
    min-width: 160px;
  }
}
#page-den .den-br__flow-list > li:not(:last-child) .den-br__flow-list-img {
  position: relative;
}
#page-den .den-br__flow-list > li:not(:last-child) .den-br__flow-list-img::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #afbdca;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: -15px;
  border-width: 10px 0 10px 10px;
}
@media screen and (min-width: 835px) {
  #page-den .den-br__flow-list > li:not(:last-child) .den-br__flow-list-img::after {
    right: -20px;
    border-width: 15px 0 15px 15px;
  }
}
#page-den .den-br__flow-list-ttl {
  margin: 1em 0 0.5em;
  line-height: 1;
  font-size: 1.6rem;
  padding-left: 30px;
  text-indent: -30px;
}
@media screen and (min-width: 835px) {
  #page-den .den-br__flow-list-ttl {
    font-size: 1.8rem;
    padding-left: 37px;
    text-indent: -37px;
  }
}
#page-den .den-br__flow-list-ttl::before {
  content: counter(den-br);
  text-indent: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #afbdca;
  color: #ffffff;
  margin-right: 5px;
  width: 25px;
}
@media screen and (min-width: 835px) {
  #page-den .den-br__flow-list-ttl::before {
    width: 32px;
    font-size: 2rem;
  }
}
#page-den .den-br__flow-sctxt {
  margin-top: 0.5em;
}
@media screen and (min-width: 991px) {
  #page-den .den-br__flow-sctxt {
    display: none;
  }
}
#page-den .den-brn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9f0f6;
}
@media screen and (min-width: 835px) {
  #page-den .den-brn {
    padding-top: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-den .den-brn {
    padding-bottom: 100px;
  }
}
#page-den .den-brn__a {
  transition: all 0.2s;
  display: block;
  max-width: 900px;
}
@media screen and (min-width: 835px) {
  #page-den .den-brn__a:hover {
    opacity: 0.7;
  }
}

/*サプリメントドッグ*/
#page-sup {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  #page-sup {
    line-height: 1.8;
  }
}
#page-sup h1,
#page-sup h2,
#page-sup h3,
#page-sup h4,
#page-sup h5,
#page-sup h6 {
  font-weight: inherit;
}
#page-sup picture {
  display: block;
}
#page-sup .inner img {
  vertical-align: bottom;
  height: auto;
}
#page-sup .page-title {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-sup .page-title {
    margin-bottom: 170px;
  }
}
#page-sup .page-title__image img {
  width: 100%;
  object-fit: cover;
}
#page-sup .sup-intro {
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 835px) {
  #page-sup .sup-intro {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 700px) {
  #page-sup .sup-intro p {
    text-align: center;
  }
}
#page-sup .sup-intro__ttl {
  text-align: center;
  line-height: 1.571;
  margin-bottom: 1.5em;
  font-size: 2.2rem;
}
@media screen and (min-width: 835px) {
  #page-sup .sup-intro__ttl {
    font-size: 3.5rem;
  }
}
#page-sup .psu-vis {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  background-color: #e9f0f6;
  box-shadow: -25vw 0 #e9f0f6, -50vw 0 #e9f0f6, 25vw 0 #e9f0f6, 50vw 0 #e9f0f6;
}
@media screen and (min-width: 835px) {
  #page-sup .psu-vis {
    padding-top: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-sup .psu-vis {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-sup .psu-vis {
    margin-bottom: 100px;
  }
}
#page-sup .psu-vis__ttl {
  text-align: center;
  margin-bottom: 1em;
  font-size: 2.2rem;
}
@media screen and (min-width: 835px) {
  #page-sup .psu-vis__ttl {
    font-size: 3.5rem;
  }
}
#page-sup .psu-vis__ttl em,
#page-sup .psu-vis__ttl span {
  margin-right: 0.5em;
}
#page-sup .psu-vis__ttl em {
  font-style: normal;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  line-height: 1;
  padding: 0.3em 0.5em 0.4em;
  color: #ffffff;
}
#page-sup .psu-vis__ttl .psu-vis__ttl_si {
  background-color: #acbdcb;
}
#page-sup .psu-vis__ttl .psu-vis__ttl_bt {
  background-color: #dfc0b6;
}
#page-sup .psu-vis__ttl span {
  font-family: "icon";
  color: rgba(160, 175, 188, 0.5);
  vertical-align: -0.05em;
}
#page-sup .psu-vis__list {
  display: flex;
  position: relative;
  gap: 30px 8%;
  margin-bottom: 90px;
}
@media screen and (max-width: 834px) {
  #page-sup .psu-vis__list {
    flex-direction: column;
  }
}
@media screen and (min-width: 835px) {
  #page-sup .psu-vis__list {
    margin-bottom: 130px;
  }
}
#page-sup .psu-vis__list::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  aspect-ratio: 1/1;
  transform: rotate(-45deg) skew(20deg, 20deg) translateY(-50%);
  border-bottom: 1px solid #798fa0;
  border-left: 1px solid #798fa0;
  bottom: -90px;
  width: 75px;
}
@media screen and (min-width: 835px) {
  #page-sup .psu-vis__list::after {
    bottom: -110px;
    width: 95px;
  }
}
#page-sup .psu-vis__list > li {
  background-color: #ffffff;
}
@media screen and (min-width: 835px) {
  #page-sup .psu-vis__list > li {
    flex: 1;
  }
}
#page-sup .psu-vis__list > li p {
  padding: 20px 15px;
}
@media screen and (min-width: 835px) {
  #page-sup .psu-vis__list > li p {
    padding: 30px;
  }
}
#page-sup .psu-vis__list-ttl {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 5%;
  color: #ffffff;
  height: 180px;
  font-size: 2.8rem;
}
@media screen and (min-width: 835px) {
  #page-sup .psu-vis__list-ttl {
    height: 240px;
    font-size: 3.2rem;
  }
}
#page-sup .psu-vis__list-ttl span {
  padding-left: 0.5em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 62.5%;
}
#page-sup .psu-vis__list-ttl span::before {
  content: "";
  display: block;
  height: 1px;
  width: 2em;
  background-color: currentColor;
}
#page-sup .psu-vis__list-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#page-sup .psu-vis__list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
#page-sup .psu-vis__anal {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #ffffff;
}
@media screen and (min-width: 835px) {
  #page-sup .psu-vis__anal {
    padding-top: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-sup .psu-vis__anal {
    padding-bottom: 60px;
  }
}
#page-sup .psu-vis__anal-ttl {
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (min-width: 835px) {
  #page-sup .psu-vis__anal-ttl {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 600px) {
  #page-sup .psu-vis__anal-ttl br {
    display: none;
  }
}
#page-sup .psu-vis__anal-txt {
  padding-bottom: 40px;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 835px) {
  #page-sup .psu-vis__anal-txt {
    padding-bottom: 60px;
  }
}
#page-sup .psu-vis__anal-list-ttl,
#page-sup .psu-vis__anal-bnr-ttl {
  background-color: #afbdca;
  color: #ffffff;
  box-sizing: border-box;
  padding: 0.1em 0.8em;
  max-width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5em;
  font-size: 1.8rem;
}
@media screen and (min-width: 1201px) {
  #page-sup .psu-vis__anal-list-ttl,
  #page-sup .psu-vis__anal-bnr-ttl {
    font-size: 2.2rem;
  }
}
#page-sup .psu-vis__anal-list-ttl {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 834px) {
  #page-sup .psu-vis__anal-bnr-ttl {
    margin-bottom: 0.5em;
  }
}
#page-sup .psu-vis__anal-list {
  padding-bottom: 40px;
  display: flex;
  position: relative;
  gap: 30px 4%;
}
@media screen and (min-width: 835px) {
  #page-sup .psu-vis__anal-list {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 990px) {
  #page-sup .psu-vis__anal-list {
    flex-direction: column;
  }
}
@media screen and (min-width: 481px) {
  #page-sup .psu-vis__anal-list > li {
    display: grid;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 45% 1fr;
    column-gap: 3%;
  }
}
@media screen and (min-width: 835px) {
  #page-sup .psu-vis__anal-list > li {
    flex: 1;
  }
}
@media screen and (max-width: 480px) {
  #page-sup .psu-vis__anal-list-img {
    height: 180px;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 481px) {
  #page-sup .psu-vis__anal-list-img {
    grid-column: 1;
    grid-row: 1/3;
  }
}
#page-sup .psu-vis__anal-list-img img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  #page-sup .psu-vis__anal-list-img img {
    height: 100%;
  }
}
@media screen and (min-width: 481px) {
  #page-sup .psu-vis__anal-list-img img {
    aspect-ratio: 1/1;
  }
}
#page-sup .psu-vis__anal-bnr {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #e9f0f6;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 835px) {
  #page-sup .psu-vis__anal-bnr {
    padding-top: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-sup .psu-vis__anal-bnr {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-sup .psu-vis__anal-bnr {
    display: flex;
    align-items: center;
    column-gap: 5%;
  }
}
#page-sup .psu-vis__anal-bnr-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  max-width: 415px;
  z-index: -1;
}
#page-sup .psu-vis__anal-bnr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
#page-sup .psu-md {
  padding-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 835px) {
  #page-sup .psu-md {
    padding-bottom: 100px;
  }
}
#page-sup .psu-md__ttl {
  text-align: center;
  line-height: 1.8;
  font-size: 1.5rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #page-sup .psu-md__ttl {
    font-size: 2rem;
  }
}
#page-sup .psu-md__ttl span {
  display: block;
  font-size: 200%;
}
@media screen and (min-width: 835px) {
  #page-sup .psu-md__ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  #page-sup .psu-md__ttl span {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 641px) {
  #page-sup .psu-md__cont {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 30% 1fr;
    column-gap: 5%;
  }
}
#page-sup .psu-md__img {
  max-width: 280px;
}
@media screen and (max-width: 640px) {
  #page-sup .psu-md__img {
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 641px) {
  #page-sup .psu-md__img {
    grid-column: 1;
    grid-row: 1/3;
  }
}
#page-sup .psu-md__img img {
  width: 100%;
}
@media screen and (min-width: 641px) {
  #page-sup .psu-md__img img {
    height: 100%;
    object-fit: contain;
  }
}
#page-sup .psu-md__cont-txt {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #afbdca;
}
@media screen and (min-width: 641px) {
  #page-sup .psu-md__cont-txt {
    align-self: end;
  }
}
#page-sup .psu-md__cont-txt > p:not(:last-child) {
  margin-bottom: 0.8em;
}
#page-sup .psu-md__cont-ast {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
#page-sup .psu-md__cont-ast::before {
  content: "※";
  text-indent: 0;
  display: inline-block;
  width: 1em;
  text-align: center;
}
#page-sup .psu-md__cont-deco {
  font-style: normal;
  line-height: 0.7;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #e9f0f6;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(5rem, 8vw, 7rem);
}
#page-sup .psu-oth {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9f0f6;
}
@media screen and (min-width: 835px) {
  #page-sup .psu-oth {
    padding-top: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-sup .psu-oth {
    padding-bottom: 100px;
  }
}
#page-sup .psu-oth__ttl {
  text-align: center;
  margin-bottom: 1em;
  font-size: 2.2rem;
}
@media screen and (min-width: 835px) {
  #page-sup .psu-oth__ttl {
    font-size: 4rem;
  }
}
#page-sup .psu-oth__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px 4%;
}
@media screen and (max-width: 1200px) {
  #page-sup .psu-oth__list {
    flex-direction: column;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  #page-sup .psu-oth__list {
    max-width: 100%;
  }
}
#page-sup .psu-oth__list > li {
  position: relative;
  background-color: #ffffff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 80px;
  border-radius: 50vw;
  padding: 95px 15% 30px;
}
@media screen and (max-width: 1200px) {
  #page-sup .psu-oth__list > li {
    width: 98%;
  }
}
@media screen and (max-width: 480px) {
  #page-sup .psu-oth__list > li {
    aspect-ratio: 1/1;
    padding: 95px 40px 30px;
    font-size: 1.4rem;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1201px) {
  #page-sup .psu-oth__list > li {
    aspect-ratio: 1/1;
    margin-top: 140px;
    padding: 9% 2em 1em;
    border-radius: 50%;
    flex: 1;
  }
}
#page-sup .psu-oth__list-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/0.834;
  width: 55%;
  max-width: 208px;
}
#page-sup .psu-oth__list-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#page-sup .psu-oth__list-ttl {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
#page-sup .psu-oth__list-ttl > span {
  display: block;
  font-size: 142.9%;
}

/*口腔がん検診*/
#page-cr {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  #page-cr {
    line-height: 1.8;
  }
}
#page-cr h1,
#page-cr h2,
#page-cr h3,
#page-cr h4,
#page-cr h5,
#page-cr h6 {
  font-weight: inherit;
}
#page-cr picture {
  display: block;
}
#page-cr .inner img {
  vertical-align: bottom;
  height: auto;
}
#page-cr .page-title {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-cr .page-title {
    margin-bottom: 170px;
  }
}
#page-cr .page-title__image img {
  width: 100%;
  object-fit: cover;
}
#page-cr .cr-intro {
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 835px) {
  #page-cr .cr-intro {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 700px) {
  #page-cr .cr-intro p {
    text-align: center;
  }
}
@media screen and (max-width: 699px) {
  #page-cr .cr-intro p .cr-intro__pcbr {
    display: none;
  }
}
#page-cr .cr-intro__ttl {
  text-align: center;
  line-height: 1.8;
  font-size: 2rem;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 835px) {
  #page-cr .cr-intro__ttl {
    font-size: 3rem;
  }
}
#page-cr .cr-intro__ttl span {
  display: block;
  font-size: 116.7%;
}
#page-cr .cr-about {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9f0f6;
  box-shadow: -25vw 0 #e9f0f6, -50vw 0 #e9f0f6, 25vw 0 #e9f0f6, 50vw 0 #e9f0f6;
}
@media screen and (min-width: 835px) {
  #page-cr .cr-about {
    padding-top: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-cr .cr-about {
    padding-bottom: 100px;
  }
}
#page-cr .cr-about__deco {
  text-align: center;
  display: block;
  font-style: normal;
  font-size: clamp(4rem, 10vw, 12rem);
  color: #ffffff;
  line-height: 0.8;
  font-family: "Cormorant Garamond", serif;
}
#page-cr .cr-about__ttl {
  margin-bottom: 40px;
  margin-top: -0.8em;
  line-height: 1;
  text-align: center;
  color: #798fa0;
  font-size: 2.4rem;
}
@media screen and (min-width: 835px) {
  #page-cr .cr-about__ttl {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-cr .cr-about__ttl {
    font-size: 3rem;
  }
}
#page-cr .cr-about__cont {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dddddd;
  line-height: 1.875;
}
@media screen and (min-width: 835px) {
  #page-cr .cr-about__cont {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-cr .cr-about__cont {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-cr .cr-about__cont {
    display: grid;
    grid-template-columns: 50% 1fr;
    column-gap: 5%;
  }
}
@media screen and (max-width: 834px) {
  #page-cr .cr-about__cont-img {
    height: 200px;
    margin-bottom: 30px;
  }
}
#page-cr .cr-about__cont-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-cr .cr-flow {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-cr .cr-flow {
    padding-top: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-cr .cr-flow {
    padding-bottom: 100px;
  }
}
#page-cr .cr-flow__ttl {
  text-align: center;
  color: #798fa0;
  margin-bottom: 1em;
  font-size: 2.4rem;
}
@media screen and (min-width: 835px) {
  #page-cr .cr-flow__ttl {
    font-size: 3rem;
  }
}
#page-cr .cr-flow__list {
  counter-reset: flwomk;
}
#page-cr .cr-flow__list > li {
  counter-increment: flwomk;
  position: relative;
  z-index: 0;
  padding-left: 95px;
}
@media screen and (min-width: 835px) {
  #page-cr .cr-flow__list > li {
    display: grid;
    column-gap: 5%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr calc(50% + (100px / 2));
  }
}
@media screen and (min-width: 1025px) {
  #page-cr .cr-flow__list > li {
    padding-left: 125px;
    grid-template-columns: 1fr calc(50% + (125px / 2));
  }
}
#page-cr .cr-flow__list > li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 835px) {
  #page-cr .cr-flow__list > li:not(:last-child) {
    margin-bottom: 40px;
  }
}
#page-cr .cr-flow__list > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  background-color: #798fa0;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: -30px;
  left: 40px;
}
@media screen and (min-width: 835px) {
  #page-cr .cr-flow__list > li:not(:last-child)::after {
    bottom: -40px;
  }
}
@media screen and (min-width: 1025px) {
  #page-cr .cr-flow__list > li:not(:last-child)::after {
    left: 52.5px;
  }
}
#page-cr .cr-flow__list > li i {
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #798fa0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 0.5;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  width: 80px;
}
@media screen and (min-width: 1025px) {
  #page-cr .cr-flow__list > li i {
    width: 105px;
  }
}
#page-cr .cr-flow__list > li i::after {
  content: counter(flwomk, decimal-leading-zero);
  font-size: 285.7%;
}
@media screen and (max-width: 834px) {
  #page-cr .cr-flow__list-img {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 835px) {
  #page-cr .cr-flow__list-img {
    grid-column: 1;
    grid-row: 1/3;
  }
  #page-cr .cr-flow__list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#page-cr .cr-flow__list-ttl {
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-size: 2.1rem;
  color: #798fa0;
}
@media screen and (min-width: 835px) {
  #page-cr .cr-flow__list-ttl {
    margin-bottom: 1em;
    font-size: 2.4rem;
    align-self: end;
  }
}
@media screen and (min-width: 481px) {
  #page-cr .cr-flow__list-ttl br {
    display: none;
  }
}
#page-cr .cr-about__sub {
  text-align: center;
  color: #798fa0;
  margin-bottom: 0.5em;
  font-size: 2.4rem;
}
@media screen and (min-width: 835px) {
  #page-cr .cr-about__sub {
    font-size: 3rem;
  }
}
#page-cr .cr-about__txt {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #page-cr .cr-about__txt {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  #page-cr .cr-about__txt br {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #page-cr .cr-about__txt {
    text-align: center;
  }
}
#page-cr .cr-about__list {
  margin-bottom: 40px;
  counter-reset: cr-about;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px 5%;
}
@media screen and (min-width: 835px) {
  #page-cr .cr-about__list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 834px) {
  #page-cr .cr-about__list {
    flex-direction: column;
  }
}
#page-cr .cr-about__list > li {
  counter-increment: cr-about;
  background-color: #839bac;
  color: #ffffff;
  line-height: 1.5;
  border-radius: 1000px;
  font-size: 1.3rem;
}
@media screen and (max-width: 834px) {
  #page-cr .cr-about__list > li {
    padding: 15px;
    width: 100%;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: min-content 1fr;
    column-gap: 15px;
  }
  #page-cr .cr-about__list > li br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #page-cr .cr-about__list > li {
    column-gap: 10px;
  }
}
@media screen and (min-width: 835px) {
  #page-cr .cr-about__list > li {
    font-size: 1.4rem;
    border-radius: 50%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    aspect-ratio: 1/1;
    padding: 5px 15px 20px;
  }
}
@media screen and (min-width: 1025px) {
  #page-cr .cr-about__list > li {
    font-size: 1.5rem;
    padding: 15px;
  }
}
#page-cr .cr-about__list > li::before {
  content: counter(cr-about, decimal-leading-zero);
  font-family: "Cormorant Garamond", serif;
  line-height: 0.3;
  font-size: 3.5rem;
}
@media screen and (max-width: 834px) {
  #page-cr .cr-about__list > li::before {
    grid-column: 1;
    grid-row: 1/3;
    align-self: center;
    justify-self: center;
    margin-top: -0.3em;
  }
}
@media screen and (max-width: 480px) {
  #page-cr .cr-about__list > li::before {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 835px) {
  #page-cr .cr-about__list > li::before {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  #page-cr .cr-about__list > li::before {
    margin-bottom: 1em;
    font-size: 4rem;
  }
}
#page-cr .cr-about__list-ttl {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid;
  font-size: 2rem;
}
@media screen and (min-width: 835px) {
  #page-cr .cr-about__list-ttl {
    text-align: center;
    width: 8em;
  }
}
@media screen and (min-width: 1025px) {
  #page-cr .cr-about__list-ttl {
    font-size: 2.4rem;
  }
}
#page-cr .cr-about__symp {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #ffffff;
}
@media screen and (min-width: 835px) {
  #page-cr .cr-about__symp {
    padding-top: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-cr .cr-about__symp {
    padding-bottom: 60px;
  }
}
#page-cr .about__symp_txt {
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
#page-cr .cr-about__symp-list {
  border-top: 1px solid #afbdca;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 835px) {
  #page-cr .cr-about__symp-list {
    margin-top: 40px;
    padding: 40px 4vw 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5%;
  }
}
@media screen and (min-width: 991px) {
  #page-cr .cr-about__symp-list {
    padding: 40px clamp(15px, 6vw, 120px) 0;
    font-size: 1.8rem;
  }
}
#page-cr .cr-about__symp-list > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#page-cr .cr-about__symp-list > li::before {
  content: "☑";
  font-family: "icon";
  text-indent: 0;
  color: #afbdca;
  margin-right: 0.5em;
}

/* ====================================================
PAGE CURE
==================================================== */
.sp_br {
  display: none;
}
@media screen and (max-width: 834px) {
  .sp_br {
    display: block;
  }
}

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

@media screen and (max-width: 1000px) {
  #page-sup .aga_intro .aga_intro_txt {
    text-align: left;
  }
}
#page-sup .orth-flow {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9f0f6;
}
@media screen and (min-width: 835px) {
  #page-sup .orth-flow {
    padding-top: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-sup .orth-flow {
    padding-bottom: 100px;
  }
}
#page-sup .orth-flow__ttl {
  text-align: center;
  color: #798fa0;
  margin-bottom: 1em;
  font-size: 2.4rem;
}
@media screen and (min-width: 835px) {
  #page-sup .orth-flow__ttl {
    font-size: 3rem;
  }
}
#page-sup .orth-flow__txt {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #page-sup .orth-flow__txt {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  #page-sup .orth-flow__txt {
    text-align: center;
  }
}
#page-sup .orth-flow__list {
  counter-reset: flwomk;
}
#page-sup .orth-flow__list > li {
  counter-increment: flwomk;
  position: relative;
  z-index: 0;
  padding-left: 95px;
}
@media screen and (min-width: 835px) {
  #page-sup .orth-flow__list > li {
    display: grid;
    column-gap: 5%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr calc(50% + (100px / 2));
  }
}
@media screen and (min-width: 1025px) {
  #page-sup .orth-flow__list > li {
    padding-left: 125px;
    grid-template-columns: 1fr calc(50% + (125px / 2));
  }
}
#page-sup .orth-flow__list > li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 835px) {
  #page-sup .orth-flow__list > li:not(:last-child) {
    margin-bottom: 40px;
  }
}
#page-sup .orth-flow__list > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  background-color: #798fa0;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: -30px;
  left: 40px;
}
@media screen and (min-width: 835px) {
  #page-sup .orth-flow__list > li:not(:last-child)::after {
    bottom: -40px;
  }
}
@media screen and (min-width: 1025px) {
  #page-sup .orth-flow__list > li:not(:last-child)::after {
    left: 52.5px;
  }
}
#page-sup .orth-flow__list > li i {
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #798fa0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 0.5;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  width: 80px;
}
@media screen and (min-width: 1025px) {
  #page-sup .orth-flow__list > li i {
    width: 105px;
  }
}
#page-sup .orth-flow__list > li i::after {
  content: counter(flwomk, decimal-leading-zero);
  font-size: 285.7%;
}
@media screen and (max-width: 834px) {
  #page-sup .orth-flow__list-img {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 835px) {
  #page-sup .orth-flow__list-img {
    grid-column: 1;
    grid-row: 1/3;
  }
  #page-sup .orth-flow__list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#page-sup .orth-flow__list-ttl {
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-size: 1.9rem;
  color: #798fa0;
}
@media screen and (min-width: 835px) {
  #page-sup .orth-flow__list-ttl {
    margin-bottom: 1em;
    font-size: 2.4rem;
    align-self: end;
  }
}

.scroll_txt {
  display: none;
}
@media screen and (max-width: 620px) {
  .scroll_txt {
    display: block;
    margin-top: max(1.4814814815vw, 20px);
  }
}
@media screen and (max-width: 1000px) {
  .scroll_txt.tab {
    display: block;
    margin-top: max(1.4814814815vw, 20px);
  }
}

.gray {
  background-color: #e9f0f6;
  box-shadow: -25vw 0 #e9f0f6, -50vw 0 #e9f0f6, 25vw 0 #e9f0f6, 50vw 0 #e9f0f6;
}
@media screen and (max-width: 834px) {
  .gray {
    padding: 16vw 5%;
  }
}

.causes {
  padding: max(7.4074074074vw, 100px) 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 6.6666666667vw;
}
@media screen and (max-width: 834px) {
  .causes {
    padding: max(16vw, 60px) 5%;
    gap: 0;
  }
}
.causes_ttl {
  font-size: 4.2rem;
  line-height: 1em;
  color: #7d8e9e;
}
@media screen and (max-width: 834px) {
  .causes_ttl {
    font-size: 3.6rem;
    margin: 0 0 max(5.3333333333vw, 20px);
    font-weight: bold;
  }
}
.causes_ttl_sml {
  color: #a3afbb;
  font-size: 5rem;
  display: block;
  opacity: 0.2;
}
@media screen and (max-width: 834px) {
  .causes_ttl_sml {
    font-size: 3rem;
  }
}
.causes_txt {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .causes_txt {
    flex: auto;
  }
}
.causes_man {
  display: flex;
  align-items: center;
  margin: max(2.962962963vw, 40px) 0 max(6.6666666667vw, 90px);
  padding-bottom: max(6.6666666667vw, 90px);
  border-bottom: 1px solid #d4dadf;
  gap: 0 min(5.9259259259vw, 80px);
}
@media screen and (max-width: 834px) {
  .causes_man {
    display: block;
    margin: max(5.3333333333vw, 20px) 0 50;
    padding-bottom: max(10.6666666667vw, 40px);
  }
}
.causes_man_img {
  width: clamp(0px, 45.9259259259vw, 620px);
}
@media screen and (max-width: 834px) {
  .causes_man_img {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 620px) {
  .causes_man_img {
    overflow: auto;
  }
  .causes_man_img picture {
    max-width: none;
    width: 150%;
  }
}
.causes_man_box {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .causes_man_box {
    width: 100%;
    margin: 0;
  }
}
.causes_man_ttl {
  width: fit-content;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  color: #fff;
  background: #afbdca;
  padding: 1.1851851852vw 1.5555555556vw;
  line-height: 1em;
  margin-bottom: max(2.962962963vw, 40px);
}
@media screen and (max-width: 834px) {
  .causes_man_ttl {
    font-size: 2rem;
    padding: 2.6666666667vw 1.3333333333vw;
    margin-bottom: max(2.6666666667vw, 10px);
  }
}
.causes_man_ttl.woman {
  background: #dac1b8;
}
.causes_man_ttl_en {
  font-size: 3rem;
  margin-left: 1.4814814815vw;
  padding-left: 1.4814814815vw;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 834px) {
  .causes_man_ttl_en {
    font-size: 2rem;
    margin-left: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}
.causes_woman {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 5.9259259259vw;
}
@media screen and (max-width: 834px) {
  .causes_woman {
    display: block;
  }
}
.causes_woman_img {
  width: min(35.5555555556vw, 50%);
}
@media screen and (max-width: 834px) {
  .causes_woman_img {
    max-width: none;
    width: 80%;
    margin: 0 auto max(4vw, 15px);
  }
}
.causes_woman .causes_man_box {
  flex: 1;
  margin: 0;
}
@media screen and (max-width: 834px) {
  .causes_woman .causes_man_box {
    padding: 0;
  }
}

.dott {
  text-align: center;
  padding: min(7.4074074074vw, 100px) 0 min(32vw, 120px);
}
@media screen and (max-width: 834px) {
  .dott {
    padding: 16vw 5%;
  }
}
.dott_smlttl {
  font-size: 2.4rem;
  line-height: 1em;
}
@media screen and (max-width: 834px) {
  .dott_smlttl {
    font-size: 2rem;
    line-height: initial;
  }
}
.dott_smlttl_color {
  width: fit-content;
  margin: 0 auto max(1.4814814815vw, 20px);
  font-size: 2rem;
  display: block;
  background: #ebf0f4;
  color: #5e6a76;
  line-height: 1em;
  padding: 0.8148148148vw 1.1111111111vw;
}
@media screen and (max-width: 834px) {
  .dott_smlttl_color {
    font-size: 2rem;
    margin-bottom: max(5.3333333333vw, 20px);
    padding: 2.6666666667vw 4vw;
  }
}
.dott_ttl {
  font-size: 4.8rem;
  line-height: 1em;
  margin-top: max(1.4814814815vw, 20px);
}
@media screen and (max-width: 834px) {
  .dott_ttl {
    font-size: 3.6rem;
    margin-top: max(4vw, 15px);
  }
}
.dott_ttl_sml {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  margin: max(1.1111111111vw, 15px) auto 0;
  line-height: 1em;
}
@media screen and (max-width: 834px) {
  .dott_ttl_sml {
    margin-top: max(2.6666666667vw, 10px);
  }
}
.dott_ttl_sml:before, .dott_ttl_sml:after {
  content: "";
  width: max(1.4814814815vw, 20px);
  display: block;
  height: 1px;
  background-color: #34373a;
}
@media screen and (max-width: 834px) {
  .dott_ttl_sml:before, .dott_ttl_sml:after {
    width: max(7.2vw, 27px);
  }
}
.dott_ttl_sml:before {
  margin-right: 0.8888888889vw;
}
@media screen and (max-width: 834px) {
  .dott_ttl_sml:before {
    margin-right: 4vw;
  }
}
.dott_ttl_sml:after {
  margin-left: 0.8888888889vw;
}
@media screen and (max-width: 834px) {
  .dott_ttl_sml:after {
    margin-left: 4vw;
  }
}
.dott_line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: min(5.1851851852vw, 70px) auto min(5.9259259259vw, 80px);
  width: min(80%, 874px);
  gap: 0vw 4.4444444444vw;
}
@media screen and (max-width: 834px) {
  .dott_line {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.dott_line_txt {
  text-align: left;
  width: max(42.962962963vw, 580px);
}
@media screen and (max-width: 834px) {
  .dott_line_txt {
    width: 100%;
    margin: 10.6666666667vw 0 0;
  }
}
.dott_line_img {
  width: max(17.7777777778vw, 240px);
}
@media screen and (max-width: 834px) {
  .dott_line_img {
    width: 35%;
  }
}
.dott_color {
  background: #e9f0f6;
  padding: 5.1851851852vw 4.4444444444vw;
  margin-bottom: max(7.4074074074vw, 100px);
}
@media screen and (max-width: 1100px) {
  .dott_color {
    padding: 5.1851851852vw min(3.7037037037vw, 50px);
  }
}
@media screen and (max-width: 834px) {
  .dott_color {
    padding: 8vw 2.6666666667vw;
    margin-bottom: max(16vw, 60px);
  }
}
.dott_color_ttl {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  margin-bottom: max(3.7037037037vw, 50px);
}
@media screen and (max-width: 834px) {
  .dott_color_ttl {
    font-size: 2rem;
    margin-bottom: max(8vw, 30px);
  }
}
.dott_color_ttl:before, .dott_color_ttl:after {
  content: "";
  width: 5.9259259259vw;
  display: block;
  height: 1px;
  background-color: #c5ccd3;
}
@media screen and (max-width: 834px) {
  .dott_color_ttl:before, .dott_color_ttl:after {
    width: 10.6666666667vw;
    flex: 1;
  }
}
.dott_color_ttl:before {
  margin-right: 1.2592592593vw;
}
@media screen and (max-width: 834px) {
  .dott_color_ttl:before {
    margin-right: 4vw;
  }
}
.dott_color_ttl:after {
  margin-left: 1.2592592593vw;
}
@media screen and (max-width: 834px) {
  .dott_color_ttl:after {
    margin-left: 4vw;
  }
}
.dott_color_line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .dott_color_line {
    display: block;
  }
}
.dott_color_line_box {
  background-color: #fff;
  padding: 2.962962963vw;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: max(2.962962963vw, 40px);
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .dott_color_line_box {
    display: block;
    padding: 5.3333333333vw 2.6666666667vw;
    margin-bottom: max(8vw, 30px);
  }
}
.dott_color_line_box:last-child {
  margin-bottom: 0;
}
.dott_color_line_box.half {
  width: min(50% - 1.4814814815vw, 470px);
  display: block;
}
@media screen and (min-width: 1350px) {
  .dott_color_line_box.half {
    width: 34.8148148148vw;
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1100px) {
  .dott_color_line_box.half {
    padding: 2.962962963vw min(1.4814814815vw, 20px);
    width: min(50% - 0.7407407407vw, 49%);
  }
}
@media screen and (max-width: 834px) {
  .dott_color_line_box.half {
    width: 100%;
    max-width: none;
  }
}
.dott_color_line_box_right {
  width: max(40.7407407407vw, 550px);
  padding-left: 3.7037037037vw;
  box-sizing: border-box;
  flex: 1;
}
@media screen and (max-width: 834px) {
  .dott_color_line_box_right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 1350px) {
  .dott_color_line_box_right {
    padding-left: 50px;
  }
}
.dott_color_line_box_ttl {
  display: flex;
  font-size: 2.1rem;
  align-items: center;
  padding-bottom: 1.4814814815vw;
  border-bottom: 1px solid #d4dadf;
  margin: 0 0 max(1.8518518519vw, 25px);
  flex-wrap: wrap;
  gap: 0 min(1.4814814815vw, 20px);
}
@media screen and (max-width: 1100px) {
  .dott_color_line_box_ttl {
    gap: 0 min(0.7407407407vw, 10px);
    font-size: clamp(2rem, 1.4814814815vw, 2.1rem);
  }
}
@media screen and (max-width: 834px) {
  .dott_color_line_box_ttl {
    display: block;
    font-size: 2rem;
    padding-bottom: 4vw;
    margin-bottom: max(5.3333333333vw, 20px);
  }
}
.dott_color_line_box_ttl_sml {
  color: #fff;
  font-size: clamp(1.6rem, 1.3333333333vw, 1.8rem);
  line-height: 1em;
  padding: 0.6666666667vw;
}
@media screen and (min-width: 1350px) {
  .dott_color_line_box_ttl_sml {
    padding: 9px;
  }
}
@media screen and (max-width: 834px) {
  .dott_color_line_box_ttl_sml {
    margin: 1.3333333333vw 0vw 0vw;
    padding: 1.3333333333vw 2.6666666667vw;
    display: block;
    width: fit-content;
    font-size: 1.5rem;
  }
}
.dott_color_line_box_ttl_sml.aqua {
  background: #91d2e4;
}
.dott_color_line_box_ttl_sml.pink {
  background: #d1b3c2;
}
.dott_color_line_box_ttl_sml.blue {
  background: #8bafce;
}
.dott_color_line_box_ttl_sml.gold {
  background: #ceb8a1;
}
.dott_color_line_box_cat {
  font-size: 1.4rem;
  border: 1px solid;
  padding: 0.5185185185vw 0.7407407407vw;
  line-height: 1em;
  margin-bottom: max(1.4814814815vw, 20px);
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .dott_color_line_box_cat {
    font-size: 1.2rem;
    padding: 1.3333333333vw 2.6666666667vw;
    margin-bottom: max(2.6666666667vw, 10px);
  }
}
.dott_color_line_box_cat:nth-of-type(2) {
  margin-left: 0.7407407407vw;
}
.dott_color_line_box_cat.men {
  color: #afbdca;
  border-color: #afbdca;
}
.dott_color_line_box_cat.women {
  color: #dac1b8;
  border-color: #dac1b8;
}
.dott_color_line_box_txt {
  font-size: 1.4rem;
  line-height: 2;
}
.dott_color_line_box_img {
  width: 22.2222222222vw;
  max-width: 300px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 834px) {
  .dott_color_line_box_img {
    width: 100%;
    margin: 0 auto 4vw;
    max-width: none;
    height: 33.3333333333vw;
    text-align: center;
  }
}
.dott_color_line_box_img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.dott_color_line_box_img picture img {
  max-width: none;
  width: auto;
  height: 100% !important;
  object-fit: cover;
  max-width: 100%;
}
@media screen and (max-width: 834px) {
  .dott_color_line_box_img picture img {
    height: auto !important;
    width: 100%;
    transform: translateY(-25%);
  }
}
.dott_product_ttl {
  font-size: 3.5rem;
  position: relative;
  display: inline-block;
  line-height: 1em;
  margin: 0 auto max(4.4444444444vw, 60px);
}
.dott_product_ttl.women {
  margin-top: max(7.4074074074vw, 100px);
}
@media screen and (max-width: 834px) {
  .dott_product_ttl.women {
    white-space: pre;
    font-size: 2.6rem;
    margin-top: max(21.3333333333vw, 80px);
  }
}
@media screen and (max-width: 834px) {
  .dott_product_ttl {
    font-size: 2.8rem;
    margin-bottom: max(8vw, 30px);
    letter-spacing: -0.03em;
  }
}
.dott_product_ttl.men:before {
  background-color: #d8dfe5;
}
.dott_product_ttl.women:before {
  background-color: #ebdeda;
}
.dott_product_ttl:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5em;
  display: block;
  z-index: -1;
  bottom: -0.5rem;
}
.dott_product_txt {
  line-height: 2;
  margin-bottom: max(5.1851851852vw, 70px);
}
@media screen and (max-width: 911px) {
  .dott_product_txt {
    text-align: left;
    line-height: inherit;
    margin-bottom: 5.3333333333vw;
    letter-spacing: -0.01em;
  }
}
.dott_product_line {
  display: flex;
  margin-bottom: max(2.962962963vw, 40px);
  align-items: center;
  justify-content: center;
  padding: 0 min(3.7037037037vw, 50px);
  gap: 0 min(7.4074074074vw, 100px);
}
@media screen and (max-width: 1100px) {
  .dott_product_line {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .dott_product_line {
    display: block;
    margin-bottom: 8vw;
    padding: 0;
  }
  .dott_product_line:last-child {
    margin-bottom: 0;
  }
}
.dott_product_line_img {
  width: min(26.6666666667vw, 360px);
  height: min(20vw, 270px);
  flex: auto;
  /*@include media_min(1500px) {
    flex: none;
  }*/
}
@media screen and (max-width: 900px) {
  .dott_product_line_img {
    height: 53.3333333333vw;
    width: auto;
    margin: 0 auto 2.6666666667vw;
  }
}
.dott_product_line_img picture {
  height: 100%;
}
.dott_product_line_img picture img {
  height: 100% !important;
}
@media screen and (max-width: 900px) {
  .dott_product_line_img#short {
    width: 70%;
  }
}
.dott_product_line_img#short picture {
  display: flex;
  align-items: center;
}
.dott_product_line_img#short picture img {
  height: auto !important;
  width: 100%;
}
.dott_product_line_box {
  width: min(50%, 541px);
  border: 1px solid #d4dadf;
  padding: min(2.2222222222vw, 30px) min(1.8518518519vw, 25px);
}
@media screen and (min-width: 1500px) {
  .dott_product_line_box {
    flex: none;
  }
}
@media screen and (max-width: 950px) {
  .dott_product_line_box {
    width: 100%;
    padding: 4vw 2.6666666667vw;
  }
}
.dott_product_line_box_ttl {
  border-bottom: 1px solid #d4dadf;
  padding-bottom: 1.4814814815vw;
  display: flex;
  line-height: 1em;
  font-size: 2rem;
  margin: 0 0 max(2.2222222222vw, 30px);
}
@media screen and (max-width: 834px) {
  .dott_product_line_box_ttl {
    font-size: 1.8rem;
    margin-bottom: 4vw;
    padding: 0vw 1.3333333333vw 4vw;
  }
}
.dott_product_line_box_ttl_sml {
  margin-left: 1.4814814815vw;
}
@media screen and (max-width: 834px) {
  .dott_product_line_box_ttl_sml {
    margin-left: 1em;
  }
}
.dott_product_line_box_circle {
  display: flex;
  justify-content: center;
  gap: 0 min(1.4814814815vw, 20px);
}
@media screen and (max-width: 834px) {
  .dott_product_line_box_circle {
    gap: 0 min(2.6666666667vw, 10px);
  }
}
.dott_product_line_box_circle_txt {
  border-radius: 50%;
  color: #fff;
  width: min(140px, 10.3703703704vw);
  height: min(140px, 10.3703703704vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1.3333333333;
  font-size: min(1.3333333333vw, 1.8rem);
  box-sizing: border-box;
  text-align: center;
  position: relative;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 500px) and (max-width: 834px) {
  .dott_product_line_box_circle_txt {
    font-size: max(1.3333333333vw, 1.8rem);
    line-height: 1.2em;
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 500px) {
  .dott_product_line_box_circle_txt {
    min-width: unset;
    min-height: unset;
    width: min(100px, 26.6666666667vw);
    height: min(100px, 26.6666666667vw);
    font-size: min(3.7333333333vw, 1.4rem);
  }
}
@media screen and (max-width: 375px) {
  .dott_product_line_box_circle_txt {
    font-size: min(3.7333333333vw, 1.4rem);
  }
}
.dott_product_line_box_circle_txt.aqua {
  background: #91d2e4;
  padding: min(2.7407407407vw, 37px) 0 min(2.8518518519vw, 33px);
}
@media screen and (min-width: 1986px) {
  .dott_product_line_box_circle_txt.aqua {
    padding: min(2.7407407407vw, 37px) 0 min(2.8518518519vw, 33px);
  }
}
@media screen and (max-width: 834px) {
  .dott_product_line_box_circle_txt.aqua {
    padding: 4vw 0;
  }
}
.dott_product_line_box_circle_txt.aqua.woman {
  padding-top: min(3.7037037037vw, 50px);
  align-items: baseline;
}
@media screen and (min-width: 500px) and (max-width: 834px) {
  .dott_product_line_box_circle_txt.aqua.woman {
    padding-top: max(6.6666666667vw, 25px);
  }
}
@media screen and (max-width: 500px) {
  .dott_product_line_box_circle_txt.aqua.woman {
    padding-top: min(8vw, 30px);
  }
}
.dott_product_line_box_circle_txt.aqua.woman .dott_product_line_box_circle_txt_sml {
  margin-top: 0;
}
.dott_product_line_box_circle_txt.blue {
  background: #8bafce;
  padding: min(3.7037037037vw, 50px) 0;
}
@media screen and (max-width: 834px) {
  .dott_product_line_box_circle_txt.blue {
    padding: 4vw 0vw;
  }
}
.dott_product_line_box_circle_txt.gold {
  background: #ceb8a1;
  padding: min(2.2222222222vw, 30px) 0;
}
@media screen and (max-width: 834px) {
  .dott_product_line_box_circle_txt.gold {
    padding: 2.6666666667vw 0vw;
  }
}
.dott_product_line_box_circle_txt.gold.woman {
  padding-top: min(2.962962963vw, 55px);
  font-size: min(1.1111111111vw, 1.5rem);
  align-items: baseline;
}
@media screen and (min-width: 500px) and (max-width: 834px) {
  .dott_product_line_box_circle_txt.gold.woman {
    padding-top: max(4.0740740741vw, 40px);
    font-size: max(1.3333333333vw, 1.8rem);
  }
}
@media screen and (max-width: 500px) {
  .dott_product_line_box_circle_txt.gold.woman {
    font-size: min(3.4666666667vw, 1.3rem);
    padding-top: min(6.6666666667vw, 25px);
  }
}
.dott_product_line_box_circle_txt.pink {
  background: #d1b3c2;
  padding: min(4vw, 54px) min(1.8518518519vw, 25px) min(1.7777777778vw, 24px);
  align-items: baseline;
}
@media screen and (min-width: 500px) and (max-width: 834px) {
  .dott_product_line_box_circle_txt.pink {
    padding: max(6.6666666667vw, 25px) 0 1.8518518519vw;
  }
}
@media screen and (max-width: 500px) {
  .dott_product_line_box_circle_txt.pink {
    padding: min(8vw, 30px) 0 min(6.6666666667vw, 25px);
  }
}
.dott_product_line_box_circle_txt.pink .dott_product_line_box_circle_txt_sml {
  margin-top: 0;
}
.dott_product_line_box_circle_txt_sml {
  font-size: min(1.1111111111vw, 1.5rem);
  margin-top: 0.7407407407vw;
  white-space: pre;
  line-height: 1em;
  display: block;
  width: 100%;
}
@media screen and (min-width: 500px) and (max-width: 834px) {
  .dott_product_line_box_circle_txt_sml {
    font-size: max(1.1111111111vw, 1.5rem);
  }
}
@media screen and (max-width: 500px) {
  .dott_product_line_box_circle_txt_sml {
    font-size: min(3.4666666667vw, 1.2rem);
    margin-top: 0;
    display: block;
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 375px) {
  .dott_product_line_box_circle_txt_sml {
    font-size: min(3.4666666667vw, 1.3rem);
  }
}
.dott_product_line_box_circle_txt_alpha {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  width: min(2.5925925926vw, 35px);
  height: min(2.5925925926vw, 35px);
  position: absolute;
  top: 0.7407407407vw;
  margin: auto;
  right: 0;
  left: 0;
  font-size: max(1.1111111111vw, 1.5rem);
}
@media screen and (max-width: 834px) {
  .dott_product_line_box_circle_txt_alpha {
    box-sizing: content-box;
    font-size: 1rem;
    width: 1em;
    height: 1em;
    padding: 1.3333333333vw;
  }
}

.flow {
  padding: 6.8888888889vw 0vw 7.7777777778vw;
}
@media screen and (max-width: 834px) {
  .flow {
    padding: 13.3333333333vw 5% 16vw;
  }
}
.flow_ttl {
  font-size: 3rem;
  color: #7d8e9e;
  text-align: center;
  margin-bottom: 5.5555555556vw;
}
@media screen and (max-width: 834px) {
  .flow_ttl {
    font-size: 2.8rem;
    margin-bottom: 8vw;
  }
}
.flow_box {
  display: flex;
  margin-bottom: 2.962962963vw;
}
@media screen and (max-width: 834px) {
  .flow_box {
    display: block;
    position: relative;
    margin: auto;
    padding-left: 18.6666666667vw;
    padding-bottom: 6.6666666667vw;
    overflow: hidden;
  }
}
.flow_box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .flow_box:last-child {
    padding-bottom: 0;
  }
}
.flow_box:last-child .flow_box_step:before {
  display: none;
}
.flow_box_step {
  background: #8c9aa8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.7777777778vw;
  height: 7.7777777778vw;
  border-radius: 50%;
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  flex-direction: column;
  line-height: 2rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flow_box_step {
    position: absolute;
    width: 17.3333333333vw;
    height: 17.3333333333vw;
    font-size: 2rem !important;
    left: 0;
  }
}
.flow_box_step_sml {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .flow_box_step_sml {
    font-size: 1.2rem;
  }
}
.flow_box_step:before {
  content: "";
  display: block;
  width: 2px;
  height: 200%;
  background: #8c9aa8;
  top: 100%;
  position: absolute;
}
@media screen and (max-width: 834px) {
  .flow_box_step:before {
    height: 500%;
  }
}
.flow_box_img {
  width: 31.1111111111vw;
  max-width: 420px;
  margin: 0vw 2.3703703704vw 0vw 1.8518518519vw;
}
@media screen and (max-width: 834px) {
  .flow_box_img {
    width: 90%;
    margin: 0 auto 6.6666666667vw;
  }
}
.flow_box_content {
  flex: 1;
  align-self: center;
}
.flow_box_ttl {
  font-size: 2.4rem;
  color: #a3afbb;
  margin-bottom: 2.3703703704vw;
  line-height: 1em;
}
@media screen and (max-width: 834px) {
  .flow_box_ttl {
    font-size: 2rem;
    margin-bottom: 4vw;
  }
}

/* ====================================================
PAGE nutrition
==================================================== */
#page-nut {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  #page-nut {
    line-height: 1.8;
  }
}
#page-nut h1,
#page-nut h2,
#page-nut h3,
#page-nut h4,
#page-nut h5,
#page-nut h6 {
  font-weight: inherit;
}
#page-nut picture {
  display: block;
}
#page-nut .inner img {
  vertical-align: bottom;
  height: auto;
}
#page-nut .page-title {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-nut .page-title {
    margin-bottom: 170px;
  }
}
#page-nut .page-title__image img {
  width: 100%;
  object-fit: cover;
}
#page-nut .nut_intro {
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 835px) {
  #page-nut .nut_intro {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 700px) {
  #page-nut .nut_intro p {
    text-align: center;
  }
}
#page-nut .nut_intro_ttl {
  text-align: center;
  line-height: 1.571;
  margin-bottom: 1.5em;
  font-size: 2.2rem;
}
@media screen and (min-width: 835px) {
  #page-nut .nut_intro_ttl {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 1175px) {
  #page-nut .nut_intro_txt {
    text-align: left !important;
  }
}
#page-nut .approach {
  padding: 7.4074074074vw 0;
}
@media screen and (max-width: 834px) {
  #page-nut .approach {
    padding: max(16vw, 60px) 5%;
  }
}
#page-nut .approach_ttl {
  font-size: 3.5rem;
  display: grid;
  justify-content: center;
  align-items: baseline;
  text-align: center;
  grid-template-columns: repeat(3, auto);
}
@media screen and (max-width: 834px) {
  #page-nut .approach_ttl {
    line-height: 2.4em;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 500px) {
  #page-nut .approach_ttl {
    display: flex;
    flex-wrap: wrap;
  }
}
#page-nut .approach_ttl .cross {
  font-family: "icon";
  color: rgba(160, 175, 188, 0.5);
  vertical-align: -0.05em;
  margin: 0 0.5em;
}
#page-nut .approach_ttl_box {
  color: #fff;
  background: #afbdca;
  line-height: 1em;
  padding: min(0.8148148148vw, 11px) min(1.1851851852vw, 16px);
  position: relative;
  width: fit-content;
  margin-right: min(2.2222222222vw, 30px);
}
#page-nut .approach_ttl_box:first-of-type {
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  #page-nut .approach_ttl_box {
    padding: min(2.9333333333vw, 10px) min(4vw, 15px);
    font-size: 2rem;
  }
}
#page-nut .approach_ttl_line {
  grid-column-start: 1;
  grid-column-end: 5;
  line-height: 1em;
}
#page-nut .approach_txt {
  text-align: center;
  margin: min(3.7037037037vw, 50px) 0 min(5.1851851852vw, 70px);
}
@media screen and (min-width: 500px) and (max-width: 910px) {
  #page-nut .approach_txt {
    text-align: left;
    width: 90%;
    margin: min(3.7037037037vw, 50px) auto min(5.1851851852vw, 70px);
  }
}
@media screen and (max-width: 834px) {
  #page-nut .approach_txt {
    text-align: left;
    width: 100%;
    margin: min(8vw, 30px) 0 min(10.6666666667vw, 40px);
  }
}
#page-nut .approach_line {
  display: flex;
  gap: 0 min(2.962962963vw, 40px);
  padding: 0 min(2.2222222222vw, 30px);
  margin-bottom: min(5.9259259259vw, 80px);
}
@media screen and (max-width: 834px) {
  #page-nut .approach_line {
    padding: 0;
    display: block;
    margin-bottom: min(10.6666666667vw, 40px);
  }
}
#page-nut .approach_box {
  background: #fff;
  width: 100%;
  padding: min(2.5925925926vw, 35px) 0;
  padding-right: min(1.1111111111vw, 15px);
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box {
    padding: min(5.3333333333vw, 30px) min(2.6666666667vw, 5px);
    padding-left: min(4vw, 15px);
    margin-bottom: min(5.3333333333vw, 20px);
  }
}
#page-nut .approach_box_img {
  position: absolute;
  height: min(4.4444444444vw, 60px);
  margin: auto;
  margin-left: min(2.5925925926vw, 36px);
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box_img {
    height: min(9.3333333333vw, 40px);
    margin: 0;
    position: relative;
  }
}
#page-nut .approach_box_img img {
  height: 100%;
}
#page-nut .approach_box_ttl {
  margin-left: min(8.8888888889vw, 120px);
  padding-left: min(2.2222222222vw, 30px);
  border-left: 1px solid #d4dadf;
  font-size: 2.8rem;
  line-height: 1em;
}
@media screen and (min-width: 500px) and (max-width: 970px) {
  #page-nut .approach_box_ttl {
    font-size: 2.3rem;
    padding-left: min(1.4814814815vw, 20px);
  }
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box_ttl {
    font-size: 1.8rem;
    margin-left: min(2.6666666667vw, 10px);
    padding-left: min(2.6666666667vw, 10px);
  }
}
#page-nut .approach_box_ttl_sml {
  font-size: 1.8rem;
  display: block;
  margin-bottom: min(1.1111111111vw, 1.5rem);
}
@media screen and (min-width: 500px) and (max-width: 970px) {
  #page-nut .approach_box_ttl_sml {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box_ttl_sml {
    font-size: 1.4rem;
    margin-bottom: min(4vw, 0.5rem);
  }
}
#page-nut .approach_box.full {
  padding: min(4.4444444444vw, 60px);
  margin-bottom: min(5.9259259259vw, 80px);
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box.full {
    padding: min(5.3333333333vw, 20px) min(2.6666666667vw, 10px);
    margin-bottom: min(5.3333333333vw, 20px);
  }
}
#page-nut .approach_box.full:last-child {
  margin-bottom: 0;
}
#page-nut .approach_box.full .approach_box_img {
  height: min(4.8148148148vw, 70px);
  top: min(4.4444444444vw, 60px);
  bottom: auto;
  margin: auto;
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box.full .approach_box_img {
    height: min(10.6666666667vw, 40px);
    top: min(6.6666666667vw, 25px);
    position: absolute;
    left: min(4vw, 15px);
  }
}
#page-nut .approach_box.full .approach_box_ttl {
  border-bottom: 1px solid #d4dadf;
  border-left: none;
  margin: 0 0 min(4.4444444444vw, 60px);
  padding: 0 0 min(2.5925925926vw, 35px);
  padding-left: min(6.2962962963vw, 85px);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0 min(2.5925925926vw, 35px);
  align-items: baseline;
  font-size: 2.6rem;
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box.full .approach_box_ttl {
    font-size: 1.8rem;
    display: block;
    position: relative;
    margin: 0 0 min(8vw, 30px);
    padding: 0 0 min(5.3333333333vw + 5rem, 20px + 5rem);
    padding-left: min(16vw, 60px);
  }
}
#page-nut .approach_box.full .approach_box_ttl_sml {
  font-size: 2rem;
  margin-bottom: min(1.4814814815vw, 1rem);
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box.full .approach_box_ttl_sml {
    font-size: min(1.5rem, 4vw);
    margin-bottom: min(4vw, 0.5rem);
  }
}
#page-nut .approach_box.full .approach_box_ttl_large {
  font-size: 3.5rem;
  grid-column: 2;
  grid-row: 1/3;
  align-self: self-end;
  background: #ebf0f4;
  padding: min(1.4074074074vw, 19px) min(2vw, 27px);
  width: fit-content;
}
@media screen and (min-width: 500px) and (max-width: 970px) {
  #page-nut .approach_box.full .approach_box_ttl_large {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box.full .approach_box_ttl_large {
    font-size: 2.2rem;
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    padding: min(2.6666666667vw, 10px) min(1.4814814815vw, 20px);
    left: 0;
    bottom: 0.5em;
  }
}
#page-nut .approach_box_lineup {
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  gap: 0 2.2222222222vw;
  margin: min(4.4444444444vw, 60px) auto min(2.962962963vw, 40px);
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box_lineup {
    font-size: 2.3rem;
    text-align: center;
    line-height: 1.2em;
    gap: 0 min(4vw, 10px);
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 340px) {
  #page-nut .approach_box_lineup {
    justify-content: space-between;
    gap: 0 min(1.3333333333vw, 5px);
    font-size: 2rem;
  }
}
#page-nut .approach_box_lineup:before, #page-nut .approach_box_lineup:after {
  content: "";
  width: 5.9259259259vw;
  display: block;
  height: 1px;
  background-color: #c5ccd3;
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box_lineup:before, #page-nut .approach_box_lineup:after {
    width: min(6.6666666667vw, 25px);
  }
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box_lineup {
    font-size: 2.2rem;
    margin: min(8vw, 30px) auto min(5.3333333333vw, 20px);
  }
}
#page-nut .approach_box_lineup_box {
  display: grid;
  background: #f5f6fa;
  grid-template-columns: 37% auto;
  margin-bottom: min(2.962962963vw, 40px);
  grid-gap: 0 min(3.7037037037vw, 50px);
  grid-template-rows: auto min-content 1fr;
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box_lineup_box {
    grid-template-columns: 1fr;
    grid-gap: min(5.3333333333vw, 20px);
    margin-bottom: min(8vw, 30px);
    padding-bottom: min(8vw, 30px);
  }
}
#page-nut .approach_box_lineup_box:last-child {
  margin-bottom: 0;
}
#page-nut .approach_box_lineup_box_img {
  grid-row-start: 1;
  grid-row-end: 4;
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box_lineup_box_img {
    height: min(66.6666666667vw, 250px);
  }
}
#page-nut .approach_box_lineup_box_img img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box_lineup_box_img img {
    width: 100%;
  }
}
#page-nut .approach_box_lineup_box_ttl {
  margin: min(3.4814814815vw, 47px) 0 min(1.4814814815vw, 20px);
  font-size: 2.8rem;
  line-height: 1em;
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box_lineup_box_ttl {
    margin: 0 auto;
    font-size: 2rem;
  }
}
#page-nut .approach_box_lineup_box_list {
  display: flex;
  gap: 0 min(0.3703703704vw, 5px);
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box_lineup_box_list {
    justify-content: center;
    gap: 0 min(2.6666666667vw, 10px);
  }
}
#page-nut .approach_box_lineup_box_list_txt {
  color: #fff;
  background: #90a7bd;
  padding: 0 0.5em;
  display: flex;
  align-items: center;
  height: 2em;
}
@media screen and (max-width: 500px) {
  #page-nut .approach_box_lineup_box_list_txt {
    font-size: clamp(1.2rem, 3.7333333333vw, 1.4rem);
    text-align: center;
  }
}
#page-nut .approach_box_lineup_box_txt {
  margin: min(2.962962963vw, 40px) 0 min(3.4074074074vw, 46px);
  padding-right: min(3.7037037037vw, 50px);
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box_lineup_box_txt {
    margin: auto;
    padding: 0 5%;
  }
}
#page-nut .approach_box_lineup_line {
  display: grid;
  flex-wrap: wrap;
  gap: min(0.4444444444vw, 6px);
  grid-template-columns: 25% 25% 25% 25%;
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box_lineup_line {
    gap: min(2.6666666667vw, 10px);
    grid-template-columns: repeat(2, 49%);
  }
}
#page-nut .approach_box_lineup_line_content {
  background: #f5f6fa;
  text-align: center;
  padding: 2.2962962963vw 1.4814814815vw 2.3703703704vw;
  box-sizing: border-box;
}
@media screen and (min-width: 500px) and (max-width: 970px) {
  #page-nut .approach_box_lineup_line_content {
    padding: 2.2962962963vw min(1.4814814815vw, 20px) 2.3703703704vw;
  }
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box_lineup_line_content {
    padding: min(5.3333333333vw, 20px) min(2.6666666667vw, 10px);
  }
}
#page-nut .approach_box_lineup_line_content_img {
  width: min(6.6666666667vw, 90px);
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box_lineup_line_content_img {
    width: min(16vw, 60px);
  }
}
#page-nut .approach_box_lineup_line_content_ttl {
  margin: min(2.2222222222vw, 30px) 0 min(1.4814814815vw, 20px);
  font-size: 2.1rem;
  color: #a3afbb;
  line-height: 1em;
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box_lineup_line_content_ttl {
    font-size: 2rem;
    margin: min(4vw, 15px) 0 min(2.6666666667vw, 10px);
  }
}
#page-nut .approach_box_lineup_line_content_txt {
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 970px) {
  #page-nut .approach_box_lineup_line_content_txt br {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  #page-nut .approach_box_lineup_line_content_txt {
    text-align: left;
  }
}
#page-nut .practice {
  padding: 7.4074074074vw 0vw 10.3703703704vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 min(5.9259259259vw, 80px);
}
@media screen and (max-width: 834px) {
  #page-nut .practice {
    padding: 13.3333333333vw 5%;
    grid-template-columns: 1fr;
    gap: min(5.3333333333vw, 20px) 0;
  }
}
#page-nut .practice_ttl {
  grid-column: 1/3;
  text-align: center;
  font-size: 3.6rem;
  color: #7d8e9e;
  margin-bottom: min(3.7037037037vw, 50px);
}
@media screen and (max-width: 834px) {
  #page-nut .practice_ttl {
    font-size: 2.5rem;
    letter-spacing: -0.01em;
    line-height: 1em;
    margin-bottom: min(8vw, 30px);
  }
}
@media screen and (max-width: 330px) {
  #page-nut .practice_ttl {
    font-size: 7.4666666667vw;
  }
}
#page-nut .practice_img {
  grid-row-start: 2;
  grid-row-end: 5;
  position: relative;
  margin-right: min(4.4444444444vw, 60px);
  height: fit-content;
}
@media screen and (max-width: 834px) {
  #page-nut .practice_img {
    padding: 0;
    width: 80%;
    margin: auto auto min(10.6666666667vw, 40px);
    height: max(40vw, 150px);
    grid-column-start: 1;
    grid-column-end: 3;
    transform: translateX(min(-1.1111111111vw, -15px));
  }
  #page-nut .practice_img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
#page-nut .practice_img:before {
  content: "";
  display: block;
  background-image: url("../img/treatment/nutrition/back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: min(4.4444444444vw, 60px);
  left: min(4.4444444444vw, 60px);
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  #page-nut .practice_img:before {
    width: 100%;
    height: 100%;
  }
}
#page-nut .practice_smlttl {
  font-size: 2.8rem;
  line-height: 1.4464285714;
  margin-top: -10px;
}
@media screen and (max-width: 834px) {
  #page-nut .practice_smlttl {
    margin: 0;
    grid-column-start: 1;
    grid-column-end: 3;
    font-size: 2.2rem;
    line-height: inherit;
  }
}
@media screen and (min-width: 1200px) {
  #page-nut .practice_smlttl .tb_br {
    display: none;
  }
}
@media screen and (min-width: 440px) and (max-width: 935px) {
  #page-nut .practice_smlttl .tb_br {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  #page-nut .practice_smlttl .tb_br {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  #page-nut .practice_smlttl .pc_br {
    display: none;
  }
}
@media screen and (min-width: 440px) and (max-width: 690px) {
  #page-nut .practice_smlttl .pc_br {
    display: block;
  }
}
#page-nut .practice_txt {
  margin: min(1.4814814815vw, 20px) 0 min(1.4814814815vw, 20px);
  padding-bottom: min(3.3333333333vw, 45px);
  border-bottom: 1px solid #d4dadf;
}
@media screen and (max-width: 834px) {
  #page-nut .practice_txt {
    grid-column-start: 1;
    grid-column-end: 3;
    margin: 0;
    padding-bottom: min(6.6666666667vw, 25px);
  }
}
#page-nut .practice_smltxt {
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  #page-nut .practice_smltxt {
    font-size: 1.3rem;
  }
}

/* ====================================================
PAGE cell
==================================================== */
#page-cell {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  #page-cell {
    line-height: 1.8;
  }
}
#page-cell h1,
#page-cell h2,
#page-cell h3,
#page-cell h4,
#page-cell h5,
#page-cell h6 {
  font-weight: inherit;
}
#page-cell picture {
  display: block;
}
#page-cell .inner img {
  vertical-align: bottom;
  height: auto;
}
#page-cell .page-title {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-cell .page-title {
    margin-bottom: 170px;
  }
}
#page-cell .page-title__image img {
  width: 100%;
  object-fit: cover;
}
#page-cell .nut_intro {
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 835px) {
  #page-cell .nut_intro {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 700px) {
  #page-cell .nut_intro p {
    text-align: center;
  }
}
#page-cell .nut_intro_ttl {
  text-align: center;
  line-height: 1.571;
  margin-bottom: 1.5em;
  font-size: 2.2rem;
}
@media screen and (min-width: 835px) {
  #page-cell .nut_intro_ttl {
    font-size: 3.5rem;
  }
}
#page-cell .whats {
  padding: min(7.4074074074vw, 100px) 0;
}
@media screen and (max-width: 834px) {
  #page-cell .whats {
    padding: min(13.3333333333vw, 50px) 5%;
  }
}
#page-cell .whats_ttl {
  text-align: center;
  color: #7d8e9e;
  font-size: 3.6rem;
  line-height: normal;
}
@media screen and (max-width: 834px) {
  #page-cell .whats_ttl {
    font-size: 2.4rem;
    padding: 0;
    text-indent: 0;
  }
}
#page-cell .whats_ttl .sml {
  font-size: 2.1rem;
  display: block;
  line-height: 1em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 834px) {
  #page-cell .whats_ttl .sml {
    font-size: 2rem;
  }
}
#page-cell .whats_txt {
  text-align: center;
  margin: min(3.7037037037vw, 50px) auto min(5.9259259259vw, 80px);
}
@media screen and (max-width: 1100px) {
  #page-cell .whats_txt {
    text-align: left;
  }
  #page-cell .whats_txt br:first-of-type {
    display: none;
  }
}
#page-cell .whats_box {
  background-color: #fff;
  padding: min(4.4444444444vw, 60px) min(5.9259259259vw, 80px) min(9.5555555556vw, 130px);
}
@media screen and (max-width: 1370px) {
  #page-cell .whats_box {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 834px) {
  #page-cell .whats_box {
    padding: min(13.3333333333vw, 50px) min(5.3333333333vw, 20px);
  }
}
#page-cell .whats_box_ttl {
  background: #afbdca;
  color: #fff;
  font-size: 2.4rem;
  padding: min(1.037037037vw, 0.5em) min(2.2222222222vw, 30px);
  line-height: normal;
  display: block;
  margin: auto;
  width: fit-content;
}
@media screen and (max-width: 834px) {
  #page-cell .whats_box_ttl {
    font-size: 2rem;
    padding: 0.5em min(4vw, 15px);
  }
}
#page-cell .whats_box_txt {
  margin: min(5.7407407407vw, 78px) auto min(3.7037037037vw, 50px);
}
@media screen and (max-width: 834px) {
  #page-cell .whats_box_txt {
    margin: min(10.6666666667vw, 40px) auto;
  }
}
#page-cell .whats_box_step {
  display: grid;
  grid-template-columns: repeat(3, min(14.8148148148vw, 200px));
  gap: 0 min(9.6296296296vw, 130px);
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1370px) {
  #page-cell .whats_box_step {
    grid-template-columns: repeat(3, max(14.8148148148vw, 200px));
  }
}
@media screen and (max-width: 1000px) {
  #page-cell .whats_box_step {
    overflow-x: auto;
    overflow-y: clip;
    grid-template-columns: repeat(3, 200px);
    justify-content: start;
    grid-template-rows: min(74.6666666667vw, 280px);
    gap: 0 min(26.6666666667vw, 100px);
  }
}
@media screen and (max-width: 550px) {
  #page-cell .whats_box_step {
    width: 110%;
    margin-left: -5%;
    grid-template-columns: repeat(3, max(40vw, 150px));
    grid-template-rows: max(40vw + 4.5em, 150px + 4.5em);
    justify-content: flex-start;
    padding: 0 5%;
    gap: 0 min(26.6666666667vw, 100px);
  }
}
#page-cell .whats_box_step_content {
  position: relative;
  aspect-ratio: 1/1;
}
#page-cell .whats_box_step_content#step_01:before {
  display: none;
}
#page-cell .whats_box_step_content#step_01:after {
  content: "培養";
  display: inline-block;
  text-align: center;
  color: #afbdca;
  border: 1px solid #afbdca;
  height: min(2.962962963vw, 40px);
  width: min(4.4444444444vw, 60px);
  font-size: 1.8rem;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: max(-7.037037037vw, -95px);
  z-index: 3;
  line-height: min(2.962962963vw, 40px);
}
@media screen and (max-width: 1000px) {
  #page-cell .whats_box_step_content#step_01:after {
    line-height: normal;
    height: min(8vw, 30px);
    width: min(13.3333333333vw, 50px);
    right: max(-18.6666666667vw, -70px);
  }
}
#page-cell .whats_box_step_content#step_03:before {
  top: min(4.8148148148vw, 65px);
  bottom: auto;
}
@media screen and (max-width: 1000px) {
  #page-cell .whats_box_step_content#step_03:before {
    width: min(37.3333333333vw, 140px);
    left: -140px;
    background-position: right;
  }
}
@media screen and (max-width: 550px) {
  #page-cell .whats_box_step_content#step_03:before {
    min-width: 140px;
  }
}
#page-cell .whats_box_step_content#step_02:after {
  content: "抽出";
  display: inline-block;
  text-align: center;
  color: #afbdca;
  border: 1px solid #afbdca;
  height: min(2.962962963vw, 40px);
  width: min(4.4444444444vw, 60px);
  font-size: 1.8rem;
  background: #fff;
  top: min(3.7037037037vw, 50px);
  bottom: auto;
  margin: auto;
  position: absolute;
  right: max(-7.037037037vw, -95px);
  z-index: 3;
  line-height: min(2.962962963vw, 40px);
}
@media screen and (max-width: 1000px) {
  #page-cell .whats_box_step_content#step_02:after {
    height: min(8vw, 30px);
    width: min(13.3333333333vw, 50px);
    right: max(-18.6666666667vw, -70px);
    line-height: normal;
  }
}
#page-cell .whats_box_step_content:before {
  content: "";
  background-image: url("../img/treatment/stemcell/arrow.png");
  background-repeat: no-repeat;
  display: block;
  width: min(10.2962962963vw, 140px);
  height: min(0.9259259259vw, 15px);
  position: absolute;
  background-size: contain;
  left: max(-10.2962962963vw, -140px);
  z-index: -1;
  background-position: left center;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  #page-cell .whats_box_step_content:before {
    width: min(26.6666666667vw, 100px);
    height: min(2.6666666667vw, 10px);
    left: -100px;
  }
}
@media screen and (max-width: 550px) {
  #page-cell .whats_box_step_content:before {
    height: min(5.3333333333vw, 20px);
    min-width: 100px;
  }
}
#page-cell .whats_box_step_content_txt {
  margin: min(1.8518518519vw, 25px) auto 0;
  line-height: 2em;
  font-size: 1.8rem;
  width: 100%;
  text-align: center;
  display: inline-block;
  position: absolute;
}
#page-cell .whats_box_step_content_txt.sml {
  width: max-content;
  font-size: 1.5rem;
  left: -100%;
  right: -100%;
}
@media screen and (max-width: 1000px) {
  #page-cell .whats_box_step_content_txt {
    top: auto;
    left: 0;
    right: 0;
    width: auto;
  }
}
@media screen and (max-width: 550px) {
  #page-cell .whats_box_step_content_txt {
    line-height: inherit;
  }
}
#page-cell .whats_box_step_sml {
  text-align: center;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  line-height: 1.5;
  right: -7.7777777778vw;
}
@media screen and (min-width: 1270px) {
  #page-cell .whats_box_step_sml {
    right: -100px;
  }
}
@media screen and (max-width: 1000px) {
  #page-cell .whats_box_step_sml {
    right: max(-24vw, -90px);
  }
}
@media screen and (max-width: 834px) {
  #page-cell .whats_box_step_sml {
    right: -40%;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 550px) {
  #page-cell .whats_box_step_sml {
    right: max(-20vw, -75px);
  }
}
#page-cell .whats_func {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.4814814815vw, 20px);
}
@media screen and (max-width: 834px) {
  #page-cell .whats_func {
    display: block;
  }
}
#page-cell .whats_func_ttl {
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  gap: 0 2.2222222222vw;
  margin: min(5.9259259259vw, 80px) auto min(2.962962963vw, 40px);
  grid-column-end: span 2;
}
@media screen and (max-width: 834px) {
  #page-cell .whats_func_ttl {
    font-size: 2.3rem;
    text-align: center;
    line-height: 1.2em;
    gap: 0 min(4vw, 10px);
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 340px) {
  #page-cell .whats_func_ttl {
    justify-content: space-between;
    gap: 0 min(1.3333333333vw, 5px);
    font-size: 2rem;
  }
}
#page-cell .whats_func_ttl:before, #page-cell .whats_func_ttl:after {
  content: "";
  width: 5.9259259259vw;
  display: block;
  height: 1px;
  background-color: #c5ccd3;
}
@media screen and (max-width: 834px) {
  #page-cell .whats_func_ttl:before, #page-cell .whats_func_ttl:after {
    width: min(6.6666666667vw, 25px);
  }
}
@media screen and (max-width: 834px) {
  #page-cell .whats_func_ttl {
    font-size: 2.2rem;
  }
}
#page-cell .whats_func_box {
  background: #fff;
  display: grid;
  gap: 0 min(2.2222222222vw, 30px);
  grid-template-columns: min(9.6296296296vw, 130px) 1fr;
  grid-template-rows: 2.4rem 1fr;
  padding: min(2.962962963vw, 40px);
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  #page-cell .whats_func_box {
    width: 100%;
    padding: min(5.3333333333vw, 20px);
    margin-bottom: min(5.3333333333vw, 20px);
    gap: 0 min(4vw, 15px);
    grid-template-columns: min(16vw, 60px) 1fr;
    align-items: center;
  }
}
#page-cell .whats_func_box_img {
  grid-row-end: 3;
  grid-row-start: 1;
  margin-top: 0.5925925926vw;
}
@media screen and (max-width: 834px) {
  #page-cell .whats_func_box_img {
    margin: auto;
  }
}
#page-cell .whats_func_box_ttl {
  font-size: 2.4rem;
  line-height: 1em;
}
@media screen and (max-width: 834px) {
  #page-cell .whats_func_box_ttl {
    font-size: 2rem;
  }
}
#page-cell .whats_func_box_txt {
  line-height: 2em;
  margin-top: min(1.8518518519vw, 25px);
}
@media screen and (max-width: 834px) {
  #page-cell .whats_func_box_txt {
    margin-top: min(2.6666666667vw, 10px);
  }
}
#page-cell .merit {
  padding: min(7.4074074074vw, 100px) 0;
}
@media screen and (max-width: 834px) {
  #page-cell .merit {
    padding: 13.3333333333vw 5% 16vw;
  }
}
#page-cell .merit_txt {
  text-align: center;
  margin: min(3.7037037037vw, 50px) auto min(5.1851851852vw, 70px);
}
@media screen and (max-width: 834px) {
  #page-cell .merit_txt {
    margin: 6.6666666667vw auto;
  }
}
@media screen and (max-width: 500px) {
  #page-cell .merit_txt {
    text-align: left;
  }
}
#page-cell .merit_list {
  display: flex;
  gap: min(2.962962963vw, 40px);
  justify-content: space-around;
}
@media screen and (max-width: 1000px) {
  #page-cell .merit_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 750px) {
  #page-cell .merit_list {
    column-gap: min(2.6666666667vw, 10px);
  }
}
@media screen and (max-width: 600px) {
  #page-cell .merit_list {
    display: block;
  }
}
#page-cell .merit_list_circle {
  border-radius: 50%;
  width: clamp(33%, 25.1851851852vw, 320px);
  background: #eaf0f5;
  aspect-ratio: 1/1;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 0 min(3.7037037037vw, 50px);
  line-height: 2em;
  font-size: clamp(1.2rem, 1.1851851852vw, 1.6rem);
}
@media screen and (max-width: 1000px) {
  #page-cell .merit_list_circle {
    width: 100%;
    margin: 0 auto;
    font-size: 1.5rem;
    padding: 0 min(4.8148148148vw, 65px);
  }
  #page-cell .merit_list_circle:first-child {
    grid-column-end: 3;
    width: 50%;
    grid-column-start: 1;
  }
}
@media screen and (min-width: 750px) and (max-width: 1000px) {
  #page-cell .merit_list_circle {
    padding: 0 min(5.5555555556vw, 70px);
  }
}
@media screen and (max-width: 750px) {
  #page-cell .merit_list_circle {
    padding: 0 min(13.3333333333vw, 50px);
  }
}
@media screen and (min-width: 600px) and (max-width: 750px) {
  #page-cell .merit_list_circle p {
    letter-spacing: -0.04em;
    line-height: normal;
  }
}
@media screen and (max-width: 600px) {
  #page-cell .merit_list_circle {
    margin-top: min(8vw, 30px);
    width: 64vw;
    padding: 0 min(10.6666666667vw, 40px);
  }
  #page-cell .merit_list_circle:first-child {
    width: 64vw;
  }
}
@media screen and (max-width: 450px) {
  #page-cell .merit_list_circle {
    width: 90%;
    padding: 0 max(8vw, 30px);
    font-size: clamp(1.5rem, 4vw, 1.5rem);
    line-height: inherit;
  }
  #page-cell .merit_list_circle:first-child {
    font-size: clamp(1.5rem, 4vw, 1.5rem);
    width: 90%;
    padding: 0 max(8vw, 30px);
  }
}
@media screen and (max-width: 320px) {
  #page-cell .merit_list_circle {
    width: 100%;
    font-size: 1.4rem;
    line-height: normal;
  }
  #page-cell .merit_list_circle:first-child {
    width: 100%;
  }
}
#page-cell .merit_list_circle_ttl {
  text-align: center;
  color: #7d8e9e;
  font-size: clamp(2rem, 1.6296296296vw, 2.2rem);
  margin-bottom: min(1.4814814815vw, 20px);
  line-height: 1.8181818182;
}
@media screen and (max-width: 880px) {
  #page-cell .merit_list_circle_ttl {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 600px) and (max-width: 880px) {
  #page-cell .merit_list_circle_ttl {
    line-height: normal;
  }
}
@media screen and (max-width: 400px) {
  #page-cell .merit_list_circle_ttl {
    margin-bottom: min(2.6666666667vw, 10px);
    font-size: clamp(1.5rem, 4.5333333333vw, 1.7rem);
    line-height: 1.5em;
  }
}
#page-cell .merit_list_circle_sml {
  margin-top: 1em;
  display: block;
  font-size: 1.2rem;
  text-indent: -1em;
  line-height: 2;
  font-size: clamp(1rem, 0.8888888889vw, 1.2rem);
}
@media screen and (max-width: 1050px) {
  #page-cell .merit_list_circle_sml {
    padding: 0 1em;
    margin-top: 0.5em;
    line-height: normal;
  }
  #page-cell .merit_list_circle_sml br {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  #page-cell .merit_list_circle_sml {
    font-size: 1.2rem;
    padding: 0 2em;
  }
}
@media screen and (max-width: 550px) {
  #page-cell .merit_list_circle_sml {
    font-size: 1rem;
    padding: 0 2.5em;
  }
}
#page-cell .treatment {
  padding: min(7.4074074074vw, 100px) 0;
}
@media screen and (max-width: 1100px) {
  #page-cell .treatment .whats_txt {
    text-align: left;
  }
  #page-cell .treatment .whats_txt br {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  #page-cell .treatment {
    padding: 13.3333333333vw 5% 16vw;
  }
}
#page-cell .treatment_box {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: min(3.7037037037vw, 50px);
  padding-left: min(3.7037037037vw, 50px);
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 834px) {
  #page-cell .treatment_box {
    padding: 0 0 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
#page-cell .treatment_box_ttl {
  display: grid;
  padding-bottom: min(2.2222222222vw, 30px);
  padding-left: min(1.1111111111vw, 15px);
  border-bottom: 1px solid #dadfe3;
  grid-template-columns: min(5.3333333333vw, 72px) 1fr;
  align-items: center;
  line-height: 1em;
  gap: 0 min(1.1111111111vw, 15px);
  margin-top: min(5.9259259259vw, 80px);
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  #page-cell .treatment_box_ttl {
    grid-template-columns: min(9.3333333333vw, 35px) 1fr;
    grid-column-end: -3;
    grid-column-start: 3;
    margin: 4vw 5%;
    padding: 0 0 4vw;
    gap: 0 5.3333333333vw;
    font-size: 2rem;
    align-items: center;
  }
}
#page-cell .treatment_box_ttl_sml {
  font-size: 1.8rem;
  line-height: 1em;
}
@media screen and (max-width: 834px) {
  #page-cell .treatment_box_ttl_sml {
    font-size: 1.6rem;
    margin-bottom: 0.7em;
  }
}
#page-cell .treatment_box_ttl_img {
  grid-row-end: 3;
  grid-row-start: 1;
}
#page-cell .treatment_box_img {
  grid-row-end: 3;
  grid-row-start: 1;
  grid-column-start: 2;
  padding-left: min(3.7037037037vw, 50px);
  height: 100%;
}
@media screen and (max-width: 834px) {
  #page-cell .treatment_box_img {
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 0;
    max-height: 180px;
  }
}
#page-cell .treatment_box_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#page-cell .treatment_box_txt {
  line-height: 2.25;
  margin: min(2.962962963vw, 40px) 0 min(5.9259259259vw, 80px);
}
@media screen and (max-width: 834px) {
  #page-cell .treatment_box_txt {
    grid-column-end: -3;
    grid-column-start: 3;
    margin: 0 5%;
  }
}
#page-cell .treatment_comment {
  display: flex;
  border: 1px solid #d4dadf;
  padding: 1.5em min(1.4074074074vw, 19px) 1.5em min(2.8148148148vw, 38px);
  align-items: center;
  justify-content: start;
  max-width: 970px;
  margin: auto;
}
@media screen and (max-width: 834px) {
  #page-cell .treatment_comment {
    display: block;
    padding: 4vw;
    width: 100%;
  }
}
#page-cell .treatment_comment_ttl {
  border-right: 1px solid #d4dadf;
  font-size: 2rem;
  line-height: 2.5em;
  margin-right: min(1.1111111111vw, 15px);
  padding-right: min(1.8518518519vw, 25px);
  flex: none;
  height: auto;
  align-self: stretch;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  #page-cell .treatment_comment_ttl {
    font-size: 1.8rem;
    display: block;
    line-height: inherit;
    margin: 0 0 4vw;
    padding: 0 0 2.6666666667vw;
    border-right: none;
    border-bottom: 1px solid #d4dadf;
  }
}
#page-cell .treatment_comment_txt {
  line-height: 1.875;
}
@media screen and (max-width: 1055px) {
  #page-cell .treatment_comment_txt br {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  #page-cell .treatment_comment_txt br {
    display: block;
  }
}

/* ====================================================
PAGE bloodcare
==================================================== */
#page-blood {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  #page-blood {
    line-height: 1.8;
  }
}
#page-blood h1,
#page-blood h2,
#page-blood h3,
#page-blood h4,
#page-blood h5,
#page-blood h6 {
  font-weight: inherit;
}
#page-blood picture {
  display: block;
}
#page-blood .inner img {
  vertical-align: bottom;
  height: auto;
}
#page-blood .page-title {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  #page-blood .page-title {
    margin-bottom: 170px;
  }
}
#page-blood .page-title__image img {
  width: 100%;
  object-fit: cover;
}
#page-blood .blood_catch {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: min(15.9259259259vw, 215px);
}
@media screen and (max-width: 1100px) {
  #page-blood .blood_catch {
    grid-template-columns: auto 1fr;
    gap: 0 min(9.6296296296vw, 130px);
  }
}
@media screen and (max-width: 970px) {
  #page-blood .blood_catch {
    column-gap: 65px;
    align-items: center;
  }
}
@media screen and (max-width: 834px) {
  #page-blood .blood_catch {
    padding: 0 5% 60px;
    grid-template-columns: min(200px, 53.3333333333vw) auto;
    grid-template-rows: auto auto auto;
    gap: 0 min(17.3333333333vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  #page-blood .blood_catch {
    display: block;
  }
}
#page-blood .blood_catch_img {
  width: min(26.6666666667vw, 360px);
  position: relative;
  grid-row-start: 1;
  grid-row-end: 5;
}
@media screen and (max-width: 970px) {
  #page-blood .blood_catch_img {
    width: min(22.2222222222vw, 300px);
  }
}
@media screen and (max-width: 834px) {
  #page-blood .blood_catch_img {
    grid-row-end: 2;
    width: 100%;
    margin-bottom: min(4.4444444444vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  #page-blood .blood_catch_img {
    margin: 0 auto;
    margin-bottom: min(13.3333333333vw, 50px);
    width: min(53.3333333333vw, 200px);
  }
}
#page-blood .blood_catch_img:after {
  content: "";
  width: min(22.2222222222vw, 300px);
  height: min(17.7777777778vw, 240px);
  position: absolute;
  background-image: url("/img/treatment/bloodcare/catch_front.jpg");
  background-size: contain;
  left: min(10.3703703704vw, 140px);
  top: min(21.8518518519vw, 295px);
}
@media screen and (max-width: 1100px) {
  #page-blood .blood_catch_img:after {
    left: min(8.8888888889vw, 120px);
  }
}
@media screen and (max-width: 970px) {
  #page-blood .blood_catch_img:after {
    left: min(8.8888888889vw, 120px);
    width: min(14.8148148148vw, 200px);
    height: min(11.8518518519vw, 160px);
  }
}
@media screen and (max-width: 834px) {
  #page-blood .blood_catch_img:after {
    width: min(18.5185185185vw, 250px);
    height: min(14.8148148148vw, 200px);
    top: auto;
    bottom: min(-1.4814814815vw, -20px);
    margin: auto;
    left: min(26.6666666667vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  #page-blood .blood_catch_img:after {
    top: auto;
    width: min(40vw, 150px);
    height: min(32vw, 120px);
    bottom: min(-5.3333333333vw, -20px);
  }
}
#page-blood .blood_catch_ttl {
  margin: min(7.7777777778vw, 105px) 0 min(2.962962963vw, 40px);
  font-size: 4rem;
  line-height: 1em;
}
@media screen and (max-width: 970px) {
  #page-blood .blood_catch_ttl {
    margin-top: 0;
  }
}
@media screen and (max-width: 834px) {
  #page-blood .blood_catch_ttl {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #page-blood .blood_catch_ttl {
    text-align: center;
    margin-bottom: min(8vw, 30px);
    font-size: 2.33rem;
  }
}
#page-blood .blood_catch_ttl_sml {
  display: block;
  font-size: 2.6rem;
  margin-bottom: 0.5em;
  line-height: 1em;
}
@media screen and (max-width: 834px) {
  #page-blood .blood_catch_ttl_sml {
    font-size: 2rem;
  }
}
#page-blood .blood_catch_txt {
  margin-bottom: min(1.8518518519vw, 1em);
  line-height: 2.25;
}
@media screen and (max-width: 1150px) {
  #page-blood .blood_catch_txt br {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  #page-blood .blood_catch_txt {
    margin-bottom: 1em;
    grid-column-end: 3;
    grid-column-start: 1;
  }
}
#page-blood .blood_catch_txt:last-child {
  margin-bottom: 0;
}
#page-blood .blood_ttl {
  text-align: center;
  color: #7d8e9e;
  font-size: 3.6rem;
  line-height: normal;
  font-size: 4rem;
}
@media screen and (max-width: 834px) {
  #page-blood .blood_ttl {
    font-size: 2.4rem;
    padding: 0;
    text-indent: 0;
  }
}
#page-blood .blood_func {
  padding: min(4.4444444444vw, 60px) 0 min(7.4074074074vw, 100px);
}
@media screen and (max-width: 834px) {
  #page-blood .blood_func {
    padding: 60px 5%;
  }
}
#page-blood .blood_func_box {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 0 min(7.037037037vw, 95px);
  margin-top: min(3.7037037037vw, 50px);
  justify-content: left;
}
@media screen and (max-width: 850px) {
  #page-blood .blood_func_box {
    gap: 0 min(5.9259259259vw, 80px);
  }
}
@media screen and (max-width: 775px) {
  #page-blood .blood_func_box {
    display: block;
  }
}
#page-blood .blood_func_box_ttl {
  font-size: 3rem;
  grid-row-start: 1;
  grid-row-end: 4;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  #page-blood .blood_func_box_ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 775px) {
  #page-blood .blood_func_box_ttl {
    margin-bottom: min(8vw, 30px);
  }
}
#page-blood .blood_func_box_txt {
  margin-bottom: 1em;
}
#page-blood .blood_func_box_txt:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 850px) {
  #page-blood .blood_func_box_txt br {
    display: none;
  }
}
#page-blood .blood_func_box_list {
  display: flex;
  gap: 0 0.7407407407vw;
  justify-content: start;
  margin-top: min(3.7037037037vw, 50px);
}
@media screen and (max-width: 775px) {
  #page-blood .blood_func_box_list {
    gap: 0 2.6666666667vw;
    margin-top: 25px;
    justify-self: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#page-blood .blood_func_box_list_circle {
  display: flex;
  border-radius: 50%;
  width: min(8.8888888889vw, 120px);
  justify-content: center;
  align-items: center;
  background: #afbdca;
  font-size: 2.6rem;
  line-height: 1.1538461538;
  color: #fff;
  aspect-ratio: 1/1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-blood .blood_func_box_list_circle {
    font-size: min(1.9259259259vw, 2.6rem);
  }
}
@media screen and (max-width: 775px) {
  #page-blood .blood_func_box_list_circle {
    font-size: 2rem;
    width: min(26.6666666667vw, 100px);
  }
}
#page-blood .blood_func_content {
  margin-top: min(7.4074074074vw, 100px);
  background: #fff;
  padding: 0 min(4.4444444444vw, 60px) min(4.4444444444vw, 60px);
}
@media screen and (max-width: 834px) {
  #page-blood .blood_func_content {
    margin-top: 50px;
    padding: 0 15px min(13.3333333333vw, 50px);
  }
}
#page-blood .blood_func_content_ttl {
  background: #5e6a76;
  font-size: 2.3rem;
  color: #fff;
  margin: 0 auto;
  line-height: 1em;
  height: 3em;
  max-width: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: min(1.037037037vw, 14px);
  border-bottom-right-radius: min(1.037037037vw, 14px);
  padding: 0 3em;
  width: max-content;
}
@media screen and (max-width: 834px) {
  #page-blood .blood_func_content_ttl {
    font-size: 1.8rem;
    line-height: min(13.3333333333vw, 50px);
    padding: 0 0.5em;
    border-bottom-left-radius: min(3.7333333333vw, 14px);
    border-bottom-right-radius: min(3.7333333333vw, 14px);
  }
}
#page-blood .blood_func_content_txt {
  margin: min(3.7037037037vw, 50px) auto;
}
@media screen and (max-width: 834px) {
  #page-blood .blood_func_content_txt {
    margin: min(10.6666666667vw, 40px) auto;
  }
}
#page-blood .blood_func_content_box {
  background: #eaf0f5;
  margin: 0 min(2.962962963vw, 40px);
  padding: min(3.7037037037vw, 50px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  #page-blood .blood_func_content_box {
    grid-template-columns: min(23.7037037037vw, 320px) auto min(23.7037037037vw, 320px);
  }
}
@media screen and (max-width: 834px) {
  #page-blood .blood_func_content_box {
    padding: 40px 5%;
    margin: 0 auto;
    display: block;
  }
}
#page-blood .blood_func_content_box_ex_ttl {
  font-size: clamp(1.8rem, 1.4814814815vw, 2rem);
  text-align: center;
  background-color: #dddddd;
}
@media screen and (max-width: 834px) {
  #page-blood .blood_func_content_box_ex_ttl {
    font-size: 1.8rem;
  }
}
#page-blood .blood_func_content_box_ex_ttl.after {
  background-color: #dac1b8;
  color: #fff;
}
#page-blood .blood_func_content_box_ex_img {
  width: min(14.8148148148vw, 200px);
  margin: min(35px, 2.5925925926vw) auto;
}
@media screen and (max-width: 834px) {
  #page-blood .blood_func_content_box_ex_img {
    width: 50%;
    margin: min(25px, 6.6666666667vw) auto;
  }
}
#page-blood .blood_func_content_box_ex_txt {
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  #page-blood .blood_func_content_box_ex_txt {
    text-align: center;
  }
}
#page-blood .blood_func_content_box_arrow {
  position: relative;
  background: #eaf0f5;
  color: #afbdca;
  border: #afbdca 1px solid;
  border-radius: min(1.3333333333vw, 18px);
  writing-mode: vertical-rl;
  z-index: 2;
  width: min(2.6666666667vw, 36px);
  min-height: 250px;
  height: auto;
  font-size: clamp(1.5rem, 1.2592592593vw, 1.7rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 min(4.4444444444vw, 60px);
}
@media screen and (min-width: 1200px) {
  #page-blood .blood_func_content_box_arrow {
    margin: auto;
  }
}
@media screen and (max-width: 1150px) {
  #page-blood .blood_func_content_box_arrow {
    min-height: auto;
    margin: 0 min(8vw, 30px);
  }
}
@media screen and (max-width: 834px) {
  #page-blood .blood_func_content_box_arrow {
    writing-mode: lr-tb;
    width: fit-content;
    padding: 0 min(5.3333333333vw, 20px);
    margin: min(13.3333333333vw, 50px) auto;
    border-radius: min(4.8vw, 18px);
  }
}
#page-blood .blood_func_content_box_arrow:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: min(7.4074074074vw, 100px);
  height: min(1.1851851852vw, 16px);
  background-image: url("/img/treatment/bloodcare/arrow.png");
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  #page-blood .blood_func_content_box_arrow:before {
    transform: rotate(90deg);
    width: min(26.6666666667vw, 100px);
    height: min(4.2666666667vw, 16px);
  }
}
#page-blood .blood_func_content_box_arrow:after {
  content: "";
  display: block;
  z-index: -1;
  border-radius: min(1.3333333333vw, 18px);
  background: #eaf0f5;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  #page-blood .blood_func_content_box_arrow:after {
    border-radius: min(4.8vw, 18px);
  }
}
#page-blood .blood_func_content_box_image {
  background: #fff;
  margin: min(3.7037037037vw, 50px) auto 0;
  padding: min(2.2222222222vw, 30px) min(5.1851851852vw, 70px);
  width: min(37.037037037vw, 500px);
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 4;
}
@media screen and (max-width: 834px) {
  #page-blood .blood_func_content_box_image {
    margin: min(16vw, 60px) auto 0;
    padding: min(8vw, 30px);
    width: 100%;
  }
}
#page-blood .blood_func_content_box_image_txt {
  font-size: 2rem;
  margin-bottom: min(1.8518518519vw, 25px);
  display: block;
}
#page-blood .blood_flow {
  padding: min(5.9259259259vw, 80px) 0 min(7.4074074074vw, 100px);
}
@media screen and (max-width: 834px) {
  #page-blood .blood_flow {
    padding: min(21.3333333333vw, 80px) 5%;
  }
}
#page-blood .blood_flow_step {
  display: flex;
  gap: 0 min(3.8518518519vw, 52px);
  margin-top: min(5.1851851852vw, 70px);
}
@media screen and (max-width: 980px) {
  #page-blood .blood_flow_step {
    display: block;
  }
}
#page-blood .blood_flow_step_box {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: min(2.2222222222vw, 30px) min(1.1111111111vw, 15px);
}
@media screen and (max-width: 980px) {
  #page-blood .blood_flow_step_box {
    gap: min(4vw, 15px);
    grid-template-columns: 45% auto;
    grid-template-rows: min(18.6666666667vw, 70px) auto;
    align-items: center;
    margin-bottom: min(8vw, 30px);
  }
}
#page-blood .blood_flow_step_box_img {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (max-width: 980px) {
  #page-blood .blood_flow_step_box_img {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
@media screen and (max-width: 550px) {
  #page-blood .blood_flow_step_box_img {
    height: 100%;
  }
  #page-blood .blood_flow_step_box_img#left img {
    object-position: left;
  }
  #page-blood .blood_flow_step_box_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
#page-blood .blood_flow_step_box_num {
  border-radius: 50%;
  background: #8c9aa8;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: min(2.6666666667vw, 3.6rem);
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  display: flex;
  line-height: 1em;
  padding-bottom: 0.3em;
  width: 6rem;
}
@media screen and (max-width: 980px) {
  #page-blood .blood_flow_step_box_num {
    width: 5rem;
    align-self: end;
    font-size: 2.4rem;
  }
}
#page-blood .blood_flow_step_box_txt {
  font-size: 1.5rem;
  line-height: 2em;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1180px) {
  #page-blood .blood_flow_step_box_txt {
    font-size: 1.4rem;
  }
  #page-blood .blood_flow_step_box_txt br {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  #page-blood .blood_flow_step_box_txt {
    align-self: baseline;
  }
}
#page-blood .blood_for {
  padding: min(7.4074074074vw, 100px) 0;
  max-width: 900px;
}
@media screen and (max-width: 834px) {
  #page-blood .blood_for {
    padding: min(21.3333333333vw, 80px) 5%;
  }
}
#page-blood .blood_for_box {
  background: #fff;
  display: grid;
  grid-template-columns: min(29.6296296296vw, 400px) 1fr;
  grid-template-rows: auto auto;
  text-align: center;
}
@media screen and (max-width: 834px) {
  #page-blood .blood_for_box {
    grid-template-columns: min(53.3333333333vw, 200px) 1fr;
  }
}
@media screen and (max-width: 650px) {
  #page-blood .blood_for_box {
    display: block;
    padding-bottom: min(10.6666666667vw, 40px);
  }
}
#page-blood .blood_for_box_img {
  grid-row-start: 1;
  grid-row-end: 3;
}
@media screen and (max-width: 650px) {
  #page-blood .blood_for_box_img {
    height: min(66.6666666667vw, 250px);
  }
}
#page-blood .blood_for_box_img img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 650px) {
  #page-blood .blood_for_box_img img {
    width: 100%;
    object-position: center 5%;
  }
}
#page-blood .blood_for_box_ttl {
  font-size: 2.6rem;
  line-height: 1em;
  position: relative;
  z-index: 1;
  padding: 0 0.2em 0.2em;
  margin: 0 auto;
  width: max-content;
  font-weight: bold;
  padding-top: min(4.4444444444vw, 60px);
}
@media screen and (max-width: 834px) {
  #page-blood .blood_for_box_ttl {
    font-size: 2.4rem;
    padding-top: min(13.3333333333vw, 50px);
  }
}
#page-blood .blood_for_box_ttl:before {
  content: "";
  position: absolute;
  display: block;
  background: #d8dfe5;
  height: 0.5em;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#page-blood .blood_for_box_list {
  text-align: left;
  width: fit-content;
  margin: min(2.962962963vw, 40px) auto min(4.4444444444vw, 60px);
}
@media screen and (max-width: 834px) {
  #page-blood .blood_for_box_list {
    margin: min(6.6666666667vw, 25px) auto min(2.2222222222vw, 30px);
  }
}
#page-blood .blood_for_box_list_txt {
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  margin-bottom: min(2.2222222222vw, 30px);
  line-height: 1em;
}
@media screen and (max-width: 834px) {
  #page-blood .blood_for_box_list_txt {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
#page-blood .blood_for_box_list_txt:last-child {
  margin-bottom: 0;
}
#page-blood .blood_for_box_list_txt:before {
  content: "";
  display: inline-block;
  background: #34373a;
  width: min(0.5925925926vw, 8px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-right: min(0.7407407407vw, 10px);
}
@media screen and (max-width: 834px) {
  #page-blood .blood_for_box_list_txt:before {
    margin-right: 0.5em;
    width: min(2.1333333333vw, 8px);
  }
}
#page-blood .blood_price {
  padding: min(5.9259259259vw, 80px) 0 min(7.4074074074vw, 100px);
  max-width: 900px;
}
@media screen and (max-width: 834px) {
  #page-blood .blood_price {
    padding: min(21.3333333333vw, 80px) 5%;
  }
}
#page-blood .blood_price_right {
  margin: min(4.4444444444vw, 60px) 0 min(0.7407407407vw, 10px);
  text-align: right;
}
@media screen and (max-width: 834px) {
  #page-blood .blood_price_right {
    margin: min(13.3333333333vw, 50px) 0 min(2.6666666667vw, 10px);
  }
}
#page-blood .blood_price_left {
  font-size: 1.8rem;
  margin-top: min(1.8518518519vw, 25px);
}
@media screen and (max-width: 834px) {
  #page-blood .blood_price_left {
    font-size: 1.6rem;
    margin-top: min(5.3333333333vw, 20px);
  }
}
#page-blood .blood_price_tablebox li:first-of-type {
  border-top: 1px solid #c5ccd3;
}
#page-blood .blood_price_table {
  border-top: 1px solid #c5ccd3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  line-height: 1em;
}
#page-blood .blood_price_table_course {
  font-size: 2rem;
  border-bottom: 1px solid #c5ccd3;
  padding: 30px 0 33px;
  align-items: center;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 834px) {
  #page-blood .blood_price_table_course {
    font-size: 1.8rem;
  }
}
#page-blood .blood_price_table_price {
  color: #7d8e9e;
  font-size: 2rem;
  font-family: "Crimson Text", serif;
  text-align: right;
  justify-content: end;
  flex-wrap: wrap;
  border-bottom: 1px solid #c5ccd3;
  padding: 30px 0 33px;
  align-items: center;
  display: flex;
}
#page-blood .blood_price_table_price .sml {
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
}
#page-blood .blood_price_table_price_sml {
  font-size: 1.4rem;
  color: #34373a;
  display: block;
  width: 100%;
  line-height: 2.25;
  margin-top: 0.7em;
  margin-bottom: -1em;
  font-family: "Zen Old Mincho", serif;
}/*# sourceMappingURL=style-ideal.css.map */