/* --------------------------------
 * oralcare_for_pregnancy
 * -------------------------------- */
/* ----------------
 * main-color-
 * ---------------- */ :root {
  --main-color-blue: #009ed5; /* ブルー */
  --main-color-blue-bg: #ddf2fa; /* ブルー */
  --main-color-pink: #ff96b1; /* ピンク */
  --qa-color-q: #009ed5;
  --qa-color-q-bg: #e9f6fc;
  --qa-color-a: #ff96b1;
  --qa-color-a-bg: #ffeff3;
}
.main-color-blue {
  color: var(--main-color-blue);
}
.main-color-pink {
  color: var(--main-color-pink);
}
/* --------------------------------
 * ttl-wrap
 * -------------------------------- */
.ttl-wrap {
  background-color: var(--main-color-blue-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;
  line-height: 1.4;
}
.ttl-wrap h1 strong {
  color: var(--main-color-blue);
  font-size: 4.0rem;
  display: block;
  margin-bottom: .5em;
}
.ttl-wrap h1::before, .ttl-wrap h1::after {
  content: "";
  width: 80px;
  height: 80px;
  transform: rotate(-35deg);
  background: var(--main-color-blue-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;
}
/* --- ttl-icon ---- */
.ttl-wrap {
  position: relative;
}
.ttl-wrap .ttl-icon01 {
  position: absolute;
  width: 7.8%;
  max-width: 65px;
  top: 13%;
  right: 20%;
  transition: all 0.3s;
}
.ttl-wrap .ttl-icon02 {
  position: absolute;
  width: 7.8%;
  max-width: 60px;
  bottom: 15%;
  left: 20%;
  transition: all 0.3s;
}
@media only screen and (max-width: 1500px) {
  .ttl-wrap .ttl-icon01 {
    right: 10%;
  }
  .ttl-wrap .ttl-icon02 {
    bottom: 25%;
    left: 5%;
  }
}
@media only screen and (max-width: 600px) {
  .ttl-wrap .ttl-icon01 {
    top: 21%;
    right: 10%;
  }
}
/* --- supervision-name ---- */
.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 ---- */
.header-hero {
  background-image: url(../img/ttl_hero.webp);
  background-size: contain;
  background-position: 80% 50%;
  height: 600px;
  position: relative;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-color: #cdebf5;
  transition: all 0.3s;
}
/* --- header-hero-sub ---- */
.header-hero-sub {
  position: absolute;
  width: 51%;
  max-width: 470px;
  top: 6%;
  left: 25%;
  transition: all 0.3s;
}
.header-hero-icon01 {
  position: absolute;
  width: 7.8%;
  max-width: 65px;
  bottom: 7%;
  left: 50%;
  transition: all 0.3s;/
}
@media only screen and (max-width: 1500px) {
  .header-hero {
  background-position: 95% 50%;
}
.header-hero-sub {
    max-width: 420px;
    left: 18%;
  }
  .header-hero-icon01 {
    left: 45%;
  }
}
@media only screen and (max-width: 1100px) {
  .header-hero {
  background-position: 110% 50%;
}
.header-hero-sub {
    max-width: 410px;
    left: 10%;
  }
  .header-hero-icon01 {
    left: 45%;
  }
}
@media only screen and (max-width: 950px) {
  .header-hero {
  background-image: url(../img/ttl_hero_sp.webp);
  background-position: 100% 50%;
}
.header-hero-sub {
    max-width: 450px;
    left: 5%;
  }
  .header-hero-icon01 {
    left: 40%;
  }
}
@media only screen and (max-width: 650px) {
  .header-hero {
    height: 320px;
  }
  .header-hero-sub {
    width: 51%;
	max-width: 280px;
    top: 5.5%;
    left: 5%;
  }
  .header-hero-icon01 {
    width: 7.5%;
    bottom: 7%;
    left: 40%;
  }
}
/* --- /header-hero-sub ---- */
/*@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: 340px) {
  .header-hero {
    background-size: cover;
    background-position: right 50%;
  }
}
@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-blue);
}
.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-blue);
  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-blue-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");
}
#content05 .cont-pic-wrap {
  background-image: url("../img/cont05_hero.webp");
}
#content06 .cont-pic-wrap {
  background-image: url("../img/cont06_hero.webp");
}
#content07 .cont-pic-wrap {
  background-image: url("../img/cont07_hero.webp");
}
/* --------------------------------
 * cont03-features
 * -------------------------------- */
.cont03-features {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cont03-features h2 {
  border: 1px solid var(--primary-color);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2em;
  width: 30%;
  min-width: 100px;
  margin: 0 auto .8em;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .1em;
}
.cont03-features figure {
  width: 70%;
  max-width: 400px;
  margin: 0 auto 4em;
  font-size: 1.0rem;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .cont03-features h2 {
    font-size: 1.4rem;
  }
}
/* --------------------------------
 * note-wrap
 * -------------------------------- */
.note-wrap {
  border: 2px solid var(--main-color-blue);
  border-radius: 50px;
  padding: 7%;
}
.note-wrap dt {
  white-space: nowrap;
  text-align: center;
  color: var(--main-color-blue);
  letter-spacing: .1em;
  line-height: 1.5;
  padding-bottom: .5em;
  margin-bottom: .8em;
  border-bottom: 2px solid var(--main-color-blue);
}
.note-wrap dt h3 {
  font-size: 2.8rem;
  font-weight: 600;
}
.note-wrap dt h3 span {
  font-size: 2.0rem;
  font-weight: 500;
}
.note-wrap dd {
  margin-bottom: 3em;
}
.note-wrap dd strong {
  color: var(--main-color-blue);
  font-weight: 500;
}
.note-wrap dd figure {
  width: 70%;
  max-width: 380px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .note-wrap dt {
    font-size: 1.6rem;
  }
  .note-wrap dt h3 {
    font-size: 2.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: 1px solid var(--primary-color);
  position: relative;
  padding: 5em 7%;
  border-radius: 15px;
}
.column-wrap::before {
  content: "Column";
  font-family: "Lusitana", serif;
  font-style: normal;
  font-size: 3.0rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: -.5em;
  left: 50%;
  margin-left: calc(-2em - 7%);
  background-color: #fff;
  padding: 0 10%;
  border-left: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
}
@media only screen and (max-width: 600px) {
  .column-wrap::before {
    font-size: 2.2rem;
  }
}
/* column-ttl */
.column-ttl {
  text-align: center;
  line-height: 1.5;
  margin-left: -6%;
  margin-right: -6%;
}
.column-ttl .column-ttl-sub {
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  margin-bottom: .8em;
  display: inline-block;
  letter-spacing: .1em
}
.column-ttl .column-ttl-sub::before, .column-ttl .column-ttl-sub::after {
  content: "";
  position: absolute;
  height: 3.2em;
  width: 1px;
  background-color: var(--primary-color);
  bottom: -3px;
}
.column-ttl .column-ttl-sub::before {
  left: -1.3em;
  transform: rotate(-25deg);
}
.column-ttl .column-ttl-sub::after {
  right: -1.3em;
  transform: rotate(25deg);
}
.column-ttl strong {
  color: var(--main-color-blue);
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: .1em;
  display: block;
}
@media only screen and (max-width: 600px) {
  .column-ttl .column-ttl-sub {
    font-size: 1.7rem;
  }
  .column-ttl strong {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 390px) {
  .column-ttl .column-ttl-sub {
    font-size: 1.5rem;
  }
  .column-ttl strong {
    font-size: 1.8rem;
  }
}
/*.column-ttl {
  text-align: center;
  color: var(--main-color-green);
  font-size: 2.2rem;
  margin-bottom: 18px;
  padding-top: 5px;
  font-weight: 600;
  letter-spacing: .1em;
}
.column-ttl strong {
  font-size: 3.4rem;
  font-weight: 800;
  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%);
}
.column-ttl strong span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 5.0rem;
  margin-right: .1em;
  position: relative;
}
.column-ttl strong span span {
  font-size: 3.2rem;
}
.column-ttl strong span sup {
  font-size: 1.0rem;
  position: absolute;
  right: .5em;
  top: 1.3em;
}
@media only screen and (max-width: 600px) {
  .column-ttl {
    font-size: 1.8rem;
  }
  .column-ttl strong {
    font-size: 2.6rem;
  }
  .column-ttl strong span {
    font-size: 4.0rem;
  }
  .column-ttl strong span span {
    font-size: 3.0rem;
  }
  .column-ttl strong span sup {
    top: .8em;
  }
}
@media only screen and (max-width: 380px) {
  .column-ttl {
    font-size: 1.6rem;
  }
  .column-ttl strong {
    font-size: 2.4rem;
  }
  .column-ttl strong span {
    font-size: 3.8rem;
  }
  .column-ttl strong span span {
    font-size: 2.8rem;
  }
}*/
/* column-ma */
.column-ma-mark {
  width: 60%;
  max-width: 250px;
}
.column-ma-img {
  max-width: 600px;
}
.column-ma-mark, .column-ma-img {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
.column-ma-img {
  margin-left: -5%;
  margin-right: -5%;
  width: 110%;
}
}
/* column-note */
.column-note01 {
  font-size: 1.0rem;
  display: flex;
}
.column-note01 dd {
  padding-left: .5em;
}
.column-note02 {
  font-size: 1.0rem;
  width: 70%;
  padding-left: 1%;
  position: relative;
  z-index: 5;
}
.column-note02 a {
  color: var(--primary-color);
}
/* --------------------------------
 * object
 * -------------------------------- */
/* title ------------------------ */
/* btn ------------------------ */
.btn-bg {
  display: block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  padding: 1em 7%;
  position: relative;
  background-color: var(--main-color-blue);
  border-radius: 25px;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.5);
}
.btn-bg.btn-bg-arrow::after {
  position: absolute;
  right: 4%;
  top: 50%;
  margin-top: -.45em;
  line-height: 1;
  font-size: 3.8rem;
  content: '\e1c4';
  /* google-icon */
  font-family: 'Material Symbols Outlined';
  font-variation-settings:
    'FILL'1, 'wght'500, 'GRAD'0, 'opsz'24;
}
.btn-bg strong {
  display: block;
  font-size: 3.0rem;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: .4em;
}
.btn-bg-note {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  .btn-bg {
    font-size: 1.6rem;
  }
  .btn-bg.btn-bg-arrow::after {
    font-size: 2.8rem;
  }
  .btn-bg strong {
    font-size: 2.2rem;
  }
  .btn-bg-note {
    font-size: 1.0rem;
  }
}
@media only screen and (max-width: 390px) {
  .btn-bg {
    font-size: 1.5rem;
  }
  .btn-bg.btn-bg-arrow::after {
    font-size: 2.7rem;
  }
  .btn-bg strong {
    font-size: 2.1rem;
  }
  .btn-bg-note {
    font-size: 1.0rem;
  }
}