/* --------------------------------
 * oralcare_for_pregnancy
 * -------------------------------- */
/* ----------------
 * main-color-
 * ---------------- */ :root {
  --main-color-green: #62af74; /* グリーン */
  --main-color-green-bg: #acd2b2; /* グリーン */
  --qa-color-q: #62af74;
  --qa-color-q-bg: #d4e8d7;
  --qa-color-a: #ecac4b;
  --qa-color-a-bg: #fbeedb;
}
.main-color-green {
  color: var(--main-color-green);
}
.main-color-pink {
  color: var(--main-color-pink);
}
/* --------------------------------
 * ttl-wrap
 * -------------------------------- */
.ttl-wrap {
  background-color: var(--main-color-green-bg);
  text-align: center;
  padding-top: 100px;
  font-weight: 500;
  overflow: hidden;
}
.ttl-wrap h1 {
  font-size: 2.4rem;
  display: block;
  position: relative;
  background-color: #ffffff;
  padding: 2em 8px 1.8em;
  margin: 0 auto 20px;
  width: 83%;
  max-width: 1000px;
  letter-spacing: .1em;
}
.ttl-wrap h1 strong {
  color: var(--main-color-green);
  font-size: 4.0rem;
  line-height: 1.5;
  display: block;
  margin-bottom: .3em;
}
.ttl-wrap h1::before, .ttl-wrap h1::after {
  content: "";
  width: 80px;
  height: 80px;
  transform: rotate(-35deg);
  background: var(--main-color-green-bg);
  position: absolute;
  z-index: 1;
}
.ttl-wrap h1::before {
  border-bottom: 1px solid #aaa;
  top: -60px;
  left: -45px;
}
.ttl-wrap h1::after {
  border-top: 1px solid #aaa;
  bottom: -60px;
  right: -45px;
}
.supervision-name {
  font-size: 1.6rem;
  color: #575757;
  letter-spacing: .1em;
  line-height: 1.6;
  margin-bottom: 1.5em;
}
.supervision-name strong {
  font-size: 2.4rem;
  display: block;
}
.header-hero {
  background-image: url("../img/ttl_hero.webp");
  background-size: cover;
  background-position: 10% 90%;
  height: 600px;
  position: relative;
  margin-bottom: 1em;
}
@media only screen and (max-width: 820px) {
  .header-hero {
    height: 290px;
  }
}
@media only screen and (max-width: 670px) {
  .ttl-wrap h1 {
    font-size: 2.0rem;
  }
  .ttl-wrap h1 strong {
    font-size: 3.0rem;
  }
  .supervision-name {
    font-size: 1.4rem;
  }
  .supervision-name strong {
    font-size: 2.0rem;
  }
}
@media only screen and (max-width: 470px) {
  .ttl-wrap h1 {
    font-size: 1.5rem;
  }
  .ttl-wrap h1 strong {
    font-size: 2.6rem;
  }
  .supervision-name {
    font-size: 1.2rem;
  }
  .supervision-name strong {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 400px) {
  .ttl-wrap h1 {
    font-size: 1.4rem;
  }
  .ttl-wrap h1 strong {
    font-size: 2.2rem;
  }
}
/* --------------------------------
 * supervision-profile-wrap
 * -------------------------------- */
.supervision-profile-wrap {
  background-color: #f3f2e8;
  padding: 2em 4%;
  margin: 0 auto 3em;
  width: 90%;
  max-width: 1000px;
  position: relative;
  border: 1px solid #606060;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
}
.supervision-profile-wrap h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2em;
  width: 100%;
}
.supervision-profile-wrap h2::before, .supervision-profile-wrap h2::after {
  content: "・";
}
.supervision-profile-img-wrap {
  display: table;
  margin-bottom: 10px;
  width: 23em;
  padding-left: 8px;
}
.supervision-profile-img {
  width: 130px;
  display: table-cell;
  vertical-align: bottom;
}
.supervision-profile-name {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 18px;
  padding-bottom: 5px;
  font-weight: bold;
  letter-spacing: .1em;
}
.supervision-profile-name h4 {
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.5rem;
  color: var(--main-color-green);
}
.supervision-profile-name span {
  display: block;
}
.supervision-profile-name strong {
  font-size: 2.0rem;
}
.supervision-profile {
  font-size: 1.3rem;
  width: calc(100% - 8% - 23em);
}
.supervision-profile a {
  color: #434343;
}
@media only screen and (max-width: 767px) {
  .supervision-profile-wrap h2 {
    margin-bottom: 1em;
  }
  .supervision-profile-img-wrap {
    width: 100%;
  }
  .supervision-profile {
    width: 100%;
  }
}
/* --------------------------------
 * nav-index
 * -------------------------------- */
.nav-index {
  margin: 0 auto 5em;
  width: 90%;
  max-width: 700px;
}
.nav-index-ttl {
  color: var(--main-color-green);
  font-weight: 700;
  margin-bottom: .5em;
  font-size: 1.8rem;
  letter-spacing: .1em;
}
.nav-index a {
  color: var(--primary-color);
  display: block;
  padding-bottom: 1em;
  line-height: 1.5;
}
/* --------------------------------
 * content-wrap
 * -------------------------------- */
.content-wrap {
  padding-top: 46px; /* header height: 46px; */
  margin-top: -46px;
  position: relative;
}
/* --------------------------------
 * content-ttl
 * -------------------------------- */
.content-ttl {
  padding-bottom: 1.5em;
  background-color: var(--main-color-green-bg);
  /*color: #fff;*/
  white-space: nowrap;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 2;
  top: -2.0em;
  position: absolute;
  width: 100%;
  border-radius: 0 0 50% 50% /0 0 70% 70%;
}
.content-ttl::before {
  content: "";
  display: block;
  height: 1.5em;
}
.content-ttl.content-ttl-single {
  padding-top: 1em;
  padding-bottom: 2.5em;
}
@media only screen and (max-width: 600px) {
  .content-ttl {
    font-size: 1.8rem;
  }
}
.cont-pic-wrap {
  height: calc(800px - 2.5em);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 2.5em 0 1.8em;
  background-position: center center;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .cont-pic-wrap {
    height: calc(100vw - 2.5em);
  }
}
#content01 .cont-pic-wrap {
  background-image: url("../img/cont01_hero.webp");
}
#content02 .cont-pic-wrap {
  background-image: url("../img/cont02_hero.webp");
}
#content03 .cont-pic-wrap {
  background-image: url("../img/cont03_hero.webp");
}
#content04 .cont-pic-wrap {
  background-image: url("../img/cont04_hero.webp");
}
#content06 .cont-pic-wrap {
  background-image: url("../img/cont06_hero.webp");
}
#content07 .cont-pic-wrap {
  background-image: url("../img/cont07_hero.webp");
}
#content08 .cont-pic-wrap {
  background-image: url("../img/cont08_hero.webp");
}
/* --------------------------------
 * content05
 * -------------------------------- */
#content05 h2 {
  color: var(--main-color-green);
  text-align: center;
  margin-bottom: 2.5em;
}
#content05 h2 strong {
  color: var(--main-color-green);
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: .1em;
  padding-bottom: .3em;
  text-align: center;
  border-bottom: 2px dashed var(--main-color-green);
}
#content05 article {
  background-color: #fffbe3;
  padding: 100px 6.5% 1em;
  margin: 0 20px 5em;
}
#content05 article h3 {
  background-color: var(--main-color-green);
  text-align: center;
  padding: .5em .1em .7em;
  border-radius: 100px;
  margin: -120px auto 1.2em;
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: .1em;
  width: 90%;
}
#content05 article h3.ttl-single {
  padding: 1.3em .1em 1.3em;
}
#content05 article h3 strong {
  font-weight: 500;
  font-size: 2.6rem;
  display: block;
}
#content05 article div {
  margin-bottom: 1.8em;
}
#content05 article dt {
  background-color: #fff;
  border: 2px solid var(--main-color-green);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.6em;
  width: 70%;
  margin: 0 auto .6em;
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--main-color-green);
  letter-spacing: .1em;
}
#content05 article dd {
  margin-bottom: 2em;
}
@media only screen and (max-width: 600px) {
  #content05 h2 strong {
    font-size: 2.2rem;
  }
  #content05 article h3 {
    font-size: 1.6rem;
  }
  #content05 article h3 strong {
    font-size: 2.0rem;
  }
  #content05 article dt {
    font-size: 1.6rem;
  }
}
/* --------------------------------
 * cont06-note
 * -------------------------------- */
.cont06-note {
  border: 2px solid var(--main-color-green);
  border-radius: 50px;
  padding: 8% 6%;
}
.cont06-note dt {
  white-space: nowrap;
  text-align: center;
  color: var(--main-color-green);
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5;
  padding-bottom: .5em;
  margin-bottom: .8em;
  border-bottom: 2px solid var(--main-color-green);
}
.cont06-note dt h3 {
  font-size: 3.0rem;
  font-weight: 600;
}
.cont06-note dd {
  margin-bottom: 3em;
}
.cont06-note dd strong {
  color: var(--main-color-green);
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .cont06-note dt {
    font-size: 1.6rem;
  }
  .cont06-note dt h3 {
    font-size: 2.4rem;
  }
}
/* --------------------------------
 * guideline-wrap
 * -------------------------------- */
.guideline-wrap {
  overflow: hidden;
  padding: 7px;
  color: var(--main-color-green);
}
.guideline {
  display: block;
  position: relative;
  border: 1px solid var(--main-color-green);
  padding: 8% 5% 8% 6.5%;
}
.guideline::before, .guideline::after {
  content: "";
  width: 50px;
  height: 50px;
  transform: rotate(-45deg);
  background: #fff;
  position: absolute;
  z-index: 1;
}
.guideline::before {
  border-left: thick double var(--main-color-green);
  top: -30px;
  right: -30px;
}
.guideline::after {
  border-right: thick double var(--main-color-green);
  bottom: -30px;
  left: -30px;
}
.guideline h2 {
  text-align: center;
  margin-bottom: 2em;
  padding-top: 5px;
  letter-spacing: .1em;
}
.guideline h2 strong {
  font-size: 3.0rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: .2em;
  display: inline-block;
  padding: 0 .3em;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0.00) 70%, #ffef83 70%);
  background-image: -moz-linear-gradient(270deg, hsla(0, 0%, 100%, 0.00) 70%, #ffef83 70%);
  background-image: -o-linear-gradient(270deg, hsla(0, 0%, 100%, 0.00) 70%, #ffef83 70%);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.00) 70%, #ffef83 70%);
}
.guideline ul li {
  margin-bottom: .5em;
  position: relative;
  padding-left: 1.3em;
  font-size: 2.0rem;
  font-weight: 500;
  width: 100%;
  color: #41a17b;
}
.guideline ul li::before {
  content: "□";
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .guideline h2 strong {
    font-size: 2.2rem;
  }
  .guideline ul li {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 375px) {
  .guideline h2 strong {
    font-size: 1.8rem;
  }
  .guideline ul li {
    font-size: 1.4rem;
  }
}
/* --------------------------------
 * qa-wrap
 * -------------------------------- */
.qa-wrap {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 50px;
  overflow: hidden;
}
.qa-note {
  text-align: right;
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 1.0rem;
}
.question-wrap, .answer-wrap {
  border-radius: 10px;
  position: relative;
}
.question-wrap {
  background-color: var(--qa-color-q-bg);
  margin-bottom: 15px;
  padding: 8% 3% 7% 6%;
}
.answer-wrap {
  background-color: var(--qa-color-a-bg);
  margin-bottom: 30px;
  padding: 8% 4% 8.5% 6%;
}
.question-wrap h2, .answer-wrap h2 {
  position: relative;
  font-weight: 600;
  font-size: 2.4rem;
  padding-left: 3.0em;
  letter-spacing: 1px;
}
.question-wrap h2::before, .answer-wrap h2::before {
  font-size: 7.5rem;
  font-weight: 500;
  font-family: 'Anaheim', sans-serif;
  position: absolute;
  top: -0.1em;
  left: 0;
  line-height: 1;
}
.question-wrap h2 {
  color: var(--qa-color-q);
  line-height: 1.5;
}
.answer-wrap h2 {
  color: var(--qa-color-a);
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.question-wrap h2::before {
  content: "Q.";
}
.answer-wrap h2::before {
  content: "A.";
}
.question-wrap h2.one_line {
  padding-bottom: calc(4% + 1.2em);
}
.answer-wrap h2.one_line {
  padding-bottom: 1.2em;
}
@media only screen and (max-width: 600px) {
  .question-wrap h2, .answer-wrap h2 {
    font-size: 2.0rem;
  }
  .question-wrap h2::before, .answer-wrap h2::before {
    font-size: 6.0rem;
  }
}
/* 色付きの半円 */
.question-wrap::before, .question-wrap::after, .answer-wrap::before, .answer-wrap::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  border: 25px solid transparent;
}
.question-wrap::before {
  right: -25px;
  top: -2px;
  border-top-color: var(--qa-color-q-bg);
  border-right-color: var(--qa-color-q-bg);
}
/* 白い半円 */
.question-wrap::after {
  right: -25px;
  top: -18px;
  border-top-color: #fff;
  border-right-color: #fff;
}
.answer-wrap::before {
  left: -25px;
  top: -2px;
  border-bottom-color: var(--qa-color-a-bg);
  border-left-color: var(--qa-color-a-bg);
}
/* 白い半円 */
.answer-wrap::after {
  left: -25px;
  top: -18px;
  border-bottom-color: #fff;
  border-left-color: #fff;
}


/* ----------------
 * column-wrap
 * ---------------- */
.column-wrap {
  border: 10px solid #f4acad;
  background-color: #fcf0ef;
  padding: 20px 10px;
  margin-bottom: 30px;
}
.column-wrap h2 {
  width: 60%;
  margin: 0 auto 20px;
}
.column-wrap h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.column-wrap h3 strong {
  color: #eb2214;
}
.clumn-smileikuji-adviser-mark {
  width: 70%;
  max-width: 300px;
  margin: 0 auto 20px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #434343;
}

/* --------------------------------
 * object
 * -------------------------------- */
/* title ------------------------ */
/* btn ------------------------ */
.btn-bg {
display: block;
text-decoration: none;
color: #fff;
font-size: 1.5rem;
font-weight: bold;
padding: 8px 10px;
position: relative;
background-color: #ee7985;
}
.btn-bg .material-symbols-rounded {
position: absolute;
right: 10px;
top: 50%;
margin-top: -.5em;
line-height: 1;
}
.btn-bg.btn-bg-arrow::after {
position: absolute;
right: 10px;
top: 50%;
margin-top: -8px;
line-height: 1;
font-size: 2.0rem;
content: '\e1c4';
  /* google-icon */
  font-family: 'Material Symbols Outlined';
  font-variation-settings:
    'FILL'1, 'wght'500, 'GRAD'0, 'opsz'24;
}







.btn-bg-pink-title {
margin-bottom: 5px;
text-align: center;
font-size: 1.3rem;
font-weight: bold;
}
.btn-bg-pink-title::before {
content: "＼";
margin-right: 5px;
}
.btn-bg-pink-title::after {
content: "／";
margin-left: 5px;
}