@charset "UTF-8";
/* CSS Document */
/*---------------------------------
  初めての方へ
---------------------------------*/
#content::before {
	content:"";
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100vw;
	height:100vh;
  background: url("../first/images/bg_ttl.png") no-repeat;
  background-position: left 5% bottom 50px;
  background-size: 100px;
}
@media screen and (max-width: 580px) {
  #content::before {
    background-position: left 0 center;
    background-size: 60px;
  }
}
/*---------------------------------

  当院の診療ポリシー

---------------------------------*/
.Philosophy-Block {
  padding: 100px 0;
}
.Philosophy-Block .ttl {
  /*font-family: 'Noto Serif JP', serif;*/
  display: flex;
  align-items: baseline;
  margin-bottom: 70px;
}
.Philosophy-Block .ttl h2 {
  font-weight: 400;
  font-size: 5rem;
  letter-spacing: 5px;
  line-height: 1.7;
}
.Philosophy-Block .ttl p {
  color: #aaa;
  font-size: 2.5rem;
  font-weight: 300;
  margin-left: 1em;
}
.Philosophy-Block .box__wrap {
  display: flex;
  justify-content: space-between;
}
.Philosophy-Block .wrap .box {
  width: 31%;
}
.Philosophy-Block .wrap .box figure {
  margin-bottom: 20px;
  height: 300px;
  position: relative;
}
.Philosophy-Block .wrap .box figure figcaption {
  color: #fff;
  font-family: 'Muller-bold';
  font-size: 2.5rem;
  font-weight: 600;
  position: absolute;
  bottom: -15px;
  left: -2px;
}
.Philosophy-Block .wrap .box .txt p:first-child {
  min-height: 72px;
}
.Philosophy-Block .wrap .box .txt p:first-child strong {
  font-size: 2rem;
  line-height: 1.3;
}
.Philosophy-Block .wrap .box .txt p:nth-child(2n) strong {
  color: #B43136;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .Philosophy-Block {
    padding: 50px 0;
  }
  .Philosophy-Block .ttl {
    display: block;
    margin-bottom: 3rem;
  }
  .Philosophy-Block .ttl h2 {
    font-size: 3rem;
  }
  .Philosophy-Block .ttl p {
    font-size: 2rem;
    margin-left: 0;
  }
  .Philosophy-Block .box__wrap {
    display: block;
    justify-content: space-between;
  }
  .Philosophy-Block .wrap .box {
    margin-bottom: 3rem;
    width: 100%;
  }
  .Philosophy-Block .wrap .box figure {
    height: 250px;
  }
  .Philosophy-Block .wrap .box .txt p:first-child {
    min-height: inherit;
  }
}
/*---------------------------------

  ご予約・初診時について

---------------------------------*/
.First-Block {
  background: rgba(243, 238, 231, 0.50);
  padding: 100px 0;
}
.First-Block .first_wrap {
  display: flex;
  justify-content: space-between;
}
.First-Block .first_wrap > div:nth-child(1) {
  margin-right: 50px;
  max-width: 500px;
}
.First-Block .first_wrap .ttl {
  position: sticky;
  top: 80px;
}
.First-Block .first_wrap .ttl h2 {
  /*font-family: 'Noto Serif JP', serif;*/
  font-weight: 400;
  font-size: 5rem;
  letter-spacing: 5px;
  line-height: 1.7;
}
.First-Block .first_wrap h3 {
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 5px;
  line-height: 1.7;
  margin-bottom: 1em;
}
.First-Block .first_wrap .ttl .tel_box {
  background: #fff;
  border-radius: 10px 50px 10px 50px;
  padding: 25px 25px 35px;
  margin-top: 50px;
}
.First-Block .first_wrap .ttl .tel_box .tel {
  margin: 10px 0;
}
.First-Block .first_wrap .ttl .tel_box .tel a {
  color: #444;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
}
.First-Block .first_wrap .ttl .tel_box p {
  line-height: 1.7;
}
.First-Block .first_wrap .box__wrap {
  max-width: 650px;
}
.First-Block .first_wrap .box__wrap .first__box + .first__box {
  margin-top: 80px;
}
.First-Block .first_wrap .box__wrap .first__box .txt p + p {
  margin-top: 1em;
}
.First-Block .first_wrap .box__wrap .first__box .txt .read {
  color: #B43136;
  font-weight: 400;
}
.First-Block .first_wrap .box__wrap .first__box .txt .read strong {
  font-weight: 400;
  font-size: 1.8rem;
  margin: 0 .2em;
}
.First-Block .first_wrap .box__wrap .first__box .txt ul {
  background: #ECE2D4;
  border-radius: 20px;
  margin: 1em 0;
  padding: 1em 1em 1em 2.5em;
}
@media screen and (max-width: 1024px) {
  .First-Block .first_wrap {
    display: block;
  }
  .First-Block .first_wrap > div:nth-child(1) {
    margin-right: 0;
    max-width: none;
    width: 100%;
  }
  .First-Block .first_wrap .ttl h2 br {
    display: none;
  }
  .First-Block .first_wrap .ttl .tel_box {
    margin: 4rem auto;
    max-width: 500px;
  }
  .First-Block .first_wrap .box__wrap {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .First-Block {
    padding: 50px 0;
  }
  .First-Block .first_wrap .ttl h2 {
    font-size: 3rem;
  }
  .First-Block .first_wrap h3 {
    font-size: 2rem;
    margin-bottom: 1em;
  }
  .First-Block .first_wrap .box__wrap .first__box + .first__box {
    margin-top: 4rem;
  }
}
/*
  ご来院時に必要なもの
---------------------------------*/
.First-Block .necessary_wrap {
  background: #fff;
  border-radius: 20px;
  margin: 100px auto 0 !important;
  padding: 60px;
  text-align: center;
}
.First-Block .necessary_wrap h3 {
  /*font-family: 'Noto Serif JP', serif;*/
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 5px;
  line-height: 1.7;
  margin-bottom: 50px;
}
.First-Block .necessary_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
}
.First-Block .necessary_wrap ul li {
  width: 33%;
  margin-bottom: 6%;
}
.First-Block .necessary_wrap ul li .img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 120px;
  margin-bottom: 20px;
}
.First-Block .necessary_wrap ul li p {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .First-Block .necessary_wrap {
    margin: 4rem auto 0 !important;
    padding: 2rem;
  }
  .First-Block .necessary_wrap h3 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .First-Block .necessary_wrap ul {
    display: block;
  }
  .First-Block .necessary_wrap ul li {
    width: 100%;
    margin-bottom: 3rem;
  }
  .First-Block .necessary_wrap ul li .img {
    margin-bottom: 1rem;
  }
}
/*---------------------------------

  ソヤ歯科の診療について

---------------------------------*/
.About-Block {
  background: #fff;
  padding: 100px 0;
}
/*---------------------------------

  診療の流れ

---------------------------------*/
.Flow-Block {
  padding: 100px 0;
}
.Flow-Block .ttl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.Flow-Block .ttl h2 {
  /*font-family: 'Noto Serif JP', serif;*/
  font-weight: 400;
  font-size: 5rem;
  letter-spacing: 5px;
  line-height: 1.7;
}
.Flow-Block .ttl p {
  max-width: 600px;
}
.Flow-Block .ttl p strong {
  font-weight: 500;
}
.Flow-Block .step_ttl {
  text-align: center;
  margin: 50px 0;
}
.Flow-Block .step__outer {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.Flow-Block .step__outer:not(:last-child)::after {
  background: url("../images/flow_arr.svg");
  content: '';
  display: block;
  margin: auto;
  width: 70px;
  height: 70px;
}
.Flow-Block .step_ttl {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
}
.Flow-Block .step_ttl p.step {
  background: #eee;
  font-weight: bold;
  padding: 5px;
  margin: auto;
  max-width: 200px;
}
.Flow-Block .step_ttl h3 {
  font-size: 2.3rem;
  font-weight: 500;
  margin: 10px 0;
}
.Flow-Block .step__outer dl.section_wrap {
  border: 1px solid;
  padding: 50px;
  position: relative;
  margin-bottom: 70px;
}
.Flow-Block .step__outer dl.section_wrap dt {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
}
.Flow-Block .step__outer dl.section_wrap dt span {
  background: #fff;
  padding: 0 1em;
}
.Flow-Block .step__outer dl.section_wrap dd .section_box {
  display: flex;
  justify-content: space-between;
}
.Flow-Block .step__outer dl.section_wrap dd .section_box + .section_box {
  border-top: 1px dotted #ccc;
  padding-top: 50px;
  margin-top: 50px;
}
.Flow-Block .step__outer dl.section_wrap dd .section_box figure {
  width: 50%;
  height: 280px;
}
.Flow-Block .step__outer dl.section_wrap dd .section_box .txt_box {
  width: 45%;
}
.Flow-Block .step__outer dl.section_wrap dd .section_box .txt_box h3 {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .Flow-Block .step__outer dl.section_wrap dd .section_box figure {
    width: 40%;
    height: auto;
  }
  .Flow-Block .step__outer dl.section_wrap dd .section_box figure .img {
    padding-top: 66%;
    height: 0;
  }
  .Flow-Block .step__outer dl.section_wrap dd .section_box .txt_box {
    width: 55%;
  }
}
@media screen and (max-width: 896px) {
  .Flow-Block .ttl {
    display: block;
    margin-bottom: 70px;
  }
  .Flow-Block .ttl h2 {
    font-size: 5rem;
  }
  .Flow-Block .ttl p {
    max-width: none;
  }
  .Flow-Block .step__outer:not(:last-child)::after {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .Flow-Block {
    padding: 5rem 0;
  }
  .Flow-Block .step_ttl {
    margin: 3rem 0;
  }
	.Flow-Block .ttl h2 {
		font-size: 3rem;
	}
  .Flow-Block .step__outer dl.section_wrap {
    padding: 2rem;
    margin-bottom: 3rem;
  }
  .Flow-Block .step__outer:not(:last-child)::after {
    width: 30px;
    height: 30px;
  }
  .Flow-Block .step__outer dl.section_wrap dd .section_box {
    display: block;
  }
  .Flow-Block .step__outer dl.section_wrap dd .section_box figure {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
  .Flow-Block .step__outer dl.section_wrap dd .section_box .txt_box {
    width: 100%;
  }
}