@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  mainvisual

---------------------------------*/
#mainvisual {
  position: relative;
}
#mainvisual .s_img {
  margin-left: auto;
  height: 100vh;
  position: relative;
  width: 100%;
}
#mainvisual .s_img::before {
  background: #8B9B9C;
  content: '';
  mix-blend-mode: multiply;
  position: absolute;
  opacity: .8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mainvisual .s_img img {
  position: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#mainvisual .copy {
  max-width: 60rem;
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: 100%;
  z-index: 2;
}
#mainvisual .copy img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
  #mainvisual .s_img {
    height: 80vh;
  }
  #mainvisual .s_img img {
    height: 100%;
  }
  #mainvisual .copy {
    max-width: 45rem;
  }
}
@media screen and (max-width: 896px) {
  #mainvisual .copy {
    max-width: 30rem;
  }
}
@media screen and (max-width: 480px) {
  #mainvisual .s_img {
    height: 65vh;
  }
  #mainvisual .s_img img {
    position: relative;
    object-position: 70% 0;
  }
  #mainvisual .copy {
    max-width: 30rem;
    left: 5%;
    bottom: calc(23rem + 5%);
  }
}
/*---------------------------------
  ご予約はこちら
---------------------------------*/
#reserveBox {
  color: #fff;
  font-size: 1.2em;
  max-width: 50rem;
  padding: 3rem 5rem;
  position: absolute;
  bottom: 5%;
  right: 0;
  z-index: 2;
  width: 100%;
}
#reserveBox p._tel {
  text-align: left;
  margin-bottom: 1.5rem;
}
#reserveBox p._tel span {
  display: block;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: .5rem;
}
#reserveBox p._tel a {
  display: block;
  margin: auto;
  max-width: 50rem;
  pointer-events: none;
}
#reserveBox p._tel a svg {
  fill: #fff;
}
#reserveBox p._tel a .st0 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#reserveBox ._infoTxt {
  max-width: max-content;
}
#reserveBox ._infoTxt div {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  margin-top: .5rem;
}
#reserveBox ._infoTxt div dt {
  border: 1px solid;
  flex: 0 0 8rem;
  font-size: .8em;
  text-align: center;
}
#reserveBox ._infoTxt div dd {
  margin-left: 1.5rem;
  white-space: nowrap;
}
#reserveBox ._infoTxt div dd span {
  font-size: .9em;
}
@media screen and (max-width: 1024px) {
  #reserveBox {
    max-width: 45rem;
    padding: 0rem 5%;
  }
}
@media screen and (max-width: 896px) {
  #reserveBox {
    font-size: 1em;
    max-width: 38rem;
  }
}
@media screen and (max-width: 480px) {
  #reserveBox {
    color: #333;
    font-size: 1em;
    padding: 3rem 5rem;
    position: inherit;
    bottom: auto;
    right: auto;
    margin: auto;
  }
  #reserveBox p._tel a svg {
    fill: #333;
  }
  #reserveBox p._tel a .st0 {
    stroke: #333;
  }
}
/*---------------------------------

  section

---------------------------------*/
#mainContainer {
  background: #fff;
}
section .title {
  margin-bottom: 5rem;
}
section .title h2 {
  color: #666;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: .2em;
}
section .title .en {
  color: var(--co-gol);
  font-size: 5em;
  line-height: 1;
}
@media screen and (max-width: 896px) {
  section .title .en {
    font-size: 4em;
  }
}
@media screen and (max-width: 480px) {
  section .title .en {
    font-size: 3em;
  }
}
/*---------------------------------

  concept

---------------------------------*/
.conceptBlock {
  padding: 10rem 0 7rem;
  position: relative;
  overflow: hidden;
}
.conceptBlock::after {
  background: var(--bg-col);
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: calc(100% - 35rem);
  z-index: 0;
}
.conceptBlock .wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: var(--width);
  width: 90%;
  position: relative;
  z-index: 1;
}
.conceptBlock .wrap .txtBox {
  min-width: 40%;
  padding: 10rem 5% 0 0;
}
.conceptBlock .wrap .txtBox ._txt {
  font-size: 1.1em;
  line-height: 1.8;
  text-align: justify;
}
.conceptBlock .wrap .txtBox ._txt p + p {
  margin-top: 1em;
}
.conceptBlock .wrap .imgBox {
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
.conceptBlock .wrap .imgBox._main {}
.conceptBlock .wrap .imgBox._main img {
  border-radius: 1rem;
  width: 100%;
}
.conceptBlock ._b_imgBox {
  display: flex;
  align-items: flex-start;
  align-items: center;
  margin-top: 10rem;
  position: relative;
  z-index: 1;
}
.conceptBlock ._b_imgBox ._sub01 {
  aspect-ratio: 3 / 1.8;
  width: 40%;
}
.conceptBlock ._b_imgBox ._sub02 {
  aspect-ratio: 3 / 2;
  max-width: 46rem;
  margin-left: 5%;
  /*transform: translate(20%, 0%);*/
}
.conceptBlock ._b_imgBox img {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {
  .conceptBlock .wrap {
    display: block;
  }
  .conceptBlock .wrap .txtBox {
    padding: 0;
    margin-bottom: 5rem;
  }
  .conceptBlock ._b_imgBox {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .conceptBlock {
    padding: 5rem 0 5rem;
  }
  .conceptBlock .wrap .txtBox ._txt {
    font-size: 1em;
    line-height: 2;
  }
  .conceptBlock ._b_imgBox {
    margin-top: 2rem;
  }
  .conceptBlock ._b_imgBox ._sub01 {
    width: 70%;
  }
  .conceptBlock ._b_imgBox ._sub02 {
    max-width: 10rem;
  }
}
/*---------------------------------

  診療案内

---------------------------------*/
.medicalBlock {
  margin: 0 auto;
  padding-top: 10rem;
  width: 100%;
}
.medicalBlock .title {
  text-align: center;
}
.medicalBlock .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.medicalBlock .wrap ._meBox {
  flex-basis: calc(100%/4 - .05rem);
  margin: .25rem 0;
}
.medicalBlock .wrap ._meBox a {
  background: #000;
  color: #fff;
  display: block;
  position: relative;
}
.medicalBlock .wrap ._meBox a::after {
  background: url("../images/arr_w.svg") no-repeat center right/1.8rem;
  content: '詳細はこちら';
  padding-right: 2.5rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.medicalBlock .wrap ._meBox a:hover {
  background: var(--co-gol-h);
}
.medicalBlock .wrap ._meBox a figure {
  aspect-ratio: 1;
}
.medicalBlock .wrap ._meBox a figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  opacity: .5;
}
.medicalBlock .wrap ._meBox a p {
  background-size: 9rem 9rem;
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 1.7em;
  margin: auto;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10rem 0 0;
  text-align: center;
}
.medicalBlock .wrap ._meBox a p.__prevention {
  background-image: url("../images/menu_i_03.svg");
}
.medicalBlock .wrap ._meBox a p.__periodontal {
  background-image: url("../images/menu_i_02.svg");
}
.medicalBlock .wrap ._meBox a p.__implant {
  background-image: url("../images/menu_i_04.svg");
}
.medicalBlock .wrap ._meBox a p.__relax {
  background-image: url("../images/menu_i_11.svg");
}
@media screen and (max-width: 1024px) {
  .medicalBlock .wrap ._meBox a p {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 896px) {
  .medicalBlock .wrap ._meBox {
    flex-basis: calc(100%/2 - .05rem);
    margin: .05rem 0;
  }
  .medicalBlock .wrap ._meBox a figure {
    aspect-ratio: 3/2;
  }
  .medicalBlock .wrap ._meBox a p {
    background-size: 6rem 6rem;
    padding: 7rem 0 0;
  }
}
@media screen and (max-width: 480px) {
  .medicalBlock {
    padding-top: 2rem;
  }
  .medicalBlock .wrap ._meBox a figure {
    aspect-ratio: 1;
  }
}
/*---------------------------------

  特徴

---------------------------------*/
.featureBlock {
  background: var(--bg-col);
  border-bottom: 1px solid var(--bg-col);
  padding: 15rem 0 0;
  width: 100%;
  overflow: hidden;
}
.featureBlock .title {
  text-align: center;
}
.featureBlock .wrap {
  margin-top: 5rem;
  padding: 0 0 7rem;
  position: relative;
}
.featureBlock .wrap::after {
  background: url("../images/feature_bg_01.jpg") no-repeat center/cover;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 7rem);
  width: 100%;
}
.featureBlock .wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20vw 0 0 35vw;
  border-color: transparent transparent transparent rgba(98,168,162,0.70);
  z-index: 1;
}
.featureBlock .wrap .ftItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 150rem;
  width: 90%;
  position: relative;
  z-index: 1;
}
.featureBlock .wrap .ftItem .txtBox {
  background: #fff;
  min-width: 40%;
  margin-top: 5rem;
  margin-right: 5%;
  padding: 7rem;
  position: relative;
}
.featureBlock .wrap .ftItem .txtBox h3 {
  margin-bottom: 2rem;
}
.featureBlock .wrap .ftItem .txtBox h3 p {
  font-weight: 900;
  font-size: 1.8em;
  position: relative;
  z-index: 1;
}
.featureBlock .wrap .ftItem .txtBox span {
  color: rgba(55,126,135,0.21);
  font-weight: 900;
  font-size: 9em;
  line-height: .8;
  position: absolute;
  top: -1rem;
  left: 0;
}
.featureBlock .wrap .ftItem .txtBox p {
  font-weight: 500;
  font-size: 1.2em;
}
.featureBlock .wrap .ftItem figure {
  border: 1rem solid var(--bg-col);
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
.featureBlock .wrap .ftItem figure img {
  aspect-ratio: 3 / 1.7;
  object-fit: cover;
  width: 100%;
  vertical-align: bottom;
}
.featureBlock .wrap:nth-child(odd)::before {
  left: inherit;
  right: 0;
  border-width: 0 0 20vw 35vw;
  border-color: transparent transparent rgba(98,153,168,0.70) transparent;
}
.featureBlock .wrap:nth-child(odd) .txtBox {
  order: 1;
  margin-right: 0;
  margin-left: 5%;
}
.featureBlock .wrap:nth-child(odd) .ftItem figure {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1440px) {
  .featureBlock .wrap::after {
    height: calc(100% - 15rem);
  }
}
@media screen and (max-width: 1024px) {
  .featureBlock .wrap .ftItem .txtBox {
    min-width: 40%;
    padding: 2.5rem;
  }
  .featureBlock .wrap .ftItem .txtBox h3 p {
    font-size: 1.3em;
  }
  .featureBlock .wrap .ftItem .txtBox p {
    font-size: 1em;
  }
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .featureBlock {
    padding-top: 5rem;
  }
  .featureBlock .wrap .ftItem {
    display: block;
  }
  .featureBlock .wrap .ftItem .txtBox {
    margin: 0;
  }
  .featureBlock .wrap:nth-child(odd) .ftItem figure, .featureBlock .wrap .ftItem figure {
    width: 100%;
    margin: 0;
  }
  .featureBlock .wrap::before {
    border-width: 50vw 0 0 50vw;
  }
  .featureBlock .wrap:nth-child(odd)::before {
    border-width: 0 0 50vw 50vw;
  }
}